@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.
package/dist/index.mjs CHANGED
@@ -3312,7 +3312,7 @@ var CountryCodeSelect = forwardRef((props, ref) => {
3312
3312
  lazyMount: true,
3313
3313
  "aria-label": t(texts15.countryCode),
3314
3314
  sideRadiusVariant: "rightSideSquare",
3315
- children: callingCodes.items.map((code) => /* @__PURE__ */ jsx(SelectItem, { as: "option", item: code, children: code.label }, code.label))
3315
+ children: callingCodes.items.map((code) => /* @__PURE__ */ jsx(SelectItem, { item: code, children: code.label }, code.label))
3316
3316
  }
3317
3317
  );
3318
3318
  });
@@ -7047,6 +7047,8 @@ var collapsibleSlotRecipe = defineSlotRecipe({
7047
7047
  className: "chakra-collapsible",
7048
7048
  base: {
7049
7049
  content: {
7050
+ margin: -1,
7051
+ padding: 1,
7050
7052
  overflow: "hidden",
7051
7053
  _open: {
7052
7054
  animationName: "expand-height, fade-in",
@@ -7127,7 +7129,8 @@ var datePickerSlotRecipe = defineSlotRecipe({
7127
7129
  outline: "1px solid",
7128
7130
  outlineColor: "floating.outline",
7129
7131
  boxShadow: "md",
7130
- backgroundColor: "floating.surface"
7132
+ backgroundColor: "floating.surface",
7133
+ minHeight: "min-content"
7131
7134
  },
7132
7135
  rangeCalendarPopover: {
7133
7136
  width: "43rem",