Closed zzcr closed 1 month ago
The pull request introduces multiple modifications to the <tiny-numeric>
component across several Vue files, adding new instances with varying properties and adjusting existing ones. It also updates the CSS variable naming conventions in the LESS files, reflecting a shift in styling practices. The changes include updates to test cases to align with the modified component structure, ensuring consistency in the component's behavior and appearance.
File Path | Change Summary |
---|---|
examples/sites/demos/pc/app/numeric/dynamic-disabled-composition-api.vue examples/sites/demos/pc/app/numeric/dynamic-disabled.vue |
Added four new <tiny-numeric> components with various properties; scoped styles updated. |
examples/sites/demos/pc/app/numeric/numeric-size-composition-api.vue examples/sites/demos/pc/app/numeric/numeric-size.vue |
Adjusted instances of <tiny-numeric> components, adding and removing specific instances. |
packages/theme/src/numeric/index.less packages/theme/src/numeric/vars.less |
Updated CSS variable names from ti- to tv- , altered method calls, and modified property values for consistency. |
examples/sites/demos/pc/app/numeric/numeric-size.spec.ts |
Adjusted test case indices for the "small" and "mini" sizes of the numeric component. |
<tiny-numeric>
component's styling.vars.less
file, relevant for clarity in styling variables.vars.less
file, relating to the overall styling structure.<tiny-numeric>
changes.refactoring
🐰 In the garden where numbers play,
Tiny inputs dance and sway.
With styles anew and components bright,
They hop along, a joyful sight!
A world of metrics, neat and fine,
In every change, our dreams align! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Release Notes
New Features
<tiny-numeric>
components with varying properties in multiple demo files, enhancing the numeric input experience.Bug Fixes
Chores