@vygruppen/spor-react 13.3.0 → 13.3.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.
package/dist/index.mjs CHANGED
@@ -9051,7 +9051,7 @@ var datePickerSlotRecipe = defineSlotRecipe({
9051
9051
  },
9052
9052
  dateTimeSegment: {
9053
9053
  _focus: {
9054
- backgroundColor: "surface.ghost.active",
9054
+ backgroundColor: "surface.floating.active",
9055
9055
  color: "text"
9056
9056
  }
9057
9057
  },
@@ -11051,6 +11051,7 @@ var popoverSlotRecipe = defineSlotRecipe({
11051
11051
  outline: "0",
11052
11052
  transformOrigin: "var(--transform-origin)",
11053
11053
  maxHeight: "var(--available-height)",
11054
+ maxWidth: "var(--available-width)",
11054
11055
  _open: {
11055
11056
  animationStyle: "scale-fade-in",
11056
11057
  animationDuration: "fast"