@vygruppen/spor-react 13.0.2 → 13.1.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.
Files changed (75) hide show
  1. package/.turbo/turbo-build.log +25 -25
  2. package/.turbo/turbo-postinstall.log +4 -4
  3. package/CHANGELOG.md +21 -0
  4. package/dist/index.cjs +554 -397
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.d.cts +194 -181
  7. package/dist/index.d.ts +194 -181
  8. package/dist/index.mjs +556 -399
  9. package/dist/index.mjs.map +1 -1
  10. package/package.json +4 -8
  11. package/src/alert/AlertIcon.tsx +2 -2
  12. package/src/alert/ServiceAlert.tsx +2 -1
  13. package/src/calendar/CalendarCell.tsx +4 -4
  14. package/src/datepicker/CalendarHeader.tsx +1 -1
  15. package/src/dialog/Drawer.tsx +1 -1
  16. package/src/input/CardSelect.tsx +4 -4
  17. package/src/input/Combobox.tsx +1 -1
  18. package/src/input/Field.tsx +1 -1
  19. package/src/input/InputChip.tsx +33 -0
  20. package/src/input/PasswordInput.tsx +2 -1
  21. package/src/input/Popover.tsx +9 -7
  22. package/src/input/Select.tsx +44 -7
  23. package/src/input/index.ts +1 -0
  24. package/src/linjetag/LineIcon.tsx +1 -1
  25. package/src/loader/ColorInlineLoader.tsx +2 -1
  26. package/src/loader/ColorSpinner.tsx +2 -1
  27. package/src/loader/ContentLoader.tsx +2 -1
  28. package/src/loader/DarkFullScreenLoader.tsx +2 -1
  29. package/src/loader/DarkInlineLoader.tsx +2 -1
  30. package/src/loader/DarkSpinner.tsx +2 -1
  31. package/src/loader/LightFullScreenLoader.tsx +2 -1
  32. package/src/loader/LightInlineLoader.tsx +2 -1
  33. package/src/loader/LightSpinner.tsx +2 -1
  34. package/src/loader/Lottie.tsx +3 -2
  35. package/src/loader/text.ts +15 -0
  36. package/src/stepper/StepperStep.tsx +2 -2
  37. package/src/theme/recipes/badge.ts +24 -24
  38. package/src/theme/recipes/button.ts +22 -22
  39. package/src/theme/recipes/close-button.ts +2 -2
  40. package/src/theme/recipes/input.ts +9 -9
  41. package/src/theme/recipes/link.ts +1 -1
  42. package/src/theme/recipes/pressable-card.ts +12 -12
  43. package/src/theme/recipes/skeleton.ts +1 -1
  44. package/src/theme/recipes/static-card.ts +8 -8
  45. package/src/theme/semantic-tokens/colors.ts +1 -1
  46. package/src/theme/slot-recipes/accordion.ts +10 -10
  47. package/src/theme/slot-recipes/alert-expandable.ts +35 -35
  48. package/src/theme/slot-recipes/alert-service.ts +10 -10
  49. package/src/theme/slot-recipes/alert.ts +11 -11
  50. package/src/theme/slot-recipes/anatomy.ts +2 -0
  51. package/src/theme/slot-recipes/autocomplete.ts +5 -5
  52. package/src/theme/slot-recipes/breadcrumb.ts +4 -4
  53. package/src/theme/slot-recipes/checkbox.ts +11 -17
  54. package/src/theme/slot-recipes/choice-chip.ts +21 -21
  55. package/src/theme/slot-recipes/datepicker.ts +29 -29
  56. package/src/theme/slot-recipes/field.ts +3 -3
  57. package/src/theme/slot-recipes/floating-action-button.ts +14 -14
  58. package/src/theme/slot-recipes/index.ts +2 -0
  59. package/src/theme/slot-recipes/input-chip.ts +118 -0
  60. package/src/theme/slot-recipes/listbox.ts +9 -9
  61. package/src/theme/slot-recipes/media-controller-button.ts +9 -9
  62. package/src/theme/slot-recipes/menu.ts +7 -7
  63. package/src/theme/slot-recipes/numeric-stepper.ts +4 -4
  64. package/src/theme/slot-recipes/pagination.ts +4 -4
  65. package/src/theme/slot-recipes/popover.ts +4 -4
  66. package/src/theme/slot-recipes/progress-bar.ts +2 -2
  67. package/src/theme/slot-recipes/progress-indicator.ts +1 -1
  68. package/src/theme/slot-recipes/radio-card.ts +11 -11
  69. package/src/theme/slot-recipes/radio.ts +5 -5
  70. package/src/theme/slot-recipes/select.ts +16 -16
  71. package/src/theme/slot-recipes/stepper.ts +5 -5
  72. package/src/theme/slot-recipes/switch.ts +6 -6
  73. package/src/theme/slot-recipes/table.ts +2 -2
  74. package/src/theme/slot-recipes/tabs.ts +18 -18
  75. package/src/theme/slot-recipes/toast.ts +3 -3
