@launchpad-ui/drawer 0.5.62 → 0.5.64
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/style.css +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
:root,[data-theme=default]{--lp-component-drawer-color-bg-overlay:#28282880}[data-theme=dark]{--lp-component-drawer-color-bg-overlay:#191919bf}.sj_sSW_drawer{--page-gutter-width:.625rem;z-index:var(--lp-z-index-400);position:fixed;top:0;bottom:0;left:0;right:0;transform:translateZ(0)}@media screen and (min-width:
|
1
|
+
:root,[data-theme=default]{--lp-component-drawer-color-bg-overlay:#28282880}[data-theme=dark]{--lp-component-drawer-color-bg-overlay:#191919bf}.sj_sSW_drawer{--page-gutter-width:.625rem;z-index:var(--lp-z-index-400);position:fixed;top:0;bottom:0;left:0;right:0;transform:translateZ(0)}@media screen and (min-width:46.25rem){.sj_sSW_drawer{--page-gutter-width:2.5rem}}.has-overlay{overflow:hidden}.sj_sSW_overlay{background-color:var(--lp-component-drawer-color-bg-overlay);position:fixed;top:0;bottom:0;left:0;right:0}.sj_sSW_content{background-color:var(--lp-color-bg-ui-primary);width:100vw;max-width:100vw;color:var(--lp-color-text-ui-secondary);box-shadow:-1px 0 4px var(--lp-color-shadow-ui-primary);position:absolute;top:0;bottom:0;right:0;overflow:auto}@media screen and (min-width:46.25rem){.sj_sSW_small .sj_sSW_content{width:28.125rem}.sj_sSW_medium .sj_sSW_content{width:40.625rem}.sj_sSW_large .sj_sSW_content{width:50rem}.sj_sSW_xLarge .sj_sSW_content{width:75rem}.sj_sSW_full .sj_sSW_content{width:100%;max-width:unset}}.sj_sSW_content section{padding:2rem var(--page-gutter-width)}.sj_sSW_content section+section{border-top:1px dotted var(--lp-color-gray-100)}.sj_sSW_closeButton{position:absolute;top:.625rem;right:.625rem}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@launchpad-ui/drawer",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.64",
|
4
4
|
"status": "alpha",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -35,12 +35,12 @@
|
|
35
35
|
"@react-aria/overlays": "3.25.0",
|
36
36
|
"classix": "2.2.0",
|
37
37
|
"framer-motion": "11.18.0",
|
38
|
-
"@launchpad-ui/button": "~0.12.
|
38
|
+
"@launchpad-ui/button": "~0.12.43",
|
39
|
+
"@launchpad-ui/icons": "~0.21.3",
|
39
40
|
"@launchpad-ui/focus-trap": "~0.1.27",
|
40
|
-
"@launchpad-ui/icons": "~0.21.1",
|
41
41
|
"@launchpad-ui/portal": "~0.1.5",
|
42
|
-
"@launchpad-ui/progress": "~0.5.
|
43
|
-
"@launchpad-ui/tokens": "~0.12.
|
42
|
+
"@launchpad-ui/progress": "~0.5.57",
|
43
|
+
"@launchpad-ui/tokens": "~0.12.3"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
46
|
"react": "^18.0.0 || ^19.0.0",
|