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.
- package/CHANGELOG.md +5751 -0
- package/LICENSE +21 -0
- package/README.md +125 -0
- package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
- package/dist/cjs/clamp-1bb96117.js +10 -0
- package/dist/cjs/color-palette-4339407d.js +16 -0
- package/dist/cjs/en-3662eafc.js +20 -0
- package/dist/cjs/en-eb56dc17.js +24 -0
- package/dist/cjs/event-is-from-ad1044f2.js +22 -0
- package/dist/cjs/genesys-webcomponents.cjs.js +19 -0
- package/dist/cjs/get-closest-element-ab4b2eee.js +19 -0
- package/dist/cjs/gux-accordion-legacy.cjs.entry.js +121 -0
- package/dist/cjs/gux-accordion-section.cjs.entry.js +56 -0
- package/dist/cjs/gux-accordion.cjs.entry.js +51 -0
- package/dist/cjs/gux-action-button-legacy.cjs.entry.js +147 -0
- package/dist/cjs/gux-action-button.cjs.entry.js +150 -0
- package/dist/cjs/gux-action-item.cjs.entry.js +48 -0
- package/dist/cjs/gux-action-list-divider.cjs.entry.js +19 -0
- package/dist/cjs/gux-action-list-legacy.cjs.entry.js +132 -0
- package/dist/cjs/gux-action-toast.cjs.entry.js +24 -0
- package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +221 -0
- package/dist/cjs/gux-all-row-select.cjs.entry.js +40 -0
- package/dist/cjs/gux-badge-beta.cjs.entry.js +71 -0
- package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +55 -0
- package/dist/cjs/gux-breadcrumbs.cjs.entry.js +35 -0
- package/dist/cjs/gux-button-multi-legacy.cjs.entry.js +125 -0
- package/dist/cjs/gux-button-multi.cjs.entry.js +127 -0
- package/dist/cjs/gux-button-slot-beta.cjs.entry.js +41 -0
- package/dist/cjs/gux-button.cjs.entry.js +56 -0
- package/dist/cjs/gux-calendar.cjs.entry.js +377 -0
- package/dist/cjs/gux-card-beta.cjs.entry.js +28 -0
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +131 -0
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +118 -0
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +123 -0
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +106 -0
- package/dist/cjs/gux-color-select_2.cjs.entry.js +73 -0
- package/dist/cjs/gux-command-action.cjs.entry.js +44 -0
- package/dist/cjs/gux-command-palette-legacy.cjs.entry.js +228 -0
- package/dist/cjs/gux-content-search.cjs.entry.js +157 -0
- package/dist/cjs/gux-datepicker.cjs.entry.js +645 -0
- package/dist/cjs/gux-disclosure-button.cjs.entry.js +72 -0
- package/dist/cjs/gux-dismiss-button.cjs.entry.js +33 -0
- package/dist/cjs/gux-dropdown-legacy.cjs.entry.js +282 -0
- package/dist/cjs/gux-dropdown-option.cjs.entry.js +87 -0
- package/dist/cjs/gux-dropdown_3.cjs.entry.js +579 -0
- package/dist/cjs/gux-error-message-beta.cjs.entry.js +24 -0
- package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +147 -0
- package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +66 -0
- package/dist/cjs/gux-form-field-color.cjs.entry.js +83 -0
- package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +33 -0
- package/dist/cjs/gux-form-field-label-fc16a49e.js +21 -0
- package/dist/cjs/gux-form-field-legacy.cjs.entry.js +215 -0
- package/dist/cjs/gux-form-field-number.cjs.entry.js +130 -0
- package/dist/cjs/gux-form-field-radio.cjs.entry.js +66 -0
- package/dist/cjs/gux-form-field-range.cjs.entry.js +137 -0
- package/dist/cjs/gux-form-field-search.cjs.entry.js +94 -0
- package/dist/cjs/gux-form-field-select.cjs.entry.js +88 -0
- package/dist/cjs/gux-form-field-text-like.cjs.entry.js +94 -0
- package/dist/cjs/gux-form-field-textarea.cjs.entry.js +102 -0
- package/dist/cjs/gux-form-field.servce-23bd4970.js +85 -0
- package/dist/cjs/gux-icon.cjs.entry.js +1447 -0
- package/dist/cjs/gux-input-checkbox_7.cjs.entry.js +524 -0
- package/dist/cjs/gux-input-search.cjs.entry.js +64 -0
- package/dist/cjs/gux-input-text-like.cjs.entry.js +61 -0
- package/dist/cjs/gux-list-divider-legacy.cjs.entry.js +19 -0
- package/dist/cjs/gux-list-divider.cjs.entry.js +19 -0
- package/dist/cjs/gux-list-item-legacy_2.cjs.entry.js +216 -0
- package/dist/cjs/gux-list-item.cjs.entry.js +36 -0
- package/dist/cjs/gux-list.cjs.entry.js +97 -0
- package/dist/cjs/gux-menu-option.cjs.entry.js +37 -0
- package/dist/cjs/gux-menu.cjs.entry.js +19 -0
- package/dist/cjs/gux-menu.common-6a6c2b85.js +82 -0
- package/dist/cjs/gux-modal.cjs.entry.js +85 -0
- package/dist/cjs/gux-notification-toast.cjs.entry.js +36 -0
- package/dist/cjs/gux-option-legacy.cjs.entry.js +51 -0
- package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +24 -0
- package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +271 -0
- package/dist/cjs/gux-pagination-cursor.cjs.entry.js +46 -0
- package/dist/cjs/gux-pagination.cjs.entry.js +92 -0
- package/dist/cjs/gux-panel-frame-legacy.cjs.entry.js +40 -0
- package/dist/cjs/gux-popover-list.cjs.entry.js +119 -0
- package/dist/cjs/gux-popover.cjs.entry.js +119 -0
- package/dist/cjs/gux-popup.cjs.entry.js +66 -0
- package/dist/cjs/gux-radial-loading.cjs.entry.js +41 -0
- package/dist/cjs/gux-radial-progress.cjs.entry.js +80 -0
- package/dist/cjs/gux-rating.cjs.entry.js +109 -0
- package/dist/cjs/gux-row-select.cjs.entry.js +36 -0
- package/dist/cjs/gux-side-panel-button.cjs.entry.js +23 -0
- package/dist/cjs/gux-side-panel-legacy.cjs.entry.js +38 -0
- package/dist/cjs/gux-simple-toast.cjs.entry.js +36 -0
- package/dist/cjs/gux-submenu.cjs.entry.js +152 -0
- package/dist/cjs/gux-switch-item.cjs.entry.js +26 -0
- package/dist/cjs/gux-switch.cjs.entry.js +44 -0
- package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +486 -0
- package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +33 -0
- package/dist/cjs/gux-tab-advanced.cjs.entry.js +158 -0
- package/dist/cjs/gux-tab-dropdown-option-legacy.cjs.entry.js +19 -0
- package/dist/cjs/gux-tab-legacy.cjs.entry.js +67 -0
- package/dist/cjs/gux-tab-list.cjs.entry.js +283 -0
- package/dist/cjs/gux-tab-panel.cjs.entry.js +33 -0
- package/dist/cjs/gux-tab.cjs.entry.js +52 -0
- package/dist/cjs/gux-table-beta.cjs.entry.js +401 -0
- package/dist/cjs/gux-tabs-advanced.cjs.entry.js +61 -0
- package/dist/cjs/gux-tabs-legacy.cjs.entry.js +183 -0
- package/dist/cjs/gux-tabs.cjs.entry.js +65 -0
- package/dist/cjs/gux-tag-beta.cjs.entry.js +89 -0
- package/dist/cjs/gux-text-highlight.cjs.entry.js +76 -0
- package/dist/cjs/gux-text-label-legacy.cjs.entry.js +45 -0
- package/dist/cjs/gux-time-picker-beta.cjs.entry.js +258 -0
- package/dist/cjs/gux-toggle-slider.cjs.entry.js +40 -0
- package/dist/cjs/gux-toggle.cjs.entry.js +84 -0
- package/dist/cjs/gux-tooltip_2.cjs.entry.js +246 -0
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +71270 -0
- package/dist/cjs/index-1057b10d.js +1821 -0
- package/dist/cjs/index-88d9f9ab.js +4122 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/iso-dates-f78ffb80.js +30 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/log-error-a57681bf.js +9 -0
- package/dist/cjs/on-attribute-change-37556263.js +40 -0
- package/dist/cjs/on-click-outside-b7ce33e4.js +76 -0
- package/dist/cjs/on-mutation-0bf9fa65.js +24 -0
- package/dist/cjs/popper-71bf3058.js +1790 -0
- package/dist/cjs/prevent-browser-validation-styling-d21b1a56.js +9 -0
- package/dist/cjs/random-html-id-b86b61c0.js +7 -0
- package/dist/cjs/search-a2ed7f26.js +46 -0
- package/dist/cjs/set-input-value-610d7da3.js +14 -0
- package/dist/cjs/simulate-native-event-fe3e62da.js +16 -0
- package/dist/cjs/sortable.esm-d03e1767.js +3023 -0
- package/dist/cjs/usage-tracking-33f2c2e0.js +282 -0
- package/dist/cjs/when-event-is-from-69b5ca13.js +28 -0
- package/dist/collection/collection-manifest.json +123 -0
- package/dist/collection/common-enums.js +1 -0
- package/dist/collection/components/beta/gux-badge/gux-badge.css +70 -0
- package/dist/collection/components/beta/gux-badge/gux-badge.js +103 -0
- package/dist/collection/components/beta/gux-badge/gux-badge.types.js +1 -0
- package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +131 -0
- package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +67 -0
- package/dist/collection/components/beta/gux-card/gux-card.css +20 -0
- package/dist/collection/components/beta/gux-card/gux-card.js +53 -0
- package/dist/collection/components/beta/gux-card/gux-card.types.js +1 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.css +13 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.js +323 -0
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +92 -0
- package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.css +4 -0
- package/dist/collection/components/beta/gux-chart-donut/gux-chart-donut.js +295 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.css +4 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.js +368 -0
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +92 -0
- package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.css +4 -0
- package/dist/collection/components/beta/gux-chart-pie/gux-chart-pie.js +266 -0
- package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +24 -0
- package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +26 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +34 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +195 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +29 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +58 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.common.js +76 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +24 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +15 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +53 -0
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +238 -0
- package/dist/collection/components/beta/gux-popover-list/gux-popover-list.css +71 -0
- package/dist/collection/components/beta/gux-popover-list/gux-popover-list.js +212 -0
- package/dist/collection/components/beta/gux-popover-list/gux-popover-list.types.js +1 -0
- package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +8 -0
- package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +102 -0
- package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +8 -0
- package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +77 -0
- package/dist/collection/components/beta/gux-table/gux-table.css +75 -0
- package/dist/collection/components/beta/gux-table/gux-table.js +584 -0
- package/dist/collection/components/beta/gux-table/gux-table.types.js +1 -0
- package/dist/collection/components/beta/gux-tag/gux-tag.css +145 -0
- package/dist/collection/components/beta/gux-tag/gux-tag.js +205 -0
- package/dist/collection/components/beta/gux-tag/gux-tag.types.js +1 -0
- package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +36 -0
- package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +367 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.css +15 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +131 -0
- package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +92 -0
- package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.css +77 -0
- package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.js +183 -0
- package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.service.js +65 -0
- package/dist/collection/components/legacy/gux-accordion-legacy/gux-accordion.types.js +1 -0
- package/dist/collection/components/legacy/gux-action-button-legacy/gux-action-button.css +35 -0
- package/dist/collection/components/legacy/gux-action-button-legacy/gux-action-button.js +304 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.css +31 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.js +134 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.css +11 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.js +14 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list.css +9 -0
- package/dist/collection/components/legacy/gux-action-list-legacy/gux-action-list.js +206 -0
- package/dist/collection/components/legacy/gux-button-multi-legacy/gux-button-multi.css +15 -0
- package/dist/collection/components/legacy/gux-button-multi-legacy/gux-button-multi.js +248 -0
- package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-action/gux-command-action.js +165 -0
- package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-palette.css +165 -0
- package/dist/collection/components/legacy/gux-command-palette-legacy/gux-command-palette.js +259 -0
- package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.css +265 -0
- package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.e2eelement.js +26 -0
- package/dist/collection/components/legacy/gux-dropdown-legacy/gux-dropdown.js +431 -0
- package/dist/collection/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.css +5 -0
- package/dist/collection/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.js +145 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.css +54 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.js +19 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/colors.js +13 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.css +27 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.js +52 -0
- 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
- 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
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.css +87 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.js +153 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.css +108 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.js +112 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.css +45 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.js +19 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.css +201 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.js +172 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.css +88 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.js +65 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.css +62 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.js +36 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.css +74 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.js +80 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.css +77 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.js +61 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.types.js +1 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.css +70 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.js +362 -0
- package/dist/collection/components/legacy/gux-form-field-legacy/gux-form-field.types.js +1 -0
- package/dist/collection/components/legacy/gux-list-legacy/gux-list.css +9 -0
- package/dist/collection/components/legacy/gux-list-legacy/gux-list.js +312 -0
- package/dist/collection/components/legacy/gux-list-legacy/list-divider/gux-list-divider.css +12 -0
- package/dist/collection/components/legacy/gux-list-legacy/list-divider/gux-list-divider.js +14 -0
- package/dist/collection/components/legacy/gux-list-legacy/list-item/gux-list-item.css +28 -0
- package/dist/collection/components/legacy/gux-list-legacy/list-item/gux-list-item.js +118 -0
- package/dist/collection/components/legacy/gux-panel-frame-legacy/gux-panel-frame.css +31 -0
- package/dist/collection/components/legacy/gux-panel-frame-legacy/gux-panel-frame.js +43 -0
- package/dist/collection/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.css +95 -0
- package/dist/collection/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.js +74 -0
- package/dist/collection/components/legacy/gux-side-panel-legacy/gux-side-panel.css +75 -0
- package/dist/collection/components/legacy/gux-side-panel-legacy/gux-side-panel.js +76 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.css +53 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.js +52 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.css +225 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.js +144 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tabs-legacy.css +268 -0
- package/dist/collection/components/legacy/gux-tabs-legacy/gux-tabs-legacy.js +308 -0
- package/dist/collection/components/legacy/gux-text-label-legacy/gux-text-label.css +32 -0
- package/dist/collection/components/legacy/gux-text-label-legacy/gux-text-label.js +82 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +85 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +138 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.js +1 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion.css +3 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion.js +75 -0
- package/dist/collection/components/stable/gux-action-button/gux-action-button.css +46 -0
- package/dist/collection/components/stable/gux-action-button/gux-action-button.js +308 -0
- package/dist/collection/components/stable/gux-action-toast/gux-action-toast.css +109 -0
- package/dist/collection/components/stable/gux-action-toast/gux-action-toast.js +38 -0
- package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +34 -0
- package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +231 -0
- package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +106 -0
- package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +393 -0
- package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +33 -0
- package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +73 -0
- package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +8 -0
- package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +53 -0
- package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.types.js +1 -0
- package/dist/collection/components/stable/gux-button/gux-button.css +106 -0
- package/dist/collection/components/stable/gux-button/gux-button.js +137 -0
- package/dist/collection/components/stable/gux-button/gux-button.types.js +1 -0
- package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +26 -0
- package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +251 -0
- package/dist/collection/components/stable/gux-calendar/gux-calendar.css +144 -0
- package/dist/collection/components/stable/gux-calendar/gux-calendar.js +560 -0
- package/dist/collection/components/stable/gux-calendar/gux-calendar.types.js +1 -0
- package/dist/collection/components/stable/gux-content-search/gux-content-search.css +165 -0
- package/dist/collection/components/stable/gux-content-search/gux-content-search.js +236 -0
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +123 -0
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +733 -0
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.service.js +120 -0
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.types.js +1 -0
- package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +42 -0
- package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +150 -0
- package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.types.js +1 -0
- package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +31 -0
- package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +24 -0
- package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +123 -0
- package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +372 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +91 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +71 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +132 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +118 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +159 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +184 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +87 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +71 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +176 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +246 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +139 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +133 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +153 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +124 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +121 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +148 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +163 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +158 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.types.js +1 -0
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +7 -0
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +9 -0
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +8 -0
- package/dist/collection/components/stable/gux-form-field/gux-form-field.servce.js +65 -0
- package/dist/collection/components/stable/gux-form-field/gux-form-field.types.js +1 -0
- 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
- 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
- package/dist/collection/components/stable/gux-icon/gux-icon.css +18 -0
- package/dist/collection/components/stable/gux-icon/gux-icon.js +135 -0
- package/dist/collection/components/stable/gux-icon/gux-icon.service.js +46 -0
- package/dist/collection/components/stable/gux-icon/icon-name-map.js +457 -0
- package/dist/collection/components/stable/gux-icon/icons/8x8-alt.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/8x8.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/add-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/agent-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/agent-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/agent.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/alert-info.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/alert-success.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/alert-warning-octogon.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/alert-warning-triangle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/android.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/app-chart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/app-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/app-layout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/app-table.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/apple.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/archive.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-down-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-down-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-solid-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-solid-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-solid-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-solid-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-up-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-up-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/arrow-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/at.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/attachment.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/backspace.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/badge-amount.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/badge-check.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/badge-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/badge-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/ban-outline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/bolt.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/bot.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/branch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/bug.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/bus.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/calendar-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/calendar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/campaign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/certificate.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat-bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat-multi.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat-notification-score.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/checkbox-active.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/checkbox-partial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/checkbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/checkmark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-double-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-double-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-double-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-double-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-small-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-small-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-small-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chevron-small-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/chrome.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-custom-default.svg +7 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-custom-event.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-custom-session.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-default-event.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-delivery.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-finance-invoice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-form-abandoned.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-form-submitted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-generic-application.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-offer-closed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-offer-ignored.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-offer-offered.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-offer-opened.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-outcome-achieved.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-page-view.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-policy-contract.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-product-added.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-product-purchased.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-product-removed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-segment-assigned.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-segment.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-web-session.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-accepted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-error.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-ignored.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-offered.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-rejected.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-requested.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-submitted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cjv-webchat-timeout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clipboard-error.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clipboard-success.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clipboard.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clock-outline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/clone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/close-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cloud-outline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cloud.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/coaching.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cobrowse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/collapse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/comments-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/comments.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/configuration.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-end.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-skip-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-skip-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-slide-back.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-slide-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-start.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/control-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/copy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/customer-journey.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/cut.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/dash.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/delete.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-camera.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-cellphone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-headphones.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-laptop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-pc.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-server.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/device-tablet.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/download.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/edge.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/email-notification-score.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/expand.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/export.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/external-link.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-empathy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-happy-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-happy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-neutral-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-neutral.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-sad-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/face-sad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/facebook-messenger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/facebook.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fax.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-audio.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-image-landscape.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-image-portrait.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-pdf.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-preview.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-report.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-text.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file-video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/file.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/filter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fire.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/firefox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/flag.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/folder-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/folder-open.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/folder.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/follow.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/globe.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/grab-horizontal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/grab-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-bar-horizontal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-bar-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-bubble.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-chart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-line.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-pie.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/graph-spark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/help.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/home.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/import.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/inbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/inspect-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/inspect.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/instagram.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/internet-explorer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/key.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/add-user.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/align-center.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/align-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/align-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/android.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/angle-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/angle-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/angle-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/angle-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/apple.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/apps-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/apps.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-s.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrows-h.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/arrows-v.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/assist-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/assist.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/backward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bandage.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bars.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bell2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/beyond-logo.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bolt.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/border-dashed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/border-dotted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/border-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/branch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/btmleft.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/btmright.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/btn-group-choose.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/bug.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/building.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/button.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-days.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-day.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-month.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-dots-week.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar-range.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/calendar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/call-forward-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/call-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/call-history.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/call-volume.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/callback.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/caret-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/caret-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/caret-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/caret-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-custom-default.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-delivery.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-disconnected-system.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-disconnected.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-finance-invoice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-generic-application.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-inbound-queue.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-missed-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-outbound-call.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-policy-contract.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-web-session.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-webchat-bot.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cc-webchat-missed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/certificate.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alert-muted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alert.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat-off-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/check-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/check-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/check.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-collapse-double.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-expand-double.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-circle-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chevron-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/chrome.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-custom-session.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-default-event.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-form-abandoned.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-form-submitted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-closed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-ignored.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-offered.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-offer-opened.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-outcome-achieved.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-page-view.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-added.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-purchased.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-product-removed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-segment-assigned.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-segment.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-accepted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-error.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-ignored.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-offered.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-rejected.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-requested.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-submitted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cjv-webchat-timeout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/clipboard-error.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/clipboard.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/clock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/close-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/close-preview.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/close-x.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cog.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/comet.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/comment-ellipsis-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/comment-ellipsis.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/consultant.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/contact.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cube.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/cubes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/customer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/customize-columns.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/dialpad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/diamond.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/directory.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/drop-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/edge.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ellipsis-h.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ellipsis-v.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/envelope.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/external-link.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/eye.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/facebook-messenger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/fast-backward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/fast-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/favs-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/favs-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/favs.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/fax.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/feedback.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/file-o.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/file.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/files-o.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/fire.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/firefox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/genesys-logo-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/globe.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/hangup.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/history.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/home.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/horz-container.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/house.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-pause-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-play-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-control-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar-stack-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-bar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-grid-cell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-grid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-line.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-stack.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-24-graph-variable-2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-adjacent.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-control-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-control-play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-incoming.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-48-outgoing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-access.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable-notset.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-actionable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-add-bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-adjust.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-like.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-offline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-ready-partial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-ready.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-time.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent-unavailable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-agent.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-aix.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-checkmark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-info.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-octo.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-alert-triangle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-chart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-layout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-app-table.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-archive.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-accordion.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-disclosure.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-left-dbl.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-popover.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-right-dbl.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-solid-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-arrow-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-attach.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-music.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-rec-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-rec.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-voice-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-audio-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-autoscroll-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bar-graph-variable-1.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bar-graph-variable-2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bezier.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-biz-attribute-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-biz-attribute.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-blocks.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-book-address.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-book-open-details.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-break.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-briefcase.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-budget.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-bug.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calculator.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-day.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-media-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-month-highlight.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-calendar-month.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-camera.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-done.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-schedule.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-campaign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cells.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-certificate.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-edit-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-end.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-frown.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-multi.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-multi.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-oval.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-smile.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat-video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox-tick-lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox-tick.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checklist-tick-lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-checkmark-bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-collapse-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-expand-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-chevron-small-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-arrow-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-circle-expand-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cleanup.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-approve.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-exchange.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clip-list.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clipboard.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-stopwatch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock-timezone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-clone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-close-bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cloud-a.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cloud-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-cloud.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-desktop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-network.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-server-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-server.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-tenant.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-user.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cm-96-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse-end.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cobrowse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-code.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-collapse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-column-direction-active.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-column-direction.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-comment-corner.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-conference-all-channels.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-configuration-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-configuration.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-assign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-delete.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-id-fetch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-id.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contact-switch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-a.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-c.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-contract-d.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-backward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-next.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-previous.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-skip-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-control-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-copy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-credit-card.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-mobile.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-social.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cs-web.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-currency-dollar-sign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cut.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-agent.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-avatar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-cal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-cobrowse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-consult.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-mail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-offer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-pref.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-survey.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-vid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-cx-24-flat-vm.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dash.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-dash.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-settings.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dashtab-xwidget.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dialpad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-disclosure-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-alert-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-all-save.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-detail-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-detail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-form-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-generic-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-list-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-list.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-phone-call.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-report-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-save.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-segmentation-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-yes-b.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-doc-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-document-scenario.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-double-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-double-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-download.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-drag-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-dropdown-arrow.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-delete.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-move-to-folder.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-reply-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-reply.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-resend.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-send.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-enterprise-extension.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-error-bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate-from.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate-to.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-escalate.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-event-cluster-mini.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-event-cluster.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-exit-full-screen.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-expand.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-export.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-happy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-neutral.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-sad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-solid-happy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-solid-sad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-face-unknown.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-facebook-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-file-folder-drawer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-files.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-film-broadcast.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-film.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-filter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-finger-pointing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-disabled.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-media.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-move.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-open.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder-progress.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-folder.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-follow-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-follow.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-bold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-decrease.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-increase.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-italic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-style.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-font-underline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-full-screen.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-gear-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-gear-remove.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-laptop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-mobile-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-pc.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic-tablet.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-globe.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-google-plus-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grab-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grab.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-bar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-barline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-bubble.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-chart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-column.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-grid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-line.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-spark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-graph-stack.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grip-horizontal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-grip-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-help.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-home.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-host.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-hp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-import.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-in-small.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-insert-block-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-insert-block-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-chat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-phone-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect-star.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-inspect.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ivr-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ivr.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-help.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-notification.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-teamcommunicator.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-24-line-voicemail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-callback.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-campaign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-chat-round.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-chat-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-doc.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-facebook.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-globe.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-media.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-conf-susp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-conf.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-dial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-susp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-phone-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-question.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-rss.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-twitter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-voice-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-circle-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-active-square-view.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-arrow-outline-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-chevron-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-no-chevron-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-chevron-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-circle-yes-chevron-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-back.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-fwd.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-home.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-control-circle-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-done-and-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-history.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-in-progress.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-voice-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-inspect-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-monitor-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-monitor-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-queue.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-routing-point.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-save-as.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-save.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-facebook-workbin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-rss-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-rss-workbin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-follow.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-square-twitter-workbin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-suspend.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-show.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-video-thumb-swap.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-voice-inspect-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-iw-voice-inspect.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-key-dot-dashed.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-link.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-linkedin-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-linux.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-list-bullets.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-list-numbers.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-locked.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-checkmark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-error.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-login-info.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-lunch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-growing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-point-in-time.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-sliding.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-measure-today.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-menu-hamburger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-merge.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-mini-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-minimize.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-moon-default.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-more.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-ms.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-multiples.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-network.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-note-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-note.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-notebook.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-number-sign.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-open-book.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-out-small.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-multi.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-page-single.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-palette.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-parameter-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-parameter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-paste.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pc-mobile-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pencil.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-people-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-people.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-person.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-chat-media.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-conference.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-decline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-dial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-disabled.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-hang-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-hold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-incoming.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-resume.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-rec.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-voice-retrieve.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-phones.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-picture.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pie-chart.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-alert.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-check.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid-remove.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-text.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-time.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-zoom-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin-zoom-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pinned.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pinterest-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-play-list.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-pointing-in-hand.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-printer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-progress-bar.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-quotes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-radio-active.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-radio.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rebuild.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-redo.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-refresh-with-feedback.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-refresh.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-reload.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-remember.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-reset.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rewind-five-seconds.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-routing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rss-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-rss.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-record.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-resume.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-screen-rec-stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-scrubber.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search-next.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search-previous.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-searched-term.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-secure.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-segmentation.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-select.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-server-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-server.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-gear.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-gears.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-settings-sliders.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-share.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sharethis.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-shrinkage.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-shuffle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-site-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-site.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-skills.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-slide-back.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-slide-fwd.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-checkmark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-small-plus.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-message.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-reply.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sms-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-solaris.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sort-left-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sort-up-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-special-g-brandmark.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stamp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-edit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-half.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-star-outline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars-remove.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-stars.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-aftercallwork.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-available-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-available-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-bad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-dialing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-internal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-call-ringing.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-good.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-hook-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-hook-on.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-interaction.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-logged-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-logged-on.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-monitored-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-monitored-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-onhold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-empty.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-queue-part-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-blocked.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-no.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-partial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-ready-yes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-status-unknown.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-sun-default.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-superviser-chat-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-voice-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-supervisor.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-swap.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-switch-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-switch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-symbol-man.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-symbol-woman.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag-stat-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag-stat-remove.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tag.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-target.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-team-communicator-team-communicator.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-team-communicator.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tenant-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tenant.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-centered.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-detail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-generic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-indent-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-indent-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-center.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-justify-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-text-spelling.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-thumbs-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-thumbs-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tick.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-timeline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle-on.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-toggle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-training.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer-all-channels.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer-common.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-trash.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-tree-branch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-twitter-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-twitter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-undo.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-unlocked.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-unmerge.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-upload.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-end.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-roster.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-1-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-1.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-2-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-videocam-2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-details-bottom.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-details-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-grid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-list.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-lists.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-stacked.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-view-tree.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-voicemail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-window-contract.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-window-expand.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-zoom-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/ic-zoom-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/image.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/inbox-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/inbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/input.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/instagram.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/interaction-sound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/interactions-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/interactions-off-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/interactions.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/internet-explorer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/italic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/justify-center.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/justify-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/justify-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/layers.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/line-messenger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/link-broken.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/link.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/linkedin-1.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/linkedin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/linux.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/list-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/listbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/logo-genesys.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/low-bandwidth.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass-minus.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass-plus.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/magnifying-glass.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/marker.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/mic-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/mic-talking.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/mic.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/microsoft-teams.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/microsoft.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/minus-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/missed-call.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/mixer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/monitor.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/move-file.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/multi-agent-lines.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/notification-score-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/numeric-spinner.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/opera.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/organization.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/outbound-call.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/paint-bucket.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/paperclip.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pause-secure.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pause.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pc-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pc-user.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pencil-square.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/person-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-1.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-active-3.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-off-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-picker.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-ring-muted.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone-ring.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pixel-unit.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/play.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/plus-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/plus.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/pop-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/preview.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/product-logo-beyond.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/product-logo-g.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/progress-pie.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/puzzle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/question-with-screen.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/question.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/quote-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/quote-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/radio-button.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/record.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/refresh.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/repeat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/reset-view.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/resize-handle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/robot-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/robot-head.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/safari.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/scissors.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/screen-full.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/screen-small.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/screenshare.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/scripter-inverse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/scripter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/server.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/share.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sign-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sitemap.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/slideshare.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sms-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sms-message.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sms.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/sort-numeric-asc.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/star.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/steal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/step-backward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/step-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/stop.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/telegram.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/template.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/text.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/thumbtack-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/thumbtack-on.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/topleft.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/topright.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/trashcan.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/triangle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/twitter-white-on-blue.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/underline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/undo.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/vert-container.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/viber-icon.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/video-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/video-off-alpha.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/video-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/voicemail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/volume-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/volume-off-alt.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/volume-off.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/volume-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/warning.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/web.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/wechat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/whatsapp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/whistle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/wordpress.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/wrap-up-code.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/legacy/youtube.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/line-messenger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/link.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/linkedin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/linux.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/lock-hold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/logout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/low-bandwidth.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/lunch.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/menu-kebab-horizontal.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/menu-kebab-vertical.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/menu.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/message-email-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/message-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/message-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/message-reply-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/message-reply.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/microphone-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/microphone-talking.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/microphone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/microsoft-teams.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/microsoft.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/moon.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/music.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/notes.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/notification.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/opera.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/paint.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/palette.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/paste.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/people.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-bell.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-call-directory.svg +12 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-call-history.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-callback.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-close.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-conference.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-dialpad.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-forward.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-hangup.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-hold.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-inbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-missed-call.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-notification-score.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-outbound.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-success.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone-voice.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/pin-location.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/pin.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/post.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/product-logo-beyond.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/product-logo-g.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/quote-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/quote-right.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/radio-active.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/radio.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/rating-active.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/rating-partial.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/rating.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/record.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/refresh.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/reset.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/resource.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/retweet.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-chat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-email-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-email.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-instagram-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-instagram.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-line-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-line.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-message-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-message.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-messenger-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-messenger.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-phone-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-sms-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-sms.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-twitter-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-twitter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-wechat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-wechat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-whatsapp-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/roster-whatsapp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/rss.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/run.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/safari.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/scripter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/search.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/send.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/server.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/settings.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/share.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/shield-lock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/shield-outline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/shield-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/site.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/skills.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/slideshare.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/sms-cancel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/sms-close.svg +6 -0
- package/dist/collection/components/stable/gux-icon/icons/sms.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/stamp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/subtract-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/subtract.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/sun.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/tag-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/tag-remove.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/tag.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/telegram.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/tenant.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/thumbs-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/thumbs-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/timeline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-apps-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-apps.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-assist-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-assist.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-chat-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-chat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-favorite.svg +11 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-favourite.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-help.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-inbox.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-interactions-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-interactions.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-notification.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-1.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-2.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-3.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-disable-.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-disable.svg +12 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-phone.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-video-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/toolbar-video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/trade.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/transfer.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/twitter.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/unknown.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/unlink.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/unlock.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/upload.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-add.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-circle.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-contact-id.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-directory.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-group.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-interactions copy.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user-interactions-disable.svg +9 -0
- package/dist/collection/components/stable/gux-icon/icons/user-interactions.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/user.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/viber.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/video-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/video.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-all.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-cells.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-grid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-list.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-lists.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-roster.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/view-stacked.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/voicemail.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/volume-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/volume-down.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/volume-none.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/volume-up.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/web.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/webcam-disable.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/webcam.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/wechat.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/whatsapp.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/window-actual-size.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/window-contract.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/window-drag-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/window-expand.svg +7 -0
- package/dist/collection/components/stable/gux-icon/icons/window-fullscreen.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/window-popout.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/wordpress.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/youtube.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/zoom-in.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/zoom-out.svg +1 -0
- package/dist/collection/components/stable/gux-icon/legacy-icon-names.js +870 -0
- package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +13 -0
- package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +14 -0
- package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +41 -0
- package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +68 -0
- package/dist/collection/components/stable/gux-list/gux-list.css +8 -0
- package/dist/collection/components/stable/gux-list/gux-list.js +75 -0
- package/dist/collection/components/stable/gux-list/gux-list.service.js +44 -0
- package/dist/collection/components/stable/gux-listbox/gux-listbox.css +23 -0
- package/dist/collection/components/stable/gux-listbox/gux-listbox.js +256 -0
- package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +146 -0
- package/dist/collection/components/stable/gux-listbox/gux-option/gux-option.css +25 -0
- package/dist/collection/components/stable/gux-listbox/gux-option/gux-option.js +166 -0
- package/dist/collection/components/stable/gux-modal/gux-modal.css +79 -0
- package/dist/collection/components/stable/gux-modal/gux-modal.js +184 -0
- package/dist/collection/components/stable/gux-modal/gux-modal.types.js +1 -0
- package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.css +73 -0
- package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.js +86 -0
- package/dist/collection/components/stable/gux-notification-toast/gux-notification-toast.types.js +1 -0
- package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.css +6 -0
- package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +38 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +91 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +79 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +178 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +97 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +20 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +85 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination.css +39 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination.js +199 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination.types.js +1 -0
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +8 -0
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +98 -0
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.types.js +1 -0
- package/dist/collection/components/stable/gux-popover/gux-popover.css +71 -0
- package/dist/collection/components/stable/gux-popover/gux-popover.js +212 -0
- package/dist/collection/components/stable/gux-popover/gux-popover.types.js +1 -0
- package/dist/collection/components/stable/gux-popup/gux-popup.css +12 -0
- package/dist/collection/components/stable/gux-popup/gux-popup.js +109 -0
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +46 -0
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +77 -0
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.types.js +1 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +40 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +22 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +124 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +11 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.types.js +1 -0
- package/dist/collection/components/stable/gux-rating/gux-rating.css +18 -0
- package/dist/collection/components/stable/gux-rating/gux-rating.js +194 -0
- package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.css +50 -0
- package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.js +82 -0
- package/dist/collection/components/stable/gux-simple-toast/gux-simple-toast.types.js +1 -0
- package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +68 -0
- package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +86 -0
- package/dist/collection/components/stable/gux-switch/gux-switch.css +4 -0
- package/dist/collection/components/stable/gux-switch/gux-switch.js +97 -0
- package/dist/collection/components/stable/gux-switch/gux-switch.types.js +1 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +77 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +178 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +89 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +327 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +7 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +89 -0
- package/dist/collection/components/stable/gux-tabs/gux-tabs-types.js +1 -0
- package/dist/collection/components/stable/gux-tabs/gux-tabs.css +4 -0
- package/dist/collection/components/stable/gux-tabs/gux-tabs.js +179 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +118 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +312 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +142 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +627 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +7 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +89 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +3 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +129 -0
- package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +130 -0
- package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.types.js +1 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +69 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +131 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle.css +46 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle.js +243 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle.types.js +1 -0
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +20 -0
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +175 -0
- package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.css +33 -0
- package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +193 -0
- package/dist/collection/i18n/fetchResources.js +12 -0
- package/dist/collection/i18n/index.js +83 -0
- package/dist/collection/style/fonts/roboto-v20-latin-300.svg +1 -0
- package/dist/collection/style/fonts/roboto-v20-latin-700.svg +309 -0
- package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +323 -0
- package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +308 -0
- package/dist/collection/usage-tracking.js +45 -0
- package/dist/collection/utils/array/async-filter.js +4 -0
- package/dist/collection/utils/date/from-iso-time-string.js +15 -0
- package/dist/collection/utils/date/iso-dates.js +23 -0
- package/dist/collection/utils/decorator/on-click-outside.js +78 -0
- package/dist/collection/utils/decorator/on-mutation.js +28 -0
- package/dist/collection/utils/dom/event-is-from.js +18 -0
- package/dist/collection/utils/dom/get-closest-element.js +15 -0
- package/dist/collection/utils/dom/has-slot.js +3 -0
- package/dist/collection/utils/dom/manipulate-elements-classes.js +12 -0
- package/dist/collection/utils/dom/on-attribute-change.js +34 -0
- package/dist/collection/utils/dom/on-mutation.js +9 -0
- package/dist/collection/utils/dom/prevent-browser-validation-styling.js +5 -0
- package/dist/collection/utils/dom/random-html-id.js +3 -0
- package/dist/collection/utils/dom/set-input-value.js +9 -0
- package/dist/collection/utils/dom/simulate-native-event.js +12 -0
- package/dist/collection/utils/dom/when-event-is-from.js +24 -0
- package/dist/collection/utils/error/log-error.js +10 -0
- package/dist/collection/utils/number/clamp.js +6 -0
- package/dist/collection/utils/string/search.js +41 -0
- package/dist/collection/utils/theme/color-palette.js +12 -0
- package/dist/deploy-info.json +9 -0
- package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
- package/dist/esm/clamp-6bdb0367.js +8 -0
- package/dist/esm/color-palette-1cfb5585.js +14 -0
- package/dist/esm/en-07edddda.js +18 -0
- package/dist/esm/en-46223eb1.js +22 -0
- package/dist/esm/event-is-from-90b69768.js +20 -0
- package/dist/esm/genesys-webcomponents.js +17 -0
- package/dist/esm/get-closest-element-1597503c.js +17 -0
- package/dist/esm/gux-accordion-legacy.entry.js +117 -0
- package/dist/esm/gux-accordion-section.entry.js +52 -0
- package/dist/esm/gux-accordion.entry.js +47 -0
- package/dist/esm/gux-action-button-legacy.entry.js +143 -0
- package/dist/esm/gux-action-button.entry.js +146 -0
- package/dist/esm/gux-action-item.entry.js +44 -0
- package/dist/esm/gux-action-list-divider.entry.js +15 -0
- package/dist/esm/gux-action-list-legacy.entry.js +128 -0
- package/dist/esm/gux-action-toast.entry.js +20 -0
- package/dist/esm/gux-advanced-dropdown.entry.js +217 -0
- package/dist/esm/gux-all-row-select.entry.js +36 -0
- package/dist/esm/gux-badge-beta.entry.js +67 -0
- package/dist/esm/gux-breadcrumb-item.entry.js +51 -0
- package/dist/esm/gux-breadcrumbs.entry.js +31 -0
- package/dist/esm/gux-button-multi-legacy.entry.js +121 -0
- package/dist/esm/gux-button-multi.entry.js +123 -0
- package/dist/esm/gux-button-slot-beta.entry.js +37 -0
- package/dist/esm/gux-button.entry.js +52 -0
- package/dist/esm/gux-calendar.entry.js +373 -0
- package/dist/esm/gux-card-beta.entry.js +24 -0
- package/dist/esm/gux-chart-column-beta.entry.js +127 -0
- package/dist/esm/gux-chart-donut-beta.entry.js +114 -0
- package/dist/esm/gux-chart-line-beta.entry.js +119 -0
- package/dist/esm/gux-chart-pie-beta.entry.js +102 -0
- package/dist/esm/gux-color-select_2.entry.js +68 -0
- package/dist/esm/gux-command-action.entry.js +40 -0
- package/dist/esm/gux-command-palette-legacy.entry.js +224 -0
- package/dist/esm/gux-content-search.entry.js +153 -0
- package/dist/esm/gux-datepicker.entry.js +641 -0
- package/dist/esm/gux-disclosure-button.entry.js +68 -0
- package/dist/esm/gux-dismiss-button.entry.js +29 -0
- package/dist/esm/gux-dropdown-legacy.entry.js +278 -0
- package/dist/esm/gux-dropdown-option.entry.js +83 -0
- package/dist/esm/gux-dropdown_3.entry.js +573 -0
- package/dist/esm/gux-error-message-beta.entry.js +20 -0
- package/dist/esm/gux-flyout-menu-beta.entry.js +143 -0
- package/dist/esm/gux-form-field-checkbox.entry.js +62 -0
- package/dist/esm/gux-form-field-color.entry.js +79 -0
- package/dist/esm/gux-form-field-input-clear-button.entry.js +29 -0
- package/dist/esm/gux-form-field-label-c42502e9.js +18 -0
- package/dist/esm/gux-form-field-legacy.entry.js +211 -0
- package/dist/esm/gux-form-field-number.entry.js +126 -0
- package/dist/esm/gux-form-field-radio.entry.js +62 -0
- package/dist/esm/gux-form-field-range.entry.js +133 -0
- package/dist/esm/gux-form-field-search.entry.js +90 -0
- package/dist/esm/gux-form-field-select.entry.js +84 -0
- package/dist/esm/gux-form-field-text-like.entry.js +90 -0
- package/dist/esm/gux-form-field-textarea.entry.js +98 -0
- package/dist/esm/gux-form-field.servce-9ea2bf56.js +78 -0
- package/dist/esm/gux-icon.entry.js +1443 -0
- package/dist/esm/gux-input-checkbox_7.entry.js +514 -0
- package/dist/esm/gux-input-search.entry.js +60 -0
- package/dist/esm/gux-input-text-like.entry.js +57 -0
- package/dist/esm/gux-list-divider-legacy.entry.js +15 -0
- package/dist/esm/gux-list-divider.entry.js +15 -0
- package/dist/esm/gux-list-item-legacy_2.entry.js +211 -0
- package/dist/esm/gux-list-item.entry.js +32 -0
- package/dist/esm/gux-list.entry.js +93 -0
- package/dist/esm/gux-menu-option.entry.js +33 -0
- package/dist/esm/gux-menu.common-60ab04e4.js +78 -0
- package/dist/esm/gux-menu.entry.js +15 -0
- package/dist/esm/gux-modal.entry.js +81 -0
- package/dist/esm/gux-notification-toast.entry.js +32 -0
- package/dist/esm/gux-option-legacy.entry.js +47 -0
- package/dist/esm/gux-page-loading-spinner.entry.js +20 -0
- package/dist/esm/gux-pagination-buttons_3.entry.js +265 -0
- package/dist/esm/gux-pagination-cursor.entry.js +42 -0
- package/dist/esm/gux-pagination.entry.js +88 -0
- package/dist/esm/gux-panel-frame-legacy.entry.js +36 -0
- package/dist/esm/gux-popover-list.entry.js +115 -0
- package/dist/esm/gux-popover.entry.js +115 -0
- package/dist/esm/gux-popup.entry.js +62 -0
- package/dist/esm/gux-radial-loading.entry.js +37 -0
- package/dist/esm/gux-radial-progress.entry.js +76 -0
- package/dist/esm/gux-rating.entry.js +105 -0
- package/dist/esm/gux-row-select.entry.js +32 -0
- package/dist/esm/gux-side-panel-button.entry.js +19 -0
- package/dist/esm/gux-side-panel-legacy.entry.js +34 -0
- package/dist/esm/gux-simple-toast.entry.js +32 -0
- package/dist/esm/gux-submenu.entry.js +148 -0
- package/dist/esm/gux-switch-item.entry.js +22 -0
- package/dist/esm/gux-switch.entry.js +40 -0
- package/dist/esm/gux-tab-advanced-list.entry.js +482 -0
- package/dist/esm/gux-tab-advanced-panel.entry.js +29 -0
- package/dist/esm/gux-tab-advanced.entry.js +154 -0
- package/dist/esm/gux-tab-dropdown-option-legacy.entry.js +15 -0
- package/dist/esm/gux-tab-legacy.entry.js +63 -0
- package/dist/esm/gux-tab-list.entry.js +279 -0
- package/dist/esm/gux-tab-panel.entry.js +29 -0
- package/dist/esm/gux-tab.entry.js +48 -0
- package/dist/esm/gux-table-beta.entry.js +397 -0
- package/dist/esm/gux-tabs-advanced.entry.js +57 -0
- package/dist/esm/gux-tabs-legacy.entry.js +179 -0
- package/dist/esm/gux-tabs.entry.js +61 -0
- package/dist/esm/gux-tag-beta.entry.js +85 -0
- package/dist/esm/gux-text-highlight.entry.js +72 -0
- package/dist/esm/gux-text-label-legacy.entry.js +41 -0
- package/dist/esm/gux-time-picker-beta.entry.js +254 -0
- package/dist/esm/gux-toggle-slider.entry.js +36 -0
- package/dist/esm/gux-toggle.entry.js +80 -0
- package/dist/esm/gux-tooltip_2.entry.js +241 -0
- package/dist/esm/gux-visualization-beta.entry.js +71266 -0
- package/dist/esm/index-78502efc.js +4118 -0
- package/dist/esm/index-ae6f2f18.js +1789 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/iso-dates-a7c704a4.js +25 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/log-error-b1a1a086.js +7 -0
- package/dist/esm/on-attribute-change-2b01c315.js +36 -0
- package/dist/esm/on-click-outside-a1375976.js +74 -0
- package/dist/esm/on-mutation-4e2f475c.js +22 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/popper-93ecb064.js +1788 -0
- package/dist/esm/prevent-browser-validation-styling-d16c3f4c.js +7 -0
- package/dist/esm/random-html-id-8e3f658c.js +5 -0
- package/dist/esm/search-2ca67cb1.js +43 -0
- package/dist/esm/set-input-value-5adeaccc.js +12 -0
- package/dist/esm/simulate-native-event-ac69961f.js +14 -0
- package/dist/esm/sortable.esm-c4e0b0d3.js +3021 -0
- package/dist/esm/usage-tracking-5374aca6.js +280 -0
- package/dist/esm/when-event-is-from-18667084.js +26 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +1 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +309 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +323 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +308 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
- package/dist/genesys-webcomponents/genesys-webcomponents.css +1 -0
- package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ar.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.cs.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.da.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.de.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.es-es.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.es.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fi.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fr-ca.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.fr.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ja.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ko.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.nl.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.no.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pl.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.ru.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.sv.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.th.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.tr.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.zh-cn.json +1 -0
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.zh-tw.json +1 -0
- package/dist/genesys-webcomponents/icons/8x8-alt.svg +1 -0
- package/dist/genesys-webcomponents/icons/8x8.svg +1 -0
- package/dist/genesys-webcomponents/icons/add-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/add.svg +1 -0
- package/dist/genesys-webcomponents/icons/agent-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/agent-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/agent.svg +1 -0
- package/dist/genesys-webcomponents/icons/alert-info.svg +1 -0
- package/dist/genesys-webcomponents/icons/alert-success.svg +1 -0
- package/dist/genesys-webcomponents/icons/alert-warning-octogon.svg +1 -0
- package/dist/genesys-webcomponents/icons/alert-warning-triangle.svg +1 -0
- package/dist/genesys-webcomponents/icons/android.svg +1 -0
- package/dist/genesys-webcomponents/icons/app-chart.svg +1 -0
- package/dist/genesys-webcomponents/icons/app-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/app-layout.svg +1 -0
- package/dist/genesys-webcomponents/icons/app-table.svg +1 -0
- package/dist/genesys-webcomponents/icons/apple.svg +1 -0
- package/dist/genesys-webcomponents/icons/archive.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-down-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-down-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-solid-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-solid-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-solid-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-solid-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-up-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-up-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/arrow-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/at.svg +1 -0
- package/dist/genesys-webcomponents/icons/attachment.svg +1 -0
- package/dist/genesys-webcomponents/icons/backspace.svg +1 -0
- package/dist/genesys-webcomponents/icons/badge-amount.svg +1 -0
- package/dist/genesys-webcomponents/icons/badge-check.svg +1 -0
- package/dist/genesys-webcomponents/icons/badge-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/badge-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/ban-outline.svg +1 -0
- package/dist/genesys-webcomponents/icons/bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/bolt.svg +1 -0
- package/dist/genesys-webcomponents/icons/bot.svg +1 -0
- package/dist/genesys-webcomponents/icons/branch.svg +1 -0
- package/dist/genesys-webcomponents/icons/bug.svg +1 -0
- package/dist/genesys-webcomponents/icons/bus.svg +1 -0
- package/dist/genesys-webcomponents/icons/calendar-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/calendar.svg +1 -0
- package/dist/genesys-webcomponents/icons/campaign.svg +1 -0
- package/dist/genesys-webcomponents/icons/certificate.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat-bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat-multi.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat-notification-score.svg +1 -0
- package/dist/genesys-webcomponents/icons/chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/checkbox-active.svg +1 -0
- package/dist/genesys-webcomponents/icons/checkbox-partial.svg +1 -0
- package/dist/genesys-webcomponents/icons/checkbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/checkmark.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-double-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-double-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-double-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-double-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-small-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-small-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-small-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/chevron-small-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/chrome.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-custom-default.svg +7 -0
- package/dist/genesys-webcomponents/icons/cjv-custom-event.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-custom-session.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-default-event.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-delivery.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-finance-invoice.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-form-abandoned.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-form-submitted.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-generic-application.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-offer-closed.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-offer-ignored.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-offer-offered.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-offer-opened.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-outcome-achieved.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-page-view.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-policy-contract.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-product-added.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-product-purchased.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-product-removed.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-segment-assigned.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-segment.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-web-session.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-accepted.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-error.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-ignored.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-offered.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-rejected.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-requested.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-submitted.svg +1 -0
- package/dist/genesys-webcomponents/icons/cjv-webchat-timeout.svg +1 -0
- package/dist/genesys-webcomponents/icons/clipboard-error.svg +1 -0
- package/dist/genesys-webcomponents/icons/clipboard-success.svg +1 -0
- package/dist/genesys-webcomponents/icons/clipboard.svg +1 -0
- package/dist/genesys-webcomponents/icons/clock-outline.svg +1 -0
- package/dist/genesys-webcomponents/icons/clock.svg +1 -0
- package/dist/genesys-webcomponents/icons/clone.svg +1 -0
- package/dist/genesys-webcomponents/icons/close-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/close.svg +1 -0
- package/dist/genesys-webcomponents/icons/cloud-outline.svg +1 -0
- package/dist/genesys-webcomponents/icons/cloud.svg +1 -0
- package/dist/genesys-webcomponents/icons/coaching.svg +1 -0
- package/dist/genesys-webcomponents/icons/cobrowse.svg +1 -0
- package/dist/genesys-webcomponents/icons/collapse.svg +1 -0
- package/dist/genesys-webcomponents/icons/comments-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/comments.svg +1 -0
- package/dist/genesys-webcomponents/icons/configuration.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-end.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-play.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-skip-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-skip-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-slide-back.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-slide-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-start.svg +1 -0
- package/dist/genesys-webcomponents/icons/control-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/copy.svg +1 -0
- package/dist/genesys-webcomponents/icons/customer-journey.svg +1 -0
- package/dist/genesys-webcomponents/icons/cut.svg +1 -0
- package/dist/genesys-webcomponents/icons/dash.svg +1 -0
- package/dist/genesys-webcomponents/icons/delete.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-camera.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-cellphone.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-headphones.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-laptop.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-pc.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-server.svg +1 -0
- package/dist/genesys-webcomponents/icons/device-tablet.svg +1 -0
- package/dist/genesys-webcomponents/icons/download.svg +1 -0
- package/dist/genesys-webcomponents/icons/edge.svg +1 -0
- package/dist/genesys-webcomponents/icons/edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/email-notification-score.svg +1 -0
- package/dist/genesys-webcomponents/icons/expand.svg +1 -0
- package/dist/genesys-webcomponents/icons/export.svg +1 -0
- package/dist/genesys-webcomponents/icons/external-link.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-empathy.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-happy-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-happy.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-neutral-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-neutral.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-sad-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/face-sad.svg +1 -0
- package/dist/genesys-webcomponents/icons/facebook-messenger.svg +1 -0
- package/dist/genesys-webcomponents/icons/facebook.svg +1 -0
- package/dist/genesys-webcomponents/icons/fax.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-audio.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-image-landscape.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-image-portrait.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-pdf.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-preview.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-report.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-text.svg +1 -0
- package/dist/genesys-webcomponents/icons/file-video.svg +1 -0
- package/dist/genesys-webcomponents/icons/file.svg +1 -0
- package/dist/genesys-webcomponents/icons/filter.svg +1 -0
- package/dist/genesys-webcomponents/icons/fire.svg +1 -0
- package/dist/genesys-webcomponents/icons/firefox.svg +1 -0
- package/dist/genesys-webcomponents/icons/flag.svg +1 -0
- package/dist/genesys-webcomponents/icons/folder-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/folder-open.svg +1 -0
- package/dist/genesys-webcomponents/icons/folder.svg +1 -0
- package/dist/genesys-webcomponents/icons/follow.svg +1 -0
- package/dist/genesys-webcomponents/icons/generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/globe.svg +1 -0
- package/dist/genesys-webcomponents/icons/grab-horizontal.svg +1 -0
- package/dist/genesys-webcomponents/icons/grab-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-bar-horizontal.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-bar-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-bubble.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-chart.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-line.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-pie.svg +1 -0
- package/dist/genesys-webcomponents/icons/graph-spark.svg +1 -0
- package/dist/genesys-webcomponents/icons/help.svg +1 -0
- package/dist/genesys-webcomponents/icons/home.svg +1 -0
- package/dist/genesys-webcomponents/icons/import.svg +1 -0
- package/dist/genesys-webcomponents/icons/inbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/inspect-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/inspect.svg +1 -0
- package/dist/genesys-webcomponents/icons/instagram.svg +1 -0
- package/dist/genesys-webcomponents/icons/internet-explorer.svg +1 -0
- package/dist/genesys-webcomponents/icons/key.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/add-user.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/align-center.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/align-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/align-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/android.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/angle-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/angle-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/angle-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/angle-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/apple.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/apps-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/apps.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-down-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-down-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-s.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrow-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrows-h.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/arrows-v.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/assist-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/assist.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/backward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bandage.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bars.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bell2.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/beyond-logo.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bolt.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/border-dashed.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/border-dotted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/border-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/branch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/btmleft.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/btmright.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/btn-group-choose.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/bug.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/building.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/button.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar-days.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar-dots-day.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar-dots-month.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar-dots-week.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar-range.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/calendar.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/call-forward-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/call-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/call-history.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/call-volume.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/callback.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/caret-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/caret-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/caret-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/caret-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-custom-default.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-delivery.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-disconnected-system.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-disconnected.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-finance-invoice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-generic-application.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-inbound-queue.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-missed-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-outbound-call.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-policy-contract.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-web-session.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-webchat-bot.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cc-webchat-missed.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/certificate.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat-alert-muted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat-alert.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat-off-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/check-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/check-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/check.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-collapse-double.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-expand-double.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-circle-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chevron-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/chrome.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-custom-session.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-default-event.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-form-abandoned.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-form-submitted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-offer-closed.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-offer-ignored.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-offer-offered.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-offer-opened.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-outcome-achieved.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-page-view.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-product-added.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-product-purchased.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-product-removed.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-segment-assigned.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-segment.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-accepted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-error.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-ignored.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-offered.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-rejected.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-requested.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-submitted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cjv-webchat-timeout.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/clipboard-error.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/clipboard.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/clock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/close-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/close-preview.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/close-x.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cog.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/comet.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/comment-ellipsis-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/comment-ellipsis.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/consultant.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/contact.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cube.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/cubes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/customer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/customize-columns.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/dialpad.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/diamond.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/directory.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/drop-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/edge.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ellipsis-h.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ellipsis-v.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/envelope.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/external-link.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/eye.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/facebook-messenger.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/fast-backward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/fast-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/favs-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/favs-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/favs.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/fax.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/feedback.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/file-o.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/file.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/files-o.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/fire.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/firefox.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/genesys-logo-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/globe.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/hangup.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/history.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/home.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/horz-container.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/house.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-control-pause-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-control-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-control-play-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-control-play.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-control-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar-stack-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-bar.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-grid-cell.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-grid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-line.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-stack.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-24-graph-variable-2.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-adjacent.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-control-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-control-play.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-incoming.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-48-outgoing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-access.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-actionable-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-actionable-notset.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-actionable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-add-bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-adjust.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-like.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-offline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-ready-partial.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-ready.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-time.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent-unavailable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-agent.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-aix.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-alert-checkmark.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-alert-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-alert-info.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-alert-octo.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-alert-triangle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-app-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-app-chart.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-app-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-app-layout.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-app-table.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-archive.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-accordion.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-disclosure.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-left-dbl.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-popover.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-right-dbl.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-solid-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-arrow-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-attach.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-music.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-rec-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-rec.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-voice-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-audio-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-autoscroll-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-bar-graph-variable-1.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-bar-graph-variable-2.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-bezier.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-biz-attribute-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-biz-attribute.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-blocks.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-book-address.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-book-open-details.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-break.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-briefcase.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-budget.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-bug.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calculator.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calendar-day.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calendar-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calendar-media-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calendar-month-highlight.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-calendar-month.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-camera.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-campaign-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-campaign-done.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-campaign-schedule.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-campaign-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-campaign.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cart.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cells.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-certificate.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-edit-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-end.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-frown.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-multi.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-multi.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-oval.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-smile.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat-video.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-checkbox-tick-lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-checkbox-tick.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-checkbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-checklist-tick-lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-checkmark-bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-collapse-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-expand-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-chevron-small-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-arrow-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-circle-expand-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cleanup.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clip-approve.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clip-exchange.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clip-list.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clipboard.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clock-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clock-stopwatch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clock-timezone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-clone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-close-bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cloud-a.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cloud-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-cloud.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-desktop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-network.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-server-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-server.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-tenant.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-user.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cm-96-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse-end.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cobrowse.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-code.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-collapse.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-column-direction-active.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-column-direction.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-comment-corner.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-conference-all-channels.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-configuration-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-configuration.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-assign.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-delete.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-id-fetch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-id.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contact-switch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contract-a.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contract-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contract-c.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-contract-d.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-backward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-next.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-previous.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-skip-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-control-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-copy.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-credit-card.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cs-mobile.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cs-social.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cs-web.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-currency-dollar-sign.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cut.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-agent.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-avatar.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-cal.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-cobrowse.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-consult.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-mail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-offer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-pref.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-survey.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-vid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-cx-24-flat-vm.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dash.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-dash.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-settings.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dashtab-xwidget.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dialpad.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-disclosure-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-alert-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-all-save.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-detail-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-detail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-form-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-generic-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-list-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-list.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-phone-call.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-report-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-save.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-segmentation-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-yes-b.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-doc-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-document-scenario.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-double-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-double-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-download.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-drag-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-dropdown-arrow.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-delete.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-move-to-folder.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-reply-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-reply.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-resend.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-send.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-enterprise-extension.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-error-bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-escalate-from.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-escalate-to.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-escalate.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-event-cluster-mini.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-event-cluster.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-exit-full-screen.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-expand-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-expand-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-expand-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-expand-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-expand.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-export.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-happy.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-neutral.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-sad.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-solid-happy.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-solid-sad.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-face-unknown.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-facebook-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-file-folder-drawer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-files.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-film-broadcast.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-film.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-filter.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-finger-pointing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-disabled.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-media.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-move.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-open-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-open-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-open.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder-progress.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-folder.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-follow-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-follow.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-bold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-decrease.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-increase.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-italic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-style.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-font-underline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-full-screen.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-gear-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-gear-remove.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic-laptop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic-mobile-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic-pc.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic-tablet.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-globe.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-google-plus-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-grab-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-grab.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-bar.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-barline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-bubble.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-chart.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-column.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-grid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-line.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-spark.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-graph-stack.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-grip-horizontal.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-grip-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-help.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-home.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-host.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-hp.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-import.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-in-small.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-insert-block-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-insert-block-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-chat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-phone-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect-star.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-inspect.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-ivr-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-ivr.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-help.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-notification.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-teamcommunicator.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-24-line-voicemail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-callback.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-campaign.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-chat-round.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-chat-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-doc.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-facebook.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-globe.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-media.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-conf-susp.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-conf.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-dial.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-play.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-susp.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-phone-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-question.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-rss.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-twitter.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-voice-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-circle-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-active-square-view.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-arrow-outline-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-chevron-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-no-chevron-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-chevron-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-circle-yes-chevron-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-back.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-fwd.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-home.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-play.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-control-circle-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-done-and-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-history.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-in-progress.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-voice-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-inspect-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-monitor-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-monitor-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-queue.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-routing-point.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-save-as.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-save.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-facebook-workbin.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-rss-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-rss-workbin.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-follow.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-square-twitter-workbin.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-suspend.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-show.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-video-thumb-swap.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-voice-inspect-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-iw-voice-inspect.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-key-dot-dashed.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-link.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-linkedin-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-linux.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-list-bullets.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-list-numbers.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-locked.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-login-checkmark.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-login-error.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-login-info.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-lunch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-measure-growing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-measure-point-in-time.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-measure-sliding.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-measure-today.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-menu-hamburger.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-merge.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-mini-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-minimize.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-moon-default.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-more.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-ms.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-multiples.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-network.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-note-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-note.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-notebook.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-number-sign.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-open-book.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-out-small.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-page-multi.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-page-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-page-single.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-palette.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-parameter-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-parameter.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-paste.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pc-mobile-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pencil.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-people-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-people.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-person.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-chat-media.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-conference.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-decline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-dial.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-disabled.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-hang-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-hold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-incoming.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-resume.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-rec.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-voice-retrieve.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-phones.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-picture.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pie-chart.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-alert.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-check.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid-remove.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-text.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-time.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-zoom-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin-zoom-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pin.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pinned.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pinterest-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-play-list.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-pointing-in-hand.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-printer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-progress-bar.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-quotes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-radio-active.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-radio.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-rebuild.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-redo.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-refresh-with-feedback.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-refresh.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-reload.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-remember.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-reset.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-rewind-five-seconds.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-routing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-rss-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-rss.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-record.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-resume.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-screen-rec-stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-scrubber.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-search-next.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-search-previous.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-search.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-searched-term.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-secure.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-segmentation.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-select-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-select-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-select.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-server-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-server.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-settings-gear.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-settings-gears.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-settings-sliders.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-share.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sharethis.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-shrinkage.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-shuffle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-site-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-site.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-skills.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-slide-back.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-slide-fwd.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-small-checkmark.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-small-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-small-plus.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sms-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sms-message.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sms-reply.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sms-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-solaris.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sort-left-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sort-up-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-special-g-brandmark.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-stamp.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-star-edit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-star-half.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-star-outline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-stars-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-stars-lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-stars-remove.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-stars.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-aftercallwork.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-available-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-available-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-bad.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-call-dialing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-call-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-call-internal.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-call-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-call-ringing.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-good.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-hook-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-hook-on.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-interaction.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-logged-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-logged-on.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-monitored-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-monitored-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-onhold.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-empty.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-queue-part-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-blocked.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-no.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-partial.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-ready-yes.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-status-unknown.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-sun-default.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-superviser-chat-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-voice-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-supervisor-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-supervisor.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-swap.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-switch-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-switch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-symbol-man.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-symbol-woman.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tag-stat-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tag-stat-remove.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tag.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-target.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-team-communicator-team-communicator.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-team-communicator.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tenant-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tenant.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-centered.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-detail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-generic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-indent-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-indent-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-center.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-justify-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-text-spelling.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-thumbs-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-thumbs-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tick.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-timeline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-toggle-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-toggle-on.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-toggle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-training.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-transfer-all-channels.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-transfer-common.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-trash.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-tree-branch.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-twitter-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-twitter.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-undo.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-unlocked.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-unmerge.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-upload.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-end.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-roster.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-video.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-videocam-1-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-videocam-1.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-videocam-2-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-videocam-2.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-details-bottom.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-details-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-grid.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-list.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-lists.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-stacked.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-view-tree.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-voicemail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-window-contract.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-window-expand.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-zoom-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/ic-zoom-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/image.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/inbox-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/inbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/input.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/instagram.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/interaction-sound.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/interactions-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/interactions-off-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/interactions.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/internet-explorer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/italic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/justify-center.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/justify-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/justify-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/layers.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/line-messenger.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/link-broken.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/link.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/linkedin-1.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/linkedin.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/linux.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/list-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/listbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/logo-genesys.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/low-bandwidth.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/magnifying-glass-minus.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/magnifying-glass-plus.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/magnifying-glass.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/marker.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/mic-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/mic-talking.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/mic.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/microsoft-teams.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/microsoft.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/minus-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/missed-call.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/mixer.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/monitor.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/move-file.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/multi-agent-lines.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-score-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-score-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/notification-score-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/numeric-spinner.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/opera.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/organization.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/outbound-call.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/paint-bucket.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/paperclip.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pause-secure.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pause.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pc-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pc-user.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pencil-square.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/person-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-active-1.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-active-2.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-active-3.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-off-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-picker.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-ring-muted.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone-ring.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pixel-unit.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/play.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/plus-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/plus.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/pop-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/preview.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/product-logo-beyond.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/product-logo-g.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/progress-pie.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/puzzle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/question-with-screen.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/question.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/quote-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/quote-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/radio-button.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/record.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/refresh.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/repeat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/reset-view.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/resize-handle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/robot-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/robot-head.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/safari.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/scissors.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/screen-full.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/screen-small.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/screenshare.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/scripter-inverse.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/scripter.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/server.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/share.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sign-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sitemap.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/slideshare.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sms-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sms-message.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sms.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/sort-numeric-asc.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/star.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/steal.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/step-backward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/step-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/stop.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/telegram.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/template.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/text.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/thumbtack-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/thumbtack-on.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/topleft.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/topright.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/trashcan.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/triangle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/twitter-white-on-blue.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/underline.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/undo.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/vert-container.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/viber-icon.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/video-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/video-off-alpha.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/video-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/video.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/voicemail.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/volume-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/volume-off-alt.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/volume-off.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/volume-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/warning.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/web.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/wechat.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/whatsapp.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/whistle.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/wordpress.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/wrap-up-code.svg +1 -0
- package/dist/genesys-webcomponents/icons/legacy/youtube.svg +1 -0
- package/dist/genesys-webcomponents/icons/line-messenger.svg +1 -0
- package/dist/genesys-webcomponents/icons/link.svg +1 -0
- package/dist/genesys-webcomponents/icons/linkedin.svg +1 -0
- package/dist/genesys-webcomponents/icons/linux.svg +1 -0
- package/dist/genesys-webcomponents/icons/lock-hold.svg +1 -0
- package/dist/genesys-webcomponents/icons/lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/logout.svg +1 -0
- package/dist/genesys-webcomponents/icons/low-bandwidth.svg +1 -0
- package/dist/genesys-webcomponents/icons/lunch.svg +1 -0
- package/dist/genesys-webcomponents/icons/menu-kebab-horizontal.svg +1 -0
- package/dist/genesys-webcomponents/icons/menu-kebab-vertical.svg +1 -0
- package/dist/genesys-webcomponents/icons/menu.svg +1 -0
- package/dist/genesys-webcomponents/icons/message-email-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/message-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/message-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/message-reply-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/message-reply.svg +1 -0
- package/dist/genesys-webcomponents/icons/microphone-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/microphone-talking.svg +1 -0
- package/dist/genesys-webcomponents/icons/microphone.svg +1 -0
- package/dist/genesys-webcomponents/icons/microsoft-teams.svg +1 -0
- package/dist/genesys-webcomponents/icons/microsoft.svg +1 -0
- package/dist/genesys-webcomponents/icons/moon.svg +1 -0
- package/dist/genesys-webcomponents/icons/music.svg +1 -0
- package/dist/genesys-webcomponents/icons/notes.svg +1 -0
- package/dist/genesys-webcomponents/icons/notification.svg +1 -0
- package/dist/genesys-webcomponents/icons/opera.svg +1 -0
- package/dist/genesys-webcomponents/icons/paint.svg +1 -0
- package/dist/genesys-webcomponents/icons/palette.svg +1 -0
- package/dist/genesys-webcomponents/icons/paste.svg +1 -0
- package/dist/genesys-webcomponents/icons/people.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-bell.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-call-directory.svg +12 -0
- package/dist/genesys-webcomponents/icons/phone-call-history.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-callback.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-close.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-conference.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-dialpad.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-forward.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-hangup.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-hold.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-inbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-missed-call.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-notification-score.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-outbound.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-success.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone-voice.svg +1 -0
- package/dist/genesys-webcomponents/icons/phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/pin-location.svg +1 -0
- package/dist/genesys-webcomponents/icons/pin.svg +1 -0
- package/dist/genesys-webcomponents/icons/post.svg +1 -0
- package/dist/genesys-webcomponents/icons/product-logo-beyond.svg +1 -0
- package/dist/genesys-webcomponents/icons/product-logo-g.svg +1 -0
- package/dist/genesys-webcomponents/icons/quote-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/quote-right.svg +1 -0
- package/dist/genesys-webcomponents/icons/radio-active.svg +1 -0
- package/dist/genesys-webcomponents/icons/radio.svg +1 -0
- package/dist/genesys-webcomponents/icons/rating-active.svg +1 -0
- package/dist/genesys-webcomponents/icons/rating-partial.svg +1 -0
- package/dist/genesys-webcomponents/icons/rating.svg +1 -0
- package/dist/genesys-webcomponents/icons/record.svg +1 -0
- package/dist/genesys-webcomponents/icons/refresh.svg +1 -0
- package/dist/genesys-webcomponents/icons/reset.svg +1 -0
- package/dist/genesys-webcomponents/icons/resource.svg +1 -0
- package/dist/genesys-webcomponents/icons/retweet.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-chat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-email-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-email.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-instagram-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-instagram.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-line-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-line.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-message-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-message.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-messenger-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-messenger.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-phone-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-sms-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-sms.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-twitter-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-twitter.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-wechat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-wechat.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-whatsapp-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/roster-whatsapp.svg +1 -0
- package/dist/genesys-webcomponents/icons/rss.svg +1 -0
- package/dist/genesys-webcomponents/icons/run.svg +1 -0
- package/dist/genesys-webcomponents/icons/safari.svg +1 -0
- package/dist/genesys-webcomponents/icons/scripter.svg +1 -0
- package/dist/genesys-webcomponents/icons/search.svg +1 -0
- package/dist/genesys-webcomponents/icons/send.svg +1 -0
- package/dist/genesys-webcomponents/icons/server.svg +1 -0
- package/dist/genesys-webcomponents/icons/settings.svg +1 -0
- package/dist/genesys-webcomponents/icons/share.svg +1 -0
- package/dist/genesys-webcomponents/icons/shield-lock.svg +1 -0
- package/dist/genesys-webcomponents/icons/shield-outline.svg +1 -0
- package/dist/genesys-webcomponents/icons/shield-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/site.svg +1 -0
- package/dist/genesys-webcomponents/icons/skills.svg +1 -0
- package/dist/genesys-webcomponents/icons/slideshare.svg +1 -0
- package/dist/genesys-webcomponents/icons/sms-cancel.svg +1 -0
- package/dist/genesys-webcomponents/icons/sms-close.svg +6 -0
- package/dist/genesys-webcomponents/icons/sms.svg +1 -0
- package/dist/genesys-webcomponents/icons/stamp.svg +1 -0
- package/dist/genesys-webcomponents/icons/subtract-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/subtract.svg +1 -0
- package/dist/genesys-webcomponents/icons/sun.svg +1 -0
- package/dist/genesys-webcomponents/icons/tag-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/tag-remove.svg +1 -0
- package/dist/genesys-webcomponents/icons/tag.svg +1 -0
- package/dist/genesys-webcomponents/icons/telegram.svg +1 -0
- package/dist/genesys-webcomponents/icons/tenant.svg +1 -0
- package/dist/genesys-webcomponents/icons/thumbs-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/thumbs-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/timeline.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-apps-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-apps.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-assist-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-assist.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-chat-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-chat.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-favorite.svg +11 -0
- package/dist/genesys-webcomponents/icons/toolbar-favourite.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-help.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-inbox.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-interactions-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-interactions.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-notification.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone-active-1.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone-active-2.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone-active-3.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone-disable-.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone-disable.svg +12 -0
- package/dist/genesys-webcomponents/icons/toolbar-phone.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-video-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/toolbar-video.svg +1 -0
- package/dist/genesys-webcomponents/icons/trade.svg +1 -0
- package/dist/genesys-webcomponents/icons/transfer.svg +1 -0
- package/dist/genesys-webcomponents/icons/twitter.svg +1 -0
- package/dist/genesys-webcomponents/icons/unknown.svg +1 -0
- package/dist/genesys-webcomponents/icons/unlink.svg +1 -0
- package/dist/genesys-webcomponents/icons/unlock.svg +1 -0
- package/dist/genesys-webcomponents/icons/upload.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-add.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-circle.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-contact-id.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-directory.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-group.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-interactions copy.svg +1 -0
- package/dist/genesys-webcomponents/icons/user-interactions-disable.svg +9 -0
- package/dist/genesys-webcomponents/icons/user-interactions.svg +1 -0
- package/dist/genesys-webcomponents/icons/user.svg +1 -0
- package/dist/genesys-webcomponents/icons/viber.svg +1 -0
- package/dist/genesys-webcomponents/icons/video-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/video.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-all.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-cells.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-grid.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-list.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-lists.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-roster.svg +1 -0
- package/dist/genesys-webcomponents/icons/view-stacked.svg +1 -0
- package/dist/genesys-webcomponents/icons/voicemail.svg +1 -0
- package/dist/genesys-webcomponents/icons/volume-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/volume-down.svg +1 -0
- package/dist/genesys-webcomponents/icons/volume-none.svg +1 -0
- package/dist/genesys-webcomponents/icons/volume-up.svg +1 -0
- package/dist/genesys-webcomponents/icons/web.svg +1 -0
- package/dist/genesys-webcomponents/icons/webcam-disable.svg +1 -0
- package/dist/genesys-webcomponents/icons/webcam.svg +1 -0
- package/dist/genesys-webcomponents/icons/wechat.svg +1 -0
- package/dist/genesys-webcomponents/icons/whatsapp.svg +1 -0
- package/dist/genesys-webcomponents/icons/window-actual-size.svg +1 -0
- package/dist/genesys-webcomponents/icons/window-contract.svg +1 -0
- package/dist/genesys-webcomponents/icons/window-drag-out.svg +1 -0
- package/dist/genesys-webcomponents/icons/window-expand.svg +7 -0
- package/dist/genesys-webcomponents/icons/window-fullscreen.svg +1 -0
- package/dist/genesys-webcomponents/icons/window-popout.svg +1 -0
- package/dist/genesys-webcomponents/icons/wordpress.svg +1 -0
- package/dist/genesys-webcomponents/icons/youtube.svg +1 -0
- package/dist/genesys-webcomponents/icons/zoom-in.svg +1 -0
- package/dist/genesys-webcomponents/icons/zoom-out.svg +1 -0
- package/dist/genesys-webcomponents/index.esm.js +0 -0
- package/dist/genesys-webcomponents/less/color-palette.less +101 -0
- package/dist/genesys-webcomponents/less/shadows.less +13 -0
- package/dist/genesys-webcomponents/less/spacing.less +12 -0
- package/dist/genesys-webcomponents/less/typography.less +196 -0
- package/dist/genesys-webcomponents/p-0074384c.js +1 -0
- package/dist/genesys-webcomponents/p-00ae6570.entry.js +1 -0
- package/dist/genesys-webcomponents/p-020b6498.js +7 -0
- package/dist/genesys-webcomponents/p-02a7a8fc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-02bac64a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-04a5fb3d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-05d2df0c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-076cb468.entry.js +1 -0
- package/dist/genesys-webcomponents/p-090afd14.entry.js +1 -0
- package/dist/genesys-webcomponents/p-094ab47c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0cb61296.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0d7692bf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0f9e7703.entry.js +1 -0
- package/dist/genesys-webcomponents/p-112455b1.js +1 -0
- package/dist/genesys-webcomponents/p-12a15b70.entry.js +1 -0
- package/dist/genesys-webcomponents/p-169c297c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-17fc6962.js +1 -0
- package/dist/genesys-webcomponents/p-1d4ff291.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1da43f83.entry.js +1 -0
- package/dist/genesys-webcomponents/p-24946167.js +1 -0
- package/dist/genesys-webcomponents/p-24f0cb35.entry.js +1 -0
- package/dist/genesys-webcomponents/p-264bf172.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2745396a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-29e8b184.js +1 -0
- package/dist/genesys-webcomponents/p-2a283e23.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2c3d934a.js +1 -0
- package/dist/genesys-webcomponents/p-2c957b5c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2ca7c645.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2e5fcc1d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-30a13b1f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3184268e.js +1 -0
- package/dist/genesys-webcomponents/p-34eeef98.entry.js +1 -0
- package/dist/genesys-webcomponents/p-35fec75a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-376aa6e8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3ab8ad28.entry.js +1 -0
- package/dist/genesys-webcomponents/p-42649fa4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-43416706.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4a53155b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4ac1be7c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4bbb5703.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4c66f794.js +1 -0
- package/dist/genesys-webcomponents/p-4dc6133b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4f26144b.js +1 -0
- package/dist/genesys-webcomponents/p-4fe46977.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5215d318.entry.js +1 -0
- package/dist/genesys-webcomponents/p-53b88f3b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-56041709.entry.js +1 -0
- package/dist/genesys-webcomponents/p-57cd1996.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5ac4e2cf.js +1 -0
- package/dist/genesys-webcomponents/p-5b420416.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5bcae09f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5cacdfc9.js +1 -0
- package/dist/genesys-webcomponents/p-5e12997d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6097fb17.entry.js +1 -0
- package/dist/genesys-webcomponents/p-61c0d6d8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-66fa437b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-68624cb5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-69497597.entry.js +1 -0
- package/dist/genesys-webcomponents/p-69dc9e5c.entry.js +26 -0
- package/dist/genesys-webcomponents/p-6cd1bb9d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6dd081f6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6e1432f6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-730c94fe.entry.js +1 -0
- package/dist/genesys-webcomponents/p-767b76c1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-767fc0c6.js +1 -0
- package/dist/genesys-webcomponents/p-76ff3e75.js +1 -0
- package/dist/genesys-webcomponents/p-77b7b430.entry.js +1 -0
- package/dist/genesys-webcomponents/p-793d226b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7c9ef3d3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7e954e77.entry.js +1 -0
- package/dist/genesys-webcomponents/p-83bf98a2.entry.js +1 -0
- package/dist/genesys-webcomponents/p-845b5c58.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8478e8d4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-848f17f7.entry.js +1 -0
- package/dist/genesys-webcomponents/p-86329312.entry.js +1 -0
- package/dist/genesys-webcomponents/p-88ce9287.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8a133b9b.js +1 -0
- package/dist/genesys-webcomponents/p-8fe7daff.js +1 -0
- package/dist/genesys-webcomponents/p-90ddee40.entry.js +1 -0
- package/dist/genesys-webcomponents/p-971515b3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9884f1bc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9dd4b14a.js +1 -0
- package/dist/genesys-webcomponents/p-a02c3341.js +1 -0
- package/dist/genesys-webcomponents/p-a146f73a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a45aabeb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a6257c98.js +1 -0
- package/dist/genesys-webcomponents/p-a7335da9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ab97a69b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-af07eb6a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-af91699a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b80b9692.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b9093ec5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bcf8afa0.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bd07d653.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c0150350.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c10e41a9.js +1 -0
- package/dist/genesys-webcomponents/p-c72acc43.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c7e8a8db.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c879efbe.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cbaa4d95.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cbcbd1bb.js +1 -0
- package/dist/genesys-webcomponents/p-cbd1b9dc.js +1 -0
- package/dist/genesys-webcomponents/p-ce9e2d12.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d044165f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d176c2ae.js +1 -0
- package/dist/genesys-webcomponents/p-d1b05bed.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6684dfc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d69abb33.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6bbc0cc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d78d7ed3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d8879ed5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d9c3f07f.js +1 -0
- package/dist/genesys-webcomponents/p-dbf35e0c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e2bea786.js +1 -0
- package/dist/genesys-webcomponents/p-e983e68c.js +1 -0
- package/dist/genesys-webcomponents/p-e9984218.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ed4e1d83.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ed5ba627.entry.js +1 -0
- package/dist/genesys-webcomponents/p-edd88373.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f3a85e5d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f5568e45.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f66e2431.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f86e6619.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fad3808b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ffce687e.entry.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.d.ts +12 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/dist/loader/package.json +10 -0
- package/dist/stencil-wrapper.js +17 -0
- package/dist/types/common-enums.d.ts +17 -0
- package/dist/types/components/beta/gux-badge/gux-badge.d.ts +24 -0
- package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +1 -0
- package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +12 -0
- package/dist/types/components/beta/gux-card/gux-card.d.ts +14 -0
- package/dist/types/components/beta/gux-card/gux-card.types.d.ts +1 -0
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.d.ts +49 -0
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +22 -0
- package/dist/types/components/beta/gux-chart-donut/gux-chart-donut.d.ts +24 -0
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.d.ts +48 -0
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +22 -0
- package/dist/types/components/beta/gux-chart-pie/gux-chart-pie.d.ts +23 -0
- package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +9 -0
- package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +26 -0
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +11 -0
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +4 -0
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu.d.ts +4 -0
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +31 -0
- package/dist/types/components/beta/gux-popover-list/gux-popover-list.d.ts +38 -0
- package/dist/types/components/beta/gux-popover-list/gux-popover-list.types.d.ts +1 -0
- package/dist/types/components/beta/gux-table/gux-all-row-select/gux-all-row-select.d.ts +13 -0
- package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +11 -0
- package/dist/types/components/beta/gux-table/gux-table.d.ts +111 -0
- package/dist/types/components/beta/gux-table/gux-table.types.d.ts +12 -0
- package/dist/types/components/beta/gux-tag/gux-tag.d.ts +40 -0
- package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +1 -0
- package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +39 -0
- package/dist/types/components/beta/gux-visualization/gux-visualization.d.ts +17 -0
- package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +22 -0
- package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.d.ts +31 -0
- package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.service.d.ts +4 -0
- package/dist/types/components/legacy/gux-accordion-legacy/gux-accordion.types.d.ts +5 -0
- package/dist/types/components/legacy/gux-action-button-legacy/gux-action-button.d.ts +50 -0
- package/dist/types/components/legacy/gux-action-list-legacy/gux-action-item/gux-action-item.d.ts +12 -0
- package/dist/types/components/legacy/gux-action-list-legacy/gux-action-list-divider/gux-action-list-divider.d.ts +4 -0
- package/dist/types/components/legacy/gux-action-list-legacy/gux-action-list.d.ts +23 -0
- package/dist/types/components/legacy/gux-button-multi-legacy/gux-button-multi.d.ts +40 -0
- package/dist/types/components/legacy/gux-command-palette-legacy/gux-command-action/gux-command-action.d.ts +33 -0
- package/dist/types/components/legacy/gux-command-palette-legacy/gux-command-palette.d.ts +37 -0
- package/dist/types/components/legacy/gux-dropdown-legacy/gux-dropdown.d.ts +56 -0
- package/dist/types/components/legacy/gux-dropdown-legacy/gux-dropdown.e2eelement.d.ts +12 -0
- package/dist/types/components/legacy/gux-dropdown-legacy/gux-option-legacy/gux-option.d.ts +36 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-checkbox/gux-input-checkbox.d.ts +8 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/colors.d.ts +1 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/components/gux-color-select/gux-color-select.d.ts +13 -0
- 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
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-color/gux-input-color.d.ts +25 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-number/gux-input-number.d.ts +23 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-radio/gux-input-radio.d.ts +8 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-range/gux-input-range.d.ts +28 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-search/gux-input-search.d.ts +19 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-select/gux-input-select.d.ts +13 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-text-like/gux-input-text-like.d.ts +19 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.d.ts +15 -0
- package/dist/types/components/legacy/gux-form-field-legacy/components/gux-input-textarea/gux-input-textarea.types.d.ts +1 -0
- package/dist/types/components/legacy/gux-form-field-legacy/gux-form-field.d.ts +44 -0
- package/dist/types/components/legacy/gux-form-field-legacy/gux-form-field.types.d.ts +2 -0
- package/dist/types/components/legacy/gux-list-legacy/gux-list.d.ts +53 -0
- package/dist/types/components/legacy/gux-list-legacy/list-divider/gux-list-divider.d.ts +4 -0
- package/dist/types/components/legacy/gux-list-legacy/list-item/gux-list-item.d.ts +25 -0
- package/dist/types/components/legacy/gux-panel-frame-legacy/gux-panel-frame.d.ts +12 -0
- package/dist/types/components/legacy/gux-side-panel-legacy/buttons/gux-side-panel-button.d.ts +8 -0
- package/dist/types/components/legacy/gux-side-panel-legacy/gux-side-panel.d.ts +16 -0
- package/dist/types/components/legacy/gux-tabs-legacy/gux-tab-dropdown-option-legacy/gux-tab-dropdown-option-legacy.d.ts +11 -0
- package/dist/types/components/legacy/gux-tabs-legacy/gux-tab-legacy/gux-tab-legacy.d.ts +28 -0
- package/dist/types/components/legacy/gux-tabs-legacy/gux-tabs-legacy.d.ts +54 -0
- package/dist/types/components/legacy/gux-text-label-legacy/gux-text-label.d.ts +19 -0
- package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +15 -0
- package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -0
- package/dist/types/components/stable/gux-accordion/gux-accordion.d.ts +10 -0
- package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +52 -0
- package/dist/types/components/stable/gux-action-toast/gux-action-toast.d.ts +13 -0
- package/dist/types/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.d.ts +50 -0
- package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +68 -0
- package/dist/types/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.d.ts +10 -0
- package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.d.ts +10 -0
- package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.types.d.ts +1 -0
- package/dist/types/components/stable/gux-button/gux-button.d.ts +24 -0
- package/dist/types/components/stable/gux-button/gux-button.types.d.ts +2 -0
- package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +42 -0
- package/dist/types/components/stable/gux-calendar/gux-calendar.d.ts +72 -0
- package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +9 -0
- package/dist/types/components/stable/gux-content-search/gux-content-search.d.ts +43 -0
- package/dist/types/components/stable/gux-datepicker/gux-datepicker.d.ts +117 -0
- package/dist/types/components/stable/gux-datepicker/gux-datepicker.service.d.ts +17 -0
- package/dist/types/components/stable/gux-datepicker/gux-datepicker.types.d.ts +6 -0
- package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +34 -0
- package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.types.d.ts +1 -0
- package/dist/types/components/stable/gux-dismiss-button/gux-dismiss-button.d.ts +7 -0
- package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +47 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +18 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.d.ts +26 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.d.ts +33 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.d.ts +18 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.d.ts +42 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.d.ts +28 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.d.ts +26 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.d.ts +28 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.d.ts +31 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.types.d.ts +1 -0
- package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.d.ts +7 -0
- package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.d.ts +6 -0
- package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.d.ts +8 -0
- package/dist/types/components/stable/gux-form-field/gux-form-field.servce.d.ts +6 -0
- package/dist/types/components/stable/gux-form-field/gux-form-field.types.d.ts +1 -0
- 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
- package/dist/types/components/stable/gux-icon/gux-icon.d.ts +25 -0
- package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +3 -0
- package/dist/types/components/stable/gux-icon/icon-name-map.d.ts +1 -0
- package/dist/types/components/stable/gux-icon/legacy-icon-names.d.ts +1 -0
- package/dist/types/components/stable/gux-list/gux-list-divider/gux-list-divider.d.ts +4 -0
- package/dist/types/components/stable/gux-list/gux-list-item/gux-list-item.d.ts +9 -0
- package/dist/types/components/stable/gux-list/gux-list.d.ts +9 -0
- package/dist/types/components/stable/gux-list/gux-list.service.d.ts +4 -0
- package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +27 -0
- package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +12 -0
- package/dist/types/components/stable/gux-listbox/gux-option/gux-option.d.ts +15 -0
- package/dist/types/components/stable/gux-modal/gux-modal.d.ts +37 -0
- package/dist/types/components/stable/gux-modal/gux-modal.types.d.ts +1 -0
- package/dist/types/components/stable/gux-notification-toast/gux-notification-toast.d.ts +18 -0
- package/dist/types/components/stable/gux-notification-toast/gux-notification-toast.types.d.ts +1 -0
- package/dist/types/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.d.ts +11 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +9 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +26 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +12 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.d.ts +13 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +35 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +6 -0
- package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +11 -0
- package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.types.d.ts +1 -0
- package/dist/types/components/stable/gux-popover/gux-popover.d.ts +38 -0
- package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +1 -0
- package/dist/types/components/stable/gux-popup/gux-popup.d.ts +16 -0
- package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.d.ts +17 -0
- package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.types.d.ts +1 -0
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +25 -0
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +18 -0
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +5 -0
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +1 -0
- package/dist/types/components/stable/gux-rating/gux-rating.d.ts +17 -0
- package/dist/types/components/stable/gux-simple-toast/gux-simple-toast.d.ts +17 -0
- package/dist/types/components/stable/gux-simple-toast/gux-simple-toast.types.d.ts +1 -0
- package/dist/types/components/stable/gux-switch/gux-switch-item/gux-switch-item.d.ts +8 -0
- package/dist/types/components/stable/gux-switch/gux-switch.d.ts +16 -0
- package/dist/types/components/stable/gux-switch/gux-switch.types.d.ts +1 -0
- package/dist/types/components/stable/gux-tabs/gux-tab/gux-tab.d.ts +22 -0
- package/dist/types/components/stable/gux-tabs/gux-tab-list/gux-tab-list.d.ts +36 -0
- package/dist/types/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.d.ts +15 -0
- package/dist/types/components/stable/gux-tabs/gux-tabs-types.d.ts +2 -0
- package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +30 -0
- package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +46 -0
- package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +80 -0
- package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.d.ts +9 -0
- package/dist/types/components/stable/gux-tabs-advanced/gux-tabs-advanced.d.ts +21 -0
- package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +22 -0
- package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.types.d.ts +1 -0
- package/dist/types/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.d.ts +11 -0
- package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +25 -0
- package/dist/types/components/stable/gux-toggle/gux-toggle.types.d.ts +1 -0
- package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +34 -0
- package/dist/types/components/stable/gux-tooltip-title/gux-tooltip-title.d.ts +25 -0
- package/dist/types/components.d.ts +3327 -0
- package/dist/types/i18n/fetchResources.d.ts +11 -0
- package/dist/types/i18n/index.d.ts +10 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/stencil-wrapper.d.ts +1 -0
- package/dist/types/typings.d.ts +4 -0
- package/dist/types/usage-tracking.d.ts +24 -0
- package/dist/types/utils/array/async-filter.d.ts +1 -0
- package/dist/types/utils/date/from-iso-time-string.d.ts +10 -0
- package/dist/types/utils/date/iso-dates.d.ts +4 -0
- package/dist/types/utils/decorator/on-click-outside.d.ts +11 -0
- package/dist/types/utils/decorator/on-mutation.d.ts +4 -0
- package/dist/types/utils/dom/event-is-from.d.ts +4 -0
- package/dist/types/utils/dom/get-closest-element.d.ts +1 -0
- package/dist/types/utils/dom/has-slot.d.ts +1 -0
- package/dist/types/utils/dom/manipulate-elements-classes.d.ts +2 -0
- package/dist/types/utils/dom/on-attribute-change.d.ts +3 -0
- package/dist/types/utils/dom/on-mutation.d.ts +1 -0
- package/dist/types/utils/dom/prevent-browser-validation-styling.d.ts +1 -0
- package/dist/types/utils/dom/random-html-id.d.ts +1 -0
- package/dist/types/utils/dom/set-input-value.d.ts +1 -0
- package/dist/types/utils/dom/simulate-native-event.d.ts +1 -0
- package/dist/types/utils/dom/when-event-is-from.d.ts +10 -0
- package/dist/types/utils/error/log-error.d.ts +2 -0
- package/dist/types/utils/number/clamp.d.ts +1 -0
- package/dist/types/utils/string/search.d.ts +2 -0
- package/dist/types/utils/theme/color-palette.d.ts +1 -0
- 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}
|