@vygruppen/spor-react 12.13.0 → 12.13.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.13.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.13.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,17 +11,17 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- ESM dist/index.mjs 293.92 KB
15
- ESM dist/icons/index.mjs 110.00 B
16
- ESM dist/icons/index.mjs.map 157.00 B
17
- ESM dist/index.mjs.map 629.73 KB
18
- ESM ⚡️ Build success in 2545ms
19
- CJS dist/index.cjs 315.32 KB
14
+ CJS dist/index.cjs 315.38 KB
20
15
  CJS dist/icons/index.cjs 381.00 B
16
+ CJS dist/index.cjs.map 629.75 KB
21
17
  CJS dist/icons/index.cjs.map 157.00 B
22
- CJS dist/index.cjs.map 629.73 KB
23
- CJS ⚡️ Build success in 2546ms
24
- DTS ⚡️ Build success in 18331ms
18
+ CJS ⚡️ Build success in 2684ms
19
+ ESM dist/index.mjs 293.97 KB
20
+ ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/icons/index.mjs.map 157.00 B
22
+ ESM dist/index.mjs.map 629.75 KB
23
+ ESM ⚡️ Build success in 2686ms
24
+ DTS ⚡️ Build success in 19002ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 156.05 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.13.0 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.13.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,21 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0714df2: Fix min height on datepicker popover, making sure it fits content.
8
+ - 5829615: Revert combobox fix
9
+ - 59306ea: Fix Collapsible to allow a minor overflow for border and shadow
10
+
11
+ ## 12.13.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 63931d2: Remove casting SelectItem to option in phonenumber-input. Does not work in in Safari.
16
+ - 16807cd: Remove casting SelectItem to option in phonenumber-input. Does not work in in Safari.
17
+ - 699acdf: Fix changeset error
18
+
3
19
  ## 12.13.0
4
20
 
5
21
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -3332,7 +3332,7 @@ var CountryCodeSelect = React27.forwardRef((props, ref) => {
3332
3332
  lazyMount: true,
3333
3333
  "aria-label": t(texts15.countryCode),
3334
3334
  sideRadiusVariant: "rightSideSquare",
3335
- children: callingCodes.items.map((code) => /* @__PURE__ */ jsxRuntime.jsx(SelectItem, { as: "option", item: code, children: code.label }, code.label))
3335
+ children: callingCodes.items.map((code) => /* @__PURE__ */ jsxRuntime.jsx(SelectItem, { item: code, children: code.label }, code.label))
3336
3336
  }
3337
3337
  );
3338
3338
  });
@@ -7067,6 +7067,8 @@ var collapsibleSlotRecipe = react.defineSlotRecipe({
7067
7067
  className: "chakra-collapsible",
7068
7068
  base: {
7069
7069
  content: {
7070
+ margin: -1,
7071
+ padding: 1,
7070
7072
  overflow: "hidden",
7071
7073
  _open: {
7072
7074
  animationName: "expand-height, fade-in",
@@ -7147,7 +7149,8 @@ var datePickerSlotRecipe = react.defineSlotRecipe({
7147
7149
  outline: "1px solid",
7148
7150
  outlineColor: "floating.outline",
7149
7151
  boxShadow: "md",
7150
- backgroundColor: "floating.surface"
7152
+ backgroundColor: "floating.surface",
7153
+ minHeight: "min-content"
7151
7154
  },
7152
7155
  rangeCalendarPopover: {
7153
7156
  width: "43rem",