@stokelp/ui 2.55.0 → 2.57.0

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/ui.js CHANGED
@@ -18952,17 +18952,30 @@ const { withProvider: ep, withContext: w5 } = Q(ua, {
18952
18952
  }
18953
18953
  },
18954
18954
  defaultVariants: {
18955
- variant: "line"
18955
+ variant: "line",
18956
+ lineVariant: "primary"
18956
18957
  },
18957
18958
  variants: {
18959
+ lineVariant: {
18960
+ primary: {
18961
+ list: {
18962
+ color: "{colors.primary.100}"
18963
+ }
18964
+ },
18965
+ white: {
18966
+ list: {
18967
+ color: "white"
18968
+ }
18969
+ }
18970
+ },
18958
18971
  variant: {
18959
18972
  line: {
18960
18973
  list: {
18961
18974
  _horizontal: {
18962
- boxShadow: "0 -2px 0 0 inset {colors.primary.100}"
18975
+ boxShadow: "0 -2px 0 0 inset"
18963
18976
  },
18964
18977
  _vertical: {
18965
- boxShadow: "2px 0 0 0 inset {colors.primary.100}"
18978
+ boxShadow: "2px 0 0 0 inset"
18966
18979
  }
18967
18980
  },
18968
18981
  indicator: {
@@ -22367,6 +22380,10 @@ const Ef = U({
22367
22380
  bg: "grey.50",
22368
22381
  color: "grey.400"
22369
22382
  },
22383
+ info: {
22384
+ bg: "secondary.100",
22385
+ color: "secondary.500"
22386
+ },
22370
22387
  success: {
22371
22388
  bg: "success.100",
22372
22389
  color: "success.500"