@stokelp/ui 1.0.2 → 1.2.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
@@ -24094,6 +24094,7 @@ const yz = (u) => {
24094
24094
  }
24095
24095
  }), i2 = _f({
24096
24096
  className: "textarea",
24097
+ jsx: ["Textarea"],
24097
24098
  base: {
24098
24099
  px: "space-16",
24099
24100
  py: "space-8",
@@ -24154,7 +24155,8 @@ const yz = (u) => {
24154
24155
  display: "flex",
24155
24156
  flexDirection: "column",
24156
24157
  gap: "space-4",
24157
- width: "full"
24158
+ width: "full",
24159
+ position: "relative"
24158
24160
  },
24159
24161
  className: "form-control",
24160
24162
  description: "The styles for the FormControl component",
@@ -24351,6 +24353,21 @@ const yz = (u) => {
24351
24353
  px: "space-2"
24352
24354
  }
24353
24355
  },
24356
+ variants: {
24357
+ variant: {
24358
+ static: {},
24359
+ absolute: {
24360
+ root: {
24361
+ position: "absolute",
24362
+ left: "space-12",
24363
+ top: "-space-8",
24364
+ zIndex: 1,
24365
+ bg: "white"
24366
+ }
24367
+ }
24368
+ }
24369
+ },
24370
+ defaultVariants: { variant: "absolute" },
24354
24371
  slots: ["root", "addon"],
24355
24372
  className: "form-label",
24356
24373
  description: "The styles for the FormLabel component",