@@ -1,28 +1,28 @@
1
1
 
2
- > @vygruppen/spor-react@13.0.2 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.1.0 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > tsup
4
4
 
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 356.43 KB
15
- CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 708.66 KB
17
- CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2510ms
19
- ESM dist/index.mjs 332.54 KB
20
- ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 708.66 KB
22
- ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2510ms
24
- DTS ⚡️ Build success in 19366ms
25
- DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 143.13 KB
27
- DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 143.13 KB
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/icons/index.cjs 381.00 B
15
+ CJS dist/index.cjs 360.23 KB
16
+ CJS dist/icons/index.cjs.map 157.00 B
17
+ CJS dist/index.cjs.map 717.02 KB
18
+ CJS ⚡️ Build success in 2718ms
19
+ ESM dist/index.mjs 336.21 KB
20
+ ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 717.02 KB
22
+ ESM dist/icons/index.mjs.map 157.00 B
23
+ ESM ⚡️ Build success in 2718ms
24
+ DTS ⚡️ Build success in 20239ms
25
+ DTS dist/icons/index.d.ts 44.00 B
26
+ DTS dist/index.d.ts 143.24 KB
27
+ DTS dist/icons/index.d.cts 44.00 B
28
+ DTS dist/index.d.cts 143.24 KB
@@ -1,21 +1,21 @@
1
1
 
2
- > @vygruppen/spor-react@13.0.2 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.1.0 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: ⚙️ suppress all logs with { quiet: true }
5
+ injected env (0) from .env // tip: secrets for agents [www.dotenvx.com]
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◇ ✅ Generated conditions typings
9
9
  [?25h[?25l│
10
10
  ◒ Generating recipe types...
11
- ◇ ✅ Generated recipe typings
11
+ ◇ ✅ Generated recipe typings
12
12
  [?25h[?25l│
13
13
  ◇ ✅ Generated utility typings
14
14
  [?25h[?25l│
15
15
  ◇ ✅ Generated token typings
16
16
  [?25h[?25l│
17
17
  ◒ Generating system types...
18
- ◇ ✅ Generated system types
18
+ ◇ ✅ Generated system types
19
19
  [?25h│
20
20
  └ 🎉 Done!
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 13.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6c7d7d3: Update to new colortoken structure
8
+
9
+ ### Patch Changes
10
+
11
+ - 6e1b6f1: Add translation of 'Loading'-text in spinners and loaders
12
+ - 35a30e9: Refactor Lottie implementation to work with Vite 8.
13
+ - 221a86e: Added disabled colors to checkboxes that are not in checked state
14
+ - Updated dependencies [6c7d7d3]
15
+ - @vygruppen/spor-design-tokens@5.0.0
16
+ - @vygruppen/spor-icon-react@5.0.0
17
+
18
+ ## 13.0.3
19
+
20
+ ### Patch Changes
21
+
22
+ - d10648c: Add InputChip component, and style adjustments to Select
23
+
3
24
  ## 13.0.2
4
25
 
5
26
  ### Patch Changes