@vygruppen/spor-react 12.7.0 → 12.7.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.7.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.7.1 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 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
+ CJS dist/index.cjs 312.51 KB
14
15
  CJS dist/icons/index.cjs 381.00 B
16
+ CJS dist/index.cjs.map 625.36 KB
15
17
  CJS dist/icons/index.cjs.map 157.00 B
16
- CJS dist/index.cjs 311.49 KB
17
- CJS dist/index.cjs.map 623.43 KB
18
- CJS ⚡️ Build success in 3080ms
18
+ CJS ⚡️ Build success in 3033ms
19
+ ESM dist/index.mjs 291.82 KB
19
20
  ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 625.36 KB
20
22
  ESM dist/icons/index.mjs.map 157.00 B
21
- ESM dist/index.mjs 290.84 KB
22
- ESM dist/index.mjs.map 623.43 KB
23
- ESM ⚡️ Build success in 3081ms
24
- DTS ⚡️ Build success in 33114ms
23
+ ESM ⚡️ Build success in 3037ms
24
+ DTS ⚡️ Build success in 29431ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 153.52 KB
26
+ DTS dist/index.d.ts 155.95 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 153.52 KB
28
+ DTS dist/index.d.cts 155.95 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.7.0 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.7.1 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3e21810: Make label optional in inputprops, so i.e. SearchInput and PhoneNumber, not required.
8
+ - 6a454d2: Use key for recipes, to allow customizing recipes. Also fix recipe for collapsible
9
+
3
10
  ## 12.7.0
4
11
 
5
12
  ### Minor Changes