@vygruppen/spor-react 12.21.2 → 12.22.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.21.2 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.22.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 340.15 KB
15
- CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 672.88 KB
17
- CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2574ms
19
- ESM dist/index.mjs 316.87 KB
14
+ ESM dist/index.mjs 326.81 KB
20
15
  ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 672.88 KB
22
16
  ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2576ms
24
- DTS ⚡️ Build success in 19478ms
17
+ ESM dist/index.mjs.map 691.66 KB
18
+ ESM ⚡️ Build success in 2807ms
19
+ CJS dist/index.cjs 350.70 KB
20
+ CJS dist/icons/index.cjs 381.00 B
21
+ CJS dist/index.cjs.map 691.66 KB
22
+ CJS dist/icons/index.cjs.map 157.00 B
23
+ CJS ⚡️ Build success in 2808ms
24
+ DTS ⚡️ Build success in 21325ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 158.97 KB
26
+ DTS dist/index.d.ts 146.60 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 158.97 KB
28
+ DTS dist/index.d.cts 146.60 KB
@@ -1,11 +1,12 @@
1
1
 
2
- > @vygruppen/spor-react@12.21.2 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.22.1 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
- [dotenv@17.2.2] injecting env (0) from .env -- tip: 📡 observe env with Radar: https://dotenvx.com/radar
5
+ [dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ enable debug logging with { debug: true }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
- ◇ Generated conditions typings
8
+ ◒ Generating conditions types...
9
+ ◇ ✅ Generated conditions typings
9
10
  [?25h[?25l│
10
11
  ◒ Generating recipe types...
11
12
  ◇ ✅ Generated recipe typings
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 150818c: add mono-color variant of vylogo
8
+
9
+ ## 12.22.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 287df68: Add new Autocomplete component based on Chakra UI's official Combobox
14
+
15
+ The new Autocomplete component replaces the overly complex custom combobox implementation with a simpler, more accessible solution built on Chakra UI's well-maintained Combobox component.
16
+
17
+ **Features:**
18
+ - Supports both core and floating label variants
19
+ - Integrates seamlessly with existing Input and Field components
20
+ - Handles internal/external filtering, loading states, multiple selection, and grouped items
21
+ - Improved accessibility and universal design standards compliance
22
+ - Modern UI with refined design and animations
23
+ - Adds flip-switch support in AttachedInputs to simplify travel search implementation
24
+
25
+ ### Patch Changes
26
+
27
+ - 375c0a8: replaced aria-selected with aria-current to fix uu error
28
+
3
29
  ## 12.21.2
4
30
 
5
31
  ### Patch Changes