@cdevhub/ngx-tw 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/cdevhub-ngx-tw-badge.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-badge.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-button.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-button.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-card.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-card.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-collapsible.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-collapsible.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-combobox.mjs +8 -8
- package/fesm2022/cdevhub-ngx-tw-combobox.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-date-picker.mjs +8 -8
- package/fesm2022/cdevhub-ngx-tw-date-picker.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-date-range-picker.mjs +8 -8
- package/fesm2022/cdevhub-ngx-tw-date-range-picker.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-form-field.mjs +16 -16
- package/fesm2022/cdevhub-ngx-tw-form-field.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-input.mjs +1 -1
- package/fesm2022/cdevhub-ngx-tw-input.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-paginator.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-paginator.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-select.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-select.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-separator.mjs +7 -7
- package/fesm2022/cdevhub-ngx-tw-separator.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-slider.mjs +21 -21
- package/fesm2022/cdevhub-ngx-tw-slider.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-switch.mjs +1 -1
- package/fesm2022/cdevhub-ngx-tw-switch.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-tags-input.mjs +8 -8
- package/fesm2022/cdevhub-ngx-tw-tags-input.mjs.map +1 -1
- package/fesm2022/cdevhub-ngx-tw-time-picker.mjs +8 -8
- package/fesm2022/cdevhub-ngx-tw-time-picker.mjs.map +1 -1
- package/index.json +1 -1
- package/package.json +1 -1
|
@@ -497,16 +497,16 @@ const datePickerVariants = tv({
|
|
|
497
497
|
// exactly as it did before the height migration.
|
|
498
498
|
{ variant: 'default', customTrigger: true, class: { root: 'py-2' } },
|
|
499
499
|
// Default variant — focused border per color
|
|
500
|
-
{ variant: 'default', focused: true, color: 'primary', class: { root: 'border-primary-
|
|
501
|
-
{ variant: 'default', focused: true, color: 'secondary', class: { root: 'border-secondary-
|
|
502
|
-
{ variant: 'default', focused: true, color: 'accent', class: { root: 'border-accent-
|
|
500
|
+
{ variant: 'default', focused: true, color: 'primary', class: { root: 'border-primary-border' } },
|
|
501
|
+
{ variant: 'default', focused: true, color: 'secondary', class: { root: 'border-secondary-border' } },
|
|
502
|
+
{ variant: 'default', focused: true, color: 'accent', class: { root: 'border-accent-border' } },
|
|
503
503
|
{ variant: 'default', focused: true, color: 'neutral', class: { root: 'border-border-strong' } },
|
|
504
|
-
{ variant: 'default', focused: true, color: 'info', class: { root: 'border-info-
|
|
505
|
-
{ variant: 'default', focused: true, color: 'success', class: { root: 'border-success-
|
|
506
|
-
{ variant: 'default', focused: true, color: 'warning', class: { root: 'border-warning-
|
|
507
|
-
{ variant: 'default', focused: true, color: 'error', class: { root: 'border-error-
|
|
504
|
+
{ variant: 'default', focused: true, color: 'info', class: { root: 'border-info-border' } },
|
|
505
|
+
{ variant: 'default', focused: true, color: 'success', class: { root: 'border-success-border' } },
|
|
506
|
+
{ variant: 'default', focused: true, color: 'warning', class: { root: 'border-warning-border' } },
|
|
507
|
+
{ variant: 'default', focused: true, color: 'error', class: { root: 'border-error-border' } },
|
|
508
508
|
// Default variant + error state → red outline
|
|
509
|
-
{ variant: 'default', errorState: true, class: { root: 'border-error-
|
|
509
|
+
{ variant: 'default', errorState: true, class: { root: 'border-error-border' } },
|
|
510
510
|
],
|
|
511
511
|
defaultVariants: {
|
|
512
512
|
size: 'md',
|