@vygruppen/spor-react 13.0.1 → 13.0.3
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 +25 -25
- package/.turbo/turbo-postinstall.log +5 -5
- package/CHANGELOG.md +15 -0
- package/dist/index.cjs +254 -143
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -8
- package/dist/index.d.ts +21 -8
- package/dist/index.mjs +256 -146
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/alert/AlertIcon.tsx +0 -56
- package/src/input/InputChip.tsx +33 -0
- package/src/input/PasswordInput.tsx +2 -1
- package/src/input/Select.tsx +44 -7
- package/src/input/Switch.tsx +9 -1
- package/src/input/index.ts +1 -0
- package/src/layout/Separator.tsx +1 -1
- package/src/theme/recipes/link.ts +1 -0
- package/src/theme/slot-recipes/anatomy.ts +2 -0
- package/src/theme/slot-recipes/index.ts +2 -0
- package/src/theme/slot-recipes/input-chip.ts +118 -0
- package/src/theme/slot-recipes/select.ts +4 -4
- package/src/toast/toast.tsx +5 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.0.
|
|
2
|
+
> @vygruppen/spor-react@13.0.3 build /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
5
|
+
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v7.3.0
|
|
8
|
+
CLI Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
|
|
9
|
+
CLI Target: node16
|
|
10
|
+
CLI Cleaning output folder
|
|
11
|
+
ESM Build start
|
|
12
|
+
CJS Build start
|
|
13
|
+
DTS Build start
|
|
14
|
+
CJS dist/index.cjs 360.47 KB
|
|
15
|
+
CJS dist/icons/index.cjs 381.00 B
|
|
16
|
+
CJS dist/index.cjs.map 716.33 KB
|
|
17
|
+
CJS dist/icons/index.cjs.map 157.00 B
|
|
18
|
+
CJS ⚡️ Build success in 3000ms
|
|
19
|
+
ESM dist/index.mjs 336.37 KB
|
|
20
|
+
ESM dist/icons/index.mjs 110.00 B
|
|
21
|
+
ESM dist/index.mjs.map 716.33 KB
|
|
22
|
+
ESM dist/icons/index.mjs.map 157.00 B
|
|
23
|
+
ESM ⚡️ Build success in 3001ms
|
|
24
|
+
DTS ⚡️ Build success in 22707ms
|
|
25
|
+
DTS dist/icons/index.d.ts 44.00 B
|
|
26
|
+
DTS dist/index.d.ts 143.54 KB
|
|
27
|
+
DTS dist/icons/index.d.cts 44.00 B
|
|
28
|
+
DTS dist/index.d.cts 143.54 KB
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.0.
|
|
2
|
+
> @vygruppen/spor-react@13.0.3 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
◇ injected env (0) from .env // tip: ◈ encrypted .env [www.dotenvx.com]
|
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
|
7
7
|
[?25l[90m│[39m
|
|
8
8
|
[35m◒[39m Generating conditions types...
|
|
9
|
-
[
|
|
9
|
+
[1G[J[32m◇[39m ✅ Generated conditions typings
|
|
10
10
|
[?25h[?25l[90m│[39m
|
|
11
11
|
[35m◒[39m Generating recipe types...
|
|
12
|
-
[
|
|
12
|
+
[1G[J[32m◇[39m ✅ Generated recipe typings
|
|
13
13
|
[?25h[?25l[90m│[39m
|
|
14
14
|
[32m◇[39m ✅ Generated utility typings
|
|
15
15
|
[?25h[?25l[90m│[39m
|
|
16
16
|
[32m◇[39m ✅ Generated token typings
|
|
17
17
|
[?25h[?25l[90m│[39m
|
|
18
18
|
[35m◒[39m Generating system types...
|
|
19
|
-
[
|
|
19
|
+
[1G[J[32m◇[39m ✅ Generated system types
|
|
20
20
|
[?25h[90m│[39m
|
|
21
21
|
[90m└[39m 🎉 Done!
|
|
22
22
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 13.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d10648c: Add InputChip component, and style adjustments to Select
|
|
8
|
+
|
|
9
|
+
## 13.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0eee096: remove inline padding in text links
|
|
14
|
+
- bc4d10e: Added width parameter to toast
|
|
15
|
+
- 0ac2838: Remove visuallyhidden voiceover helper and rely on title to explain the content
|
|
16
|
+
- 29cf1ac: Improved aria-label for Swtich and added aria-hidden for decorative Separator
|
|
17
|
+
|
|
3
18
|
## 13.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|