genesys-spark-components 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3613) hide show
  1. package/CHANGELOG.md +5751 -0
  2. package/LICENSE +21 -0
  3. package/README.md +125 -0
  4. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  5. package/dist/cjs/clamp-1bb96117.js +10 -0
  6. package/dist/cjs/color-palette-4339407d.js +16 -0
  7. package/dist/cjs/en-3662eafc.js +20 -0
  8. package/dist/cjs/en-eb56dc17.js +24 -0
  9. package/dist/cjs/event-is-from-ad1044f2.js +22 -0
  10. package/dist/cjs/genesys-webcomponents.cjs.js +19 -0
  11. package/dist/cjs/get-closest-element-ab4b2eee.js +19 -0
  12. package/dist/cjs/gux-accordion-legacy.cjs.entry.js +121 -0
  13. package/dist/cjs/gux-accordion-section.cjs.entry.js +56 -0
  14. package/dist/cjs/gux-accordion.cjs.entry.js +51 -0
  15. package/dist/cjs/gux-action-button-legacy.cjs.entry.js +147 -0
  16. package/dist/cjs/gux-action-button.cjs.entry.js +150 -0
  17. package/dist/cjs/gux-action-item.cjs.entry.js +48 -0
  18. package/dist/cjs/gux-action-list-divider.cjs.entry.js +19 -0
  19. package/dist/cjs/gux-action-list-legacy.cjs.entry.js +132 -0
  20. package/dist/cjs/gux-action-toast.cjs.entry.js +24 -0
  21. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +221 -0
  22. package/dist/cjs/gux-all-row-select.cjs.entry.js +40 -0
  23. package/dist/cjs/gux-badge-beta.cjs.entry.js +71 -0
  24. package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +55 -0
  25. package/dist/cjs/gux-breadcrumbs.cjs.entry.js +35 -0
  26. package/dist/cjs/gux-button-multi-legacy.cjs.entry.js +125 -0
  27. package/dist/cjs/gux-button-multi.cjs.entry.js +127 -0
  28. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +41 -0
  29. package/dist/cjs/gux-button.cjs.entry.js +56 -0
  30. package/dist/cjs/gux-calendar.cjs.entry.js +377 -0
  31. package/dist/cjs/gux-card-beta.cjs.entry.js +28 -0
  32. package/dist/cjs/gux-chart-column-beta.cjs.entry.js +131 -0
  33. package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +118 -0
  34. package/dist/cjs/gux-chart-line-beta.cjs.entry.js +123 -0
  35. package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +106 -0
  36. package/dist/cjs/gux-color-select_2.cjs.entry.js +73 -0
  37. package/dist/cjs/gux-command-action.cjs.entry.js +44 -0
  38. package/dist/cjs/gux-command-palette-legacy.cjs.entry.js +228 -0
  39. package/dist/cjs/gux-content-search.cjs.entry.js +157 -0
  40. package/dist/cjs/gux-datepicker.cjs.entry.js +645 -0
  41. package/dist/cjs/gux-disclosure-button.cjs.entry.js +72 -0
  42. package/dist/cjs/gux-dismiss-button.cjs.entry.js +33 -0
  43. package/dist/cjs/gux-dropdown-legacy.cjs.entry.js +282 -0
  44. package/dist/cjs/gux-dropdown-option.cjs.entry.js +87 -0
  45. package/dist/cjs/gux-dropdown_3.cjs.entry.js +579 -0
  46. package/dist/cjs/gux-error-message-beta.cjs.entry.js +24 -0
  47. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +147 -0
  48. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +66 -0
  49. package/dist/cjs/gux-form-field-color.cjs.entry.js +83 -0
  50. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +33 -0
  51. package/dist/cjs/gux-form-field-label-fc16a49e.js +21 -0
  52. package/dist/cjs/gux-form-field-legacy.cjs.entry.js +215 -0
  53. package/dist/cjs/gux-form-field-number.cjs.entry.js +130 -0
  54. package/dist/cjs/gux-form-field-radio.cjs.entry.js +66 -0
  55. package/dist/cjs/gux-form-field-range.cjs.entry.js +137 -0
  56. package/dist/cjs/gux-form-field-search.cjs.entry.js +94 -0
  57. package/dist/cjs/gux-form-field-select.cjs.entry.js +88 -0
  58. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +94 -0
  59. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +102 -0
  60. package/dist/cjs/gux-form-field.servce-23bd4970.js +85 -0
  61. package/dist/cjs/gux-icon.cjs.entry.js +1447 -0
  62. package/dist/cjs/gux-input-checkbox_7.cjs.entry.js +524 -0
  63. package/dist/cjs/gux-input-search.cjs.entry.js +64 -0
  64. package/dist/cjs/gux-input-text-like.cjs.entry.js +61 -0
  65. package/dist/cjs/gux-list-divider-legacy.cjs.entry.js +19 -0
  66. package/dist/cjs/gux-list-divider.cjs.entry.js +19 -0
  67. package/dist/cjs/gux-list-item-legacy_2.cjs.entry.js +216 -0
  68. package/dist/cjs/gux-list-item.cjs.entry.js +36 -0
  69. package/dist/cjs/gux-list.cjs.entry.js +97 -0
  70. package/dist/cjs/gux-menu-option.cjs.entry.js +37 -0
  71. package/dist/cjs/gux-menu.cjs.entry.js +19 -0
  72. package/dist/cjs/gux-menu.common-6a6c2b85.js +82 -0
  73. package/dist/cjs/gux-modal.cjs.entry.js +85 -0
  74. package/dist/cjs/gux-notification-toast.cjs.entry.js +36 -0
  75. package/dist/cjs/gux-option-legacy.cjs.entry.js +51 -0
  76. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +24 -0
  77. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +271 -0
  78. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +46 -0
  79. package/dist/cjs/gux-pagination.cjs.entry.js +92 -0
  80. package/dist/cjs/gux-panel-frame-legacy.cjs.entry.js +40 -0
  81. package/dist/cjs/gux-popover-list.cjs.entry.js +119 -0
  82. package/dist/cjs/gux-popover.cjs.entry.js +119 -0
  83. package/dist/cjs/gux-popup.cjs.entry.js +66 -0
  84. package/dist/cjs/gux-radial-loading.cjs.entry.js +41 -0
  85. package/dist/cjs/gux-radial-progress.cjs.entry.js +80 -0
  86. package/dist/cjs/gux-rating.cjs.entry.js +109 -0
  87. package/dist/cjs/gux-row-select.cjs.entry.js +36 -0
  88. package/dist/cjs/gux-side-panel-button.cjs.entry.js +23 -0
  89. package/dist/cjs/gux-side-panel-legacy.cjs.entry.js +38 -0
  90. package/dist/cjs/gux-simple-toast.cjs.entry.js +36 -0
  91. package/dist/cjs/gux-submenu.cjs.entry.js +152 -0
  92. package/dist/cjs/gux-switch-item.cjs.entry.js +26 -0
  93. package/dist/cjs/gux-switch.cjs.entry.js +44 -0
  94. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +486 -0
  95. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +33 -0
  96. package/dist/cjs/gux-tab-advanced.cjs.entry.js +158 -0
  97. package/dist/cjs/gux-tab-dropdown-option-legacy.cjs.entry.js +19 -0
  98. package/dist/cjs/gux-tab-legacy.cjs.entry.js +67 -0
  99. package/dist/cjs/gux-tab-list.cjs.entry.js +283 -0
  100. package/dist/cjs/gux-tab-panel.cjs.entry.js +33 -0
  101. package/dist/cjs/gux-tab.cjs.entry.js +52 -0
  102. package/dist/cjs/gux-table-beta.cjs.entry.js +401 -0
  103. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +61 -0
  104. package/dist/cjs/gux-tabs-legacy.cjs.entry.js +183 -0
  105. package/dist/cjs/gux-tabs.cjs.entry.js +65 -0
  106. package/dist/cjs/gux-tag-beta.cjs.entry.js +89 -0
  107. package/dist/cjs/gux-text-highlight.cjs.entry.js +76 -0
  108. package/dist/cjs/gux-text-label-legacy.cjs.entry.js +45 -0
  109. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +258 -0
  110. package/dist/cjs/gux-toggle-slider.cjs.entry.js +40 -0
  111. package/dist/cjs/gux-toggle.cjs.entry.js +84 -0
  112. package/dist/cjs/gux-tooltip_2.cjs.entry.js +246 -0
  113. package/dist/cjs/gux-visualization-beta.cjs.entry.js +71270 -0
  114. package/dist/cjs/index-1057b10d.js +1821 -0
  115. package/dist/cjs/index-88d9f9ab.js +4122 -0
  116. package/dist/cjs/index.cjs.js +2 -0
  117. package/dist/cjs/iso-dates-f78ffb80.js +30 -0
  118. package/dist/cjs/loader.cjs.js +21 -0
  119. package/dist/cjs/log-error-a57681bf.js +9 -0
  120. package/dist/cjs/on-attribute-change-37556263.js +40 -0
  121. package/dist/cjs/on-click-outside-b7ce33e4.js +76 -0
  122. package/dist/cjs/on-mutation-0bf9fa65.js +24 -0
  123. package/dist/cjs/popper-71bf3058.js +1790 -0
  124. package/dist/cjs/prevent-browser-validation-styling-d21b1a56.js +9 -0
  125. package/dist/cjs/random-html-id-b86b61c0.js +7 -0
  126. package/dist/cjs/search-a2ed7f26.js +46 -0
  127. package/dist/cjs/set-input-value-610d7da3.js +14 -0
  128. package/dist/cjs/simulate-native-event-fe3e62da.js +16 -0
  129. package/dist/cjs/sortable.esm-d03e1767.js +3023 -0
  130. package/dist/cjs/usage-tracking-33f2c2e0.js +282 -0
  131. package/dist/cjs/when-event-is-from-69b5ca13.js +28 -0
  132. package/dist/collection/collection-manifest.json +123 -0
  133. package/dist/collection/common-enums.js +1 -0
  134. package/dist/collection/components/beta/gux-badge/gux-badge.css +70 -0
  135. package/dist/collection/components/beta/gux-badge/gux-badge.js +103 -0
  136. package/dist/collection/components/beta/gux-badge/gux-badge.types.js +1 -0
  137. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +131 -0
  138. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +67 -0
  139. package/dist/collection/components/beta/gux-card/gux-card.css +20 -0
  140. package/dist/collection/components/beta/gux-card/gux-card.js +53 -0
  141. package/dist/collection/components/beta/gux-card/gux-card.types.js +1 -0
  142. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.css +13 -0
  143. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.js +323 -0
  144. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +92 -0
  145. package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.css +4 -0
  146. package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.js +295 -0
  147. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.css +4 -0
  148. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.js +368 -0
  149. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +92 -0
  150. package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.css +4 -0
  151. package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.js +266 -0
  152. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +24 -0
  153. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +26 -0
  154. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +34 -0
  155. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +195 -0
  156. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +29 -0
  157. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +58 -0
  158. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.common.js +76 -0
  159. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +24 -0
  160. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +15 -0
  161. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +53 -0
  162. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +238 -0
  163. package/dist/collection/components/beta/gux-popover-list/gux-popover-list.css +71 -0
  164. package/dist/collection/components/beta/gux-popover-list/gux-popover-list.js +212 -0
  165. package/dist/collection/components/beta/gux-popover-list/gux-popover-list.types.js +1 -0
  166. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +8 -0
  167. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +102 -0
  168. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +8 -0
  169. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +77 -0
  170. package/dist/collection/components/beta/gux-table/gux-table.css +75 -0
  171. package/dist/collection/components/beta/gux-table/gux-table.js +584 -0
  172. package/dist/collection/components/beta/gux-table/gux-table.types.js +1 -0
  173. package/dist/collection/components/beta/gux-tag/gux-tag.css +145 -0
  174. package/dist/collection/components/beta/gux-tag/gux-tag.js +205 -0
  175. package/dist/collection/components/beta/gux-tag/gux-tag.types.js +1 -0
  176. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +36 -0
  177. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +367 -0
  178. package/dist/collection/components/beta/gux-visualization/gux-visualization.css +15 -0
  179. package/dist/collection/components/beta/gux-visualization/gux-visualization.js +131 -0
  180. package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +92 -0
  181. package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.css +77 -0
  182. package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.js +183 -0
  183. package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.service.js +65 -0
  184. package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.types.js +1 -0
  185. package/dist/collection/components/legacy/gux-action-button-legacy/gux-action-button.css +35 -0
  186. package/dist/collection/components/legacy/gux-action-button-legacy/gux-action-button.js +304 -0
  187. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.css +31 -0
  188. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.js +134 -0
  189. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.css +11 -0
  190. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.js +14 -0
  191. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list.css +9 -0
  192. package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list.js +206 -0
  193. package/dist/collection/components/legacy/gux-button-multi-legacy/gux-button-multi.css +15 -0
  194. package/dist/collection/components/legacy/gux-button-multi-legacy/gux-button-multi.js +248 -0
  195. package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-action/gux-command-action.js +165 -0
  196. package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-palette.css +165 -0
  197. package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-palette.js +259 -0
  198. package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.css +265 -0
  199. package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.e2eelement.js +26 -0
  200. package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.js +431 -0
  201. package/dist/collection/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.css +5 -0
  202. package/dist/collection/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.js +145 -0
  203. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.css +54 -0
  204. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.js +19 -0
  205. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/colors.js +13 -0
  206. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.css +27 -0
  207. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.js +52 -0
  208. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-input-color-option/gux-input-color-option.css +31 -0
  209. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-input-color-option/gux-input-color-option.js +68 -0
  210. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.css +87 -0
  211. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.js +153 -0
  212. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.css +108 -0
  213. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.js +112 -0
  214. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.css +45 -0
  215. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.js +19 -0
  216. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.css +201 -0
  217. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.js +172 -0
  218. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.css +88 -0
  219. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.js +65 -0
  220. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.css +62 -0
  221. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.js +36 -0
  222. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.css +74 -0
  223. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.js +80 -0
  224. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.css +77 -0
  225. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.js +61 -0
  226. package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.types.js +1 -0
  227. package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.css +70 -0
  228. package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.js +362 -0
  229. package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.types.js +1 -0
  230. package/dist/collection/components/legacy/gux-list-legacy/gux-list.css +9 -0
  231. package/dist/collection/components/legacy/gux-list-legacy/gux-list.js +312 -0
  232. package/dist/collection/components/legacy/gux-list-legacy/list-divider/gux-list-divider.css +12 -0
  233. package/dist/collection/components/legacy/gux-list-legacy/list-divider/gux-list-divider.js +14 -0
  234. package/dist/collection/components/legacy/gux-list-legacy/list-item/gux-list-item.css +28 -0
  235. package/dist/collection/components/legacy/gux-list-legacy/list-item/gux-list-item.js +118 -0
  236. package/dist/collection/components/legacy/gux-panel-frame-legacy/gux-panel-frame.css +31 -0
  237. package/dist/collection/components/legacy/gux-panel-frame-legacy/gux-panel-frame.js +43 -0
  238. package/dist/collection/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.css +95 -0
  239. package/dist/collection/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.js +74 -0
  240. package/dist/collection/components/legacy/gux-side-panel-legacy/gux-side-panel.css +75 -0
  241. package/dist/collection/components/legacy/gux-side-panel-legacy/gux-side-panel.js +76 -0
  242. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.css +53 -0
  243. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.js +52 -0
  244. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.css +225 -0
  245. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.js +144 -0
  246. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tabs-legacy.css +268 -0
  247. package/dist/collection/components/legacy/gux-tabs-legacy/gux-tabs-legacy.js +308 -0
  248. package/dist/collection/components/legacy/gux-text-label-legacy/gux-text-label.css +32 -0
  249. package/dist/collection/components/legacy/gux-text-label-legacy/gux-text-label.js +82 -0
  250. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +85 -0
  251. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +138 -0
  252. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.js +1 -0
  253. package/dist/collection/components/stable/gux-accordion/gux-accordion.css +3 -0
  254. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +75 -0
  255. package/dist/collection/components/stable/gux-action-button/gux-action-button.css +46 -0
  256. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +308 -0
  257. package/dist/collection/components/stable/gux-action-toast/gux-action-toast.css +109 -0
  258. package/dist/collection/components/stable/gux-action-toast/gux-action-toast.js +38 -0
  259. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +34 -0
  260. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +231 -0
  261. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +106 -0
  262. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +393 -0
  263. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +33 -0
  264. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +73 -0
  265. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +8 -0
  266. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +53 -0
  267. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.types.js +1 -0
  268. package/dist/collection/components/stable/gux-button/gux-button.css +106 -0
  269. package/dist/collection/components/stable/gux-button/gux-button.js +137 -0
  270. package/dist/collection/components/stable/gux-button/gux-button.types.js +1 -0
  271. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +26 -0
  272. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +251 -0
  273. package/dist/collection/components/stable/gux-calendar/gux-calendar.css +144 -0
  274. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +560 -0
  275. package/dist/collection/components/stable/gux-calendar/gux-calendar.types.js +1 -0
  276. package/dist/collection/components/stable/gux-content-search/gux-content-search.css +165 -0
  277. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +236 -0
  278. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +123 -0
  279. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +733 -0
  280. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.service.js +120 -0
  281. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.types.js +1 -0
  282. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +42 -0
  283. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +150 -0
  284. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.types.js +1 -0
  285. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +31 -0
  286. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +24 -0
  287. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +123 -0
  288. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +372 -0
  289. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +91 -0
  290. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +71 -0
  291. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +132 -0
  292. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +118 -0
  293. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +159 -0
  294. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +184 -0
  295. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +87 -0
  296. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +71 -0
  297. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +176 -0
  298. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +246 -0
  299. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +139 -0
  300. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +133 -0
  301. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +153 -0
  302. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +124 -0
  303. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +121 -0
  304. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +148 -0
  305. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +163 -0
  306. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +158 -0
  307. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.types.js +1 -0
  308. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +7 -0
  309. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +9 -0
  310. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +8 -0
  311. package/dist/collection/components/stable/gux-form-field/gux-form-field.servce.js +65 -0
  312. package/dist/collection/components/stable/gux-form-field/gux-form-field.types.js +1 -0
  313. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +28 -0
  314. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +24 -0
  315. package/dist/collection/components/stable/gux-icon/gux-icon.css +18 -0
  316. package/dist/collection/components/stable/gux-icon/gux-icon.js +135 -0
  317. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +46 -0
  318. package/dist/collection/components/stable/gux-icon/icon-name-map.js +457 -0
  319. package/dist/collection/components/stable/gux-icon/icons/8x8-alt.svg +1 -0
  320. package/dist/collection/components/stable/gux-icon/icons/8x8.svg +1 -0
  321. package/dist/collection/components/stable/gux-icon/icons/add-circle.svg +1 -0
  322. package/dist/collection/components/stable/gux-icon/icons/add.svg +1 -0
  323. package/dist/collection/components/stable/gux-icon/icons/agent-circle.svg +1 -0
  324. package/dist/collection/components/stable/gux-icon/icons/agent-group.svg +1 -0
  325. package/dist/collection/components/stable/gux-icon/icons/agent.svg +1 -0
  326. package/dist/collection/components/stable/gux-icon/icons/alert-info.svg +1 -0
  327. package/dist/collection/components/stable/gux-icon/icons/alert-success.svg +1 -0
  328. package/dist/collection/components/stable/gux-icon/icons/alert-warning-octogon.svg +1 -0
  329. package/dist/collection/components/stable/gux-icon/icons/alert-warning-triangle.svg +1 -0
  330. package/dist/collection/components/stable/gux-icon/icons/android.svg +1 -0
  331. package/dist/collection/components/stable/gux-icon/icons/app-chart.svg +1 -0
  332. package/dist/collection/components/stable/gux-icon/icons/app-generic.svg +1 -0
  333. package/dist/collection/components/stable/gux-icon/icons/app-layout.svg +1 -0
  334. package/dist/collection/components/stable/gux-icon/icons/app-table.svg +1 -0
  335. package/dist/collection/components/stable/gux-icon/icons/apple.svg +1 -0
  336. package/dist/collection/components/stable/gux-icon/icons/archive.svg +1 -0
  337. package/dist/collection/components/stable/gux-icon/icons/arrow-down-left.svg +1 -0
  338. package/dist/collection/components/stable/gux-icon/icons/arrow-down-right.svg +1 -0
  339. package/dist/collection/components/stable/gux-icon/icons/arrow-down.svg +1 -0
  340. package/dist/collection/components/stable/gux-icon/icons/arrow-left.svg +1 -0
  341. package/dist/collection/components/stable/gux-icon/icons/arrow-right.svg +1 -0
  342. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-down.svg +1 -0
  343. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-left.svg +1 -0
  344. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-right.svg +1 -0
  345. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-up.svg +1 -0
  346. package/dist/collection/components/stable/gux-icon/icons/arrow-up-left.svg +1 -0
  347. package/dist/collection/components/stable/gux-icon/icons/arrow-up-right.svg +1 -0
  348. package/dist/collection/components/stable/gux-icon/icons/arrow-up.svg +1 -0
  349. package/dist/collection/components/stable/gux-icon/icons/at.svg +1 -0
  350. package/dist/collection/components/stable/gux-icon/icons/attachment.svg +1 -0
  351. package/dist/collection/components/stable/gux-icon/icons/backspace.svg +1 -0
  352. package/dist/collection/components/stable/gux-icon/icons/badge-amount.svg +1 -0
  353. package/dist/collection/components/stable/gux-icon/icons/badge-check.svg +1 -0
  354. package/dist/collection/components/stable/gux-icon/icons/badge-edit.svg +1 -0
  355. package/dist/collection/components/stable/gux-icon/icons/badge-pause.svg +1 -0
  356. package/dist/collection/components/stable/gux-icon/icons/ban-outline.svg +1 -0
  357. package/dist/collection/components/stable/gux-icon/icons/bell.svg +1 -0
  358. package/dist/collection/components/stable/gux-icon/icons/bolt.svg +1 -0
  359. package/dist/collection/components/stable/gux-icon/icons/bot.svg +1 -0
  360. package/dist/collection/components/stable/gux-icon/icons/branch.svg +1 -0
  361. package/dist/collection/components/stable/gux-icon/icons/bug.svg +1 -0
  362. package/dist/collection/components/stable/gux-icon/icons/bus.svg +1 -0
  363. package/dist/collection/components/stable/gux-icon/icons/calendar-add.svg +1 -0
  364. package/dist/collection/components/stable/gux-icon/icons/calendar.svg +1 -0
  365. package/dist/collection/components/stable/gux-icon/icons/campaign.svg +1 -0
  366. package/dist/collection/components/stable/gux-icon/icons/certificate.svg +1 -0
  367. package/dist/collection/components/stable/gux-icon/icons/chat-bell.svg +1 -0
  368. package/dist/collection/components/stable/gux-icon/icons/chat-close.svg +1 -0
  369. package/dist/collection/components/stable/gux-icon/icons/chat-disable.svg +1 -0
  370. package/dist/collection/components/stable/gux-icon/icons/chat-multi.svg +1 -0
  371. package/dist/collection/components/stable/gux-icon/icons/chat-notification-score.svg +1 -0
  372. package/dist/collection/components/stable/gux-icon/icons/chat.svg +1 -0
  373. package/dist/collection/components/stable/gux-icon/icons/checkbox-active.svg +1 -0
  374. package/dist/collection/components/stable/gux-icon/icons/checkbox-partial.svg +1 -0
  375. package/dist/collection/components/stable/gux-icon/icons/checkbox.svg +1 -0
  376. package/dist/collection/components/stable/gux-icon/icons/checkmark.svg +1 -0
  377. package/dist/collection/components/stable/gux-icon/icons/chevron-double-down.svg +1 -0
  378. package/dist/collection/components/stable/gux-icon/icons/chevron-double-left.svg +1 -0
  379. package/dist/collection/components/stable/gux-icon/icons/chevron-double-right.svg +1 -0
  380. package/dist/collection/components/stable/gux-icon/icons/chevron-double-up.svg +1 -0
  381. package/dist/collection/components/stable/gux-icon/icons/chevron-left.svg +1 -0
  382. package/dist/collection/components/stable/gux-icon/icons/chevron-right.svg +1 -0
  383. package/dist/collection/components/stable/gux-icon/icons/chevron-small-down.svg +1 -0
  384. package/dist/collection/components/stable/gux-icon/icons/chevron-small-left.svg +1 -0
  385. package/dist/collection/components/stable/gux-icon/icons/chevron-small-right.svg +1 -0
  386. package/dist/collection/components/stable/gux-icon/icons/chevron-small-up.svg +1 -0
  387. package/dist/collection/components/stable/gux-icon/icons/chrome.svg +1 -0
  388. package/dist/collection/components/stable/gux-icon/icons/cjv-custom-default.svg +7 -0
  389. package/dist/collection/components/stable/gux-icon/icons/cjv-custom-event.svg +1 -0
  390. package/dist/collection/components/stable/gux-icon/icons/cjv-custom-session.svg +1 -0
  391. package/dist/collection/components/stable/gux-icon/icons/cjv-default-event.svg +1 -0
  392. package/dist/collection/components/stable/gux-icon/icons/cjv-delivery.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/cjv-finance-invoice.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/cjv-form-abandoned.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/cjv-form-submitted.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/cjv-generic-application.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/cjv-offer-closed.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/cjv-offer-ignored.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/cjv-offer-offered.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/cjv-offer-opened.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/cjv-outcome-achieved.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/cjv-page-view.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/cjv-policy-contract.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/cjv-product-added.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/cjv-product-purchased.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/cjv-product-removed.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/cjv-search.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/cjv-segment-assigned.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/cjv-segment.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/cjv-web-session.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-accepted.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-error.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-ignored.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-offered.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-rejected.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-requested.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-submitted.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-timeout.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/clipboard-error.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/clipboard-success.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/clipboard.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/clock-outline.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/clock.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/clone.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/close-circle.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/close.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/cloud-outline.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/cloud.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/coaching.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/icons/cobrowse.svg +1 -0
  431. package/dist/collection/components/stable/gux-icon/icons/collapse.svg +1 -0
  432. package/dist/collection/components/stable/gux-icon/icons/comments-disable.svg +1 -0
  433. package/dist/collection/components/stable/gux-icon/icons/comments.svg +1 -0
  434. package/dist/collection/components/stable/gux-icon/icons/configuration.svg +1 -0
  435. package/dist/collection/components/stable/gux-icon/icons/control-end.svg +1 -0
  436. package/dist/collection/components/stable/gux-icon/icons/control-pause.svg +1 -0
  437. package/dist/collection/components/stable/gux-icon/icons/control-play.svg +1 -0
  438. package/dist/collection/components/stable/gux-icon/icons/control-skip-left.svg +1 -0
  439. package/dist/collection/components/stable/gux-icon/icons/control-skip-right.svg +1 -0
  440. package/dist/collection/components/stable/gux-icon/icons/control-slide-back.svg +1 -0
  441. package/dist/collection/components/stable/gux-icon/icons/control-slide-forward.svg +1 -0
  442. package/dist/collection/components/stable/gux-icon/icons/control-start.svg +1 -0
  443. package/dist/collection/components/stable/gux-icon/icons/control-stop.svg +1 -0
  444. package/dist/collection/components/stable/gux-icon/icons/copy.svg +1 -0
  445. package/dist/collection/components/stable/gux-icon/icons/customer-journey.svg +1 -0
  446. package/dist/collection/components/stable/gux-icon/icons/cut.svg +1 -0
  447. package/dist/collection/components/stable/gux-icon/icons/dash.svg +1 -0
  448. package/dist/collection/components/stable/gux-icon/icons/delete.svg +1 -0
  449. package/dist/collection/components/stable/gux-icon/icons/device-camera.svg +1 -0
  450. package/dist/collection/components/stable/gux-icon/icons/device-cellphone.svg +1 -0
  451. package/dist/collection/components/stable/gux-icon/icons/device-headphones.svg +1 -0
  452. package/dist/collection/components/stable/gux-icon/icons/device-laptop.svg +1 -0
  453. package/dist/collection/components/stable/gux-icon/icons/device-pc.svg +1 -0
  454. package/dist/collection/components/stable/gux-icon/icons/device-server.svg +1 -0
  455. package/dist/collection/components/stable/gux-icon/icons/device-tablet.svg +1 -0
  456. package/dist/collection/components/stable/gux-icon/icons/download.svg +1 -0
  457. package/dist/collection/components/stable/gux-icon/icons/edge.svg +1 -0
  458. package/dist/collection/components/stable/gux-icon/icons/edit.svg +1 -0
  459. package/dist/collection/components/stable/gux-icon/icons/email-notification-score.svg +1 -0
  460. package/dist/collection/components/stable/gux-icon/icons/expand.svg +1 -0
  461. package/dist/collection/components/stable/gux-icon/icons/export.svg +1 -0
  462. package/dist/collection/components/stable/gux-icon/icons/external-link.svg +1 -0
  463. package/dist/collection/components/stable/gux-icon/icons/face-empathy.svg +1 -0
  464. package/dist/collection/components/stable/gux-icon/icons/face-happy-solid.svg +1 -0
  465. package/dist/collection/components/stable/gux-icon/icons/face-happy.svg +1 -0
  466. package/dist/collection/components/stable/gux-icon/icons/face-neutral-solid.svg +1 -0
  467. package/dist/collection/components/stable/gux-icon/icons/face-neutral.svg +1 -0
  468. package/dist/collection/components/stable/gux-icon/icons/face-sad-solid.svg +1 -0
  469. package/dist/collection/components/stable/gux-icon/icons/face-sad.svg +1 -0
  470. package/dist/collection/components/stable/gux-icon/icons/facebook-messenger.svg +1 -0
  471. package/dist/collection/components/stable/gux-icon/icons/facebook.svg +1 -0
  472. package/dist/collection/components/stable/gux-icon/icons/fax.svg +1 -0
  473. package/dist/collection/components/stable/gux-icon/icons/file-all.svg +1 -0
  474. package/dist/collection/components/stable/gux-icon/icons/file-audio.svg +1 -0
  475. package/dist/collection/components/stable/gux-icon/icons/file-image-landscape.svg +1 -0
  476. package/dist/collection/components/stable/gux-icon/icons/file-image-portrait.svg +1 -0
  477. package/dist/collection/components/stable/gux-icon/icons/file-pdf.svg +1 -0
  478. package/dist/collection/components/stable/gux-icon/icons/file-preview.svg +1 -0
  479. package/dist/collection/components/stable/gux-icon/icons/file-report.svg +1 -0
  480. package/dist/collection/components/stable/gux-icon/icons/file-text.svg +1 -0
  481. package/dist/collection/components/stable/gux-icon/icons/file-video.svg +1 -0
  482. package/dist/collection/components/stable/gux-icon/icons/file.svg +1 -0
  483. package/dist/collection/components/stable/gux-icon/icons/filter.svg +1 -0
  484. package/dist/collection/components/stable/gux-icon/icons/fire.svg +1 -0
  485. package/dist/collection/components/stable/gux-icon/icons/firefox.svg +1 -0
  486. package/dist/collection/components/stable/gux-icon/icons/flag.svg +1 -0
  487. package/dist/collection/components/stable/gux-icon/icons/folder-add.svg +1 -0
  488. package/dist/collection/components/stable/gux-icon/icons/folder-open.svg +1 -0
  489. package/dist/collection/components/stable/gux-icon/icons/folder.svg +1 -0
  490. package/dist/collection/components/stable/gux-icon/icons/follow.svg +1 -0
  491. package/dist/collection/components/stable/gux-icon/icons/generic.svg +1 -0
  492. package/dist/collection/components/stable/gux-icon/icons/globe.svg +1 -0
  493. package/dist/collection/components/stable/gux-icon/icons/grab-horizontal.svg +1 -0
  494. package/dist/collection/components/stable/gux-icon/icons/grab-vertical.svg +1 -0
  495. package/dist/collection/components/stable/gux-icon/icons/graph-bar-horizontal.svg +1 -0
  496. package/dist/collection/components/stable/gux-icon/icons/graph-bar-vertical.svg +1 -0
  497. package/dist/collection/components/stable/gux-icon/icons/graph-bubble.svg +1 -0
  498. package/dist/collection/components/stable/gux-icon/icons/graph-chart.svg +1 -0
  499. package/dist/collection/components/stable/gux-icon/icons/graph-line.svg +1 -0
  500. package/dist/collection/components/stable/gux-icon/icons/graph-pie.svg +1 -0
  501. package/dist/collection/components/stable/gux-icon/icons/graph-spark.svg +1 -0
  502. package/dist/collection/components/stable/gux-icon/icons/help.svg +1 -0
  503. package/dist/collection/components/stable/gux-icon/icons/home.svg +1 -0
  504. package/dist/collection/components/stable/gux-icon/icons/import.svg +1 -0
  505. package/dist/collection/components/stable/gux-icon/icons/inbox.svg +1 -0
  506. package/dist/collection/components/stable/gux-icon/icons/inspect-disable.svg +1 -0
  507. package/dist/collection/components/stable/gux-icon/icons/inspect.svg +1 -0
  508. package/dist/collection/components/stable/gux-icon/icons/instagram.svg +1 -0
  509. package/dist/collection/components/stable/gux-icon/icons/internet-explorer.svg +1 -0
  510. package/dist/collection/components/stable/gux-icon/icons/key.svg +1 -0
  511. package/dist/collection/components/stable/gux-icon/icons/legacy/add-user.svg +1 -0
  512. package/dist/collection/components/stable/gux-icon/icons/legacy/align-center.svg +1 -0
  513. package/dist/collection/components/stable/gux-icon/icons/legacy/align-left.svg +1 -0
  514. package/dist/collection/components/stable/gux-icon/icons/legacy/align-right.svg +1 -0
  515. package/dist/collection/components/stable/gux-icon/icons/legacy/android.svg +1 -0
  516. package/dist/collection/components/stable/gux-icon/icons/legacy/angle-down.svg +1 -0
  517. package/dist/collection/components/stable/gux-icon/icons/legacy/angle-left.svg +1 -0
  518. package/dist/collection/components/stable/gux-icon/icons/legacy/angle-right.svg +1 -0
  519. package/dist/collection/components/stable/gux-icon/icons/legacy/angle-up.svg +1 -0
  520. package/dist/collection/components/stable/gux-icon/icons/legacy/apple.svg +1 -0
  521. package/dist/collection/components/stable/gux-icon/icons/legacy/apps-alpha.svg +1 -0
  522. package/dist/collection/components/stable/gux-icon/icons/legacy/apps.svg +1 -0
  523. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down-left.svg +1 -0
  524. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down-right.svg +1 -0
  525. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down.svg +1 -0
  526. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-left.svg +1 -0
  527. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-right.svg +1 -0
  528. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-s.svg +1 -0
  529. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-up.svg +1 -0
  530. package/dist/collection/components/stable/gux-icon/icons/legacy/arrows-h.svg +1 -0
  531. package/dist/collection/components/stable/gux-icon/icons/legacy/arrows-v.svg +1 -0
  532. package/dist/collection/components/stable/gux-icon/icons/legacy/assist-off.svg +1 -0
  533. package/dist/collection/components/stable/gux-icon/icons/legacy/assist.svg +1 -0
  534. package/dist/collection/components/stable/gux-icon/icons/legacy/backward.svg +1 -0
  535. package/dist/collection/components/stable/gux-icon/icons/legacy/bandage.svg +1 -0
  536. package/dist/collection/components/stable/gux-icon/icons/legacy/bars.svg +1 -0
  537. package/dist/collection/components/stable/gux-icon/icons/legacy/bell.svg +1 -0
  538. package/dist/collection/components/stable/gux-icon/icons/legacy/bell2.svg +1 -0
  539. package/dist/collection/components/stable/gux-icon/icons/legacy/beyond-logo.svg +1 -0
  540. package/dist/collection/components/stable/gux-icon/icons/legacy/bold.svg +1 -0
  541. package/dist/collection/components/stable/gux-icon/icons/legacy/bolt.svg +1 -0
  542. package/dist/collection/components/stable/gux-icon/icons/legacy/border-dashed.svg +1 -0
  543. package/dist/collection/components/stable/gux-icon/icons/legacy/border-dotted.svg +1 -0
  544. package/dist/collection/components/stable/gux-icon/icons/legacy/border-solid.svg +1 -0
  545. package/dist/collection/components/stable/gux-icon/icons/legacy/branch.svg +1 -0
  546. package/dist/collection/components/stable/gux-icon/icons/legacy/btmleft.svg +1 -0
  547. package/dist/collection/components/stable/gux-icon/icons/legacy/btmright.svg +1 -0
  548. package/dist/collection/components/stable/gux-icon/icons/legacy/btn-group-choose.svg +1 -0
  549. package/dist/collection/components/stable/gux-icon/icons/legacy/bug.svg +1 -0
  550. package/dist/collection/components/stable/gux-icon/icons/legacy/building.svg +1 -0
  551. package/dist/collection/components/stable/gux-icon/icons/legacy/button.svg +1 -0
  552. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-days.svg +1 -0
  553. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-day.svg +1 -0
  554. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-month.svg +1 -0
  555. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-week.svg +1 -0
  556. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-range.svg +1 -0
  557. package/dist/collection/components/stable/gux-icon/icons/legacy/calendar.svg +1 -0
  558. package/dist/collection/components/stable/gux-icon/icons/legacy/call-forward-alpha.svg +1 -0
  559. package/dist/collection/components/stable/gux-icon/icons/legacy/call-forward.svg +1 -0
  560. package/dist/collection/components/stable/gux-icon/icons/legacy/call-history.svg +1 -0
  561. package/dist/collection/components/stable/gux-icon/icons/legacy/call-volume.svg +1 -0
  562. package/dist/collection/components/stable/gux-icon/icons/legacy/callback.svg +1 -0
  563. package/dist/collection/components/stable/gux-icon/icons/legacy/caret-down.svg +1 -0
  564. package/dist/collection/components/stable/gux-icon/icons/legacy/caret-left.svg +1 -0
  565. package/dist/collection/components/stable/gux-icon/icons/legacy/caret-right.svg +1 -0
  566. package/dist/collection/components/stable/gux-icon/icons/legacy/caret-up.svg +1 -0
  567. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-custom-default.svg +1 -0
  568. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-delivery.svg +1 -0
  569. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-disconnected-system.svg +1 -0
  570. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-disconnected.svg +1 -0
  571. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-finance-invoice.svg +1 -0
  572. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-generic-application.svg +1 -0
  573. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-inbound-queue.svg +1 -0
  574. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-inbound.svg +1 -0
  575. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-missed-inbound.svg +1 -0
  576. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-outbound-call.svg +1 -0
  577. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-policy-contract.svg +1 -0
  578. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-web-session.svg +1 -0
  579. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-webchat-bot.svg +1 -0
  580. package/dist/collection/components/stable/gux-icon/icons/legacy/cc-webchat-missed.svg +1 -0
  581. package/dist/collection/components/stable/gux-icon/icons/legacy/certificate.svg +1 -0
  582. package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alert-muted.svg +1 -0
  583. package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alert.svg +1 -0
  584. package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alpha.svg +1 -0
  585. package/dist/collection/components/stable/gux-icon/icons/legacy/chat-off-alpha.svg +1 -0
  586. package/dist/collection/components/stable/gux-icon/icons/legacy/chat-off.svg +1 -0
  587. package/dist/collection/components/stable/gux-icon/icons/legacy/chat.svg +1 -0
  588. package/dist/collection/components/stable/gux-icon/icons/legacy/check-circle.svg +1 -0
  589. package/dist/collection/components/stable/gux-icon/icons/legacy/check-square.svg +1 -0
  590. package/dist/collection/components/stable/gux-icon/icons/legacy/check.svg +1 -0
  591. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-collapse-double.svg +1 -0
  592. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-down.svg +1 -0
  593. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-expand-double.svg +1 -0
  594. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-left.svg +1 -0
  595. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-right.svg +1 -0
  596. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-up.svg +1 -0
  597. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-down.svg +1 -0
  598. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-left.svg +1 -0
  599. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-right.svg +1 -0
  600. package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-up.svg +1 -0
  601. package/dist/collection/components/stable/gux-icon/icons/legacy/chrome.svg +1 -0
  602. package/dist/collection/components/stable/gux-icon/icons/legacy/circle.svg +1 -0
  603. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-custom-session.svg +1 -0
  604. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-default-event.svg +1 -0
  605. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-form-abandoned.svg +1 -0
  606. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-form-submitted.svg +1 -0
  607. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-closed.svg +1 -0
  608. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-ignored.svg +1 -0
  609. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-offered.svg +1 -0
  610. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-opened.svg +1 -0
  611. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-outcome-achieved.svg +1 -0
  612. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-page-view.svg +1 -0
  613. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-added.svg +1 -0
  614. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-purchased.svg +1 -0
  615. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-removed.svg +1 -0
  616. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-search.svg +1 -0
  617. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-segment-assigned.svg +1 -0
  618. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-segment.svg +1 -0
  619. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-accepted.svg +1 -0
  620. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-error.svg +1 -0
  621. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-ignored.svg +1 -0
  622. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-offered.svg +1 -0
  623. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-rejected.svg +1 -0
  624. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-requested.svg +1 -0
  625. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-submitted.svg +1 -0
  626. package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-timeout.svg +1 -0
  627. package/dist/collection/components/stable/gux-icon/icons/legacy/clipboard-error.svg +1 -0
  628. package/dist/collection/components/stable/gux-icon/icons/legacy/clipboard.svg +1 -0
  629. package/dist/collection/components/stable/gux-icon/icons/legacy/clock.svg +1 -0
  630. package/dist/collection/components/stable/gux-icon/icons/legacy/close-circle.svg +1 -0
  631. package/dist/collection/components/stable/gux-icon/icons/legacy/close-preview.svg +1 -0
  632. package/dist/collection/components/stable/gux-icon/icons/legacy/close-x.svg +1 -0
  633. package/dist/collection/components/stable/gux-icon/icons/legacy/close.svg +1 -0
  634. package/dist/collection/components/stable/gux-icon/icons/legacy/cog.svg +1 -0
  635. package/dist/collection/components/stable/gux-icon/icons/legacy/comet.svg +1 -0
  636. package/dist/collection/components/stable/gux-icon/icons/legacy/comment-ellipsis-off.svg +1 -0
  637. package/dist/collection/components/stable/gux-icon/icons/legacy/comment-ellipsis.svg +1 -0
  638. package/dist/collection/components/stable/gux-icon/icons/legacy/consultant.svg +1 -0
  639. package/dist/collection/components/stable/gux-icon/icons/legacy/contact.svg +1 -0
  640. package/dist/collection/components/stable/gux-icon/icons/legacy/cube.svg +1 -0
  641. package/dist/collection/components/stable/gux-icon/icons/legacy/cubes.svg +1 -0
  642. package/dist/collection/components/stable/gux-icon/icons/legacy/customer.svg +1 -0
  643. package/dist/collection/components/stable/gux-icon/icons/legacy/customize-columns.svg +1 -0
  644. package/dist/collection/components/stable/gux-icon/icons/legacy/dialpad.svg +1 -0
  645. package/dist/collection/components/stable/gux-icon/icons/legacy/diamond.svg +1 -0
  646. package/dist/collection/components/stable/gux-icon/icons/legacy/directory.svg +1 -0
  647. package/dist/collection/components/stable/gux-icon/icons/legacy/drop-down.svg +1 -0
  648. package/dist/collection/components/stable/gux-icon/icons/legacy/edge.svg +1 -0
  649. package/dist/collection/components/stable/gux-icon/icons/legacy/ellipsis-h.svg +1 -0
  650. package/dist/collection/components/stable/gux-icon/icons/legacy/ellipsis-v.svg +1 -0
  651. package/dist/collection/components/stable/gux-icon/icons/legacy/envelope.svg +1 -0
  652. package/dist/collection/components/stable/gux-icon/icons/legacy/external-link.svg +1 -0
  653. package/dist/collection/components/stable/gux-icon/icons/legacy/eye.svg +1 -0
  654. package/dist/collection/components/stable/gux-icon/icons/legacy/facebook-messenger.svg +1 -0
  655. package/dist/collection/components/stable/gux-icon/icons/legacy/fast-backward.svg +1 -0
  656. package/dist/collection/components/stable/gux-icon/icons/legacy/fast-forward.svg +1 -0
  657. package/dist/collection/components/stable/gux-icon/icons/legacy/favs-alpha.svg +1 -0
  658. package/dist/collection/components/stable/gux-icon/icons/legacy/favs-full.svg +1 -0
  659. package/dist/collection/components/stable/gux-icon/icons/legacy/favs.svg +1 -0
  660. package/dist/collection/components/stable/gux-icon/icons/legacy/fax.svg +1 -0
  661. package/dist/collection/components/stable/gux-icon/icons/legacy/feedback.svg +1 -0
  662. package/dist/collection/components/stable/gux-icon/icons/legacy/file-o.svg +1 -0
  663. package/dist/collection/components/stable/gux-icon/icons/legacy/file.svg +1 -0
  664. package/dist/collection/components/stable/gux-icon/icons/legacy/files-o.svg +1 -0
  665. package/dist/collection/components/stable/gux-icon/icons/legacy/fire.svg +1 -0
  666. package/dist/collection/components/stable/gux-icon/icons/legacy/firefox.svg +1 -0
  667. package/dist/collection/components/stable/gux-icon/icons/legacy/forward.svg +1 -0
  668. package/dist/collection/components/stable/gux-icon/icons/legacy/genesys-logo-full.svg +1 -0
  669. package/dist/collection/components/stable/gux-icon/icons/legacy/globe.svg +1 -0
  670. package/dist/collection/components/stable/gux-icon/icons/legacy/hangup.svg +1 -0
  671. package/dist/collection/components/stable/gux-icon/icons/legacy/history.svg +1 -0
  672. package/dist/collection/components/stable/gux-icon/icons/legacy/home.svg +1 -0
  673. package/dist/collection/components/stable/gux-icon/icons/legacy/horz-container.svg +1 -0
  674. package/dist/collection/components/stable/gux-icon/icons/legacy/house.svg +1 -0
  675. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-pause-solid.svg +1 -0
  676. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-pause.svg +1 -0
  677. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-play-solid.svg +1 -0
  678. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-play.svg +1 -0
  679. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-stop.svg +1 -0
  680. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar-stack-vertical.svg +1 -0
  681. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar-vertical.svg +1 -0
  682. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar.svg +1 -0
  683. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-edit.svg +1 -0
  684. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-grid-cell.svg +1 -0
  685. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-grid.svg +1 -0
  686. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-line.svg +1 -0
  687. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-stack.svg +1 -0
  688. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-variable-2.svg +1 -0
  689. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-adjacent.svg +1 -0
  690. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-all.svg +1 -0
  691. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-control-pause.svg +1 -0
  692. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-control-play.svg +1 -0
  693. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-incoming.svg +1 -0
  694. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-outgoing.svg +1 -0
  695. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-access.svg +1 -0
  696. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable-disable.svg +1 -0
  697. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable-notset.svg +1 -0
  698. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable.svg +1 -0
  699. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-add-bold.svg +1 -0
  700. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-add.svg +1 -0
  701. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-adjust.svg +1 -0
  702. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-add.svg +1 -0
  703. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-edit.svg +1 -0
  704. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-group.svg +1 -0
  705. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-like.svg +1 -0
  706. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-offline.svg +1 -0
  707. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-ready-partial.svg +1 -0
  708. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-ready.svg +1 -0
  709. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-search.svg +1 -0
  710. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-time.svg +1 -0
  711. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-unavailable.svg +1 -0
  712. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent.svg +1 -0
  713. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-aix.svg +1 -0
  714. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-checkmark.svg +1 -0
  715. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-circle.svg +1 -0
  716. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-info.svg +1 -0
  717. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-octo.svg +1 -0
  718. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-triangle.svg +1 -0
  719. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-all.svg +1 -0
  720. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-chart.svg +1 -0
  721. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-generic.svg +1 -0
  722. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-layout.svg +1 -0
  723. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-table.svg +1 -0
  724. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-archive.svg +1 -0
  725. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-accordion.svg +1 -0
  726. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-disclosure.svg +1 -0
  727. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-down.svg +1 -0
  728. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-left-dbl.svg +1 -0
  729. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-left.svg +1 -0
  730. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-popover.svg +1 -0
  731. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-right-dbl.svg +1 -0
  732. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-right.svg +1 -0
  733. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-down.svg +1 -0
  734. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-left.svg +1 -0
  735. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-right.svg +1 -0
  736. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-up.svg +1 -0
  737. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-up.svg +1 -0
  738. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-attach.svg +1 -0
  739. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-disable.svg +1 -0
  740. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-music.svg +1 -0
  741. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-no.svg +1 -0
  742. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-rec-disable.svg +1 -0
  743. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-rec.svg +1 -0
  744. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-voice-disable.svg +1 -0
  745. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-voice.svg +1 -0
  746. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-yes.svg +1 -0
  747. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-autoscroll-off.svg +1 -0
  748. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bar-graph-variable-1.svg +1 -0
  749. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bar-graph-variable-2.svg +1 -0
  750. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bell.svg +1 -0
  751. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bezier.svg +1 -0
  752. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-biz-attribute-disable.svg +1 -0
  753. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-biz-attribute.svg +1 -0
  754. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-blocks.svg +1 -0
  755. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-book-address.svg +1 -0
  756. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-book-open-details.svg +1 -0
  757. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-break.svg +1 -0
  758. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-briefcase.svg +1 -0
  759. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-budget.svg +1 -0
  760. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bug.svg +1 -0
  761. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calculator.svg +1 -0
  762. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-day.svg +1 -0
  763. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-generic.svg +1 -0
  764. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-media-voice.svg +1 -0
  765. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-month-highlight.svg +1 -0
  766. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-month.svg +1 -0
  767. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-camera.svg +1 -0
  768. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-disable.svg +1 -0
  769. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-done.svg +1 -0
  770. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-schedule.svg +1 -0
  771. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-stop.svg +1 -0
  772. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign.svg +1 -0
  773. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cart.svg +1 -0
  774. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cells.svg +1 -0
  775. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-certificate.svg +1 -0
  776. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-add.svg +1 -0
  777. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-disable.svg +1 -0
  778. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-edit-disable.svg +1 -0
  779. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-edit.svg +1 -0
  780. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-end.svg +1 -0
  781. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-forward.svg +1 -0
  782. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-frown.svg +1 -0
  783. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-multi.svg +1 -0
  784. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-close.svg +1 -0
  785. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-multi.svg +1 -0
  786. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-transfer.svg +1 -0
  787. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval.svg +1 -0
  788. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-smile.svg +1 -0
  789. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-video.svg +1 -0
  790. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat.svg +1 -0
  791. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox-tick-lock.svg +1 -0
  792. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox-tick.svg +1 -0
  793. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox.svg +1 -0
  794. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checklist-tick-lock.svg +1 -0
  795. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkmark-bold.svg +1 -0
  796. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-left.svg +1 -0
  797. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-right.svg +1 -0
  798. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-collapse-all.svg +1 -0
  799. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-expand-all.svg +1 -0
  800. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-left.svg +1 -0
  801. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-right.svg +1 -0
  802. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-add.svg +1 -0
  803. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-down.svg +1 -0
  804. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-left.svg +1 -0
  805. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-right.svg +1 -0
  806. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-up.svg +1 -0
  807. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-close.svg +1 -0
  808. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-down.svg +1 -0
  809. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-left.svg +1 -0
  810. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-right.svg +1 -0
  811. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-up.svg +1 -0
  812. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cleanup.svg +1 -0
  813. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-approve.svg +1 -0
  814. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-exchange.svg +1 -0
  815. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-list.svg +1 -0
  816. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clipboard.svg +1 -0
  817. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-b.svg +1 -0
  818. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-stopwatch.svg +1 -0
  819. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-timezone.svg +1 -0
  820. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock.svg +1 -0
  821. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clone.svg +1 -0
  822. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-close-bold.svg +1 -0
  823. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-close.svg +1 -0
  824. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cloud-a.svg +1 -0
  825. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cloud-b.svg +1 -0
  826. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-cloud.svg +1 -0
  827. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-desktop.svg +1 -0
  828. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-network.svg +1 -0
  829. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-outbound.svg +1 -0
  830. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-server-add.svg +1 -0
  831. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-server.svg +1 -0
  832. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-tenant.svg +1 -0
  833. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-user.svg +1 -0
  834. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-voice.svg +1 -0
  835. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-chat.svg +1 -0
  836. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-disable.svg +1 -0
  837. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-end.svg +1 -0
  838. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse.svg +1 -0
  839. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-code.svg +1 -0
  840. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-collapse.svg +1 -0
  841. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-column-direction-active.svg +1 -0
  842. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-column-direction.svg +1 -0
  843. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-comment-corner.svg +1 -0
  844. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-conference-all-channels.svg +1 -0
  845. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-configuration-disable.svg +1 -0
  846. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-configuration.svg +1 -0
  847. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-add.svg +1 -0
  848. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-assign.svg +1 -0
  849. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-delete.svg +1 -0
  850. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-id-fetch.svg +1 -0
  851. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-id.svg +1 -0
  852. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-switch.svg +1 -0
  853. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-a.svg +1 -0
  854. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-b.svg +1 -0
  855. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-c.svg +1 -0
  856. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-d.svg +1 -0
  857. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-backward.svg +1 -0
  858. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-forward.svg +1 -0
  859. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-left.svg +1 -0
  860. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-right.svg +1 -0
  861. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-left.svg +1 -0
  862. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-next.svg +1 -0
  863. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-previous.svg +1 -0
  864. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-right.svg +1 -0
  865. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-stop.svg +1 -0
  866. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-copy.svg +1 -0
  867. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-credit-card.svg +1 -0
  868. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-mobile.svg +1 -0
  869. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-social.svg +1 -0
  870. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-web.svg +1 -0
  871. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-currency-dollar-sign.svg +1 -0
  872. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cut.svg +1 -0
  873. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-agent.svg +1 -0
  874. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-avatar.svg +1 -0
  875. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-cal.svg +1 -0
  876. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-chat.svg +1 -0
  877. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-cobrowse.svg +1 -0
  878. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-consult.svg +1 -0
  879. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-inbound.svg +1 -0
  880. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-lock.svg +1 -0
  881. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-mail.svg +1 -0
  882. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-offer.svg +1 -0
  883. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-outbound.svg +1 -0
  884. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-pref.svg +1 -0
  885. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-search.svg +1 -0
  886. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-survey.svg +1 -0
  887. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-vid.svg +1 -0
  888. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-vm.svg +1 -0
  889. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dash.svg +1 -0
  890. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-dash.svg +1 -0
  891. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-settings.svg +1 -0
  892. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-xwidget.svg +1 -0
  893. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dialpad.svg +1 -0
  894. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-disclosure-left.svg +1 -0
  895. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-add.svg +1 -0
  896. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-alert-b.svg +1 -0
  897. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-all-save.svg +1 -0
  898. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-all.svg +1 -0
  899. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-detail-add.svg +1 -0
  900. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-detail.svg +1 -0
  901. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-form-b.svg +1 -0
  902. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-forward.svg +1 -0
  903. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-generic-b.svg +1 -0
  904. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-generic.svg +1 -0
  905. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-list-b.svg +1 -0
  906. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-list.svg +1 -0
  907. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-no.svg +1 -0
  908. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-phone-call.svg +1 -0
  909. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-report-b.svg +1 -0
  910. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-save.svg +1 -0
  911. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-segmentation-b.svg +1 -0
  912. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-yes-b.svg +1 -0
  913. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-yes.svg +1 -0
  914. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-document-scenario.svg +1 -0
  915. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-double-down.svg +1 -0
  916. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-double-up.svg +1 -0
  917. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-download.svg +1 -0
  918. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-drag-out.svg +1 -0
  919. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dropdown-arrow.svg +1 -0
  920. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-delete.svg +1 -0
  921. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-forward.svg +1 -0
  922. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-move-to-folder.svg +1 -0
  923. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-reply-all.svg +1 -0
  924. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-reply.svg +1 -0
  925. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-resend.svg +1 -0
  926. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-send.svg +1 -0
  927. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-transfer.svg +1 -0
  928. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email.svg +1 -0
  929. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-enterprise-extension.svg +1 -0
  930. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-error-bold.svg +1 -0
  931. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate-from.svg +1 -0
  932. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate-to.svg +1 -0
  933. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate.svg +1 -0
  934. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-event-cluster-mini.svg +1 -0
  935. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-event-cluster.svg +1 -0
  936. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-exit-full-screen.svg +1 -0
  937. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-down.svg +1 -0
  938. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-left.svg +1 -0
  939. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-right.svg +1 -0
  940. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-up.svg +1 -0
  941. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand.svg +1 -0
  942. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-export.svg +1 -0
  943. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-happy.svg +1 -0
  944. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-neutral.svg +1 -0
  945. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-sad.svg +1 -0
  946. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-solid-happy.svg +1 -0
  947. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-solid-sad.svg +1 -0
  948. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-unknown.svg +1 -0
  949. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-facebook-square.svg +1 -0
  950. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-file-folder-drawer.svg +1 -0
  951. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-files.svg +1 -0
  952. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-film-broadcast.svg +1 -0
  953. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-film.svg +1 -0
  954. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-filter.svg +1 -0
  955. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-finger-pointing.svg +1 -0
  956. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-add.svg +1 -0
  957. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-disabled.svg +1 -0
  958. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-media.svg +1 -0
  959. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-move.svg +1 -0
  960. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open-in.svg +1 -0
  961. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open-out.svg +1 -0
  962. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open.svg +1 -0
  963. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-progress.svg +1 -0
  964. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder.svg +1 -0
  965. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-follow-disable.svg +1 -0
  966. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-follow.svg +1 -0
  967. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-bold.svg +1 -0
  968. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-decrease.svg +1 -0
  969. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-increase.svg +1 -0
  970. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-italic.svg +1 -0
  971. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-style.svg +1 -0
  972. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-underline.svg +1 -0
  973. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-full-screen.svg +1 -0
  974. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-gear-add.svg +1 -0
  975. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-gear-remove.svg +1 -0
  976. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-disable.svg +1 -0
  977. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-laptop.svg +1 -0
  978. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-mobile-phone.svg +1 -0
  979. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-pc.svg +1 -0
  980. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-tablet.svg +1 -0
  981. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic.svg +1 -0
  982. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-globe.svg +1 -0
  983. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-google-plus-circle.svg +1 -0
  984. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grab-vertical.svg +1 -0
  985. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grab.svg +1 -0
  986. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-bar.svg +1 -0
  987. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-barline.svg +1 -0
  988. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-bubble.svg +1 -0
  989. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-chart.svg +1 -0
  990. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-column.svg +1 -0
  991. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-edit.svg +1 -0
  992. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-grid.svg +1 -0
  993. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-line.svg +1 -0
  994. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-spark.svg +1 -0
  995. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-stack.svg +1 -0
  996. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grip-horizontal.svg +1 -0
  997. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grip-vertical.svg +1 -0
  998. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-group.svg +1 -0
  999. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-help.svg +1 -0
  1000. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-home.svg +1 -0
  1001. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-host.svg +1 -0
  1002. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-hp.svg +1 -0
  1003. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-import.svg +1 -0
  1004. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-in-small.svg +1 -0
  1005. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-in.svg +1 -0
  1006. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inbound.svg +1 -0
  1007. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-insert-block-left.svg +1 -0
  1008. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-insert-block-right.svg +1 -0
  1009. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-chat-disable.svg +1 -0
  1010. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-chat.svg +1 -0
  1011. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-disable.svg +1 -0
  1012. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-phone-disable.svg +1 -0
  1013. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-phone.svg +1 -0
  1014. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-star.svg +1 -0
  1015. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect.svg +1 -0
  1016. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ivr-disable.svg +1 -0
  1017. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ivr.svg +1 -0
  1018. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-help.svg +1 -0
  1019. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-notification.svg +1 -0
  1020. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-teamcommunicator.svg +1 -0
  1021. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-voicemail.svg +1 -0
  1022. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-callback.svg +1 -0
  1023. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-campaign.svg +1 -0
  1024. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-chat-round.svg +1 -0
  1025. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-chat-square.svg +1 -0
  1026. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-doc.svg +1 -0
  1027. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-email.svg +1 -0
  1028. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-facebook.svg +1 -0
  1029. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-globe.svg +1 -0
  1030. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-media.svg +1 -0
  1031. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-cancel.svg +1 -0
  1032. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-conf-susp.svg +1 -0
  1033. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-conf.svg +1 -0
  1034. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-dial.svg +1 -0
  1035. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-pause.svg +1 -0
  1036. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-play.svg +1 -0
  1037. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-susp.svg +1 -0
  1038. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-voice.svg +1 -0
  1039. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-question.svg +1 -0
  1040. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-rss.svg +1 -0
  1041. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-twitter.svg +1 -0
  1042. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-voice-chat.svg +1 -0
  1043. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-voice.svg +1 -0
  1044. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-square-view.svg +1 -0
  1045. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-arrow-outline-in.svg +1 -0
  1046. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-add.svg +1 -0
  1047. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-chevron-down.svg +1 -0
  1048. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-chevron-up.svg +1 -0
  1049. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-add.svg +1 -0
  1050. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-chevron-down.svg +1 -0
  1051. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-chevron-up.svg +1 -0
  1052. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-back.svg +1 -0
  1053. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-fwd.svg +1 -0
  1054. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-home.svg +1 -0
  1055. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-play.svg +1 -0
  1056. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-stop.svg +1 -0
  1057. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-done-and-stop.svg +1 -0
  1058. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-history.svg +1 -0
  1059. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-in-progress.svg +1 -0
  1060. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-email.svg +1 -0
  1061. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-voice-cancel.svg +1 -0
  1062. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-voice.svg +1 -0
  1063. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-monitor-chat.svg +1 -0
  1064. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-monitor-voice.svg +1 -0
  1065. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-queue.svg +1 -0
  1066. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-routing-point.svg +1 -0
  1067. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-save-as.svg +1 -0
  1068. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-save.svg +1 -0
  1069. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-email.svg +1 -0
  1070. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-no.svg +1 -0
  1071. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-transfer.svg +1 -0
  1072. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-workbin.svg +1 -0
  1073. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-rss-transfer.svg +1 -0
  1074. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-rss-workbin.svg +1 -0
  1075. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-follow.svg +1 -0
  1076. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-no.svg +1 -0
  1077. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-transfer.svg +1 -0
  1078. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-workbin.svg +1 -0
  1079. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-suspend.svg +1 -0
  1080. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-cancel.svg +1 -0
  1081. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-show.svg +1 -0
  1082. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-swap.svg +1 -0
  1083. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-voice-inspect-cancel.svg +1 -0
  1084. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-voice-inspect.svg +1 -0
  1085. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-key-dot-dashed.svg +1 -0
  1086. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-link.svg +1 -0
  1087. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-linkedin-square.svg +1 -0
  1088. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-linux.svg +1 -0
  1089. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-list-bullets.svg +1 -0
  1090. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-list-numbers.svg +1 -0
  1091. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-locked.svg +1 -0
  1092. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-checkmark.svg +1 -0
  1093. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-error.svg +1 -0
  1094. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-info.svg +1 -0
  1095. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-lunch.svg +1 -0
  1096. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-growing.svg +1 -0
  1097. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-point-in-time.svg +1 -0
  1098. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-sliding.svg +1 -0
  1099. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-today.svg +1 -0
  1100. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-menu-hamburger.svg +1 -0
  1101. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-merge.svg +1 -0
  1102. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-mini-close.svg +1 -0
  1103. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-minimize.svg +1 -0
  1104. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-moon-default.svg +1 -0
  1105. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-more.svg +1 -0
  1106. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ms.svg +1 -0
  1107. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-multiples.svg +1 -0
  1108. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-network.svg +1 -0
  1109. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-note-add.svg +1 -0
  1110. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-note.svg +1 -0
  1111. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-notebook.svg +1 -0
  1112. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-number-sign.svg +1 -0
  1113. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-open-book.svg +1 -0
  1114. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-out-small.svg +1 -0
  1115. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-out.svg +1 -0
  1116. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-outbound.svg +1 -0
  1117. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-multi.svg +1 -0
  1118. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-search.svg +1 -0
  1119. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-single.svg +1 -0
  1120. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-palette.svg +1 -0
  1121. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-parameter-group.svg +1 -0
  1122. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-parameter.svg +1 -0
  1123. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-paste.svg +1 -0
  1124. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pc-mobile-phone.svg +1 -0
  1125. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pencil.svg +1 -0
  1126. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-people-chat.svg +1 -0
  1127. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-people.svg +1 -0
  1128. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-person.svg +1 -0
  1129. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-add.svg +1 -0
  1130. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-bell.svg +1 -0
  1131. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-chat-media.svg +1 -0
  1132. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-conference.svg +1 -0
  1133. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-decline.svg +1 -0
  1134. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-dial.svg +1 -0
  1135. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-disabled.svg +1 -0
  1136. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-forward.svg +1 -0
  1137. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-hang-up.svg +1 -0
  1138. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-hold.svg +1 -0
  1139. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-incoming.svg +1 -0
  1140. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-pause.svg +1 -0
  1141. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-pause.svg +1 -0
  1142. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-resume.svg +1 -0
  1143. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-stop.svg +1 -0
  1144. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec.svg +1 -0
  1145. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-voice-retrieve.svg +1 -0
  1146. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-voice.svg +1 -0
  1147. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone.svg +1 -0
  1148. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phones.svg +1 -0
  1149. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-picture.svg +1 -0
  1150. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pie-chart.svg +1 -0
  1151. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-alert.svg +1 -0
  1152. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-check.svg +1 -0
  1153. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid-add.svg +1 -0
  1154. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid-remove.svg +1 -0
  1155. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid.svg +1 -0
  1156. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-text.svg +1 -0
  1157. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-time.svg +1 -0
  1158. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-zoom-in.svg +1 -0
  1159. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-zoom-out.svg +1 -0
  1160. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin.svg +1 -0
  1161. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pinned.svg +1 -0
  1162. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pinterest-circle.svg +1 -0
  1163. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-play-list.svg +1 -0
  1164. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pointing-in-hand.svg +1 -0
  1165. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-printer.svg +1 -0
  1166. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-progress-bar.svg +1 -0
  1167. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-quotes.svg +1 -0
  1168. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-radio-active.svg +1 -0
  1169. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-radio.svg +1 -0
  1170. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rebuild.svg +1 -0
  1171. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-redo.svg +1 -0
  1172. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-refresh-with-feedback.svg +1 -0
  1173. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-refresh.svg +1 -0
  1174. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-reload.svg +1 -0
  1175. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-remember.svg +1 -0
  1176. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-reset.svg +1 -0
  1177. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rewind-five-seconds.svg +1 -0
  1178. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-routing.svg +1 -0
  1179. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rss-square.svg +1 -0
  1180. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rss.svg +1 -0
  1181. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-pause.svg +1 -0
  1182. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-record.svg +1 -0
  1183. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-resume.svg +1 -0
  1184. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-stop.svg +1 -0
  1185. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-scrubber.svg +1 -0
  1186. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search-next.svg +1 -0
  1187. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search-previous.svg +1 -0
  1188. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search.svg +1 -0
  1189. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-searched-term.svg +1 -0
  1190. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-secure.svg +1 -0
  1191. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-segmentation.svg +1 -0
  1192. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select-no.svg +1 -0
  1193. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select-yes.svg +1 -0
  1194. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select.svg +1 -0
  1195. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-server-add.svg +1 -0
  1196. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-server.svg +1 -0
  1197. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-gear.svg +1 -0
  1198. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-gears.svg +1 -0
  1199. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-sliders.svg +1 -0
  1200. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-share.svg +1 -0
  1201. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sharethis.svg +1 -0
  1202. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-shrinkage.svg +1 -0
  1203. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-shuffle.svg +1 -0
  1204. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-site-disable.svg +1 -0
  1205. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-site.svg +1 -0
  1206. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-skills.svg +1 -0
  1207. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-slide-back.svg +1 -0
  1208. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-slide-fwd.svg +1 -0
  1209. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-checkmark.svg +1 -0
  1210. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-close.svg +1 -0
  1211. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-plus.svg +1 -0
  1212. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-cancel.svg +1 -0
  1213. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-message.svg +1 -0
  1214. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-reply.svg +1 -0
  1215. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-transfer.svg +1 -0
  1216. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-solaris.svg +1 -0
  1217. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sort-left-right.svg +1 -0
  1218. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sort-up-down.svg +1 -0
  1219. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-special-g-brandmark.svg +1 -0
  1220. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stamp.svg +1 -0
  1221. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-edit.svg +1 -0
  1222. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-half.svg +1 -0
  1223. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-outline.svg +1 -0
  1224. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-add.svg +1 -0
  1225. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-lock.svg +1 -0
  1226. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-remove.svg +1 -0
  1227. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars.svg +1 -0
  1228. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-aftercallwork.svg +1 -0
  1229. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-available-no.svg +1 -0
  1230. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-available-yes.svg +1 -0
  1231. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-bad.svg +1 -0
  1232. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-dialing.svg +1 -0
  1233. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-inbound.svg +1 -0
  1234. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-internal.svg +1 -0
  1235. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-outbound.svg +1 -0
  1236. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-ringing.svg +1 -0
  1237. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-chat.svg +1 -0
  1238. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-email.svg +1 -0
  1239. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-good.svg +1 -0
  1240. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-hook-off.svg +1 -0
  1241. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-hook-on.svg +1 -0
  1242. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-interaction.svg +1 -0
  1243. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-logged-off.svg +1 -0
  1244. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-logged-on.svg +1 -0
  1245. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-monitored-no.svg +1 -0
  1246. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-monitored-yes.svg +1 -0
  1247. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-onhold.svg +1 -0
  1248. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-empty.svg +1 -0
  1249. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-full.svg +1 -0
  1250. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-part-full.svg +1 -0
  1251. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-blocked.svg +1 -0
  1252. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-no.svg +1 -0
  1253. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-partial.svg +1 -0
  1254. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-yes.svg +1 -0
  1255. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-unknown.svg +1 -0
  1256. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sun-default.svg +1 -0
  1257. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-superviser-chat-cancel.svg +1 -0
  1258. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-cancel.svg +1 -0
  1259. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-chat.svg +1 -0
  1260. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-voice-cancel.svg +1 -0
  1261. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-voice.svg +1 -0
  1262. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor.svg +1 -0
  1263. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-swap.svg +1 -0
  1264. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-switch-disable.svg +1 -0
  1265. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-switch.svg +1 -0
  1266. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-symbol-man.svg +1 -0
  1267. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-symbol-woman.svg +1 -0
  1268. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag-stat-add.svg +1 -0
  1269. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag-stat-remove.svg +1 -0
  1270. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag.svg +1 -0
  1271. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-target.svg +1 -0
  1272. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-team-communicator-team-communicator.svg +1 -0
  1273. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-team-communicator.svg +1 -0
  1274. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tenant-disable.svg +1 -0
  1275. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tenant.svg +1 -0
  1276. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-centered.svg +1 -0
  1277. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-detail.svg +1 -0
  1278. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-generic.svg +1 -0
  1279. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-indent-left.svg +1 -0
  1280. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-indent-right.svg +1 -0
  1281. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-center.svg +1 -0
  1282. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-full.svg +1 -0
  1283. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-left.svg +1 -0
  1284. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-right.svg +1 -0
  1285. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-spelling.svg +1 -0
  1286. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-thumbs-down.svg +1 -0
  1287. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-thumbs-up.svg +1 -0
  1288. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tick.svg +1 -0
  1289. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-timeline.svg +1 -0
  1290. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle-off.svg +1 -0
  1291. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle-on.svg +1 -0
  1292. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle.svg +1 -0
  1293. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-training.svg +1 -0
  1294. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer-all-channels.svg +1 -0
  1295. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer-common.svg +1 -0
  1296. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer.svg +1 -0
  1297. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-trash.svg +1 -0
  1298. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tree-branch.svg +1 -0
  1299. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-twitter-square.svg +1 -0
  1300. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-twitter.svg +1 -0
  1301. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-undo.svg +1 -0
  1302. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-unlocked.svg +1 -0
  1303. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-unmerge.svg +1 -0
  1304. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-upload.svg +1 -0
  1305. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-add.svg +1 -0
  1306. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-disable.svg +1 -0
  1307. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-end.svg +1 -0
  1308. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-forward.svg +1 -0
  1309. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-pause.svg +1 -0
  1310. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-roster.svg +1 -0
  1311. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-voice.svg +1 -0
  1312. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video.svg +1 -0
  1313. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-1-disable.svg +1 -0
  1314. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-1.svg +1 -0
  1315. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-2-disable.svg +1 -0
  1316. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-2.svg +1 -0
  1317. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-details-bottom.svg +1 -0
  1318. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-details-right.svg +1 -0
  1319. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-grid.svg +1 -0
  1320. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-list.svg +1 -0
  1321. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-lists.svg +1 -0
  1322. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-stacked.svg +1 -0
  1323. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-tree.svg +1 -0
  1324. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-voicemail.svg +1 -0
  1325. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-window-contract.svg +1 -0
  1326. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-window-expand.svg +1 -0
  1327. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-zoom-in.svg +1 -0
  1328. package/dist/collection/components/stable/gux-icon/icons/legacy/ic-zoom-out.svg +1 -0
  1329. package/dist/collection/components/stable/gux-icon/icons/legacy/image.svg +1 -0
  1330. package/dist/collection/components/stable/gux-icon/icons/legacy/inbox-alpha.svg +1 -0
  1331. package/dist/collection/components/stable/gux-icon/icons/legacy/inbox.svg +1 -0
  1332. package/dist/collection/components/stable/gux-icon/icons/legacy/input.svg +1 -0
  1333. package/dist/collection/components/stable/gux-icon/icons/legacy/instagram.svg +1 -0
  1334. package/dist/collection/components/stable/gux-icon/icons/legacy/interaction-sound.svg +1 -0
  1335. package/dist/collection/components/stable/gux-icon/icons/legacy/interactions-alpha.svg +1 -0
  1336. package/dist/collection/components/stable/gux-icon/icons/legacy/interactions-off-alpha.svg +1 -0
  1337. package/dist/collection/components/stable/gux-icon/icons/legacy/interactions.svg +1 -0
  1338. package/dist/collection/components/stable/gux-icon/icons/legacy/internet-explorer.svg +1 -0
  1339. package/dist/collection/components/stable/gux-icon/icons/legacy/italic.svg +1 -0
  1340. package/dist/collection/components/stable/gux-icon/icons/legacy/justify-center.svg +1 -0
  1341. package/dist/collection/components/stable/gux-icon/icons/legacy/justify-left.svg +1 -0
  1342. package/dist/collection/components/stable/gux-icon/icons/legacy/justify-right.svg +1 -0
  1343. package/dist/collection/components/stable/gux-icon/icons/legacy/layers.svg +1 -0
  1344. package/dist/collection/components/stable/gux-icon/icons/legacy/line-messenger.svg +1 -0
  1345. package/dist/collection/components/stable/gux-icon/icons/legacy/link-broken.svg +1 -0
  1346. package/dist/collection/components/stable/gux-icon/icons/legacy/link.svg +1 -0
  1347. package/dist/collection/components/stable/gux-icon/icons/legacy/linkedin-1.svg +1 -0
  1348. package/dist/collection/components/stable/gux-icon/icons/legacy/linkedin.svg +1 -0
  1349. package/dist/collection/components/stable/gux-icon/icons/legacy/linux.svg +1 -0
  1350. package/dist/collection/components/stable/gux-icon/icons/legacy/list-square.svg +1 -0
  1351. package/dist/collection/components/stable/gux-icon/icons/legacy/listbox.svg +1 -0
  1352. package/dist/collection/components/stable/gux-icon/icons/legacy/logo-genesys.svg +1 -0
  1353. package/dist/collection/components/stable/gux-icon/icons/legacy/low-bandwidth.svg +1 -0
  1354. package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass-minus.svg +1 -0
  1355. package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass-plus.svg +1 -0
  1356. package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass.svg +1 -0
  1357. package/dist/collection/components/stable/gux-icon/icons/legacy/marker.svg +1 -0
  1358. package/dist/collection/components/stable/gux-icon/icons/legacy/mic-off.svg +1 -0
  1359. package/dist/collection/components/stable/gux-icon/icons/legacy/mic-talking.svg +1 -0
  1360. package/dist/collection/components/stable/gux-icon/icons/legacy/mic.svg +1 -0
  1361. package/dist/collection/components/stable/gux-icon/icons/legacy/microsoft-teams.svg +1 -0
  1362. package/dist/collection/components/stable/gux-icon/icons/legacy/microsoft.svg +1 -0
  1363. package/dist/collection/components/stable/gux-icon/icons/legacy/minus-circle.svg +1 -0
  1364. package/dist/collection/components/stable/gux-icon/icons/legacy/missed-call.svg +1 -0
  1365. package/dist/collection/components/stable/gux-icon/icons/legacy/mixer.svg +1 -0
  1366. package/dist/collection/components/stable/gux-icon/icons/legacy/monitor.svg +1 -0
  1367. package/dist/collection/components/stable/gux-icon/icons/legacy/move-file.svg +1 -0
  1368. package/dist/collection/components/stable/gux-icon/icons/legacy/multi-agent-lines.svg +1 -0
  1369. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-chat.svg +1 -0
  1370. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-email.svg +1 -0
  1371. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-phone.svg +1 -0
  1372. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-chat.svg +1 -0
  1373. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-email.svg +1 -0
  1374. package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-phone.svg +1 -0
  1375. package/dist/collection/components/stable/gux-icon/icons/legacy/numeric-spinner.svg +1 -0
  1376. package/dist/collection/components/stable/gux-icon/icons/legacy/opera.svg +1 -0
  1377. package/dist/collection/components/stable/gux-icon/icons/legacy/organization.svg +1 -0
  1378. package/dist/collection/components/stable/gux-icon/icons/legacy/outbound-call.svg +1 -0
  1379. package/dist/collection/components/stable/gux-icon/icons/legacy/paint-bucket.svg +1 -0
  1380. package/dist/collection/components/stable/gux-icon/icons/legacy/paperclip.svg +1 -0
  1381. package/dist/collection/components/stable/gux-icon/icons/legacy/pause-secure.svg +1 -0
  1382. package/dist/collection/components/stable/gux-icon/icons/legacy/pause.svg +1 -0
  1383. package/dist/collection/components/stable/gux-icon/icons/legacy/pc-group.svg +1 -0
  1384. package/dist/collection/components/stable/gux-icon/icons/legacy/pc-user.svg +1 -0
  1385. package/dist/collection/components/stable/gux-icon/icons/legacy/pencil-square.svg +1 -0
  1386. package/dist/collection/components/stable/gux-icon/icons/legacy/person-circle.svg +1 -0
  1387. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-1.svg +1 -0
  1388. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-2.svg +1 -0
  1389. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-3.svg +1 -0
  1390. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-alpha.svg +1 -0
  1391. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-off-alpha.svg +1 -0
  1392. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-off.svg +1 -0
  1393. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-picker.svg +1 -0
  1394. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-ring-muted.svg +1 -0
  1395. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-ring.svg +1 -0
  1396. package/dist/collection/components/stable/gux-icon/icons/legacy/phone.svg +1 -0
  1397. package/dist/collection/components/stable/gux-icon/icons/legacy/pixel-unit.svg +1 -0
  1398. package/dist/collection/components/stable/gux-icon/icons/legacy/play.svg +1 -0
  1399. package/dist/collection/components/stable/gux-icon/icons/legacy/plus-circle.svg +1 -0
  1400. package/dist/collection/components/stable/gux-icon/icons/legacy/plus.svg +1 -0
  1401. package/dist/collection/components/stable/gux-icon/icons/legacy/pop-out.svg +1 -0
  1402. package/dist/collection/components/stable/gux-icon/icons/legacy/preview.svg +1 -0
  1403. package/dist/collection/components/stable/gux-icon/icons/legacy/product-logo-beyond.svg +1 -0
  1404. package/dist/collection/components/stable/gux-icon/icons/legacy/product-logo-g.svg +1 -0
  1405. package/dist/collection/components/stable/gux-icon/icons/legacy/progress-pie.svg +1 -0
  1406. package/dist/collection/components/stable/gux-icon/icons/legacy/puzzle.svg +1 -0
  1407. package/dist/collection/components/stable/gux-icon/icons/legacy/question-with-screen.svg +1 -0
  1408. package/dist/collection/components/stable/gux-icon/icons/legacy/question.svg +1 -0
  1409. package/dist/collection/components/stable/gux-icon/icons/legacy/quote-left.svg +1 -0
  1410. package/dist/collection/components/stable/gux-icon/icons/legacy/quote-right.svg +1 -0
  1411. package/dist/collection/components/stable/gux-icon/icons/legacy/radio-button.svg +1 -0
  1412. package/dist/collection/components/stable/gux-icon/icons/legacy/record.svg +1 -0
  1413. package/dist/collection/components/stable/gux-icon/icons/legacy/refresh.svg +1 -0
  1414. package/dist/collection/components/stable/gux-icon/icons/legacy/repeat.svg +1 -0
  1415. package/dist/collection/components/stable/gux-icon/icons/legacy/reset-view.svg +1 -0
  1416. package/dist/collection/components/stable/gux-icon/icons/legacy/resize-handle.svg +1 -0
  1417. package/dist/collection/components/stable/gux-icon/icons/legacy/robot-circle.svg +1 -0
  1418. package/dist/collection/components/stable/gux-icon/icons/legacy/robot-head.svg +1 -0
  1419. package/dist/collection/components/stable/gux-icon/icons/legacy/safari.svg +1 -0
  1420. package/dist/collection/components/stable/gux-icon/icons/legacy/scissors.svg +1 -0
  1421. package/dist/collection/components/stable/gux-icon/icons/legacy/screen-full.svg +1 -0
  1422. package/dist/collection/components/stable/gux-icon/icons/legacy/screen-small.svg +1 -0
  1423. package/dist/collection/components/stable/gux-icon/icons/legacy/screenshare.svg +1 -0
  1424. package/dist/collection/components/stable/gux-icon/icons/legacy/scripter-inverse.svg +1 -0
  1425. package/dist/collection/components/stable/gux-icon/icons/legacy/scripter.svg +1 -0
  1426. package/dist/collection/components/stable/gux-icon/icons/legacy/server.svg +1 -0
  1427. package/dist/collection/components/stable/gux-icon/icons/legacy/share.svg +1 -0
  1428. package/dist/collection/components/stable/gux-icon/icons/legacy/sign-out.svg +1 -0
  1429. package/dist/collection/components/stable/gux-icon/icons/legacy/sitemap.svg +1 -0
  1430. package/dist/collection/components/stable/gux-icon/icons/legacy/slideshare.svg +1 -0
  1431. package/dist/collection/components/stable/gux-icon/icons/legacy/sms-cancel.svg +1 -0
  1432. package/dist/collection/components/stable/gux-icon/icons/legacy/sms-message.svg +1 -0
  1433. package/dist/collection/components/stable/gux-icon/icons/legacy/sms.svg +1 -0
  1434. package/dist/collection/components/stable/gux-icon/icons/legacy/sort-numeric-asc.svg +1 -0
  1435. package/dist/collection/components/stable/gux-icon/icons/legacy/star.svg +1 -0
  1436. package/dist/collection/components/stable/gux-icon/icons/legacy/steal.svg +1 -0
  1437. package/dist/collection/components/stable/gux-icon/icons/legacy/step-backward.svg +1 -0
  1438. package/dist/collection/components/stable/gux-icon/icons/legacy/step-forward.svg +1 -0
  1439. package/dist/collection/components/stable/gux-icon/icons/legacy/stop.svg +1 -0
  1440. package/dist/collection/components/stable/gux-icon/icons/legacy/telegram.svg +1 -0
  1441. package/dist/collection/components/stable/gux-icon/icons/legacy/template.svg +1 -0
  1442. package/dist/collection/components/stable/gux-icon/icons/legacy/text.svg +1 -0
  1443. package/dist/collection/components/stable/gux-icon/icons/legacy/thumbtack-off.svg +1 -0
  1444. package/dist/collection/components/stable/gux-icon/icons/legacy/thumbtack-on.svg +1 -0
  1445. package/dist/collection/components/stable/gux-icon/icons/legacy/topleft.svg +1 -0
  1446. package/dist/collection/components/stable/gux-icon/icons/legacy/topright.svg +1 -0
  1447. package/dist/collection/components/stable/gux-icon/icons/legacy/trashcan.svg +1 -0
  1448. package/dist/collection/components/stable/gux-icon/icons/legacy/triangle.svg +1 -0
  1449. package/dist/collection/components/stable/gux-icon/icons/legacy/twitter-white-on-blue.svg +1 -0
  1450. package/dist/collection/components/stable/gux-icon/icons/legacy/underline.svg +1 -0
  1451. package/dist/collection/components/stable/gux-icon/icons/legacy/undo.svg +1 -0
  1452. package/dist/collection/components/stable/gux-icon/icons/legacy/vert-container.svg +1 -0
  1453. package/dist/collection/components/stable/gux-icon/icons/legacy/viber-icon.svg +1 -0
  1454. package/dist/collection/components/stable/gux-icon/icons/legacy/video-alpha.svg +1 -0
  1455. package/dist/collection/components/stable/gux-icon/icons/legacy/video-off-alpha.svg +1 -0
  1456. package/dist/collection/components/stable/gux-icon/icons/legacy/video-off.svg +1 -0
  1457. package/dist/collection/components/stable/gux-icon/icons/legacy/video.svg +1 -0
  1458. package/dist/collection/components/stable/gux-icon/icons/legacy/voicemail.svg +1 -0
  1459. package/dist/collection/components/stable/gux-icon/icons/legacy/volume-down.svg +1 -0
  1460. package/dist/collection/components/stable/gux-icon/icons/legacy/volume-off-alt.svg +1 -0
  1461. package/dist/collection/components/stable/gux-icon/icons/legacy/volume-off.svg +1 -0
  1462. package/dist/collection/components/stable/gux-icon/icons/legacy/volume-up.svg +1 -0
  1463. package/dist/collection/components/stable/gux-icon/icons/legacy/warning.svg +1 -0
  1464. package/dist/collection/components/stable/gux-icon/icons/legacy/web.svg +1 -0
  1465. package/dist/collection/components/stable/gux-icon/icons/legacy/wechat.svg +1 -0
  1466. package/dist/collection/components/stable/gux-icon/icons/legacy/whatsapp.svg +1 -0
  1467. package/dist/collection/components/stable/gux-icon/icons/legacy/whistle.svg +1 -0
  1468. package/dist/collection/components/stable/gux-icon/icons/legacy/wordpress.svg +1 -0
  1469. package/dist/collection/components/stable/gux-icon/icons/legacy/wrap-up-code.svg +1 -0
  1470. package/dist/collection/components/stable/gux-icon/icons/legacy/youtube.svg +1 -0
  1471. package/dist/collection/components/stable/gux-icon/icons/line-messenger.svg +1 -0
  1472. package/dist/collection/components/stable/gux-icon/icons/link.svg +1 -0
  1473. package/dist/collection/components/stable/gux-icon/icons/linkedin.svg +1 -0
  1474. package/dist/collection/components/stable/gux-icon/icons/linux.svg +1 -0
  1475. package/dist/collection/components/stable/gux-icon/icons/lock-hold.svg +1 -0
  1476. package/dist/collection/components/stable/gux-icon/icons/lock.svg +1 -0
  1477. package/dist/collection/components/stable/gux-icon/icons/logout.svg +1 -0
  1478. package/dist/collection/components/stable/gux-icon/icons/low-bandwidth.svg +1 -0
  1479. package/dist/collection/components/stable/gux-icon/icons/lunch.svg +1 -0
  1480. package/dist/collection/components/stable/gux-icon/icons/menu-kebab-horizontal.svg +1 -0
  1481. package/dist/collection/components/stable/gux-icon/icons/menu-kebab-vertical.svg +1 -0
  1482. package/dist/collection/components/stable/gux-icon/icons/menu.svg +1 -0
  1483. package/dist/collection/components/stable/gux-icon/icons/message-email-outbound.svg +1 -0
  1484. package/dist/collection/components/stable/gux-icon/icons/message-email.svg +1 -0
  1485. package/dist/collection/components/stable/gux-icon/icons/message-forward.svg +1 -0
  1486. package/dist/collection/components/stable/gux-icon/icons/message-reply-all.svg +1 -0
  1487. package/dist/collection/components/stable/gux-icon/icons/message-reply.svg +1 -0
  1488. package/dist/collection/components/stable/gux-icon/icons/microphone-disable.svg +1 -0
  1489. package/dist/collection/components/stable/gux-icon/icons/microphone-talking.svg +1 -0
  1490. package/dist/collection/components/stable/gux-icon/icons/microphone.svg +1 -0
  1491. package/dist/collection/components/stable/gux-icon/icons/microsoft-teams.svg +1 -0
  1492. package/dist/collection/components/stable/gux-icon/icons/microsoft.svg +1 -0
  1493. package/dist/collection/components/stable/gux-icon/icons/moon.svg +1 -0
  1494. package/dist/collection/components/stable/gux-icon/icons/music.svg +1 -0
  1495. package/dist/collection/components/stable/gux-icon/icons/notes.svg +1 -0
  1496. package/dist/collection/components/stable/gux-icon/icons/notification.svg +1 -0
  1497. package/dist/collection/components/stable/gux-icon/icons/opera.svg +1 -0
  1498. package/dist/collection/components/stable/gux-icon/icons/paint.svg +1 -0
  1499. package/dist/collection/components/stable/gux-icon/icons/palette.svg +1 -0
  1500. package/dist/collection/components/stable/gux-icon/icons/paste.svg +1 -0
  1501. package/dist/collection/components/stable/gux-icon/icons/people.svg +1 -0
  1502. package/dist/collection/components/stable/gux-icon/icons/phone-bell.svg +1 -0
  1503. package/dist/collection/components/stable/gux-icon/icons/phone-call-directory.svg +12 -0
  1504. package/dist/collection/components/stable/gux-icon/icons/phone-call-history.svg +1 -0
  1505. package/dist/collection/components/stable/gux-icon/icons/phone-callback.svg +1 -0
  1506. package/dist/collection/components/stable/gux-icon/icons/phone-close.svg +1 -0
  1507. package/dist/collection/components/stable/gux-icon/icons/phone-conference.svg +1 -0
  1508. package/dist/collection/components/stable/gux-icon/icons/phone-dialpad.svg +1 -0
  1509. package/dist/collection/components/stable/gux-icon/icons/phone-disable.svg +1 -0
  1510. package/dist/collection/components/stable/gux-icon/icons/phone-forward.svg +1 -0
  1511. package/dist/collection/components/stable/gux-icon/icons/phone-hangup.svg +1 -0
  1512. package/dist/collection/components/stable/gux-icon/icons/phone-hold.svg +1 -0
  1513. package/dist/collection/components/stable/gux-icon/icons/phone-inbound.svg +1 -0
  1514. package/dist/collection/components/stable/gux-icon/icons/phone-missed-call.svg +1 -0
  1515. package/dist/collection/components/stable/gux-icon/icons/phone-notification-score.svg +1 -0
  1516. package/dist/collection/components/stable/gux-icon/icons/phone-outbound.svg +1 -0
  1517. package/dist/collection/components/stable/gux-icon/icons/phone-success.svg +1 -0
  1518. package/dist/collection/components/stable/gux-icon/icons/phone-voice.svg +1 -0
  1519. package/dist/collection/components/stable/gux-icon/icons/phone.svg +1 -0
  1520. package/dist/collection/components/stable/gux-icon/icons/pin-location.svg +1 -0
  1521. package/dist/collection/components/stable/gux-icon/icons/pin.svg +1 -0
  1522. package/dist/collection/components/stable/gux-icon/icons/post.svg +1 -0
  1523. package/dist/collection/components/stable/gux-icon/icons/product-logo-beyond.svg +1 -0
  1524. package/dist/collection/components/stable/gux-icon/icons/product-logo-g.svg +1 -0
  1525. package/dist/collection/components/stable/gux-icon/icons/quote-left.svg +1 -0
  1526. package/dist/collection/components/stable/gux-icon/icons/quote-right.svg +1 -0
  1527. package/dist/collection/components/stable/gux-icon/icons/radio-active.svg +1 -0
  1528. package/dist/collection/components/stable/gux-icon/icons/radio.svg +1 -0
  1529. package/dist/collection/components/stable/gux-icon/icons/rating-active.svg +1 -0
  1530. package/dist/collection/components/stable/gux-icon/icons/rating-partial.svg +1 -0
  1531. package/dist/collection/components/stable/gux-icon/icons/rating.svg +1 -0
  1532. package/dist/collection/components/stable/gux-icon/icons/record.svg +1 -0
  1533. package/dist/collection/components/stable/gux-icon/icons/refresh.svg +1 -0
  1534. package/dist/collection/components/stable/gux-icon/icons/reset.svg +1 -0
  1535. package/dist/collection/components/stable/gux-icon/icons/resource.svg +1 -0
  1536. package/dist/collection/components/stable/gux-icon/icons/retweet.svg +1 -0
  1537. package/dist/collection/components/stable/gux-icon/icons/roster-chat-disable.svg +1 -0
  1538. package/dist/collection/components/stable/gux-icon/icons/roster-chat.svg +1 -0
  1539. package/dist/collection/components/stable/gux-icon/icons/roster-email-disable.svg +1 -0
  1540. package/dist/collection/components/stable/gux-icon/icons/roster-email.svg +1 -0
  1541. package/dist/collection/components/stable/gux-icon/icons/roster-instagram-disable.svg +1 -0
  1542. package/dist/collection/components/stable/gux-icon/icons/roster-instagram.svg +1 -0
  1543. package/dist/collection/components/stable/gux-icon/icons/roster-line-disable.svg +1 -0
  1544. package/dist/collection/components/stable/gux-icon/icons/roster-line.svg +1 -0
  1545. package/dist/collection/components/stable/gux-icon/icons/roster-message-disable.svg +1 -0
  1546. package/dist/collection/components/stable/gux-icon/icons/roster-message.svg +1 -0
  1547. package/dist/collection/components/stable/gux-icon/icons/roster-messenger-disable.svg +1 -0
  1548. package/dist/collection/components/stable/gux-icon/icons/roster-messenger.svg +1 -0
  1549. package/dist/collection/components/stable/gux-icon/icons/roster-phone-disable.svg +1 -0
  1550. package/dist/collection/components/stable/gux-icon/icons/roster-phone.svg +1 -0
  1551. package/dist/collection/components/stable/gux-icon/icons/roster-sms-disable.svg +1 -0
  1552. package/dist/collection/components/stable/gux-icon/icons/roster-sms.svg +1 -0
  1553. package/dist/collection/components/stable/gux-icon/icons/roster-twitter-disable.svg +1 -0
  1554. package/dist/collection/components/stable/gux-icon/icons/roster-twitter.svg +1 -0
  1555. package/dist/collection/components/stable/gux-icon/icons/roster-wechat-disable.svg +1 -0
  1556. package/dist/collection/components/stable/gux-icon/icons/roster-wechat.svg +1 -0
  1557. package/dist/collection/components/stable/gux-icon/icons/roster-whatsapp-disable.svg +1 -0
  1558. package/dist/collection/components/stable/gux-icon/icons/roster-whatsapp.svg +1 -0
  1559. package/dist/collection/components/stable/gux-icon/icons/rss.svg +1 -0
  1560. package/dist/collection/components/stable/gux-icon/icons/run.svg +1 -0
  1561. package/dist/collection/components/stable/gux-icon/icons/safari.svg +1 -0
  1562. package/dist/collection/components/stable/gux-icon/icons/scripter.svg +1 -0
  1563. package/dist/collection/components/stable/gux-icon/icons/search.svg +1 -0
  1564. package/dist/collection/components/stable/gux-icon/icons/send.svg +1 -0
  1565. package/dist/collection/components/stable/gux-icon/icons/server.svg +1 -0
  1566. package/dist/collection/components/stable/gux-icon/icons/settings.svg +1 -0
  1567. package/dist/collection/components/stable/gux-icon/icons/share.svg +1 -0
  1568. package/dist/collection/components/stable/gux-icon/icons/shield-lock.svg +1 -0
  1569. package/dist/collection/components/stable/gux-icon/icons/shield-outline.svg +1 -0
  1570. package/dist/collection/components/stable/gux-icon/icons/shield-solid.svg +1 -0
  1571. package/dist/collection/components/stable/gux-icon/icons/site.svg +1 -0
  1572. package/dist/collection/components/stable/gux-icon/icons/skills.svg +1 -0
  1573. package/dist/collection/components/stable/gux-icon/icons/slideshare.svg +1 -0
  1574. package/dist/collection/components/stable/gux-icon/icons/sms-cancel.svg +1 -0
  1575. package/dist/collection/components/stable/gux-icon/icons/sms-close.svg +6 -0
  1576. package/dist/collection/components/stable/gux-icon/icons/sms.svg +1 -0
  1577. package/dist/collection/components/stable/gux-icon/icons/stamp.svg +1 -0
  1578. package/dist/collection/components/stable/gux-icon/icons/subtract-circle.svg +1 -0
  1579. package/dist/collection/components/stable/gux-icon/icons/subtract.svg +1 -0
  1580. package/dist/collection/components/stable/gux-icon/icons/sun.svg +1 -0
  1581. package/dist/collection/components/stable/gux-icon/icons/tag-add.svg +1 -0
  1582. package/dist/collection/components/stable/gux-icon/icons/tag-remove.svg +1 -0
  1583. package/dist/collection/components/stable/gux-icon/icons/tag.svg +1 -0
  1584. package/dist/collection/components/stable/gux-icon/icons/telegram.svg +1 -0
  1585. package/dist/collection/components/stable/gux-icon/icons/tenant.svg +1 -0
  1586. package/dist/collection/components/stable/gux-icon/icons/thumbs-down.svg +1 -0
  1587. package/dist/collection/components/stable/gux-icon/icons/thumbs-up.svg +1 -0
  1588. package/dist/collection/components/stable/gux-icon/icons/timeline.svg +1 -0
  1589. package/dist/collection/components/stable/gux-icon/icons/toolbar-apps-disable.svg +1 -0
  1590. package/dist/collection/components/stable/gux-icon/icons/toolbar-apps.svg +1 -0
  1591. package/dist/collection/components/stable/gux-icon/icons/toolbar-assist-disable.svg +1 -0
  1592. package/dist/collection/components/stable/gux-icon/icons/toolbar-assist.svg +1 -0
  1593. package/dist/collection/components/stable/gux-icon/icons/toolbar-chat-disable.svg +1 -0
  1594. package/dist/collection/components/stable/gux-icon/icons/toolbar-chat.svg +1 -0
  1595. package/dist/collection/components/stable/gux-icon/icons/toolbar-favorite.svg +11 -0
  1596. package/dist/collection/components/stable/gux-icon/icons/toolbar-favourite.svg +1 -0
  1597. package/dist/collection/components/stable/gux-icon/icons/toolbar-help.svg +1 -0
  1598. package/dist/collection/components/stable/gux-icon/icons/toolbar-inbox.svg +1 -0
  1599. package/dist/collection/components/stable/gux-icon/icons/toolbar-interactions-disable.svg +1 -0
  1600. package/dist/collection/components/stable/gux-icon/icons/toolbar-interactions.svg +1 -0
  1601. package/dist/collection/components/stable/gux-icon/icons/toolbar-notification.svg +1 -0
  1602. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-1.svg +1 -0
  1603. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-2.svg +1 -0
  1604. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-3.svg +1 -0
  1605. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-disable-.svg +1 -0
  1606. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-disable.svg +12 -0
  1607. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone.svg +1 -0
  1608. package/dist/collection/components/stable/gux-icon/icons/toolbar-video-disable.svg +1 -0
  1609. package/dist/collection/components/stable/gux-icon/icons/toolbar-video.svg +1 -0
  1610. package/dist/collection/components/stable/gux-icon/icons/trade.svg +1 -0
  1611. package/dist/collection/components/stable/gux-icon/icons/transfer.svg +1 -0
  1612. package/dist/collection/components/stable/gux-icon/icons/twitter.svg +1 -0
  1613. package/dist/collection/components/stable/gux-icon/icons/unknown.svg +1 -0
  1614. package/dist/collection/components/stable/gux-icon/icons/unlink.svg +1 -0
  1615. package/dist/collection/components/stable/gux-icon/icons/unlock.svg +1 -0
  1616. package/dist/collection/components/stable/gux-icon/icons/upload.svg +1 -0
  1617. package/dist/collection/components/stable/gux-icon/icons/user-add.svg +1 -0
  1618. package/dist/collection/components/stable/gux-icon/icons/user-circle.svg +1 -0
  1619. package/dist/collection/components/stable/gux-icon/icons/user-contact-id.svg +1 -0
  1620. package/dist/collection/components/stable/gux-icon/icons/user-directory.svg +1 -0
  1621. package/dist/collection/components/stable/gux-icon/icons/user-group.svg +1 -0
  1622. package/dist/collection/components/stable/gux-icon/icons/user-interactions copy.svg +1 -0
  1623. package/dist/collection/components/stable/gux-icon/icons/user-interactions-disable.svg +9 -0
  1624. package/dist/collection/components/stable/gux-icon/icons/user-interactions.svg +1 -0
  1625. package/dist/collection/components/stable/gux-icon/icons/user.svg +1 -0
  1626. package/dist/collection/components/stable/gux-icon/icons/viber.svg +1 -0
  1627. package/dist/collection/components/stable/gux-icon/icons/video-disable.svg +1 -0
  1628. package/dist/collection/components/stable/gux-icon/icons/video.svg +1 -0
  1629. package/dist/collection/components/stable/gux-icon/icons/view-all.svg +1 -0
  1630. package/dist/collection/components/stable/gux-icon/icons/view-cells.svg +1 -0
  1631. package/dist/collection/components/stable/gux-icon/icons/view-grid.svg +1 -0
  1632. package/dist/collection/components/stable/gux-icon/icons/view-list.svg +1 -0
  1633. package/dist/collection/components/stable/gux-icon/icons/view-lists.svg +1 -0
  1634. package/dist/collection/components/stable/gux-icon/icons/view-roster.svg +1 -0
  1635. package/dist/collection/components/stable/gux-icon/icons/view-stacked.svg +1 -0
  1636. package/dist/collection/components/stable/gux-icon/icons/voicemail.svg +1 -0
  1637. package/dist/collection/components/stable/gux-icon/icons/volume-disable.svg +1 -0
  1638. package/dist/collection/components/stable/gux-icon/icons/volume-down.svg +1 -0
  1639. package/dist/collection/components/stable/gux-icon/icons/volume-none.svg +1 -0
  1640. package/dist/collection/components/stable/gux-icon/icons/volume-up.svg +1 -0
  1641. package/dist/collection/components/stable/gux-icon/icons/web.svg +1 -0
  1642. package/dist/collection/components/stable/gux-icon/icons/webcam-disable.svg +1 -0
  1643. package/dist/collection/components/stable/gux-icon/icons/webcam.svg +1 -0
  1644. package/dist/collection/components/stable/gux-icon/icons/wechat.svg +1 -0
  1645. package/dist/collection/components/stable/gux-icon/icons/whatsapp.svg +1 -0
  1646. package/dist/collection/components/stable/gux-icon/icons/window-actual-size.svg +1 -0
  1647. package/dist/collection/components/stable/gux-icon/icons/window-contract.svg +1 -0
  1648. package/dist/collection/components/stable/gux-icon/icons/window-drag-out.svg +1 -0
  1649. package/dist/collection/components/stable/gux-icon/icons/window-expand.svg +7 -0
  1650. package/dist/collection/components/stable/gux-icon/icons/window-fullscreen.svg +1 -0
  1651. package/dist/collection/components/stable/gux-icon/icons/window-popout.svg +1 -0
  1652. package/dist/collection/components/stable/gux-icon/icons/wordpress.svg +1 -0
  1653. package/dist/collection/components/stable/gux-icon/icons/youtube.svg +1 -0
  1654. package/dist/collection/components/stable/gux-icon/icons/zoom-in.svg +1 -0
  1655. package/dist/collection/components/stable/gux-icon/icons/zoom-out.svg +1 -0
  1656. package/dist/collection/components/stable/gux-icon/legacy-icon-names.js +870 -0
  1657. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +13 -0
  1658. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +14 -0
  1659. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +41 -0
  1660. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +68 -0
  1661. package/dist/collection/components/stable/gux-list/gux-list.css +8 -0
  1662. package/dist/collection/components/stable/gux-list/gux-list.js +75 -0
  1663. package/dist/collection/components/stable/gux-list/gux-list.service.js +44 -0
  1664. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +23 -0
  1665. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +256 -0
  1666. package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +146 -0
  1667. package/dist/collection/components/stable/gux-listbox/gux-option/gux-option.css +25 -0
  1668. package/dist/collection/components/stable/gux-listbox/gux-option/gux-option.js +166 -0
  1669. package/dist/collection/components/stable/gux-modal/gux-modal.css +79 -0
  1670. package/dist/collection/components/stable/gux-modal/gux-modal.js +184 -0
  1671. package/dist/collection/components/stable/gux-modal/gux-modal.types.js +1 -0
  1672. package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.css +73 -0
  1673. package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.js +86 -0
  1674. package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.types.js +1 -0
  1675. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.css +6 -0
  1676. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +38 -0
  1677. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +91 -0
  1678. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +79 -0
  1679. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +178 -0
  1680. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -0
  1681. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +97 -0
  1682. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +20 -0
  1683. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +85 -0
  1684. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +39 -0
  1685. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +199 -0
  1686. package/dist/collection/components/stable/gux-pagination/gux-pagination.types.js +1 -0
  1687. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +8 -0
  1688. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +98 -0
  1689. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.types.js +1 -0
  1690. package/dist/collection/components/stable/gux-popover/gux-popover.css +71 -0
  1691. package/dist/collection/components/stable/gux-popover/gux-popover.js +212 -0
  1692. package/dist/collection/components/stable/gux-popover/gux-popover.types.js +1 -0
  1693. package/dist/collection/components/stable/gux-popup/gux-popup.css +12 -0
  1694. package/dist/collection/components/stable/gux-popup/gux-popup.js +109 -0
  1695. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +46 -0
  1696. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +77 -0
  1697. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.types.js +1 -0
  1698. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +40 -0
  1699. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +22 -0
  1700. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +124 -0
  1701. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +11 -0
  1702. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.types.js +1 -0
  1703. package/dist/collection/components/stable/gux-rating/gux-rating.css +18 -0
  1704. package/dist/collection/components/stable/gux-rating/gux-rating.js +194 -0
  1705. package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.css +50 -0
  1706. package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.js +82 -0
  1707. package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.types.js +1 -0
  1708. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +68 -0
  1709. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +86 -0
  1710. package/dist/collection/components/stable/gux-switch/gux-switch.css +4 -0
  1711. package/dist/collection/components/stable/gux-switch/gux-switch.js +97 -0
  1712. package/dist/collection/components/stable/gux-switch/gux-switch.types.js +1 -0
  1713. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +77 -0
  1714. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +178 -0
  1715. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +89 -0
  1716. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +327 -0
  1717. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +7 -0
  1718. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +89 -0
  1719. package/dist/collection/components/stable/gux-tabs/gux-tabs-types.js +1 -0
  1720. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +4 -0
  1721. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +179 -0
  1722. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +118 -0
  1723. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +312 -0
  1724. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +142 -0
  1725. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +627 -0
  1726. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +7 -0
  1727. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +89 -0
  1728. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +3 -0
  1729. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +129 -0
  1730. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +130 -0
  1731. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.types.js +1 -0
  1732. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +69 -0
  1733. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +131 -0
  1734. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +46 -0
  1735. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +243 -0
  1736. package/dist/collection/components/stable/gux-toggle/gux-toggle.types.js +1 -0
  1737. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +20 -0
  1738. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +175 -0
  1739. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.css +33 -0
  1740. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +193 -0
  1741. package/dist/collection/i18n/fetchResources.js +12 -0
  1742. package/dist/collection/i18n/index.js +83 -0
  1743. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +1 -0
  1744. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +309 -0
  1745. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +323 -0
  1746. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +308 -0
  1747. package/dist/collection/usage-tracking.js +45 -0
  1748. package/dist/collection/utils/array/async-filter.js +4 -0
  1749. package/dist/collection/utils/date/from-iso-time-string.js +15 -0
  1750. package/dist/collection/utils/date/iso-dates.js +23 -0
  1751. package/dist/collection/utils/decorator/on-click-outside.js +78 -0
  1752. package/dist/collection/utils/decorator/on-mutation.js +28 -0
  1753. package/dist/collection/utils/dom/event-is-from.js +18 -0
  1754. package/dist/collection/utils/dom/get-closest-element.js +15 -0
  1755. package/dist/collection/utils/dom/has-slot.js +3 -0
  1756. package/dist/collection/utils/dom/manipulate-elements-classes.js +12 -0
  1757. package/dist/collection/utils/dom/on-attribute-change.js +34 -0
  1758. package/dist/collection/utils/dom/on-mutation.js +9 -0
  1759. package/dist/collection/utils/dom/prevent-browser-validation-styling.js +5 -0
  1760. package/dist/collection/utils/dom/random-html-id.js +3 -0
  1761. package/dist/collection/utils/dom/set-input-value.js +9 -0
  1762. package/dist/collection/utils/dom/simulate-native-event.js +12 -0
  1763. package/dist/collection/utils/dom/when-event-is-from.js +24 -0
  1764. package/dist/collection/utils/error/log-error.js +10 -0
  1765. package/dist/collection/utils/number/clamp.js +6 -0
  1766. package/dist/collection/utils/string/search.js +41 -0
  1767. package/dist/collection/utils/theme/color-palette.js +12 -0
  1768. package/dist/deploy-info.json +9 -0
  1769. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  1770. package/dist/esm/clamp-6bdb0367.js +8 -0
  1771. package/dist/esm/color-palette-1cfb5585.js +14 -0
  1772. package/dist/esm/en-07edddda.js +18 -0
  1773. package/dist/esm/en-46223eb1.js +22 -0
  1774. package/dist/esm/event-is-from-90b69768.js +20 -0
  1775. package/dist/esm/genesys-webcomponents.js +17 -0
  1776. package/dist/esm/get-closest-element-1597503c.js +17 -0
  1777. package/dist/esm/gux-accordion-legacy.entry.js +117 -0
  1778. package/dist/esm/gux-accordion-section.entry.js +52 -0
  1779. package/dist/esm/gux-accordion.entry.js +47 -0
  1780. package/dist/esm/gux-action-button-legacy.entry.js +143 -0
  1781. package/dist/esm/gux-action-button.entry.js +146 -0
  1782. package/dist/esm/gux-action-item.entry.js +44 -0
  1783. package/dist/esm/gux-action-list-divider.entry.js +15 -0
  1784. package/dist/esm/gux-action-list-legacy.entry.js +128 -0
  1785. package/dist/esm/gux-action-toast.entry.js +20 -0
  1786. package/dist/esm/gux-advanced-dropdown.entry.js +217 -0
  1787. package/dist/esm/gux-all-row-select.entry.js +36 -0
  1788. package/dist/esm/gux-badge-beta.entry.js +67 -0
  1789. package/dist/esm/gux-breadcrumb-item.entry.js +51 -0
  1790. package/dist/esm/gux-breadcrumbs.entry.js +31 -0
  1791. package/dist/esm/gux-button-multi-legacy.entry.js +121 -0
  1792. package/dist/esm/gux-button-multi.entry.js +123 -0
  1793. package/dist/esm/gux-button-slot-beta.entry.js +37 -0
  1794. package/dist/esm/gux-button.entry.js +52 -0
  1795. package/dist/esm/gux-calendar.entry.js +373 -0
  1796. package/dist/esm/gux-card-beta.entry.js +24 -0
  1797. package/dist/esm/gux-chart-column-beta.entry.js +127 -0
  1798. package/dist/esm/gux-chart-donut-beta.entry.js +114 -0
  1799. package/dist/esm/gux-chart-line-beta.entry.js +119 -0
  1800. package/dist/esm/gux-chart-pie-beta.entry.js +102 -0
  1801. package/dist/esm/gux-color-select_2.entry.js +68 -0
  1802. package/dist/esm/gux-command-action.entry.js +40 -0
  1803. package/dist/esm/gux-command-palette-legacy.entry.js +224 -0
  1804. package/dist/esm/gux-content-search.entry.js +153 -0
  1805. package/dist/esm/gux-datepicker.entry.js +641 -0
  1806. package/dist/esm/gux-disclosure-button.entry.js +68 -0
  1807. package/dist/esm/gux-dismiss-button.entry.js +29 -0
  1808. package/dist/esm/gux-dropdown-legacy.entry.js +278 -0
  1809. package/dist/esm/gux-dropdown-option.entry.js +83 -0
  1810. package/dist/esm/gux-dropdown_3.entry.js +573 -0
  1811. package/dist/esm/gux-error-message-beta.entry.js +20 -0
  1812. package/dist/esm/gux-flyout-menu-beta.entry.js +143 -0
  1813. package/dist/esm/gux-form-field-checkbox.entry.js +62 -0
  1814. package/dist/esm/gux-form-field-color.entry.js +79 -0
  1815. package/dist/esm/gux-form-field-input-clear-button.entry.js +29 -0
  1816. package/dist/esm/gux-form-field-label-c42502e9.js +18 -0
  1817. package/dist/esm/gux-form-field-legacy.entry.js +211 -0
  1818. package/dist/esm/gux-form-field-number.entry.js +126 -0
  1819. package/dist/esm/gux-form-field-radio.entry.js +62 -0
  1820. package/dist/esm/gux-form-field-range.entry.js +133 -0
  1821. package/dist/esm/gux-form-field-search.entry.js +90 -0
  1822. package/dist/esm/gux-form-field-select.entry.js +84 -0
  1823. package/dist/esm/gux-form-field-text-like.entry.js +90 -0
  1824. package/dist/esm/gux-form-field-textarea.entry.js +98 -0
  1825. package/dist/esm/gux-form-field.servce-9ea2bf56.js +78 -0
  1826. package/dist/esm/gux-icon.entry.js +1443 -0
  1827. package/dist/esm/gux-input-checkbox_7.entry.js +514 -0
  1828. package/dist/esm/gux-input-search.entry.js +60 -0
  1829. package/dist/esm/gux-input-text-like.entry.js +57 -0
  1830. package/dist/esm/gux-list-divider-legacy.entry.js +15 -0
  1831. package/dist/esm/gux-list-divider.entry.js +15 -0
  1832. package/dist/esm/gux-list-item-legacy_2.entry.js +211 -0
  1833. package/dist/esm/gux-list-item.entry.js +32 -0
  1834. package/dist/esm/gux-list.entry.js +93 -0
  1835. package/dist/esm/gux-menu-option.entry.js +33 -0
  1836. package/dist/esm/gux-menu.common-60ab04e4.js +78 -0
  1837. package/dist/esm/gux-menu.entry.js +15 -0
  1838. package/dist/esm/gux-modal.entry.js +81 -0
  1839. package/dist/esm/gux-notification-toast.entry.js +32 -0
  1840. package/dist/esm/gux-option-legacy.entry.js +47 -0
  1841. package/dist/esm/gux-page-loading-spinner.entry.js +20 -0
  1842. package/dist/esm/gux-pagination-buttons_3.entry.js +265 -0
  1843. package/dist/esm/gux-pagination-cursor.entry.js +42 -0
  1844. package/dist/esm/gux-pagination.entry.js +88 -0
  1845. package/dist/esm/gux-panel-frame-legacy.entry.js +36 -0
  1846. package/dist/esm/gux-popover-list.entry.js +115 -0
  1847. package/dist/esm/gux-popover.entry.js +115 -0
  1848. package/dist/esm/gux-popup.entry.js +62 -0
  1849. package/dist/esm/gux-radial-loading.entry.js +37 -0
  1850. package/dist/esm/gux-radial-progress.entry.js +76 -0
  1851. package/dist/esm/gux-rating.entry.js +105 -0
  1852. package/dist/esm/gux-row-select.entry.js +32 -0
  1853. package/dist/esm/gux-side-panel-button.entry.js +19 -0
  1854. package/dist/esm/gux-side-panel-legacy.entry.js +34 -0
  1855. package/dist/esm/gux-simple-toast.entry.js +32 -0
  1856. package/dist/esm/gux-submenu.entry.js +148 -0
  1857. package/dist/esm/gux-switch-item.entry.js +22 -0
  1858. package/dist/esm/gux-switch.entry.js +40 -0
  1859. package/dist/esm/gux-tab-advanced-list.entry.js +482 -0
  1860. package/dist/esm/gux-tab-advanced-panel.entry.js +29 -0
  1861. package/dist/esm/gux-tab-advanced.entry.js +154 -0
  1862. package/dist/esm/gux-tab-dropdown-option-legacy.entry.js +15 -0
  1863. package/dist/esm/gux-tab-legacy.entry.js +63 -0
  1864. package/dist/esm/gux-tab-list.entry.js +279 -0
  1865. package/dist/esm/gux-tab-panel.entry.js +29 -0
  1866. package/dist/esm/gux-tab.entry.js +48 -0
  1867. package/dist/esm/gux-table-beta.entry.js +397 -0
  1868. package/dist/esm/gux-tabs-advanced.entry.js +57 -0
  1869. package/dist/esm/gux-tabs-legacy.entry.js +179 -0
  1870. package/dist/esm/gux-tabs.entry.js +61 -0
  1871. package/dist/esm/gux-tag-beta.entry.js +85 -0
  1872. package/dist/esm/gux-text-highlight.entry.js +72 -0
  1873. package/dist/esm/gux-text-label-legacy.entry.js +41 -0
  1874. package/dist/esm/gux-time-picker-beta.entry.js +254 -0
  1875. package/dist/esm/gux-toggle-slider.entry.js +36 -0
  1876. package/dist/esm/gux-toggle.entry.js +80 -0
  1877. package/dist/esm/gux-tooltip_2.entry.js +241 -0
  1878. package/dist/esm/gux-visualization-beta.entry.js +71266 -0
  1879. package/dist/esm/index-78502efc.js +4118 -0
  1880. package/dist/esm/index-ae6f2f18.js +1789 -0
  1881. package/dist/esm/index.js +1 -0
  1882. package/dist/esm/iso-dates-a7c704a4.js +25 -0
  1883. package/dist/esm/loader.js +17 -0
  1884. package/dist/esm/log-error-b1a1a086.js +7 -0
  1885. package/dist/esm/on-attribute-change-2b01c315.js +36 -0
  1886. package/dist/esm/on-click-outside-a1375976.js +74 -0
  1887. package/dist/esm/on-mutation-4e2f475c.js +22 -0
  1888. package/dist/esm/polyfills/core-js.js +11 -0
  1889. package/dist/esm/polyfills/css-shim.js +1 -0
  1890. package/dist/esm/polyfills/dom.js +79 -0
  1891. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1892. package/dist/esm/polyfills/index.js +34 -0
  1893. package/dist/esm/polyfills/system.js +6 -0
  1894. package/dist/esm/popper-93ecb064.js +1788 -0
  1895. package/dist/esm/prevent-browser-validation-styling-d16c3f4c.js +7 -0
  1896. package/dist/esm/random-html-id-8e3f658c.js +5 -0
  1897. package/dist/esm/search-2ca67cb1.js +43 -0
  1898. package/dist/esm/set-input-value-5adeaccc.js +12 -0
  1899. package/dist/esm/simulate-native-event-ac69961f.js +14 -0
  1900. package/dist/esm/sortable.esm-c4e0b0d3.js +3021 -0
  1901. package/dist/esm/usage-tracking-5374aca6.js +280 -0
  1902. package/dist/esm/when-event-is-from-18667084.js +26 -0
  1903. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1904. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +1 -0
  1905. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1906. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1907. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1908. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1909. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +309 -0
  1910. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1911. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1912. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1913. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1914. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +323 -0
  1915. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1916. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1917. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1918. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1919. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +308 -0
  1920. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1921. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1922. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1923. package/dist/genesys-webcomponents/genesys-webcomponents.css +1 -0
  1924. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -0
  1925. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ar.json +1 -0
  1926. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.cs.json +1 -0
  1927. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.da.json +1 -0
  1928. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.de.json +1 -0
  1929. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -0
  1930. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.es-es.json +1 -0
  1931. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.es.json +1 -0
  1932. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fi.json +1 -0
  1933. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fr-ca.json +1 -0
  1934. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fr.json +1 -0
  1935. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -0
  1936. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ja.json +1 -0
  1937. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ko.json +1 -0
  1938. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.nl.json +1 -0
  1939. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.no.json +1 -0
  1940. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pl.json +1 -0
  1941. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -0
  1942. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ru.json +1 -0
  1943. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.sv.json +1 -0
  1944. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.th.json +1 -0
  1945. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.tr.json +1 -0
  1946. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.zh-cn.json +1 -0
  1947. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.zh-tw.json +1 -0
  1948. package/dist/genesys-webcomponents/icons/8x8-alt.svg +1 -0
  1949. package/dist/genesys-webcomponents/icons/8x8.svg +1 -0
  1950. package/dist/genesys-webcomponents/icons/add-circle.svg +1 -0
  1951. package/dist/genesys-webcomponents/icons/add.svg +1 -0
  1952. package/dist/genesys-webcomponents/icons/agent-circle.svg +1 -0
  1953. package/dist/genesys-webcomponents/icons/agent-group.svg +1 -0
  1954. package/dist/genesys-webcomponents/icons/agent.svg +1 -0
  1955. package/dist/genesys-webcomponents/icons/alert-info.svg +1 -0
  1956. package/dist/genesys-webcomponents/icons/alert-success.svg +1 -0
  1957. package/dist/genesys-webcomponents/icons/alert-warning-octogon.svg +1 -0
  1958. package/dist/genesys-webcomponents/icons/alert-warning-triangle.svg +1 -0
  1959. package/dist/genesys-webcomponents/icons/android.svg +1 -0
  1960. package/dist/genesys-webcomponents/icons/app-chart.svg +1 -0
  1961. package/dist/genesys-webcomponents/icons/app-generic.svg +1 -0
  1962. package/dist/genesys-webcomponents/icons/app-layout.svg +1 -0
  1963. package/dist/genesys-webcomponents/icons/app-table.svg +1 -0
  1964. package/dist/genesys-webcomponents/icons/apple.svg +1 -0
  1965. package/dist/genesys-webcomponents/icons/archive.svg +1 -0
  1966. package/dist/genesys-webcomponents/icons/arrow-down-left.svg +1 -0
  1967. package/dist/genesys-webcomponents/icons/arrow-down-right.svg +1 -0
  1968. package/dist/genesys-webcomponents/icons/arrow-down.svg +1 -0
  1969. package/dist/genesys-webcomponents/icons/arrow-left.svg +1 -0
  1970. package/dist/genesys-webcomponents/icons/arrow-right.svg +1 -0
  1971. package/dist/genesys-webcomponents/icons/arrow-solid-down.svg +1 -0
  1972. package/dist/genesys-webcomponents/icons/arrow-solid-left.svg +1 -0
  1973. package/dist/genesys-webcomponents/icons/arrow-solid-right.svg +1 -0
  1974. package/dist/genesys-webcomponents/icons/arrow-solid-up.svg +1 -0
  1975. package/dist/genesys-webcomponents/icons/arrow-up-left.svg +1 -0
  1976. package/dist/genesys-webcomponents/icons/arrow-up-right.svg +1 -0
  1977. package/dist/genesys-webcomponents/icons/arrow-up.svg +1 -0
  1978. package/dist/genesys-webcomponents/icons/at.svg +1 -0
  1979. package/dist/genesys-webcomponents/icons/attachment.svg +1 -0
  1980. package/dist/genesys-webcomponents/icons/backspace.svg +1 -0
  1981. package/dist/genesys-webcomponents/icons/badge-amount.svg +1 -0
  1982. package/dist/genesys-webcomponents/icons/badge-check.svg +1 -0
  1983. package/dist/genesys-webcomponents/icons/badge-edit.svg +1 -0
  1984. package/dist/genesys-webcomponents/icons/badge-pause.svg +1 -0
  1985. package/dist/genesys-webcomponents/icons/ban-outline.svg +1 -0
  1986. package/dist/genesys-webcomponents/icons/bell.svg +1 -0
  1987. package/dist/genesys-webcomponents/icons/bolt.svg +1 -0
  1988. package/dist/genesys-webcomponents/icons/bot.svg +1 -0
  1989. package/dist/genesys-webcomponents/icons/branch.svg +1 -0
  1990. package/dist/genesys-webcomponents/icons/bug.svg +1 -0
  1991. package/dist/genesys-webcomponents/icons/bus.svg +1 -0
  1992. package/dist/genesys-webcomponents/icons/calendar-add.svg +1 -0
  1993. package/dist/genesys-webcomponents/icons/calendar.svg +1 -0
  1994. package/dist/genesys-webcomponents/icons/campaign.svg +1 -0
  1995. package/dist/genesys-webcomponents/icons/certificate.svg +1 -0
  1996. package/dist/genesys-webcomponents/icons/chat-bell.svg +1 -0
  1997. package/dist/genesys-webcomponents/icons/chat-close.svg +1 -0
  1998. package/dist/genesys-webcomponents/icons/chat-disable.svg +1 -0
  1999. package/dist/genesys-webcomponents/icons/chat-multi.svg +1 -0
  2000. package/dist/genesys-webcomponents/icons/chat-notification-score.svg +1 -0
  2001. package/dist/genesys-webcomponents/icons/chat.svg +1 -0
  2002. package/dist/genesys-webcomponents/icons/checkbox-active.svg +1 -0
  2003. package/dist/genesys-webcomponents/icons/checkbox-partial.svg +1 -0
  2004. package/dist/genesys-webcomponents/icons/checkbox.svg +1 -0
  2005. package/dist/genesys-webcomponents/icons/checkmark.svg +1 -0
  2006. package/dist/genesys-webcomponents/icons/chevron-double-down.svg +1 -0
  2007. package/dist/genesys-webcomponents/icons/chevron-double-left.svg +1 -0
  2008. package/dist/genesys-webcomponents/icons/chevron-double-right.svg +1 -0
  2009. package/dist/genesys-webcomponents/icons/chevron-double-up.svg +1 -0
  2010. package/dist/genesys-webcomponents/icons/chevron-left.svg +1 -0
  2011. package/dist/genesys-webcomponents/icons/chevron-right.svg +1 -0
  2012. package/dist/genesys-webcomponents/icons/chevron-small-down.svg +1 -0
  2013. package/dist/genesys-webcomponents/icons/chevron-small-left.svg +1 -0
  2014. package/dist/genesys-webcomponents/icons/chevron-small-right.svg +1 -0
  2015. package/dist/genesys-webcomponents/icons/chevron-small-up.svg +1 -0
  2016. package/dist/genesys-webcomponents/icons/chrome.svg +1 -0
  2017. package/dist/genesys-webcomponents/icons/cjv-custom-default.svg +7 -0
  2018. package/dist/genesys-webcomponents/icons/cjv-custom-event.svg +1 -0
  2019. package/dist/genesys-webcomponents/icons/cjv-custom-session.svg +1 -0
  2020. package/dist/genesys-webcomponents/icons/cjv-default-event.svg +1 -0
  2021. package/dist/genesys-webcomponents/icons/cjv-delivery.svg +1 -0
  2022. package/dist/genesys-webcomponents/icons/cjv-finance-invoice.svg +1 -0
  2023. package/dist/genesys-webcomponents/icons/cjv-form-abandoned.svg +1 -0
  2024. package/dist/genesys-webcomponents/icons/cjv-form-submitted.svg +1 -0
  2025. package/dist/genesys-webcomponents/icons/cjv-generic-application.svg +1 -0
  2026. package/dist/genesys-webcomponents/icons/cjv-offer-closed.svg +1 -0
  2027. package/dist/genesys-webcomponents/icons/cjv-offer-ignored.svg +1 -0
  2028. package/dist/genesys-webcomponents/icons/cjv-offer-offered.svg +1 -0
  2029. package/dist/genesys-webcomponents/icons/cjv-offer-opened.svg +1 -0
  2030. package/dist/genesys-webcomponents/icons/cjv-outcome-achieved.svg +1 -0
  2031. package/dist/genesys-webcomponents/icons/cjv-page-view.svg +1 -0
  2032. package/dist/genesys-webcomponents/icons/cjv-policy-contract.svg +1 -0
  2033. package/dist/genesys-webcomponents/icons/cjv-product-added.svg +1 -0
  2034. package/dist/genesys-webcomponents/icons/cjv-product-purchased.svg +1 -0
  2035. package/dist/genesys-webcomponents/icons/cjv-product-removed.svg +1 -0
  2036. package/dist/genesys-webcomponents/icons/cjv-search.svg +1 -0
  2037. package/dist/genesys-webcomponents/icons/cjv-segment-assigned.svg +1 -0
  2038. package/dist/genesys-webcomponents/icons/cjv-segment.svg +1 -0
  2039. package/dist/genesys-webcomponents/icons/cjv-web-session.svg +1 -0
  2040. package/dist/genesys-webcomponents/icons/cjv-webchat-accepted.svg +1 -0
  2041. package/dist/genesys-webcomponents/icons/cjv-webchat-error.svg +1 -0
  2042. package/dist/genesys-webcomponents/icons/cjv-webchat-ignored.svg +1 -0
  2043. package/dist/genesys-webcomponents/icons/cjv-webchat-offered.svg +1 -0
  2044. package/dist/genesys-webcomponents/icons/cjv-webchat-rejected.svg +1 -0
  2045. package/dist/genesys-webcomponents/icons/cjv-webchat-requested.svg +1 -0
  2046. package/dist/genesys-webcomponents/icons/cjv-webchat-submitted.svg +1 -0
  2047. package/dist/genesys-webcomponents/icons/cjv-webchat-timeout.svg +1 -0
  2048. package/dist/genesys-webcomponents/icons/clipboard-error.svg +1 -0
  2049. package/dist/genesys-webcomponents/icons/clipboard-success.svg +1 -0
  2050. package/dist/genesys-webcomponents/icons/clipboard.svg +1 -0
  2051. package/dist/genesys-webcomponents/icons/clock-outline.svg +1 -0
  2052. package/dist/genesys-webcomponents/icons/clock.svg +1 -0
  2053. package/dist/genesys-webcomponents/icons/clone.svg +1 -0
  2054. package/dist/genesys-webcomponents/icons/close-circle.svg +1 -0
  2055. package/dist/genesys-webcomponents/icons/close.svg +1 -0
  2056. package/dist/genesys-webcomponents/icons/cloud-outline.svg +1 -0
  2057. package/dist/genesys-webcomponents/icons/cloud.svg +1 -0
  2058. package/dist/genesys-webcomponents/icons/coaching.svg +1 -0
  2059. package/dist/genesys-webcomponents/icons/cobrowse.svg +1 -0
  2060. package/dist/genesys-webcomponents/icons/collapse.svg +1 -0
  2061. package/dist/genesys-webcomponents/icons/comments-disable.svg +1 -0
  2062. package/dist/genesys-webcomponents/icons/comments.svg +1 -0
  2063. package/dist/genesys-webcomponents/icons/configuration.svg +1 -0
  2064. package/dist/genesys-webcomponents/icons/control-end.svg +1 -0
  2065. package/dist/genesys-webcomponents/icons/control-pause.svg +1 -0
  2066. package/dist/genesys-webcomponents/icons/control-play.svg +1 -0
  2067. package/dist/genesys-webcomponents/icons/control-skip-left.svg +1 -0
  2068. package/dist/genesys-webcomponents/icons/control-skip-right.svg +1 -0
  2069. package/dist/genesys-webcomponents/icons/control-slide-back.svg +1 -0
  2070. package/dist/genesys-webcomponents/icons/control-slide-forward.svg +1 -0
  2071. package/dist/genesys-webcomponents/icons/control-start.svg +1 -0
  2072. package/dist/genesys-webcomponents/icons/control-stop.svg +1 -0
  2073. package/dist/genesys-webcomponents/icons/copy.svg +1 -0
  2074. package/dist/genesys-webcomponents/icons/customer-journey.svg +1 -0
  2075. package/dist/genesys-webcomponents/icons/cut.svg +1 -0
  2076. package/dist/genesys-webcomponents/icons/dash.svg +1 -0
  2077. package/dist/genesys-webcomponents/icons/delete.svg +1 -0
  2078. package/dist/genesys-webcomponents/icons/device-camera.svg +1 -0
  2079. package/dist/genesys-webcomponents/icons/device-cellphone.svg +1 -0
  2080. package/dist/genesys-webcomponents/icons/device-headphones.svg +1 -0
  2081. package/dist/genesys-webcomponents/icons/device-laptop.svg +1 -0
  2082. package/dist/genesys-webcomponents/icons/device-pc.svg +1 -0
  2083. package/dist/genesys-webcomponents/icons/device-server.svg +1 -0
  2084. package/dist/genesys-webcomponents/icons/device-tablet.svg +1 -0
  2085. package/dist/genesys-webcomponents/icons/download.svg +1 -0
  2086. package/dist/genesys-webcomponents/icons/edge.svg +1 -0
  2087. package/dist/genesys-webcomponents/icons/edit.svg +1 -0
  2088. package/dist/genesys-webcomponents/icons/email-notification-score.svg +1 -0
  2089. package/dist/genesys-webcomponents/icons/expand.svg +1 -0
  2090. package/dist/genesys-webcomponents/icons/export.svg +1 -0
  2091. package/dist/genesys-webcomponents/icons/external-link.svg +1 -0
  2092. package/dist/genesys-webcomponents/icons/face-empathy.svg +1 -0
  2093. package/dist/genesys-webcomponents/icons/face-happy-solid.svg +1 -0
  2094. package/dist/genesys-webcomponents/icons/face-happy.svg +1 -0
  2095. package/dist/genesys-webcomponents/icons/face-neutral-solid.svg +1 -0
  2096. package/dist/genesys-webcomponents/icons/face-neutral.svg +1 -0
  2097. package/dist/genesys-webcomponents/icons/face-sad-solid.svg +1 -0
  2098. package/dist/genesys-webcomponents/icons/face-sad.svg +1 -0
  2099. package/dist/genesys-webcomponents/icons/facebook-messenger.svg +1 -0
  2100. package/dist/genesys-webcomponents/icons/facebook.svg +1 -0
  2101. package/dist/genesys-webcomponents/icons/fax.svg +1 -0
  2102. package/dist/genesys-webcomponents/icons/file-all.svg +1 -0
  2103. package/dist/genesys-webcomponents/icons/file-audio.svg +1 -0
  2104. package/dist/genesys-webcomponents/icons/file-image-landscape.svg +1 -0
  2105. package/dist/genesys-webcomponents/icons/file-image-portrait.svg +1 -0
  2106. package/dist/genesys-webcomponents/icons/file-pdf.svg +1 -0
  2107. package/dist/genesys-webcomponents/icons/file-preview.svg +1 -0
  2108. package/dist/genesys-webcomponents/icons/file-report.svg +1 -0
  2109. package/dist/genesys-webcomponents/icons/file-text.svg +1 -0
  2110. package/dist/genesys-webcomponents/icons/file-video.svg +1 -0
  2111. package/dist/genesys-webcomponents/icons/file.svg +1 -0
  2112. package/dist/genesys-webcomponents/icons/filter.svg +1 -0
  2113. package/dist/genesys-webcomponents/icons/fire.svg +1 -0
  2114. package/dist/genesys-webcomponents/icons/firefox.svg +1 -0
  2115. package/dist/genesys-webcomponents/icons/flag.svg +1 -0
  2116. package/dist/genesys-webcomponents/icons/folder-add.svg +1 -0
  2117. package/dist/genesys-webcomponents/icons/folder-open.svg +1 -0
  2118. package/dist/genesys-webcomponents/icons/folder.svg +1 -0
  2119. package/dist/genesys-webcomponents/icons/follow.svg +1 -0
  2120. package/dist/genesys-webcomponents/icons/generic.svg +1 -0
  2121. package/dist/genesys-webcomponents/icons/globe.svg +1 -0
  2122. package/dist/genesys-webcomponents/icons/grab-horizontal.svg +1 -0
  2123. package/dist/genesys-webcomponents/icons/grab-vertical.svg +1 -0
  2124. package/dist/genesys-webcomponents/icons/graph-bar-horizontal.svg +1 -0
  2125. package/dist/genesys-webcomponents/icons/graph-bar-vertical.svg +1 -0
  2126. package/dist/genesys-webcomponents/icons/graph-bubble.svg +1 -0
  2127. package/dist/genesys-webcomponents/icons/graph-chart.svg +1 -0
  2128. package/dist/genesys-webcomponents/icons/graph-line.svg +1 -0
  2129. package/dist/genesys-webcomponents/icons/graph-pie.svg +1 -0
  2130. package/dist/genesys-webcomponents/icons/graph-spark.svg +1 -0
  2131. package/dist/genesys-webcomponents/icons/help.svg +1 -0
  2132. package/dist/genesys-webcomponents/icons/home.svg +1 -0
  2133. package/dist/genesys-webcomponents/icons/import.svg +1 -0
  2134. package/dist/genesys-webcomponents/icons/inbox.svg +1 -0
  2135. package/dist/genesys-webcomponents/icons/inspect-disable.svg +1 -0
  2136. package/dist/genesys-webcomponents/icons/inspect.svg +1 -0
  2137. package/dist/genesys-webcomponents/icons/instagram.svg +1 -0
  2138. package/dist/genesys-webcomponents/icons/internet-explorer.svg +1 -0
  2139. package/dist/genesys-webcomponents/icons/key.svg +1 -0
  2140. package/dist/genesys-webcomponents/icons/legacy/add-user.svg +1 -0
  2141. package/dist/genesys-webcomponents/icons/legacy/align-center.svg +1 -0
  2142. package/dist/genesys-webcomponents/icons/legacy/align-left.svg +1 -0
  2143. package/dist/genesys-webcomponents/icons/legacy/align-right.svg +1 -0
  2144. package/dist/genesys-webcomponents/icons/legacy/android.svg +1 -0
  2145. package/dist/genesys-webcomponents/icons/legacy/angle-down.svg +1 -0
  2146. package/dist/genesys-webcomponents/icons/legacy/angle-left.svg +1 -0
  2147. package/dist/genesys-webcomponents/icons/legacy/angle-right.svg +1 -0
  2148. package/dist/genesys-webcomponents/icons/legacy/angle-up.svg +1 -0
  2149. package/dist/genesys-webcomponents/icons/legacy/apple.svg +1 -0
  2150. package/dist/genesys-webcomponents/icons/legacy/apps-alpha.svg +1 -0
  2151. package/dist/genesys-webcomponents/icons/legacy/apps.svg +1 -0
  2152. package/dist/genesys-webcomponents/icons/legacy/arrow-down-left.svg +1 -0
  2153. package/dist/genesys-webcomponents/icons/legacy/arrow-down-right.svg +1 -0
  2154. package/dist/genesys-webcomponents/icons/legacy/arrow-down.svg +1 -0
  2155. package/dist/genesys-webcomponents/icons/legacy/arrow-left.svg +1 -0
  2156. package/dist/genesys-webcomponents/icons/legacy/arrow-right.svg +1 -0
  2157. package/dist/genesys-webcomponents/icons/legacy/arrow-s.svg +1 -0
  2158. package/dist/genesys-webcomponents/icons/legacy/arrow-up.svg +1 -0
  2159. package/dist/genesys-webcomponents/icons/legacy/arrows-h.svg +1 -0
  2160. package/dist/genesys-webcomponents/icons/legacy/arrows-v.svg +1 -0
  2161. package/dist/genesys-webcomponents/icons/legacy/assist-off.svg +1 -0
  2162. package/dist/genesys-webcomponents/icons/legacy/assist.svg +1 -0
  2163. package/dist/genesys-webcomponents/icons/legacy/backward.svg +1 -0
  2164. package/dist/genesys-webcomponents/icons/legacy/bandage.svg +1 -0
  2165. package/dist/genesys-webcomponents/icons/legacy/bars.svg +1 -0
  2166. package/dist/genesys-webcomponents/icons/legacy/bell.svg +1 -0
  2167. package/dist/genesys-webcomponents/icons/legacy/bell2.svg +1 -0
  2168. package/dist/genesys-webcomponents/icons/legacy/beyond-logo.svg +1 -0
  2169. package/dist/genesys-webcomponents/icons/legacy/bold.svg +1 -0
  2170. package/dist/genesys-webcomponents/icons/legacy/bolt.svg +1 -0
  2171. package/dist/genesys-webcomponents/icons/legacy/border-dashed.svg +1 -0
  2172. package/dist/genesys-webcomponents/icons/legacy/border-dotted.svg +1 -0
  2173. package/dist/genesys-webcomponents/icons/legacy/border-solid.svg +1 -0
  2174. package/dist/genesys-webcomponents/icons/legacy/branch.svg +1 -0
  2175. package/dist/genesys-webcomponents/icons/legacy/btmleft.svg +1 -0
  2176. package/dist/genesys-webcomponents/icons/legacy/btmright.svg +1 -0
  2177. package/dist/genesys-webcomponents/icons/legacy/btn-group-choose.svg +1 -0
  2178. package/dist/genesys-webcomponents/icons/legacy/bug.svg +1 -0
  2179. package/dist/genesys-webcomponents/icons/legacy/building.svg +1 -0
  2180. package/dist/genesys-webcomponents/icons/legacy/button.svg +1 -0
  2181. package/dist/genesys-webcomponents/icons/legacy/calendar-days.svg +1 -0
  2182. package/dist/genesys-webcomponents/icons/legacy/calendar-dots-day.svg +1 -0
  2183. package/dist/genesys-webcomponents/icons/legacy/calendar-dots-month.svg +1 -0
  2184. package/dist/genesys-webcomponents/icons/legacy/calendar-dots-week.svg +1 -0
  2185. package/dist/genesys-webcomponents/icons/legacy/calendar-range.svg +1 -0
  2186. package/dist/genesys-webcomponents/icons/legacy/calendar.svg +1 -0
  2187. package/dist/genesys-webcomponents/icons/legacy/call-forward-alpha.svg +1 -0
  2188. package/dist/genesys-webcomponents/icons/legacy/call-forward.svg +1 -0
  2189. package/dist/genesys-webcomponents/icons/legacy/call-history.svg +1 -0
  2190. package/dist/genesys-webcomponents/icons/legacy/call-volume.svg +1 -0
  2191. package/dist/genesys-webcomponents/icons/legacy/callback.svg +1 -0
  2192. package/dist/genesys-webcomponents/icons/legacy/caret-down.svg +1 -0
  2193. package/dist/genesys-webcomponents/icons/legacy/caret-left.svg +1 -0
  2194. package/dist/genesys-webcomponents/icons/legacy/caret-right.svg +1 -0
  2195. package/dist/genesys-webcomponents/icons/legacy/caret-up.svg +1 -0
  2196. package/dist/genesys-webcomponents/icons/legacy/cc-custom-default.svg +1 -0
  2197. package/dist/genesys-webcomponents/icons/legacy/cc-delivery.svg +1 -0
  2198. package/dist/genesys-webcomponents/icons/legacy/cc-disconnected-system.svg +1 -0
  2199. package/dist/genesys-webcomponents/icons/legacy/cc-disconnected.svg +1 -0
  2200. package/dist/genesys-webcomponents/icons/legacy/cc-finance-invoice.svg +1 -0
  2201. package/dist/genesys-webcomponents/icons/legacy/cc-generic-application.svg +1 -0
  2202. package/dist/genesys-webcomponents/icons/legacy/cc-inbound-queue.svg +1 -0
  2203. package/dist/genesys-webcomponents/icons/legacy/cc-inbound.svg +1 -0
  2204. package/dist/genesys-webcomponents/icons/legacy/cc-missed-inbound.svg +1 -0
  2205. package/dist/genesys-webcomponents/icons/legacy/cc-outbound-call.svg +1 -0
  2206. package/dist/genesys-webcomponents/icons/legacy/cc-policy-contract.svg +1 -0
  2207. package/dist/genesys-webcomponents/icons/legacy/cc-web-session.svg +1 -0
  2208. package/dist/genesys-webcomponents/icons/legacy/cc-webchat-bot.svg +1 -0
  2209. package/dist/genesys-webcomponents/icons/legacy/cc-webchat-missed.svg +1 -0
  2210. package/dist/genesys-webcomponents/icons/legacy/certificate.svg +1 -0
  2211. package/dist/genesys-webcomponents/icons/legacy/chat-alert-muted.svg +1 -0
  2212. package/dist/genesys-webcomponents/icons/legacy/chat-alert.svg +1 -0
  2213. package/dist/genesys-webcomponents/icons/legacy/chat-alpha.svg +1 -0
  2214. package/dist/genesys-webcomponents/icons/legacy/chat-off-alpha.svg +1 -0
  2215. package/dist/genesys-webcomponents/icons/legacy/chat-off.svg +1 -0
  2216. package/dist/genesys-webcomponents/icons/legacy/chat.svg +1 -0
  2217. package/dist/genesys-webcomponents/icons/legacy/check-circle.svg +1 -0
  2218. package/dist/genesys-webcomponents/icons/legacy/check-square.svg +1 -0
  2219. package/dist/genesys-webcomponents/icons/legacy/check.svg +1 -0
  2220. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-collapse-double.svg +1 -0
  2221. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-down.svg +1 -0
  2222. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-expand-double.svg +1 -0
  2223. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-left.svg +1 -0
  2224. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-right.svg +1 -0
  2225. package/dist/genesys-webcomponents/icons/legacy/chevron-circle-up.svg +1 -0
  2226. package/dist/genesys-webcomponents/icons/legacy/chevron-down.svg +1 -0
  2227. package/dist/genesys-webcomponents/icons/legacy/chevron-left.svg +1 -0
  2228. package/dist/genesys-webcomponents/icons/legacy/chevron-right.svg +1 -0
  2229. package/dist/genesys-webcomponents/icons/legacy/chevron-up.svg +1 -0
  2230. package/dist/genesys-webcomponents/icons/legacy/chrome.svg +1 -0
  2231. package/dist/genesys-webcomponents/icons/legacy/circle.svg +1 -0
  2232. package/dist/genesys-webcomponents/icons/legacy/cjv-custom-session.svg +1 -0
  2233. package/dist/genesys-webcomponents/icons/legacy/cjv-default-event.svg +1 -0
  2234. package/dist/genesys-webcomponents/icons/legacy/cjv-form-abandoned.svg +1 -0
  2235. package/dist/genesys-webcomponents/icons/legacy/cjv-form-submitted.svg +1 -0
  2236. package/dist/genesys-webcomponents/icons/legacy/cjv-offer-closed.svg +1 -0
  2237. package/dist/genesys-webcomponents/icons/legacy/cjv-offer-ignored.svg +1 -0
  2238. package/dist/genesys-webcomponents/icons/legacy/cjv-offer-offered.svg +1 -0
  2239. package/dist/genesys-webcomponents/icons/legacy/cjv-offer-opened.svg +1 -0
  2240. package/dist/genesys-webcomponents/icons/legacy/cjv-outcome-achieved.svg +1 -0
  2241. package/dist/genesys-webcomponents/icons/legacy/cjv-page-view.svg +1 -0
  2242. package/dist/genesys-webcomponents/icons/legacy/cjv-product-added.svg +1 -0
  2243. package/dist/genesys-webcomponents/icons/legacy/cjv-product-purchased.svg +1 -0
  2244. package/dist/genesys-webcomponents/icons/legacy/cjv-product-removed.svg +1 -0
  2245. package/dist/genesys-webcomponents/icons/legacy/cjv-search.svg +1 -0
  2246. package/dist/genesys-webcomponents/icons/legacy/cjv-segment-assigned.svg +1 -0
  2247. package/dist/genesys-webcomponents/icons/legacy/cjv-segment.svg +1 -0
  2248. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-accepted.svg +1 -0
  2249. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-error.svg +1 -0
  2250. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-ignored.svg +1 -0
  2251. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-offered.svg +1 -0
  2252. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-rejected.svg +1 -0
  2253. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-requested.svg +1 -0
  2254. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-submitted.svg +1 -0
  2255. package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-timeout.svg +1 -0
  2256. package/dist/genesys-webcomponents/icons/legacy/clipboard-error.svg +1 -0
  2257. package/dist/genesys-webcomponents/icons/legacy/clipboard.svg +1 -0
  2258. package/dist/genesys-webcomponents/icons/legacy/clock.svg +1 -0
  2259. package/dist/genesys-webcomponents/icons/legacy/close-circle.svg +1 -0
  2260. package/dist/genesys-webcomponents/icons/legacy/close-preview.svg +1 -0
  2261. package/dist/genesys-webcomponents/icons/legacy/close-x.svg +1 -0
  2262. package/dist/genesys-webcomponents/icons/legacy/close.svg +1 -0
  2263. package/dist/genesys-webcomponents/icons/legacy/cog.svg +1 -0
  2264. package/dist/genesys-webcomponents/icons/legacy/comet.svg +1 -0
  2265. package/dist/genesys-webcomponents/icons/legacy/comment-ellipsis-off.svg +1 -0
  2266. package/dist/genesys-webcomponents/icons/legacy/comment-ellipsis.svg +1 -0
  2267. package/dist/genesys-webcomponents/icons/legacy/consultant.svg +1 -0
  2268. package/dist/genesys-webcomponents/icons/legacy/contact.svg +1 -0
  2269. package/dist/genesys-webcomponents/icons/legacy/cube.svg +1 -0
  2270. package/dist/genesys-webcomponents/icons/legacy/cubes.svg +1 -0
  2271. package/dist/genesys-webcomponents/icons/legacy/customer.svg +1 -0
  2272. package/dist/genesys-webcomponents/icons/legacy/customize-columns.svg +1 -0
  2273. package/dist/genesys-webcomponents/icons/legacy/dialpad.svg +1 -0
  2274. package/dist/genesys-webcomponents/icons/legacy/diamond.svg +1 -0
  2275. package/dist/genesys-webcomponents/icons/legacy/directory.svg +1 -0
  2276. package/dist/genesys-webcomponents/icons/legacy/drop-down.svg +1 -0
  2277. package/dist/genesys-webcomponents/icons/legacy/edge.svg +1 -0
  2278. package/dist/genesys-webcomponents/icons/legacy/ellipsis-h.svg +1 -0
  2279. package/dist/genesys-webcomponents/icons/legacy/ellipsis-v.svg +1 -0
  2280. package/dist/genesys-webcomponents/icons/legacy/envelope.svg +1 -0
  2281. package/dist/genesys-webcomponents/icons/legacy/external-link.svg +1 -0
  2282. package/dist/genesys-webcomponents/icons/legacy/eye.svg +1 -0
  2283. package/dist/genesys-webcomponents/icons/legacy/facebook-messenger.svg +1 -0
  2284. package/dist/genesys-webcomponents/icons/legacy/fast-backward.svg +1 -0
  2285. package/dist/genesys-webcomponents/icons/legacy/fast-forward.svg +1 -0
  2286. package/dist/genesys-webcomponents/icons/legacy/favs-alpha.svg +1 -0
  2287. package/dist/genesys-webcomponents/icons/legacy/favs-full.svg +1 -0
  2288. package/dist/genesys-webcomponents/icons/legacy/favs.svg +1 -0
  2289. package/dist/genesys-webcomponents/icons/legacy/fax.svg +1 -0
  2290. package/dist/genesys-webcomponents/icons/legacy/feedback.svg +1 -0
  2291. package/dist/genesys-webcomponents/icons/legacy/file-o.svg +1 -0
  2292. package/dist/genesys-webcomponents/icons/legacy/file.svg +1 -0
  2293. package/dist/genesys-webcomponents/icons/legacy/files-o.svg +1 -0
  2294. package/dist/genesys-webcomponents/icons/legacy/fire.svg +1 -0
  2295. package/dist/genesys-webcomponents/icons/legacy/firefox.svg +1 -0
  2296. package/dist/genesys-webcomponents/icons/legacy/forward.svg +1 -0
  2297. package/dist/genesys-webcomponents/icons/legacy/genesys-logo-full.svg +1 -0
  2298. package/dist/genesys-webcomponents/icons/legacy/globe.svg +1 -0
  2299. package/dist/genesys-webcomponents/icons/legacy/hangup.svg +1 -0
  2300. package/dist/genesys-webcomponents/icons/legacy/history.svg +1 -0
  2301. package/dist/genesys-webcomponents/icons/legacy/home.svg +1 -0
  2302. package/dist/genesys-webcomponents/icons/legacy/horz-container.svg +1 -0
  2303. package/dist/genesys-webcomponents/icons/legacy/house.svg +1 -0
  2304. package/dist/genesys-webcomponents/icons/legacy/ic-24-control-pause-solid.svg +1 -0
  2305. package/dist/genesys-webcomponents/icons/legacy/ic-24-control-pause.svg +1 -0
  2306. package/dist/genesys-webcomponents/icons/legacy/ic-24-control-play-solid.svg +1 -0
  2307. package/dist/genesys-webcomponents/icons/legacy/ic-24-control-play.svg +1 -0
  2308. package/dist/genesys-webcomponents/icons/legacy/ic-24-control-stop.svg +1 -0
  2309. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar-stack-vertical.svg +1 -0
  2310. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar-vertical.svg +1 -0
  2311. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar.svg +1 -0
  2312. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-edit.svg +1 -0
  2313. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-grid-cell.svg +1 -0
  2314. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-grid.svg +1 -0
  2315. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-line.svg +1 -0
  2316. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-stack.svg +1 -0
  2317. package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-variable-2.svg +1 -0
  2318. package/dist/genesys-webcomponents/icons/legacy/ic-48-adjacent.svg +1 -0
  2319. package/dist/genesys-webcomponents/icons/legacy/ic-48-all.svg +1 -0
  2320. package/dist/genesys-webcomponents/icons/legacy/ic-48-control-pause.svg +1 -0
  2321. package/dist/genesys-webcomponents/icons/legacy/ic-48-control-play.svg +1 -0
  2322. package/dist/genesys-webcomponents/icons/legacy/ic-48-incoming.svg +1 -0
  2323. package/dist/genesys-webcomponents/icons/legacy/ic-48-outgoing.svg +1 -0
  2324. package/dist/genesys-webcomponents/icons/legacy/ic-access.svg +1 -0
  2325. package/dist/genesys-webcomponents/icons/legacy/ic-actionable-disable.svg +1 -0
  2326. package/dist/genesys-webcomponents/icons/legacy/ic-actionable-notset.svg +1 -0
  2327. package/dist/genesys-webcomponents/icons/legacy/ic-actionable.svg +1 -0
  2328. package/dist/genesys-webcomponents/icons/legacy/ic-add-bold.svg +1 -0
  2329. package/dist/genesys-webcomponents/icons/legacy/ic-add.svg +1 -0
  2330. package/dist/genesys-webcomponents/icons/legacy/ic-adjust.svg +1 -0
  2331. package/dist/genesys-webcomponents/icons/legacy/ic-agent-add.svg +1 -0
  2332. package/dist/genesys-webcomponents/icons/legacy/ic-agent-edit.svg +1 -0
  2333. package/dist/genesys-webcomponents/icons/legacy/ic-agent-group.svg +1 -0
  2334. package/dist/genesys-webcomponents/icons/legacy/ic-agent-like.svg +1 -0
  2335. package/dist/genesys-webcomponents/icons/legacy/ic-agent-offline.svg +1 -0
  2336. package/dist/genesys-webcomponents/icons/legacy/ic-agent-ready-partial.svg +1 -0
  2337. package/dist/genesys-webcomponents/icons/legacy/ic-agent-ready.svg +1 -0
  2338. package/dist/genesys-webcomponents/icons/legacy/ic-agent-search.svg +1 -0
  2339. package/dist/genesys-webcomponents/icons/legacy/ic-agent-time.svg +1 -0
  2340. package/dist/genesys-webcomponents/icons/legacy/ic-agent-unavailable.svg +1 -0
  2341. package/dist/genesys-webcomponents/icons/legacy/ic-agent.svg +1 -0
  2342. package/dist/genesys-webcomponents/icons/legacy/ic-aix.svg +1 -0
  2343. package/dist/genesys-webcomponents/icons/legacy/ic-alert-checkmark.svg +1 -0
  2344. package/dist/genesys-webcomponents/icons/legacy/ic-alert-circle.svg +1 -0
  2345. package/dist/genesys-webcomponents/icons/legacy/ic-alert-info.svg +1 -0
  2346. package/dist/genesys-webcomponents/icons/legacy/ic-alert-octo.svg +1 -0
  2347. package/dist/genesys-webcomponents/icons/legacy/ic-alert-triangle.svg +1 -0
  2348. package/dist/genesys-webcomponents/icons/legacy/ic-app-all.svg +1 -0
  2349. package/dist/genesys-webcomponents/icons/legacy/ic-app-chart.svg +1 -0
  2350. package/dist/genesys-webcomponents/icons/legacy/ic-app-generic.svg +1 -0
  2351. package/dist/genesys-webcomponents/icons/legacy/ic-app-layout.svg +1 -0
  2352. package/dist/genesys-webcomponents/icons/legacy/ic-app-table.svg +1 -0
  2353. package/dist/genesys-webcomponents/icons/legacy/ic-archive.svg +1 -0
  2354. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-accordion.svg +1 -0
  2355. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-disclosure.svg +1 -0
  2356. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-down.svg +1 -0
  2357. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-left-dbl.svg +1 -0
  2358. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-left.svg +1 -0
  2359. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-popover.svg +1 -0
  2360. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-right-dbl.svg +1 -0
  2361. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-right.svg +1 -0
  2362. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-down.svg +1 -0
  2363. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-left.svg +1 -0
  2364. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-right.svg +1 -0
  2365. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-up.svg +1 -0
  2366. package/dist/genesys-webcomponents/icons/legacy/ic-arrow-up.svg +1 -0
  2367. package/dist/genesys-webcomponents/icons/legacy/ic-attach.svg +1 -0
  2368. package/dist/genesys-webcomponents/icons/legacy/ic-audio-disable.svg +1 -0
  2369. package/dist/genesys-webcomponents/icons/legacy/ic-audio-music.svg +1 -0
  2370. package/dist/genesys-webcomponents/icons/legacy/ic-audio-no.svg +1 -0
  2371. package/dist/genesys-webcomponents/icons/legacy/ic-audio-rec-disable.svg +1 -0
  2372. package/dist/genesys-webcomponents/icons/legacy/ic-audio-rec.svg +1 -0
  2373. package/dist/genesys-webcomponents/icons/legacy/ic-audio-voice-disable.svg +1 -0
  2374. package/dist/genesys-webcomponents/icons/legacy/ic-audio-voice.svg +1 -0
  2375. package/dist/genesys-webcomponents/icons/legacy/ic-audio-yes.svg +1 -0
  2376. package/dist/genesys-webcomponents/icons/legacy/ic-autoscroll-off.svg +1 -0
  2377. package/dist/genesys-webcomponents/icons/legacy/ic-bar-graph-variable-1.svg +1 -0
  2378. package/dist/genesys-webcomponents/icons/legacy/ic-bar-graph-variable-2.svg +1 -0
  2379. package/dist/genesys-webcomponents/icons/legacy/ic-bell.svg +1 -0
  2380. package/dist/genesys-webcomponents/icons/legacy/ic-bezier.svg +1 -0
  2381. package/dist/genesys-webcomponents/icons/legacy/ic-biz-attribute-disable.svg +1 -0
  2382. package/dist/genesys-webcomponents/icons/legacy/ic-biz-attribute.svg +1 -0
  2383. package/dist/genesys-webcomponents/icons/legacy/ic-blocks.svg +1 -0
  2384. package/dist/genesys-webcomponents/icons/legacy/ic-book-address.svg +1 -0
  2385. package/dist/genesys-webcomponents/icons/legacy/ic-book-open-details.svg +1 -0
  2386. package/dist/genesys-webcomponents/icons/legacy/ic-break.svg +1 -0
  2387. package/dist/genesys-webcomponents/icons/legacy/ic-briefcase.svg +1 -0
  2388. package/dist/genesys-webcomponents/icons/legacy/ic-budget.svg +1 -0
  2389. package/dist/genesys-webcomponents/icons/legacy/ic-bug.svg +1 -0
  2390. package/dist/genesys-webcomponents/icons/legacy/ic-calculator.svg +1 -0
  2391. package/dist/genesys-webcomponents/icons/legacy/ic-calendar-day.svg +1 -0
  2392. package/dist/genesys-webcomponents/icons/legacy/ic-calendar-generic.svg +1 -0
  2393. package/dist/genesys-webcomponents/icons/legacy/ic-calendar-media-voice.svg +1 -0
  2394. package/dist/genesys-webcomponents/icons/legacy/ic-calendar-month-highlight.svg +1 -0
  2395. package/dist/genesys-webcomponents/icons/legacy/ic-calendar-month.svg +1 -0
  2396. package/dist/genesys-webcomponents/icons/legacy/ic-camera.svg +1 -0
  2397. package/dist/genesys-webcomponents/icons/legacy/ic-campaign-disable.svg +1 -0
  2398. package/dist/genesys-webcomponents/icons/legacy/ic-campaign-done.svg +1 -0
  2399. package/dist/genesys-webcomponents/icons/legacy/ic-campaign-schedule.svg +1 -0
  2400. package/dist/genesys-webcomponents/icons/legacy/ic-campaign-stop.svg +1 -0
  2401. package/dist/genesys-webcomponents/icons/legacy/ic-campaign.svg +1 -0
  2402. package/dist/genesys-webcomponents/icons/legacy/ic-cart.svg +1 -0
  2403. package/dist/genesys-webcomponents/icons/legacy/ic-cells.svg +1 -0
  2404. package/dist/genesys-webcomponents/icons/legacy/ic-certificate.svg +1 -0
  2405. package/dist/genesys-webcomponents/icons/legacy/ic-chat-add.svg +1 -0
  2406. package/dist/genesys-webcomponents/icons/legacy/ic-chat-disable.svg +1 -0
  2407. package/dist/genesys-webcomponents/icons/legacy/ic-chat-edit-disable.svg +1 -0
  2408. package/dist/genesys-webcomponents/icons/legacy/ic-chat-edit.svg +1 -0
  2409. package/dist/genesys-webcomponents/icons/legacy/ic-chat-end.svg +1 -0
  2410. package/dist/genesys-webcomponents/icons/legacy/ic-chat-forward.svg +1 -0
  2411. package/dist/genesys-webcomponents/icons/legacy/ic-chat-frown.svg +1 -0
  2412. package/dist/genesys-webcomponents/icons/legacy/ic-chat-multi.svg +1 -0
  2413. package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-close.svg +1 -0
  2414. package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-multi.svg +1 -0
  2415. package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-transfer.svg +1 -0
  2416. package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval.svg +1 -0
  2417. package/dist/genesys-webcomponents/icons/legacy/ic-chat-smile.svg +1 -0
  2418. package/dist/genesys-webcomponents/icons/legacy/ic-chat-video.svg +1 -0
  2419. package/dist/genesys-webcomponents/icons/legacy/ic-chat.svg +1 -0
  2420. package/dist/genesys-webcomponents/icons/legacy/ic-checkbox-tick-lock.svg +1 -0
  2421. package/dist/genesys-webcomponents/icons/legacy/ic-checkbox-tick.svg +1 -0
  2422. package/dist/genesys-webcomponents/icons/legacy/ic-checkbox.svg +1 -0
  2423. package/dist/genesys-webcomponents/icons/legacy/ic-checklist-tick-lock.svg +1 -0
  2424. package/dist/genesys-webcomponents/icons/legacy/ic-checkmark-bold.svg +1 -0
  2425. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-left.svg +1 -0
  2426. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-right.svg +1 -0
  2427. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-collapse-all.svg +1 -0
  2428. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-expand-all.svg +1 -0
  2429. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-left.svg +1 -0
  2430. package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-right.svg +1 -0
  2431. package/dist/genesys-webcomponents/icons/legacy/ic-circle-add.svg +1 -0
  2432. package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-down.svg +1 -0
  2433. package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-left.svg +1 -0
  2434. package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-right.svg +1 -0
  2435. package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-up.svg +1 -0
  2436. package/dist/genesys-webcomponents/icons/legacy/ic-circle-close.svg +1 -0
  2437. package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-down.svg +1 -0
  2438. package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-left.svg +1 -0
  2439. package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-right.svg +1 -0
  2440. package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-up.svg +1 -0
  2441. package/dist/genesys-webcomponents/icons/legacy/ic-cleanup.svg +1 -0
  2442. package/dist/genesys-webcomponents/icons/legacy/ic-clip-approve.svg +1 -0
  2443. package/dist/genesys-webcomponents/icons/legacy/ic-clip-exchange.svg +1 -0
  2444. package/dist/genesys-webcomponents/icons/legacy/ic-clip-list.svg +1 -0
  2445. package/dist/genesys-webcomponents/icons/legacy/ic-clipboard.svg +1 -0
  2446. package/dist/genesys-webcomponents/icons/legacy/ic-clock-b.svg +1 -0
  2447. package/dist/genesys-webcomponents/icons/legacy/ic-clock-stopwatch.svg +1 -0
  2448. package/dist/genesys-webcomponents/icons/legacy/ic-clock-timezone.svg +1 -0
  2449. package/dist/genesys-webcomponents/icons/legacy/ic-clock.svg +1 -0
  2450. package/dist/genesys-webcomponents/icons/legacy/ic-clone.svg +1 -0
  2451. package/dist/genesys-webcomponents/icons/legacy/ic-close-bold.svg +1 -0
  2452. package/dist/genesys-webcomponents/icons/legacy/ic-close.svg +1 -0
  2453. package/dist/genesys-webcomponents/icons/legacy/ic-cloud-a.svg +1 -0
  2454. package/dist/genesys-webcomponents/icons/legacy/ic-cloud-b.svg +1 -0
  2455. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-cloud.svg +1 -0
  2456. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-desktop.svg +1 -0
  2457. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-network.svg +1 -0
  2458. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-outbound.svg +1 -0
  2459. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-server-add.svg +1 -0
  2460. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-server.svg +1 -0
  2461. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-tenant.svg +1 -0
  2462. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-user.svg +1 -0
  2463. package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-voice.svg +1 -0
  2464. package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-chat.svg +1 -0
  2465. package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-disable.svg +1 -0
  2466. package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-end.svg +1 -0
  2467. package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse.svg +1 -0
  2468. package/dist/genesys-webcomponents/icons/legacy/ic-code.svg +1 -0
  2469. package/dist/genesys-webcomponents/icons/legacy/ic-collapse.svg +1 -0
  2470. package/dist/genesys-webcomponents/icons/legacy/ic-column-direction-active.svg +1 -0
  2471. package/dist/genesys-webcomponents/icons/legacy/ic-column-direction.svg +1 -0
  2472. package/dist/genesys-webcomponents/icons/legacy/ic-comment-corner.svg +1 -0
  2473. package/dist/genesys-webcomponents/icons/legacy/ic-conference-all-channels.svg +1 -0
  2474. package/dist/genesys-webcomponents/icons/legacy/ic-configuration-disable.svg +1 -0
  2475. package/dist/genesys-webcomponents/icons/legacy/ic-configuration.svg +1 -0
  2476. package/dist/genesys-webcomponents/icons/legacy/ic-contact-add.svg +1 -0
  2477. package/dist/genesys-webcomponents/icons/legacy/ic-contact-assign.svg +1 -0
  2478. package/dist/genesys-webcomponents/icons/legacy/ic-contact-delete.svg +1 -0
  2479. package/dist/genesys-webcomponents/icons/legacy/ic-contact-id-fetch.svg +1 -0
  2480. package/dist/genesys-webcomponents/icons/legacy/ic-contact-id.svg +1 -0
  2481. package/dist/genesys-webcomponents/icons/legacy/ic-contact-switch.svg +1 -0
  2482. package/dist/genesys-webcomponents/icons/legacy/ic-contract-a.svg +1 -0
  2483. package/dist/genesys-webcomponents/icons/legacy/ic-contract-b.svg +1 -0
  2484. package/dist/genesys-webcomponents/icons/legacy/ic-contract-c.svg +1 -0
  2485. package/dist/genesys-webcomponents/icons/legacy/ic-contract-d.svg +1 -0
  2486. package/dist/genesys-webcomponents/icons/legacy/ic-control-backward.svg +1 -0
  2487. package/dist/genesys-webcomponents/icons/legacy/ic-control-forward.svg +1 -0
  2488. package/dist/genesys-webcomponents/icons/legacy/ic-control-left.svg +1 -0
  2489. package/dist/genesys-webcomponents/icons/legacy/ic-control-right.svg +1 -0
  2490. package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-left.svg +1 -0
  2491. package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-next.svg +1 -0
  2492. package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-previous.svg +1 -0
  2493. package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-right.svg +1 -0
  2494. package/dist/genesys-webcomponents/icons/legacy/ic-control-stop.svg +1 -0
  2495. package/dist/genesys-webcomponents/icons/legacy/ic-copy.svg +1 -0
  2496. package/dist/genesys-webcomponents/icons/legacy/ic-credit-card.svg +1 -0
  2497. package/dist/genesys-webcomponents/icons/legacy/ic-cs-mobile.svg +1 -0
  2498. package/dist/genesys-webcomponents/icons/legacy/ic-cs-social.svg +1 -0
  2499. package/dist/genesys-webcomponents/icons/legacy/ic-cs-web.svg +1 -0
  2500. package/dist/genesys-webcomponents/icons/legacy/ic-currency-dollar-sign.svg +1 -0
  2501. package/dist/genesys-webcomponents/icons/legacy/ic-cut.svg +1 -0
  2502. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-agent.svg +1 -0
  2503. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-avatar.svg +1 -0
  2504. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-cal.svg +1 -0
  2505. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-chat.svg +1 -0
  2506. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-cobrowse.svg +1 -0
  2507. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-consult.svg +1 -0
  2508. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-inbound.svg +1 -0
  2509. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-lock.svg +1 -0
  2510. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-mail.svg +1 -0
  2511. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-offer.svg +1 -0
  2512. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-outbound.svg +1 -0
  2513. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-pref.svg +1 -0
  2514. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-search.svg +1 -0
  2515. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-survey.svg +1 -0
  2516. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-vid.svg +1 -0
  2517. package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-vm.svg +1 -0
  2518. package/dist/genesys-webcomponents/icons/legacy/ic-dash.svg +1 -0
  2519. package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-dash.svg +1 -0
  2520. package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-settings.svg +1 -0
  2521. package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-xwidget.svg +1 -0
  2522. package/dist/genesys-webcomponents/icons/legacy/ic-dialpad.svg +1 -0
  2523. package/dist/genesys-webcomponents/icons/legacy/ic-disclosure-left.svg +1 -0
  2524. package/dist/genesys-webcomponents/icons/legacy/ic-doc-add.svg +1 -0
  2525. package/dist/genesys-webcomponents/icons/legacy/ic-doc-alert-b.svg +1 -0
  2526. package/dist/genesys-webcomponents/icons/legacy/ic-doc-all-save.svg +1 -0
  2527. package/dist/genesys-webcomponents/icons/legacy/ic-doc-all.svg +1 -0
  2528. package/dist/genesys-webcomponents/icons/legacy/ic-doc-detail-add.svg +1 -0
  2529. package/dist/genesys-webcomponents/icons/legacy/ic-doc-detail.svg +1 -0
  2530. package/dist/genesys-webcomponents/icons/legacy/ic-doc-form-b.svg +1 -0
  2531. package/dist/genesys-webcomponents/icons/legacy/ic-doc-forward.svg +1 -0
  2532. package/dist/genesys-webcomponents/icons/legacy/ic-doc-generic-b.svg +1 -0
  2533. package/dist/genesys-webcomponents/icons/legacy/ic-doc-generic.svg +1 -0
  2534. package/dist/genesys-webcomponents/icons/legacy/ic-doc-list-b.svg +1 -0
  2535. package/dist/genesys-webcomponents/icons/legacy/ic-doc-list.svg +1 -0
  2536. package/dist/genesys-webcomponents/icons/legacy/ic-doc-no.svg +1 -0
  2537. package/dist/genesys-webcomponents/icons/legacy/ic-doc-phone-call.svg +1 -0
  2538. package/dist/genesys-webcomponents/icons/legacy/ic-doc-report-b.svg +1 -0
  2539. package/dist/genesys-webcomponents/icons/legacy/ic-doc-save.svg +1 -0
  2540. package/dist/genesys-webcomponents/icons/legacy/ic-doc-segmentation-b.svg +1 -0
  2541. package/dist/genesys-webcomponents/icons/legacy/ic-doc-yes-b.svg +1 -0
  2542. package/dist/genesys-webcomponents/icons/legacy/ic-doc-yes.svg +1 -0
  2543. package/dist/genesys-webcomponents/icons/legacy/ic-document-scenario.svg +1 -0
  2544. package/dist/genesys-webcomponents/icons/legacy/ic-double-down.svg +1 -0
  2545. package/dist/genesys-webcomponents/icons/legacy/ic-double-up.svg +1 -0
  2546. package/dist/genesys-webcomponents/icons/legacy/ic-download.svg +1 -0
  2547. package/dist/genesys-webcomponents/icons/legacy/ic-drag-out.svg +1 -0
  2548. package/dist/genesys-webcomponents/icons/legacy/ic-dropdown-arrow.svg +1 -0
  2549. package/dist/genesys-webcomponents/icons/legacy/ic-email-delete.svg +1 -0
  2550. package/dist/genesys-webcomponents/icons/legacy/ic-email-forward.svg +1 -0
  2551. package/dist/genesys-webcomponents/icons/legacy/ic-email-move-to-folder.svg +1 -0
  2552. package/dist/genesys-webcomponents/icons/legacy/ic-email-reply-all.svg +1 -0
  2553. package/dist/genesys-webcomponents/icons/legacy/ic-email-reply.svg +1 -0
  2554. package/dist/genesys-webcomponents/icons/legacy/ic-email-resend.svg +1 -0
  2555. package/dist/genesys-webcomponents/icons/legacy/ic-email-send.svg +1 -0
  2556. package/dist/genesys-webcomponents/icons/legacy/ic-email-transfer.svg +1 -0
  2557. package/dist/genesys-webcomponents/icons/legacy/ic-email.svg +1 -0
  2558. package/dist/genesys-webcomponents/icons/legacy/ic-enterprise-extension.svg +1 -0
  2559. package/dist/genesys-webcomponents/icons/legacy/ic-error-bold.svg +1 -0
  2560. package/dist/genesys-webcomponents/icons/legacy/ic-escalate-from.svg +1 -0
  2561. package/dist/genesys-webcomponents/icons/legacy/ic-escalate-to.svg +1 -0
  2562. package/dist/genesys-webcomponents/icons/legacy/ic-escalate.svg +1 -0
  2563. package/dist/genesys-webcomponents/icons/legacy/ic-event-cluster-mini.svg +1 -0
  2564. package/dist/genesys-webcomponents/icons/legacy/ic-event-cluster.svg +1 -0
  2565. package/dist/genesys-webcomponents/icons/legacy/ic-exit-full-screen.svg +1 -0
  2566. package/dist/genesys-webcomponents/icons/legacy/ic-expand-down.svg +1 -0
  2567. package/dist/genesys-webcomponents/icons/legacy/ic-expand-left.svg +1 -0
  2568. package/dist/genesys-webcomponents/icons/legacy/ic-expand-right.svg +1 -0
  2569. package/dist/genesys-webcomponents/icons/legacy/ic-expand-up.svg +1 -0
  2570. package/dist/genesys-webcomponents/icons/legacy/ic-expand.svg +1 -0
  2571. package/dist/genesys-webcomponents/icons/legacy/ic-export.svg +1 -0
  2572. package/dist/genesys-webcomponents/icons/legacy/ic-face-happy.svg +1 -0
  2573. package/dist/genesys-webcomponents/icons/legacy/ic-face-neutral.svg +1 -0
  2574. package/dist/genesys-webcomponents/icons/legacy/ic-face-sad.svg +1 -0
  2575. package/dist/genesys-webcomponents/icons/legacy/ic-face-solid-happy.svg +1 -0
  2576. package/dist/genesys-webcomponents/icons/legacy/ic-face-solid-sad.svg +1 -0
  2577. package/dist/genesys-webcomponents/icons/legacy/ic-face-unknown.svg +1 -0
  2578. package/dist/genesys-webcomponents/icons/legacy/ic-facebook-square.svg +1 -0
  2579. package/dist/genesys-webcomponents/icons/legacy/ic-file-folder-drawer.svg +1 -0
  2580. package/dist/genesys-webcomponents/icons/legacy/ic-files.svg +1 -0
  2581. package/dist/genesys-webcomponents/icons/legacy/ic-film-broadcast.svg +1 -0
  2582. package/dist/genesys-webcomponents/icons/legacy/ic-film.svg +1 -0
  2583. package/dist/genesys-webcomponents/icons/legacy/ic-filter.svg +1 -0
  2584. package/dist/genesys-webcomponents/icons/legacy/ic-finger-pointing.svg +1 -0
  2585. package/dist/genesys-webcomponents/icons/legacy/ic-folder-add.svg +1 -0
  2586. package/dist/genesys-webcomponents/icons/legacy/ic-folder-disabled.svg +1 -0
  2587. package/dist/genesys-webcomponents/icons/legacy/ic-folder-media.svg +1 -0
  2588. package/dist/genesys-webcomponents/icons/legacy/ic-folder-move.svg +1 -0
  2589. package/dist/genesys-webcomponents/icons/legacy/ic-folder-open-in.svg +1 -0
  2590. package/dist/genesys-webcomponents/icons/legacy/ic-folder-open-out.svg +1 -0
  2591. package/dist/genesys-webcomponents/icons/legacy/ic-folder-open.svg +1 -0
  2592. package/dist/genesys-webcomponents/icons/legacy/ic-folder-progress.svg +1 -0
  2593. package/dist/genesys-webcomponents/icons/legacy/ic-folder.svg +1 -0
  2594. package/dist/genesys-webcomponents/icons/legacy/ic-follow-disable.svg +1 -0
  2595. package/dist/genesys-webcomponents/icons/legacy/ic-follow.svg +1 -0
  2596. package/dist/genesys-webcomponents/icons/legacy/ic-font-bold.svg +1 -0
  2597. package/dist/genesys-webcomponents/icons/legacy/ic-font-decrease.svg +1 -0
  2598. package/dist/genesys-webcomponents/icons/legacy/ic-font-increase.svg +1 -0
  2599. package/dist/genesys-webcomponents/icons/legacy/ic-font-italic.svg +1 -0
  2600. package/dist/genesys-webcomponents/icons/legacy/ic-font-style.svg +1 -0
  2601. package/dist/genesys-webcomponents/icons/legacy/ic-font-underline.svg +1 -0
  2602. package/dist/genesys-webcomponents/icons/legacy/ic-full-screen.svg +1 -0
  2603. package/dist/genesys-webcomponents/icons/legacy/ic-gear-add.svg +1 -0
  2604. package/dist/genesys-webcomponents/icons/legacy/ic-gear-remove.svg +1 -0
  2605. package/dist/genesys-webcomponents/icons/legacy/ic-generic-disable.svg +1 -0
  2606. package/dist/genesys-webcomponents/icons/legacy/ic-generic-laptop.svg +1 -0
  2607. package/dist/genesys-webcomponents/icons/legacy/ic-generic-mobile-phone.svg +1 -0
  2608. package/dist/genesys-webcomponents/icons/legacy/ic-generic-pc.svg +1 -0
  2609. package/dist/genesys-webcomponents/icons/legacy/ic-generic-tablet.svg +1 -0
  2610. package/dist/genesys-webcomponents/icons/legacy/ic-generic.svg +1 -0
  2611. package/dist/genesys-webcomponents/icons/legacy/ic-globe.svg +1 -0
  2612. package/dist/genesys-webcomponents/icons/legacy/ic-google-plus-circle.svg +1 -0
  2613. package/dist/genesys-webcomponents/icons/legacy/ic-grab-vertical.svg +1 -0
  2614. package/dist/genesys-webcomponents/icons/legacy/ic-grab.svg +1 -0
  2615. package/dist/genesys-webcomponents/icons/legacy/ic-graph-bar.svg +1 -0
  2616. package/dist/genesys-webcomponents/icons/legacy/ic-graph-barline.svg +1 -0
  2617. package/dist/genesys-webcomponents/icons/legacy/ic-graph-bubble.svg +1 -0
  2618. package/dist/genesys-webcomponents/icons/legacy/ic-graph-chart.svg +1 -0
  2619. package/dist/genesys-webcomponents/icons/legacy/ic-graph-column.svg +1 -0
  2620. package/dist/genesys-webcomponents/icons/legacy/ic-graph-edit.svg +1 -0
  2621. package/dist/genesys-webcomponents/icons/legacy/ic-graph-grid.svg +1 -0
  2622. package/dist/genesys-webcomponents/icons/legacy/ic-graph-line.svg +1 -0
  2623. package/dist/genesys-webcomponents/icons/legacy/ic-graph-spark.svg +1 -0
  2624. package/dist/genesys-webcomponents/icons/legacy/ic-graph-stack.svg +1 -0
  2625. package/dist/genesys-webcomponents/icons/legacy/ic-grip-horizontal.svg +1 -0
  2626. package/dist/genesys-webcomponents/icons/legacy/ic-grip-vertical.svg +1 -0
  2627. package/dist/genesys-webcomponents/icons/legacy/ic-group.svg +1 -0
  2628. package/dist/genesys-webcomponents/icons/legacy/ic-help.svg +1 -0
  2629. package/dist/genesys-webcomponents/icons/legacy/ic-home.svg +1 -0
  2630. package/dist/genesys-webcomponents/icons/legacy/ic-host.svg +1 -0
  2631. package/dist/genesys-webcomponents/icons/legacy/ic-hp.svg +1 -0
  2632. package/dist/genesys-webcomponents/icons/legacy/ic-import.svg +1 -0
  2633. package/dist/genesys-webcomponents/icons/legacy/ic-in-small.svg +1 -0
  2634. package/dist/genesys-webcomponents/icons/legacy/ic-in.svg +1 -0
  2635. package/dist/genesys-webcomponents/icons/legacy/ic-inbound.svg +1 -0
  2636. package/dist/genesys-webcomponents/icons/legacy/ic-insert-block-left.svg +1 -0
  2637. package/dist/genesys-webcomponents/icons/legacy/ic-insert-block-right.svg +1 -0
  2638. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-chat-disable.svg +1 -0
  2639. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-chat.svg +1 -0
  2640. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-disable.svg +1 -0
  2641. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-phone-disable.svg +1 -0
  2642. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-phone.svg +1 -0
  2643. package/dist/genesys-webcomponents/icons/legacy/ic-inspect-star.svg +1 -0
  2644. package/dist/genesys-webcomponents/icons/legacy/ic-inspect.svg +1 -0
  2645. package/dist/genesys-webcomponents/icons/legacy/ic-ivr-disable.svg +1 -0
  2646. package/dist/genesys-webcomponents/icons/legacy/ic-ivr.svg +1 -0
  2647. package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-help.svg +1 -0
  2648. package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-notification.svg +1 -0
  2649. package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-teamcommunicator.svg +1 -0
  2650. package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-voicemail.svg +1 -0
  2651. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-callback.svg +1 -0
  2652. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-campaign.svg +1 -0
  2653. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-chat-round.svg +1 -0
  2654. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-chat-square.svg +1 -0
  2655. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-doc.svg +1 -0
  2656. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-email.svg +1 -0
  2657. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-facebook.svg +1 -0
  2658. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-globe.svg +1 -0
  2659. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-media.svg +1 -0
  2660. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-cancel.svg +1 -0
  2661. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-conf-susp.svg +1 -0
  2662. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-conf.svg +1 -0
  2663. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-dial.svg +1 -0
  2664. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-pause.svg +1 -0
  2665. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-play.svg +1 -0
  2666. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-susp.svg +1 -0
  2667. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-voice.svg +1 -0
  2668. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-question.svg +1 -0
  2669. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-rss.svg +1 -0
  2670. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-twitter.svg +1 -0
  2671. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-voice-chat.svg +1 -0
  2672. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-voice.svg +1 -0
  2673. package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-square-view.svg +1 -0
  2674. package/dist/genesys-webcomponents/icons/legacy/ic-iw-arrow-outline-in.svg +1 -0
  2675. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-add.svg +1 -0
  2676. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-chevron-down.svg +1 -0
  2677. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-chevron-up.svg +1 -0
  2678. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-add.svg +1 -0
  2679. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-chevron-down.svg +1 -0
  2680. package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-chevron-up.svg +1 -0
  2681. package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-back.svg +1 -0
  2682. package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-fwd.svg +1 -0
  2683. package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-home.svg +1 -0
  2684. package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-play.svg +1 -0
  2685. package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-stop.svg +1 -0
  2686. package/dist/genesys-webcomponents/icons/legacy/ic-iw-done-and-stop.svg +1 -0
  2687. package/dist/genesys-webcomponents/icons/legacy/ic-iw-history.svg +1 -0
  2688. package/dist/genesys-webcomponents/icons/legacy/ic-iw-in-progress.svg +1 -0
  2689. package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-email.svg +1 -0
  2690. package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-voice-cancel.svg +1 -0
  2691. package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-voice.svg +1 -0
  2692. package/dist/genesys-webcomponents/icons/legacy/ic-iw-monitor-chat.svg +1 -0
  2693. package/dist/genesys-webcomponents/icons/legacy/ic-iw-monitor-voice.svg +1 -0
  2694. package/dist/genesys-webcomponents/icons/legacy/ic-iw-queue.svg +1 -0
  2695. package/dist/genesys-webcomponents/icons/legacy/ic-iw-routing-point.svg +1 -0
  2696. package/dist/genesys-webcomponents/icons/legacy/ic-iw-save-as.svg +1 -0
  2697. package/dist/genesys-webcomponents/icons/legacy/ic-iw-save.svg +1 -0
  2698. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-email.svg +1 -0
  2699. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-no.svg +1 -0
  2700. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-transfer.svg +1 -0
  2701. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-workbin.svg +1 -0
  2702. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-rss-transfer.svg +1 -0
  2703. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-rss-workbin.svg +1 -0
  2704. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-follow.svg +1 -0
  2705. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-no.svg +1 -0
  2706. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-transfer.svg +1 -0
  2707. package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-workbin.svg +1 -0
  2708. package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-suspend.svg +1 -0
  2709. package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-cancel.svg +1 -0
  2710. package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-show.svg +1 -0
  2711. package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-swap.svg +1 -0
  2712. package/dist/genesys-webcomponents/icons/legacy/ic-iw-voice-inspect-cancel.svg +1 -0
  2713. package/dist/genesys-webcomponents/icons/legacy/ic-iw-voice-inspect.svg +1 -0
  2714. package/dist/genesys-webcomponents/icons/legacy/ic-key-dot-dashed.svg +1 -0
  2715. package/dist/genesys-webcomponents/icons/legacy/ic-link.svg +1 -0
  2716. package/dist/genesys-webcomponents/icons/legacy/ic-linkedin-square.svg +1 -0
  2717. package/dist/genesys-webcomponents/icons/legacy/ic-linux.svg +1 -0
  2718. package/dist/genesys-webcomponents/icons/legacy/ic-list-bullets.svg +1 -0
  2719. package/dist/genesys-webcomponents/icons/legacy/ic-list-numbers.svg +1 -0
  2720. package/dist/genesys-webcomponents/icons/legacy/ic-locked.svg +1 -0
  2721. package/dist/genesys-webcomponents/icons/legacy/ic-login-checkmark.svg +1 -0
  2722. package/dist/genesys-webcomponents/icons/legacy/ic-login-error.svg +1 -0
  2723. package/dist/genesys-webcomponents/icons/legacy/ic-login-info.svg +1 -0
  2724. package/dist/genesys-webcomponents/icons/legacy/ic-lunch.svg +1 -0
  2725. package/dist/genesys-webcomponents/icons/legacy/ic-measure-growing.svg +1 -0
  2726. package/dist/genesys-webcomponents/icons/legacy/ic-measure-point-in-time.svg +1 -0
  2727. package/dist/genesys-webcomponents/icons/legacy/ic-measure-sliding.svg +1 -0
  2728. package/dist/genesys-webcomponents/icons/legacy/ic-measure-today.svg +1 -0
  2729. package/dist/genesys-webcomponents/icons/legacy/ic-menu-hamburger.svg +1 -0
  2730. package/dist/genesys-webcomponents/icons/legacy/ic-merge.svg +1 -0
  2731. package/dist/genesys-webcomponents/icons/legacy/ic-mini-close.svg +1 -0
  2732. package/dist/genesys-webcomponents/icons/legacy/ic-minimize.svg +1 -0
  2733. package/dist/genesys-webcomponents/icons/legacy/ic-moon-default.svg +1 -0
  2734. package/dist/genesys-webcomponents/icons/legacy/ic-more.svg +1 -0
  2735. package/dist/genesys-webcomponents/icons/legacy/ic-ms.svg +1 -0
  2736. package/dist/genesys-webcomponents/icons/legacy/ic-multiples.svg +1 -0
  2737. package/dist/genesys-webcomponents/icons/legacy/ic-network.svg +1 -0
  2738. package/dist/genesys-webcomponents/icons/legacy/ic-note-add.svg +1 -0
  2739. package/dist/genesys-webcomponents/icons/legacy/ic-note.svg +1 -0
  2740. package/dist/genesys-webcomponents/icons/legacy/ic-notebook.svg +1 -0
  2741. package/dist/genesys-webcomponents/icons/legacy/ic-number-sign.svg +1 -0
  2742. package/dist/genesys-webcomponents/icons/legacy/ic-open-book.svg +1 -0
  2743. package/dist/genesys-webcomponents/icons/legacy/ic-out-small.svg +1 -0
  2744. package/dist/genesys-webcomponents/icons/legacy/ic-out.svg +1 -0
  2745. package/dist/genesys-webcomponents/icons/legacy/ic-outbound.svg +1 -0
  2746. package/dist/genesys-webcomponents/icons/legacy/ic-page-multi.svg +1 -0
  2747. package/dist/genesys-webcomponents/icons/legacy/ic-page-search.svg +1 -0
  2748. package/dist/genesys-webcomponents/icons/legacy/ic-page-single.svg +1 -0
  2749. package/dist/genesys-webcomponents/icons/legacy/ic-palette.svg +1 -0
  2750. package/dist/genesys-webcomponents/icons/legacy/ic-parameter-group.svg +1 -0
  2751. package/dist/genesys-webcomponents/icons/legacy/ic-parameter.svg +1 -0
  2752. package/dist/genesys-webcomponents/icons/legacy/ic-paste.svg +1 -0
  2753. package/dist/genesys-webcomponents/icons/legacy/ic-pc-mobile-phone.svg +1 -0
  2754. package/dist/genesys-webcomponents/icons/legacy/ic-pencil.svg +1 -0
  2755. package/dist/genesys-webcomponents/icons/legacy/ic-people-chat.svg +1 -0
  2756. package/dist/genesys-webcomponents/icons/legacy/ic-people.svg +1 -0
  2757. package/dist/genesys-webcomponents/icons/legacy/ic-person.svg +1 -0
  2758. package/dist/genesys-webcomponents/icons/legacy/ic-phone-add.svg +1 -0
  2759. package/dist/genesys-webcomponents/icons/legacy/ic-phone-bell.svg +1 -0
  2760. package/dist/genesys-webcomponents/icons/legacy/ic-phone-chat-media.svg +1 -0
  2761. package/dist/genesys-webcomponents/icons/legacy/ic-phone-conference.svg +1 -0
  2762. package/dist/genesys-webcomponents/icons/legacy/ic-phone-decline.svg +1 -0
  2763. package/dist/genesys-webcomponents/icons/legacy/ic-phone-dial.svg +1 -0
  2764. package/dist/genesys-webcomponents/icons/legacy/ic-phone-disabled.svg +1 -0
  2765. package/dist/genesys-webcomponents/icons/legacy/ic-phone-forward.svg +1 -0
  2766. package/dist/genesys-webcomponents/icons/legacy/ic-phone-hang-up.svg +1 -0
  2767. package/dist/genesys-webcomponents/icons/legacy/ic-phone-hold.svg +1 -0
  2768. package/dist/genesys-webcomponents/icons/legacy/ic-phone-incoming.svg +1 -0
  2769. package/dist/genesys-webcomponents/icons/legacy/ic-phone-pause.svg +1 -0
  2770. package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-pause.svg +1 -0
  2771. package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-resume.svg +1 -0
  2772. package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-stop.svg +1 -0
  2773. package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec.svg +1 -0
  2774. package/dist/genesys-webcomponents/icons/legacy/ic-phone-voice-retrieve.svg +1 -0
  2775. package/dist/genesys-webcomponents/icons/legacy/ic-phone-voice.svg +1 -0
  2776. package/dist/genesys-webcomponents/icons/legacy/ic-phone.svg +1 -0
  2777. package/dist/genesys-webcomponents/icons/legacy/ic-phones.svg +1 -0
  2778. package/dist/genesys-webcomponents/icons/legacy/ic-picture.svg +1 -0
  2779. package/dist/genesys-webcomponents/icons/legacy/ic-pie-chart.svg +1 -0
  2780. package/dist/genesys-webcomponents/icons/legacy/ic-pin-alert.svg +1 -0
  2781. package/dist/genesys-webcomponents/icons/legacy/ic-pin-check.svg +1 -0
  2782. package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid-add.svg +1 -0
  2783. package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid-remove.svg +1 -0
  2784. package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid.svg +1 -0
  2785. package/dist/genesys-webcomponents/icons/legacy/ic-pin-text.svg +1 -0
  2786. package/dist/genesys-webcomponents/icons/legacy/ic-pin-time.svg +1 -0
  2787. package/dist/genesys-webcomponents/icons/legacy/ic-pin-zoom-in.svg +1 -0
  2788. package/dist/genesys-webcomponents/icons/legacy/ic-pin-zoom-out.svg +1 -0
  2789. package/dist/genesys-webcomponents/icons/legacy/ic-pin.svg +1 -0
  2790. package/dist/genesys-webcomponents/icons/legacy/ic-pinned.svg +1 -0
  2791. package/dist/genesys-webcomponents/icons/legacy/ic-pinterest-circle.svg +1 -0
  2792. package/dist/genesys-webcomponents/icons/legacy/ic-play-list.svg +1 -0
  2793. package/dist/genesys-webcomponents/icons/legacy/ic-pointing-in-hand.svg +1 -0
  2794. package/dist/genesys-webcomponents/icons/legacy/ic-printer.svg +1 -0
  2795. package/dist/genesys-webcomponents/icons/legacy/ic-progress-bar.svg +1 -0
  2796. package/dist/genesys-webcomponents/icons/legacy/ic-quotes.svg +1 -0
  2797. package/dist/genesys-webcomponents/icons/legacy/ic-radio-active.svg +1 -0
  2798. package/dist/genesys-webcomponents/icons/legacy/ic-radio.svg +1 -0
  2799. package/dist/genesys-webcomponents/icons/legacy/ic-rebuild.svg +1 -0
  2800. package/dist/genesys-webcomponents/icons/legacy/ic-redo.svg +1 -0
  2801. package/dist/genesys-webcomponents/icons/legacy/ic-refresh-with-feedback.svg +1 -0
  2802. package/dist/genesys-webcomponents/icons/legacy/ic-refresh.svg +1 -0
  2803. package/dist/genesys-webcomponents/icons/legacy/ic-reload.svg +1 -0
  2804. package/dist/genesys-webcomponents/icons/legacy/ic-remember.svg +1 -0
  2805. package/dist/genesys-webcomponents/icons/legacy/ic-reset.svg +1 -0
  2806. package/dist/genesys-webcomponents/icons/legacy/ic-rewind-five-seconds.svg +1 -0
  2807. package/dist/genesys-webcomponents/icons/legacy/ic-routing.svg +1 -0
  2808. package/dist/genesys-webcomponents/icons/legacy/ic-rss-square.svg +1 -0
  2809. package/dist/genesys-webcomponents/icons/legacy/ic-rss.svg +1 -0
  2810. package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-pause.svg +1 -0
  2811. package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-record.svg +1 -0
  2812. package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-resume.svg +1 -0
  2813. package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-stop.svg +1 -0
  2814. package/dist/genesys-webcomponents/icons/legacy/ic-scrubber.svg +1 -0
  2815. package/dist/genesys-webcomponents/icons/legacy/ic-search-next.svg +1 -0
  2816. package/dist/genesys-webcomponents/icons/legacy/ic-search-previous.svg +1 -0
  2817. package/dist/genesys-webcomponents/icons/legacy/ic-search.svg +1 -0
  2818. package/dist/genesys-webcomponents/icons/legacy/ic-searched-term.svg +1 -0
  2819. package/dist/genesys-webcomponents/icons/legacy/ic-secure.svg +1 -0
  2820. package/dist/genesys-webcomponents/icons/legacy/ic-segmentation.svg +1 -0
  2821. package/dist/genesys-webcomponents/icons/legacy/ic-select-no.svg +1 -0
  2822. package/dist/genesys-webcomponents/icons/legacy/ic-select-yes.svg +1 -0
  2823. package/dist/genesys-webcomponents/icons/legacy/ic-select.svg +1 -0
  2824. package/dist/genesys-webcomponents/icons/legacy/ic-server-add.svg +1 -0
  2825. package/dist/genesys-webcomponents/icons/legacy/ic-server.svg +1 -0
  2826. package/dist/genesys-webcomponents/icons/legacy/ic-settings-gear.svg +1 -0
  2827. package/dist/genesys-webcomponents/icons/legacy/ic-settings-gears.svg +1 -0
  2828. package/dist/genesys-webcomponents/icons/legacy/ic-settings-sliders.svg +1 -0
  2829. package/dist/genesys-webcomponents/icons/legacy/ic-share.svg +1 -0
  2830. package/dist/genesys-webcomponents/icons/legacy/ic-sharethis.svg +1 -0
  2831. package/dist/genesys-webcomponents/icons/legacy/ic-shrinkage.svg +1 -0
  2832. package/dist/genesys-webcomponents/icons/legacy/ic-shuffle.svg +1 -0
  2833. package/dist/genesys-webcomponents/icons/legacy/ic-site-disable.svg +1 -0
  2834. package/dist/genesys-webcomponents/icons/legacy/ic-site.svg +1 -0
  2835. package/dist/genesys-webcomponents/icons/legacy/ic-skills.svg +1 -0
  2836. package/dist/genesys-webcomponents/icons/legacy/ic-slide-back.svg +1 -0
  2837. package/dist/genesys-webcomponents/icons/legacy/ic-slide-fwd.svg +1 -0
  2838. package/dist/genesys-webcomponents/icons/legacy/ic-small-checkmark.svg +1 -0
  2839. package/dist/genesys-webcomponents/icons/legacy/ic-small-close.svg +1 -0
  2840. package/dist/genesys-webcomponents/icons/legacy/ic-small-plus.svg +1 -0
  2841. package/dist/genesys-webcomponents/icons/legacy/ic-sms-cancel.svg +1 -0
  2842. package/dist/genesys-webcomponents/icons/legacy/ic-sms-message.svg +1 -0
  2843. package/dist/genesys-webcomponents/icons/legacy/ic-sms-reply.svg +1 -0
  2844. package/dist/genesys-webcomponents/icons/legacy/ic-sms-transfer.svg +1 -0
  2845. package/dist/genesys-webcomponents/icons/legacy/ic-solaris.svg +1 -0
  2846. package/dist/genesys-webcomponents/icons/legacy/ic-sort-left-right.svg +1 -0
  2847. package/dist/genesys-webcomponents/icons/legacy/ic-sort-up-down.svg +1 -0
  2848. package/dist/genesys-webcomponents/icons/legacy/ic-special-g-brandmark.svg +1 -0
  2849. package/dist/genesys-webcomponents/icons/legacy/ic-stamp.svg +1 -0
  2850. package/dist/genesys-webcomponents/icons/legacy/ic-star-edit.svg +1 -0
  2851. package/dist/genesys-webcomponents/icons/legacy/ic-star-half.svg +1 -0
  2852. package/dist/genesys-webcomponents/icons/legacy/ic-star-outline.svg +1 -0
  2853. package/dist/genesys-webcomponents/icons/legacy/ic-stars-add.svg +1 -0
  2854. package/dist/genesys-webcomponents/icons/legacy/ic-stars-lock.svg +1 -0
  2855. package/dist/genesys-webcomponents/icons/legacy/ic-stars-remove.svg +1 -0
  2856. package/dist/genesys-webcomponents/icons/legacy/ic-stars.svg +1 -0
  2857. package/dist/genesys-webcomponents/icons/legacy/ic-status-aftercallwork.svg +1 -0
  2858. package/dist/genesys-webcomponents/icons/legacy/ic-status-available-no.svg +1 -0
  2859. package/dist/genesys-webcomponents/icons/legacy/ic-status-available-yes.svg +1 -0
  2860. package/dist/genesys-webcomponents/icons/legacy/ic-status-bad.svg +1 -0
  2861. package/dist/genesys-webcomponents/icons/legacy/ic-status-call-dialing.svg +1 -0
  2862. package/dist/genesys-webcomponents/icons/legacy/ic-status-call-inbound.svg +1 -0
  2863. package/dist/genesys-webcomponents/icons/legacy/ic-status-call-internal.svg +1 -0
  2864. package/dist/genesys-webcomponents/icons/legacy/ic-status-call-outbound.svg +1 -0
  2865. package/dist/genesys-webcomponents/icons/legacy/ic-status-call-ringing.svg +1 -0
  2866. package/dist/genesys-webcomponents/icons/legacy/ic-status-chat.svg +1 -0
  2867. package/dist/genesys-webcomponents/icons/legacy/ic-status-email.svg +1 -0
  2868. package/dist/genesys-webcomponents/icons/legacy/ic-status-good.svg +1 -0
  2869. package/dist/genesys-webcomponents/icons/legacy/ic-status-hook-off.svg +1 -0
  2870. package/dist/genesys-webcomponents/icons/legacy/ic-status-hook-on.svg +1 -0
  2871. package/dist/genesys-webcomponents/icons/legacy/ic-status-interaction.svg +1 -0
  2872. package/dist/genesys-webcomponents/icons/legacy/ic-status-logged-off.svg +1 -0
  2873. package/dist/genesys-webcomponents/icons/legacy/ic-status-logged-on.svg +1 -0
  2874. package/dist/genesys-webcomponents/icons/legacy/ic-status-monitored-no.svg +1 -0
  2875. package/dist/genesys-webcomponents/icons/legacy/ic-status-monitored-yes.svg +1 -0
  2876. package/dist/genesys-webcomponents/icons/legacy/ic-status-onhold.svg +1 -0
  2877. package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-empty.svg +1 -0
  2878. package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-full.svg +1 -0
  2879. package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-part-full.svg +1 -0
  2880. package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-blocked.svg +1 -0
  2881. package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-no.svg +1 -0
  2882. package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-partial.svg +1 -0
  2883. package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-yes.svg +1 -0
  2884. package/dist/genesys-webcomponents/icons/legacy/ic-status-unknown.svg +1 -0
  2885. package/dist/genesys-webcomponents/icons/legacy/ic-sun-default.svg +1 -0
  2886. package/dist/genesys-webcomponents/icons/legacy/ic-superviser-chat-cancel.svg +1 -0
  2887. package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-cancel.svg +1 -0
  2888. package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-chat.svg +1 -0
  2889. package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-voice-cancel.svg +1 -0
  2890. package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-voice.svg +1 -0
  2891. package/dist/genesys-webcomponents/icons/legacy/ic-supervisor.svg +1 -0
  2892. package/dist/genesys-webcomponents/icons/legacy/ic-swap.svg +1 -0
  2893. package/dist/genesys-webcomponents/icons/legacy/ic-switch-disable.svg +1 -0
  2894. package/dist/genesys-webcomponents/icons/legacy/ic-switch.svg +1 -0
  2895. package/dist/genesys-webcomponents/icons/legacy/ic-symbol-man.svg +1 -0
  2896. package/dist/genesys-webcomponents/icons/legacy/ic-symbol-woman.svg +1 -0
  2897. package/dist/genesys-webcomponents/icons/legacy/ic-tag-stat-add.svg +1 -0
  2898. package/dist/genesys-webcomponents/icons/legacy/ic-tag-stat-remove.svg +1 -0
  2899. package/dist/genesys-webcomponents/icons/legacy/ic-tag.svg +1 -0
  2900. package/dist/genesys-webcomponents/icons/legacy/ic-target.svg +1 -0
  2901. package/dist/genesys-webcomponents/icons/legacy/ic-team-communicator-team-communicator.svg +1 -0
  2902. package/dist/genesys-webcomponents/icons/legacy/ic-team-communicator.svg +1 -0
  2903. package/dist/genesys-webcomponents/icons/legacy/ic-tenant-disable.svg +1 -0
  2904. package/dist/genesys-webcomponents/icons/legacy/ic-tenant.svg +1 -0
  2905. package/dist/genesys-webcomponents/icons/legacy/ic-text-centered.svg +1 -0
  2906. package/dist/genesys-webcomponents/icons/legacy/ic-text-detail.svg +1 -0
  2907. package/dist/genesys-webcomponents/icons/legacy/ic-text-generic.svg +1 -0
  2908. package/dist/genesys-webcomponents/icons/legacy/ic-text-indent-left.svg +1 -0
  2909. package/dist/genesys-webcomponents/icons/legacy/ic-text-indent-right.svg +1 -0
  2910. package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-center.svg +1 -0
  2911. package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-full.svg +1 -0
  2912. package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-left.svg +1 -0
  2913. package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-right.svg +1 -0
  2914. package/dist/genesys-webcomponents/icons/legacy/ic-text-spelling.svg +1 -0
  2915. package/dist/genesys-webcomponents/icons/legacy/ic-thumbs-down.svg +1 -0
  2916. package/dist/genesys-webcomponents/icons/legacy/ic-thumbs-up.svg +1 -0
  2917. package/dist/genesys-webcomponents/icons/legacy/ic-tick.svg +1 -0
  2918. package/dist/genesys-webcomponents/icons/legacy/ic-timeline.svg +1 -0
  2919. package/dist/genesys-webcomponents/icons/legacy/ic-toggle-off.svg +1 -0
  2920. package/dist/genesys-webcomponents/icons/legacy/ic-toggle-on.svg +1 -0
  2921. package/dist/genesys-webcomponents/icons/legacy/ic-toggle.svg +1 -0
  2922. package/dist/genesys-webcomponents/icons/legacy/ic-training.svg +1 -0
  2923. package/dist/genesys-webcomponents/icons/legacy/ic-transfer-all-channels.svg +1 -0
  2924. package/dist/genesys-webcomponents/icons/legacy/ic-transfer-common.svg +1 -0
  2925. package/dist/genesys-webcomponents/icons/legacy/ic-transfer.svg +1 -0
  2926. package/dist/genesys-webcomponents/icons/legacy/ic-trash.svg +1 -0
  2927. package/dist/genesys-webcomponents/icons/legacy/ic-tree-branch.svg +1 -0
  2928. package/dist/genesys-webcomponents/icons/legacy/ic-twitter-square.svg +1 -0
  2929. package/dist/genesys-webcomponents/icons/legacy/ic-twitter.svg +1 -0
  2930. package/dist/genesys-webcomponents/icons/legacy/ic-undo.svg +1 -0
  2931. package/dist/genesys-webcomponents/icons/legacy/ic-unlocked.svg +1 -0
  2932. package/dist/genesys-webcomponents/icons/legacy/ic-unmerge.svg +1 -0
  2933. package/dist/genesys-webcomponents/icons/legacy/ic-upload.svg +1 -0
  2934. package/dist/genesys-webcomponents/icons/legacy/ic-video-add.svg +1 -0
  2935. package/dist/genesys-webcomponents/icons/legacy/ic-video-disable.svg +1 -0
  2936. package/dist/genesys-webcomponents/icons/legacy/ic-video-end.svg +1 -0
  2937. package/dist/genesys-webcomponents/icons/legacy/ic-video-forward.svg +1 -0
  2938. package/dist/genesys-webcomponents/icons/legacy/ic-video-pause.svg +1 -0
  2939. package/dist/genesys-webcomponents/icons/legacy/ic-video-roster.svg +1 -0
  2940. package/dist/genesys-webcomponents/icons/legacy/ic-video-voice.svg +1 -0
  2941. package/dist/genesys-webcomponents/icons/legacy/ic-video.svg +1 -0
  2942. package/dist/genesys-webcomponents/icons/legacy/ic-videocam-1-disable.svg +1 -0
  2943. package/dist/genesys-webcomponents/icons/legacy/ic-videocam-1.svg +1 -0
  2944. package/dist/genesys-webcomponents/icons/legacy/ic-videocam-2-disable.svg +1 -0
  2945. package/dist/genesys-webcomponents/icons/legacy/ic-videocam-2.svg +1 -0
  2946. package/dist/genesys-webcomponents/icons/legacy/ic-view-details-bottom.svg +1 -0
  2947. package/dist/genesys-webcomponents/icons/legacy/ic-view-details-right.svg +1 -0
  2948. package/dist/genesys-webcomponents/icons/legacy/ic-view-grid.svg +1 -0
  2949. package/dist/genesys-webcomponents/icons/legacy/ic-view-list.svg +1 -0
  2950. package/dist/genesys-webcomponents/icons/legacy/ic-view-lists.svg +1 -0
  2951. package/dist/genesys-webcomponents/icons/legacy/ic-view-stacked.svg +1 -0
  2952. package/dist/genesys-webcomponents/icons/legacy/ic-view-tree.svg +1 -0
  2953. package/dist/genesys-webcomponents/icons/legacy/ic-voicemail.svg +1 -0
  2954. package/dist/genesys-webcomponents/icons/legacy/ic-window-contract.svg +1 -0
  2955. package/dist/genesys-webcomponents/icons/legacy/ic-window-expand.svg +1 -0
  2956. package/dist/genesys-webcomponents/icons/legacy/ic-zoom-in.svg +1 -0
  2957. package/dist/genesys-webcomponents/icons/legacy/ic-zoom-out.svg +1 -0
  2958. package/dist/genesys-webcomponents/icons/legacy/image.svg +1 -0
  2959. package/dist/genesys-webcomponents/icons/legacy/inbox-alpha.svg +1 -0
  2960. package/dist/genesys-webcomponents/icons/legacy/inbox.svg +1 -0
  2961. package/dist/genesys-webcomponents/icons/legacy/input.svg +1 -0
  2962. package/dist/genesys-webcomponents/icons/legacy/instagram.svg +1 -0
  2963. package/dist/genesys-webcomponents/icons/legacy/interaction-sound.svg +1 -0
  2964. package/dist/genesys-webcomponents/icons/legacy/interactions-alpha.svg +1 -0
  2965. package/dist/genesys-webcomponents/icons/legacy/interactions-off-alpha.svg +1 -0
  2966. package/dist/genesys-webcomponents/icons/legacy/interactions.svg +1 -0
  2967. package/dist/genesys-webcomponents/icons/legacy/internet-explorer.svg +1 -0
  2968. package/dist/genesys-webcomponents/icons/legacy/italic.svg +1 -0
  2969. package/dist/genesys-webcomponents/icons/legacy/justify-center.svg +1 -0
  2970. package/dist/genesys-webcomponents/icons/legacy/justify-left.svg +1 -0
  2971. package/dist/genesys-webcomponents/icons/legacy/justify-right.svg +1 -0
  2972. package/dist/genesys-webcomponents/icons/legacy/layers.svg +1 -0
  2973. package/dist/genesys-webcomponents/icons/legacy/line-messenger.svg +1 -0
  2974. package/dist/genesys-webcomponents/icons/legacy/link-broken.svg +1 -0
  2975. package/dist/genesys-webcomponents/icons/legacy/link.svg +1 -0
  2976. package/dist/genesys-webcomponents/icons/legacy/linkedin-1.svg +1 -0
  2977. package/dist/genesys-webcomponents/icons/legacy/linkedin.svg +1 -0
  2978. package/dist/genesys-webcomponents/icons/legacy/linux.svg +1 -0
  2979. package/dist/genesys-webcomponents/icons/legacy/list-square.svg +1 -0
  2980. package/dist/genesys-webcomponents/icons/legacy/listbox.svg +1 -0
  2981. package/dist/genesys-webcomponents/icons/legacy/logo-genesys.svg +1 -0
  2982. package/dist/genesys-webcomponents/icons/legacy/low-bandwidth.svg +1 -0
  2983. package/dist/genesys-webcomponents/icons/legacy/magnifying-glass-minus.svg +1 -0
  2984. package/dist/genesys-webcomponents/icons/legacy/magnifying-glass-plus.svg +1 -0
  2985. package/dist/genesys-webcomponents/icons/legacy/magnifying-glass.svg +1 -0
  2986. package/dist/genesys-webcomponents/icons/legacy/marker.svg +1 -0
  2987. package/dist/genesys-webcomponents/icons/legacy/mic-off.svg +1 -0
  2988. package/dist/genesys-webcomponents/icons/legacy/mic-talking.svg +1 -0
  2989. package/dist/genesys-webcomponents/icons/legacy/mic.svg +1 -0
  2990. package/dist/genesys-webcomponents/icons/legacy/microsoft-teams.svg +1 -0
  2991. package/dist/genesys-webcomponents/icons/legacy/microsoft.svg +1 -0
  2992. package/dist/genesys-webcomponents/icons/legacy/minus-circle.svg +1 -0
  2993. package/dist/genesys-webcomponents/icons/legacy/missed-call.svg +1 -0
  2994. package/dist/genesys-webcomponents/icons/legacy/mixer.svg +1 -0
  2995. package/dist/genesys-webcomponents/icons/legacy/monitor.svg +1 -0
  2996. package/dist/genesys-webcomponents/icons/legacy/move-file.svg +1 -0
  2997. package/dist/genesys-webcomponents/icons/legacy/multi-agent-lines.svg +1 -0
  2998. package/dist/genesys-webcomponents/icons/legacy/notification-chat.svg +1 -0
  2999. package/dist/genesys-webcomponents/icons/legacy/notification-email.svg +1 -0
  3000. package/dist/genesys-webcomponents/icons/legacy/notification-phone.svg +1 -0
  3001. package/dist/genesys-webcomponents/icons/legacy/notification-score-chat.svg +1 -0
  3002. package/dist/genesys-webcomponents/icons/legacy/notification-score-email.svg +1 -0
  3003. package/dist/genesys-webcomponents/icons/legacy/notification-score-phone.svg +1 -0
  3004. package/dist/genesys-webcomponents/icons/legacy/numeric-spinner.svg +1 -0
  3005. package/dist/genesys-webcomponents/icons/legacy/opera.svg +1 -0
  3006. package/dist/genesys-webcomponents/icons/legacy/organization.svg +1 -0
  3007. package/dist/genesys-webcomponents/icons/legacy/outbound-call.svg +1 -0
  3008. package/dist/genesys-webcomponents/icons/legacy/paint-bucket.svg +1 -0
  3009. package/dist/genesys-webcomponents/icons/legacy/paperclip.svg +1 -0
  3010. package/dist/genesys-webcomponents/icons/legacy/pause-secure.svg +1 -0
  3011. package/dist/genesys-webcomponents/icons/legacy/pause.svg +1 -0
  3012. package/dist/genesys-webcomponents/icons/legacy/pc-group.svg +1 -0
  3013. package/dist/genesys-webcomponents/icons/legacy/pc-user.svg +1 -0
  3014. package/dist/genesys-webcomponents/icons/legacy/pencil-square.svg +1 -0
  3015. package/dist/genesys-webcomponents/icons/legacy/person-circle.svg +1 -0
  3016. package/dist/genesys-webcomponents/icons/legacy/phone-active-1.svg +1 -0
  3017. package/dist/genesys-webcomponents/icons/legacy/phone-active-2.svg +1 -0
  3018. package/dist/genesys-webcomponents/icons/legacy/phone-active-3.svg +1 -0
  3019. package/dist/genesys-webcomponents/icons/legacy/phone-alpha.svg +1 -0
  3020. package/dist/genesys-webcomponents/icons/legacy/phone-off-alpha.svg +1 -0
  3021. package/dist/genesys-webcomponents/icons/legacy/phone-off.svg +1 -0
  3022. package/dist/genesys-webcomponents/icons/legacy/phone-picker.svg +1 -0
  3023. package/dist/genesys-webcomponents/icons/legacy/phone-ring-muted.svg +1 -0
  3024. package/dist/genesys-webcomponents/icons/legacy/phone-ring.svg +1 -0
  3025. package/dist/genesys-webcomponents/icons/legacy/phone.svg +1 -0
  3026. package/dist/genesys-webcomponents/icons/legacy/pixel-unit.svg +1 -0
  3027. package/dist/genesys-webcomponents/icons/legacy/play.svg +1 -0
  3028. package/dist/genesys-webcomponents/icons/legacy/plus-circle.svg +1 -0
  3029. package/dist/genesys-webcomponents/icons/legacy/plus.svg +1 -0
  3030. package/dist/genesys-webcomponents/icons/legacy/pop-out.svg +1 -0
  3031. package/dist/genesys-webcomponents/icons/legacy/preview.svg +1 -0
  3032. package/dist/genesys-webcomponents/icons/legacy/product-logo-beyond.svg +1 -0
  3033. package/dist/genesys-webcomponents/icons/legacy/product-logo-g.svg +1 -0
  3034. package/dist/genesys-webcomponents/icons/legacy/progress-pie.svg +1 -0
  3035. package/dist/genesys-webcomponents/icons/legacy/puzzle.svg +1 -0
  3036. package/dist/genesys-webcomponents/icons/legacy/question-with-screen.svg +1 -0
  3037. package/dist/genesys-webcomponents/icons/legacy/question.svg +1 -0
  3038. package/dist/genesys-webcomponents/icons/legacy/quote-left.svg +1 -0
  3039. package/dist/genesys-webcomponents/icons/legacy/quote-right.svg +1 -0
  3040. package/dist/genesys-webcomponents/icons/legacy/radio-button.svg +1 -0
  3041. package/dist/genesys-webcomponents/icons/legacy/record.svg +1 -0
  3042. package/dist/genesys-webcomponents/icons/legacy/refresh.svg +1 -0
  3043. package/dist/genesys-webcomponents/icons/legacy/repeat.svg +1 -0
  3044. package/dist/genesys-webcomponents/icons/legacy/reset-view.svg +1 -0
  3045. package/dist/genesys-webcomponents/icons/legacy/resize-handle.svg +1 -0
  3046. package/dist/genesys-webcomponents/icons/legacy/robot-circle.svg +1 -0
  3047. package/dist/genesys-webcomponents/icons/legacy/robot-head.svg +1 -0
  3048. package/dist/genesys-webcomponents/icons/legacy/safari.svg +1 -0
  3049. package/dist/genesys-webcomponents/icons/legacy/scissors.svg +1 -0
  3050. package/dist/genesys-webcomponents/icons/legacy/screen-full.svg +1 -0
  3051. package/dist/genesys-webcomponents/icons/legacy/screen-small.svg +1 -0
  3052. package/dist/genesys-webcomponents/icons/legacy/screenshare.svg +1 -0
  3053. package/dist/genesys-webcomponents/icons/legacy/scripter-inverse.svg +1 -0
  3054. package/dist/genesys-webcomponents/icons/legacy/scripter.svg +1 -0
  3055. package/dist/genesys-webcomponents/icons/legacy/server.svg +1 -0
  3056. package/dist/genesys-webcomponents/icons/legacy/share.svg +1 -0
  3057. package/dist/genesys-webcomponents/icons/legacy/sign-out.svg +1 -0
  3058. package/dist/genesys-webcomponents/icons/legacy/sitemap.svg +1 -0
  3059. package/dist/genesys-webcomponents/icons/legacy/slideshare.svg +1 -0
  3060. package/dist/genesys-webcomponents/icons/legacy/sms-cancel.svg +1 -0
  3061. package/dist/genesys-webcomponents/icons/legacy/sms-message.svg +1 -0
  3062. package/dist/genesys-webcomponents/icons/legacy/sms.svg +1 -0
  3063. package/dist/genesys-webcomponents/icons/legacy/sort-numeric-asc.svg +1 -0
  3064. package/dist/genesys-webcomponents/icons/legacy/star.svg +1 -0
  3065. package/dist/genesys-webcomponents/icons/legacy/steal.svg +1 -0
  3066. package/dist/genesys-webcomponents/icons/legacy/step-backward.svg +1 -0
  3067. package/dist/genesys-webcomponents/icons/legacy/step-forward.svg +1 -0
  3068. package/dist/genesys-webcomponents/icons/legacy/stop.svg +1 -0
  3069. package/dist/genesys-webcomponents/icons/legacy/telegram.svg +1 -0
  3070. package/dist/genesys-webcomponents/icons/legacy/template.svg +1 -0
  3071. package/dist/genesys-webcomponents/icons/legacy/text.svg +1 -0
  3072. package/dist/genesys-webcomponents/icons/legacy/thumbtack-off.svg +1 -0
  3073. package/dist/genesys-webcomponents/icons/legacy/thumbtack-on.svg +1 -0
  3074. package/dist/genesys-webcomponents/icons/legacy/topleft.svg +1 -0
  3075. package/dist/genesys-webcomponents/icons/legacy/topright.svg +1 -0
  3076. package/dist/genesys-webcomponents/icons/legacy/trashcan.svg +1 -0
  3077. package/dist/genesys-webcomponents/icons/legacy/triangle.svg +1 -0
  3078. package/dist/genesys-webcomponents/icons/legacy/twitter-white-on-blue.svg +1 -0
  3079. package/dist/genesys-webcomponents/icons/legacy/underline.svg +1 -0
  3080. package/dist/genesys-webcomponents/icons/legacy/undo.svg +1 -0
  3081. package/dist/genesys-webcomponents/icons/legacy/vert-container.svg +1 -0
  3082. package/dist/genesys-webcomponents/icons/legacy/viber-icon.svg +1 -0
  3083. package/dist/genesys-webcomponents/icons/legacy/video-alpha.svg +1 -0
  3084. package/dist/genesys-webcomponents/icons/legacy/video-off-alpha.svg +1 -0
  3085. package/dist/genesys-webcomponents/icons/legacy/video-off.svg +1 -0
  3086. package/dist/genesys-webcomponents/icons/legacy/video.svg +1 -0
  3087. package/dist/genesys-webcomponents/icons/legacy/voicemail.svg +1 -0
  3088. package/dist/genesys-webcomponents/icons/legacy/volume-down.svg +1 -0
  3089. package/dist/genesys-webcomponents/icons/legacy/volume-off-alt.svg +1 -0
  3090. package/dist/genesys-webcomponents/icons/legacy/volume-off.svg +1 -0
  3091. package/dist/genesys-webcomponents/icons/legacy/volume-up.svg +1 -0
  3092. package/dist/genesys-webcomponents/icons/legacy/warning.svg +1 -0
  3093. package/dist/genesys-webcomponents/icons/legacy/web.svg +1 -0
  3094. package/dist/genesys-webcomponents/icons/legacy/wechat.svg +1 -0
  3095. package/dist/genesys-webcomponents/icons/legacy/whatsapp.svg +1 -0
  3096. package/dist/genesys-webcomponents/icons/legacy/whistle.svg +1 -0
  3097. package/dist/genesys-webcomponents/icons/legacy/wordpress.svg +1 -0
  3098. package/dist/genesys-webcomponents/icons/legacy/wrap-up-code.svg +1 -0
  3099. package/dist/genesys-webcomponents/icons/legacy/youtube.svg +1 -0
  3100. package/dist/genesys-webcomponents/icons/line-messenger.svg +1 -0
  3101. package/dist/genesys-webcomponents/icons/link.svg +1 -0
  3102. package/dist/genesys-webcomponents/icons/linkedin.svg +1 -0
  3103. package/dist/genesys-webcomponents/icons/linux.svg +1 -0
  3104. package/dist/genesys-webcomponents/icons/lock-hold.svg +1 -0
  3105. package/dist/genesys-webcomponents/icons/lock.svg +1 -0
  3106. package/dist/genesys-webcomponents/icons/logout.svg +1 -0
  3107. package/dist/genesys-webcomponents/icons/low-bandwidth.svg +1 -0
  3108. package/dist/genesys-webcomponents/icons/lunch.svg +1 -0
  3109. package/dist/genesys-webcomponents/icons/menu-kebab-horizontal.svg +1 -0
  3110. package/dist/genesys-webcomponents/icons/menu-kebab-vertical.svg +1 -0
  3111. package/dist/genesys-webcomponents/icons/menu.svg +1 -0
  3112. package/dist/genesys-webcomponents/icons/message-email-outbound.svg +1 -0
  3113. package/dist/genesys-webcomponents/icons/message-email.svg +1 -0
  3114. package/dist/genesys-webcomponents/icons/message-forward.svg +1 -0
  3115. package/dist/genesys-webcomponents/icons/message-reply-all.svg +1 -0
  3116. package/dist/genesys-webcomponents/icons/message-reply.svg +1 -0
  3117. package/dist/genesys-webcomponents/icons/microphone-disable.svg +1 -0
  3118. package/dist/genesys-webcomponents/icons/microphone-talking.svg +1 -0
  3119. package/dist/genesys-webcomponents/icons/microphone.svg +1 -0
  3120. package/dist/genesys-webcomponents/icons/microsoft-teams.svg +1 -0
  3121. package/dist/genesys-webcomponents/icons/microsoft.svg +1 -0
  3122. package/dist/genesys-webcomponents/icons/moon.svg +1 -0
  3123. package/dist/genesys-webcomponents/icons/music.svg +1 -0
  3124. package/dist/genesys-webcomponents/icons/notes.svg +1 -0
  3125. package/dist/genesys-webcomponents/icons/notification.svg +1 -0
  3126. package/dist/genesys-webcomponents/icons/opera.svg +1 -0
  3127. package/dist/genesys-webcomponents/icons/paint.svg +1 -0
  3128. package/dist/genesys-webcomponents/icons/palette.svg +1 -0
  3129. package/dist/genesys-webcomponents/icons/paste.svg +1 -0
  3130. package/dist/genesys-webcomponents/icons/people.svg +1 -0
  3131. package/dist/genesys-webcomponents/icons/phone-bell.svg +1 -0
  3132. package/dist/genesys-webcomponents/icons/phone-call-directory.svg +12 -0
  3133. package/dist/genesys-webcomponents/icons/phone-call-history.svg +1 -0
  3134. package/dist/genesys-webcomponents/icons/phone-callback.svg +1 -0
  3135. package/dist/genesys-webcomponents/icons/phone-close.svg +1 -0
  3136. package/dist/genesys-webcomponents/icons/phone-conference.svg +1 -0
  3137. package/dist/genesys-webcomponents/icons/phone-dialpad.svg +1 -0
  3138. package/dist/genesys-webcomponents/icons/phone-disable.svg +1 -0
  3139. package/dist/genesys-webcomponents/icons/phone-forward.svg +1 -0
  3140. package/dist/genesys-webcomponents/icons/phone-hangup.svg +1 -0
  3141. package/dist/genesys-webcomponents/icons/phone-hold.svg +1 -0
  3142. package/dist/genesys-webcomponents/icons/phone-inbound.svg +1 -0
  3143. package/dist/genesys-webcomponents/icons/phone-missed-call.svg +1 -0
  3144. package/dist/genesys-webcomponents/icons/phone-notification-score.svg +1 -0
  3145. package/dist/genesys-webcomponents/icons/phone-outbound.svg +1 -0
  3146. package/dist/genesys-webcomponents/icons/phone-success.svg +1 -0
  3147. package/dist/genesys-webcomponents/icons/phone-voice.svg +1 -0
  3148. package/dist/genesys-webcomponents/icons/phone.svg +1 -0
  3149. package/dist/genesys-webcomponents/icons/pin-location.svg +1 -0
  3150. package/dist/genesys-webcomponents/icons/pin.svg +1 -0
  3151. package/dist/genesys-webcomponents/icons/post.svg +1 -0
  3152. package/dist/genesys-webcomponents/icons/product-logo-beyond.svg +1 -0
  3153. package/dist/genesys-webcomponents/icons/product-logo-g.svg +1 -0
  3154. package/dist/genesys-webcomponents/icons/quote-left.svg +1 -0
  3155. package/dist/genesys-webcomponents/icons/quote-right.svg +1 -0
  3156. package/dist/genesys-webcomponents/icons/radio-active.svg +1 -0
  3157. package/dist/genesys-webcomponents/icons/radio.svg +1 -0
  3158. package/dist/genesys-webcomponents/icons/rating-active.svg +1 -0
  3159. package/dist/genesys-webcomponents/icons/rating-partial.svg +1 -0
  3160. package/dist/genesys-webcomponents/icons/rating.svg +1 -0
  3161. package/dist/genesys-webcomponents/icons/record.svg +1 -0
  3162. package/dist/genesys-webcomponents/icons/refresh.svg +1 -0
  3163. package/dist/genesys-webcomponents/icons/reset.svg +1 -0
  3164. package/dist/genesys-webcomponents/icons/resource.svg +1 -0
  3165. package/dist/genesys-webcomponents/icons/retweet.svg +1 -0
  3166. package/dist/genesys-webcomponents/icons/roster-chat-disable.svg +1 -0
  3167. package/dist/genesys-webcomponents/icons/roster-chat.svg +1 -0
  3168. package/dist/genesys-webcomponents/icons/roster-email-disable.svg +1 -0
  3169. package/dist/genesys-webcomponents/icons/roster-email.svg +1 -0
  3170. package/dist/genesys-webcomponents/icons/roster-instagram-disable.svg +1 -0
  3171. package/dist/genesys-webcomponents/icons/roster-instagram.svg +1 -0
  3172. package/dist/genesys-webcomponents/icons/roster-line-disable.svg +1 -0
  3173. package/dist/genesys-webcomponents/icons/roster-line.svg +1 -0
  3174. package/dist/genesys-webcomponents/icons/roster-message-disable.svg +1 -0
  3175. package/dist/genesys-webcomponents/icons/roster-message.svg +1 -0
  3176. package/dist/genesys-webcomponents/icons/roster-messenger-disable.svg +1 -0
  3177. package/dist/genesys-webcomponents/icons/roster-messenger.svg +1 -0
  3178. package/dist/genesys-webcomponents/icons/roster-phone-disable.svg +1 -0
  3179. package/dist/genesys-webcomponents/icons/roster-phone.svg +1 -0
  3180. package/dist/genesys-webcomponents/icons/roster-sms-disable.svg +1 -0
  3181. package/dist/genesys-webcomponents/icons/roster-sms.svg +1 -0
  3182. package/dist/genesys-webcomponents/icons/roster-twitter-disable.svg +1 -0
  3183. package/dist/genesys-webcomponents/icons/roster-twitter.svg +1 -0
  3184. package/dist/genesys-webcomponents/icons/roster-wechat-disable.svg +1 -0
  3185. package/dist/genesys-webcomponents/icons/roster-wechat.svg +1 -0
  3186. package/dist/genesys-webcomponents/icons/roster-whatsapp-disable.svg +1 -0
  3187. package/dist/genesys-webcomponents/icons/roster-whatsapp.svg +1 -0
  3188. package/dist/genesys-webcomponents/icons/rss.svg +1 -0
  3189. package/dist/genesys-webcomponents/icons/run.svg +1 -0
  3190. package/dist/genesys-webcomponents/icons/safari.svg +1 -0
  3191. package/dist/genesys-webcomponents/icons/scripter.svg +1 -0
  3192. package/dist/genesys-webcomponents/icons/search.svg +1 -0
  3193. package/dist/genesys-webcomponents/icons/send.svg +1 -0
  3194. package/dist/genesys-webcomponents/icons/server.svg +1 -0
  3195. package/dist/genesys-webcomponents/icons/settings.svg +1 -0
  3196. package/dist/genesys-webcomponents/icons/share.svg +1 -0
  3197. package/dist/genesys-webcomponents/icons/shield-lock.svg +1 -0
  3198. package/dist/genesys-webcomponents/icons/shield-outline.svg +1 -0
  3199. package/dist/genesys-webcomponents/icons/shield-solid.svg +1 -0
  3200. package/dist/genesys-webcomponents/icons/site.svg +1 -0
  3201. package/dist/genesys-webcomponents/icons/skills.svg +1 -0
  3202. package/dist/genesys-webcomponents/icons/slideshare.svg +1 -0
  3203. package/dist/genesys-webcomponents/icons/sms-cancel.svg +1 -0
  3204. package/dist/genesys-webcomponents/icons/sms-close.svg +6 -0
  3205. package/dist/genesys-webcomponents/icons/sms.svg +1 -0
  3206. package/dist/genesys-webcomponents/icons/stamp.svg +1 -0
  3207. package/dist/genesys-webcomponents/icons/subtract-circle.svg +1 -0
  3208. package/dist/genesys-webcomponents/icons/subtract.svg +1 -0
  3209. package/dist/genesys-webcomponents/icons/sun.svg +1 -0
  3210. package/dist/genesys-webcomponents/icons/tag-add.svg +1 -0
  3211. package/dist/genesys-webcomponents/icons/tag-remove.svg +1 -0
  3212. package/dist/genesys-webcomponents/icons/tag.svg +1 -0
  3213. package/dist/genesys-webcomponents/icons/telegram.svg +1 -0
  3214. package/dist/genesys-webcomponents/icons/tenant.svg +1 -0
  3215. package/dist/genesys-webcomponents/icons/thumbs-down.svg +1 -0
  3216. package/dist/genesys-webcomponents/icons/thumbs-up.svg +1 -0
  3217. package/dist/genesys-webcomponents/icons/timeline.svg +1 -0
  3218. package/dist/genesys-webcomponents/icons/toolbar-apps-disable.svg +1 -0
  3219. package/dist/genesys-webcomponents/icons/toolbar-apps.svg +1 -0
  3220. package/dist/genesys-webcomponents/icons/toolbar-assist-disable.svg +1 -0
  3221. package/dist/genesys-webcomponents/icons/toolbar-assist.svg +1 -0
  3222. package/dist/genesys-webcomponents/icons/toolbar-chat-disable.svg +1 -0
  3223. package/dist/genesys-webcomponents/icons/toolbar-chat.svg +1 -0
  3224. package/dist/genesys-webcomponents/icons/toolbar-favorite.svg +11 -0
  3225. package/dist/genesys-webcomponents/icons/toolbar-favourite.svg +1 -0
  3226. package/dist/genesys-webcomponents/icons/toolbar-help.svg +1 -0
  3227. package/dist/genesys-webcomponents/icons/toolbar-inbox.svg +1 -0
  3228. package/dist/genesys-webcomponents/icons/toolbar-interactions-disable.svg +1 -0
  3229. package/dist/genesys-webcomponents/icons/toolbar-interactions.svg +1 -0
  3230. package/dist/genesys-webcomponents/icons/toolbar-notification.svg +1 -0
  3231. package/dist/genesys-webcomponents/icons/toolbar-phone-active-1.svg +1 -0
  3232. package/dist/genesys-webcomponents/icons/toolbar-phone-active-2.svg +1 -0
  3233. package/dist/genesys-webcomponents/icons/toolbar-phone-active-3.svg +1 -0
  3234. package/dist/genesys-webcomponents/icons/toolbar-phone-disable-.svg +1 -0
  3235. package/dist/genesys-webcomponents/icons/toolbar-phone-disable.svg +12 -0
  3236. package/dist/genesys-webcomponents/icons/toolbar-phone.svg +1 -0
  3237. package/dist/genesys-webcomponents/icons/toolbar-video-disable.svg +1 -0
  3238. package/dist/genesys-webcomponents/icons/toolbar-video.svg +1 -0
  3239. package/dist/genesys-webcomponents/icons/trade.svg +1 -0
  3240. package/dist/genesys-webcomponents/icons/transfer.svg +1 -0
  3241. package/dist/genesys-webcomponents/icons/twitter.svg +1 -0
  3242. package/dist/genesys-webcomponents/icons/unknown.svg +1 -0
  3243. package/dist/genesys-webcomponents/icons/unlink.svg +1 -0
  3244. package/dist/genesys-webcomponents/icons/unlock.svg +1 -0
  3245. package/dist/genesys-webcomponents/icons/upload.svg +1 -0
  3246. package/dist/genesys-webcomponents/icons/user-add.svg +1 -0
  3247. package/dist/genesys-webcomponents/icons/user-circle.svg +1 -0
  3248. package/dist/genesys-webcomponents/icons/user-contact-id.svg +1 -0
  3249. package/dist/genesys-webcomponents/icons/user-directory.svg +1 -0
  3250. package/dist/genesys-webcomponents/icons/user-group.svg +1 -0
  3251. package/dist/genesys-webcomponents/icons/user-interactions copy.svg +1 -0
  3252. package/dist/genesys-webcomponents/icons/user-interactions-disable.svg +9 -0
  3253. package/dist/genesys-webcomponents/icons/user-interactions.svg +1 -0
  3254. package/dist/genesys-webcomponents/icons/user.svg +1 -0
  3255. package/dist/genesys-webcomponents/icons/viber.svg +1 -0
  3256. package/dist/genesys-webcomponents/icons/video-disable.svg +1 -0
  3257. package/dist/genesys-webcomponents/icons/video.svg +1 -0
  3258. package/dist/genesys-webcomponents/icons/view-all.svg +1 -0
  3259. package/dist/genesys-webcomponents/icons/view-cells.svg +1 -0
  3260. package/dist/genesys-webcomponents/icons/view-grid.svg +1 -0
  3261. package/dist/genesys-webcomponents/icons/view-list.svg +1 -0
  3262. package/dist/genesys-webcomponents/icons/view-lists.svg +1 -0
  3263. package/dist/genesys-webcomponents/icons/view-roster.svg +1 -0
  3264. package/dist/genesys-webcomponents/icons/view-stacked.svg +1 -0
  3265. package/dist/genesys-webcomponents/icons/voicemail.svg +1 -0
  3266. package/dist/genesys-webcomponents/icons/volume-disable.svg +1 -0
  3267. package/dist/genesys-webcomponents/icons/volume-down.svg +1 -0
  3268. package/dist/genesys-webcomponents/icons/volume-none.svg +1 -0
  3269. package/dist/genesys-webcomponents/icons/volume-up.svg +1 -0
  3270. package/dist/genesys-webcomponents/icons/web.svg +1 -0
  3271. package/dist/genesys-webcomponents/icons/webcam-disable.svg +1 -0
  3272. package/dist/genesys-webcomponents/icons/webcam.svg +1 -0
  3273. package/dist/genesys-webcomponents/icons/wechat.svg +1 -0
  3274. package/dist/genesys-webcomponents/icons/whatsapp.svg +1 -0
  3275. package/dist/genesys-webcomponents/icons/window-actual-size.svg +1 -0
  3276. package/dist/genesys-webcomponents/icons/window-contract.svg +1 -0
  3277. package/dist/genesys-webcomponents/icons/window-drag-out.svg +1 -0
  3278. package/dist/genesys-webcomponents/icons/window-expand.svg +7 -0
  3279. package/dist/genesys-webcomponents/icons/window-fullscreen.svg +1 -0
  3280. package/dist/genesys-webcomponents/icons/window-popout.svg +1 -0
  3281. package/dist/genesys-webcomponents/icons/wordpress.svg +1 -0
  3282. package/dist/genesys-webcomponents/icons/youtube.svg +1 -0
  3283. package/dist/genesys-webcomponents/icons/zoom-in.svg +1 -0
  3284. package/dist/genesys-webcomponents/icons/zoom-out.svg +1 -0
  3285. package/dist/genesys-webcomponents/index.esm.js +0 -0
  3286. package/dist/genesys-webcomponents/less/color-palette.less +101 -0
  3287. package/dist/genesys-webcomponents/less/shadows.less +13 -0
  3288. package/dist/genesys-webcomponents/less/spacing.less +12 -0
  3289. package/dist/genesys-webcomponents/less/typography.less +196 -0
  3290. package/dist/genesys-webcomponents/p-0074384c.js +1 -0
  3291. package/dist/genesys-webcomponents/p-00ae6570.entry.js +1 -0
  3292. package/dist/genesys-webcomponents/p-020b6498.js +7 -0
  3293. package/dist/genesys-webcomponents/p-02a7a8fc.entry.js +1 -0
  3294. package/dist/genesys-webcomponents/p-02bac64a.entry.js +1 -0
  3295. package/dist/genesys-webcomponents/p-04a5fb3d.entry.js +1 -0
  3296. package/dist/genesys-webcomponents/p-05d2df0c.entry.js +1 -0
  3297. package/dist/genesys-webcomponents/p-076cb468.entry.js +1 -0
  3298. package/dist/genesys-webcomponents/p-090afd14.entry.js +1 -0
  3299. package/dist/genesys-webcomponents/p-094ab47c.entry.js +1 -0
  3300. package/dist/genesys-webcomponents/p-0cb61296.entry.js +1 -0
  3301. package/dist/genesys-webcomponents/p-0d7692bf.entry.js +1 -0
  3302. package/dist/genesys-webcomponents/p-0f9e7703.entry.js +1 -0
  3303. package/dist/genesys-webcomponents/p-112455b1.js +1 -0
  3304. package/dist/genesys-webcomponents/p-12a15b70.entry.js +1 -0
  3305. package/dist/genesys-webcomponents/p-169c297c.entry.js +1 -0
  3306. package/dist/genesys-webcomponents/p-17fc6962.js +1 -0
  3307. package/dist/genesys-webcomponents/p-1d4ff291.entry.js +1 -0
  3308. package/dist/genesys-webcomponents/p-1da43f83.entry.js +1 -0
  3309. package/dist/genesys-webcomponents/p-24946167.js +1 -0
  3310. package/dist/genesys-webcomponents/p-24f0cb35.entry.js +1 -0
  3311. package/dist/genesys-webcomponents/p-264bf172.entry.js +1 -0
  3312. package/dist/genesys-webcomponents/p-2745396a.entry.js +1 -0
  3313. package/dist/genesys-webcomponents/p-29e8b184.js +1 -0
  3314. package/dist/genesys-webcomponents/p-2a283e23.entry.js +1 -0
  3315. package/dist/genesys-webcomponents/p-2c3d934a.js +1 -0
  3316. package/dist/genesys-webcomponents/p-2c957b5c.entry.js +1 -0
  3317. package/dist/genesys-webcomponents/p-2ca7c645.entry.js +1 -0
  3318. package/dist/genesys-webcomponents/p-2e5fcc1d.entry.js +1 -0
  3319. package/dist/genesys-webcomponents/p-30a13b1f.entry.js +1 -0
  3320. package/dist/genesys-webcomponents/p-3184268e.js +1 -0
  3321. package/dist/genesys-webcomponents/p-34eeef98.entry.js +1 -0
  3322. package/dist/genesys-webcomponents/p-35fec75a.entry.js +1 -0
  3323. package/dist/genesys-webcomponents/p-376aa6e8.entry.js +1 -0
  3324. package/dist/genesys-webcomponents/p-3ab8ad28.entry.js +1 -0
  3325. package/dist/genesys-webcomponents/p-42649fa4.entry.js +1 -0
  3326. package/dist/genesys-webcomponents/p-43416706.entry.js +1 -0
  3327. package/dist/genesys-webcomponents/p-4a53155b.entry.js +1 -0
  3328. package/dist/genesys-webcomponents/p-4ac1be7c.entry.js +1 -0
  3329. package/dist/genesys-webcomponents/p-4bbb5703.entry.js +1 -0
  3330. package/dist/genesys-webcomponents/p-4c66f794.js +1 -0
  3331. package/dist/genesys-webcomponents/p-4dc6133b.entry.js +1 -0
  3332. package/dist/genesys-webcomponents/p-4f26144b.js +1 -0
  3333. package/dist/genesys-webcomponents/p-4fe46977.entry.js +1 -0
  3334. package/dist/genesys-webcomponents/p-5215d318.entry.js +1 -0
  3335. package/dist/genesys-webcomponents/p-53b88f3b.entry.js +1 -0
  3336. package/dist/genesys-webcomponents/p-56041709.entry.js +1 -0
  3337. package/dist/genesys-webcomponents/p-57cd1996.entry.js +1 -0
  3338. package/dist/genesys-webcomponents/p-5ac4e2cf.js +1 -0
  3339. package/dist/genesys-webcomponents/p-5b420416.entry.js +1 -0
  3340. package/dist/genesys-webcomponents/p-5bcae09f.entry.js +1 -0
  3341. package/dist/genesys-webcomponents/p-5cacdfc9.js +1 -0
  3342. package/dist/genesys-webcomponents/p-5e12997d.entry.js +1 -0
  3343. package/dist/genesys-webcomponents/p-6097fb17.entry.js +1 -0
  3344. package/dist/genesys-webcomponents/p-61c0d6d8.entry.js +1 -0
  3345. package/dist/genesys-webcomponents/p-66fa437b.entry.js +1 -0
  3346. package/dist/genesys-webcomponents/p-68624cb5.entry.js +1 -0
  3347. package/dist/genesys-webcomponents/p-69497597.entry.js +1 -0
  3348. package/dist/genesys-webcomponents/p-69dc9e5c.entry.js +26 -0
  3349. package/dist/genesys-webcomponents/p-6cd1bb9d.entry.js +1 -0
  3350. package/dist/genesys-webcomponents/p-6dd081f6.entry.js +1 -0
  3351. package/dist/genesys-webcomponents/p-6e1432f6.entry.js +1 -0
  3352. package/dist/genesys-webcomponents/p-730c94fe.entry.js +1 -0
  3353. package/dist/genesys-webcomponents/p-767b76c1.entry.js +1 -0
  3354. package/dist/genesys-webcomponents/p-767fc0c6.js +1 -0
  3355. package/dist/genesys-webcomponents/p-76ff3e75.js +1 -0
  3356. package/dist/genesys-webcomponents/p-77b7b430.entry.js +1 -0
  3357. package/dist/genesys-webcomponents/p-793d226b.entry.js +1 -0
  3358. package/dist/genesys-webcomponents/p-7c9ef3d3.entry.js +1 -0
  3359. package/dist/genesys-webcomponents/p-7e954e77.entry.js +1 -0
  3360. package/dist/genesys-webcomponents/p-83bf98a2.entry.js +1 -0
  3361. package/dist/genesys-webcomponents/p-845b5c58.entry.js +1 -0
  3362. package/dist/genesys-webcomponents/p-8478e8d4.entry.js +1 -0
  3363. package/dist/genesys-webcomponents/p-848f17f7.entry.js +1 -0
  3364. package/dist/genesys-webcomponents/p-86329312.entry.js +1 -0
  3365. package/dist/genesys-webcomponents/p-88ce9287.entry.js +1 -0
  3366. package/dist/genesys-webcomponents/p-8a133b9b.js +1 -0
  3367. package/dist/genesys-webcomponents/p-8fe7daff.js +1 -0
  3368. package/dist/genesys-webcomponents/p-90ddee40.entry.js +1 -0
  3369. package/dist/genesys-webcomponents/p-971515b3.entry.js +1 -0
  3370. package/dist/genesys-webcomponents/p-9884f1bc.entry.js +1 -0
  3371. package/dist/genesys-webcomponents/p-9dd4b14a.js +1 -0
  3372. package/dist/genesys-webcomponents/p-a02c3341.js +1 -0
  3373. package/dist/genesys-webcomponents/p-a146f73a.entry.js +1 -0
  3374. package/dist/genesys-webcomponents/p-a45aabeb.entry.js +1 -0
  3375. package/dist/genesys-webcomponents/p-a6257c98.js +1 -0
  3376. package/dist/genesys-webcomponents/p-a7335da9.entry.js +1 -0
  3377. package/dist/genesys-webcomponents/p-ab97a69b.entry.js +1 -0
  3378. package/dist/genesys-webcomponents/p-af07eb6a.entry.js +1 -0
  3379. package/dist/genesys-webcomponents/p-af91699a.entry.js +1 -0
  3380. package/dist/genesys-webcomponents/p-b80b9692.entry.js +1 -0
  3381. package/dist/genesys-webcomponents/p-b9093ec5.entry.js +1 -0
  3382. package/dist/genesys-webcomponents/p-bcf8afa0.entry.js +1 -0
  3383. package/dist/genesys-webcomponents/p-bd07d653.entry.js +1 -0
  3384. package/dist/genesys-webcomponents/p-c0150350.entry.js +1 -0
  3385. package/dist/genesys-webcomponents/p-c10e41a9.js +1 -0
  3386. package/dist/genesys-webcomponents/p-c72acc43.entry.js +1 -0
  3387. package/dist/genesys-webcomponents/p-c7e8a8db.entry.js +1 -0
  3388. package/dist/genesys-webcomponents/p-c879efbe.entry.js +1 -0
  3389. package/dist/genesys-webcomponents/p-cbaa4d95.entry.js +1 -0
  3390. package/dist/genesys-webcomponents/p-cbcbd1bb.js +1 -0
  3391. package/dist/genesys-webcomponents/p-cbd1b9dc.js +1 -0
  3392. package/dist/genesys-webcomponents/p-ce9e2d12.entry.js +1 -0
  3393. package/dist/genesys-webcomponents/p-d044165f.entry.js +1 -0
  3394. package/dist/genesys-webcomponents/p-d176c2ae.js +1 -0
  3395. package/dist/genesys-webcomponents/p-d1b05bed.entry.js +1 -0
  3396. package/dist/genesys-webcomponents/p-d6684dfc.entry.js +1 -0
  3397. package/dist/genesys-webcomponents/p-d69abb33.entry.js +1 -0
  3398. package/dist/genesys-webcomponents/p-d6bbc0cc.entry.js +1 -0
  3399. package/dist/genesys-webcomponents/p-d78d7ed3.entry.js +1 -0
  3400. package/dist/genesys-webcomponents/p-d8879ed5.entry.js +1 -0
  3401. package/dist/genesys-webcomponents/p-d9c3f07f.js +1 -0
  3402. package/dist/genesys-webcomponents/p-dbf35e0c.entry.js +1 -0
  3403. package/dist/genesys-webcomponents/p-e2bea786.js +1 -0
  3404. package/dist/genesys-webcomponents/p-e983e68c.js +1 -0
  3405. package/dist/genesys-webcomponents/p-e9984218.entry.js +1 -0
  3406. package/dist/genesys-webcomponents/p-ed4e1d83.entry.js +1 -0
  3407. package/dist/genesys-webcomponents/p-ed5ba627.entry.js +1 -0
  3408. package/dist/genesys-webcomponents/p-edd88373.entry.js +1 -0
  3409. package/dist/genesys-webcomponents/p-f3a85e5d.entry.js +1 -0
  3410. package/dist/genesys-webcomponents/p-f5568e45.entry.js +1 -0
  3411. package/dist/genesys-webcomponents/p-f66e2431.entry.js +1 -0
  3412. package/dist/genesys-webcomponents/p-f86e6619.entry.js +1 -0
  3413. package/dist/genesys-webcomponents/p-fad3808b.entry.js +1 -0
  3414. package/dist/genesys-webcomponents/p-ffce687e.entry.js +1 -0
  3415. package/dist/index.cjs.js +1 -0
  3416. package/dist/index.js +1 -0
  3417. package/dist/loader/cdn.js +3 -0
  3418. package/dist/loader/index.cjs.js +3 -0
  3419. package/dist/loader/index.d.ts +12 -0
  3420. package/dist/loader/index.es2017.js +3 -0
  3421. package/dist/loader/index.js +4 -0
  3422. package/dist/loader/package.json +10 -0
  3423. package/dist/stencil-wrapper.js +17 -0
  3424. package/dist/types/common-enums.d.ts +17 -0
  3425. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +24 -0
  3426. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +1 -0
  3427. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +12 -0
  3428. package/dist/types/components/beta/gux-card/gux-card.d.ts +14 -0
  3429. package/dist/types/components/beta/gux-card/gux-card.types.d.ts +1 -0
  3430. package/dist/types/components/beta/gux-chart-column/gux-chart-column.d.ts +49 -0
  3431. package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +22 -0
  3432. package/dist/types/components/beta/gux-chart-donut/gux-chart-donut.d.ts +24 -0
  3433. package/dist/types/components/beta/gux-chart-line/gux-chart-line.d.ts +48 -0
  3434. package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +22 -0
  3435. package/dist/types/components/beta/gux-chart-pie/gux-chart-pie.d.ts +23 -0
  3436. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +9 -0
  3437. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +26 -0
  3438. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +11 -0
  3439. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +4 -0
  3440. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu.d.ts +4 -0
  3441. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +31 -0
  3442. package/dist/types/components/beta/gux-popover-list/gux-popover-list.d.ts +38 -0
  3443. package/dist/types/components/beta/gux-popover-list/gux-popover-list.types.d.ts +1 -0
  3444. package/dist/types/components/beta/gux-table/gux-all-row-select/gux-all-row-select.d.ts +13 -0
  3445. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +11 -0
  3446. package/dist/types/components/beta/gux-table/gux-table.d.ts +111 -0
  3447. package/dist/types/components/beta/gux-table/gux-table.types.d.ts +12 -0
  3448. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +40 -0
  3449. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +1 -0
  3450. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +39 -0
  3451. package/dist/types/components/beta/gux-visualization/gux-visualization.d.ts +17 -0
  3452. package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +22 -0
  3453. package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.d.ts +31 -0
  3454. package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.service.d.ts +4 -0
  3455. package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.types.d.ts +5 -0
  3456. package/dist/types/components/legacy/gux-action-button-legacy/gux-action-button.d.ts +50 -0
  3457. package/dist/types/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.d.ts +12 -0
  3458. package/dist/types/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.d.ts +4 -0
  3459. package/dist/types/components/legacy/gux-action-list-legacy/gux-action-list.d.ts +23 -0
  3460. package/dist/types/components/legacy/gux-button-multi-legacy/gux-button-multi.d.ts +40 -0
  3461. package/dist/types/components/legacy/gux-command-palette-legacy/gux-command-action/gux-command-action.d.ts +33 -0
  3462. package/dist/types/components/legacy/gux-command-palette-legacy/gux-command-palette.d.ts +37 -0
  3463. package/dist/types/components/legacy/gux-dropdown-legacy/gux-dropdown.d.ts +56 -0
  3464. package/dist/types/components/legacy/gux-dropdown-legacy/gux-dropdown.e2eelement.d.ts +12 -0
  3465. package/dist/types/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.d.ts +36 -0
  3466. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.d.ts +8 -0
  3467. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/colors.d.ts +1 -0
  3468. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.d.ts +13 -0
  3469. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-input-color-option/gux-input-color-option.d.ts +17 -0
  3470. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.d.ts +25 -0
  3471. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.d.ts +23 -0
  3472. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.d.ts +8 -0
  3473. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.d.ts +28 -0
  3474. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.d.ts +19 -0
  3475. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.d.ts +13 -0
  3476. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.d.ts +19 -0
  3477. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.d.ts +15 -0
  3478. package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.types.d.ts +1 -0
  3479. package/dist/types/components/legacy/gux-form-field-legacy/gux-form-field.d.ts +44 -0
  3480. package/dist/types/components/legacy/gux-form-field-legacy/gux-form-field.types.d.ts +2 -0
  3481. package/dist/types/components/legacy/gux-list-legacy/gux-list.d.ts +53 -0
  3482. package/dist/types/components/legacy/gux-list-legacy/list-divider/gux-list-divider.d.ts +4 -0
  3483. package/dist/types/components/legacy/gux-list-legacy/list-item/gux-list-item.d.ts +25 -0
  3484. package/dist/types/components/legacy/gux-panel-frame-legacy/gux-panel-frame.d.ts +12 -0
  3485. package/dist/types/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.d.ts +8 -0
  3486. package/dist/types/components/legacy/gux-side-panel-legacy/gux-side-panel.d.ts +16 -0
  3487. package/dist/types/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.d.ts +11 -0
  3488. package/dist/types/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.d.ts +28 -0
  3489. package/dist/types/components/legacy/gux-tabs-legacy/gux-tabs-legacy.d.ts +54 -0
  3490. package/dist/types/components/legacy/gux-text-label-legacy/gux-text-label.d.ts +19 -0
  3491. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +15 -0
  3492. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -0
  3493. package/dist/types/components/stable/gux-accordion/gux-accordion.d.ts +10 -0
  3494. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +52 -0
  3495. package/dist/types/components/stable/gux-action-toast/gux-action-toast.d.ts +13 -0
  3496. package/dist/types/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.d.ts +50 -0
  3497. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +68 -0
  3498. package/dist/types/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.d.ts +10 -0
  3499. package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.d.ts +10 -0
  3500. package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.types.d.ts +1 -0
  3501. package/dist/types/components/stable/gux-button/gux-button.d.ts +24 -0
  3502. package/dist/types/components/stable/gux-button/gux-button.types.d.ts +2 -0
  3503. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +42 -0
  3504. package/dist/types/components/stable/gux-calendar/gux-calendar.d.ts +72 -0
  3505. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +9 -0
  3506. package/dist/types/components/stable/gux-content-search/gux-content-search.d.ts +43 -0
  3507. package/dist/types/components/stable/gux-datepicker/gux-datepicker.d.ts +117 -0
  3508. package/dist/types/components/stable/gux-datepicker/gux-datepicker.service.d.ts +17 -0
  3509. package/dist/types/components/stable/gux-datepicker/gux-datepicker.types.d.ts +6 -0
  3510. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +34 -0
  3511. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.types.d.ts +1 -0
  3512. package/dist/types/components/stable/gux-dismiss-button/gux-dismiss-button.d.ts +7 -0
  3513. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +47 -0
  3514. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +18 -0
  3515. package/dist/types/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.d.ts +26 -0
  3516. package/dist/types/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.d.ts +33 -0
  3517. package/dist/types/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.d.ts +18 -0
  3518. package/dist/types/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.d.ts +42 -0
  3519. package/dist/types/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.d.ts +28 -0
  3520. package/dist/types/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.d.ts +26 -0
  3521. package/dist/types/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.d.ts +28 -0
  3522. package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.d.ts +31 -0
  3523. package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.types.d.ts +1 -0
  3524. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.d.ts +7 -0
  3525. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.d.ts +6 -0
  3526. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.d.ts +8 -0
  3527. package/dist/types/components/stable/gux-form-field/gux-form-field.servce.d.ts +6 -0
  3528. package/dist/types/components/stable/gux-form-field/gux-form-field.types.d.ts +1 -0
  3529. package/dist/types/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.d.ts +7 -0
  3530. package/dist/types/components/stable/gux-icon/gux-icon.d.ts +25 -0
  3531. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +3 -0
  3532. package/dist/types/components/stable/gux-icon/icon-name-map.d.ts +1 -0
  3533. package/dist/types/components/stable/gux-icon/legacy-icon-names.d.ts +1 -0
  3534. package/dist/types/components/stable/gux-list/gux-list-divider/gux-list-divider.d.ts +4 -0
  3535. package/dist/types/components/stable/gux-list/gux-list-item/gux-list-item.d.ts +9 -0
  3536. package/dist/types/components/stable/gux-list/gux-list.d.ts +9 -0
  3537. package/dist/types/components/stable/gux-list/gux-list.service.d.ts +4 -0
  3538. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +27 -0
  3539. package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +12 -0
  3540. package/dist/types/components/stable/gux-listbox/gux-option/gux-option.d.ts +15 -0
  3541. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +37 -0
  3542. package/dist/types/components/stable/gux-modal/gux-modal.types.d.ts +1 -0
  3543. package/dist/types/components/stable/gux-notification-toast/gux-notification-toast.d.ts +18 -0
  3544. package/dist/types/components/stable/gux-notification-toast/gux-notification-toast.types.d.ts +1 -0
  3545. package/dist/types/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.d.ts +11 -0
  3546. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +9 -0
  3547. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +26 -0
  3548. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +12 -0
  3549. package/dist/types/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.d.ts +13 -0
  3550. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +35 -0
  3551. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +6 -0
  3552. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +11 -0
  3553. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.types.d.ts +1 -0
  3554. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +38 -0
  3555. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +1 -0
  3556. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +16 -0
  3557. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.d.ts +17 -0
  3558. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.types.d.ts +1 -0
  3559. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +25 -0
  3560. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +18 -0
  3561. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +5 -0
  3562. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +1 -0
  3563. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +17 -0
  3564. package/dist/types/components/stable/gux-simple-toast/gux-simple-toast.d.ts +17 -0
  3565. package/dist/types/components/stable/gux-simple-toast/gux-simple-toast.types.d.ts +1 -0
  3566. package/dist/types/components/stable/gux-switch/gux-switch-item/gux-switch-item.d.ts +8 -0
  3567. package/dist/types/components/stable/gux-switch/gux-switch.d.ts +16 -0
  3568. package/dist/types/components/stable/gux-switch/gux-switch.types.d.ts +1 -0
  3569. package/dist/types/components/stable/gux-tabs/gux-tab/gux-tab.d.ts +22 -0
  3570. package/dist/types/components/stable/gux-tabs/gux-tab-list/gux-tab-list.d.ts +36 -0
  3571. package/dist/types/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.d.ts +15 -0
  3572. package/dist/types/components/stable/gux-tabs/gux-tabs-types.d.ts +2 -0
  3573. package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +30 -0
  3574. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +46 -0
  3575. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +80 -0
  3576. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.d.ts +9 -0
  3577. package/dist/types/components/stable/gux-tabs-advanced/gux-tabs-advanced.d.ts +21 -0
  3578. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +22 -0
  3579. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.types.d.ts +1 -0
  3580. package/dist/types/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.d.ts +11 -0
  3581. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +25 -0
  3582. package/dist/types/components/stable/gux-toggle/gux-toggle.types.d.ts +1 -0
  3583. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +34 -0
  3584. package/dist/types/components/stable/gux-tooltip-title/gux-tooltip-title.d.ts +25 -0
  3585. package/dist/types/components.d.ts +3327 -0
  3586. package/dist/types/i18n/fetchResources.d.ts +11 -0
  3587. package/dist/types/i18n/index.d.ts +10 -0
  3588. package/dist/types/index.d.ts +3 -0
  3589. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  3590. package/dist/types/stencil-wrapper.d.ts +1 -0
  3591. package/dist/types/typings.d.ts +4 -0
  3592. package/dist/types/usage-tracking.d.ts +24 -0
  3593. package/dist/types/utils/array/async-filter.d.ts +1 -0
  3594. package/dist/types/utils/date/from-iso-time-string.d.ts +10 -0
  3595. package/dist/types/utils/date/iso-dates.d.ts +4 -0
  3596. package/dist/types/utils/decorator/on-click-outside.d.ts +11 -0
  3597. package/dist/types/utils/decorator/on-mutation.d.ts +4 -0
  3598. package/dist/types/utils/dom/event-is-from.d.ts +4 -0
  3599. package/dist/types/utils/dom/get-closest-element.d.ts +1 -0
  3600. package/dist/types/utils/dom/has-slot.d.ts +1 -0
  3601. package/dist/types/utils/dom/manipulate-elements-classes.d.ts +2 -0
  3602. package/dist/types/utils/dom/on-attribute-change.d.ts +3 -0
  3603. package/dist/types/utils/dom/on-mutation.d.ts +1 -0
  3604. package/dist/types/utils/dom/prevent-browser-validation-styling.d.ts +1 -0
  3605. package/dist/types/utils/dom/random-html-id.d.ts +1 -0
  3606. package/dist/types/utils/dom/set-input-value.d.ts +1 -0
  3607. package/dist/types/utils/dom/simulate-native-event.d.ts +1 -0
  3608. package/dist/types/utils/dom/when-event-is-from.d.ts +10 -0
  3609. package/dist/types/utils/error/log-error.d.ts +2 -0
  3610. package/dist/types/utils/number/clamp.d.ts +1 -0
  3611. package/dist/types/utils/string/search.d.ts +2 -0
  3612. package/dist/types/utils/theme/color-palette.d.ts +1 -0
  3613. package/package.json +226 -0
@@ -0,0 +1,196 @@
1
+ /*
2
+ * Typography styles and mixins.
3
+ */
4
+
5
+ // Variables part
6
+ @body-font-line-height: 20px;
7
+
8
+ /* Base typography */
9
+
10
+ body,
11
+ .body-font {
12
+ .base-font();
13
+
14
+ font-size: 12px;
15
+ line-height: @body-font-line-height;
16
+ }
17
+
18
+ .body-font-bold {
19
+ .body-font();
20
+ .bold-font();
21
+ }
22
+
23
+ /* Headings */
24
+
25
+ h1,
26
+ .h1 {
27
+ .light-font();
28
+
29
+ font-size: 24px;
30
+ line-height: 32px;
31
+ }
32
+
33
+ h2,
34
+ .h2 {
35
+ .light-font();
36
+
37
+ font-size: 18px;
38
+ line-height: 24px;
39
+ }
40
+
41
+ h3,
42
+ .h3 {
43
+ .bold-font();
44
+
45
+ font-size: 14px;
46
+ line-height: 20px;
47
+ }
48
+
49
+ h4,
50
+ .h4,
51
+ h5,
52
+ .h5,
53
+ h6,
54
+ .h6 {
55
+ .base-font();
56
+
57
+ font-size: 14px;
58
+ line-height: 20px;
59
+ }
60
+
61
+ /* Custom Styles */
62
+
63
+ .gux-large-text {
64
+ .base-font();
65
+
66
+ font-size: 14px;
67
+ line-height: 24px;
68
+ }
69
+
70
+ .gux-small-text {
71
+ .base-font();
72
+
73
+ font-size: 11px;
74
+ line-height: 16px;
75
+ }
76
+
77
+ .gux-label {
78
+ .bold-font();
79
+
80
+ font-size: 12px;
81
+ line-height: 16px;
82
+ }
83
+
84
+ .gux-sr-only {
85
+ position: absolute;
86
+ top: auto;
87
+ left: -10000px;
88
+ width: 1px;
89
+ height: 1px;
90
+ overflow: hidden;
91
+ }
92
+
93
+ .gux-sr-only-clip {
94
+ &:not(:focus):not(:active) {
95
+ position: absolute;
96
+ width: 1px;
97
+ height: 1px;
98
+ overflow: hidden;
99
+ clip: rect(0 0 0 0);
100
+ clip-path: inset(50%);
101
+ white-space: nowrap;
102
+ }
103
+ }
104
+
105
+ /* Helpers */
106
+
107
+ .base-font() {
108
+ font-family: Roboto, sans-serif;
109
+ font-weight: 400;
110
+ }
111
+
112
+ .light-font() {
113
+ .base-font();
114
+
115
+ font-weight: 300;
116
+ }
117
+
118
+ .bold-font() {
119
+ .base-font();
120
+
121
+ font-weight: 700;
122
+ }
123
+
124
+ /* Font Definitions. */
125
+
126
+ /* From: https://google-webfonts-helper.herokuapp.com */
127
+
128
+ /* roboto-300 - latin */
129
+ @font-face {
130
+ font-family: Roboto;
131
+ font-style: normal;
132
+ font-weight: 300;
133
+ src: url('./fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
134
+ src: local('Roboto Light'), local('Roboto-Light'),
135
+ url('./fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'),
136
+ /* IE6-IE8 */ url('./fonts/roboto-v20-latin-300.woff2') format('woff2'),
137
+ /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-300.woff')
138
+ format('woff'),
139
+ /* Modern Browsers */ url('./fonts/roboto-v20-latin-300.ttf')
140
+ format('truetype'),
141
+ /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-300.svg#Roboto')
142
+ format('svg'); /* Legacy iOS */
143
+ }
144
+
145
+ /* roboto-regular - latin */
146
+ @font-face {
147
+ font-family: Roboto;
148
+ font-style: normal;
149
+ font-weight: 400;
150
+ src: url('./fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
151
+ src: local('Roboto'), local('Roboto-Regular'),
152
+ url('./fonts/roboto-v20-latin-regular.eot?#iefix')
153
+ format('embedded-opentype'),
154
+ /* IE6-IE8 */ url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'),
155
+ /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-regular.woff')
156
+ format('woff'),
157
+ /* Modern Browsers */ url('./fonts/roboto-v20-latin-regular.ttf')
158
+ format('truetype'),
159
+ /* Safari, Android, iOS */
160
+ url('./fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
161
+ }
162
+
163
+ /* roboto-italic - latin */
164
+ @font-face {
165
+ font-family: Roboto;
166
+ font-style: italic;
167
+ font-weight: 400;
168
+ src: url('./fonts/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
169
+ src: local('Roboto Italic'), local('Roboto-Italic'),
170
+ url('./fonts/roboto-v20-latin-italic.eot?#iefix')
171
+ format('embedded-opentype'),
172
+ /* IE6-IE8 */ url('./fonts/roboto-v20-latin-italic.woff2') format('woff2'),
173
+ /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-italic.woff')
174
+ format('woff'),
175
+ /* Modern Browsers */ url('./fonts/roboto-v20-latin-italic.ttf')
176
+ format('truetype'),
177
+ /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-italic.svg#Roboto')
178
+ format('svg'); /* Legacy iOS */
179
+ }
180
+
181
+ /* roboto-700 - latin */
182
+ @font-face {
183
+ font-family: Roboto;
184
+ font-style: normal;
185
+ font-weight: 700;
186
+ src: url('./fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
187
+ src: local('Roboto Bold'), local('Roboto-Bold'),
188
+ url('./fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
189
+ /* IE6-IE8 */ url('./fonts/roboto-v20-latin-700.woff2') format('woff2'),
190
+ /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-700.woff')
191
+ format('woff'),
192
+ /* Modern Browsers */ url('./fonts/roboto-v20-latin-700.ttf')
193
+ format('truetype'),
194
+ /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-700.svg#Roboto')
195
+ format('svg'); /* Legacy iOS */
196
+ }
@@ -0,0 +1 @@
1
+ import{h as i}from"./p-767fc0c6.js";const o=({labelPosition:o},e)=>i("div",{class:{"gux-form-field-container":!0,[`gux-${o}`]:!0}},e),e=({position:o,required:e},r)=>i("div",{class:{"gux-form-field-label":!0,[`gux-${o}`]:!0,"gux-required":e}},r);export{e as G,o as a}
@@ -0,0 +1 @@
1
+ import{r as o,h as t}from"./p-767fc0c6.js";const n=class{constructor(t){o(this,t)}render(){return t("button",{class:"tab-dropdown-option"},t("gux-icon",{"icon-name":this.iconName,decorative:!0}),t("span",null,t("slot",null)))}};n.style="gux-tab-dropdown-option-legacy .tab-dropdown-option{display:flex;align-items:center;width:120px;height:36px;padding:0;font-size:12px;cursor:pointer;background:none;border:none;transition:color 0.25s, background-color 0.25s}gux-tab-dropdown-option-legacy .tab-dropdown-option:hover,gux-tab-dropdown-option-legacy .tab-dropdown-option:focus{outline:none}gux-tab-dropdown-option-legacy .tab-dropdown-option gux-icon{width:16px;height:16px;margin:0 10px}.gux-tab-dropdown-option-light-theme .tab-dropdown-option{color:#2e394c}.gux-tab-dropdown-option-light-theme .tab-dropdown-option:hover,.gux-tab-dropdown-option-light-theme .tab-dropdown-option:focus{color:#fdfdfd;background-color:#2a60c8}.gux-light-theme gux-tab-dropdown-option-legacy .tab-dropdown-option{color:#2e394c}.gux-light-theme gux-tab-dropdown-option-legacy .tab-dropdown-option:hover,.gux-light-theme gux-tab-dropdown-option-legacy .tab-dropdown-option:focus{color:#fdfdfd;background-color:#2a60c8}gux-tab-dropdown-option-legacy.gux-light-theme .tab-dropdown-option{color:#2e394c}gux-tab-dropdown-option-legacy.gux-light-theme .tab-dropdown-option:hover,gux-tab-dropdown-option-legacy.gux-light-theme .tab-dropdown-option:focus{color:#fdfdfd;background-color:#2a60c8}gux-tab-dropdown-option-legacy .tab-dropdown-option{color:#2e394c}gux-tab-dropdown-option-legacy .tab-dropdown-option:hover,gux-tab-dropdown-option-legacy .tab-dropdown-option:focus{color:#fdfdfd;background-color:#2a60c8}";export{n as gux_tab_dropdown_option_legacy}
@@ -0,0 +1,7 @@
1
+ /**!
2
+ * Sortable 1.15.0
3
+ * @author RubaXa <trash@rubaxa.org>
4
+ * @author owenm <owen23355@gmail.com>
5
+ * @license MIT
6
+ */
7
+ function t(t,n){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);n&&(e=e.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),i.push.apply(i,e)}return i}function n(n){for(var i=1;i<arguments.length;i++){var o=null!=arguments[i]?arguments[i]:{};i%2?t(Object(o),!0).forEach((function(t){e(n,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):t(Object(o)).forEach((function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(o,t))}))}return n}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function e(t,n,i){return n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i,t}function o(){return(o=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])}return t}).apply(this,arguments)}function r(t,n){if(null==t)return{};var i,e,o=function(t,n){if(null==t)return{};var i,e,o={},r=Object.keys(t);for(e=0;e<r.length;e++)n.indexOf(i=r[e])>=0||(o[i]=t[i]);return o}(t,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(e=0;e<r.length;e++)n.indexOf(i=r[e])>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i])}return o}function a(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var u=a(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),s=a(/Edge/i),l=a(/firefox/i),c=a(/safari/i)&&!a(/chrome/i)&&!a(/android/i),f=a(/iP(ad|od|hone)/i),h=a(/chrome/i)&&a(/android/i),d={capture:!1,passive:!1};function v(t,n,i){t.addEventListener(n,i,!u&&d)}function m(t,n,i){t.removeEventListener(n,i,!u&&d)}function p(t,n){if(n){if(">"===n[0]&&(n=n.substring(1)),t)try{if(t.matches)return t.matches(n);if(t.msMatchesSelector)return t.msMatchesSelector(n);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(n)}catch(t){return!1}return!1}}function g(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function b(t,n,i,e){if(t){i=i||document;do{if(null!=n&&(">"===n[0]?t.parentNode===i&&p(t,n):p(t,n))||e&&t===i)return t;if(t===i)break}while(t=g(t))}return null}var w,E=/\s+/g;function y(t,n,i){if(t&&n)if(t.classList)t.classList[i?"add":"remove"](n);else{var e=(" "+t.className+" ").replace(E," ").replace(" "+n+" "," ");t.className=(e+(i?" "+n:"")).replace(E," ")}}function S(t,n,i){var e=t&&t.style;if(e){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===n?i:i[n];n in e||-1!==n.indexOf("webkit")||(n="-webkit-"+n),e[n]=i+("string"==typeof i?"":"px")}}function T(t,n){var i="";if("string"==typeof t)i=t;else do{var e=S(t,"transform");e&&"none"!==e&&(i=e+" "+i)}while(!n&&(t=t.parentNode));var o=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return o&&new o(i)}function O(t,n,i){if(t){var e=t.getElementsByTagName(n),o=0,r=e.length;if(i)for(;o<r;o++)i(e[o],o);return e}return[]}function I(){return document.scrollingElement||document.documentElement}function x(t,n,i,e,o){if(t.getBoundingClientRect||t===window){var r,a,s,l,c,f,h;if(t!==window&&t.parentNode&&t!==I()?(a=(r=t.getBoundingClientRect()).top,s=r.left,l=r.bottom,c=r.right,f=r.height,h=r.width):(a=0,s=0,l=window.innerHeight,c=window.innerWidth,f=window.innerHeight,h=window.innerWidth),(n||i)&&t!==window&&(o=o||t.parentNode,!u))do{if(o&&o.getBoundingClientRect&&("none"!==S(o,"transform")||i&&"static"!==S(o,"position"))){var d=o.getBoundingClientRect();a-=d.top+parseInt(S(o,"border-top-width")),s-=d.left+parseInt(S(o,"border-left-width")),l=a+r.height,c=s+r.width;break}}while(o=o.parentNode);if(e&&t!==window){var v=T(o||t),m=v&&v.a,p=v&&v.d;v&&(l=(a/=p)+(f/=p),c=(s/=m)+(h/=m))}return{top:a,left:s,bottom:l,right:c,width:h,height:f}}}function M(t,n,i){for(var e=j(t,!0),o=x(t)[n];e;){var r=x(e)[i];if(!("top"===i||"left"===i?o>=r:o<=r))return e;if(e===I())break;e=j(e,!1)}return!1}function _(t,n,i,e){for(var o=0,r=0,a=t.children;r<a.length;){if("none"!==a[r].style.display&&a[r]!==zt.ghost&&(e||a[r]!==zt.dragged)&&b(a[r],i.draggable,t,!1)){if(o===n)return a[r];o++}r++}return null}function D(t,n){for(var i=t.lastElementChild;i&&(i===zt.ghost||"none"===S(i,"display")||n&&!p(i,n));)i=i.previousElementSibling;return i||null}function k(t,n){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===zt.clone||n&&!p(t,n)||i++;return i}function C(t){var n=0,i=0,e=I();if(t)do{var o=T(t);n+=t.scrollLeft*o.a,i+=t.scrollTop*o.d}while(t!==e&&(t=t.parentNode));return[n,i]}function j(t,n){if(!t||!t.getBoundingClientRect)return I();var i=t,e=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var o=S(i);if(i.clientWidth<i.scrollWidth&&("auto"==o.overflowX||"scroll"==o.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==o.overflowY||"scroll"==o.overflowY)){if(!i.getBoundingClientRect||i===document.body)return I();if(e||n)return i;e=!0}}}while(i=i.parentNode);return I()}function A(t,n){return Math.round(t.top)===Math.round(n.top)&&Math.round(t.left)===Math.round(n.left)&&Math.round(t.height)===Math.round(n.height)&&Math.round(t.width)===Math.round(n.width)}function z(t,n){return function(){if(!w){var i=arguments,e=this;1===i.length?t.call(e,i[0]):t.apply(e,i),w=setTimeout((function(){w=void 0}),n)}}}function N(t,n,i){t.scrollLeft+=n,t.scrollTop+=i}function F(t){var n=window.Polymer,i=window.jQuery||window.Zepto;return n&&n.dom?n.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}var P="Sortable"+(new Date).getTime();var B=[],H={initializeByDefault:!0},G={mount:function(t){for(var n in H)H.hasOwnProperty(n)&&!(n in t)&&(t[n]=H[n]);B.forEach((function(n){if(n.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),B.push(t)},pluginEvent:function(t,i,e){var o=this;this.eventCanceled=!1,e.cancel=function(){o.eventCanceled=!0};var r=t+"Global";B.forEach((function(o){i[o.pluginName]&&(i[o.pluginName][r]&&i[o.pluginName][r](n({sortable:i},e)),i.options[o.pluginName]&&i[o.pluginName][t]&&i[o.pluginName][t](n({sortable:i},e)))}))},initializePlugins:function(t,n,i){for(var e in B.forEach((function(e){var r=e.pluginName;if(t.options[r]||e.initializeByDefault){var a=new e(t,n,t.options);a.sortable=t,a.options=t.options,t[r]=a,o(i,a.defaults)}})),t.options)if(t.options.hasOwnProperty(e)){var r=this.modifyOption(t,e,t.options[e]);void 0!==r&&(t.options[e]=r)}},getEventProperties:function(t,n){var i={};return B.forEach((function(e){"function"==typeof e.eventProperties&&o(i,e.eventProperties.call(n[e.pluginName],t))})),i},modifyOption:function(t,n,i){var e;return B.forEach((function(o){t[o.pluginName]&&o.optionListeners&&"function"==typeof o.optionListeners[n]&&(e=o.optionListeners[n].call(t[o.pluginName],i))})),e}},L=["evt"],R=function(t,i){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=e.evt,a=r(e,L);G.pluginEvent.bind(zt)(t,i,n({dragEl:X,parentEl:Y,ghostEl:U,rootEl:V,nextEl:Z,lastDownEl:$,cloneEl:q,cloneHidden:J,dragStarted:ct,putSortable:et,activeSortable:zt.active,originalEvent:o,oldIndex:K,oldDraggableIndex:tt,newIndex:Q,newDraggableIndex:nt,hideGhostForTarget:kt,unhideGhostForTarget:Ct,cloneNowHidden:function(){J=!0},cloneNowShown:function(){J=!1},dispatchSortableEvent:function(t){W({sortable:i,name:t,originalEvent:o})}},a))};function W(t){!function(t){var i=t.sortable,e=t.rootEl,o=t.name,r=t.targetEl,a=t.cloneEl,l=t.toEl,c=t.fromEl,f=t.oldIndex,h=t.newIndex,d=t.oldDraggableIndex,v=t.newDraggableIndex,m=t.originalEvent,p=t.putSortable,g=t.extraEventProperties;if(i=i||e&&e[P]){var b,w=i.options,E="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||u||s?(b=document.createEvent("Event")).initEvent(o,!0,!0):b=new CustomEvent(o,{bubbles:!0,cancelable:!0}),b.to=l||e,b.from=c||e,b.item=r||e,b.clone=a,b.oldIndex=f,b.newIndex=h,b.oldDraggableIndex=d,b.newDraggableIndex=v,b.originalEvent=m,b.pullMode=p?p.lastPutMode:void 0;var y=n(n({},g),G.getEventProperties(o,i));for(var S in y)b[S]=y[S];e&&e.dispatchEvent(b),w[E]&&w[E].call(i,b)}}(n({putSortable:et,cloneEl:q,targetEl:X,rootEl:V,oldIndex:K,oldDraggableIndex:tt,newIndex:Q,newDraggableIndex:nt},t))}var X,Y,U,V,Z,$,q,J,K,Q,tt,nt,it,et,ot,rt,at,ut,st,lt,ct,ft,ht,dt,vt,mt=!1,pt=!1,gt=[],bt=!1,wt=!1,Et=[],yt=!1,St=[],Tt="undefined"!=typeof document,Ot=f,It=s||u?"cssFloat":"float",xt=Tt&&!h&&!f&&"draggable"in document.createElement("div"),Mt=function(){if(Tt){if(u)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),_t=function(t,n){var i=S(t),e=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),o=_(t,0,n),r=_(t,1,n),a=o&&S(o),u=r&&S(r),s=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+x(o).width,l=u&&parseInt(u.marginLeft)+parseInt(u.marginRight)+x(r).width;return"flex"===i.display?"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal":"grid"===i.display?i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":o&&a.float&&"none"!==a.float?!r||"both"!==u.clear&&u.clear!==("left"===a.float?"left":"right")?"horizontal":"vertical":o&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||s>=e&&"none"===i[It]||r&&"none"===i[It]&&s+l>e)?"vertical":"horizontal"},Dt=function(t){function n(t,i){return function(e,o,r,a){if(null==t&&(i||e.options.group.name&&o.options.group.name&&e.options.group.name===o.options.group.name))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return n(t(e,o,r,a),i)(e,o,r,a);var u=(i?e:o).options.group.name;return!0===t||"string"==typeof t&&t===u||t.join&&t.indexOf(u)>-1}}var e={},o=t.group;o&&"object"==i(o)||(o={name:o}),e.name=o.name,e.checkPull=n(o.pull,!0),e.checkPut=n(o.put),e.revertClone=o.revertClone,t.group=e},kt=function(){!Mt&&U&&S(U,"display","none")},Ct=function(){!Mt&&U&&S(U,"display","")};Tt&&!h&&document.addEventListener("click",(function(t){if(pt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),pt=!1,!1}),!0);var jt=function(t){if(X){var n=(o=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,gt.some((function(t){var n=t[P].options.emptyInsertThreshold;if(n&&!D(t)){var i=x(t);return o>=i.left-n&&o<=i.right+n&&r>=i.top-n&&r<=i.bottom+n?a=t:void 0}})),a);if(n){var i={};for(var e in t)t.hasOwnProperty(e)&&(i[e]=t[e]);i.target=i.rootEl=n,i.preventDefault=void 0,i.stopPropagation=void 0,n[P]._onDragOver(i)}}var o,r,a},At=function(t){X&&X.parentNode[P]._isOutsideThisEl(t.target)};function zt(t,i){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=i=o({},i),t[P]=this;var e,r,a={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return _t(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,n){t.setData("Text",n.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==zt.supportPointer&&"PointerEvent"in window&&!c,emptyInsertThreshold:5};for(var u in G.initializePlugins(this,t,a),a)!(u in i)&&(i[u]=a[u]);for(var s in Dt(i),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!i.forceFallback&&xt,this.nativeDraggable&&(this.options.touchStartThreshold=1),i.supportPointer?v(t,"pointerdown",this._onTapStart):(v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),gt.push(this.el),i.store&&i.store.get&&this.sort(i.store.get(this)||[]),o(this,(r=[],{captureAnimationState:function(){r=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==S(t,"display")&&t!==zt.ghost){r.push({target:t,rect:x(t)});var i=n({},r[r.length-1].rect);if(t.thisAnimationDuration){var e=T(t,!0);e&&(i.top-=e.f,i.left-=e.e)}t.fromRect=i}}))},addAnimationState:function(t){r.push(t)},removeAnimationState:function(t){r.splice(function(t,n){for(var i in t)if(t.hasOwnProperty(i))for(var e in n)if(n.hasOwnProperty(e)&&n[e]===t[i][e])return Number(i);return-1}(r,{target:t}),1)},animateAll:function(t){var n=this;if(!this.options.animation)return clearTimeout(e),void("function"==typeof t&&t());var i=!1,o=0;r.forEach((function(t){var e=0,r=t.target,a=r.fromRect,u=x(r),s=r.prevFromRect,l=r.prevToRect,c=t.rect,f=T(r,!0);f&&(u.top-=f.f,u.left-=f.e),r.toRect=u,r.thisAnimationDuration&&A(s,u)&&!A(a,u)&&(c.top-u.top)/(c.left-u.left)==(a.top-u.top)/(a.left-u.left)&&(e=function(t,n,i,e){return Math.sqrt(Math.pow(n.top-t.top,2)+Math.pow(n.left-t.left,2))/Math.sqrt(Math.pow(n.top-i.top,2)+Math.pow(n.left-i.left,2))*e.animation}(c,s,l,n.options)),A(u,a)||(r.prevFromRect=a,r.prevToRect=u,e||(e=n.options.animation),n.animate(r,c,u,e)),e&&(i=!0,o=Math.max(o,e),clearTimeout(r.animationResetTimer),r.animationResetTimer=setTimeout((function(){r.animationTime=0,r.prevFromRect=null,r.fromRect=null,r.prevToRect=null,r.thisAnimationDuration=null}),e),r.thisAnimationDuration=e)})),clearTimeout(e),i?e=setTimeout((function(){"function"==typeof t&&t()}),o):"function"==typeof t&&t(),r=[]},animate:function(t,n,i,e){if(e){S(t,"transition",""),S(t,"transform","");var o=T(this.el),r=(n.left-i.left)/(o&&o.a||1),a=(n.top-i.top)/(o&&o.d||1);t.animatingX=!!r,t.animatingY=!!a,S(t,"transform","translate3d("+r+"px,"+a+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),S(t,"transition","transform "+e+"ms"+(this.options.easing?" "+this.options.easing:"")),S(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){S(t,"transition",""),S(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),e)}}}))}function Nt(t,n,i,e,o,r,a,l){var c,f,h=t[P],d=h.options.onMove;return!window.CustomEvent||u||s?(c=document.createEvent("Event")).initEvent("move",!0,!0):c=new CustomEvent("move",{bubbles:!0,cancelable:!0}),c.to=n,c.from=t,c.dragged=i,c.draggedRect=e,c.related=o||n,c.relatedRect=r||x(n),c.willInsertAfter=l,c.originalEvent=a,t.dispatchEvent(c),d&&(f=d.call(h,c,a)),f}function Ft(t){t.draggable=!1}function Pt(){yt=!1}function Bt(t){for(var n=t.tagName+t.className+t.src+t.href+t.textContent,i=n.length,e=0;i--;)e+=n.charCodeAt(i);return e.toString(36)}function Ht(t){return setTimeout(t,0)}function Gt(t){return clearTimeout(t)}zt.prototype={constructor:zt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(ft=null)},_getDirection:function(t,n){return"function"==typeof this.options.direction?this.options.direction.call(this,t,n,X):this.options.direction},_onTapStart:function(t){if(t.cancelable){var n=this,i=this.el,e=this.options,o=e.preventOnFilter,r=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,u=(a||t).target,s=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||u,l=e.filter;if(function(t){St.length=0;for(var n=t.getElementsByTagName("input"),i=n.length;i--;){var e=n[i];e.checked&&St.push(e)}}(i),!X&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||e.disabled)&&!s.isContentEditable&&(this.nativeDraggable||!c||!u||"SELECT"!==u.tagName.toUpperCase())&&!((u=b(u,e.draggable,i,!1))&&u.animated||$===u)){if(K=k(u),tt=k(u,e.draggable),"function"==typeof l){if(l.call(this,t,u,this))return W({sortable:n,rootEl:s,name:"filter",targetEl:u,toEl:i,fromEl:i}),R("filter",n,{evt:t}),void(o&&t.cancelable&&t.preventDefault())}else if(l&&(l=l.split(",").some((function(e){if(e=b(s,e.trim(),i,!1))return W({sortable:n,rootEl:e,name:"filter",targetEl:u,fromEl:i,toEl:i}),R("filter",n,{evt:t}),!0}))))return void(o&&t.cancelable&&t.preventDefault());e.handle&&!b(s,e.handle,i,!1)||this._prepareDragStart(t,a,u)}}},_prepareDragStart:function(t,n,i){var e,o=this,r=o.el,a=o.options,c=r.ownerDocument;if(i&&!X&&i.parentNode===r){var f=x(i);if(V=r,Y=(X=i).parentNode,Z=X.nextSibling,$=i,it=a.group,zt.dragged=X,st=(ot={target:X,clientX:(n||t).clientX,clientY:(n||t).clientY}).clientX-f.left,lt=ot.clientY-f.top,this._lastX=(n||t).clientX,this._lastY=(n||t).clientY,X.style["will-change"]="all",e=function(){R("delayEnded",o,{evt:t}),zt.eventCanceled?o._onDrop():(o._disableDelayedDragEvents(),!l&&o.nativeDraggable&&(X.draggable=!0),o._triggerDragStart(t,n),W({sortable:o,name:"choose",originalEvent:t}),y(X,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){O(X,t.trim(),Ft)})),v(c,"dragover",jt),v(c,"mousemove",jt),v(c,"touchmove",jt),v(c,"mouseup",o._onDrop),v(c,"touchend",o._onDrop),v(c,"touchcancel",o._onDrop),l&&this.nativeDraggable&&(this.options.touchStartThreshold=4,X.draggable=!0),R("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!n||this.nativeDraggable&&(s||u))e();else{if(zt.eventCanceled)return void this._onDrop();v(c,"mouseup",o._disableDelayedDrag),v(c,"touchend",o._disableDelayedDrag),v(c,"touchcancel",o._disableDelayedDrag),v(c,"mousemove",o._delayedDragTouchMoveHandler),v(c,"touchmove",o._delayedDragTouchMoveHandler),a.supportPointer&&v(c,"pointermove",o._delayedDragTouchMoveHandler),o._dragStartTimer=setTimeout(e,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var n=t.touches?t.touches[0]:t;Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){X&&Ft(X),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;m(t,"mouseup",this._disableDelayedDrag),m(t,"touchend",this._disableDelayedDrag),m(t,"touchcancel",this._disableDelayedDrag),m(t,"mousemove",this._delayedDragTouchMoveHandler),m(t,"touchmove",this._delayedDragTouchMoveHandler),m(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,n){n=n||"touch"==t.pointerType&&t,!this.nativeDraggable||n?v(document,this.options.supportPointer?"pointermove":n?"touchmove":"mousemove",this._onTouchMove):(v(X,"dragend",this),v(V,"dragstart",this._onDragStart));try{document.selection?Ht((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,n){if(mt=!1,V&&X){R("dragStarted",this,{evt:n}),this.nativeDraggable&&v(document,"dragover",At);var i=this.options;!t&&y(X,i.dragClass,!1),y(X,i.ghostClass,!0),zt.active=this,t&&this._appendGhost(),W({sortable:this,name:"start",originalEvent:n})}else this._nulling()},_emulateDragOver:function(){if(rt){this._lastX=rt.clientX,this._lastY=rt.clientY,kt();for(var t=document.elementFromPoint(rt.clientX,rt.clientY),n=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(rt.clientX,rt.clientY))!==n;)n=t;if(X.parentNode[P]._isOutsideThisEl(t),n)do{if(n[P]&&n[P]._onDragOver({clientX:rt.clientX,clientY:rt.clientY,target:t,rootEl:n})&&!this.options.dragoverBubble)break;t=n}while(n=n.parentNode);Ct()}},_onTouchMove:function(t){if(ot){var n=this.options,i=n.fallbackTolerance,e=n.fallbackOffset,o=t.touches?t.touches[0]:t,r=U&&T(U,!0),a=U&&r&&r.a,u=U&&r&&r.d,s=Ot&&vt&&C(vt),l=(o.clientX-ot.clientX+e.x)/(a||1)+(s?s[0]-Et[0]:0)/(a||1),c=(o.clientY-ot.clientY+e.y)/(u||1)+(s?s[1]-Et[1]:0)/(u||1);if(!zt.active&&!mt){if(i&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(U){r?(r.e+=l-(at||0),r.f+=c-(ut||0)):r={a:1,b:0,c:0,d:1,e:l,f:c};var f="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");S(U,"webkitTransform",f),S(U,"mozTransform",f),S(U,"msTransform",f),S(U,"transform",f),at=l,ut=c,rt=o}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!U){var t=this.options.fallbackOnBody?document.body:V,n=x(X,!0,Ot,!0,t),i=this.options;if(Ot){for(vt=t;"static"===S(vt,"position")&&"none"===S(vt,"transform")&&vt!==document;)vt=vt.parentNode;vt!==document.body&&vt!==document.documentElement?(vt===document&&(vt=I()),n.top+=vt.scrollTop,n.left+=vt.scrollLeft):vt=I(),Et=C(vt)}y(U=X.cloneNode(!0),i.ghostClass,!1),y(U,i.fallbackClass,!0),y(U,i.dragClass,!0),S(U,"transition",""),S(U,"transform",""),S(U,"box-sizing","border-box"),S(U,"margin",0),S(U,"top",n.top),S(U,"left",n.left),S(U,"width",n.width),S(U,"height",n.height),S(U,"opacity","0.8"),S(U,"position",Ot?"absolute":"fixed"),S(U,"zIndex","100000"),S(U,"pointerEvents","none"),zt.ghost=U,t.appendChild(U),S(U,"transform-origin",st/parseInt(U.style.width)*100+"% "+lt/parseInt(U.style.height)*100+"%")}},_onDragStart:function(t,n){var i=this,e=t.dataTransfer,o=i.options;R("dragStart",this,{evt:t}),zt.eventCanceled?this._onDrop():(R("setupClone",this),zt.eventCanceled||((q=F(X)).removeAttribute("id"),q.draggable=!1,q.style["will-change"]="",this._hideClone(),y(q,this.options.chosenClass,!1),zt.clone=q),i.cloneId=Ht((function(){R("clone",i),zt.eventCanceled||(i.options.removeCloneOnHide||V.insertBefore(q,X),i._hideClone(),W({sortable:i,name:"clone"}))})),!n&&y(X,o.dragClass,!0),n?(pt=!0,i._loopId=setInterval(i._emulateDragOver,50)):(m(document,"mouseup",i._onDrop),m(document,"touchend",i._onDrop),m(document,"touchcancel",i._onDrop),e&&(e.effectAllowed="move",o.setData&&o.setData.call(i,e,X)),v(document,"drop",i),S(X,"transform","translateZ(0)")),mt=!0,i._dragStartId=Ht(i._dragStarted.bind(i,n,t)),v(document,"selectstart",i),ct=!0,c&&S(document.body,"user-select","none"))},_onDragOver:function(t){var i,e,o,r,a=this.el,u=t.target,s=this.options,l=s.group,c=zt.active,f=it===l,h=s.sort,d=et||c,v=this,m=!1;if(!yt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),u=b(u,s.draggable,a,!0),G("dragOver"),zt.eventCanceled)return m;if(X.contains(t.target)||u.animated&&u.animatingX&&u.animatingY||v._ignoreWhileAnimating===u)return $(!1);if(pt=!1,c&&!s.disabled&&(f?h||(o=Y!==V):et===this||(this.lastPutMode=it.checkPull(this,c,X,t))&&l.checkPut(this,c,X,t))){if(r="vertical"===this._getDirection(t,u),i=x(X),G("dragOverValid"),zt.eventCanceled)return m;if(o)return Y=V,L(),this._hideClone(),G("revert"),zt.eventCanceled||(Z?V.insertBefore(X,Z):V.appendChild(X)),$(!0);var p=D(a,s.draggable);if(!p||function(t,n,i){var e=x(D(i.el,i.options.draggable));return n?t.clientX>e.right+10||t.clientX<=e.right&&t.clientY>e.bottom&&t.clientX>=e.left:t.clientX>e.right&&t.clientY>e.top||t.clientX<=e.right&&t.clientY>e.bottom+10}(t,r,this)&&!p.animated){if(p===X)return $(!1);if(p&&a===t.target&&(u=p),u&&(e=x(u)),!1!==Nt(V,a,X,i,u,e,t,!!u))return L(),p&&p.nextSibling?a.insertBefore(X,p.nextSibling):a.appendChild(X),Y=a,q(),$(!0)}else if(p&&function(t,n,i){var e=x(_(i.el,0,i.options,!0));return n?t.clientX<e.left-10||t.clientY<e.top&&t.clientX<e.right:t.clientY<e.top-10||t.clientY<e.bottom&&t.clientX<e.left}(t,r,this)){var g=_(a,0,s,!0);if(g===X)return $(!1);if(e=x(u=g),!1!==Nt(V,a,X,i,u,e,t,!1))return L(),a.insertBefore(X,g),Y=a,q(),$(!0)}else if(u.parentNode===a){e=x(u);var w,E,T,O=X.parentNode!==a,I=!function(t,n,i){var e=i?t.left:t.top,o=i?n.left:n.top;return e===o||(i?t.right:t.bottom)===(i?n.right:n.bottom)||e+(i?t.width:t.height)/2===o+(i?n.width:n.height)/2}(X.animated&&X.toRect||i,u.animated&&u.toRect||e,r),C=r?"top":"left",j=M(u,"top","top")||M(X,"top","top"),A=j?j.scrollTop:void 0;if(ft!==u&&(E=e[C],bt=!1,wt=!I&&s.invertSwap||O),0!==(w=function(t,n,i,e,o,r,a,u){var s=e?t.clientY:t.clientX,l=e?i.height:i.width,c=e?i.top:i.left,f=e?i.bottom:i.right,h=!1;if(!a)if(u&&dt<l*o){if(!bt&&(1===ht?s>c+l*r/2:s<f-l*r/2)&&(bt=!0),bt)h=!0;else if(1===ht?s<c+dt:s>f-dt)return-ht}else if(s>c+l*(1-o)/2&&s<f-l*(1-o)/2)return function(t){return k(X)<k(t)?1:-1}(n);return(h=h||a)&&(s<c+l*r/2||s>f-l*r/2)?s>c+l/2?1:-1:0}(t,u,e,r,I?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,wt,ft===u))){var z=k(X);do{T=Y.children[z-=w]}while(T&&("none"===S(T,"display")||T===U))}if(0===w||T===u)return $(!1);ft=u,ht=w;var F=u.nextElementSibling,B=!1,H=Nt(V,a,X,i,u,e,t,B=1===w);if(!1!==H)return 1!==H&&-1!==H||(B=1===H),yt=!0,setTimeout(Pt,30),L(),B&&!F?a.appendChild(X):u.parentNode.insertBefore(X,B?F:u),j&&N(j,0,A-j.scrollTop),Y=X.parentNode,void 0===E||wt||(dt=Math.abs(E-x(u)[C])),q(),$(!0)}if(a.contains(X))return $(!1)}return!1}function G(s,l){R(s,v,n({evt:t,isOwner:f,axis:r?"vertical":"horizontal",revert:o,dragRect:i,targetRect:e,canSort:h,fromSortable:d,target:u,completed:$,onMove:function(n,e){return Nt(V,a,X,i,n,x(n),t,e)},changed:q},l))}function L(){G("dragOverAnimationCapture"),v.captureAnimationState(),v!==d&&d.captureAnimationState()}function $(n){return G("dragOverCompleted",{insertion:n}),n&&(f?c._hideClone():c._showClone(v),v!==d&&(y(X,et?et.options.ghostClass:c.options.ghostClass,!1),y(X,s.ghostClass,!0)),et!==v&&v!==zt.active?et=v:v===zt.active&&et&&(et=null),d===v&&(v._ignoreWhileAnimating=u),v.animateAll((function(){G("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==d&&(d.animateAll(),d._ignoreWhileAnimating=null)),(u===X&&!X.animated||u===a&&!u.animated)&&(ft=null),s.dragoverBubble||t.rootEl||u===document||(X.parentNode[P]._isOutsideThisEl(t.target),!n&&jt(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),m=!0}function q(){Q=k(X),nt=k(X,s.draggable),W({sortable:v,name:"change",toEl:a,newIndex:Q,newDraggableIndex:nt,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){m(document,"mousemove",this._onTouchMove),m(document,"touchmove",this._onTouchMove),m(document,"pointermove",this._onTouchMove),m(document,"dragover",jt),m(document,"mousemove",jt),m(document,"touchmove",jt)},_offUpEvents:function(){var t=this.el.ownerDocument;m(t,"mouseup",this._onDrop),m(t,"touchend",this._onDrop),m(t,"pointerup",this._onDrop),m(t,"touchcancel",this._onDrop),m(document,"selectstart",this)},_onDrop:function(t){var n=this.el,i=this.options;Q=k(X),nt=k(X,i.draggable),R("drop",this,{evt:t}),Y=X&&X.parentNode,Q=k(X),nt=k(X,i.draggable),zt.eventCanceled||(mt=!1,wt=!1,bt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Gt(this.cloneId),Gt(this._dragStartId),this.nativeDraggable&&(m(document,"drop",this),m(n,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),c&&S(document.body,"user-select",""),S(X,"transform",""),t&&(ct&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),U&&U.parentNode&&U.parentNode.removeChild(U),(V===Y||et&&"clone"!==et.lastPutMode)&&q&&q.parentNode&&q.parentNode.removeChild(q),X&&(this.nativeDraggable&&m(X,"dragend",this),Ft(X),X.style["will-change"]="",ct&&!mt&&y(X,et?et.options.ghostClass:this.options.ghostClass,!1),y(X,this.options.chosenClass,!1),W({sortable:this,name:"unchoose",toEl:Y,newIndex:null,newDraggableIndex:null,originalEvent:t}),V!==Y?(Q>=0&&(W({rootEl:Y,name:"add",toEl:Y,fromEl:V,originalEvent:t}),W({sortable:this,name:"remove",toEl:Y,originalEvent:t}),W({rootEl:Y,name:"sort",toEl:Y,fromEl:V,originalEvent:t}),W({sortable:this,name:"sort",toEl:Y,originalEvent:t})),et&&et.save()):Q!==K&&Q>=0&&(W({sortable:this,name:"update",toEl:Y,originalEvent:t}),W({sortable:this,name:"sort",toEl:Y,originalEvent:t})),zt.active&&(null!=Q&&-1!==Q||(Q=K,nt=tt),W({sortable:this,name:"end",toEl:Y,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){R("nulling",this),V=X=Y=U=Z=q=$=J=ot=rt=ct=Q=nt=K=tt=ft=ht=et=it=zt.dragged=zt.ghost=zt.clone=zt.active=null,St.forEach((function(t){t.checked=!0})),St.length=at=ut=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":X&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,n=[],i=this.el.children,e=0,o=i.length,r=this.options;e<o;e++)b(t=i[e],r.draggable,this.el,!1)&&n.push(t.getAttribute(r.dataIdAttr)||Bt(t));return n},sort:function(t,n){var i={},e=this.el;this.toArray().forEach((function(t,n){var o=e.children[n];b(o,this.options.draggable,e,!1)&&(i[t]=o)}),this),n&&this.captureAnimationState(),t.forEach((function(t){i[t]&&(e.removeChild(i[t]),e.appendChild(i[t]))})),n&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,n){return b(t,n||this.options.draggable,this.el,!1)},option:function(t,n){var i=this.options;if(void 0===n)return i[t];var e=G.modifyOption(this,t,n);i[t]=void 0!==e?e:n,"group"===t&&Dt(i)},destroy:function(){R("destroy",this);var t=this.el;t[P]=null,m(t,"mousedown",this._onTapStart),m(t,"touchstart",this._onTapStart),m(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(m(t,"dragover",this),m(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),gt.splice(gt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!J){if(R("hideClone",this),zt.eventCanceled)return;S(q,"display","none"),this.options.removeCloneOnHide&&q.parentNode&&q.parentNode.removeChild(q),J=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(J){if(R("showClone",this),zt.eventCanceled)return;X.parentNode!=V||this.options.group.revertClone?Z?V.insertBefore(q,Z):V.appendChild(q):V.insertBefore(q,X),this.options.group.revertClone&&this.animate(X,q),S(q,"display",""),J=!1}}else this._hideClone()}},Tt&&v(document,"touchmove",(function(t){(zt.active||mt)&&t.cancelable&&t.preventDefault()})),zt.utils={on:v,off:m,css:S,find:O,is:function(t,n){return!!b(t,n,t,!1)},extend:function(t,n){if(t&&n)for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i]);return t},throttle:z,closest:b,toggleClass:y,clone:F,index:k,nextTick:Ht,cancelNextTick:Gt,detectDirection:_t,getChild:_},zt.get=function(t){return t[P]},zt.mount=function(){for(var t=arguments.length,i=new Array(t),e=0;e<t;e++)i[e]=arguments[e];i[0].constructor===Array&&(i=i[0]),i.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(zt.utils=n(n({},zt.utils),t.utils)),G.mount(t)}))},zt.create=function(t,n){return new zt(t,n)},zt.version="1.15.0";var Lt,Rt,Wt,Xt,Yt,Ut,Vt=[],Zt=!1;function $t(){Vt.forEach((function(t){clearInterval(t.pid)})),Vt=[]}function qt(){clearInterval(Ut)}var Jt=z((function(t,n,i,e){if(n.scroll){var o,r=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,u=n.scrollSensitivity,s=n.scrollSpeed,l=I(),c=!1;Rt!==i&&(Rt=i,$t(),o=n.scrollFn,!0===(Lt=n.scroll)&&(Lt=j(i,!0)));var f=0,h=Lt;do{var d=h,v=x(d),m=v.top,p=v.bottom,g=v.left,b=v.right,w=v.width,E=v.height,y=void 0,T=void 0,O=d.scrollWidth,M=d.scrollHeight,_=S(d),D=d.scrollLeft,k=d.scrollTop;d===l?(y=w<O&&("auto"===_.overflowX||"scroll"===_.overflowX||"visible"===_.overflowX),T=E<M&&("auto"===_.overflowY||"scroll"===_.overflowY||"visible"===_.overflowY)):(y=w<O&&("auto"===_.overflowX||"scroll"===_.overflowX),T=E<M&&("auto"===_.overflowY||"scroll"===_.overflowY));var C=y&&(Math.abs(b-r)<=u&&D+w<O)-(Math.abs(g-r)<=u&&!!D),A=T&&(Math.abs(p-a)<=u&&k+E<M)-(Math.abs(m-a)<=u&&!!k);if(!Vt[f])for(var z=0;z<=f;z++)Vt[z]||(Vt[z]={});Vt[f].vx==C&&Vt[f].vy==A&&Vt[f].el===d||(Vt[f].el=d,Vt[f].vx=C,Vt[f].vy=A,clearInterval(Vt[f].pid),0==C&&0==A||(c=!0,Vt[f].pid=setInterval(function(){e&&0===this.layer&&zt.active._onTouchMove(Yt);var n=Vt[this.layer].vy?Vt[this.layer].vy*s:0,i=Vt[this.layer].vx?Vt[this.layer].vx*s:0;"function"==typeof o&&"continue"!==o.call(zt.dragged.parentNode[P],i,n,t,Yt,Vt[this.layer].el)||N(Vt[this.layer].el,i,n)}.bind({layer:f}),24))),f++}while(n.bubbleScroll&&h!==l&&(h=j(h,!1)));Zt=c}}),30),Kt=function(t){var n=t.originalEvent,i=t.putSortable,e=t.dragEl,o=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(n){var a=i||t.activeSortable;(0,t.hideGhostForTarget)();var u=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n,s=document.elementFromPoint(u.clientX,u.clientY);r(),a&&!a.el.contains(s)&&(o("spill"),this.onSpill({dragEl:e,putSortable:i}))}};function Qt(){}function tn(){}Qt.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var e=_(this.sortable.el,this.startIndex,this.options);e?this.sortable.el.insertBefore(n,e):this.sortable.el.appendChild(n),this.sortable.animateAll(),i&&i.animateAll()},drop:Kt},o(Qt,{pluginName:"revertOnSpill"}),tn.prototype={onSpill:function(t){var n=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),n.parentNode&&n.parentNode.removeChild(n),i.animateAll()},drop:Kt},o(tn,{pluginName:"removeOnSpill"}),zt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var n=t.originalEvent;this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):v(document,this.options.supportPointer?"pointermove":n.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var n=t.originalEvent;this.options.dragOverBubble||n.rootEl||this._handleAutoScroll(n)},drop:function(){this.sortable.nativeDraggable?m(document,"dragover",this._handleAutoScroll):(m(document,"pointermove",this._handleFallbackAutoScroll),m(document,"touchmove",this._handleFallbackAutoScroll),m(document,"mousemove",this._handleFallbackAutoScroll)),qt(),$t(),clearTimeout(w),w=void 0},nulling:function(){Yt=Rt=Lt=Zt=Ut=Wt=Xt=null,Vt.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,n){var i=this,e=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(e,o);if(Yt=t,n||this.options.forceAutoScrollFallback||s||u||c){Jt(t,this.options,r,n);var a=j(r,!0);!Zt||Ut&&e===Wt&&o===Xt||(Ut&&qt(),Ut=setInterval((function(){var r=j(document.elementFromPoint(e,o),!0);r!==a&&(a=r,$t()),Jt(t,i.options,r,n)}),10),Wt=e,Xt=o)}else{if(!this.options.bubbleScroll||j(r,!0)===I())return void $t();Jt(t,this.options,j(r,!1),!1)}}},o(t,{pluginName:"scroll",initializeByDefault:!0})}),zt.mount(tn,Qt);export{zt as S}
@@ -0,0 +1 @@
1
+ import{r as t,c as o,d as a,w as e,h as c,g as r}from"./p-767fc0c6.js";import{S as i}from"./p-020b6498.js";import{t as n}from"./p-cbd1b9dc.js";import{b as l}from"./p-e983e68c.js";import{w as b}from"./p-76ff3e75.js";import"./p-8a133b9b.js";const s={createNewTab:"Create New Tab",scrollLeft:"Scroll Left",scrollRight:"Scroll Right",disableNewTab:"Maximum number of tabs created has been reached"},d=class{constructor(a){t(this,a),this.newTab=o(this,"newTab",7),this.input=o(this,"input",7),this.sortChanged=o(this,"sortChanged",7),this.allowSort=!1,this.showNewTabButton=!1,this.value="",this.tabLimit=1/0,this.disableAddTabButton=!1,this.hasScrollbar=!1}watchHandler(t){const o=Array.from(this.root.querySelectorAll("gux-tab-legacy"));for(const a of o)a.active=a.tabId===t}internaltabselectedHandler(t){b("gux-tab-legacy",t,(t=>{t.active||(this.value=t.tabId,this.input.emit())}))}createSortable(){this.sortableInstance=new i(this.root,{animation:250,draggable:"gux-tab-legacy",filter:".ignore-sort",onMove:t=>!t.related.classList.contains("ignore-sort"),onUpdate:()=>{const t=Array.from(this.root.querySelectorAll("gux-tab-legacy")).map((t=>t.tabId));this.sortChanged.emit(t)}})}destroySortable(){this.sortableInstance&&(this.sortableInstance.destroy(),this.sortableInstance=null)}disconnectedCallback(){this.sortableInstance&&this.destroySortable(),this.resizeObserver&&this.resizeObserver.unobserve(this.root.shadowRoot.querySelector(".gux-tabs")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){n(this.root),this.i18n=await l(this.root,s)}componentWillRender(){Array.from(this.root.querySelectorAll("gux-tab-legacy")).length>=this.tabLimit&&(this.disableAddTabButton=!0)}checkForScrollbarHideOrShow(){a((()=>{const t=this.root.shadowRoot.querySelector(".scrollable-section"),o=t.clientWidth!==t.scrollWidth;o!==this.hasScrollbar&&(this.hasScrollbar=o)}))}componentDidLoad(){this.allowSort&&!this.sortableInstance&&this.createSortable(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver(this.checkForScrollbarHideOrShow.bind(this))),this.resizeObserver&&this.resizeObserver.observe(this.root.shadowRoot.querySelector(".gux-tabs")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver(this.checkForScrollbarHideOrShow.bind(this))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),setTimeout((()=>{this.checkForScrollbarHideOrShow()}),500)}componentDidRender(){setTimeout((()=>{a((()=>{if(this.value){const t=this.root.querySelector(`gux-tab-legacy[tab-id='${this.value}']`);t&&(t.active=!0)}}))}),500)}scrollLeft(){e((()=>{this.root.shadowRoot.querySelector(".scrollable-section").scrollBy(-100,0)}))}scrollRight(){e((()=>{this.root.shadowRoot.querySelector(".scrollable-section").scrollBy(100,0)}))}render(){const t=t=>c("button",{title:this.i18n(this.disableAddTabButton?"disableNewTab":"createNewTab"),class:"add-tab",onClick:()=>t.onClick(),disabled:this.disableAddTabButton},c("gux-icon",{"icon-name":"add",decorative:!0}));return c("div",{class:"gux-tabs"},c("div",{class:"action-button-container"},this.hasScrollbar?c("button",{title:this.i18n("scrollLeft"),class:"arrow-button",onClick:()=>this.scrollLeft()},c("gux-icon",{"icon-name":"chevron-left",decorative:!0})):null),c("div",{class:"scrollable-section"},c("slot",null),this.showNewTabButton&&!this.hasScrollbar?c(t,{onClick:()=>this.newTab.emit()}):null),c("div",{class:"action-button-container"},this.hasScrollbar?c("button",{title:this.i18n("scrollRight"),class:"arrow-button",onClick:()=>this.scrollRight()},c("gux-icon",{"icon-name":"chevron-right",decorative:!0})):null,this.showNewTabButton&&this.hasScrollbar?c(t,{onClick:()=>this.newTab.emit()}):null))}get root(){return r(this)}static get watchers(){return{value:["watchHandler"]}}};d.style=".gux-tabs{display:flex;align-items:flex-end;width:100%;height:40px;overflow-x:hidden}.gux-tabs .action-button-container{display:flex;border-radius:2px}.gux-tabs .action-button-container .arrow-button{display:flex;align-items:center;justify-content:center;width:24px;height:40px;padding:0;border:none;border-style:solid;border-width:1px;border-radius:2px;transition:color 0.25s}.gux-tabs .action-button-container .arrow-button gux-icon{width:10px;height:10px}.gux-tabs .action-button-container .add-tab{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-style:solid;border-width:1px;border-radius:2px;transition:color 0.25s}.gux-tabs .action-button-container .add-tab:disabled{opacity:0.5}.gux-tabs .action-button-container .add-tab:disabled:hover{color:#202937}.gux-tabs .action-button-container .add-tab:disabled:active{background-color:#e2e6ee}.gux-tabs .action-button-container .add-tab gux-icon{width:16px;height:16px}.gux-tabs .scrollable-section{display:flex;flex:1 1 auto;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.gux-tabs .scrollable-section::-webkit-scrollbar{height:0}.gux-tabs .scrollable-section .add-tab{display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;padding:0;margin-left:4px;border:none;transition:color 0.25s}.gux-tabs .scrollable-section .add-tab gux-icon{width:16px;height:16px}.gux-tabs-light-theme{background-color:#e2e6ee}.gux-tabs-light-theme .action-button-container{background-color:#c8cfda}.gux-tabs-light-theme .action-button-container .arrow-button{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs-light-theme .action-button-container .arrow-button:hover{color:#2a60c8}.gux-tabs-light-theme .action-button-container .arrow-button:active{background-color:#d2d8e5}.gux-tabs-light-theme .action-button-container .add-tab{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs-light-theme .action-button-container .add-tab:hover{color:#2a60c8}.gux-tabs-light-theme .action-button-container .add-tab:active{background-color:#d2d8e5}.gux-tabs-light-theme .scrollable-section::-webkit-scrollbar-track{background:#fdfdfd}.gux-tabs-light-theme .scrollable-section::-webkit-scrollbar-thumb{background:#202937}.gux-tabs-light-theme .scrollable-section::-webkit-scrollbar-thumb:hover{background:#202937}.gux-tabs-light-theme .scrollable-section .add-tab{color:#202937;background-color:#c8cfda}.gux-tabs-light-theme .scrollable-section .add-tab:hover{color:#2a60c8}.gux-tabs-light-theme .scrollable-section .add-tab:active{background-color:#b9c2d0}.gux-light-theme .gux-tabs{background-color:#e2e6ee}.gux-light-theme .gux-tabs .action-button-container{background-color:#c8cfda}.gux-light-theme .gux-tabs .action-button-container .arrow-button{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-light-theme .gux-tabs .action-button-container .arrow-button:hover{color:#2a60c8}.gux-light-theme .gux-tabs .action-button-container .arrow-button:active{background-color:#d2d8e5}.gux-light-theme .gux-tabs .action-button-container .add-tab{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-light-theme .gux-tabs .action-button-container .add-tab:hover{color:#2a60c8}.gux-light-theme .gux-tabs .action-button-container .add-tab:active{background-color:#d2d8e5}.gux-light-theme .gux-tabs .scrollable-section::-webkit-scrollbar-track{background:#fdfdfd}.gux-light-theme .gux-tabs .scrollable-section::-webkit-scrollbar-thumb{background:#202937}.gux-light-theme .gux-tabs .scrollable-section::-webkit-scrollbar-thumb:hover{background:#202937}.gux-light-theme .gux-tabs .scrollable-section .add-tab{color:#202937;background-color:#c8cfda}.gux-light-theme .gux-tabs .scrollable-section .add-tab:hover{color:#2a60c8}.gux-light-theme .gux-tabs .scrollable-section .add-tab:active{background-color:#b9c2d0}.gux-tabs.gux-light-theme{background-color:#e2e6ee}.gux-tabs.gux-light-theme .action-button-container{background-color:#c8cfda}.gux-tabs.gux-light-theme .action-button-container .arrow-button{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs.gux-light-theme .action-button-container .arrow-button:hover{color:#2a60c8}.gux-tabs.gux-light-theme .action-button-container .arrow-button:active{background-color:#d2d8e5}.gux-tabs.gux-light-theme .action-button-container .add-tab{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs.gux-light-theme .action-button-container .add-tab:hover{color:#2a60c8}.gux-tabs.gux-light-theme .action-button-container .add-tab:active{background-color:#d2d8e5}.gux-tabs.gux-light-theme .scrollable-section::-webkit-scrollbar-track{background:#fdfdfd}.gux-tabs.gux-light-theme .scrollable-section::-webkit-scrollbar-thumb{background:#202937}.gux-tabs.gux-light-theme .scrollable-section::-webkit-scrollbar-thumb:hover{background:#202937}.gux-tabs.gux-light-theme .scrollable-section .add-tab{color:#202937;background-color:#c8cfda}.gux-tabs.gux-light-theme .scrollable-section .add-tab:hover{color:#2a60c8}.gux-tabs.gux-light-theme .scrollable-section .add-tab:active{background-color:#b9c2d0}.gux-tabs{background-color:#e2e6ee}.gux-tabs .action-button-container{background-color:#c8cfda}.gux-tabs .action-button-container .arrow-button{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs .action-button-container .arrow-button:hover{color:#2a60c8}.gux-tabs .action-button-container .arrow-button:active{background-color:#d2d8e5}.gux-tabs .action-button-container .add-tab{color:#202937;background-color:#e2e6ee;border-color:#c8cfda}.gux-tabs .action-button-container .add-tab:hover{color:#2a60c8}.gux-tabs .action-button-container .add-tab:active{background-color:#d2d8e5}.gux-tabs .scrollable-section::-webkit-scrollbar-track{background:#fdfdfd}.gux-tabs .scrollable-section::-webkit-scrollbar-thumb{background:#202937}.gux-tabs .scrollable-section::-webkit-scrollbar-thumb:hover{background:#202937}.gux-tabs .scrollable-section .add-tab{color:#202937;background-color:#c8cfda}.gux-tabs .scrollable-section .add-tab:hover{color:#2a60c8}.gux-tabs .scrollable-section .add-tab:active{background-color:#b9c2d0}";export{d as gux_tabs_legacy}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,h as i,g as o,c as n,H as s}from"./p-767fc0c6.js";import{O as r}from"./p-d9c3f07f.js";import{b as u}from"./p-e983e68c.js";import{s as l}from"./p-d176c2ae.js";import{t as a}from"./p-cbd1b9dc.js";import{w as d}from"./p-76ff3e75.js";import{l as c}from"./p-3184268e.js";import{r as h}from"./p-cbcbd1bb.js";import"./p-8a133b9b.js";const x={filterResults:"Type to filter dropdown results",noSelection:"Select...",dropdown:"Dropdown"};function f(t){return Array.from(t.children)}function g(t){return f(t).find((t=>t.active))}function p(t,e){e&&(f(t).forEach((i=>{const o=!(i.disabled&&i.filtered||i!==e);i.active=o,o&&t.setAttribute("aria-activedescendant",i.id)})),e.scrollIntoView({block:"nearest"}))}function b(t){let e=f(t)[0];for(;e&&(e.disabled||e.filtered);)e=e.nextElementSibling;return e}function m(t){return Boolean(g(t))}function w(t,e){return f(t).find((t=>(!t.disabled||!t.filtered)&&t.textContent.toLowerCase().startsWith(e.toLowerCase())))}function v(t){f(t).forEach((t=>{t.active=!1}))}function y(t){p(t,b(t))}function F(t){p(t,function(t){const e=f(t);let i=e[e.length-1];for(;i&&(i.disabled||i.filtered);)i=i.previousElementSibling;return i}(t))}function k(t,e){m(t)&&e(g(t).value)}let j,A="";const B=class{constructor(e){t(this,e),this.disabled=!1,this.filterable=!1,this.expanded=!1,this.filter=""}focusSelectedItemAfterRender(t){t&&this.listboxElement&&requestAnimationFrame((()=>{requestAnimationFrame((()=>{this.listboxElement.focus(),this.filterable&&this.filterElement.focus()}))})),t||(this.filter="")}validateValue(t){void 0!==t?this.getOptionElementByValue(t)?this.listboxElement.value=t:this.value=void 0:this.listboxElement.value=t}onKeydown(t){switch(t.key){case"Escape":return this.filterable&&document.activeElement===this.listboxElement?this.filterElement.focus():void this.collapseListbox("focusFieldButton");case"Tab":return this.shiftTabFromFilterListbox(t)?(t.preventDefault(),this.filterElement.focus()):this.shiftTabFromExpandedFilterInput(t)?(t.preventDefault(),this.collapseListbox("focusFieldButton")):void this.collapseListbox("noFocusChange");case"ArrowDown":return void(this.activeElementNotListbox()&&(t.preventDefault(),this.expanded=!0))}}onInternallistboxoptionsupdated(t){t.stopPropagation(),e(this.root)}onBlur(t){this.stopPropagationOfInternalFocusEvents(t)}onFocus(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusout(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusin(t){this.stopPropagationOfInternalFocusEvents(t)}onClickOutside(){this.collapseListbox("noFocusChange")}async componentWillLoad(){a(this.root),this.i18n=await u(this.root,x),this.listboxElement=this.root.querySelector("gux-listbox"),this.validateValue(this.value)}componentDidLoad(){this.listboxElement.addEventListener("input",(t=>{t.stopPropagation(),this.updateValue(t.target.value)})),this.listboxElement.addEventListener("change",(t=>{t.stopPropagation()}))}componentWillRender(){this.validateValue(this.value),this.listboxElement.filter=this.filter}stopPropagationOfInternalFocusEvents(t){if(this.root.contains(t.relatedTarget))return t.stopImmediatePropagation()}getOptionElementByValue(t){const e=this.root.querySelectorAll("gux-option");return Array.from(e).find((e=>e.value===t))}fieldButtonClick(){this.expanded=!this.expanded}filterInput(t){t.stopPropagation(),this.filter=this.filterElement.value}shiftTabFromExpandedFilterInput(t){return t.shiftKey&&this.filterable&&this.expanded&&!(document.activeElement===this.listboxElement)}shiftTabFromFilterListbox(t){return t.shiftKey&&this.filterable&&document.activeElement===this.listboxElement}activeElementNotListbox(){return document.activeElement!==this.listboxElement}filterKeydown(t){switch(t.key){case"ArrowDown":return t.stopImmediatePropagation(),void this.listboxElement.focus();case"Enter":return this.listboxElement.guxSelectActive(),void t.preventDefault()}}filterKeyup(t){switch(t.key){case" ":return void t.preventDefault()}}collapseListbox(t){this.expanded&&(this.expanded=!1),"focusFieldButton"===t&&this.fieldButtonElement.focus()}updateValue(t){this.value!==t&&(this.value=t,this.collapseListbox("focusFieldButton"),l(this.root,"input"),l(this.root,"change"))}getSuggestionText(t){const e=t.length;if(e>0){const i=w(this.listboxElement,t);if(i)return i.textContent.substring(e)}return""}renderTargetDisplay(){const t=this.getOptionElementByValue(this.value);return t?i("div",{class:"gux-selected-option"},t.textContent):i("div",{class:"gux-placeholder"},this.placeholder||this.i18n("noSelection"))}renderFilterInputField(){if(this.expanded&&this.filterable)return i("div",{class:"gux-field gux-input-field"},i("div",{class:"gux-field-content"},i("div",{class:"gux-filter"},i("div",{class:"gux-filter-display"},i("span",{class:"gux-filter-text"},this.filter),i("span",{class:"gux-filter-suggestion"},this.getSuggestionText(this.filter))),i("div",{class:"input-and-dropdown-button"},i("input",{onClick:this.fieldButtonClick.bind(this),class:"gux-filter-input",type:"text","aria-label":this.i18n("filterResults"),ref:t=>this.filterElement=t,onInput:this.filterInput.bind(this),onKeyDown:this.filterKeydown.bind(this),onKeyUp:this.filterKeyup.bind(this)})))))}renderPopup(){return i("div",{slot:"popup",class:"gux-listbox-container"},i("slot",null))}renderTarget(){return i("div",{class:{"gux-target-container-expanded":this.expanded&&this.filterable,"gux-target-container-collapsed":!(this.expanded&&this.filterable)},slot:"target"},this.renderFilterInputField(),i("button",{type:"button",class:"gux-field gux-field-button",disabled:this.disabled,onClick:this.fieldButtonClick.bind(this),ref:t=>this.fieldButtonElement=t,"aria-haspopup":"listbox","aria-expanded":this.expanded.toString()},this.renderTargetContent(),i("gux-icon",{class:{"gux-expand-icon":!0},"screenreader-text":this.i18n("dropdown"),iconName:"chevron-small-down"})))}renderTargetContent(){if(!this.expanded||!this.filterable)return i("div",{class:"gux-field-content"},this.renderTargetDisplay())}render(){return i("gux-popup",{expanded:this.expanded,disabled:this.disabled},this.renderTarget(),this.renderPopup())}get root(){return o(this)}static get watchers(){return{expanded:["focusSelectedItemAfterRender"],value:["validateValue"]}}};(function(t,e,i,o){var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var u=t.length-1;u>=0;u--)(n=t[u])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);s>3&&r&&Object.defineProperty(e,i,r)})([r({triggerEvents:"mousedown"})],B.prototype,"onClickOutside",null),B.style=":host{color:#2e394c}.gux-field,.gux-target-container-expanded{all:unset;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center;width:100%;height:32px;padding:6px 8px 6px 6px;font-family:inherit;font-size:12px;line-height:1.6667;cursor:pointer;background-color:#f6f7f9}.gux-field.gux-input-field{height:30px}.gux-field .gux-field-content{display:flex;flex:1 1 0;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;min-width:0;height:100%}.gux-field .gux-field-content .gux-filter,.gux-field .gux-field-content .gux-selected-option,.gux-field .gux-field-content .gux-placeholder{flex:1 1 auto;align-self:auto;order:0;padding-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gux-field .gux-field-content .gux-filter{position:relative;height:100%}.gux-field .gux-field-content .gux-filter .gux-filter-input{all:unset;width:100%;color:transparent;caret-color:#2e394c}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-text{color:#2e394c}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-suggestion{color:#596373}.gux-field .gux-field-content .gux-filter .gux-filter-input,.gux-field .gux-field-content .gux-filter .gux-filter-display{position:absolute}.gux-field .gux-field-content .gux-placeholder{color:#596373}.gux-field .gux-expand-icon{flex:0 0 auto;align-self:auto;order:0;width:16px;height:16px;padding-left:8px;color:#596373}.gux-target-container-expanded{border:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}.gux-target-container-expanded:focus-within{outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}.gux-target-container-expanded .gux-filter-input{background-color:inherit;border:none}.gux-target-container-expanded .gux-filter-input:focus{border:none;outline:none}.gux-target-container-expanded .gux-field-button{width:auto;height:30px;padding:0 0 0 8px;margin:0;background:inherit;border:none;outline:none;box-shadow:none}.gux-target-container-expanded .gux-field-button:focus{outline:none}.gux-target-container-collapsed .gux-field-button{border:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}.gux-target-container-collapsed .gux-field-button:focus{outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}.gux-listbox-container{box-sizing:border-box;margin:0;color:#2e394c}";const E={noMatches:"No matches"},L=class{constructor(e){t(this,e),this.internallistboxoptionsupdated=n(this,"internallistboxoptionsupdated",7),this.filter="",this.listboxOptions=[]}onFocus(){var t;p(t=this.root,function(t){return f(t).find((t=>t.hovered&&!t.disabled&&!t.filtered))}(t)||function(t){return f(t).find((t=>t.selected&&!t.disabled&&!t.filtered))}(t)||b(t))}onBlur(){v(this.root)}onKeydown(t){switch(t.key){case"Enter":return t.preventDefault(),void k(this.root,(t=>this.updateValue(t)));case"ArrowDown":return t.preventDefault(),void(function(t){if(m(t)){let e=g(t).nextElementSibling;for(;e&&(e.disabled||e.filtered);)e=e.nextElementSibling;return Boolean(e)}return!1}(this.root)?(t.stopPropagation(),e=this.root,p(e,function(t){if(m(t)){let e=g(t).nextElementSibling;for(;e&&(e.disabled||e.filtered);)e=e.nextElementSibling;return e}return b(t)}(e))):y(this.root));case"ArrowUp":return t.preventDefault(),void(function(t){if(m(t)){let e=g(t).previousElementSibling;for(;e&&(e.disabled||e.filtered);)e=e.previousElementSibling;return Boolean(e)}return!1}(this.root)?(t.stopPropagation(),function(t){p(t,function(t){if(m(t)){let e=g(t).previousElementSibling;for(;e&&(e.disabled||e.filtered);)e=e.previousElementSibling;return e}return b(t)}(t))}(this.root)):F(this.root));case"Home":return t.preventDefault(),void y(this.root);case"End":return t.preventDefault(),void F(this.root);case" ":return void t.preventDefault()}var e;1!==t.key.length||function(t,e){clearTimeout(j),A+=e,j=setTimeout((()=>{!function(t){const e=w(t,A);e?p(t,e):v(t)}(t),A=""}),250)}(this.root,t.key)}onKeyup(t){switch(t.key){case" ":return void k(this.root,(t=>this.updateValue(t)))}}onMousemove(){v(this.root)}onClick(t){d("gux-option",t,(t=>{!function(t,e){e(t.value)}(t,(t=>this.updateValue(t)))}))}async guxSelectActive(){k(this.root,(t=>this.updateValue(t)))}setListboxOptions(){this.listboxOptions=Array.from(this.root.children),this.internallistboxoptionsupdated.emit()}updateValue(t){this.value!==t&&(this.value=t,l(this.root,"input"),l(this.root,"change"))}async componentWillLoad(){a(this.root),this.i18n=await u(this.root,E),this.setListboxOptions()}componentDidLoad(){this.root.getAttribute("aria-label")||this.root.getAttribute("aria-labelledby")||c("gux-listbox","`gux-listbox` requires a label. Either provide a label and associate it with the listbox using `aria-labelledby` or add an `aria-label` attribute to the gux-listbox element.")}componentWillRender(){this.listboxOptions.forEach((t=>{t.selected=t.value===this.value,t.filtered=!t.textContent.toLowerCase().startsWith(this.filter.toLowerCase())})),this.allListboxOptionsFiltered=0===this.listboxOptions.filter((t=>!t.filtered)).length,this.filter&&y(this.root)}renderAllListboxOptionsFiltered(){if(this.allListboxOptionsFiltered)return i("div",{class:"gux-no-matches"},this.i18n("noMatches"))}render(){return i(s,{role:"listbox",tabindex:0},i("slot",{onSlotchange:()=>this.setListboxOptions()}),this.renderAllListboxOptionsFiltered())}get root(){return o(this)}};L.style=":host{box-sizing:border-box;display:block;max-height:20rem;padding:8px 0;margin:0;overflow-y:auto;color:#2e394c;background:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;outline:none}:host(:focus){outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}.gux-no-matches{box-sizing:border-box;height:32px;padding:8px 16px;color:#2e394c}";const T=class{constructor(e){t(this,e),this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.hovered=!1}onmouseenter(){this.hovered=!0}onMouseleave(){this.hovered=!1}componentWillLoad(){this.root.id=this.root.id||h("gux-option")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){return i(s,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-hovered":this.hovered,"gux-selected":this.selected},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},i("slot",null))}get root(){return o(this)}};T.style="gux-option{box-sizing:border-box;display:flex;min-height:32px;padding:8px 16px;color:#2e394c;word-wrap:break-word;cursor:pointer}gux-option.gux-disabled{pointer-events:none;cursor:default;opacity:0.5}gux-option.gux-selected{background:#deeaff}gux-option.gux-active,gux-option.gux-hovered:not([disabled]){color:#fdfdfd;background:#2a60c8}gux-option.gux-filtered{display:none}";export{B as gux_dropdown,L as gux_listbox,T as gux_option}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as e,H as n}from"./p-767fc0c6.js";const o=class{constructor(e){t(this,e),this.press=i(this,"press",7),this.disabled=!1}handleClick(){this.onItemClicked()}onKeydown(t){switch(t.key){case"Enter":return t.preventDefault(),void this.onItemClicked()}}onKeyup(t){switch(t.key){case" ":return t.preventDefault(),void this.onItemClicked()}}onItemClicked(){this.disabled||this.press.emit(this.value)}render(){return e(n,{role:"listitem"},e("button",{disabled:this.disabled,onClick:()=>this.onItemClicked(),class:{"gux-action-item":!0,"gux-disabled":this.disabled}},this.text,e("slot",null)))}};o.style=":host{outline:none}.gux-action-item{display:flex;width:100%;height:max-content;padding:0 16px;font-family:inherit;font-size:inherit;line-height:32px;text-align:left;word-wrap:break-word;cursor:pointer;background-color:inherit;border:none}.gux-action-item:focus-within:not([disabled]),.gux-action-item:active:not([disabled]),.gux-action-item:hover:not([disabled]){color:#fdfdfd;background:#2a60c8;outline:none}.gux-action-item .gux-text{width:100%}.gux-action-item.gux-disabled{pointer-events:none;cursor:default}";export{o as gux_action_item}
@@ -0,0 +1 @@
1
+ import{r as t,c as s,h as e,g as l}from"./p-767fc0c6.js";import{b as o}from"./p-e983e68c.js";import{r as i}from"./p-cbcbd1bb.js";import{t as a}from"./p-a6257c98.js";import"./p-8a133b9b.js";const r=class{constructor(e){t(this,e),this.internalallrowselectchange=s(this,"internalallrowselectchange",7),this.id=i("gux-all-row-select"),this.selected=!1}onCheck(t){t.stopPropagation(),this.selected=t.target.checked,this.internalallrowselectchange.emit()}async setIndeterminate(t=!0){this.inputElement.indeterminate=t}async componentWillLoad(){this.i18n=await o(this.root,a)}render(){return e("gux-form-field-checkbox",null,e("input",{ref:t=>this.inputElement=t,slot:"input",id:this.id,type:"checkbox",checked:this.selected}),e("label",{slot:"label",htmlFor:this.id},"​",e("span",{class:"gux-label-text"},this.i18n("selectAllTableRows"))))}get root(){return l(this)}};r.style="gux-all-row-select .gux-label-text{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{r as gux_all_row_select}
@@ -0,0 +1 @@
1
+ import{r as t,c as n,h as i,g as a}from"./p-767fc0c6.js";import{b as e}from"./p-e983e68c.js";import"./p-8a133b9b.js";const o={page:"Page",totalPages:" of {totalPages, number}",first:"First",previous:"Previous",next:"Next",last:"Last",pageInputLabel:"Page {currentPage, number} of {totalPages, number}"},s=class{constructor(i){t(this,i),this.internalcurrentpagechange=n(this,"internalcurrentpagechange",3),this.layout="full"}get onFirstPage(){return this.currentPage<=1}get onLastPage(){return this.currentPage>=this.totalPages}handleClickFirst(){this.internalcurrentpagechange.emit(1)}handleClickPrevious(){this.internalcurrentpagechange.emit(this.currentPage-1)}handleClickNext(){this.internalcurrentpagechange.emit(this.currentPage+1)}handleClickLast(){this.internalcurrentpagechange.emit(this.totalPages)}handleClickPage(t){this.internalcurrentpagechange.emit(t)}setPageFromInput(t){const n=parseInt(t,10);!n||isNaN(n)?this.textFieldRef.value=String(this.currentPage):this.internalcurrentpagechange.emit(n)}getPageListEnteries(t,n){return class{static getPageList(t,n){if(n<=10)return[...Array(n).keys()].map((n=>{const i=n+1;return{pageNumber:i,display:String(i),current:i===t}}));if(t<=5)return[...[...Array(6).keys()].map((n=>{const i=n+1;return{pageNumber:i,display:String(i),current:i===t}})),{pageNumber:7,display:"...",current:!1},{pageNumber:n,display:String(n),current:!1}];if(t>n-5){const i=[...Array(6).keys()].map((i=>{const a=i+n-5;return{pageNumber:a,display:String(a),current:a===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:n-6,display:"...",current:!1},...i]}const i=[...Array(5).keys()].map((n=>{const i=n+t-2;return{pageNumber:i,display:String(i),current:i===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:t-3,display:"...",current:!1},...i,{pageNumber:t+3,display:"...",current:!1},{pageNumber:n,display:String(n),current:!1}]}}.getPageList(t,n).reduce(((t,n)=>t.concat(i("button",n.current?{class:"gux-pagination-buttons-list-button gux-current"}:{class:"gux-pagination-buttons-list-button gux-target",onClick:()=>this.handleClickPage(n.pageNumber)},n.display))),[])}getSmallPagePicker(){return i("div",{class:"gux-pagination-buttons-spacer"})}getExpandedPagePicker(){return i("div",{class:"gux-pagination-buttons-list-container"},this.getPageListEnteries(this.currentPage,this.totalPages))}getFullPagePicker(){return i("div",{class:"gux-pagination-buttons-input-container"},i("div",null,this.i18n("page")),i("div",{class:"gux-pagination-buttons-input"},i("gux-form-field-text-like",{"label-position":"screenreader"},i("label",{slot:"label"},this.i18n("pageInputLabel",{currentPage:this.currentPage,totalPages:this.totalPages})),i("input",{type:"text",slot:"input",value:String(this.currentPage),ref:t=>this.textFieldRef=t,onChange:()=>this.setPageFromInput(this.textFieldRef.value)}))),i("div",null,this.i18n("totalPages",{totalPages:this.totalPages})))}getPagePicker(t){return"small"===t?this.getSmallPagePicker():"expanded"===t?this.getExpandedPagePicker():this.getFullPagePicker()}async componentWillLoad(){this.i18n=await e(this.root,o)}render(){return i("div",{class:`gux-pagination-buttons-container gux-${this.layout}`},i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot-beta",{accent:"secondary"},i("button",{title:this.i18n("first"),disabled:this.onFirstPage,onClick:this.handleClickFirst.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-left"}))),i("gux-button-slot-beta",{accent:"secondary"},i("button",{title:this.i18n("previous"),disabled:this.onFirstPage,onClick:this.handleClickPrevious.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})))),this.getPagePicker(this.layout),i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot-beta",{accent:"secondary"},i("button",{title:this.i18n("next"),disabled:this.onLastPage,onClick:this.handleClickNext.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"}))),i("gux-button-slot-beta",{accent:"secondary"},i("button",{title:this.i18n("last"),disabled:this.onLastPage,onClick:this.handleClickLast.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-right"})))))}get root(){return a(this)}};s.style="gux-pagination-buttons{color:#2e394c}gux-pagination-buttons .gux-pagination-buttons-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:flex-end}gux-pagination-buttons .gux-pagination-buttons-container.gux-expanded{justify-content:center}gux-pagination-buttons .gux-pagination-buttons-container>div{flex:0 1 auto;align-self:auto;order:0}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-group{white-space:nowrap}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-group gux-button-slot-beta:not(:first-of-type){margin-left:4px}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-input-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center;margin:0 16px}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-input-container>div{flex:0 1 auto;align-self:auto;order:0;white-space:nowrap}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-input-container .gux-pagination-buttons-input{width:60px;margin:0 8px}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-input-container .gux-pagination-buttons-input input{width:inherit;text-align:center}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center;margin:0 16px}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-button{height:32px;padding:0 4px;margin:0 4px;background:inherit;border:none;border-radius:2px}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-button:focus-visible{outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-button.gux-current{font-weight:600}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-button.gux-target{color:#2a60c8;cursor:pointer}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-spacer{width:12px}";const r={itemCountDisplay:"{firstItem, number} - {lastItem, number}",totalItems:" of {totalItems, number}"},u=class{constructor(n){t(this,n),this.totalItems=0,this.currentPage=0,this.itemsPerPage=25}get firstItem(){return this.totalItems<1?0:(this.currentPage-1)*this.itemsPerPage+1}get lastItem(){return this.totalItems<1?0:Math.min(this.currentPage*this.itemsPerPage,this.totalItems)}async componentWillLoad(){this.i18n=await e(this.root,r)}render(){return i("div",{class:"gux-pagination-item-counts-container"},i("span",{class:"gux-pagination-item-counts-range"},this.i18n("itemCountDisplay",{firstItem:this.firstItem,lastItem:this.lastItem})),i("span",null,this.i18n("totalItems",{totalItems:this.totalItems})))}get root(){return a(this)}};u.style="gux-pagination-item-counts{color:#2e394c}gux-pagination-item-counts .gux-pagination-item-counts-container{white-space:nowrap}gux-pagination-item-counts .gux-pagination-item-counts-container .gux-pagination-item-counts-range{font-weight:bold}";const g={perPage:"per page",itemsPerPage:"Items per page"},p=class{constructor(i){t(this,i),this.internalitemsperpagechange=n(this,"internalitemsperpagechange",3),this.itemsPerPage=25}handleChange(t){t.stopPropagation();const n=parseInt(this.dropdownElement.value,10);this.internalitemsperpagechange.emit(n)}async componentWillLoad(){this.i18n=await e(this.root,g)}getDropdown(){return i("gux-dropdown",{ref:t=>this.dropdownElement=t,value:`${this.itemsPerPage}`},i("gux-listbox",{"aria-label":this.i18n("itemsPerPage")},i("gux-option",{value:"25"},"25"),i("gux-option",{value:"50"},"50"),i("gux-option",{value:"75"},"75"),i("gux-option",{value:"100"},"100")))}render(){return i("div",{class:"gux-pagination-items-per-page-container"},i("div",{class:"gux-pagination-items-per-page-picker"},this.getDropdown()),i("div",null,this.i18n("perPage")))}get root(){return a(this)}};p.style="gux-pagination-items-per-page{color:#2e394c}gux-pagination-items-per-page .gux-pagination-items-per-page-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center}gux-pagination-items-per-page .gux-pagination-items-per-page-container>div{flex:0 1 auto;align-self:auto;order:0;white-space:nowrap}gux-pagination-items-per-page .gux-pagination-items-per-page-container .gux-pagination-items-per-page-picker{margin:0 8px 0 16px}";export{s as gux_pagination_buttons,u as gux_pagination_item_counts,p as gux_pagination_items_per_page}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as s,g as h}from"./p-767fc0c6.js";import{O as e}from"./p-d9c3f07f.js";import{t as r}from"./p-cbd1b9dc.js";import{b as o}from"./p-e983e68c.js";import"./p-8a133b9b.js";function a(t){return new Date("1978-09-23T"+t.trim()+"Z")}const n={defaultAriaLabel:"Time Picker"};const c=class{constructor(s){t(this,s),this.changed=i(this,"changed",7),this.value="",this.interval=15,this.max="23:59:59",this.min="00:00:00",this.label="",this.active=!1,this.openDropdown=!1,this.suggestion="00",this.isPressEvent=!1}watchValue(t){this.changed.emit(t)}getShadowDomEventTarget(t){return t.composedPath()[0]}onKeyDown(t){if(this.focusedField=this.getShadowDomEventTarget(t),this.focusedField===this.inputElement)switch(t.key){case"Enter":this.updateChosenValue(),this.inputElement.focus();break;case"Backspace":t.preventDefault(),this.handleBackspace();break;case"Tab":this.updateChosenValue();break;case"ArrowDown":t.preventDefault(),this.listElement&&this.listElement.guxFocusFirstItem();break;case"ArrowUp":case"ArrowRight":case"ArrowLeft":t.preventDefault();break;default:if(t.preventDefault(),"0"<=t.key&&t.key<="9"&&(this.openDropdown=!0,this.focusedField.value.length<8)){let i=this.focusedField.value+String(parseInt(t.key,10));const s=i.split(":");if(i.length>6&&Number(s[2].padEnd(2,"0"))>59)return;if(!this.canBeCompletedToAValidTime(i))return;2===s[s.length-1].length&&i.length<8&&(i+=":"),this.focusedField.value=i,this.suggestion=s[0].padEnd(2,"0")}}else switch(t.key){case"Escape":this.updateChosenValue(),this.inputElement.focus()}}canBeCompletedToAValidTime(t){const i=a(t+this.max.slice(t.length)),s=a(t+this.min.slice(t.length));return this.minTimeObj<=i&&i<=this.maxTimeObj||this.minTimeObj<=s&&s<=this.maxTimeObj}handleBackspace(){if(this.openDropdown=!0,this.focusedField.selectionStart===this.focusedField.selectionEnd){const t=this.focusedField.value.endsWith(":")?-2:-1;this.focusedField.value=this.focusedField.value.slice(0,t),this.suggestion=this.focusedField.value.split(":")[0].padEnd(2,"0")}else this.focusedField.value=""}onListItemClick(t){this.inputElement.value=t,this.updateChosenValue(),this.inputElement.focus()}onClickOutside(){this.updateChosenValue()}updateChosenValue(){this.inputElement.value=this.validateValue(this.inputElement.value),this.value=this.inputElement.value,this.active=!1,this.openDropdown=!1}onMouseUp(t){this.focusedField=this.getShadowDomEventTarget(t),this.focusedField===this.inputElement&&this.inputElement.setSelectionRange(this.focusedField.selectionEnd!==this.inputElement.value.length?0:this.inputElement.value.length,this.inputElement.value.length)}onFocusIn(t){this.focusedField=this.getShadowDomEventTarget(t),this.active=!0}isValidTime(t){const i=t.split(":"),s="23:59:59".split(":");for(let t=0;t<i.length;t++)if(Number(i[t])>Number(s[t]))return!1;return!0}validateUpperBound(){this.max=this.isInFormat(this.max)?this.max:"23:59:59",this.max=this.isValidTime(this.max)?this.max:"23:59:59"}validateLowerBound(){this.min=this.isInFormat(this.min)?this.min:"00:00:00",this.min=this.isValidTime(this.min)?this.min:"00:00:00"}validateBounds(){this.validateUpperBound(),this.validateLowerBound(),this.maxTimeObj=a(this.max),this.minTimeObj=a(this.min),this.maxTimeObj<this.minTimeObj&&(this.max="23:59:59",this.min="00:00:00",this.maxTimeObj=a(this.max),this.minTimeObj=a(this.min))}validateValue(t){let i=this.isInFormat(t)?t:"";if(i=""!==i&&this.isValidTime(i)?i:"",i){const t=a(i);i=this.minTimeObj<=t&&t<=this.maxTimeObj?i:""}return i}async componentWillLoad(){r(this.root),this.i18n=await o(this.root,n),this.validateBounds(),this.value=this.validateValue(this.value)}isInFormat(t){return/^\d{2}:\d{2}:\d{2}$/.test(t)}render(){return s("div",null,s("div",{class:"gux-input"},s("input",{type:"text",value:this.value,size:9,"aria-label":this.label||this.i18n("defaultAriaLabel"),ref:t=>this.inputElement=t})),!0===this.openDropdown&&s("div",{class:"gux-list-container"},s("gux-list",{ref:t=>this.listElement=t},this.buildDropdownOptions().map((t=>s("gux-list-item",{onClick:()=>this.onListItemClick(t)},t))))))}buildDropdownOptions(){const t=[];for(let i=0;i<60;i+=this.interval){const s=[this.suggestion.toString().padStart(2,"0"),i.toString().padStart(2,"0"),"00"].join(":"),h=a(s);this.minTimeObj<=h&&h<=this.maxTimeObj&&t.push(s)}return t}get root(){return h(this)}static get watchers(){return{value:["watchValue"]}}};(function(t,i,s,h){var e,r=arguments.length,o=r<3?i:null===h?h=Object.getOwnPropertyDescriptor(i,s):h;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,i,s,h);else for(var a=t.length-1;a>=0;a--)(e=t[a])&&(o=(r<3?e(o):r>3?e(i,s,o):e(i,s))||o);r>3&&o&&Object.defineProperty(i,s,o)})([e({triggerEvents:"mousedown"})],c.prototype,"onClickOutside",null),c.style=":host{display:inline-block}input{box-sizing:border-box;width:100%;height:32px;padding:4px 12px;font-family:inherit;font-size:12px;line-height:1.6667;color:#2e394c;background-color:#fdfdfd;background-image:none;border:1px solid #6b7585;border-radius:2px;text-align:right}input::placeholder{color:#596373}input.gux-focused,input:focus{border:1px solid #2a60c8;outline:none;box-shadow:0 0 4px rgba(170, 201, 255, 0.5)}.gux-list-container{padding:8px 0;margin:0;list-style:none;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}";export{c as gux_time_picker_beta}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as e,g as n}from"./p-767fc0c6.js";import{O as r}from"./p-17fc6962.js";import{o,a}from"./p-e2bea786.js";import{p as s}from"./p-c10e41a9.js";import{t as g}from"./p-cbd1b9dc.js";import{a as p,G as u}from"./p-0074384c.js";import{h as l,G as x,v as h,g as c}from"./p-24946167.js";import"./p-cbcbd1bb.js";import"./p-3184268e.js";import"./p-8fe7daff.js";import"./p-d176c2ae.js";const d=class{constructor(i){t(this,i),this.computedLabelPosition="above",this.hasError=!1}onInput(t){this.updateValue(t.target.value)}onMousedown(){this.disabled||(this.active=!0)}onMouseup(){this.active=!1}onMutation(){this.hasError=l(this.root)}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=l(this.root),g(this.root,{variant:this.variant})}componentDidLoad(){this.updatePosition()}disconnectedCallback(){this.disabledObserver.disconnect(),this.requiredObserver.disconnect(),clearInterval(this.valueWatcherId)}render(){return i(e,{class:{"gux-active":this.active}},i(p,{labelPosition:this.computedLabelPosition},i(u,{position:this.computedLabelPosition,required:this.required},i("slot",{name:"label",onSlotchange:()=>this.setLabel()})),i("div",{class:"gux-input-and-error-container"},this.renderRangeInput(),i(x,{hasError:this.hasError},i("slot",{name:"error"})))))}get variant(){return this.labelPosition?this.labelPosition.toLowerCase():"none"}setInput(){this.input=this.root.querySelector('input[type="range"][slot="input"]'),s(this.input),this.disabled=this.input.disabled,this.required=this.input.required,this.value=this.input.value,this.disabledObserver=o(this.input,(t=>{this.disabled=t})),this.requiredObserver=a(this.input,(t=>{this.required=t})),clearInterval(this.valueWatcherId),this.valueWatcherId=setInterval((()=>{this.value!==this.input.value&&this.updateValue(this.input.value)}),100),h(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=c(this.label,this.labelPosition)}renderRangeInput(){return i("div",{class:{"gux-range-input-container":!0,"gux-disabled":this.disabled}},i("div",{class:"gux-range"},i("div",{class:"gux-track"},i("div",{class:"gux-progress",ref:t=>this.progressElement=t})),i("slot",{name:"input"}),i("div",{class:{"gux-range-tooltip-container":!0,"gux-hidden":!this.valueInTooltip},ref:t=>this.sliderTooltipContainer=t},i("div",{class:"gux-range-tooltip",ref:t=>this.sliderTooltip=t},this.getDisplayValue()))),i("div",{class:{"gux-display":!0,"gux-hidden":this.valueInTooltip}},this.getDisplayValue()))}updateValue(t){this.value=t,this.updatePosition()}updatePosition(){const t=Number(this.input.value||0),i=Number(this.input.min||0),e=(t-i)/(Number(this.input.max||100)-i)*100;this.sliderTooltip&&(this.sliderTooltip.style.left=e-e/8/this.sliderTooltipContainer.offsetWidth*100+"%"),this.progressElement.style.width=`${e}%`}getDisplayValue(){return this.displayUnits?`${this.value}${this.displayUnits}`:this.value}get root(){return n(this)}};(function(t,i,e,n){var r,o=arguments.length,a=o<3?i:null===n?n=Object.getOwnPropertyDescriptor(i,e):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,e,n);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(o<3?r(a):o>3?r(i,e,a):r(i,e))||a);o>3&&a&&Object.defineProperty(i,e,a)})([r({childList:!0,subtree:!0})],d.prototype,"onMutation",null),d.style=".gux-form-field-container{margin:16px 0}.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:11px;color:#2e394c}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;width:16px;height:16px;margin:0 4px;color:#ea0b0b}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-label.gux-required::after{font-size:12px;color:#ea0b0b;content:' *'}.gux-form-field-label.gux-beside{position:relative;top:7px;width:fit-content;min-width:45px;margin-right:8px}.gux-form-field-label.gux-above{margin-bottom:8px}.gux-form-field-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}:host{display:block;color:#2e394c}::slotted(label){font-family:Roboto, sans-serif;font-weight:400;font-weight:700;font-size:12px;line-height:16px}::slotted(input[type='range']){position:absolute;width:100%;height:2px;margin:6px 0;margin-top:calc(-1 * (12px / 2 + 2px));background:transparent;-webkit-appearance:none}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-range-input-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:flex-start;height:32px;font-size:12px}.gux-input-and-error-container .gux-range-input-container.gux-disabled{opacity:0.5}.gux-input-and-error-container .gux-range-input-container .gux-range{position:relative;flex:1 1 auto;align-self:center;order:0}.gux-input-and-error-container .gux-range-input-container .gux-range:hover .gux-range-tooltip,.gux-input-and-error-container .gux-range-input-container .gux-range:focus-within .gux-range-tooltip{visibility:visible}.gux-input-and-error-container .gux-range-input-container .gux-range .gux-track{width:100%;height:2px;margin:6px 0;background-color:#8a97ad}.gux-input-and-error-container .gux-range-input-container .gux-range .gux-track .gux-progress{height:2px;background-color:#2a60c8}.gux-input-and-error-container .gux-range-input-container .gux-display{flex:0 1 auto;align-self:auto;order:0;height:32px;margin:0 0 0 16px;line-height:32px;text-align:right}.gux-input-and-error-container .gux-range-input-container .gux-display.gux-hidden{display:none}.gux-input-and-error-container .gux-range-tooltip-container{position:absolute;top:-50px;width:100%;height:32px;pointer-events:none}.gux-input-and-error-container .gux-range-tooltip-container.gux-hidden{display:none}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip{font-family:Roboto, sans-serif;font-weight:400;font-size:11px;line-height:16px;position:absolute;z-index:1;display:flex;align-items:center;justify-content:center;width:50px;height:32px;margin-left:-20px;visibility:hidden;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::after,.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::before{position:absolute;top:100%;left:50%;width:0;height:0;pointer-events:none;content:' ';border:solid transparent}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::after{margin-left:-4px;border-width:4px;border-top-color:#fdfdfd}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::before{margin-left:-6px;border-width:6px;border-top-color:#b4bccb}";export{d as gux_form_field_range}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as s,g as e}from"./p-767fc0c6.js";import{t as i}from"./p-cbd1b9dc.js";import{m as n,h as r}from"./p-a02c3341.js";import{c as a}from"./p-4c66f794.js";const u=class{constructor(o){t(this,o),this.isShown=!1}forceUpdate(t){t&&this.popperInstance&&this.popperInstance.update()}onKeydown(t){if(t.stopPropagation(),this.isShown)switch(t.key){case"Escape":case"ArrowLeft":case"ArrowUp":return void this.root.focus();case"ArrowDown":return t.preventDefault(),void this.focusOnMenu();case"Enter":return void(this.hideDelayTimeout=setTimeout((()=>{this.focusOnMenu()}),n))}}onKeyup(t){switch(t.stopPropagation(),t.key){case" ":return void(this.menuContentElement.contains(document.activeElement)?this.root.focus():this.hideDelayTimeout=setTimeout((()=>{this.focusOnMenu()}),n))}}onmouseenter(){this.show()}onMouseleave(){this.hide()}onClick(t){0!==t.detail&&this.hide(),this.root.focus()}onFocusin(){this.show()}onFocusout(){this.hide()}show(){clearTimeout(this.hideDelayTimeout),this.isShown=!0}hide(){this.isShown&&(this.hideDelayTimeout=setTimeout((()=>{this.isShown=!1}),r))}runPopper(){this.popperInstance=a(this.targetElement,document.querySelector("gux-menu"),{modifiers:[{name:"offset",options:{offset:[0,16]}},{name:"arrow",options:{padding:16}}],placement:"bottom-start"})}destroyPopper(){this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null)}focusOnMenu(){if(this.menuContentElement.contains(document.activeElement))return;const t=this.root.querySelector("gux-menu");Array.from(t.children)[0].guxFocus()}componentWillLoad(){i(this.root)}componentDidLoad(){this.runPopper()}disconnectedCallback(){this.destroyPopper()}render(){return o(s,{tabIndex:0,"aria-haspopup":"true"},o("span",{ref:t=>this.targetElement=t},o("slot",{name:"target"})),o("div",{class:{"gux-flyout-menu-content":!0,"gux-shown":this.isShown},ref:t=>this.menuContentElement=t},o("slot",{name:"menu"})))}get root(){return e(this)}static get watchers(){return{isShown:["forceUpdate"]}}};u.style=":host{z-index:2;color:#2e394c;cursor:default}:host(:focus){outline:none}:host(:focus-visible){outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}.gux-flyout-menu-content{display:none;margin:0}.gux-flyout-menu-content.gux-shown{display:flex}.gux-arrow,.gux-arrow::before{position:absolute;top:-3px;width:10px;height:10px;background:inherit}.gux-arrow::before{visibility:visible;content:'';border-top:1px solid #b4bccb;border-left:1px solid #b4bccb;transform:rotate(45deg)}";export{u as gux_flyout_menu_beta}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as e,g as r}from"./p-767fc0c6.js";import{g as n}from"./p-8a133b9b.js";const s=class{constructor(o){t(this,o),this.disabled=!1}onMouseup(){this.focusParentList()}onMouseover(){this.focusParentList()}focusParentList(){const t=n("gux-list",this.root);t&&null===t.shadowRoot.activeElement&&(this.root.blur(),t.focus())}render(){return o(e,{role:"listitem"},o("button",{type:"button",tabIndex:-1,disabled:this.disabled},o("slot",null)))}static get delegatesFocus(){return!0}get root(){return r(this)}};s.style=":host{width:100%;outline:none}:host([disabled]){pointer-events:none}::slotted(gux-icon){width:16px;height:16px;margin-right:8px;vertical-align:middle}button{all:unset;box-sizing:border-box;width:100%;min-height:32px;padding:8px 16px;color:#2e394c;word-wrap:break-word;cursor:pointer;border:none;outline:none}button:focus:not(:disabled){color:#fdfdfd;background:#2a60c8}button:hover:not(:disabled){color:#fdfdfd;background:#2754ac}button:active:not(:disabled){color:#fdfdfd;background:#23478f}button:disabled{color:rgba(46, 57, 76, 0.5);cursor:default}";export{s as gux_list_item}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as o,g as i}from"./p-767fc0c6.js";import{t as s}from"./p-cbd1b9dc.js";import{b as d}from"./p-e983e68c.js";import"./p-8a133b9b.js";const n={searchAria:"Search"},r=class{constructor(o){e(this,o),this.input=t(this,"input",7),this.filter=t(this,"filter",7),this.disabled=!1,this.noFilter=!1,this.filterDebounceTimeout=500,this.dropdownHeight="320px"}watchValue(e){this.opened&&e&&this.closeDropdown(!1)}get value(){var e;return null===(e=this.currentlySelectedOption)||void 0===e?void 0:e.text}getSelectedValues(){return Promise.resolve([this.value])}async setLabeledBy(e){this.srLabelledby=e}onFocusOut(e){e.relatedTarget&&this.root.contains(e.relatedTarget)||this.closeDropdown(!1)}async componentWillLoad(){s(this.root),this.i18n=await d(this.root,n),this.handleSelectionChange=this.handleSelectionChange.bind(this),this.updateSelectionState(),this.addOptionListener(),this.slotObserver=function(e,t,o={}){const i=new MutationObserver(t);return i.observe(e,Object.assign({attributes:!0,childList:!0,subtree:!0},o)),i}(this.root,(()=>this.updateSelectionState()))}disconnectedCallback(){this.slotObserver.disconnect()}render(){return o("div",{class:`gux-dropdown\n ${this.disabled?"gux-disabled":""}\n ${this.opened?"gux-active":""}`},o("div",{class:"gux-select-field",onMouseDown:()=>this.inputMouseDown()},o("a",{ref:e=>this.inputBox=e,class:"gux-select-input","aria-labelledby":this.srLabelledby,tabindex:"0",onKeyDown:e=>this.inputKeyDown(e)},this.placeholder&&!this.value&&o("span",{class:"gux-select-placeholder",title:this.placeholder},this.placeholder),this.value&&o("span",{class:"gux-select-value",title:this.value},this.value)),o("div",{class:"gux-icon-wrapper"},o("gux-icon",{decorative:!0,"icon-name":"chevron-small-down"}))),o("div",{class:"gux-advanced-dropdown-menu "+(this.opened?"gux-opened":"")},o("div",{class:"gux-dropdown-menu-container"},o("gux-form-field-search",{"label-position":"screenreader"},o("label",{slot:"label"},this.i18n("searchAria")),o("input",{slot:"input",type:"search",onInput:e=>{this.handleSearchInput(e)},ref:e=>this.searchInput=e})),o("div",{class:"gux-dropdown-options",style:{maxHeight:this.dropdownHeight},onKeyDown:e=>this.optionsKeyDown(e)},o("slot",null)))))}updateSelectionState(){this.selectionOptions=this.getSelectionOptions(),this.currentlySelectedOption=this.selectionOptions.find((e=>e.selected))}addOptionListener(){this.root.addEventListener("selectedChanged",(e=>this.handleSelectionChange(e)))}handleSelectionChange({target:e}){const t=e;this.closeDropdown(!0),this.currentlySelectedOption!==t&&(this.currentlySelectedOption&&(this.currentlySelectedOption.selected=!1),this.currentlySelectedOption=t,this.input.emit(t.value))}getSelectionOptions(){const e=this.root.querySelectorAll("gux-dropdown-option");return Array.from(e)}inputMouseDown(){this.disabled||(this.opened?this.closeDropdown(!0):this.openDropdown(!1))}getFocusIndex(){return this.selectionOptions.findIndex((e=>e.matches(":focus")))}optionsKeyDown(e){switch(e.key){case"ArrowUp":{e.preventDefault();const t=this.getFocusIndex();t>0&&this.selectionOptions[t-1].focus();break}case"ArrowDown":{e.preventDefault();const t=this.getFocusIndex();t<this.selectionOptions.length-1&&this.selectionOptions[t+1].focus();break}case"Home":if(!this.selectionOptions.length)return;this.selectionOptions[0].focus();break;case"End":if(!this.selectionOptions.length)return;this.selectionOptions[this.selectionOptions.length-1].focus()}}inputKeyDown(e){switch(e.key){case"ArrowUp":case"ArrowDown":case" ":this.openDropdown(!0)}}handleSearchInput(e){e.stopPropagation(),clearTimeout(this.filterDebounceTimer),this.filterDebounceTimer=setTimeout((()=>this.searchRequested()),this.filterDebounceTimeout)}searchRequested(){this.filter.emit(this.searchInput.value),this.setFilteredOptions()}setFilteredOptions(){const e=this.searchInput.value;if(!this.noFilter)for(const t of this.selectionOptions)t.shouldFilter(e).then((e=>{t.filtered=e}))}changeFocusToSearch(){setTimeout((()=>{this.searchInput.focus()}))}openDropdown(e){this.opened=!0,e&&this.changeFocusToSearch()}closeDropdown(e){this.opened=!1,this.searchInput.value="",this.setFilteredOptions(),e&&this.inputBox.focus()}get root(){return i(this)}static get watchers(){return{disabled:["watchValue"]}}};r.style=":host{color:#2e394c}div.gux-dropdown{position:relative;margin:4px 0}div.gux-dropdown.gux-disabled{pointer-events:none;cursor:default;opacity:0.5}div.gux-dropdown .gux-select-field{position:relative;width:100%;height:32px}div.gux-dropdown .gux-select-field a.gux-select-input{position:absolute;top:0;right:0;bottom:0;left:0;padding:6px 24px 6px 12px;overflow:hidden;color:#2e394c;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background-color:#f6f7f9;background-image:none;border:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}div.gux-dropdown .gux-select-field a.gux-select-input .gux-select-placeholder,div.gux-dropdown .gux-select-field a.gux-select-input .gux-select-value{line-height:20px}div.gux-dropdown .gux-select-field a.gux-select-input .gux-select-placeholder{color:#596373}div.gux-dropdown .gux-select-field a.gux-select-input:focus{outline:none;box-shadow:0 0 0 3px rgba(117, 168, 255, 0.5)}div.gux-dropdown .gux-select-field .gux-icon-wrapper{position:absolute;top:1px;right:8px;bottom:0;display:flex;align-items:center;overflow:hidden;cursor:pointer}div.gux-dropdown .gux-select-field .gux-icon-wrapper gux-icon{width:16px;height:16px;color:#596373}div.gux-dropdown .gux-select-field:hover .gux-icon-wrapper gux-icon{color:#2e394c}div.gux-dropdown.gux-active .gux-select-field .gux-select-input{border:1px solid #2a60c8;outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}div.gux-dropdown.gux-active .gux-select-field .gux-select-input:focus{outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}div.gux-dropdown .gux-advanced-dropdown-menu{position:absolute;top:36px;z-index:1;display:none;width:100%;background:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 0 2px 0 rgba(32, 41, 55, 0.24);box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}div.gux-dropdown .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search{margin:8px 16px}div.gux-dropdown .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-search-cancel-button,div.gux-dropdown .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-search-results-button,div.gux-dropdown .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}div.gux-dropdown .gux-advanced-dropdown-menu.gux-opened{display:block}div.gux-dropdown .gux-dropdown-options{padding:8px 0;margin:0;overflow-y:auto;color:#2e394c;background:#fdfdfd;border-radius:4px;box-shadow:none}";export{r as gux_advanced_dropdown}
@@ -0,0 +1 @@
1
+ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e,n,o){return e(o={path:n,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},o.exports),o.exports}export{e as a,n as c}
@@ -0,0 +1 @@
1
+ import{r,h as t,g as s}from"./p-767fc0c6.js";import{b as a}from"./p-e983e68c.js";import{t as e}from"./p-cbd1b9dc.js";import"./p-8a133b9b.js";const i={breadcrumbs:"Breadcrumbs"},n=class{constructor(t){r(this,t),this.accent="primary"}componentWillLoad(){e(this.root,{variant:this.accent})}async componentWillRender(){this.i18n=await a(this.root,i)}render(){return t("nav",{"aria-label":this.i18n("breadcrumbs"),class:"gux-breadcrumbs-container"},t("slot",null))}get root(){return s(this)}};n.style=".gux-breadcrumbs-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;align-items:center;justify-content:flex-start}";export{n as gux_breadcrumbs}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as o,g as a}from"./p-767fc0c6.js";import{t as n}from"./p-cbd1b9dc.js";const i=class{constructor(e){t(this,e)}componentWillLoad(){n(this.root)}render(){return e(o,null,e("div",{class:"gux-header"},e("div",{class:"gux-icon"},e("slot",{name:"icon"})),e("div",{class:"gux-title"},e("slot",{name:"title"}))),e("div",{class:"gux-message"},e("slot",{name:"message"})),e("div",{class:"gux-action-buttons"},e("div",{class:"gux-positive-button"},e("slot",{name:"positive-button"})),e("div",{class:"gux-negative-button"},e("slot",{name:"negative-button"}))))}get root(){return a(this)}};i.style=":host{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch;align-items:stretch;justify-content:flex-start;width:270px;padding:20px 24px;margin-bottom:4px;color:#2e394c;background:#f6f7f9;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-header{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;align-self:auto;justify-content:flex-start;order:0;font-family:Roboto, sans-serif;font-weight:400;font-weight:300;font-size:18px;line-height:24px}.gux-header .gux-icon{flex:0 1 auto;align-self:auto;order:0;color:#1da8b3}.gux-header .gux-icon ::slotted(gux-icon){width:32px !important;height:32px !important}.gux-header .gux-title{flex:1 1 auto;align-self:auto;order:0;margin:0 0 0 8px}.gux-message{flex:0 1 auto;align-self:auto;order:0;margin:16px 0;font-family:Roboto, sans-serif;font-weight:400;font-size:12px;line-height:20px}.gux-message ::slotted(dl){display:flex;flex-direction:row;flex-wrap:wrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:0}.gux-action-buttons{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;align-self:auto;justify-content:space-between;order:0}.gux-action-buttons .gux-negative-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons .gux-positive-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;align-self:auto;justify-content:space-between;order:0}.gux-action-buttons .gux-negative-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons .gux-positive-button{flex:0 1 auto;align-self:auto;order:0}";export{i as gux_action_toast}
@@ -0,0 +1 @@
1
+ import{g as t}from"./p-767fc0c6.js";function n(n){return(c,e)=>{const{connectedCallback:s,disconnectedCallback:i}=c;let o;c.connectedCallback=function(){const c=t(this);return o=new MutationObserver(this[e].bind(this)),o.observe(c,n),s&&s.call(this)},c.disconnectedCallback=function(){return o.disconnect(),i&&i.call(this)}}}export{n as O}
@@ -0,0 +1 @@
1
+ import{r,h as o,H as e}from"./p-767fc0c6.js";const t=class{constructor(o){r(this,o)}render(){return o(e,{role:"menu"},o("slot",null),o("div",{class:"gux-arrow","data-popper-arrow":!0}))}};t.style="gux-menu{flex-direction:column;width:fit-content;padding:8px 0;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}gux-menu .gux-arrow,gux-menu .gux-arrow::before{position:absolute;top:-3px;width:10px;height:10px;background:inherit}gux-menu .gux-arrow::before{visibility:visible;content:'';border-top:1px solid #b4bccb;border-left:1px solid #b4bccb;transform:rotate(45deg)}";export{t as gux_menu}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as l}from"./p-767fc0c6.js";import{t as a}from"./p-cbd1b9dc.js";let o=1;const x=class{constructor(t){e(this,t),this.position="above",this.id=this.generateId()}componentWillLoad(){a(this.root,{variant:this.position})}componentDidLoad(){const e=this.labeledComponent.querySelector("*");"function"==typeof e.componentOnReady&&"function"==typeof e.setLabelledBy?e.componentOnReady().then((()=>{e.setLabelledBy(this.id)})):e.setAttribute("aria-labelledby",this.id)}render(){return t("div",{class:`gux-text-label-container gux-${this.position}`},t("label",{class:"gux-label",id:this.id},t("slot",{name:"label"},this.label)),t("div",{class:"gux-labeled-component",ref:e=>this.labeledComponent=e},t("slot",null)))}generateId(){return"gux-text-label-"+o++}get root(){return l(this)}};x.style="gux-text-label-legacy .gux-label{margin-right:8px}gux-text-label-legacy .gux-text-label-container.gux-beside{display:flex;flex-direction:row;align-items:baseline}gux-text-label-legacy .gux-text-label-container.gux-beside .gux-labeled-component{flex:1 1 auto}.gux-text-label-dark-theme{color:#fdfdfd}.gux-dark-theme gux-text-label-legacy{color:#fdfdfd}gux-text-label-legacy.gux-dark-theme{color:#fdfdfd}.gux-text-label-light-theme{color:#2e394c}.gux-light-theme gux-text-label-legacy{color:#2e394c}gux-text-label-legacy.gux-light-theme{color:#2e394c}gux-text-label-legacy{color:#2e394c}";export{x as gux_text_label_legacy}
@@ -0,0 +1 @@
1
+ import{h as e}from"./p-767fc0c6.js";import{r as o}from"./p-cbcbd1bb.js";import{l as r}from"./p-3184268e.js";import{s as t}from"./p-8fe7daff.js";const i=({hasError:o},r)=>e("div",{class:{"gux-form-field-error":!0,"gux-show":o}},e("gux-icon",{"icon-name":"alert-warning-octogon",decorative:!0}),e("div",{class:"gux-message"},r));function a(e){t(e,"",!0)}function n(e){return Boolean(e.querySelector('[slot="error"]'))}function s(e){return Boolean(e.value)}function l(e,o){if(e)return["above","beside","screenreader"].includes(o)?o:e.offsetWidth>1&&e.offsetWidth<40?"beside":"above"}function d(e,t){if(function(e){return Boolean(e.querySelector('label[slot="label"]'))}(e)){const i=e.querySelector('label[slot="label"]'),a=Boolean(t.hasAttribute("id")),n=Boolean(i.hasAttribute("for"));if(!a&&n)r(e.tagName.toLowerCase(),'A "for" attribute has been provided on the label but there is no corresponding id on the input. Either provide an id on the input or omit the "for" attribute from the label. If there is no input id and no "for" attribute provided, the component will automatically generate an id and link it to the "for" attribute.');else if(a)if(a&&!n){const e=t.getAttribute("id");i.setAttribute("for",e)}else a&&n&&t.getAttribute("id")!==i.getAttribute("for")&&r(e.tagName.toLowerCase(),"The input id and label for attribute should match.");else{const e=o("gux-form-field-input");t.setAttribute("id",e),i.setAttribute("for",e)}}else r(e.tagName.toLowerCase(),'A label is required for this component. If a visual label is not needed for this use case, please add localized text for a screenreader and set the label-position attribute to "screenreader" to visually hide the label.');if(n(e)){const r=e.querySelector('[slot="error"]'),i=o("gux-form-field-error");r.setAttribute("id",i),t.setAttribute("aria-describedby",i)}else t.getAttribute("aria-describedby")&&t.getAttribute("aria-describedby").startsWith("gux-form-field-error")&&t.removeAttribute("aria-describedby")}export{i as G,s as a,a as c,l as g,n as h,d as v}
@@ -0,0 +1 @@
1
+ import{r as o,h as e,g as n}from"./p-767fc0c6.js";import{t as c}from"./p-cbd1b9dc.js";function t(o,e,n){const c=function(o,e){return e.find((e=>e.slotName===o))}(o,n);null==c||c.ref.classList[e]("gux-opened")}const r=class{constructor(e){o(this,e),this.sections=[],this.headingLevel=null,this.arrowPosition="default"}async open(o){t(o,"add",this.sections)}async close(o){t(o,"remove",this.sections)}async toggle(o){t(o,"toggle",this.sections)}componentWillLoad(){c(this.root),this.sections=function(o){const e=Array.from(o.children),n=[];return e.forEach((o=>{const e=o.getAttribute("slot");o.hidden=!Boolean(e),e&&n.push({slotName:e,ref:null})})),n}(this.root)}render(){return e("div",{class:"gux-accordion"},this.sections.map((o=>e("section",{class:"gux-section",onKeyDown:e=>function(o,e,n){let c;switch(o.key){case"ArrowUp":c=function(o,e){const n=e.findIndex((e=>e.slotName===o));return n<=0?e[e.length-1].ref:e[n-1].ref}(e,n);break;case"ArrowDown":c=function(o,e){const n=e.findIndex((e=>e.slotName===o));return n>=e.length-1?e[0].ref:e[n+1].ref}(e,n);break;case"End":c=function(o){return o[this.sections.length-1].ref}(n);break;case"Home":c=function(o){return o[0].ref}(n)}var t;c&&(t=c,t.querySelector(".gux-header-button")).focus()}(e,o.slotName,this.sections),ref:e=>o.ref=e},e("div",{"aria-role":"heading","aria-level":this.headingLevel,class:"gux-header"},e("button",{class:"gux-header-button",type:"button",onClick:()=>this.toggle(o.slotName)},e("div",{class:"gux-text"},o.slotName),"beside-text"===this.arrowPosition?null:e("div",{class:"gux-spacer"}),e("div",{class:"gux-toggle-arrow"},e("gux-icon",{decorative:!0,"icon-name":"chevron-small-down"})))),e("div",{class:"gux-content"},e("slot",{name:o.slotName}))))))}get root(){return n(this)}};r.style="gux-accordion-legacy .gux-accordion{padding:0;margin:0;background-color:#fdfdfd}gux-accordion-legacy .gux-accordion .gux-section{color:#2e394c}gux-accordion-legacy .gux-accordion .gux-section .gux-header{box-sizing:border-box;height:40px;border-top:1px solid #e2e6ee}gux-accordion-legacy .gux-accordion .gux-section .gux-header .gux-header-button{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:0 16px;margin:0;color:#2e394c;cursor:pointer;background:none;border:none}gux-accordion-legacy .gux-accordion .gux-section .gux-header .gux-header-button .gux-text{flex:0 1 auto;align-self:auto;padding-right:8px;font-family:inherit;font-size:inherit;font-weight:bold;text-align:left}gux-accordion-legacy .gux-accordion .gux-section .gux-header .gux-header-button .gux-spacer{flex:1 1 auto;align-self:auto}gux-accordion-legacy .gux-accordion .gux-section .gux-header .gux-header-button .gux-toggle-arrow{flex:0 1 auto;align-items:center;align-self:auto;color:#6b7585;transition:transform 0.5s ease;transform-origin:center}gux-accordion-legacy .gux-accordion .gux-section .gux-header .gux-header-button .gux-toggle-arrow gux-icon{width:20px;height:20px}gux-accordion-legacy .gux-accordion .gux-section .gux-header:hover .gux-toggle-arrow{color:#2e394c}gux-accordion-legacy .gux-accordion .gux-section .gux-content{box-sizing:border-box;display:none;padding:16px}gux-accordion-legacy .gux-accordion .gux-section.gux-opened .gux-header{border-bottom:1px solid #e2e6ee}gux-accordion-legacy .gux-accordion .gux-section.gux-opened .gux-header .gux-toggle-arrow{transform:rotate(-180deg)}gux-accordion-legacy .gux-accordion .gux-section.gux-opened .gux-content{display:block}gux-accordion-legacy .gux-accordion .gux-section:last-of-type .gux-header{border-bottom:1px solid #e2e6ee}gux-accordion-legacy .gux-accordion .gux-section:last-of-type .gux-content{border-bottom:1px solid #e2e6ee}";export{r as gux_accordion_legacy}
@@ -0,0 +1 @@
1
+ import{r as t,d as s,w as o,h as i,g as l}from"./p-767fc0c6.js";import{b as r}from"./p-e983e68c.js";import"./p-8a133b9b.js";const e={scrollLeft:"Scroll Left",scrollRight:"Scroll Right",scrollUp:"Scroll Up",scrollDown:"Scroll Down"},c=class{constructor(s){t(this,s),this.focused=0,this.hasHorizontalScrollbar=!1,this.hasVerticalScrollbar=!1,this.isScrolledToBeginning=!1,this.isScrolledToEnd=!1}onFocusout(t){this.root.contains(t.relatedTarget)||this.tabTriggers.forEach((async(t,s)=>{await t.guxGetActive()?this.focused=s:t.querySelector("button").setAttribute("tabindex","-1")}))}onHasVerticalScrollBar(){this.checkDisabledScrollButtons()}onScroll(){this.checkDisabledScrollButtons()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":t.preventDefault(),this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":t.preventDefault(),this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.focusTab(this.focused);break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}async guxSetActive(t){this.tabTriggers.forEach(((s,o)=>{const i=s.tabId===t;s.guxSetActive(i),i&&(this.focused=o)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach((async(t,s)=>{const o=await t.guxGetActive();this.focused===s||o||t.querySelector("button").setAttribute("tabindex","-1")})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}checkForScrollbarHideOrShow(){s((()=>{const t=this.root.querySelector(".gux-scrollable-section"),s=t.clientWidth<t.scrollWidth,o=t.clientHeight<t.scrollHeight;s!==this.hasHorizontalScrollbar&&(this.hasHorizontalScrollbar=s),o!==this.hasVerticalScrollbar&&(this.hasVerticalScrollbar=o),this.checkDisabledScrollButtons()}))}handleKeyboardScroll(t){const s=this.root.querySelector(".gux-scrollable-section"),i=this.root.querySelectorAll("gux-tab")[this.focused];"forward"===t?this.focused<this.tabTriggers.length-1?(o((()=>{this.hasHorizontalScrollbar?s.scrollBy(i.clientWidth,0):s.scrollBy(0,i.clientHeight)})),this.focusTab(this.focused+1)):(o((()=>{this.hasHorizontalScrollbar?s.scrollBy(-s.scrollWidth,0):s.scrollBy(0,-s.scrollHeight)})),this.focusTab(0)):"backward"===t&&(this.focused>0?(o((()=>{this.hasHorizontalScrollbar?s.scrollBy(-i.clientWidth,0):s.scrollBy(0,-i.clientHeight)})),this.focusTab(this.focused-1)):(o((()=>{this.hasHorizontalScrollbar?s.scrollBy(s.scrollWidth,0):s.scrollBy(0,s.scrollHeight)})),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await r(this.root,e)}componentDidLoad(){!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkForScrollbarHideOrShow()))),this.resizeObserver&&this.resizeObserver.observe(this.root.querySelector(".gux-scrollable-section")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver((()=>this.checkForScrollbarHideOrShow()))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),setTimeout((()=>{this.checkForScrollbarHideOrShow()}),500)}checkDisabledScrollButtons(){const t=this.root.querySelector(".gux-scrollable-section");if(this.hasHorizontalScrollbar){const s=t.scrollLeft,o=t.scrollWidth-t.clientWidth;this.isScrolledToBeginning=0===s,this.isScrolledToEnd=o-s==0}else{const s=t.scrollTop,o=t.scrollHeight-t.clientHeight;this.isScrolledToBeginning=0===s,this.isScrolledToEnd=o-s==0}}scrollLeft(){o((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(-100,0)}))}scrollRight(){o((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(100,0)}))}scrollUp(){o((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(0,-100)}))}scrollDown(){o((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(0,100)}))}render(){return i("div",{class:"gux-tab-container"},this.renderScrollButton(this.hasHorizontalScrollbar?"scrollLeft":"scrollUp"),i("div",{role:"tablist",class:"gux-scrollable-section","aria-owns":this.triggerIds},i("slot",null)),this.renderScrollButton(this.hasHorizontalScrollbar?"scrollRight":"scrollDown"))}renderScrollButton(t){return i("div",{class:"gux-scroll-button-container"},this.hasHorizontalScrollbar||this.hasVerticalScrollbar?i("button",{disabled:this.getButtonDisabled(t),tabindex:"-1",title:this.i18n(t),"aria-label":this.i18n(t),class:"gux-scroll-button",onClick:()=>this.getScrollDirection(t)},i("gux-icon",{"icon-name":this.getChevronIconName(t),decorative:!0})):null)}getButtonDisabled(t){switch(t){case"scrollLeft":case"scrollUp":return this.isScrolledToBeginning;case"scrollRight":case"scrollDown":return this.isScrolledToEnd}}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight();break;case"scrollUp":this.scrollUp();break;case"scrollDown":this.scrollDown()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-small-left";case"scrollRight":return"chevron-small-right";case"scrollUp":return"chevron-small-up";case"scrollDown":return"chevron-small-down"}}get root(){return l(this)}};c.style="gux-tabs[orientation='vertical']{height:100%}gux-tabs[orientation='vertical'] .gux-tab-container{display:flex;flex-direction:column;width:160px;max-width:160px;height:100%;margin-right:16px;border-right:1px solid #d7dce5}gux-tabs[orientation='vertical'] .gux-tab-container .gux-scroll-button-container{width:100%}gux-tabs[orientation='vertical'] .gux-tab-container .gux-scroll-button-container button{width:100%}gux-tabs[orientation='vertical'] .gux-tab-container .gux-scrollable-section{flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}gux-tabs[orientation='vertical'] .gux-tab-container .gux-scrollable-section::-webkit-scrollbar{width:0;height:0}gux-tabs:not([orientation='vertical']) .gux-tab-container{height:40px;margin-bottom:16px;border-bottom:1px solid #d7dce5}gux-tabs:not([orientation='vertical']) .gux-scrollable-section{overflow-x:auto}gux-tabs .gux-tab-container{box-sizing:content-box;display:flex;width:100%;overflow-x:hidden;overflow-y:hidden;background-color:#fff}gux-tabs .gux-scrollable-section{display:flex;flex:1 1 auto;scroll-behavior:smooth;scrollbar-width:none}gux-tabs .gux-scrollable-section::-webkit-scrollbar{height:0}gux-tabs .gux-scroll-button-container{display:flex;border-radius:4px}gux-tabs .gux-scroll-button-container .gux-scroll-button{display:flex;align-items:center;justify-content:center;width:28px;height:40px;color:#202937;cursor:pointer;background-color:#c8cfda;background-color:#e2e6ee;border:none;border-radius:4px}gux-tabs .gux-scroll-button-container .gux-scroll-button gux-icon{width:16px;height:16px}gux-tabs .gux-scroll-button-container .gux-scroll-button:hover:not(:disabled){background-color:#d7dce5}gux-tabs .gux-scroll-button-container .gux-scroll-button:active:not(:disabled){background-color:#d2d8e5}gux-tabs .gux-scroll-button-container .gux-scroll-button:disabled{cursor:default;opacity:0.5}";export{c as gux_tab_list}
@@ -0,0 +1 @@
1
+ import{r,h as s,g as t}from"./p-767fc0c6.js";import{t as e}from"./p-cbd1b9dc.js";const n=class{constructor(s){r(this,s)}componentWillLoad(){e(this.root)}render(){return s("gux-radial-loading",{class:"gux-spinner","screenreader-text":this.screenreaderText,context:"full-page"})}get root(){return t(this)}};n.style=":host{display:flex}.gux-spinner{margin:auto}";export{n as gux_page_loading_spinner}
@@ -0,0 +1 @@
1
+ function n(n,r){const t=r.currentTarget;let e=r.target;for(;e!==t&&null!==e;){if(e.matches(n))return!0;e=e.parentElement}return!1}export{n as e}
@@ -0,0 +1 @@
1
+ import{r as a,c as e,h as t}from"./p-767fc0c6.js";const i=class{constructor(t){a(this,t),this.guxactivepanelchange=e(this,"guxactivepanelchange",7),this.active=!1}async guxSetActive(a){this.active=a}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return t("div",{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active,"aria-live":"assertive"},t("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};i.style="gux-tab-advanced-panel div[role='tabpanel']:focus{outline:none}gux-tab-advanced-panel div[role='tabpanel']:focus-visible{outline:none;box-shadow:0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff}";export{i as gux_tab_advanced_panel}
@@ -0,0 +1 @@
1
+ const e={createNewTab:"Create New Tab",scrollLeft:"Scroll Left",scrollRight:"Scroll Right",options:"Tab Options for {tabTitle}",disableNewTab:"Maximum number of tabs created has been reached",toggleSort:"Toggle sort mode using space",sortModeOn:"Sort mode on, use the left and right arrow keys to reorder tabs. Press space or enter key to complete sort. Press escape key to cancel sort",sortComplete:"Sort complete",sortCancelled:"Sort cancelled"};export{e as t}