@watermarkinsights/ripple 5.9.0 → 5.10.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{global-bcbcacab.js → global-636af00b.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 +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +16 -7
- package/dist/cjs/wm-button.cjs.entry.js +17 -2
- 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-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 +1 -1
- package/dist/cjs/wm-uploader.cjs.entry.js +14 -4
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +30 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.css +30 -0
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +30 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +30 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +30 -0
- package/dist/collection/components/datepickers/datepicker.css +30 -0
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +30 -0
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +30 -0
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +30 -0
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +30 -0
- package/dist/collection/components/selects/wm-option/wm-option.css +30 -0
- package/dist/collection/components/selects/wm-select/wm-select.css +30 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +30 -0
- package/dist/collection/components/wm-button/wm-button.css +32 -1
- package/dist/collection/components/wm-button/wm-button.js +16 -1
- package/dist/collection/components/wm-file/wm-file.css +30 -0
- package/dist/collection/components/wm-file-list/wm-file-list.css +30 -0
- package/dist/collection/components/wm-input/wm-input.css +30 -0
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +36 -3
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +14 -5
- package/dist/collection/components/wm-modal/wm-modal-footer.css +30 -0
- package/dist/collection/components/wm-modal/wm-modal-header.css +30 -0
- package/dist/collection/components/wm-modal/wm-modal.css +30 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +30 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +30 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +30 -0
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +30 -0
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +30 -0
- package/dist/collection/components/wm-navigation/wm-navigation.css +30 -0
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +30 -0
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +30 -0
- package/dist/collection/components/wm-navigator/wm-navigator.css +30 -0
- package/dist/collection/components/wm-pagination/wm-pagination.css +30 -0
- package/dist/collection/components/wm-search/wm-search.css +30 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +30 -0
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +30 -0
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +30 -0
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +30 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +30 -0
- package/dist/collection/components/wm-textarea/wm-textarea.css +30 -0
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +30 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +30 -0
- package/dist/collection/components/wm-uploader/wm-uploader.css +32 -1
- package/dist/collection/components/wm-uploader/wm-uploader.js +13 -3
- package/dist/esm/{global-5bd4039b.js → global-e6ae5517.js} +1 -1
- package/dist/esm/loader.js +1 -1
- 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 +1 -1
- package/dist/esm/wm-action-menu_2.entry.js +16 -7
- package/dist/esm/wm-button.entry.js +17 -2
- 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-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 +1 -1
- package/dist/esm/wm-uploader.entry.js +14 -4
- package/dist/esm-es5/global-e6ae5517.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-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-02bfee27.entry.js +1 -0
- package/dist/ripple/{p-f9d26f8b.system.entry.js → p-02ff9d9a.system.entry.js} +1 -1
- package/dist/ripple/p-056f9114.system.entry.js +1 -0
- package/dist/ripple/{p-870cf4ef.entry.js → p-0c66ecba.entry.js} +1 -1
- package/dist/ripple/p-0e6fc5a0.system.entry.js +1 -0
- package/dist/ripple/p-0eaa5f28.system.entry.js +1 -0
- package/dist/ripple/p-1664fdca.entry.js +1 -0
- package/dist/ripple/p-1d05f67b.system.entry.js +1 -0
- package/dist/ripple/p-1d8a56df.entry.js +1 -0
- package/dist/ripple/p-28b03c72.entry.js +1 -0
- package/dist/ripple/p-39edbc9c.entry.js +1 -0
- package/dist/ripple/p-3cbe36c5.system.entry.js +1 -0
- package/dist/ripple/p-3f8f2a25.entry.js +1 -0
- package/dist/ripple/p-40defee8.entry.js +1 -0
- package/dist/ripple/p-45d9682c.system.entry.js +1 -0
- package/dist/ripple/{p-e53b6f7c.entry.js → p-47719c70.entry.js} +1 -1
- package/dist/ripple/p-4e741c68.system.entry.js +1 -0
- package/dist/ripple/p-4edaeeeb.system.entry.js +1 -0
- package/dist/ripple/{p-6692b5a6.entry.js → p-52ac4efc.entry.js} +1 -1
- package/dist/ripple/p-5782584c.system.entry.js +1 -0
- package/dist/ripple/p-6837e730.entry.js +1 -0
- package/dist/ripple/p-6be637a4.system.entry.js +1 -0
- package/dist/ripple/p-6e6f0bb6.system.entry.js +1 -0
- package/dist/ripple/p-73cba751.entry.js +1 -0
- package/dist/ripple/p-79dd2d45.entry.js +1 -0
- package/dist/ripple/p-7f6bdd09.entry.js +1 -0
- package/dist/ripple/p-8454039b.system.entry.js +1 -0
- package/dist/ripple/p-87f0b9e4.system.entry.js +1 -0
- package/dist/ripple/p-891a5937.system.entry.js +1 -0
- package/dist/ripple/p-897995da.system.entry.js +1 -0
- package/dist/ripple/p-8a8f341e.entry.js +1 -0
- package/dist/ripple/p-8dfff1de.entry.js +1 -0
- package/dist/ripple/p-94283558.system.entry.js +1 -0
- package/dist/ripple/{p-37649315.entry.js → p-9ac65a33.entry.js} +1 -1
- package/dist/ripple/p-9cf3201c.system.entry.js +1 -0
- package/dist/ripple/p-9e5e84ff.system.entry.js +1 -0
- package/dist/ripple/p-9ef3f104.js +1 -0
- package/dist/ripple/p-b0ccd8f7.entry.js +1 -0
- package/dist/ripple/p-b1887b90.entry.js +1 -0
- package/dist/ripple/{p-6ad695a5.entry.js → p-b670af1d.entry.js} +1 -1
- package/dist/ripple/p-b7d6a53d.system.entry.js +1 -0
- package/dist/ripple/{p-e28671cd.system.entry.js → p-bf45953e.system.entry.js} +1 -1
- package/dist/ripple/p-c232f2de.entry.js +1 -0
- package/dist/ripple/p-ccfffedb.entry.js +1 -0
- package/dist/ripple/p-ce73934e.system.entry.js +1 -0
- package/dist/ripple/p-d16fcb24.entry.js +1 -0
- package/dist/ripple/p-d1a46a3d.entry.js +1 -0
- package/dist/ripple/p-d2933cff.system.entry.js +1 -0
- package/dist/ripple/{p-52338bbc.entry.js → p-d7312723.entry.js} +1 -1
- package/dist/ripple/p-da3003ab.entry.js +1 -0
- package/dist/ripple/p-dbda39c7.system.entry.js +1 -0
- package/dist/ripple/p-ddcdf330.entry.js +1 -0
- package/dist/ripple/p-e19a8330.entry.js +1 -0
- package/dist/ripple/{p-65f4ce68.system.js → p-e62c52d6.system.js} +1 -1
- package/dist/ripple/p-e66e33ee.system.js +1 -0
- package/dist/ripple/p-e8e6c4cf.system.entry.js +1 -0
- package/dist/ripple/p-e9588527.entry.js +1 -0
- package/dist/ripple/{p-dd76bf0a.system.entry.js → p-e9ec2446.system.entry.js} +1 -1
- package/dist/ripple/p-f22a2dcd.system.entry.js +1 -0
- package/dist/ripple/p-f237c69b.system.entry.js +1 -0
- package/dist/ripple/p-f3e19729.entry.js +1 -0
- package/dist/ripple/p-f56f2911.system.entry.js +1 -0
- package/dist/ripple/p-f657216e.system.entry.js +1 -0
- package/dist/ripple/p-fe00606b.entry.js +1 -0
- package/dist/ripple/p-ff7df52d.system.entry.js +1 -0
- package/dist/ripple/ripple.css +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 +1 -0
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +1 -2
- package/package.json +1 -1
- package/dist/esm-es5/global-5bd4039b.js +0 -1
- package/dist/ripple/p-021ff5fa.system.entry.js +0 -1
- package/dist/ripple/p-037bf5c7.system.entry.js +0 -1
- package/dist/ripple/p-04d5e7d7.entry.js +0 -1
- package/dist/ripple/p-0eea8fd3.system.entry.js +0 -1
- package/dist/ripple/p-0faf7ef9.system.entry.js +0 -1
- package/dist/ripple/p-13cc92e7.entry.js +0 -1
- package/dist/ripple/p-1618709f.entry.js +0 -1
- package/dist/ripple/p-1f73b257.entry.js +0 -1
- package/dist/ripple/p-2520d947.system.entry.js +0 -1
- package/dist/ripple/p-29f41fea.system.entry.js +0 -1
- package/dist/ripple/p-2c028fe2.entry.js +0 -1
- package/dist/ripple/p-2f565d7a.system.entry.js +0 -1
- package/dist/ripple/p-311923b2.system.entry.js +0 -1
- package/dist/ripple/p-3212fd0e.entry.js +0 -1
- package/dist/ripple/p-34d80f95.entry.js +0 -1
- package/dist/ripple/p-3aca84d7.entry.js +0 -1
- package/dist/ripple/p-3bb1f795.system.entry.js +0 -1
- package/dist/ripple/p-43b03ad8.system.entry.js +0 -1
- package/dist/ripple/p-4c5606da.system.entry.js +0 -1
- package/dist/ripple/p-54d7688a.entry.js +0 -1
- package/dist/ripple/p-5ea1c7a6.entry.js +0 -1
- package/dist/ripple/p-5eb02aa9.system.entry.js +0 -1
- package/dist/ripple/p-6025efee.system.entry.js +0 -1
- package/dist/ripple/p-6a4c59e0.system.entry.js +0 -1
- package/dist/ripple/p-6d2122b9.entry.js +0 -1
- package/dist/ripple/p-6eb50cc3.system.entry.js +0 -1
- package/dist/ripple/p-7039fa60.system.entry.js +0 -1
- package/dist/ripple/p-72c22a55.entry.js +0 -1
- package/dist/ripple/p-7906a797.system.entry.js +0 -1
- package/dist/ripple/p-7b982ba8.system.entry.js +0 -1
- package/dist/ripple/p-7e4866c3.entry.js +0 -1
- package/dist/ripple/p-8f217fb1.entry.js +0 -1
- package/dist/ripple/p-90261a03.system.entry.js +0 -1
- package/dist/ripple/p-902a54c5.entry.js +0 -1
- package/dist/ripple/p-9a2cf94c.system.entry.js +0 -1
- package/dist/ripple/p-9dc64e6f.entry.js +0 -1
- package/dist/ripple/p-ade3d9a9.entry.js +0 -1
- package/dist/ripple/p-ae4c8481.system.entry.js +0 -1
- package/dist/ripple/p-b01d022f.entry.js +0 -1
- package/dist/ripple/p-b0e099f8.entry.js +0 -1
- package/dist/ripple/p-b19ea29e.entry.js +0 -1
- package/dist/ripple/p-c2657183.entry.js +0 -1
- package/dist/ripple/p-c39a3951.system.entry.js +0 -1
- package/dist/ripple/p-c7e928cb.system.entry.js +0 -1
- package/dist/ripple/p-c885c7f9.entry.js +0 -1
- package/dist/ripple/p-c9543950.system.entry.js +0 -1
- package/dist/ripple/p-cbd2473d.system.entry.js +0 -1
- package/dist/ripple/p-cedfcf23.entry.js +0 -1
- package/dist/ripple/p-d824406e.system.entry.js +0 -1
- package/dist/ripple/p-e4ff7200.entry.js +0 -1
- package/dist/ripple/p-e6f3f0e5.system.entry.js +0 -1
- package/dist/ripple/p-ec52a08e.system.js +0 -1
- package/dist/ripple/p-f05e38b1.entry.js +0 -1
- package/dist/ripple/p-f367f027.system.entry.js +0 -1
- package/dist/ripple/p-fe3451ec.js +0 -1
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-navigator-background: var(--wmcolor-background);
|
|
34
64
|
--wmcolor-navigator-header-background: var(--wmcolor-brand-dark);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host,
|
|
33
63
|
wm-pagination {
|
|
34
64
|
--wmcolor-pagination-arrow-disabled: var(--wmcolor-interactive-disabled);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-search-background: var(--wmcolor-input-background);
|
|
34
64
|
--wmcolor-search-border: var(--wmcolor-input-border);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-snackbar-background: var(--wmcolor-background-dark);
|
|
34
64
|
--wmcolor-snackbar-close-background-hover: var(--wmcolor-button-background-navigational-hover-ondark);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
display: flex;
|
|
34
64
|
font-family: inherit;
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-tab-background: var(--wmcolor-background-transparent);
|
|
34
64
|
--wmcolor-tab-background-dark: var(--wmcolor-background-dark);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
wm-tab-panel {
|
|
33
63
|
visibility: inherit;
|
|
34
64
|
}
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-taginput-altrow-background-table: var(--wmcolor-table-altrow-background);
|
|
34
64
|
--wmcolor-taginput-border: var(--wmcolor-input-border);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-textarea-input-border: var(--wmcolor-input-border);
|
|
34
64
|
--wmcolor-textarea-charcount-background: var(--wmcolor-input-charcount-background);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--wmcolor-timepicker-background: var(--wmcolor-background);
|
|
34
64
|
--wmcolor-timepicker-input-background-disabled: var(--wmcolor-input-background-disabled);
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
30
|
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
31
|
-------------------------------------- */
|
|
32
|
+
.svg-icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
.svg-icon:before {
|
|
36
|
+
content: "";
|
|
37
|
+
background-color: var(--icon-fill, currentColor);
|
|
38
|
+
width: var(--icon-size, 14px);
|
|
39
|
+
height: var(--icon-size, 14px);
|
|
40
|
+
}
|
|
41
|
+
.svg-icon.horizontal {
|
|
42
|
+
transform: scaleX(-1);
|
|
43
|
+
}
|
|
44
|
+
.svg-icon.vertical {
|
|
45
|
+
transform: scaleY(-1);
|
|
46
|
+
}
|
|
47
|
+
.svg-icon.svg-pencil:before {
|
|
48
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
49
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
50
|
+
-webkit-mask-size: 100%;
|
|
51
|
+
mask-size: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
.svg-icon.svg-rotate-right:before {
|
|
55
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
56
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
57
|
+
-webkit-mask-size: 100%;
|
|
58
|
+
mask-size: 100%;
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
32
62
|
:host {
|
|
33
63
|
--button-size: 16px;
|
|
34
64
|
}
|
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
-webkit-font-smoothing: antialiased;
|
|
92
92
|
-moz-osx-font-smoothing: grayscale;
|
|
93
93
|
}
|
|
94
|
-
:host .wm-button:not(.-icononly):not(.-navigational) .mdi
|
|
94
|
+
:host .wm-button:not(.-icononly):not(.-navigational) .mdi,
|
|
95
|
+
:host .wm-button:not(.-icononly):not(.-navigational) .svg-icon {
|
|
95
96
|
margin-right: 0.3125rem;
|
|
96
97
|
font-size: 0.875rem;
|
|
97
98
|
}
|
|
@@ -472,6 +473,36 @@
|
|
|
472
473
|
padding-bottom: 0.75rem;
|
|
473
474
|
}
|
|
474
475
|
|
|
476
|
+
.svg-icon {
|
|
477
|
+
display: inline-block;
|
|
478
|
+
}
|
|
479
|
+
.svg-icon:before {
|
|
480
|
+
content: "";
|
|
481
|
+
background-color: var(--icon-fill, currentColor);
|
|
482
|
+
width: var(--icon-size, 14px);
|
|
483
|
+
height: var(--icon-size, 14px);
|
|
484
|
+
}
|
|
485
|
+
.svg-icon.horizontal {
|
|
486
|
+
transform: scaleX(-1);
|
|
487
|
+
}
|
|
488
|
+
.svg-icon.vertical {
|
|
489
|
+
transform: scaleY(-1);
|
|
490
|
+
}
|
|
491
|
+
.svg-icon.svg-pencil:before {
|
|
492
|
+
-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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
493
|
+
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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
|
|
494
|
+
-webkit-mask-size: 100%;
|
|
495
|
+
mask-size: 100%;
|
|
496
|
+
display: block;
|
|
497
|
+
}
|
|
498
|
+
.svg-icon.svg-rotate-right:before {
|
|
499
|
+
-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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
500
|
+
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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
|
|
501
|
+
-webkit-mask-size: 100%;
|
|
502
|
+
mask-size: 100%;
|
|
503
|
+
display: block;
|
|
504
|
+
}
|
|
505
|
+
|
|
475
506
|
:host {
|
|
476
507
|
display: block;
|
|
477
508
|
position: relative;
|
|
@@ -173,9 +173,19 @@ export class Uploader {
|
|
|
173
173
|
liveRegionEl.textContent = message;
|
|
174
174
|
}
|
|
175
175
|
renderIcon() {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
if (this.icon.match(/^#/)) {
|
|
177
|
+
// Icon ID
|
|
178
|
+
return h("span", { class: `svg-icon svg-${this.icon.slice(1)}`, style: { "--icon-size": "14px" } });
|
|
179
|
+
}
|
|
180
|
+
else if (this.icon.match(/^\/\S*[#]\S*/)) {
|
|
181
|
+
// starts with /, any number of non-whitespace characters, followed by #, followed by any non-whitespace characters
|
|
182
|
+
// Relative Path & Symbol
|
|
183
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "svg-icon", width: "14px", height: "14px" }, h("use", { href: this.icon })));
|
|
184
|
+
}
|
|
185
|
+
else {
|
|
186
|
+
// MDI
|
|
187
|
+
return (h("span", { class: "mdi", "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`))));
|
|
188
|
+
}
|
|
179
189
|
}
|
|
180
190
|
renderUploadButton(classes) {
|
|
181
191
|
let accessibleLabel = `${this.label && this.label !== this.buttonText ? `${this.label}, ` : ""}${this.buttonText}`;
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-558b5a82.js';
|
|
2
2
|
export { s as setNonce } from './index-558b5a82.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-e6ae5517.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|