@watermarkinsights/ripple 5.10.0-1 → 5.10.0-10
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/{chartFunctions-995023b1.js → chartFunctions-75178263.js} +10 -4
- package/dist/cjs/{global-f8dc67a7.js → global-b5ff0a3f.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 +5 -4
- package/dist/cjs/wm-button.cjs.entry.js +13 -11
- package/dist/cjs/wm-chart.cjs.entry.js +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +4 -3
- package/dist/collection/components/charts/chartFunctions.js +10 -4
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +8 -8
- package/dist/collection/components/charts/wm-chart/wm-chart.css +8 -8
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +10 -10
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +8 -8
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +8 -8
- package/dist/collection/components/datepickers/datepicker.css +9 -9
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +11 -11
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +10 -10
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +12 -12
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +8 -8
- package/dist/collection/components/selects/wm-option/wm-option.css +10 -10
- package/dist/collection/components/selects/wm-select/wm-select.css +10 -10
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +8 -8
- package/dist/collection/components/wm-button/wm-button.css +14 -12
- package/dist/collection/components/wm-button/wm-button.js +12 -10
- package/dist/collection/components/wm-file/wm-file.css +9 -9
- package/dist/collection/components/wm-file-list/wm-file-list.css +8 -8
- package/dist/collection/components/wm-input/wm-input.css +9 -9
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +9 -9
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +3 -2
- package/dist/collection/components/wm-modal/wm-modal-footer.css +8 -8
- package/dist/collection/components/wm-modal/wm-modal-header.css +8 -8
- package/dist/collection/components/wm-modal/wm-modal.css +8 -8
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +8 -8
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +8 -8
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +8 -8
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +9 -9
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +8 -8
- package/dist/collection/components/wm-navigation/wm-navigation.css +8 -8
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +8 -8
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +8 -8
- package/dist/collection/components/wm-navigator/wm-navigator.css +8 -8
- package/dist/collection/components/wm-pagination/wm-pagination.css +8 -8
- package/dist/collection/components/wm-search/wm-search.css +9 -9
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +10 -10
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +8 -8
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +8 -8
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +8 -8
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +13 -13
- package/dist/collection/components/wm-textarea/wm-textarea.css +9 -9
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +10 -10
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +9 -9
- package/dist/collection/components/wm-uploader/wm-uploader.css +15 -13
- package/dist/collection/components/wm-uploader/wm-uploader.js +3 -2
- package/dist/esm/{chartFunctions-34f19953.js → chartFunctions-3f5f0c99.js} +10 -4
- package/dist/esm/{global-2ee184fa.js → global-22b7c9ea.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 +5 -4
- package/dist/esm/wm-button.entry.js +13 -11
- package/dist/esm/wm-chart.entry.js +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +4 -3
- package/dist/esm-es5/chartFunctions-3f5f0c99.js +1 -0
- package/dist/esm-es5/global-22b7c9ea.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-04c6d049.entry.js +1 -0
- package/dist/ripple/p-0aded1ad.system.entry.js +1 -0
- package/dist/ripple/p-10cfa4f1.system.entry.js +1 -0
- package/dist/ripple/p-1465e576.system.entry.js +1 -0
- package/dist/ripple/p-1bd2cb0c.system.entry.js +1 -0
- package/dist/ripple/p-214ae691.entry.js +1 -0
- package/dist/ripple/p-2b783e04.entry.js +1 -0
- package/dist/ripple/p-2f49268a.entry.js +1 -0
- package/dist/ripple/p-32867e2e.entry.js +1 -0
- package/dist/ripple/p-3a9a98ff.entry.js +1 -0
- package/dist/ripple/p-3e854aad.system.entry.js +1 -0
- package/dist/ripple/p-40ce8220.system.entry.js +1 -0
- package/dist/ripple/p-414032d3.entry.js +1 -0
- package/dist/ripple/p-41476faa.system.entry.js +1 -0
- package/dist/ripple/p-42bc7675.system.js +1 -0
- package/dist/ripple/p-43f68b56.system.entry.js +1 -0
- package/dist/ripple/p-4bde7781.js +1 -0
- package/dist/ripple/p-4de1777b.system.entry.js +1 -0
- package/dist/ripple/p-50010933.entry.js +1 -0
- package/dist/ripple/p-50c2bb00.entry.js +1 -0
- package/dist/ripple/p-56cdd9af.system.entry.js +1 -0
- package/dist/ripple/p-5a216138.system.entry.js +1 -0
- package/dist/ripple/p-63c226a0.system.entry.js +1 -0
- package/dist/ripple/p-64461414.entry.js +1 -0
- package/dist/ripple/{p-47719c70.entry.js → p-6832410b.entry.js} +1 -1
- package/dist/ripple/{p-52ac4efc.entry.js → p-6a47a797.entry.js} +1 -1
- package/dist/ripple/p-6ec29925.js +1 -0
- package/dist/ripple/p-6f18ff34.entry.js +1 -0
- package/dist/ripple/p-73e4e23a.entry.js +1 -0
- package/dist/ripple/p-78176eec.system.entry.js +1 -0
- package/dist/ripple/p-7985f04b.entry.js +1 -0
- package/dist/ripple/p-7ea2523a.system.entry.js +1 -0
- package/dist/ripple/{p-02ff9d9a.system.entry.js → p-84bde80d.system.entry.js} +1 -1
- package/dist/ripple/{p-d7312723.entry.js → p-85962691.entry.js} +1 -1
- package/dist/ripple/p-98cc1aae.system.entry.js +1 -0
- package/dist/ripple/p-a118292d.entry.js +1 -0
- package/dist/ripple/{p-9ac65a33.entry.js → p-a7e55fb6.entry.js} +1 -1
- package/dist/ripple/{p-d3adb7db.system.js → p-a8156c34.system.js} +1 -1
- package/dist/ripple/p-a9bdc8ed.entry.js +1 -0
- package/dist/ripple/p-ab254e2b.entry.js +1 -0
- package/dist/ripple/p-b2c2245e.entry.js +1 -0
- package/dist/ripple/p-b75b811f.entry.js +1 -0
- package/dist/ripple/p-b77706d6.entry.js +1 -0
- package/dist/ripple/p-b80a3bf5.entry.js +1 -0
- package/dist/ripple/p-bca4b4b6.system.entry.js +1 -0
- package/dist/ripple/p-be22192b.system.entry.js +1 -0
- package/dist/ripple/p-cf2a23e8.system.entry.js +1 -0
- package/dist/ripple/p-cfff64c2.system.js +1 -0
- package/dist/ripple/{p-b1887b90.entry.js → p-d3eb9335.entry.js} +1 -1
- package/dist/ripple/p-d412aa02.system.entry.js +1 -0
- package/dist/ripple/p-d6da12dc.system.entry.js +1 -0
- package/dist/ripple/p-deb96326.entry.js +1 -0
- package/dist/ripple/p-dee79f8c.system.entry.js +1 -0
- package/dist/ripple/p-df253834.system.entry.js +1 -0
- package/dist/ripple/p-e14233fd.entry.js +1 -0
- package/dist/ripple/{p-891a5937.system.entry.js → p-e2530233.system.entry.js} +1 -1
- package/dist/ripple/p-e77ac9d0.entry.js +1 -0
- package/dist/ripple/p-e963cbc7.system.entry.js +1 -0
- package/dist/ripple/p-ebe2b432.system.entry.js +1 -0
- package/dist/ripple/p-ecd3ac6e.system.entry.js +1 -0
- package/dist/ripple/p-f14d1a31.system.entry.js +1 -0
- package/dist/ripple/p-f1a400a3.system.entry.js +1 -0
- package/dist/ripple/{p-c232f2de.entry.js → p-f394a24f.entry.js} +1 -1
- package/dist/ripple/{p-ddcdf330.entry.js → p-f42e1ea9.entry.js} +1 -1
- package/dist/ripple/p-faad130f.entry.js +1 -0
- package/dist/ripple/p-fb3d7911.system.entry.js +1 -0
- package/dist/ripple/p-ff0dba4e.system.entry.js +1 -0
- package/dist/ripple/ripple.css +1 -1
- 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 +0 -4
- package/package.json +1 -1
- package/dist/esm-es5/chartFunctions-34f19953.js +0 -1
- package/dist/esm-es5/global-2ee184fa.js +0 -1
- package/dist/ripple/p-056f9114.system.entry.js +0 -1
- package/dist/ripple/p-0c66ecba.entry.js +0 -1
- package/dist/ripple/p-0e6fc5a0.system.entry.js +0 -1
- package/dist/ripple/p-0eaa5f28.system.entry.js +0 -1
- package/dist/ripple/p-1664fdca.entry.js +0 -1
- package/dist/ripple/p-1d05f67b.system.entry.js +0 -1
- package/dist/ripple/p-1d8a56df.entry.js +0 -1
- package/dist/ripple/p-28b03c72.entry.js +0 -1
- package/dist/ripple/p-33143ee5.entry.js +0 -1
- package/dist/ripple/p-39edbc9c.entry.js +0 -1
- package/dist/ripple/p-3cbe36c5.system.entry.js +0 -1
- package/dist/ripple/p-3f8f2a25.entry.js +0 -1
- package/dist/ripple/p-40defee8.entry.js +0 -1
- package/dist/ripple/p-4378b6b9.system.js +0 -1
- package/dist/ripple/p-45d9682c.system.entry.js +0 -1
- package/dist/ripple/p-4e741c68.system.entry.js +0 -1
- package/dist/ripple/p-4edaeeeb.system.entry.js +0 -1
- package/dist/ripple/p-5782584c.system.entry.js +0 -1
- package/dist/ripple/p-5943c8b1.js +0 -1
- package/dist/ripple/p-6837e730.entry.js +0 -1
- package/dist/ripple/p-6be637a4.system.entry.js +0 -1
- package/dist/ripple/p-6e6f0bb6.system.entry.js +0 -1
- package/dist/ripple/p-73cba751.entry.js +0 -1
- package/dist/ripple/p-79dd2d45.entry.js +0 -1
- package/dist/ripple/p-7f6bdd09.entry.js +0 -1
- package/dist/ripple/p-8454039b.system.entry.js +0 -1
- package/dist/ripple/p-87f0b9e4.system.entry.js +0 -1
- package/dist/ripple/p-897995da.system.entry.js +0 -1
- package/dist/ripple/p-8a8f341e.entry.js +0 -1
- package/dist/ripple/p-8dfff1de.entry.js +0 -1
- package/dist/ripple/p-94283558.system.entry.js +0 -1
- package/dist/ripple/p-9cf3201c.system.entry.js +0 -1
- package/dist/ripple/p-9e5e84ff.system.entry.js +0 -1
- package/dist/ripple/p-b0ccd8f7.entry.js +0 -1
- package/dist/ripple/p-b670af1d.entry.js +0 -1
- package/dist/ripple/p-b7d6a53d.system.entry.js +0 -1
- package/dist/ripple/p-b9954d05.js +0 -1
- package/dist/ripple/p-bf45953e.system.entry.js +0 -1
- package/dist/ripple/p-ccfffedb.entry.js +0 -1
- package/dist/ripple/p-ce73934e.system.entry.js +0 -1
- package/dist/ripple/p-d16fcb24.entry.js +0 -1
- package/dist/ripple/p-d1a46a3d.entry.js +0 -1
- package/dist/ripple/p-d2933cff.system.entry.js +0 -1
- package/dist/ripple/p-d2e3b0dd.system.js +0 -1
- package/dist/ripple/p-da3003ab.entry.js +0 -1
- package/dist/ripple/p-dbda39c7.system.entry.js +0 -1
- package/dist/ripple/p-e19a8330.entry.js +0 -1
- package/dist/ripple/p-e8e6c4cf.system.entry.js +0 -1
- package/dist/ripple/p-e9588527.entry.js +0 -1
- package/dist/ripple/p-e9ec2446.system.entry.js +0 -1
- package/dist/ripple/p-f22a2dcd.system.entry.js +0 -1
- package/dist/ripple/p-f3e19729.entry.js +0 -1
- package/dist/ripple/p-f56f2911.system.entry.js +0 -1
- package/dist/ripple/p-f657216e.system.entry.js +0 -1
- package/dist/ripple/p-f6a40173.system.entry.js +0 -1
- package/dist/ripple/p-fe00606b.entry.js +0 -1
- package/dist/ripple/p-ff7df52d.system.entry.js +0 -1
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
138
138
|
font-size: inherit;
|
|
139
139
|
text-rendering: auto;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 1;
|
|
141
141
|
-webkit-font-smoothing: antialiased;
|
|
142
142
|
-moz-osx-font-smoothing: grayscale;
|
|
143
143
|
content: "\f133";
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
119
119
|
font-size: inherit;
|
|
120
120
|
text-rendering: auto;
|
|
121
|
-
line-height:
|
|
121
|
+
line-height: 1;
|
|
122
122
|
-webkit-font-smoothing: antialiased;
|
|
123
123
|
-moz-osx-font-smoothing: grayscale;
|
|
124
124
|
content: "\f026";
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
113
113
|
font-size: inherit;
|
|
114
114
|
text-rendering: auto;
|
|
115
|
-
line-height:
|
|
115
|
+
line-height: 1;
|
|
116
116
|
-webkit-font-smoothing: antialiased;
|
|
117
117
|
-moz-osx-font-smoothing: grayscale;
|
|
118
118
|
font-size: 1.12rem;
|
|
@@ -82,14 +82,15 @@ export class Menuitem {
|
|
|
82
82
|
this.setOnClick();
|
|
83
83
|
}
|
|
84
84
|
renderIcon() {
|
|
85
|
+
const defaultIconSize = "1.125rem";
|
|
85
86
|
if (this.icon.match(/^#/)) {
|
|
86
87
|
// Icon ID
|
|
87
|
-
return h("span", { class: `svg-icon svg-${this.icon.slice(1)}
|
|
88
|
+
return h("span", { class: `svg-icon svg-${this.icon.slice(1)}`, style: { "--icon-size": defaultIconSize } });
|
|
88
89
|
}
|
|
89
90
|
else if (this.icon.match(/^\/\S*[#]\S*/)) {
|
|
90
91
|
// starts with /, any number of non-whitespace characters, followed by #, followed by any non-whitespace characters
|
|
91
92
|
// Relative Path & Symbol
|
|
92
|
-
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "svg-icon",
|
|
93
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "svg-icon", style: { "--icon-fill": "currentColor", "--icon-size": defaultIconSize }, fill: "currentColor" }, h("use", { href: this.icon })));
|
|
93
94
|
}
|
|
94
95
|
else {
|
|
95
96
|
// MDI
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal-footer {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal-header {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal-pss-footer {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal-pss-header {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
wm-modal-pss {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
button {
|
|
@@ -85,7 +85,7 @@ button:hover {
|
|
|
85
85
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
86
86
|
font-size: inherit;
|
|
87
87
|
text-rendering: auto;
|
|
88
|
-
line-height:
|
|
88
|
+
line-height: 1;
|
|
89
89
|
-webkit-font-smoothing: antialiased;
|
|
90
90
|
-moz-osx-font-smoothing: grayscale;
|
|
91
91
|
content: "\f35c";
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
.link {
|
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host {
|
package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css
CHANGED
|
@@ -31,12 +31,18 @@
|
|
|
31
31
|
-------------------------------------- */
|
|
32
32
|
.svg-icon {
|
|
33
33
|
display: inline-block;
|
|
34
|
+
width: var(--icon-size, 0.875rem);
|
|
35
|
+
height: var(--icon-size, 0.875rem);
|
|
36
|
+
vertical-align: bottom;
|
|
34
37
|
}
|
|
35
38
|
.svg-icon:before {
|
|
36
39
|
content: "";
|
|
40
|
+
display: inline-block;
|
|
37
41
|
background-color: var(--icon-fill, currentColor);
|
|
38
|
-
width:
|
|
39
|
-
height:
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
-webkit-mask-size: 100%;
|
|
45
|
+
mask-size: 100%;
|
|
40
46
|
}
|
|
41
47
|
.svg-icon.horizontal {
|
|
42
48
|
transform: scaleX(-1);
|
|
@@ -47,16 +53,10 @@
|
|
|
47
53
|
.svg-icon.svg-pencil:before {
|
|
48
54
|
-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
55
|
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
56
|
}
|
|
54
57
|
.svg-icon.svg-rotate-right:before {
|
|
55
58
|
-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
59
|
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
60
|
}
|
|
61
61
|
|
|
62
62
|
:host * {
|