@stokelp/ui 1.0.0 → 1.0.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/components/form/FormLabel.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/ui.cjs +26 -26
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +1 -10
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
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",
|
|
@@ -25391,7 +25383,6 @@ export {
|
|
|
25391
25383
|
hz as FormHelperText,
|
|
25392
25384
|
vz as FormLabel,
|
|
25393
25385
|
mz as Heading,
|
|
25394
|
-
$A as StyledFormLabel,
|
|
25395
25386
|
XA as Switch,
|
|
25396
25387
|
yz as Text,
|
|
25397
25388
|
gz as Textarea,
|