@stokelp/ui 2.48.1 → 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",