@vygruppen/spor-react 6.2.3 → 7.0.1

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 (46) hide show
  1. package/.turbo/turbo-build.log +10 -10
  2. package/CHANGELOG.md +22 -0
  3. package/dist/{CountryCodeSelect-QZYP3GSD.mjs → CountryCodeSelect-EKQUBVBJ.mjs} +1 -1
  4. package/dist/{chunk-YFZOYRGT.mjs → chunk-CSCLMQYA.mjs} +183 -654
  5. package/dist/index.d.mts +502 -496
  6. package/dist/index.d.ts +502 -496
  7. package/dist/index.js +212 -685
  8. package/dist/index.mjs +1 -1
  9. package/package.json +1 -1
  10. package/src/button/Button.tsx +4 -4
  11. package/src/input/NumericStepper.tsx +0 -4
  12. package/src/stepper/Stepper.tsx +1 -1
  13. package/src/stepper/StepperStep.tsx +1 -1
  14. package/src/theme/components/accordion.ts +4 -15
  15. package/src/theme/components/breadcrumb.ts +2 -14
  16. package/src/theme/components/button.ts +8 -58
  17. package/src/theme/components/card-select.ts +11 -26
  18. package/src/theme/components/card.ts +2 -18
  19. package/src/theme/components/checkbox.ts +4 -12
  20. package/src/theme/components/choice-chip.ts +2 -11
  21. package/src/theme/components/close-button.ts +2 -14
  22. package/src/theme/components/code.ts +1 -1
  23. package/src/theme/components/datepicker.ts +14 -65
  24. package/src/theme/components/drawer.ts +7 -7
  25. package/src/theme/components/fab.ts +12 -65
  26. package/src/theme/components/form-label.ts +1 -1
  27. package/src/theme/components/form.ts +1 -1
  28. package/src/theme/components/info-select.ts +5 -35
  29. package/src/theme/components/info-tag.ts +1 -1
  30. package/src/theme/components/input.ts +9 -31
  31. package/src/theme/components/link.ts +5 -29
  32. package/src/theme/components/listbox.ts +3 -5
  33. package/src/theme/components/media-controller-button.ts +5 -46
  34. package/src/theme/components/modal.ts +7 -7
  35. package/src/theme/components/popover.ts +7 -15
  36. package/src/theme/components/progress-indicator.ts +2 -6
  37. package/src/theme/components/radio.ts +5 -11
  38. package/src/theme/components/select.ts +2 -2
  39. package/src/theme/components/stepper.ts +11 -11
  40. package/src/theme/components/switch.ts +5 -73
  41. package/src/theme/components/table.ts +18 -18
  42. package/src/theme/components/tabs.ts +11 -14
  43. package/src/theme/components/travel-tag.ts +2 -15
  44. package/src/theme/utils/focus-util.ts +10 -0
  45. package/tsconfig.json +2 -2
  46. package/src/theme/utils/focus-utils.ts +0 -16
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@6.2.3 build
2
+ > @vygruppen/spor-react@7.0.1 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,15 +8,15 @@
8
8
  CLI Target: node16
9
9
  CJS Build start
10
10
  ESM Build start
11
- "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/chunk-YFZOYRGT.mjs".
12
11
  "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/index.js".
12
+ "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/chunk-CSCLMQYA.mjs".
13
13
  DTS Build start
14
+ CJS dist/index.js 493.23 KB
15
+ CJS ⚡️ Build success in 2280ms
14
16
  ESM dist/index.mjs 2.16 KB
15
- ESM dist/CountryCodeSelect-QZYP3GSD.mjs 1.19 KB
16
- ESM dist/chunk-YFZOYRGT.mjs 397.81 KB
17
- ESM ⚡️ Build success in 2180ms
18
- CJS dist/index.js 507.18 KB
19
- CJS ⚡️ Build success in 2181ms
20
- DTS ⚡️ Build success in 12024ms
21
- DTS dist/index.d.ts 267.08 KB
22
- DTS dist/index.d.mts 267.08 KB
17
+ ESM dist/CountryCodeSelect-EKQUBVBJ.mjs 1.19 KB
18
+ ESM dist/chunk-CSCLMQYA.mjs 386.09 KB
19
+ ESM ⚡️ Build success in 2281ms
20
+ DTS ⚡️ Build success in 10981ms
21
+ DTS dist/index.d.ts 263.56 KB
22
+ DTS dist/index.d.mts 263.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e960e1: Button, FAB: Tweak disabled state
8
+ - a7590c8: ProgressIndicator: Change colors of inactive dots
9
+ - 0ccf0c5: Stepper: Change the breakpoint for when the stepper changes from one design to another
10
+
11
+ ## 7.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - 6e1c175: New focus styles!
16
+
17
+ This release simplifies our focus styles a bunch, making it easier to use our components with your keyboard or other assistive technologies.
18
+
19
+ The change isn't breaking per-se, but it's a pretty big visual change, so you might want to look through your application before you upgrade.
20
+
21
+ ### Patch Changes
22
+
23
+ - 78b1cd0: Button: Make the text centered when the width is full
24
+
3
25
  ## 6.2.3
4
26
 
5
27
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-YFZOYRGT.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-CSCLMQYA.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4