@tipp/ui 1.4.19 → 1.4.21
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/dist/chunk-6XAYAEHG.js +360 -0
- package/dist/chunk-6XAYAEHG.js.map +1 -0
- package/dist/chunk-P42HAVOT.js +359 -0
- package/dist/chunk-P42HAVOT.js.map +1 -0
- package/dist/chunk-WWQSL5XC.js +357 -0
- package/dist/chunk-WWQSL5XC.js.map +1 -0
- package/dist/chunk-ZRCNIT7C.js +357 -0
- package/dist/chunk-ZRCNIT7C.js.map +1 -0
- package/dist/index.cjs +15 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +6 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/molecules/index.cjs +15 -2
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +1 -1
- package/dist/molecules/tag-selector.cjs +15 -2
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.d.cts +1 -0
- package/dist/molecules/tag-selector.d.ts +1 -0
- package/dist/molecules/tag-selector.js +1 -1
- package/package.json +1 -1
- package/src/molecules/tag-selector.tsx +16 -1
package/dist/index.css
CHANGED
|
@@ -29041,9 +29041,10 @@ h2.react-datepicker__current-month{
|
|
|
29041
29041
|
--text-field-padding: calc(var(--space-2) - var(--text-field-border-width));
|
|
29042
29042
|
--text-field-border-radius: max(var(--radius-2), var(--radius-full));
|
|
29043
29043
|
--tag-selector-background-color: var(--panel-background);
|
|
29044
|
+
--box-shadow-color: var(--gray-a6);
|
|
29044
29045
|
border-radius: var(--text-field-border-radius);
|
|
29045
29046
|
font-size: var(--font-size-2);
|
|
29046
|
-
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--
|
|
29047
|
+
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--box-shadow-color);
|
|
29047
29048
|
min-height: var(--text-field-height);
|
|
29048
29049
|
padding: var(--text-field-padding);
|
|
29049
29050
|
box-sizing: border-box;
|
|
@@ -29059,7 +29060,10 @@ h2.react-datepicker__current-month{
|
|
|
29059
29060
|
--text-field-height: var(--space-7);
|
|
29060
29061
|
}
|
|
29061
29062
|
.tag-selector.read-only{
|
|
29062
|
-
--tag-selector-background-color: var(--gray-
|
|
29063
|
+
--tag-selector-background-color: var(--gray-a2);
|
|
29064
|
+
}
|
|
29065
|
+
.tag-selector.error{
|
|
29066
|
+
--box-shadow-color: var(--error-11);
|
|
29063
29067
|
}
|
|
29064
29068
|
.tag-selector.focused{
|
|
29065
29069
|
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--text-field-focus-color);
|