@vygruppen/spor-react 13.2.0 → 13.3.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 +12 -12
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +23 -0
- package/dist/index.cjs +406 -255
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -4
- package/dist/index.d.ts +16 -4
- package/dist/index.mjs +336 -187
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -5
- package/src/alert/Alert.tsx +42 -1
- package/src/error-summary/index.tsx +79 -0
- package/src/index.tsx +1 -0
- package/src/input/Field.tsx +4 -1
- package/src/input/NumericStepper.tsx +6 -1
- package/src/theme/recipes/badge.ts +19 -3
- package/src/theme/recipes/pressable-card.ts +3 -3
- package/src/theme/slot-recipes/anatomy.ts +7 -0
- package/src/theme/slot-recipes/error-summary.ts +32 -0
- package/src/theme/slot-recipes/index.ts +2 -0
- package/src/theme/slot-recipes/numeric-stepper.ts +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.
|
|
2
|
+
> @vygruppen/spor-react@13.3.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
|
|
@@ -11,18 +11,18 @@ CLI Cleaning output folder
|
|
|
11
11
|
ESM Build start
|
|
12
12
|
CJS Build start
|
|
13
13
|
DTS Build start
|
|
14
|
-
CJS dist/index.cjs 370.47 KB
|
|
15
|
-
CJS dist/icons/index.cjs 381.00 B
|
|
16
|
-
CJS dist/index.cjs.map 736.09 KB
|
|
17
|
-
CJS dist/icons/index.cjs.map 157.00 B
|
|
18
|
-
CJS ⚡️ Build success in 2740ms
|
|
19
|
-
ESM dist/index.mjs 346.13 KB
|
|
20
14
|
ESM dist/icons/index.mjs 110.00 B
|
|
21
|
-
ESM dist/index.mjs.
|
|
15
|
+
ESM dist/index.mjs 349.79 KB
|
|
22
16
|
ESM dist/icons/index.mjs.map 157.00 B
|
|
23
|
-
ESM
|
|
24
|
-
|
|
17
|
+
ESM dist/index.mjs.map 743.47 KB
|
|
18
|
+
ESM ⚡️ Build success in 2804ms
|
|
19
|
+
CJS dist/index.cjs 374.32 KB
|
|
20
|
+
CJS dist/icons/index.cjs 381.00 B
|
|
21
|
+
CJS dist/index.cjs.map 743.47 KB
|
|
22
|
+
CJS dist/icons/index.cjs.map 157.00 B
|
|
23
|
+
CJS ⚡️ Build success in 2805ms
|
|
24
|
+
DTS ⚡️ Build success in 21436ms
|
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
|
26
|
-
DTS dist/index.d.ts 150.
|
|
26
|
+
DTS dist/index.d.ts 150.54 KB
|
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
|
28
|
-
DTS dist/index.d.cts 150.
|
|
28
|
+
DTS dist/index.d.cts 150.54 KB
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.
|
|
2
|
+
> @vygruppen/spor-react@13.3.0 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
◇ injected env (0) from .env // tip: ⌘
|
|
5
|
+
◇ injected env (0) from .env // tip: ⌘ multiple files { path: ['.env.local', '.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,28 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 13.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6bdd89f: New component: ErrorSummary can be used to show an overview of user-triggered errors.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 0004541: Remove jscodeshift as it is not used in this package
|
|
12
|
+
|
|
13
|
+
## 13.2.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- b6f6c99: NumericStepper: Highlight the inputfield with an outline, and adjust width of textfield when withInput-prop is false
|
|
18
|
+
- 6ee3004: Add brightRed to badge's colorPalette
|
|
19
|
+
- 4c85213: Badge: adjust the fontsize down to match design
|
|
20
|
+
- b91bffd: Update token values for CargoNet dark theme
|
|
21
|
+
- ac0c26f: Alert: Add role="alert" and aria-label that reflects the level of severity based on the variant
|
|
22
|
+
- Updated dependencies [37467a9]
|
|
23
|
+
- Updated dependencies [b91bffd]
|
|
24
|
+
- @vygruppen/spor-design-tokens@5.0.3
|
|
25
|
+
|
|
3
26
|
## 13.2.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|