@stokelp/ui 2.48.0 → 2.48.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/dist/ui.js CHANGED
@@ -18002,19 +18002,22 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
18002
18002
  borderRadius: "radius-60",
18003
18003
  px: "space-20",
18004
18004
  py: "space-8",
18005
- textStyle: "body.lg"
18005
+ textStyle: "body.lg",
18006
+ borderWidth: "2px"
18006
18007
  },
18007
18008
  md: {
18008
18009
  borderRadius: "radius-60",
18009
18010
  px: "space-16",
18010
18011
  py: "space-6",
18011
- textStyle: "body.md"
18012
+ textStyle: "body.md",
18013
+ borderWidth: "1px"
18012
18014
  },
18013
18015
  sm: {
18014
18016
  borderRadius: "radius-60",
18015
18017
  px: "space-12",
18016
18018
  py: "space-4",
18017
- textStyle: "body.sm"
18019
+ textStyle: "body.sm",
18020
+ borderWidth: "1px"
18018
18021
  }
18019
18022
  },
18020
18023
  variant: {
@@ -18042,7 +18045,6 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
18042
18045
  _hover: "primary.500",
18043
18046
  base: "white"
18044
18047
  },
18045
- boxShadow: "inset 0 0 0 1px {colors.primary.500}",
18046
18048
  color: {
18047
18049
  _disabled: {
18048
18050
  _hover: "primary.500",
@@ -18052,7 +18054,9 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
18052
18054
  base: "primary.500",
18053
18055
  _hover: "white",
18054
18056
  _active: "white"
18055
- }
18057
+ },
18058
+ borderColor: "primary.500",
18059
+ borderStyle: "solid"
18056
18060
  },
18057
18061
  tertiary: {
18058
18062
  bg: {
@@ -18074,7 +18078,8 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
18074
18078
  base: "primary.500",
18075
18079
  _hover: "primary.600",
18076
18080
  _active: "primary.600"
18077
- }
18081
+ },
18082
+ borderWidth: "0px !important"
18078
18083
  }
18079
18084
  },
18080
18085
  severity: {
@@ -18134,10 +18139,11 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
18134
18139
  _hover: "error.500",
18135
18140
  base: "transparent"
18136
18141
  },
18137
- boxShadow: {
18138
- base: "inset 0 0 0 1px {colors.error.500}",
18139
- _active: "inset 0 0 0 1px {colors.error.700}"
18142
+ borderColor: {
18143
+ base: "error.500",
18144
+ _active: "error.700"
18140
18145
  },
18146
+ borderStyle: "solid",
18141
18147
  color: {
18142
18148
  _disabled: {
18143
18149
  _hover: "error.500",
@@ -19796,43 +19802,43 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
19796
19802
  fish: {
19797
19803
  root: {
19798
19804
  bg: "typology.fish.mid",
19799
- color: "heading"
19805
+ color: "grey.900"
19800
19806
  }
19801
19807
  },
19802
19808
  meat: {
19803
19809
  root: {
19804
19810
  bg: "typology.meat.mid",
19805
- color: "heading"
19811
+ color: "grey.900"
19806
19812
  }
19807
19813
  },
19808
19814
  fruit: {
19809
19815
  root: {
19810
19816
  bg: "typology.fruit.mid",
19811
- color: "heading"
19817
+ color: "grey.900"
19812
19818
  }
19813
19819
  },
19814
19820
  vegetable: {
19815
19821
  root: {
19816
19822
  bg: "typology.vegetable.mid",
19817
- color: "heading"
19823
+ color: "grey.900"
19818
19824
  }
19819
19825
  },
19820
19826
  cereal: {
19821
19827
  root: {
19822
19828
  bg: "typology.cereal.mid",
19823
- color: "heading"
19829
+ color: "grey.900"
19824
19830
  }
19825
19831
  },
19826
19832
  oil: {
19827
19833
  root: {
19828
19834
  bg: "typology.oil.mid",
19829
- color: "heading"
19835
+ color: "grey.900"
19830
19836
  }
19831
19837
  },
19832
19838
  aromatic: {
19833
19839
  root: {
19834
19840
  bg: "typology.aromatic.mid",
19835
- color: "heading"
19841
+ color: "grey.900"
19836
19842
  }
19837
19843
  }
19838
19844
  }