@vygruppen/spor-react 13.0.1 → 13.0.3

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,28 +1,28 @@
1
1
 
2
- > @vygruppen/spor-react@13.0.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.0.3 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.86 KB
15
- CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 709.97 KB
17
- CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2723ms
19
- ESM dist/index.mjs 332.95 KB
20
- ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 709.97 KB
22
- ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2724ms
24
- DTS ⚡️ Build success in 20123ms
25
- DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 143.10 KB
27
- DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 143.10 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/index.cjs 360.47 KB
15
+ CJS dist/icons/index.cjs 381.00 B
16
+ CJS dist/index.cjs.map 716.33 KB
17
+ CJS dist/icons/index.cjs.map 157.00 B
18
+ CJS ⚡️ Build success in 3000ms
19
+ ESM dist/index.mjs 336.37 KB
20
+ ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 716.33 KB
22
+ ESM dist/icons/index.mjs.map 157.00 B
23
+ ESM ⚡️ Build success in 3001ms
24
+ DTS ⚡️ Build success in 22707ms
25
+ DTS dist/icons/index.d.ts 44.00 B
26
+ DTS dist/index.d.ts 143.54 KB
27
+ DTS dist/icons/index.d.cts 44.00 B
28
+ DTS dist/index.d.cts 143.54 KB
@@ -1,22 +1,22 @@
1
1
 
2
- > @vygruppen/spor-react@13.0.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.0.3 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
+ injected env (0) from .env // tip: encrypted .env [www.dotenvx.com]
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
9
- ◇ ✅ Generated conditions typings
9
+ ◇ ✅ Generated conditions typings
10
10
  [?25h[?25l│
11
11
  ◒ Generating recipe types...
12
- ◇ ✅ Generated recipe typings
12
+ ◇ ✅ Generated recipe typings
13
13
  [?25h[?25l│
14
14
  ◇ ✅ Generated utility typings
15
15
  [?25h[?25l│
16
16
  ◇ ✅ Generated token typings
17
17
  [?25h[?25l│
18
18
  ◒ Generating system types...
19
- ◇ ✅ Generated system types
19
+ ◇ ✅ Generated system types
20
20
  [?25h│
21
21
  └ 🎉 Done!
22
22
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 13.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d10648c: Add InputChip component, and style adjustments to Select
8
+
9
+ ## 13.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 0eee096: remove inline padding in text links
14
+ - bc4d10e: Added width parameter to toast
15
+ - 0ac2838: Remove visuallyhidden voiceover helper and rely on title to explain the content
16
+ - 29cf1ac: Improved aria-label for Swtich and added aria-hidden for decorative Separator
17
+
3
18
  ## 13.0.1
4
19
 
5
20
  ### Patch Changes