@zvoove/unity-ui 2.22.0 → 2.22.1

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/llms.txt CHANGED
@@ -1106,6 +1106,7 @@ All tokens from `theme.css` are available as Tailwind utilities. Use **semantic*
1106
1106
  | `--color-on-surface-variant` | `text-on-surface-variant` | Secondary/muted text |
1107
1107
  | `--color-outline` | `border-outline` | Default borders |
1108
1108
  | `--color-outline-variant` | `border-outline-variant` | Subtle dividers |
1109
+ | `--color-outline-variant-low` | `border-outline-variant-low` | Very subtle dividers/borders |
1109
1110
  | `--color-error` | `bg-error` / `text-error` | Error states |
1110
1111
  | `--color-background` | `bg-background` | Page background |
1111
1112
 
package/dist/theme.css CHANGED
@@ -278,6 +278,7 @@
278
278
  --color-on-surface-variant: var(--color-neutral-variant-40);
279
279
  --color-outline: var(--color-neutral-variant-70);
280
280
  --color-outline-variant: var(--color-neutral-variant-90);
281
+ --color-outline-variant-low: var(--color-neutral-variant-50);
281
282
  --color-error: var(--color-error-40);
282
283
  --color-error-hover: var(--color-error-50);
283
284
  --color-on-error: var(--color-error-100);
@@ -498,6 +499,7 @@
498
499
  --color-on-surface-variant: var(--color-neutral-70);
499
500
  --color-outline: var(--color-neutral-50);
500
501
  --color-outline-variant: var(--color-neutral-30);
502
+ --color-outline-variant-low: var(--color-neutral-variant-60);
501
503
  --color-error: var(--color-error-80);
502
504
  --color-error-hover: var(--color-error-70);
503
505
  --color-on-error: var(--color-error-20);