@skeletonlabs/skeleton-react 4.4.0 → 4.5.0
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 +2 -25
- package/package.json +26 -26
package/dist/index.mjs
CHANGED
|
@@ -3535,7 +3535,7 @@ function Root$2(props) {
|
|
|
3535
3535
|
parent: group$1
|
|
3536
3536
|
}), normalizeProps);
|
|
3537
3537
|
const attributes = mergeProps(toast.getRootProps(), { className: classesToast.root }, rest);
|
|
3538
|
-
return /* @__PURE__ */
|
|
3538
|
+
return /* @__PURE__ */ jsx(RootContext$7.Provider, {
|
|
3539
3539
|
value: toast,
|
|
3540
3540
|
children: element ? element(attributes) : /* @__PURE__ */ jsxs("div", {
|
|
3541
3541
|
...attributes,
|
|
@@ -3545,30 +3545,7 @@ function Root$2(props) {
|
|
|
3545
3545
|
/* @__PURE__ */ jsx("div", { ...toast.getGhostAfterProps() })
|
|
3546
3546
|
]
|
|
3547
3547
|
})
|
|
3548
|
-
})
|
|
3549
|
-
[data-part='root'] {
|
|
3550
|
-
translate: var(--x) var(--y);
|
|
3551
|
-
scale: var(--scale);
|
|
3552
|
-
z-index: var(--z-index);
|
|
3553
|
-
height: var(--height);
|
|
3554
|
-
opacity: var(--opacity);
|
|
3555
|
-
will-change: translate, opacity, scale;
|
|
3556
|
-
}
|
|
3557
|
-
[data-part='root'] {
|
|
3558
|
-
transition:
|
|
3559
|
-
translate 400ms,
|
|
3560
|
-
scale 400ms,
|
|
3561
|
-
opacity 400ms;
|
|
3562
|
-
transition-timing-function: cubic-bezier(0.21, 1.02, 0.73, 1);
|
|
3563
|
-
}
|
|
3564
|
-
[data-part='root'][data-state='closed'] {
|
|
3565
|
-
transition:
|
|
3566
|
-
translate 400ms,
|
|
3567
|
-
scale 400ms,
|
|
3568
|
-
opacity 200ms;
|
|
3569
|
-
transition-timing-function: cubic-bezier(0.06, 0.71, 0.55, 1);
|
|
3570
|
-
}
|
|
3571
|
-
` })] });
|
|
3548
|
+
});
|
|
3572
3549
|
}
|
|
3573
3550
|
|
|
3574
3551
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skeletonlabs/skeleton-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "The React package for Skeleton.",
|
|
5
5
|
"author": "endigo9740 <chris@skeletonlabs.dev>",
|
|
6
6
|
"repository": {
|
|
@@ -22,31 +22,31 @@
|
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@internationalized/date": "3.10.0",
|
|
25
|
-
"@zag-js/accordion": "1.
|
|
26
|
-
"@zag-js/avatar": "1.
|
|
27
|
-
"@zag-js/collapsible": "1.
|
|
28
|
-
"@zag-js/collection": "1.
|
|
29
|
-
"@zag-js/combobox": "1.
|
|
30
|
-
"@zag-js/date-picker": "1.
|
|
31
|
-
"@zag-js/dialog": "1.
|
|
32
|
-
"@zag-js/file-upload": "1.
|
|
33
|
-
"@zag-js/listbox": "1.
|
|
34
|
-
"@zag-js/menu": "1.
|
|
35
|
-
"@zag-js/pagination": "1.
|
|
36
|
-
"@zag-js/popover": "1.
|
|
37
|
-
"@zag-js/progress": "1.
|
|
38
|
-
"@zag-js/radio-group": "1.
|
|
39
|
-
"@zag-js/rating-group": "1.
|
|
40
|
-
"@zag-js/react": "1.
|
|
41
|
-
"@zag-js/slider": "1.
|
|
42
|
-
"@zag-js/switch": "1.
|
|
43
|
-
"@zag-js/tabs": "1.
|
|
44
|
-
"@zag-js/tags-input": "1.
|
|
45
|
-
"@zag-js/toast": "1.
|
|
46
|
-
"@zag-js/toggle-group": "1.
|
|
47
|
-
"@zag-js/tooltip": "1.
|
|
48
|
-
"@zag-js/tree-view": "1.
|
|
49
|
-
"@skeletonlabs/skeleton-common": "4.
|
|
25
|
+
"@zag-js/accordion": "1.29.0",
|
|
26
|
+
"@zag-js/avatar": "1.29.0",
|
|
27
|
+
"@zag-js/collapsible": "1.29.0",
|
|
28
|
+
"@zag-js/collection": "1.29.0",
|
|
29
|
+
"@zag-js/combobox": "1.29.0",
|
|
30
|
+
"@zag-js/date-picker": "1.29.0",
|
|
31
|
+
"@zag-js/dialog": "1.29.0",
|
|
32
|
+
"@zag-js/file-upload": "1.29.0",
|
|
33
|
+
"@zag-js/listbox": "1.29.0",
|
|
34
|
+
"@zag-js/menu": "1.29.0",
|
|
35
|
+
"@zag-js/pagination": "1.29.0",
|
|
36
|
+
"@zag-js/popover": "1.29.0",
|
|
37
|
+
"@zag-js/progress": "1.29.0",
|
|
38
|
+
"@zag-js/radio-group": "1.29.0",
|
|
39
|
+
"@zag-js/rating-group": "1.29.0",
|
|
40
|
+
"@zag-js/react": "1.29.0",
|
|
41
|
+
"@zag-js/slider": "1.29.0",
|
|
42
|
+
"@zag-js/switch": "1.29.0",
|
|
43
|
+
"@zag-js/tabs": "1.29.0",
|
|
44
|
+
"@zag-js/tags-input": "1.29.0",
|
|
45
|
+
"@zag-js/toast": "1.29.0",
|
|
46
|
+
"@zag-js/toggle-group": "1.29.0",
|
|
47
|
+
"@zag-js/tooltip": "1.29.0",
|
|
48
|
+
"@zag-js/tree-view": "1.29.0",
|
|
49
|
+
"@skeletonlabs/skeleton-common": "4.5.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18.0.0 || ^19.0.0",
|