@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/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(--gray-a7);
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-3);
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);