@vygruppen/spor-react 13.0.1 → 13.0.2

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@13.0.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.0.2 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.86 KB
14
+ CJS dist/index.cjs 356.43 KB
15
15
  CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 709.97 KB
16
+ CJS dist/index.cjs.map 708.66 KB
17
17
  CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2723ms
19
- ESM dist/index.mjs 332.95 KB
18
+ CJS ⚡️ Build success in 2510ms
19
+ ESM dist/index.mjs 332.54 KB
20
20
  ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 709.97 KB
21
+ ESM dist/index.mjs.map 708.66 KB
22
22
  ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2724ms
24
- DTS ⚡️ Build success in 20123ms
23
+ ESM ⚡️ Build success in 2510ms
24
+ DTS ⚡️ Build success in 19366ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 143.10 KB
26
+ DTS dist/index.d.ts 143.13 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 143.10 KB
28
+ DTS dist/index.d.cts 143.13 KB
@@ -1,12 +1,11 @@
1
1
 
2
- > @vygruppen/spor-react@13.0.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.0.2 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: 🤖 agentic secret storage: https://dotenvx.com/as2
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ suppress all logs with { quiet: true }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
- ◒ Generating conditions types...
9
- ◇ ✅ Generated conditions typings
8
+ ◇ Generated conditions typings
10
9
  [?25h[?25l│
11
10
  ◒ Generating recipe types...
12
11
  ◇ ✅ Generated recipe typings
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 13.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0eee096: remove inline padding in text links
8
+ - bc4d10e: Added width parameter to toast
9
+ - 0ac2838: Remove visuallyhidden voiceover helper and rely on title to explain the content
10
+ - 29cf1ac: Improved aria-label for Swtich and added aria-hidden for decorative Separator
11
+
3
12
  ## 13.0.1
4
13
 
5
14
  ### Patch Changes