@easypost/easy-ui 1.0.0-alpha.75 → 1.0.0-alpha.77

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 (236) hide show
  1. package/Badge/Badge.d.ts +11 -0
  2. package/Badge/Badge.d.ts.map +1 -1
  3. package/Badge/index.js +19 -15
  4. package/Badge/index.mjs +19 -15
  5. package/Banner/index.js +1 -1
  6. package/Banner/index.mjs +1 -1
  7. package/Button/index.mjs +1 -1
  8. package/CHANGELOG.md +23 -0
  9. package/Calendar/index.js +1 -1
  10. package/Calendar/index.mjs +1 -1
  11. package/Card/Card.d.ts +2 -0
  12. package/Card/Card.d.ts.map +1 -1
  13. package/Card/index.js +1 -1
  14. package/Card/index.mjs +1 -1
  15. package/CheckableCard/index.js +3 -3
  16. package/CheckableCard/index.mjs +3 -3
  17. package/Checkbox/index.js +1 -1
  18. package/Checkbox/index.mjs +1 -1
  19. package/CodeBlock/index.js +4 -4
  20. package/CodeBlock/index.mjs +7 -7
  21. package/CodeSnippet/index.js +1 -1
  22. package/CodeSnippet/index.mjs +1 -1
  23. package/DataGrid/index.js +5 -5
  24. package/DataGrid/index.mjs +17 -17
  25. package/DatePicker/index.js +3 -3
  26. package/DatePicker/index.mjs +7 -7
  27. package/DateRangePicker/index.js +3 -3
  28. package/DateRangePicker/index.mjs +7 -7
  29. package/Drawer/index.js +4 -1686
  30. package/Drawer/index.mjs +6 -1688
  31. package/DropdownButton/index.mjs +1 -1
  32. package/EmptyStateCard/index.js +2 -2
  33. package/EmptyStateCard/index.mjs +2 -2
  34. package/FocusedProductLayout/index.js +2 -2
  35. package/FocusedProductLayout/index.mjs +4 -4
  36. package/ForgeLayout/index.js +4 -4
  37. package/ForgeLayout/index.mjs +11 -11
  38. package/FormLayout/index.js +1 -1
  39. package/FormLayout/index.mjs +1 -1
  40. package/IconButton/index.js +1 -1
  41. package/IconButton/index.mjs +2 -2
  42. package/InputField/index.js +1 -1
  43. package/InputField/index.mjs +1 -1
  44. package/KebabButton/index.js +1 -1
  45. package/KebabButton/index.mjs +1 -1
  46. package/Menu/index.js +1 -1
  47. package/Menu/index.mjs +1 -1
  48. package/Modal/index.js +1 -1
  49. package/Modal/index.mjs +6 -6
  50. package/MultiSelect/index.js +3 -3
  51. package/MultiSelect/index.mjs +20 -20
  52. package/NexusLayout/index.js +2 -2
  53. package/NexusLayout/index.mjs +6 -6
  54. package/Notification/Notification.d.ts +12 -1
  55. package/Notification/Notification.d.ts.map +1 -1
  56. package/Notification/NotificationContainer.d.ts.map +1 -1
  57. package/Notification/NotificationRegion.d.ts +7 -2
  58. package/Notification/NotificationRegion.d.ts.map +1 -1
  59. package/Notification/NotificationTransition.d.ts +29 -0
  60. package/Notification/NotificationTransition.d.ts.map +1 -0
  61. package/Notification/index.js +1 -1
  62. package/Notification/index.mjs +1 -1
  63. package/Pagination/index.js +2 -2
  64. package/Pagination/index.mjs +3 -3
  65. package/PillGroup/index.js +1 -1
  66. package/PillGroup/index.mjs +1 -1
  67. package/PlanCard/PlanCard.d.ts +89 -0
  68. package/PlanCard/PlanCard.d.ts.map +1 -0
  69. package/PlanCard/PlanCard.stories.d.ts +12 -0
  70. package/PlanCard/PlanCard.stories.d.ts.map +1 -0
  71. package/PlanCard/PlanCard.test.d.ts +2 -0
  72. package/PlanCard/PlanCard.test.d.ts.map +1 -0
  73. package/PlanCard/illustrations/Building01/Building01.d.ts +3 -0
  74. package/PlanCard/illustrations/Building01/Building01.d.ts.map +1 -0
  75. package/PlanCard/illustrations/Building01/index.d.ts +2 -0
  76. package/PlanCard/illustrations/Building01/index.d.ts.map +1 -0
  77. package/PlanCard/illustrations/Building01/index.js +540 -0
  78. package/PlanCard/illustrations/Building01/index.mjs +540 -0
  79. package/PlanCard/illustrations/Building02/Building02.d.ts +3 -0
  80. package/PlanCard/illustrations/Building02/Building02.d.ts.map +1 -0
  81. package/PlanCard/illustrations/Building02/index.d.ts +2 -0
  82. package/PlanCard/illustrations/Building02/index.d.ts.map +1 -0
  83. package/PlanCard/illustrations/Building02/index.js +214 -0
  84. package/PlanCard/illustrations/Building02/index.mjs +214 -0
  85. package/PlanCard/illustrations/Building03/Building03.d.ts +3 -0
  86. package/PlanCard/illustrations/Building03/Building03.d.ts.map +1 -0
  87. package/PlanCard/illustrations/Building03/index.d.ts +2 -0
  88. package/PlanCard/illustrations/Building03/index.d.ts.map +1 -0
  89. package/PlanCard/illustrations/Building03/index.js +781 -0
  90. package/PlanCard/illustrations/Building03/index.mjs +781 -0
  91. package/PlanCard/illustrations/Building04/Building04.d.ts +3 -0
  92. package/PlanCard/illustrations/Building04/Building04.d.ts.map +1 -0
  93. package/PlanCard/illustrations/Building04/index.d.ts +2 -0
  94. package/PlanCard/illustrations/Building04/index.d.ts.map +1 -0
  95. package/PlanCard/illustrations/Building04/index.js +1536 -0
  96. package/PlanCard/illustrations/Building04/index.mjs +1536 -0
  97. package/PlanCard/index.d.ts +2 -0
  98. package/PlanCard/index.d.ts.map +1 -0
  99. package/PlanCard/index.js +146 -0
  100. package/PlanCard/index.mjs +146 -0
  101. package/ProductLayout/index.js +3 -3
  102. package/ProductLayout/index.mjs +10 -10
  103. package/Provider/index.js +2 -2
  104. package/Provider/index.mjs +3 -3
  105. package/RadioButtonGroup/index.js +1 -1
  106. package/RadioButtonGroup/index.mjs +5 -5
  107. package/RadioGroup/index.js +1 -1
  108. package/RadioGroup/index.mjs +1 -1
  109. package/RangeCalendar/index.js +1 -1
  110. package/RangeCalendar/index.mjs +1 -1
  111. package/SearchNav/index.js +3 -3
  112. package/SearchNav/index.mjs +5 -5
  113. package/SectionCard/index.js +2 -2
  114. package/SectionCard/index.mjs +2 -2
  115. package/Select/index.js +3 -3
  116. package/Select/index.mjs +4 -4
  117. package/SelectorErrorTooltip/index.js +1 -1
  118. package/SelectorErrorTooltip/index.mjs +1 -1
  119. package/Spinner/index.js +1 -1
  120. package/Spinner/index.mjs +1 -1
  121. package/SplitToggleCard/index.js +2 -2
  122. package/SplitToggleCard/index.mjs +2 -2
  123. package/Stepper/index.mjs +1 -1
  124. package/TabNav/index.mjs +1 -1
  125. package/TabPanels/index.mjs +5 -5
  126. package/Tabs/index.mjs +1 -1
  127. package/Text/Text.d.ts +4 -1
  128. package/Text/Text.d.ts.map +1 -1
  129. package/Text/index.js +1 -1
  130. package/Text/index.mjs +1 -1
  131. package/TextField/index.js +1 -1
  132. package/TextField/index.mjs +1 -1
  133. package/Textarea/index.js +1 -1
  134. package/Textarea/index.mjs +1 -1
  135. package/Theme/index.js +1 -1
  136. package/Theme/index.mjs +1 -1
  137. package/Toggle/index.js +1 -1
  138. package/Toggle/index.mjs +1 -1
  139. package/ToggleCard/index.js +1 -1
  140. package/ToggleCard/index.mjs +1 -1
  141. package/Tooltip/index.js +1 -1
  142. package/Tooltip/index.mjs +1 -1
  143. package/UnstyledButton/index.mjs +1 -1
  144. package/VerticalNav/index.js +1 -1
  145. package/VerticalNav/index.mjs +3 -3
  146. package/__chunks__/{Button-cjD7z6sK.mjs → Button-D-ucl04v.mjs} +1 -1
  147. package/__chunks__/{Button-CSNMWizI.mjs → Button-UHHZB1DN.mjs} +3 -3
  148. package/__chunks__/CSSTransition-BXyX0mUc.js +1689 -0
  149. package/__chunks__/CSSTransition-C4FQrt4m.mjs +1690 -0
  150. package/__chunks__/{Calendar-BGIbWVyN.js → Calendar-2o01guc2.js} +1 -1
  151. package/__chunks__/{Calendar-B4BCW9t8.mjs → Calendar-DjW0E3mk.mjs} +1 -1
  152. package/__chunks__/{CalendarBase-C_AQ7bu5.mjs → CalendarBase-D8NmV5mS.mjs} +5 -5
  153. package/__chunks__/{CalendarBase-BgzOdHfS.js → CalendarBase-RcVbhUvM.js} +1 -1
  154. package/__chunks__/{Card-svNtJnxD.js → Card-BM2DKiVA.js} +2 -2
  155. package/__chunks__/{Card-DLf_ttOB.mjs → Card-CJug4GMX.mjs} +2 -2
  156. package/__chunks__/{Checkbox-BMBM6doF.mjs → Checkbox-C8XZu-1F.mjs} +7 -7
  157. package/__chunks__/{Checkbox-DEmP9BGE.js → Checkbox-sznEdCc0.js} +2 -2
  158. package/__chunks__/{CodeSnippet-BBZpDbHX.js → CodeSnippet-Bpf7eWjq.js} +2 -2
  159. package/__chunks__/{CodeSnippet-B6KCRlKQ.mjs → CodeSnippet-DOyQDfxp.mjs} +2 -2
  160. package/__chunks__/{DatePickerBase-VNenwOmb.mjs → DatePickerBase-BJH3bhGM.mjs} +10 -10
  161. package/__chunks__/{DatePickerBase-WNWiVJoF.js → DatePickerBase-BWFcyR_m.js} +2 -2
  162. package/__chunks__/{Dialog-E2U6mUFU.mjs → Dialog-BBt18JUl.mjs} +7 -7
  163. package/__chunks__/{FocusScope-CQhiv02m.mjs → FocusScope-jG-ZgYgr.mjs} +2 -2
  164. package/__chunks__/{HelpMenu-CTNmYcKm.js → HelpMenu-B3gwBqqY.js} +2 -2
  165. package/__chunks__/{HelpMenu-Bed-PzGS.mjs → HelpMenu-DQngktSJ.mjs} +3 -3
  166. package/__chunks__/{InputCaption-z01Eep0I.js → InputCaption-G9D1cPnP.js} +1 -1
  167. package/__chunks__/{InputCaption-CRtCXzV7.mjs → InputCaption-aU5qZQlo.mjs} +1 -1
  168. package/__chunks__/{InputField-Bb98b1MA.js → InputField-CPgMRigD.js} +2 -2
  169. package/__chunks__/{InputField-Dm5yHcWV.mjs → InputField-D4feGzmR.mjs} +5 -5
  170. package/__chunks__/{KebabButton-B9eYB6ZD.js → KebabButton-B97kYKaW.js} +1 -1
  171. package/__chunks__/{KebabButton-gf3gFlb0.mjs → KebabButton-tTikhARu.mjs} +2 -2
  172. package/__chunks__/{Menu-BVTFMAX-.js → Menu-BjKQfXId.js} +2 -2
  173. package/__chunks__/{Menu-DJS86zDM.mjs → Menu-L3un-ZpR.mjs} +13 -13
  174. package/__chunks__/{Notification-lg6ggtug.mjs → Notification-C22_98O5.mjs} +350 -36
  175. package/__chunks__/{Notification-BCS0ugaf.js → Notification-eckCE8Jj.js} +348 -34
  176. package/__chunks__/{Overlay-CG-kKp6T.mjs → Overlay-huXBYY4a.mjs} +2 -2
  177. package/__chunks__/{PillGroup-DZtHC3NK.mjs → PillGroup-8hng2YcX.mjs} +15 -15
  178. package/__chunks__/{PillGroup-D-VEy6sn.js → PillGroup-q2LMLV6q.js} +1 -1
  179. package/__chunks__/{RadioGroup-ppUojVMB.mjs → RadioGroup-CaCZDI4f.mjs} +9 -9
  180. package/__chunks__/{RadioGroup-CDmT0FW5.js → RadioGroup-Cbzsv5jw.js} +2 -2
  181. package/__chunks__/{RangeCalendar-rMPxj6HM.mjs → RangeCalendar-DhFnV8j-.mjs} +1 -1
  182. package/__chunks__/{RangeCalendar-B5UtHhmt.js → RangeCalendar-aUakXSjU.js} +1 -1
  183. package/__chunks__/{SelectOverlay-DgDBimW8.js → SelectOverlay-BFRRqmYL.js} +1 -1
  184. package/__chunks__/{SelectOverlay-CG2jyYZ_.mjs → SelectOverlay-CsxfifYV.mjs} +10 -10
  185. package/__chunks__/{SelectorErrorTooltip-Dkuaiq7N.mjs → SelectorErrorTooltip-C5XJ5swy.mjs} +2 -2
  186. package/__chunks__/{SelectorErrorTooltip-BfKzfYpQ.js → SelectorErrorTooltip-EwN0tf2g.js} +2 -2
  187. package/__chunks__/{Spinner-C4B8utkI.mjs → Spinner-BsFJZqxe.mjs} +1 -1
  188. package/__chunks__/{Spinner-BQg8KbBa.js → Spinner-BsvfYBAO.js} +1 -1
  189. package/__chunks__/{Stepper-Dbvg5Wn_.mjs → Stepper-F7Czxecp.mjs} +2 -2
  190. package/__chunks__/{TabNav-CNAVzfBp.mjs → TabNav-DbDaDR6R.mjs} +1 -1
  191. package/__chunks__/{Tabs-Chw75GHi.mjs → Tabs-DbH5NmIf.mjs} +2 -2
  192. package/__chunks__/Text-B1xglKFU.js +112 -0
  193. package/__chunks__/Text-CX5GoBTS.mjs +113 -0
  194. package/__chunks__/{TextField-HXNCIy4W.mjs → TextField-BwGqzpya.mjs} +1 -1
  195. package/__chunks__/{TextField-Co8OtDnO.js → TextField-D1YUSD6j.js} +1 -1
  196. package/__chunks__/{Theme-CctofSlt.mjs → Theme-Bzhg0otp.mjs} +1 -1
  197. package/__chunks__/{Theme-Ck5K42IR.js → Theme-Cos5kTlc.js} +1 -1
  198. package/__chunks__/{Toggle-C1cAD3ld.js → Toggle-13H0VeGP.js} +1 -1
  199. package/__chunks__/{Toggle-Dm0_ZvLs.mjs → Toggle-DqKzs3Y8.mjs} +4 -4
  200. package/__chunks__/{Tooltip-DzWQUbuB.mjs → Tooltip-By8WH1wI.mjs} +6 -6
  201. package/__chunks__/{Tooltip-C9bST6SD.js → Tooltip-DP2EYuM4.js} +1 -1
  202. package/__chunks__/{UnstyledButton-D0_XmlIu.mjs → UnstyledButton-0yreaZnh.mjs} +1 -1
  203. package/__chunks__/{VisuallyHidden-Buyb8r_B.mjs → VisuallyHidden-DLuOutNi.mjs} +1 -1
  204. package/__chunks__/{ariaHideOutside-b0UviP2F.mjs → ariaHideOutside-DRsDXtWO.mjs} +3 -3
  205. package/__chunks__/{focusSafely-psnzsNzD.mjs → focusSafely-BW4_g0fd.mjs} +1 -1
  206. package/__chunks__/{tokens-CyXKQDx6.mjs → tokens-D4KvbbyC.mjs} +1 -0
  207. package/__chunks__/{tokens-MDLCVf35.js → tokens-oBdmeeGv.js} +1 -0
  208. package/__chunks__/{useButton-Doz4-YMS.mjs → useButton-ovH6gI84.mjs} +2 -2
  209. package/__chunks__/{useDialog-B6qJASRh.mjs → useDialog-zKH03v_d.mjs} +2 -2
  210. package/__chunks__/{useFocus-BL_s_3zv.mjs → useFocus-BJE6cxrg.mjs} +1 -1
  211. package/__chunks__/{useFocusRing-4hM0Ggs3.mjs → useFocusRing-Dg_M1jfs.mjs} +3 -3
  212. package/__chunks__/{useFocusVisible-CQ1e0o7u.mjs → useFocusVisible-DgcLCVnV.mjs} +2 -2
  213. package/__chunks__/{useFocusWithin-BgSjulWP.mjs → useFocusWithin-BE5KE588.mjs} +1 -1
  214. package/__chunks__/{useFocusable-C-Ge2Ht4.mjs → useFocusable-B5QcOTFc.mjs} +2 -2
  215. package/__chunks__/{useFormValidation-Crn66hAu.mjs → useFormValidation-gt5I8m2g.mjs} +1 -1
  216. package/__chunks__/{useHasTabbableChild-DQC24yLO.mjs → useHasTabbableChild-BBua_oUS.mjs} +1 -1
  217. package/__chunks__/{useHighlightSelectionDescription-BGq4guwQ.mjs → useHighlightSelectionDescription-Dl5YfxVo.mjs} +1 -1
  218. package/__chunks__/{useHover-BBXJy5NT.mjs → useHover-mdyQ6kou.mjs} +1 -1
  219. package/__chunks__/{useLink-Dmu5rS4r.mjs → useLink-Dr9Pjalq.mjs} +2 -2
  220. package/__chunks__/{useListBoxSection-CpQ4pADf.mjs → useListBoxSection-Bw5OEI4S.mjs} +6 -6
  221. package/__chunks__/{useMenuTrigger-BlLkvrnl.mjs → useMenuTrigger-C9nRdVJk.mjs} +3 -3
  222. package/__chunks__/{useMenuTriggerState-C-zvqrX2.mjs → useMenuTriggerState-BHenEvUl.mjs} +1 -1
  223. package/__chunks__/{useModalOverlay-BlCaGnUr.mjs → useModalOverlay-BLiaW3WH.mjs} +2 -2
  224. package/__chunks__/{useOverlayPosition-D8MX_oIt.mjs → useOverlayPosition-_GnIrSzW.mjs} +2 -2
  225. package/__chunks__/{useOverlayTrigger-Coc4zW72.mjs → useOverlayTrigger-BIc8jsUc.mjs} +1 -1
  226. package/__chunks__/{usePress-BH70cn5g.mjs → usePress-DQ3FxwWo.mjs} +2 -2
  227. package/__chunks__/{useSelectableItem-Xr4pjjqP.mjs → useSelectableItem-DcveeRN2.mjs} +4 -4
  228. package/__chunks__/{useSelectableList-D7mL6j6I.mjs → useSelectableList-C_zJw1dp.mjs} +1 -1
  229. package/__chunks__/{useTextField-Dn8JlzYF.mjs → useTextField-B6vr1ZoD.mjs} +3 -3
  230. package/__chunks__/{useToggle-BlKdU7Ta.mjs → useToggle-C7k9_K6R.mjs} +2 -2
  231. package/__chunks__/{utilities-BB2zmROs.mjs → utilities-U5Ql_Myz.mjs} +3 -3
  232. package/package.json +3 -3
  233. package/style.css +298 -207
  234. package/styles/_token-helpers.scss +4 -0
  235. package/__chunks__/Text-BYGcKHR7.mjs +0 -110
  236. package/__chunks__/Text-DZ601qf9.js +0 -109
