globuswebcomponents 2.5.4 → 2.5.5

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 (480) hide show
  1. package/dist/cjs/{gb-avatar_23.cjs.entry.js → gb-avatar_34.cjs.entry.js} +705 -48
  2. package/dist/cjs/gb-avatar_34.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-button-group.gb-export-dropdown.gb-filter-button.entry.cjs.js.map +1 -1
  4. package/dist/cjs/gb-button-group_3.cjs.entry.js +1 -1
  5. package/dist/cjs/gb-button-group_3.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +1 -1
  8. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
  9. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -1
  10. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  11. package/dist/cjs/gb-metric-card.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-metric-featured-icon.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-pagination.cjs.entry.js +4 -4
  17. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  19. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  26. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  27. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  29. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  31. package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
  32. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  33. package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
  34. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +3 -3
  35. package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
  36. package/dist/cjs/gb-toast.cjs.entry.js +1 -1
  37. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  38. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  40. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  41. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  42. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  43. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  44. package/dist/cjs/globuscomponents.cjs.js +1 -1
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  47. package/dist/collection/assets/plus.svg +3 -0
  48. package/dist/collection/assets/upload-cloud-02.svg +3 -0
  49. package/dist/collection/components/gb-btn/gb-btn.css +11 -7
  50. package/dist/collection/components/gb-button/gb-button.css +7 -7
  51. package/dist/collection/components/gb-button/readme.md +2 -0
  52. package/dist/collection/components/gb-empty-state/gb-empty-state.js +164 -1
  53. package/dist/collection/components/gb-empty-state/gb-empty-state.js.map +1 -1
  54. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.css +2 -2
  55. package/dist/collection/components/gb-illustration/gb-illustration.css +49 -1
  56. package/dist/collection/components/gb-illustration/gb-illustration.js +19 -19
  57. package/dist/collection/components/gb-illustration/gb-illustration.js.map +1 -1
  58. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  59. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
  60. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  61. package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
  62. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  63. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  64. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  65. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  66. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  67. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  68. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  69. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  70. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  71. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  72. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  73. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  74. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  75. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  76. package/dist/collection/components/gb-pattern/gb-pattern.js +1 -0
  77. package/dist/collection/components/gb-pattern/gb-pattern.js.map +1 -0
  78. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  79. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  80. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  81. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  82. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  83. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  84. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
  85. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  86. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  87. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  88. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  89. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  90. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  91. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  92. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  93. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  94. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  95. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  96. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  97. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  98. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  99. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  100. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  101. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  102. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  103. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  104. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  105. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  106. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  107. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  108. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  109. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  110. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  111. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  112. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  113. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  114. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  115. package/dist/components/gb-action-panel.js +1 -1
  116. package/dist/components/gb-avatar-add-button.js +1 -1
  117. package/dist/components/gb-avatar-dropdown.js +1 -1
  118. package/dist/components/gb-avatar-group.js +4 -4
  119. package/dist/components/gb-avatar-label-group.js +1 -1
  120. package/dist/components/gb-avatar-profile-photo.js +2 -2
  121. package/dist/components/gb-avatar.js +1 -1
  122. package/dist/components/gb-badge.js +1 -1
  123. package/dist/components/gb-btn.js +1 -1
  124. package/dist/components/gb-button.js +1 -1
  125. package/dist/components/gb-checkbox-group-item.js +1 -1
  126. package/dist/components/gb-checkbox-group.js +4 -4
  127. package/dist/components/gb-collapse-button.js +1 -1
  128. package/dist/components/gb-comment.js +1 -1
  129. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  130. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  131. package/dist/components/gb-detail-cell.js +5 -5
  132. package/dist/components/gb-empty-state.js +35 -4
  133. package/dist/components/gb-empty-state.js.map +1 -1
  134. package/dist/components/gb-export-dropdown.js +1 -1
  135. package/dist/components/gb-file-upload-item-base.js +1 -1
  136. package/dist/components/gb-file-upload.js +4 -4
  137. package/dist/components/gb-filter-button.js +1 -1
  138. package/dist/components/gb-header.js +20 -20
  139. package/dist/components/gb-help-tooltip.js +1 -1
  140. package/dist/components/gb-horizontal-tabs.js +4 -4
  141. package/dist/components/gb-icon-button-base.js +1 -1
  142. package/dist/components/gb-illustration.js +1 -1
  143. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  144. package/dist/components/gb-input-dropdown.js +1 -1
  145. package/dist/components/gb-input-field.js +1 -1
  146. package/dist/components/gb-mega-input-field-base.js +1 -1
  147. package/dist/components/gb-metric-card.js +5 -5
  148. package/dist/components/gb-metric-featured-icon.js +1 -1
  149. package/dist/components/gb-nav-bar-item.js +1 -1
  150. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  151. package/dist/components/gb-nav-bar.js +3 -3
  152. package/dist/components/gb-notification-content.js +1 -1
  153. package/dist/components/gb-notification-pane.js +1 -1
  154. package/dist/components/gb-pagination-button-group-base.js +1 -1
  155. package/dist/components/gb-pagination-dot-group.js +1 -1
  156. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  157. package/dist/components/gb-pagination-number-base.js +1 -1
  158. package/dist/components/gb-pagination.js +20 -20
  159. package/dist/components/gb-password-button.js +1 -1
  160. package/dist/components/gb-progress-bar.js +1 -1
  161. package/dist/components/gb-progress-circle.js +1 -1
  162. package/dist/components/gb-quick-action-card.js +1 -1
  163. package/dist/components/gb-quick-action-icon.js +1 -1
  164. package/dist/components/gb-scrollbar.js +1 -1
  165. package/dist/components/gb-sidebar.js +9 -9
  166. package/dist/components/gb-simple-side-bar-item.js +1 -1
  167. package/dist/components/gb-slider-control-handle.js +1 -1
  168. package/dist/components/gb-slider.js +3 -3
  169. package/dist/components/gb-status-indicator.js +1 -1
  170. package/dist/components/gb-step-base.js +1 -1
  171. package/dist/components/gb-step-icon-base.js +1 -1
  172. package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
  173. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  174. package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
  175. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  176. package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
  177. package/dist/components/gb-tab-button-base.js +1 -1
  178. package/dist/components/gb-table-cell.js +1 -1
  179. package/dist/components/gb-table-header.js +17 -17
  180. package/dist/components/gb-tag-checkbox.js +1 -1
  181. package/dist/components/gb-tag-close.js +1 -1
  182. package/dist/components/gb-tag-count.js +1 -1
  183. package/dist/components/gb-tag.js +1 -1
  184. package/dist/components/gb-textarea-input-field.js +10 -10
  185. package/dist/components/gb-theme-tab.js +1 -1
  186. package/dist/components/gb-toast-button.js +1 -1
  187. package/dist/components/gb-toast.js +3 -3
  188. package/dist/components/gb-toggle-base.js +1 -1
  189. package/dist/components/gb-toggle.js +2 -2
  190. package/dist/components/gb-token-field-compact.js +1 -1
  191. package/dist/components/gb-token-field-compressed.js +3 -3
  192. package/dist/components/gb-tooltip.js +1 -1
  193. package/dist/components/gb-vertical-tabs.js +1 -1
  194. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  195. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  196. package/dist/components/{p-DPiBHqx4.js → p-9ZUgVQD7.js} +5 -5
  197. package/dist/components/{p-DPiBHqx4.js.map → p-9ZUgVQD7.js.map} +1 -1
  198. package/dist/components/{p-BmWIlhmE.js → p-B1EkPc5m.js} +7 -7
  199. package/dist/components/{p-BmWIlhmE.js.map → p-B1EkPc5m.js.map} +1 -1
  200. package/dist/components/{p--2LX-0Qy.js → p-B67aDQnT.js} +6 -6
  201. package/dist/components/{p--2LX-0Qy.js.map → p-B67aDQnT.js.map} +1 -1
  202. package/dist/components/{p-Ba12J65c.js → p-B69-UNB9.js} +3 -3
  203. package/dist/components/{p-Ba12J65c.js.map → p-B69-UNB9.js.map} +1 -1
  204. package/dist/components/{p-Cw7CWiJg.js → p-B7RWkzWS.js} +8 -8
  205. package/dist/components/{p-Cw7CWiJg.js.map → p-B7RWkzWS.js.map} +1 -1
  206. package/dist/components/{p-Dmpr2hhM.js → p-BBmHlCLG.js} +3 -3
  207. package/dist/components/{p-Dmpr2hhM.js.map → p-BBmHlCLG.js.map} +1 -1
  208. package/dist/components/{p-diohOKjk.js → p-BGzW_Q_8.js} +3 -3
  209. package/dist/components/p-BGzW_Q_8.js.map +1 -0
  210. package/dist/components/{p-RzLA-m6H.js → p-BPH_-v6m.js} +3 -3
  211. package/dist/components/{p-RzLA-m6H.js.map → p-BPH_-v6m.js.map} +1 -1
  212. package/dist/components/{p-CtaCz2iJ.js → p-BPMCKgk_.js} +7 -7
  213. package/dist/components/{p-CtaCz2iJ.js.map → p-BPMCKgk_.js.map} +1 -1
  214. package/dist/components/{p-CMwoLiFi.js → p-BRpPIib0.js} +3 -3
  215. package/dist/components/{p-CMwoLiFi.js.map → p-BRpPIib0.js.map} +1 -1
  216. package/dist/components/{p-BGNY27n7.js → p-BTgud_Z7.js} +3 -3
  217. package/dist/components/{p-BGNY27n7.js.map → p-BTgud_Z7.js.map} +1 -1
  218. package/dist/components/{p-LTyb5eel.js → p-BTyV1qGp.js} +4 -4
  219. package/dist/components/{p-LTyb5eel.js.map → p-BTyV1qGp.js.map} +1 -1
  220. package/dist/components/{p-D1Lxacnl.js → p-Bg6QLGzZ.js} +4 -4
  221. package/dist/components/{p-D1Lxacnl.js.map → p-Bg6QLGzZ.js.map} +1 -1
  222. package/dist/components/{p-BVGgLukX.js → p-BnT3FVEc.js} +3 -3
  223. package/dist/components/{p-BVGgLukX.js.map → p-BnT3FVEc.js.map} +1 -1
  224. package/dist/components/{p-Dg-cBKxN.js → p-BnZ9herS.js} +9 -9
  225. package/dist/components/{p-Dg-cBKxN.js.map → p-BnZ9herS.js.map} +1 -1
  226. package/dist/components/{p-D5JkKy2V.js → p-Bp2QI1mQ.js} +8 -8
  227. package/dist/components/{p-D5JkKy2V.js.map → p-Bp2QI1mQ.js.map} +1 -1
  228. package/dist/components/{p-C29way95.js → p-BrGEUidd.js} +3 -3
  229. package/dist/components/{p-C29way95.js.map → p-BrGEUidd.js.map} +1 -1
  230. package/dist/components/{p-CnHJq9y9.js → p-C1696BH6.js} +3 -3
  231. package/dist/components/p-C1696BH6.js.map +1 -0
  232. package/dist/components/{p-2CwrRF8t.js → p-C34WcOJ1.js} +3 -3
  233. package/dist/components/{p-2CwrRF8t.js.map → p-C34WcOJ1.js.map} +1 -1
  234. package/dist/components/{p-DIw-IuY4.js → p-CExbnXap.js} +3 -3
  235. package/dist/components/p-CExbnXap.js.map +1 -0
  236. package/dist/components/{p-F1xK24HI.js → p-CHE6ZFjo.js} +3 -3
  237. package/dist/components/{p-F1xK24HI.js.map → p-CHE6ZFjo.js.map} +1 -1
  238. package/dist/components/{p-DceI0MXY.js → p-CLh-eY8D.js} +5 -5
  239. package/dist/components/{p-DceI0MXY.js.map → p-CLh-eY8D.js.map} +1 -1
  240. package/dist/components/{p-CvEEf4BE.js → p-CZ2t37YQ.js} +7 -7
  241. package/dist/components/{p-CvEEf4BE.js.map → p-CZ2t37YQ.js.map} +1 -1
  242. package/dist/components/{p-DMLnca0-.js → p-Cgr1vT1T.js} +3 -3
  243. package/dist/components/{p-DMLnca0-.js.map → p-Cgr1vT1T.js.map} +1 -1
  244. package/dist/components/{p-B08YOj2a.js → p-Cj4og87S.js} +5 -5
  245. package/dist/components/{p-B08YOj2a.js.map → p-Cj4og87S.js.map} +1 -1
  246. package/dist/components/{p-CtokTEpJ.js → p-CmJl0V6U.js} +4 -4
  247. package/dist/components/{p-CtokTEpJ.js.map → p-CmJl0V6U.js.map} +1 -1
  248. package/dist/components/{p-DNfghlL1.js → p-Cw6DRkDY.js} +3 -3
  249. package/dist/components/{p-DNfghlL1.js.map → p-Cw6DRkDY.js.map} +1 -1
  250. package/dist/components/{p-C_kGMW3j.js → p-D6L_ud3J.js} +3 -3
  251. package/dist/components/{p-C_kGMW3j.js.map → p-D6L_ud3J.js.map} +1 -1
  252. package/dist/components/{p-B2MAHaEe.js → p-DAU9viCK.js} +4 -4
  253. package/dist/components/{p-B2MAHaEe.js.map → p-DAU9viCK.js.map} +1 -1
  254. package/dist/components/{p-BzFaHpOH.js → p-DAszr2Za.js} +3 -3
  255. package/dist/components/{p-BzFaHpOH.js.map → p-DAszr2Za.js.map} +1 -1
  256. package/dist/components/{p-D0vRAvxu.js → p-DCln0aFY.js} +5 -5
  257. package/dist/components/{p-D0vRAvxu.js.map → p-DCln0aFY.js.map} +1 -1
  258. package/dist/components/p-DFO3LpU8.js +100 -0
  259. package/dist/components/p-DFO3LpU8.js.map +1 -0
  260. package/dist/components/{p-DcEe6wpK.js → p-DHc0p6vl.js} +4 -4
  261. package/dist/components/{p-DcEe6wpK.js.map → p-DHc0p6vl.js.map} +1 -1
  262. package/dist/components/{p-B8ixgItU.js → p-DOvL-li6.js} +3 -3
  263. package/dist/components/{p-B8ixgItU.js.map → p-DOvL-li6.js.map} +1 -1
  264. package/dist/components/{p-DvBm95qc.js → p-DRqbm8Fw.js} +4 -4
  265. package/dist/components/{p-DvBm95qc.js.map → p-DRqbm8Fw.js.map} +1 -1
  266. package/dist/components/{p-CLvNwkWl.js → p-DWbDpuZ_.js} +4 -4
  267. package/dist/components/{p-CLvNwkWl.js.map → p-DWbDpuZ_.js.map} +1 -1
  268. package/dist/components/{p-DRRPv5Mp.js → p-DYHp5Qsk.js} +3 -3
  269. package/dist/components/{p-DRRPv5Mp.js.map → p-DYHp5Qsk.js.map} +1 -1
  270. package/dist/components/{p-DP5BDHiF.js → p-DYNlghdf.js} +3 -3
  271. package/dist/components/{p-DP5BDHiF.js.map → p-DYNlghdf.js.map} +1 -1
  272. package/dist/components/{p-BUldLCug.js → p-DeRAAqdI.js} +4 -4
  273. package/dist/components/{p-BUldLCug.js.map → p-DeRAAqdI.js.map} +1 -1
  274. package/dist/components/{p-BV9UrAv0.js → p-DgcK7hcl.js} +3 -3
  275. package/dist/components/{p-BV9UrAv0.js.map → p-DgcK7hcl.js.map} +1 -1
  276. package/dist/components/{p-Dvp485BV.js → p-Dl5DVLNc.js} +3 -3
  277. package/dist/components/{p-Dvp485BV.js.map → p-Dl5DVLNc.js.map} +1 -1
  278. package/dist/components/{p-DQetRgxr.js → p-Dog0UdC3.js} +26 -26
  279. package/dist/components/{p-DQetRgxr.js.map → p-Dog0UdC3.js.map} +1 -1
  280. package/dist/components/{p-CAfEcZEN.js → p-Fl5dZuTb.js} +6 -6
  281. package/dist/components/{p-CAfEcZEN.js.map → p-Fl5dZuTb.js.map} +1 -1
  282. package/dist/components/{p-CRLFTeGi.js → p-YwUrxdME.js} +18 -18
  283. package/dist/components/{p-CRLFTeGi.js.map → p-YwUrxdME.js.map} +1 -1
  284. package/dist/components/{p-BD-F5Inf.js → p-nvFiMHzK.js} +3 -3
  285. package/dist/components/{p-BD-F5Inf.js.map → p-nvFiMHzK.js.map} +1 -1
  286. package/dist/components/test-input-tag.js +9 -9
  287. package/dist/docs.json +226 -1
  288. package/dist/esm/{gb-avatar_23.entry.js → gb-avatar_34.entry.js} +696 -50
  289. package/dist/esm/gb-avatar_34.entry.js.map +1 -0
  290. package/dist/esm/gb-button-group.gb-export-dropdown.gb-filter-button.entry.js.map +1 -1
  291. package/dist/esm/gb-button-group_3.entry.js +1 -1
  292. package/dist/esm/gb-button-group_3.entry.js.map +1 -1
  293. package/dist/esm/gb-collapse-button_4.entry.js +1 -1
  294. package/dist/esm/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +1 -1
  295. package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
  296. package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -1
  297. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  298. package/dist/esm/gb-metric-card.entry.js +1 -1
  299. package/dist/esm/gb-metric-featured-icon.entry.js +1 -1
  300. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  301. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  302. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  303. package/dist/esm/gb-pagination.entry.js +4 -4
  304. package/dist/esm/gb-progress-bar.entry.js +1 -1
  305. package/dist/esm/gb-progress-circle.entry.js +1 -1
  306. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  307. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  308. package/dist/esm/gb-scrollbar.entry.js +1 -1
  309. package/dist/esm/gb-sidebar.entry.js +1 -1
  310. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  311. package/dist/esm/gb-slider.entry.js +1 -1
  312. package/dist/esm/gb-step-base_2.entry.js +2 -2
  313. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  314. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  315. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  316. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  317. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  318. package/dist/esm/gb-tab-button-base.entry.js +3 -3
  319. package/dist/esm/gb-table-cell.entry.js +1 -1
  320. package/dist/esm/gb-table-header.entry.js +1 -1
  321. package/dist/esm/gb-textarea-input-field.entry.js +3 -3
  322. package/dist/esm/gb-toast-button.entry.js +1 -1
  323. package/dist/esm/gb-toast.entry.js +1 -1
  324. package/dist/esm/gb-toggle-base.entry.js +2 -2
  325. package/dist/esm/gb-toggle.entry.js +1 -1
  326. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  327. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  328. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  329. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  330. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  331. package/dist/esm/globuscomponents.js +1 -1
  332. package/dist/esm/loader.js +1 -1
  333. package/dist/esm/test-input-tag.entry.js +2 -2
  334. package/dist/globuscomponents/assets/plus.svg +3 -0
  335. package/dist/globuscomponents/assets/upload-cloud-02.svg +3 -0
  336. package/dist/globuscomponents/gb-button-group.gb-export-dropdown.gb-filter-button.entry.esm.js.map +1 -1
  337. package/dist/globuscomponents/gb-button.css +7 -7
  338. package/dist/globuscomponents/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +1 -1
  339. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  340. package/dist/globuscomponents/{p-cfbdf452.entry.js → p-0503cc21.entry.js} +2 -2
  341. package/dist/globuscomponents/{p-26b35f51.entry.js → p-09eea8c1.entry.js} +2 -2
  342. package/dist/globuscomponents/{p-2ca3e6ce.entry.js → p-10c7ca96.entry.js} +2 -2
  343. package/dist/globuscomponents/p-1469d68b.entry.js +2 -0
  344. package/dist/globuscomponents/p-1469d68b.entry.js.map +1 -0
  345. package/dist/globuscomponents/p-1aa48c3b.entry.js +2 -0
  346. package/dist/globuscomponents/p-22055ab2.entry.js +2 -0
  347. package/dist/globuscomponents/{p-f74c5b55.entry.js → p-251d7274.entry.js} +2 -2
  348. package/dist/globuscomponents/{p-3b855d39.entry.js → p-2549ccb5.entry.js} +2 -2
  349. package/dist/globuscomponents/{p-0a37fbae.entry.js → p-2ab6fa13.entry.js} +2 -2
  350. package/dist/globuscomponents/{p-e19b3443.entry.js → p-3286102b.entry.js} +2 -2
  351. package/dist/globuscomponents/{p-15f7d0fb.entry.js → p-38fcb784.entry.js} +2 -2
  352. package/dist/globuscomponents/{p-562762d0.entry.js → p-3a2bf45e.entry.js} +2 -2
  353. package/dist/globuscomponents/{p-b6913f92.entry.js → p-539eec46.entry.js} +2 -2
  354. package/dist/globuscomponents/{p-11b6e8e4.entry.js → p-564212ce.entry.js} +2 -2
  355. package/dist/globuscomponents/{p-a1ac9c14.entry.js → p-57143266.entry.js} +2 -2
  356. package/dist/globuscomponents/{p-f4a1c099.entry.js → p-5a132f69.entry.js} +2 -2
  357. package/dist/globuscomponents/{p-f65b45c1.entry.js → p-5f908f3e.entry.js} +2 -2
  358. package/dist/globuscomponents/{p-1cc354eb.entry.js → p-6b42c2f1.entry.js} +2 -2
  359. package/dist/globuscomponents/p-6b42c2f1.entry.js.map +1 -0
  360. package/dist/globuscomponents/p-746c80f5.entry.js +2 -0
  361. package/dist/globuscomponents/{p-2443874e.entry.js → p-79dfcb27.entry.js} +2 -2
  362. package/dist/globuscomponents/{p-f341bdc7.entry.js → p-7eba2fc0.entry.js} +2 -2
  363. package/dist/globuscomponents/{p-c6aa7188.entry.js → p-850223be.entry.js} +2 -2
  364. package/dist/globuscomponents/{p-01c77cff.entry.js → p-8f28547f.entry.js} +2 -2
  365. package/dist/globuscomponents/{p-b1c0e7b9.entry.js → p-8f55791a.entry.js} +2 -2
  366. package/dist/globuscomponents/p-8f55791a.entry.js.map +1 -0
  367. package/dist/globuscomponents/{p-47e7bbb2.entry.js → p-949d9ef7.entry.js} +2 -2
  368. package/dist/globuscomponents/{p-3faf8737.entry.js → p-9a6a477b.entry.js} +2 -2
  369. package/dist/globuscomponents/{p-f69a720c.entry.js → p-9ba9f8e6.entry.js} +2 -2
  370. package/dist/globuscomponents/{p-332785f4.entry.js → p-a2c8b980.entry.js} +2 -2
  371. package/dist/globuscomponents/{p-a1b0e3e7.entry.js → p-b33b2a74.entry.js} +2 -2
  372. package/dist/globuscomponents/{p-53d903e2.entry.js → p-c08d1674.entry.js} +2 -2
  373. package/dist/globuscomponents/{p-2350a47a.entry.js → p-c63ede2e.entry.js} +2 -2
  374. package/dist/globuscomponents/{p-f81df674.entry.js → p-c980447d.entry.js} +2 -2
  375. package/dist/globuscomponents/{p-955e6094.entry.js → p-cb6cac36.entry.js} +2 -2
  376. package/dist/globuscomponents/{p-dc0f0eed.entry.js → p-d5fc529b.entry.js} +2 -2
  377. package/dist/globuscomponents/p-d83112e8.entry.js +2 -0
  378. package/dist/globuscomponents/{p-147c8cc2.entry.js → p-d9622f42.entry.js} +2 -2
  379. package/dist/globuscomponents/{p-e091a484.entry.js → p-f086dd82.entry.js} +2 -2
  380. package/dist/globuscomponents/{p-13f5ad43.entry.js → p-f7bada25.entry.js} +2 -2
  381. package/dist/globuscomponents/{p-8ece3c25.entry.js → p-fec1a6e5.entry.js} +2 -2
  382. package/dist/globuscomponents/readme.md +2 -0
  383. package/dist/types/components/gb-empty-state/gb-empty-state.d.ts +9 -1
  384. package/dist/types/components/gb-pattern/gb-pattern.d.ts +0 -0
  385. package/dist/types/components.d.ts +12 -0
  386. package/package.json +1 -1
  387. package/dist/cjs/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.cjs.js.map +0 -1
  388. package/dist/cjs/gb-avatar-dropdown_4.cjs.entry.js +0 -219
  389. package/dist/cjs/gb-avatar-dropdown_4.cjs.entry.js.map +0 -1
  390. package/dist/cjs/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.cjs.js.map +0 -1
  391. package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js +0 -157
  392. package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js.map +0 -1
  393. package/dist/cjs/gb-avatar_23.cjs.entry.js.map +0 -1
  394. package/dist/cjs/gb-badge.gb-badge-close.entry.cjs.js.map +0 -1
  395. package/dist/cjs/gb-badge_2.cjs.entry.js +0 -100
  396. package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
  397. package/dist/cjs/gb-header.cjs.entry.js +0 -170
  398. package/dist/cjs/gb-header.cjs.entry.js.map +0 -1
  399. package/dist/cjs/gb-header.entry.cjs.js.map +0 -1
  400. package/dist/cjs/gb-notification-content.cjs.entry.js +0 -24
  401. package/dist/cjs/gb-notification-content.cjs.entry.js.map +0 -1
  402. package/dist/cjs/gb-notification-content.entry.cjs.js.map +0 -1
  403. package/dist/components/p-B0gSLDO0.js +0 -100
  404. package/dist/components/p-B0gSLDO0.js.map +0 -1
  405. package/dist/components/p-CnHJq9y9.js.map +0 -1
  406. package/dist/components/p-DIw-IuY4.js.map +0 -1
  407. package/dist/components/p-diohOKjk.js.map +0 -1
  408. package/dist/esm/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.js.map +0 -1
  409. package/dist/esm/gb-avatar-dropdown_4.entry.js +0 -214
  410. package/dist/esm/gb-avatar-dropdown_4.entry.js.map +0 -1
  411. package/dist/esm/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.js.map +0 -1
  412. package/dist/esm/gb-avatar-label-group_3.entry.js +0 -153
  413. package/dist/esm/gb-avatar-label-group_3.entry.js.map +0 -1
  414. package/dist/esm/gb-avatar_23.entry.js.map +0 -1
  415. package/dist/esm/gb-badge.gb-badge-close.entry.js.map +0 -1
  416. package/dist/esm/gb-badge_2.entry.js +0 -97
  417. package/dist/esm/gb-badge_2.entry.js.map +0 -1
  418. package/dist/esm/gb-header.entry.js +0 -168
  419. package/dist/esm/gb-header.entry.js.map +0 -1
  420. package/dist/esm/gb-notification-content.entry.js +0 -22
  421. package/dist/esm/gb-notification-content.entry.js.map +0 -1
  422. package/dist/globuscomponents/gb-avatar-dropdown.gb-header-icon.gb-help-dropdown.gb-notification-pane.entry.esm.js.map +0 -1
  423. package/dist/globuscomponents/gb-avatar-label-group.gb-icon-button-base.gb-theme-tab.entry.esm.js.map +0 -1
  424. package/dist/globuscomponents/gb-badge.gb-badge-close.entry.esm.js.map +0 -1
  425. package/dist/globuscomponents/gb-header.entry.esm.js.map +0 -1
  426. package/dist/globuscomponents/gb-notification-content.entry.esm.js.map +0 -1
  427. package/dist/globuscomponents/p-1cc354eb.entry.js.map +0 -1
  428. package/dist/globuscomponents/p-20dcff31.entry.js +0 -2
  429. package/dist/globuscomponents/p-20dcff31.entry.js.map +0 -1
  430. package/dist/globuscomponents/p-2acb52f8.entry.js +0 -2
  431. package/dist/globuscomponents/p-2acb52f8.entry.js.map +0 -1
  432. package/dist/globuscomponents/p-4e6e4b2b.entry.js +0 -2
  433. package/dist/globuscomponents/p-584641d7.entry.js +0 -2
  434. package/dist/globuscomponents/p-75ecfbb3.entry.js +0 -2
  435. package/dist/globuscomponents/p-a4a692c8.entry.js +0 -2
  436. package/dist/globuscomponents/p-b1c0e7b9.entry.js.map +0 -1
  437. package/dist/globuscomponents/p-e4b67dd1.entry.js +0 -2
  438. package/dist/globuscomponents/p-e4b67dd1.entry.js.map +0 -1
  439. package/dist/globuscomponents/p-f0c270fb.entry.js +0 -2
  440. package/dist/globuscomponents/p-f0c270fb.entry.js.map +0 -1
  441. package/dist/globuscomponents/p-f683356e.entry.js +0 -2
  442. package/dist/globuscomponents/p-f683356e.entry.js.map +0 -1
  443. package/dist/globuscomponents/p-ffbbabfe.entry.js +0 -2
  444. package/dist/globuscomponents/p-ffbbabfe.entry.js.map +0 -1
  445. /package/dist/globuscomponents/{p-cfbdf452.entry.js.map → p-0503cc21.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-26b35f51.entry.js.map → p-09eea8c1.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-2ca3e6ce.entry.js.map → p-10c7ca96.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-584641d7.entry.js.map → p-1aa48c3b.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-4e6e4b2b.entry.js.map → p-22055ab2.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-f74c5b55.entry.js.map → p-251d7274.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-3b855d39.entry.js.map → p-2549ccb5.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-0a37fbae.entry.js.map → p-2ab6fa13.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-e19b3443.entry.js.map → p-3286102b.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-15f7d0fb.entry.js.map → p-38fcb784.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-562762d0.entry.js.map → p-3a2bf45e.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-b6913f92.entry.js.map → p-539eec46.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-11b6e8e4.entry.js.map → p-564212ce.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-a1ac9c14.entry.js.map → p-57143266.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-f4a1c099.entry.js.map → p-5a132f69.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-f65b45c1.entry.js.map → p-5f908f3e.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-a4a692c8.entry.js.map → p-746c80f5.entry.js.map} +0 -0
  462. /package/dist/globuscomponents/{p-2443874e.entry.js.map → p-79dfcb27.entry.js.map} +0 -0
  463. /package/dist/globuscomponents/{p-f341bdc7.entry.js.map → p-7eba2fc0.entry.js.map} +0 -0
  464. /package/dist/globuscomponents/{p-c6aa7188.entry.js.map → p-850223be.entry.js.map} +0 -0
  465. /package/dist/globuscomponents/{p-01c77cff.entry.js.map → p-8f28547f.entry.js.map} +0 -0
  466. /package/dist/globuscomponents/{p-47e7bbb2.entry.js.map → p-949d9ef7.entry.js.map} +0 -0
  467. /package/dist/globuscomponents/{p-3faf8737.entry.js.map → p-9a6a477b.entry.js.map} +0 -0
  468. /package/dist/globuscomponents/{p-f69a720c.entry.js.map → p-9ba9f8e6.entry.js.map} +0 -0
  469. /package/dist/globuscomponents/{p-332785f4.entry.js.map → p-a2c8b980.entry.js.map} +0 -0
  470. /package/dist/globuscomponents/{p-a1b0e3e7.entry.js.map → p-b33b2a74.entry.js.map} +0 -0
  471. /package/dist/globuscomponents/{p-53d903e2.entry.js.map → p-c08d1674.entry.js.map} +0 -0
  472. /package/dist/globuscomponents/{p-2350a47a.entry.js.map → p-c63ede2e.entry.js.map} +0 -0
  473. /package/dist/globuscomponents/{p-f81df674.entry.js.map → p-c980447d.entry.js.map} +0 -0
  474. /package/dist/globuscomponents/{p-955e6094.entry.js.map → p-cb6cac36.entry.js.map} +0 -0
  475. /package/dist/globuscomponents/{p-dc0f0eed.entry.js.map → p-d5fc529b.entry.js.map} +0 -0
  476. /package/dist/globuscomponents/{p-75ecfbb3.entry.js.map → p-d83112e8.entry.js.map} +0 -0
  477. /package/dist/globuscomponents/{p-147c8cc2.entry.js.map → p-d9622f42.entry.js.map} +0 -0
  478. /package/dist/globuscomponents/{p-e091a484.entry.js.map → p-f086dd82.entry.js.map} +0 -0
  479. /package/dist/globuscomponents/{p-13f5ad43.entry.js.map → p-f7bada25.entry.js.map} +0 -0
  480. /package/dist/globuscomponents/{p-8ece3c25.entry.js.map → p-fec1a6e5.entry.js.map} +0 -0
