@stokelp/ui 1.0.0 → 1.0.1

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
@@ -24154,15 +24154,7 @@ const yz = (u) => {
24154
24154
  display: "flex",
24155
24155
  flexDirection: "column",
24156
24156
  gap: "space-4",
24157
- width: "full",
24158
- position: "relative",
24159
- "& label": {
24160
- position: "absolute",
24161
- left: "space-12",
24162
- top: "-space-8",
24163
- zIndex: 1,
24164
- bg: "white"
24165
- }
24157
+ width: "full"
24166
24158
  },
24167
24159
  className: "form-control",
24168
24160
  description: "The styles for the FormControl component",