@visitwonders/assembly 0.1.0 → 0.2.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.
Files changed (241) hide show
  1. package/declarations/action/button-group.d.ts +89 -0
  2. package/declarations/action/button-group.d.ts.map +1 -0
  3. package/declarations/action/button.d.ts +4 -0
  4. package/declarations/action/button.d.ts.map +1 -1
  5. package/declarations/action/index.d.ts +1 -0
  6. package/declarations/action/index.d.ts.map +1 -1
  7. package/declarations/components/form/checkbox.d.ts +0 -65
  8. package/declarations/components/form/control.d.ts +0 -36
  9. package/declarations/components/form/error-message.d.ts +0 -22
  10. package/declarations/components/form/field.d.ts +0 -21
  11. package/declarations/components/form/form.d.ts +0 -14
  12. package/declarations/components/form/help-text.d.ts +0 -14
  13. package/declarations/components/form/index.d.ts +0 -15
  14. package/declarations/components/form/input.d.ts +0 -80
  15. package/declarations/components/form/label.d.ts +0 -34
  16. package/declarations/components/form/radio-group.d.ts +0 -43
  17. package/declarations/components/form/radio.d.ts +0 -54
  18. package/declarations/components/form/search-input.d.ts +0 -35
  19. package/declarations/components/form/select.d.ts +0 -36
  20. package/declarations/components/form/test.d.ts +0 -11
  21. package/declarations/components/form/textarea.d.ts +0 -79
  22. package/declarations/components/form/toggle.d.ts +0 -23
  23. package/declarations/components/primitives/grid-item.d.ts +0 -21
  24. package/declarations/components/primitives/grid.d.ts +0 -49
  25. package/declarations/components/primitives/h-stack.d.ts +0 -17
  26. package/declarations/components/primitives/heading.d.ts +0 -52
  27. package/declarations/components/primitives/image.d.ts +0 -24
  28. package/declarations/components/primitives/index.d.ts +0 -8
  29. package/declarations/components/primitives/link.d.ts +0 -16
  30. package/declarations/components/primitives/stack.d.ts +0 -23
  31. package/declarations/components/primitives/text.d.ts +0 -50
  32. package/declarations/components/primitives/v-stack.d.ts +0 -16
  33. package/declarations/components/ui/badge.d.ts +0 -14
  34. package/declarations/components/ui/button.d.ts +0 -32
  35. package/declarations/components/ui/card.d.ts +0 -27
  36. package/declarations/components/ui/description-list.d.ts +0 -22
  37. package/declarations/components/ui/drawer.d.ts +0 -14
  38. package/declarations/components/ui/icon-button.d.ts +0 -21
  39. package/declarations/components/ui/icon.d.ts +0 -21
  40. package/declarations/components/ui/index.d.ts +0 -17
  41. package/declarations/components/ui/modal.d.ts +0 -14
  42. package/declarations/components/ui/page-header.d.ts +0 -16
  43. package/declarations/components/ui/skeleton-card.d.ts +0 -17
  44. package/declarations/components/ui/skeleton-text.d.ts +0 -16
  45. package/declarations/components/ui/skeleton.d.ts +0 -20
  46. package/declarations/components/ui/spinner.d.ts +0 -11
  47. package/declarations/components/ui/tab-nav/index.d.ts +0 -36
  48. package/declarations/components/ui/table/body.d.ts +0 -11
  49. package/declarations/components/ui/table/caption.d.ts +0 -18
  50. package/declarations/components/ui/table/cell.d.ts +0 -31
  51. package/declarations/components/ui/table/footer.d.ts +0 -11
  52. package/declarations/components/ui/table/header-cell.d.ts +0 -35
  53. package/declarations/components/ui/table/header.d.ts +0 -11
  54. package/declarations/components/ui/table/row.d.ts +0 -21
  55. package/declarations/components/ui/table_old.d.ts +0 -29
  56. package/declarations/data/table.d.ts +0 -1
  57. package/declarations/data/table.d.ts.map +1 -1
  58. package/declarations/form/calendar.d.ts +0 -1
  59. package/declarations/form/calendar.d.ts.map +1 -1
  60. package/declarations/form/control.d.ts +5 -1
  61. package/declarations/form/control.d.ts.map +1 -1
  62. package/declarations/form/country-select-field.d.ts +6 -0
  63. package/declarations/form/country-select-field.d.ts.map +1 -1
  64. package/declarations/form/country-select.d.ts +0 -1
  65. package/declarations/form/country-select.d.ts.map +1 -1
  66. package/declarations/form/date-picker-field.d.ts +6 -0
  67. package/declarations/form/date-picker-field.d.ts.map +1 -1
  68. package/declarations/form/date-picker.d.ts +0 -1
  69. package/declarations/form/date-picker.d.ts.map +1 -1
  70. package/declarations/form/date-range-picker-field.d.ts +6 -0
  71. package/declarations/form/date-range-picker-field.d.ts.map +1 -1
  72. package/declarations/form/date-range-picker.d.ts +0 -1
  73. package/declarations/form/date-range-picker.d.ts.map +1 -1
  74. package/declarations/form/fieldset.d.ts +22 -0
  75. package/declarations/form/fieldset.d.ts.map +1 -0
  76. package/declarations/form/form.d.ts +0 -1
  77. package/declarations/form/form.d.ts.map +1 -1
  78. package/declarations/form/index.d.ts +1 -0
  79. package/declarations/form/index.d.ts.map +1 -1
  80. package/declarations/form/label.d.ts +4 -0
  81. package/declarations/form/label.d.ts.map +1 -1
  82. package/declarations/form/listbox.d.ts +0 -1
  83. package/declarations/form/listbox.d.ts.map +1 -1
  84. package/declarations/form/money-field.d.ts +6 -1
  85. package/declarations/form/money-field.d.ts.map +1 -1
  86. package/declarations/form/multi-select.d.ts +0 -1
  87. package/declarations/form/multi-select.d.ts.map +1 -1
  88. package/declarations/form/number-field.d.ts +9 -1
  89. package/declarations/form/number-field.d.ts.map +1 -1
  90. package/declarations/form/select-field.d.ts +4 -1
  91. package/declarations/form/select-field.d.ts.map +1 -1
  92. package/declarations/form/test.d.ts +0 -11
  93. package/declarations/form/text-field.d.ts +9 -0
  94. package/declarations/form/text-field.d.ts.map +1 -1
  95. package/declarations/form/time-picker-field.d.ts +6 -0
  96. package/declarations/form/time-picker-field.d.ts.map +1 -1
  97. package/declarations/form/time-picker.d.ts +0 -1
  98. package/declarations/form/time-picker.d.ts.map +1 -1
  99. package/declarations/form/toggle.d.ts +4 -0
  100. package/declarations/form/toggle.d.ts.map +1 -1
  101. package/declarations/layout/index.d.ts +1 -0
  102. package/declarations/layout/index.d.ts.map +1 -1
  103. package/declarations/layout/panel.d.ts +34 -0
  104. package/declarations/layout/panel.d.ts.map +1 -0
  105. package/declarations/media/icon.d.ts +0 -1
  106. package/declarations/media/icon.d.ts.map +1 -1
  107. package/declarations/media/image.d.ts +1 -1
  108. package/declarations/overlay/blanket.d.ts +0 -1
  109. package/declarations/overlay/blanket.d.ts.map +1 -1
  110. package/declarations/overlay/drawer.d.ts +4 -1
  111. package/declarations/overlay/drawer.d.ts.map +1 -1
  112. package/declarations/overlay/modal.d.ts +0 -1
  113. package/declarations/overlay/modal.d.ts.map +1 -1
  114. package/declarations/overlay/popover.d.ts +0 -1
  115. package/declarations/overlay/popover.d.ts.map +1 -1
  116. package/declarations/overlay/toast.d.ts +0 -1
  117. package/declarations/overlay/toast.d.ts.map +1 -1
  118. package/declarations/overlay/tooltip.d.ts +0 -1
  119. package/declarations/overlay/tooltip.d.ts.map +1 -1
  120. package/declarations/primitives/grid-item.d.ts +0 -21
  121. package/declarations/primitives/grid.d.ts +0 -49
  122. package/declarations/primitives/h-stack.d.ts +0 -17
  123. package/declarations/primitives/heading.d.ts +0 -52
  124. package/declarations/primitives/image.d.ts +0 -24
  125. package/declarations/primitives/index.d.ts +0 -4
  126. package/declarations/primitives/link.d.ts +0 -16
  127. package/declarations/primitives/stack.d.ts +0 -23
  128. package/declarations/primitives/text.d.ts +0 -50
  129. package/declarations/primitives/v-stack.d.ts +0 -16
  130. package/declarations/status/badge.d.ts +0 -1
  131. package/declarations/status/badge.d.ts.map +1 -1
  132. package/declarations/status/skeleton-avatar.d.ts +1 -1
  133. package/declarations/status/skeleton-avatar.d.ts.map +1 -1
  134. package/declarations/status/skeleton-button.d.ts +1 -1
  135. package/declarations/status/skeleton-button.d.ts.map +1 -1
  136. package/declarations/status/skeleton-image.d.ts +1 -1
  137. package/declarations/status/skeleton-image.d.ts.map +1 -1
  138. package/declarations/status/skeleton-text.d.ts +1 -1
  139. package/declarations/status/skeleton-text.d.ts.map +1 -1
  140. package/declarations/status/skeleton.d.ts +1 -1
  141. package/declarations/status/skeleton.d.ts.map +1 -1
  142. package/declarations/status/tag.d.ts +0 -1
  143. package/declarations/status/tag.d.ts.map +1 -1
  144. package/declarations/typography/link.d.ts +0 -16
  145. package/declarations/ui/button.d.ts +0 -50
  146. package/declarations/ui/icon.d.ts +0 -21
  147. package/dist/_app_/action/button-group.js +1 -0
  148. package/dist/_app_/form/fieldset.js +1 -0
  149. package/dist/_app_/layout/panel.js +1 -0
  150. package/dist/action/button-group.css +18 -0
  151. package/dist/action/button-group.js +130 -0
  152. package/dist/action/button-group.js.map +1 -0
  153. package/dist/action/button.css +152 -0
  154. package/dist/action/button.js +1 -1
  155. package/dist/action/index.js +1 -0
  156. package/dist/action/index.js.map +1 -1
  157. package/dist/data/table.css +48 -47
  158. package/dist/data/table.js +1 -1
  159. package/dist/form/checkbox.css +3 -3
  160. package/dist/form/control-css-02e93d930aecac651d5c69dc10a83504.css +36 -0
  161. package/dist/form/control.js +2 -2
  162. package/dist/form/country-select-field.js +1 -1
  163. package/dist/form/country-select-field.js.map +1 -1
  164. package/dist/form/country-select.css +1 -1
  165. package/dist/form/date-picker-field.js +1 -1
  166. package/dist/form/date-picker-field.js.map +1 -1
  167. package/dist/form/date-range-picker-field.js +1 -1
  168. package/dist/form/date-range-picker-field.js.map +1 -1
  169. package/dist/form/field.css +3 -3
  170. package/dist/form/fieldset.css +65 -0
  171. package/dist/form/fieldset.js +20 -0
  172. package/dist/form/fieldset.js.map +1 -0
  173. package/dist/form/help-text.css +1 -1
  174. package/dist/form/index.js +1 -0
  175. package/dist/form/index.js.map +1 -1
  176. package/dist/form/input.css +1 -0
  177. package/dist/form/label.css +15 -1
  178. package/dist/form/label.js +10 -4
  179. package/dist/form/money-field.js +1 -1
  180. package/dist/form/multi-select.css +1 -1
  181. package/dist/form/number-field.css +1 -0
  182. package/dist/form/number-field.js +1 -1
  183. package/dist/form/radio.css +3 -3
  184. package/dist/form/select-field.js +1 -1
  185. package/dist/form/select-field.js.map +1 -1
  186. package/dist/form/select.css +1 -1
  187. package/dist/form/{text-field-css-f60360f3f8aaf4da664eaccd1bcc9f8f.css → text-field-css-754feeb82dbd9fc9afdc1f00dceb13ad.css} +22 -1
  188. package/dist/form/text-field.js +2 -2
  189. package/dist/form/textarea.css +2 -1
  190. package/dist/form/time-picker-field.js +1 -1
  191. package/dist/form/time-picker-field.js.map +1 -1
  192. package/dist/form/toggle.css +27 -1
  193. package/dist/form/toggle.js +4 -1
  194. package/dist/layout/{divider-css-1ba104b9c606cbd1f542b45640fb5f2b.css → divider-css-7e0cc7d350e31172582851c6cb2cf586.css} +2 -2
  195. package/dist/layout/divider.js +1 -1
  196. package/dist/layout/{grid-css-086976eb41686e3714554f56c098d3d5.css → grid-css-c8259b34d7062f44e78f0a2cc139cb44.css} +13 -13
  197. package/dist/layout/grid.js +1 -1
  198. package/dist/layout/index.js +1 -0
  199. package/dist/layout/index.js.map +1 -1
  200. package/dist/layout/panel.css +229 -0
  201. package/dist/layout/panel.js +32 -0
  202. package/dist/layout/panel.js.map +1 -0
  203. package/dist/overlay/blanket.css +12 -11
  204. package/dist/overlay/blanket.js +1 -1
  205. package/dist/overlay/drawer.css +99 -62
  206. package/dist/overlay/drawer.js +7 -4
  207. package/dist/overlay/modal.css +22 -21
  208. package/dist/overlay/modal.js +4 -4
  209. package/dist/overlay/popover.css +30 -29
  210. package/dist/overlay/popover.js +4 -4
  211. package/dist/overlay/toast.css +49 -48
  212. package/dist/overlay/toast.js +2 -2
  213. package/dist/overlay/tooltip.css +38 -37
  214. package/dist/overlay/tooltip.js +2 -2
  215. package/dist/skeleton-shared-BTA5oAjw.js +3 -0
  216. package/dist/skeleton-shared-BTA5oAjw.js.map +1 -0
  217. package/dist/status/badge.css +30 -29
  218. package/dist/status/badge.js +1 -1
  219. package/dist/status/skeleton-avatar.js +1 -1
  220. package/dist/status/skeleton-avatar.js.map +1 -1
  221. package/dist/status/skeleton-button.js +1 -1
  222. package/dist/status/skeleton-button.js.map +1 -1
  223. package/dist/status/skeleton-image.js +1 -1
  224. package/dist/status/skeleton-image.js.map +1 -1
  225. package/dist/status/skeleton-text.js +1 -1
  226. package/dist/status/skeleton-text.js.map +1 -1
  227. package/dist/status/skeleton.js +1 -1
  228. package/dist/status/skeleton.js.map +1 -1
  229. package/dist/status/tag.css +50 -51
  230. package/dist/status/tag.js +1 -1
  231. package/dist/styles/base/typography.css +1 -1
  232. package/dist/styles/primitive/typography.css +10 -7
  233. package/dist/styles/semantic/typography.css +4 -4
  234. package/dist/styles.css +15 -12
  235. package/dist/typography/{heading-css-8850735eabc2efb34f15240b852c99e7.css → heading-css-726c4c3109f2b741657733e1ba103c67.css} +9 -9
  236. package/dist/typography/heading.js +1 -1
  237. package/package.json +22 -18
  238. package/dist/form/control-css-6c81caf37fd813b36033091d5340bc70.css +0 -20
  239. package/dist/skeleton-CL5Pcwrk.js +0 -3
  240. package/dist/skeleton-CL5Pcwrk.js.map +0 -1
  241. /package/dist/status/{skeleton.css → skeleton-shared.css} +0 -0
