@watermarkinsights/ripple 5.15.0-alpha.1 → 5.15.0-alpha.3
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-eca9cc3f.js → app-globals-52a4cc43.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- 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 +1 -1
- package/dist/cjs/ripple.cjs.js +2 -2
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/wm-button.cjs.entry.js +77 -11
- 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 +1 -1
- 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 +56 -4
- package/dist/cjs/wm-uploader.cjs.entry.js +3 -3
- 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 +13 -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 +13 -0
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +13 -0
- 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 +212 -14
- package/dist/collection/components/wm-button/wm-button.js +77 -11
- 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 +13 -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 +13 -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 +13 -0
- package/dist/collection/components/wm-search/wm-search.css +13 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +13 -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 +13 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +77 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +73 -3
- package/dist/collection/components/wm-uploader/wm-uploader.css +212 -14
- package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
- package/dist/esm/{app-globals-d0e44c79.js → app-globals-7c68f770.js} +1 -1
- package/dist/esm/loader.js +2 -2
- 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 +1 -1
- package/dist/esm/ripple.js +2 -2
- package/dist/esm/wm-action-menu_2.entry.js +2 -2
- package/dist/esm/wm-button.entry.js +77 -11
- 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 +1 -1
- 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 +56 -4
- package/dist/esm/wm-uploader.entry.js +3 -3
- package/dist/esm-es5/{app-globals-d0e44c79.js → app-globals-7c68f770.js} +1 -1
- 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-02c8e3ed.entry.js +1 -0
- package/dist/ripple/{p-e755ecfe.system.entry.js → p-05f3cecb.entry.js} +1 -1
- package/dist/ripple/p-07d8e479.entry.js +1 -0
- package/dist/ripple/p-0830cddd.entry.js +1 -0
- package/dist/ripple/p-0b5bfa16.entry.js +1 -0
- package/dist/ripple/p-160fda33.entry.js +1 -0
- package/dist/ripple/p-16926b84.entry.js +1 -0
- package/dist/ripple/p-1ba2fb24.entry.js +1 -0
- package/dist/ripple/{p-f668d940.system.entry.js → p-1dae4ab5.system.entry.js} +1 -1
- package/dist/ripple/p-1e0e334f.entry.js +1 -0
- package/dist/ripple/p-1f8dfb77.system.entry.js +1 -0
- package/dist/ripple/p-1fe343d5.entry.js +1 -0
- package/dist/ripple/p-249dc81a.system.js +1 -0
- package/dist/ripple/p-269f8445.entry.js +1 -0
- package/dist/ripple/p-26c3d8d2.entry.js +1 -0
- package/dist/ripple/p-2bb27a7c.entry.js +1 -0
- package/dist/ripple/p-2e99436b.system.entry.js +1 -0
- package/dist/ripple/{p-0efa6f37.system.entry.js → p-37336393.system.entry.js} +1 -1
- package/dist/ripple/p-393ffdac.system.entry.js +1 -0
- package/dist/ripple/p-3f85b8f4.entry.js +1 -0
- package/dist/ripple/p-4410b59a.entry.js +1 -0
- package/dist/ripple/p-4d10bc9b.entry.js +1 -0
- package/dist/ripple/p-4f156fee.system.entry.js +1 -0
- package/dist/ripple/p-552859db.system.entry.js +1 -0
- package/dist/ripple/{p-c1a77a33.system.entry.js → p-56bc17c1.entry.js} +1 -1
- package/dist/ripple/p-571ba04c.system.entry.js +1 -0
- package/dist/ripple/{p-e9c4ed97.entry.js → p-5a5b2d59.entry.js} +1 -1
- package/dist/ripple/{p-8c6b8fec.entry.js → p-5ad86026.entry.js} +1 -1
- package/dist/ripple/p-5ae30ac7.system.entry.js +1 -0
- package/dist/ripple/p-5dc1810a.system.entry.js +1 -0
- package/dist/ripple/p-610d0e09.system.entry.js +1 -0
- package/dist/ripple/p-61cca0ff.system.entry.js +1 -0
- package/dist/ripple/p-63abbde7.entry.js +1 -0
- package/dist/ripple/p-6932515a.system.entry.js +1 -0
- package/dist/ripple/p-693a52ab.entry.js +1 -0
- package/dist/ripple/p-6ab35628.system.entry.js +1 -0
- package/dist/ripple/p-6ab4e970.entry.js +1 -0
- package/dist/ripple/{p-b63648fb.entry.js → p-6f60b787.system.entry.js} +1 -1
- package/dist/ripple/{p-4d7fbe07.system.entry.js → p-7a36cfec.entry.js} +1 -1
- package/dist/ripple/p-8ae2c61e.entry.js +1 -0
- package/dist/ripple/p-8e820303.system.entry.js +1 -0
- package/dist/ripple/p-96753d47.system.entry.js +1 -0
- package/dist/ripple/p-976664cf.system.entry.js +1 -0
- package/dist/ripple/{p-d7826eb0.entry.js → p-9cf2f18e.system.entry.js} +1 -1
- package/dist/ripple/p-a05c2a02.entry.js +1 -0
- package/dist/ripple/{p-e0f28bd6.system.js → p-ac7eca83.system.js} +1 -1
- package/dist/ripple/{p-e3cb3020.system.entry.js → p-afcc7cdb.system.entry.js} +1 -1
- package/dist/ripple/p-b4804a9b.system.entry.js +1 -0
- package/dist/ripple/p-c1fc6def.entry.js +1 -0
- package/dist/ripple/{p-afb46d85.js → p-c5b54b23.js} +1 -1
- package/dist/ripple/{p-801cefc8.entry.js → p-c646d8a4.entry.js} +1 -1
- package/dist/ripple/p-c7ea9124.system.entry.js +1 -0
- package/dist/ripple/p-cadbb7ce.system.entry.js +1 -0
- package/dist/ripple/p-cbfeebcc.system.entry.js +1 -0
- package/dist/ripple/p-cd059f8a.system.entry.js +1 -0
- package/dist/ripple/p-cd3ab20f.system.entry.js +1 -0
- package/dist/ripple/{p-071be3ee.entry.js → p-d5664836.system.entry.js} +1 -1
- package/dist/ripple/{p-3aac9c28.system.entry.js → p-d9c019dd.system.entry.js} +1 -1
- package/dist/ripple/p-da52d8ba.entry.js +1 -0
- package/dist/ripple/p-dea44ca1.entry.js +1 -0
- package/dist/ripple/p-e177b02a.entry.js +1 -0
- package/dist/ripple/{p-84539470.entry.js → p-e39839c8.system.entry.js} +1 -1
- package/dist/ripple/{p-a6ce1901.system.entry.js → p-eb92950a.system.entry.js} +1 -1
- package/dist/ripple/p-ebd2dc97.system.entry.js +1 -0
- package/dist/ripple/p-f1ce688c.system.entry.js +1 -0
- package/dist/ripple/{p-8426adcf.system.entry.js → p-f8ef4fb3.entry.js} +1 -1
- package/dist/ripple/p-fe31f7b7.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-button/wm-button.d.ts +5 -0
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +10 -1
- package/dist/types/components.d.ts +2 -0
- package/dist/types/global/interfaces.d.ts +1 -1
- package/package.json +2 -2
- package/dist/ripple/p-08d8574e.entry.js +0 -1
- package/dist/ripple/p-0f921c5b.entry.js +0 -1
- package/dist/ripple/p-10ddbe5b.system.entry.js +0 -1
- package/dist/ripple/p-10e02631.entry.js +0 -1
- package/dist/ripple/p-1616f6a0.system.entry.js +0 -1
- package/dist/ripple/p-1d63a814.system.entry.js +0 -1
- package/dist/ripple/p-1d9f6ff3.system.entry.js +0 -1
- package/dist/ripple/p-20925d54.entry.js +0 -1
- package/dist/ripple/p-27dde5d1.system.entry.js +0 -1
- package/dist/ripple/p-2c986220.system.entry.js +0 -1
- package/dist/ripple/p-2dff5c05.system.entry.js +0 -1
- package/dist/ripple/p-31f40254.entry.js +0 -1
- package/dist/ripple/p-37c580c4.entry.js +0 -1
- package/dist/ripple/p-3adbd8dc.entry.js +0 -1
- package/dist/ripple/p-3b45571d.entry.js +0 -1
- package/dist/ripple/p-403955d7.system.entry.js +0 -1
- package/dist/ripple/p-4e376ebf.system.entry.js +0 -1
- package/dist/ripple/p-526c13d9.system.entry.js +0 -1
- package/dist/ripple/p-5874fc9b.entry.js +0 -1
- package/dist/ripple/p-606ad289.system.entry.js +0 -1
- package/dist/ripple/p-7146fbf3.entry.js +0 -1
- package/dist/ripple/p-7360ce37.entry.js +0 -1
- package/dist/ripple/p-7805d639.system.entry.js +0 -1
- package/dist/ripple/p-7a6f535f.system.entry.js +0 -1
- package/dist/ripple/p-7bbf6b98.entry.js +0 -1
- package/dist/ripple/p-8303b8f0.system.entry.js +0 -1
- package/dist/ripple/p-8bc2bd1a.system.entry.js +0 -1
- package/dist/ripple/p-937f3589.system.entry.js +0 -1
- package/dist/ripple/p-97b114e7.entry.js +0 -1
- package/dist/ripple/p-9c16bdf6.system.entry.js +0 -1
- package/dist/ripple/p-a019d8b9.entry.js +0 -1
- package/dist/ripple/p-a96eb5b4.entry.js +0 -1
- package/dist/ripple/p-af8fa202.entry.js +0 -1
- package/dist/ripple/p-b41ca6dd.entry.js +0 -1
- package/dist/ripple/p-b839a355.entry.js +0 -1
- package/dist/ripple/p-bbb37d6e.entry.js +0 -1
- package/dist/ripple/p-c179b727.system.entry.js +0 -1
- package/dist/ripple/p-c3ab1c4b.system.entry.js +0 -1
- package/dist/ripple/p-c3b63249.system.js +0 -1
- package/dist/ripple/p-cd5c59ef.system.entry.js +0 -1
- package/dist/ripple/p-d11d1c68.entry.js +0 -1
- package/dist/ripple/p-d48186b6.system.entry.js +0 -1
- package/dist/ripple/p-d7d947a2.system.entry.js +0 -1
- package/dist/ripple/p-d94294c7.system.entry.js +0 -1
- package/dist/ripple/p-dc910530.entry.js +0 -1
- package/dist/ripple/p-e9d56b19.entry.js +0 -1
- package/dist/ripple/p-ee26842d.entry.js +0 -1
- package/dist/ripple/p-f0898f45.entry.js +0 -1
- package/dist/ripple/p-fbe6b631.entry.js +0 -1
|
@@ -29,12 +29,19 @@ export class Button {
|
|
|
29
29
|
}
|
|
30
30
|
get hasTooltip() {
|
|
31
31
|
// tooltip is only rendered for icononly and navigational types, or if the button text is truncated
|
|
32
|
-
return ["icononly", "navigational"].includes(this.buttonType) || this.isTruncated;
|
|
32
|
+
return ["icononly", "navigational", "icononly-ai", "navigational-ai"].includes(this.buttonType) || this.isTruncated;
|
|
33
33
|
}
|
|
34
34
|
get buttonClasses() {
|
|
35
35
|
let classes = "wm-button";
|
|
36
36
|
classes += this.permanentlyDelete ? " -permanentlydelete" : "";
|
|
37
|
-
|
|
37
|
+
// Handle AI variants by adding both base and ai classes
|
|
38
|
+
if (this.buttonType.endsWith("-ai")) {
|
|
39
|
+
const baseType = this.buttonType.replace("-ai", "");
|
|
40
|
+
classes += ` -${baseType} ai`;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
classes += this.buttonType ? ` -${this.buttonType}` : " -secondary";
|
|
44
|
+
}
|
|
38
45
|
classes += this.textWrap ? "" : " nowrap";
|
|
39
46
|
classes += this.isTabbing ? " user-is-tabbing" : "";
|
|
40
47
|
classes += this.isTruncated ? " -truncated" : "";
|
|
@@ -64,6 +71,11 @@ export class Button {
|
|
|
64
71
|
"selector-primary",
|
|
65
72
|
"pairpositive",
|
|
66
73
|
"pairnegative",
|
|
74
|
+
"primary-ai",
|
|
75
|
+
"secondary-ai",
|
|
76
|
+
"textonly-ai",
|
|
77
|
+
"icononly-ai",
|
|
78
|
+
"navigational-ai",
|
|
67
79
|
].includes(newValue);
|
|
68
80
|
if (!valid) {
|
|
69
81
|
this.buttonType = "secondary";
|
|
@@ -136,10 +148,64 @@ export class Button {
|
|
|
136
148
|
showTooltip(this.tooltipPosition, ev.target, tooltipText);
|
|
137
149
|
}
|
|
138
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* Register CSS custom properties for AI gradient animations
|
|
153
|
+
* These need to be registered in JS since @property doesn't work in shadow DOM
|
|
154
|
+
*/
|
|
155
|
+
registerCSSProperties() {
|
|
156
|
+
if (typeof CSS !== "undefined" && "registerProperty" in CSS) {
|
|
157
|
+
try {
|
|
158
|
+
CSS.registerProperty({
|
|
159
|
+
name: "--gradient-start",
|
|
160
|
+
syntax: "<color>",
|
|
161
|
+
inherits: false,
|
|
162
|
+
initialValue: "#2779C8"
|
|
163
|
+
});
|
|
164
|
+
CSS.registerProperty({
|
|
165
|
+
name: "--gradient-end",
|
|
166
|
+
syntax: "<color>",
|
|
167
|
+
inherits: false,
|
|
168
|
+
initialValue: "#6259C4"
|
|
169
|
+
});
|
|
170
|
+
CSS.registerProperty({
|
|
171
|
+
name: "--secondary-button-fill",
|
|
172
|
+
syntax: "<color>",
|
|
173
|
+
inherits: false,
|
|
174
|
+
initialValue: "#FFFFFF"
|
|
175
|
+
});
|
|
176
|
+
CSS.registerProperty({
|
|
177
|
+
name: "--percent-1",
|
|
178
|
+
syntax: "<percentage>",
|
|
179
|
+
inherits: false,
|
|
180
|
+
initialValue: "0%"
|
|
181
|
+
});
|
|
182
|
+
CSS.registerProperty({
|
|
183
|
+
name: "--percent-2",
|
|
184
|
+
syntax: "<percentage>",
|
|
185
|
+
inherits: false,
|
|
186
|
+
initialValue: "70.19%"
|
|
187
|
+
});
|
|
188
|
+
CSS.registerProperty({
|
|
189
|
+
name: "--percent-3",
|
|
190
|
+
syntax: "<percentage>",
|
|
191
|
+
inherits: false,
|
|
192
|
+
initialValue: "-50%"
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
catch (e) {
|
|
196
|
+
// Properties might already be registered, or CSS.registerProperty might not be supported
|
|
197
|
+
// This is fine, the animations will still work but might be less smooth
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
139
201
|
componentWillLoad() {
|
|
202
|
+
this.registerCSSProperties();
|
|
203
|
+
if (this.buttonType.endsWith("-ai")) {
|
|
204
|
+
this.icon = "#ai-sparkles";
|
|
205
|
+
}
|
|
140
206
|
this.validateType(this.buttonType);
|
|
141
207
|
if (this.icon) {
|
|
142
|
-
this.icon =
|
|
208
|
+
this.icon = getIconCodeFromName(this.icon);
|
|
143
209
|
}
|
|
144
210
|
handleDisabledAttribute(this.el, this.isDisabled);
|
|
145
211
|
}
|
|
@@ -151,7 +217,10 @@ export class Button {
|
|
|
151
217
|
this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
|
|
152
218
|
}
|
|
153
219
|
getAriaLabel() {
|
|
154
|
-
if (this.buttonType === "icononly" ||
|
|
220
|
+
if (this.buttonType === "icononly" ||
|
|
221
|
+
this.buttonType === "navigational" ||
|
|
222
|
+
this.buttonType === "icononly-ai" ||
|
|
223
|
+
this.buttonType === "navigational-ai") {
|
|
155
224
|
return this.labelForIdenticalButtons || this.tooltip;
|
|
156
225
|
}
|
|
157
226
|
if (this.labelForIdenticalButtons) {
|
|
@@ -159,15 +228,12 @@ export class Button {
|
|
|
159
228
|
}
|
|
160
229
|
}
|
|
161
230
|
renderIcon() {
|
|
162
|
-
|
|
231
|
+
this.iconSize && this.el.style.setProperty("--icon-size", this.iconSize);
|
|
163
232
|
let transformStyle = "";
|
|
164
233
|
transformStyle += this.iconRotate ? `rotate(${this.iconRotate}deg)` : "";
|
|
165
234
|
transformStyle += this.iconFlip === "horizontal" ? `scaleX(-1)` : "";
|
|
166
235
|
transformStyle += this.iconFlip === "vertical" ? `scaleY(-1)` : "";
|
|
167
|
-
const iconStyles = Object.assign({
|
|
168
|
-
fontSize: this.iconSize ? this.iconSize : defaultIconSize,
|
|
169
|
-
"--icon-size": this.iconSize ? this.iconSize : defaultIconSize,
|
|
170
|
-
}, ((this.iconRotate || this.iconFlip) && { transform: transformStyle }));
|
|
236
|
+
const iconStyles = Object.assign({}, ((this.iconRotate || this.iconFlip) && { transform: transformStyle }));
|
|
171
237
|
if (this.icon.match(/^#/)) {
|
|
172
238
|
// Icon ID
|
|
173
239
|
return h("span", { class: `svg-icon svg-${this.icon.slice(1)}`, style: iconStyles });
|
|
@@ -183,7 +249,7 @@ export class Button {
|
|
|
183
249
|
}
|
|
184
250
|
}
|
|
185
251
|
render() {
|
|
186
|
-
return (h(Host, { key: '
|
|
252
|
+
return (h(Host, { key: 'ad8242424eadd86fc5c92f43c0d8aedf0e74d920', class: `${this.isDisabled ? "button-disabled" : ""} -${this.buttonType}` }, h("button", { key: '39416daed310c0f00a2ad8ed7a98682b4f0993ec', id: this.id, class: `${this.buttonClasses}`, disabled: this.isDisabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: (ev) => this.handleMouseEnter(ev), onMouseLeave: () => hideTooltip(), onFocus: (ev) => this.handleFocus(ev), onBlur: () => hideTooltip(), onClick: () => hideTooltip() }, (this.icon || this.buttonType.endsWith("-ai")) && this.renderIcon(), (!this.buttonType.startsWith("navigational") && !this.buttonType.startsWith("icononly")) && (h("span", { key: '947491021ce814067ff365cf80b8f46518da46fe', class: "button-text" }, h("slot", { key: '5f28c90f9964c13407316efb615b2c4b8a6ddd95' }))), (this.buttonType == "selector" || this.buttonType == "selector-primary") && (h("div", { key: '11d47ad8b6079c9159ea1750834a69184ac49caa', class: "selector-icon svg-icon svg-expand-more" })))));
|
|
187
253
|
}
|
|
188
254
|
static get is() { return "wm-button"; }
|
|
189
255
|
static get encapsulation() { return "shadow"; }
|
|
@@ -223,7 +289,7 @@ export class Button {
|
|
|
223
289
|
"mutable": true,
|
|
224
290
|
"complexType": {
|
|
225
291
|
"original": "validButtonTypes",
|
|
226
|
-
"resolved": "\"icononly\" | \"navigational\" | \"pairnegative\" | \"pairpositive\" | \"primary\" | \"secondary\" | \"selector\" | \"selector-primary\" | \"textonly\"",
|
|
292
|
+
"resolved": "\"icononly\" | \"icononly-ai\" | \"navigational\" | \"navigational-ai\" | \"pairnegative\" | \"pairpositive\" | \"primary\" | \"primary-ai\" | \"secondary\" | \"secondary-ai\" | \"selector\" | \"selector-primary\" | \"textonly\" | \"textonly-ai\"",
|
|
227
293
|
"references": {
|
|
228
294
|
"validButtonTypes": {
|
|
229
295
|
"location": "import",
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css
CHANGED
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
-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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
106
106
|
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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
|
|
107
107
|
}
|
|
108
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
109
|
+
content: "";
|
|
110
|
+
display: block;
|
|
111
|
+
background-color: var(--icon-fill, currentColor);
|
|
112
|
+
width: var(--icon-size, 0.875rem);
|
|
113
|
+
height: var(--icon-size, 0.875rem);
|
|
114
|
+
-webkit-mask-size: 100%;
|
|
115
|
+
mask-size: 100%;
|
|
116
|
+
}
|
|
117
|
+
.svg-icon.svg-ai-sparkles:before {
|
|
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
|
+
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
|
+
}
|
|
108
121
|
.svg-icon.svg-api-connected:before {
|
|
109
122
|
content: "";
|
|
110
123
|
display: block;
|