@vygruppen/spor-react 12.8.1 → 12.8.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@12.8.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.8.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 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- ESM dist/index.mjs 291.88 KB
14
+ ESM dist/index.mjs 291.85 KB
15
15
  ESM dist/icons/index.mjs 110.00 B
16
- ESM dist/index.mjs.map 625.34 KB
16
+ ESM dist/index.mjs.map 625.25 KB
17
17
  ESM dist/icons/index.mjs.map 157.00 B
18
- ESM ⚡️ Build success in 3045ms
19
- CJS dist/index.cjs 312.56 KB
18
+ ESM ⚡️ Build success in 3028ms
19
+ CJS dist/index.cjs 312.53 KB
20
20
  CJS dist/icons/index.cjs 381.00 B
21
21
  CJS dist/icons/index.cjs.map 157.00 B
22
- CJS dist/index.cjs.map 625.34 KB
23
- CJS ⚡️ Build success in 3045ms
24
- DTS ⚡️ Build success in 31801ms
22
+ CJS dist/index.cjs.map 625.25 KB
23
+ CJS ⚡️ Build success in 3030ms
24
+ DTS ⚡️ Build success in 28779ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 156.09 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 156.09 KB
28
+ DTS dist/index.d.cts 155.95 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.8.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.8.2 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,14 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 286dbdc: Improve type definitions for Field and CheckboxGroup components:
8
+
9
+ - CheckboxGroup: Make `direction` optional.
10
+ - Field: Ensure `onClick` is included in props.
11
+
3
12
  ## 12.8.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -7624,7 +7624,6 @@ var fieldSlotRecipe = react.defineSlotRecipe({
7624
7624
  width: "fit-content",
7625
7625
  position: "absolute",
7626
7626
  top: "100%",
7627
- // position below parent
7628
7627
  left: 3,
7629
7628
  zIndex: "dropdown",
7630
7629
  maxWidth: "50ch",