@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.10 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.12 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 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- CJS dist/index.cjs 356.14 KB
15
- CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 702.14 KB
17
- CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2853ms
14
+ ESM dist/index.mjs 334.82 KB
19
15
  ESM dist/icons/index.mjs 110.00 B
20
- ESM dist/index.mjs 331.97 KB
21
16
  ESM dist/icons/index.mjs.map 157.00 B
22
- ESM dist/index.mjs.map 702.14 KB
23
- ESM ⚡️ Build success in 2853ms
24
- DTS ⚡️ Build success in 20964ms
17
+ ESM dist/index.mjs.map 706.20 KB
18
+ ESM ⚡️ Build success in 2770ms
19
+ CJS dist/index.cjs 358.99 KB
20
+ CJS dist/icons/index.cjs 381.00 B
21
+ CJS dist/index.cjs.map 706.20 KB
22
+ CJS dist/icons/index.cjs.map 157.00 B
23
+ CJS ⚡️ Build success in 2771ms
24
+ DTS ⚡️ Build success in 20882ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 147.62 KB
26
+ DTS dist/index.d.ts 147.77 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 147.62 KB
28
+ DTS dist/index.d.cts 147.77 KB
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.10 postinstall /home/runner/work/spor/spor/packages/spor-react
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: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ specify custom .env file path with { path: '/custom/path/.env' }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ 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