@@ -1,3 +1,4 @@
1
+ /* src/overlay/drawer.css */
1
2
  /* ===================================
2
3
  * Drawer Component
3
4
  * Slide-in panel from screen edge
@@ -7,7 +8,7 @@
7
8
  * Drawer Container (Portal)
8
9
  * =================================== */
9
10
 
10
- .drawer-container {
11
+ .drawer-container_e20b0b74f {
11
12
  /* Positioning - fixed, z-index shared with modal */
12
13
  position: fixed;
13
14
  z-index: var(--z-modal);
@@ -22,7 +23,7 @@
22
23
  }
23
24
 
24
25
  /* Focus reset for container */
25
- .drawer-container:focus {
26
+ .drawer-container_e20b0b74f:focus {
26
27
  outline: none;
27
28
  }
28
29
 
@@ -31,7 +32,7 @@
31
32
  * =================================== */
32
33
 
33
34
  /* Right side (default) */
34
- .drawer-container[data-side="right"] {
35
+ .drawer-container_e20b0b74f[data-side="right"] {
35
36
  top: 0;
36
37
  right: 0;
37
38
  height: 100vh;
@@ -40,7 +41,7 @@
40
41
  }
41
42
 
42
43
  /* Left side */
43
- .drawer-container[data-side="left"] {
44
+ .drawer-container_e20b0b74f[data-side="left"] {
44
45
  top: 0;
45
46
  left: 0;
46
47
  height: 100vh;
@@ -49,7 +50,7 @@
49
50
  }
50
51
 
51
52
  /* Top side */
52
- .drawer-container[data-side="top"] {
53
+ .drawer-container_e20b0b74f[data-side="top"] {
53
54
  top: 0;
54
55
  left: 0;
55
56
  right: 0;
@@ -59,7 +60,7 @@
59
60
  }
60
61
 
61
62
  /* Bottom side */
62
- .drawer-container[data-side="bottom"] {
63
+ .drawer-container_e20b0b74f[data-side="bottom"] {
63
64
  bottom: 0;
64
65
  left: 0;
65
66
  right: 0;
@@ -72,32 +73,32 @@
72
73
  * Size Variants - Horizontal (left/right)
73
74
  * =================================== */
74
75
 
75
- .drawer-container[data-side="right"][data-size="sm"],
76
- .drawer-container[data-side="left"][data-size="sm"] {
76
+ .drawer-container_e20b0b74f[data-side="right"][data-size="sm"],
77
+ .drawer-container_e20b0b74f[data-side="left"][data-size="sm"] {
77
78
  width: 320px;
78
79
  max-width: 100vw;
79
80
  }
80
81
 
81
- .drawer-container[data-side="right"][data-size="md"],
82
- .drawer-container[data-side="left"][data-size="md"] {
82
+ .drawer-container_e20b0b74f[data-side="right"][data-size="md"],
83
+ .drawer-container_e20b0b74f[data-side="left"][data-size="md"] {
83
84
  width: 400px;
84
85
  max-width: 100vw;
85
86
  }
86
87
 
87
- .drawer-container[data-side="right"][data-size="lg"],
88
- .drawer-container[data-side="left"][data-size="lg"] {
88
+ .drawer-container_e20b0b74f[data-side="right"][data-size="lg"],
89
+ .drawer-container_e20b0b74f[data-side="left"][data-size="lg"] {
89
90
  width: 560px;
90
91
  max-width: 100vw;
91
92
  }
92
93
 
93
- .drawer-container[data-side="right"][data-size="xl"],
94
- .drawer-container[data-side="left"][data-size="xl"] {
94
+ .drawer-container_e20b0b74f[data-side="right"][data-size="xl"],
95
+ .drawer-container_e20b0b74f[data-side="left"][data-size="xl"] {
95
96
  width: 720px;
96
97
  max-width: 100vw;
97
98
  }
98
99
 
99
- .drawer-container[data-side="right"][data-size="full"],
100
- .drawer-container[data-side="left"][data-size="full"] {
100
+ .drawer-container_e20b0b74f[data-side="right"][data-size="full"],
101
+ .drawer-container_e20b0b74f[data-side="left"][data-size="full"] {
101
102
  width: 100vw;
102
103
  }
103
104
 
@@ -105,32 +106,32 @@
105
106
  * Size Variants - Vertical (top/bottom)
106
107
  * =================================== */
107
108
 
108
- .drawer-container[data-side="top"][data-size="sm"],
109
- .drawer-container[data-side="bottom"][data-size="sm"] {
109
+ .drawer-container_e20b0b74f[data-side="top"][data-size="sm"],
110
+ .drawer-container_e20b0b74f[data-side="bottom"][data-size="sm"] {
110
111
  height: 200px;
111
112
  max-height: 100vh;
112
113
  }
113
114
 
114
- .drawer-container[data-side="top"][data-size="md"],
115
- .drawer-container[data-side="bottom"][data-size="md"] {
115
+ .drawer-container_e20b0b74f[data-side="top"][data-size="md"],
116
+ .drawer-container_e20b0b74f[data-side="bottom"][data-size="md"] {
116
117
  height: 320px;
117
118
  max-height: 100vh;
118
119
  }
119
120
 
120
- .drawer-container[data-side="top"][data-size="lg"],
121
- .drawer-container[data-side="bottom"][data-size="lg"] {
121
+ .drawer-container_e20b0b74f[data-side="top"][data-size="lg"],
122
+ .drawer-container_e20b0b74f[data-side="bottom"][data-size="lg"] {
122
123
  height: 480px;
123
124
  max-height: 100vh;
124
125
  }
125
126
 
126
- .drawer-container[data-side="top"][data-size="xl"],
127
- .drawer-container[data-side="bottom"][data-size="xl"] {
127
+ .drawer-container_e20b0b74f[data-side="top"][data-size="xl"],
128
+ .drawer-container_e20b0b74f[data-side="bottom"][data-size="xl"] {
128
129
  height: 640px;
129
130
  max-height: 100vh;
130
131
  }
131
132
 
132
- .drawer-container[data-side="top"][data-size="full"],
133
- .drawer-container[data-side="bottom"][data-size="full"] {
133
+ .drawer-container_e20b0b74f[data-side="top"][data-size="full"],
134
+ .drawer-container_e20b0b74f[data-side="bottom"][data-size="full"] {
134
135
  height: 100vh;
135
136
  }
136
137
 
@@ -138,7 +139,7 @@
138
139
  * Drawer Content
139
140
  * =================================== */
140
141
 
141
- .drawer-content {
142
+ .drawer-content_e20b0b74f {
142
143
  display: flex;
143
144
  flex-direction: column;
144
145
  flex: 1;
@@ -150,13 +151,13 @@
150
151
  * Drawer Header
151
152
  * =================================== */
152
153
 
153
- .drawer-header {
154
+ .drawer-header_e20b0b74f {
154
155
  /* Layout */
155
156
  display: flex;
156
- align-items: flex-start;
157
+ align-items: center;
157
158
  justify-content: space-between;
158
159
  gap: var(--spacing-3);
159
- padding: var(--spacing-4);
160
+ padding: var(--spacing-inset-md);
160
161
 
161
162
  /* Border */
162
163
  border-bottom: 1px solid var(--color-border-subtle);
@@ -165,7 +166,7 @@
165
166
  flex-shrink: 0;
166
167
  }
167
168
 
168
- .drawer-title {
169
+ .drawer-title_e20b0b74f {
169
170
  /* Typography */
170
171
  font-size: var(--font-size-lg);
171
172
  font-weight: var(--font-weight-semibold);
@@ -177,7 +178,7 @@
177
178
  flex: 1;
178
179
  }
179
180
 
180
- .drawer-header-close {
181
+ .drawer-header-close_e20b0b74f {
181
182
  /* Reset button styles */
182
183
  appearance: none;
183
184
  background: none;
@@ -197,12 +198,12 @@
197
198
  background-color var(--duration-150) var(--easing-out);
198
199
  }
199
200
 
200
- .drawer-header-close:hover {
201
+ .drawer-header-close_e20b0b74f:hover {
201
202
  color: var(--color-text);
202
203
  background: var(--color-bg-neutral-subtle);
203
204
  }
204
205
 
205
- .drawer-header-close:focus-visible {
206
+ .drawer-header-close_e20b0b74f:focus-visible {
206
207
  outline: none;
207
208
  box-shadow: var(--focus-ring);
208
209
  }
@@ -211,9 +212,9 @@
211
212
  * Drawer Body
212
213
  * =================================== */
213
214
 
214
- .drawer-body {
215
+ .drawer-body_e20b0b74f {
215
216
  /* Layout */
216
- padding: var(--spacing-4);
217
+ padding: var(--spacing-inset-md);
217
218
 
218
219
  /* Scrollable */
219
220
  overflow-y: auto;
@@ -229,13 +230,13 @@
229
230
  * Drawer Footer
230
231
  * =================================== */
231
232
 
232
- .drawer-footer {
233
+ .drawer-footer_e20b0b74f {
233
234
  /* Layout */
234
235
  display: flex;
235
236
  align-items: center;
236
237
  justify-content: flex-end;
237
238
  gap: var(--spacing-2);
238
- padding: var(--spacing-4);
239
+ padding: var(--spacing-inset-md);
239
240
 
240
241
  /* Border */
241
242
  border-top: 1px solid var(--color-border-subtle);
@@ -244,11 +245,47 @@
244
245
  flex-shrink: 0;
245
246
  }
246
247
 
248
+ /* ===================================
249
+ * Padding Variants
250
+ * =================================== */
251
+
252
+ .drawer-container_e20b0b74f[data-padding="none"] .drawer-header_e20b0b74f,
253
+ .drawer-container_e20b0b74f[data-padding="none"] .drawer-body_e20b0b74f,
254
+ .drawer-container_e20b0b74f[data-padding="none"] .drawer-footer_e20b0b74f {
255
+ padding: 0;
256
+ }
257
+
258
+ .drawer-container_e20b0b74f[data-padding="xs"] .drawer-header_e20b0b74f,
259
+ .drawer-container_e20b0b74f[data-padding="xs"] .drawer-body_e20b0b74f,
260
+ .drawer-container_e20b0b74f[data-padding="xs"] .drawer-footer_e20b0b74f {
261
+ padding: var(--spacing-inset-md) var(--spacing-inset-xs);
262
+ }
263
+
264
+ .drawer-container_e20b0b74f[data-padding="sm"] .drawer-header_e20b0b74f,
265
+ .drawer-container_e20b0b74f[data-padding="sm"] .drawer-body_e20b0b74f,
266
+ .drawer-container_e20b0b74f[data-padding="sm"] .drawer-footer_e20b0b74f {
267
+ padding: var(--spacing-inset-md) var(--spacing-inset-sm);
268
+ }
269
+
270
+ /* md is the default — uses --spacing-inset-md set on each element */
271
+
272
+ .drawer-container_e20b0b74f[data-padding="lg"] .drawer-header_e20b0b74f,
273
+ .drawer-container_e20b0b74f[data-padding="lg"] .drawer-body_e20b0b74f,
274
+ .drawer-container_e20b0b74f[data-padding="lg"] .drawer-footer_e20b0b74f {
275
+ padding: var(--spacing-inset-md) var(--spacing-inset-lg);
276
+ }
277
+
278
+ .drawer-container_e20b0b74f[data-padding="xl"] .drawer-header_e20b0b74f,
279
+ .drawer-container_e20b0b74f[data-padding="xl"] .drawer-body_e20b0b74f,
280
+ .drawer-container_e20b0b74f[data-padding="xl"] .drawer-footer_e20b0b74f {
281
+ padding: var(--spacing-inset-md) var(--spacing-inset-xl);
282
+ }
283
+
247
284
  /* ===================================
248
285
  * Animations - Right Side
249
286
  * =================================== */
250
287
 
251
- @keyframes drawer-slide-in-right {
288
+ @keyframes drawer-slide-in-right__e20b0b74f {
252
289
  from {
253
290
  transform: translateX(100%);
254
291
  }
@@ -257,7 +294,7 @@
257
294
  }
258
295
  }
259
296
 
260
- @keyframes drawer-slide-out-right {
297
+ @keyframes drawer-slide-out-right__e20b0b74f {
261
298
  from {
262
299
  transform: translateX(0);
263
300
  }
@@ -266,13 +303,13 @@
266
303
  }
267
304
  }
268
305
 
269
- .drawer-container[data-side="right"][data-state="open"] {
270
- animation: drawer-slide-in-right var(--duration-200) var(--easing-out)
306
+ .drawer-container_e20b0b74f[data-side="right"][data-state="open"] {
307
+ animation: drawer-slide-in-right__e20b0b74f var(--duration-200) var(--easing-out)
271
308
  forwards;
272
309
  }
273
310
 
274
- .drawer-container[data-side="right"][data-state="closed"] {
275
- animation: drawer-slide-out-right var(--duration-150) var(--easing-in)
311
+ .drawer-container_e20b0b74f[data-side="right"][data-state="closed"] {
312
+ animation: drawer-slide-out-right__e20b0b74f var(--duration-150) var(--easing-in)
276
313
  forwards;
277
314
  }
278
315
 
@@ -280,7 +317,7 @@
280
317
  * Animations - Left Side
281
318
  * =================================== */
282
319
 
283
- @keyframes drawer-slide-in-left {
320
+ @keyframes drawer-slide-in-left__e20b0b74f {
284
321
  from {
285
322
  transform: translateX(-100%);
286
323
  }
@@ -289,7 +326,7 @@
289
326
  }
290
327
  }
291
328
 
292
- @keyframes drawer-slide-out-left {
329
+ @keyframes drawer-slide-out-left__e20b0b74f {
293
330
  from {
294
331
  transform: translateX(0);
295
332
  }
@@ -298,19 +335,19 @@
298
335
  }
299
336
  }
300
337
 
301
- .drawer-container[data-side="left"][data-state="open"] {
302
- animation: drawer-slide-in-left var(--duration-200) var(--easing-out) forwards;
338
+ .drawer-container_e20b0b74f[data-side="left"][data-state="open"] {
339
+ animation: drawer-slide-in-left__e20b0b74f var(--duration-200) var(--easing-out) forwards;
303
340
  }
304
341
 
305
- .drawer-container[data-side="left"][data-state="closed"] {
306
- animation: drawer-slide-out-left var(--duration-150) var(--easing-in) forwards;
342
+ .drawer-container_e20b0b74f[data-side="left"][data-state="closed"] {
343
+ animation: drawer-slide-out-left__e20b0b74f var(--duration-150) var(--easing-in) forwards;
307
344
  }
308
345
 
309
346
  /* ===================================
310
347
  * Animations - Top Side
311
348
  * =================================== */
312
349
 
313
- @keyframes drawer-slide-in-top {
350
+ @keyframes drawer-slide-in-top__e20b0b74f {
314
351
  from {
315
352
  transform: translateY(-100%);
316
353
  }
@@ -319,7 +356,7 @@
319
356
  }
320
357
  }
321
358
 
322
- @keyframes drawer-slide-out-top {
359
+ @keyframes drawer-slide-out-top__e20b0b74f {
323
360
  from {
324
361
  transform: translateY(0);
325
362
  }
@@ -328,19 +365,19 @@
328
365
  }
329
366
  }
330
367
 
331
- .drawer-container[data-side="top"][data-state="open"] {
332
- animation: drawer-slide-in-top var(--duration-200) var(--easing-out) forwards;
368
+ .drawer-container_e20b0b74f[data-side="top"][data-state="open"] {
369
+ animation: drawer-slide-in-top__e20b0b74f var(--duration-200) var(--easing-out) forwards;
333
370
  }
334
371
 
335
- .drawer-container[data-side="top"][data-state="closed"] {
336
- animation: drawer-slide-out-top var(--duration-150) var(--easing-in) forwards;
372
+ .drawer-container_e20b0b74f[data-side="top"][data-state="closed"] {
373
+ animation: drawer-slide-out-top__e20b0b74f var(--duration-150) var(--easing-in) forwards;
337
374
  }
338
375
 
339
376
  /* ===================================
340
377
  * Animations - Bottom Side
341
378
  * =================================== */
342
379
 
343
- @keyframes drawer-slide-in-bottom {
380
+ @keyframes drawer-slide-in-bottom__e20b0b74f {
344
381
  from {
345
382
  transform: translateY(100%);
346
383
  }
@@ -349,7 +386,7 @@
349
386
  }
350
387
  }
351
388
 
352
- @keyframes drawer-slide-out-bottom {
389
+ @keyframes drawer-slide-out-bottom__e20b0b74f {
353
390
  from {
354
391
  transform: translateY(0);
355
392
  }
@@ -358,12 +395,12 @@
358
395
  }
359
396
  }
360
397
 
361
- .drawer-container[data-side="bottom"][data-state="open"] {
362
- animation: drawer-slide-in-bottom var(--duration-200) var(--easing-out)
398
+ .drawer-container_e20b0b74f[data-side="bottom"][data-state="open"] {
399
+ animation: drawer-slide-in-bottom__e20b0b74f var(--duration-200) var(--easing-out)
363
400
  forwards;
364
401
  }
365
402
 
366
- .drawer-container[data-side="bottom"][data-state="closed"] {
367
- animation: drawer-slide-out-bottom var(--duration-150) var(--easing-in)
403
+ .drawer-container_e20b0b74f[data-side="bottom"][data-state="closed"] {
404
+ animation: drawer-slide-out-bottom__e20b0b74f var(--duration-150) var(--easing-in)
368
405
  forwards;
369
406
  }
@@ -34,7 +34,7 @@ class DrawerHeader extends Component {
34
34
  this.ctx.closeDrawer();
35
35
  };
36
36
  static {
37
- setComponentTemplate(precompileTemplate("<div class=\"drawer-header\" data-test-drawer-header ...attributes>\n <div id={{this.ctx.titleId}} class=\"drawer-title\">\n {{yield}}\n </div>\n {{#if this.isCloseButtonVisible}}\n <button type=\"button\" class=\"drawer-header-close\" aria-label=\"Close\" {{on \"click\" this.handleClose}} data-test-drawer-header-close>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\n </svg>\n </button>\n {{/if}}\n</div>", {
37
+ setComponentTemplate(precompileTemplate("<div class=\"drawer-header_e20b0b74f\" data-test-drawer-header ...attributes>\n <div id={{this.ctx.titleId}} class=\"drawer-title_e20b0b74f\">\n {{yield}}\n </div>\n {{#if this.isCloseButtonVisible}}\n <button type=\"button\" class=\"drawer-header-close_e20b0b74f\" aria-label=\"Close\" {{on \"click\" this.handleClose}} data-test-drawer-header-close>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\n </svg>\n </button>\n {{/if}}\n</div>", {
38
38
  strictMode: true,
39
39
  scope: () => ({
40
40
  on
@@ -42,10 +42,10 @@ class DrawerHeader extends Component {
42
42
  }), this);
43
43
  }
44
44
  }
45
- const DrawerBody = setComponentTemplate(precompileTemplate("<div class=\"drawer-body\" data-test-drawer-body ...attributes>\n {{yield}}\n</div>", {
45
+ const DrawerBody = setComponentTemplate(precompileTemplate("<div class=\"drawer-body_e20b0b74f\" data-test-drawer-body ...attributes>\n {{yield}}\n</div>", {
46
46
  strictMode: true
47
47
  }), templateOnly());
48
- const DrawerFooter = setComponentTemplate(precompileTemplate("<div class=\"drawer-footer\" data-test-drawer-footer ...attributes>\n {{yield}}\n</div>", {
48
+ const DrawerFooter = setComponentTemplate(precompileTemplate("<div class=\"drawer-footer_e20b0b74f\" data-test-drawer-footer ...attributes>\n {{yield}}\n</div>", {
49
49
  strictMode: true
50
50
  }), templateOnly());
51
51
  class DrawerClose extends Component {
@@ -110,6 +110,9 @@ class Drawer extends Component {
110
110
  get size() {
111
111
  return this.args.size ?? 'md';
112
112
  }
113
+ get padding() {
114
+ return this.args.padding ?? 'md';
115
+ }
113
116
  get showBlanket() {
114
117
  return this.args.showBlanket ?? true;
115
118
  }
@@ -256,7 +259,7 @@ class Drawer extends Component {
256
259
  // Template
257
260
  // ============================================================================
258
261
  static {
259
- setComponentTemplate(precompileTemplate("{{!-- Visibility tracker for exit animations --}}\n<span hidden {{this.trackVisibility visible=this.isOpen}} data-test-drawer-tracker></span>\n\n{{!-- Blanket is outside shouldRender so it can manage its own exit animation --}}\n{{#if this.showBlanket}}\n <Blanket @visible={{this.isOpen}} @onClose={{this.handleBackdropClose}} @closeOnClick={{this.closeOnBackdropClick}} @lockScroll={{false}} @container={{this.destinationElement}} data-test-drawer-blanket />\n{{/if}}\n\n{{#if this.shouldRender}}\n {{#in-element this.destinationElement insertBefore=null}}\n {{!-- template-lint-disable no-invalid-interactive --}}\n <div class=\"drawer-container\" role=\"dialog\" aria-modal={{if this.showBlanket \"true\" \"false\"}} aria-labelledby={{this.titleId}} tabindex=\"-1\" data-side={{this.side}} data-size={{this.size}} data-state={{this.dataState}} {{this.setupDrawer}} {{on \"animationend\" this.handleAnimationEnd}} data-test-drawer-container ...attributes>\n <div class=\"drawer-content\" data-test-drawer-content>\n {{yield (hash Header=(component DrawerHeader ctx=this.context) Body=(component DrawerBody ctx=this.context) Footer=(component DrawerFooter ctx=this.context) Close=(component DrawerClose ctx=this.context) isOpen=this.isOpen close=this.closeDrawer)}}\n </div>\n </div>\n {{/in-element}}\n{{/if}}", {
262
+ setComponentTemplate(precompileTemplate("{{!-- Visibility tracker for exit animations --}}\n<span hidden {{this.trackVisibility visible=this.isOpen}} data-test-drawer-tracker></span>\n\n{{!-- Blanket is outside shouldRender so it can manage its own exit animation --}}\n{{#if this.showBlanket}}\n <Blanket @visible={{this.isOpen}} @onClose={{this.handleBackdropClose}} @closeOnClick={{this.closeOnBackdropClick}} @lockScroll={{false}} @container={{this.destinationElement}} data-test-drawer-blanket />\n{{/if}}\n\n{{#if this.shouldRender}}\n {{#in-element this.destinationElement insertBefore=null}}\n {{!-- template-lint-disable no-invalid-interactive --}}\n <div class=\"drawer-container_e20b0b74f\" role=\"dialog\" aria-modal={{if this.showBlanket \"true\" \"false\"}} aria-labelledby={{this.titleId}} tabindex=\"-1\" data-side={{this.side}} data-size={{this.size}} data-padding={{this.padding}} data-state={{this.dataState}} {{this.setupDrawer}} {{on \"animationend\" this.handleAnimationEnd}} data-test-drawer-container ...attributes>\n <div class=\"drawer-content_e20b0b74f\" data-test-drawer-content>\n {{yield (hash Header=(component DrawerHeader ctx=this.context) Body=(component DrawerBody ctx=this.context) Footer=(component DrawerFooter ctx=this.context) Close=(component DrawerClose ctx=this.context) isOpen=this.isOpen close=this.closeDrawer)}}\n </div>\n </div>\n {{/in-element}}\n{{/if}}", {
260
263
  strictMode: true,
261
264
  scope: () => ({
262
265
  Blanket,
@@ -1,3 +1,4 @@
1
+ /* src/overlay/modal.css */
1
2
  /* ===================================
2
3
  * Modal Component
3
4
  * Dialog overlay for focused tasks
@@ -7,7 +8,7 @@
7
8
  * Modal Container (Portal)
8
9
  * =================================== */
9
10
 
10
- .modal-container {
11
+ .modal-container_e26422534 {
11
12
  /* Positioning - fixed center using flexbox */
12
13
  position: fixed;
13
14
  inset: 0;
@@ -24,23 +25,23 @@
24
25
  }
25
26
 
26
27
  /* Size variants - applied to content */
27
- .modal-container[data-size="sm"] .modal-content {
28
+ .modal-container_e26422534[data-size="sm"] .modal-content_e26422534 {
28
29
  max-width: 400px;
29
30
  }
30
31
 
31
- .modal-container[data-size="md"] .modal-content {
32
+ .modal-container_e26422534[data-size="md"] .modal-content_e26422534 {
32
33
  max-width: 500px;
33
34
  }
34
35
 
35
- .modal-container[data-size="lg"] .modal-content {
36
+ .modal-container_e26422534[data-size="lg"] .modal-content_e26422534 {
36
37
  max-width: 640px;
37
38
  }
38
39
 
39
- .modal-container[data-size="xl"] .modal-content {
40
+ .modal-container_e26422534[data-size="xl"] .modal-content_e26422534 {
40
41
  max-width: 800px;
41
42
  }
42
43
 
43
- .modal-container[data-size="full"] .modal-content {
44
+ .modal-container_e26422534[data-size="full"] .modal-content_e26422534 {
44
45
  max-width: 100%;
45
46
  }
46
47
 
@@ -48,7 +49,7 @@
48
49
  * Modal Content (Visual Container)
49
50
  * =================================== */
50
51
 
51
- .modal-content {
52
+ .modal-content_e26422534 {
52
53
  /* Visual */
53
54
  background: var(--color-bg-surface-raised);
54
55
  border: 1px solid var(--color-border-subtle);
@@ -70,7 +71,7 @@
70
71
  * Modal Header
71
72
  * =================================== */
72
73
 
73
- .modal-header {
74
+ .modal-header_e26422534 {
74
75
  /* Layout */
75
76
  display: flex;
76
77
  align-items: flex-start;
@@ -85,7 +86,7 @@
85
86
  flex-shrink: 0;
86
87
  }
87
88
 
88
- .modal-title {
89
+ .modal-title_e26422534 {
89
90
  /* Typography */
90
91
  font-size: var(--font-size-lg);
91
92
  font-weight: var(--font-weight-semibold);
@@ -97,7 +98,7 @@
97
98
  flex: 1;
98
99
  }
99
100
 
100
- .modal-header-close {
101
+ .modal-header-close_e26422534 {
101
102
  /* Reset button styles */
102
103
  appearance: none;
103
104
  background: none;
@@ -117,12 +118,12 @@
117
118
  background-color var(--duration-150) var(--easing-out);
118
119
  }
119
120
 
120
- .modal-header-close:hover {
121
+ .modal-header-close_e26422534:hover {
121
122
  color: var(--color-text);
122
123
  background: var(--color-bg-neutral-subtle);
123
124
  }
124
125
 
125
- .modal-header-close:focus-visible {
126
+ .modal-header-close_e26422534:focus-visible {
126
127
  outline: none;
127
128
  box-shadow: var(--focus-ring);
128
129
  }
@@ -131,7 +132,7 @@
131
132
  * Modal Body
132
133
  * =================================== */
133
134
 
134
- .modal-body {
135
+ .modal-body_e26422534 {
135
136
  /* Layout */
136
137
  padding: var(--spacing-4);
137
138
 
@@ -149,7 +150,7 @@
149
150
  * Modal Footer
150
151
  * =================================== */
151
152
 
152
- .modal-footer {
153
+ .modal-footer_e26422534 {
153
154
  /* Layout */
154
155
  display: flex;
155
156
  align-items: center;
@@ -169,16 +170,16 @@
169
170
  * =================================== */
170
171
 
171
172
  /* Enter animation */
172
- .modal-container[data-state="open"] .modal-content {
173
- animation: modal-enter var(--duration-200) var(--easing-out) forwards;
173
+ .modal-container_e26422534[data-state="open"] .modal-content_e26422534 {
174
+ animation: modal-enter__e26422534 var(--duration-200) var(--easing-out) forwards;
174
175
  }
175
176
 
176
177
  /* Exit animation */
177
- .modal-container[data-state="closed"] .modal-content {
178
- animation: modal-exit var(--duration-150) var(--easing-in) forwards;
178
+ .modal-container_e26422534[data-state="closed"] .modal-content_e26422534 {
179
+ animation: modal-exit__e26422534 var(--duration-150) var(--easing-in) forwards;
179
180
  }
180
181
 
181
- @keyframes modal-enter {
182
+ @keyframes modal-enter__e26422534 {
182
183
  from {
183
184
  opacity: 0;
184
185
  transform: scale(0.95);
@@ -189,7 +190,7 @@
189
190
  }
190
191
  }
191
192
 
192
- @keyframes modal-exit {
193
+ @keyframes modal-exit__e26422534 {
193
194
  from {
194
195
  opacity: 1;
195
196
  transform: scale(1);
@@ -204,6 +205,6 @@
204
205
  * Focus visible reset for container
205
206
  * =================================== */
206
207
 
207
- .modal-container:focus {
208
+ .modal-container_e26422534:focus {
208
209
  outline: none;
209
210
  }
@@ -34,7 +34,7 @@ class ModalHeader extends Component {
34
34
  this.ctx.closeModal();
35
35
  };
36
36
  static {
37
- setComponentTemplate(precompileTemplate("<div class=\"modal-header\" data-test-modal-header ...attributes>\n <div id={{this.ctx.titleId}} class=\"modal-title\">\n {{yield}}\n </div>\n {{#if this.isCloseButtonVisible}}\n <button type=\"button\" class=\"modal-header-close\" aria-label=\"Close\" {{on \"click\" this.handleClose}} data-test-modal-header-close>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\n </svg>\n </button>\n {{/if}}\n</div>", {
37
+ setComponentTemplate(precompileTemplate("<div class=\"modal-header_e26422534\" data-test-modal-header ...attributes>\n <div id={{this.ctx.titleId}} class=\"modal-title_e26422534\">\n {{yield}}\n </div>\n {{#if this.isCloseButtonVisible}}\n <button type=\"button\" class=\"modal-header-close_e26422534\" aria-label=\"Close\" {{on \"click\" this.handleClose}} data-test-modal-header-close>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M12 4L4 12M4 4L12 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\n </svg>\n </button>\n {{/if}}\n</div>", {
38
38
  strictMode: true,
39
39
  scope: () => ({
40
40
  on
@@ -42,10 +42,10 @@ class ModalHeader extends Component {
42
42
  }), this);
43
43
  }
44
44
  }
45
- const ModalBody = setComponentTemplate(precompileTemplate("<div class=\"modal-body\" data-test-modal-body ...attributes>\n {{yield}}\n</div>", {
45
+ const ModalBody = setComponentTemplate(precompileTemplate("<div class=\"modal-body_e26422534\" data-test-modal-body ...attributes>\n {{yield}}\n</div>", {
46
46
  strictMode: true
47
47
  }), templateOnly());
48
- const ModalFooter = setComponentTemplate(precompileTemplate("<div class=\"modal-footer\" data-test-modal-footer ...attributes>\n {{yield}}\n</div>", {
48
+ const ModalFooter = setComponentTemplate(precompileTemplate("<div class=\"modal-footer_e26422534\" data-test-modal-footer ...attributes>\n {{yield}}\n</div>", {
49
49
  strictMode: true
50
50
  }), templateOnly());
51
51
  class ModalClose extends Component {
@@ -250,7 +250,7 @@ class Modal extends Component {
250
250
  // Template
251
251
  // ============================================================================
252
252
  static {
253
- setComponentTemplate(precompileTemplate("{{!-- Visibility tracker for exit animations --}}\n<span hidden {{this.trackVisibility visible=this.isOpen}} data-test-modal-tracker></span>\n\n{{!-- Blanket is outside shouldRender so it can manage its own exit animation --}}\n<Blanket @visible={{this.isOpen}} @onClose={{this.handleBackdropClose}} @closeOnClick={{this.closeOnBackdropClick}} @lockScroll={{false}} @container={{this.destinationElement}} data-test-modal-blanket />\n\n{{#if this.shouldRender}}\n {{#in-element this.destinationElement insertBefore=null}}\n {{!-- template-lint-disable no-invalid-interactive --}}\n <div class=\"modal-container\" role={{this.role}} aria-modal=\"true\" aria-labelledby={{this.titleId}} tabindex=\"-1\" data-size={{this.size}} data-state={{this.dataState}} {{this.setupModal}} {{on \"animationend\" this.handleAnimationEnd}} data-test-modal-container ...attributes>\n <div class=\"modal-content\" data-test-modal-content>\n {{yield (hash Header=(component ModalHeader ctx=this.context) Body=(component ModalBody ctx=this.context) Footer=(component ModalFooter ctx=this.context) Close=(component ModalClose ctx=this.context) isOpen=this.isOpen close=this.closeModal)}}\n </div>\n </div>\n {{/in-element}}\n{{/if}}", {
253
+ setComponentTemplate(precompileTemplate("{{!-- Visibility tracker for exit animations --}}\n<span hidden {{this.trackVisibility visible=this.isOpen}} data-test-modal-tracker></span>\n\n{{!-- Blanket is outside shouldRender so it can manage its own exit animation --}}\n<Blanket @visible={{this.isOpen}} @onClose={{this.handleBackdropClose}} @closeOnClick={{this.closeOnBackdropClick}} @lockScroll={{false}} @container={{this.destinationElement}} data-test-modal-blanket />\n\n{{#if this.shouldRender}}\n {{#in-element this.destinationElement insertBefore=null}}\n {{!-- template-lint-disable no-invalid-interactive --}}\n <div class=\"modal-container_e26422534\" role={{this.role}} aria-modal=\"true\" aria-labelledby={{this.titleId}} tabindex=\"-1\" data-size={{this.size}} data-state={{this.dataState}} {{this.setupModal}} {{on \"animationend\" this.handleAnimationEnd}} data-test-modal-container ...attributes>\n <div class=\"modal-content_e26422534\" data-test-modal-content>\n {{yield (hash Header=(component ModalHeader ctx=this.context) Body=(component ModalBody ctx=this.context) Footer=(component ModalFooter ctx=this.context) Close=(component ModalClose ctx=this.context) isOpen=this.isOpen close=this.closeModal)}}\n </div>\n </div>\n {{/in-element}}\n{{/if}}", {
254
254
  strictMode: true,
255
255
  scope: () => ({
256
256
  Blanket,