@vygruppen/spor-react 12.11.1 → 12.12.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/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/input/Textarea.tsx +0 -1
- package/src/theme/tokens/spacing.ts +1 -0
package/dist/index.mjs
CHANGED
@@ -3677,7 +3677,6 @@ var Textarea = forwardRef(
|
|
3677
3677
|
return /* @__PURE__ */ jsxs(
|
3678
3678
|
Field3,
|
3679
3679
|
{
|
3680
|
-
label,
|
3681
3680
|
errorText,
|
3682
3681
|
helperText,
|
3683
3682
|
invalid,
|
@@ -10086,7 +10085,8 @@ var spacing = defineTokens.spacing({
|
|
10086
10085
|
9: { value: tokens23__default.size.spacing["9"] },
|
10087
10086
|
10: { value: tokens23__default.size.spacing["10"] },
|
10088
10087
|
11: { value: tokens23__default.size.spacing["11"] },
|
10089
|
-
12: { value: tokens23__default.size.spacing["12"] }
|
10088
|
+
12: { value: tokens23__default.size.spacing["12"] },
|
10089
|
+
13: { value: tokens23__default.size.spacing["13"] }
|
10090
10090
|
});
|
10091
10091
|
|
10092
10092
|
// src/theme/tokens/sizes.ts
|