@stokelp/ui 2.31.0 → 2.32.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
@@ -14362,7 +14362,8 @@ const { withProvider: EL, withContext: R4 } = K(td), NL = EL(s("div"), "root"),
14362
14362
  _hover: "primary.600",
14363
14363
  base: "primary.500"
14364
14364
  },
14365
- color: "white"
14365
+ color: "white",
14366
+ minWidth: "120px"
14366
14367
  },
14367
14368
  secondary: {
14368
14369
  bg: {
@@ -16263,7 +16264,9 @@ const Ks = /* @__PURE__ */ Jc(Xs), js = Ks(
16263
16264
  description: "The styles for the IconButton component",
16264
16265
  variants: {
16265
16266
  variant: {
16266
- primary: {},
16267
+ primary: {
16268
+ minWidth: "auto"
16269
+ },
16267
16270
  secondary: {},
16268
16271
  tertiary: {}
16269
16272
  },