@vygruppen/spor-react 12.24.14 → 12.24.16

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.14 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.16 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 358.95 KB
14
+ CJS dist/index.cjs 367.03 KB
15
15
  CJS dist/icons/index.cjs 381.00 B
16
+ CJS dist/index.cjs.map 722.10 KB
16
17
  CJS dist/icons/index.cjs.map 157.00 B
17
- CJS dist/index.cjs.map 706.17 KB
18
- CJS ⚡️ Build success in 2590ms
19
- ESM dist/index.mjs 334.78 KB
18
+ CJS ⚡️ Build success in 2628ms
19
+ ESM dist/index.mjs 342.22 KB
20
20
  ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 706.17 KB
21
+ ESM dist/index.mjs.map 722.10 KB
22
22
  ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2590ms
24
- DTS ⚡️ Build success in 20304ms
23
+ ESM ⚡️ Build success in 2628ms
24
+ DTS ⚡️ Build success in 20149ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 147.64 KB
26
+ DTS dist/index.d.ts 150.61 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 147.64 KB
28
+ DTS dist/index.d.cts 150.61 KB
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.14 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.16 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 committing .env to code: https://dotenvx.com/precommit
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ enable debug logging with { debug: true }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.16
4
+
5
+ ### Patch Changes
6
+
7
+ - b90fd20: Design adjustments to the menu component
8
+ - 80a1fda: Add new menu-component
9
+
10
+ ## 12.24.15
11
+
12
+ ### Patch Changes
13
+
14
+ - 2efa3ee: fix(calendar): iOS 26 pointer bug with range selection
15
+ - f7f40c2: feat(autocomplete): Added ref and css props
16
+
3
17
  ## 12.24.14
4
18
 
5
19
  ### Patch Changes