@vygruppen/spor-react 12.24.5 → 12.24.6
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 +12 -12
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +209 -192
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -10
- package/dist/index.d.ts +8 -10
- package/dist/index.mjs +209 -192
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/input/Autocomplete.tsx +8 -1
- package/src/input/Select.tsx +18 -6
- package/src/theme/slot-recipes/switch.ts +14 -15
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.6 build /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/icons/index.tsx
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mDTS[39m Build start
|
|
14
|
-
[
|
|
15
|
-
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
16
|
-
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
17
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m701.16 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in 2799ms
|
|
19
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m355.62 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m355.97 KB[39m
|
|
20
15
|
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
21
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m701.
|
|
16
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m701.87 KB[39m
|
|
22
17
|
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
24
|
-
[
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 2437ms
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m331.80 KB[39m
|
|
20
|
+
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m701.87 KB[39m
|
|
22
|
+
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 2439ms
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 20232ms
|
|
25
25
|
[32mDTS[39m [1mdist/icons/index.d.ts [22m[32m44.00 B[39m
|
|
26
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m147.
|
|
26
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m147.46 KB[39m
|
|
27
27
|
[32mDTS[39m [1mdist/icons/index.d.cts [22m[32m44.00 B[39m
|
|
28
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m147.
|
|
28
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m147.46 KB[39m
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.6 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
[dotenv@17.3.1] injecting env (0) from .env -- tip:
|
|
5
|
+
[dotenv@17.3.1] injecting env (0) from .env -- tip: 🛠️ run anywhere with `dotenvx run -- yourcommand`
|
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
|
7
7
|
[?25l[90m│[39m
|
|
8
8
|
[35m◒[39m Generating conditions types...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 12.24.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ddaed5e: Fix autocomplete dropdown not closing on iphone VO
|
|
8
|
+
- 7f312de: fix sizing of Switch variants to match design
|
|
9
|
+
- 5bc8e7a: Fix so all parts of select can be selected by the data-part css query
|
|
10
|
+
|
|
3
11
|
## 12.24.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|