@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/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.
|
2
|
+
> @vygruppen/spor-react@12.12.0 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
@@ -12,16 +12,16 @@ ESM Build start
|
|
12
12
|
CJS Build start
|
13
13
|
DTS Build start
|
14
14
|
CJS dist/icons/index.cjs 381.00 B
|
15
|
-
CJS dist/index.cjs 315.
|
15
|
+
CJS dist/index.cjs 315.50 KB
|
16
16
|
CJS dist/icons/index.cjs.map 157.00 B
|
17
|
-
CJS dist/index.cjs.map 630.
|
18
|
-
CJS ⚡️ Build success in
|
17
|
+
CJS dist/index.cjs.map 630.18 KB
|
18
|
+
CJS ⚡️ Build success in 2778ms
|
19
|
+
ESM dist/index.mjs 294.09 KB
|
19
20
|
ESM dist/icons/index.mjs 110.00 B
|
20
|
-
ESM dist/index.mjs
|
21
|
+
ESM dist/index.mjs.map 630.18 KB
|
21
22
|
ESM dist/icons/index.mjs.map 157.00 B
|
22
|
-
ESM
|
23
|
-
|
24
|
-
DTS ⚡️ Build success in 18315ms
|
23
|
+
ESM ⚡️ Build success in 2779ms
|
24
|
+
DTS ⚡️ Build success in 18529ms
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
26
26
|
DTS dist/index.d.ts 156.18 KB
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 12.12.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- d3d78a3: Add spacing 13
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- f714920: Fix error with double label on textArea
|
12
|
+
- Updated dependencies [d3d78a3]
|
13
|
+
- @vygruppen/spor-design-tokens@4.1.0
|
14
|
+
|
3
15
|
## 12.11.1
|
4
16
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
@@ -3697,7 +3697,6 @@ var Textarea = React27.forwardRef(
|
|
3697
3697
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
3698
3698
|
Field3,
|
3699
3699
|
{
|
3700
|
-
label,
|
3701
3700
|
errorText,
|
3702
3701
|
helperText,
|
3703
3702
|
invalid,
|
@@ -10106,7 +10105,8 @@ var spacing = react.defineTokens.spacing({
|
|
10106
10105
|
9: { value: tokens23__namespace.default.size.spacing["9"] },
|
10107
10106
|
10: { value: tokens23__namespace.default.size.spacing["10"] },
|
10108
10107
|
11: { value: tokens23__namespace.default.size.spacing["11"] },
|
10109
|
-
12: { value: tokens23__namespace.default.size.spacing["12"] }
|
10108
|
+
12: { value: tokens23__namespace.default.size.spacing["12"] },
|
10109
|
+
13: { value: tokens23__namespace.default.size.spacing["13"] }
|
10110
10110
|
});
|
10111
10111
|
|
10112
10112
|
// src/theme/tokens/sizes.ts
|