@globalpayments/vega 2.46.0 → 2.47.1

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 (1020) hide show
  1. package/dist/cjs/{app-globals-7f00a8e5.js → app-globals-fdf98585.js} +19 -10
  2. package/dist/cjs/brand-switch-state-controller-slimmer-5efa1b24.js +51 -0
  3. package/dist/cjs/{child-nodes-event-prevent-slimmer-61f9c022.js → child-nodes-event-prevent-slimmer-37870b2e.js} +1 -1
  4. package/dist/cjs/{child-nodes-notify-observer-slimmer-3c7f4074.js → child-nodes-notify-observer-slimmer-5817a53b.js} +2 -2
  5. package/dist/cjs/{content-state-0ee9ced5.js → content-state-b1ec39e3.js} +4 -3023
  6. package/dist/cjs/dark-mode-state-controller-slimmer-add5d8a8.js +51 -0
  7. package/dist/cjs/dark-mode-style-controller-4adb7fb2.js +3470 -0
  8. package/dist/cjs/{design-token-ff558841.js → design-token-0c22ffa8.js} +1 -1
  9. package/dist/cjs/{dom-node-subject-factory-ab72ad1e.js → dom-node-subject-factory-d5826bff.js} +0 -30
  10. package/dist/cjs/{dom-node-subject-observer-factory-fee69743.js → dom-node-subject-observer-factory-a7a3b196.js} +3 -2
  11. package/dist/cjs/{element-appender-slimmer-9ef6cf74.js → element-appender-slimmer-b3109dd1.js} +8 -7
  12. package/dist/cjs/{event-emit-slimmer-739c6ae2.js → event-emit-slimmer-8247249c.js} +11 -3
  13. package/dist/cjs/{form-field-controller-slimmer-dc80ef32.js → form-field-controller-slimmer-2432e295.js} +88 -30
  14. package/dist/cjs/{image-annotation-action-3556655b.js → image-annotation-action-becd6f24.js} +6 -5
  15. package/dist/cjs/index-09acd3c9.js +4 -0
  16. package/dist/cjs/{index-3b33064d.js → index-ec9a1f36.js} +6 -5
  17. package/dist/cjs/index.cjs.js +22 -20
  18. package/dist/cjs/{internal-vega-event-manager-6b50f11d.js → internal-vega-event-manager-c9948b59.js} +1 -1
  19. package/dist/cjs/loader.cjs.js +16 -14
  20. package/dist/cjs/observer-f49483e8.js +32 -0
  21. package/dist/cjs/{public-rules-26da3a16.js → public-rules-3c2a69b4.js} +7 -5
  22. package/dist/cjs/{remote-invocation-registry-19e462cf.js → remote-invocation-registry-fc22fdd0.js} +3 -3
  23. package/dist/cjs/{responsive-format-facade-ae9b936d.js → responsive-format-facade-e48962dd.js} +3 -3
  24. package/dist/cjs/{rich-text-editor-required-rule-a847592c.js → rich-text-editor-required-rule-f08f5891.js} +1 -1
  25. package/dist/cjs/{static-subject-title-1c9670d5.js → static-subject-title-7e7d791a.js} +2 -0
  26. package/dist/cjs/{string-input-formatter-slimmer-87d92bbe.js → string-input-formatter-slimmer-56a2401f.js} +3 -3
  27. package/dist/cjs/{style-formatter-6fe93889.js → style-formatter-48ef74d4.js} +1 -1
  28. package/dist/cjs/{sub-state-notify-slimmer-d1cbcaa1.js → sub-state-notify-slimmer-b16c9094.js} +4 -3
  29. package/dist/cjs/{sub-state-observer-slimmer-4ff5cbf5.js → sub-state-observer-slimmer-1b6de09f.js} +4 -3
  30. package/dist/cjs/{translation-0e0f06ca.js → translation-212b1875.js} +1 -1
  31. package/dist/cjs/{translation-slimmer-777f4558.js → translation-slimmer-d1512c6d.js} +1 -1
  32. package/dist/cjs/vega-accordion.cjs.entry.js +16 -14
  33. package/dist/cjs/vega-app-footer.cjs.entry.js +52 -9
  34. package/dist/cjs/vega-app-header-button.cjs.entry.js +18 -16
  35. package/dist/cjs/vega-banner.cjs.entry.js +6 -5
  36. package/dist/cjs/vega-box.cjs.entry.js +14 -12
  37. package/dist/cjs/vega-brand-logo.cjs.entry.js +232 -0
  38. package/dist/cjs/vega-breadcrumb.cjs.entry.js +6 -5
  39. package/dist/cjs/vega-button-circle.cjs.entry.js +16 -14
  40. package/dist/cjs/vega-button-group_2.cjs.entry.js +11 -10
  41. package/dist/cjs/vega-button-link.cjs.entry.js +14 -11
  42. package/dist/cjs/vega-button.cjs.entry.js +15 -13
  43. package/dist/cjs/vega-calendar_3.cjs.entry.js +13 -12
  44. package/dist/cjs/vega-card.cjs.entry.js +13 -11
  45. package/dist/cjs/vega-carousel.cjs.entry.js +15 -13
  46. package/dist/cjs/vega-checkbox_2.cjs.entry.js +15 -13
  47. package/dist/cjs/vega-chip.cjs.entry.js +17 -15
  48. package/dist/cjs/vega-color-picker.cjs.entry.js +20 -15
  49. package/dist/cjs/vega-combo-box.cjs.entry.js +12 -10
  50. package/dist/cjs/vega-date-picker_2.cjs.entry.js +22 -19
  51. package/dist/cjs/vega-dialog_2.cjs.entry.js +15 -13
  52. package/dist/cjs/vega-divider.cjs.entry.js +13 -11
  53. package/dist/cjs/vega-dropdown_5.cjs.entry.js +22 -20
  54. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  55. package/dist/cjs/vega-field-error.cjs.entry.js +1 -1
  56. package/dist/cjs/vega-field-label.cjs.entry.js +5 -4
  57. package/dist/cjs/vega-file-uploader.cjs.entry.js +12 -10
  58. package/dist/cjs/vega-flag-icon.cjs.entry.js +14 -12
  59. package/dist/cjs/vega-flex.cjs.entry.js +12 -10
  60. package/dist/cjs/vega-font.cjs.entry.js +13 -11
  61. package/dist/cjs/vega-form.cjs.entry.js +71 -15
  62. package/dist/cjs/vega-grid.cjs.entry.js +13 -11
  63. package/dist/cjs/vega-icon.cjs.entry.js +13 -11
  64. package/dist/cjs/vega-image-uploader.cjs.entry.js +18 -15
  65. package/dist/cjs/vega-input-credit-card.cjs.entry.js +12 -10
  66. package/dist/cjs/vega-input-numeric.cjs.entry.js +12 -10
  67. package/dist/cjs/vega-input-phone-number.cjs.entry.js +86 -2472
  68. package/dist/cjs/vega-input-range.cjs.entry.js +13 -11
  69. package/dist/cjs/vega-input-select.cjs.entry.js +128 -74
  70. package/dist/cjs/vega-input.cjs.entry.js +13 -12
  71. package/dist/cjs/{vega-internal-event-id-a0ca9af9.js → vega-internal-event-id-dc866d43.js} +2 -0
  72. package/dist/cjs/vega-item-toggle.cjs.entry.js +5 -4
  73. package/dist/cjs/vega-left-nav_5.cjs.entry.js +40 -20
  74. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +12 -10
  75. package/dist/cjs/vega-page-notification_2.cjs.entry.js +3 -2
  76. package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +6 -5
  77. package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +7 -6
  78. package/dist/cjs/vega-pagination.cjs.entry.js +16 -14
  79. package/dist/cjs/vega-popover_2.cjs.entry.js +15 -13
  80. package/dist/cjs/vega-progress-tracker.cjs.entry.js +6 -5
  81. package/dist/cjs/vega-radio_2.cjs.entry.js +15 -13
  82. package/dist/cjs/vega-rich-text-content.cjs.entry.js +13 -11
  83. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +136 -176
  84. package/dist/cjs/vega-segment-control.cjs.entry.js +5 -4
  85. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +18 -16
  86. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +14 -13
  87. package/dist/cjs/vega-sidenav_3.cjs.entry.js +18 -16
  88. package/dist/cjs/vega-signature-capture.cjs.entry.js +19 -16
  89. package/dist/cjs/{vega-skeleton-loader-controller-cca8e896.js → vega-skeleton-loader-controller-db868c98.js} +177 -6
  90. package/dist/cjs/vega-stepper.cjs.entry.js +12 -10
  91. package/dist/cjs/vega-tab-group_2.cjs.entry.js +9 -8
  92. package/dist/cjs/vega-table_8.cjs.entry.js +30 -28
  93. package/dist/cjs/vega-textarea.cjs.entry.js +12 -10
  94. package/dist/cjs/vega-time-picker_2.cjs.entry.js +19 -16
  95. package/dist/cjs/vega-toggle-switch.cjs.entry.js +11 -9
  96. package/dist/cjs/vega-tooltip_2.cjs.entry.js +14 -12
  97. package/dist/cjs/vega.cjs.js +16 -14
  98. package/dist/collection/collection-manifest.json +6 -0
  99. package/dist/collection/components/vega-app-footer/vega-app-footer.css +3 -4
  100. package/dist/collection/components/vega-app-footer/vega-app-footer.js +55 -17
  101. package/dist/collection/components/vega-app-header-button/vega-app-header-button.css +9 -4
  102. package/dist/collection/components/vega-brand-logo/assets/dark-mode/g-symbol-large.js +4 -0
  103. package/dist/collection/components/vega-brand-logo/assets/dark-mode/g-symbol-medium.js +4 -0
  104. package/dist/collection/components/vega-brand-logo/assets/dark-mode/g-symbol-small.js +4 -0
  105. package/dist/collection/components/vega-brand-logo/assets/dark-mode/genius-large.js +4 -0
  106. package/dist/collection/components/vega-brand-logo/assets/dark-mode/genius-medium.js +4 -0
  107. package/dist/collection/components/vega-brand-logo/assets/dark-mode/genius-small.js +4 -0
  108. package/dist/collection/components/vega-brand-logo/assets/dark-mode/global-payments-large.js +4 -0
  109. package/dist/collection/components/vega-brand-logo/assets/dark-mode/global-payments-medium.js +4 -0
  110. package/dist/collection/components/vega-brand-logo/assets/dark-mode/global-payments-small.js +4 -0
  111. package/dist/collection/components/vega-brand-logo/assets/index.js +18 -0
  112. package/dist/collection/components/vega-brand-logo/assets/light-mode/g-symbol-large.js +4 -0
  113. package/dist/collection/components/vega-brand-logo/assets/light-mode/g-symbol-medium.js +4 -0
  114. package/dist/collection/components/vega-brand-logo/assets/light-mode/g-symbol-small.js +4 -0
  115. package/dist/collection/components/vega-brand-logo/assets/light-mode/genius-large.js +4 -0
  116. package/dist/collection/components/vega-brand-logo/assets/light-mode/genius-medium.js +4 -0
  117. package/dist/collection/components/vega-brand-logo/assets/light-mode/genius-small.js +4 -0
  118. package/dist/collection/components/vega-brand-logo/assets/light-mode/global-payments-large.js +4 -0
  119. package/dist/collection/components/vega-brand-logo/assets/light-mode/global-payments-medium.js +4 -0
  120. package/dist/collection/components/vega-brand-logo/assets/light-mode/global-payments-small.js +4 -0
  121. package/dist/collection/components/vega-brand-logo/slimmers/renderers/vega-brand-logo-renderer.js +62 -0
  122. package/dist/collection/components/vega-brand-logo/vega-brand-logo.css +8 -0
  123. package/dist/collection/components/vega-brand-logo/vega-brand-logo.js +140 -0
  124. package/dist/collection/components/vega-button/vega-button.css +11 -6
  125. package/dist/collection/components/vega-button-circle/vega-button-circle.css +15 -10
  126. package/dist/collection/components/vega-button-group/vega-button-group-item/vega-button-group-item.css +11 -12
  127. package/dist/collection/components/vega-button-group/vega-button-group.css +0 -2
  128. package/dist/collection/components/vega-button-link/vega-button-link.css +21 -37
  129. package/dist/collection/components/vega-button-link/vega-button-link.js +7 -6
  130. package/dist/collection/components/vega-carousel/vega-carousel.css +2 -1
  131. package/dist/collection/components/vega-checkbox/vega-checkbox.css +4 -6
  132. package/dist/collection/components/vega-chip/vega-chip.css +5 -4
  133. package/dist/collection/components/vega-color-picker/vega-color-picker.css +14 -8
  134. package/dist/collection/components/vega-color-picker/vega-color-picker.js +9 -6
  135. package/dist/collection/components/vega-combo-box/vega-combo-box.css +4 -2
  136. package/dist/collection/components/vega-date-picker/vega-date-picker.css +6 -4
  137. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.css +3 -3
  138. package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.css +4 -2
  139. package/dist/collection/components/vega-dropdown/vega-dropdown.js +3 -0
  140. package/dist/collection/components/vega-form/slimmers/controllers/vega-form-nest-state-controller.js +31 -0
  141. package/dist/collection/components/vega-form/vega-form.js +50 -1
  142. package/dist/collection/components/vega-image-uploader/vega-image-uploader.css +19 -9
  143. package/dist/collection/components/vega-input/vega-input.css +2 -2
  144. package/dist/collection/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.js +28 -52
  145. package/dist/collection/components/vega-input-phone-number/slimmers/renderers/country-select-renderer.js +35 -7
  146. package/dist/collection/components/vega-input-phone-number/slimmers/renderers/phone-number-input-renderer.js +10 -3
  147. package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.css +1 -1
  148. package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +1 -1
  149. package/dist/collection/components/vega-input-range/vega-input-range.css +2 -2
  150. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +8 -6
  151. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-prefix-icon-renderer.js +48 -0
  152. package/dist/collection/components/vega-input-select/vega-input-select.css +2 -2
  153. package/dist/collection/components/vega-input-select/vega-input-select.js +5 -0
  154. package/dist/collection/components/vega-nav/vega-left-nav/slimmers/renderers/vega-left-nav-header-renderer.js +13 -1
  155. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.css +0 -5
  156. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +8 -0
  157. package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.css +2 -2
  158. package/dist/collection/components/vega-nav/vega-left-nav-link/vega-left-nav-link.css +2 -4
  159. package/dist/collection/components/vega-pagination/vega-pagination.css +2 -1
  160. package/dist/collection/components/vega-popover/vega-popover.js +3 -0
  161. package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.css +2 -1
  162. package/dist/collection/components/vega-radio/vega-radio.css +6 -5
  163. package/dist/collection/components/vega-rich-text-content/vega-rich-text-content.css +2 -1
  164. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-color-annotation.js +2 -2
  165. package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.css +2 -2
  166. package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +2 -2
  167. package/dist/collection/components/vega-signature-capture/vega-signature-capture.css +2 -2
  168. package/dist/collection/components/vega-stepper/vega-stepper.css +1 -1
  169. package/dist/collection/components/vega-tab-group/vega-tab-group.css +1 -1
  170. package/dist/collection/components/vega-tab-group/vega-tab-group.js +3 -0
  171. package/dist/collection/components/vega-textarea/vega-textarea.css +6 -2
  172. package/dist/collection/components/vega-time-picker/vega-time-picker.css +2 -2
  173. package/dist/collection/components/vega-time-picker/vega-time-picker.js +3 -0
  174. package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.css +2 -1
  175. package/dist/collection/components/vega-tooltip/vega-tooltip.js +3 -0
  176. package/dist/collection/constants/misc.js +4 -0
  177. package/dist/collection/constants/runtime-metrics-payload-definition/public-api/ThemeManager/runtime-metrics-payload-definition.js +20 -0
  178. package/dist/collection/constants/tokens/themes/v2-new-brand/dark-mode-border-tokens.js +32 -0
  179. package/dist/collection/constants/tokens/themes/v2-new-brand/dark-mode-color-tokens.js +184 -0
  180. package/dist/collection/constants/tokens/themes/v2-new-brand/dark-mode-ring-tokens.js +7 -0
  181. package/dist/collection/constants/tokens/themes/v2-new-brand/dark-mode-shadow-tokens.js +12 -0
  182. package/dist/collection/constants/tokens/themes/v2-new-brand/light-mode-border-tokens.js +32 -0
  183. package/dist/collection/constants/tokens/themes/v2-new-brand/light-mode-color-tokens.js +184 -0
  184. package/dist/collection/constants/tokens/themes/v2-new-brand/light-mode-shadow-tokens.js +12 -0
  185. package/dist/collection/global/scripts/before-vega-load.js +9 -0
  186. package/dist/collection/global/tests/before-vega-load.test.js +7 -0
  187. package/dist/collection/helpers/change-manager/subject/static-subject/static-subject-title.js +1 -0
  188. package/dist/collection/helpers/event-manager/event-id/vega-internal-event-id.js +1 -0
  189. package/dist/collection/helpers/event-manager/slimmers/event-emit-slimmer.js +8 -0
  190. package/dist/collection/helpers/event-manager/test/event-emit-slimmer.test.js +28 -1
  191. package/dist/collection/helpers/slimmers/brand-switch-state-controller-slimmer.js +46 -0
  192. package/dist/collection/helpers/slimmers/form-field-controller-slimmer.js +6 -1
  193. package/dist/collection/helpers/slimmers/form-field-state-controller-slimmer.js +45 -0
  194. package/dist/collection/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.js +75 -0
  195. package/dist/collection/helpers/theme/controllers/brand-style-controller.js +50 -0
  196. package/dist/collection/helpers/theme/controllers/dark-mode-style-controller.js +17 -30
  197. package/dist/collection/helpers/theme/controllers/style-controller.abstract.js +31 -0
  198. package/dist/collection/helpers/theme/internal-theme-manager.js +71 -0
  199. package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +17 -0
  200. package/dist/collection/helpers/theme/theme-manager.js +16 -17
  201. package/dist/collection/helpers/validator/form-field-controller.js +9 -1
  202. package/dist/esm/{app-globals-6041875b.js → app-globals-53b6125a.js} +16 -7
  203. package/dist/esm/brand-switch-state-controller-slimmer-05c85e6d.js +49 -0
  204. package/dist/esm/{child-nodes-event-prevent-slimmer-1571f1b2.js → child-nodes-event-prevent-slimmer-d3a94ef2.js} +1 -1
  205. package/dist/esm/{child-nodes-notify-observer-slimmer-356d5c5e.js → child-nodes-notify-observer-slimmer-ddaad39a.js} +1 -1
  206. package/dist/esm/{content-state-8b844253.js → content-state-7437e069.js} +6 -3023
  207. package/dist/esm/dark-mode-state-controller-slimmer-f1c2c299.js +49 -0
  208. package/dist/esm/dark-mode-style-controller-2ada8e22.js +3467 -0
  209. package/dist/esm/{design-token-3851662a.js → design-token-fb43f78a.js} +1 -1
  210. package/dist/esm/{dom-node-subject-factory-e8898f61.js → dom-node-subject-factory-f77cf9cc.js} +1 -30
  211. package/dist/esm/{dom-node-subject-observer-factory-809b0cf0.js → dom-node-subject-observer-factory-715dccf9.js} +2 -1
  212. package/dist/esm/{element-appender-slimmer-538e3117.js → element-appender-slimmer-0a0b20e9.js} +7 -6
  213. package/dist/esm/{event-emit-slimmer-d56587c9.js → event-emit-slimmer-b7d511f6.js} +11 -3
  214. package/dist/esm/{form-field-controller-slimmer-470e7cae.js → form-field-controller-slimmer-2978abd4.js} +83 -25
  215. package/dist/esm/{image-annotation-action-6231c7e6.js → image-annotation-action-51248df9.js} +5 -4
  216. package/dist/esm/index-187f71d1.js +4 -0
  217. package/dist/esm/{index-116d1c98.js → index-96374234.js} +3 -2
  218. package/dist/esm/index.js +15 -13
  219. package/dist/esm/{internal-vega-event-manager-18379085.js → internal-vega-event-manager-87dc436c.js} +1 -1
  220. package/dist/esm/loader.js +16 -14
  221. package/dist/esm/observer-3959f9dd.js +30 -0
  222. package/dist/esm/{public-rules-ef7bcfb9.js → public-rules-cfc196c9.js} +7 -5
  223. package/dist/esm/{remote-invocation-registry-dc7682d4.js → remote-invocation-registry-d69245c2.js} +1 -1
  224. package/dist/esm/{responsive-format-facade-86cdc58c.js → responsive-format-facade-ae799f25.js} +3 -3
  225. package/dist/esm/{rich-text-editor-required-rule-fec25fa5.js → rich-text-editor-required-rule-baf61553.js} +1 -1
  226. package/dist/esm/{static-subject-title-97eb1f19.js → static-subject-title-ca83d6b6.js} +2 -1
  227. package/dist/esm/{string-input-formatter-slimmer-42c02528.js → string-input-formatter-slimmer-8c7987ac.js} +3 -3
  228. package/dist/esm/{style-formatter-be0be447.js → style-formatter-bf71b8e7.js} +1 -1
  229. package/dist/esm/{sub-state-notify-slimmer-7d0d98b4.js → sub-state-notify-slimmer-2216c7dc.js} +3 -2
  230. package/dist/esm/{sub-state-observer-slimmer-da6cde6a.js → sub-state-observer-slimmer-da938c88.js} +3 -2
  231. package/dist/esm/{translation-2bdcfdb3.js → translation-cf7f020a.js} +1 -1
  232. package/dist/esm/{translation-slimmer-607ed804.js → translation-slimmer-88966d5c.js} +1 -1
  233. package/dist/esm/vega-accordion.entry.js +15 -13
  234. package/dist/esm/vega-app-footer.entry.js +52 -9
  235. package/dist/esm/vega-app-header-button.entry.js +18 -16
  236. package/dist/esm/vega-banner.entry.js +6 -5
  237. package/dist/esm/vega-box.entry.js +14 -12
  238. package/dist/esm/vega-brand-logo.entry.js +228 -0
  239. package/dist/esm/vega-breadcrumb.entry.js +6 -5
  240. package/dist/esm/vega-button-circle.entry.js +16 -14
  241. package/dist/esm/vega-button-group_2.entry.js +11 -10
  242. package/dist/esm/vega-button-link.entry.js +14 -11
  243. package/dist/esm/vega-button.entry.js +15 -13
  244. package/dist/esm/vega-calendar_3.entry.js +13 -12
  245. package/dist/esm/vega-card.entry.js +13 -11
  246. package/dist/esm/vega-carousel.entry.js +15 -13
  247. package/dist/esm/vega-checkbox_2.entry.js +13 -11
  248. package/dist/esm/vega-chip.entry.js +17 -15
  249. package/dist/esm/vega-color-picker.entry.js +20 -15
  250. package/dist/esm/vega-combo-box.entry.js +12 -10
  251. package/dist/esm/vega-date-picker_2.entry.js +22 -19
  252. package/dist/esm/vega-dialog_2.entry.js +15 -13
  253. package/dist/esm/vega-divider.entry.js +13 -11
  254. package/dist/esm/vega-dropdown_5.entry.js +22 -20
  255. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  256. package/dist/esm/vega-field-error.entry.js +1 -1
  257. package/dist/esm/vega-field-label.entry.js +5 -4
  258. package/dist/esm/vega-file-uploader.entry.js +12 -10
  259. package/dist/esm/vega-flag-icon.entry.js +13 -11
  260. package/dist/esm/vega-flex.entry.js +12 -10
  261. package/dist/esm/vega-font.entry.js +13 -11
  262. package/dist/esm/vega-form.entry.js +68 -12
  263. package/dist/esm/vega-grid.entry.js +13 -11
  264. package/dist/esm/vega-icon.entry.js +13 -11
  265. package/dist/esm/vega-image-uploader.entry.js +18 -15
  266. package/dist/esm/vega-input-credit-card.entry.js +12 -10
  267. package/dist/esm/vega-input-numeric.entry.js +12 -10
  268. package/dist/esm/vega-input-phone-number.entry.js +86 -2472
  269. package/dist/esm/vega-input-range.entry.js +13 -11
  270. package/dist/esm/vega-input-select.entry.js +128 -74
  271. package/dist/esm/vega-input.entry.js +13 -12
  272. package/dist/esm/{vega-internal-event-id-d7113cf7.js → vega-internal-event-id-7d1ff289.js} +2 -1
  273. package/dist/esm/vega-item-toggle.entry.js +5 -4
  274. package/dist/esm/vega-left-nav_5.entry.js +38 -18
  275. package/dist/esm/vega-loader-wrapper_2.entry.js +12 -10
  276. package/dist/esm/vega-page-notification_2.entry.js +3 -2
  277. package/dist/esm/vega-pagination-page-selector-mobile.entry.js +6 -5
  278. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +7 -6
  279. package/dist/esm/vega-pagination.entry.js +16 -14
  280. package/dist/esm/vega-popover_2.entry.js +15 -13
  281. package/dist/esm/vega-progress-tracker.entry.js +6 -5
  282. package/dist/esm/vega-radio_2.entry.js +13 -11
  283. package/dist/esm/vega-rich-text-content.entry.js +12 -10
  284. package/dist/esm/vega-rich-text-editor_4.entry.js +132 -172
  285. package/dist/esm/vega-segment-control.entry.js +5 -4
  286. package/dist/esm/vega-selection-chip_2.entry.js +17 -15
  287. package/dist/esm/vega-selection-tile_2.entry.js +13 -12
  288. package/dist/esm/vega-sidenav_3.entry.js +16 -14
  289. package/dist/esm/vega-signature-capture.entry.js +19 -16
  290. package/dist/esm/{vega-skeleton-loader-controller-da0ed23d.js → vega-skeleton-loader-controller-c2a8bd27.js} +177 -7
  291. package/dist/esm/vega-stepper.entry.js +12 -10
  292. package/dist/esm/vega-tab-group_2.entry.js +8 -7
  293. package/dist/esm/vega-table_8.entry.js +19 -17
  294. package/dist/esm/vega-textarea.entry.js +12 -10
  295. package/dist/esm/vega-time-picker_2.entry.js +19 -16
  296. package/dist/esm/vega-toggle-switch.entry.js +11 -9
  297. package/dist/esm/vega-tooltip_2.entry.js +14 -12
  298. package/dist/esm/vega.js +16 -14
  299. package/dist/types/components/vega-app-footer/vega-app-footer.d.ts +12 -3
  300. package/dist/types/components/{vega-input-phone-number/assets/flags/ac.d.ts → vega-brand-logo/assets/dark-mode/g-symbol-large.d.ts} +1 -2
  301. package/dist/types/components/{vega-input-phone-number/assets/flags/af.d.ts → vega-brand-logo/assets/dark-mode/g-symbol-medium.d.ts} +1 -2
  302. package/dist/types/components/{vega-input-phone-number/assets/flags/ad.d.ts → vega-brand-logo/assets/dark-mode/g-symbol-small.d.ts} +1 -2
  303. package/dist/types/components/{vega-input-phone-number/assets/flags/ae.d.ts → vega-brand-logo/assets/dark-mode/genius-large.d.ts} +1 -2
  304. package/dist/types/components/vega-brand-logo/assets/dark-mode/genius-medium.d.ts +2 -0
  305. package/dist/types/components/vega-brand-logo/assets/dark-mode/genius-small.d.ts +2 -0
  306. package/dist/types/components/vega-brand-logo/assets/dark-mode/global-payments-large.d.ts +2 -0
  307. package/dist/types/components/vega-brand-logo/assets/dark-mode/global-payments-medium.d.ts +2 -0
  308. package/dist/types/components/vega-brand-logo/assets/dark-mode/global-payments-small.d.ts +2 -0
  309. package/dist/types/components/vega-brand-logo/assets/index.d.ts +18 -0
  310. package/dist/types/components/vega-brand-logo/assets/light-mode/g-symbol-large.d.ts +2 -0
  311. package/dist/types/components/vega-brand-logo/assets/light-mode/g-symbol-medium.d.ts +2 -0
  312. package/dist/types/components/vega-brand-logo/assets/light-mode/g-symbol-small.d.ts +2 -0
  313. package/dist/types/components/vega-brand-logo/assets/light-mode/genius-large.d.ts +2 -0
  314. package/dist/types/components/vega-brand-logo/assets/light-mode/genius-medium.d.ts +2 -0
  315. package/dist/types/components/vega-brand-logo/assets/light-mode/genius-small.d.ts +2 -0
  316. package/dist/types/components/vega-brand-logo/assets/light-mode/global-payments-large.d.ts +2 -0
  317. package/dist/types/components/vega-brand-logo/assets/light-mode/global-payments-medium.d.ts +2 -0
  318. package/dist/types/components/vega-brand-logo/assets/light-mode/global-payments-small.d.ts +2 -0
  319. package/dist/types/components/vega-brand-logo/slimmers/renderers/vega-brand-logo-renderer.d.ts +12 -0
  320. package/dist/types/components/vega-brand-logo/vega-brand-logo.d.ts +39 -0
  321. package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +3 -0
  322. package/dist/types/components/vega-form/slimmers/controllers/vega-form-nest-state-controller.d.ts +10 -0
  323. package/dist/types/components/vega-form/vega-form.d.ts +16 -0
  324. package/dist/types/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.d.ts +11 -28
  325. package/dist/types/components/vega-input-phone-number/slimmers/renderers/country-select-renderer.d.ts +14 -0
  326. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +2 -1
  327. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-prefix-icon-renderer.d.ts +21 -0
  328. package/dist/types/components/vega-input-select/vega-input-select.d.ts +2 -0
  329. package/dist/types/components/vega-nav/vega-left-nav/slimmers/renderers/vega-left-nav-header-renderer.d.ts +2 -0
  330. package/dist/types/components/vega-nav/vega-left-nav/vega-left-nav.d.ts +4 -0
  331. package/dist/types/components/vega-popover/vega-popover.d.ts +3 -0
  332. package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +3 -0
  333. package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +3 -0
  334. package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +3 -0
  335. package/dist/types/components.d.ts +69 -6
  336. package/dist/types/constants/misc.d.ts +4 -0
  337. package/dist/types/constants/tokens/themes/v2-new-brand/dark-mode-border-tokens.d.ts +1 -0
  338. package/dist/types/constants/tokens/themes/v2-new-brand/dark-mode-color-tokens.d.ts +1 -0
  339. package/dist/types/constants/tokens/themes/v2-new-brand/dark-mode-ring-tokens.d.ts +1 -0
  340. package/dist/types/constants/tokens/themes/v2-new-brand/dark-mode-shadow-tokens.d.ts +1 -0
  341. package/dist/types/constants/tokens/themes/v2-new-brand/light-mode-border-tokens.d.ts +1 -0
  342. package/dist/types/constants/tokens/themes/v2-new-brand/light-mode-color-tokens.d.ts +1 -0
  343. package/dist/types/constants/tokens/themes/v2-new-brand/light-mode-shadow-tokens.d.ts +1 -0
  344. package/dist/types/helpers/change-manager/subject/static-subject/static-subject-title.d.ts +2 -1
  345. package/dist/types/helpers/event-manager/event-id/vega-internal-event-id.d.ts +1 -0
  346. package/dist/types/helpers/event-manager/slimmers/event-emit-slimmer.d.ts +9 -0
  347. package/dist/types/helpers/slimmers/brand-switch-state-controller-slimmer.d.ts +22 -0
  348. package/dist/types/helpers/slimmers/form-field-controller-slimmer.d.ts +4 -2
  349. package/dist/types/helpers/slimmers/form-field-state-controller-slimmer.d.ts +15 -0
  350. package/dist/types/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.d.ts +1 -0
  351. package/dist/types/helpers/theme/controllers/brand-style-controller.d.ts +22 -0
  352. package/dist/types/helpers/theme/controllers/dark-mode-style-controller.d.ts +4 -12
  353. package/dist/types/helpers/theme/controllers/style-controller.abstract.d.ts +19 -0
  354. package/dist/types/helpers/theme/internal-theme-manager.d.ts +48 -0
  355. package/dist/types/helpers/theme/theme-manager.d.ts +9 -1
  356. package/dist/types/helpers/theme/theme.d.ts +7 -0
  357. package/dist/types/helpers/validator/form-field-controller.d.ts +7 -0
  358. package/dist/types/types/public-api.d.ts +1 -1
  359. package/dist/vega/index.esm.js +1 -1
  360. package/dist/vega/p-0073c3de.entry.js +1 -0
  361. package/dist/vega/p-01b4d6ba.entry.js +1 -0
  362. package/dist/vega/p-0523efe8.entry.js +1 -0
  363. package/dist/vega/p-08679cd9.entry.js +1 -0
  364. package/dist/vega/p-0969877b.entry.js +1 -0
  365. package/dist/vega/p-0b56725e.entry.js +1 -0
  366. package/dist/vega/p-10a40dfb.entry.js +1 -0
  367. package/dist/vega/p-12d60f5f.js +1 -0
  368. package/dist/vega/{p-38cd5b2e.js → p-1503f791.js} +1 -1
  369. package/dist/vega/p-1b731247.entry.js +1 -0
  370. package/dist/vega/p-1c08e94a.entry.js +1 -0
  371. package/dist/vega/{p-79c55889.js → p-1e2886b5.js} +1 -1
  372. package/dist/vega/{p-636a3a8c.js → p-213752bd.js} +1 -1
  373. package/dist/vega/p-214aa52e.js +1 -0
  374. package/dist/vega/p-27003a81.entry.js +1 -0
  375. package/dist/vega/p-27e56c67.entry.js +1 -0
  376. package/dist/vega/p-2863aa51.entry.js +1 -0
  377. package/dist/vega/p-28b7d6ba.entry.js +1 -0
  378. package/dist/vega/p-2c1c88c0.entry.js +1 -0
  379. package/dist/vega/p-31de5cb4.entry.js +1 -0
  380. package/dist/vega/p-324dd09a.entry.js +1 -0
  381. package/dist/vega/p-331a62d5.js +1 -0
  382. package/dist/vega/p-343b4522.entry.js +1 -0
  383. package/dist/vega/p-3d3cd394.js +1 -0
  384. package/dist/vega/p-3e285c35.js +1 -0
  385. package/dist/vega/p-410755ca.entry.js +1 -0
  386. package/dist/vega/{p-47facbb4.js → p-431ab4dd.js} +1 -1
  387. package/dist/vega/p-48517a5d.entry.js +1 -0
  388. package/dist/vega/p-4b1a7d31.entry.js +1 -0
  389. package/dist/vega/p-4b541ce8.entry.js +1 -0
  390. package/dist/vega/p-4f54ba1f.entry.js +1 -0
  391. package/dist/vega/p-4f7f93ef.entry.js +1 -0
  392. package/dist/vega/p-5064a804.js +1 -0
  393. package/dist/vega/p-50677c8e.js +1 -0
  394. package/dist/vega/p-50a076d0.entry.js +1 -0
  395. package/dist/vega/{p-317018ba.js → p-5773a9a3.js} +1 -1
  396. package/dist/vega/p-59e9f57a.js +1 -0
  397. package/dist/vega/p-5f377954.js +1 -1
  398. package/dist/vega/p-611282a7.entry.js +1 -0
  399. package/dist/vega/p-6586e2a2.entry.js +1 -0
  400. package/dist/vega/p-69cc3fa2.js +1 -0
  401. package/dist/vega/p-6be16084.js +1 -0
  402. package/dist/vega/p-6cd8e6f4.entry.js +1 -0
  403. package/dist/vega/p-6e898779.js +1 -0
  404. package/dist/vega/p-6f81fe1e.js +1 -0
  405. package/dist/vega/p-7594875a.entry.js +1 -0
  406. package/dist/vega/p-77e64f26.js +1 -0
  407. package/dist/vega/p-79cc1f41.entry.js +1 -0
  408. package/dist/vega/p-7bc3a42b.js +1 -0
  409. package/dist/vega/{p-97ded803.js → p-804f71b3.js} +1 -1
  410. package/dist/vega/p-8ade44bf.js +1 -0
  411. package/dist/vega/p-8af3fc79.entry.js +1 -0
  412. package/dist/vega/p-8c32ff75.entry.js +1 -0
  413. package/dist/vega/{p-7cb3666d.js → p-8d283666.js} +1 -1
  414. package/dist/vega/p-8ee31f00.entry.js +1 -0
  415. package/dist/vega/p-8f80b321.entry.js +1 -0
  416. package/dist/vega/p-904d1b43.js +1 -0
  417. package/dist/vega/p-952913fc.entry.js +1 -0
  418. package/dist/vega/p-96410d71.entry.js +1 -0
  419. package/dist/vega/p-a1bdf9a0.entry.js +1 -0
  420. package/dist/vega/p-a5c39ba2.entry.js +1 -0
  421. package/dist/vega/{p-f95b164c.js → p-a821bcf3.js} +1 -1
  422. package/dist/vega/p-a8e9bfae.entry.js +1 -0
  423. package/dist/vega/p-aa109e80.entry.js +1 -0
  424. package/dist/vega/{p-633ab02b.js → p-ab26cad6.js} +1 -1
  425. package/dist/vega/p-aea89be5.entry.js +1 -0
  426. package/dist/vega/p-b06e5916.entry.js +1 -0
  427. package/dist/vega/p-b07add9c.entry.js +1 -0
  428. package/dist/vega/p-b2643e88.js +1 -0
  429. package/dist/vega/p-b4dfa967.entry.js +1 -0
  430. package/dist/vega/p-b64d5c3a.entry.js +1 -0
  431. package/dist/vega/p-b65de502.entry.js +1 -0
  432. package/dist/vega/{p-79525036.entry.js → p-b6caa1e2.entry.js} +2 -2
  433. package/dist/vega/p-b9f48611.js +1 -0
  434. package/dist/vega/{p-42b53970.js → p-bab6ca81.js} +1 -1
  435. package/dist/vega/p-bcb43c54.entry.js +1 -0
  436. package/dist/vega/{p-b97c8ac4.entry.js → p-bd5ca7cc.entry.js} +1 -1
  437. package/dist/vega/p-c2321aa8.entry.js +1 -0
  438. package/dist/vega/p-c706de06.entry.js +1 -0
  439. package/dist/vega/p-c86a4896.entry.js +1 -0
  440. package/dist/vega/p-ceb9f5aa.entry.js +1 -0
  441. package/dist/vega/p-d4a61b1d.entry.js +1 -0
  442. package/dist/vega/p-d6620b42.entry.js +1 -0
  443. package/dist/vega/p-d6c37085.entry.js +1 -0
  444. package/dist/vega/p-d6d9c300.entry.js +1 -0
  445. package/dist/vega/p-d7642125.js +1 -0
  446. package/dist/vega/p-db7a6878.entry.js +1 -0
  447. package/dist/vega/p-df44a712.entry.js +1 -0
  448. package/dist/vega/p-e1a06741.entry.js +1 -0
  449. package/dist/vega/p-e5695801.entry.js +1 -0
  450. package/dist/vega/p-e59ff7d1.entry.js +1 -0
  451. package/dist/vega/p-f0bc8f6d.js +1 -0
  452. package/dist/vega/p-f9b07b5e.entry.js +1 -0
  453. package/dist/vega/vega.esm.js +1 -1
  454. package/package.json +1 -1
  455. package/dist/collection/components/vega-input-phone-number/assets/country-flags.js +0 -493
  456. package/dist/collection/components/vega-input-phone-number/assets/flags/ac.js +0 -692
  457. package/dist/collection/components/vega-input-phone-number/assets/flags/ad.js +0 -4
  458. package/dist/collection/components/vega-input-phone-number/assets/flags/ae.js +0 -4
  459. package/dist/collection/components/vega-input-phone-number/assets/flags/af.js +0 -4
  460. package/dist/collection/components/vega-input-phone-number/assets/flags/ag.js +0 -4
  461. package/dist/collection/components/vega-input-phone-number/assets/flags/ai.js +0 -4
  462. package/dist/collection/components/vega-input-phone-number/assets/flags/al.js +0 -4
  463. package/dist/collection/components/vega-input-phone-number/assets/flags/am.js +0 -4
  464. package/dist/collection/components/vega-input-phone-number/assets/flags/ao.js +0 -4
  465. package/dist/collection/components/vega-input-phone-number/assets/flags/ar.js +0 -4
  466. package/dist/collection/components/vega-input-phone-number/assets/flags/as.js +0 -4
  467. package/dist/collection/components/vega-input-phone-number/assets/flags/at.js +0 -4
  468. package/dist/collection/components/vega-input-phone-number/assets/flags/au.js +0 -4
  469. package/dist/collection/components/vega-input-phone-number/assets/flags/aw.js +0 -4
  470. package/dist/collection/components/vega-input-phone-number/assets/flags/ax.js +0 -4
  471. package/dist/collection/components/vega-input-phone-number/assets/flags/az.js +0 -4
  472. package/dist/collection/components/vega-input-phone-number/assets/flags/ba.js +0 -4
  473. package/dist/collection/components/vega-input-phone-number/assets/flags/bb.js +0 -4
  474. package/dist/collection/components/vega-input-phone-number/assets/flags/bd.js +0 -4
  475. package/dist/collection/components/vega-input-phone-number/assets/flags/be.js +0 -4
  476. package/dist/collection/components/vega-input-phone-number/assets/flags/bf.js +0 -4
  477. package/dist/collection/components/vega-input-phone-number/assets/flags/bg.js +0 -4
  478. package/dist/collection/components/vega-input-phone-number/assets/flags/bh.js +0 -4
  479. package/dist/collection/components/vega-input-phone-number/assets/flags/bi.js +0 -4
  480. package/dist/collection/components/vega-input-phone-number/assets/flags/bj.js +0 -4
  481. package/dist/collection/components/vega-input-phone-number/assets/flags/bl.js +0 -4
  482. package/dist/collection/components/vega-input-phone-number/assets/flags/bm.js +0 -4
  483. package/dist/collection/components/vega-input-phone-number/assets/flags/bn.js +0 -4
  484. package/dist/collection/components/vega-input-phone-number/assets/flags/bo.js +0 -4
  485. package/dist/collection/components/vega-input-phone-number/assets/flags/bq.js +0 -4
  486. package/dist/collection/components/vega-input-phone-number/assets/flags/br.js +0 -4
  487. package/dist/collection/components/vega-input-phone-number/assets/flags/bs.js +0 -4
  488. package/dist/collection/components/vega-input-phone-number/assets/flags/bt.js +0 -4
  489. package/dist/collection/components/vega-input-phone-number/assets/flags/bw.js +0 -4
  490. package/dist/collection/components/vega-input-phone-number/assets/flags/by.js +0 -4
  491. package/dist/collection/components/vega-input-phone-number/assets/flags/bz.js +0 -4
  492. package/dist/collection/components/vega-input-phone-number/assets/flags/ca.js +0 -4
  493. package/dist/collection/components/vega-input-phone-number/assets/flags/cc.js +0 -4
  494. package/dist/collection/components/vega-input-phone-number/assets/flags/cd.js +0 -4
  495. package/dist/collection/components/vega-input-phone-number/assets/flags/cf.js +0 -4
  496. package/dist/collection/components/vega-input-phone-number/assets/flags/cg.js +0 -4
  497. package/dist/collection/components/vega-input-phone-number/assets/flags/ch.js +0 -4
  498. package/dist/collection/components/vega-input-phone-number/assets/flags/ci.js +0 -4
  499. package/dist/collection/components/vega-input-phone-number/assets/flags/ck.js +0 -4
  500. package/dist/collection/components/vega-input-phone-number/assets/flags/cl.js +0 -4
  501. package/dist/collection/components/vega-input-phone-number/assets/flags/cm.js +0 -4
  502. package/dist/collection/components/vega-input-phone-number/assets/flags/cn.js +0 -4
  503. package/dist/collection/components/vega-input-phone-number/assets/flags/co.js +0 -4
  504. package/dist/collection/components/vega-input-phone-number/assets/flags/cr.js +0 -4
  505. package/dist/collection/components/vega-input-phone-number/assets/flags/cu.js +0 -4
  506. package/dist/collection/components/vega-input-phone-number/assets/flags/cv.js +0 -4
  507. package/dist/collection/components/vega-input-phone-number/assets/flags/cw.js +0 -4
  508. package/dist/collection/components/vega-input-phone-number/assets/flags/cx.js +0 -4
  509. package/dist/collection/components/vega-input-phone-number/assets/flags/cy.js +0 -4
  510. package/dist/collection/components/vega-input-phone-number/assets/flags/cz.js +0 -4
  511. package/dist/collection/components/vega-input-phone-number/assets/flags/de.js +0 -4
  512. package/dist/collection/components/vega-input-phone-number/assets/flags/dj.js +0 -4
  513. package/dist/collection/components/vega-input-phone-number/assets/flags/dk.js +0 -4
  514. package/dist/collection/components/vega-input-phone-number/assets/flags/dm.js +0 -4
  515. package/dist/collection/components/vega-input-phone-number/assets/flags/do.js +0 -4
  516. package/dist/collection/components/vega-input-phone-number/assets/flags/dz.js +0 -4
  517. package/dist/collection/components/vega-input-phone-number/assets/flags/ec.js +0 -4
  518. package/dist/collection/components/vega-input-phone-number/assets/flags/ee.js +0 -4
  519. package/dist/collection/components/vega-input-phone-number/assets/flags/eg.js +0 -4
  520. package/dist/collection/components/vega-input-phone-number/assets/flags/eh.js +0 -4
  521. package/dist/collection/components/vega-input-phone-number/assets/flags/er.js +0 -4
  522. package/dist/collection/components/vega-input-phone-number/assets/flags/es.js +0 -4
  523. package/dist/collection/components/vega-input-phone-number/assets/flags/et.js +0 -4
  524. package/dist/collection/components/vega-input-phone-number/assets/flags/fi.js +0 -4
  525. package/dist/collection/components/vega-input-phone-number/assets/flags/fj.js +0 -4
  526. package/dist/collection/components/vega-input-phone-number/assets/flags/fk.js +0 -4
  527. package/dist/collection/components/vega-input-phone-number/assets/flags/fm.js +0 -4
  528. package/dist/collection/components/vega-input-phone-number/assets/flags/fo.js +0 -4
  529. package/dist/collection/components/vega-input-phone-number/assets/flags/fr.js +0 -4
  530. package/dist/collection/components/vega-input-phone-number/assets/flags/ga.js +0 -4
  531. package/dist/collection/components/vega-input-phone-number/assets/flags/gb.js +0 -4
  532. package/dist/collection/components/vega-input-phone-number/assets/flags/gd.js +0 -4
  533. package/dist/collection/components/vega-input-phone-number/assets/flags/ge.js +0 -4
  534. package/dist/collection/components/vega-input-phone-number/assets/flags/gf.js +0 -4
  535. package/dist/collection/components/vega-input-phone-number/assets/flags/gg.js +0 -4
  536. package/dist/collection/components/vega-input-phone-number/assets/flags/gh.js +0 -4
  537. package/dist/collection/components/vega-input-phone-number/assets/flags/gi.js +0 -4
  538. package/dist/collection/components/vega-input-phone-number/assets/flags/gl.js +0 -4
  539. package/dist/collection/components/vega-input-phone-number/assets/flags/gm.js +0 -4
  540. package/dist/collection/components/vega-input-phone-number/assets/flags/gn.js +0 -4
  541. package/dist/collection/components/vega-input-phone-number/assets/flags/gp.js +0 -4
  542. package/dist/collection/components/vega-input-phone-number/assets/flags/gq.js +0 -4
  543. package/dist/collection/components/vega-input-phone-number/assets/flags/gr.js +0 -4
  544. package/dist/collection/components/vega-input-phone-number/assets/flags/gt.js +0 -4
  545. package/dist/collection/components/vega-input-phone-number/assets/flags/gu.js +0 -4
  546. package/dist/collection/components/vega-input-phone-number/assets/flags/gw.js +0 -4
  547. package/dist/collection/components/vega-input-phone-number/assets/flags/gy.js +0 -4
  548. package/dist/collection/components/vega-input-phone-number/assets/flags/hk.js +0 -4
  549. package/dist/collection/components/vega-input-phone-number/assets/flags/hn.js +0 -4
  550. package/dist/collection/components/vega-input-phone-number/assets/flags/hr.js +0 -4
  551. package/dist/collection/components/vega-input-phone-number/assets/flags/ht.js +0 -4
  552. package/dist/collection/components/vega-input-phone-number/assets/flags/hu.js +0 -4
  553. package/dist/collection/components/vega-input-phone-number/assets/flags/id.js +0 -4
  554. package/dist/collection/components/vega-input-phone-number/assets/flags/ie.js +0 -4
  555. package/dist/collection/components/vega-input-phone-number/assets/flags/il.js +0 -4
  556. package/dist/collection/components/vega-input-phone-number/assets/flags/im.js +0 -4
  557. package/dist/collection/components/vega-input-phone-number/assets/flags/in.js +0 -4
  558. package/dist/collection/components/vega-input-phone-number/assets/flags/io.js +0 -4
  559. package/dist/collection/components/vega-input-phone-number/assets/flags/iq.js +0 -4
  560. package/dist/collection/components/vega-input-phone-number/assets/flags/ir.js +0 -4
  561. package/dist/collection/components/vega-input-phone-number/assets/flags/is.js +0 -4
  562. package/dist/collection/components/vega-input-phone-number/assets/flags/it.js +0 -4
  563. package/dist/collection/components/vega-input-phone-number/assets/flags/je.js +0 -4
  564. package/dist/collection/components/vega-input-phone-number/assets/flags/jm.js +0 -4
  565. package/dist/collection/components/vega-input-phone-number/assets/flags/jo.js +0 -4
  566. package/dist/collection/components/vega-input-phone-number/assets/flags/jp.js +0 -4
  567. package/dist/collection/components/vega-input-phone-number/assets/flags/ke.js +0 -4
  568. package/dist/collection/components/vega-input-phone-number/assets/flags/kg.js +0 -4
  569. package/dist/collection/components/vega-input-phone-number/assets/flags/kh.js +0 -4
  570. package/dist/collection/components/vega-input-phone-number/assets/flags/ki.js +0 -4
  571. package/dist/collection/components/vega-input-phone-number/assets/flags/km.js +0 -4
  572. package/dist/collection/components/vega-input-phone-number/assets/flags/kn.js +0 -4
  573. package/dist/collection/components/vega-input-phone-number/assets/flags/kp.js +0 -4
  574. package/dist/collection/components/vega-input-phone-number/assets/flags/kr.js +0 -4
  575. package/dist/collection/components/vega-input-phone-number/assets/flags/kw.js +0 -4
  576. package/dist/collection/components/vega-input-phone-number/assets/flags/ky.js +0 -4
  577. package/dist/collection/components/vega-input-phone-number/assets/flags/kz.js +0 -4
  578. package/dist/collection/components/vega-input-phone-number/assets/flags/la.js +0 -4
  579. package/dist/collection/components/vega-input-phone-number/assets/flags/lb.js +0 -4
  580. package/dist/collection/components/vega-input-phone-number/assets/flags/lc.js +0 -4
  581. package/dist/collection/components/vega-input-phone-number/assets/flags/li.js +0 -4
  582. package/dist/collection/components/vega-input-phone-number/assets/flags/lk.js +0 -4
  583. package/dist/collection/components/vega-input-phone-number/assets/flags/lr.js +0 -4
  584. package/dist/collection/components/vega-input-phone-number/assets/flags/ls.js +0 -4
  585. package/dist/collection/components/vega-input-phone-number/assets/flags/lt.js +0 -4
  586. package/dist/collection/components/vega-input-phone-number/assets/flags/lu.js +0 -4
  587. package/dist/collection/components/vega-input-phone-number/assets/flags/lv.js +0 -4
  588. package/dist/collection/components/vega-input-phone-number/assets/flags/ly.js +0 -4
  589. package/dist/collection/components/vega-input-phone-number/assets/flags/ma.js +0 -4
  590. package/dist/collection/components/vega-input-phone-number/assets/flags/mc.js +0 -4
  591. package/dist/collection/components/vega-input-phone-number/assets/flags/md.js +0 -4
  592. package/dist/collection/components/vega-input-phone-number/assets/flags/me.js +0 -4
  593. package/dist/collection/components/vega-input-phone-number/assets/flags/mf.js +0 -4
  594. package/dist/collection/components/vega-input-phone-number/assets/flags/mg.js +0 -4
  595. package/dist/collection/components/vega-input-phone-number/assets/flags/mh.js +0 -4
  596. package/dist/collection/components/vega-input-phone-number/assets/flags/mk.js +0 -4
  597. package/dist/collection/components/vega-input-phone-number/assets/flags/ml.js +0 -4
  598. package/dist/collection/components/vega-input-phone-number/assets/flags/mm.js +0 -4
  599. package/dist/collection/components/vega-input-phone-number/assets/flags/mn.js +0 -4
  600. package/dist/collection/components/vega-input-phone-number/assets/flags/mo.js +0 -4
  601. package/dist/collection/components/vega-input-phone-number/assets/flags/mp.js +0 -4
  602. package/dist/collection/components/vega-input-phone-number/assets/flags/mq.js +0 -4
  603. package/dist/collection/components/vega-input-phone-number/assets/flags/mr.js +0 -4
  604. package/dist/collection/components/vega-input-phone-number/assets/flags/ms.js +0 -4
  605. package/dist/collection/components/vega-input-phone-number/assets/flags/mt.js +0 -4
  606. package/dist/collection/components/vega-input-phone-number/assets/flags/mu.js +0 -4
  607. package/dist/collection/components/vega-input-phone-number/assets/flags/mv.js +0 -4
  608. package/dist/collection/components/vega-input-phone-number/assets/flags/mw.js +0 -4
  609. package/dist/collection/components/vega-input-phone-number/assets/flags/mx.js +0 -4
  610. package/dist/collection/components/vega-input-phone-number/assets/flags/my.js +0 -4
  611. package/dist/collection/components/vega-input-phone-number/assets/flags/mz.js +0 -4
  612. package/dist/collection/components/vega-input-phone-number/assets/flags/na.js +0 -4
  613. package/dist/collection/components/vega-input-phone-number/assets/flags/nc.js +0 -4
  614. package/dist/collection/components/vega-input-phone-number/assets/flags/ne.js +0 -4
  615. package/dist/collection/components/vega-input-phone-number/assets/flags/nf.js +0 -4
  616. package/dist/collection/components/vega-input-phone-number/assets/flags/ng.js +0 -4
  617. package/dist/collection/components/vega-input-phone-number/assets/flags/ni.js +0 -4
  618. package/dist/collection/components/vega-input-phone-number/assets/flags/nl.js +0 -4
  619. package/dist/collection/components/vega-input-phone-number/assets/flags/no.js +0 -4
  620. package/dist/collection/components/vega-input-phone-number/assets/flags/np.js +0 -4
  621. package/dist/collection/components/vega-input-phone-number/assets/flags/nr.js +0 -4
  622. package/dist/collection/components/vega-input-phone-number/assets/flags/nu.js +0 -4
  623. package/dist/collection/components/vega-input-phone-number/assets/flags/nz.js +0 -4
  624. package/dist/collection/components/vega-input-phone-number/assets/flags/om.js +0 -4
  625. package/dist/collection/components/vega-input-phone-number/assets/flags/pa.js +0 -4
  626. package/dist/collection/components/vega-input-phone-number/assets/flags/pe.js +0 -4
  627. package/dist/collection/components/vega-input-phone-number/assets/flags/pf.js +0 -4
  628. package/dist/collection/components/vega-input-phone-number/assets/flags/pg.js +0 -4
  629. package/dist/collection/components/vega-input-phone-number/assets/flags/ph.js +0 -4
  630. package/dist/collection/components/vega-input-phone-number/assets/flags/pk.js +0 -4
  631. package/dist/collection/components/vega-input-phone-number/assets/flags/pl.js +0 -4
  632. package/dist/collection/components/vega-input-phone-number/assets/flags/pm.js +0 -4
  633. package/dist/collection/components/vega-input-phone-number/assets/flags/pr.js +0 -4
  634. package/dist/collection/components/vega-input-phone-number/assets/flags/ps.js +0 -4
  635. package/dist/collection/components/vega-input-phone-number/assets/flags/pt.js +0 -4
  636. package/dist/collection/components/vega-input-phone-number/assets/flags/pw.js +0 -4
  637. package/dist/collection/components/vega-input-phone-number/assets/flags/py.js +0 -4
  638. package/dist/collection/components/vega-input-phone-number/assets/flags/qa.js +0 -4
  639. package/dist/collection/components/vega-input-phone-number/assets/flags/re.js +0 -4
  640. package/dist/collection/components/vega-input-phone-number/assets/flags/ro.js +0 -4
  641. package/dist/collection/components/vega-input-phone-number/assets/flags/rs.js +0 -4
  642. package/dist/collection/components/vega-input-phone-number/assets/flags/ru.js +0 -4
  643. package/dist/collection/components/vega-input-phone-number/assets/flags/rw.js +0 -4
  644. package/dist/collection/components/vega-input-phone-number/assets/flags/sa.js +0 -4
  645. package/dist/collection/components/vega-input-phone-number/assets/flags/sb.js +0 -4
  646. package/dist/collection/components/vega-input-phone-number/assets/flags/sc.js +0 -4
  647. package/dist/collection/components/vega-input-phone-number/assets/flags/sd.js +0 -4
  648. package/dist/collection/components/vega-input-phone-number/assets/flags/se.js +0 -4
  649. package/dist/collection/components/vega-input-phone-number/assets/flags/sg.js +0 -4
  650. package/dist/collection/components/vega-input-phone-number/assets/flags/sh.js +0 -167
  651. package/dist/collection/components/vega-input-phone-number/assets/flags/si.js +0 -4
  652. package/dist/collection/components/vega-input-phone-number/assets/flags/sj.js +0 -4
  653. package/dist/collection/components/vega-input-phone-number/assets/flags/sk.js +0 -4
  654. package/dist/collection/components/vega-input-phone-number/assets/flags/sl.js +0 -4
  655. package/dist/collection/components/vega-input-phone-number/assets/flags/sm.js +0 -4
  656. package/dist/collection/components/vega-input-phone-number/assets/flags/sn.js +0 -4
  657. package/dist/collection/components/vega-input-phone-number/assets/flags/so.js +0 -4
  658. package/dist/collection/components/vega-input-phone-number/assets/flags/sr.js +0 -4
  659. package/dist/collection/components/vega-input-phone-number/assets/flags/ss.js +0 -4
  660. package/dist/collection/components/vega-input-phone-number/assets/flags/st.js +0 -4
  661. package/dist/collection/components/vega-input-phone-number/assets/flags/sv.js +0 -4
  662. package/dist/collection/components/vega-input-phone-number/assets/flags/sx.js +0 -4
  663. package/dist/collection/components/vega-input-phone-number/assets/flags/sy.js +0 -4
  664. package/dist/collection/components/vega-input-phone-number/assets/flags/sz.js +0 -4
  665. package/dist/collection/components/vega-input-phone-number/assets/flags/ta.js +0 -79
  666. package/dist/collection/components/vega-input-phone-number/assets/flags/tc.js +0 -4
  667. package/dist/collection/components/vega-input-phone-number/assets/flags/td.js +0 -4
  668. package/dist/collection/components/vega-input-phone-number/assets/flags/tg.js +0 -4
  669. package/dist/collection/components/vega-input-phone-number/assets/flags/th.js +0 -4
  670. package/dist/collection/components/vega-input-phone-number/assets/flags/tj.js +0 -4
  671. package/dist/collection/components/vega-input-phone-number/assets/flags/tk.js +0 -4
  672. package/dist/collection/components/vega-input-phone-number/assets/flags/tl.js +0 -4
  673. package/dist/collection/components/vega-input-phone-number/assets/flags/tm.js +0 -4
  674. package/dist/collection/components/vega-input-phone-number/assets/flags/tn.js +0 -4
  675. package/dist/collection/components/vega-input-phone-number/assets/flags/to.js +0 -4
  676. package/dist/collection/components/vega-input-phone-number/assets/flags/tr.js +0 -4
  677. package/dist/collection/components/vega-input-phone-number/assets/flags/tt.js +0 -4
  678. package/dist/collection/components/vega-input-phone-number/assets/flags/tv.js +0 -4
  679. package/dist/collection/components/vega-input-phone-number/assets/flags/tw.js +0 -4
  680. package/dist/collection/components/vega-input-phone-number/assets/flags/tz.js +0 -4
  681. package/dist/collection/components/vega-input-phone-number/assets/flags/ua.js +0 -4
  682. package/dist/collection/components/vega-input-phone-number/assets/flags/ug.js +0 -4
  683. package/dist/collection/components/vega-input-phone-number/assets/flags/us.js +0 -4
  684. package/dist/collection/components/vega-input-phone-number/assets/flags/uy.js +0 -4
  685. package/dist/collection/components/vega-input-phone-number/assets/flags/uz.js +0 -4
  686. package/dist/collection/components/vega-input-phone-number/assets/flags/va.js +0 -4
  687. package/dist/collection/components/vega-input-phone-number/assets/flags/vc.js +0 -4
  688. package/dist/collection/components/vega-input-phone-number/assets/flags/ve.js +0 -4
  689. package/dist/collection/components/vega-input-phone-number/assets/flags/vg.js +0 -4
  690. package/dist/collection/components/vega-input-phone-number/assets/flags/vi.js +0 -4
  691. package/dist/collection/components/vega-input-phone-number/assets/flags/vn.js +0 -4
  692. package/dist/collection/components/vega-input-phone-number/assets/flags/vu.js +0 -4
  693. package/dist/collection/components/vega-input-phone-number/assets/flags/wf.js +0 -4
  694. package/dist/collection/components/vega-input-phone-number/assets/flags/ws.js +0 -4
  695. package/dist/collection/components/vega-input-phone-number/assets/flags/xk.js +0 -4
  696. package/dist/collection/components/vega-input-phone-number/assets/flags/ye.js +0 -4
  697. package/dist/collection/components/vega-input-phone-number/assets/flags/yt.js +0 -4
  698. package/dist/collection/components/vega-input-phone-number/assets/flags/za.js +0 -4
  699. package/dist/collection/components/vega-input-phone-number/assets/flags/zm.js +0 -4
  700. package/dist/collection/components/vega-input-phone-number/assets/flags/zw.js +0 -4
  701. package/dist/types/components/vega-input-phone-number/assets/country-flags.d.ts +0 -5
  702. package/dist/types/components/vega-input-phone-number/assets/flags/ag.d.ts +0 -3
  703. package/dist/types/components/vega-input-phone-number/assets/flags/ai.d.ts +0 -3
  704. package/dist/types/components/vega-input-phone-number/assets/flags/al.d.ts +0 -3
  705. package/dist/types/components/vega-input-phone-number/assets/flags/am.d.ts +0 -3
  706. package/dist/types/components/vega-input-phone-number/assets/flags/ao.d.ts +0 -3
  707. package/dist/types/components/vega-input-phone-number/assets/flags/ar.d.ts +0 -3
  708. package/dist/types/components/vega-input-phone-number/assets/flags/as.d.ts +0 -3
  709. package/dist/types/components/vega-input-phone-number/assets/flags/at.d.ts +0 -3
  710. package/dist/types/components/vega-input-phone-number/assets/flags/au.d.ts +0 -3
  711. package/dist/types/components/vega-input-phone-number/assets/flags/aw.d.ts +0 -3
  712. package/dist/types/components/vega-input-phone-number/assets/flags/ax.d.ts +0 -3
  713. package/dist/types/components/vega-input-phone-number/assets/flags/az.d.ts +0 -3
  714. package/dist/types/components/vega-input-phone-number/assets/flags/ba.d.ts +0 -3
  715. package/dist/types/components/vega-input-phone-number/assets/flags/bb.d.ts +0 -3
  716. package/dist/types/components/vega-input-phone-number/assets/flags/bd.d.ts +0 -3
  717. package/dist/types/components/vega-input-phone-number/assets/flags/be.d.ts +0 -3
  718. package/dist/types/components/vega-input-phone-number/assets/flags/bf.d.ts +0 -3
  719. package/dist/types/components/vega-input-phone-number/assets/flags/bg.d.ts +0 -3
  720. package/dist/types/components/vega-input-phone-number/assets/flags/bh.d.ts +0 -3
  721. package/dist/types/components/vega-input-phone-number/assets/flags/bi.d.ts +0 -3
  722. package/dist/types/components/vega-input-phone-number/assets/flags/bj.d.ts +0 -3
  723. package/dist/types/components/vega-input-phone-number/assets/flags/bl.d.ts +0 -3
  724. package/dist/types/components/vega-input-phone-number/assets/flags/bm.d.ts +0 -3
  725. package/dist/types/components/vega-input-phone-number/assets/flags/bn.d.ts +0 -3
  726. package/dist/types/components/vega-input-phone-number/assets/flags/bo.d.ts +0 -3
  727. package/dist/types/components/vega-input-phone-number/assets/flags/bq.d.ts +0 -3
  728. package/dist/types/components/vega-input-phone-number/assets/flags/br.d.ts +0 -3
  729. package/dist/types/components/vega-input-phone-number/assets/flags/bs.d.ts +0 -3
  730. package/dist/types/components/vega-input-phone-number/assets/flags/bt.d.ts +0 -3
  731. package/dist/types/components/vega-input-phone-number/assets/flags/bw.d.ts +0 -3
  732. package/dist/types/components/vega-input-phone-number/assets/flags/by.d.ts +0 -3
  733. package/dist/types/components/vega-input-phone-number/assets/flags/bz.d.ts +0 -3
  734. package/dist/types/components/vega-input-phone-number/assets/flags/ca.d.ts +0 -3
  735. package/dist/types/components/vega-input-phone-number/assets/flags/cc.d.ts +0 -3
  736. package/dist/types/components/vega-input-phone-number/assets/flags/cd.d.ts +0 -3
  737. package/dist/types/components/vega-input-phone-number/assets/flags/cf.d.ts +0 -3
  738. package/dist/types/components/vega-input-phone-number/assets/flags/cg.d.ts +0 -3
  739. package/dist/types/components/vega-input-phone-number/assets/flags/ch.d.ts +0 -3
  740. package/dist/types/components/vega-input-phone-number/assets/flags/ci.d.ts +0 -3
  741. package/dist/types/components/vega-input-phone-number/assets/flags/ck.d.ts +0 -3
  742. package/dist/types/components/vega-input-phone-number/assets/flags/cl.d.ts +0 -3
  743. package/dist/types/components/vega-input-phone-number/assets/flags/cm.d.ts +0 -3
  744. package/dist/types/components/vega-input-phone-number/assets/flags/cn.d.ts +0 -3
  745. package/dist/types/components/vega-input-phone-number/assets/flags/co.d.ts +0 -3
  746. package/dist/types/components/vega-input-phone-number/assets/flags/cr.d.ts +0 -3
  747. package/dist/types/components/vega-input-phone-number/assets/flags/cu.d.ts +0 -3
  748. package/dist/types/components/vega-input-phone-number/assets/flags/cv.d.ts +0 -3
  749. package/dist/types/components/vega-input-phone-number/assets/flags/cw.d.ts +0 -3
  750. package/dist/types/components/vega-input-phone-number/assets/flags/cx.d.ts +0 -3
  751. package/dist/types/components/vega-input-phone-number/assets/flags/cy.d.ts +0 -3
  752. package/dist/types/components/vega-input-phone-number/assets/flags/cz.d.ts +0 -3
  753. package/dist/types/components/vega-input-phone-number/assets/flags/de.d.ts +0 -3
  754. package/dist/types/components/vega-input-phone-number/assets/flags/dj.d.ts +0 -3
  755. package/dist/types/components/vega-input-phone-number/assets/flags/dk.d.ts +0 -3
  756. package/dist/types/components/vega-input-phone-number/assets/flags/dm.d.ts +0 -3
  757. package/dist/types/components/vega-input-phone-number/assets/flags/do.d.ts +0 -3
  758. package/dist/types/components/vega-input-phone-number/assets/flags/dz.d.ts +0 -3
  759. package/dist/types/components/vega-input-phone-number/assets/flags/ec.d.ts +0 -3
  760. package/dist/types/components/vega-input-phone-number/assets/flags/ee.d.ts +0 -3
  761. package/dist/types/components/vega-input-phone-number/assets/flags/eg.d.ts +0 -3
  762. package/dist/types/components/vega-input-phone-number/assets/flags/eh.d.ts +0 -3
  763. package/dist/types/components/vega-input-phone-number/assets/flags/er.d.ts +0 -3
  764. package/dist/types/components/vega-input-phone-number/assets/flags/es.d.ts +0 -3
  765. package/dist/types/components/vega-input-phone-number/assets/flags/et.d.ts +0 -3
  766. package/dist/types/components/vega-input-phone-number/assets/flags/fi.d.ts +0 -3
  767. package/dist/types/components/vega-input-phone-number/assets/flags/fj.d.ts +0 -3
  768. package/dist/types/components/vega-input-phone-number/assets/flags/fk.d.ts +0 -3
  769. package/dist/types/components/vega-input-phone-number/assets/flags/fm.d.ts +0 -3
  770. package/dist/types/components/vega-input-phone-number/assets/flags/fo.d.ts +0 -3
  771. package/dist/types/components/vega-input-phone-number/assets/flags/fr.d.ts +0 -3
  772. package/dist/types/components/vega-input-phone-number/assets/flags/ga.d.ts +0 -3
  773. package/dist/types/components/vega-input-phone-number/assets/flags/gb.d.ts +0 -3
  774. package/dist/types/components/vega-input-phone-number/assets/flags/gd.d.ts +0 -3
  775. package/dist/types/components/vega-input-phone-number/assets/flags/ge.d.ts +0 -3
  776. package/dist/types/components/vega-input-phone-number/assets/flags/gf.d.ts +0 -3
  777. package/dist/types/components/vega-input-phone-number/assets/flags/gg.d.ts +0 -3
  778. package/dist/types/components/vega-input-phone-number/assets/flags/gh.d.ts +0 -3
  779. package/dist/types/components/vega-input-phone-number/assets/flags/gi.d.ts +0 -3
  780. package/dist/types/components/vega-input-phone-number/assets/flags/gl.d.ts +0 -3
  781. package/dist/types/components/vega-input-phone-number/assets/flags/gm.d.ts +0 -3
  782. package/dist/types/components/vega-input-phone-number/assets/flags/gn.d.ts +0 -3
  783. package/dist/types/components/vega-input-phone-number/assets/flags/gp.d.ts +0 -3
  784. package/dist/types/components/vega-input-phone-number/assets/flags/gq.d.ts +0 -3
  785. package/dist/types/components/vega-input-phone-number/assets/flags/gr.d.ts +0 -3
  786. package/dist/types/components/vega-input-phone-number/assets/flags/gt.d.ts +0 -3
  787. package/dist/types/components/vega-input-phone-number/assets/flags/gu.d.ts +0 -3
  788. package/dist/types/components/vega-input-phone-number/assets/flags/gw.d.ts +0 -3
  789. package/dist/types/components/vega-input-phone-number/assets/flags/gy.d.ts +0 -3
  790. package/dist/types/components/vega-input-phone-number/assets/flags/hk.d.ts +0 -3
  791. package/dist/types/components/vega-input-phone-number/assets/flags/hn.d.ts +0 -3
  792. package/dist/types/components/vega-input-phone-number/assets/flags/hr.d.ts +0 -3
  793. package/dist/types/components/vega-input-phone-number/assets/flags/ht.d.ts +0 -3
  794. package/dist/types/components/vega-input-phone-number/assets/flags/hu.d.ts +0 -3
  795. package/dist/types/components/vega-input-phone-number/assets/flags/id.d.ts +0 -3
  796. package/dist/types/components/vega-input-phone-number/assets/flags/ie.d.ts +0 -3
  797. package/dist/types/components/vega-input-phone-number/assets/flags/il.d.ts +0 -3
  798. package/dist/types/components/vega-input-phone-number/assets/flags/im.d.ts +0 -3
  799. package/dist/types/components/vega-input-phone-number/assets/flags/in.d.ts +0 -3
  800. package/dist/types/components/vega-input-phone-number/assets/flags/io.d.ts +0 -3
  801. package/dist/types/components/vega-input-phone-number/assets/flags/iq.d.ts +0 -3
  802. package/dist/types/components/vega-input-phone-number/assets/flags/ir.d.ts +0 -3
  803. package/dist/types/components/vega-input-phone-number/assets/flags/is.d.ts +0 -3
  804. package/dist/types/components/vega-input-phone-number/assets/flags/it.d.ts +0 -3
  805. package/dist/types/components/vega-input-phone-number/assets/flags/je.d.ts +0 -3
  806. package/dist/types/components/vega-input-phone-number/assets/flags/jm.d.ts +0 -3
  807. package/dist/types/components/vega-input-phone-number/assets/flags/jo.d.ts +0 -3
  808. package/dist/types/components/vega-input-phone-number/assets/flags/jp.d.ts +0 -3
  809. package/dist/types/components/vega-input-phone-number/assets/flags/ke.d.ts +0 -3
  810. package/dist/types/components/vega-input-phone-number/assets/flags/kg.d.ts +0 -3
  811. package/dist/types/components/vega-input-phone-number/assets/flags/kh.d.ts +0 -3
  812. package/dist/types/components/vega-input-phone-number/assets/flags/ki.d.ts +0 -3
  813. package/dist/types/components/vega-input-phone-number/assets/flags/km.d.ts +0 -3
  814. package/dist/types/components/vega-input-phone-number/assets/flags/kn.d.ts +0 -3
  815. package/dist/types/components/vega-input-phone-number/assets/flags/kp.d.ts +0 -3
  816. package/dist/types/components/vega-input-phone-number/assets/flags/kr.d.ts +0 -3
  817. package/dist/types/components/vega-input-phone-number/assets/flags/kw.d.ts +0 -3
  818. package/dist/types/components/vega-input-phone-number/assets/flags/ky.d.ts +0 -3
  819. package/dist/types/components/vega-input-phone-number/assets/flags/kz.d.ts +0 -3
  820. package/dist/types/components/vega-input-phone-number/assets/flags/la.d.ts +0 -3
  821. package/dist/types/components/vega-input-phone-number/assets/flags/lb.d.ts +0 -3
  822. package/dist/types/components/vega-input-phone-number/assets/flags/lc.d.ts +0 -3
  823. package/dist/types/components/vega-input-phone-number/assets/flags/li.d.ts +0 -3
  824. package/dist/types/components/vega-input-phone-number/assets/flags/lk.d.ts +0 -3
  825. package/dist/types/components/vega-input-phone-number/assets/flags/lr.d.ts +0 -3
  826. package/dist/types/components/vega-input-phone-number/assets/flags/ls.d.ts +0 -3
  827. package/dist/types/components/vega-input-phone-number/assets/flags/lt.d.ts +0 -3
  828. package/dist/types/components/vega-input-phone-number/assets/flags/lu.d.ts +0 -3
  829. package/dist/types/components/vega-input-phone-number/assets/flags/lv.d.ts +0 -3
  830. package/dist/types/components/vega-input-phone-number/assets/flags/ly.d.ts +0 -3
  831. package/dist/types/components/vega-input-phone-number/assets/flags/ma.d.ts +0 -3
  832. package/dist/types/components/vega-input-phone-number/assets/flags/mc.d.ts +0 -3
  833. package/dist/types/components/vega-input-phone-number/assets/flags/md.d.ts +0 -3
  834. package/dist/types/components/vega-input-phone-number/assets/flags/me.d.ts +0 -3
  835. package/dist/types/components/vega-input-phone-number/assets/flags/mf.d.ts +0 -3
  836. package/dist/types/components/vega-input-phone-number/assets/flags/mg.d.ts +0 -3
  837. package/dist/types/components/vega-input-phone-number/assets/flags/mh.d.ts +0 -3
  838. package/dist/types/components/vega-input-phone-number/assets/flags/mk.d.ts +0 -3
  839. package/dist/types/components/vega-input-phone-number/assets/flags/ml.d.ts +0 -3
  840. package/dist/types/components/vega-input-phone-number/assets/flags/mm.d.ts +0 -3
  841. package/dist/types/components/vega-input-phone-number/assets/flags/mn.d.ts +0 -3
  842. package/dist/types/components/vega-input-phone-number/assets/flags/mo.d.ts +0 -3
  843. package/dist/types/components/vega-input-phone-number/assets/flags/mp.d.ts +0 -3
  844. package/dist/types/components/vega-input-phone-number/assets/flags/mq.d.ts +0 -3
  845. package/dist/types/components/vega-input-phone-number/assets/flags/mr.d.ts +0 -3
  846. package/dist/types/components/vega-input-phone-number/assets/flags/ms.d.ts +0 -3
  847. package/dist/types/components/vega-input-phone-number/assets/flags/mt.d.ts +0 -3
  848. package/dist/types/components/vega-input-phone-number/assets/flags/mu.d.ts +0 -3
  849. package/dist/types/components/vega-input-phone-number/assets/flags/mv.d.ts +0 -3
  850. package/dist/types/components/vega-input-phone-number/assets/flags/mw.d.ts +0 -3
  851. package/dist/types/components/vega-input-phone-number/assets/flags/mx.d.ts +0 -3
  852. package/dist/types/components/vega-input-phone-number/assets/flags/my.d.ts +0 -3
  853. package/dist/types/components/vega-input-phone-number/assets/flags/mz.d.ts +0 -3
  854. package/dist/types/components/vega-input-phone-number/assets/flags/na.d.ts +0 -3
  855. package/dist/types/components/vega-input-phone-number/assets/flags/nc.d.ts +0 -3
  856. package/dist/types/components/vega-input-phone-number/assets/flags/ne.d.ts +0 -3
  857. package/dist/types/components/vega-input-phone-number/assets/flags/nf.d.ts +0 -3
  858. package/dist/types/components/vega-input-phone-number/assets/flags/ng.d.ts +0 -3
  859. package/dist/types/components/vega-input-phone-number/assets/flags/ni.d.ts +0 -3
  860. package/dist/types/components/vega-input-phone-number/assets/flags/nl.d.ts +0 -3
  861. package/dist/types/components/vega-input-phone-number/assets/flags/no.d.ts +0 -3
  862. package/dist/types/components/vega-input-phone-number/assets/flags/np.d.ts +0 -3
  863. package/dist/types/components/vega-input-phone-number/assets/flags/nr.d.ts +0 -3
  864. package/dist/types/components/vega-input-phone-number/assets/flags/nu.d.ts +0 -3
  865. package/dist/types/components/vega-input-phone-number/assets/flags/nz.d.ts +0 -3
  866. package/dist/types/components/vega-input-phone-number/assets/flags/om.d.ts +0 -3
  867. package/dist/types/components/vega-input-phone-number/assets/flags/pa.d.ts +0 -3
  868. package/dist/types/components/vega-input-phone-number/assets/flags/pe.d.ts +0 -3
  869. package/dist/types/components/vega-input-phone-number/assets/flags/pf.d.ts +0 -3
  870. package/dist/types/components/vega-input-phone-number/assets/flags/pg.d.ts +0 -3
  871. package/dist/types/components/vega-input-phone-number/assets/flags/ph.d.ts +0 -3
  872. package/dist/types/components/vega-input-phone-number/assets/flags/pk.d.ts +0 -3
  873. package/dist/types/components/vega-input-phone-number/assets/flags/pl.d.ts +0 -3
  874. package/dist/types/components/vega-input-phone-number/assets/flags/pm.d.ts +0 -3
  875. package/dist/types/components/vega-input-phone-number/assets/flags/pr.d.ts +0 -3
  876. package/dist/types/components/vega-input-phone-number/assets/flags/ps.d.ts +0 -3
  877. package/dist/types/components/vega-input-phone-number/assets/flags/pt.d.ts +0 -3
  878. package/dist/types/components/vega-input-phone-number/assets/flags/pw.d.ts +0 -3
  879. package/dist/types/components/vega-input-phone-number/assets/flags/py.d.ts +0 -3
  880. package/dist/types/components/vega-input-phone-number/assets/flags/qa.d.ts +0 -3
  881. package/dist/types/components/vega-input-phone-number/assets/flags/re.d.ts +0 -3
  882. package/dist/types/components/vega-input-phone-number/assets/flags/ro.d.ts +0 -3
  883. package/dist/types/components/vega-input-phone-number/assets/flags/rs.d.ts +0 -3
  884. package/dist/types/components/vega-input-phone-number/assets/flags/ru.d.ts +0 -3
  885. package/dist/types/components/vega-input-phone-number/assets/flags/rw.d.ts +0 -3
  886. package/dist/types/components/vega-input-phone-number/assets/flags/sa.d.ts +0 -3
  887. package/dist/types/components/vega-input-phone-number/assets/flags/sb.d.ts +0 -3
  888. package/dist/types/components/vega-input-phone-number/assets/flags/sc.d.ts +0 -3
  889. package/dist/types/components/vega-input-phone-number/assets/flags/sd.d.ts +0 -3
  890. package/dist/types/components/vega-input-phone-number/assets/flags/se.d.ts +0 -3
  891. package/dist/types/components/vega-input-phone-number/assets/flags/sg.d.ts +0 -3
  892. package/dist/types/components/vega-input-phone-number/assets/flags/sh.d.ts +0 -3
  893. package/dist/types/components/vega-input-phone-number/assets/flags/si.d.ts +0 -3
  894. package/dist/types/components/vega-input-phone-number/assets/flags/sj.d.ts +0 -3
  895. package/dist/types/components/vega-input-phone-number/assets/flags/sk.d.ts +0 -3
  896. package/dist/types/components/vega-input-phone-number/assets/flags/sl.d.ts +0 -3
  897. package/dist/types/components/vega-input-phone-number/assets/flags/sm.d.ts +0 -3
  898. package/dist/types/components/vega-input-phone-number/assets/flags/sn.d.ts +0 -3
  899. package/dist/types/components/vega-input-phone-number/assets/flags/so.d.ts +0 -3
  900. package/dist/types/components/vega-input-phone-number/assets/flags/sr.d.ts +0 -3
  901. package/dist/types/components/vega-input-phone-number/assets/flags/ss.d.ts +0 -3
  902. package/dist/types/components/vega-input-phone-number/assets/flags/st.d.ts +0 -3
  903. package/dist/types/components/vega-input-phone-number/assets/flags/sv.d.ts +0 -3
  904. package/dist/types/components/vega-input-phone-number/assets/flags/sx.d.ts +0 -3
  905. package/dist/types/components/vega-input-phone-number/assets/flags/sy.d.ts +0 -3
  906. package/dist/types/components/vega-input-phone-number/assets/flags/sz.d.ts +0 -3
  907. package/dist/types/components/vega-input-phone-number/assets/flags/ta.d.ts +0 -3
  908. package/dist/types/components/vega-input-phone-number/assets/flags/tc.d.ts +0 -3
  909. package/dist/types/components/vega-input-phone-number/assets/flags/td.d.ts +0 -3
  910. package/dist/types/components/vega-input-phone-number/assets/flags/tg.d.ts +0 -3
  911. package/dist/types/components/vega-input-phone-number/assets/flags/th.d.ts +0 -3
  912. package/dist/types/components/vega-input-phone-number/assets/flags/tj.d.ts +0 -3
  913. package/dist/types/components/vega-input-phone-number/assets/flags/tk.d.ts +0 -3
  914. package/dist/types/components/vega-input-phone-number/assets/flags/tl.d.ts +0 -3
  915. package/dist/types/components/vega-input-phone-number/assets/flags/tm.d.ts +0 -3
  916. package/dist/types/components/vega-input-phone-number/assets/flags/tn.d.ts +0 -3
  917. package/dist/types/components/vega-input-phone-number/assets/flags/to.d.ts +0 -3
  918. package/dist/types/components/vega-input-phone-number/assets/flags/tr.d.ts +0 -3
  919. package/dist/types/components/vega-input-phone-number/assets/flags/tt.d.ts +0 -3
  920. package/dist/types/components/vega-input-phone-number/assets/flags/tv.d.ts +0 -3
  921. package/dist/types/components/vega-input-phone-number/assets/flags/tw.d.ts +0 -3
  922. package/dist/types/components/vega-input-phone-number/assets/flags/tz.d.ts +0 -3
  923. package/dist/types/components/vega-input-phone-number/assets/flags/ua.d.ts +0 -3
  924. package/dist/types/components/vega-input-phone-number/assets/flags/ug.d.ts +0 -3
  925. package/dist/types/components/vega-input-phone-number/assets/flags/us.d.ts +0 -3
  926. package/dist/types/components/vega-input-phone-number/assets/flags/uy.d.ts +0 -3
  927. package/dist/types/components/vega-input-phone-number/assets/flags/uz.d.ts +0 -3
  928. package/dist/types/components/vega-input-phone-number/assets/flags/va.d.ts +0 -3
  929. package/dist/types/components/vega-input-phone-number/assets/flags/vc.d.ts +0 -3
  930. package/dist/types/components/vega-input-phone-number/assets/flags/ve.d.ts +0 -3
  931. package/dist/types/components/vega-input-phone-number/assets/flags/vg.d.ts +0 -3
  932. package/dist/types/components/vega-input-phone-number/assets/flags/vi.d.ts +0 -3
  933. package/dist/types/components/vega-input-phone-number/assets/flags/vn.d.ts +0 -3
  934. package/dist/types/components/vega-input-phone-number/assets/flags/vu.d.ts +0 -3
  935. package/dist/types/components/vega-input-phone-number/assets/flags/wf.d.ts +0 -3
  936. package/dist/types/components/vega-input-phone-number/assets/flags/ws.d.ts +0 -3
  937. package/dist/types/components/vega-input-phone-number/assets/flags/xk.d.ts +0 -3
  938. package/dist/types/components/vega-input-phone-number/assets/flags/ye.d.ts +0 -3
  939. package/dist/types/components/vega-input-phone-number/assets/flags/yt.d.ts +0 -3
  940. package/dist/types/components/vega-input-phone-number/assets/flags/za.d.ts +0 -3
  941. package/dist/types/components/vega-input-phone-number/assets/flags/zm.d.ts +0 -3
  942. package/dist/types/components/vega-input-phone-number/assets/flags/zw.d.ts +0 -3
  943. package/dist/vega/p-00433d02.entry.js +0 -1
  944. package/dist/vega/p-043ee49b.entry.js +0 -1
  945. package/dist/vega/p-076fafdb.entry.js +0 -1
  946. package/dist/vega/p-08c6d5ab.entry.js +0 -1
  947. package/dist/vega/p-0a6986dd.entry.js +0 -1
  948. package/dist/vega/p-0a8b91f5.entry.js +0 -1
  949. package/dist/vega/p-0af09a86.js +0 -1
  950. package/dist/vega/p-0ddc1605.entry.js +0 -1
  951. package/dist/vega/p-141a5d82.entry.js +0 -1
  952. package/dist/vega/p-1a2c7868.entry.js +0 -1
  953. package/dist/vega/p-1d1eba9a.js +0 -1
  954. package/dist/vega/p-1e499bbc.js +0 -1
  955. package/dist/vega/p-2168b00d.entry.js +0 -1
  956. package/dist/vega/p-2951342f.entry.js +0 -1
  957. package/dist/vega/p-2c197dcc.entry.js +0 -1
  958. package/dist/vega/p-2c79b20a.entry.js +0 -1
  959. package/dist/vega/p-36dabeeb.entry.js +0 -1
  960. package/dist/vega/p-378b8359.entry.js +0 -1
  961. package/dist/vega/p-3a5b223e.entry.js +0 -1
  962. package/dist/vega/p-3c3307f9.entry.js +0 -1
  963. package/dist/vega/p-3dafea54.entry.js +0 -1
  964. package/dist/vega/p-494b26ea.entry.js +0 -1
  965. package/dist/vega/p-4a565ffa.entry.js +0 -1
  966. package/dist/vega/p-4dbf3bf1.entry.js +0 -1
  967. package/dist/vega/p-512408f0.entry.js +0 -1
  968. package/dist/vega/p-5292294a.entry.js +0 -1
  969. package/dist/vega/p-5304d92c.entry.js +0 -1
  970. package/dist/vega/p-5575c5b9.entry.js +0 -1
  971. package/dist/vega/p-560fbbfa.js +0 -1
  972. package/dist/vega/p-5ba0a9f7.js +0 -1
  973. package/dist/vega/p-5e4a0c04.js +0 -1
  974. package/dist/vega/p-5e9b499b.entry.js +0 -1
  975. package/dist/vega/p-603e7332.entry.js +0 -1
  976. package/dist/vega/p-6079a927.entry.js +0 -1
  977. package/dist/vega/p-61f36ce3.entry.js +0 -1
  978. package/dist/vega/p-6a1e7e2e.js +0 -1
  979. package/dist/vega/p-6bf10619.entry.js +0 -1
  980. package/dist/vega/p-6f677e61.entry.js +0 -1
  981. package/dist/vega/p-757e262f.entry.js +0 -1
  982. package/dist/vega/p-7710cbf9.entry.js +0 -1
  983. package/dist/vega/p-8148e608.entry.js +0 -1
  984. package/dist/vega/p-878dceb7.js +0 -1
  985. package/dist/vega/p-888bbb49.entry.js +0 -1
  986. package/dist/vega/p-8f20fee5.entry.js +0 -1
  987. package/dist/vega/p-912b7444.js +0 -1
  988. package/dist/vega/p-9351c45f.entry.js +0 -1
  989. package/dist/vega/p-95883f88.entry.js +0 -1
  990. package/dist/vega/p-97abc592.entry.js +0 -1
  991. package/dist/vega/p-9c725036.entry.js +0 -1
  992. package/dist/vega/p-a9ce2dd9.entry.js +0 -1
  993. package/dist/vega/p-ae6f20c3.entry.js +0 -1
  994. package/dist/vega/p-b8cfdb9d.entry.js +0 -1
  995. package/dist/vega/p-befae6ba.js +0 -1
  996. package/dist/vega/p-bfd89ca7.entry.js +0 -1
  997. package/dist/vega/p-c2e7d93e.entry.js +0 -1
  998. package/dist/vega/p-c4635a1b.entry.js +0 -1
  999. package/dist/vega/p-c4a29efd.entry.js +0 -1
  1000. package/dist/vega/p-ca0da74d.entry.js +0 -1
  1001. package/dist/vega/p-ca40dc54.entry.js +0 -1
  1002. package/dist/vega/p-caeb3663.js +0 -1
  1003. package/dist/vega/p-cb531c91.entry.js +0 -1
  1004. package/dist/vega/p-cd5b6b73.entry.js +0 -1
  1005. package/dist/vega/p-d1b927b5.entry.js +0 -1
  1006. package/dist/vega/p-d92f5296.js +0 -1
  1007. package/dist/vega/p-e06361df.js +0 -1
  1008. package/dist/vega/p-e4049b65.js +0 -1
  1009. package/dist/vega/p-e4f018dd.entry.js +0 -1
  1010. package/dist/vega/p-ee7f2d0c.entry.js +0 -1
  1011. package/dist/vega/p-f0b988aa.entry.js +0 -1
  1012. package/dist/vega/p-f38e97a4.entry.js +0 -1
  1013. package/dist/vega/p-f7cf81b6.js +0 -1
  1014. package/dist/vega/p-f8301c01.entry.js +0 -1
  1015. package/dist/vega/p-fa0f1143.entry.js +0 -1
  1016. package/dist/vega/p-fcdd9251.js +0 -1
  1017. package/dist/vega/p-ff0523b8.entry.js +0 -1
  1018. /package/dist/cjs/{internal-icon-manager-14cef77c.js → internal-icon-manager-00f49470.js} +0 -0
  1019. /package/dist/esm/{internal-icon-manager-9c0c4ce4.js → internal-icon-manager-58cf8aa6.js} +0 -0
  1020. /package/dist/vega/{p-38e3c739.js → p-c9b9322b.js} +0 -0
