@vygruppen/spor-react 11.2.0 → 11.2.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/input/ChoiceChip.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@11.2.
|
2
|
+
> @vygruppen/spor-react@11.2.1 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -10,9 +10,9 @@
|
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
12
|
[32mCJS[39m [1mdist/index.js [22m[32m450.58 KB[39m
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
13
|
+
[32mCJS[39m ⚡️ Build success in 2100ms
|
14
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m431.05 KB[39m
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
15
|
+
[32mESM[39m ⚡️ Build success in 2100ms
|
16
|
+
[32mDTS[39m ⚡️ Build success in 15663ms
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m343.51 KB[39m
|
18
18
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m343.51 KB[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -1022,8 +1022,8 @@ var ChoiceChip = react.forwardRef(
|
|
1022
1022
|
return /* @__PURE__ */ React86__namespace.default.createElement(
|
1023
1023
|
react.chakra.label,
|
1024
1024
|
{
|
1025
|
-
htmlFor: id,
|
1026
1025
|
...getRootProps(),
|
1026
|
+
htmlFor: id,
|
1027
1027
|
"aria-label": String(children)
|
1028
1028
|
},
|
1029
1029
|
/* @__PURE__ */ React86__namespace.default.createElement(
|
package/dist/index.mjs
CHANGED
@@ -1002,8 +1002,8 @@ var ChoiceChip = forwardRef(
|
|
1002
1002
|
return /* @__PURE__ */ React86__default.createElement(
|
1003
1003
|
chakra.label,
|
1004
1004
|
{
|
1005
|
-
htmlFor: id,
|
1006
1005
|
...getRootProps(),
|
1006
|
+
htmlFor: id,
|
1007
1007
|
"aria-label": String(children)
|
1008
1008
|
},
|
1009
1009
|
/* @__PURE__ */ React86__default.createElement(
|
package/package.json
CHANGED