@vygruppen/spor-react 12.13.4 → 12.13.5
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 +8 -8
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/theme/slot-recipes/dialog.ts +2 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
3
|
"type": "module",
|
4
|
-
"version": "12.13.
|
4
|
+
"version": "12.13.5",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
7
7
|
"types": "./dist/index.d.ts",
|
@@ -46,9 +46,9 @@
|
|
46
46
|
"react-stately": "^3.31.1",
|
47
47
|
"react-swipeable": "^7.0.1",
|
48
48
|
"usehooks-ts": "^3.1.0",
|
49
|
-
"@vygruppen/spor-design-tokens": "4.1.0",
|
50
49
|
"@vygruppen/spor-icon-react": "4.2.1",
|
51
|
-
"@vygruppen/spor-loader": "0.7.0"
|
50
|
+
"@vygruppen/spor-loader": "0.7.0",
|
51
|
+
"@vygruppen/spor-design-tokens": "4.1.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
54
|
"@react-types/datepicker": "^3.10.0",
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"vitest": "^0.26.3",
|
69
69
|
"vitest-axe": "^0.1.0",
|
70
70
|
"vitest-canvas-mock": "^0.2.2",
|
71
|
-
"@vygruppen/
|
72
|
-
"@vygruppen/
|
71
|
+
"@vygruppen/tsconfig": "0.1.1",
|
72
|
+
"@vygruppen/eslint-config": "1.2.3"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"react": ">=18.0.0 <19.0.0",
|
@@ -97,11 +97,8 @@ export const dialogSlotRecipe = defineSlotRecipe({
|
|
97
97
|
variants: {
|
98
98
|
placement: {
|
99
99
|
center: {
|
100
|
-
positioner: {
|
101
|
-
alignItems: "center",
|
102
|
-
},
|
103
100
|
content: {
|
104
|
-
|
101
|
+
margin: "auto",
|
105
102
|
},
|
106
103
|
},
|
107
104
|
top: {
|
@@ -179,7 +176,7 @@ export const dialogSlotRecipe = defineSlotRecipe({
|
|
179
176
|
},
|
180
177
|
content: {
|
181
178
|
width: "100%",
|
182
|
-
|
179
|
+
minHeight: "100%",
|
183
180
|
"--dialog-margin": "0",
|
184
181
|
margin: "0",
|
185
182
|
},
|