@@ -0,0 +1 @@
1
+ import{F as s}from"./p-1e940ce8.js";import{V as o,a as t,b as a,c as l,d as i,e,f as c}from"./p-8ade44bf.js";import{M as n,V as r,s as p,G as b}from"./p-6e1ab235.js";import{v as f}from"./p-5f377954.js";import{V as h}from"./p-cc63e827.js";import"./p-0fd6c35b.js";import"./p-bf953152.js";import{V as m,a as d,s as T}from"./p-8d283666.js";import{V as u}from"./p-3d3cd394.js";import{T as j}from"./p-d884c644.js";import{V as g}from"./p-6f90d444.js";import{w as O}from"./p-214aa52e.js";import{U as C}from"./p-5773a9a3.js";import{C as E}from"./p-2d0d575f.js";import{O as _}from"./p-331a62d5.js";import{f as R}from"./p-1c298d5a.js";var A=function(s,o,t,a){var l,i=arguments.length,e=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)e=Reflect.decorate(s,o,t,a);else for(var c=s.length-1;c>=0;c--)(l=s[c])&&(e=(i<3?l(e):i>3?l(o,t,e):l(o,t))||e);return i>3&&e&&Object.defineProperty(o,t,e),e};class k extends r{constructor(o){super(),this.originalWatchers=new Map,this.hasDisconnected=!1,this.isEnabled=s.isEnabled("VEGA_REACT.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD")&&s.isEnabled("VEGA_FRAMEWORK.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD"),this.component=o.component}connectedCallback(){if(!this.isEnabled)return;if(this.hasDisconnected)return;const s=this.component.constructor.watchers;for(const o in s)s[o].forEach((s=>{this.originalWatchers.has(s)||(this.originalWatchers.set(s,this.component[s]),this.component[s]=function(){})}))}disconnectedCallback(){this.isEnabled&&(this.hasDisconnected=!0)}componentDidLoad(){this.isEnabled&&this.originalWatchers.forEach(((s,o)=>{const t=s;this.component[o]=function(...s){return t.apply(this,s)}}))}}A([n("connectedCallback")],k.prototype,"connectedCallback",null),A([n("disconnectedCallback")],k.prototype,"disconnectedCallback",null),A([n("componentDidLoad")],k.prototype,"componentDidLoad",null);class v extends r{constructor(s){super(),this.component=s.component}connectedCallback(){const s=new _(this.isAcceptable.bind(this),(()=>{R(this.component)}));E.register(C,s)}isAcceptable(){var s;const o=this.component.host;return null===(s=m.getConnectedComponents().get(o.tagName))||void 0===s?void 0:s.has(o)}}!function(s,o,t,a){var l,i=arguments.length,e=i<3?o:null===a?a=Object.getOwnPropertyDescriptor(o,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)e=Reflect.decorate(s,o,t,a);else for(var c=s.length-1;c>=0;c--)(l=s[c])&&(e=(i<3?l(e):i>3?l(o,t,e):l(o,t))||e);i>3&&e&&Object.defineProperty(o,t,e)}([n("connectedCallback")],v.prototype,"connectedCallback",null);const V=function(){globalThis.VegaDisabledFeatureKeys&&s.disable(...globalThis.VegaDisabledFeatureKeys),globalThis.VegaEnabledFeatureKeys&&s.enable(...globalThis.VegaEnabledFeatureKeys),globalThis.VegaLoader=o,globalThis.VegaNotify=t,globalThis.VegaThemeManager=a,globalThis.setVegaLogLevel=p,globalThis.VegaDialog=l,b.register([k,v]),globalThis.VegaEventManager=i,Object.keys(j).forEach((s=>{const{url:o}=j[s],t="vega-typography-"+s;if(!document.querySelector("#"+t)){const s=document.createElement("link");s.id=t,s.href=o,s.rel="stylesheet",document.head.append(s)}})),globalThis.VegaIconManager=h,globalThis.VegaZIndexManager=e,globalThis.ValidCreditCardNumberRule=g,globalThis.VegaEnvInfo=f.getVegaEnv(),import("./p-7a40e033.js").then((o=>{o.default.init(s)})),globalThis.waitForVega=O,globalThis.VegaSkeletonLoader=c,globalThis.VegaTranslation=d,globalThis.VegaTranslationResourceEN=T,globalThis.VegaRTEContent=u,import("./p-bab6ca81.js").then((s=>{Object.entries(s).forEach((([s,o])=>{globalThis[s]=o}))})),globalThis.VegaThemeManagerApplyBranding&&a.applyBranding(globalThis.VegaThemeManagerApplyBranding)};export{V as g}
@@ -1 +1 @@
1
- export{C as CheckBoxRequiredRule}from"./p-590fd123.js";export{D as DateRequiredRule}from"./p-8fae8f9e.js";export{I as InputPhoneNumberRequiredRule}from"./p-07c2725a.js";export{I as InputRangeRequiredRule}from"./p-f396c69a.js";export{R as RequiredFieldRule}from"./p-280cbcdb.js";export{R as RichTextEditorRequiredRule}from"./p-633ab02b.js";export{T as TimeRangeRequiredRule,a as TimeRequiredRule}from"./p-924b4e24.js";export{T as ToggleSwitchRequiredRule}from"./p-7c0b4c36.js";export{F as FileUploaderRequiredRule}from"./p-0bb860cc.js";import"./p-abd7aeaa.js";import"./p-08835909.js";import"./p-6e1ab235.js";import"./p-f7cf81b6.js";import"./p-2d0d575f.js";import"./p-6a1e7e2e.js";import"./p-bf953152.js";import"./p-e06361df.js";import"./p-b1f65b13.js";import"./p-ed45b3b6.js";import"./p-74168615.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-37b05e0b.js";import"./p-6a334573.js";import"./p-112455b1.js";import"./p-317018ba.js";
1
+ export{C as CheckBoxRequiredRule}from"./p-590fd123.js";export{D as DateRequiredRule}from"./p-8fae8f9e.js";export{I as InputPhoneNumberRequiredRule}from"./p-07c2725a.js";export{I as InputRangeRequiredRule}from"./p-f396c69a.js";export{R as RequiredFieldRule}from"./p-280cbcdb.js";export{R as RichTextEditorRequiredRule}from"./p-ab26cad6.js";export{T as TimeRangeRequiredRule,a as TimeRequiredRule}from"./p-924b4e24.js";export{T as ToggleSwitchRequiredRule}from"./p-7c0b4c36.js";export{F as FileUploaderRequiredRule}from"./p-0bb860cc.js";import"./p-abd7aeaa.js";import"./p-08835909.js";import"./p-6e1ab235.js";import"./p-3d3cd394.js";import"./p-2d0d575f.js";import"./p-6f81fe1e.js";import"./p-bf953152.js";import"./p-12d60f5f.js";import"./p-b1f65b13.js";import"./p-ed45b3b6.js";import"./p-74168615.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-37b05e0b.js";import"./p-6a334573.js";import"./p-50677c8e.js";import"./p-5773a9a3.js";import"./p-331a62d5.js";import"./p-112455b1.js";
@@ -0,0 +1 @@
1
+ import{h as e,F as t,r,c as o,H as i,g as a}from"./p-1c298d5a.js";import{s as l}from"./p-9b797118.js";import{c as s,V as n,M as c,I as d}from"./p-6e1ab235.js";import{V as v,I as h}from"./p-4387d550.js";import{V as p}from"./p-c9b9322b.js";import{D as f}from"./p-6e898779.js";import{a as g,f as u,s as b,t as m,u as x,v as w}from"./p-6f81fe1e.js";import{g as C}from"./p-37b05e0b.js";import{c as y}from"./p-86194314.js";import{t as j}from"./p-aacf6920.js";import{c as F}from"./p-a821bcf3.js";import{C as R}from"./p-2d0d575f.js";import{b as L}from"./p-5773a9a3.js";import{F as k}from"./p-f0bc8f6d.js";import{F as z}from"./p-0bb860cc.js";import{T as E}from"./p-1503f791.js";import"./p-cc63e827.js";import"./p-331a62d5.js";import"./p-bf953152.js";import"./p-6a334573.js";import"./p-804f71b3.js";import"./p-0bb29d98.js";import"./p-12d60f5f.js";import"./p-8d283666.js";import"./p-c0291e2e.js";import"./p-74168615.js";import"./p-ed45b3b6.js";import"./p-abd7aeaa.js";import"./p-987fbbd0.js";import"./p-b5f5a5e0.js";import"./p-3647d61d.js";import"./p-262ec334.js";import"./p-d7642125.js";import"./p-280cbcdb.js";var M=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};class V extends n{render(){return e(t,null,e("vega-field-label",{isFieldRequired:this.required,disabled:this.disabled,label:this.label}),this.vegaFileUploaderContainerRenderer.render(),this.hint?e("vega-hint",null,this.hint):null,this.vegaFileUploaderFileListRenderer.render())}}M([s()],V.prototype,"required",void 0),M([s()],V.prototype,"disabled",void 0),M([s()],V.prototype,"label",void 0),M([s()],V.prototype,"hint",void 0),M([s()],V.prototype,"vegaFileUploaderContainerRenderer",void 0),M([s()],V.prototype,"vegaFileUploaderFileListRenderer",void 0);var I=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};class O extends n{constructor(){super(...arguments),this.handleDropAreaClick=e=>{e.stopPropagation(),this.shouldDisableUploadButton()||this.triggerFileInputClick()},this.triggerFileInputClick=()=>{this.inputElementRef.click()},this.inputChangeHandler=e=>{e.stopPropagation();const t=this.getVegaFilesFromFileList(e.target.files);this.selectFileChangeEventEmitHandler(this.filterExceedLimitFiles(t)),this.inputElementRef.value=""},this.dropHandler=e=>{var t;if(e.preventDefault(),!this.shouldDisableUploadButton()){const r=this.getVegaFilesFromFileList(this.dropFileFilterController.process(null===(t=e.dataTransfer)||void 0===t?void 0:t.files));this.selectFileChangeEventEmitHandler(this.filterExceedLimitFiles(r))}}}getUploaderContainerRef(){return this.uploaderContainerRef}render(){return e("div",{class:"vega-file-uploader-container",ref:e=>this.uploaderContainerRef=e},e("input",{onChange:this.inputChangeHandler,type:"file",multiple:!this.fileLimitController.isSingleMode(),accept:this.accept,style:{display:"none"},ref:e=>this.inputElementRef=e}),"uploadButton"===this.variant?this.renderUploadButton():this.renderUploadDropArea())}renderUploadButton(){return e("vega-button",{label:"Upload Document",icon:p.getIconKey("arrow-up-from-line"),variant:"secondary",size:"small",disabled:this.shouldDisableUploadButton(),ref:e=>{f.addUniqueObserverToNode(e,g,this.triggerFileInputClick)}})}renderUploadDropArea(){return e("vega-box",{class:{"vega-file-upload-area":!0,disabled:this.shouldDisableUploadButton()},padding:"size-24",border:"border-input-field",borderStyle:"dashed",backgroundColor:"bg-tertiary",corners:"rounded-8",tabIndex:0,onDrop:this.dropHandler,onDragEnter:this.preventDefaultBehavior,onDragOver:this.preventDefaultBehavior,onClick:this.handleDropAreaClick,onKeyDown:y()},e("vega-flex",{gap:"size-8",alignItems:"center",justifyContent:"center"},e("vega-icon",{color:"text-link",icon:p.getIconKey("arrow-up-from-line")}),e("vega-font",{color:"text-link",variant:"font-btn-label"},this.translationSlimmer.t("Select or drop your file here"))))}preventDefaultBehavior(e){e.preventDefault()}selectFileChangeEventEmitHandler(e){e&&e.length&&(this.selectFileChangeEventEmitter.emit(e).defaultPrevented||this.vegaFileUploaderValueController.setValue(this.value&&this.value.length?(new Array).concat(this.value,e):e))}getVegaFilesFromFileList(e){const t=[];return e&&e.length&&Array.from(e).map((e=>{t.push({key:C(),name:e.name,url:e})})),t}shouldDisableUploadButton(){return this.disabled||!!(this.value&&this.maxCount&&this.value.length>=this.maxCount)}filterExceedLimitFiles(e){const t=Number(this.maxCount);if(!isNaN(t)&&t&&e.length){const r=Math.max(0,t-(this.value?this.value.length:0));return e.slice(0,r)}return e}}p.register({"arrow-up-from-line":{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path fill="currentColor" d="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.3V208 320c0 17.7 14.3 32 32 32s32-14.3 32-32V208 141.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"/></svg>'}}),I([s()],O.prototype,"variant",void 0),I([s()],O.prototype,"accept",void 0),I([s()],O.prototype,"disabled",void 0),I([s()],O.prototype,"value",void 0),I([s()],O.prototype,"selectFileChangeEventEmitter",void 0),I([s()],O.prototype,"vegaFileUploaderValueController",void 0),I([s()],O.prototype,"dropFileFilterController",void 0),I([s()],O.prototype,"translationSlimmer",void 0),I([s()],O.prototype,"fileLimitController",void 0),I([s()],O.prototype,"maxCount",void 0);var U=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};class A extends n{constructor(){super(...arguments),this.fileRemoveHandler=e=>{this.removeEventEmitter.emit(e).defaultPrevented||this.vegaFileUploaderValueController.setValue(this.value.filter((t=>t!==e)))},this.fileReUploadHandler=e=>{this.retryEventEmitter.emit(e)},this.filePreviewHandler=e=>{this.previewEventEmitter.emit(e)}}render(){const t=!this.value||this.value.length<1;return e("div",{class:{"vega-file-uploader-file-list":!0,"vega-file-list-hidden":t}},!t&&this.value.map((t=>e("vega-box",{key:t.key,class:"vega-file-uploader-file",padding:"size-8",corners:"rounded-8"},e("vega-flex",{alignItems:"start",justifyContent:"space-between"},e("vega-flex",{class:"vega-file-status-and-name",gap:"size-8",alignItems:"start"},e("div",{style:{paddingTop:"3px"}},this.vegaFileUploaderFileStatusRenderer.render(t.status,t.uploadingPercent)),e("vega-flex",{gap:"size-4",direction:"col"},e("vega-font",{color:"done"===t.status||"error"===t.status?"text-primary":"text-secondary",variant:"font-field-label"},t.name),"error"===t.status&&t.errorMessage&&e("vega-font",{color:"text-error",variant:"font-footnote1-short"},t.errorMessage))),e("vega-flex",{gap:"size-4",class:"vega-file-list-buttons",justifyContent:"end"},t.previewable&&e("vega-button-circle",{class:"vega-file-preview-button",variant:"icon-only",size:"small",icon:"zoom-in",iconColor:"text-secondary",label:"Preview",tooltip:{disableInteractive:!0},ref:e=>{f.addUniqueObserverToNode(e,g,(()=>{this.filePreviewHandler(t)}))}}),"error"===t.status&&e("vega-button-circle",{variant:"icon-only",size:"small",icon:p.getIconKey("arrow-rotate-right"),iconColor:"text-secondary",label:"Retry",tooltip:{disableInteractive:!0},disabled:this.disabled,ref:e=>{f.addUniqueObserverToNode(e,g,(()=>{this.fileReUploadHandler(t)}))}}),e("vega-button-circle",{variant:"icon-only",size:"small",icon:p.getIconKey("trash-can"),iconColor:"text-secondary",label:"Delete",tooltip:{disableInteractive:!0},disabled:this.disabled,ref:e=>{f.addUniqueObserverToNode(e,g,(()=>{this.fileRemoveHandler(t)}))}})))))))}}p.register({"trash-can":j,"arrow-rotate-right":{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path fill="currentColor" d="M456 224c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24s-24 10.7-24 24v80.1l-20-23.5C371 63.4 309.1 32 240 32C116.3 32 16 132.3 16 256s100.3 224 224 224c50.4 0 97-16.7 134.4-44.8c10.6-8 12.7-23 4.8-33.6s-23-12.7-33.6-4.8C316.2 418.9 279.7 432 240 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c54.3 0 102.9 24.6 135.2 63.4l.1 .2 0 0L402.9 176H312c-13.3 0-24 10.7-24 24s10.7 24 24 24H456z"/></svg>'}}),U([s()],A.prototype,"value",void 0),U([s()],A.prototype,"disabled",void 0),U([s()],A.prototype,"vegaFileUploaderFileStatusRenderer",void 0),U([s()],A.prototype,"removeEventEmitter",void 0),U([s()],A.prototype,"vegaFileUploaderValueController",void 0),U([s()],A.prototype,"retryEventEmitter",void 0),U([s()],A.prototype,"previewEventEmitter",void 0);class D extends n{render(t,r){switch(t){case"uploading":return e("vega-loading-indicator",Object.assign({class:"vega-file-list-status",mode:r?"determinate":"indeterminate",size:"micro"},r?{percent:r}:{}));case"done":return e("vega-icon",{class:"vega-file-list-status",color:"text-success",icon:p.getIconKey("circle-check-regular")});case"error":return e("vega-icon",{class:"vega-file-list-status",color:"text-error",icon:p.getIconKey("circle-xmark")});default:return e("vega-loading-indicator",{class:"vega-file-list-status",mode:"determinate",size:"micro"})}}}p.register({"circle-check-regular":{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path fill="currentColor" d="M243.8 339.8C232.9 350.7 215.1 350.7 204.2 339.8L140.2 275.8C129.3 264.9 129.3 247.1 140.2 236.2C151.1 225.3 168.9 225.3 179.8 236.2L224 280.4L332.2 172.2C343.1 161.3 360.9 161.3 371.8 172.2C382.7 183.1 382.7 200.9 371.8 211.8L243.8 339.8zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg>'},"circle-xmark":{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path fill="currentColor" d="M175 175C184.4 165.7 199.6 165.7 208.1 175L255.1 222.1L303 175C312.4 165.7 327.6 165.7 336.1 175C346.3 184.4 346.3 199.6 336.1 208.1L289.9 255.1L336.1 303C346.3 312.4 346.3 327.6 336.1 336.1C327.6 346.3 312.4 346.3 303 336.1L255.1 289.9L208.1 336.1C199.6 346.3 184.4 346.3 175 336.1C165.7 327.6 165.7 312.4 175 303L222.1 255.1L175 208.1C165.7 199.6 165.7 184.4 175 175V175zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg>'}});var S=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};class B extends n{valueChangeHandler(e){!e||Array.isArray(e)?(this.changeEventEmitter.emit(e),R.notify(L,{host:this.host,detail:this.value})):e&&!Array.isArray(e)&&this.setValue(null)}setValue(e){this.value=e}}S([s()],B.prototype,"host",void 0),S([s({writable:!0})],B.prototype,"value",void 0),S([s()],B.prototype,"changeEventEmitter",void 0),S([c("watchValue")],B.prototype,"valueChangeHandler",null);class H extends n{process(e){const t=Array.from(e||[]);if(e&&this.accept&&"*"!==this.accept&&"/*"!==this.accept){const e=this.accept.split(",");return t.filter((t=>this.validateFileType(t,e)))}return t}validateFileType(e,t){const r=e.name,o=(e.type||"").toLowerCase(),i=o.replace(/\/.*$/,"");return t.some((e=>(e=e.trim().toLowerCase()).startsWith(".")?r.toLowerCase().endsWith(e):e.endsWith("/*")?i===e.replace(/\/.*$/,""):o===e))}}!function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);a>3&&l&&Object.defineProperty(t,r,l)}([s()],H.prototype,"accept",void 0);var N=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};class P extends n{isSingleMode(){return 1===Number(this.maxCount)}checkMaxCount(){null!==this.maxCount&&this.maxCount<1&&(this.maxCount=null)}}N([s({writable:!0})],P.prototype,"maxCount",void 0),N([c("componentDidLoad"),c("watchMaxCount")],P.prototype,"checkMaxCount",null);var q=function(e,t,r,o){var i,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(t,r,l):i(t,r))||l);return a>3&&l&&Object.defineProperty(t,r,l),l};const G=class{constructor(e){r(this,e),this.vegaChange=o(this,"vegaChange",7),this.change=o(this,"change",7),this.vegaSelectedFileChange=o(this,"vegaSelectedFileChange",7),this.selectedFileChange=o(this,"selectedFileChange",7),this.vegaRemove=o(this,"vegaRemove",7),this.remove=o(this,"remove",7),this.vegaRetry=o(this,"vegaRetry",7),this.retry=o(this,"retry",7),this.vegaPreview=o(this,"vegaPreview",7),this.preview=o(this,"preview",7),this.globalSlimmers={},this.translationSlimmer=new E,this.vegaComponentUsageRuntimeMetricsSlimmer=new v,this.formFieldController=new k({propertyRules:[{propertyName:"required",ruleFactory:e=>e?new z:null}],validationRulesName:"validationRules",defaultValue:[],attributeGetter:e=>this[e],inputContainerGetter:()=>this.vegaFileUploaderContainerRenderer.getUploaderContainerRef(),touchableAreaGetter:()=>[this.vegaFileUploaderContainerRenderer.getUploaderContainerRef()]}),this.vegaFileUploaderRenderer=new V,this.vegaFileUploaderContainerRenderer=new O,this.vegaFileUploaderFileListRenderer=new A,this.vegaFileUploaderFileStatusRenderer=new D,this.vegaFileUploaderValueController=new B,this.dropFileFilterController=new H,this.fileLimitController=new P,this.changeEventEmitter=F(G,u),this.selectFileChangeEventEmitter=F(G,b),this.removeEventEmitter=F(G,m),this.retryEventEmitter=F(G,x),this.previewEventEmitter=F(G,w),this.label="",this.variant="uploadArea",this.hint="",this.value=[],this.disabled=!1,this.maxCount=null,this.required=!1,this.validationRules=[],this.autoValidation=!0,this.isValid=null}watchValue(e){}watchMaxCount(){}watchValidationRules(){}render(){return l(e(i,null,this.vegaFileUploaderRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{value:["watchValue"],maxCount:["watchMaxCount"],validationRules:["watchValidationRules"]}}};q([h()],G.prototype,"globalSlimmers",void 0),q([d()],G.prototype,"translationSlimmer",void 0),q([d()],G.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),q([d()],G.prototype,"formFieldController",void 0),q([d()],G.prototype,"vegaFileUploaderRenderer",void 0),q([d()],G.prototype,"vegaFileUploaderContainerRenderer",void 0),q([d()],G.prototype,"vegaFileUploaderFileListRenderer",void 0),q([d()],G.prototype,"vegaFileUploaderFileStatusRenderer",void 0),q([d()],G.prototype,"vegaFileUploaderValueController",void 0),q([d()],G.prototype,"dropFileFilterController",void 0),q([d()],G.prototype,"fileLimitController",void 0),q([d()],G.prototype,"changeEventEmitter",void 0),q([d()],G.prototype,"selectFileChangeEventEmitter",void 0),q([d()],G.prototype,"removeEventEmitter",void 0),q([d()],G.prototype,"retryEventEmitter",void 0),q([d()],G.prototype,"previewEventEmitter",void 0),G.style=':host{display:inline-block;text-align:left;width:100%;line-height:normal}:host .vega-file-uploader-container .vega-file-upload-area{text-align:center}:host .vega-file-uploader-container .vega-file-upload-area:hover{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border-color:rgba(var(--v-border-color-input-field-hover, 115, 160, 190, 1))}:host .vega-file-uploader-container .vega-file-upload-area:hover vega-icon,:host .vega-file-uploader-container .vega-file-upload-area:hover vega-font{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host .vega-file-uploader-container .vega-file-upload-area:focus-visible{outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:2px}:host .vega-file-uploader-container .vega-file-upload-area:active{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border-color:rgba(var(--v-border-color-action-active, 29, 65, 195, 1))}:host .vega-file-uploader-container .vega-file-upload-area:active vega-icon,:host .vega-file-uploader-container .vega-file-upload-area:active vega-font{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host .vega-file-uploader-container .vega-file-upload-area.disabled{border-color:rgba(var(--v-border-color-input-field-disabled, 222, 225, 227, 1));background-color:rgba(var(--v-bg-tertiary, 240, 243, 247, 1));outline:none}:host .vega-file-uploader-container .vega-file-upload-area.disabled vega-icon,:host .vega-file-uploader-container .vega-file-upload-area.disabled vega-font{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host .vega-file-uploader-container vega-button::part(button):focus-visible{outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:2px;box-shadow:0 0 0}:host .vega-file-uploader-container.error .vega-file-upload-area{border-color:rgba(var(--v-border-color-input-field-danger, 230, 50, 87, 1))}:host .vega-file-uploader-container.error .vega-file-upload-area:hover{border-color:rgba(var(--v-border-color-input-field-danger-hover, 255, 87, 114, 1))}:host .vega-file-uploader-container.error .vega-file-upload-area:focus-visible{outline:2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));outline-offset:2px}:host .vega-file-uploader-container.error .vega-file-upload-area:active{border-color:rgba(var(--v-border-color-input-field-danger-hover, 255, 87, 114, 1))}:host .vega-file-uploader-container.error vega-button::part(button),:host .vega-file-uploader-container.error vega-button::part(button):hover{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1));border-color:rgba(var(--v-border-color-danger, 230, 50, 87, 1))}:host .vega-file-uploader-container.error vega-button::part(button):hover{background-color:rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2));border-color:rgba(var(--v-border-color-danger-hover, 255, 87, 114, 1));color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host .vega-file-uploader-container.error vega-button::part(button):focus-visible{outline:2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));outline-offset:2px;box-shadow:0 0 0}:host .vega-file-uploader-container.error vega-button::part(button):active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1));border-color:rgba(var(--v-border-color-danger-active, 189, 41, 71, 1));background-color:rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))}:host .vega-file-uploader-file-list .vega-file-uploader-file .vega-file-preview-button{visibility:hidden}:host .vega-file-uploader-file-list .vega-file-uploader-file:hover{background-color:rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))}:host .vega-file-uploader-file-list .vega-file-uploader-file:hover .vega-file-preview-button{visibility:visible}:host .vega-file-uploader-file-list .vega-file-list-buttons{margin-left:8px;flex-shrink:0}:host .vega-file-uploader-file-list .vega-file-list-status svg{width:16px;height:16px}:host .vega-file-uploader-file-list .vega-file-status-and-name{padding-top:5px}:host .vega-file-uploader-file-list .vega-file-status-and-name vega-font{word-break:break-word}:host vega-field-label{margin-bottom:8px}:host .vega-file-uploader-file-list{margin-top:8px}:host .vega-file-uploader-file-list.vega-file-list-hidden{display:none}:host .vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:8px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host .vega-hidden{display:none}';export{G as vega_file_uploader}
@@ -1 +1 @@
1
- import{r as m,h as i,H as s,g as t}from"./p-1c298d5a.js";import{s as e}from"./p-9b797118.js";import{c as v,V as r,I as o}from"./p-6e1ab235.js";import{V as z,I as p}from"./p-4387d550.js";import{R as g}from"./p-79c55889.js";import{h as x}from"./p-b1f65b13.js";import{f as a}from"./p-636a3a8c.js";import{P as n,g as h}from"./p-c0291e2e.js";import"./p-262ec334.js";import"./p-74168615.js";import"./p-0c667d6a.js";import"./p-ed45b3b6.js";import"./p-3647d61d.js";import"./p-5f377954.js";import"./p-878dceb7.js";import"./p-37b05e0b.js";import"./p-6a334573.js";import"./p-bf953152.js";import"./p-97ded803.js";import"./p-6a1e7e2e.js";import"./p-1e940ce8.js";import"./p-7a40e033.js";import"./p-112455b1.js";import"./p-f7cf81b6.js";import"./p-2d0d575f.js";import"./p-e06361df.js";import"./p-317018ba.js";import"./p-cc63e827.js";import"./p-0fd6c35b.js";import"./p-7cb3666d.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-2205ee4c.js";var L=function(m,i,s,t){var e,v=arguments.length,r=v<3?i:null===t?t=Object.getOwnPropertyDescriptor(i,s):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(m,i,s,t);else for(var o=m.length-1;o>=0;o--)(e=m[o])&&(r=(v<3?e(r):v>3?e(i,s,r):e(i,s))||r);return v>3&&r&&Object.defineProperty(i,s,r),r};class l extends r{getSize(){const m={},i=g.formatCustom(this.direction),s=g.formatCustom(this.margin);return"vertical"===i?m.height=`calc(100% - ${this.getDirectionMargin(s,"top")}px - ${this.getDirectionMargin(s,"bottom")}px)`:m.width=`calc(100% - ${this.getDirectionMargin(s,"left")}px - ${this.getDirectionMargin(s,"right")}px)`,m}getDirectionMargin(m,i){const s="string"==typeof m?m:["top","bottom"].includes(i)?m.y||m[i]:m.x||m[i];return s?x[s]:0}}L([v()],l.prototype,"host",void 0),L([v()],l.prototype,"direction",void 0),L([v()],l.prototype,"margin",void 0);var b=function(m,i,s,t){var e,v=arguments.length,r=v<3?i:null===t?t=Object.getOwnPropertyDescriptor(i,s):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(m,i,s,t);else for(var o=m.length-1;o>=0;o--)(e=m[o])&&(r=(v<3?e(r):v>3?e(i,s,r):e(i,s))||r);return v>3&&r&&Object.defineProperty(i,s,r),r};const S=class{constructor(i){m(this,i),this.globalSlimmers={},this.pageResizeObserverSlimmer=new n,this.sizeController=new l,this.vegaComponentUsageRuntimeMetricsSlimmer=new z,this.currentBreakpoint=h(),this.direction="horizontal",this.variant="primary",this.margin="0"}render(){return e(i(s,{class:{[`vega-divider-${g.formatCustom(this.direction)}`]:!0,[`vega-divider-${this.variant}`]:!0,[a(this.margin,"margin")]:!0},style:this.sizeController.getSize()}),this.host)}get host(){return t(this)}};b([p()],S.prototype,"globalSlimmers",void 0),b([o()],S.prototype,"pageResizeObserverSlimmer",void 0),b([o()],S.prototype,"sizeController",void 0),b([o()],S.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),S.style=":host(.v-m-0),.v-m-0{margin:0px}:host(.v-mx-0),.v-mx-0{margin-left:0px;margin-right:0px}:host(.v-my-0),.v-my-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-0),.v-mt-0{margin-top:0px}:host(.v-mb-0),.v-mb-0{margin-bottom:0px}:host(.v-mr-0),.v-mr-0{margin-right:0px}:host(.v-ml-0),.v-ml-0{margin-left:0px}:host(.v-m-size-0),.v-m-size-0{margin:0px}:host(.v-mx-size-0),.v-mx-size-0{margin-left:0px;margin-right:0px}:host(.v-my-size-0),.v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-size-0),.v-mt-size-0{margin-top:0px}:host(.v-mb-size-0),.v-mb-size-0{margin-bottom:0px}:host(.v-mr-size-0),.v-mr-size-0{margin-right:0px}:host(.v-ml-size-0),.v-ml-size-0{margin-left:0px}:host(.v-m-size-4),.v-m-size-4{margin:4px}:host(.v-mx-size-4),.v-mx-size-4{margin-left:4px;margin-right:4px}:host(.v-my-size-4),.v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.v-mt-size-4),.v-mt-size-4{margin-top:4px}:host(.v-mb-size-4),.v-mb-size-4{margin-bottom:4px}:host(.v-mr-size-4),.v-mr-size-4{margin-right:4px}:host(.v-ml-size-4),.v-ml-size-4{margin-left:4px}:host(.v-m-size-8),.v-m-size-8{margin:8px}:host(.v-mx-size-8),.v-mx-size-8{margin-left:8px;margin-right:8px}:host(.v-my-size-8),.v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.v-mt-size-8),.v-mt-size-8{margin-top:8px}:host(.v-mb-size-8),.v-mb-size-8{margin-bottom:8px}:host(.v-mr-size-8),.v-mr-size-8{margin-right:8px}:host(.v-ml-size-8),.v-ml-size-8{margin-left:8px}:host(.v-m-size-12),.v-m-size-12{margin:12px}:host(.v-mx-size-12),.v-mx-size-12{margin-left:12px;margin-right:12px}:host(.v-my-size-12),.v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.v-mt-size-12),.v-mt-size-12{margin-top:12px}:host(.v-mb-size-12),.v-mb-size-12{margin-bottom:12px}:host(.v-mr-size-12),.v-mr-size-12{margin-right:12px}:host(.v-ml-size-12),.v-ml-size-12{margin-left:12px}:host(.v-m-size-16),.v-m-size-16{margin:16px}:host(.v-mx-size-16),.v-mx-size-16{margin-left:16px;margin-right:16px}:host(.v-my-size-16),.v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.v-mt-size-16),.v-mt-size-16{margin-top:16px}:host(.v-mb-size-16),.v-mb-size-16{margin-bottom:16px}:host(.v-mr-size-16),.v-mr-size-16{margin-right:16px}:host(.v-ml-size-16),.v-ml-size-16{margin-left:16px}:host(.v-m-size-20),.v-m-size-20{margin:20px}:host(.v-mx-size-20),.v-mx-size-20{margin-left:20px;margin-right:20px}:host(.v-my-size-20),.v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.v-mt-size-20),.v-mt-size-20{margin-top:20px}:host(.v-mb-size-20),.v-mb-size-20{margin-bottom:20px}:host(.v-mr-size-20),.v-mr-size-20{margin-right:20px}:host(.v-ml-size-20),.v-ml-size-20{margin-left:20px}:host(.v-m-size-24),.v-m-size-24{margin:24px}:host(.v-mx-size-24),.v-mx-size-24{margin-left:24px;margin-right:24px}:host(.v-my-size-24),.v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.v-mt-size-24),.v-mt-size-24{margin-top:24px}:host(.v-mb-size-24),.v-mb-size-24{margin-bottom:24px}:host(.v-mr-size-24),.v-mr-size-24{margin-right:24px}:host(.v-ml-size-24),.v-ml-size-24{margin-left:24px}:host(.v-m-size-32),.v-m-size-32{margin:32px}:host(.v-mx-size-32),.v-mx-size-32{margin-left:32px;margin-right:32px}:host(.v-my-size-32),.v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.v-mt-size-32),.v-mt-size-32{margin-top:32px}:host(.v-mb-size-32),.v-mb-size-32{margin-bottom:32px}:host(.v-mr-size-32),.v-mr-size-32{margin-right:32px}:host(.v-ml-size-32),.v-ml-size-32{margin-left:32px}:host(.v-m-size-40),.v-m-size-40{margin:40px}:host(.v-mx-size-40),.v-mx-size-40{margin-left:40px;margin-right:40px}:host(.v-my-size-40),.v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.v-mt-size-40),.v-mt-size-40{margin-top:40px}:host(.v-mb-size-40),.v-mb-size-40{margin-bottom:40px}:host(.v-mr-size-40),.v-mr-size-40{margin-right:40px}:host(.v-ml-size-40),.v-ml-size-40{margin-left:40px}:host(.v-m-size-48),.v-m-size-48{margin:48px}:host(.v-mx-size-48),.v-mx-size-48{margin-left:48px;margin-right:48px}:host(.v-my-size-48),.v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.v-mt-size-48),.v-mt-size-48{margin-top:48px}:host(.v-mb-size-48),.v-mb-size-48{margin-bottom:48px}:host(.v-mr-size-48),.v-mr-size-48{margin-right:48px}:host(.v-ml-size-48),.v-ml-size-48{margin-left:48px}:host(.v-m-size-64),.v-m-size-64{margin:64px}:host(.v-mx-size-64),.v-mx-size-64{margin-left:64px;margin-right:64px}:host(.v-my-size-64),.v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.v-mt-size-64),.v-mt-size-64{margin-top:64px}:host(.v-mb-size-64),.v-mb-size-64{margin-bottom:64px}:host(.v-mr-size-64),.v-mr-size-64{margin-right:64px}:host(.v-ml-size-64),.v-ml-size-64{margin-left:64px}:host(.v-m-size-72),.v-m-size-72{margin:72px}:host(.v-mx-size-72),.v-mx-size-72{margin-left:72px;margin-right:72px}:host(.v-my-size-72),.v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.v-mt-size-72),.v-mt-size-72{margin-top:72px}:host(.v-mb-size-72),.v-mb-size-72{margin-bottom:72px}:host(.v-mr-size-72),.v-mr-size-72{margin-right:72px}:host(.v-ml-size-72),.v-ml-size-72{margin-left:72px}:host(.v-m-size-80),.v-m-size-80{margin:80px}:host(.v-mx-size-80),.v-mx-size-80{margin-left:80px;margin-right:80px}:host(.v-my-size-80),.v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.v-mt-size-80),.v-mt-size-80{margin-top:80px}:host(.v-mb-size-80),.v-mb-size-80{margin-bottom:80px}:host(.v-mr-size-80),.v-mr-size-80{margin-right:80px}:host(.v-ml-size-80),.v-ml-size-80{margin-left:80px}:host(.v-m-size-112),.v-m-size-112{margin:112px}:host(.v-mx-size-112),.v-mx-size-112{margin-left:112px;margin-right:112px}:host(.v-my-size-112),.v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.v-mt-size-112),.v-mt-size-112{margin-top:112px}:host(.v-mb-size-112),.v-mb-size-112{margin-bottom:112px}:host(.v-mr-size-112),.v-mr-size-112{margin-right:112px}:host(.v-ml-size-112),.v-ml-size-112{margin-left:112px}:host(.v-m-size-2),.v-m-size-2{margin:2px}:host(.v-mx-size-2),.v-mx-size-2{margin-left:2px;margin-right:2px}:host(.v-my-size-2),.v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.v-mt-size-2),.v-mt-size-2{margin-top:2px}:host(.v-mb-size-2),.v-mb-size-2{margin-bottom:2px}:host(.v-mr-size-2),.v-mr-size-2{margin-right:2px}:host(.v-ml-size-2),.v-ml-size-2{margin-left:2px}@media (min-width: 320px){:host(.S\\:v-m-0),.S\\:v-m-0{margin:0px}:host(.S\\:v-mx-0),.S\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-0),.S\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-0),.S\\:v-mt-0{margin-top:0px}:host(.S\\:v-mb-0),.S\\:v-mb-0{margin-bottom:0px}:host(.S\\:v-mr-0),.S\\:v-mr-0{margin-right:0px}:host(.S\\:v-ml-0),.S\\:v-ml-0{margin-left:0px}:host(.S\\:v-m-size-0),.S\\:v-m-size-0{margin:0px}:host(.S\\:v-mx-size-0),.S\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-size-0),.S\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-size-0),.S\\:v-mt-size-0{margin-top:0px}:host(.S\\:v-mb-size-0),.S\\:v-mb-size-0{margin-bottom:0px}:host(.S\\:v-mr-size-0),.S\\:v-mr-size-0{margin-right:0px}:host(.S\\:v-ml-size-0),.S\\:v-ml-size-0{margin-left:0px}:host(.S\\:v-m-size-4),.S\\:v-m-size-4{margin:4px}:host(.S\\:v-mx-size-4),.S\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.S\\:v-my-size-4),.S\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.S\\:v-mt-size-4),.S\\:v-mt-size-4{margin-top:4px}:host(.S\\:v-mb-size-4),.S\\:v-mb-size-4{margin-bottom:4px}:host(.S\\:v-mr-size-4),.S\\:v-mr-size-4{margin-right:4px}:host(.S\\:v-ml-size-4),.S\\:v-ml-size-4{margin-left:4px}:host(.S\\:v-m-size-8),.S\\:v-m-size-8{margin:8px}:host(.S\\:v-mx-size-8),.S\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.S\\:v-my-size-8),.S\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.S\\:v-mt-size-8),.S\\:v-mt-size-8{margin-top:8px}:host(.S\\:v-mb-size-8),.S\\:v-mb-size-8{margin-bottom:8px}:host(.S\\:v-mr-size-8),.S\\:v-mr-size-8{margin-right:8px}:host(.S\\:v-ml-size-8),.S\\:v-ml-size-8{margin-left:8px}:host(.S\\:v-m-size-12),.S\\:v-m-size-12{margin:12px}:host(.S\\:v-mx-size-12),.S\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.S\\:v-my-size-12),.S\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.S\\:v-mt-size-12),.S\\:v-mt-size-12{margin-top:12px}:host(.S\\:v-mb-size-12),.S\\:v-mb-size-12{margin-bottom:12px}:host(.S\\:v-mr-size-12),.S\\:v-mr-size-12{margin-right:12px}:host(.S\\:v-ml-size-12),.S\\:v-ml-size-12{margin-left:12px}:host(.S\\:v-m-size-16),.S\\:v-m-size-16{margin:16px}:host(.S\\:v-mx-size-16),.S\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.S\\:v-my-size-16),.S\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.S\\:v-mt-size-16),.S\\:v-mt-size-16{margin-top:16px}:host(.S\\:v-mb-size-16),.S\\:v-mb-size-16{margin-bottom:16px}:host(.S\\:v-mr-size-16),.S\\:v-mr-size-16{margin-right:16px}:host(.S\\:v-ml-size-16),.S\\:v-ml-size-16{margin-left:16px}:host(.S\\:v-m-size-20),.S\\:v-m-size-20{margin:20px}:host(.S\\:v-mx-size-20),.S\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.S\\:v-my-size-20),.S\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.S\\:v-mt-size-20),.S\\:v-mt-size-20{margin-top:20px}:host(.S\\:v-mb-size-20),.S\\:v-mb-size-20{margin-bottom:20px}:host(.S\\:v-mr-size-20),.S\\:v-mr-size-20{margin-right:20px}:host(.S\\:v-ml-size-20),.S\\:v-ml-size-20{margin-left:20px}:host(.S\\:v-m-size-24),.S\\:v-m-size-24{margin:24px}:host(.S\\:v-mx-size-24),.S\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.S\\:v-my-size-24),.S\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.S\\:v-mt-size-24),.S\\:v-mt-size-24{margin-top:24px}:host(.S\\:v-mb-size-24),.S\\:v-mb-size-24{margin-bottom:24px}:host(.S\\:v-mr-size-24),.S\\:v-mr-size-24{margin-right:24px}:host(.S\\:v-ml-size-24),.S\\:v-ml-size-24{margin-left:24px}:host(.S\\:v-m-size-32),.S\\:v-m-size-32{margin:32px}:host(.S\\:v-mx-size-32),.S\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.S\\:v-my-size-32),.S\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.S\\:v-mt-size-32),.S\\:v-mt-size-32{margin-top:32px}:host(.S\\:v-mb-size-32),.S\\:v-mb-size-32{margin-bottom:32px}:host(.S\\:v-mr-size-32),.S\\:v-mr-size-32{margin-right:32px}:host(.S\\:v-ml-size-32),.S\\:v-ml-size-32{margin-left:32px}:host(.S\\:v-m-size-40),.S\\:v-m-size-40{margin:40px}:host(.S\\:v-mx-size-40),.S\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.S\\:v-my-size-40),.S\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.S\\:v-mt-size-40),.S\\:v-mt-size-40{margin-top:40px}:host(.S\\:v-mb-size-40),.S\\:v-mb-size-40{margin-bottom:40px}:host(.S\\:v-mr-size-40),.S\\:v-mr-size-40{margin-right:40px}:host(.S\\:v-ml-size-40),.S\\:v-ml-size-40{margin-left:40px}:host(.S\\:v-m-size-48),.S\\:v-m-size-48{margin:48px}:host(.S\\:v-mx-size-48),.S\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.S\\:v-my-size-48),.S\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.S\\:v-mt-size-48),.S\\:v-mt-size-48{margin-top:48px}:host(.S\\:v-mb-size-48),.S\\:v-mb-size-48{margin-bottom:48px}:host(.S\\:v-mr-size-48),.S\\:v-mr-size-48{margin-right:48px}:host(.S\\:v-ml-size-48),.S\\:v-ml-size-48{margin-left:48px}:host(.S\\:v-m-size-64),.S\\:v-m-size-64{margin:64px}:host(.S\\:v-mx-size-64),.S\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.S\\:v-my-size-64),.S\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.S\\:v-mt-size-64),.S\\:v-mt-size-64{margin-top:64px}:host(.S\\:v-mb-size-64),.S\\:v-mb-size-64{margin-bottom:64px}:host(.S\\:v-mr-size-64),.S\\:v-mr-size-64{margin-right:64px}:host(.S\\:v-ml-size-64),.S\\:v-ml-size-64{margin-left:64px}:host(.S\\:v-m-size-72),.S\\:v-m-size-72{margin:72px}:host(.S\\:v-mx-size-72),.S\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.S\\:v-my-size-72),.S\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.S\\:v-mt-size-72),.S\\:v-mt-size-72{margin-top:72px}:host(.S\\:v-mb-size-72),.S\\:v-mb-size-72{margin-bottom:72px}:host(.S\\:v-mr-size-72),.S\\:v-mr-size-72{margin-right:72px}:host(.S\\:v-ml-size-72),.S\\:v-ml-size-72{margin-left:72px}:host(.S\\:v-m-size-80),.S\\:v-m-size-80{margin:80px}:host(.S\\:v-mx-size-80),.S\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.S\\:v-my-size-80),.S\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.S\\:v-mt-size-80),.S\\:v-mt-size-80{margin-top:80px}:host(.S\\:v-mb-size-80),.S\\:v-mb-size-80{margin-bottom:80px}:host(.S\\:v-mr-size-80),.S\\:v-mr-size-80{margin-right:80px}:host(.S\\:v-ml-size-80),.S\\:v-ml-size-80{margin-left:80px}:host(.S\\:v-m-size-112),.S\\:v-m-size-112{margin:112px}:host(.S\\:v-mx-size-112),.S\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.S\\:v-my-size-112),.S\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.S\\:v-mt-size-112),.S\\:v-mt-size-112{margin-top:112px}:host(.S\\:v-mb-size-112),.S\\:v-mb-size-112{margin-bottom:112px}:host(.S\\:v-mr-size-112),.S\\:v-mr-size-112{margin-right:112px}:host(.S\\:v-ml-size-112),.S\\:v-ml-size-112{margin-left:112px}:host(.S\\:v-m-size-2),.S\\:v-m-size-2{margin:2px}:host(.S\\:v-mx-size-2),.S\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.S\\:v-my-size-2),.S\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.S\\:v-mt-size-2),.S\\:v-mt-size-2{margin-top:2px}:host(.S\\:v-mb-size-2),.S\\:v-mb-size-2{margin-bottom:2px}:host(.S\\:v-mr-size-2),.S\\:v-mr-size-2{margin-right:2px}:host(.S\\:v-ml-size-2),.S\\:v-ml-size-2{margin-left:2px}}@media (min-width: 768px){:host(.M\\:v-m-0),.M\\:v-m-0{margin:0px}:host(.M\\:v-mx-0),.M\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-0),.M\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-0),.M\\:v-mt-0{margin-top:0px}:host(.M\\:v-mb-0),.M\\:v-mb-0{margin-bottom:0px}:host(.M\\:v-mr-0),.M\\:v-mr-0{margin-right:0px}:host(.M\\:v-ml-0),.M\\:v-ml-0{margin-left:0px}:host(.M\\:v-m-size-0),.M\\:v-m-size-0{margin:0px}:host(.M\\:v-mx-size-0),.M\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-size-0),.M\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-size-0),.M\\:v-mt-size-0{margin-top:0px}:host(.M\\:v-mb-size-0),.M\\:v-mb-size-0{margin-bottom:0px}:host(.M\\:v-mr-size-0),.M\\:v-mr-size-0{margin-right:0px}:host(.M\\:v-ml-size-0),.M\\:v-ml-size-0{margin-left:0px}:host(.M\\:v-m-size-4),.M\\:v-m-size-4{margin:4px}:host(.M\\:v-mx-size-4),.M\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.M\\:v-my-size-4),.M\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.M\\:v-mt-size-4),.M\\:v-mt-size-4{margin-top:4px}:host(.M\\:v-mb-size-4),.M\\:v-mb-size-4{margin-bottom:4px}:host(.M\\:v-mr-size-4),.M\\:v-mr-size-4{margin-right:4px}:host(.M\\:v-ml-size-4),.M\\:v-ml-size-4{margin-left:4px}:host(.M\\:v-m-size-8),.M\\:v-m-size-8{margin:8px}:host(.M\\:v-mx-size-8),.M\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.M\\:v-my-size-8),.M\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.M\\:v-mt-size-8),.M\\:v-mt-size-8{margin-top:8px}:host(.M\\:v-mb-size-8),.M\\:v-mb-size-8{margin-bottom:8px}:host(.M\\:v-mr-size-8),.M\\:v-mr-size-8{margin-right:8px}:host(.M\\:v-ml-size-8),.M\\:v-ml-size-8{margin-left:8px}:host(.M\\:v-m-size-12),.M\\:v-m-size-12{margin:12px}:host(.M\\:v-mx-size-12),.M\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.M\\:v-my-size-12),.M\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.M\\:v-mt-size-12),.M\\:v-mt-size-12{margin-top:12px}:host(.M\\:v-mb-size-12),.M\\:v-mb-size-12{margin-bottom:12px}:host(.M\\:v-mr-size-12),.M\\:v-mr-size-12{margin-right:12px}:host(.M\\:v-ml-size-12),.M\\:v-ml-size-12{margin-left:12px}:host(.M\\:v-m-size-16),.M\\:v-m-size-16{margin:16px}:host(.M\\:v-mx-size-16),.M\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.M\\:v-my-size-16),.M\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.M\\:v-mt-size-16),.M\\:v-mt-size-16{margin-top:16px}:host(.M\\:v-mb-size-16),.M\\:v-mb-size-16{margin-bottom:16px}:host(.M\\:v-mr-size-16),.M\\:v-mr-size-16{margin-right:16px}:host(.M\\:v-ml-size-16),.M\\:v-ml-size-16{margin-left:16px}:host(.M\\:v-m-size-20),.M\\:v-m-size-20{margin:20px}:host(.M\\:v-mx-size-20),.M\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.M\\:v-my-size-20),.M\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.M\\:v-mt-size-20),.M\\:v-mt-size-20{margin-top:20px}:host(.M\\:v-mb-size-20),.M\\:v-mb-size-20{margin-bottom:20px}:host(.M\\:v-mr-size-20),.M\\:v-mr-size-20{margin-right:20px}:host(.M\\:v-ml-size-20),.M\\:v-ml-size-20{margin-left:20px}:host(.M\\:v-m-size-24),.M\\:v-m-size-24{margin:24px}:host(.M\\:v-mx-size-24),.M\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.M\\:v-my-size-24),.M\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.M\\:v-mt-size-24),.M\\:v-mt-size-24{margin-top:24px}:host(.M\\:v-mb-size-24),.M\\:v-mb-size-24{margin-bottom:24px}:host(.M\\:v-mr-size-24),.M\\:v-mr-size-24{margin-right:24px}:host(.M\\:v-ml-size-24),.M\\:v-ml-size-24{margin-left:24px}:host(.M\\:v-m-size-32),.M\\:v-m-size-32{margin:32px}:host(.M\\:v-mx-size-32),.M\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.M\\:v-my-size-32),.M\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.M\\:v-mt-size-32),.M\\:v-mt-size-32{margin-top:32px}:host(.M\\:v-mb-size-32),.M\\:v-mb-size-32{margin-bottom:32px}:host(.M\\:v-mr-size-32),.M\\:v-mr-size-32{margin-right:32px}:host(.M\\:v-ml-size-32),.M\\:v-ml-size-32{margin-left:32px}:host(.M\\:v-m-size-40),.M\\:v-m-size-40{margin:40px}:host(.M\\:v-mx-size-40),.M\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.M\\:v-my-size-40),.M\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.M\\:v-mt-size-40),.M\\:v-mt-size-40{margin-top:40px}:host(.M\\:v-mb-size-40),.M\\:v-mb-size-40{margin-bottom:40px}:host(.M\\:v-mr-size-40),.M\\:v-mr-size-40{margin-right:40px}:host(.M\\:v-ml-size-40),.M\\:v-ml-size-40{margin-left:40px}:host(.M\\:v-m-size-48),.M\\:v-m-size-48{margin:48px}:host(.M\\:v-mx-size-48),.M\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.M\\:v-my-size-48),.M\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.M\\:v-mt-size-48),.M\\:v-mt-size-48{margin-top:48px}:host(.M\\:v-mb-size-48),.M\\:v-mb-size-48{margin-bottom:48px}:host(.M\\:v-mr-size-48),.M\\:v-mr-size-48{margin-right:48px}:host(.M\\:v-ml-size-48),.M\\:v-ml-size-48{margin-left:48px}:host(.M\\:v-m-size-64),.M\\:v-m-size-64{margin:64px}:host(.M\\:v-mx-size-64),.M\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.M\\:v-my-size-64),.M\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.M\\:v-mt-size-64),.M\\:v-mt-size-64{margin-top:64px}:host(.M\\:v-mb-size-64),.M\\:v-mb-size-64{margin-bottom:64px}:host(.M\\:v-mr-size-64),.M\\:v-mr-size-64{margin-right:64px}:host(.M\\:v-ml-size-64),.M\\:v-ml-size-64{margin-left:64px}:host(.M\\:v-m-size-72),.M\\:v-m-size-72{margin:72px}:host(.M\\:v-mx-size-72),.M\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.M\\:v-my-size-72),.M\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.M\\:v-mt-size-72),.M\\:v-mt-size-72{margin-top:72px}:host(.M\\:v-mb-size-72),.M\\:v-mb-size-72{margin-bottom:72px}:host(.M\\:v-mr-size-72),.M\\:v-mr-size-72{margin-right:72px}:host(.M\\:v-ml-size-72),.M\\:v-ml-size-72{margin-left:72px}:host(.M\\:v-m-size-80),.M\\:v-m-size-80{margin:80px}:host(.M\\:v-mx-size-80),.M\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.M\\:v-my-size-80),.M\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.M\\:v-mt-size-80),.M\\:v-mt-size-80{margin-top:80px}:host(.M\\:v-mb-size-80),.M\\:v-mb-size-80{margin-bottom:80px}:host(.M\\:v-mr-size-80),.M\\:v-mr-size-80{margin-right:80px}:host(.M\\:v-ml-size-80),.M\\:v-ml-size-80{margin-left:80px}:host(.M\\:v-m-size-112),.M\\:v-m-size-112{margin:112px}:host(.M\\:v-mx-size-112),.M\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.M\\:v-my-size-112),.M\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.M\\:v-mt-size-112),.M\\:v-mt-size-112{margin-top:112px}:host(.M\\:v-mb-size-112),.M\\:v-mb-size-112{margin-bottom:112px}:host(.M\\:v-mr-size-112),.M\\:v-mr-size-112{margin-right:112px}:host(.M\\:v-ml-size-112),.M\\:v-ml-size-112{margin-left:112px}:host(.M\\:v-m-size-2),.M\\:v-m-size-2{margin:2px}:host(.M\\:v-mx-size-2),.M\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.M\\:v-my-size-2),.M\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.M\\:v-mt-size-2),.M\\:v-mt-size-2{margin-top:2px}:host(.M\\:v-mb-size-2),.M\\:v-mb-size-2{margin-bottom:2px}:host(.M\\:v-mr-size-2),.M\\:v-mr-size-2{margin-right:2px}:host(.M\\:v-ml-size-2),.M\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1024px){:host(.L\\:v-m-0),.L\\:v-m-0{margin:0px}:host(.L\\:v-mx-0),.L\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-0),.L\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-0),.L\\:v-mt-0{margin-top:0px}:host(.L\\:v-mb-0),.L\\:v-mb-0{margin-bottom:0px}:host(.L\\:v-mr-0),.L\\:v-mr-0{margin-right:0px}:host(.L\\:v-ml-0),.L\\:v-ml-0{margin-left:0px}:host(.L\\:v-m-size-0),.L\\:v-m-size-0{margin:0px}:host(.L\\:v-mx-size-0),.L\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-size-0),.L\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-size-0),.L\\:v-mt-size-0{margin-top:0px}:host(.L\\:v-mb-size-0),.L\\:v-mb-size-0{margin-bottom:0px}:host(.L\\:v-mr-size-0),.L\\:v-mr-size-0{margin-right:0px}:host(.L\\:v-ml-size-0),.L\\:v-ml-size-0{margin-left:0px}:host(.L\\:v-m-size-4),.L\\:v-m-size-4{margin:4px}:host(.L\\:v-mx-size-4),.L\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.L\\:v-my-size-4),.L\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.L\\:v-mt-size-4),.L\\:v-mt-size-4{margin-top:4px}:host(.L\\:v-mb-size-4),.L\\:v-mb-size-4{margin-bottom:4px}:host(.L\\:v-mr-size-4),.L\\:v-mr-size-4{margin-right:4px}:host(.L\\:v-ml-size-4),.L\\:v-ml-size-4{margin-left:4px}:host(.L\\:v-m-size-8),.L\\:v-m-size-8{margin:8px}:host(.L\\:v-mx-size-8),.L\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.L\\:v-my-size-8),.L\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.L\\:v-mt-size-8),.L\\:v-mt-size-8{margin-top:8px}:host(.L\\:v-mb-size-8),.L\\:v-mb-size-8{margin-bottom:8px}:host(.L\\:v-mr-size-8),.L\\:v-mr-size-8{margin-right:8px}:host(.L\\:v-ml-size-8),.L\\:v-ml-size-8{margin-left:8px}:host(.L\\:v-m-size-12),.L\\:v-m-size-12{margin:12px}:host(.L\\:v-mx-size-12),.L\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.L\\:v-my-size-12),.L\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.L\\:v-mt-size-12),.L\\:v-mt-size-12{margin-top:12px}:host(.L\\:v-mb-size-12),.L\\:v-mb-size-12{margin-bottom:12px}:host(.L\\:v-mr-size-12),.L\\:v-mr-size-12{margin-right:12px}:host(.L\\:v-ml-size-12),.L\\:v-ml-size-12{margin-left:12px}:host(.L\\:v-m-size-16),.L\\:v-m-size-16{margin:16px}:host(.L\\:v-mx-size-16),.L\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.L\\:v-my-size-16),.L\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.L\\:v-mt-size-16),.L\\:v-mt-size-16{margin-top:16px}:host(.L\\:v-mb-size-16),.L\\:v-mb-size-16{margin-bottom:16px}:host(.L\\:v-mr-size-16),.L\\:v-mr-size-16{margin-right:16px}:host(.L\\:v-ml-size-16),.L\\:v-ml-size-16{margin-left:16px}:host(.L\\:v-m-size-20),.L\\:v-m-size-20{margin:20px}:host(.L\\:v-mx-size-20),.L\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.L\\:v-my-size-20),.L\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.L\\:v-mt-size-20),.L\\:v-mt-size-20{margin-top:20px}:host(.L\\:v-mb-size-20),.L\\:v-mb-size-20{margin-bottom:20px}:host(.L\\:v-mr-size-20),.L\\:v-mr-size-20{margin-right:20px}:host(.L\\:v-ml-size-20),.L\\:v-ml-size-20{margin-left:20px}:host(.L\\:v-m-size-24),.L\\:v-m-size-24{margin:24px}:host(.L\\:v-mx-size-24),.L\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.L\\:v-my-size-24),.L\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.L\\:v-mt-size-24),.L\\:v-mt-size-24{margin-top:24px}:host(.L\\:v-mb-size-24),.L\\:v-mb-size-24{margin-bottom:24px}:host(.L\\:v-mr-size-24),.L\\:v-mr-size-24{margin-right:24px}:host(.L\\:v-ml-size-24),.L\\:v-ml-size-24{margin-left:24px}:host(.L\\:v-m-size-32),.L\\:v-m-size-32{margin:32px}:host(.L\\:v-mx-size-32),.L\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.L\\:v-my-size-32),.L\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.L\\:v-mt-size-32),.L\\:v-mt-size-32{margin-top:32px}:host(.L\\:v-mb-size-32),.L\\:v-mb-size-32{margin-bottom:32px}:host(.L\\:v-mr-size-32),.L\\:v-mr-size-32{margin-right:32px}:host(.L\\:v-ml-size-32),.L\\:v-ml-size-32{margin-left:32px}:host(.L\\:v-m-size-40),.L\\:v-m-size-40{margin:40px}:host(.L\\:v-mx-size-40),.L\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.L\\:v-my-size-40),.L\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.L\\:v-mt-size-40),.L\\:v-mt-size-40{margin-top:40px}:host(.L\\:v-mb-size-40),.L\\:v-mb-size-40{margin-bottom:40px}:host(.L\\:v-mr-size-40),.L\\:v-mr-size-40{margin-right:40px}:host(.L\\:v-ml-size-40),.L\\:v-ml-size-40{margin-left:40px}:host(.L\\:v-m-size-48),.L\\:v-m-size-48{margin:48px}:host(.L\\:v-mx-size-48),.L\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.L\\:v-my-size-48),.L\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.L\\:v-mt-size-48),.L\\:v-mt-size-48{margin-top:48px}:host(.L\\:v-mb-size-48),.L\\:v-mb-size-48{margin-bottom:48px}:host(.L\\:v-mr-size-48),.L\\:v-mr-size-48{margin-right:48px}:host(.L\\:v-ml-size-48),.L\\:v-ml-size-48{margin-left:48px}:host(.L\\:v-m-size-64),.L\\:v-m-size-64{margin:64px}:host(.L\\:v-mx-size-64),.L\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.L\\:v-my-size-64),.L\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.L\\:v-mt-size-64),.L\\:v-mt-size-64{margin-top:64px}:host(.L\\:v-mb-size-64),.L\\:v-mb-size-64{margin-bottom:64px}:host(.L\\:v-mr-size-64),.L\\:v-mr-size-64{margin-right:64px}:host(.L\\:v-ml-size-64),.L\\:v-ml-size-64{margin-left:64px}:host(.L\\:v-m-size-72),.L\\:v-m-size-72{margin:72px}:host(.L\\:v-mx-size-72),.L\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.L\\:v-my-size-72),.L\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.L\\:v-mt-size-72),.L\\:v-mt-size-72{margin-top:72px}:host(.L\\:v-mb-size-72),.L\\:v-mb-size-72{margin-bottom:72px}:host(.L\\:v-mr-size-72),.L\\:v-mr-size-72{margin-right:72px}:host(.L\\:v-ml-size-72),.L\\:v-ml-size-72{margin-left:72px}:host(.L\\:v-m-size-80),.L\\:v-m-size-80{margin:80px}:host(.L\\:v-mx-size-80),.L\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.L\\:v-my-size-80),.L\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.L\\:v-mt-size-80),.L\\:v-mt-size-80{margin-top:80px}:host(.L\\:v-mb-size-80),.L\\:v-mb-size-80{margin-bottom:80px}:host(.L\\:v-mr-size-80),.L\\:v-mr-size-80{margin-right:80px}:host(.L\\:v-ml-size-80),.L\\:v-ml-size-80{margin-left:80px}:host(.L\\:v-m-size-112),.L\\:v-m-size-112{margin:112px}:host(.L\\:v-mx-size-112),.L\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.L\\:v-my-size-112),.L\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.L\\:v-mt-size-112),.L\\:v-mt-size-112{margin-top:112px}:host(.L\\:v-mb-size-112),.L\\:v-mb-size-112{margin-bottom:112px}:host(.L\\:v-mr-size-112),.L\\:v-mr-size-112{margin-right:112px}:host(.L\\:v-ml-size-112),.L\\:v-ml-size-112{margin-left:112px}:host(.L\\:v-m-size-2),.L\\:v-m-size-2{margin:2px}:host(.L\\:v-mx-size-2),.L\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.L\\:v-my-size-2),.L\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.L\\:v-mt-size-2),.L\\:v-mt-size-2{margin-top:2px}:host(.L\\:v-mb-size-2),.L\\:v-mb-size-2{margin-bottom:2px}:host(.L\\:v-mr-size-2),.L\\:v-mr-size-2{margin-right:2px}:host(.L\\:v-ml-size-2),.L\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1440px){:host(.XL\\:v-m-0),.XL\\:v-m-0{margin:0px}:host(.XL\\:v-mx-0),.XL\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-0),.XL\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-0),.XL\\:v-mt-0{margin-top:0px}:host(.XL\\:v-mb-0),.XL\\:v-mb-0{margin-bottom:0px}:host(.XL\\:v-mr-0),.XL\\:v-mr-0{margin-right:0px}:host(.XL\\:v-ml-0),.XL\\:v-ml-0{margin-left:0px}:host(.XL\\:v-m-size-0),.XL\\:v-m-size-0{margin:0px}:host(.XL\\:v-mx-size-0),.XL\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-size-0),.XL\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-size-0),.XL\\:v-mt-size-0{margin-top:0px}:host(.XL\\:v-mb-size-0),.XL\\:v-mb-size-0{margin-bottom:0px}:host(.XL\\:v-mr-size-0),.XL\\:v-mr-size-0{margin-right:0px}:host(.XL\\:v-ml-size-0),.XL\\:v-ml-size-0{margin-left:0px}:host(.XL\\:v-m-size-4),.XL\\:v-m-size-4{margin:4px}:host(.XL\\:v-mx-size-4),.XL\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.XL\\:v-my-size-4),.XL\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.XL\\:v-mt-size-4),.XL\\:v-mt-size-4{margin-top:4px}:host(.XL\\:v-mb-size-4),.XL\\:v-mb-size-4{margin-bottom:4px}:host(.XL\\:v-mr-size-4),.XL\\:v-mr-size-4{margin-right:4px}:host(.XL\\:v-ml-size-4),.XL\\:v-ml-size-4{margin-left:4px}:host(.XL\\:v-m-size-8),.XL\\:v-m-size-8{margin:8px}:host(.XL\\:v-mx-size-8),.XL\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.XL\\:v-my-size-8),.XL\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.XL\\:v-mt-size-8),.XL\\:v-mt-size-8{margin-top:8px}:host(.XL\\:v-mb-size-8),.XL\\:v-mb-size-8{margin-bottom:8px}:host(.XL\\:v-mr-size-8),.XL\\:v-mr-size-8{margin-right:8px}:host(.XL\\:v-ml-size-8),.XL\\:v-ml-size-8{margin-left:8px}:host(.XL\\:v-m-size-12),.XL\\:v-m-size-12{margin:12px}:host(.XL\\:v-mx-size-12),.XL\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.XL\\:v-my-size-12),.XL\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.XL\\:v-mt-size-12),.XL\\:v-mt-size-12{margin-top:12px}:host(.XL\\:v-mb-size-12),.XL\\:v-mb-size-12{margin-bottom:12px}:host(.XL\\:v-mr-size-12),.XL\\:v-mr-size-12{margin-right:12px}:host(.XL\\:v-ml-size-12),.XL\\:v-ml-size-12{margin-left:12px}:host(.XL\\:v-m-size-16),.XL\\:v-m-size-16{margin:16px}:host(.XL\\:v-mx-size-16),.XL\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.XL\\:v-my-size-16),.XL\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.XL\\:v-mt-size-16),.XL\\:v-mt-size-16{margin-top:16px}:host(.XL\\:v-mb-size-16),.XL\\:v-mb-size-16{margin-bottom:16px}:host(.XL\\:v-mr-size-16),.XL\\:v-mr-size-16{margin-right:16px}:host(.XL\\:v-ml-size-16),.XL\\:v-ml-size-16{margin-left:16px}:host(.XL\\:v-m-size-20),.XL\\:v-m-size-20{margin:20px}:host(.XL\\:v-mx-size-20),.XL\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.XL\\:v-my-size-20),.XL\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.XL\\:v-mt-size-20),.XL\\:v-mt-size-20{margin-top:20px}:host(.XL\\:v-mb-size-20),.XL\\:v-mb-size-20{margin-bottom:20px}:host(.XL\\:v-mr-size-20),.XL\\:v-mr-size-20{margin-right:20px}:host(.XL\\:v-ml-size-20),.XL\\:v-ml-size-20{margin-left:20px}:host(.XL\\:v-m-size-24),.XL\\:v-m-size-24{margin:24px}:host(.XL\\:v-mx-size-24),.XL\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.XL\\:v-my-size-24),.XL\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.XL\\:v-mt-size-24),.XL\\:v-mt-size-24{margin-top:24px}:host(.XL\\:v-mb-size-24),.XL\\:v-mb-size-24{margin-bottom:24px}:host(.XL\\:v-mr-size-24),.XL\\:v-mr-size-24{margin-right:24px}:host(.XL\\:v-ml-size-24),.XL\\:v-ml-size-24{margin-left:24px}:host(.XL\\:v-m-size-32),.XL\\:v-m-size-32{margin:32px}:host(.XL\\:v-mx-size-32),.XL\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.XL\\:v-my-size-32),.XL\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.XL\\:v-mt-size-32),.XL\\:v-mt-size-32{margin-top:32px}:host(.XL\\:v-mb-size-32),.XL\\:v-mb-size-32{margin-bottom:32px}:host(.XL\\:v-mr-size-32),.XL\\:v-mr-size-32{margin-right:32px}:host(.XL\\:v-ml-size-32),.XL\\:v-ml-size-32{margin-left:32px}:host(.XL\\:v-m-size-40),.XL\\:v-m-size-40{margin:40px}:host(.XL\\:v-mx-size-40),.XL\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.XL\\:v-my-size-40),.XL\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.XL\\:v-mt-size-40),.XL\\:v-mt-size-40{margin-top:40px}:host(.XL\\:v-mb-size-40),.XL\\:v-mb-size-40{margin-bottom:40px}:host(.XL\\:v-mr-size-40),.XL\\:v-mr-size-40{margin-right:40px}:host(.XL\\:v-ml-size-40),.XL\\:v-ml-size-40{margin-left:40px}:host(.XL\\:v-m-size-48),.XL\\:v-m-size-48{margin:48px}:host(.XL\\:v-mx-size-48),.XL\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.XL\\:v-my-size-48),.XL\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.XL\\:v-mt-size-48),.XL\\:v-mt-size-48{margin-top:48px}:host(.XL\\:v-mb-size-48),.XL\\:v-mb-size-48{margin-bottom:48px}:host(.XL\\:v-mr-size-48),.XL\\:v-mr-size-48{margin-right:48px}:host(.XL\\:v-ml-size-48),.XL\\:v-ml-size-48{margin-left:48px}:host(.XL\\:v-m-size-64),.XL\\:v-m-size-64{margin:64px}:host(.XL\\:v-mx-size-64),.XL\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.XL\\:v-my-size-64),.XL\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.XL\\:v-mt-size-64),.XL\\:v-mt-size-64{margin-top:64px}:host(.XL\\:v-mb-size-64),.XL\\:v-mb-size-64{margin-bottom:64px}:host(.XL\\:v-mr-size-64),.XL\\:v-mr-size-64{margin-right:64px}:host(.XL\\:v-ml-size-64),.XL\\:v-ml-size-64{margin-left:64px}:host(.XL\\:v-m-size-72),.XL\\:v-m-size-72{margin:72px}:host(.XL\\:v-mx-size-72),.XL\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.XL\\:v-my-size-72),.XL\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.XL\\:v-mt-size-72),.XL\\:v-mt-size-72{margin-top:72px}:host(.XL\\:v-mb-size-72),.XL\\:v-mb-size-72{margin-bottom:72px}:host(.XL\\:v-mr-size-72),.XL\\:v-mr-size-72{margin-right:72px}:host(.XL\\:v-ml-size-72),.XL\\:v-ml-size-72{margin-left:72px}:host(.XL\\:v-m-size-80),.XL\\:v-m-size-80{margin:80px}:host(.XL\\:v-mx-size-80),.XL\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.XL\\:v-my-size-80),.XL\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.XL\\:v-mt-size-80),.XL\\:v-mt-size-80{margin-top:80px}:host(.XL\\:v-mb-size-80),.XL\\:v-mb-size-80{margin-bottom:80px}:host(.XL\\:v-mr-size-80),.XL\\:v-mr-size-80{margin-right:80px}:host(.XL\\:v-ml-size-80),.XL\\:v-ml-size-80{margin-left:80px}:host(.XL\\:v-m-size-112),.XL\\:v-m-size-112{margin:112px}:host(.XL\\:v-mx-size-112),.XL\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.XL\\:v-my-size-112),.XL\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.XL\\:v-mt-size-112),.XL\\:v-mt-size-112{margin-top:112px}:host(.XL\\:v-mb-size-112),.XL\\:v-mb-size-112{margin-bottom:112px}:host(.XL\\:v-mr-size-112),.XL\\:v-mr-size-112{margin-right:112px}:host(.XL\\:v-ml-size-112),.XL\\:v-ml-size-112{margin-left:112px}:host(.XL\\:v-m-size-2),.XL\\:v-m-size-2{margin:2px}:host(.XL\\:v-mx-size-2),.XL\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.XL\\:v-my-size-2),.XL\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.XL\\:v-mt-size-2),.XL\\:v-mt-size-2{margin-top:2px}:host(.XL\\:v-mb-size-2),.XL\\:v-mb-size-2{margin-bottom:2px}:host(.XL\\:v-mr-size-2),.XL\\:v-mr-size-2{margin-right:2px}:host(.XL\\:v-ml-size-2),.XL\\:v-ml-size-2{margin-left:2px}}:host(.vega-divider-horizontal){display:block;height:1px;width:100%}:host(.vega-divider-vertical){display:inline-block;width:1px;height:100%}:host(.vega-divider-primary){background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1))}:host(.vega-divider-secondary){background-color:rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))}";export{S as vega_divider}
1
+ import{r as i,h as s,H as t,g as e}from"./p-1c298d5a.js";import{F as m}from"./p-1e940ce8.js";import{s as o}from"./p-9b797118.js";import{f as p,l as a}from"./p-213752bd.js";import{a as v}from"./p-bf953152.js";import{I as g}from"./p-6e1ab235.js";import{V as r,I as z}from"./p-4387d550.js";import{P as x}from"./p-c0291e2e.js";import{f as h}from"./p-3e285c35.js";import"./p-7a40e033.js";import"./p-112455b1.js";import"./p-b1f65b13.js";import"./p-ed45b3b6.js";import"./p-74168615.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-1e2886b5.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-3647d61d.js";import"./p-5f377954.js";import"./p-8ade44bf.js";import"./p-37b05e0b.js";import"./p-6a334573.js";import"./p-50677c8e.js";import"./p-5773a9a3.js";import"./p-2d0d575f.js";import"./p-331a62d5.js";import"./p-804f71b3.js";import"./p-6f81fe1e.js";import"./p-cc63e827.js";import"./p-0fd6c35b.js";import"./p-8d283666.js";import"./p-3d3cd394.js";import"./p-12d60f5f.js";import"./p-2205ee4c.js";const n=[{payloadKey:"BREAK_POINT_IS_NONE",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"None"===i.breakpoint},{payloadKey:"BREAK_POINT_IS_DEFAULT",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"default"===i.breakpoint},{payloadKey:"BREAK_POINT_IS_S",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"S"===i.breakpoint},{payloadKey:"BREAK_POINT_IS_M",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"M"===i.breakpoint},{payloadKey:"BREAK_POINT_IS_L",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"L"===i.breakpoint},{payloadKey:"BREAK_POINT_IS_XL",payloadDescription:"@deprecated Determines the breakpoint at which the flex direction transitions from row-based layout to column-based layout, or vice versa.",payloadValue:i=>"XL"===i.breakpoint},{payloadKey:"USE_NATIVE_FLEX_IS_TRUE",payloadDescription:"@deprecated Specifies whether to use the native flex layout.",payloadValue:i=>!0===i.useNativeFlex},{payloadKey:"USE_NATIVE_FLEX_IS_FALSE",payloadDescription:"@deprecated Specifies whether to use the native flex layout.",payloadValue:i=>!1===i.useNativeFlex}];var l=function(i,s,t,e){var m,o=arguments.length,p=o<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,t):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)p=Reflect.decorate(i,s,t,e);else for(var a=i.length-1;a>=0;a--)(m=i[a])&&(p=(o<3?m(p):o>3?m(s,t,p):m(s,t))||p);return o>3&&p&&Object.defineProperty(s,t,p),p};const L=class{constructor(s){i(this,s),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new r(n),this.pageResizeSlimmer=new x,this.breakpoint="S",this.direction="row",this.useNativeFlex=!0}render(){const i=[p(this.gap,"gap"),p(this.margin,"margin"),"None"===this.breakpoint||m.isEnabled("VEGA_FLEX.ENABLE_DIRECTION_ONLY")?"":a(this.breakpoint),p(this.alignItems,"flexAlignItem"),p(this.justifyContent,"flexJustifyContent"),p(this.flexWrap,"flexWrap"),this.useNativeFlex?"vega-flex-native-based":""];(m.isEnabled("VEGA_FLEX.ENABLE_DIRECTION_ONLY")||"None"===this.breakpoint)&&(i.push("vega-flex-None"),i.push(p(this.direction,"flexDirection")));const e=h(this.flex,this.flexGrow,this.flexShrink,this.flexBasis);return o(s(t,{style:e,class:v(i)},s("slot",null)),this.host)}get host(){return e(this)}};l([z()],L.prototype,"globalSlimmers",void 0),l([g()],L.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),l([g()],L.prototype,"pageResizeSlimmer",void 0),L.style=':host(.v-m-0),.v-m-0{margin:0px}:host(.v-mx-0),.v-mx-0{margin-left:0px;margin-right:0px}:host(.v-my-0),.v-my-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-0),.v-mt-0{margin-top:0px}:host(.v-mb-0),.v-mb-0{margin-bottom:0px}:host(.v-mr-0),.v-mr-0{margin-right:0px}:host(.v-ml-0),.v-ml-0{margin-left:0px}:host(.v-m-size-0),.v-m-size-0{margin:0px}:host(.v-mx-size-0),.v-mx-size-0{margin-left:0px;margin-right:0px}:host(.v-my-size-0),.v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-size-0),.v-mt-size-0{margin-top:0px}:host(.v-mb-size-0),.v-mb-size-0{margin-bottom:0px}:host(.v-mr-size-0),.v-mr-size-0{margin-right:0px}:host(.v-ml-size-0),.v-ml-size-0{margin-left:0px}:host(.v-m-size-4),.v-m-size-4{margin:4px}:host(.v-mx-size-4),.v-mx-size-4{margin-left:4px;margin-right:4px}:host(.v-my-size-4),.v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.v-mt-size-4),.v-mt-size-4{margin-top:4px}:host(.v-mb-size-4),.v-mb-size-4{margin-bottom:4px}:host(.v-mr-size-4),.v-mr-size-4{margin-right:4px}:host(.v-ml-size-4),.v-ml-size-4{margin-left:4px}:host(.v-m-size-8),.v-m-size-8{margin:8px}:host(.v-mx-size-8),.v-mx-size-8{margin-left:8px;margin-right:8px}:host(.v-my-size-8),.v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.v-mt-size-8),.v-mt-size-8{margin-top:8px}:host(.v-mb-size-8),.v-mb-size-8{margin-bottom:8px}:host(.v-mr-size-8),.v-mr-size-8{margin-right:8px}:host(.v-ml-size-8),.v-ml-size-8{margin-left:8px}:host(.v-m-size-12),.v-m-size-12{margin:12px}:host(.v-mx-size-12),.v-mx-size-12{margin-left:12px;margin-right:12px}:host(.v-my-size-12),.v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.v-mt-size-12),.v-mt-size-12{margin-top:12px}:host(.v-mb-size-12),.v-mb-size-12{margin-bottom:12px}:host(.v-mr-size-12),.v-mr-size-12{margin-right:12px}:host(.v-ml-size-12),.v-ml-size-12{margin-left:12px}:host(.v-m-size-16),.v-m-size-16{margin:16px}:host(.v-mx-size-16),.v-mx-size-16{margin-left:16px;margin-right:16px}:host(.v-my-size-16),.v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.v-mt-size-16),.v-mt-size-16{margin-top:16px}:host(.v-mb-size-16),.v-mb-size-16{margin-bottom:16px}:host(.v-mr-size-16),.v-mr-size-16{margin-right:16px}:host(.v-ml-size-16),.v-ml-size-16{margin-left:16px}:host(.v-m-size-20),.v-m-size-20{margin:20px}:host(.v-mx-size-20),.v-mx-size-20{margin-left:20px;margin-right:20px}:host(.v-my-size-20),.v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.v-mt-size-20),.v-mt-size-20{margin-top:20px}:host(.v-mb-size-20),.v-mb-size-20{margin-bottom:20px}:host(.v-mr-size-20),.v-mr-size-20{margin-right:20px}:host(.v-ml-size-20),.v-ml-size-20{margin-left:20px}:host(.v-m-size-24),.v-m-size-24{margin:24px}:host(.v-mx-size-24),.v-mx-size-24{margin-left:24px;margin-right:24px}:host(.v-my-size-24),.v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.v-mt-size-24),.v-mt-size-24{margin-top:24px}:host(.v-mb-size-24),.v-mb-size-24{margin-bottom:24px}:host(.v-mr-size-24),.v-mr-size-24{margin-right:24px}:host(.v-ml-size-24),.v-ml-size-24{margin-left:24px}:host(.v-m-size-32),.v-m-size-32{margin:32px}:host(.v-mx-size-32),.v-mx-size-32{margin-left:32px;margin-right:32px}:host(.v-my-size-32),.v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.v-mt-size-32),.v-mt-size-32{margin-top:32px}:host(.v-mb-size-32),.v-mb-size-32{margin-bottom:32px}:host(.v-mr-size-32),.v-mr-size-32{margin-right:32px}:host(.v-ml-size-32),.v-ml-size-32{margin-left:32px}:host(.v-m-size-40),.v-m-size-40{margin:40px}:host(.v-mx-size-40),.v-mx-size-40{margin-left:40px;margin-right:40px}:host(.v-my-size-40),.v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.v-mt-size-40),.v-mt-size-40{margin-top:40px}:host(.v-mb-size-40),.v-mb-size-40{margin-bottom:40px}:host(.v-mr-size-40),.v-mr-size-40{margin-right:40px}:host(.v-ml-size-40),.v-ml-size-40{margin-left:40px}:host(.v-m-size-48),.v-m-size-48{margin:48px}:host(.v-mx-size-48),.v-mx-size-48{margin-left:48px;margin-right:48px}:host(.v-my-size-48),.v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.v-mt-size-48),.v-mt-size-48{margin-top:48px}:host(.v-mb-size-48),.v-mb-size-48{margin-bottom:48px}:host(.v-mr-size-48),.v-mr-size-48{margin-right:48px}:host(.v-ml-size-48),.v-ml-size-48{margin-left:48px}:host(.v-m-size-64),.v-m-size-64{margin:64px}:host(.v-mx-size-64),.v-mx-size-64{margin-left:64px;margin-right:64px}:host(.v-my-size-64),.v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.v-mt-size-64),.v-mt-size-64{margin-top:64px}:host(.v-mb-size-64),.v-mb-size-64{margin-bottom:64px}:host(.v-mr-size-64),.v-mr-size-64{margin-right:64px}:host(.v-ml-size-64),.v-ml-size-64{margin-left:64px}:host(.v-m-size-72),.v-m-size-72{margin:72px}:host(.v-mx-size-72),.v-mx-size-72{margin-left:72px;margin-right:72px}:host(.v-my-size-72),.v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.v-mt-size-72),.v-mt-size-72{margin-top:72px}:host(.v-mb-size-72),.v-mb-size-72{margin-bottom:72px}:host(.v-mr-size-72),.v-mr-size-72{margin-right:72px}:host(.v-ml-size-72),.v-ml-size-72{margin-left:72px}:host(.v-m-size-80),.v-m-size-80{margin:80px}:host(.v-mx-size-80),.v-mx-size-80{margin-left:80px;margin-right:80px}:host(.v-my-size-80),.v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.v-mt-size-80),.v-mt-size-80{margin-top:80px}:host(.v-mb-size-80),.v-mb-size-80{margin-bottom:80px}:host(.v-mr-size-80),.v-mr-size-80{margin-right:80px}:host(.v-ml-size-80),.v-ml-size-80{margin-left:80px}:host(.v-m-size-112),.v-m-size-112{margin:112px}:host(.v-mx-size-112),.v-mx-size-112{margin-left:112px;margin-right:112px}:host(.v-my-size-112),.v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.v-mt-size-112),.v-mt-size-112{margin-top:112px}:host(.v-mb-size-112),.v-mb-size-112{margin-bottom:112px}:host(.v-mr-size-112),.v-mr-size-112{margin-right:112px}:host(.v-ml-size-112),.v-ml-size-112{margin-left:112px}:host(.v-m-size-2),.v-m-size-2{margin:2px}:host(.v-mx-size-2),.v-mx-size-2{margin-left:2px;margin-right:2px}:host(.v-my-size-2),.v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.v-mt-size-2),.v-mt-size-2{margin-top:2px}:host(.v-mb-size-2),.v-mb-size-2{margin-bottom:2px}:host(.v-mr-size-2),.v-mr-size-2{margin-right:2px}:host(.v-ml-size-2),.v-ml-size-2{margin-left:2px}@media (min-width: 320px){:host(.S\\:v-m-0),.S\\:v-m-0{margin:0px}:host(.S\\:v-mx-0),.S\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-0),.S\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-0),.S\\:v-mt-0{margin-top:0px}:host(.S\\:v-mb-0),.S\\:v-mb-0{margin-bottom:0px}:host(.S\\:v-mr-0),.S\\:v-mr-0{margin-right:0px}:host(.S\\:v-ml-0),.S\\:v-ml-0{margin-left:0px}:host(.S\\:v-m-size-0),.S\\:v-m-size-0{margin:0px}:host(.S\\:v-mx-size-0),.S\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-size-0),.S\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-size-0),.S\\:v-mt-size-0{margin-top:0px}:host(.S\\:v-mb-size-0),.S\\:v-mb-size-0{margin-bottom:0px}:host(.S\\:v-mr-size-0),.S\\:v-mr-size-0{margin-right:0px}:host(.S\\:v-ml-size-0),.S\\:v-ml-size-0{margin-left:0px}:host(.S\\:v-m-size-4),.S\\:v-m-size-4{margin:4px}:host(.S\\:v-mx-size-4),.S\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.S\\:v-my-size-4),.S\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.S\\:v-mt-size-4),.S\\:v-mt-size-4{margin-top:4px}:host(.S\\:v-mb-size-4),.S\\:v-mb-size-4{margin-bottom:4px}:host(.S\\:v-mr-size-4),.S\\:v-mr-size-4{margin-right:4px}:host(.S\\:v-ml-size-4),.S\\:v-ml-size-4{margin-left:4px}:host(.S\\:v-m-size-8),.S\\:v-m-size-8{margin:8px}:host(.S\\:v-mx-size-8),.S\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.S\\:v-my-size-8),.S\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.S\\:v-mt-size-8),.S\\:v-mt-size-8{margin-top:8px}:host(.S\\:v-mb-size-8),.S\\:v-mb-size-8{margin-bottom:8px}:host(.S\\:v-mr-size-8),.S\\:v-mr-size-8{margin-right:8px}:host(.S\\:v-ml-size-8),.S\\:v-ml-size-8{margin-left:8px}:host(.S\\:v-m-size-12),.S\\:v-m-size-12{margin:12px}:host(.S\\:v-mx-size-12),.S\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.S\\:v-my-size-12),.S\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.S\\:v-mt-size-12),.S\\:v-mt-size-12{margin-top:12px}:host(.S\\:v-mb-size-12),.S\\:v-mb-size-12{margin-bottom:12px}:host(.S\\:v-mr-size-12),.S\\:v-mr-size-12{margin-right:12px}:host(.S\\:v-ml-size-12),.S\\:v-ml-size-12{margin-left:12px}:host(.S\\:v-m-size-16),.S\\:v-m-size-16{margin:16px}:host(.S\\:v-mx-size-16),.S\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.S\\:v-my-size-16),.S\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.S\\:v-mt-size-16),.S\\:v-mt-size-16{margin-top:16px}:host(.S\\:v-mb-size-16),.S\\:v-mb-size-16{margin-bottom:16px}:host(.S\\:v-mr-size-16),.S\\:v-mr-size-16{margin-right:16px}:host(.S\\:v-ml-size-16),.S\\:v-ml-size-16{margin-left:16px}:host(.S\\:v-m-size-20),.S\\:v-m-size-20{margin:20px}:host(.S\\:v-mx-size-20),.S\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.S\\:v-my-size-20),.S\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.S\\:v-mt-size-20),.S\\:v-mt-size-20{margin-top:20px}:host(.S\\:v-mb-size-20),.S\\:v-mb-size-20{margin-bottom:20px}:host(.S\\:v-mr-size-20),.S\\:v-mr-size-20{margin-right:20px}:host(.S\\:v-ml-size-20),.S\\:v-ml-size-20{margin-left:20px}:host(.S\\:v-m-size-24),.S\\:v-m-size-24{margin:24px}:host(.S\\:v-mx-size-24),.S\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.S\\:v-my-size-24),.S\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.S\\:v-mt-size-24),.S\\:v-mt-size-24{margin-top:24px}:host(.S\\:v-mb-size-24),.S\\:v-mb-size-24{margin-bottom:24px}:host(.S\\:v-mr-size-24),.S\\:v-mr-size-24{margin-right:24px}:host(.S\\:v-ml-size-24),.S\\:v-ml-size-24{margin-left:24px}:host(.S\\:v-m-size-32),.S\\:v-m-size-32{margin:32px}:host(.S\\:v-mx-size-32),.S\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.S\\:v-my-size-32),.S\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.S\\:v-mt-size-32),.S\\:v-mt-size-32{margin-top:32px}:host(.S\\:v-mb-size-32),.S\\:v-mb-size-32{margin-bottom:32px}:host(.S\\:v-mr-size-32),.S\\:v-mr-size-32{margin-right:32px}:host(.S\\:v-ml-size-32),.S\\:v-ml-size-32{margin-left:32px}:host(.S\\:v-m-size-40),.S\\:v-m-size-40{margin:40px}:host(.S\\:v-mx-size-40),.S\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.S\\:v-my-size-40),.S\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.S\\:v-mt-size-40),.S\\:v-mt-size-40{margin-top:40px}:host(.S\\:v-mb-size-40),.S\\:v-mb-size-40{margin-bottom:40px}:host(.S\\:v-mr-size-40),.S\\:v-mr-size-40{margin-right:40px}:host(.S\\:v-ml-size-40),.S\\:v-ml-size-40{margin-left:40px}:host(.S\\:v-m-size-48),.S\\:v-m-size-48{margin:48px}:host(.S\\:v-mx-size-48),.S\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.S\\:v-my-size-48),.S\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.S\\:v-mt-size-48),.S\\:v-mt-size-48{margin-top:48px}:host(.S\\:v-mb-size-48),.S\\:v-mb-size-48{margin-bottom:48px}:host(.S\\:v-mr-size-48),.S\\:v-mr-size-48{margin-right:48px}:host(.S\\:v-ml-size-48),.S\\:v-ml-size-48{margin-left:48px}:host(.S\\:v-m-size-64),.S\\:v-m-size-64{margin:64px}:host(.S\\:v-mx-size-64),.S\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.S\\:v-my-size-64),.S\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.S\\:v-mt-size-64),.S\\:v-mt-size-64{margin-top:64px}:host(.S\\:v-mb-size-64),.S\\:v-mb-size-64{margin-bottom:64px}:host(.S\\:v-mr-size-64),.S\\:v-mr-size-64{margin-right:64px}:host(.S\\:v-ml-size-64),.S\\:v-ml-size-64{margin-left:64px}:host(.S\\:v-m-size-72),.S\\:v-m-size-72{margin:72px}:host(.S\\:v-mx-size-72),.S\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.S\\:v-my-size-72),.S\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.S\\:v-mt-size-72),.S\\:v-mt-size-72{margin-top:72px}:host(.S\\:v-mb-size-72),.S\\:v-mb-size-72{margin-bottom:72px}:host(.S\\:v-mr-size-72),.S\\:v-mr-size-72{margin-right:72px}:host(.S\\:v-ml-size-72),.S\\:v-ml-size-72{margin-left:72px}:host(.S\\:v-m-size-80),.S\\:v-m-size-80{margin:80px}:host(.S\\:v-mx-size-80),.S\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.S\\:v-my-size-80),.S\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.S\\:v-mt-size-80),.S\\:v-mt-size-80{margin-top:80px}:host(.S\\:v-mb-size-80),.S\\:v-mb-size-80{margin-bottom:80px}:host(.S\\:v-mr-size-80),.S\\:v-mr-size-80{margin-right:80px}:host(.S\\:v-ml-size-80),.S\\:v-ml-size-80{margin-left:80px}:host(.S\\:v-m-size-112),.S\\:v-m-size-112{margin:112px}:host(.S\\:v-mx-size-112),.S\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.S\\:v-my-size-112),.S\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.S\\:v-mt-size-112),.S\\:v-mt-size-112{margin-top:112px}:host(.S\\:v-mb-size-112),.S\\:v-mb-size-112{margin-bottom:112px}:host(.S\\:v-mr-size-112),.S\\:v-mr-size-112{margin-right:112px}:host(.S\\:v-ml-size-112),.S\\:v-ml-size-112{margin-left:112px}:host(.S\\:v-m-size-2),.S\\:v-m-size-2{margin:2px}:host(.S\\:v-mx-size-2),.S\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.S\\:v-my-size-2),.S\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.S\\:v-mt-size-2),.S\\:v-mt-size-2{margin-top:2px}:host(.S\\:v-mb-size-2),.S\\:v-mb-size-2{margin-bottom:2px}:host(.S\\:v-mr-size-2),.S\\:v-mr-size-2{margin-right:2px}:host(.S\\:v-ml-size-2),.S\\:v-ml-size-2{margin-left:2px}}@media (min-width: 768px){:host(.M\\:v-m-0),.M\\:v-m-0{margin:0px}:host(.M\\:v-mx-0),.M\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-0),.M\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-0),.M\\:v-mt-0{margin-top:0px}:host(.M\\:v-mb-0),.M\\:v-mb-0{margin-bottom:0px}:host(.M\\:v-mr-0),.M\\:v-mr-0{margin-right:0px}:host(.M\\:v-ml-0),.M\\:v-ml-0{margin-left:0px}:host(.M\\:v-m-size-0),.M\\:v-m-size-0{margin:0px}:host(.M\\:v-mx-size-0),.M\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-size-0),.M\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-size-0),.M\\:v-mt-size-0{margin-top:0px}:host(.M\\:v-mb-size-0),.M\\:v-mb-size-0{margin-bottom:0px}:host(.M\\:v-mr-size-0),.M\\:v-mr-size-0{margin-right:0px}:host(.M\\:v-ml-size-0),.M\\:v-ml-size-0{margin-left:0px}:host(.M\\:v-m-size-4),.M\\:v-m-size-4{margin:4px}:host(.M\\:v-mx-size-4),.M\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.M\\:v-my-size-4),.M\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.M\\:v-mt-size-4),.M\\:v-mt-size-4{margin-top:4px}:host(.M\\:v-mb-size-4),.M\\:v-mb-size-4{margin-bottom:4px}:host(.M\\:v-mr-size-4),.M\\:v-mr-size-4{margin-right:4px}:host(.M\\:v-ml-size-4),.M\\:v-ml-size-4{margin-left:4px}:host(.M\\:v-m-size-8),.M\\:v-m-size-8{margin:8px}:host(.M\\:v-mx-size-8),.M\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.M\\:v-my-size-8),.M\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.M\\:v-mt-size-8),.M\\:v-mt-size-8{margin-top:8px}:host(.M\\:v-mb-size-8),.M\\:v-mb-size-8{margin-bottom:8px}:host(.M\\:v-mr-size-8),.M\\:v-mr-size-8{margin-right:8px}:host(.M\\:v-ml-size-8),.M\\:v-ml-size-8{margin-left:8px}:host(.M\\:v-m-size-12),.M\\:v-m-size-12{margin:12px}:host(.M\\:v-mx-size-12),.M\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.M\\:v-my-size-12),.M\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.M\\:v-mt-size-12),.M\\:v-mt-size-12{margin-top:12px}:host(.M\\:v-mb-size-12),.M\\:v-mb-size-12{margin-bottom:12px}:host(.M\\:v-mr-size-12),.M\\:v-mr-size-12{margin-right:12px}:host(.M\\:v-ml-size-12),.M\\:v-ml-size-12{margin-left:12px}:host(.M\\:v-m-size-16),.M\\:v-m-size-16{margin:16px}:host(.M\\:v-mx-size-16),.M\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.M\\:v-my-size-16),.M\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.M\\:v-mt-size-16),.M\\:v-mt-size-16{margin-top:16px}:host(.M\\:v-mb-size-16),.M\\:v-mb-size-16{margin-bottom:16px}:host(.M\\:v-mr-size-16),.M\\:v-mr-size-16{margin-right:16px}:host(.M\\:v-ml-size-16),.M\\:v-ml-size-16{margin-left:16px}:host(.M\\:v-m-size-20),.M\\:v-m-size-20{margin:20px}:host(.M\\:v-mx-size-20),.M\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.M\\:v-my-size-20),.M\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.M\\:v-mt-size-20),.M\\:v-mt-size-20{margin-top:20px}:host(.M\\:v-mb-size-20),.M\\:v-mb-size-20{margin-bottom:20px}:host(.M\\:v-mr-size-20),.M\\:v-mr-size-20{margin-right:20px}:host(.M\\:v-ml-size-20),.M\\:v-ml-size-20{margin-left:20px}:host(.M\\:v-m-size-24),.M\\:v-m-size-24{margin:24px}:host(.M\\:v-mx-size-24),.M\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.M\\:v-my-size-24),.M\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.M\\:v-mt-size-24),.M\\:v-mt-size-24{margin-top:24px}:host(.M\\:v-mb-size-24),.M\\:v-mb-size-24{margin-bottom:24px}:host(.M\\:v-mr-size-24),.M\\:v-mr-size-24{margin-right:24px}:host(.M\\:v-ml-size-24),.M\\:v-ml-size-24{margin-left:24px}:host(.M\\:v-m-size-32),.M\\:v-m-size-32{margin:32px}:host(.M\\:v-mx-size-32),.M\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.M\\:v-my-size-32),.M\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.M\\:v-mt-size-32),.M\\:v-mt-size-32{margin-top:32px}:host(.M\\:v-mb-size-32),.M\\:v-mb-size-32{margin-bottom:32px}:host(.M\\:v-mr-size-32),.M\\:v-mr-size-32{margin-right:32px}:host(.M\\:v-ml-size-32),.M\\:v-ml-size-32{margin-left:32px}:host(.M\\:v-m-size-40),.M\\:v-m-size-40{margin:40px}:host(.M\\:v-mx-size-40),.M\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.M\\:v-my-size-40),.M\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.M\\:v-mt-size-40),.M\\:v-mt-size-40{margin-top:40px}:host(.M\\:v-mb-size-40),.M\\:v-mb-size-40{margin-bottom:40px}:host(.M\\:v-mr-size-40),.M\\:v-mr-size-40{margin-right:40px}:host(.M\\:v-ml-size-40),.M\\:v-ml-size-40{margin-left:40px}:host(.M\\:v-m-size-48),.M\\:v-m-size-48{margin:48px}:host(.M\\:v-mx-size-48),.M\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.M\\:v-my-size-48),.M\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.M\\:v-mt-size-48),.M\\:v-mt-size-48{margin-top:48px}:host(.M\\:v-mb-size-48),.M\\:v-mb-size-48{margin-bottom:48px}:host(.M\\:v-mr-size-48),.M\\:v-mr-size-48{margin-right:48px}:host(.M\\:v-ml-size-48),.M\\:v-ml-size-48{margin-left:48px}:host(.M\\:v-m-size-64),.M\\:v-m-size-64{margin:64px}:host(.M\\:v-mx-size-64),.M\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.M\\:v-my-size-64),.M\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.M\\:v-mt-size-64),.M\\:v-mt-size-64{margin-top:64px}:host(.M\\:v-mb-size-64),.M\\:v-mb-size-64{margin-bottom:64px}:host(.M\\:v-mr-size-64),.M\\:v-mr-size-64{margin-right:64px}:host(.M\\:v-ml-size-64),.M\\:v-ml-size-64{margin-left:64px}:host(.M\\:v-m-size-72),.M\\:v-m-size-72{margin:72px}:host(.M\\:v-mx-size-72),.M\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.M\\:v-my-size-72),.M\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.M\\:v-mt-size-72),.M\\:v-mt-size-72{margin-top:72px}:host(.M\\:v-mb-size-72),.M\\:v-mb-size-72{margin-bottom:72px}:host(.M\\:v-mr-size-72),.M\\:v-mr-size-72{margin-right:72px}:host(.M\\:v-ml-size-72),.M\\:v-ml-size-72{margin-left:72px}:host(.M\\:v-m-size-80),.M\\:v-m-size-80{margin:80px}:host(.M\\:v-mx-size-80),.M\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.M\\:v-my-size-80),.M\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.M\\:v-mt-size-80),.M\\:v-mt-size-80{margin-top:80px}:host(.M\\:v-mb-size-80),.M\\:v-mb-size-80{margin-bottom:80px}:host(.M\\:v-mr-size-80),.M\\:v-mr-size-80{margin-right:80px}:host(.M\\:v-ml-size-80),.M\\:v-ml-size-80{margin-left:80px}:host(.M\\:v-m-size-112),.M\\:v-m-size-112{margin:112px}:host(.M\\:v-mx-size-112),.M\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.M\\:v-my-size-112),.M\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.M\\:v-mt-size-112),.M\\:v-mt-size-112{margin-top:112px}:host(.M\\:v-mb-size-112),.M\\:v-mb-size-112{margin-bottom:112px}:host(.M\\:v-mr-size-112),.M\\:v-mr-size-112{margin-right:112px}:host(.M\\:v-ml-size-112),.M\\:v-ml-size-112{margin-left:112px}:host(.M\\:v-m-size-2),.M\\:v-m-size-2{margin:2px}:host(.M\\:v-mx-size-2),.M\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.M\\:v-my-size-2),.M\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.M\\:v-mt-size-2),.M\\:v-mt-size-2{margin-top:2px}:host(.M\\:v-mb-size-2),.M\\:v-mb-size-2{margin-bottom:2px}:host(.M\\:v-mr-size-2),.M\\:v-mr-size-2{margin-right:2px}:host(.M\\:v-ml-size-2),.M\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1024px){:host(.L\\:v-m-0),.L\\:v-m-0{margin:0px}:host(.L\\:v-mx-0),.L\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-0),.L\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-0),.L\\:v-mt-0{margin-top:0px}:host(.L\\:v-mb-0),.L\\:v-mb-0{margin-bottom:0px}:host(.L\\:v-mr-0),.L\\:v-mr-0{margin-right:0px}:host(.L\\:v-ml-0),.L\\:v-ml-0{margin-left:0px}:host(.L\\:v-m-size-0),.L\\:v-m-size-0{margin:0px}:host(.L\\:v-mx-size-0),.L\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-size-0),.L\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-size-0),.L\\:v-mt-size-0{margin-top:0px}:host(.L\\:v-mb-size-0),.L\\:v-mb-size-0{margin-bottom:0px}:host(.L\\:v-mr-size-0),.L\\:v-mr-size-0{margin-right:0px}:host(.L\\:v-ml-size-0),.L\\:v-ml-size-0{margin-left:0px}:host(.L\\:v-m-size-4),.L\\:v-m-size-4{margin:4px}:host(.L\\:v-mx-size-4),.L\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.L\\:v-my-size-4),.L\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.L\\:v-mt-size-4),.L\\:v-mt-size-4{margin-top:4px}:host(.L\\:v-mb-size-4),.L\\:v-mb-size-4{margin-bottom:4px}:host(.L\\:v-mr-size-4),.L\\:v-mr-size-4{margin-right:4px}:host(.L\\:v-ml-size-4),.L\\:v-ml-size-4{margin-left:4px}:host(.L\\:v-m-size-8),.L\\:v-m-size-8{margin:8px}:host(.L\\:v-mx-size-8),.L\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.L\\:v-my-size-8),.L\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.L\\:v-mt-size-8),.L\\:v-mt-size-8{margin-top:8px}:host(.L\\:v-mb-size-8),.L\\:v-mb-size-8{margin-bottom:8px}:host(.L\\:v-mr-size-8),.L\\:v-mr-size-8{margin-right:8px}:host(.L\\:v-ml-size-8),.L\\:v-ml-size-8{margin-left:8px}:host(.L\\:v-m-size-12),.L\\:v-m-size-12{margin:12px}:host(.L\\:v-mx-size-12),.L\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.L\\:v-my-size-12),.L\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.L\\:v-mt-size-12),.L\\:v-mt-size-12{margin-top:12px}:host(.L\\:v-mb-size-12),.L\\:v-mb-size-12{margin-bottom:12px}:host(.L\\:v-mr-size-12),.L\\:v-mr-size-12{margin-right:12px}:host(.L\\:v-ml-size-12),.L\\:v-ml-size-12{margin-left:12px}:host(.L\\:v-m-size-16),.L\\:v-m-size-16{margin:16px}:host(.L\\:v-mx-size-16),.L\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.L\\:v-my-size-16),.L\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.L\\:v-mt-size-16),.L\\:v-mt-size-16{margin-top:16px}:host(.L\\:v-mb-size-16),.L\\:v-mb-size-16{margin-bottom:16px}:host(.L\\:v-mr-size-16),.L\\:v-mr-size-16{margin-right:16px}:host(.L\\:v-ml-size-16),.L\\:v-ml-size-16{margin-left:16px}:host(.L\\:v-m-size-20),.L\\:v-m-size-20{margin:20px}:host(.L\\:v-mx-size-20),.L\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.L\\:v-my-size-20),.L\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.L\\:v-mt-size-20),.L\\:v-mt-size-20{margin-top:20px}:host(.L\\:v-mb-size-20),.L\\:v-mb-size-20{margin-bottom:20px}:host(.L\\:v-mr-size-20),.L\\:v-mr-size-20{margin-right:20px}:host(.L\\:v-ml-size-20),.L\\:v-ml-size-20{margin-left:20px}:host(.L\\:v-m-size-24),.L\\:v-m-size-24{margin:24px}:host(.L\\:v-mx-size-24),.L\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.L\\:v-my-size-24),.L\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.L\\:v-mt-size-24),.L\\:v-mt-size-24{margin-top:24px}:host(.L\\:v-mb-size-24),.L\\:v-mb-size-24{margin-bottom:24px}:host(.L\\:v-mr-size-24),.L\\:v-mr-size-24{margin-right:24px}:host(.L\\:v-ml-size-24),.L\\:v-ml-size-24{margin-left:24px}:host(.L\\:v-m-size-32),.L\\:v-m-size-32{margin:32px}:host(.L\\:v-mx-size-32),.L\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.L\\:v-my-size-32),.L\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.L\\:v-mt-size-32),.L\\:v-mt-size-32{margin-top:32px}:host(.L\\:v-mb-size-32),.L\\:v-mb-size-32{margin-bottom:32px}:host(.L\\:v-mr-size-32),.L\\:v-mr-size-32{margin-right:32px}:host(.L\\:v-ml-size-32),.L\\:v-ml-size-32{margin-left:32px}:host(.L\\:v-m-size-40),.L\\:v-m-size-40{margin:40px}:host(.L\\:v-mx-size-40),.L\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.L\\:v-my-size-40),.L\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.L\\:v-mt-size-40),.L\\:v-mt-size-40{margin-top:40px}:host(.L\\:v-mb-size-40),.L\\:v-mb-size-40{margin-bottom:40px}:host(.L\\:v-mr-size-40),.L\\:v-mr-size-40{margin-right:40px}:host(.L\\:v-ml-size-40),.L\\:v-ml-size-40{margin-left:40px}:host(.L\\:v-m-size-48),.L\\:v-m-size-48{margin:48px}:host(.L\\:v-mx-size-48),.L\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.L\\:v-my-size-48),.L\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.L\\:v-mt-size-48),.L\\:v-mt-size-48{margin-top:48px}:host(.L\\:v-mb-size-48),.L\\:v-mb-size-48{margin-bottom:48px}:host(.L\\:v-mr-size-48),.L\\:v-mr-size-48{margin-right:48px}:host(.L\\:v-ml-size-48),.L\\:v-ml-size-48{margin-left:48px}:host(.L\\:v-m-size-64),.L\\:v-m-size-64{margin:64px}:host(.L\\:v-mx-size-64),.L\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.L\\:v-my-size-64),.L\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.L\\:v-mt-size-64),.L\\:v-mt-size-64{margin-top:64px}:host(.L\\:v-mb-size-64),.L\\:v-mb-size-64{margin-bottom:64px}:host(.L\\:v-mr-size-64),.L\\:v-mr-size-64{margin-right:64px}:host(.L\\:v-ml-size-64),.L\\:v-ml-size-64{margin-left:64px}:host(.L\\:v-m-size-72),.L\\:v-m-size-72{margin:72px}:host(.L\\:v-mx-size-72),.L\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.L\\:v-my-size-72),.L\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.L\\:v-mt-size-72),.L\\:v-mt-size-72{margin-top:72px}:host(.L\\:v-mb-size-72),.L\\:v-mb-size-72{margin-bottom:72px}:host(.L\\:v-mr-size-72),.L\\:v-mr-size-72{margin-right:72px}:host(.L\\:v-ml-size-72),.L\\:v-ml-size-72{margin-left:72px}:host(.L\\:v-m-size-80),.L\\:v-m-size-80{margin:80px}:host(.L\\:v-mx-size-80),.L\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.L\\:v-my-size-80),.L\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.L\\:v-mt-size-80),.L\\:v-mt-size-80{margin-top:80px}:host(.L\\:v-mb-size-80),.L\\:v-mb-size-80{margin-bottom:80px}:host(.L\\:v-mr-size-80),.L\\:v-mr-size-80{margin-right:80px}:host(.L\\:v-ml-size-80),.L\\:v-ml-size-80{margin-left:80px}:host(.L\\:v-m-size-112),.L\\:v-m-size-112{margin:112px}:host(.L\\:v-mx-size-112),.L\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.L\\:v-my-size-112),.L\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.L\\:v-mt-size-112),.L\\:v-mt-size-112{margin-top:112px}:host(.L\\:v-mb-size-112),.L\\:v-mb-size-112{margin-bottom:112px}:host(.L\\:v-mr-size-112),.L\\:v-mr-size-112{margin-right:112px}:host(.L\\:v-ml-size-112),.L\\:v-ml-size-112{margin-left:112px}:host(.L\\:v-m-size-2),.L\\:v-m-size-2{margin:2px}:host(.L\\:v-mx-size-2),.L\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.L\\:v-my-size-2),.L\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.L\\:v-mt-size-2),.L\\:v-mt-size-2{margin-top:2px}:host(.L\\:v-mb-size-2),.L\\:v-mb-size-2{margin-bottom:2px}:host(.L\\:v-mr-size-2),.L\\:v-mr-size-2{margin-right:2px}:host(.L\\:v-ml-size-2),.L\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1440px){:host(.XL\\:v-m-0),.XL\\:v-m-0{margin:0px}:host(.XL\\:v-mx-0),.XL\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-0),.XL\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-0),.XL\\:v-mt-0{margin-top:0px}:host(.XL\\:v-mb-0),.XL\\:v-mb-0{margin-bottom:0px}:host(.XL\\:v-mr-0),.XL\\:v-mr-0{margin-right:0px}:host(.XL\\:v-ml-0),.XL\\:v-ml-0{margin-left:0px}:host(.XL\\:v-m-size-0),.XL\\:v-m-size-0{margin:0px}:host(.XL\\:v-mx-size-0),.XL\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-size-0),.XL\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-size-0),.XL\\:v-mt-size-0{margin-top:0px}:host(.XL\\:v-mb-size-0),.XL\\:v-mb-size-0{margin-bottom:0px}:host(.XL\\:v-mr-size-0),.XL\\:v-mr-size-0{margin-right:0px}:host(.XL\\:v-ml-size-0),.XL\\:v-ml-size-0{margin-left:0px}:host(.XL\\:v-m-size-4),.XL\\:v-m-size-4{margin:4px}:host(.XL\\:v-mx-size-4),.XL\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.XL\\:v-my-size-4),.XL\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.XL\\:v-mt-size-4),.XL\\:v-mt-size-4{margin-top:4px}:host(.XL\\:v-mb-size-4),.XL\\:v-mb-size-4{margin-bottom:4px}:host(.XL\\:v-mr-size-4),.XL\\:v-mr-size-4{margin-right:4px}:host(.XL\\:v-ml-size-4),.XL\\:v-ml-size-4{margin-left:4px}:host(.XL\\:v-m-size-8),.XL\\:v-m-size-8{margin:8px}:host(.XL\\:v-mx-size-8),.XL\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.XL\\:v-my-size-8),.XL\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.XL\\:v-mt-size-8),.XL\\:v-mt-size-8{margin-top:8px}:host(.XL\\:v-mb-size-8),.XL\\:v-mb-size-8{margin-bottom:8px}:host(.XL\\:v-mr-size-8),.XL\\:v-mr-size-8{margin-right:8px}:host(.XL\\:v-ml-size-8),.XL\\:v-ml-size-8{margin-left:8px}:host(.XL\\:v-m-size-12),.XL\\:v-m-size-12{margin:12px}:host(.XL\\:v-mx-size-12),.XL\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.XL\\:v-my-size-12),.XL\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.XL\\:v-mt-size-12),.XL\\:v-mt-size-12{margin-top:12px}:host(.XL\\:v-mb-size-12),.XL\\:v-mb-size-12{margin-bottom:12px}:host(.XL\\:v-mr-size-12),.XL\\:v-mr-size-12{margin-right:12px}:host(.XL\\:v-ml-size-12),.XL\\:v-ml-size-12{margin-left:12px}:host(.XL\\:v-m-size-16),.XL\\:v-m-size-16{margin:16px}:host(.XL\\:v-mx-size-16),.XL\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.XL\\:v-my-size-16),.XL\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.XL\\:v-mt-size-16),.XL\\:v-mt-size-16{margin-top:16px}:host(.XL\\:v-mb-size-16),.XL\\:v-mb-size-16{margin-bottom:16px}:host(.XL\\:v-mr-size-16),.XL\\:v-mr-size-16{margin-right:16px}:host(.XL\\:v-ml-size-16),.XL\\:v-ml-size-16{margin-left:16px}:host(.XL\\:v-m-size-20),.XL\\:v-m-size-20{margin:20px}:host(.XL\\:v-mx-size-20),.XL\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.XL\\:v-my-size-20),.XL\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.XL\\:v-mt-size-20),.XL\\:v-mt-size-20{margin-top:20px}:host(.XL\\:v-mb-size-20),.XL\\:v-mb-size-20{margin-bottom:20px}:host(.XL\\:v-mr-size-20),.XL\\:v-mr-size-20{margin-right:20px}:host(.XL\\:v-ml-size-20),.XL\\:v-ml-size-20{margin-left:20px}:host(.XL\\:v-m-size-24),.XL\\:v-m-size-24{margin:24px}:host(.XL\\:v-mx-size-24),.XL\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.XL\\:v-my-size-24),.XL\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.XL\\:v-mt-size-24),.XL\\:v-mt-size-24{margin-top:24px}:host(.XL\\:v-mb-size-24),.XL\\:v-mb-size-24{margin-bottom:24px}:host(.XL\\:v-mr-size-24),.XL\\:v-mr-size-24{margin-right:24px}:host(.XL\\:v-ml-size-24),.XL\\:v-ml-size-24{margin-left:24px}:host(.XL\\:v-m-size-32),.XL\\:v-m-size-32{margin:32px}:host(.XL\\:v-mx-size-32),.XL\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.XL\\:v-my-size-32),.XL\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.XL\\:v-mt-size-32),.XL\\:v-mt-size-32{margin-top:32px}:host(.XL\\:v-mb-size-32),.XL\\:v-mb-size-32{margin-bottom:32px}:host(.XL\\:v-mr-size-32),.XL\\:v-mr-size-32{margin-right:32px}:host(.XL\\:v-ml-size-32),.XL\\:v-ml-size-32{margin-left:32px}:host(.XL\\:v-m-size-40),.XL\\:v-m-size-40{margin:40px}:host(.XL\\:v-mx-size-40),.XL\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.XL\\:v-my-size-40),.XL\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.XL\\:v-mt-size-40),.XL\\:v-mt-size-40{margin-top:40px}:host(.XL\\:v-mb-size-40),.XL\\:v-mb-size-40{margin-bottom:40px}:host(.XL\\:v-mr-size-40),.XL\\:v-mr-size-40{margin-right:40px}:host(.XL\\:v-ml-size-40),.XL\\:v-ml-size-40{margin-left:40px}:host(.XL\\:v-m-size-48),.XL\\:v-m-size-48{margin:48px}:host(.XL\\:v-mx-size-48),.XL\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.XL\\:v-my-size-48),.XL\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.XL\\:v-mt-size-48),.XL\\:v-mt-size-48{margin-top:48px}:host(.XL\\:v-mb-size-48),.XL\\:v-mb-size-48{margin-bottom:48px}:host(.XL\\:v-mr-size-48),.XL\\:v-mr-size-48{margin-right:48px}:host(.XL\\:v-ml-size-48),.XL\\:v-ml-size-48{margin-left:48px}:host(.XL\\:v-m-size-64),.XL\\:v-m-size-64{margin:64px}:host(.XL\\:v-mx-size-64),.XL\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.XL\\:v-my-size-64),.XL\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.XL\\:v-mt-size-64),.XL\\:v-mt-size-64{margin-top:64px}:host(.XL\\:v-mb-size-64),.XL\\:v-mb-size-64{margin-bottom:64px}:host(.XL\\:v-mr-size-64),.XL\\:v-mr-size-64{margin-right:64px}:host(.XL\\:v-ml-size-64),.XL\\:v-ml-size-64{margin-left:64px}:host(.XL\\:v-m-size-72),.XL\\:v-m-size-72{margin:72px}:host(.XL\\:v-mx-size-72),.XL\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.XL\\:v-my-size-72),.XL\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.XL\\:v-mt-size-72),.XL\\:v-mt-size-72{margin-top:72px}:host(.XL\\:v-mb-size-72),.XL\\:v-mb-size-72{margin-bottom:72px}:host(.XL\\:v-mr-size-72),.XL\\:v-mr-size-72{margin-right:72px}:host(.XL\\:v-ml-size-72),.XL\\:v-ml-size-72{margin-left:72px}:host(.XL\\:v-m-size-80),.XL\\:v-m-size-80{margin:80px}:host(.XL\\:v-mx-size-80),.XL\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.XL\\:v-my-size-80),.XL\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.XL\\:v-mt-size-80),.XL\\:v-mt-size-80{margin-top:80px}:host(.XL\\:v-mb-size-80),.XL\\:v-mb-size-80{margin-bottom:80px}:host(.XL\\:v-mr-size-80),.XL\\:v-mr-size-80{margin-right:80px}:host(.XL\\:v-ml-size-80),.XL\\:v-ml-size-80{margin-left:80px}:host(.XL\\:v-m-size-112),.XL\\:v-m-size-112{margin:112px}:host(.XL\\:v-mx-size-112),.XL\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.XL\\:v-my-size-112),.XL\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.XL\\:v-mt-size-112),.XL\\:v-mt-size-112{margin-top:112px}:host(.XL\\:v-mb-size-112),.XL\\:v-mb-size-112{margin-bottom:112px}:host(.XL\\:v-mr-size-112),.XL\\:v-mr-size-112{margin-right:112px}:host(.XL\\:v-ml-size-112),.XL\\:v-ml-size-112{margin-left:112px}:host(.XL\\:v-m-size-2),.XL\\:v-m-size-2{margin:2px}:host(.XL\\:v-mx-size-2),.XL\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.XL\\:v-my-size-2),.XL\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.XL\\:v-mt-size-2),.XL\\:v-mt-size-2{margin-top:2px}:host(.XL\\:v-mb-size-2),.XL\\:v-mb-size-2{margin-bottom:2px}:host(.XL\\:v-mr-size-2),.XL\\:v-mr-size-2{margin-right:2px}:host(.XL\\:v-ml-size-2),.XL\\:v-ml-size-2{margin-left:2px}}:host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-row-0),.v-gap-row-0{row-gap:0px}:host(.v-gap-col-0),.v-gap-col-0{column-gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-row-size-0),.v-gap-row-size-0{row-gap:0px}:host(.v-gap-col-size-0),.v-gap-col-size-0{column-gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-row-size-4),.v-gap-row-size-4{row-gap:4px}:host(.v-gap-col-size-4),.v-gap-col-size-4{column-gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-row-size-8),.v-gap-row-size-8{row-gap:8px}:host(.v-gap-col-size-8),.v-gap-col-size-8{column-gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-row-size-12),.v-gap-row-size-12{row-gap:12px}:host(.v-gap-col-size-12),.v-gap-col-size-12{column-gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-row-size-16),.v-gap-row-size-16{row-gap:16px}:host(.v-gap-col-size-16),.v-gap-col-size-16{column-gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-row-size-20),.v-gap-row-size-20{row-gap:20px}:host(.v-gap-col-size-20),.v-gap-col-size-20{column-gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-row-size-24),.v-gap-row-size-24{row-gap:24px}:host(.v-gap-col-size-24),.v-gap-col-size-24{column-gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-row-size-32),.v-gap-row-size-32{row-gap:32px}:host(.v-gap-col-size-32),.v-gap-col-size-32{column-gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-row-size-40),.v-gap-row-size-40{row-gap:40px}:host(.v-gap-col-size-40),.v-gap-col-size-40{column-gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-row-size-48),.v-gap-row-size-48{row-gap:48px}:host(.v-gap-col-size-48),.v-gap-col-size-48{column-gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-row-size-64),.v-gap-row-size-64{row-gap:64px}:host(.v-gap-col-size-64),.v-gap-col-size-64{column-gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-row-size-72),.v-gap-row-size-72{row-gap:72px}:host(.v-gap-col-size-72),.v-gap-col-size-72{column-gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-row-size-80),.v-gap-row-size-80{row-gap:80px}:host(.v-gap-col-size-80),.v-gap-col-size-80{column-gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-row-size-112),.v-gap-row-size-112{row-gap:112px}:host(.v-gap-col-size-112),.v-gap-col-size-112{column-gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}:host(.v-gap-row-size-2),.v-gap-row-size-2{row-gap:2px}:host(.v-gap-col-size-2),.v-gap-col-size-2{column-gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-row-0),.S\\:v-gap-row-0{row-gap:0px}:host(.S\\:v-gap-col-0),.S\\:v-gap-col-0{column-gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-row-size-0),.S\\:v-gap-row-size-0{row-gap:0px}:host(.S\\:v-gap-col-size-0),.S\\:v-gap-col-size-0{column-gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-row-size-4),.S\\:v-gap-row-size-4{row-gap:4px}:host(.S\\:v-gap-col-size-4),.S\\:v-gap-col-size-4{column-gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-row-size-8),.S\\:v-gap-row-size-8{row-gap:8px}:host(.S\\:v-gap-col-size-8),.S\\:v-gap-col-size-8{column-gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-row-size-12),.S\\:v-gap-row-size-12{row-gap:12px}:host(.S\\:v-gap-col-size-12),.S\\:v-gap-col-size-12{column-gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-row-size-16),.S\\:v-gap-row-size-16{row-gap:16px}:host(.S\\:v-gap-col-size-16),.S\\:v-gap-col-size-16{column-gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-row-size-20),.S\\:v-gap-row-size-20{row-gap:20px}:host(.S\\:v-gap-col-size-20),.S\\:v-gap-col-size-20{column-gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-row-size-24),.S\\:v-gap-row-size-24{row-gap:24px}:host(.S\\:v-gap-col-size-24),.S\\:v-gap-col-size-24{column-gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-row-size-32),.S\\:v-gap-row-size-32{row-gap:32px}:host(.S\\:v-gap-col-size-32),.S\\:v-gap-col-size-32{column-gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-row-size-40),.S\\:v-gap-row-size-40{row-gap:40px}:host(.S\\:v-gap-col-size-40),.S\\:v-gap-col-size-40{column-gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-row-size-48),.S\\:v-gap-row-size-48{row-gap:48px}:host(.S\\:v-gap-col-size-48),.S\\:v-gap-col-size-48{column-gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-row-size-64),.S\\:v-gap-row-size-64{row-gap:64px}:host(.S\\:v-gap-col-size-64),.S\\:v-gap-col-size-64{column-gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-row-size-72),.S\\:v-gap-row-size-72{row-gap:72px}:host(.S\\:v-gap-col-size-72),.S\\:v-gap-col-size-72{column-gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-row-size-80),.S\\:v-gap-row-size-80{row-gap:80px}:host(.S\\:v-gap-col-size-80),.S\\:v-gap-col-size-80{column-gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-row-size-112),.S\\:v-gap-row-size-112{row-gap:112px}:host(.S\\:v-gap-col-size-112),.S\\:v-gap-col-size-112{column-gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}:host(.S\\:v-gap-row-size-2),.S\\:v-gap-row-size-2{row-gap:2px}:host(.S\\:v-gap-col-size-2),.S\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-row-0),.M\\:v-gap-row-0{row-gap:0px}:host(.M\\:v-gap-col-0),.M\\:v-gap-col-0{column-gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-row-size-0),.M\\:v-gap-row-size-0{row-gap:0px}:host(.M\\:v-gap-col-size-0),.M\\:v-gap-col-size-0{column-gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-row-size-4),.M\\:v-gap-row-size-4{row-gap:4px}:host(.M\\:v-gap-col-size-4),.M\\:v-gap-col-size-4{column-gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-row-size-8),.M\\:v-gap-row-size-8{row-gap:8px}:host(.M\\:v-gap-col-size-8),.M\\:v-gap-col-size-8{column-gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-row-size-12),.M\\:v-gap-row-size-12{row-gap:12px}:host(.M\\:v-gap-col-size-12),.M\\:v-gap-col-size-12{column-gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-row-size-16),.M\\:v-gap-row-size-16{row-gap:16px}:host(.M\\:v-gap-col-size-16),.M\\:v-gap-col-size-16{column-gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-row-size-20),.M\\:v-gap-row-size-20{row-gap:20px}:host(.M\\:v-gap-col-size-20),.M\\:v-gap-col-size-20{column-gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-row-size-24),.M\\:v-gap-row-size-24{row-gap:24px}:host(.M\\:v-gap-col-size-24),.M\\:v-gap-col-size-24{column-gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-row-size-32),.M\\:v-gap-row-size-32{row-gap:32px}:host(.M\\:v-gap-col-size-32),.M\\:v-gap-col-size-32{column-gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-row-size-40),.M\\:v-gap-row-size-40{row-gap:40px}:host(.M\\:v-gap-col-size-40),.M\\:v-gap-col-size-40{column-gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-row-size-48),.M\\:v-gap-row-size-48{row-gap:48px}:host(.M\\:v-gap-col-size-48),.M\\:v-gap-col-size-48{column-gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-row-size-64),.M\\:v-gap-row-size-64{row-gap:64px}:host(.M\\:v-gap-col-size-64),.M\\:v-gap-col-size-64{column-gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-row-size-72),.M\\:v-gap-row-size-72{row-gap:72px}:host(.M\\:v-gap-col-size-72),.M\\:v-gap-col-size-72{column-gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-row-size-80),.M\\:v-gap-row-size-80{row-gap:80px}:host(.M\\:v-gap-col-size-80),.M\\:v-gap-col-size-80{column-gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-row-size-112),.M\\:v-gap-row-size-112{row-gap:112px}:host(.M\\:v-gap-col-size-112),.M\\:v-gap-col-size-112{column-gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}:host(.M\\:v-gap-row-size-2),.M\\:v-gap-row-size-2{row-gap:2px}:host(.M\\:v-gap-col-size-2),.M\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-row-0),.L\\:v-gap-row-0{row-gap:0px}:host(.L\\:v-gap-col-0),.L\\:v-gap-col-0{column-gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-row-size-0),.L\\:v-gap-row-size-0{row-gap:0px}:host(.L\\:v-gap-col-size-0),.L\\:v-gap-col-size-0{column-gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-row-size-4),.L\\:v-gap-row-size-4{row-gap:4px}:host(.L\\:v-gap-col-size-4),.L\\:v-gap-col-size-4{column-gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-row-size-8),.L\\:v-gap-row-size-8{row-gap:8px}:host(.L\\:v-gap-col-size-8),.L\\:v-gap-col-size-8{column-gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-row-size-12),.L\\:v-gap-row-size-12{row-gap:12px}:host(.L\\:v-gap-col-size-12),.L\\:v-gap-col-size-12{column-gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-row-size-16),.L\\:v-gap-row-size-16{row-gap:16px}:host(.L\\:v-gap-col-size-16),.L\\:v-gap-col-size-16{column-gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-row-size-20),.L\\:v-gap-row-size-20{row-gap:20px}:host(.L\\:v-gap-col-size-20),.L\\:v-gap-col-size-20{column-gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-row-size-24),.L\\:v-gap-row-size-24{row-gap:24px}:host(.L\\:v-gap-col-size-24),.L\\:v-gap-col-size-24{column-gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-row-size-32),.L\\:v-gap-row-size-32{row-gap:32px}:host(.L\\:v-gap-col-size-32),.L\\:v-gap-col-size-32{column-gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-row-size-40),.L\\:v-gap-row-size-40{row-gap:40px}:host(.L\\:v-gap-col-size-40),.L\\:v-gap-col-size-40{column-gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-row-size-48),.L\\:v-gap-row-size-48{row-gap:48px}:host(.L\\:v-gap-col-size-48),.L\\:v-gap-col-size-48{column-gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-row-size-64),.L\\:v-gap-row-size-64{row-gap:64px}:host(.L\\:v-gap-col-size-64),.L\\:v-gap-col-size-64{column-gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-row-size-72),.L\\:v-gap-row-size-72{row-gap:72px}:host(.L\\:v-gap-col-size-72),.L\\:v-gap-col-size-72{column-gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-row-size-80),.L\\:v-gap-row-size-80{row-gap:80px}:host(.L\\:v-gap-col-size-80),.L\\:v-gap-col-size-80{column-gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-row-size-112),.L\\:v-gap-row-size-112{row-gap:112px}:host(.L\\:v-gap-col-size-112),.L\\:v-gap-col-size-112{column-gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}:host(.L\\:v-gap-row-size-2),.L\\:v-gap-row-size-2{row-gap:2px}:host(.L\\:v-gap-col-size-2),.L\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-row-0),.XL\\:v-gap-row-0{row-gap:0px}:host(.XL\\:v-gap-col-0),.XL\\:v-gap-col-0{column-gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-row-size-0),.XL\\:v-gap-row-size-0{row-gap:0px}:host(.XL\\:v-gap-col-size-0),.XL\\:v-gap-col-size-0{column-gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-row-size-4),.XL\\:v-gap-row-size-4{row-gap:4px}:host(.XL\\:v-gap-col-size-4),.XL\\:v-gap-col-size-4{column-gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-row-size-8),.XL\\:v-gap-row-size-8{row-gap:8px}:host(.XL\\:v-gap-col-size-8),.XL\\:v-gap-col-size-8{column-gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-row-size-12),.XL\\:v-gap-row-size-12{row-gap:12px}:host(.XL\\:v-gap-col-size-12),.XL\\:v-gap-col-size-12{column-gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-row-size-16),.XL\\:v-gap-row-size-16{row-gap:16px}:host(.XL\\:v-gap-col-size-16),.XL\\:v-gap-col-size-16{column-gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-row-size-20),.XL\\:v-gap-row-size-20{row-gap:20px}:host(.XL\\:v-gap-col-size-20),.XL\\:v-gap-col-size-20{column-gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-row-size-24),.XL\\:v-gap-row-size-24{row-gap:24px}:host(.XL\\:v-gap-col-size-24),.XL\\:v-gap-col-size-24{column-gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-row-size-32),.XL\\:v-gap-row-size-32{row-gap:32px}:host(.XL\\:v-gap-col-size-32),.XL\\:v-gap-col-size-32{column-gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-row-size-40),.XL\\:v-gap-row-size-40{row-gap:40px}:host(.XL\\:v-gap-col-size-40),.XL\\:v-gap-col-size-40{column-gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-row-size-48),.XL\\:v-gap-row-size-48{row-gap:48px}:host(.XL\\:v-gap-col-size-48),.XL\\:v-gap-col-size-48{column-gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-row-size-64),.XL\\:v-gap-row-size-64{row-gap:64px}:host(.XL\\:v-gap-col-size-64),.XL\\:v-gap-col-size-64{column-gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-row-size-72),.XL\\:v-gap-row-size-72{row-gap:72px}:host(.XL\\:v-gap-col-size-72),.XL\\:v-gap-col-size-72{column-gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-row-size-80),.XL\\:v-gap-row-size-80{row-gap:80px}:host(.XL\\:v-gap-col-size-80),.XL\\:v-gap-col-size-80{column-gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-row-size-112),.XL\\:v-gap-row-size-112{row-gap:112px}:host(.XL\\:v-gap-col-size-112),.XL\\:v-gap-col-size-112{column-gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{gap:2px}:host(.XL\\:v-gap-row-size-2),.XL\\:v-gap-row-size-2{row-gap:2px}:host(.XL\\:v-gap-col-size-2),.XL\\:v-gap-col-size-2{column-gap:2px}}:host{display:flex;flex-direction:column}:host(.vega-flex-native-based:not([class*=v-flex-col],[class*=v-flex-row-reverse])){flex-direction:row}:host>::slotted(.vega-flex-grow){flex-grow:1}:host>::slotted(.vega-flex-grow-0){flex-grow:0}:host>::slotted(.vega-flex-shrink){flex-shrink:1}:host>::slotted(.vega-flex-shrink-0){flex-shrink:0}:host>::slotted(.vega-flex-basis-0){flex-basis:0}:host>::slotted(.v-min-w-min){min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}@media (min-width: 320px){:host>::slotted(.S\\:vega-flex-grow){flex-grow:1}:host>::slotted(.S\\:vega-flex-shrink){flex-shrink:1}:host>::slotted(.S\\:vega-flex-grow-0){flex-grow:0}:host>::slotted(.S\\:vega-flex-shrink-0){flex-shrink:0}}@media (min-width: 768px){:host>::slotted(.M\\:vega-flex-grow){flex-grow:1}:host>::slotted(.M\\:vega-flex-shrink){flex-shrink:1}:host>::slotted(.M\\:vega-flex-grow-0){flex-grow:0}:host>::slotted(.M\\:vega-flex-shrink-0){flex-shrink:0}}@media (min-width: 1024px){:host>::slotted(.L\\:vega-flex-grow){flex-grow:1}:host>::slotted(.L\\:vega-flex-shrink){flex-shrink:1}:host>::slotted(.L\\:vega-flex-grow-0){flex-grow:0}:host>::slotted(.L\\:vega-flex-shrink-0){flex-shrink:0}}@media (min-width: 1440px){:host>::slotted(.XL\\:vega-flex-grow){flex-grow:1}:host>::slotted(.XL\\:vega-flex-shrink){flex-shrink:1}:host>::slotted(.XL\\:vega-flex-grow-0){flex-grow:0}:host>::slotted(.XL\\:vega-flex-shrink-0){flex-shrink:0}}:host(:not(.vega-flex-native-based))>::slotted(*:not([data-shrink="0"],[class*=vega-flex])){width:100%;display:block}:host>::slotted(*[data-shrink="0"]){min-width:100%;flex-shrink:1}@media (min-width: 320px){:host(.vega-flex-S){flex-direction:row}}@media (min-width: 320px){:host(.vega-flex-S)>::slotted(*[data-shrink="0"]){flex-shrink:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}@media (min-width: 768px){:host(.vega-flex-M){flex-direction:row}}@media (min-width: 768px){:host(.vega-flex-M)>::slotted(*[data-shrink="0"]){flex-shrink:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}@media (min-width: 1024px){:host(.vega-flex-L){flex-direction:row}}@media (min-width: 1024px){:host(.vega-flex-L)>::slotted(*[data-shrink="0"]){flex-shrink:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}@media (min-width: 1440px){:host(.vega-flex-XL){flex-direction:row}}@media (min-width: 1440px){:host(.vega-flex-XL)>::slotted(*[data-shrink="0"]){flex-shrink:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}:host(.vega-flex-None)>::slotted(*[data-shrink="0"]){flex-shrink:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}:host(.v-flex-row){flex-direction:row}:host(.v-flex-col){flex-direction:column}:host(.v-flex-row-reverse){flex-direction:row-reverse}:host(.v-flex-col-reverse){flex-direction:column-reverse}@media (min-width: 320px){:host(.S\\:v-flex-row){flex-direction:row}:host(.S\\:v-flex-col){flex-direction:column}:host(.S\\:v-flex-row-reverse){flex-direction:row-reverse}:host(.S\\:v-flex-col-reverse){flex-direction:column-reverse}}@media (min-width: 768px){:host(.M\\:v-flex-row){flex-direction:row}:host(.M\\:v-flex-col){flex-direction:column}:host(.M\\:v-flex-row-reverse){flex-direction:row-reverse}:host(.M\\:v-flex-col-reverse){flex-direction:column-reverse}}@media (min-width: 1024px){:host(.L\\:v-flex-row){flex-direction:row}:host(.L\\:v-flex-col){flex-direction:column}:host(.L\\:v-flex-row-reverse){flex-direction:row-reverse}:host(.L\\:v-flex-col-reverse){flex-direction:column-reverse}}@media (min-width: 1440px){:host(.XL\\:v-flex-row){flex-direction:row}:host(.XL\\:v-flex-col){flex-direction:column}:host(.XL\\:v-flex-row-reverse){flex-direction:row-reverse}:host(.XL\\:v-flex-col-reverse){flex-direction:column-reverse}}:host(.v-items-start){align-items:flex-start}:host(.v-items-center){align-items:center}:host(.v-items-end){align-items:flex-end}:host(.v-items-baseline){align-items:baseline}:host(.v-items-stretch){align-items:stretch}@media (min-width: 320px){:host(.S\\:v-items-start){align-items:flex-start}:host(.S\\:v-items-center){align-items:center}:host(.S\\:v-items-end){align-items:flex-end}:host(.S\\:v-items-baseline){align-items:baseline}:host(.S\\:v-items-stretch){align-items:stretch}}@media (min-width: 768px){:host(.M\\:v-items-start){align-items:flex-start}:host(.M\\:v-items-center){align-items:center}:host(.M\\:v-items-end){align-items:flex-end}:host(.M\\:v-items-baseline){align-items:baseline}:host(.M\\:v-items-stretch){align-items:stretch}}@media (min-width: 1024px){:host(.L\\:v-items-start){align-items:flex-start}:host(.L\\:v-items-center){align-items:center}:host(.L\\:v-items-end){align-items:flex-end}:host(.L\\:v-items-baseline){align-items:baseline}:host(.L\\:v-items-stretch){align-items:stretch}}@media (min-width: 1440px){:host(.XL\\:v-items-start){align-items:flex-start}:host(.XL\\:v-items-center){align-items:center}:host(.XL\\:v-items-end){align-items:flex-end}:host(.XL\\:v-items-baseline){align-items:baseline}:host(.XL\\:v-items-stretch){align-items:stretch}}:host(.v-justify-start){justify-content:flex-start}:host(.v-justify-center){justify-content:center}:host(.v-justify-end){justify-content:flex-end}:host(.v-justify-around){justify-content:space-around}:host(.v-justify-between){justify-content:space-between}:host(.v-justify-evenly){justify-content:space-evenly}@media (min-width: 320px){:host(.S\\:v-justify-start){justify-content:flex-start}:host(.S\\:v-justify-center){justify-content:center}:host(.S\\:v-justify-end){justify-content:flex-end}:host(.S\\:v-justify-around){justify-content:space-around}:host(.S\\:v-justify-between){justify-content:space-between}:host(.S\\:v-justify-evenly){justify-content:space-evenly}}@media (min-width: 768px){:host(.M\\:v-justify-start){justify-content:flex-start}:host(.M\\:v-justify-center){justify-content:center}:host(.M\\:v-justify-end){justify-content:flex-end}:host(.M\\:v-justify-around){justify-content:space-around}:host(.M\\:v-justify-between){justify-content:space-between}:host(.M\\:v-justify-evenly){justify-content:space-evenly}}@media (min-width: 1024px){:host(.L\\:v-justify-start){justify-content:flex-start}:host(.L\\:v-justify-center){justify-content:center}:host(.L\\:v-justify-end){justify-content:flex-end}:host(.L\\:v-justify-around){justify-content:space-around}:host(.L\\:v-justify-between){justify-content:space-between}:host(.L\\:v-justify-evenly){justify-content:space-evenly}}@media (min-width: 1440px){:host(.XL\\:v-justify-start){justify-content:flex-start}:host(.XL\\:v-justify-center){justify-content:center}:host(.XL\\:v-justify-end){justify-content:flex-end}:host(.XL\\:v-justify-around){justify-content:space-around}:host(.XL\\:v-justify-between){justify-content:space-between}:host(.XL\\:v-justify-evenly){justify-content:space-evenly}}:host(.v-flex-nowrap){flex-wrap:nowrap}:host(.v-flex-wrap){flex-wrap:wrap}:host(.v-flex-wrap-reverse){flex-wrap:wrap-reverse}@media (min-width: 320px){:host(.S\\:v-flex-nowrap){flex-wrap:nowrap}:host(.S\\:v-flex-wrap){flex-wrap:wrap}:host(.S\\:v-flex-wrap-reverse){flex-wrap:wrap-reverse}}@media (min-width: 768px){:host(.M\\:v-flex-nowrap){flex-wrap:nowrap}:host(.M\\:v-flex-wrap){flex-wrap:wrap}:host(.M\\:v-flex-wrap-reverse){flex-wrap:wrap-reverse}}@media (min-width: 1024px){:host(.L\\:v-flex-nowrap){flex-wrap:nowrap}:host(.L\\:v-flex-wrap){flex-wrap:wrap}:host(.L\\:v-flex-wrap-reverse){flex-wrap:wrap-reverse}}@media (min-width: 1440px){:host(.XL\\:v-flex-nowrap){flex-wrap:nowrap}:host(.XL\\:v-flex-wrap){flex-wrap:wrap}:host(.XL\\:v-flex-wrap-reverse){flex-wrap:wrap-reverse}}';export{L as vega_flex}
@@ -0,0 +1 @@
1
+ import{h as t,H as e,r,g as n}from"./p-1c298d5a.js";import{c as o,M as i,V as s,I as a}from"./p-6e1ab235.js";import{V as c,I as l}from"./p-4387d550.js";import{s as h}from"./p-9b797118.js";import{a as p}from"./p-50677c8e.js";import{T as d,I as u,a as f}from"./p-59e9f57a.js";import{s as x,B as v,N as m,h as g,Z as b,I as w,L as j,R as y,i as k,a as R,c as C,V as T}from"./p-3d3cd394.js";import{i as O}from"./p-b1f65b13.js";import{g as S}from"./p-37b05e0b.js";import{c as I}from"./p-86194314.js";import{D as z}from"./p-6e898779.js";import{f as L}from"./p-6f81fe1e.js";import{S as N}from"./p-d7642125.js";import{f as B}from"./p-bf953152.js";import{a as E}from"./p-214aa52e.js";import"./p-5773a9a3.js";import"./p-2d0d575f.js";import"./p-331a62d5.js";import"./p-112455b1.js";import"./p-c9b9322b.js";import"./p-cc63e827.js";import"./p-12d60f5f.js";import"./p-ed45b3b6.js";import"./p-74168615.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-6a334573.js";import"./p-0fd6c35b.js";class V{registerRef(t,e){t&&x.register(t,e)}getStyles(t){return Array.from(t.annotationMap.values()).filter((t=>t instanceof v)).map((t=>t.render())).filter(O).reduce(((t,e)=>Object.assign(Object.assign({},t),e)),{})}getClasses(t){return Array.from(t.annotationMap.values()).map((t=>{var e;return null===(e=t.renderClass)||void 0===e?void 0:e.call(t)})).filter(O).reduce(((t,e)=>[t,e].join(" ")),"")}}class P{registerRef(t,e){t&&x.register(t,e)}getStyles(t){return Array.from(t.annotationMap.values()).filter((t=>t instanceof m)).map((t=>t.render())).filter(Boolean).reduce(((t,e)=>Object.assign(Object.assign({},t),e)),{})}getClasses(t){return Array.from(t.annotationMap.values()).filter((t=>t instanceof m)).map((t=>{var e;return null===(e=t.renderClass)||void 0===e?void 0:e.call(t)})).filter(Boolean).reduce(((t,e)=>[t,e].join(" ")),"")}}const U=new class extends P{render(e){const r=e.annotationMap.get(g.CODE);return t((null==r?void 0:r.code)?"code":"span",{style:super.getStyles(e),class:super.getClasses(e),ref:t=>this.registerRef(t,e)},e.text||b)}registerRef(t,e){if(super.registerRef(t,e),t){const r=e.getAnnotationByType("TEXT_COLOR");r&&d.register(t,r)}}};class A extends V{renderNodes(t,e){return t.getAnnotationByType(w.LINK_GROUP)?this.renderLinkNodes(t.nodes,e):t.nodes.map((t=>U.render(t)))}renderLinkNodes(t,{editable:e}){return this.groupNodesByLink(t).flatMap((t=>{if(this.isLinkGroup(t)){const r=t[0].getAnnotationByType(g.LINK);return e?this.renderLinkEditorWrapper(t,r):this.renderLink(t,r)}return U.render(t)}))}groupNodesByLink(t){return t.reduce(((t,e)=>{const r=e.getAnnotationByType(g.LINK),n=t[t.length-1];return O(r)?n&&this.isLinkGroup(n)&&n[0].getAnnotationByType(g.LINK).toEqual(r)?n.push(e):t.push([e]):t.push(e),t}),[])}isLinkGroup(t){return Array.isArray(t)}renderLinkEditorWrapper(e,r){const{href:n}=r.link,o=e.map((t=>t.text)).join(""),i=({detail:t})=>{switch(t.action){case"link":{const{url:r,text:n}=t.payload,i=n!==o,s=S();return void e.forEach((t=>{const o=new j({link:{href:r,groupKey:s},newText:i?n:void 0,needMergeNode:i&&e.length>1,doSplit:!1});t.apply(o)}))}case"unlink":return void e.forEach((t=>t.deleteAnnotationByType(g.LINK)))}};let s;return t("span",{class:"link-editor-wrapper",role:"link",tabIndex:0,onKeyDown:I(),ref:t=>{t&&(s=t,x.removeDirtyDomRef(t))}},this.renderLink(e,r),t("vega-rich-text-link-editor",{record:{text:o,url:n},ref:t=>{t&&(t.target=s,z.addUniqueObserverToNode(t,L,i))}}))}renderLink(e,r){const{href:n}=r.link;return t("a",{class:"v-rte--link",href:n,target:"_blank"},e.map((t=>U.render(t))))}}const _=new class extends A{canHandle(t){return t instanceof y}render(e,r){const n=this.getBlockTagByType(e.type);return t(n,{ref:t=>super.registerRef(t,e),style:super.getStyles(e),class:super.getClasses(e)},super.renderNodes(e,r))}getBlockTagByType(t){switch(t){case"title":case"subtitle":return"div";case"heading-1":return"h1";case"heading-2":return"h2";case"heading-3":return"h3";case"paragraph":return"p"}}},H=new class extends P{constructor(){super(...arguments),this.handleChange=({detail:t},e)=>{switch(t.action){case"edit":e.apply(new u(t.payload.size,t.payload.alt));break;case"delete":{const t=new InputEvent("beforeinput",{inputType:"deleteContentBackward",bubbles:!0});setTimeout((()=>{x.getDOMByEntity(e).dispatchEvent(t)}),50);break}}}}render(e,r){const n=e.getAnnotationByType(g.IMAGE),{size:o,alt:i}=n||new k("md","");return r.editable?t("vega-rich-text-image-editor",{style:super.getStyles(e),size:o,alt:i,ref:t=>{z.addUniqueObserverToNode(t,L,(t=>this.handleChange(t,e)))}},this.renderImage(i,e,r)):this.renderImage(i,e,r)}renderImage(e,r,n){return t("img",{style:n.editable?{width:"100%"}:super.getStyles(r),alt:e,src:r.url,ref:t=>super.registerRef(t,r)})}},M=new class extends V{canHandle(t){return t instanceof R}render(e,r){return t("div",{style:Object.assign({},super.getStyles(e)),ref:t=>super.registerRef(t,e),class:super.getClasses(e)},e.nodes.map((t=>H.render(t,r))))}},W=new class extends A{render(e,r){return t("li",{ref:t=>super.registerRef(t,e),style:super.getStyles(e),class:super.getClasses(e)},super.renderNodes(e,r),this.renderChildren(e.children,r))}renderChildren(t,e){return null==t?void 0:t.map((t=>D.render(t,e)))}},D=new class extends V{canHandle(t){return t instanceof C}render(e,r){return t("number-list"===e.type?"ol":"ul",{ref:t=>super.registerRef(t,e)},e.blocks.map((t=>W.render(t,r))))}};var K=function(t,e,r,n){var o,i=arguments.length,s=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};class F extends s{constructor(){super(),this.blockRenderers=[_,M,D],p.registerCustomDarkModeColor(f.formatDarkModeColor())}componentWillLoad(){this.setRTEContent()}watchValueUpdate(){this.setRTEContent()}getRichTextContentRef(){return this.richTextContentRef}render(){return t(e,null,this.renderRichTextContent())}setRTEContent(){!this.content||this.content instanceof T||(this.content=T.fromJSON(this.content))}renderRichTextContent(){const e=this.shouldShowPlaceholder();return t("div",{ref:t=>this.richTextContentRef=t,class:{showPlaceholder:e,"rich-text-content":!0},"data-placeholder":this.placeholder,contenteditable:this.contentEditable},this.renderContent())}renderContent(){var t;const e={editable:this.contentEditable};return null===(t=this.content)||void 0===t?void 0:t.blocks.map((t=>{const r=this.getBlockRenderer(t);if(r)return r.render(t,e)}))}getBlockRenderer(t){return this.blockRenderers.find((e=>e.canHandle(t)))}shouldShowPlaceholder(){var t;const e=null===(t=this.content)||void 0===t?void 0:t.blocks;if(e){if(e.length>1)return!1;for(const t of e)if(t.isNotEmpty())return!1}return!0}}K([o()],F.prototype,"placeholder",void 0),K([o()],F.prototype,"contentEditable",void 0),K([o({writable:!0})],F.prototype,"content",void 0),K([i("componentWillLoad")],F.prototype,"componentWillLoad",null),K([i("watchValueUpdate")],F.prototype,"watchValueUpdate",null);var G=function(t,e,r,n){var o,i=arguments.length,s=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};class X extends N{constructor(){super({parent:"vega-rich-text-editor",subStates:[{subStateName:"placeholder",parentStateName:"placeholder"},{subStateName:"contentEditable",parentStateName:"richTextContentEditable"}]})}}G([o()],X.prototype,"host",void 0),G([o({writable:!0})],X.prototype,"placeholder",void 0),G([o({writable:!0})],X.prototype,"contentEditable",void 0);var Z=function(t,e,r,n){var o,i=arguments.length,s=i<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};const q=class{constructor(t){r(this,t),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new c,this.vegaRichTextContentRenderer=new F,this.vegaRichTextContentStateController=new X,this.contentEditable=!1}watchValueUpdate(){}async vegaFocus(){this.vegaRichTextContentRenderer.getRichTextContentRef().focus();const t=B(this.host,"vega-rich-text-editor");t&&await E(t)}render(){return h(this.vegaRichTextContentRenderer.render(),this.host)}get host(){return n(this)}static get watchers(){return{content:["watchValueUpdate"]}}};Z([l()],q.prototype,"globalSlimmers",void 0),Z([a()],q.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),Z([a()],q.prototype,"vegaRichTextContentRenderer",void 0),Z([a()],q.prototype,"vegaRichTextContentStateController",void 0),q.style=':host{display:flex;flex-direction:column;width:100%}:host .rich-text-content{position:relative;height:100%;outline:2px solid transparent;outline-offset:2px;font-family:"Inter", sans-serif;font-weight:500;color:var(--v-rich-text-editor-black, #111128);overflow-wrap:break-word;white-space:pre-wrap}:host .rich-text-content.showPlaceholder::before{position:absolute;content:attr(data-placeholder);font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .rich-text-content.showPlaceholder::before{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .rich-text-content.showPlaceholder::before{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .rich-text-content.showPlaceholder::before{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .rich-text-content h1,:host .rich-text-content h2,:host .rich-text-content h3,:host .rich-text-content p{margin:0}:host .rich-text-content a.v-rte--link{color:rgba(var(--v-text-link, 19, 98, 226, 1));outline:none}:host .rich-text-content a.v-rte--link:visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host .rich-text-content a.v-rte--link:hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host .rich-text-content a.v-rte--link:active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host .rich-text-content a.v-rte--link:focus-visible{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1));outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:3px;border:1px solid rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1));border-radius:8px}:host .rich-text-content .v-rte--underline{text-decoration:underline}:host .rich-text-content .v-rte--strikethrough{text-decoration:line-through}:host .rich-text-content .v-rte--underline.v-rte--strikethrough{text-decoration:underline line-through}:host .rich-text-content .v-rte--horizontal-alignment-right{text-align:right}:host .rich-text-content .v-rte--horizontal-alignment-left{text-align:left}:host .rich-text-content .v-rte--horizontal-alignment-center{text-align:center}:host .rich-text-content .v-rte--horizontal-alignment-justify{text-align:justify}:host .rich-text-content .v-rte--code{font-family:"Roboto Mono";white-space:pre-wrap}:host .rich-text-content img{vertical-align:bottom;cursor:pointer}:host .rich-text-content ul{padding-left:8px;margin-left:16px}:host .rich-text-content ol{padding-left:8px;list-style-position:inside}:host .rich-text-content .link-editor-wrapper{position:relative;outline:2px solid transparent;outline-offset:2px}:host .rich-text-content .link-editor-wrapper vega-rich-text-link-editor{position:absolute;bottom:0;left:0;right:0}';export{q as vega_rich_text_content}
@@ -0,0 +1 @@
1
+ import{r as o,h as a,H as p,g as t}from"./p-1c298d5a.js";import{f as s}from"./p-213752bd.js";import{s as e}from"./p-9b797118.js";import{a as r}from"./p-bf953152.js";import{I as g}from"./p-6e1ab235.js";import{V as i,I as m}from"./p-4387d550.js";import"./p-b1f65b13.js";import"./p-ed45b3b6.js";import"./p-74168615.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-1e2886b5.js";import"./p-c0291e2e.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-3647d61d.js";import"./p-5f377954.js";import"./p-8ade44bf.js";import"./p-37b05e0b.js";import"./p-6a334573.js";import"./p-50677c8e.js";import"./p-5773a9a3.js";import"./p-2d0d575f.js";import"./p-331a62d5.js";import"./p-112455b1.js";import"./p-804f71b3.js";import"./p-6f81fe1e.js";import"./p-1e940ce8.js";import"./p-7a40e033.js";import"./p-cc63e827.js";import"./p-0fd6c35b.js";import"./p-8d283666.js";import"./p-3d3cd394.js";import"./p-12d60f5f.js";import"./p-2205ee4c.js";var l=function(o,a,p,t){var s,e=arguments.length,r=e<3?a:null===t?t=Object.getOwnPropertyDescriptor(a,p):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(o,a,p,t);else for(var g=o.length-1;g>=0;g--)(s=o[g])&&(r=(e<3?s(r):e>3?s(a,p,r):s(a,p))||r);return e>3&&r&&Object.defineProperty(a,p,r),r};const v=class{constructor(a){o(this,a),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new i,this.column=1,this.row=1}render(){const o=[s(this.column,"gridColumn"),s(this.row,"gridRow"),s(this.gap,"gap")];return e(a(p,{class:r(o)},a("slot",null)),this.host)}get host(){return t(this)}};l([m()],v.prototype,"globalSlimmers",void 0),l([g()],v.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),v.style=":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-row-0),.v-gap-row-0{row-gap:0px}:host(.v-gap-col-0),.v-gap-col-0{column-gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-row-size-0),.v-gap-row-size-0{row-gap:0px}:host(.v-gap-col-size-0),.v-gap-col-size-0{column-gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-row-size-4),.v-gap-row-size-4{row-gap:4px}:host(.v-gap-col-size-4),.v-gap-col-size-4{column-gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-row-size-8),.v-gap-row-size-8{row-gap:8px}:host(.v-gap-col-size-8),.v-gap-col-size-8{column-gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-row-size-12),.v-gap-row-size-12{row-gap:12px}:host(.v-gap-col-size-12),.v-gap-col-size-12{column-gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-row-size-16),.v-gap-row-size-16{row-gap:16px}:host(.v-gap-col-size-16),.v-gap-col-size-16{column-gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-row-size-20),.v-gap-row-size-20{row-gap:20px}:host(.v-gap-col-size-20),.v-gap-col-size-20{column-gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-row-size-24),.v-gap-row-size-24{row-gap:24px}:host(.v-gap-col-size-24),.v-gap-col-size-24{column-gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-row-size-32),.v-gap-row-size-32{row-gap:32px}:host(.v-gap-col-size-32),.v-gap-col-size-32{column-gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-row-size-40),.v-gap-row-size-40{row-gap:40px}:host(.v-gap-col-size-40),.v-gap-col-size-40{column-gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-row-size-48),.v-gap-row-size-48{row-gap:48px}:host(.v-gap-col-size-48),.v-gap-col-size-48{column-gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-row-size-64),.v-gap-row-size-64{row-gap:64px}:host(.v-gap-col-size-64),.v-gap-col-size-64{column-gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-row-size-72),.v-gap-row-size-72{row-gap:72px}:host(.v-gap-col-size-72),.v-gap-col-size-72{column-gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-row-size-80),.v-gap-row-size-80{row-gap:80px}:host(.v-gap-col-size-80),.v-gap-col-size-80{column-gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-row-size-112),.v-gap-row-size-112{row-gap:112px}:host(.v-gap-col-size-112),.v-gap-col-size-112{column-gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}:host(.v-gap-row-size-2),.v-gap-row-size-2{row-gap:2px}:host(.v-gap-col-size-2),.v-gap-col-size-2{column-gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-row-0),.S\\:v-gap-row-0{row-gap:0px}:host(.S\\:v-gap-col-0),.S\\:v-gap-col-0{column-gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-row-size-0),.S\\:v-gap-row-size-0{row-gap:0px}:host(.S\\:v-gap-col-size-0),.S\\:v-gap-col-size-0{column-gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-row-size-4),.S\\:v-gap-row-size-4{row-gap:4px}:host(.S\\:v-gap-col-size-4),.S\\:v-gap-col-size-4{column-gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-row-size-8),.S\\:v-gap-row-size-8{row-gap:8px}:host(.S\\:v-gap-col-size-8),.S\\:v-gap-col-size-8{column-gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-row-size-12),.S\\:v-gap-row-size-12{row-gap:12px}:host(.S\\:v-gap-col-size-12),.S\\:v-gap-col-size-12{column-gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-row-size-16),.S\\:v-gap-row-size-16{row-gap:16px}:host(.S\\:v-gap-col-size-16),.S\\:v-gap-col-size-16{column-gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-row-size-20),.S\\:v-gap-row-size-20{row-gap:20px}:host(.S\\:v-gap-col-size-20),.S\\:v-gap-col-size-20{column-gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-row-size-24),.S\\:v-gap-row-size-24{row-gap:24px}:host(.S\\:v-gap-col-size-24),.S\\:v-gap-col-size-24{column-gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-row-size-32),.S\\:v-gap-row-size-32{row-gap:32px}:host(.S\\:v-gap-col-size-32),.S\\:v-gap-col-size-32{column-gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-row-size-40),.S\\:v-gap-row-size-40{row-gap:40px}:host(.S\\:v-gap-col-size-40),.S\\:v-gap-col-size-40{column-gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-row-size-48),.S\\:v-gap-row-size-48{row-gap:48px}:host(.S\\:v-gap-col-size-48),.S\\:v-gap-col-size-48{column-gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-row-size-64),.S\\:v-gap-row-size-64{row-gap:64px}:host(.S\\:v-gap-col-size-64),.S\\:v-gap-col-size-64{column-gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-row-size-72),.S\\:v-gap-row-size-72{row-gap:72px}:host(.S\\:v-gap-col-size-72),.S\\:v-gap-col-size-72{column-gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-row-size-80),.S\\:v-gap-row-size-80{row-gap:80px}:host(.S\\:v-gap-col-size-80),.S\\:v-gap-col-size-80{column-gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-row-size-112),.S\\:v-gap-row-size-112{row-gap:112px}:host(.S\\:v-gap-col-size-112),.S\\:v-gap-col-size-112{column-gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}:host(.S\\:v-gap-row-size-2),.S\\:v-gap-row-size-2{row-gap:2px}:host(.S\\:v-gap-col-size-2),.S\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-row-0),.M\\:v-gap-row-0{row-gap:0px}:host(.M\\:v-gap-col-0),.M\\:v-gap-col-0{column-gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-row-size-0),.M\\:v-gap-row-size-0{row-gap:0px}:host(.M\\:v-gap-col-size-0),.M\\:v-gap-col-size-0{column-gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-row-size-4),.M\\:v-gap-row-size-4{row-gap:4px}:host(.M\\:v-gap-col-size-4),.M\\:v-gap-col-size-4{column-gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-row-size-8),.M\\:v-gap-row-size-8{row-gap:8px}:host(.M\\:v-gap-col-size-8),.M\\:v-gap-col-size-8{column-gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-row-size-12),.M\\:v-gap-row-size-12{row-gap:12px}:host(.M\\:v-gap-col-size-12),.M\\:v-gap-col-size-12{column-gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-row-size-16),.M\\:v-gap-row-size-16{row-gap:16px}:host(.M\\:v-gap-col-size-16),.M\\:v-gap-col-size-16{column-gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-row-size-20),.M\\:v-gap-row-size-20{row-gap:20px}:host(.M\\:v-gap-col-size-20),.M\\:v-gap-col-size-20{column-gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-row-size-24),.M\\:v-gap-row-size-24{row-gap:24px}:host(.M\\:v-gap-col-size-24),.M\\:v-gap-col-size-24{column-gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-row-size-32),.M\\:v-gap-row-size-32{row-gap:32px}:host(.M\\:v-gap-col-size-32),.M\\:v-gap-col-size-32{column-gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-row-size-40),.M\\:v-gap-row-size-40{row-gap:40px}:host(.M\\:v-gap-col-size-40),.M\\:v-gap-col-size-40{column-gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-row-size-48),.M\\:v-gap-row-size-48{row-gap:48px}:host(.M\\:v-gap-col-size-48),.M\\:v-gap-col-size-48{column-gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-row-size-64),.M\\:v-gap-row-size-64{row-gap:64px}:host(.M\\:v-gap-col-size-64),.M\\:v-gap-col-size-64{column-gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-row-size-72),.M\\:v-gap-row-size-72{row-gap:72px}:host(.M\\:v-gap-col-size-72),.M\\:v-gap-col-size-72{column-gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-row-size-80),.M\\:v-gap-row-size-80{row-gap:80px}:host(.M\\:v-gap-col-size-80),.M\\:v-gap-col-size-80{column-gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-row-size-112),.M\\:v-gap-row-size-112{row-gap:112px}:host(.M\\:v-gap-col-size-112),.M\\:v-gap-col-size-112{column-gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}:host(.M\\:v-gap-row-size-2),.M\\:v-gap-row-size-2{row-gap:2px}:host(.M\\:v-gap-col-size-2),.M\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-row-0),.L\\:v-gap-row-0{row-gap:0px}:host(.L\\:v-gap-col-0),.L\\:v-gap-col-0{column-gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-row-size-0),.L\\:v-gap-row-size-0{row-gap:0px}:host(.L\\:v-gap-col-size-0),.L\\:v-gap-col-size-0{column-gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-row-size-4),.L\\:v-gap-row-size-4{row-gap:4px}:host(.L\\:v-gap-col-size-4),.L\\:v-gap-col-size-4{column-gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-row-size-8),.L\\:v-gap-row-size-8{row-gap:8px}:host(.L\\:v-gap-col-size-8),.L\\:v-gap-col-size-8{column-gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-row-size-12),.L\\:v-gap-row-size-12{row-gap:12px}:host(.L\\:v-gap-col-size-12),.L\\:v-gap-col-size-12{column-gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-row-size-16),.L\\:v-gap-row-size-16{row-gap:16px}:host(.L\\:v-gap-col-size-16),.L\\:v-gap-col-size-16{column-gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-row-size-20),.L\\:v-gap-row-size-20{row-gap:20px}:host(.L\\:v-gap-col-size-20),.L\\:v-gap-col-size-20{column-gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-row-size-24),.L\\:v-gap-row-size-24{row-gap:24px}:host(.L\\:v-gap-col-size-24),.L\\:v-gap-col-size-24{column-gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-row-size-32),.L\\:v-gap-row-size-32{row-gap:32px}:host(.L\\:v-gap-col-size-32),.L\\:v-gap-col-size-32{column-gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-row-size-40),.L\\:v-gap-row-size-40{row-gap:40px}:host(.L\\:v-gap-col-size-40),.L\\:v-gap-col-size-40{column-gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-row-size-48),.L\\:v-gap-row-size-48{row-gap:48px}:host(.L\\:v-gap-col-size-48),.L\\:v-gap-col-size-48{column-gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-row-size-64),.L\\:v-gap-row-size-64{row-gap:64px}:host(.L\\:v-gap-col-size-64),.L\\:v-gap-col-size-64{column-gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-row-size-72),.L\\:v-gap-row-size-72{row-gap:72px}:host(.L\\:v-gap-col-size-72),.L\\:v-gap-col-size-72{column-gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-row-size-80),.L\\:v-gap-row-size-80{row-gap:80px}:host(.L\\:v-gap-col-size-80),.L\\:v-gap-col-size-80{column-gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-row-size-112),.L\\:v-gap-row-size-112{row-gap:112px}:host(.L\\:v-gap-col-size-112),.L\\:v-gap-col-size-112{column-gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}:host(.L\\:v-gap-row-size-2),.L\\:v-gap-row-size-2{row-gap:2px}:host(.L\\:v-gap-col-size-2),.L\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-row-0),.XL\\:v-gap-row-0{row-gap:0px}:host(.XL\\:v-gap-col-0),.XL\\:v-gap-col-0{column-gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-row-size-0),.XL\\:v-gap-row-size-0{row-gap:0px}:host(.XL\\:v-gap-col-size-0),.XL\\:v-gap-col-size-0{column-gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-row-size-4),.XL\\:v-gap-row-size-4{row-gap:4px}:host(.XL\\:v-gap-col-size-4),.XL\\:v-gap-col-size-4{column-gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-row-size-8),.XL\\:v-gap-row-size-8{row-gap:8px}:host(.XL\\:v-gap-col-size-8),.XL\\:v-gap-col-size-8{column-gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-row-size-12),.XL\\:v-gap-row-size-12{row-gap:12px}:host(.XL\\:v-gap-col-size-12),.XL\\:v-gap-col-size-12{column-gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-row-size-16),.XL\\:v-gap-row-size-16{row-gap:16px}:host(.XL\\:v-gap-col-size-16),.XL\\:v-gap-col-size-16{column-gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-row-size-20),.XL\\:v-gap-row-size-20{row-gap:20px}:host(.XL\\:v-gap-col-size-20),.XL\\:v-gap-col-size-20{column-gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-row-size-24),.XL\\:v-gap-row-size-24{row-gap:24px}:host(.XL\\:v-gap-col-size-24),.XL\\:v-gap-col-size-24{column-gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-row-size-32),.XL\\:v-gap-row-size-32{row-gap:32px}:host(.XL\\:v-gap-col-size-32),.XL\\:v-gap-col-size-32{column-gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-row-size-40),.XL\\:v-gap-row-size-40{row-gap:40px}:host(.XL\\:v-gap-col-size-40),.XL\\:v-gap-col-size-40{column-gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-row-size-48),.XL\\:v-gap-row-size-48{row-gap:48px}:host(.XL\\:v-gap-col-size-48),.XL\\:v-gap-col-size-48{column-gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-row-size-64),.XL\\:v-gap-row-size-64{row-gap:64px}:host(.XL\\:v-gap-col-size-64),.XL\\:v-gap-col-size-64{column-gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-row-size-72),.XL\\:v-gap-row-size-72{row-gap:72px}:host(.XL\\:v-gap-col-size-72),.XL\\:v-gap-col-size-72{column-gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-row-size-80),.XL\\:v-gap-row-size-80{row-gap:80px}:host(.XL\\:v-gap-col-size-80),.XL\\:v-gap-col-size-80{column-gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-row-size-112),.XL\\:v-gap-row-size-112{row-gap:112px}:host(.XL\\:v-gap-col-size-112),.XL\\:v-gap-col-size-112{column-gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{gap:2px}:host(.XL\\:v-gap-row-size-2),.XL\\:v-gap-row-size-2{row-gap:2px}:host(.XL\\:v-gap-col-size-2),.XL\\:v-gap-col-size-2{column-gap:2px}}:host{display:grid}:host(.v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}@media (min-width: 320px){:host(.S\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.S\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.S\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.S\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.S\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.S\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.S\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.S\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.S\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.M\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.M\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.M\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.M\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.M\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.M\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.M\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.M\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.L\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.L\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.L\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.L\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.L\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.L\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.L\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.L\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.XL\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.XL\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.XL\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.XL\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.XL\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.XL\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.XL\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.XL\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 320px){:host(.S\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.S\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.S\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.S\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.S\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.S\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.S\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.S\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.S\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.M\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.M\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.M\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.M\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.M\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.M\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.M\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.M\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.L\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.L\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.L\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.L\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.L\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.L\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.L\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.L\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.XL\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.XL\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.XL\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.XL\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.XL\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.XL\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.XL\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.XL\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}";export{v as vega_grid}
@@ -0,0 +1 @@
1
+ import{h as e,r as t,c as o,H as r,g as a}from"./p-1c298d5a.js";import{s as p}from"./p-9b797118.js";import{I as s}from"./p-f2373487.js";import{c as i,M as n,V as c,I as l}from"./p-6e1ab235.js";import{V as v,I as h}from"./p-4387d550.js";import{c as m}from"./p-a821bcf3.js";import{d as g,M as d,N as f}from"./p-6f81fe1e.js";import{E as b}from"./p-7bc3a42b.js";import{r as w}from"./p-77e64f26.js";import{q as x}from"./p-12d60f5f.js";import"./p-2e65e175.js";import"./p-bf953152.js";import"./p-6a334573.js";import"./p-2d0d575f.js";import"./p-6e898779.js";import"./p-331a62d5.js";import"./p-804f71b3.js";import"./p-8ade44bf.js";import"./p-37b05e0b.js";import"./p-c0291e2e.js";import"./p-74168615.js";import"./p-ed45b3b6.js";import"./p-50677c8e.js";import"./p-5773a9a3.js";import"./p-112455b1.js";import"./p-262ec334.js";import"./p-b1f65b13.js";import"./p-3a0a4d15.js";import"./p-d884c644.js";import"./p-1e2886b5.js";import"./p-0c667d6a.js";import"./p-3647d61d.js";import"./p-5f377954.js";import"./p-1e940ce8.js";import"./p-7a40e033.js";import"./p-cc63e827.js";import"./p-0fd6c35b.js";import"./p-8d283666.js";import"./p-3d3cd394.js";var j=function(e,t,o,r){var a,p=arguments.length,s=p<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,r);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(p<3?a(s):p>3?a(t,o,s):a(t,o))||s);return p>3&&s&&Object.defineProperty(t,o,s),s};class u extends c{appendPopoverSlotContent(){const e=this.host.querySelector("[slot='popover']");e&&this.popoverContentBox.appendChild(e)}getPopoverContentBox(){return this.popoverContentBox}render(){return e("vega-popover-content-box",{ref:e=>this.popoverContentBox=e,showArrow:this.showArrow})}}j([i()],u.prototype,"host",void 0),j([i()],u.prototype,"showArrow",void 0),j([n("componentDidRender")],u.prototype,"appendPopoverSlotContent",null);var R=function(e,t,o,r){var a,p=arguments.length,s=p<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,r);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(p<3?a(s):p>3?a(t,o,s):a(t,o))||s);return p>3&&s&&Object.defineProperty(t,o,s),s};class y extends b{constructor(){super((()=>this.generateShowConfigFactory()),(()=>this.trigger),"isPopoverShow")}connectedCallback(){this.registerRemoteMethod()}disconnectedCallback(){w.unRegister(g.getSubject(this.host,x))}generateShowConfigFactory(){return{target:this.target||this.host,appendableElement:this.appenderRenderer.getPopoverContentBox(),positionRelativeTo:this.positionRelativeTo,matchTargetWidth:!1,size:this.size,placement:this.placement,alignment:this.alignment,isScreenPosition:this.isScreenPosition}}registerRemoteMethod(){w.register(g.getSubject(this.host,x),(e=>{this.target=e,super.updateShowConfigFactory(this.generateShowConfigFactory.bind(this))}))}}R([i()],y.prototype,"host",void 0),R([i()],y.prototype,"trigger",void 0),R([i()],y.prototype,"positionRelativeTo",void 0),R([i()],y.prototype,"placement",void 0),R([i()],y.prototype,"alignment",void 0),R([i()],y.prototype,"size",void 0),R([i()],y.prototype,"isScreenPosition",void 0),R([i({writable:!0})],y.prototype,"isPopoverShow",void 0),R([i()],y.prototype,"appenderRenderer",void 0),R([n("connectedCallback")],y.prototype,"connectedCallback",null),R([n("disconnectedCallback")],y.prototype,"disconnectedCallback",null);var S=function(e,t,o,r){var a,p=arguments.length,s=p<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,r);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(p<3?a(s):p>3?a(t,o,s):a(t,o))||s);return p>3&&s&&Object.defineProperty(t,o,s),s};const k=class{constructor(e){t(this,e),this.vegaPopoverShow=o(this,"vegaPopoverShow",7),this.popoverShow=o(this,"popoverShow",7),this.vegaPopoverHide=o(this,"vegaPopoverHide",7),this.popoverHide=o(this,"popoverHide",7),this.globalSlimmers={},this.appenderRenderer=new u,this.appenderController=new y,this.popoverShowEventEmitter=m(k,d),this.popoverHideEventEmitter=m(k,f),this.vegaComponentUsageRuntimeMetricsSlimmer=new v,this.isPopoverShow=!1,this.placement="top",this.alignment="center",this.trigger="click",this.showArrow=!0,this.isScreenPosition=!1,this.showPopover=()=>{this.appenderController.show()},this.hidePopover=()=>{this.appenderController.hide()}}async watchIsPopoverShow(){this.isPopoverShow?this.popoverShowEventEmitter.emit():this.popoverHideEventEmitter.emit()}watchToRefreshPopover(){this.isPopoverShow&&this.appenderController.show()}componentDidRender(){}async show(){this.isPopoverShow||this.showPopover()}async hide(){this.isPopoverShow&&this.hidePopover()}render(){return p(e(r,null,e("slot",{name:"popover-content"}),this.appenderRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{isPopoverShow:["watchIsPopoverShow"],size:["watchToRefreshPopover"],placement:["watchToRefreshPopover"],alignment:["watchToRefreshPopover"]}}};S([h()],k.prototype,"globalSlimmers",void 0),S([l()],k.prototype,"appenderRenderer",void 0),S([l()],k.prototype,"appenderController",void 0),S([l()],k.prototype,"popoverShowEventEmitter",void 0),S([l()],k.prototype,"popoverHideEventEmitter",void 0),S([l()],k.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),S([s((e=>[{keyCode:"Escape",activeElementInScope:[e.host],callback:e.hidePopover},{keyCode:"Tab",activeElementOutScope:[e.host,e.appenderRenderer.getPopoverContentBox()],callback:e.hidePopover},{keyCode:"Tab",activeElementInScope:[e.host],callback:()=>{"hover"===e.trigger&&e.showPopover()}}]))],k.prototype,"host",void 0),k.style=":host{display:inline-block}";var C=function(e,t,o,r){var a,p=arguments.length,s=p<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,r);else for(var i=e.length-1;i>=0;i--)(a=e[i])&&(s=(p<3?a(s):p>3?a(t,o,s):a(t,o))||s);return p>3&&s&&Object.defineProperty(t,o,s),s};const P=class{constructor(e){t(this,e),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new v,this.showArrow=!0}render(){return p(e(r,{class:{"vega-popover":!0,"no-arrow":!this.showArrow},role:"tooltip"},e("div",{class:"vega-popover-content"},e("slot",{name:"popover"}),this.showArrow&&e("div",{class:"vega-arrow"})),e("slot",null)),this.host)}get host(){return a(this)}};C([h()],P.prototype,"globalSlimmers",void 0),C([l()],P.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),P.style=':host{position:absolute}:host(.vega-force-hidden){display:none !important}.vega-popover-content{border-radius:8px;padding:16px;position:relative;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));box-shadow:var(--v-shadow-popover, 0px 0px 88px 0px rgba(2, 2, 15, 0.01), 0px 0px 32px 0px rgba(2, 2, 15, 0.02), 0px 4px 72px 0px rgba(2, 2, 15, 0.06))}.vega-popover-content .vega-arrow{position:absolute}.vega-popover-content .vega-arrow::after{display:inline-block;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));content:"";border-right-width:0px;border-bottom-width:0px;border-radius:4px 1px 0 1px;transform:skewX(18deg);width:18px;height:17.12px;border-right-color:transparent;border-bottom-color:transparent}:host(.vega-placement-left) .vega-arrow{transform:rotate(144deg);right:-9px}:host(.vega-placement-left.vega-alignment-start) .vega-arrow{top:8px}:host(.vega-placement-left.vega-alignment-center) .vega-arrow{top:calc(50% - 14px)}:host(.vega-placement-left.vega-alignment-end) .vega-arrow{bottom:12px}:host(.vega-placement-right) .vega-arrow{transform:rotate(324deg);left:-9px}:host(.vega-placement-right.vega-alignment-start) .vega-arrow{top:12px}:host(.vega-placement-right.vega-alignment-center) .vega-arrow{top:calc(50% - 10px)}:host(.vega-placement-right.vega-alignment-end) .vega-arrow{bottom:8px}:host(.vega-placement-top) .vega-arrow{transform:rotate(234deg);bottom:-10.65px}:host(.vega-placement-top.vega-alignment-start) .vega-arrow{left:24px}:host(.vega-placement-top.vega-alignment-center) .vega-arrow{left:calc(50% - 9px)}:host(.vega-placement-top.vega-alignment-end) .vega-arrow{right:18px}:host(.vega-placement-bottom) .vega-arrow{transform:rotate(54deg);top:-10.65px}:host(.vega-placement-bottom.vega-alignment-start) .vega-arrow{left:18px}:host(.vega-placement-bottom.vega-alignment-center) .vega-arrow{left:calc(50% - 14px)}:host(.vega-placement-bottom.vega-alignment-end) .vega-arrow{right:24px}:host(.vega-placement-top){margin-top:-20px}:host(.vega-placement-bottom){margin-top:20px}:host(.vega-placement-right){margin-left:20px}:host(.vega-placement-left){margin-left:-20px}:host(.no-arrow.vega-placement-top){margin-top:-8px}:host(.no-arrow.vega-placement-bottom){margin-top:8px}:host(.no-arrow.vega-placement-right){margin-left:8px}:host(.no-arrow.vega-placement-left){margin-left:-8px}';export{k as vega_popover,P as vega_popover_content_box}