@watermarkinsights/ripple 5.15.0 → 5.16.0-alpha.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/dist/cjs/{app-globals-797c1e0b.js → app-globals-ff5fd9b0.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/priv-calendar.cjs.entry.js +1 -1
- package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
- package/dist/cjs/priv-option-list.cjs.entry.js +3 -3
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
- package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +1 -1
- package/dist/cjs/wm-flyout.cjs.entry.js +1 -1
- package/dist/cjs/wm-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-modal_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-navigation_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
- package/dist/cjs/wm-nested-select.cjs.entry.js +6 -6
- package/dist/cjs/wm-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/wm-option_2.cjs.entry.js +2 -2
- package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
- package/dist/cjs/wm-search.cjs.entry.js +1 -1
- package/dist/cjs/wm-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-tag-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-textarea.cjs.entry.js +1 -1
- package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
- package/dist/cjs/wm-uploader.cjs.entry.js +1 -1
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +13 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.css +13 -0
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +13 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +13 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +13 -0
- package/dist/collection/components/datepickers/datepicker.css +44 -0
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +13 -0
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +14 -0
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +2 -2
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +25 -3
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +5 -5
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +13 -0
- package/dist/collection/components/selects/wm-option/wm-option.css +13 -0
- package/dist/collection/components/selects/wm-select/wm-select.css +13 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +13 -0
- package/dist/collection/components/wm-button/wm-button.css +13 -0
- package/dist/collection/components/wm-file/wm-file.css +13 -0
- package/dist/collection/components/wm-file-list/wm-file-list.css +13 -0
- package/dist/collection/components/wm-flyout/wm-flyout.css +13 -0
- package/dist/collection/components/wm-input/wm-input.css +13 -0
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +44 -0
- package/dist/collection/components/wm-modal/wm-modal-footer.css +13 -0
- package/dist/collection/components/wm-modal/wm-modal-header.css +13 -0
- package/dist/collection/components/wm-modal/wm-modal.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation.css +13 -0
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +44 -0
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +13 -0
- package/dist/collection/components/wm-navigator/wm-navigator.css +13 -0
- package/dist/collection/components/wm-pagination/wm-pagination.css +44 -0
- package/dist/collection/components/wm-search/wm-search.css +44 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +44 -0
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +13 -0
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +13 -0
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +13 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +13 -0
- package/dist/collection/components/wm-textarea/wm-textarea.css +13 -0
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +44 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +13 -0
- package/dist/collection/components/wm-uploader/wm-uploader.css +44 -0
- package/dist/esm/{app-globals-e4b7c83a.js → app-globals-c63b9640.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-calendar.entry.js +1 -1
- package/dist/esm/priv-chart-popover.entry.js +1 -1
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/priv-option-list.entry.js +3 -3
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-action-menu_2.entry.js +2 -2
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +1 -1
- package/dist/esm/wm-date-range.entry.js +1 -1
- package/dist/esm/wm-datepicker.entry.js +1 -1
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +1 -1
- package/dist/esm/wm-flyout.entry.js +1 -1
- package/dist/esm/wm-input.entry.js +1 -1
- package/dist/esm/wm-line-chart.entry.js +1 -1
- package/dist/esm/wm-modal-pss_3.entry.js +3 -3
- package/dist/esm/wm-modal_3.entry.js +3 -3
- package/dist/esm/wm-navigation_3.entry.js +3 -3
- package/dist/esm/wm-navigator.entry.js +1 -1
- package/dist/esm/wm-nested-select.entry.js +6 -6
- package/dist/esm/wm-optgroup.entry.js +1 -1
- package/dist/esm/wm-option_2.entry.js +2 -2
- package/dist/esm/wm-pagination.entry.js +1 -1
- package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
- package/dist/esm/wm-search.entry.js +1 -1
- package/dist/esm/wm-snackbar.entry.js +1 -1
- package/dist/esm/wm-tab-item_3.entry.js +3 -3
- package/dist/esm/wm-tag-input.entry.js +1 -1
- package/dist/esm/wm-textarea.entry.js +1 -1
- package/dist/esm/wm-timepicker.entry.js +1 -1
- package/dist/esm/wm-toggletip.entry.js +1 -1
- package/dist/esm/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/app-globals-c63b9640.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/p-0189929d.entry.js +1 -0
- package/dist/ripple/{p-d9c019dd.system.entry.js → p-091fbc50.system.entry.js} +1 -1
- package/dist/ripple/p-0bb576c5.system.entry.js +1 -0
- package/dist/ripple/p-0c89b82c.entry.js +1 -0
- package/dist/ripple/{p-d5664836.system.entry.js → p-12d6ab73.system.entry.js} +1 -1
- package/dist/ripple/{p-6932515a.system.entry.js → p-1396ff75.entry.js} +1 -1
- package/dist/ripple/p-144ce232.entry.js +1 -0
- package/dist/ripple/p-1497ccfc.entry.js +1 -0
- package/dist/ripple/{p-5a5b2d59.entry.js → p-1955c66a.system.entry.js} +1 -1
- package/dist/ripple/{p-1fe343d5.entry.js → p-22b55b6f.entry.js} +1 -1
- package/dist/ripple/{p-0830cddd.entry.js → p-257d2d5c.entry.js} +1 -1
- package/dist/ripple/p-2823d02b.system.entry.js +1 -0
- package/dist/ripple/p-2f7ca1a7.system.entry.js +1 -0
- package/dist/ripple/p-30201dc9.entry.js +1 -0
- package/dist/ripple/{p-f8ef4fb3.entry.js → p-30236be3.system.entry.js} +1 -1
- package/dist/ripple/p-36d2b888.entry.js +1 -0
- package/dist/ripple/p-36fd8aed.system.entry.js +1 -0
- package/dist/ripple/p-492aa9fe.system.entry.js +1 -0
- package/dist/ripple/p-4a29bb8c.entry.js +1 -0
- package/dist/ripple/p-4c2a044d.system.entry.js +1 -0
- package/dist/ripple/p-4cebf2d7.entry.js +1 -0
- package/dist/ripple/p-4e6b0a6e.system.entry.js +1 -0
- package/dist/ripple/p-4fb4deb9.entry.js +1 -0
- package/dist/ripple/p-56d54fe6.system.entry.js +1 -0
- package/dist/ripple/p-57c25b63.entry.js +1 -0
- package/dist/ripple/p-59591401.entry.js +1 -0
- package/dist/ripple/p-5cff41e0.entry.js +1 -0
- package/dist/ripple/{p-20fc8f4c.entry.js → p-5ef786db.system.entry.js} +1 -1
- package/dist/ripple/p-61f9987d.system.entry.js +1 -0
- package/dist/ripple/p-65c8ef31.system.entry.js +1 -0
- package/dist/ripple/{p-c646d8a4.entry.js → p-6a03a172.entry.js} +1 -1
- package/dist/ripple/p-6a082957.entry.js +1 -0
- package/dist/ripple/p-6d12cfb7.system.entry.js +1 -0
- package/dist/ripple/p-72ed488e.system.entry.js +1 -0
- package/dist/ripple/{p-364ad233.system.entry.js → p-74f103dd.entry.js} +1 -1
- package/dist/ripple/{p-37336393.system.entry.js → p-81ce2697.entry.js} +1 -1
- package/dist/ripple/{p-2e99436b.system.entry.js → p-89479d02.system.entry.js} +1 -1
- package/dist/ripple/{p-5ad86026.entry.js → p-8a569d3b.entry.js} +1 -1
- package/dist/ripple/p-8ec2e944.system.entry.js +1 -0
- package/dist/ripple/{p-3e6c0207.entry.js → p-8f987f71.entry.js} +1 -1
- package/dist/ripple/p-92a50b38.system.entry.js +1 -0
- package/dist/ripple/p-92cb12d3.entry.js +1 -0
- package/dist/ripple/p-9328023c.entry.js +1 -0
- package/dist/ripple/{p-5ae30ac7.system.entry.js → p-94f776eb.entry.js} +1 -1
- package/dist/ripple/p-97ffaa7d.entry.js +1 -0
- package/dist/ripple/p-9b2281e2.system.entry.js +1 -0
- package/dist/ripple/{p-2a7001f2.system.js → p-a05f29f0.system.js} +1 -1
- package/dist/ripple/p-a5fb4171.system.entry.js +1 -0
- package/dist/ripple/p-b01f9572.system.entry.js +1 -0
- package/dist/ripple/p-b23c6351.system.entry.js +1 -0
- package/dist/ripple/p-b34552b0.system.entry.js +1 -0
- package/dist/ripple/p-b39ab477.entry.js +1 -0
- package/dist/ripple/p-bb9f6920.entry.js +1 -0
- package/dist/ripple/{p-96a8da4a.system.entry.js → p-bc4976e6.entry.js} +1 -1
- package/dist/ripple/p-bd48c50a.entry.js +1 -0
- package/dist/ripple/p-c31e1379.entry.js +1 -0
- package/dist/ripple/p-c4896784.system.entry.js +1 -0
- package/dist/ripple/{p-96753d47.system.entry.js → p-c53f5914.entry.js} +1 -1
- package/dist/ripple/p-c699aec8.system.entry.js +1 -0
- package/dist/ripple/p-c7d71181.system.entry.js +1 -0
- package/dist/ripple/p-c879e152.js +1 -0
- package/dist/ripple/p-f3df715f.entry.js +1 -0
- package/dist/ripple/p-f8995a5e.system.entry.js +1 -0
- package/dist/ripple/p-f9fa1506.system.entry.js +1 -0
- package/dist/ripple/p-fd6a59f5.system.js +1 -0
- package/dist/ripple/{p-1f8dfb77.system.entry.js → p-fe71ec64.system.entry.js} +1 -1
- package/dist/ripple/p-fe93b6b9.system.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-e4b7c83a.js +0 -1
- package/dist/ripple/p-02c8e3ed.entry.js +0 -1
- package/dist/ripple/p-05f3cecb.entry.js +0 -1
- package/dist/ripple/p-07d8e479.entry.js +0 -1
- package/dist/ripple/p-0b5bfa16.entry.js +0 -1
- package/dist/ripple/p-160fda33.entry.js +0 -1
- package/dist/ripple/p-16926b84.entry.js +0 -1
- package/dist/ripple/p-1ba2fb24.entry.js +0 -1
- package/dist/ripple/p-1e0e334f.entry.js +0 -1
- package/dist/ripple/p-269f8445.entry.js +0 -1
- package/dist/ripple/p-26c3d8d2.entry.js +0 -1
- package/dist/ripple/p-2a9146b4.entry.js +0 -1
- package/dist/ripple/p-393ffdac.system.entry.js +0 -1
- package/dist/ripple/p-3f85b8f4.entry.js +0 -1
- package/dist/ripple/p-4410b59a.entry.js +0 -1
- package/dist/ripple/p-4d10bc9b.entry.js +0 -1
- package/dist/ripple/p-552859db.system.entry.js +0 -1
- package/dist/ripple/p-56bc17c1.entry.js +0 -1
- package/dist/ripple/p-571ba04c.system.entry.js +0 -1
- package/dist/ripple/p-5dc1810a.system.entry.js +0 -1
- package/dist/ripple/p-605441b4.system.entry.js +0 -1
- package/dist/ripple/p-610d0e09.system.entry.js +0 -1
- package/dist/ripple/p-61cca0ff.system.entry.js +0 -1
- package/dist/ripple/p-63abbde7.entry.js +0 -1
- package/dist/ripple/p-693a52ab.entry.js +0 -1
- package/dist/ripple/p-6ab35628.system.entry.js +0 -1
- package/dist/ripple/p-6f60b787.system.entry.js +0 -1
- package/dist/ripple/p-7a36cfec.entry.js +0 -1
- package/dist/ripple/p-850c1661.js +0 -1
- package/dist/ripple/p-8e820303.system.entry.js +0 -1
- package/dist/ripple/p-976664cf.system.entry.js +0 -1
- package/dist/ripple/p-9cf2f18e.system.entry.js +0 -1
- package/dist/ripple/p-a05c2a02.entry.js +0 -1
- package/dist/ripple/p-adaf9dc4.system.js +0 -1
- package/dist/ripple/p-afcc7cdb.system.entry.js +0 -1
- package/dist/ripple/p-b4804a9b.system.entry.js +0 -1
- package/dist/ripple/p-c1fc6def.entry.js +0 -1
- package/dist/ripple/p-c7ea9124.system.entry.js +0 -1
- package/dist/ripple/p-cadbb7ce.system.entry.js +0 -1
- package/dist/ripple/p-cbfeebcc.system.entry.js +0 -1
- package/dist/ripple/p-cd059f8a.system.entry.js +0 -1
- package/dist/ripple/p-cd3ab20f.system.entry.js +0 -1
- package/dist/ripple/p-da52d8ba.entry.js +0 -1
- package/dist/ripple/p-dea44ca1.entry.js +0 -1
- package/dist/ripple/p-e177b02a.entry.js +0 -1
- package/dist/ripple/p-e39839c8.system.entry.js +0 -1
- package/dist/ripple/p-eb92950a.system.entry.js +0 -1
- package/dist/ripple/p-f1ce688c.system.entry.js +0 -1
- package/dist/ripple/p-fe31f7b7.entry.js +0 -1
|
@@ -584,6 +584,19 @@
|
|
|
584
584
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
585
585
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
586
586
|
}
|
|
587
|
+
.svg-icon.svg-ai-chat:before {
|
|
588
|
+
content: "";
|
|
589
|
+
display: block;
|
|
590
|
+
background-color: var(--icon-fill, currentColor);
|
|
591
|
+
width: var(--icon-size, 0.875rem);
|
|
592
|
+
height: var(--icon-size, 0.875rem);
|
|
593
|
+
-webkit-mask-size: 100%;
|
|
594
|
+
mask-size: 100%;
|
|
595
|
+
}
|
|
596
|
+
.svg-icon.svg-ai-chat:before {
|
|
597
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
598
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
599
|
+
}
|
|
587
600
|
.svg-icon.svg-api-connected:before {
|
|
588
601
|
content: "";
|
|
589
602
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -584,6 +584,19 @@
|
|
|
584
584
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
585
585
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
586
586
|
}
|
|
587
|
+
.svg-icon.svg-ai-chat:before {
|
|
588
|
+
content: "";
|
|
589
|
+
display: block;
|
|
590
|
+
background-color: var(--icon-fill, currentColor);
|
|
591
|
+
width: var(--icon-size, 0.875rem);
|
|
592
|
+
height: var(--icon-size, 0.875rem);
|
|
593
|
+
-webkit-mask-size: 100%;
|
|
594
|
+
mask-size: 100%;
|
|
595
|
+
}
|
|
596
|
+
.svg-icon.svg-ai-chat:before {
|
|
597
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
598
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
599
|
+
}
|
|
587
600
|
.svg-icon.svg-api-connected:before {
|
|
588
601
|
content: "";
|
|
589
602
|
display: block;
|
|
@@ -194,6 +194,19 @@
|
|
|
194
194
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
195
195
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
196
196
|
}
|
|
197
|
+
.svg-icon.svg-ai-chat:before {
|
|
198
|
+
content: "";
|
|
199
|
+
display: block;
|
|
200
|
+
background-color: var(--icon-fill, currentColor);
|
|
201
|
+
width: var(--icon-size, 0.875rem);
|
|
202
|
+
height: var(--icon-size, 0.875rem);
|
|
203
|
+
-webkit-mask-size: 100%;
|
|
204
|
+
mask-size: 100%;
|
|
205
|
+
}
|
|
206
|
+
.svg-icon.svg-ai-chat:before {
|
|
207
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
208
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
209
|
+
}
|
|
197
210
|
.svg-icon.svg-api-connected:before {
|
|
198
211
|
content: "";
|
|
199
212
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -834,6 +847,37 @@
|
|
|
834
847
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
835
848
|
}
|
|
836
849
|
|
|
850
|
+
/* --------------------------------------
|
|
851
|
+
1. Box-shadow
|
|
852
|
+
-------------------------------------- */
|
|
853
|
+
/* --------------------------------------
|
|
854
|
+
2. Border-radius
|
|
855
|
+
-------------------------------------- */
|
|
856
|
+
/* --------------------------------------
|
|
857
|
+
3. Transforms
|
|
858
|
+
-------------------------------------- */
|
|
859
|
+
/* --------------------------------------
|
|
860
|
+
4. Button Focus
|
|
861
|
+
-------------------------------------- */
|
|
862
|
+
/* --------------------------------------
|
|
863
|
+
5. Flex
|
|
864
|
+
-------------------------------------- */
|
|
865
|
+
/* --------------------------------------
|
|
866
|
+
7. Screen Reader Only
|
|
867
|
+
-------------------------------------- */
|
|
868
|
+
/* --------------------------------------
|
|
869
|
+
8. Label styles
|
|
870
|
+
this mixin includes all the styles for the label
|
|
871
|
+
+ flex rules on the parent container to switch between top and left position
|
|
872
|
+
+ srOnly when label is hidden
|
|
873
|
+
Assumes the following markup:
|
|
874
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
875
|
+
.wrapper is for the flex rules
|
|
876
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
877
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
878
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
879
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
880
|
+
-------------------------------------- */
|
|
837
881
|
:host * {
|
|
838
882
|
box-sizing: border-box;
|
|
839
883
|
}
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -937,6 +950,7 @@
|
|
|
937
950
|
display: flex;
|
|
938
951
|
flex-grow: 1;
|
|
939
952
|
justify-content: space-between;
|
|
953
|
+
align-items: center;
|
|
940
954
|
}
|
|
941
955
|
.return-btn .return-btn-label .selection-count {
|
|
942
956
|
font-weight: 400;
|
|
@@ -346,7 +346,7 @@ export class PrivOptionList {
|
|
|
346
346
|
this.el.getRootNode().host.isExpanded = false;
|
|
347
347
|
} }, h("div", { class: "svg-icon svg-previous" }), h("div", { class: "return-btn-label" }, this.optgroupLabel, selectionCount > 0 && (h("span", { class: "selection-count" }, this.multiple
|
|
348
348
|
? selectMessages.getOptgroupMultipleSelectionCount(selectionCount)
|
|
349
|
-
: selectMessages.optgroupSingleSelectionCount)))));
|
|
349
|
+
: selectMessages.optgroupSingleSelectionCount())))));
|
|
350
350
|
}
|
|
351
351
|
renderSearchField() {
|
|
352
352
|
return (h("div", { class: "search" }, h("div", { class: "searchfield-wrapper", ref: (el) => (this.searchFieldWrapperEl = el) }, h("div", { class: "svg-icon svg-search" }), h("input", { ref: (el) => (this.searchFieldEl = el), class: "searchfield", role: "combobox", "aria-controls": "list",
|
|
@@ -369,7 +369,7 @@ export class PrivOptionList {
|
|
|
369
369
|
return (h("div", { class: "non-options-wrapper" }, this.isInNestedSelect && this.renderReturnBtn(), this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton()));
|
|
370
370
|
}
|
|
371
371
|
render() {
|
|
372
|
-
return (h("div", { key: '
|
|
372
|
+
return (h("div", { key: '1b5a638b1ce9746eba27e3b106f910b6c08d59ed', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), h("div", { key: '314e0a7234cdb65a636ea96bb9a5bc3ea94cf9aa', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), h("slot", { key: '4399f882be1d24b5ee799126b1c8b7396f4985d7' })), h("div", { key: '4132af7d3529fdfa3ec301baa9aaf7ad460f9f5e', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
373
373
|
}
|
|
374
374
|
static get is() { return "priv-option-list"; }
|
|
375
375
|
static get originalStyleUrls() {
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -1075,7 +1088,6 @@
|
|
|
1075
1088
|
-ms-border-radius: 3px;
|
|
1076
1089
|
border-radius: 3px;
|
|
1077
1090
|
position: absolute;
|
|
1078
|
-
top: 40;
|
|
1079
1091
|
right: 0;
|
|
1080
1092
|
background: var(--wmcolor-select-option-background);
|
|
1081
1093
|
z-index: 100;
|
|
@@ -1115,6 +1127,8 @@
|
|
|
1115
1127
|
.menu .menuitem {
|
|
1116
1128
|
display: flex;
|
|
1117
1129
|
justify-content: space-between;
|
|
1130
|
+
gap: 1.25rem;
|
|
1131
|
+
align-items: center;
|
|
1118
1132
|
cursor: pointer;
|
|
1119
1133
|
position: relative;
|
|
1120
1134
|
padding: 1.25rem;
|
|
@@ -1125,6 +1139,7 @@
|
|
|
1125
1139
|
user-select: none;
|
|
1126
1140
|
border: none;
|
|
1127
1141
|
font-weight: 600;
|
|
1142
|
+
text-align: left;
|
|
1128
1143
|
}
|
|
1129
1144
|
.menu .menuitem:not(:last-child) {
|
|
1130
1145
|
border-bottom: 2px solid;
|
|
@@ -1138,6 +1153,7 @@
|
|
|
1138
1153
|
color: var(--wmcolor-select-text);
|
|
1139
1154
|
justify-content: start;
|
|
1140
1155
|
align-items: center;
|
|
1156
|
+
gap: unset;
|
|
1141
1157
|
}
|
|
1142
1158
|
.menu .menuitem.clear-selection .svg-close {
|
|
1143
1159
|
--icon-size: 1.125rem;
|
|
@@ -1152,9 +1168,16 @@
|
|
|
1152
1168
|
outline: none;
|
|
1153
1169
|
}
|
|
1154
1170
|
|
|
1171
|
+
.group-btn .option-text {
|
|
1172
|
+
display: flex;
|
|
1173
|
+
width: 100%;
|
|
1174
|
+
flex-direction: row;
|
|
1175
|
+
justify-content: space-between;
|
|
1176
|
+
align-items: center;
|
|
1177
|
+
gap: 1.25rem;
|
|
1178
|
+
}
|
|
1155
1179
|
.group-btn .svg-next {
|
|
1156
1180
|
--icon-size: 1.125rem;
|
|
1157
|
-
position: absolute;
|
|
1158
1181
|
inset-inline-end: 1.25rem;
|
|
1159
1182
|
}
|
|
1160
1183
|
.group-btn.disabled {
|
|
@@ -1163,7 +1186,6 @@
|
|
|
1163
1186
|
|
|
1164
1187
|
.selection-count,
|
|
1165
1188
|
.disabled-indication {
|
|
1166
|
-
margin-right: 40px;
|
|
1167
1189
|
font-weight: 400;
|
|
1168
1190
|
font-style: italic;
|
|
1169
1191
|
}
|
|
@@ -271,7 +271,7 @@ export class NestedSelect {
|
|
|
271
271
|
if (selectionCount) {
|
|
272
272
|
return (h("div", { class: "selection-count" }, h("span", null, this.multiple
|
|
273
273
|
? selectMessages.getOptgroupMultipleSelectionCount(selectionCount)
|
|
274
|
-
: selectMessages.optgroupSingleSelectionCount)));
|
|
274
|
+
: selectMessages.optgroupSingleSelectionCount())));
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
render() {
|
|
@@ -286,16 +286,16 @@ export class NestedSelect {
|
|
|
286
286
|
this.isExpanded ? this.close() : this.open();
|
|
287
287
|
},
|
|
288
288
|
};
|
|
289
|
-
return (h(Host, { key: '
|
|
289
|
+
return (h(Host, { key: 'ce60d79e0fb0863d45b2b28048e98271a099edd5', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: 'e0a67750ecb44f69cf3af589b0ca440c3107e824', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'cc9d739f3764b34f0939ed647e0a2dacff17df93', class: "label-wrapper" }, h("label", { key: '04fc5577d90c0787f84c9ad57bfaf66103765f60', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
|
|
290
290
|
// we can't use aria-required because the listbox is in a sub-component and it is not announced
|
|
291
|
-
this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: '
|
|
291
|
+
this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: 'ef502276893cf2a32bae092dec64d1136ac45e6f', class: "button-wrapper" }, h("button", Object.assign({ key: '688ef0f973c9e5c124ce0f582a8c7a302d59c371' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { key: '9dc2d3d3ffc0a2709e40ca00e1196f49e26ab336', class: "overflowcontrol" }, h("span", { key: '76fab0f2cb0ae0c3ae8a810ebe06a9a55118c41f', class: "button-text" }, this.renderButtonText())), h("div", { key: 'b00bc698a8e1f22ebeb83f1f19a677806d5ef321', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), h("div", { key: '3f40f30b75e68f7f79101867a84f53cd48575272', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '7efc505a77195eb037bc3ac3e86ac4ebe5024052', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { key: 'd47f4f2434ae3a5228e12878f98a78250405d891', ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
|
|
292
292
|
return (h("button", { class: `menuitem group-btn ${optgroupEl.disabled ? "disabled" : ""}`, role: "menuitem", "data-label": optgroupEl.label, tabindex: -1, "aria-disabled": optgroupEl.disabled, onClick: () => {
|
|
293
293
|
if (!optgroupEl.disabled) {
|
|
294
294
|
optgroupEl.isExpanded = !optgroupEl.isExpanded;
|
|
295
295
|
forceUpdate(this.el);
|
|
296
296
|
}
|
|
297
|
-
}, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled"), h("div", { class: "svg-icon svg-next" })));
|
|
298
|
-
})), h("div", { key: '
|
|
297
|
+
}, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("div", { class: "option-text" }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled")), h("div", { class: "svg-icon svg-next" })));
|
|
298
|
+
})), h("div", { key: '96ac597ab2d5c6e9b48b5a7c1c46f04fb5caa053', ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", { key: 'fe57143f81a19a1e0e76d21a09f51398d6c668d4' }))), h("div", { key: '1e6f66b0a4e6bd0cd1d780fb3248ff8feaa413a9', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { key: '949ff809135fffead8b8701aa02d2b104add38b2', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
299
299
|
}
|
|
300
300
|
static get is() { return "wm-nested-select"; }
|
|
301
301
|
static get encapsulation() { return "shadow"; }
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -814,6 +814,19 @@
|
|
|
814
814
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
815
815
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
816
816
|
}
|
|
817
|
+
.svg-icon.svg-ai-chat:before {
|
|
818
|
+
content: "";
|
|
819
|
+
display: block;
|
|
820
|
+
background-color: var(--icon-fill, currentColor);
|
|
821
|
+
width: var(--icon-size, 0.875rem);
|
|
822
|
+
height: var(--icon-size, 0.875rem);
|
|
823
|
+
-webkit-mask-size: 100%;
|
|
824
|
+
mask-size: 100%;
|
|
825
|
+
}
|
|
826
|
+
.svg-icon.svg-ai-chat:before {
|
|
827
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
828
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
829
|
+
}
|
|
817
830
|
.svg-icon.svg-api-connected:before {
|
|
818
831
|
content: "";
|
|
819
832
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|
|
@@ -118,6 +118,19 @@
|
|
|
118
118
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
119
119
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
|
|
120
120
|
}
|
|
121
|
+
.svg-icon.svg-ai-chat:before {
|
|
122
|
+
content: "";
|
|
123
|
+
display: block;
|
|
124
|
+
background-color: var(--icon-fill, currentColor);
|
|
125
|
+
width: var(--icon-size, 0.875rem);
|
|
126
|
+
height: var(--icon-size, 0.875rem);
|
|
127
|
+
-webkit-mask-size: 100%;
|
|
128
|
+
mask-size: 100%;
|
|
129
|
+
}
|
|
130
|
+
.svg-icon.svg-ai-chat:before {
|
|
131
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
132
|
+
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
|
|
133
|
+
}
|
|
121
134
|
.svg-icon.svg-api-connected:before {
|
|
122
135
|
content: "";
|
|
123
136
|
display: block;
|