@watermarkinsights/ripple 5.18.0 → 5.19.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-6fe4a21a.js → app-globals-e50b9802.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 +2 -2
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
- package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +1 -1
- package/dist/cjs/wm-flyout.cjs.entry.js +1 -1
- package/dist/cjs/wm-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-modal_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-navigation_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
- package/dist/cjs/wm-nested-select.cjs.entry.js +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 +1 -1
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +13 -0
- package/dist/collection/components/charts/wm-chart/wm-chart.css +13 -0
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +13 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +13 -0
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +13 -0
- package/dist/collection/components/datepickers/datepicker.css +44 -0
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +13 -0
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +13 -0
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +13 -0
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +13 -0
- package/dist/collection/components/selects/wm-option/wm-option.css +13 -0
- package/dist/collection/components/selects/wm-select/wm-select.css +13 -0
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +13 -0
- package/dist/collection/components/wm-button/wm-button.css +13 -0
- package/dist/collection/components/wm-file/wm-file.css +13 -0
- package/dist/collection/components/wm-file-list/wm-file-list.css +13 -0
- package/dist/collection/components/wm-flyout/wm-flyout.css +13 -0
- package/dist/collection/components/wm-input/wm-input.css +13 -0
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +44 -0
- package/dist/collection/components/wm-modal/wm-modal-footer.css +13 -0
- package/dist/collection/components/wm-modal/wm-modal-header.css +13 -0
- package/dist/collection/components/wm-modal/wm-modal.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +13 -0
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +13 -0
- package/dist/collection/components/wm-navigation/wm-navigation.css +13 -0
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +44 -0
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +13 -0
- package/dist/collection/components/wm-navigator/wm-navigator.css +13 -0
- package/dist/collection/components/wm-pagination/wm-pagination.css +44 -0
- package/dist/collection/components/wm-search/wm-search.css +44 -0
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +44 -0
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +13 -0
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +13 -0
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +13 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +13 -0
- package/dist/collection/components/wm-textarea/wm-textarea.css +13 -0
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +44 -0
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +13 -0
- package/dist/collection/components/wm-uploader/wm-uploader.css +44 -0
- package/dist/esm/{app-globals-a7a4432a.js → app-globals-17f6612b.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-calendar.entry.js +1 -1
- package/dist/esm/priv-chart-popover.entry.js +1 -1
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/priv-option-list.entry.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-action-menu_2.entry.js +2 -2
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +1 -1
- package/dist/esm/wm-date-range.entry.js +1 -1
- package/dist/esm/wm-datepicker.entry.js +1 -1
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +1 -1
- package/dist/esm/wm-flyout.entry.js +1 -1
- package/dist/esm/wm-input.entry.js +1 -1
- package/dist/esm/wm-line-chart.entry.js +1 -1
- package/dist/esm/wm-modal-pss_3.entry.js +3 -3
- package/dist/esm/wm-modal_3.entry.js +3 -3
- package/dist/esm/wm-navigation_3.entry.js +3 -3
- package/dist/esm/wm-navigator.entry.js +1 -1
- package/dist/esm/wm-nested-select.entry.js +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 +1 -1
- package/dist/esm-es5/app-globals-17f6612b.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/{p-421c9f1c.entry.js → p-009a6e5a.entry.js} +1 -1
- package/dist/ripple/{p-bdb7575c.entry.js → p-047e510d.entry.js} +1 -1
- package/dist/ripple/{p-573116c7.entry.js → p-1eb2ec31.system.entry.js} +1 -1
- package/dist/ripple/p-1efa25b5.system.entry.js +1 -0
- package/dist/ripple/{p-21a865c7.entry.js → p-21c100d8.entry.js} +1 -1
- package/dist/ripple/{p-e0a435c8.entry.js → p-222624ae.entry.js} +1 -1
- package/dist/ripple/{p-a715a296.system.entry.js → p-22d4c7e0.system.entry.js} +1 -1
- package/dist/ripple/{p-4a59651f.system.entry.js → p-24bce598.system.entry.js} +1 -1
- package/dist/ripple/p-25c17efe.system.entry.js +1 -0
- package/dist/ripple/{p-ccfa2912.system.entry.js → p-26ab5004.system.entry.js} +1 -1
- package/dist/ripple/{p-bfeb1d2b.system.entry.js → p-2c112c06.system.entry.js} +1 -1
- package/dist/ripple/{p-edb505bc.system.entry.js → p-33cde644.system.entry.js} +1 -1
- package/dist/ripple/{p-338be771.system.entry.js → p-350f9314.system.entry.js} +1 -1
- package/dist/ripple/{p-17b798d5.entry.js → p-39cf240f.entry.js} +1 -1
- package/dist/ripple/{p-5e027ae8.system.entry.js → p-3c9972a6.system.entry.js} +1 -1
- package/dist/ripple/{p-e2433096.system.entry.js → p-4175c4b0.system.entry.js} +1 -1
- package/dist/ripple/{p-cf7275ff.entry.js → p-443b7113.entry.js} +1 -1
- package/dist/ripple/{p-a23db8ef.system.entry.js → p-561d1898.system.entry.js} +1 -1
- package/dist/ripple/{p-272c153a.system.entry.js → p-5bf2eb50.system.entry.js} +1 -1
- package/dist/ripple/{p-76aef56f.entry.js → p-5e7893f0.entry.js} +1 -1
- package/dist/ripple/{p-34808b52.system.entry.js → p-5ecdb43e.system.entry.js} +1 -1
- package/dist/ripple/p-5fa82732.system.js +1 -0
- package/dist/ripple/{p-10f90e83.entry.js → p-602ea108.entry.js} +1 -1
- package/dist/ripple/{p-3bc9fa11.entry.js → p-66489ded.entry.js} +1 -1
- package/dist/ripple/{p-a6411a2c.system.entry.js → p-68e90b50.system.entry.js} +1 -1
- package/dist/ripple/{p-bd07fa39.entry.js → p-69b38da5.entry.js} +1 -1
- package/dist/ripple/{p-6ed0c6a1.system.entry.js → p-6a40014e.system.entry.js} +1 -1
- package/dist/ripple/{p-e577e77b.system.entry.js → p-6d32911c.system.entry.js} +1 -1
- package/dist/ripple/{p-7e235da0.entry.js → p-71cc21a4.entry.js} +1 -1
- package/dist/ripple/{p-ecf49d3d.system.entry.js → p-7394f4e9.system.entry.js} +1 -1
- package/dist/ripple/{p-2f977fe1.entry.js → p-7a21aa55.entry.js} +1 -1
- package/dist/ripple/{p-10bd6a07.system.entry.js → p-7ca13016.system.entry.js} +1 -1
- package/dist/ripple/{p-1cd08fba.entry.js → p-8056a4c2.entry.js} +1 -1
- package/dist/ripple/{p-f388b344.system.entry.js → p-8a32bd08.system.entry.js} +1 -1
- package/dist/ripple/{p-5f6abf7c.entry.js → p-8e694216.entry.js} +1 -1
- package/dist/ripple/p-91b9c811.js +1 -0
- package/dist/ripple/{p-e652d344.entry.js → p-91c12b65.entry.js} +1 -1
- package/dist/ripple/{p-5a5d5833.system.entry.js → p-91c5b14e.system.entry.js} +1 -1
- package/dist/ripple/{p-89e6ac6b.entry.js → p-95ce8c39.entry.js} +1 -1
- package/dist/ripple/{p-6157e71f.entry.js → p-9ac6957b.entry.js} +1 -1
- package/dist/ripple/{p-96593625.entry.js → p-9b04ddfe.entry.js} +1 -1
- package/dist/ripple/{p-949ea8b9.entry.js → p-a0ef456d.entry.js} +1 -1
- package/dist/ripple/{p-44aa37cf.system.js → p-a1d63248.system.js} +1 -1
- package/dist/ripple/{p-814b2e63.system.entry.js → p-a6f4dd01.system.entry.js} +1 -1
- package/dist/ripple/{p-d01cc142.system.entry.js → p-acb4d87c.system.entry.js} +1 -1
- package/dist/ripple/{p-ee17087e.entry.js → p-ae2520e4.entry.js} +1 -1
- package/dist/ripple/{p-e93b92ab.entry.js → p-b40454d2.entry.js} +1 -1
- package/dist/ripple/p-b49cebaf.system.entry.js +1 -0
- package/dist/ripple/{p-b3b0c8ab.entry.js → p-b55883ee.entry.js} +1 -1
- package/dist/ripple/{p-8b96a43f.system.entry.js → p-bb364d6b.entry.js} +1 -1
- package/dist/ripple/{p-ec45aafa.entry.js → p-bb745e54.entry.js} +1 -1
- package/dist/ripple/{p-0a9e6b59.system.entry.js → p-c0f4f1ea.system.entry.js} +1 -1
- package/dist/ripple/{p-7e6410dc.entry.js → p-c70fa14f.entry.js} +1 -1
- package/dist/ripple/p-c85dae6b.entry.js +1 -0
- package/dist/ripple/{p-e3b917c2.system.entry.js → p-c8dfc321.system.entry.js} +1 -1
- package/dist/ripple/{p-8c33cb29.entry.js → p-cf12dd5f.entry.js} +1 -1
- package/dist/ripple/{p-1e19e19b.entry.js → p-d919000d.entry.js} +1 -1
- package/dist/ripple/{p-324aed64.system.entry.js → p-d9c7206b.system.entry.js} +1 -1
- package/dist/ripple/{p-a545010d.system.entry.js → p-daac445c.system.entry.js} +1 -1
- package/dist/ripple/{p-d5ca4c2f.entry.js → p-dfa30c3d.entry.js} +1 -1
- package/dist/ripple/{p-836f04c7.system.entry.js → p-e1a15515.system.entry.js} +1 -1
- package/dist/ripple/{p-0eab9da6.entry.js → p-ebfa5876.entry.js} +1 -1
- package/dist/ripple/p-ec9f782e.entry.js +1 -0
- package/dist/ripple/{p-6b4e1fe9.entry.js → p-ee96cea8.entry.js} +1 -1
- package/dist/ripple/{p-ff3577d4.system.entry.js → p-f65a91ab.system.entry.js} +1 -1
- package/dist/ripple/{p-5c3404d2.system.entry.js → p-fb61a10e.system.entry.js} +1 -1
- package/dist/ripple/p-ff6b7376.system.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-a7a4432a.js +0 -1
- package/dist/ripple/p-5d13a319.system.js +0 -1
- package/dist/ripple/p-710cbe57.entry.js +0 -1
- package/dist/ripple/p-a7744ac7.system.entry.js +0 -1
- package/dist/ripple/p-abf3211f.system.entry.js +0 -1
- package/dist/ripple/p-aec8daa3.system.entry.js +0 -1
- package/dist/ripple/p-af5db493.system.entry.js +0 -1
- package/dist/ripple/p-c929e94e.js +0 -1
- package/dist/ripple/p-e95f35bd.entry.js +0 -1
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css
CHANGED
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -847,6 +860,37 @@
|
|
|
847
860
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
848
861
|
}
|
|
849
862
|
|
|
863
|
+
/* --------------------------------------
|
|
864
|
+
1. Box-shadow
|
|
865
|
+
-------------------------------------- */
|
|
866
|
+
/* --------------------------------------
|
|
867
|
+
2. Border-radius
|
|
868
|
+
-------------------------------------- */
|
|
869
|
+
/* --------------------------------------
|
|
870
|
+
3. Transforms
|
|
871
|
+
-------------------------------------- */
|
|
872
|
+
/* --------------------------------------
|
|
873
|
+
4. Button Focus
|
|
874
|
+
-------------------------------------- */
|
|
875
|
+
/* --------------------------------------
|
|
876
|
+
5. Flex
|
|
877
|
+
-------------------------------------- */
|
|
878
|
+
/* --------------------------------------
|
|
879
|
+
7. Screen Reader Only
|
|
880
|
+
-------------------------------------- */
|
|
881
|
+
/* --------------------------------------
|
|
882
|
+
8. Label styles
|
|
883
|
+
this mixin includes all the styles for the label
|
|
884
|
+
+ flex rules on the parent container to switch between top and left position
|
|
885
|
+
+ srOnly when label is hidden
|
|
886
|
+
Assumes the following markup:
|
|
887
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
888
|
+
.wrapper is for the flex rules
|
|
889
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
890
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
891
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
892
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
893
|
+
-------------------------------------- */
|
|
850
894
|
:host * {
|
|
851
895
|
box-sizing: border-box;
|
|
852
896
|
}
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -847,6 +860,37 @@
|
|
|
847
860
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
848
861
|
}
|
|
849
862
|
|
|
863
|
+
/* --------------------------------------
|
|
864
|
+
1. Box-shadow
|
|
865
|
+
-------------------------------------- */
|
|
866
|
+
/* --------------------------------------
|
|
867
|
+
2. Border-radius
|
|
868
|
+
-------------------------------------- */
|
|
869
|
+
/* --------------------------------------
|
|
870
|
+
3. Transforms
|
|
871
|
+
-------------------------------------- */
|
|
872
|
+
/* --------------------------------------
|
|
873
|
+
4. Button Focus
|
|
874
|
+
-------------------------------------- */
|
|
875
|
+
/* --------------------------------------
|
|
876
|
+
5. Flex
|
|
877
|
+
-------------------------------------- */
|
|
878
|
+
/* --------------------------------------
|
|
879
|
+
7. Screen Reader Only
|
|
880
|
+
-------------------------------------- */
|
|
881
|
+
/* --------------------------------------
|
|
882
|
+
8. Label styles
|
|
883
|
+
this mixin includes all the styles for the label
|
|
884
|
+
+ flex rules on the parent container to switch between top and left position
|
|
885
|
+
+ srOnly when label is hidden
|
|
886
|
+
Assumes the following markup:
|
|
887
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
888
|
+
.wrapper is for the flex rules
|
|
889
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
890
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
891
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
892
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
893
|
+
-------------------------------------- */
|
|
850
894
|
:host,
|
|
851
895
|
wm-pagination {
|
|
852
896
|
--wmcolor-pagination-arrow-disabled: var(--wmcolor-interactive-disabled);
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -847,6 +860,37 @@
|
|
|
847
860
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
848
861
|
}
|
|
849
862
|
|
|
863
|
+
/* --------------------------------------
|
|
864
|
+
1. Box-shadow
|
|
865
|
+
-------------------------------------- */
|
|
866
|
+
/* --------------------------------------
|
|
867
|
+
2. Border-radius
|
|
868
|
+
-------------------------------------- */
|
|
869
|
+
/* --------------------------------------
|
|
870
|
+
3. Transforms
|
|
871
|
+
-------------------------------------- */
|
|
872
|
+
/* --------------------------------------
|
|
873
|
+
4. Button Focus
|
|
874
|
+
-------------------------------------- */
|
|
875
|
+
/* --------------------------------------
|
|
876
|
+
5. Flex
|
|
877
|
+
-------------------------------------- */
|
|
878
|
+
/* --------------------------------------
|
|
879
|
+
7. Screen Reader Only
|
|
880
|
+
-------------------------------------- */
|
|
881
|
+
/* --------------------------------------
|
|
882
|
+
8. Label styles
|
|
883
|
+
this mixin includes all the styles for the label
|
|
884
|
+
+ flex rules on the parent container to switch between top and left position
|
|
885
|
+
+ srOnly when label is hidden
|
|
886
|
+
Assumes the following markup:
|
|
887
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
888
|
+
.wrapper is for the flex rules
|
|
889
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
890
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
891
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
892
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
893
|
+
-------------------------------------- */
|
|
850
894
|
:host * {
|
|
851
895
|
box-sizing: border-box;
|
|
852
896
|
}
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -847,6 +860,37 @@
|
|
|
847
860
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
848
861
|
}
|
|
849
862
|
|
|
863
|
+
/* --------------------------------------
|
|
864
|
+
1. Box-shadow
|
|
865
|
+
-------------------------------------- */
|
|
866
|
+
/* --------------------------------------
|
|
867
|
+
2. Border-radius
|
|
868
|
+
-------------------------------------- */
|
|
869
|
+
/* --------------------------------------
|
|
870
|
+
3. Transforms
|
|
871
|
+
-------------------------------------- */
|
|
872
|
+
/* --------------------------------------
|
|
873
|
+
4. Button Focus
|
|
874
|
+
-------------------------------------- */
|
|
875
|
+
/* --------------------------------------
|
|
876
|
+
5. Flex
|
|
877
|
+
-------------------------------------- */
|
|
878
|
+
/* --------------------------------------
|
|
879
|
+
7. Screen Reader Only
|
|
880
|
+
-------------------------------------- */
|
|
881
|
+
/* --------------------------------------
|
|
882
|
+
8. Label styles
|
|
883
|
+
this mixin includes all the styles for the label
|
|
884
|
+
+ flex rules on the parent container to switch between top and left position
|
|
885
|
+
+ srOnly when label is hidden
|
|
886
|
+
Assumes the following markup:
|
|
887
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
888
|
+
.wrapper is for the flex rules
|
|
889
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
890
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
891
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
892
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
893
|
+
-------------------------------------- */
|
|
850
894
|
:host * {
|
|
851
895
|
box-sizing: border-box;
|
|
852
896
|
margin: unset;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -847,6 +860,37 @@
|
|
|
847
860
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
848
861
|
}
|
|
849
862
|
|
|
863
|
+
/* --------------------------------------
|
|
864
|
+
1. Box-shadow
|
|
865
|
+
-------------------------------------- */
|
|
866
|
+
/* --------------------------------------
|
|
867
|
+
2. Border-radius
|
|
868
|
+
-------------------------------------- */
|
|
869
|
+
/* --------------------------------------
|
|
870
|
+
3. Transforms
|
|
871
|
+
-------------------------------------- */
|
|
872
|
+
/* --------------------------------------
|
|
873
|
+
4. Button Focus
|
|
874
|
+
-------------------------------------- */
|
|
875
|
+
/* --------------------------------------
|
|
876
|
+
5. Flex
|
|
877
|
+
-------------------------------------- */
|
|
878
|
+
/* --------------------------------------
|
|
879
|
+
7. Screen Reader Only
|
|
880
|
+
-------------------------------------- */
|
|
881
|
+
/* --------------------------------------
|
|
882
|
+
8. Label styles
|
|
883
|
+
this mixin includes all the styles for the label
|
|
884
|
+
+ flex rules on the parent container to switch between top and left position
|
|
885
|
+
+ srOnly when label is hidden
|
|
886
|
+
Assumes the following markup:
|
|
887
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
888
|
+
.wrapper is for the flex rules
|
|
889
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
890
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
891
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
892
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
893
|
+
-------------------------------------- */
|
|
850
894
|
:host * {
|
|
851
895
|
box-sizing: border-box;
|
|
852
896
|
}
|
|
@@ -768,6 +768,19 @@
|
|
|
768
768
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
769
769
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
770
770
|
}
|
|
771
|
+
.svg-icon.svg-sort-column:before {
|
|
772
|
+
content: "";
|
|
773
|
+
display: block;
|
|
774
|
+
background-color: var(--icon-fill, currentColor);
|
|
775
|
+
width: var(--icon-size, 0.875rem);
|
|
776
|
+
height: var(--icon-size, 0.875rem);
|
|
777
|
+
-webkit-mask-size: 100%;
|
|
778
|
+
mask-size: 100%;
|
|
779
|
+
}
|
|
780
|
+
.svg-icon.svg-sort-column:before {
|
|
781
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
782
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
783
|
+
}
|
|
771
784
|
.svg-icon.svg-sort-z-to-a:before {
|
|
772
785
|
content: "";
|
|
773
786
|
display: block;
|
|
@@ -1464,6 +1464,19 @@
|
|
|
1464
1464
|
-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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
1465
1465
|
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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
|
|
1466
1466
|
}
|
|
1467
|
+
.svg-icon.svg-sort-column:before {
|
|
1468
|
+
content: "";
|
|
1469
|
+
display: block;
|
|
1470
|
+
background-color: var(--icon-fill, currentColor);
|
|
1471
|
+
width: var(--icon-size, 0.875rem);
|
|
1472
|
+
height: var(--icon-size, 0.875rem);
|
|
1473
|
+
-webkit-mask-size: 100%;
|
|
1474
|
+
mask-size: 100%;
|
|
1475
|
+
}
|
|
1476
|
+
.svg-icon.svg-sort-column:before {
|
|
1477
|
+
-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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
1478
|
+
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='M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z'/%3E%3C/svg%3E%0A");
|
|
1479
|
+
}
|
|
1467
1480
|
.svg-icon.svg-sort-z-to-a:before {
|
|
1468
1481
|
content: "";
|
|
1469
1482
|
display: block;
|
|
@@ -1543,6 +1556,37 @@
|
|
|
1543
1556
|
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
|
|
1544
1557
|
}
|
|
1545
1558
|
|
|
1559
|
+
/* --------------------------------------
|
|
1560
|
+
1. Box-shadow
|
|
1561
|
+
-------------------------------------- */
|
|
1562
|
+
/* --------------------------------------
|
|
1563
|
+
2. Border-radius
|
|
1564
|
+
-------------------------------------- */
|
|
1565
|
+
/* --------------------------------------
|
|
1566
|
+
3. Transforms
|
|
1567
|
+
-------------------------------------- */
|
|
1568
|
+
/* --------------------------------------
|
|
1569
|
+
4. Button Focus
|
|
1570
|
+
-------------------------------------- */
|
|
1571
|
+
/* --------------------------------------
|
|
1572
|
+
5. Flex
|
|
1573
|
+
-------------------------------------- */
|
|
1574
|
+
/* --------------------------------------
|
|
1575
|
+
7. Screen Reader Only
|
|
1576
|
+
-------------------------------------- */
|
|
1577
|
+
/* --------------------------------------
|
|
1578
|
+
8. Label styles
|
|
1579
|
+
this mixin includes all the styles for the label
|
|
1580
|
+
+ flex rules on the parent container to switch between top and left position
|
|
1581
|
+
+ srOnly when label is hidden
|
|
1582
|
+
Assumes the following markup:
|
|
1583
|
+
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
1584
|
+
.wrapper is for the flex rules
|
|
1585
|
+
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
1586
|
+
the input. It can't be done directly on .label because of possible line wrapping.
|
|
1587
|
+
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
1588
|
+
(they can't be aligned on the baseline because of possible description text and error message)
|
|
1589
|
+
-------------------------------------- */
|
|
1546
1590
|
:host {
|
|
1547
1591
|
display: block;
|
|
1548
1592
|
position: relative;
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-17f6612b.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|