@vygruppen/spor-react 12.24.10 → 12.24.12
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 +16 -0
- package/dist/index.cjs +291 -165
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.mjs +291 -165
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/accordion/Accordion.tsx +21 -6
- package/src/alert/Alert.tsx +10 -2
- package/src/breadcrumb/Breadcrumb.tsx +10 -5
- package/src/calendar/Calendar.tsx +11 -2
- package/src/calendar/CalendarCell.tsx +1 -0
- package/src/calendar/CalendarGrid.tsx +2 -1
- package/src/calendar/CalendarHeader.tsx +6 -1
- package/src/datepicker/Calendar.tsx +9 -2
- package/src/datepicker/CalendarCell.tsx +1 -0
- package/src/datepicker/CalendarGrid.tsx +2 -2
- package/src/datepicker/CalendarHeader.tsx +6 -1
- package/src/datepicker/DatePicker.tsx +7 -1
- package/src/input/Autocomplete.tsx +8 -9
- package/src/input/Switch.tsx +2 -0
- package/src/layout/RadioCard.tsx +16 -4
- package/src/loader/ProgressBar.tsx +7 -1
- package/src/progress-indicator/ProgressIndicator.tsx +18 -8
- package/src/stepper/Stepper.tsx +17 -5
- package/src/stepper/StepperStep.tsx +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.12 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
|
-
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
16
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m702.14 KB[39m
|
|
17
|
-
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 2853ms
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m334.82 KB[39m
|
|
19
15
|
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
20
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m331.97 KB[39m
|
|
21
16
|
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
22
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
24
|
-
[
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m706.20 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 2770ms
|
|
19
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m358.99 KB[39m
|
|
20
|
+
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
21
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m706.20 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 2771ms
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 20882ms
|
|
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.77 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.77 KB[39m
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.12 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: ⚙️ specify custom .env file path with { path: '/custom/path/.env' }
|
|
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,21 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 12.24.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 91f17bd: support custom styling with data-part and css prop for most components
|
|
8
|
+
|
|
9
|
+
## 12.24.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 4b468fb: Autocomplete - Empty result text now does not display when input is empty
|
|
14
|
+
- ecdcdba: Improve voiceover support on RadioCards
|
|
15
|
+
- e73653c: Improve voiceover support on Accordion
|
|
16
|
+
- Updated dependencies [3c08bf8]
|
|
17
|
+
- @vygruppen/spor-icon-react@4.5.3
|
|
18
|
+
|
|
3
19
|
## 12.24.10
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|