@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/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/slot-recipes/datepicker.ts +1 -1
- package/src/theme/slot-recipes/popover.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -9051,7 +9051,7 @@ var datePickerSlotRecipe = defineSlotRecipe({
|
|
|
9051
9051
|
},
|
|
9052
9052
|
dateTimeSegment: {
|
|
9053
9053
|
_focus: {
|
|
9054
|
-
backgroundColor: "surface.
|
|
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"
|