@@ -3,10 +3,16 @@ export class GbEmptyState {
3
3
  constructor() {
4
4
  this.size = 'sm';
5
5
  this.icon = 'illustration';
6
+ this.color = 'gray';
7
+ this.theme = 'system';
8
+ this.illustrationIcon = '';
6
9
  this.background = true;
7
10
  this.backgroundType = 'grid';
8
11
  this.primaryButtonText = '';
9
12
  this.secondaryButtonText = '';
13
+ this.primaryButtonState = 'default';
14
+ this.primaryButtonIconLeadingSwap = '';
15
+ this.isDarkTheme = false;
10
16
  }
11
17
  onPrimaryButtonClicked() {
12
18
  this.primaryButtonClicked.emit();
@@ -14,10 +20,29 @@ export class GbEmptyState {
14
20
  onSecondaryButtonClicked() {
15
21
  this.secondaryButtonClicked.emit();
16
22
  }
23
+ changeTheme() {
24
+ if (this.theme === 'system') {
25
+ if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
26
+ this.isDarkTheme = true;
27
+ }
28
+ else {
29
+ this.isDarkTheme = false;
30
+ }
31
+ }
32
+ else if (this.theme === 'light') {
33
+ this.isDarkTheme = false;
34
+ }
35
+ else if (this.theme === 'dark') {
36
+ this.isDarkTheme = true;
37
+ }
38
+ }
39
+ componentWillLoad() {
40
+ this.changeTheme();
41
+ }
17
42
  render() {
18
43
  const circlesLight = getAssetPath(`assets/empty_state_circles_light.svg`);
19
44
  const gridLight = getAssetPath(`assets/empty_state_grid_light.svg`);
20
- return (h("div", { key: 'ba68288ede0059f15fe6de02da896eec1157a607', class: "overall_container" }, h("div", { key: 'a9bbb9e1f46f1dbaefb27a2bafd3939ac43dddbd', class: `empty_state_wrapper ${this.size}` }, h("div", { key: '7f414b1d6aa818207bbf9472d61e7e69009ddd0f', class: "pattern" }), this.background && (h(Fragment, null, this.backgroundType === 'circles' && h("img", { key: 'eec8d99fa7e7bb039b3b058eb550689db8c8baf5', src: circlesLight, class: `pattern ${this.icon}`, alt: "" }), this.backgroundType === 'grid' && h("img", { key: 'dea2685794336c05fec2cbf8e21dbb8f9b84b3bb', src: gridLight, class: `pattern ${this.icon}`, alt: "" }))), h("div", { key: 'cce0117af984610ebc858c816502e00aa610dd96', class: `top ${this.size}` }, this.icon === 'featured_icon' && h("gb-featured-icon", { key: '708fa8d7c68fdcdf99babf4b05b21a61af9a2521', size: "lg", icon: "assets/search-01.svg" }), this.icon === 'illustration' && (h("gb-illustration", { key: 'fe5ea8586b7776e52ceeed68e37fea563bf599db', size: this.size, color: "primary", "illustration-style": this.illustrationStyle, "illustration-icon": "assets/search-lg.svg" })), this.icon === 'file_type_icon' && (h("div", { key: '9e2baafb9beda905c2949f98e041b9fb466de344', class: "file_type_icon_div" }, h("gb-file-type-icon", { key: '910a4676cce52729e9cd0849f1ff2b4e8a7d21cf', "file-style": "solid", "file-type": "doc" }))), h("div", { key: '774e1d932264662ad39bf562a306636d0903ec85', class: "text_wrapper" }, h("p", { key: '80bbf91cca00988363ec76703702af22cb49f8e8', class: "heading text-md-semi-bold" }, "No projects found"), h("p", { key: '4bb6836e703a22875b97d1335d765a43d4c3cd72', class: "supporting_text text-sm-regular" }, "Your search \u201CLanding page design\u201D did not match any projects. Please try again."))), h("div", { key: 'f477b25e560b98022f6385f5beb5e906e0e6c110', class: "actions" }, this.secondaryButtonText && (h("div", { key: 'fd5dc418c8341ec9ff475a9714492974ee6a89da', class: "btn" }, h("gb-button", { key: '37a4155948dab5289b9d802558ae2cefb2fd13a4', size: "lg", hierarchy: "secondary_gray", icon: "default", "icon-leading": "false", "icon-leading-swap": "assets/logo/filter-horizontal.svg", onClick: () => this.onSecondaryButtonClicked() }, h("p", { key: '03e27b637fdeb92405aba0b2d43bfb0508d1c78e' }, this.secondaryButtonText)))), this.primaryButtonText && (h("div", { key: '54ac69dca880541a75bb9e4b2d8814456e303457', class: "btn" }, h("gb-button", { key: '27d4d8a97317ca3c0bfe63ac0f4007ba50449286', size: "lg", hierarchy: "primary", icon: "default", "icon-leading": "false", "icon-leading-swap": "assets/logo/filter-horizontal.svg", onClick: () => this.onPrimaryButtonClicked() }, h("p", { key: '631637cf15139d9b9ba04bed26d3bc0782383a26' }, this.primaryButtonText))))))));
45
+ return (h("div", { key: '7ce818745967243008f123de974334c561edc604', class: "overall_container" }, h("div", { key: 'e4a8b8f7ba44c9b0630ce505990e9b29367158a4', class: `empty_state_wrapper ${this.size}` }, h("div", { key: '09b246f3b7a02c2caf71f759fe0a5a1a14a5713f', class: "pattern" }), this.background && (h(Fragment, null, this.backgroundType === 'circles' && h("img", { key: '1e85ea1255a452e223d6e76dcd99e768ce7a2f66', src: circlesLight, class: `pattern ${this.icon}`, alt: "" }), this.backgroundType === 'grid' && h("img", { key: '4a7a039f887d0ff2750f73765313134d43db1233', src: gridLight, class: `pattern ${this.icon}`, alt: "" }))), h("div", { key: '1e2399a163c58615377e9caa0ab480d78a606ff0', class: `top ${this.size}` }, this.icon === 'featured_icon' && h("gb-featured-icon", { key: '3aa5a343f0dd6b8635aec0f9ce73ca4cf8c68a6a', size: "lg", icon: "assets/search-01.svg" }), this.icon === 'illustration' && (h("gb-illustration", { key: 'a20a35bae5cdb9196433d8518198c6e72e426e80', size: this.size, color: this.color, "illustration-style": this.illustrationStyle, "illustration-icon": this.illustrationIcon })), this.icon === 'file_type_icon' && (h("div", { key: '6bff9ca47aa87de3fd1f8d8c3a46c966f2cad260', class: "file_type_icon_div" }, h("gb-file-type-icon", { key: '1821680da121b615e77546ea7684d43ce4d013a4', "file-style": "solid", "file-type": "doc" }))), h("div", { key: '738fbaee043443ac314edcd2af07a7b2ba4a49cb', class: "text_wrapper" }, h("p", { key: 'c3aa623be0d36573b49cd8262b4f0d185b89fe9f', class: "heading text-md-semi-bold" }, "No projects found"), h("p", { key: '4047b7586b816f1ea6e2260992627a2d03436765', class: "supporting_text text-sm-regular" }, "Your search \u201CLanding page design\u201D did not match any projects. Please try again."))), h("div", { key: 'cfbd4f394a578c755139e635509b947ebf1e0abe', class: "actions" }, this.secondaryButtonText && (h("div", { key: 'aa4275b9af4c92f97cc4116fea0f51e91dce5527', class: "btn" }, h("gb-button", { key: '60ec1c7e67b70e1d9189eb316dbbac1ee59149d3', size: "lg", hierarchy: "secondary_gray", icon: "default", onClick: () => this.onSecondaryButtonClicked() }, h("p", { key: '9f8d8dd94443741d9b063fe5f29d2eba51a1adbe' }, this.secondaryButtonText)))), this.primaryButtonText && (h("div", { key: 'a2f635bf7ad38ece0bea2beacae743dd2875275f', class: "btn" }, h("gb-button", { key: '997bf8d5dcd43310968f03ae15e177fa542c0b6e', size: "lg", state: this.primaryButtonState, hierarchy: "primary", icon: "default", "icon-leading": this.primaryButtonIconLeadingSwap ? true : false, "icon-leading-swap": this.primaryButtonIconLeadingSwap, onClick: () => this.onPrimaryButtonClicked() }, h("p", { key: 'f605fec028aec19441a0e22aa2594395091f5db9' }, this.primaryButtonText))))))));
21
46
  }
22
47
  static get is() { return "gb-empty-state"; }
23
48
  static get encapsulation() { return "shadow"; }
@@ -79,6 +104,58 @@ export class GbEmptyState {
79
104
  "reflect": false,
80
105
  "defaultValue": "'illustration'"
81
106
  },
107
+ "color": {
108
+ "type": "string",
109
+ "mutable": false,
110
+ "complexType": {
111
+ "original": "GeneralColors",
112
+ "resolved": "\"default\" | \"discovery\" | \"error\" | \"gray\" | \"information\" | \"pink\" | \"primary\" | \"purple\" | \"success\" | \"warning\" | \"white\"",
113
+ "references": {
114
+ "GeneralColors": {
115
+ "location": "import",
116
+ "path": "../../models/reusableModels",
117
+ "id": "src/models/reusableModels.ts::GeneralColors"
118
+ }
119
+ }
120
+ },
121
+ "required": false,
122
+ "optional": false,
123
+ "docs": {
124
+ "tags": [],
125
+ "text": ""
126
+ },
127
+ "getter": false,
128
+ "setter": false,
129
+ "attribute": "color",
130
+ "reflect": false,
131
+ "defaultValue": "'gray'"
132
+ },
133
+ "theme": {
134
+ "type": "string",
135
+ "mutable": false,
136
+ "complexType": {
137
+ "original": "ThemeTypes",
138
+ "resolved": "\"dark\" | \"light\" | \"system\"",
139
+ "references": {
140
+ "ThemeTypes": {
141
+ "location": "import",
142
+ "path": "../../models/reusableModels",
143
+ "id": "src/models/reusableModels.ts::ThemeTypes"
144
+ }
145
+ }
146
+ },
147
+ "required": false,
148
+ "optional": false,
149
+ "docs": {
150
+ "tags": [],
151
+ "text": ""
152
+ },
153
+ "getter": false,
154
+ "setter": false,
155
+ "attribute": "theme",
156
+ "reflect": false,
157
+ "defaultValue": "'system'"
158
+ },
82
159
  "illustrationStyle": {
83
160
  "type": "string",
84
161
  "mutable": false,
@@ -104,6 +181,26 @@ export class GbEmptyState {
104
181
  "attribute": "illustration-style",
105
182
  "reflect": false
106
183
  },
184
+ "illustrationIcon": {
185
+ "type": "string",
186
+ "mutable": false,
187
+ "complexType": {
188
+ "original": "string",
189
+ "resolved": "string",
190
+ "references": {}
191
+ },
192
+ "required": false,
193
+ "optional": false,
194
+ "docs": {
195
+ "tags": [],
196
+ "text": ""
197
+ },
198
+ "getter": false,
199
+ "setter": false,
200
+ "attribute": "illustration-icon",
201
+ "reflect": false,
202
+ "defaultValue": "''"
203
+ },
107
204
  "background": {
108
205
  "type": "boolean",
109
206
  "mutable": false,
@@ -183,6 +280,72 @@ export class GbEmptyState {
183
280
  "attribute": "secondary-button-text",
184
281
  "reflect": false,
185
282
  "defaultValue": "''"
283
+ },
284
+ "primaryButtonState": {
285
+ "type": "string",
286
+ "mutable": false,
287
+ "complexType": {
288
+ "original": "StateType",
289
+ "resolved": "\"applied\" | \"default\" | \"disabled\" | \"loading\"",
290
+ "references": {
291
+ "StateType": {
292
+ "location": "import",
293
+ "path": "../../models/reusableModels",
294
+ "id": "src/models/reusableModels.ts::StateType"
295
+ }
296
+ }
297
+ },
298
+ "required": false,
299
+ "optional": false,
300
+ "docs": {
301
+ "tags": [],
302
+ "text": ""
303
+ },
304
+ "getter": false,
305
+ "setter": false,
306
+ "attribute": "primary-button-state",
307
+ "reflect": false,
308
+ "defaultValue": "'default'"
309
+ },
310
+ "primaryButtonIconLeadingSwap": {
311
+ "type": "string",
312
+ "mutable": false,
313
+ "complexType": {
314
+ "original": "string",
315
+ "resolved": "string",
316
+ "references": {}
317
+ },
318
+ "required": false,
319
+ "optional": false,
320
+ "docs": {
321
+ "tags": [],
322
+ "text": ""
323
+ },
324
+ "getter": false,
325
+ "setter": false,
326
+ "attribute": "primary-button-icon-leading-swap",
327
+ "reflect": false,
328
+ "defaultValue": "''"
329
+ },
330
+ "isDarkTheme": {
331
+ "type": "boolean",
332
+ "mutable": false,
333
+ "complexType": {
334
+ "original": "boolean",
335
+ "resolved": "boolean",
336
+ "references": {}
337
+ },
338
+ "required": false,
339
+ "optional": false,
340
+ "docs": {
341
+ "tags": [],
342
+ "text": ""
343
+ },
344
+ "getter": false,
345
+ "setter": false,
346
+ "attribute": "is-dark-theme",
347
+ "reflect": false,
348
+ "defaultValue": "false"
186
349
  }
187
350
  };
188
351
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gb-empty-state.js","sourceRoot":"","sources":["../../../src/components/gb-empty-state/gb-empty-state.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, getAssetPath, h, Fragment, Event, EventEmitter } from '@stencil/core';\r\nimport { GeneralSizes, IllustrationTypes } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-empty-state',\r\n styleUrl: 'gb-empty-state.css',\r\n shadow: true,\r\n})\r\nexport class GbEmptyState {\r\n @Prop() size: GeneralSizes = 'sm';\r\n @Prop() icon: 'featured_icon' | 'illustration' | 'file_type_icon' = 'illustration';\r\n @Prop() illustrationStyle: IllustrationTypes;\r\n @Prop() background: boolean = true;\r\n @Prop() backgroundType: 'grid' | 'circles' = 'grid';\r\n @Prop() primaryButtonText: string = '';\r\n @Prop() secondaryButtonText: string = '';\r\n @Event() primaryButtonClicked: EventEmitter<void>;\r\n @Event() secondaryButtonClicked: EventEmitter<void>;\r\n\r\n onPrimaryButtonClicked() {\r\n this.primaryButtonClicked.emit();\r\n }\r\n\r\n onSecondaryButtonClicked() {\r\n this.secondaryButtonClicked.emit();\r\n }\r\n\r\n render() {\r\n const circlesLight = getAssetPath(`assets/empty_state_circles_light.svg`);\r\n const gridLight = getAssetPath(`assets/empty_state_grid_light.svg`);\r\n\r\n return (\r\n <div class=\"overall_container\">\r\n <div class={`empty_state_wrapper ${this.size}`}>\r\n <div class=\"pattern\"></div>\r\n {this.background && (\r\n <>\r\n {this.backgroundType === 'circles' && <img src={circlesLight} class={`pattern ${this.icon}`} alt=\"\" />}\r\n {this.backgroundType === 'grid' && <img src={gridLight} class={`pattern ${this.icon}`} alt=\"\" />}\r\n </>\r\n )}\r\n <div class={`top ${this.size}`}>\r\n {this.icon === 'featured_icon' && <gb-featured-icon size=\"lg\" icon=\"assets/search-01.svg\"></gb-featured-icon>}\r\n {this.icon === 'illustration' && (\r\n <gb-illustration size={this.size} color=\"primary\" illustration-style={this.illustrationStyle} illustration-icon=\"assets/search-lg.svg\"></gb-illustration>\r\n )}\r\n {this.icon === 'file_type_icon' && (\r\n <div class=\"file_type_icon_div\">\r\n <gb-file-type-icon file-style=\"solid\" file-type=\"doc\"></gb-file-type-icon>\r\n </div>\r\n )}\r\n <div class=\"text_wrapper\">\r\n <p class=\"heading text-md-semi-bold\">No projects found</p>\r\n <p class=\"supporting_text text-sm-regular\">Your search “Landing page design” did not match any projects. Please try again.</p>\r\n </div>\r\n </div>\r\n <div class=\"actions\">\r\n {this.secondaryButtonText && (\r\n <div class=\"btn\">\r\n <gb-button\r\n size=\"lg\"\r\n hierarchy=\"secondary_gray\"\r\n icon=\"default\"\r\n icon-leading=\"false\"\r\n icon-leading-swap=\"assets/logo/filter-horizontal.svg\"\r\n onClick={() => this.onSecondaryButtonClicked()}\r\n >\r\n <p>{this.secondaryButtonText}</p>\r\n </gb-button>\r\n </div>\r\n )}\r\n {this.primaryButtonText && (\r\n <div class=\"btn\">\r\n <gb-button\r\n size=\"lg\"\r\n hierarchy=\"primary\"\r\n icon=\"default\"\r\n icon-leading=\"false\"\r\n icon-leading-swap=\"assets/logo/filter-horizontal.svg\"\r\n onClick={() => this.onPrimaryButtonClicked()}\r\n >\r\n <p>{this.primaryButtonText}</p>\r\n </gb-button>\r\n </div>\r\n )}\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"gb-empty-state.js","sourceRoot":"","sources":["../../../src/components/gb-empty-state/gb-empty-state.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, getAssetPath, h, Fragment, Event, EventEmitter } from '@stencil/core';\r\nimport { GeneralColors, GeneralSizes, IllustrationTypes, StateType, ThemeTypes } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-empty-state',\r\n styleUrl: 'gb-empty-state.css',\r\n shadow: true,\r\n})\r\nexport class GbEmptyState {\r\n @Prop() size: GeneralSizes = 'sm';\r\n @Prop() icon: 'featured_icon' | 'illustration' | 'file_type_icon' = 'illustration';\r\n @Prop() color: GeneralColors = 'gray';\r\n @Prop() theme: ThemeTypes = 'system';\r\n @Prop() illustrationStyle: IllustrationTypes;\r\n @Prop() illustrationIcon: string = '';\r\n @Prop() background: boolean = true;\r\n @Prop() backgroundType: 'grid' | 'circles' = 'grid';\r\n @Prop() primaryButtonText: string = '';\r\n @Prop() secondaryButtonText: string = '';\r\n @Prop() primaryButtonState: StateType = 'default';\r\n @Prop() primaryButtonIconLeadingSwap: string = '';\r\n @Prop() isDarkTheme: boolean = false;\r\n @Event() primaryButtonClicked: EventEmitter<void>;\r\n @Event() secondaryButtonClicked: EventEmitter<void>;\r\n\r\n onPrimaryButtonClicked() {\r\n this.primaryButtonClicked.emit();\r\n }\r\n\r\n onSecondaryButtonClicked() {\r\n this.secondaryButtonClicked.emit();\r\n }\r\n\r\n changeTheme() {\r\n if (this.theme === 'system') {\r\n if (window.matchMedia('(prefers-color-scheme: dark)').matches) {\r\n this.isDarkTheme = true;\r\n } else {\r\n this.isDarkTheme = false;\r\n }\r\n } else if (this.theme === 'light') {\r\n this.isDarkTheme = false;\r\n } else if (this.theme === 'dark') {\r\n this.isDarkTheme = true;\r\n }\r\n }\r\n\r\n componentWillLoad() {\r\n this.changeTheme();\r\n }\r\n\r\n render() {\r\n const circlesLight = getAssetPath(`assets/empty_state_circles_light.svg`);\r\n const gridLight = getAssetPath(`assets/empty_state_grid_light.svg`);\r\n\r\n return (\r\n <div class=\"overall_container\">\r\n <div class={`empty_state_wrapper ${this.size}`}>\r\n <div class=\"pattern\"></div>\r\n {this.background && (\r\n <>\r\n {this.backgroundType === 'circles' && <img src={circlesLight} class={`pattern ${this.icon}`} alt=\"\" />}\r\n {this.backgroundType === 'grid' && <img src={gridLight} class={`pattern ${this.icon}`} alt=\"\" />}\r\n </>\r\n )}\r\n <div class={`top ${this.size}`}>\r\n {this.icon === 'featured_icon' && <gb-featured-icon size=\"lg\" icon=\"assets/search-01.svg\"></gb-featured-icon>}\r\n {this.icon === 'illustration' && (\r\n <gb-illustration size={this.size} color={this.color} illustration-style={this.illustrationStyle} illustration-icon={this.illustrationIcon}></gb-illustration>\r\n )}\r\n {this.icon === 'file_type_icon' && (\r\n <div class=\"file_type_icon_div\">\r\n <gb-file-type-icon file-style=\"solid\" file-type=\"doc\"></gb-file-type-icon>\r\n </div>\r\n )}\r\n <div class=\"text_wrapper\">\r\n <p class=\"heading text-md-semi-bold\">No projects found</p>\r\n <p class=\"supporting_text text-sm-regular\">Your search “Landing page design” did not match any projects. Please try again.</p>\r\n </div>\r\n </div>\r\n <div class=\"actions\">\r\n {this.secondaryButtonText && (\r\n <div class=\"btn\">\r\n <gb-button size=\"lg\" hierarchy=\"secondary_gray\" icon=\"default\" onClick={() => this.onSecondaryButtonClicked()}>\r\n <p>{this.secondaryButtonText}</p>\r\n </gb-button>\r\n </div>\r\n )}\r\n {this.primaryButtonText && (\r\n <div class=\"btn\">\r\n <gb-button\r\n size=\"lg\"\r\n state={this.primaryButtonState}\r\n hierarchy=\"primary\"\r\n icon=\"default\"\r\n icon-leading={this.primaryButtonIconLeadingSwap ? true : false}\r\n icon-leading-swap={this.primaryButtonIconLeadingSwap}\r\n onClick={() => this.onPrimaryButtonClicked()}\r\n >\r\n <p>{this.primaryButtonText}</p>\r\n </gb-button>\r\n </div>\r\n )}\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
@@ -2751,12 +2751,12 @@
2751
2751
  position: absolute;
2752
2752
  top: 2rem;
2753
2753
  left: -10rem;
2754
- z-index: 999;
2754
+ z-index: 9999999;
2755
2755
  }
2756
2756
 
2757
2757
  .second_dropdown{
2758
2758
  position: absolute;
2759
2759
  top: 4rem;
2760
2760
  left: -10rem;
2761
- z-index: 999;
2761
+ z-index: 9999999;
2762
2762
  }
@@ -19,8 +19,14 @@
19
19
  width: 9.5rem;
20
20
  }
21
21
 
22
+ .illustration_div{
23
+ padding-top: var(--spacing-4);
24
+ }
25
+
22
26
  .cloud,
23
- .box {
27
+ .box,
28
+ .documents,
29
+ .credit_card {
24
30
  position: absolute;
25
31
  }
26
32
 
@@ -66,6 +72,48 @@
66
72
  top: -0.1rem;
67
73
  }
68
74
 
75
+ .documents.sm {
76
+ width: 9.75rem;
77
+ height: auto;
78
+ left: -0.2rem;
79
+ top: 1rem;
80
+ }
81
+
82
+ .documents.md {
83
+ width: 10.25rem;
84
+ height: auto;
85
+ left: 0.2rem;
86
+ top: 1rem;
87
+ }
88
+
89
+ .documents.lg {
90
+ width: 13.25rem;
91
+ height: auto;
92
+ left: 0.2rem;
93
+ top: 1.3rem;
94
+ }
95
+
96
+ .credit_card.sm {
97
+ width: 8.55rem;
98
+ height: auto;
99
+ left: 0.5rem;
100
+ top: 1.5rem;
101
+ }
102
+
103
+ .credit_card.md {
104
+ width: 9.85rem;
105
+ height: auto;
106
+ left: 0.4rem;
107
+ top: 1.5rem;
108
+ }
109
+
110
+ .credit_card.lg {
111
+ width: 12.55rem;
112
+ height: auto;
113
+ left: 0.7rem;
114
+ top: 2.1rem;
115
+ }
116
+
69
117
  .icon_div {
70
118
  display: flex;
71
119
  justify-content: center;
@@ -34,35 +34,35 @@ export class GbIllustration {
34
34
  this.loadIcon(this.illustrationIcon);
35
35
  }
36
36
  render() {
37
- return (h("div", { key: 'f38bba33a8affaafb8573713c2489dbef64675a4', class: `illustration_wrapper` }, h("svg", { key: '50a51e3fedda6d869a990157663f776da9374379', xmlns: "http://www.w3.org/2000/svg", width: "220", height: "168", viewBox: "0 0 220 168", fill: "none", class: `illustration_background ${this.size}` }, h("circle", { key: '1742cb5746009129311d08a83ebd94f49139d935', cx: "110", cy: "88", r: "80", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtlest, #E4F0FC)' : this.color === 'gray' ? 'var(--color-background-gray-subtlest, #F6F8FA)' : ''}` }), h("circle", { key: 'c723bcb06fab1937609bf36edc7e94345cc40a2d', cx: "26", cy: "28", r: "8", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: '0f5dd9e108d92ca1869f8360c4467fa023dfccb8', cx: "198", cy: "134", r: "6", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: 'ddf5225ac7fb67ddb1a21607ee957e3e43405552', cx: "25", cy: "146", r: "10", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: '4a6f111b3bde250f28ee4aaa51ae0df9e3e9c41a', cx: "210", cy: "54", r: "10", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: 'c4f5ca883bb96541cd42072aac43d9461df9c4a6', cx: "191", cy: "19", r: "7", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` })), h("div", { key: '6005bca113d4e90a4444fad7526f5b1903ac8594', class: "illustration_div" }, h("div", { key: '76b9d295244e3fa0251d24dde39692906a06b3a8', class: "illustration" }, this.illustrationStyle === 'cloud' && (h("svg", { key: 'fa817780b6c8464c718e3b4a414b0335d34e6371', xmlns: "http://www.w3.org/2000/svg", width: "214", height: "140", viewBox: "0 0 214 140", fill: "none", class: `cloud ${this.size}` }, h("g", { key: '9c99509ff4619e8a5b0e0c788e5b4384f9d8c247', filter: "url(#filter0_dd_7590_639)" }, h("path", { key: '2d91e3e1f672242eaf6b9399b6700b93f8f6c2ab', d: "M109.485 0C129.961 0 147.543 12.3802 155.161 30.0625C156.486 29.9093 157.834 29.8281 159.2 29.8281C178.42 29.8282 194 45.4095 194 64.6289C194 83.5478 178.903 98.9404 160.099 99.417L159.2 99.4287H59.7715L58.7451 99.416C37.2543 98.8717 20 81.2792 20 59.6572C20 37.6921 37.8063 19.8857 59.7715 19.8857C62.9248 19.8857 65.992 20.2546 68.9336 20.9482C77.9428 8.27072 92.7484 0.000119405 109.485 0Z", fill: "var(--color-background-information-subtlest, #E4F0FC)" }), h("circle", { key: '5e5cd85b8cbb7f02a63b43b3051956166d654079', cx: "59.7714", cy: "59.6572", r: "39.7714", fill: "url(#paint0_linear_7590_639)" }), h("circle", { key: '71400fcde2db0cc8e08586bb2ee21edbebf00065', cx: "109.486", cy: "49.7143", r: "49.7143", fill: "url(#paint1_linear_7590_639)" }), h("circle", { key: '6f16a3c91b6cd822094c22dfd81e1fd020c5f27b', cx: "159.2", cy: "64.6286", r: "34.8", fill: "url(#paint2_linear_7590_639)" })), h("defs", { key: '52d8b152dcb22340b61be902528322d29191d832' }, h("filter", { key: '107ae9fb75c744a074407a1d77b8dd2f8097feac', id: "filter0_dd_7590_639", x: "0", y: "0", width: "214", height: "139.429", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '5cf1987460359d1405932ab8f57015478e8eeac7', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'e059ccadd79c7124e26dbb107138559144742121', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '2dc7957667c8090bfa185d80b5fda19380319350', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_639" }), h("feOffset", { key: '74e23ffbd435ed6b9d430ebfa12835bd897d4684', dy: "8" }), h("feGaussianBlur", { key: 'fa1e8058d86376a6585956dd88c25a883a71ffea', stdDeviation: "4" }), h("feColorMatrix", { key: 'ba6be93efaf07d4050cadcc8ee490263ecb9cef1', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '1bff93866fba84980435e171e23188d0f6c4f243', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_639" }), h("feColorMatrix", { key: '14d87fe21007d5bfd0e49d8d4147199fba76a962', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '85dd7af2e4194b4a3987c99c31ffe9ea66ad58d6', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_639" }), h("feOffset", { key: 'ccdcae8b881cd9e3f91006325a742277feccffd4', dy: "20" }), h("feGaussianBlur", { key: '48852ca5bb657be73d318d46c98ed716bdba52c7', stdDeviation: "12" }), h("feColorMatrix", { key: 'b91b790d9b345a54e7027073d7659f5c30529532', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: '08a6dda939a2a3412f308743648e000d0400eb07', mode: "normal", in2: "effect1_dropShadow_7590_639", result: "effect2_dropShadow_7590_639" }), h("feBlend", { key: '7261130fca2a2cb239b9128c59283e76a42371ae', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_639", result: "shape" })), h("linearGradient", { key: '1a642b2cd7defc420e9bb52670161fe1e18d31e5', id: "paint0_linear_7590_639", x1: "29.2326", y1: "33.3796", x2: "99.5429", y2: "99.4285", gradientUnits: "userSpaceOnUse" }, h("stop", { key: 'd298195350cf4f87f46f7f5e46db0944cef0a08c', "stop-color": `${this.color === 'primary'
38
- ? 'var(--color-background-information-subtle, #9AC7F4)'
37
+ return (h("div", { key: 'c6084ed73da309543c2ef96cbd031475192202c1', class: `illustration_wrapper` }, h("svg", { key: 'b374ac3d95f40a7c22ce1f7691398558f73d45fe', xmlns: "http://www.w3.org/2000/svg", width: "220", height: "168", viewBox: "0 0 220 168", fill: "none", class: `illustration_background ${this.size}` }, h("circle", { key: '37983537f4c0bb1025ef74aff725b5393ec44cfc', cx: "110", cy: "88", r: "80", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtlest, #E4F0FC)' : this.color === 'gray' ? 'var(--color-background-gray-subtlest, #F6F8FA)' : ''}` }), h("circle", { key: 'a067b0d3924877af22b220eb7936414281db8b85', cx: "26", cy: "28", r: "8", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: 'f350c9838a2cda377e4752ce00663d73d7017c9f', cx: "198", cy: "134", r: "6", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: '1d4db257d98e0c01a6edc9e1546ff90964e6aea1', cx: "25", cy: "146", r: "10", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: 'e1c5b980c8bd6b2b6d5f817b179eaba5802b3240', cx: "210", cy: "54", r: "10", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` }), h("circle", { key: 'c516f64d8a1d0cbb9cfcca6b27a2c0c8a2dd935f', cx: "191", cy: "19", r: "7", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray-subtler, #EEF2F6)' : ''}` })), h("div", { key: 'dee13fb91207899d101949894988db4d37eed4d7', class: "illustration_div" }, h("div", { key: '2ed9af4d9b4890240dd7eb01ee0a8824b6f80cf8', class: "illustration" }, this.illustrationStyle === 'cloud' && (h("svg", { key: 'dae229273bf6630d888023f9bc11d9c51a578e26', xmlns: "http://www.w3.org/2000/svg", width: "214", height: "140", viewBox: "0 0 214 140", fill: "none", class: `cloud ${this.size}` }, h("g", { key: 'b7c77de68b4354c691eab716e3866c8b5020444c', filter: "url(#filter0_dd_7590_639)" }, h("path", { key: '7d52d264f0df2471a26ea365b4803e5f5951280e', d: "M109.485 0C129.961 0 147.543 12.3802 155.161 30.0625C156.486 29.9093 157.834 29.8281 159.2 29.8281C178.42 29.8282 194 45.4095 194 64.6289C194 83.5478 178.903 98.9404 160.099 99.417L159.2 99.4287H59.7715L58.7451 99.416C37.2543 98.8717 20 81.2792 20 59.6572C20 37.6921 37.8063 19.8857 59.7715 19.8857C62.9248 19.8857 65.992 20.2546 68.9336 20.9482C77.9428 8.27072 92.7484 0.000119405 109.485 0Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtlest, #E4F0FC)' : 'var(--color-background-disabled, #F9FAFB)'}` }), h("circle", { key: '93ed30a04d0bde2d524e51e2b6ecec819da9c2c1', cx: "59.7714", cy: "59.6572", r: "39.7714", fill: "url(#paint0_linear_7590_639)" }), h("circle", { key: 'cc3838c4fb8681a82ea3e26318e7ceaba835e989', cx: "109.486", cy: "49.7143", r: "49.7143", fill: "url(#paint1_linear_7590_639)" }), h("circle", { key: '84a10e01d88b2b22848e45f19c1702f425f699a4', cx: "159.2", cy: "64.6286", r: "34.8", fill: "url(#paint2_linear_7590_639)" })), h("defs", { key: '4f0e6e0c7e8bf57246dbd7b5b52c785f8778f076' }, h("filter", { key: '8fc270ebabf48892b82b39fc56d9e1deb88e489b', id: "filter0_dd_7590_639", x: "0", y: "0", width: "214", height: "139.429", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '44f5160ea67ad0ccfcb314d725b54740cfb1b20b', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'a84c631a6995a00c70b76bee5aa11883bf2ca8fb', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '88b2c235b2a3aa6d8668eb2d946311b116bf47e9', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_639" }), h("feOffset", { key: '43a85506cad7b53c4d6095800a219b1526df0473', dy: "8" }), h("feGaussianBlur", { key: '758f96ec1f0ab151af6212a94faf127d5be2206b', stdDeviation: "4" }), h("feColorMatrix", { key: '31a20d7ee8522a23fc988277facbc5ffe18f4bf4', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: 'ea94583151566855f1aa94488f23b592b4da4b28', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_639" }), h("feColorMatrix", { key: 'ba41d19a01e29e3b8c4eb5d65acca40c5f2c5862', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '7616064697739952f91536fcac88520a182c0796', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_639" }), h("feOffset", { key: '4429926d0639b22e12603268e319c89a9c9ba293', dy: "20" }), h("feGaussianBlur", { key: '34ad88e552ddd735f2c675cff9170c6b94f8e670', stdDeviation: "12" }), h("feColorMatrix", { key: 'b352b9feb4f4426ca801e78fa05cdd4bea736a5e', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: '0763adf187367d5fd13800f6204bf16b32f8f140', mode: "normal", in2: "effect1_dropShadow_7590_639", result: "effect2_dropShadow_7590_639" }), h("feBlend", { key: '56796eed98fa742631a3a1c5ef348abe40c12864', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_639", result: "shape" })), h("linearGradient", { key: 'fac139cc65b427777b71859116ee3c5e5bbc4a07', id: "paint0_linear_7590_639", x1: "29.2326", y1: "33.3796", x2: "99.5429", y2: "99.4285", gradientUnits: "userSpaceOnUse" }, h("stop", { key: 'a2445a8c6c96070ba90933943a66789eebe81b8d', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("stop", { key: '6aa68e87de4566d346ad545f851654c8771eceb5', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" })), h("linearGradient", { key: '0a841e9304b2787b1f5de88e19ccf46779b48dbd', id: "paint1_linear_7590_639", x1: "71.3123", y1: "16.8673", x2: "159.2", y2: "99.4285", gradientUnits: "userSpaceOnUse" }, h("stop", { key: 'b37cd7ebf440ff3e31d43f36a25044072fcbc03a', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("stop", { key: 'bdd7080dc637bdd27dcad11a1e37e298632d34fe', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" })), h("linearGradient", { key: '6c8b293f075a0641df831ad29263c648fd52faee', id: "paint2_linear_7590_639", x1: "132.478", y1: "41.6358", x2: "194", y2: "99.4286", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '19dd5063c9cf7ea75a67d241f45ac40dff879131', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("stop", { key: 'e97ddd19da5cf35303d908feb249a528ffaff5a1', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" }))))), this.illustrationStyle === 'box' && (h("svg", { key: '0d64a9550a19f5e4632ce06458837dc9c7fd6fb8', xmlns: "http://www.w3.org/2000/svg", width: "168", height: "178", viewBox: "0 0 168 178", fill: "none", class: `box ${this.size}` }, h("g", { key: '36ae3c700a4253265b7de7c6531a318b8b3a7017', filter: "url(#filter0_dd_7590_623)" }, h("path", { key: '4c9c96eeabf338bb89b2a0a00adbb34e719a70b5', d: "M84 54.9529L90.9121 52.0578L84.0009 55.002V137.432L147.69 110.743V28.2767L148 28.1466L147.69 28.009V27.8705L147.53 27.9384L84.5026 0L20 27.4765L20.3053 27.6076L20 109.74L84 137.383L84 54.9529Z", fill: "#F9FAFB" }), h("path", { key: 'eb4c532ccddbdef062830d8fee2ea58105345f21', d: "M84 54.953V137.383L20 109.739L20.3053 27.6075L84 54.953Z", fill: "url(#paint0_linear_7590_623)" }), h("path", { key: 'a45f17ed369022472fbed4438a372c8dfbc7e050', d: "M84.0012 55.002V137.432L147.69 110.743V27.8705L84.0012 55.002Z", fill: "url(#paint1_linear_7590_623)" }), h("path", { key: 'f1debebb7eb1b89ea42d0d817d243c5e0e7bc2b4', d: "M84 54.9529L148 28.1466L84.5026 0L20 27.4765L84 54.9529Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : 'var(--color-background-gray-subtler, #EEF2F6)'}` }), h("path", { key: '44cc0140288163b11a21c971ab9c2c2674cfee5b', d: "M44.1255 17.1998L107.881 44.9503L108.461 65.173L126.299 57.8126L125.759 37.4622L60.1172 10.3877L44.1255 17.1998Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtlest, #E4F0FC)' : 'var(--color-background-gray, #CDD5DF)'}` })), h("defs", { key: '3959b07657c5e551b4d253bdeec0288831028fed' }, h("filter", { key: '7fdf163cf10279403169f6af194d657c5b4cd2f1', id: "filter0_dd_7590_623", x: "0", y: "0", width: "168", height: "177.432", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '45a030261616e52a85b4ed89a91020480dba1680', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'e50c92b28e368b6de6dc7d1ecf743f0ccf5ab83a', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '41d32622e816480c845d4f40c9757f0783d8c4b5', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_623" }), h("feOffset", { key: '4022f64717b1ea5aabca6bb9c9a0e73b9b112973', dy: "8" }), h("feGaussianBlur", { key: '9c005921bf8be6ffe7788bd5eb93253a39fafdf5', stdDeviation: "4" }), h("feColorMatrix", { key: 'fdcd007727fdd8fb760fe06b3b96738f25558b95', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '25c2376fc24e7c8468fdef46ddb1eb67e3b1ddb9', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_623" }), h("feColorMatrix", { key: '2a1d3b4b6568ed0d5daa10fe95cc52fbba16e4b5', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '7da9ec8e10e0a046cb20b2a918ed3b916e37860b', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_623" }), h("feOffset", { key: 'df9b26ecec4b72e865d88e4896eb9057237586ca', dy: "20" }), h("feGaussianBlur", { key: 'c97216bd2580e9b338812a95adba9cc9b1654c1b', stdDeviation: "12" }), h("feColorMatrix", { key: 'd7071c3d20d389797f482ab78ef73daf4904ab47', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: 'c470bf6f43a0a969286c5a2eb248492c6d1c613c', mode: "normal", in2: "effect1_dropShadow_7590_623", result: "effect2_dropShadow_7590_623" }), h("feBlend", { key: 'a6b1f458104599e80a0a571792834ccbf1823834', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_623", result: "shape" })), h("linearGradient", { key: 'abc4a655db5af1e992a103cf3ade455c797b4444', id: "paint0_linear_7590_623", x1: "20", y1: "110.154", x2: "45.2754", y2: "41.7013", gradientUnits: "userSpaceOnUse" }, h("stop", { key: 'ad8c0f3309e2d74b2b6fd89dea021bddb3e64705', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("stop", { key: '70a7e390dbe53e1059b557eafd0ef405520a758b', offset: "1", "stop-color": `${this.color === 'primary'
38
+ ? 'var(--color-background-information-subtler, #C8E0F9)'
39
39
  : this.color === 'gray'
40
40
  ? 'var(--color-background-gray-subtler, #EEF2F6)'
41
- : ''}` }), h("stop", { key: 'cbc82b6c61a3330a2a7d680886cd218680441527', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" })), h("linearGradient", { key: 'ddf93fdd0ec4d1d8776c5efa749cbdef733c9559', id: "paint1_linear_7590_639", x1: "71.3123", y1: "16.8673", x2: "159.2", y2: "99.4285", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '976a35c5d99692c2fb52b9e16719ccc449931077', "stop-color": `${this.color === 'primary'
42
- ? 'var(--color-background-information-subtle, #9AC7F4)'
41
+ : ''}` })), h("linearGradient", { key: '268c51465eb1137fea06b0bf5462712512820024', id: "paint1_linear_7590_623", x1: "84.0003", y1: "56.6154", x2: "156.166", y2: "70.983", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '8253e1cd632401fe59187c746f29dd765b814d16', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("stop", { key: '974f8fd2d58b1ced2832d7e2a8162ce1f94df741', offset: "1", "stop-color": `${this.color === 'primary'
42
+ ? 'var(--color-background-information-subtler, #C8E0F9)'
43
43
  : this.color === 'gray'
44
44
  ? 'var(--color-background-gray-subtler, #EEF2F6)'
45
- : ''}` }), h("stop", { key: 'a2f33ca6c06c63760c2100f80e9696082f667f1a', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" })), h("linearGradient", { key: 'feebf297cd1a73b1ae30f0b67c2a55f2ccaee81d', id: "paint2_linear_7590_639", x1: "132.478", y1: "41.6358", x2: "194", y2: "99.4286", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '87379e6e117985078688c8a72761ab32e88e3774', "stop-color": `${this.color === 'primary'
46
- ? 'var(--color-background-information-subtle, #9AC7F4)'
45
+ : ''}` }))))), this.illustrationStyle === 'documents' && (h("svg", { key: '2fdf5e8ae8e0a3049aed3252ea8a7455fc8c6763', xmlns: "http://www.w3.org/2000/svg", width: "229", height: "153", viewBox: "0 0 229 153", fill: "none", class: `documents ${this.size}` }, h("g", { key: '17eeef75210744dbb168513a96df9184a52f9089', filter: "url(#filter0_dd_7590_657)" }, h("path", { key: '5d411ccad0b6db491f4f18e5c0df04874308798b', d: "M63.6376 112.214L116.089 87.7552C118.722 86.5272 119.862 83.3969 118.634 80.7634L87.6581 14.3361L66.6827 6.7017L23.7681 26.7132C21.1346 27.9412 19.9952 31.0715 21.2233 33.7049L56.6458 109.669C57.8738 112.302 61.0041 113.442 63.6376 112.214Z", fill: "url(#paint0_linear_7590_657)" })), h("path", { key: '11842967a7cabbced5a2ba0401f2bd6dd1d52cec', d: "M66.6826 6.70166L87.658 14.3361L73.3531 21.0066L66.6826 6.70166Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("g", { key: '9c948999cbe9cc67afa3ab59cdca963e82dec39c', filter: "url(#filter1_dd_7590_657)" }, h("path", { key: '61bff854e9dafd985f1fbebec7dfcf86926d3445', d: "M88.7112 94.3394H146.585C149.49 94.3394 151.846 91.9838 151.846 89.0781V15.7837L136.062 0H88.7112C85.8055 0 83.45 2.35554 83.45 5.26124V89.0782C83.45 91.9839 85.8055 94.3394 88.7112 94.3394Z", fill: "url(#paint1_linear_7590_657)" })), h("path", { key: '2ced412276704bdce127843a75b79597a72b31ae', d: "M136.062 -0.00012207L151.846 15.7836H136.062V-0.00012207Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("g", { key: 'a2fa932519608a727a0f9f4bd712f09c6a75bb36', filter: "url(#filter2_dd_7590_657)" }, h("path", { key: '7447208666e8484c6843da6266bfaa0c798e3bf0', d: "M118.471 87.724L170.922 112.182C173.555 113.41 176.686 112.271 177.914 109.638L208.889 43.2103L201.255 22.2349L158.34 2.22349C155.707 0.995492 152.576 2.13484 151.348 4.7683L115.926 80.7322C114.698 83.3657 115.837 86.496 118.471 87.724Z", fill: "url(#paint2_linear_7590_657)" })), h("path", { key: 'fb54162d128a08cd94a14825fcfba52e15a7cd2e', d: "M201.255 22.2349L208.889 43.2102L194.584 36.5398L201.255 22.2349Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("defs", { key: 'ee99c439a38eaa5dc5c1edc961591bb2bad180db' }, h("filter", { key: 'b817f5644638d698b2825c0f9cf18cb6420ae27f', id: "filter0_dd_7590_657", x: "0.729004", y: "6.70166", width: "138.399", height: "146.006", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '1d4f3f91ae6f4331c614d7c5d0559a0acd97f5f7', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'e18f135cbbd63d2cf70b3595af9fed96f857db33', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '71b6552c7e9e93417c7c84c529e9e07f4707263a', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_657" }), h("feOffset", { key: 'a077392b2f2efbd36d472a689978b6a62f28a089', dy: "8" }), h("feGaussianBlur", { key: '78d938cae866d603db1f894eba160f46e55a903f', stdDeviation: "4" }), h("feColorMatrix", { key: 'a2ebd3fe4c4c60ebabe26b3852704db68ce645e0', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '921253621612acdeb835d368a83ad83b7cad9a5d', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_657" }), h("feColorMatrix", { key: '1b92d23ad025e2f549ce197b13c371a9d84b2534', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '854d362f2480393df95444af19c41b4d1a4059b5', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_657" }), h("feOffset", { key: 'c337b8ccfc24857dbbb81dc0df8d27c754b8e797', dy: "20" }), h("feGaussianBlur", { key: '0c41efe44a0aff0d18a55c8387c019c34ff8ce90', stdDeviation: "12" }), h("feColorMatrix", { key: '77c505191cf3fa80953c15c617e3bc88504a2f1c', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: 'a4e9a0ec2aa7820d7445fce404682d4439c182f4', mode: "normal", in2: "effect1_dropShadow_7590_657", result: "effect2_dropShadow_7590_657" }), h("feBlend", { key: '2bc04146cc34cbbe13ea144a49c991bc08f83d98', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_657", result: "shape" })), h("filter", { key: 'dc85405b51c4bab8bd4d13677d10343eeeeb6d0d', id: "filter1_dd_7590_657", x: "63.45", y: "0", width: "108.396", height: "134.339", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '39c1b3095a13219ba14c682f572e6a2e47d61e93', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'aac7a1871d9712ecbc596d6b034bdb53832f7f75', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '773bb11d851c01c34fc1b809f393fece60d0cadf', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_657" }), h("feOffset", { key: '5eaf7ba179fc4ea8e3299cd91684d3fe60c7bfad', dy: "8" }), h("feGaussianBlur", { key: 'e508b3495c392fab0f2cb3854406817e3921ea56', stdDeviation: "4" }), h("feColorMatrix", { key: '8be5c7e7b6e7d23d77b5999ebc2ae8189550b849', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '6b199f28867a1405241301bd5a8781977bddcafd', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_657" }), h("feColorMatrix", { key: 'd3465a39ab4e59be16e0f96d82680632e2e7dada', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '166b421c4222e9a92e218718bbafbb6448a847fd', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_657" }), h("feOffset", { key: '8707c80dd823158a7e4050d40300e5bea65cebd0', dy: "20" }), h("feGaussianBlur", { key: 'a7abbd36f51034b7901eefdaefe3f029c39d189f', stdDeviation: "12" }), h("feColorMatrix", { key: '20bd5398008c17530288029d0fd87d7089c6a7d1', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: 'ec6b8e3a8c954b2dfcbefcbd888edc4fc8af1dd6', mode: "normal", in2: "effect1_dropShadow_7590_657", result: "effect2_dropShadow_7590_657" }), h("feBlend", { key: 'e026b4cd1681dba41399d7229a0118b679d5589b', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_657", result: "shape" })), h("filter", { key: '63ef424c81918bb2f067994c33f17bca588b824d', id: "filter2_dd_7590_657", x: "95.4316", y: "1.72925", width: "133.458", height: "150.947", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: 'ce628871032b033a1f33ca5aa99da923c0f0bfcb', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'c31081e33dedf974d58d129c7848ec0d69e326c7', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '89ae47cfe9e3ef63cc1a0be92c7d2474c82b4096', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_657" }), h("feOffset", { key: '19cbb98882464b98d16932b4b71968832a9235c7', dy: "8" }), h("feGaussianBlur", { key: '06e0a2141f0c943b90a08d755cd1ccecf3f4cf42', stdDeviation: "4" }), h("feColorMatrix", { key: '714f97c7040c57bac55af3fc6eae816df694671f', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: 'cc3d2c9f0fd5678ceaabd138e4b0a7a9386ffcd7', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_657" }), h("feColorMatrix", { key: 'c8e72eb072d1bbe1df40788c81b9b239b6e734d5', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '69f5db2532fa1bd7b1f6fbdd5f9dd77ea3329ab0', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_657" }), h("feOffset", { key: 'd72d8d224d1c9334b14717555e7dcac98f57ba5e', dy: "20" }), h("feGaussianBlur", { key: '2d1fd426390d0949955c053cd41f99b556280f52', stdDeviation: "12" }), h("feColorMatrix", { key: 'e236bbea6eb3d3c0484570d4cdd088977b4e85c7', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: '41e505ff622efea2300305b4e57f7c2eda678d81', mode: "normal", in2: "effect1_dropShadow_7590_657", result: "effect2_dropShadow_7590_657" }), h("feBlend", { key: '0613a82f2143fce4cb20a33da943d90192c1eb00', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_657", result: "shape" })), h("linearGradient", { key: '513f5cb4fd66777c32d4f4bdb41205d4b72c3311', id: "paint0_linear_7590_657", x1: "60.5561", y1: "112.418", x2: "18.7566", y2: "37.0089", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '7d42be0691ad9863f6827c48e5c129c80a455a65', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("stop", { key: 'c9a9e4daee223c49cf1c3c949f5be1e38659ecf6', offset: "1", "stop-color": `${this.color === 'primary'
46
+ ? 'var(--color-background-information-subtlest, #E4F0FC)'
47
47
  : this.color === 'gray'
48
- ? 'var(--color-background-gray-subtler, #EEF2F6)'
49
- : ''}` }), h("stop", { key: '29ed0e49609c354918990870a589561140fe1df2', offset: "0.350715", "stop-color": "white", "stop-opacity": "0" }))))), this.illustrationStyle === 'box' && (h("svg", { key: 'a577641f58324c9e4c5393a5b6d759e1f8c19b29', xmlns: "http://www.w3.org/2000/svg", width: "168", height: "178", viewBox: "0 0 168 178", fill: "none", class: `box ${this.size}` }, h("g", { key: 'a36ea4956e1e294eda8bcca38d76a68858ebabc5', filter: "url(#filter0_dd_7590_623)" }, h("path", { key: '7604464f347070fd72d1834f0b0bb91830b2b64b', d: "M84 54.9529L90.9121 52.0578L84.0009 55.002V137.432L147.69 110.743V28.2767L148 28.1466L147.69 28.009V27.8705L147.53 27.9384L84.5026 0L20 27.4765L20.3053 27.6076L20 109.74L84 137.383L84 54.9529Z", fill: "#F9FAFB" }), h("path", { key: 'eb2f3be6fef17b49801a83ef3b492d605449f4e3', d: "M84 54.953V137.383L20 109.739L20.3053 27.6075L84 54.953Z", fill: "url(#paint0_linear_7590_623)" }), h("path", { key: '98320c2f03ab418966f7b2e72a70f92428bbbd2f', d: "M84.0012 55.002V137.432L147.69 110.743V27.8705L84.0012 55.002Z", fill: "url(#paint1_linear_7590_623)" }), h("path", { key: '6a7b25a7a786b4dd1d7d031fd310841b4fd6869a', d: "M84 54.9529L148 28.1466L84.5026 0L20 27.4765L84 54.9529Z", fill: "var(--color-background-information-subtler, #C8E0F9)" }), h("path", { key: 'ab76c539db3b27a447d46be430060833a78c5844', d: "M44.1255 17.1998L107.881 44.9503L108.461 65.173L126.299 57.8126L125.759 37.4622L60.1172 10.3877L44.1255 17.1998Z", fill: "var(--color-background-information-subtlest, #E4F0FC)" })), h("defs", { key: 'e164b3bf990f505d49a3e0103b9d48ce2855f3c5' }, h("filter", { key: '9e5ea90bcd07a665ab0420ec7cb02d9e8524fc25', id: "filter0_dd_7590_623", x: "0", y: "0", width: "168", height: "177.432", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '30774637d56b746fca58dc09c6dd82035c2095db', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: '7facb514be14b23080b1c2bc92a81e0b5815b8d5', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: 'c1955351a98d1cdd063e43c6d3b50e672bd6581a', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_623" }), h("feOffset", { key: '1fe9266a523f61b3c83d0fe6a47ca5da201996fb', dy: "8" }), h("feGaussianBlur", { key: 'bc9f67770caf8badd3e389d081633fe16ad5885e', stdDeviation: "4" }), h("feColorMatrix", { key: 'e907f4ae50f272d0a58f3834f12f95912763f7fb', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '89f7168fa9827014ef77c0769ed52bcb1a7bf2de', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_623" }), h("feColorMatrix", { key: '10ba693ce1291488e6364b66c58ccb0ca28f5ff7', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: 'b26e58aef747502cccc00ae95ebe6576925ecfef', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_623" }), h("feOffset", { key: 'ed350bc69b6f3e0f07af322e96f947700fe706bd', dy: "20" }), h("feGaussianBlur", { key: '1a28f2976b40387741df80dc324aa402e43c940f', stdDeviation: "12" }), h("feColorMatrix", { key: 'ebd64d5edc1ab69b4766eff706222d6ab24a1bf8', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: '3cb6cfdc83317c6711509b58fae038d1a965bab0', mode: "normal", in2: "effect1_dropShadow_7590_623", result: "effect2_dropShadow_7590_623" }), h("feBlend", { key: '386b0642859907b10674ede45fab43c394a3fb8b', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_623", result: "shape" })), h("linearGradient", { key: '3a0f45e2f70193bc6059a1862b2b7ad79faa6b90', id: "paint0_linear_7590_623", x1: "20", y1: "110.154", x2: "45.2754", y2: "41.7013", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '10d15712854b149abc2615c4c0481c2976b5a021', "stop-color": `${this.color === 'primary'
50
- ? 'var(--color-background-information-subtle, #9AC7F4)'
48
+ ? 'var(--color-background-gray-subtlest, #F6F8FA)'
49
+ : ''}` })), h("linearGradient", { key: 'bb857e0cd97aa6181cf8180e5f2ce5ecbdc1dc4b', id: "paint1_linear_7590_657", x1: "85.8318", y1: "93.2227", x2: "79.8181", y2: "7.21313", gradientUnits: "userSpaceOnUse" }, h("stop", { key: 'ac662855f90007f70738efd014a4219519afd182', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("stop", { key: 'dbfcc8714cf6e162b5a9a0f3c93c095f0f288945', offset: "1", "stop-color": `${this.color === 'primary'
50
+ ? 'var(--color-background-information-subtlest, #E4F0FC)'
51
51
  : this.color === 'gray'
52
- ? 'var(--color-background-gray-subtler, #EEF2F6)'
53
- : ''}` }), h("stop", { key: 'b10c6bd09e3e4846b0f4e559d24ca804b4d346a6', offset: "1", "stop-color": `${this.color === 'primary'
54
- ? 'var(--color-background-information-subtler, #C8E0F9)'
52
+ ? 'var(--color-background-gray-subtlest, #F6F8FA)'
53
+ : ''}` })), h("linearGradient", { key: 'f2ba86b122736b99c83237e4b779d51eac857436', id: "paint2_linear_7590_657", x1: "116.333", y1: "85.4951", x2: "147.232", y2: "5.00242", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '6dfd135328b3ea422d1d260bdb35dd5befbd47ec', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("stop", { key: '6b8d07755b0607325b51450e4d9efae7dd879ac6', offset: "1", "stop-color": `${this.color === 'primary'
54
+ ? 'var(--color-background-information-subtlest, #E4F0FC)'
55
55
  : this.color === 'gray'
56
- ? 'var(--color-background-gray-subtler, #EEF2F6)'
57
- : ''}` })), h("linearGradient", { key: '55f65d9cd2f58bafb5756f98abfda5792c38d959', id: "paint1_linear_7590_623", x1: "84.0003", y1: "56.6154", x2: "156.166", y2: "70.983", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '48b98e5d859a591d1c4a76cb9439c860e2e759ff', "stop-color": `${this.color === 'primary'
58
- ? 'var(--color-background-information-subtle, #9AC7F4)'
56
+ ? 'var(--color-background-gray-subtlest, #F6F8FA)'
57
+ : ''}` }))))), this.illustrationStyle === 'credit_card' && (h("svg", { key: '79da4b6ef4649148acecfc0202d8b65f9ce337b4', xmlns: "http://www.w3.org/2000/svg", width: "206", height: "144", viewBox: "0 0 206 144", fill: "none", class: `credit_card ${this.size}` }, h("g", { key: 'a0938d0aa17986210770f36810ecea6d4b6f4720', filter: "url(#filter0_dd_7590_677)" }, h("rect", { key: '35a8dc5f9ad28eec0747fb181bbb76fe94169a02', x: "20", width: "166", height: "104", rx: "7.25581", fill: "url(#paint0_linear_7590_677)" }), h("rect", { key: '4ae26cd80adb7eb0bd1e3634f976e38f5cac5217', x: "34.0698", y: "24.186", width: "29.0233", height: "21.7674", rx: "2.4186", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("circle", { key: '48b32b31aa4ad172768e970e672b8372b7e656db', cx: "159.837", cy: "31.4419", r: "12.093", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray, #CDD5DF)'}` }), h("circle", { key: '4ab27d6f05381f763be7d360d131f47cbdc5242e', cx: "145.325", cy: "31.4419", r: "12.093", fill: `${this.color === 'primary'
58
+ ? 'var(--color-background-information-subtler, #C8E0F9)'
59
59
  : this.color === 'gray'
60
- ? 'var(--color-background-gray-subtler, #EEF2F6)'
61
- : ''}` }), h("stop", { key: '083fcc3f4fbfc0f065c7c795b39362f0372492f7', offset: "1", "stop-color": `${this.color === 'primary'
60
+ ? 'var(--color-background-gray-subtle, #E3E8EF)'
61
+ : ''}` }), h("path", { key: '46abf11543d69f55f288012d74b909769cae3e4c', d: "M34.0698 88.279C34.0698 86.9432 35.1527 85.8604 36.4884 85.8604H60.6745C62.0102 85.8604 63.0931 86.9432 63.0931 88.279C63.0931 89.6147 62.0102 90.6976 60.6745 90.6976H36.4884C35.1527 90.6976 34.0698 89.6147 34.0698 88.279Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("path", { key: '863350be7f14542fe29ee10a6b7034b3f34e3184', d: "M70.3489 88.279C70.3489 86.9432 71.4317 85.8604 72.7675 85.8604H96.9535C98.2893 85.8604 99.3721 86.9432 99.3721 88.279C99.3721 89.6147 98.2893 90.6976 96.9535 90.6976H72.7675C71.4317 90.6976 70.3489 89.6147 70.3489 88.279Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("path", { key: '36006b9fb33e9207fd0e2a83bac01c348b2d2248', d: "M106.628 88.279C106.628 86.9432 107.711 85.8604 109.047 85.8604H133.233C134.568 85.8604 135.651 86.9432 135.651 88.279C135.651 89.6147 134.568 90.6976 133.233 90.6976H109.047C107.711 90.6976 106.628 89.6147 106.628 88.279Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` }), h("path", { key: 'ac31cb0396fb9f6f29cb980dafe3cddbc74d45a7', d: "M142.907 88.279C142.907 86.9432 143.99 85.8604 145.326 85.8604H169.512C170.847 85.8604 171.93 86.9432 171.93 88.279C171.93 89.6147 170.847 90.6976 169.512 90.6976H145.326C143.99 90.6976 142.907 89.6147 142.907 88.279Z", fill: `${this.color === 'primary' ? 'var(--color-background-information-subtler, #C8E0F9)' : this.color === 'gray' ? 'var(--color-background-gray, #CDD5DF)' : ''}` })), h("defs", { key: 'efb9d3c0f3d222bd6c12083080e9cdea579dbfb1' }, h("filter", { key: '0bd3c9f13c3b4f24e057c86970bfc6b92353fcfb', id: "filter0_dd_7590_677", x: "0", y: "0", width: "206", height: "144", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB" }, h("feFlood", { key: '53f0fed0935663fb40acbc97b7ef03e99ca77c20', "flood-opacity": "0", result: "BackgroundImageFix" }), h("feColorMatrix", { key: 'ccf01d2d2d4d2f3245dbf186b442f71ea477aa64', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: '86d31675ab2e55bb96886d3223d2573dcf66a7fa', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_7590_677" }), h("feOffset", { key: 'f0c467d38422473ed900b1794c3df878efbc2408', dy: "8" }), h("feGaussianBlur", { key: 'ce180d86a4751120fc7e726cb267b8619861f01c', stdDeviation: "4" }), h("feColorMatrix", { key: '892ba26304e9677140204f946b38dbb9d230b831', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.03 0" }), h("feBlend", { key: '0de63b30de72605d85d715b7e0ec1f612f915398', mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_7590_677" }), h("feColorMatrix", { key: 'ce4da625218ea58bf63cac7564c59d4b7c00dbcb', in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), h("feMorphology", { key: 'e0bfc434e7b4177a394d5a065cb3a554482b0261', radius: "4", operator: "erode", in: "SourceAlpha", result: "effect2_dropShadow_7590_677" }), h("feOffset", { key: '1b31dc1e693faed6fbeee2f779711bd912fdd7bc', dy: "20" }), h("feGaussianBlur", { key: '017d5b8b3f7b74c43647a3c7f47f5027d0440dc8', stdDeviation: "12" }), h("feColorMatrix", { key: '4d02ba2619b206f819766fb43394390a36afaebb', type: "matrix", values: "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.08 0" }), h("feBlend", { key: '6313bf59489f4c86ba1019ee2012cce1a3a0e885', mode: "normal", in2: "effect1_dropShadow_7590_677", result: "effect2_dropShadow_7590_677" }), h("feBlend", { key: '9bfe79e9cb098dbdb9a1a079a5912d200c9fff61', mode: "normal", in: "SourceGraphic", in2: "effect2_dropShadow_7590_677", result: "shape" })), h("linearGradient", { key: '6469633237aec099f14efba2bad4f786d470e147', id: "paint0_linear_7590_677", x1: "25.7809", y1: "102.769", x2: "22.758", y2: "7.58424", gradientUnits: "userSpaceOnUse" }, h("stop", { key: '1ea239ab025574c73d36c36cf27404f410cc7bc4', "stop-color": `${this.color === 'primary' ? 'var(--color-background-information-subtle, #9AC7F4)' : 'var(--color-background-gray-subtle, #E3E8EF)'}` }), h("stop", { key: 'f20a31ece27e47ed4dcd8577077374e99ff9d6de', offset: "1", "stop-color": `${this.color === 'primary'
62
62
  ? 'var(--color-background-information-subtler, #C8E0F9)'
63
63
  : this.color === 'gray'
64
- ? 'var(--color-background-gray-subtler, #EEF2F6)'
65
- : ''}` })))))), h("div", { key: '7c751048e53318359fcb3ffd90caf462819f8e2a', class: `icon_div ${this.color} ${this.size}` }, h("div", { key: '35fc9066f6dfe8a329f74429d8610172cd557d3d', class: `icon ${this.size}`, innerHTML: this.leadingIconSvg })))));
64
+ ? 'var(--color-background-gray-subtlest, #F6F8FA)'
65
+ : ''}` })))))), h("div", { key: 'a6fd931a75abab424ff456c05b40f6cd201f107b', class: `icon_div ${this.color} ${this.size}` }, h("div", { key: '45c1045eb63f825be3a3af3a481b75153f7f837b', class: `icon ${this.size}`, innerHTML: this.leadingIconSvg })))));
66
66
  }
67
67
  static get is() { return "gb-illustration"; }
68
68
  static get encapsulation() { return "shadow"; }