package/style.css CHANGED
@@ -77,7 +77,7 @@
77
77
  }/**
78
78
  * Do not edit directly, this file was auto-generated.
79
79
  */
80
- ._Text_plajv_4 {
80
+ ._Text_hj77l_4 {
81
81
  --ezui-c-text-color: inherit;
82
82
  margin: 0;
83
83
  padding: 0;
@@ -85,7 +85,7 @@
85
85
  color: var(--ezui-c-text-color);
86
86
  }
87
87
 
88
- ._heading1_plajv_12 {
88
+ ._heading1_hj77l_12 {
89
89
  font-family: Poppins, "Poppins Fallback";
90
90
  font-weight: 500;
91
91
  font-size: 2.875rem;
@@ -93,7 +93,7 @@
93
93
  line-height: 3.5rem;
94
94
  }
95
95
  @media (min-width: 30em) {
96
- ._heading1_plajv_12 {
96
+ ._heading1_hj77l_12 {
97
97
  font-family: Poppins, "Poppins Fallback";
98
98
  font-weight: 500;
99
99
  font-size: 3.625rem;
@@ -102,7 +102,7 @@
102
102
  }
103
103
  }
104
104
 
105
- ._heading2_plajv_29 {
105
+ ._heading2_hj77l_29 {
106
106
  font-family: Poppins, "Poppins Fallback";
107
107
  font-weight: 500;
108
108
  font-size: 2.0625rem;
@@ -110,7 +110,7 @@
110
110
  line-height: 2.5rem;
111
111
  }
112
112
  @media (min-width: 30em) {
113
- ._heading2_plajv_29 {
113
+ ._heading2_hj77l_29 {
114
114
  font-family: Poppins, "Poppins Fallback";
115
115
  font-weight: 500;
116
116
  font-size: 2.875rem;
@@ -119,7 +119,7 @@
119
119
  }
120
120
  }
121
121
 
122
- ._heading3_plajv_46 {
122
+ ._heading3_hj77l_46 {
123
123
  font-family: Poppins, "Poppins Fallback";
124
124
  font-weight: 600;
125
125
  font-size: 1.4375rem;
@@ -127,7 +127,7 @@
127
127
  line-height: 2rem;
128
128
  }
129
129
  @media (min-width: 30em) {
130
- ._heading3_plajv_46 {
130
+ ._heading3_hj77l_46 {
131
131
  font-family: Poppins, "Poppins Fallback";
132
132
  font-weight: 500;
133
133
  font-size: 2.0625rem;
@@ -136,7 +136,7 @@
136
136
  }
137
137
  }
138
138
 
139
- ._heading4_plajv_63 {
139
+ ._heading4_hj77l_63 {
140
140
  font-family: Poppins, "Poppins Fallback";
141
141
  font-weight: 600;
142
142
  font-size: 1.4375rem;
@@ -144,7 +144,7 @@
144
144
  line-height: 2rem;
145
145
  }
146
146
 
147
- ._heading5_plajv_71 {
147
+ ._heading5_hj77l_71 {
148
148
  font-family: Poppins, "Poppins Fallback";
149
149
  font-weight: 600;
150
150
  font-size: 1.1875rem;
@@ -152,7 +152,7 @@
152
152
  line-height: 1.5rem;
153
153
  }
154
154
 
155
- ._subtitle1_plajv_79 {
155
+ ._subtitle1_hj77l_79 {
156
156
  font-family: Poppins, "Poppins Fallback";
157
157
  font-weight: 600;
158
158
  font-size: 0.9375rem;
@@ -160,7 +160,7 @@
160
160
  line-height: 1.5rem;
161
161
  }
162
162
 
163
- ._subtitle2_plajv_87 {
163
+ ._subtitle2_hj77l_87 {
164
164
  font-family: Poppins, "Poppins Fallback";
165
165
  font-weight: 500;
166
166
  font-size: 0.8125rem;
@@ -168,7 +168,7 @@
168
168
  line-height: 1rem;
169
169
  }
170
170
 
171
- ._body1_plajv_95 {
171
+ ._body1_hj77l_95 {
172
172
  font-family: Poppins, "Poppins Fallback";
173
173
  font-weight: 400;
174
174
  font-size: 0.9375rem;
@@ -176,7 +176,7 @@
176
176
  line-height: 1.5rem;
177
177
  }
178
178
 
179
- ._body2_plajv_103 {
179
+ ._body2_hj77l_103 {
180
180
  font-family: Poppins, "Poppins Fallback";
181
181
  font-weight: 400;
182
182
  font-size: 0.8125rem;
@@ -184,7 +184,7 @@
184
184
  line-height: 1rem;
185
185
  }
186
186
 
187
- ._caption_plajv_111 {
187
+ ._caption_hj77l_111 {
188
188
  font-family: Poppins, "Poppins Fallback";
189
189
  font-weight: 300;
190
190
  font-size: 0.75rem;
@@ -192,7 +192,7 @@
192
192
  line-height: 1rem;
193
193
  }
194
194
 
195
- ._caption2_plajv_119 {
195
+ ._caption2_hj77l_119 {
196
196
  font-family: Poppins, "Poppins Fallback";
197
197
  font-weight: 300;
198
198
  font-size: 0.6875rem;
@@ -200,7 +200,7 @@
200
200
  line-height: 1rem;
201
201
  }
202
202
 
203
- ._caption3_plajv_127 {
203
+ ._caption3_hj77l_127 {
204
204
  font-family: Poppins, "Poppins Fallback";
205
205
  font-weight: 300;
206
206
  font-size: 0.5625rem;
@@ -208,7 +208,7 @@
208
208
  line-height: 1rem;
209
209
  }
210
210
 
211
- ._overline_plajv_135 {
211
+ ._overline_hj77l_135 {
212
212
  font-family: Poppins, "Poppins Fallback";
213
213
  font-weight: 400;
214
214
  font-size: 0.75rem;
@@ -216,7 +216,7 @@
216
216
  line-height: 1rem;
217
217
  }
218
218
 
219
- ._overline2_plajv_143 {
219
+ ._overline2_hj77l_143 {
220
220
  font-family: Poppins, "Poppins Fallback";
221
221
  font-weight: 400;
222
222
  font-size: 0.625rem;
@@ -224,7 +224,7 @@
224
224
  line-height: 1rem;
225
225
  }
226
226
 
227
- ._button_plajv_151 {
227
+ ._button_hj77l_151 {
228
228
  font-family: Poppins, "Poppins Fallback";
229
229
  font-weight: 500;
230
230
  font-size: 0.9375rem;
@@ -232,7 +232,7 @@
232
232
  line-height: 1.5rem;
233
233
  }
234
234
 
235
- ._small-button_plajv_159 {
235
+ ._small-button_hj77l_159 {
236
236
  font-family: Poppins, "Poppins Fallback";
237
237
  font-weight: 500;
238
238
  font-size: 0.75rem;
@@ -240,33 +240,33 @@
240
240
  line-height: 1rem;
241
241
  }
242
242
 
243
- ._normal_plajv_167 {
243
+ ._normal_hj77l_167 {
244
244
  font-weight: var(--ezui-font-weight-normal);
245
245
  }
246
246
 
247
- ._medium_plajv_171 {
247
+ ._medium_hj77l_171 {
248
248
  font-weight: var(--ezui-font-weight-medium);
249
249
  }
250
250
 
251
- ._semibold_plajv_175 {
251
+ ._semibold_hj77l_175 {
252
252
  font-weight: var(--ezui-font-weight-semibold);
253
253
  }
254
254
 
255
- ._bold_plajv_179 {
255
+ ._bold_hj77l_179 {
256
256
  font-weight: var(--ezui-font-weight-bold);
257
257
  }
258
258
 
259
- ._truncate_plajv_183 {
259
+ ._truncate_hj77l_183 {
260
260
  overflow: hidden;
261
261
  white-space: nowrap;
262
262
  text-overflow: ellipsis;
263
263
  }
264
264
 
265
- ._block_plajv_189 {
265
+ ._block_hj77l_189 {
266
266
  display: block;
267
267
  }
268
268
 
269
- ._visuallyHidden_plajv_193 {
269
+ ._visuallyHidden_hj77l_193 {
270
270
  position: absolute !important;
271
271
  top: 0;
272
272
  width: 1px !important;
@@ -279,68 +279,76 @@
279
279
  white-space: nowrap !important;
280
280
  }
281
281
 
282
- ._start_plajv_206 {
282
+ ._start_hj77l_206 {
283
283
  text-align: start;
284
284
  }
285
285
 
286
- ._center_plajv_210 {
286
+ ._center_hj77l_210 {
287
287
  text-align: center;
288
288
  }
289
289
 
290
- ._end_plajv_214 {
290
+ ._end_hj77l_214 {
291
291
  text-align: end;
292
292
  }
293
293
 
294
- ._justify_plajv_218 {
294
+ ._justify_hj77l_218 {
295
295
  text-align: justify;
296
296
  }
297
297
 
298
- ._break_plajv_222 {
298
+ ._break_hj77l_222 {
299
299
  overflow-wrap: break-word;
300
300
  }
301
301
 
302
- ._numeric_plajv_226 {
302
+ ._numeric_hj77l_226 {
303
303
  font-variant-numeric: tabular-nums lining-nums;
304
304
  }
305
305
 
306
- ._transformNone_plajv_230 {
306
+ ._transformNone_hj77l_230 {
307
307
  text-transform: none;
308
308
  }
309
309
 
310
- ._transformCapitalize_plajv_234 {
310
+ ._transformCapitalize_hj77l_234 {
311
311
  text-transform: capitalize;
312
312
  }
313
313
 
314
- ._transformUppercase_plajv_238 {
314
+ ._transformUppercase_hj77l_238 {
315
315
  text-transform: uppercase;
316
316
  }
317
317
 
318
- ._transformLowercase_plajv_242 {
318
+ ._transformLowercase_hj77l_242 {
319
319
  text-transform: lowercase;
320
320
  }
321
321
 
322
- ._whiteSpaceNormal_plajv_246 {
322
+ ._whiteSpaceNormal_hj77l_246 {
323
323
  white-space: normal;
324
324
  }
325
325
 
326
- ._whiteSpacePre_plajv_250 {
326
+ ._whiteSpacePre_hj77l_250 {
327
327
  white-space: pre;
328
328
  }
329
329
 
330
- ._whiteSpaceNowrap_plajv_254 {
330
+ ._whiteSpaceNowrap_hj77l_254 {
331
331
  white-space: nowrap;
332
332
  }
333
333
 
334
- ._whiteSpacePre-wrap_plajv_258 {
334
+ ._whiteSpacePre-wrap_hj77l_258 {
335
335
  white-space: pre-wrap;
336
336
  }
337
337
 
338
- ._whiteSpaceBreak-spaces_plajv_262 {
338
+ ._whiteSpaceBreak-spaces_hj77l_262 {
339
339
  white-space: break-spaces;
340
340
  }
341
341
 
342
- ._whiteSpacePre-line_plajv_266 {
342
+ ._whiteSpacePre-line_hj77l_266 {
343
343
  white-space: pre-line;
344
+ }
345
+
346
+ ._fontVariantNumericNormal_hj77l_270 {
347
+ font-variant-numeric: normal;
348
+ }
349
+
350
+ ._fontVariantNumericTabular-nums_hj77l_274 {
351
+ font-variant-numeric: tabular-nums;
344
352
  }/**
345
353
  * Do not edit directly, this file was auto-generated.
346
354
  */
@@ -1568,44 +1576,45 @@
1568
1576
  }/**
1569
1577
  * Do not edit directly, this file was auto-generated.
1570
1578
  */
1571
- ._statusPromotional_dgfcn_4 {
1579
+ ._statusPromotional_1xl7t_4 {
1572
1580
  --ezui-c-notification-color: var(--ezui-color-neutral-000);
1573
1581
  --ezui-c-notification-color-background: var(--ezui-color-primary-500);
1574
1582
  }
1575
1583
 
1576
- ._statusSuccess_dgfcn_9 {
1584
+ ._statusSuccess_1xl7t_9 {
1577
1585
  --ezui-c-notification-color: var(--ezui-color-positive-800);
1578
1586
  --ezui-c-notification-color-background: var(--ezui-color-positive-100);
1579
1587
  }
1580
1588
 
1581
- ._statusNeutral_dgfcn_14 {
1589
+ ._statusNeutral_1xl7t_14 {
1582
1590
  --ezui-c-notification-color: var(--ezui-color-secondary-800);
1583
1591
  --ezui-c-notification-color-background: var(--ezui-color-secondary-100);
1584
1592
  }
1585
1593
 
1586
- ._statusWarning_dgfcn_19 {
1594
+ ._statusWarning_1xl7t_19 {
1587
1595
  --ezui-c-notification-color: var(--ezui-color-neutral-900);
1588
1596
  --ezui-c-notification-color-background: var(--ezui-color-warning-300);
1589
1597
  }
1590
1598
 
1591
- ._statusError_dgfcn_24 {
1599
+ ._statusError_1xl7t_24 {
1592
1600
  --ezui-c-notification-color: var(--ezui-color-negative-800);
1593
1601
  --ezui-c-notification-color-background: var(--ezui-color-negative-100);
1594
1602
  }
1595
1603
 
1596
- ._typeToast_dgfcn_29 {
1604
+ ._typeToast_1xl7t_29 {
1597
1605
  display: inline-flex;
1598
1606
  }
1599
1607
 
1600
- ._typeAlert_dgfcn_33 {
1608
+ ._typeAlert_1xl7t_33 {
1601
1609
  display: flex;
1602
- width: 100%;
1610
+ width: calc(100% - var(--ezui-c-notification-margin-x) * 2);
1603
1611
  }
1604
1612
 
1605
- ._Notification_dgfcn_38 {
1613
+ ._Notification_1xl7t_38 {
1606
1614
  /* prettier-ignore */
1607
- --ezui-c-notification-border-radius: var(--ezui-shape-border-radius-base);
1615
+ --ezui-c-notification-border-radius: var(--ezui-shape-border-radius-lg);
1608
1616
  --ezui-c-notification-max-width: 1200px;
1617
+ --ezui-c-notification-margin-x: var(--ezui-space-6);
1609
1618
  align-items: center;
1610
1619
  justify-content: space-between;
1611
1620
  margin: auto;
@@ -1618,33 +1627,63 @@
1618
1627
  pointer-events: auto;
1619
1628
  }
1620
1629
 
1621
- ._iconText_dgfcn_54 {
1630
+ ._iconText_1xl7t_55 {
1622
1631
  display: inline-flex;
1623
1632
  align-items: center;
1624
1633
  gap: var(--ezui-space-1);
1625
1634
  }
1626
1635
 
1627
- ._closeButton_dgfcn_60 {
1636
+ ._closeButtonContainer_1xl7t_61 {
1637
+ display: inline-flex;
1628
1638
  padding: var(--ezui-space-0);
1629
1639
  /* prettier-ignore */
1630
1640
  margin: var(--ezui-space-0-5) var(--ezui-space-1) var(--ezui-space-0-5) var(--ezui-space-2);
1631
1641
  background-color: var(--ezui-c-notification-color-background);
1632
1642
  color: var(--ezui-c-notification-color-text);
1643
+ }
1644
+
1645
+ ._closeButton_1xl7t_61 {
1633
1646
  cursor: pointer;
1634
1647
  }
1635
1648
 
1636
- ._region_dgfcn_69 {
1649
+ ._region_1xl7t_74 {
1637
1650
  display: flex;
1651
+ flex-direction: column;
1638
1652
  align-items: center;
1639
1653
  justify-content: center;
1640
1654
  }
1641
1655
 
1642
- ._container_dgfcn_75 {
1656
+ ._container_1xl7t_81 {
1643
1657
  /* prettier-ignore */
1644
1658
  --ezui-c-notification-z-index: var(--ezui-z-index-notification);
1645
1659
  z-index: var(--ezui-c-notification-z-index);
1646
1660
  width: 100%;
1647
1661
  pointer-events: none;
1662
+ }._appear_9o3cj_1,
1663
+ ._enter_9o3cj_2 {
1664
+ opacity: 0;
1665
+ transform: translateY(-8px);
1666
+ }
1667
+
1668
+ ._appearActive_9o3cj_7,
1669
+ ._enterActive_9o3cj_8 {
1670
+ opacity: 1;
1671
+ transform: translateY(0);
1672
+ transition: all 150ms ease-out;
1673
+ }
1674
+
1675
+ ._exit_9o3cj_14 {
1676
+ opacity: 1;
1677
+ transform: translateY(0);
1678
+ }
1679
+ ._exit_9o3cj_14:not(:first-child) {
1680
+ position: absolute;
1681
+ }
1682
+
1683
+ ._exitActive_9o3cj_22 {
1684
+ opacity: 0;
1685
+ transform: translateY(-8px);
1686
+ transition: all 150ms ease-out;
1648
1687
  }/**
1649
1688
  * Do not edit directly, this file was auto-generated.
1650
1689
  */
@@ -2780,6 +2819,7 @@ button._container_31824_4:not([disabled]) {
2780
2819
  --ezui-space-0-25: 0.125rem;
2781
2820
  --ezui-space-0-5: 0.25rem;
2782
2821
  --ezui-space-1-5: 0.75rem;
2822
+ --ezui-space-3-5: 1.75rem;
2783
2823
  --ezui-space-4-5: 2.25rem;
2784
2824
  --ezui-theme-light-color-primary-900: #000824;
2785
2825
  --ezui-theme-light-color-primary-800: #061340;
@@ -3739,6 +3779,47 @@ textarea {
3739
3779
  }/**
3740
3780
  * Do not edit directly, this file was auto-generated.
3741
3781
  */
3782
+ ._link_11zdn_4 {
3783
+ text-decoration: none;
3784
+ }
3785
+
3786
+ ._button_11zdn_8 {
3787
+ appearance: none;
3788
+ margin: 0;
3789
+ padding: 0;
3790
+ background: none;
3791
+ border: 0;
3792
+ font-size: inherit;
3793
+ line-height: inherit;
3794
+ color: inherit;
3795
+ }
3796
+
3797
+ ._link_11zdn_4,
3798
+ ._button_11zdn_8 {
3799
+ cursor: pointer;
3800
+ border-radius: var(--ezui-shape-border-radius-lg);
3801
+ }
3802
+
3803
+ ._callout_11zdn_25 {
3804
+ display: flex;
3805
+ flex-direction: column;
3806
+ min-height: var(--ezui-space-3-5);
3807
+ }
3808
+
3809
+ ._illustration_11zdn_31 {
3810
+ flex: 1;
3811
+ display: flex;
3812
+ flex-direction: column;
3813
+ justify-content: flex-end;
3814
+ margin-bottom: invert(var(--ezui-space-2));
3815
+ }
3816
+ ._illustration_11zdn_31 svg,
3817
+ ._illustration_11zdn_31 img {
3818
+ display: block;
3819
+ width: 100%;
3820
+ }/**
3821
+ * Do not edit directly, this file was auto-generated.
3822
+ */
3742
3823
  ._IconButton_16fh0_4 {
3743
3824
  display: inline-flex;
3744
3825
  align-items: center;
@@ -4053,7 +4134,7 @@ textarea {
4053
4134
  }/**
4054
4135
  * Do not edit directly, this file was auto-generated.
4055
4136
  */
4056
- ._root_s8gdi_4 {
4137
+ ._root_kb4na_4 {
4057
4138
  font-family: Poppins, "Poppins Fallback";
4058
4139
  font-weight: 500;
4059
4140
  font-size: 0.75rem;
@@ -4064,77 +4145,87 @@ textarea {
4064
4145
  overflow: hidden;
4065
4146
  }
4066
4147
 
4067
- ._primary_s8gdi_15,
4068
- ._secondary_s8gdi_16 {
4148
+ ._block_kb4na_15 {
4149
+ display: flex;
4150
+ }
4151
+
4152
+ ._primary_kb4na_19,
4153
+ ._secondary_kb4na_20 {
4069
4154
  display: inline-flex;
4070
4155
  padding: var(--ezui-space-0-5);
4071
4156
  }
4072
4157
 
4073
- ._primary_s8gdi_15 {
4158
+ ._primary_kb4na_19 {
4074
4159
  background: var(--ezui-c-badge-primary-color-background);
4075
4160
  color: var(--ezui-c-badge-primary-color-text);
4076
4161
  }
4077
4162
 
4078
- ._secondary_s8gdi_16 {
4163
+ ._secondary_kb4na_20 {
4079
4164
  background: var(--ezui-c-badge-secondary-color-background);
4080
4165
  color: var(--ezui-c-badge-secondary-color-text);
4081
4166
  }
4082
4167
 
4083
- ._text_s8gdi_31 {
4168
+ ._block_kb4na_15:not(._hasSecondary_kb4na_35) ._primary_kb4na_19,
4169
+ ._block_kb4na_15._hasSecondary_kb4na_35 ._secondary_kb4na_20 {
4170
+ flex: 1;
4171
+ justify-content: center;
4172
+ }
4173
+
4174
+ ._text_kb4na_41 {
4084
4175
  display: inline-flex;
4085
4176
  padding: var(--ezui-space-0-25) var(--ezui-space-0-5);
4086
4177
  }
4087
4178
 
4088
- ._variantPrimary_s8gdi_36 {
4179
+ ._variantPrimary_kb4na_46 {
4089
4180
  --ezui-c-badge-primary-color-background: var(--ezui-color-primary-600);
4090
4181
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4091
4182
  --ezui-c-badge-secondary-color-background: var(--ezui-color-primary-100);
4092
4183
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4093
4184
  }
4094
4185
 
4095
- ._variantSecondary_s8gdi_43 {
4186
+ ._variantSecondary_kb4na_53 {
4096
4187
  --ezui-c-badge-primary-color-background: var(--ezui-color-secondary-600);
4097
4188
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4098
4189
  --ezui-c-badge-secondary-color-background: var(--ezui-color-secondary-100);
4099
4190
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4100
4191
  }
4101
4192
 
4102
- ._variantBlack_s8gdi_50 {
4193
+ ._variantBlack_kb4na_60 {
4103
4194
  --ezui-c-badge-primary-color-background: var(--ezui-color-neutral-800);
4104
4195
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4105
4196
  --ezui-c-badge-secondary-color-background: var(--ezui-color-neutral-050);
4106
4197
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4107
4198
  }
4108
4199
 
4109
- ._variantInverse_s8gdi_57 {
4200
+ ._variantInverse_kb4na_67 {
4110
4201
  --ezui-c-badge-primary-color-background: var(--ezui-color-neutral-100);
4111
4202
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-900);
4112
4203
  --ezui-c-badge-secondary-color-background: var(--ezui-color-neutral-050);
4113
4204
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4114
4205
  }
4115
4206
 
4116
- ._variantGray_s8gdi_64 {
4207
+ ._variantGray_kb4na_74 {
4117
4208
  --ezui-c-badge-primary-color-background: var(--ezui-color-neutral-600);
4118
4209
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4119
4210
  --ezui-c-badge-secondary-color-background: var(--ezui-color-neutral-050);
4120
4211
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4121
4212
  }
4122
4213
 
4123
- ._variantSuccess_s8gdi_71 {
4214
+ ._variantSuccess_kb4na_81 {
4124
4215
  --ezui-c-badge-primary-color-background: var(--ezui-color-positive-600);
4125
4216
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4126
4217
  --ezui-c-badge-secondary-color-background: var(--ezui-color-positive-100);
4127
4218
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4128
4219
  }
4129
4220
 
4130
- ._variantWarning_s8gdi_78 {
4221
+ ._variantWarning_kb4na_88 {
4131
4222
  --ezui-c-badge-primary-color-background: var(--ezui-color-warning-500);
4132
4223
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-900);
4133
4224
  --ezui-c-badge-secondary-color-background: var(--ezui-color-warning-300);
4134
4225
  --ezui-c-badge-secondary-color-text: var(--ezui-color-primary-800);
4135
4226
  }
4136
4227
 
4137
- ._variantDanger_s8gdi_85 {
4228
+ ._variantDanger_kb4na_95 {
4138
4229
  --ezui-c-badge-primary-color-background: var(--ezui-color-negative-600);
4139
4230
  --ezui-c-badge-primary-color-text: var(--ezui-color-neutral-000);
4140
4231
  --ezui-c-badge-secondary-color-background: var(--ezui-color-negative-100);
@@ -5712,6 +5803,142 @@ textarea {
5712
5803
  }/**
5713
5804
  * Do not edit directly, this file was auto-generated.
5714
5805
  */
5806
+ ._underlayBg_pn8iw_4 {
5807
+ --ezui-c-drawer-animation-duration: 150ms;
5808
+ --ezui-c-drawer-max-width: 608px;
5809
+ --ezui-c-drawer-height: 100svh;
5810
+ position: fixed;
5811
+ z-index: var(--ezui-z-index-drawer);
5812
+ display: flex;
5813
+ flex-direction: column;
5814
+ opacity: 0;
5815
+ transition-property: opacity, backdrop-filter;
5816
+ transition-timing-function: ease-in-out;
5817
+ transition-duration: var(--ezui-c-drawer-animation-duration);
5818
+ }
5819
+ ._underlayBg_pn8iw_4::before {
5820
+ content: "";
5821
+ position: absolute;
5822
+ background: var(--ezui-color-primary-800);
5823
+ opacity: var(--ezui-opacity-underlay);
5824
+ }
5825
+
5826
+ ._underlayBg_pn8iw_4,
5827
+ ._underlayBg_pn8iw_4::before {
5828
+ top: 0;
5829
+ left: 0;
5830
+ right: 0;
5831
+ bottom: 0;
5832
+ }
5833
+
5834
+ ._underlayBgEnter_pn8iw_32 {
5835
+ opacity: 0;
5836
+ }
5837
+
5838
+ ._underlayBgEnterDone_pn8iw_36 {
5839
+ opacity: 1;
5840
+ backdrop-filter: blur(1px);
5841
+ }
5842
+
5843
+ ._underlayBgExit_pn8iw_41 {
5844
+ opacity: 0;
5845
+ backdrop-filter: blur(0);
5846
+ }
5847
+
5848
+ ._underlayBox_pn8iw_46 {
5849
+ position: relative;
5850
+ display: flex;
5851
+ flex-direction: column;
5852
+ height: 100%;
5853
+ pointer-events: none;
5854
+ transition-property: transform;
5855
+ transition-timing-function: ease-in-out;
5856
+ transition-duration: var(--ezui-c-drawer-animation-duration);
5857
+ }
5858
+
5859
+ ._underlayBoxAppear_pn8iw_57 {
5860
+ transform: translateX(25%);
5861
+ }
5862
+
5863
+ ._underlayBoxAppearDone_pn8iw_61 {
5864
+ transform: translateX(0);
5865
+ }
5866
+
5867
+ ._underlayBoxExit_pn8iw_65 {
5868
+ transform: translateX(25%);
5869
+ }
5870
+
5871
+ ._Drawer_pn8iw_69 {
5872
+ flex: 0 1 auto;
5873
+ display: flex;
5874
+ flex-direction: column;
5875
+ margin: 0;
5876
+ margin-left: auto;
5877
+ width: 100%;
5878
+ max-width: var(--ezui-c-drawer-max-width);
5879
+ height: var(--ezui-c-drawer-height);
5880
+ overflow: hidden;
5881
+ background: var(--ezui-color-neutral-000);
5882
+ box-shadow: var(--ezui-shadow-level-3);
5883
+ pointer-events: auto;
5884
+ position: relative;
5885
+ outline: none;
5886
+ }
5887
+
5888
+ ._header_pn8iw_86 {
5889
+ margin: 0;
5890
+ }
5891
+ ._header_pn8iw_86._stuck_pn8iw_89 {
5892
+ box-shadow: var(--ezui-shadow-stuck-from-top);
5893
+ }
5894
+
5895
+ ._banner_pn8iw_93 {
5896
+ background: var(--ezui-color-primary-700);
5897
+ color: var(--ezui-color-neutral-000);
5898
+ padding: var(--ezui-space-3) var(--ezui-space-2);
5899
+ }
5900
+
5901
+ ._body_pn8iw_99 {
5902
+ position: relative;
5903
+ overflow: auto;
5904
+ display: flex;
5905
+ flex-direction: column;
5906
+ overscroll-behavior: contain;
5907
+ }
5908
+ ._body_pn8iw_99 [data-intercept] {
5909
+ position: absolute;
5910
+ left: 0;
5911
+ width: 1px;
5912
+ height: 1px;
5913
+ }
5914
+ ._body_pn8iw_99 [data-intercept="header"] {
5915
+ top: 0;
5916
+ }
5917
+
5918
+ ._closeButton_pn8iw_116 {
5919
+ appearance: none;
5920
+ margin: 0;
5921
+ padding: 0;
5922
+ background: none;
5923
+ border: 0;
5924
+ font-size: inherit;
5925
+ line-height: inherit;
5926
+ color: inherit;
5927
+ display: inline-flex;
5928
+ padding: var(--ezui-space-0-25);
5929
+ margin: calc(var(--ezui-space-0-25) * -1);
5930
+ cursor: pointer;
5931
+ }
5932
+
5933
+ ._banneredContentArea_pn8iw_131 {
5934
+ padding: var(--ezui-space-3) var(--ezui-space-2);
5935
+ }
5936
+
5937
+ ._standaloneContentArea_pn8iw_135 {
5938
+ padding: var(--ezui-space-3) var(--ezui-space-4);
5939
+ }/**
5940
+ * Do not edit directly, this file was auto-generated.
5941
+ */
5715
5942
  ._Container_17nvh_4 {
5716
5943
  --ezui-c-vertical-nav-logo-max-width: 164px;
5717
5944
  display: flex;
@@ -6068,142 +6295,6 @@ textarea {
6068
6295
  }/**
6069
6296
  * Do not edit directly, this file was auto-generated.
6070
6297
  */
6071
- ._underlayBg_pn8iw_4 {
6072
- --ezui-c-drawer-animation-duration: 150ms;
6073
- --ezui-c-drawer-max-width: 608px;
6074
- --ezui-c-drawer-height: 100svh;
6075
- position: fixed;
6076
- z-index: var(--ezui-z-index-drawer);
6077
- display: flex;
6078
- flex-direction: column;
6079
- opacity: 0;
6080
- transition-property: opacity, backdrop-filter;
6081
- transition-timing-function: ease-in-out;
6082
- transition-duration: var(--ezui-c-drawer-animation-duration);
6083
- }
6084
- ._underlayBg_pn8iw_4::before {
6085
- content: "";
6086
- position: absolute;
6087
- background: var(--ezui-color-primary-800);
6088
- opacity: var(--ezui-opacity-underlay);
6089
- }
6090
-
6091
- ._underlayBg_pn8iw_4,
6092
- ._underlayBg_pn8iw_4::before {
6093
- top: 0;
6094
- left: 0;
6095
- right: 0;
6096
- bottom: 0;
6097
- }
6098
-
6099
- ._underlayBgEnter_pn8iw_32 {
6100
- opacity: 0;
6101
- }
6102
-
6103
- ._underlayBgEnterDone_pn8iw_36 {
6104
- opacity: 1;
6105
- backdrop-filter: blur(1px);
6106
- }
6107
-
6108
- ._underlayBgExit_pn8iw_41 {
6109
- opacity: 0;
6110
- backdrop-filter: blur(0);
6111
- }
6112
-
6113
- ._underlayBox_pn8iw_46 {
6114
- position: relative;
6115
- display: flex;
6116
- flex-direction: column;
6117
- height: 100%;
6118
- pointer-events: none;
6119
- transition-property: transform;
6120
- transition-timing-function: ease-in-out;
6121
- transition-duration: var(--ezui-c-drawer-animation-duration);
6122
- }
6123
-
6124
- ._underlayBoxAppear_pn8iw_57 {
6125
- transform: translateX(25%);
6126
- }
6127
-
6128
- ._underlayBoxAppearDone_pn8iw_61 {
6129
- transform: translateX(0);
6130
- }
6131
-
6132
- ._underlayBoxExit_pn8iw_65 {
6133
- transform: translateX(25%);
6134
- }
6135
-
6136
- ._Drawer_pn8iw_69 {
6137
- flex: 0 1 auto;
6138
- display: flex;
6139
- flex-direction: column;
6140
- margin: 0;
6141
- margin-left: auto;
6142
- width: 100%;
6143
- max-width: var(--ezui-c-drawer-max-width);
6144
- height: var(--ezui-c-drawer-height);
6145
- overflow: hidden;
6146
- background: var(--ezui-color-neutral-000);
6147
- box-shadow: var(--ezui-shadow-level-3);
6148
- pointer-events: auto;
6149
- position: relative;
6150
- outline: none;
6151
- }
6152
-
6153
- ._header_pn8iw_86 {
6154
- margin: 0;
6155
- }
6156
- ._header_pn8iw_86._stuck_pn8iw_89 {
6157
- box-shadow: var(--ezui-shadow-stuck-from-top);
6158
- }
6159
-
6160
- ._banner_pn8iw_93 {
6161
- background: var(--ezui-color-primary-700);
6162
- color: var(--ezui-color-neutral-000);
6163
- padding: var(--ezui-space-3) var(--ezui-space-2);
6164
- }
6165
-
6166
- ._body_pn8iw_99 {
6167
- position: relative;
6168
- overflow: auto;
6169
- display: flex;
6170
- flex-direction: column;
6171
- overscroll-behavior: contain;
6172
- }
6173
- ._body_pn8iw_99 [data-intercept] {
6174
- position: absolute;
6175
- left: 0;
6176
- width: 1px;
6177
- height: 1px;
6178
- }
6179
- ._body_pn8iw_99 [data-intercept="header"] {
6180
- top: 0;
6181
- }
6182
-
6183
- ._closeButton_pn8iw_116 {
6184
- appearance: none;
6185
- margin: 0;
6186
- padding: 0;
6187
- background: none;
6188
- border: 0;
6189
- font-size: inherit;
6190
- line-height: inherit;
6191
- color: inherit;
6192
- display: inline-flex;
6193
- padding: var(--ezui-space-0-25);
6194
- margin: calc(var(--ezui-space-0-25) * -1);
6195
- cursor: pointer;
6196
- }
6197
-
6198
- ._banneredContentArea_pn8iw_131 {
6199
- padding: var(--ezui-space-3) var(--ezui-space-2);
6200
- }
6201
-
6202
- ._standaloneContentArea_pn8iw_135 {
6203
- padding: var(--ezui-space-3) var(--ezui-space-4);
6204
- }/**
6205
- * Do not edit directly, this file was auto-generated.
6206
- */
6207
6298
  ._popover_ihjp5_4 {
6208
6299
  --ezui-c-menu-border-radius: var(--ezui-shape-border-radius-md);
6209
6300
  --ezui-c-menu-color-background: var(--ezui-color-neutral-000);