@launchpad-ui/drawer 0.1.22 → 0.1.23

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.es.js CHANGED
@@ -10,15 +10,15 @@ import { LazyMotion, m } from "framer-motion";
10
10
  import { useRef, useEffect, Suspense } from "react";
11
11
  import { jsx, jsxs } from "react/jsx-runtime";
12
12
  const DRAWER_LABELLED_BY = "drawer-title";
13
- const drawer = "_drawer_1amby_17";
14
- const overlay$1 = "_overlay_1amby_27";
15
- const content = "_content_1amby_36";
16
- const small = "_small_1amby_49";
17
- const medium = "_medium_1amby_53";
18
- const large = "_large_1amby_57";
19
- const xLarge = "_xLarge_1amby_61";
20
- const full = "_full_1amby_65";
21
- const closeButton = "_closeButton_1amby_79";
13
+ const drawer = "_drawer_1nfan_17";
14
+ const overlay$1 = "_overlay_1nfan_27";
15
+ const content = "_content_1nfan_36";
16
+ const small = "_small_1nfan_49";
17
+ const medium = "_medium_1nfan_53";
18
+ const large = "_large_1nfan_57";
19
+ const xLarge = "_xLarge_1nfan_61";
20
+ const full = "_full_1nfan_65";
21
+ const closeButton = "_closeButton_1nfan_79";
22
22
  const styles = {
23
23
  drawer,
24
24
  overlay: overlay$1,
package/dist/index.js CHANGED
@@ -30,15 +30,15 @@ function _interopNamespace(e) {
30
30
  return Object.freeze(n);
31
31
  }
32
32
  const DRAWER_LABELLED_BY = "drawer-title";
33
- const drawer = "_drawer_1amby_17";
34
- const overlay$1 = "_overlay_1amby_27";
35
- const content = "_content_1amby_36";
36
- const small = "_small_1amby_49";
37
- const medium = "_medium_1amby_53";
38
- const large = "_large_1amby_57";
39
- const xLarge = "_xLarge_1amby_61";
40
- const full = "_full_1amby_65";
41
- const closeButton = "_closeButton_1amby_79";
33
+ const drawer = "_drawer_1nfan_17";
34
+ const overlay$1 = "_overlay_1nfan_27";
35
+ const content = "_content_1nfan_36";
36
+ const small = "_small_1nfan_49";
37
+ const medium = "_medium_1nfan_53";
38
+ const large = "_large_1nfan_57";
39
+ const xLarge = "_xLarge_1nfan_61";
40
+ const full = "_full_1nfan_65";
41
+ const closeButton = "_closeButton_1nfan_79";
42
42
  const styles = {
43
43
  drawer,
44
44
  overlay: overlay$1,
package/dist/style.css CHANGED
@@ -9,8 +9,8 @@
9
9
  .has-overlay {
10
10
  overflow: hidden;
11
11
  }
12
- ._drawer_1amby_17 {
13
- z-index: var(--lp-z-index-300);
12
+ ._drawer_1nfan_17 {
13
+ z-index: var(--lp-z-index-400);
14
14
  position: fixed;
15
15
  top: 0;
16
16
  right: 0;
@@ -18,7 +18,7 @@
18
18
  left: 0;
19
19
  transform: translateZ(0);
20
20
  }
21
- ._overlay_1amby_27 {
21
+ ._overlay_1nfan_27 {
22
22
  position: fixed;
23
23
  top: 0;
24
24
  right: 0;
@@ -26,7 +26,7 @@
26
26
  left: 0;
27
27
  background-color: hsla(0, 0%, 20%, 0.5);
28
28
  }
29
- ._content_1amby_36 {
29
+ ._content_1nfan_36 {
30
30
  background-color: var(--lp-color-bg-ui-primary);
31
31
  position: absolute;
32
32
  top: 0;
@@ -38,36 +38,36 @@
38
38
  box-shadow: -1px 0 4px var(--lp-color-shadow-ui-primary);
39
39
  }
40
40
  @media screen and (min-width: 740px) {
41
- ._small_1amby_49 ._content_1amby_36 {
41
+ ._small_1nfan_49 ._content_1nfan_36 {
42
42
  width: 45rem;
43
43
  }
44
44
 
45
- ._medium_1amby_53 ._content_1amby_36 {
45
+ ._medium_1nfan_53 ._content_1nfan_36 {
46
46
  width: 65rem;
47
47
  }
48
48
 
49
- ._large_1amby_57 ._content_1amby_36 {
49
+ ._large_1nfan_57 ._content_1nfan_36 {
50
50
  width: 80rem;
51
51
  }
52
52
 
53
- ._xLarge_1amby_61 ._content_1amby_36 {
53
+ ._xLarge_1nfan_61 ._content_1nfan_36 {
54
54
  width: 120rem;
55
55
  }
56
56
 
57
- ._full_1amby_65 ._content_1amby_36 {
57
+ ._full_1nfan_65 ._content_1nfan_36 {
58
58
  width: 100%;
59
59
  max-width: none;
60
60
  max-width: initial;
61
61
  }
62
62
  }
63
- ._content_1amby_36 section {
63
+ ._content_1nfan_36 section {
64
64
  padding: 3.2rem 1rem;
65
65
  padding: 3.2rem var(--page-gutter-width);
66
66
  }
67
- ._content_1amby_36 section + section {
67
+ ._content_1nfan_36 section + section {
68
68
  border-top: 1px dotted var(--lp-color-gray-100);
69
69
  }
70
- ._closeButton_1amby_79 {
70
+ ._closeButton_1nfan_79 {
71
71
  position: absolute;
72
72
  right: 1rem;
73
73
  top: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/drawer",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "status": "alpha",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,12 +29,12 @@
29
29
  "@react-aria/overlays": "3.12.0",
30
30
  "classix": "2.1.17",
31
31
  "framer-motion": "7.6.1",
32
- "@launchpad-ui/button": "~0.7.25",
32
+ "@launchpad-ui/button": "~0.7.26",
33
33
  "@launchpad-ui/focus-trap": "~0.1.4",
34
- "@launchpad-ui/icons": "~0.6.17",
34
+ "@launchpad-ui/icons": "~0.6.18",
35
35
  "@launchpad-ui/portal": "~0.1.2",
36
- "@launchpad-ui/progress": "~0.5.16",
37
- "@launchpad-ui/tokens": "~0.4.8"
36
+ "@launchpad-ui/progress": "~0.5.17",
37
+ "@launchpad-ui/tokens": "~0.4.9"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "18.2.0",