@heartlandone/vega 2.0.0-temp-test-0.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-44d18beb.js → app-globals-54d42962.js} +12 -13
- package/dist/cjs/{array-e1e5ed1d.js → array-5f977aa2.js} +0 -12
- package/dist/cjs/breakpoints-97c1f5c8.js +66 -0
- package/dist/cjs/{childNodesEventPreventSlimmer-ab75a6a2.js → childNodesEventPreventSlimmer-4b96b18b.js} +10 -11
- package/dist/cjs/{childNodesNotifyObserverSlimmer-cc6d9d8d.js → childNodesNotifyObserverSlimmer-77d939be.js} +6 -7
- package/dist/cjs/{component-de54cd0d.js → component-b50f0483.js} +2 -5
- package/dist/cjs/componentGlobalStyleSlimmer-d988c66b.js +88 -0
- package/dist/cjs/date-177d34ab.js +95 -0
- package/dist/cjs/designToken-a55d5476.js +460 -0
- package/dist/cjs/{dynamic-slimmer-028b0e61.js → dynamic-slimmer-c718b7d9.js} +2 -3
- package/dist/cjs/{elementAppender-f0ebe01e.js → elementAppender-e585dbc9.js} +17 -17
- package/dist/cjs/{subStateNotifySlimmer-d704ac90.js → elementAppenderSlimmer-853b7f89.js} +33 -101
- package/dist/cjs/{eventEmitSlimmer-63a34620.js → eventEmitSlimmer-f0546f9d.js} +157 -10
- package/dist/cjs/{featureFlagController-daf977be.js → featureFlagController-e3dc9be9.js} +19 -2
- package/dist/cjs/{formFieldControllerSlimmer-b50512f8.js → formFieldControllerSlimmer-69ea8396.js} +181 -108
- package/dist/cjs/{index-ced28bc0.js → index-1299d729.js} +94 -460
- package/dist/cjs/index.cjs.js +22 -20
- package/dist/cjs/{injectKeyboardManager-1bffba97.js → injectKeyboardManager-59ac5d96.js} +5 -3
- package/dist/cjs/{internalVegaEventManager-a5ad4b61.js → internalVegaEventManager-cfb1df83.js} +175 -46
- package/dist/cjs/{keyboardManager-e8331705.js → keyboardManager-1ea14f2e.js} +3 -15
- package/dist/cjs/keyboardManagerSlimmer-7d750268.js +40 -0
- package/dist/cjs/{legendInputProcessor-12cf2dfe.js → legendInputProcessor-88c81168.js} +1 -1
- package/dist/cjs/loader.cjs.js +14 -16
- package/dist/cjs/{misc-3d30df91.js → misc-0197689b.js} +0 -10
- package/dist/cjs/{pageResizeObserverSlimmer-f83ef66f.js → pageResizeObserverSlimmer-9751395d.js} +5 -6
- package/dist/cjs/{responsiveFormatFacade-8bfed8eb.js → responsiveFormatFacade-8518443e.js} +133 -6
- package/dist/cjs/{staticSubjectTitle-9a2a1b10.js → staticSubjectTitle-b02c917c.js} +0 -4
- package/dist/cjs/stringMaskStrategy-b22eb314.js +183 -0
- package/dist/cjs/{subStateObserverSlimmer-6c750137.js → subStateObserverSlimmer-96ca747f.js} +47 -9
- package/dist/cjs/{typeGuard-46915d8c.js → typeGuard-70b919b6.js} +315 -27
- package/dist/cjs/{ui-25a66a2a.js → ui-23cd9abb.js} +16 -0
- package/dist/cjs/ui-ef822fe1.js +43 -0
- package/dist/cjs/vega-accordion.cjs.entry.js +22 -26
- package/dist/cjs/vega-app-footer.cjs.entry.js +11 -8
- package/dist/cjs/vega-app-header-button.cjs.entry.js +21 -25
- package/dist/cjs/vega-backdrop.cjs.entry.js +150 -0
- package/dist/cjs/vega-bar-chart.cjs.entry.js +4 -4
- package/dist/cjs/vega-box.cjs.entry.js +156 -11
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +16 -21
- package/dist/cjs/vega-button-circle.cjs.entry.js +21 -20
- package/dist/cjs/vega-button-link.cjs.entry.js +10 -15
- package/dist/cjs/vega-button.cjs.entry.js +151 -0
- package/dist/cjs/vega-card.cjs.entry.js +149 -0
- package/dist/cjs/vega-carousel.cjs.entry.js +484 -0
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +558 -0
- package/dist/cjs/vega-chip.cjs.entry.js +17 -21
- package/dist/cjs/vega-color-picker.cjs.entry.js +16 -31
- package/dist/cjs/vega-combo-box.cjs.entry.js +26 -41
- package/dist/cjs/vega-counter-badge.cjs.entry.js +2 -3
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +1908 -0
- package/dist/cjs/vega-dialog_2.cjs.entry.js +594 -0
- package/dist/cjs/{vega-dropdown.cjs.entry.js → vega-dropdown_5.cjs.entry.js} +763 -205
- package/dist/cjs/vega-field-error.cjs.entry.js +6 -8
- package/dist/cjs/vega-field-label.cjs.entry.js +90 -0
- package/dist/cjs/vega-flex.cjs.entry.js +78 -0
- package/dist/cjs/vega-font.cjs.entry.js +52 -160
- package/dist/cjs/vega-form.cjs.entry.js +51 -49
- package/dist/cjs/vega-grid.cjs.entry.js +89 -0
- package/dist/cjs/vega-icon.cjs.entry.js +210 -0
- package/dist/cjs/vega-image-uploader.cjs.entry.js +27 -42
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +21 -33
- package/dist/cjs/vega-input-select.cjs.entry.js +585 -0
- package/dist/cjs/vega-input.cjs.entry.js +534 -0
- package/dist/cjs/vega-item-toggle.cjs.entry.js +13 -41
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +976 -0
- package/dist/cjs/vega-line-chart.cjs.entry.js +376 -0
- package/dist/cjs/{vega-loading-indicator.cjs.entry.js → vega-loader-wrapper_2.cjs.entry.js} +36 -10
- package/dist/cjs/{vega-page-notification.cjs.entry.js → vega-page-notification_2.cjs.entry.js} +32 -6
- package/dist/cjs/vega-pagination.cjs.entry.js +16 -21
- package/dist/cjs/vega-pie-chart.cjs.entry.js +4 -5
- package/dist/cjs/{injectElementAppender-bfece2a0.js → vega-popover_2.cjs.entry.js} +185 -3
- package/dist/cjs/vega-progress-tracker.cjs.entry.js +183 -0
- package/dist/cjs/vega-radio_2.cjs.entry.js +543 -0
- package/dist/cjs/{vega-slimmer-f026897e.js → vega-slimmer-af488dc3.js} +30 -0
- package/dist/cjs/vega-slot-container.cjs.entry.js +17 -1
- package/dist/cjs/vega-stepper.cjs.entry.js +27 -70
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +1194 -0
- package/dist/cjs/vega-table_8.cjs.entry.js +3869 -0
- package/dist/cjs/vega-text.cjs.entry.js +114 -55
- package/dist/cjs/vega-textarea.cjs.entry.js +17 -30
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +2051 -0
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +95 -0
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +141 -45
- package/dist/cjs/vega.cjs.js +14 -16
- package/dist/cjs/{vegaDialogController-d2ae40fb.js → vegaDialogController-01bddb6a.js} +1 -1
- package/dist/cjs/{vegaEventManager-ab0f12ff.js → vegaEventManager-2da0ff37.js} +1445 -12
- package/dist/cjs/{yAxisInputProcessor-c0f51130.js → yAxisInputProcessor-b32e5aa0.js} +2 -2
- package/dist/collection/collection-manifest.json +277 -7
- package/dist/collection/components/vega-accordion/slimmers/vega-accordion-renderer.js +1 -1
- package/dist/collection/components/vega-accordion/vega-accordion.css +17 -26
- package/dist/collection/components/vega-app-footer/vega-app-footer.css +1 -1
- package/dist/collection/components/vega-app-header-button/vega-app-header-button.css +1 -1
- package/dist/collection/components/vega-app-header-button/vega-app-header-button.js +4 -4
- package/dist/collection/components/vega-backdrop/vega-backdrop.css +1 -1
- package/dist/collection/components/vega-backdrop/vega-backdrop.js +5 -1
- package/dist/collection/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.js +117 -0
- package/dist/collection/components/vega-box/vega-box.css +2109 -19
- package/dist/collection/components/vega-box/vega-box.js +264 -4
- package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-collapsed-item-renderer.js +1 -1
- package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.js +2 -2
- package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.css +1 -1
- package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.js +5 -5
- package/dist/collection/components/vega-button/vega-button.css +1 -1
- package/dist/collection/components/vega-button/vega-button.js +1 -1
- package/dist/collection/components/vega-button-circle/vega-button-circle.css +1 -1
- package/dist/collection/components/vega-button-circle/vega-button-circle.js +45 -1
- package/dist/collection/components/vega-button-link/vega-button-link.css +27 -1
- package/dist/collection/components/vega-card/vega-card.css +1 -1
- package/dist/collection/components/vega-carousel/vega-carousel.css +1 -1
- package/dist/collection/components/vega-carousel/vega-carousel.js +1 -1
- package/dist/collection/components/vega-chart/vega-bar-chart/vega-bar-chart.css +1 -1
- package/dist/collection/components/vega-chart/vega-line-chart/vega-line-chart.css +1 -1
- package/dist/collection/components/vega-chart/vega-pie-chart/vega-pie-chart.css +1 -1
- package/dist/collection/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.js +10 -17
- package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.css +1 -1
- package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.js +6 -97
- package/dist/collection/components/vega-checkbox/vega-checkbox.css +1 -1
- package/dist/collection/components/vega-checkbox/vega-checkbox.js +1 -54
- package/dist/collection/components/vega-chip/vega-chip.css +1 -1
- package/dist/collection/components/vega-color-picker/vega-color-picker.css +1 -1
- package/dist/collection/components/vega-color-picker/vega-color-picker.js +3 -54
- package/dist/collection/components/vega-combo-box/vega-combo-box.css +1 -1
- package/dist/collection/components/vega-combo-box/vega-combo-box.js +7 -56
- package/dist/collection/components/vega-counter-badge/vega-counter-badge.css +1 -1
- package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-calendar-renderer.js +5 -6
- package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-range-input-renderer.js +1 -1
- package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.js +1 -9
- package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-single-input-renderer.js +1 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +1 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +13 -0
- package/dist/collection/components/vega-date-picker/vega-date-picker.css +1 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker.js +1 -92
- package/dist/collection/components/vega-dialog/vega-dialog.css +1 -1
- package/dist/collection/components/vega-dialog/vega-dialog.js +3 -3
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.js +17 -10
- package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-search-renderer.js +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.css +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.js +5 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-group/vega-dropdown-group.css +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.css +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.js +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown.css +1 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown.js +2 -2
- package/dist/collection/components/vega-field-error/vega-field-error.css +1 -1
- package/dist/collection/components/vega-field-label/vega-field-label.css +1 -1
- package/dist/collection/components/vega-flex/vega-flex.css +75 -1
- package/dist/collection/components/vega-flex/vega-flex.js +70 -2
- package/dist/collection/components/vega-font/slimmers/controllers/vega-font-as-controller.js +10 -140
- package/dist/collection/components/vega-font/slimmers/renderers/vega-font-renderer.js +18 -0
- package/dist/collection/components/vega-font/vega-font.css +1 -1
- package/dist/collection/components/vega-font/vega-font.js +8 -3
- package/dist/collection/components/vega-form/vega-form.css +1 -1
- package/dist/collection/components/vega-form/vega-form.js +27 -19
- package/dist/collection/components/vega-grid/vega-grid.css +1 -1
- package/dist/collection/components/vega-grid/vega-grid.js +2 -2
- package/dist/collection/components/vega-icon/vega-icon.css +2 -1
- package/dist/collection/components/vega-image-uploader/slimmers/controllers/vega-image-uploader-actions-visibility-controller.js +2 -2
- package/dist/collection/components/vega-image-uploader/slimmers/renderers/vega-image-uploader-actions-renderer.js +1 -1
- package/dist/collection/components/vega-image-uploader/vega-image-uploader.css +1 -1
- package/dist/collection/components/vega-image-uploader/vega-image-uploader.js +1 -51
- package/dist/collection/components/vega-input/vega-input.css +1 -1
- package/dist/collection/components/vega-input/vega-input.js +3 -92
- package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.css +1 -1
- package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.js +6 -51
- package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.js +4 -4
- package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +7 -1
- package/dist/collection/components/vega-input-select/vega-input-select.css +1 -1
- package/dist/collection/components/vega-input-select/vega-input-select.js +3 -86
- package/dist/collection/components/vega-item-toggle/vega-item-toggle.css +1 -13
- package/dist/collection/components/vega-item-toggle/vega-item-toggle.js +2 -40
- package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.css +1 -1
- package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.js +13 -0
- package/dist/collection/components/vega-loading-indicator/vega-loading-indicator.css +1 -1
- package/dist/collection/components/vega-modal/vega-modal.css +1 -1
- package/dist/collection/components/vega-modal/vega-modal.js +7 -1
- package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.css +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.css +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.js +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav-link/vega-left-nav-link.css +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav-section/vega-left-nav-section.css +1 -1
- package/dist/collection/components/vega-nav/vega-nav-card/vega-nav-card.css +1 -1
- package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.css +1 -1
- package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.js +13 -0
- package/dist/collection/components/vega-page-notification/vega-page-notification.css +1 -1
- package/dist/collection/components/vega-pagination/internal/vega-pagination-go-to.js +2 -2
- package/dist/collection/components/vega-pagination/internal/vega-pagination-page-selector.js +1 -1
- package/dist/collection/components/vega-pagination/internal/vega-pagination-page-size-selector.js +1 -1
- package/dist/collection/components/vega-pagination/vega-pagination.css +1 -1
- package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.css +1 -1
- package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +13 -0
- package/dist/collection/components/vega-popover/vega-popover.css +1 -1
- package/dist/collection/components/vega-popover/vega-popover.js +2 -2
- package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.css +1 -1
- package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.js +2 -2
- package/dist/collection/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.js +13 -14
- package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.css +1 -1
- package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.js +6 -99
- package/dist/collection/components/vega-radio/vega-radio.css +1 -1
- package/dist/collection/components/vega-slot-container/vega-slot-container.js +13 -0
- package/dist/collection/components/vega-stepper/vega-stepper.css +1 -1
- package/dist/collection/components/vega-stepper/vega-stepper.js +15 -134
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-direction-button-renderer.js +1 -1
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +1 -1
- package/dist/collection/components/vega-tab-group/vega-tab-group-panel/vega-tab-group-panel.css +1 -1
- package/dist/collection/components/vega-tab-group/vega-tab-group.css +1 -1
- package/dist/collection/components/vega-tab-group/vega-tab-group.js +1 -1
- package/dist/collection/components/vega-table/slimmers/renderers/vega-table-header-renderer.js +1 -1
- package/dist/collection/components/vega-table/slimmers/renderers/vega-table-pagination-renderer.js +2 -2
- package/dist/collection/components/vega-table/slimmers/renderers/vega-table-row-renderer.js +1 -1
- package/dist/collection/components/vega-table/vega-table-body/vega-table-body.css +1 -1
- package/dist/collection/components/vega-table/vega-table-cell/vega-table-cell.css +2 -2
- package/dist/collection/components/vega-table/vega-table-expand-row/vega-table-expand-row.css +1 -1
- package/dist/collection/components/vega-table/vega-table-head/vega-table-head.css +1 -1
- package/dist/collection/components/vega-table/vega-table-head-cell/vega-table-head-cell.css +2 -2
- package/dist/collection/components/vega-table/vega-table-head-row/slimmers/renderers/vega-table-head-row-renderer.js +1 -1
- package/dist/collection/components/vega-table/vega-table-head-row/vega-table-head-row.css +1 -1
- package/dist/collection/components/vega-table/vega-table-row/slimmers/renderers/vega-table-row-renderer.js +1 -1
- package/dist/collection/components/vega-table/vega-table-row/vega-table-row.css +1 -1
- package/dist/collection/components/vega-table/vega-table.css +1 -1
- package/dist/collection/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.js +135 -0
- package/dist/collection/components/vega-text/vega-text.css +1 -1
- package/dist/collection/components/vega-text/vega-text.js +40 -92
- package/dist/collection/components/vega-textarea/vega-textarea.css +1 -1
- package/dist/collection/components/vega-textarea/vega-textarea.js +1 -50
- package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-range-input-renderer.js +3 -3
- package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-dropdown-renderer.js +2 -2
- package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-input-renderer.js +3 -3
- package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.css +1 -1
- package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.js +13 -0
- package/dist/collection/components/vega-time-picker/vega-time-picker.css +1 -1
- package/dist/collection/components/vega-time-picker/vega-time-picker.js +1 -47
- package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.css +1 -1
- package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.js +1 -1
- package/dist/collection/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.js +62 -0
- package/dist/collection/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.js +22 -0
- package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.css +31 -5
- package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.js +17 -4
- package/dist/collection/components/vega-tooltip/vega-tooltip.css +1 -1
- package/dist/collection/components/vega-tooltip/vega-tooltip.js +70 -28
- package/dist/collection/constants/misc.js +0 -56
- package/dist/collection/constants/tokens/borderRadius.js +10 -10
- package/dist/collection/constants/tokens/borders.js +31 -0
- package/dist/collection/constants/tokens/colors.js +182 -0
- package/dist/collection/constants/tokens/overridableColorTokens.js +3 -3
- package/dist/collection/constants/tokens/shadows.js +12 -0
- package/dist/collection/constants/ui.js +2 -0
- package/dist/collection/decorators/property-decorators/injectKeyboardManager.js +4 -2
- package/dist/collection/decorators/property-decorators/tests/injectElementAppenderProxy.test.js +1 -1
- package/dist/collection/decorators/property-decorators/tests/injectKeyboardManager.test.js +9 -1
- package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectFactory.js +1 -1
- package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.js +3 -3
- package/dist/collection/helpers/change-manager/test/domNodeSubjectFactory.test.js +3 -3
- package/dist/collection/helpers/event-manager/event-delegated/baseStrategy.js +15 -1
- package/dist/collection/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.js +2 -2
- package/dist/collection/helpers/event-manager/eventID/vegaEventId.js +8 -0
- package/dist/collection/helpers/event-manager/eventID/vegaInternalEventId.js +21 -0
- package/dist/collection/helpers/event-manager/internalVegaEventManager.js +1 -1
- package/dist/collection/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.js +3 -3
- package/dist/collection/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.js +2 -2
- package/dist/collection/helpers/event-manager/slimmers/eventEmitSlimmer.js +2 -2
- package/dist/collection/helpers/event-manager/test/childNodesEventPreventSlimmer.test.js +1 -1
- package/dist/collection/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.js +1 -1
- package/dist/collection/helpers/event-manager/test/jqueryDelegatedStrategyController.test.js +34 -1
- package/dist/collection/helpers/event-manager/vegaEventManager.js +1 -1
- package/dist/collection/helpers/feature-control/featureFlagsMap.js +19 -2
- package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.js +56 -0
- package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveFormatFacade.js +6 -0
- package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.js +52 -0
- package/dist/collection/helpers/formatter/state-formatter/stateBackgroundColorFormatter.js +46 -0
- package/dist/collection/helpers/formatter/state-formatter/stateBorderColorFormatter.js +45 -0
- package/dist/collection/helpers/formatter/state-formatter/stateBorderFormatter.js +47 -0
- package/dist/collection/helpers/formatter/state-formatter/stateFormatFacade.js +42 -0
- package/dist/collection/helpers/formatter/state-formatter/stateShadowFormatter.js +42 -0
- package/dist/collection/helpers/formatter/state-formatter/stateVariantFormatter.js +35 -0
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.js +64 -0
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveFormatMediator.test.js +4 -0
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.js +20 -0
- package/dist/collection/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.js +18 -0
- package/dist/collection/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.js +13 -0
- package/dist/collection/helpers/formatter/test/state-formatter/stateBorderFormatter.test.js +13 -0
- package/dist/collection/helpers/formatter/test/state-formatter/stateFormatFacade.test.js +27 -0
- package/dist/collection/helpers/formatter/test/state-formatter/stateShadowFormatter.test.js +13 -0
- package/dist/collection/helpers/keyboard/keyboardManager.js +3 -15
- package/dist/collection/helpers/slimmers/elementAppenderSlimmer.js +23 -15
- package/dist/collection/helpers/slimmers/fieldErrorUiControllerSlimmer.js +26 -38
- package/dist/collection/helpers/slimmers/formFieldControllerSlimmer.js +9 -26
- package/dist/collection/helpers/slimmers/formFieldValidInvokeSlimmer.js +55 -0
- package/dist/collection/helpers/slimmers/global/vegaWatchMethodCancelSlimmer.js +2 -1
- package/dist/collection/helpers/slimmers/keyboardManagerSlimmer.js +2 -1
- package/dist/collection/helpers/slimmers/test/elementAppenderSlimmer.test.js +92 -2
- package/dist/collection/helpers/slimmers/test/fieldErrorControllerSlimmer.test.js +1 -1
- package/dist/collection/helpers/slimmers/test/formFieldControllerSlimmer.test.js +5 -44
- package/dist/collection/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.js +106 -0
- package/dist/collection/helpers/slimmers/test/global/vegaWatchMethodCancelSlimmer.test.js +23 -0
- package/dist/collection/helpers/slimmers/test/keyboardManagerSlimmer.test.js +9 -1
- package/dist/collection/helpers/slimmers/test/pageResizeObserverSlimmer.test.js +1 -1
- package/dist/collection/helpers/touch-helper/test/touchListener.test.js +1 -1
- package/dist/collection/helpers/validator/formFieldController.js +43 -15
- package/dist/collection/helpers/validator/test/validator/formFieldController.test.js +69 -19
- package/dist/collection/polyfill/test-polyfill/unit/createTouchEvent.js +31 -0
- package/dist/collection/polyfill/test-polyfill/unit/events.js +100 -0
- package/dist/collection/polyfill/test-polyfill/unit/index.js +2 -0
- package/dist/collection/polyfill/test-polyfill/unit/methods.js +23 -0
- package/dist/collection/types/test/typeGuard.test.js +8 -1
- package/dist/collection/types/typeGuard.js +66 -12
- package/dist/collection/utils/component.js +2 -5
- package/dist/collection/utils/designToken.js +49 -5
- package/dist/collection/utils/test/component.test.js +0 -31
- package/dist/collection/utils/test/designToken.test.js +17 -3
- package/dist/collection/utils/test/ui.test.js +20 -1
- package/dist/collection/utils/testUtils.js +13 -4
- package/dist/collection/utils/ui.js +15 -0
- package/dist/esm/{app-globals-eb6caa92.js → app-globals-23df32db.js} +9 -10
- package/dist/esm/{array-195d7d64.js → array-e1522673.js} +1 -12
- package/dist/esm/{breakpoints-3152fa9c.js → breakpoints-900a4c99.js} +2 -29
- package/dist/esm/{childNodesEventPreventSlimmer-7229b70d.js → childNodesEventPreventSlimmer-65a53b20.js} +8 -9
- package/dist/esm/{childNodesNotifyObserverSlimmer-616bfa28.js → childNodesNotifyObserverSlimmer-0d2eac09.js} +4 -5
- package/dist/esm/{component-ff56c5f5.js → component-e4eb3f14.js} +2 -5
- package/dist/esm/componentGlobalStyleSlimmer-10980768.js +86 -0
- package/dist/esm/date-f031fe13.js +87 -0
- package/dist/esm/designToken-9b27a244.js +447 -0
- package/dist/esm/{dynamic-slimmer-16826d2b.js → dynamic-slimmer-c8ad78de.js} +1 -2
- package/dist/esm/{elementAppender-d9abb547.js → elementAppender-4e1e8de0.js} +8 -8
- package/dist/esm/{subStateNotifySlimmer-afeceb8e.js → elementAppenderSlimmer-d4cbab06.js} +32 -98
- package/dist/esm/{eventEmitSlimmer-da1fd54e.js → eventEmitSlimmer-d605ac81.js} +155 -11
- package/dist/esm/{featureFlagController-5d7e64f1.js → featureFlagController-f5c118d6.js} +19 -2
- package/dist/esm/{formFieldControllerSlimmer-4b2250b8.js → formFieldControllerSlimmer-862c5c79.js} +171 -100
- package/dist/esm/{global-slimmer-registry-f1dec4a2.js → global-slimmer-registry-b91c742d.js} +1 -1
- package/dist/esm/{index-3e41c219.js → index-c3505689.js} +94 -460
- package/dist/esm/index.js +15 -17
- package/dist/esm/{inject-vega-global-slimmer-0e6dd982.js → inject-vega-global-slimmer-c3f84156.js} +1 -1
- package/dist/esm/{injectKeyboardManager-0d5713b7.js → injectKeyboardManager-8157140d.js} +5 -3
- package/dist/esm/{internalVegaEventManager-4ab886bc.js → internalVegaEventManager-efa77ebb.js} +106 -7
- package/dist/esm/{keyboardManager-73a24265.js → keyboardManager-0a038e77.js} +3 -15
- package/dist/esm/keyboardManagerSlimmer-69d10dfc.js +38 -0
- package/dist/esm/{legendInputProcessor-c730fa05.js → legendInputProcessor-73659534.js} +1 -1
- package/dist/esm/loader.js +15 -17
- package/dist/esm/{misc-9fdbcfbb.js → misc-c21a85c9.js} +1 -10
- package/dist/esm/{pageResizeObserverSlimmer-ee15d7fd.js → pageResizeObserverSlimmer-b476bb1f.js} +3 -4
- 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/{responsiveFormatFacade-949f8957.js → responsiveFormatFacade-e91e14ac.js} +132 -5
- package/dist/esm/{staticSubjectTitle-ba738b9d.js → staticSubjectTitle-bb1e9570.js} +1 -3
- package/dist/esm/stringMaskStrategy-c463fad7.js +180 -0
- package/dist/esm/{subStateObserverSlimmer-7b44f3ec.js → subStateObserverSlimmer-450d79de.js} +44 -7
- package/dist/esm/{typeGuard-b2943363.js → typeGuard-5e282437.js} +303 -23
- package/dist/esm/ui-535c5fb3.js +32 -0
- package/dist/esm/{ui-608b4032.js → ui-6e5294cb.js} +16 -1
- package/dist/esm/vega-accordion.entry.js +18 -22
- package/dist/esm/vega-app-footer.entry.js +9 -6
- package/dist/esm/vega-app-header-button.entry.js +20 -24
- package/dist/esm/vega-backdrop.entry.js +146 -0
- package/dist/esm/vega-bar-chart.entry.js +6 -6
- package/dist/esm/vega-box.entry.js +157 -12
- package/dist/esm/vega-breadcrumb.entry.js +16 -21
- package/dist/esm/vega-button-circle.entry.js +21 -20
- package/dist/esm/vega-button-link.entry.js +10 -15
- package/dist/esm/vega-button.entry.js +147 -0
- package/dist/esm/vega-card.entry.js +145 -0
- package/dist/esm/vega-carousel.entry.js +480 -0
- package/dist/esm/vega-checkbox_2.entry.js +553 -0
- package/dist/esm/vega-chip.entry.js +16 -20
- package/dist/esm/vega-color-picker.entry.js +17 -32
- package/dist/esm/vega-combo-box.entry.js +24 -39
- package/dist/esm/vega-counter-badge.entry.js +4 -5
- package/dist/esm/vega-date-picker_2.entry.js +1903 -0
- package/dist/esm/vega-dialog_2.entry.js +589 -0
- package/dist/esm/{vega-dropdown.entry.js → vega-dropdown_5.entry.js} +732 -178
- package/dist/esm/vega-field-error.entry.js +6 -8
- package/dist/esm/vega-field-label.entry.js +86 -0
- package/dist/esm/vega-flex.entry.js +74 -0
- package/dist/esm/vega-font.entry.js +54 -162
- package/dist/esm/vega-form.entry.js +44 -42
- package/dist/esm/vega-grid.entry.js +85 -0
- package/dist/esm/vega-icon.entry.js +206 -0
- package/dist/esm/vega-image-uploader.entry.js +20 -35
- package/dist/esm/vega-input-credit-card.entry.js +19 -31
- package/dist/esm/vega-input-select.entry.js +581 -0
- package/dist/esm/vega-input.entry.js +530 -0
- package/dist/esm/vega-item-toggle.entry.js +11 -39
- package/dist/esm/{vega-left-nav.entry.js → vega-left-nav_5.entry.js} +545 -126
- package/dist/esm/vega-line-chart.entry.js +372 -0
- package/dist/esm/{vega-loading-indicator.entry.js → vega-loader-wrapper_2.entry.js} +38 -13
- package/dist/esm/{vega-page-notification.entry.js → vega-page-notification_2.entry.js} +34 -9
- package/dist/esm/vega-pagination.entry.js +14 -19
- package/dist/esm/vega-pie-chart.entry.js +6 -7
- package/dist/esm/{injectElementAppender-408d92be.js → vega-popover_2.entry.js} +182 -3
- package/dist/esm/vega-progress-tracker.entry.js +179 -0
- package/dist/esm/vega-radio_2.entry.js +538 -0
- package/dist/esm/{vega-slimmer-d63e92d9.js → vega-slimmer-ce2e45d1.js} +31 -2
- package/dist/esm/vega-slot-container.entry.js +17 -1
- package/dist/esm/vega-stepper.entry.js +28 -71
- package/dist/esm/vega-tab-group_2.entry.js +1189 -0
- package/dist/esm/vega-table_8.entry.js +3858 -0
- package/dist/esm/vega-text.entry.js +116 -57
- package/dist/esm/vega-textarea.entry.js +16 -29
- package/dist/esm/vega-time-picker_2.entry.js +2046 -0
- package/dist/esm/vega-toggle-switch.entry.js +91 -0
- package/dist/esm/vega-tooltip_2.entry.js +142 -46
- package/dist/esm/vega.js +15 -17
- package/dist/esm/{vegaDialogController-a23aae0f.js → vegaDialogController-69cc3f35.js} +1 -1
- package/dist/esm/{vegaEventManager-bf1be12b.js → vegaEventManager-50e19845.js} +1443 -12
- package/dist/esm/{yAxisInputProcessor-1441a62c.js → yAxisInputProcessor-e30d7e4c.js} +2 -2
- package/dist/types/components/vega-backdrop/vega-backdrop.d.ts +2 -0
- package/dist/types/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.d.ts +53 -0
- package/dist/types/components/vega-box/vega-box.d.ts +68 -2
- package/dist/types/components/vega-breadcrumb/vega-breadcrumb.d.ts +4 -4
- package/dist/types/components/vega-button/vega-button.d.ts +2 -1
- package/dist/types/components/vega-button-circle/types.d.ts +7 -0
- package/dist/types/components/vega-button-circle/vega-button-circle.d.ts +9 -1
- package/dist/types/components/vega-carousel/vega-carousel.d.ts +1 -1
- package/dist/types/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.d.ts +2 -6
- package/dist/types/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.d.ts +2 -25
- package/dist/types/components/vega-checkbox/vega-checkbox.d.ts +0 -12
- package/dist/types/components/vega-color-picker/vega-color-picker.d.ts +1 -12
- package/dist/types/components/vega-combo-box/vega-combo-box.d.ts +4 -15
- package/dist/types/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.d.ts +0 -2
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +2 -0
- package/dist/types/components/vega-date-picker/vega-date-picker.d.ts +1 -24
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.d.ts +8 -4
- package/dist/types/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.d.ts +2 -0
- package/dist/types/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.d.ts +2 -1
- package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +2 -2
- package/dist/types/components/vega-flex/vega-flex.d.ts +14 -0
- package/dist/types/components/vega-font/slimmers/controllers/vega-font-as-controller.d.ts +4 -50
- package/dist/types/components/vega-font/slimmers/renderers/vega-font-renderer.d.ts +6 -0
- package/dist/types/components/vega-font/vega-font.d.ts +2 -0
- package/dist/types/components/vega-form/vega-form.d.ts +1 -1
- package/dist/types/components/vega-image-uploader/vega-image-uploader.d.ts +0 -13
- package/dist/types/components/vega-input/vega-input.d.ts +6 -27
- package/dist/types/components/vega-input-credit-card/vega-input-credit-card.d.ts +2 -12
- package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +3 -0
- package/dist/types/components/vega-input-select/vega-input-select.d.ts +1 -20
- package/dist/types/components/vega-item-toggle/vega-item-toggle.d.ts +1 -14
- package/dist/types/components/vega-loader-wrapper/vega-loader-wrapper.d.ts +2 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +3 -1
- package/dist/types/components/vega-nav/vega-left-nav/vega-left-nav.d.ts +1 -1
- package/dist/types/components/vega-nav/vega-left-nav-group/vega-left-nav-group.d.ts +2 -1
- package/dist/types/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.d.ts +2 -0
- package/dist/types/components/vega-popover/vega-popover-content-box/vega-popover-content-box.d.ts +2 -0
- package/dist/types/components/vega-popover/vega-popover.d.ts +2 -2
- package/dist/types/components/vega-progress-tracker/vega-progress-tracker.d.ts +2 -1
- package/dist/types/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.d.ts +3 -6
- package/dist/types/components/vega-radio/vega-radio-group/vega-radio-group.d.ts +2 -26
- package/dist/types/components/vega-slot-container/vega-slot-container.d.ts +2 -0
- package/dist/types/components/vega-stepper/vega-stepper.d.ts +0 -29
- package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +1 -1
- package/dist/types/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.d.ts +54 -0
- package/dist/types/components/vega-text/types.d.ts +3 -0
- package/dist/types/components/vega-text/vega-text.d.ts +11 -35
- package/dist/types/components/vega-textarea/vega-textarea.d.ts +0 -12
- package/dist/types/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.d.ts +2 -0
- package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +0 -12
- package/dist/types/components/vega-toggle-switch/vega-toggle-switch.d.ts +1 -1
- package/dist/types/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.d.ts +22 -0
- package/dist/types/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.d.ts +8 -0
- package/dist/types/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.d.ts +4 -2
- package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +19 -4
- package/dist/types/components.d.ts +161 -468
- package/dist/types/constants/misc.d.ts +0 -2
- package/dist/types/constants/tokens/borderRadius.d.ts +1 -1
- package/dist/types/constants/tokens/borders.d.ts +4 -0
- package/dist/types/constants/tokens/colors.d.ts +179 -0
- package/dist/types/constants/tokens/shadows.d.ts +3 -0
- package/dist/types/constants/ui.d.ts +1 -0
- package/dist/types/decorators/property-decorators/tests/injectElementAppenderProxy.test.d.ts +1 -1
- package/dist/types/decorators/property-decorators/tests/injectKeyboardManager.test.d.ts +1 -1
- package/dist/types/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.d.ts +2 -2
- package/dist/types/helpers/event-manager/event-delegated/baseStrategy.d.ts +8 -0
- package/dist/types/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.d.ts +5 -5
- package/dist/types/helpers/event-manager/eventID/componentEventIdMap.d.ts +2 -2
- package/dist/types/helpers/event-manager/eventID/vegaEventId.d.ts +39 -33
- package/dist/types/helpers/event-manager/eventID/vegaEventIdInterface.d.ts +1 -4
- package/dist/types/helpers/event-manager/eventID/vegaInternalEventId.d.ts +19 -0
- package/dist/types/helpers/event-manager/internalVegaEventManager.d.ts +3 -3
- package/dist/types/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.d.ts +5 -5
- package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/eventEmitHandler.d.ts +2 -2
- package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.d.ts +4 -4
- package/dist/types/helpers/event-manager/slimmers/eventEmitSlimmer.d.ts +5 -5
- package/dist/types/helpers/event-manager/test/childNodesEventPreventSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/event-manager/vegaEventManager.d.ts +3 -3
- package/dist/types/helpers/feature-control/featureFlag.d.ts +3 -1
- package/dist/types/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.d.ts +27 -0
- package/dist/types/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.d.ts +33 -0
- package/dist/types/helpers/formatter/state-formatter/stateBackgroundColorFormatter.d.ts +32 -0
- package/dist/types/helpers/formatter/state-formatter/stateBorderColorFormatter.d.ts +31 -0
- package/dist/types/helpers/formatter/state-formatter/stateBorderFormatter.d.ts +33 -0
- package/dist/types/helpers/formatter/state-formatter/stateFormatFacade.d.ts +27 -0
- package/dist/types/helpers/formatter/state-formatter/stateFormatter.d.ts +3 -0
- package/dist/types/helpers/formatter/state-formatter/stateShadowFormatter.d.ts +28 -0
- package/dist/types/helpers/formatter/state-formatter/stateVariantFormatter.d.ts +23 -0
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/state-formatter/stateBorderFormatter.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/state-formatter/stateFormatFacade.test.d.ts +1 -0
- package/dist/types/helpers/formatter/test/state-formatter/stateShadowFormatter.test.d.ts +1 -0
- package/dist/types/helpers/keyboard/keyboardManager.d.ts +0 -6
- package/dist/types/helpers/slimmers/elementAppenderSlimmer.d.ts +6 -1
- package/dist/types/helpers/slimmers/fieldErrorUiControllerSlimmer.d.ts +7 -9
- package/dist/types/helpers/slimmers/formFieldControllerSlimmer.d.ts +6 -15
- package/dist/types/helpers/slimmers/formFieldValidInvokeSlimmer.d.ts +22 -0
- package/dist/types/helpers/slimmers/test/elementAppenderSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/slimmers/test/fieldErrorControllerSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/slimmers/test/formFieldControllerSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.d.ts +1 -0
- package/dist/types/helpers/slimmers/test/keyboardManagerSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/slimmers/test/pageResizeObserverSlimmer.test.d.ts +1 -1
- package/dist/types/helpers/theme/theme.d.ts +1 -1
- package/dist/types/helpers/validator/formFieldController.d.ts +14 -5
- package/dist/types/helpers/validator/test/validator/formFieldController.test.d.ts +1 -1
- package/dist/types/polyfill/test-polyfill/unit/events.d.ts +1 -0
- package/dist/types/polyfill/test-polyfill/unit/index.d.ts +2 -0
- package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +1 -0
- package/dist/types/types/components.type.d.ts +16 -8
- package/dist/types/types/designToken.type.d.ts +2 -0
- package/dist/types/types/publicApi.d.ts +4 -0
- package/dist/types/types/typeGuard.d.ts +52 -11
- package/dist/types/types/ui.type.d.ts +21 -2
- package/dist/types/utils/designToken.d.ts +25 -1
- package/dist/types/utils/ui.d.ts +7 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-06c75598.entry.js +1 -0
- package/dist/vega/p-08c655b1.entry.js +1 -0
- package/dist/vega/{p-50c9b4ac.js → p-0c190870.js} +1 -1
- package/dist/vega/p-1080804e.entry.js +1 -0
- package/dist/vega/p-144ca0ab.entry.js +1 -0
- package/dist/vega/p-145af458.js +1 -0
- package/dist/vega/p-1cd083af.entry.js +1 -0
- package/dist/vega/p-1ebda78a.entry.js +1 -0
- package/dist/vega/p-23d2bfb0.js +1 -0
- package/dist/vega/p-25c42935.js +1 -0
- package/dist/vega/p-29e0e3b0.entry.js +1 -0
- package/dist/vega/p-29fc3be2.js +1 -0
- package/dist/vega/p-2e2d0eee.js +1 -0
- package/dist/vega/{p-292ec840.js → p-2e78c9d7.js} +1 -1
- package/dist/vega/p-2e7d94cc.js +1 -0
- package/dist/vega/p-30726013.entry.js +1 -0
- package/dist/vega/p-327e9a3e.entry.js +1 -0
- package/dist/vega/p-32c62db3.entry.js +1 -0
- package/dist/vega/p-3c59f6b1.entry.js +1 -0
- package/dist/vega/p-409e2bec.entry.js +1 -0
- package/dist/vega/p-45b42d1f.entry.js +1 -0
- package/dist/vega/p-469bc36e.js +1 -0
- package/dist/vega/p-471ccf0b.js +1 -0
- package/dist/vega/p-479b4e25.js +1 -0
- package/dist/vega/p-4bab2b3f.js +1 -0
- package/dist/vega/p-54f85f16.entry.js +1 -0
- package/dist/vega/p-5b0e2628.entry.js +1 -0
- package/dist/vega/p-5cc8abf6.entry.js +1 -0
- package/dist/vega/p-5fd43609.js +1 -0
- package/dist/vega/p-63676b71.js +1 -0
- package/dist/vega/p-65b15f63.entry.js +1 -0
- package/dist/vega/{p-081450d7.js → p-669e3b3f.js} +1 -1
- package/dist/vega/p-67f327d3.entry.js +1 -0
- package/dist/vega/p-67fad7cb.js +1 -0
- package/dist/vega/p-69ced4a7.entry.js +1 -0
- package/dist/vega/p-6e6ce771.entry.js +1 -0
- package/dist/vega/p-790b4922.js +1 -0
- package/dist/vega/p-79630f03.entry.js +1 -0
- package/dist/vega/p-7a09f31b.entry.js +1 -0
- package/dist/vega/{p-afc0df78.js → p-7b7a66bf.js} +1 -1
- package/dist/vega/p-80478a51.entry.js +1 -0
- package/dist/vega/p-811c4a60.entry.js +1 -0
- package/dist/vega/p-82a4e991.entry.js +1 -0
- package/dist/vega/p-8430651d.entry.js +1 -0
- package/dist/vega/p-8506001a.entry.js +1 -0
- package/dist/vega/p-85296a9a.entry.js +1 -0
- package/dist/vega/p-854e3f5f.entry.js +1 -0
- package/dist/vega/p-8e2e90a4.entry.js +1 -0
- package/dist/vega/p-9148637c.entry.js +1 -0
- package/dist/vega/p-96f54c30.js +1 -0
- package/dist/vega/p-9777b1c1.js +2 -0
- package/dist/vega/p-9d7e95fe.js +1 -0
- package/dist/vega/p-9dcfd5f2.js +1 -0
- package/dist/vega/p-aa3b4b75.entry.js +1 -0
- package/dist/vega/p-ae16c168.js +1 -0
- package/dist/vega/p-af526815.js +1 -0
- package/dist/vega/p-afc9e3d4.js +1 -0
- package/dist/vega/p-b2467703.js +1 -0
- package/dist/vega/p-b3726704.js +1 -0
- package/dist/vega/{p-b8143a53.js → p-b87c2075.js} +1 -1
- package/dist/vega/p-b8d0c7df.entry.js +1 -0
- package/dist/vega/p-bc26ead3.entry.js +13 -0
- package/dist/vega/p-bd194b02.js +1 -0
- package/dist/vega/p-bf399c33.js +1 -0
- package/dist/vega/p-bf9a2f52.entry.js +1 -0
- package/dist/vega/p-c0d77377.js +1 -0
- package/dist/vega/{p-684aea02.js → p-c44ffa92.js} +1 -1
- package/dist/vega/p-c63e43ac.entry.js +1 -0
- package/dist/vega/p-c66481b5.js +1 -0
- package/dist/vega/p-c88f6441.entry.js +1 -0
- package/dist/vega/p-cfd6c9c2.js +1 -0
- package/dist/vega/p-d01f6b04.entry.js +1 -0
- package/dist/vega/p-d2783f44.entry.js +1 -0
- package/dist/vega/p-d375c84f.entry.js +1 -0
- package/dist/vega/p-db595aac.entry.js +1 -0
- package/dist/vega/p-df5a0abf.entry.js +1 -0
- package/dist/vega/p-e1c0b53e.entry.js +1 -0
- package/dist/vega/p-e496d0e2.js +1 -0
- package/dist/vega/p-eed35a1b.entry.js +1 -0
- package/dist/vega/p-f152b5e3.entry.js +1 -0
- package/dist/vega/p-f2dcf3a0.entry.js +1 -0
- package/dist/vega/p-f4d065d3.entry.js +1 -0
- package/dist/vega/p-f625215d.entry.js +1 -0
- package/dist/vega/p-f87f8358.entry.js +1 -0
- package/dist/vega/p-faed1c2a.js +1 -0
- package/dist/vega/p-fecc9382.entry.js +1 -0
- package/dist/vega/vega.css +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +7 -6
- package/style/vega.css +1 -1
- package/dist/cjs/breakpoints-96bd8c73.js +0 -102
- package/dist/cjs/designToken-ed34a533.js +0 -188
- package/dist/cjs/domNodeSubjectObserverFactory-8663ab4f.js +0 -123
- package/dist/cjs/map-to-component-method-bdf875d3.js +0 -34
- package/dist/cjs/misc-649f158c.js +0 -11
- package/dist/cjs/observer-f49483e8.js +0 -32
- package/dist/cjs/typeGuard-e07496ac.js +0 -26
- package/dist/cjs/utils-5e451be5.js +0 -51
- package/dist/cjs/vega-backdrop_27.cjs.entry.js +0 -12597
- package/dist/cjs/vega-badge.cjs.entry.js +0 -76
- package/dist/cjs/vega-date-picker-calendar.cjs.entry.js +0 -19
- package/dist/cjs/vega-dialog.cjs.entry.js +0 -115
- package/dist/cjs/vega-dropdown-content-box.cjs.entry.js +0 -43
- package/dist/cjs/vega-dropdown-group.cjs.entry.js +0 -82
- package/dist/cjs/vega-dropdown-item.cjs.entry.js +0 -305
- package/dist/cjs/vega-header.cjs.entry.js +0 -55
- package/dist/cjs/vega-left-nav-group.cjs.entry.js +0 -148
- package/dist/cjs/vega-left-nav-link.cjs.entry.js +0 -166
- package/dist/cjs/vega-left-nav-section.cjs.entry.js +0 -74
- package/dist/cjs/vega-left-nav.cjs.entry.js +0 -553
- package/dist/cjs/vega-loader-wrapper.cjs.entry.js +0 -19
- package/dist/cjs/vega-nav-card.cjs.entry.js +0 -107
- package/dist/cjs/vega-nav-list-renderer-9da0ac45.js +0 -50
- package/dist/cjs/vega-nav-observer-slimmer-e983768b.js +0 -59
- package/dist/cjs/vega-page-notification-list.cjs.entry.js +0 -19
- package/dist/cjs/vega-popover-content-box.cjs.entry.js +0 -23
- package/dist/cjs/vega-popover.cjs.entry.js +0 -165
- package/dist/cjs/vega-table-body.cjs.entry.js +0 -48
- package/dist/cjs/vega-table-cell.cjs.entry.js +0 -104
- package/dist/cjs/vega-table-expand-row-controller-eeb7fdc2.js +0 -238
- package/dist/cjs/vega-table-expand-row.cjs.entry.js +0 -363
- package/dist/cjs/vega-table-head-cell.cjs.entry.js +0 -150
- package/dist/cjs/vega-table-head-row.cjs.entry.js +0 -286
- package/dist/cjs/vega-table-head.cjs.entry.js +0 -105
- package/dist/cjs/vega-table-row.cjs.entry.js +0 -553
- package/dist/cjs/vega-time-picker-dropdown.cjs.entry.js +0 -23
- package/dist/cjs/vega-virtual-scroll.cjs.entry.js +0 -182
- package/dist/cjs/vegaEnvManager-d53d26f0.js +0 -1440
- package/dist/cjs/vegaEventId-dfd382d2.js +0 -110
- package/dist/collection/components/vega-badge/vega-badge.css +0 -22
- package/dist/collection/components/vega-badge/vega-badge.js +0 -156
- package/dist/collection/components/vega-footer/vega-footer.js +0 -93
- package/dist/collection/components/vega-header/vega-header.js +0 -55
- package/dist/collection/components/vega-sidenav/icon/chevron-left.svg +0 -3
- package/dist/collection/components/vega-sidenav/icon/chevron-right.svg +0 -3
- package/dist/collection/components/vega-sidenav/icon/toggle-button-bg.svg +0 -3
- package/dist/collection/components/vega-sidenav/js/index.js +0 -22
- package/dist/collection/components/vega-sidenav/vega-sidenav-group.js +0 -121
- package/dist/collection/components/vega-sidenav/vega-sidenav-link.js +0 -172
- package/dist/collection/components/vega-sidenav/vega-sidenav.js +0 -580
- package/dist/collection/constants/test/picture.js +0 -9
- package/dist/collection/polyfill/testPolyfill.js +0 -64
- package/dist/esm/designToken-0b38620e.js +0 -177
- package/dist/esm/domNodeSubjectObserverFactory-8aeac4b6.js +0 -120
- package/dist/esm/map-to-component-method-4e36ea1f.js +0 -32
- package/dist/esm/misc-58f3604c.js +0 -6
- package/dist/esm/observer-3959f9dd.js +0 -30
- package/dist/esm/typeGuard-50eca553.js +0 -23
- package/dist/esm/utils-0630a720.js +0 -47
- package/dist/esm/vega-backdrop_27.entry.js +0 -12567
- package/dist/esm/vega-badge.entry.js +0 -72
- package/dist/esm/vega-date-picker-calendar.entry.js +0 -15
- package/dist/esm/vega-dialog.entry.js +0 -111
- package/dist/esm/vega-dropdown-content-box.entry.js +0 -39
- package/dist/esm/vega-dropdown-group.entry.js +0 -78
- package/dist/esm/vega-dropdown-item.entry.js +0 -301
- package/dist/esm/vega-header.entry.js +0 -51
- package/dist/esm/vega-left-nav-group.entry.js +0 -144
- package/dist/esm/vega-left-nav-link.entry.js +0 -162
- package/dist/esm/vega-left-nav-section.entry.js +0 -70
- package/dist/esm/vega-loader-wrapper.entry.js +0 -15
- package/dist/esm/vega-nav-card.entry.js +0 -103
- package/dist/esm/vega-nav-list-renderer-33134131.js +0 -48
- package/dist/esm/vega-nav-observer-slimmer-401925a0.js +0 -57
- package/dist/esm/vega-page-notification-list.entry.js +0 -15
- package/dist/esm/vega-popover-content-box.entry.js +0 -19
- package/dist/esm/vega-popover.entry.js +0 -161
- package/dist/esm/vega-table-body.entry.js +0 -44
- package/dist/esm/vega-table-cell.entry.js +0 -100
- package/dist/esm/vega-table-expand-row-controller-2ca2503b.js +0 -236
- package/dist/esm/vega-table-expand-row.entry.js +0 -359
- package/dist/esm/vega-table-head-cell.entry.js +0 -146
- package/dist/esm/vega-table-head-row.entry.js +0 -282
- package/dist/esm/vega-table-head.entry.js +0 -101
- package/dist/esm/vega-table-row.entry.js +0 -549
- package/dist/esm/vega-time-picker-dropdown.entry.js +0 -19
- package/dist/esm/vega-virtual-scroll.entry.js +0 -178
- package/dist/esm/vegaEnvManager-6d877f06.js +0 -1436
- package/dist/esm/vegaEventId-78665c18.js +0 -79
- package/dist/types/components/vega-badge/types.d.ts +0 -1
- package/dist/types/components/vega-badge/vega-badge.d.ts +0 -32
- package/dist/types/components/vega-footer/vega-footer.d.ts +0 -16
- package/dist/types/components/vega-header/vega-header.d.ts +0 -17
- package/dist/types/components/vega-sidenav/types.d.ts +0 -24
- package/dist/types/components/vega-sidenav/vega-sidenav-group.d.ts +0 -37
- package/dist/types/components/vega-sidenav/vega-sidenav-link.d.ts +0 -51
- package/dist/types/components/vega-sidenav/vega-sidenav.d.ts +0 -174
- package/dist/types/constants/test/picture.d.ts +0 -3
- package/dist/vega/p-03146aef.entry.js +0 -1
- package/dist/vega/p-0707a008.js +0 -1
- package/dist/vega/p-083d4455.js +0 -1
- package/dist/vega/p-0e553455.js +0 -1
- package/dist/vega/p-0f57513d.js +0 -1
- package/dist/vega/p-11cb6266.entry.js +0 -1
- package/dist/vega/p-1bc8e7ee.entry.js +0 -1
- package/dist/vega/p-1da70662.entry.js +0 -1
- package/dist/vega/p-22e0831f.entry.js +0 -1
- package/dist/vega/p-289382ea.entry.js +0 -1
- package/dist/vega/p-299b6f97.entry.js +0 -1
- package/dist/vega/p-303b67c5.js +0 -1
- package/dist/vega/p-31ca243c.js +0 -1
- package/dist/vega/p-331a62d5.js +0 -1
- package/dist/vega/p-34a385e4.js +0 -1
- package/dist/vega/p-3626fcb5.entry.js +0 -1
- package/dist/vega/p-381a16b8.js +0 -1
- package/dist/vega/p-42e0b877.entry.js +0 -1
- package/dist/vega/p-447a846e.js +0 -1
- package/dist/vega/p-4638e1e4.entry.js +0 -1
- package/dist/vega/p-4780e0a0.js +0 -2
- package/dist/vega/p-48238888.entry.js +0 -1
- package/dist/vega/p-4995baa3.entry.js +0 -1
- package/dist/vega/p-49b5a267.entry.js +0 -1
- package/dist/vega/p-4a651b91.js +0 -1
- package/dist/vega/p-4b25fac2.entry.js +0 -1
- package/dist/vega/p-4bd1c2b1.entry.js +0 -1
- package/dist/vega/p-4c0e46f0.js +0 -1
- package/dist/vega/p-590c9ca4.entry.js +0 -1
- package/dist/vega/p-5e241584.js +0 -1
- package/dist/vega/p-5e3ce19a.entry.js +0 -1
- package/dist/vega/p-645b3ea1.js +0 -1
- package/dist/vega/p-69400591.js +0 -1
- package/dist/vega/p-6f297399.entry.js +0 -1
- package/dist/vega/p-70085fd3.entry.js +0 -1
- package/dist/vega/p-732bd363.entry.js +0 -1
- package/dist/vega/p-738bf8cf.js +0 -1
- package/dist/vega/p-76f2d5b3.js +0 -1
- package/dist/vega/p-7770e04e.js +0 -1
- package/dist/vega/p-7aff0afd.entry.js +0 -1
- package/dist/vega/p-7d441fee.js +0 -1
- package/dist/vega/p-7e1be3db.entry.js +0 -1
- package/dist/vega/p-7eaaa612.entry.js +0 -1
- package/dist/vega/p-82180f6b.entry.js +0 -1
- package/dist/vega/p-83ddd213.entry.js +0 -1
- package/dist/vega/p-87040d8d.entry.js +0 -1
- package/dist/vega/p-8705cca1.entry.js +0 -13
- package/dist/vega/p-8a886438.entry.js +0 -1
- package/dist/vega/p-8b5d3a52.js +0 -1
- package/dist/vega/p-8d12c974.entry.js +0 -1
- package/dist/vega/p-903a8846.js +0 -1
- package/dist/vega/p-9040b011.js +0 -1
- package/dist/vega/p-92d825b2.js +0 -1
- package/dist/vega/p-960cae20.entry.js +0 -1
- package/dist/vega/p-9a28fa22.js +0 -1
- package/dist/vega/p-9abb457b.entry.js +0 -1
- package/dist/vega/p-9b116651.js +0 -1
- package/dist/vega/p-9b6d1375.js +0 -1
- package/dist/vega/p-9c50935d.js +0 -1
- package/dist/vega/p-9c7c5d80.js +0 -1
- package/dist/vega/p-a4534b15.js +0 -1
- package/dist/vega/p-a6717515.entry.js +0 -1
- package/dist/vega/p-a690b48d.entry.js +0 -1
- package/dist/vega/p-a90f4bcd.js +0 -1
- package/dist/vega/p-aa05113f.entry.js +0 -1
- package/dist/vega/p-ab48949b.entry.js +0 -1
- package/dist/vega/p-ab4bbcae.entry.js +0 -1
- package/dist/vega/p-abb37bae.js +0 -1
- package/dist/vega/p-af73fc60.entry.js +0 -1
- package/dist/vega/p-b4da16e0.entry.js +0 -1
- package/dist/vega/p-c01adae1.entry.js +0 -1
- package/dist/vega/p-c30815d1.entry.js +0 -1
- package/dist/vega/p-c5275371.entry.js +0 -1
- package/dist/vega/p-c76ed31b.js +0 -1
- package/dist/vega/p-cb19da5d.js +0 -1
- package/dist/vega/p-cb82d91d.entry.js +0 -1
- package/dist/vega/p-cd2e3096.entry.js +0 -1
- package/dist/vega/p-d8fd417a.js +0 -1
- package/dist/vega/p-de0d19a6.entry.js +0 -1
- package/dist/vega/p-df95a519.entry.js +0 -1
- package/dist/vega/p-e0dcb908.entry.js +0 -1
- package/dist/vega/p-e1fec7ba.js +0 -1
- package/dist/vega/p-e2aea25c.entry.js +0 -1
- package/dist/vega/p-e30b9635.entry.js +0 -1
- package/dist/vega/p-e81db65a.entry.js +0 -1
- package/dist/vega/p-eb8f686b.entry.js +0 -1
- package/dist/vega/p-ee9e2dcb.entry.js +0 -1
- package/dist/vega/p-f3df84bd.entry.js +0 -1
- package/dist/vega/p-f6965e1f.entry.js +0 -1
- package/dist/vega/p-fa7ecd11.js +0 -1
- package/dist/vega/p-fe05c729.entry.js +0 -1
- package/style/vega_min.css +0 -1
- /package/dist/collection/polyfill/{testRetryPolyfill.js → test-polyfill/e2e/retry.js} +0 -0
- /package/dist/types/polyfill/{testRetryPolyfill.d.ts → test-polyfill/e2e/retry.d.ts} +0 -0
- /package/dist/types/polyfill/{testPolyfill.d.ts → test-polyfill/unit/createTouchEvent.d.ts} +0 -0
|
@@ -5046,61 +5046,2151 @@
|
|
|
5046
5046
|
display: block;
|
|
5047
5047
|
}
|
|
5048
5048
|
|
|
5049
|
+
:host(.v-hidden),
|
|
5050
|
+
.v-hidden {
|
|
5051
|
+
display: none;
|
|
5052
|
+
}
|
|
5053
|
+
|
|
5049
5054
|
@media (min-width: 320px) {
|
|
5050
5055
|
:host(.S\:v-block),
|
|
5051
5056
|
.S\:v-block {
|
|
5052
5057
|
display: block;
|
|
5053
5058
|
}
|
|
5059
|
+
:host(.S\:v-hidden),
|
|
5060
|
+
.S\:v-hidden {
|
|
5061
|
+
display: none;
|
|
5062
|
+
}
|
|
5054
5063
|
}
|
|
5055
5064
|
@media (min-width: 768px) {
|
|
5056
5065
|
:host(.M\:v-block),
|
|
5057
5066
|
.M\:v-block {
|
|
5058
5067
|
display: block;
|
|
5059
5068
|
}
|
|
5069
|
+
:host(.M\:v-hidden),
|
|
5070
|
+
.M\:v-hidden {
|
|
5071
|
+
display: none;
|
|
5072
|
+
}
|
|
5060
5073
|
}
|
|
5061
5074
|
@media (min-width: 1024px) {
|
|
5062
5075
|
:host(.L\:v-block),
|
|
5063
5076
|
.L\:v-block {
|
|
5064
5077
|
display: block;
|
|
5065
5078
|
}
|
|
5079
|
+
:host(.L\:v-hidden),
|
|
5080
|
+
.L\:v-hidden {
|
|
5081
|
+
display: none;
|
|
5082
|
+
}
|
|
5066
5083
|
}
|
|
5067
5084
|
@media (min-width: 1440px) {
|
|
5068
5085
|
:host(.XL\:v-block),
|
|
5069
5086
|
.XL\:v-block {
|
|
5070
5087
|
display: block;
|
|
5071
5088
|
}
|
|
5089
|
+
:host(.XL\:v-hidden),
|
|
5090
|
+
.XL\:v-hidden {
|
|
5091
|
+
display: none;
|
|
5092
|
+
}
|
|
5072
5093
|
}
|
|
5073
|
-
/* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */
|
|
5074
|
-
:host(.v-
|
|
5075
|
-
.v-
|
|
5076
|
-
|
|
5094
|
+
/* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */
|
|
5095
|
+
:host(.v-rounded-0),
|
|
5096
|
+
.v-rounded-0 {
|
|
5097
|
+
border-radius: 0px;
|
|
5098
|
+
}
|
|
5099
|
+
|
|
5100
|
+
:host(.v-rounded-t-0),
|
|
5101
|
+
.v-rounded-t-0 {
|
|
5102
|
+
border-top-left-radius: 0px;
|
|
5103
|
+
border-top-right-radius: 0px;
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
:host(.v-rounded-b-0),
|
|
5107
|
+
.v-rounded-b-0 {
|
|
5108
|
+
border-bottom-left-radius: 0px;
|
|
5109
|
+
border-bottom-right-radius: 0px;
|
|
5110
|
+
}
|
|
5111
|
+
|
|
5112
|
+
:host(.v-rounded-l-0),
|
|
5113
|
+
.v-rounded-l-0 {
|
|
5114
|
+
border-top-left-radius: 0px;
|
|
5115
|
+
border-bottom-left-radius: 0px;
|
|
5116
|
+
}
|
|
5117
|
+
|
|
5118
|
+
:host(.v-rounded-r-0),
|
|
5119
|
+
.v-rounded-r-0 {
|
|
5120
|
+
border-top-right-radius: 0px;
|
|
5121
|
+
border-bottom-right-radius: 0px;
|
|
5122
|
+
}
|
|
5123
|
+
|
|
5124
|
+
:host(.v-rounded-tl-0),
|
|
5125
|
+
.v-rounded-tl-0 {
|
|
5126
|
+
border-top-left-radius: 0px;
|
|
5127
|
+
}
|
|
5128
|
+
|
|
5129
|
+
:host(.v-rounded-tr-0),
|
|
5130
|
+
.v-rounded-tr-0 {
|
|
5131
|
+
border-top-right-radius: 0px;
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5134
|
+
:host(.v-rounded-bl-0),
|
|
5135
|
+
.v-rounded-bl-0 {
|
|
5136
|
+
border-bottom-left-radius: 0px;
|
|
5137
|
+
}
|
|
5138
|
+
|
|
5139
|
+
:host(.v-rounded-br-0),
|
|
5140
|
+
.v-rounded-br-0 {
|
|
5141
|
+
border-bottom-right-radius: 0px;
|
|
5142
|
+
}
|
|
5143
|
+
|
|
5144
|
+
:host(.v-rounded-9999),
|
|
5145
|
+
.v-rounded-9999 {
|
|
5146
|
+
border-radius: 9999px;
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
:host(.v-rounded-t-9999),
|
|
5150
|
+
.v-rounded-t-9999 {
|
|
5151
|
+
border-top-left-radius: 9999px;
|
|
5152
|
+
border-top-right-radius: 9999px;
|
|
5153
|
+
}
|
|
5154
|
+
|
|
5155
|
+
:host(.v-rounded-b-9999),
|
|
5156
|
+
.v-rounded-b-9999 {
|
|
5157
|
+
border-bottom-left-radius: 9999px;
|
|
5158
|
+
border-bottom-right-radius: 9999px;
|
|
5159
|
+
}
|
|
5160
|
+
|
|
5161
|
+
:host(.v-rounded-l-9999),
|
|
5162
|
+
.v-rounded-l-9999 {
|
|
5163
|
+
border-top-left-radius: 9999px;
|
|
5164
|
+
border-bottom-left-radius: 9999px;
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
:host(.v-rounded-r-9999),
|
|
5168
|
+
.v-rounded-r-9999 {
|
|
5169
|
+
border-top-right-radius: 9999px;
|
|
5170
|
+
border-bottom-right-radius: 9999px;
|
|
5171
|
+
}
|
|
5172
|
+
|
|
5173
|
+
:host(.v-rounded-tl-9999),
|
|
5174
|
+
.v-rounded-tl-9999 {
|
|
5175
|
+
border-top-left-radius: 9999px;
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5178
|
+
:host(.v-rounded-tr-9999),
|
|
5179
|
+
.v-rounded-tr-9999 {
|
|
5180
|
+
border-top-right-radius: 9999px;
|
|
5181
|
+
}
|
|
5182
|
+
|
|
5183
|
+
:host(.v-rounded-bl-9999),
|
|
5184
|
+
.v-rounded-bl-9999 {
|
|
5185
|
+
border-bottom-left-radius: 9999px;
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5188
|
+
:host(.v-rounded-br-9999),
|
|
5189
|
+
.v-rounded-br-9999 {
|
|
5190
|
+
border-bottom-right-radius: 9999px;
|
|
5191
|
+
}
|
|
5192
|
+
|
|
5193
|
+
:host(.v-rounded-2),
|
|
5194
|
+
.v-rounded-2 {
|
|
5195
|
+
border-radius: 2px;
|
|
5196
|
+
}
|
|
5197
|
+
|
|
5198
|
+
:host(.v-rounded-t-2),
|
|
5199
|
+
.v-rounded-t-2 {
|
|
5200
|
+
border-top-left-radius: 2px;
|
|
5201
|
+
border-top-right-radius: 2px;
|
|
5202
|
+
}
|
|
5203
|
+
|
|
5204
|
+
:host(.v-rounded-b-2),
|
|
5205
|
+
.v-rounded-b-2 {
|
|
5206
|
+
border-bottom-left-radius: 2px;
|
|
5207
|
+
border-bottom-right-radius: 2px;
|
|
5208
|
+
}
|
|
5209
|
+
|
|
5210
|
+
:host(.v-rounded-l-2),
|
|
5211
|
+
.v-rounded-l-2 {
|
|
5212
|
+
border-top-left-radius: 2px;
|
|
5213
|
+
border-bottom-left-radius: 2px;
|
|
5214
|
+
}
|
|
5215
|
+
|
|
5216
|
+
:host(.v-rounded-r-2),
|
|
5217
|
+
.v-rounded-r-2 {
|
|
5218
|
+
border-top-right-radius: 2px;
|
|
5219
|
+
border-bottom-right-radius: 2px;
|
|
5220
|
+
}
|
|
5221
|
+
|
|
5222
|
+
:host(.v-rounded-tl-2),
|
|
5223
|
+
.v-rounded-tl-2 {
|
|
5224
|
+
border-top-left-radius: 2px;
|
|
5225
|
+
}
|
|
5226
|
+
|
|
5227
|
+
:host(.v-rounded-tr-2),
|
|
5228
|
+
.v-rounded-tr-2 {
|
|
5229
|
+
border-top-right-radius: 2px;
|
|
5230
|
+
}
|
|
5231
|
+
|
|
5232
|
+
:host(.v-rounded-bl-2),
|
|
5233
|
+
.v-rounded-bl-2 {
|
|
5234
|
+
border-bottom-left-radius: 2px;
|
|
5235
|
+
}
|
|
5236
|
+
|
|
5237
|
+
:host(.v-rounded-br-2),
|
|
5238
|
+
.v-rounded-br-2 {
|
|
5239
|
+
border-bottom-right-radius: 2px;
|
|
5240
|
+
}
|
|
5241
|
+
|
|
5242
|
+
:host(.v-rounded-4),
|
|
5243
|
+
.v-rounded-4 {
|
|
5244
|
+
border-radius: 4px;
|
|
5245
|
+
}
|
|
5246
|
+
|
|
5247
|
+
:host(.v-rounded-t-4),
|
|
5248
|
+
.v-rounded-t-4 {
|
|
5249
|
+
border-top-left-radius: 4px;
|
|
5250
|
+
border-top-right-radius: 4px;
|
|
5251
|
+
}
|
|
5252
|
+
|
|
5253
|
+
:host(.v-rounded-b-4),
|
|
5254
|
+
.v-rounded-b-4 {
|
|
5255
|
+
border-bottom-left-radius: 4px;
|
|
5256
|
+
border-bottom-right-radius: 4px;
|
|
5257
|
+
}
|
|
5258
|
+
|
|
5259
|
+
:host(.v-rounded-l-4),
|
|
5260
|
+
.v-rounded-l-4 {
|
|
5261
|
+
border-top-left-radius: 4px;
|
|
5262
|
+
border-bottom-left-radius: 4px;
|
|
5263
|
+
}
|
|
5264
|
+
|
|
5265
|
+
:host(.v-rounded-r-4),
|
|
5266
|
+
.v-rounded-r-4 {
|
|
5267
|
+
border-top-right-radius: 4px;
|
|
5268
|
+
border-bottom-right-radius: 4px;
|
|
5269
|
+
}
|
|
5270
|
+
|
|
5271
|
+
:host(.v-rounded-tl-4),
|
|
5272
|
+
.v-rounded-tl-4 {
|
|
5273
|
+
border-top-left-radius: 4px;
|
|
5274
|
+
}
|
|
5275
|
+
|
|
5276
|
+
:host(.v-rounded-tr-4),
|
|
5277
|
+
.v-rounded-tr-4 {
|
|
5278
|
+
border-top-right-radius: 4px;
|
|
5279
|
+
}
|
|
5280
|
+
|
|
5281
|
+
:host(.v-rounded-bl-4),
|
|
5282
|
+
.v-rounded-bl-4 {
|
|
5283
|
+
border-bottom-left-radius: 4px;
|
|
5284
|
+
}
|
|
5285
|
+
|
|
5286
|
+
:host(.v-rounded-br-4),
|
|
5287
|
+
.v-rounded-br-4 {
|
|
5288
|
+
border-bottom-right-radius: 4px;
|
|
5289
|
+
}
|
|
5290
|
+
|
|
5291
|
+
:host(.v-rounded-8),
|
|
5292
|
+
.v-rounded-8 {
|
|
5293
|
+
border-radius: 8px;
|
|
5294
|
+
}
|
|
5295
|
+
|
|
5296
|
+
:host(.v-rounded-t-8),
|
|
5297
|
+
.v-rounded-t-8 {
|
|
5298
|
+
border-top-left-radius: 8px;
|
|
5299
|
+
border-top-right-radius: 8px;
|
|
5300
|
+
}
|
|
5301
|
+
|
|
5302
|
+
:host(.v-rounded-b-8),
|
|
5303
|
+
.v-rounded-b-8 {
|
|
5304
|
+
border-bottom-left-radius: 8px;
|
|
5305
|
+
border-bottom-right-radius: 8px;
|
|
5306
|
+
}
|
|
5307
|
+
|
|
5308
|
+
:host(.v-rounded-l-8),
|
|
5309
|
+
.v-rounded-l-8 {
|
|
5310
|
+
border-top-left-radius: 8px;
|
|
5311
|
+
border-bottom-left-radius: 8px;
|
|
5312
|
+
}
|
|
5313
|
+
|
|
5314
|
+
:host(.v-rounded-r-8),
|
|
5315
|
+
.v-rounded-r-8 {
|
|
5316
|
+
border-top-right-radius: 8px;
|
|
5317
|
+
border-bottom-right-radius: 8px;
|
|
5318
|
+
}
|
|
5319
|
+
|
|
5320
|
+
:host(.v-rounded-tl-8),
|
|
5321
|
+
.v-rounded-tl-8 {
|
|
5322
|
+
border-top-left-radius: 8px;
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5325
|
+
:host(.v-rounded-tr-8),
|
|
5326
|
+
.v-rounded-tr-8 {
|
|
5327
|
+
border-top-right-radius: 8px;
|
|
5328
|
+
}
|
|
5329
|
+
|
|
5330
|
+
:host(.v-rounded-bl-8),
|
|
5331
|
+
.v-rounded-bl-8 {
|
|
5332
|
+
border-bottom-left-radius: 8px;
|
|
5333
|
+
}
|
|
5334
|
+
|
|
5335
|
+
:host(.v-rounded-br-8),
|
|
5336
|
+
.v-rounded-br-8 {
|
|
5337
|
+
border-bottom-right-radius: 8px;
|
|
5338
|
+
}
|
|
5339
|
+
|
|
5340
|
+
:host(.v-rounded-12),
|
|
5341
|
+
.v-rounded-12 {
|
|
5342
|
+
border-radius: 12px;
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5345
|
+
:host(.v-rounded-t-12),
|
|
5346
|
+
.v-rounded-t-12 {
|
|
5347
|
+
border-top-left-radius: 12px;
|
|
5348
|
+
border-top-right-radius: 12px;
|
|
5349
|
+
}
|
|
5350
|
+
|
|
5351
|
+
:host(.v-rounded-b-12),
|
|
5352
|
+
.v-rounded-b-12 {
|
|
5353
|
+
border-bottom-left-radius: 12px;
|
|
5354
|
+
border-bottom-right-radius: 12px;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5357
|
+
:host(.v-rounded-l-12),
|
|
5358
|
+
.v-rounded-l-12 {
|
|
5359
|
+
border-top-left-radius: 12px;
|
|
5360
|
+
border-bottom-left-radius: 12px;
|
|
5361
|
+
}
|
|
5362
|
+
|
|
5363
|
+
:host(.v-rounded-r-12),
|
|
5364
|
+
.v-rounded-r-12 {
|
|
5365
|
+
border-top-right-radius: 12px;
|
|
5366
|
+
border-bottom-right-radius: 12px;
|
|
5367
|
+
}
|
|
5368
|
+
|
|
5369
|
+
:host(.v-rounded-tl-12),
|
|
5370
|
+
.v-rounded-tl-12 {
|
|
5371
|
+
border-top-left-radius: 12px;
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
:host(.v-rounded-tr-12),
|
|
5375
|
+
.v-rounded-tr-12 {
|
|
5376
|
+
border-top-right-radius: 12px;
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5379
|
+
:host(.v-rounded-bl-12),
|
|
5380
|
+
.v-rounded-bl-12 {
|
|
5381
|
+
border-bottom-left-radius: 12px;
|
|
5382
|
+
}
|
|
5383
|
+
|
|
5384
|
+
:host(.v-rounded-br-12),
|
|
5385
|
+
.v-rounded-br-12 {
|
|
5386
|
+
border-bottom-right-radius: 12px;
|
|
5387
|
+
}
|
|
5388
|
+
|
|
5389
|
+
:host(.v-rounded-16),
|
|
5390
|
+
.v-rounded-16 {
|
|
5391
|
+
border-radius: 16px;
|
|
5392
|
+
}
|
|
5393
|
+
|
|
5394
|
+
:host(.v-rounded-t-16),
|
|
5395
|
+
.v-rounded-t-16 {
|
|
5396
|
+
border-top-left-radius: 16px;
|
|
5397
|
+
border-top-right-radius: 16px;
|
|
5398
|
+
}
|
|
5399
|
+
|
|
5400
|
+
:host(.v-rounded-b-16),
|
|
5401
|
+
.v-rounded-b-16 {
|
|
5402
|
+
border-bottom-left-radius: 16px;
|
|
5403
|
+
border-bottom-right-radius: 16px;
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5406
|
+
:host(.v-rounded-l-16),
|
|
5407
|
+
.v-rounded-l-16 {
|
|
5408
|
+
border-top-left-radius: 16px;
|
|
5409
|
+
border-bottom-left-radius: 16px;
|
|
5410
|
+
}
|
|
5411
|
+
|
|
5412
|
+
:host(.v-rounded-r-16),
|
|
5413
|
+
.v-rounded-r-16 {
|
|
5414
|
+
border-top-right-radius: 16px;
|
|
5415
|
+
border-bottom-right-radius: 16px;
|
|
5416
|
+
}
|
|
5417
|
+
|
|
5418
|
+
:host(.v-rounded-tl-16),
|
|
5419
|
+
.v-rounded-tl-16 {
|
|
5420
|
+
border-top-left-radius: 16px;
|
|
5421
|
+
}
|
|
5422
|
+
|
|
5423
|
+
:host(.v-rounded-tr-16),
|
|
5424
|
+
.v-rounded-tr-16 {
|
|
5425
|
+
border-top-right-radius: 16px;
|
|
5426
|
+
}
|
|
5427
|
+
|
|
5428
|
+
:host(.v-rounded-bl-16),
|
|
5429
|
+
.v-rounded-bl-16 {
|
|
5430
|
+
border-bottom-left-radius: 16px;
|
|
5431
|
+
}
|
|
5432
|
+
|
|
5433
|
+
:host(.v-rounded-br-16),
|
|
5434
|
+
.v-rounded-br-16 {
|
|
5435
|
+
border-bottom-right-radius: 16px;
|
|
5436
|
+
}
|
|
5437
|
+
|
|
5438
|
+
:host(.v-rounded-24),
|
|
5439
|
+
.v-rounded-24 {
|
|
5440
|
+
border-radius: 24px;
|
|
5441
|
+
}
|
|
5442
|
+
|
|
5443
|
+
:host(.v-rounded-t-24),
|
|
5444
|
+
.v-rounded-t-24 {
|
|
5445
|
+
border-top-left-radius: 24px;
|
|
5446
|
+
border-top-right-radius: 24px;
|
|
5447
|
+
}
|
|
5448
|
+
|
|
5449
|
+
:host(.v-rounded-b-24),
|
|
5450
|
+
.v-rounded-b-24 {
|
|
5451
|
+
border-bottom-left-radius: 24px;
|
|
5452
|
+
border-bottom-right-radius: 24px;
|
|
5453
|
+
}
|
|
5454
|
+
|
|
5455
|
+
:host(.v-rounded-l-24),
|
|
5456
|
+
.v-rounded-l-24 {
|
|
5457
|
+
border-top-left-radius: 24px;
|
|
5458
|
+
border-bottom-left-radius: 24px;
|
|
5459
|
+
}
|
|
5460
|
+
|
|
5461
|
+
:host(.v-rounded-r-24),
|
|
5462
|
+
.v-rounded-r-24 {
|
|
5463
|
+
border-top-right-radius: 24px;
|
|
5464
|
+
border-bottom-right-radius: 24px;
|
|
5465
|
+
}
|
|
5466
|
+
|
|
5467
|
+
:host(.v-rounded-tl-24),
|
|
5468
|
+
.v-rounded-tl-24 {
|
|
5469
|
+
border-top-left-radius: 24px;
|
|
5470
|
+
}
|
|
5471
|
+
|
|
5472
|
+
:host(.v-rounded-tr-24),
|
|
5473
|
+
.v-rounded-tr-24 {
|
|
5474
|
+
border-top-right-radius: 24px;
|
|
5475
|
+
}
|
|
5476
|
+
|
|
5477
|
+
:host(.v-rounded-bl-24),
|
|
5478
|
+
.v-rounded-bl-24 {
|
|
5479
|
+
border-bottom-left-radius: 24px;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
:host(.v-rounded-br-24),
|
|
5483
|
+
.v-rounded-br-24 {
|
|
5484
|
+
border-bottom-right-radius: 24px;
|
|
5485
|
+
}
|
|
5486
|
+
|
|
5487
|
+
:host(.v-rounded-32),
|
|
5488
|
+
.v-rounded-32 {
|
|
5489
|
+
border-radius: 32px;
|
|
5490
|
+
}
|
|
5491
|
+
|
|
5492
|
+
:host(.v-rounded-t-32),
|
|
5493
|
+
.v-rounded-t-32 {
|
|
5494
|
+
border-top-left-radius: 32px;
|
|
5495
|
+
border-top-right-radius: 32px;
|
|
5496
|
+
}
|
|
5497
|
+
|
|
5498
|
+
:host(.v-rounded-b-32),
|
|
5499
|
+
.v-rounded-b-32 {
|
|
5500
|
+
border-bottom-left-radius: 32px;
|
|
5501
|
+
border-bottom-right-radius: 32px;
|
|
5502
|
+
}
|
|
5503
|
+
|
|
5504
|
+
:host(.v-rounded-l-32),
|
|
5505
|
+
.v-rounded-l-32 {
|
|
5506
|
+
border-top-left-radius: 32px;
|
|
5507
|
+
border-bottom-left-radius: 32px;
|
|
5508
|
+
}
|
|
5509
|
+
|
|
5510
|
+
:host(.v-rounded-r-32),
|
|
5511
|
+
.v-rounded-r-32 {
|
|
5512
|
+
border-top-right-radius: 32px;
|
|
5513
|
+
border-bottom-right-radius: 32px;
|
|
5514
|
+
}
|
|
5515
|
+
|
|
5516
|
+
:host(.v-rounded-tl-32),
|
|
5517
|
+
.v-rounded-tl-32 {
|
|
5518
|
+
border-top-left-radius: 32px;
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5521
|
+
:host(.v-rounded-tr-32),
|
|
5522
|
+
.v-rounded-tr-32 {
|
|
5523
|
+
border-top-right-radius: 32px;
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5526
|
+
:host(.v-rounded-bl-32),
|
|
5527
|
+
.v-rounded-bl-32 {
|
|
5528
|
+
border-bottom-left-radius: 32px;
|
|
5529
|
+
}
|
|
5530
|
+
|
|
5531
|
+
:host(.v-rounded-br-32),
|
|
5532
|
+
.v-rounded-br-32 {
|
|
5533
|
+
border-bottom-right-radius: 32px;
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
:host(.v-rounded-48),
|
|
5537
|
+
.v-rounded-48 {
|
|
5538
|
+
border-radius: 48px;
|
|
5539
|
+
}
|
|
5540
|
+
|
|
5541
|
+
:host(.v-rounded-t-48),
|
|
5542
|
+
.v-rounded-t-48 {
|
|
5543
|
+
border-top-left-radius: 48px;
|
|
5544
|
+
border-top-right-radius: 48px;
|
|
5545
|
+
}
|
|
5546
|
+
|
|
5547
|
+
:host(.v-rounded-b-48),
|
|
5548
|
+
.v-rounded-b-48 {
|
|
5549
|
+
border-bottom-left-radius: 48px;
|
|
5550
|
+
border-bottom-right-radius: 48px;
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5553
|
+
:host(.v-rounded-l-48),
|
|
5554
|
+
.v-rounded-l-48 {
|
|
5555
|
+
border-top-left-radius: 48px;
|
|
5556
|
+
border-bottom-left-radius: 48px;
|
|
5557
|
+
}
|
|
5558
|
+
|
|
5559
|
+
:host(.v-rounded-r-48),
|
|
5560
|
+
.v-rounded-r-48 {
|
|
5561
|
+
border-top-right-radius: 48px;
|
|
5562
|
+
border-bottom-right-radius: 48px;
|
|
5563
|
+
}
|
|
5564
|
+
|
|
5565
|
+
:host(.v-rounded-tl-48),
|
|
5566
|
+
.v-rounded-tl-48 {
|
|
5567
|
+
border-top-left-radius: 48px;
|
|
5568
|
+
}
|
|
5569
|
+
|
|
5570
|
+
:host(.v-rounded-tr-48),
|
|
5571
|
+
.v-rounded-tr-48 {
|
|
5572
|
+
border-top-right-radius: 48px;
|
|
5573
|
+
}
|
|
5574
|
+
|
|
5575
|
+
:host(.v-rounded-bl-48),
|
|
5576
|
+
.v-rounded-bl-48 {
|
|
5577
|
+
border-bottom-left-radius: 48px;
|
|
5578
|
+
}
|
|
5579
|
+
|
|
5580
|
+
:host(.v-rounded-br-48),
|
|
5581
|
+
.v-rounded-br-48 {
|
|
5582
|
+
border-bottom-right-radius: 48px;
|
|
5077
5583
|
}
|
|
5078
5584
|
|
|
5079
5585
|
@media (min-width: 320px) {
|
|
5080
|
-
:host(.S\:v-
|
|
5081
|
-
.S\:v-
|
|
5082
|
-
|
|
5586
|
+
:host(.S\:v-rounded-0),
|
|
5587
|
+
.S\:v-rounded-0 {
|
|
5588
|
+
border-radius: 0px;
|
|
5589
|
+
}
|
|
5590
|
+
:host(.S\:v-rounded-t-0),
|
|
5591
|
+
.S\:v-rounded-t-0 {
|
|
5592
|
+
border-top-left-radius: 0px;
|
|
5593
|
+
border-top-right-radius: 0px;
|
|
5594
|
+
}
|
|
5595
|
+
:host(.S\:v-rounded-b-0),
|
|
5596
|
+
.S\:v-rounded-b-0 {
|
|
5597
|
+
border-bottom-left-radius: 0px;
|
|
5598
|
+
border-bottom-right-radius: 0px;
|
|
5599
|
+
}
|
|
5600
|
+
:host(.S\:v-rounded-l-0),
|
|
5601
|
+
.S\:v-rounded-l-0 {
|
|
5602
|
+
border-top-left-radius: 0px;
|
|
5603
|
+
border-bottom-left-radius: 0px;
|
|
5604
|
+
}
|
|
5605
|
+
:host(.S\:v-rounded-r-0),
|
|
5606
|
+
.S\:v-rounded-r-0 {
|
|
5607
|
+
border-top-right-radius: 0px;
|
|
5608
|
+
border-bottom-right-radius: 0px;
|
|
5609
|
+
}
|
|
5610
|
+
:host(.S\:v-rounded-tl-0),
|
|
5611
|
+
.S\:v-rounded-tl-0 {
|
|
5612
|
+
border-top-left-radius: 0px;
|
|
5613
|
+
}
|
|
5614
|
+
:host(.S\:v-rounded-tr-0),
|
|
5615
|
+
.S\:v-rounded-tr-0 {
|
|
5616
|
+
border-top-right-radius: 0px;
|
|
5617
|
+
}
|
|
5618
|
+
:host(.S\:v-rounded-bl-0),
|
|
5619
|
+
.S\:v-rounded-bl-0 {
|
|
5620
|
+
border-bottom-left-radius: 0px;
|
|
5621
|
+
}
|
|
5622
|
+
:host(.S\:v-rounded-br-0),
|
|
5623
|
+
.S\:v-rounded-br-0 {
|
|
5624
|
+
border-bottom-right-radius: 0px;
|
|
5625
|
+
}
|
|
5626
|
+
:host(.S\:v-rounded-9999),
|
|
5627
|
+
.S\:v-rounded-9999 {
|
|
5628
|
+
border-radius: 9999px;
|
|
5629
|
+
}
|
|
5630
|
+
:host(.S\:v-rounded-t-9999),
|
|
5631
|
+
.S\:v-rounded-t-9999 {
|
|
5632
|
+
border-top-left-radius: 9999px;
|
|
5633
|
+
border-top-right-radius: 9999px;
|
|
5634
|
+
}
|
|
5635
|
+
:host(.S\:v-rounded-b-9999),
|
|
5636
|
+
.S\:v-rounded-b-9999 {
|
|
5637
|
+
border-bottom-left-radius: 9999px;
|
|
5638
|
+
border-bottom-right-radius: 9999px;
|
|
5639
|
+
}
|
|
5640
|
+
:host(.S\:v-rounded-l-9999),
|
|
5641
|
+
.S\:v-rounded-l-9999 {
|
|
5642
|
+
border-top-left-radius: 9999px;
|
|
5643
|
+
border-bottom-left-radius: 9999px;
|
|
5644
|
+
}
|
|
5645
|
+
:host(.S\:v-rounded-r-9999),
|
|
5646
|
+
.S\:v-rounded-r-9999 {
|
|
5647
|
+
border-top-right-radius: 9999px;
|
|
5648
|
+
border-bottom-right-radius: 9999px;
|
|
5649
|
+
}
|
|
5650
|
+
:host(.S\:v-rounded-tl-9999),
|
|
5651
|
+
.S\:v-rounded-tl-9999 {
|
|
5652
|
+
border-top-left-radius: 9999px;
|
|
5653
|
+
}
|
|
5654
|
+
:host(.S\:v-rounded-tr-9999),
|
|
5655
|
+
.S\:v-rounded-tr-9999 {
|
|
5656
|
+
border-top-right-radius: 9999px;
|
|
5657
|
+
}
|
|
5658
|
+
:host(.S\:v-rounded-bl-9999),
|
|
5659
|
+
.S\:v-rounded-bl-9999 {
|
|
5660
|
+
border-bottom-left-radius: 9999px;
|
|
5661
|
+
}
|
|
5662
|
+
:host(.S\:v-rounded-br-9999),
|
|
5663
|
+
.S\:v-rounded-br-9999 {
|
|
5664
|
+
border-bottom-right-radius: 9999px;
|
|
5665
|
+
}
|
|
5666
|
+
:host(.S\:v-rounded-2),
|
|
5667
|
+
.S\:v-rounded-2 {
|
|
5668
|
+
border-radius: 2px;
|
|
5669
|
+
}
|
|
5670
|
+
:host(.S\:v-rounded-t-2),
|
|
5671
|
+
.S\:v-rounded-t-2 {
|
|
5672
|
+
border-top-left-radius: 2px;
|
|
5673
|
+
border-top-right-radius: 2px;
|
|
5674
|
+
}
|
|
5675
|
+
:host(.S\:v-rounded-b-2),
|
|
5676
|
+
.S\:v-rounded-b-2 {
|
|
5677
|
+
border-bottom-left-radius: 2px;
|
|
5678
|
+
border-bottom-right-radius: 2px;
|
|
5679
|
+
}
|
|
5680
|
+
:host(.S\:v-rounded-l-2),
|
|
5681
|
+
.S\:v-rounded-l-2 {
|
|
5682
|
+
border-top-left-radius: 2px;
|
|
5683
|
+
border-bottom-left-radius: 2px;
|
|
5684
|
+
}
|
|
5685
|
+
:host(.S\:v-rounded-r-2),
|
|
5686
|
+
.S\:v-rounded-r-2 {
|
|
5687
|
+
border-top-right-radius: 2px;
|
|
5688
|
+
border-bottom-right-radius: 2px;
|
|
5689
|
+
}
|
|
5690
|
+
:host(.S\:v-rounded-tl-2),
|
|
5691
|
+
.S\:v-rounded-tl-2 {
|
|
5692
|
+
border-top-left-radius: 2px;
|
|
5693
|
+
}
|
|
5694
|
+
:host(.S\:v-rounded-tr-2),
|
|
5695
|
+
.S\:v-rounded-tr-2 {
|
|
5696
|
+
border-top-right-radius: 2px;
|
|
5697
|
+
}
|
|
5698
|
+
:host(.S\:v-rounded-bl-2),
|
|
5699
|
+
.S\:v-rounded-bl-2 {
|
|
5700
|
+
border-bottom-left-radius: 2px;
|
|
5701
|
+
}
|
|
5702
|
+
:host(.S\:v-rounded-br-2),
|
|
5703
|
+
.S\:v-rounded-br-2 {
|
|
5704
|
+
border-bottom-right-radius: 2px;
|
|
5705
|
+
}
|
|
5706
|
+
:host(.S\:v-rounded-4),
|
|
5707
|
+
.S\:v-rounded-4 {
|
|
5708
|
+
border-radius: 4px;
|
|
5709
|
+
}
|
|
5710
|
+
:host(.S\:v-rounded-t-4),
|
|
5711
|
+
.S\:v-rounded-t-4 {
|
|
5712
|
+
border-top-left-radius: 4px;
|
|
5713
|
+
border-top-right-radius: 4px;
|
|
5714
|
+
}
|
|
5715
|
+
:host(.S\:v-rounded-b-4),
|
|
5716
|
+
.S\:v-rounded-b-4 {
|
|
5717
|
+
border-bottom-left-radius: 4px;
|
|
5718
|
+
border-bottom-right-radius: 4px;
|
|
5719
|
+
}
|
|
5720
|
+
:host(.S\:v-rounded-l-4),
|
|
5721
|
+
.S\:v-rounded-l-4 {
|
|
5722
|
+
border-top-left-radius: 4px;
|
|
5723
|
+
border-bottom-left-radius: 4px;
|
|
5724
|
+
}
|
|
5725
|
+
:host(.S\:v-rounded-r-4),
|
|
5726
|
+
.S\:v-rounded-r-4 {
|
|
5727
|
+
border-top-right-radius: 4px;
|
|
5728
|
+
border-bottom-right-radius: 4px;
|
|
5729
|
+
}
|
|
5730
|
+
:host(.S\:v-rounded-tl-4),
|
|
5731
|
+
.S\:v-rounded-tl-4 {
|
|
5732
|
+
border-top-left-radius: 4px;
|
|
5733
|
+
}
|
|
5734
|
+
:host(.S\:v-rounded-tr-4),
|
|
5735
|
+
.S\:v-rounded-tr-4 {
|
|
5736
|
+
border-top-right-radius: 4px;
|
|
5737
|
+
}
|
|
5738
|
+
:host(.S\:v-rounded-bl-4),
|
|
5739
|
+
.S\:v-rounded-bl-4 {
|
|
5740
|
+
border-bottom-left-radius: 4px;
|
|
5741
|
+
}
|
|
5742
|
+
:host(.S\:v-rounded-br-4),
|
|
5743
|
+
.S\:v-rounded-br-4 {
|
|
5744
|
+
border-bottom-right-radius: 4px;
|
|
5745
|
+
}
|
|
5746
|
+
:host(.S\:v-rounded-8),
|
|
5747
|
+
.S\:v-rounded-8 {
|
|
5748
|
+
border-radius: 8px;
|
|
5749
|
+
}
|
|
5750
|
+
:host(.S\:v-rounded-t-8),
|
|
5751
|
+
.S\:v-rounded-t-8 {
|
|
5752
|
+
border-top-left-radius: 8px;
|
|
5753
|
+
border-top-right-radius: 8px;
|
|
5754
|
+
}
|
|
5755
|
+
:host(.S\:v-rounded-b-8),
|
|
5756
|
+
.S\:v-rounded-b-8 {
|
|
5757
|
+
border-bottom-left-radius: 8px;
|
|
5758
|
+
border-bottom-right-radius: 8px;
|
|
5759
|
+
}
|
|
5760
|
+
:host(.S\:v-rounded-l-8),
|
|
5761
|
+
.S\:v-rounded-l-8 {
|
|
5762
|
+
border-top-left-radius: 8px;
|
|
5763
|
+
border-bottom-left-radius: 8px;
|
|
5764
|
+
}
|
|
5765
|
+
:host(.S\:v-rounded-r-8),
|
|
5766
|
+
.S\:v-rounded-r-8 {
|
|
5767
|
+
border-top-right-radius: 8px;
|
|
5768
|
+
border-bottom-right-radius: 8px;
|
|
5769
|
+
}
|
|
5770
|
+
:host(.S\:v-rounded-tl-8),
|
|
5771
|
+
.S\:v-rounded-tl-8 {
|
|
5772
|
+
border-top-left-radius: 8px;
|
|
5773
|
+
}
|
|
5774
|
+
:host(.S\:v-rounded-tr-8),
|
|
5775
|
+
.S\:v-rounded-tr-8 {
|
|
5776
|
+
border-top-right-radius: 8px;
|
|
5777
|
+
}
|
|
5778
|
+
:host(.S\:v-rounded-bl-8),
|
|
5779
|
+
.S\:v-rounded-bl-8 {
|
|
5780
|
+
border-bottom-left-radius: 8px;
|
|
5781
|
+
}
|
|
5782
|
+
:host(.S\:v-rounded-br-8),
|
|
5783
|
+
.S\:v-rounded-br-8 {
|
|
5784
|
+
border-bottom-right-radius: 8px;
|
|
5785
|
+
}
|
|
5786
|
+
:host(.S\:v-rounded-12),
|
|
5787
|
+
.S\:v-rounded-12 {
|
|
5788
|
+
border-radius: 12px;
|
|
5789
|
+
}
|
|
5790
|
+
:host(.S\:v-rounded-t-12),
|
|
5791
|
+
.S\:v-rounded-t-12 {
|
|
5792
|
+
border-top-left-radius: 12px;
|
|
5793
|
+
border-top-right-radius: 12px;
|
|
5794
|
+
}
|
|
5795
|
+
:host(.S\:v-rounded-b-12),
|
|
5796
|
+
.S\:v-rounded-b-12 {
|
|
5797
|
+
border-bottom-left-radius: 12px;
|
|
5798
|
+
border-bottom-right-radius: 12px;
|
|
5799
|
+
}
|
|
5800
|
+
:host(.S\:v-rounded-l-12),
|
|
5801
|
+
.S\:v-rounded-l-12 {
|
|
5802
|
+
border-top-left-radius: 12px;
|
|
5803
|
+
border-bottom-left-radius: 12px;
|
|
5804
|
+
}
|
|
5805
|
+
:host(.S\:v-rounded-r-12),
|
|
5806
|
+
.S\:v-rounded-r-12 {
|
|
5807
|
+
border-top-right-radius: 12px;
|
|
5808
|
+
border-bottom-right-radius: 12px;
|
|
5809
|
+
}
|
|
5810
|
+
:host(.S\:v-rounded-tl-12),
|
|
5811
|
+
.S\:v-rounded-tl-12 {
|
|
5812
|
+
border-top-left-radius: 12px;
|
|
5813
|
+
}
|
|
5814
|
+
:host(.S\:v-rounded-tr-12),
|
|
5815
|
+
.S\:v-rounded-tr-12 {
|
|
5816
|
+
border-top-right-radius: 12px;
|
|
5817
|
+
}
|
|
5818
|
+
:host(.S\:v-rounded-bl-12),
|
|
5819
|
+
.S\:v-rounded-bl-12 {
|
|
5820
|
+
border-bottom-left-radius: 12px;
|
|
5821
|
+
}
|
|
5822
|
+
:host(.S\:v-rounded-br-12),
|
|
5823
|
+
.S\:v-rounded-br-12 {
|
|
5824
|
+
border-bottom-right-radius: 12px;
|
|
5825
|
+
}
|
|
5826
|
+
:host(.S\:v-rounded-16),
|
|
5827
|
+
.S\:v-rounded-16 {
|
|
5828
|
+
border-radius: 16px;
|
|
5829
|
+
}
|
|
5830
|
+
:host(.S\:v-rounded-t-16),
|
|
5831
|
+
.S\:v-rounded-t-16 {
|
|
5832
|
+
border-top-left-radius: 16px;
|
|
5833
|
+
border-top-right-radius: 16px;
|
|
5834
|
+
}
|
|
5835
|
+
:host(.S\:v-rounded-b-16),
|
|
5836
|
+
.S\:v-rounded-b-16 {
|
|
5837
|
+
border-bottom-left-radius: 16px;
|
|
5838
|
+
border-bottom-right-radius: 16px;
|
|
5839
|
+
}
|
|
5840
|
+
:host(.S\:v-rounded-l-16),
|
|
5841
|
+
.S\:v-rounded-l-16 {
|
|
5842
|
+
border-top-left-radius: 16px;
|
|
5843
|
+
border-bottom-left-radius: 16px;
|
|
5844
|
+
}
|
|
5845
|
+
:host(.S\:v-rounded-r-16),
|
|
5846
|
+
.S\:v-rounded-r-16 {
|
|
5847
|
+
border-top-right-radius: 16px;
|
|
5848
|
+
border-bottom-right-radius: 16px;
|
|
5849
|
+
}
|
|
5850
|
+
:host(.S\:v-rounded-tl-16),
|
|
5851
|
+
.S\:v-rounded-tl-16 {
|
|
5852
|
+
border-top-left-radius: 16px;
|
|
5853
|
+
}
|
|
5854
|
+
:host(.S\:v-rounded-tr-16),
|
|
5855
|
+
.S\:v-rounded-tr-16 {
|
|
5856
|
+
border-top-right-radius: 16px;
|
|
5857
|
+
}
|
|
5858
|
+
:host(.S\:v-rounded-bl-16),
|
|
5859
|
+
.S\:v-rounded-bl-16 {
|
|
5860
|
+
border-bottom-left-radius: 16px;
|
|
5861
|
+
}
|
|
5862
|
+
:host(.S\:v-rounded-br-16),
|
|
5863
|
+
.S\:v-rounded-br-16 {
|
|
5864
|
+
border-bottom-right-radius: 16px;
|
|
5865
|
+
}
|
|
5866
|
+
:host(.S\:v-rounded-24),
|
|
5867
|
+
.S\:v-rounded-24 {
|
|
5868
|
+
border-radius: 24px;
|
|
5869
|
+
}
|
|
5870
|
+
:host(.S\:v-rounded-t-24),
|
|
5871
|
+
.S\:v-rounded-t-24 {
|
|
5872
|
+
border-top-left-radius: 24px;
|
|
5873
|
+
border-top-right-radius: 24px;
|
|
5874
|
+
}
|
|
5875
|
+
:host(.S\:v-rounded-b-24),
|
|
5876
|
+
.S\:v-rounded-b-24 {
|
|
5877
|
+
border-bottom-left-radius: 24px;
|
|
5878
|
+
border-bottom-right-radius: 24px;
|
|
5879
|
+
}
|
|
5880
|
+
:host(.S\:v-rounded-l-24),
|
|
5881
|
+
.S\:v-rounded-l-24 {
|
|
5882
|
+
border-top-left-radius: 24px;
|
|
5883
|
+
border-bottom-left-radius: 24px;
|
|
5884
|
+
}
|
|
5885
|
+
:host(.S\:v-rounded-r-24),
|
|
5886
|
+
.S\:v-rounded-r-24 {
|
|
5887
|
+
border-top-right-radius: 24px;
|
|
5888
|
+
border-bottom-right-radius: 24px;
|
|
5889
|
+
}
|
|
5890
|
+
:host(.S\:v-rounded-tl-24),
|
|
5891
|
+
.S\:v-rounded-tl-24 {
|
|
5892
|
+
border-top-left-radius: 24px;
|
|
5893
|
+
}
|
|
5894
|
+
:host(.S\:v-rounded-tr-24),
|
|
5895
|
+
.S\:v-rounded-tr-24 {
|
|
5896
|
+
border-top-right-radius: 24px;
|
|
5897
|
+
}
|
|
5898
|
+
:host(.S\:v-rounded-bl-24),
|
|
5899
|
+
.S\:v-rounded-bl-24 {
|
|
5900
|
+
border-bottom-left-radius: 24px;
|
|
5901
|
+
}
|
|
5902
|
+
:host(.S\:v-rounded-br-24),
|
|
5903
|
+
.S\:v-rounded-br-24 {
|
|
5904
|
+
border-bottom-right-radius: 24px;
|
|
5905
|
+
}
|
|
5906
|
+
:host(.S\:v-rounded-32),
|
|
5907
|
+
.S\:v-rounded-32 {
|
|
5908
|
+
border-radius: 32px;
|
|
5909
|
+
}
|
|
5910
|
+
:host(.S\:v-rounded-t-32),
|
|
5911
|
+
.S\:v-rounded-t-32 {
|
|
5912
|
+
border-top-left-radius: 32px;
|
|
5913
|
+
border-top-right-radius: 32px;
|
|
5914
|
+
}
|
|
5915
|
+
:host(.S\:v-rounded-b-32),
|
|
5916
|
+
.S\:v-rounded-b-32 {
|
|
5917
|
+
border-bottom-left-radius: 32px;
|
|
5918
|
+
border-bottom-right-radius: 32px;
|
|
5919
|
+
}
|
|
5920
|
+
:host(.S\:v-rounded-l-32),
|
|
5921
|
+
.S\:v-rounded-l-32 {
|
|
5922
|
+
border-top-left-radius: 32px;
|
|
5923
|
+
border-bottom-left-radius: 32px;
|
|
5924
|
+
}
|
|
5925
|
+
:host(.S\:v-rounded-r-32),
|
|
5926
|
+
.S\:v-rounded-r-32 {
|
|
5927
|
+
border-top-right-radius: 32px;
|
|
5928
|
+
border-bottom-right-radius: 32px;
|
|
5929
|
+
}
|
|
5930
|
+
:host(.S\:v-rounded-tl-32),
|
|
5931
|
+
.S\:v-rounded-tl-32 {
|
|
5932
|
+
border-top-left-radius: 32px;
|
|
5933
|
+
}
|
|
5934
|
+
:host(.S\:v-rounded-tr-32),
|
|
5935
|
+
.S\:v-rounded-tr-32 {
|
|
5936
|
+
border-top-right-radius: 32px;
|
|
5937
|
+
}
|
|
5938
|
+
:host(.S\:v-rounded-bl-32),
|
|
5939
|
+
.S\:v-rounded-bl-32 {
|
|
5940
|
+
border-bottom-left-radius: 32px;
|
|
5941
|
+
}
|
|
5942
|
+
:host(.S\:v-rounded-br-32),
|
|
5943
|
+
.S\:v-rounded-br-32 {
|
|
5944
|
+
border-bottom-right-radius: 32px;
|
|
5945
|
+
}
|
|
5946
|
+
:host(.S\:v-rounded-48),
|
|
5947
|
+
.S\:v-rounded-48 {
|
|
5948
|
+
border-radius: 48px;
|
|
5949
|
+
}
|
|
5950
|
+
:host(.S\:v-rounded-t-48),
|
|
5951
|
+
.S\:v-rounded-t-48 {
|
|
5952
|
+
border-top-left-radius: 48px;
|
|
5953
|
+
border-top-right-radius: 48px;
|
|
5954
|
+
}
|
|
5955
|
+
:host(.S\:v-rounded-b-48),
|
|
5956
|
+
.S\:v-rounded-b-48 {
|
|
5957
|
+
border-bottom-left-radius: 48px;
|
|
5958
|
+
border-bottom-right-radius: 48px;
|
|
5959
|
+
}
|
|
5960
|
+
:host(.S\:v-rounded-l-48),
|
|
5961
|
+
.S\:v-rounded-l-48 {
|
|
5962
|
+
border-top-left-radius: 48px;
|
|
5963
|
+
border-bottom-left-radius: 48px;
|
|
5964
|
+
}
|
|
5965
|
+
:host(.S\:v-rounded-r-48),
|
|
5966
|
+
.S\:v-rounded-r-48 {
|
|
5967
|
+
border-top-right-radius: 48px;
|
|
5968
|
+
border-bottom-right-radius: 48px;
|
|
5969
|
+
}
|
|
5970
|
+
:host(.S\:v-rounded-tl-48),
|
|
5971
|
+
.S\:v-rounded-tl-48 {
|
|
5972
|
+
border-top-left-radius: 48px;
|
|
5973
|
+
}
|
|
5974
|
+
:host(.S\:v-rounded-tr-48),
|
|
5975
|
+
.S\:v-rounded-tr-48 {
|
|
5976
|
+
border-top-right-radius: 48px;
|
|
5977
|
+
}
|
|
5978
|
+
:host(.S\:v-rounded-bl-48),
|
|
5979
|
+
.S\:v-rounded-bl-48 {
|
|
5980
|
+
border-bottom-left-radius: 48px;
|
|
5981
|
+
}
|
|
5982
|
+
:host(.S\:v-rounded-br-48),
|
|
5983
|
+
.S\:v-rounded-br-48 {
|
|
5984
|
+
border-bottom-right-radius: 48px;
|
|
5083
5985
|
}
|
|
5084
5986
|
}
|
|
5085
5987
|
@media (min-width: 768px) {
|
|
5086
|
-
:host(.M\:v-
|
|
5087
|
-
.M\:v-
|
|
5088
|
-
|
|
5988
|
+
:host(.M\:v-rounded-0),
|
|
5989
|
+
.M\:v-rounded-0 {
|
|
5990
|
+
border-radius: 0px;
|
|
5991
|
+
}
|
|
5992
|
+
:host(.M\:v-rounded-t-0),
|
|
5993
|
+
.M\:v-rounded-t-0 {
|
|
5994
|
+
border-top-left-radius: 0px;
|
|
5995
|
+
border-top-right-radius: 0px;
|
|
5996
|
+
}
|
|
5997
|
+
:host(.M\:v-rounded-b-0),
|
|
5998
|
+
.M\:v-rounded-b-0 {
|
|
5999
|
+
border-bottom-left-radius: 0px;
|
|
6000
|
+
border-bottom-right-radius: 0px;
|
|
6001
|
+
}
|
|
6002
|
+
:host(.M\:v-rounded-l-0),
|
|
6003
|
+
.M\:v-rounded-l-0 {
|
|
6004
|
+
border-top-left-radius: 0px;
|
|
6005
|
+
border-bottom-left-radius: 0px;
|
|
6006
|
+
}
|
|
6007
|
+
:host(.M\:v-rounded-r-0),
|
|
6008
|
+
.M\:v-rounded-r-0 {
|
|
6009
|
+
border-top-right-radius: 0px;
|
|
6010
|
+
border-bottom-right-radius: 0px;
|
|
6011
|
+
}
|
|
6012
|
+
:host(.M\:v-rounded-tl-0),
|
|
6013
|
+
.M\:v-rounded-tl-0 {
|
|
6014
|
+
border-top-left-radius: 0px;
|
|
6015
|
+
}
|
|
6016
|
+
:host(.M\:v-rounded-tr-0),
|
|
6017
|
+
.M\:v-rounded-tr-0 {
|
|
6018
|
+
border-top-right-radius: 0px;
|
|
6019
|
+
}
|
|
6020
|
+
:host(.M\:v-rounded-bl-0),
|
|
6021
|
+
.M\:v-rounded-bl-0 {
|
|
6022
|
+
border-bottom-left-radius: 0px;
|
|
6023
|
+
}
|
|
6024
|
+
:host(.M\:v-rounded-br-0),
|
|
6025
|
+
.M\:v-rounded-br-0 {
|
|
6026
|
+
border-bottom-right-radius: 0px;
|
|
6027
|
+
}
|
|
6028
|
+
:host(.M\:v-rounded-9999),
|
|
6029
|
+
.M\:v-rounded-9999 {
|
|
6030
|
+
border-radius: 9999px;
|
|
6031
|
+
}
|
|
6032
|
+
:host(.M\:v-rounded-t-9999),
|
|
6033
|
+
.M\:v-rounded-t-9999 {
|
|
6034
|
+
border-top-left-radius: 9999px;
|
|
6035
|
+
border-top-right-radius: 9999px;
|
|
6036
|
+
}
|
|
6037
|
+
:host(.M\:v-rounded-b-9999),
|
|
6038
|
+
.M\:v-rounded-b-9999 {
|
|
6039
|
+
border-bottom-left-radius: 9999px;
|
|
6040
|
+
border-bottom-right-radius: 9999px;
|
|
6041
|
+
}
|
|
6042
|
+
:host(.M\:v-rounded-l-9999),
|
|
6043
|
+
.M\:v-rounded-l-9999 {
|
|
6044
|
+
border-top-left-radius: 9999px;
|
|
6045
|
+
border-bottom-left-radius: 9999px;
|
|
6046
|
+
}
|
|
6047
|
+
:host(.M\:v-rounded-r-9999),
|
|
6048
|
+
.M\:v-rounded-r-9999 {
|
|
6049
|
+
border-top-right-radius: 9999px;
|
|
6050
|
+
border-bottom-right-radius: 9999px;
|
|
6051
|
+
}
|
|
6052
|
+
:host(.M\:v-rounded-tl-9999),
|
|
6053
|
+
.M\:v-rounded-tl-9999 {
|
|
6054
|
+
border-top-left-radius: 9999px;
|
|
6055
|
+
}
|
|
6056
|
+
:host(.M\:v-rounded-tr-9999),
|
|
6057
|
+
.M\:v-rounded-tr-9999 {
|
|
6058
|
+
border-top-right-radius: 9999px;
|
|
6059
|
+
}
|
|
6060
|
+
:host(.M\:v-rounded-bl-9999),
|
|
6061
|
+
.M\:v-rounded-bl-9999 {
|
|
6062
|
+
border-bottom-left-radius: 9999px;
|
|
6063
|
+
}
|
|
6064
|
+
:host(.M\:v-rounded-br-9999),
|
|
6065
|
+
.M\:v-rounded-br-9999 {
|
|
6066
|
+
border-bottom-right-radius: 9999px;
|
|
6067
|
+
}
|
|
6068
|
+
:host(.M\:v-rounded-2),
|
|
6069
|
+
.M\:v-rounded-2 {
|
|
6070
|
+
border-radius: 2px;
|
|
6071
|
+
}
|
|
6072
|
+
:host(.M\:v-rounded-t-2),
|
|
6073
|
+
.M\:v-rounded-t-2 {
|
|
6074
|
+
border-top-left-radius: 2px;
|
|
6075
|
+
border-top-right-radius: 2px;
|
|
6076
|
+
}
|
|
6077
|
+
:host(.M\:v-rounded-b-2),
|
|
6078
|
+
.M\:v-rounded-b-2 {
|
|
6079
|
+
border-bottom-left-radius: 2px;
|
|
6080
|
+
border-bottom-right-radius: 2px;
|
|
6081
|
+
}
|
|
6082
|
+
:host(.M\:v-rounded-l-2),
|
|
6083
|
+
.M\:v-rounded-l-2 {
|
|
6084
|
+
border-top-left-radius: 2px;
|
|
6085
|
+
border-bottom-left-radius: 2px;
|
|
6086
|
+
}
|
|
6087
|
+
:host(.M\:v-rounded-r-2),
|
|
6088
|
+
.M\:v-rounded-r-2 {
|
|
6089
|
+
border-top-right-radius: 2px;
|
|
6090
|
+
border-bottom-right-radius: 2px;
|
|
6091
|
+
}
|
|
6092
|
+
:host(.M\:v-rounded-tl-2),
|
|
6093
|
+
.M\:v-rounded-tl-2 {
|
|
6094
|
+
border-top-left-radius: 2px;
|
|
6095
|
+
}
|
|
6096
|
+
:host(.M\:v-rounded-tr-2),
|
|
6097
|
+
.M\:v-rounded-tr-2 {
|
|
6098
|
+
border-top-right-radius: 2px;
|
|
6099
|
+
}
|
|
6100
|
+
:host(.M\:v-rounded-bl-2),
|
|
6101
|
+
.M\:v-rounded-bl-2 {
|
|
6102
|
+
border-bottom-left-radius: 2px;
|
|
6103
|
+
}
|
|
6104
|
+
:host(.M\:v-rounded-br-2),
|
|
6105
|
+
.M\:v-rounded-br-2 {
|
|
6106
|
+
border-bottom-right-radius: 2px;
|
|
6107
|
+
}
|
|
6108
|
+
:host(.M\:v-rounded-4),
|
|
6109
|
+
.M\:v-rounded-4 {
|
|
6110
|
+
border-radius: 4px;
|
|
6111
|
+
}
|
|
6112
|
+
:host(.M\:v-rounded-t-4),
|
|
6113
|
+
.M\:v-rounded-t-4 {
|
|
6114
|
+
border-top-left-radius: 4px;
|
|
6115
|
+
border-top-right-radius: 4px;
|
|
6116
|
+
}
|
|
6117
|
+
:host(.M\:v-rounded-b-4),
|
|
6118
|
+
.M\:v-rounded-b-4 {
|
|
6119
|
+
border-bottom-left-radius: 4px;
|
|
6120
|
+
border-bottom-right-radius: 4px;
|
|
6121
|
+
}
|
|
6122
|
+
:host(.M\:v-rounded-l-4),
|
|
6123
|
+
.M\:v-rounded-l-4 {
|
|
6124
|
+
border-top-left-radius: 4px;
|
|
6125
|
+
border-bottom-left-radius: 4px;
|
|
6126
|
+
}
|
|
6127
|
+
:host(.M\:v-rounded-r-4),
|
|
6128
|
+
.M\:v-rounded-r-4 {
|
|
6129
|
+
border-top-right-radius: 4px;
|
|
6130
|
+
border-bottom-right-radius: 4px;
|
|
6131
|
+
}
|
|
6132
|
+
:host(.M\:v-rounded-tl-4),
|
|
6133
|
+
.M\:v-rounded-tl-4 {
|
|
6134
|
+
border-top-left-radius: 4px;
|
|
6135
|
+
}
|
|
6136
|
+
:host(.M\:v-rounded-tr-4),
|
|
6137
|
+
.M\:v-rounded-tr-4 {
|
|
6138
|
+
border-top-right-radius: 4px;
|
|
6139
|
+
}
|
|
6140
|
+
:host(.M\:v-rounded-bl-4),
|
|
6141
|
+
.M\:v-rounded-bl-4 {
|
|
6142
|
+
border-bottom-left-radius: 4px;
|
|
6143
|
+
}
|
|
6144
|
+
:host(.M\:v-rounded-br-4),
|
|
6145
|
+
.M\:v-rounded-br-4 {
|
|
6146
|
+
border-bottom-right-radius: 4px;
|
|
6147
|
+
}
|
|
6148
|
+
:host(.M\:v-rounded-8),
|
|
6149
|
+
.M\:v-rounded-8 {
|
|
6150
|
+
border-radius: 8px;
|
|
6151
|
+
}
|
|
6152
|
+
:host(.M\:v-rounded-t-8),
|
|
6153
|
+
.M\:v-rounded-t-8 {
|
|
6154
|
+
border-top-left-radius: 8px;
|
|
6155
|
+
border-top-right-radius: 8px;
|
|
6156
|
+
}
|
|
6157
|
+
:host(.M\:v-rounded-b-8),
|
|
6158
|
+
.M\:v-rounded-b-8 {
|
|
6159
|
+
border-bottom-left-radius: 8px;
|
|
6160
|
+
border-bottom-right-radius: 8px;
|
|
6161
|
+
}
|
|
6162
|
+
:host(.M\:v-rounded-l-8),
|
|
6163
|
+
.M\:v-rounded-l-8 {
|
|
6164
|
+
border-top-left-radius: 8px;
|
|
6165
|
+
border-bottom-left-radius: 8px;
|
|
6166
|
+
}
|
|
6167
|
+
:host(.M\:v-rounded-r-8),
|
|
6168
|
+
.M\:v-rounded-r-8 {
|
|
6169
|
+
border-top-right-radius: 8px;
|
|
6170
|
+
border-bottom-right-radius: 8px;
|
|
6171
|
+
}
|
|
6172
|
+
:host(.M\:v-rounded-tl-8),
|
|
6173
|
+
.M\:v-rounded-tl-8 {
|
|
6174
|
+
border-top-left-radius: 8px;
|
|
6175
|
+
}
|
|
6176
|
+
:host(.M\:v-rounded-tr-8),
|
|
6177
|
+
.M\:v-rounded-tr-8 {
|
|
6178
|
+
border-top-right-radius: 8px;
|
|
6179
|
+
}
|
|
6180
|
+
:host(.M\:v-rounded-bl-8),
|
|
6181
|
+
.M\:v-rounded-bl-8 {
|
|
6182
|
+
border-bottom-left-radius: 8px;
|
|
6183
|
+
}
|
|
6184
|
+
:host(.M\:v-rounded-br-8),
|
|
6185
|
+
.M\:v-rounded-br-8 {
|
|
6186
|
+
border-bottom-right-radius: 8px;
|
|
6187
|
+
}
|
|
6188
|
+
:host(.M\:v-rounded-12),
|
|
6189
|
+
.M\:v-rounded-12 {
|
|
6190
|
+
border-radius: 12px;
|
|
6191
|
+
}
|
|
6192
|
+
:host(.M\:v-rounded-t-12),
|
|
6193
|
+
.M\:v-rounded-t-12 {
|
|
6194
|
+
border-top-left-radius: 12px;
|
|
6195
|
+
border-top-right-radius: 12px;
|
|
6196
|
+
}
|
|
6197
|
+
:host(.M\:v-rounded-b-12),
|
|
6198
|
+
.M\:v-rounded-b-12 {
|
|
6199
|
+
border-bottom-left-radius: 12px;
|
|
6200
|
+
border-bottom-right-radius: 12px;
|
|
6201
|
+
}
|
|
6202
|
+
:host(.M\:v-rounded-l-12),
|
|
6203
|
+
.M\:v-rounded-l-12 {
|
|
6204
|
+
border-top-left-radius: 12px;
|
|
6205
|
+
border-bottom-left-radius: 12px;
|
|
6206
|
+
}
|
|
6207
|
+
:host(.M\:v-rounded-r-12),
|
|
6208
|
+
.M\:v-rounded-r-12 {
|
|
6209
|
+
border-top-right-radius: 12px;
|
|
6210
|
+
border-bottom-right-radius: 12px;
|
|
6211
|
+
}
|
|
6212
|
+
:host(.M\:v-rounded-tl-12),
|
|
6213
|
+
.M\:v-rounded-tl-12 {
|
|
6214
|
+
border-top-left-radius: 12px;
|
|
6215
|
+
}
|
|
6216
|
+
:host(.M\:v-rounded-tr-12),
|
|
6217
|
+
.M\:v-rounded-tr-12 {
|
|
6218
|
+
border-top-right-radius: 12px;
|
|
6219
|
+
}
|
|
6220
|
+
:host(.M\:v-rounded-bl-12),
|
|
6221
|
+
.M\:v-rounded-bl-12 {
|
|
6222
|
+
border-bottom-left-radius: 12px;
|
|
6223
|
+
}
|
|
6224
|
+
:host(.M\:v-rounded-br-12),
|
|
6225
|
+
.M\:v-rounded-br-12 {
|
|
6226
|
+
border-bottom-right-radius: 12px;
|
|
6227
|
+
}
|
|
6228
|
+
:host(.M\:v-rounded-16),
|
|
6229
|
+
.M\:v-rounded-16 {
|
|
6230
|
+
border-radius: 16px;
|
|
6231
|
+
}
|
|
6232
|
+
:host(.M\:v-rounded-t-16),
|
|
6233
|
+
.M\:v-rounded-t-16 {
|
|
6234
|
+
border-top-left-radius: 16px;
|
|
6235
|
+
border-top-right-radius: 16px;
|
|
6236
|
+
}
|
|
6237
|
+
:host(.M\:v-rounded-b-16),
|
|
6238
|
+
.M\:v-rounded-b-16 {
|
|
6239
|
+
border-bottom-left-radius: 16px;
|
|
6240
|
+
border-bottom-right-radius: 16px;
|
|
6241
|
+
}
|
|
6242
|
+
:host(.M\:v-rounded-l-16),
|
|
6243
|
+
.M\:v-rounded-l-16 {
|
|
6244
|
+
border-top-left-radius: 16px;
|
|
6245
|
+
border-bottom-left-radius: 16px;
|
|
6246
|
+
}
|
|
6247
|
+
:host(.M\:v-rounded-r-16),
|
|
6248
|
+
.M\:v-rounded-r-16 {
|
|
6249
|
+
border-top-right-radius: 16px;
|
|
6250
|
+
border-bottom-right-radius: 16px;
|
|
6251
|
+
}
|
|
6252
|
+
:host(.M\:v-rounded-tl-16),
|
|
6253
|
+
.M\:v-rounded-tl-16 {
|
|
6254
|
+
border-top-left-radius: 16px;
|
|
6255
|
+
}
|
|
6256
|
+
:host(.M\:v-rounded-tr-16),
|
|
6257
|
+
.M\:v-rounded-tr-16 {
|
|
6258
|
+
border-top-right-radius: 16px;
|
|
6259
|
+
}
|
|
6260
|
+
:host(.M\:v-rounded-bl-16),
|
|
6261
|
+
.M\:v-rounded-bl-16 {
|
|
6262
|
+
border-bottom-left-radius: 16px;
|
|
6263
|
+
}
|
|
6264
|
+
:host(.M\:v-rounded-br-16),
|
|
6265
|
+
.M\:v-rounded-br-16 {
|
|
6266
|
+
border-bottom-right-radius: 16px;
|
|
6267
|
+
}
|
|
6268
|
+
:host(.M\:v-rounded-24),
|
|
6269
|
+
.M\:v-rounded-24 {
|
|
6270
|
+
border-radius: 24px;
|
|
6271
|
+
}
|
|
6272
|
+
:host(.M\:v-rounded-t-24),
|
|
6273
|
+
.M\:v-rounded-t-24 {
|
|
6274
|
+
border-top-left-radius: 24px;
|
|
6275
|
+
border-top-right-radius: 24px;
|
|
6276
|
+
}
|
|
6277
|
+
:host(.M\:v-rounded-b-24),
|
|
6278
|
+
.M\:v-rounded-b-24 {
|
|
6279
|
+
border-bottom-left-radius: 24px;
|
|
6280
|
+
border-bottom-right-radius: 24px;
|
|
6281
|
+
}
|
|
6282
|
+
:host(.M\:v-rounded-l-24),
|
|
6283
|
+
.M\:v-rounded-l-24 {
|
|
6284
|
+
border-top-left-radius: 24px;
|
|
6285
|
+
border-bottom-left-radius: 24px;
|
|
6286
|
+
}
|
|
6287
|
+
:host(.M\:v-rounded-r-24),
|
|
6288
|
+
.M\:v-rounded-r-24 {
|
|
6289
|
+
border-top-right-radius: 24px;
|
|
6290
|
+
border-bottom-right-radius: 24px;
|
|
6291
|
+
}
|
|
6292
|
+
:host(.M\:v-rounded-tl-24),
|
|
6293
|
+
.M\:v-rounded-tl-24 {
|
|
6294
|
+
border-top-left-radius: 24px;
|
|
6295
|
+
}
|
|
6296
|
+
:host(.M\:v-rounded-tr-24),
|
|
6297
|
+
.M\:v-rounded-tr-24 {
|
|
6298
|
+
border-top-right-radius: 24px;
|
|
6299
|
+
}
|
|
6300
|
+
:host(.M\:v-rounded-bl-24),
|
|
6301
|
+
.M\:v-rounded-bl-24 {
|
|
6302
|
+
border-bottom-left-radius: 24px;
|
|
6303
|
+
}
|
|
6304
|
+
:host(.M\:v-rounded-br-24),
|
|
6305
|
+
.M\:v-rounded-br-24 {
|
|
6306
|
+
border-bottom-right-radius: 24px;
|
|
6307
|
+
}
|
|
6308
|
+
:host(.M\:v-rounded-32),
|
|
6309
|
+
.M\:v-rounded-32 {
|
|
6310
|
+
border-radius: 32px;
|
|
6311
|
+
}
|
|
6312
|
+
:host(.M\:v-rounded-t-32),
|
|
6313
|
+
.M\:v-rounded-t-32 {
|
|
6314
|
+
border-top-left-radius: 32px;
|
|
6315
|
+
border-top-right-radius: 32px;
|
|
6316
|
+
}
|
|
6317
|
+
:host(.M\:v-rounded-b-32),
|
|
6318
|
+
.M\:v-rounded-b-32 {
|
|
6319
|
+
border-bottom-left-radius: 32px;
|
|
6320
|
+
border-bottom-right-radius: 32px;
|
|
6321
|
+
}
|
|
6322
|
+
:host(.M\:v-rounded-l-32),
|
|
6323
|
+
.M\:v-rounded-l-32 {
|
|
6324
|
+
border-top-left-radius: 32px;
|
|
6325
|
+
border-bottom-left-radius: 32px;
|
|
6326
|
+
}
|
|
6327
|
+
:host(.M\:v-rounded-r-32),
|
|
6328
|
+
.M\:v-rounded-r-32 {
|
|
6329
|
+
border-top-right-radius: 32px;
|
|
6330
|
+
border-bottom-right-radius: 32px;
|
|
6331
|
+
}
|
|
6332
|
+
:host(.M\:v-rounded-tl-32),
|
|
6333
|
+
.M\:v-rounded-tl-32 {
|
|
6334
|
+
border-top-left-radius: 32px;
|
|
6335
|
+
}
|
|
6336
|
+
:host(.M\:v-rounded-tr-32),
|
|
6337
|
+
.M\:v-rounded-tr-32 {
|
|
6338
|
+
border-top-right-radius: 32px;
|
|
6339
|
+
}
|
|
6340
|
+
:host(.M\:v-rounded-bl-32),
|
|
6341
|
+
.M\:v-rounded-bl-32 {
|
|
6342
|
+
border-bottom-left-radius: 32px;
|
|
6343
|
+
}
|
|
6344
|
+
:host(.M\:v-rounded-br-32),
|
|
6345
|
+
.M\:v-rounded-br-32 {
|
|
6346
|
+
border-bottom-right-radius: 32px;
|
|
6347
|
+
}
|
|
6348
|
+
:host(.M\:v-rounded-48),
|
|
6349
|
+
.M\:v-rounded-48 {
|
|
6350
|
+
border-radius: 48px;
|
|
6351
|
+
}
|
|
6352
|
+
:host(.M\:v-rounded-t-48),
|
|
6353
|
+
.M\:v-rounded-t-48 {
|
|
6354
|
+
border-top-left-radius: 48px;
|
|
6355
|
+
border-top-right-radius: 48px;
|
|
6356
|
+
}
|
|
6357
|
+
:host(.M\:v-rounded-b-48),
|
|
6358
|
+
.M\:v-rounded-b-48 {
|
|
6359
|
+
border-bottom-left-radius: 48px;
|
|
6360
|
+
border-bottom-right-radius: 48px;
|
|
6361
|
+
}
|
|
6362
|
+
:host(.M\:v-rounded-l-48),
|
|
6363
|
+
.M\:v-rounded-l-48 {
|
|
6364
|
+
border-top-left-radius: 48px;
|
|
6365
|
+
border-bottom-left-radius: 48px;
|
|
6366
|
+
}
|
|
6367
|
+
:host(.M\:v-rounded-r-48),
|
|
6368
|
+
.M\:v-rounded-r-48 {
|
|
6369
|
+
border-top-right-radius: 48px;
|
|
6370
|
+
border-bottom-right-radius: 48px;
|
|
6371
|
+
}
|
|
6372
|
+
:host(.M\:v-rounded-tl-48),
|
|
6373
|
+
.M\:v-rounded-tl-48 {
|
|
6374
|
+
border-top-left-radius: 48px;
|
|
6375
|
+
}
|
|
6376
|
+
:host(.M\:v-rounded-tr-48),
|
|
6377
|
+
.M\:v-rounded-tr-48 {
|
|
6378
|
+
border-top-right-radius: 48px;
|
|
6379
|
+
}
|
|
6380
|
+
:host(.M\:v-rounded-bl-48),
|
|
6381
|
+
.M\:v-rounded-bl-48 {
|
|
6382
|
+
border-bottom-left-radius: 48px;
|
|
6383
|
+
}
|
|
6384
|
+
:host(.M\:v-rounded-br-48),
|
|
6385
|
+
.M\:v-rounded-br-48 {
|
|
6386
|
+
border-bottom-right-radius: 48px;
|
|
5089
6387
|
}
|
|
5090
6388
|
}
|
|
5091
6389
|
@media (min-width: 1024px) {
|
|
5092
|
-
:host(.L\:v-
|
|
5093
|
-
.L\:v-
|
|
5094
|
-
|
|
6390
|
+
:host(.L\:v-rounded-0),
|
|
6391
|
+
.L\:v-rounded-0 {
|
|
6392
|
+
border-radius: 0px;
|
|
6393
|
+
}
|
|
6394
|
+
:host(.L\:v-rounded-t-0),
|
|
6395
|
+
.L\:v-rounded-t-0 {
|
|
6396
|
+
border-top-left-radius: 0px;
|
|
6397
|
+
border-top-right-radius: 0px;
|
|
6398
|
+
}
|
|
6399
|
+
:host(.L\:v-rounded-b-0),
|
|
6400
|
+
.L\:v-rounded-b-0 {
|
|
6401
|
+
border-bottom-left-radius: 0px;
|
|
6402
|
+
border-bottom-right-radius: 0px;
|
|
6403
|
+
}
|
|
6404
|
+
:host(.L\:v-rounded-l-0),
|
|
6405
|
+
.L\:v-rounded-l-0 {
|
|
6406
|
+
border-top-left-radius: 0px;
|
|
6407
|
+
border-bottom-left-radius: 0px;
|
|
6408
|
+
}
|
|
6409
|
+
:host(.L\:v-rounded-r-0),
|
|
6410
|
+
.L\:v-rounded-r-0 {
|
|
6411
|
+
border-top-right-radius: 0px;
|
|
6412
|
+
border-bottom-right-radius: 0px;
|
|
6413
|
+
}
|
|
6414
|
+
:host(.L\:v-rounded-tl-0),
|
|
6415
|
+
.L\:v-rounded-tl-0 {
|
|
6416
|
+
border-top-left-radius: 0px;
|
|
6417
|
+
}
|
|
6418
|
+
:host(.L\:v-rounded-tr-0),
|
|
6419
|
+
.L\:v-rounded-tr-0 {
|
|
6420
|
+
border-top-right-radius: 0px;
|
|
6421
|
+
}
|
|
6422
|
+
:host(.L\:v-rounded-bl-0),
|
|
6423
|
+
.L\:v-rounded-bl-0 {
|
|
6424
|
+
border-bottom-left-radius: 0px;
|
|
6425
|
+
}
|
|
6426
|
+
:host(.L\:v-rounded-br-0),
|
|
6427
|
+
.L\:v-rounded-br-0 {
|
|
6428
|
+
border-bottom-right-radius: 0px;
|
|
6429
|
+
}
|
|
6430
|
+
:host(.L\:v-rounded-9999),
|
|
6431
|
+
.L\:v-rounded-9999 {
|
|
6432
|
+
border-radius: 9999px;
|
|
6433
|
+
}
|
|
6434
|
+
:host(.L\:v-rounded-t-9999),
|
|
6435
|
+
.L\:v-rounded-t-9999 {
|
|
6436
|
+
border-top-left-radius: 9999px;
|
|
6437
|
+
border-top-right-radius: 9999px;
|
|
6438
|
+
}
|
|
6439
|
+
:host(.L\:v-rounded-b-9999),
|
|
6440
|
+
.L\:v-rounded-b-9999 {
|
|
6441
|
+
border-bottom-left-radius: 9999px;
|
|
6442
|
+
border-bottom-right-radius: 9999px;
|
|
6443
|
+
}
|
|
6444
|
+
:host(.L\:v-rounded-l-9999),
|
|
6445
|
+
.L\:v-rounded-l-9999 {
|
|
6446
|
+
border-top-left-radius: 9999px;
|
|
6447
|
+
border-bottom-left-radius: 9999px;
|
|
6448
|
+
}
|
|
6449
|
+
:host(.L\:v-rounded-r-9999),
|
|
6450
|
+
.L\:v-rounded-r-9999 {
|
|
6451
|
+
border-top-right-radius: 9999px;
|
|
6452
|
+
border-bottom-right-radius: 9999px;
|
|
6453
|
+
}
|
|
6454
|
+
:host(.L\:v-rounded-tl-9999),
|
|
6455
|
+
.L\:v-rounded-tl-9999 {
|
|
6456
|
+
border-top-left-radius: 9999px;
|
|
6457
|
+
}
|
|
6458
|
+
:host(.L\:v-rounded-tr-9999),
|
|
6459
|
+
.L\:v-rounded-tr-9999 {
|
|
6460
|
+
border-top-right-radius: 9999px;
|
|
6461
|
+
}
|
|
6462
|
+
:host(.L\:v-rounded-bl-9999),
|
|
6463
|
+
.L\:v-rounded-bl-9999 {
|
|
6464
|
+
border-bottom-left-radius: 9999px;
|
|
6465
|
+
}
|
|
6466
|
+
:host(.L\:v-rounded-br-9999),
|
|
6467
|
+
.L\:v-rounded-br-9999 {
|
|
6468
|
+
border-bottom-right-radius: 9999px;
|
|
6469
|
+
}
|
|
6470
|
+
:host(.L\:v-rounded-2),
|
|
6471
|
+
.L\:v-rounded-2 {
|
|
6472
|
+
border-radius: 2px;
|
|
6473
|
+
}
|
|
6474
|
+
:host(.L\:v-rounded-t-2),
|
|
6475
|
+
.L\:v-rounded-t-2 {
|
|
6476
|
+
border-top-left-radius: 2px;
|
|
6477
|
+
border-top-right-radius: 2px;
|
|
6478
|
+
}
|
|
6479
|
+
:host(.L\:v-rounded-b-2),
|
|
6480
|
+
.L\:v-rounded-b-2 {
|
|
6481
|
+
border-bottom-left-radius: 2px;
|
|
6482
|
+
border-bottom-right-radius: 2px;
|
|
6483
|
+
}
|
|
6484
|
+
:host(.L\:v-rounded-l-2),
|
|
6485
|
+
.L\:v-rounded-l-2 {
|
|
6486
|
+
border-top-left-radius: 2px;
|
|
6487
|
+
border-bottom-left-radius: 2px;
|
|
6488
|
+
}
|
|
6489
|
+
:host(.L\:v-rounded-r-2),
|
|
6490
|
+
.L\:v-rounded-r-2 {
|
|
6491
|
+
border-top-right-radius: 2px;
|
|
6492
|
+
border-bottom-right-radius: 2px;
|
|
6493
|
+
}
|
|
6494
|
+
:host(.L\:v-rounded-tl-2),
|
|
6495
|
+
.L\:v-rounded-tl-2 {
|
|
6496
|
+
border-top-left-radius: 2px;
|
|
6497
|
+
}
|
|
6498
|
+
:host(.L\:v-rounded-tr-2),
|
|
6499
|
+
.L\:v-rounded-tr-2 {
|
|
6500
|
+
border-top-right-radius: 2px;
|
|
6501
|
+
}
|
|
6502
|
+
:host(.L\:v-rounded-bl-2),
|
|
6503
|
+
.L\:v-rounded-bl-2 {
|
|
6504
|
+
border-bottom-left-radius: 2px;
|
|
6505
|
+
}
|
|
6506
|
+
:host(.L\:v-rounded-br-2),
|
|
6507
|
+
.L\:v-rounded-br-2 {
|
|
6508
|
+
border-bottom-right-radius: 2px;
|
|
6509
|
+
}
|
|
6510
|
+
:host(.L\:v-rounded-4),
|
|
6511
|
+
.L\:v-rounded-4 {
|
|
6512
|
+
border-radius: 4px;
|
|
6513
|
+
}
|
|
6514
|
+
:host(.L\:v-rounded-t-4),
|
|
6515
|
+
.L\:v-rounded-t-4 {
|
|
6516
|
+
border-top-left-radius: 4px;
|
|
6517
|
+
border-top-right-radius: 4px;
|
|
6518
|
+
}
|
|
6519
|
+
:host(.L\:v-rounded-b-4),
|
|
6520
|
+
.L\:v-rounded-b-4 {
|
|
6521
|
+
border-bottom-left-radius: 4px;
|
|
6522
|
+
border-bottom-right-radius: 4px;
|
|
6523
|
+
}
|
|
6524
|
+
:host(.L\:v-rounded-l-4),
|
|
6525
|
+
.L\:v-rounded-l-4 {
|
|
6526
|
+
border-top-left-radius: 4px;
|
|
6527
|
+
border-bottom-left-radius: 4px;
|
|
6528
|
+
}
|
|
6529
|
+
:host(.L\:v-rounded-r-4),
|
|
6530
|
+
.L\:v-rounded-r-4 {
|
|
6531
|
+
border-top-right-radius: 4px;
|
|
6532
|
+
border-bottom-right-radius: 4px;
|
|
6533
|
+
}
|
|
6534
|
+
:host(.L\:v-rounded-tl-4),
|
|
6535
|
+
.L\:v-rounded-tl-4 {
|
|
6536
|
+
border-top-left-radius: 4px;
|
|
6537
|
+
}
|
|
6538
|
+
:host(.L\:v-rounded-tr-4),
|
|
6539
|
+
.L\:v-rounded-tr-4 {
|
|
6540
|
+
border-top-right-radius: 4px;
|
|
6541
|
+
}
|
|
6542
|
+
:host(.L\:v-rounded-bl-4),
|
|
6543
|
+
.L\:v-rounded-bl-4 {
|
|
6544
|
+
border-bottom-left-radius: 4px;
|
|
6545
|
+
}
|
|
6546
|
+
:host(.L\:v-rounded-br-4),
|
|
6547
|
+
.L\:v-rounded-br-4 {
|
|
6548
|
+
border-bottom-right-radius: 4px;
|
|
6549
|
+
}
|
|
6550
|
+
:host(.L\:v-rounded-8),
|
|
6551
|
+
.L\:v-rounded-8 {
|
|
6552
|
+
border-radius: 8px;
|
|
6553
|
+
}
|
|
6554
|
+
:host(.L\:v-rounded-t-8),
|
|
6555
|
+
.L\:v-rounded-t-8 {
|
|
6556
|
+
border-top-left-radius: 8px;
|
|
6557
|
+
border-top-right-radius: 8px;
|
|
6558
|
+
}
|
|
6559
|
+
:host(.L\:v-rounded-b-8),
|
|
6560
|
+
.L\:v-rounded-b-8 {
|
|
6561
|
+
border-bottom-left-radius: 8px;
|
|
6562
|
+
border-bottom-right-radius: 8px;
|
|
6563
|
+
}
|
|
6564
|
+
:host(.L\:v-rounded-l-8),
|
|
6565
|
+
.L\:v-rounded-l-8 {
|
|
6566
|
+
border-top-left-radius: 8px;
|
|
6567
|
+
border-bottom-left-radius: 8px;
|
|
6568
|
+
}
|
|
6569
|
+
:host(.L\:v-rounded-r-8),
|
|
6570
|
+
.L\:v-rounded-r-8 {
|
|
6571
|
+
border-top-right-radius: 8px;
|
|
6572
|
+
border-bottom-right-radius: 8px;
|
|
6573
|
+
}
|
|
6574
|
+
:host(.L\:v-rounded-tl-8),
|
|
6575
|
+
.L\:v-rounded-tl-8 {
|
|
6576
|
+
border-top-left-radius: 8px;
|
|
6577
|
+
}
|
|
6578
|
+
:host(.L\:v-rounded-tr-8),
|
|
6579
|
+
.L\:v-rounded-tr-8 {
|
|
6580
|
+
border-top-right-radius: 8px;
|
|
6581
|
+
}
|
|
6582
|
+
:host(.L\:v-rounded-bl-8),
|
|
6583
|
+
.L\:v-rounded-bl-8 {
|
|
6584
|
+
border-bottom-left-radius: 8px;
|
|
6585
|
+
}
|
|
6586
|
+
:host(.L\:v-rounded-br-8),
|
|
6587
|
+
.L\:v-rounded-br-8 {
|
|
6588
|
+
border-bottom-right-radius: 8px;
|
|
6589
|
+
}
|
|
6590
|
+
:host(.L\:v-rounded-12),
|
|
6591
|
+
.L\:v-rounded-12 {
|
|
6592
|
+
border-radius: 12px;
|
|
6593
|
+
}
|
|
6594
|
+
:host(.L\:v-rounded-t-12),
|
|
6595
|
+
.L\:v-rounded-t-12 {
|
|
6596
|
+
border-top-left-radius: 12px;
|
|
6597
|
+
border-top-right-radius: 12px;
|
|
6598
|
+
}
|
|
6599
|
+
:host(.L\:v-rounded-b-12),
|
|
6600
|
+
.L\:v-rounded-b-12 {
|
|
6601
|
+
border-bottom-left-radius: 12px;
|
|
6602
|
+
border-bottom-right-radius: 12px;
|
|
6603
|
+
}
|
|
6604
|
+
:host(.L\:v-rounded-l-12),
|
|
6605
|
+
.L\:v-rounded-l-12 {
|
|
6606
|
+
border-top-left-radius: 12px;
|
|
6607
|
+
border-bottom-left-radius: 12px;
|
|
6608
|
+
}
|
|
6609
|
+
:host(.L\:v-rounded-r-12),
|
|
6610
|
+
.L\:v-rounded-r-12 {
|
|
6611
|
+
border-top-right-radius: 12px;
|
|
6612
|
+
border-bottom-right-radius: 12px;
|
|
6613
|
+
}
|
|
6614
|
+
:host(.L\:v-rounded-tl-12),
|
|
6615
|
+
.L\:v-rounded-tl-12 {
|
|
6616
|
+
border-top-left-radius: 12px;
|
|
6617
|
+
}
|
|
6618
|
+
:host(.L\:v-rounded-tr-12),
|
|
6619
|
+
.L\:v-rounded-tr-12 {
|
|
6620
|
+
border-top-right-radius: 12px;
|
|
6621
|
+
}
|
|
6622
|
+
:host(.L\:v-rounded-bl-12),
|
|
6623
|
+
.L\:v-rounded-bl-12 {
|
|
6624
|
+
border-bottom-left-radius: 12px;
|
|
6625
|
+
}
|
|
6626
|
+
:host(.L\:v-rounded-br-12),
|
|
6627
|
+
.L\:v-rounded-br-12 {
|
|
6628
|
+
border-bottom-right-radius: 12px;
|
|
6629
|
+
}
|
|
6630
|
+
:host(.L\:v-rounded-16),
|
|
6631
|
+
.L\:v-rounded-16 {
|
|
6632
|
+
border-radius: 16px;
|
|
6633
|
+
}
|
|
6634
|
+
:host(.L\:v-rounded-t-16),
|
|
6635
|
+
.L\:v-rounded-t-16 {
|
|
6636
|
+
border-top-left-radius: 16px;
|
|
6637
|
+
border-top-right-radius: 16px;
|
|
6638
|
+
}
|
|
6639
|
+
:host(.L\:v-rounded-b-16),
|
|
6640
|
+
.L\:v-rounded-b-16 {
|
|
6641
|
+
border-bottom-left-radius: 16px;
|
|
6642
|
+
border-bottom-right-radius: 16px;
|
|
6643
|
+
}
|
|
6644
|
+
:host(.L\:v-rounded-l-16),
|
|
6645
|
+
.L\:v-rounded-l-16 {
|
|
6646
|
+
border-top-left-radius: 16px;
|
|
6647
|
+
border-bottom-left-radius: 16px;
|
|
6648
|
+
}
|
|
6649
|
+
:host(.L\:v-rounded-r-16),
|
|
6650
|
+
.L\:v-rounded-r-16 {
|
|
6651
|
+
border-top-right-radius: 16px;
|
|
6652
|
+
border-bottom-right-radius: 16px;
|
|
6653
|
+
}
|
|
6654
|
+
:host(.L\:v-rounded-tl-16),
|
|
6655
|
+
.L\:v-rounded-tl-16 {
|
|
6656
|
+
border-top-left-radius: 16px;
|
|
6657
|
+
}
|
|
6658
|
+
:host(.L\:v-rounded-tr-16),
|
|
6659
|
+
.L\:v-rounded-tr-16 {
|
|
6660
|
+
border-top-right-radius: 16px;
|
|
6661
|
+
}
|
|
6662
|
+
:host(.L\:v-rounded-bl-16),
|
|
6663
|
+
.L\:v-rounded-bl-16 {
|
|
6664
|
+
border-bottom-left-radius: 16px;
|
|
6665
|
+
}
|
|
6666
|
+
:host(.L\:v-rounded-br-16),
|
|
6667
|
+
.L\:v-rounded-br-16 {
|
|
6668
|
+
border-bottom-right-radius: 16px;
|
|
6669
|
+
}
|
|
6670
|
+
:host(.L\:v-rounded-24),
|
|
6671
|
+
.L\:v-rounded-24 {
|
|
6672
|
+
border-radius: 24px;
|
|
6673
|
+
}
|
|
6674
|
+
:host(.L\:v-rounded-t-24),
|
|
6675
|
+
.L\:v-rounded-t-24 {
|
|
6676
|
+
border-top-left-radius: 24px;
|
|
6677
|
+
border-top-right-radius: 24px;
|
|
6678
|
+
}
|
|
6679
|
+
:host(.L\:v-rounded-b-24),
|
|
6680
|
+
.L\:v-rounded-b-24 {
|
|
6681
|
+
border-bottom-left-radius: 24px;
|
|
6682
|
+
border-bottom-right-radius: 24px;
|
|
6683
|
+
}
|
|
6684
|
+
:host(.L\:v-rounded-l-24),
|
|
6685
|
+
.L\:v-rounded-l-24 {
|
|
6686
|
+
border-top-left-radius: 24px;
|
|
6687
|
+
border-bottom-left-radius: 24px;
|
|
6688
|
+
}
|
|
6689
|
+
:host(.L\:v-rounded-r-24),
|
|
6690
|
+
.L\:v-rounded-r-24 {
|
|
6691
|
+
border-top-right-radius: 24px;
|
|
6692
|
+
border-bottom-right-radius: 24px;
|
|
6693
|
+
}
|
|
6694
|
+
:host(.L\:v-rounded-tl-24),
|
|
6695
|
+
.L\:v-rounded-tl-24 {
|
|
6696
|
+
border-top-left-radius: 24px;
|
|
6697
|
+
}
|
|
6698
|
+
:host(.L\:v-rounded-tr-24),
|
|
6699
|
+
.L\:v-rounded-tr-24 {
|
|
6700
|
+
border-top-right-radius: 24px;
|
|
6701
|
+
}
|
|
6702
|
+
:host(.L\:v-rounded-bl-24),
|
|
6703
|
+
.L\:v-rounded-bl-24 {
|
|
6704
|
+
border-bottom-left-radius: 24px;
|
|
6705
|
+
}
|
|
6706
|
+
:host(.L\:v-rounded-br-24),
|
|
6707
|
+
.L\:v-rounded-br-24 {
|
|
6708
|
+
border-bottom-right-radius: 24px;
|
|
6709
|
+
}
|
|
6710
|
+
:host(.L\:v-rounded-32),
|
|
6711
|
+
.L\:v-rounded-32 {
|
|
6712
|
+
border-radius: 32px;
|
|
6713
|
+
}
|
|
6714
|
+
:host(.L\:v-rounded-t-32),
|
|
6715
|
+
.L\:v-rounded-t-32 {
|
|
6716
|
+
border-top-left-radius: 32px;
|
|
6717
|
+
border-top-right-radius: 32px;
|
|
6718
|
+
}
|
|
6719
|
+
:host(.L\:v-rounded-b-32),
|
|
6720
|
+
.L\:v-rounded-b-32 {
|
|
6721
|
+
border-bottom-left-radius: 32px;
|
|
6722
|
+
border-bottom-right-radius: 32px;
|
|
6723
|
+
}
|
|
6724
|
+
:host(.L\:v-rounded-l-32),
|
|
6725
|
+
.L\:v-rounded-l-32 {
|
|
6726
|
+
border-top-left-radius: 32px;
|
|
6727
|
+
border-bottom-left-radius: 32px;
|
|
6728
|
+
}
|
|
6729
|
+
:host(.L\:v-rounded-r-32),
|
|
6730
|
+
.L\:v-rounded-r-32 {
|
|
6731
|
+
border-top-right-radius: 32px;
|
|
6732
|
+
border-bottom-right-radius: 32px;
|
|
6733
|
+
}
|
|
6734
|
+
:host(.L\:v-rounded-tl-32),
|
|
6735
|
+
.L\:v-rounded-tl-32 {
|
|
6736
|
+
border-top-left-radius: 32px;
|
|
6737
|
+
}
|
|
6738
|
+
:host(.L\:v-rounded-tr-32),
|
|
6739
|
+
.L\:v-rounded-tr-32 {
|
|
6740
|
+
border-top-right-radius: 32px;
|
|
6741
|
+
}
|
|
6742
|
+
:host(.L\:v-rounded-bl-32),
|
|
6743
|
+
.L\:v-rounded-bl-32 {
|
|
6744
|
+
border-bottom-left-radius: 32px;
|
|
6745
|
+
}
|
|
6746
|
+
:host(.L\:v-rounded-br-32),
|
|
6747
|
+
.L\:v-rounded-br-32 {
|
|
6748
|
+
border-bottom-right-radius: 32px;
|
|
6749
|
+
}
|
|
6750
|
+
:host(.L\:v-rounded-48),
|
|
6751
|
+
.L\:v-rounded-48 {
|
|
6752
|
+
border-radius: 48px;
|
|
6753
|
+
}
|
|
6754
|
+
:host(.L\:v-rounded-t-48),
|
|
6755
|
+
.L\:v-rounded-t-48 {
|
|
6756
|
+
border-top-left-radius: 48px;
|
|
6757
|
+
border-top-right-radius: 48px;
|
|
6758
|
+
}
|
|
6759
|
+
:host(.L\:v-rounded-b-48),
|
|
6760
|
+
.L\:v-rounded-b-48 {
|
|
6761
|
+
border-bottom-left-radius: 48px;
|
|
6762
|
+
border-bottom-right-radius: 48px;
|
|
6763
|
+
}
|
|
6764
|
+
:host(.L\:v-rounded-l-48),
|
|
6765
|
+
.L\:v-rounded-l-48 {
|
|
6766
|
+
border-top-left-radius: 48px;
|
|
6767
|
+
border-bottom-left-radius: 48px;
|
|
6768
|
+
}
|
|
6769
|
+
:host(.L\:v-rounded-r-48),
|
|
6770
|
+
.L\:v-rounded-r-48 {
|
|
6771
|
+
border-top-right-radius: 48px;
|
|
6772
|
+
border-bottom-right-radius: 48px;
|
|
6773
|
+
}
|
|
6774
|
+
:host(.L\:v-rounded-tl-48),
|
|
6775
|
+
.L\:v-rounded-tl-48 {
|
|
6776
|
+
border-top-left-radius: 48px;
|
|
6777
|
+
}
|
|
6778
|
+
:host(.L\:v-rounded-tr-48),
|
|
6779
|
+
.L\:v-rounded-tr-48 {
|
|
6780
|
+
border-top-right-radius: 48px;
|
|
6781
|
+
}
|
|
6782
|
+
:host(.L\:v-rounded-bl-48),
|
|
6783
|
+
.L\:v-rounded-bl-48 {
|
|
6784
|
+
border-bottom-left-radius: 48px;
|
|
6785
|
+
}
|
|
6786
|
+
:host(.L\:v-rounded-br-48),
|
|
6787
|
+
.L\:v-rounded-br-48 {
|
|
6788
|
+
border-bottom-right-radius: 48px;
|
|
5095
6789
|
}
|
|
5096
6790
|
}
|
|
5097
6791
|
@media (min-width: 1440px) {
|
|
5098
|
-
:host(.XL\:v-
|
|
5099
|
-
.XL\:v-
|
|
5100
|
-
|
|
5101
|
-
}
|
|
5102
|
-
|
|
5103
|
-
|
|
6792
|
+
:host(.XL\:v-rounded-0),
|
|
6793
|
+
.XL\:v-rounded-0 {
|
|
6794
|
+
border-radius: 0px;
|
|
6795
|
+
}
|
|
6796
|
+
:host(.XL\:v-rounded-t-0),
|
|
6797
|
+
.XL\:v-rounded-t-0 {
|
|
6798
|
+
border-top-left-radius: 0px;
|
|
6799
|
+
border-top-right-radius: 0px;
|
|
6800
|
+
}
|
|
6801
|
+
:host(.XL\:v-rounded-b-0),
|
|
6802
|
+
.XL\:v-rounded-b-0 {
|
|
6803
|
+
border-bottom-left-radius: 0px;
|
|
6804
|
+
border-bottom-right-radius: 0px;
|
|
6805
|
+
}
|
|
6806
|
+
:host(.XL\:v-rounded-l-0),
|
|
6807
|
+
.XL\:v-rounded-l-0 {
|
|
6808
|
+
border-top-left-radius: 0px;
|
|
6809
|
+
border-bottom-left-radius: 0px;
|
|
6810
|
+
}
|
|
6811
|
+
:host(.XL\:v-rounded-r-0),
|
|
6812
|
+
.XL\:v-rounded-r-0 {
|
|
6813
|
+
border-top-right-radius: 0px;
|
|
6814
|
+
border-bottom-right-radius: 0px;
|
|
6815
|
+
}
|
|
6816
|
+
:host(.XL\:v-rounded-tl-0),
|
|
6817
|
+
.XL\:v-rounded-tl-0 {
|
|
6818
|
+
border-top-left-radius: 0px;
|
|
6819
|
+
}
|
|
6820
|
+
:host(.XL\:v-rounded-tr-0),
|
|
6821
|
+
.XL\:v-rounded-tr-0 {
|
|
6822
|
+
border-top-right-radius: 0px;
|
|
6823
|
+
}
|
|
6824
|
+
:host(.XL\:v-rounded-bl-0),
|
|
6825
|
+
.XL\:v-rounded-bl-0 {
|
|
6826
|
+
border-bottom-left-radius: 0px;
|
|
6827
|
+
}
|
|
6828
|
+
:host(.XL\:v-rounded-br-0),
|
|
6829
|
+
.XL\:v-rounded-br-0 {
|
|
6830
|
+
border-bottom-right-radius: 0px;
|
|
6831
|
+
}
|
|
6832
|
+
:host(.XL\:v-rounded-9999),
|
|
6833
|
+
.XL\:v-rounded-9999 {
|
|
6834
|
+
border-radius: 9999px;
|
|
6835
|
+
}
|
|
6836
|
+
:host(.XL\:v-rounded-t-9999),
|
|
6837
|
+
.XL\:v-rounded-t-9999 {
|
|
6838
|
+
border-top-left-radius: 9999px;
|
|
6839
|
+
border-top-right-radius: 9999px;
|
|
6840
|
+
}
|
|
6841
|
+
:host(.XL\:v-rounded-b-9999),
|
|
6842
|
+
.XL\:v-rounded-b-9999 {
|
|
6843
|
+
border-bottom-left-radius: 9999px;
|
|
6844
|
+
border-bottom-right-radius: 9999px;
|
|
6845
|
+
}
|
|
6846
|
+
:host(.XL\:v-rounded-l-9999),
|
|
6847
|
+
.XL\:v-rounded-l-9999 {
|
|
6848
|
+
border-top-left-radius: 9999px;
|
|
6849
|
+
border-bottom-left-radius: 9999px;
|
|
6850
|
+
}
|
|
6851
|
+
:host(.XL\:v-rounded-r-9999),
|
|
6852
|
+
.XL\:v-rounded-r-9999 {
|
|
6853
|
+
border-top-right-radius: 9999px;
|
|
6854
|
+
border-bottom-right-radius: 9999px;
|
|
6855
|
+
}
|
|
6856
|
+
:host(.XL\:v-rounded-tl-9999),
|
|
6857
|
+
.XL\:v-rounded-tl-9999 {
|
|
6858
|
+
border-top-left-radius: 9999px;
|
|
6859
|
+
}
|
|
6860
|
+
:host(.XL\:v-rounded-tr-9999),
|
|
6861
|
+
.XL\:v-rounded-tr-9999 {
|
|
6862
|
+
border-top-right-radius: 9999px;
|
|
6863
|
+
}
|
|
6864
|
+
:host(.XL\:v-rounded-bl-9999),
|
|
6865
|
+
.XL\:v-rounded-bl-9999 {
|
|
6866
|
+
border-bottom-left-radius: 9999px;
|
|
6867
|
+
}
|
|
6868
|
+
:host(.XL\:v-rounded-br-9999),
|
|
6869
|
+
.XL\:v-rounded-br-9999 {
|
|
6870
|
+
border-bottom-right-radius: 9999px;
|
|
6871
|
+
}
|
|
6872
|
+
:host(.XL\:v-rounded-2),
|
|
6873
|
+
.XL\:v-rounded-2 {
|
|
6874
|
+
border-radius: 2px;
|
|
6875
|
+
}
|
|
6876
|
+
:host(.XL\:v-rounded-t-2),
|
|
6877
|
+
.XL\:v-rounded-t-2 {
|
|
6878
|
+
border-top-left-radius: 2px;
|
|
6879
|
+
border-top-right-radius: 2px;
|
|
6880
|
+
}
|
|
6881
|
+
:host(.XL\:v-rounded-b-2),
|
|
6882
|
+
.XL\:v-rounded-b-2 {
|
|
6883
|
+
border-bottom-left-radius: 2px;
|
|
6884
|
+
border-bottom-right-radius: 2px;
|
|
6885
|
+
}
|
|
6886
|
+
:host(.XL\:v-rounded-l-2),
|
|
6887
|
+
.XL\:v-rounded-l-2 {
|
|
6888
|
+
border-top-left-radius: 2px;
|
|
6889
|
+
border-bottom-left-radius: 2px;
|
|
6890
|
+
}
|
|
6891
|
+
:host(.XL\:v-rounded-r-2),
|
|
6892
|
+
.XL\:v-rounded-r-2 {
|
|
6893
|
+
border-top-right-radius: 2px;
|
|
6894
|
+
border-bottom-right-radius: 2px;
|
|
6895
|
+
}
|
|
6896
|
+
:host(.XL\:v-rounded-tl-2),
|
|
6897
|
+
.XL\:v-rounded-tl-2 {
|
|
6898
|
+
border-top-left-radius: 2px;
|
|
6899
|
+
}
|
|
6900
|
+
:host(.XL\:v-rounded-tr-2),
|
|
6901
|
+
.XL\:v-rounded-tr-2 {
|
|
6902
|
+
border-top-right-radius: 2px;
|
|
6903
|
+
}
|
|
6904
|
+
:host(.XL\:v-rounded-bl-2),
|
|
6905
|
+
.XL\:v-rounded-bl-2 {
|
|
6906
|
+
border-bottom-left-radius: 2px;
|
|
6907
|
+
}
|
|
6908
|
+
:host(.XL\:v-rounded-br-2),
|
|
6909
|
+
.XL\:v-rounded-br-2 {
|
|
6910
|
+
border-bottom-right-radius: 2px;
|
|
6911
|
+
}
|
|
6912
|
+
:host(.XL\:v-rounded-4),
|
|
6913
|
+
.XL\:v-rounded-4 {
|
|
6914
|
+
border-radius: 4px;
|
|
6915
|
+
}
|
|
6916
|
+
:host(.XL\:v-rounded-t-4),
|
|
6917
|
+
.XL\:v-rounded-t-4 {
|
|
6918
|
+
border-top-left-radius: 4px;
|
|
6919
|
+
border-top-right-radius: 4px;
|
|
6920
|
+
}
|
|
6921
|
+
:host(.XL\:v-rounded-b-4),
|
|
6922
|
+
.XL\:v-rounded-b-4 {
|
|
6923
|
+
border-bottom-left-radius: 4px;
|
|
6924
|
+
border-bottom-right-radius: 4px;
|
|
6925
|
+
}
|
|
6926
|
+
:host(.XL\:v-rounded-l-4),
|
|
6927
|
+
.XL\:v-rounded-l-4 {
|
|
6928
|
+
border-top-left-radius: 4px;
|
|
6929
|
+
border-bottom-left-radius: 4px;
|
|
6930
|
+
}
|
|
6931
|
+
:host(.XL\:v-rounded-r-4),
|
|
6932
|
+
.XL\:v-rounded-r-4 {
|
|
6933
|
+
border-top-right-radius: 4px;
|
|
6934
|
+
border-bottom-right-radius: 4px;
|
|
6935
|
+
}
|
|
6936
|
+
:host(.XL\:v-rounded-tl-4),
|
|
6937
|
+
.XL\:v-rounded-tl-4 {
|
|
6938
|
+
border-top-left-radius: 4px;
|
|
6939
|
+
}
|
|
6940
|
+
:host(.XL\:v-rounded-tr-4),
|
|
6941
|
+
.XL\:v-rounded-tr-4 {
|
|
6942
|
+
border-top-right-radius: 4px;
|
|
6943
|
+
}
|
|
6944
|
+
:host(.XL\:v-rounded-bl-4),
|
|
6945
|
+
.XL\:v-rounded-bl-4 {
|
|
6946
|
+
border-bottom-left-radius: 4px;
|
|
6947
|
+
}
|
|
6948
|
+
:host(.XL\:v-rounded-br-4),
|
|
6949
|
+
.XL\:v-rounded-br-4 {
|
|
6950
|
+
border-bottom-right-radius: 4px;
|
|
6951
|
+
}
|
|
6952
|
+
:host(.XL\:v-rounded-8),
|
|
6953
|
+
.XL\:v-rounded-8 {
|
|
6954
|
+
border-radius: 8px;
|
|
6955
|
+
}
|
|
6956
|
+
:host(.XL\:v-rounded-t-8),
|
|
6957
|
+
.XL\:v-rounded-t-8 {
|
|
6958
|
+
border-top-left-radius: 8px;
|
|
6959
|
+
border-top-right-radius: 8px;
|
|
6960
|
+
}
|
|
6961
|
+
:host(.XL\:v-rounded-b-8),
|
|
6962
|
+
.XL\:v-rounded-b-8 {
|
|
6963
|
+
border-bottom-left-radius: 8px;
|
|
6964
|
+
border-bottom-right-radius: 8px;
|
|
6965
|
+
}
|
|
6966
|
+
:host(.XL\:v-rounded-l-8),
|
|
6967
|
+
.XL\:v-rounded-l-8 {
|
|
6968
|
+
border-top-left-radius: 8px;
|
|
6969
|
+
border-bottom-left-radius: 8px;
|
|
6970
|
+
}
|
|
6971
|
+
:host(.XL\:v-rounded-r-8),
|
|
6972
|
+
.XL\:v-rounded-r-8 {
|
|
6973
|
+
border-top-right-radius: 8px;
|
|
6974
|
+
border-bottom-right-radius: 8px;
|
|
6975
|
+
}
|
|
6976
|
+
:host(.XL\:v-rounded-tl-8),
|
|
6977
|
+
.XL\:v-rounded-tl-8 {
|
|
6978
|
+
border-top-left-radius: 8px;
|
|
6979
|
+
}
|
|
6980
|
+
:host(.XL\:v-rounded-tr-8),
|
|
6981
|
+
.XL\:v-rounded-tr-8 {
|
|
6982
|
+
border-top-right-radius: 8px;
|
|
6983
|
+
}
|
|
6984
|
+
:host(.XL\:v-rounded-bl-8),
|
|
6985
|
+
.XL\:v-rounded-bl-8 {
|
|
6986
|
+
border-bottom-left-radius: 8px;
|
|
6987
|
+
}
|
|
6988
|
+
:host(.XL\:v-rounded-br-8),
|
|
6989
|
+
.XL\:v-rounded-br-8 {
|
|
6990
|
+
border-bottom-right-radius: 8px;
|
|
6991
|
+
}
|
|
6992
|
+
:host(.XL\:v-rounded-12),
|
|
6993
|
+
.XL\:v-rounded-12 {
|
|
6994
|
+
border-radius: 12px;
|
|
6995
|
+
}
|
|
6996
|
+
:host(.XL\:v-rounded-t-12),
|
|
6997
|
+
.XL\:v-rounded-t-12 {
|
|
6998
|
+
border-top-left-radius: 12px;
|
|
6999
|
+
border-top-right-radius: 12px;
|
|
7000
|
+
}
|
|
7001
|
+
:host(.XL\:v-rounded-b-12),
|
|
7002
|
+
.XL\:v-rounded-b-12 {
|
|
7003
|
+
border-bottom-left-radius: 12px;
|
|
7004
|
+
border-bottom-right-radius: 12px;
|
|
7005
|
+
}
|
|
7006
|
+
:host(.XL\:v-rounded-l-12),
|
|
7007
|
+
.XL\:v-rounded-l-12 {
|
|
7008
|
+
border-top-left-radius: 12px;
|
|
7009
|
+
border-bottom-left-radius: 12px;
|
|
7010
|
+
}
|
|
7011
|
+
:host(.XL\:v-rounded-r-12),
|
|
7012
|
+
.XL\:v-rounded-r-12 {
|
|
7013
|
+
border-top-right-radius: 12px;
|
|
7014
|
+
border-bottom-right-radius: 12px;
|
|
7015
|
+
}
|
|
7016
|
+
:host(.XL\:v-rounded-tl-12),
|
|
7017
|
+
.XL\:v-rounded-tl-12 {
|
|
7018
|
+
border-top-left-radius: 12px;
|
|
7019
|
+
}
|
|
7020
|
+
:host(.XL\:v-rounded-tr-12),
|
|
7021
|
+
.XL\:v-rounded-tr-12 {
|
|
7022
|
+
border-top-right-radius: 12px;
|
|
7023
|
+
}
|
|
7024
|
+
:host(.XL\:v-rounded-bl-12),
|
|
7025
|
+
.XL\:v-rounded-bl-12 {
|
|
7026
|
+
border-bottom-left-radius: 12px;
|
|
7027
|
+
}
|
|
7028
|
+
:host(.XL\:v-rounded-br-12),
|
|
7029
|
+
.XL\:v-rounded-br-12 {
|
|
7030
|
+
border-bottom-right-radius: 12px;
|
|
7031
|
+
}
|
|
7032
|
+
:host(.XL\:v-rounded-16),
|
|
7033
|
+
.XL\:v-rounded-16 {
|
|
7034
|
+
border-radius: 16px;
|
|
7035
|
+
}
|
|
7036
|
+
:host(.XL\:v-rounded-t-16),
|
|
7037
|
+
.XL\:v-rounded-t-16 {
|
|
7038
|
+
border-top-left-radius: 16px;
|
|
7039
|
+
border-top-right-radius: 16px;
|
|
7040
|
+
}
|
|
7041
|
+
:host(.XL\:v-rounded-b-16),
|
|
7042
|
+
.XL\:v-rounded-b-16 {
|
|
7043
|
+
border-bottom-left-radius: 16px;
|
|
7044
|
+
border-bottom-right-radius: 16px;
|
|
7045
|
+
}
|
|
7046
|
+
:host(.XL\:v-rounded-l-16),
|
|
7047
|
+
.XL\:v-rounded-l-16 {
|
|
7048
|
+
border-top-left-radius: 16px;
|
|
7049
|
+
border-bottom-left-radius: 16px;
|
|
7050
|
+
}
|
|
7051
|
+
:host(.XL\:v-rounded-r-16),
|
|
7052
|
+
.XL\:v-rounded-r-16 {
|
|
7053
|
+
border-top-right-radius: 16px;
|
|
7054
|
+
border-bottom-right-radius: 16px;
|
|
7055
|
+
}
|
|
7056
|
+
:host(.XL\:v-rounded-tl-16),
|
|
7057
|
+
.XL\:v-rounded-tl-16 {
|
|
7058
|
+
border-top-left-radius: 16px;
|
|
7059
|
+
}
|
|
7060
|
+
:host(.XL\:v-rounded-tr-16),
|
|
7061
|
+
.XL\:v-rounded-tr-16 {
|
|
7062
|
+
border-top-right-radius: 16px;
|
|
7063
|
+
}
|
|
7064
|
+
:host(.XL\:v-rounded-bl-16),
|
|
7065
|
+
.XL\:v-rounded-bl-16 {
|
|
7066
|
+
border-bottom-left-radius: 16px;
|
|
7067
|
+
}
|
|
7068
|
+
:host(.XL\:v-rounded-br-16),
|
|
7069
|
+
.XL\:v-rounded-br-16 {
|
|
7070
|
+
border-bottom-right-radius: 16px;
|
|
7071
|
+
}
|
|
7072
|
+
:host(.XL\:v-rounded-24),
|
|
7073
|
+
.XL\:v-rounded-24 {
|
|
7074
|
+
border-radius: 24px;
|
|
7075
|
+
}
|
|
7076
|
+
:host(.XL\:v-rounded-t-24),
|
|
7077
|
+
.XL\:v-rounded-t-24 {
|
|
7078
|
+
border-top-left-radius: 24px;
|
|
7079
|
+
border-top-right-radius: 24px;
|
|
7080
|
+
}
|
|
7081
|
+
:host(.XL\:v-rounded-b-24),
|
|
7082
|
+
.XL\:v-rounded-b-24 {
|
|
7083
|
+
border-bottom-left-radius: 24px;
|
|
7084
|
+
border-bottom-right-radius: 24px;
|
|
7085
|
+
}
|
|
7086
|
+
:host(.XL\:v-rounded-l-24),
|
|
7087
|
+
.XL\:v-rounded-l-24 {
|
|
7088
|
+
border-top-left-radius: 24px;
|
|
7089
|
+
border-bottom-left-radius: 24px;
|
|
7090
|
+
}
|
|
7091
|
+
:host(.XL\:v-rounded-r-24),
|
|
7092
|
+
.XL\:v-rounded-r-24 {
|
|
7093
|
+
border-top-right-radius: 24px;
|
|
7094
|
+
border-bottom-right-radius: 24px;
|
|
7095
|
+
}
|
|
7096
|
+
:host(.XL\:v-rounded-tl-24),
|
|
7097
|
+
.XL\:v-rounded-tl-24 {
|
|
7098
|
+
border-top-left-radius: 24px;
|
|
7099
|
+
}
|
|
7100
|
+
:host(.XL\:v-rounded-tr-24),
|
|
7101
|
+
.XL\:v-rounded-tr-24 {
|
|
7102
|
+
border-top-right-radius: 24px;
|
|
7103
|
+
}
|
|
7104
|
+
:host(.XL\:v-rounded-bl-24),
|
|
7105
|
+
.XL\:v-rounded-bl-24 {
|
|
7106
|
+
border-bottom-left-radius: 24px;
|
|
7107
|
+
}
|
|
7108
|
+
:host(.XL\:v-rounded-br-24),
|
|
7109
|
+
.XL\:v-rounded-br-24 {
|
|
7110
|
+
border-bottom-right-radius: 24px;
|
|
7111
|
+
}
|
|
7112
|
+
:host(.XL\:v-rounded-32),
|
|
7113
|
+
.XL\:v-rounded-32 {
|
|
7114
|
+
border-radius: 32px;
|
|
7115
|
+
}
|
|
7116
|
+
:host(.XL\:v-rounded-t-32),
|
|
7117
|
+
.XL\:v-rounded-t-32 {
|
|
7118
|
+
border-top-left-radius: 32px;
|
|
7119
|
+
border-top-right-radius: 32px;
|
|
7120
|
+
}
|
|
7121
|
+
:host(.XL\:v-rounded-b-32),
|
|
7122
|
+
.XL\:v-rounded-b-32 {
|
|
7123
|
+
border-bottom-left-radius: 32px;
|
|
7124
|
+
border-bottom-right-radius: 32px;
|
|
7125
|
+
}
|
|
7126
|
+
:host(.XL\:v-rounded-l-32),
|
|
7127
|
+
.XL\:v-rounded-l-32 {
|
|
7128
|
+
border-top-left-radius: 32px;
|
|
7129
|
+
border-bottom-left-radius: 32px;
|
|
7130
|
+
}
|
|
7131
|
+
:host(.XL\:v-rounded-r-32),
|
|
7132
|
+
.XL\:v-rounded-r-32 {
|
|
7133
|
+
border-top-right-radius: 32px;
|
|
7134
|
+
border-bottom-right-radius: 32px;
|
|
7135
|
+
}
|
|
7136
|
+
:host(.XL\:v-rounded-tl-32),
|
|
7137
|
+
.XL\:v-rounded-tl-32 {
|
|
7138
|
+
border-top-left-radius: 32px;
|
|
7139
|
+
}
|
|
7140
|
+
:host(.XL\:v-rounded-tr-32),
|
|
7141
|
+
.XL\:v-rounded-tr-32 {
|
|
7142
|
+
border-top-right-radius: 32px;
|
|
7143
|
+
}
|
|
7144
|
+
:host(.XL\:v-rounded-bl-32),
|
|
7145
|
+
.XL\:v-rounded-bl-32 {
|
|
7146
|
+
border-bottom-left-radius: 32px;
|
|
7147
|
+
}
|
|
7148
|
+
:host(.XL\:v-rounded-br-32),
|
|
7149
|
+
.XL\:v-rounded-br-32 {
|
|
7150
|
+
border-bottom-right-radius: 32px;
|
|
7151
|
+
}
|
|
7152
|
+
:host(.XL\:v-rounded-48),
|
|
7153
|
+
.XL\:v-rounded-48 {
|
|
7154
|
+
border-radius: 48px;
|
|
7155
|
+
}
|
|
7156
|
+
:host(.XL\:v-rounded-t-48),
|
|
7157
|
+
.XL\:v-rounded-t-48 {
|
|
7158
|
+
border-top-left-radius: 48px;
|
|
7159
|
+
border-top-right-radius: 48px;
|
|
7160
|
+
}
|
|
7161
|
+
:host(.XL\:v-rounded-b-48),
|
|
7162
|
+
.XL\:v-rounded-b-48 {
|
|
7163
|
+
border-bottom-left-radius: 48px;
|
|
7164
|
+
border-bottom-right-radius: 48px;
|
|
7165
|
+
}
|
|
7166
|
+
:host(.XL\:v-rounded-l-48),
|
|
7167
|
+
.XL\:v-rounded-l-48 {
|
|
7168
|
+
border-top-left-radius: 48px;
|
|
7169
|
+
border-bottom-left-radius: 48px;
|
|
7170
|
+
}
|
|
7171
|
+
:host(.XL\:v-rounded-r-48),
|
|
7172
|
+
.XL\:v-rounded-r-48 {
|
|
7173
|
+
border-top-right-radius: 48px;
|
|
7174
|
+
border-bottom-right-radius: 48px;
|
|
7175
|
+
}
|
|
7176
|
+
:host(.XL\:v-rounded-tl-48),
|
|
7177
|
+
.XL\:v-rounded-tl-48 {
|
|
7178
|
+
border-top-left-radius: 48px;
|
|
7179
|
+
}
|
|
7180
|
+
:host(.XL\:v-rounded-tr-48),
|
|
7181
|
+
.XL\:v-rounded-tr-48 {
|
|
7182
|
+
border-top-right-radius: 48px;
|
|
7183
|
+
}
|
|
7184
|
+
:host(.XL\:v-rounded-bl-48),
|
|
7185
|
+
.XL\:v-rounded-bl-48 {
|
|
7186
|
+
border-bottom-left-radius: 48px;
|
|
7187
|
+
}
|
|
7188
|
+
:host(.XL\:v-rounded-br-48),
|
|
7189
|
+
.XL\:v-rounded-br-48 {
|
|
7190
|
+
border-bottom-right-radius: 48px;
|
|
7191
|
+
}
|
|
7192
|
+
}
|
|
7193
|
+
/* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */ /* This file is generated by vega-design 2.0.71 */
|
|
5104
7194
|
:host {
|
|
5105
7195
|
display: block;
|
|
5106
7196
|
}
|