@db-ux/core-components 4.3.2 → 4.4.0-loading-567cd0c
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/CHANGELOG.md +8 -0
- package/build/components/accordion-item/accordion-item.css +6 -0
- package/build/components/button/button.css +43 -0
- package/build/components/button/button.scss +4 -0
- package/build/components/custom-select/custom-select.css +9 -9
- package/build/components/custom-select-dropdown/custom-select-dropdown.css +2 -21
- package/build/components/custom-select-dropdown/custom-select-dropdown.scss +2 -10
- package/build/components/drawer/drawer.css +6 -0
- package/build/components/link/link.css +6 -0
- package/build/components/loading-indicator/loading-indicator.css +591 -0
- package/build/components/loading-indicator/loading-indicator.scss +515 -0
- package/build/components/navigation-item/navigation-item.css +6 -0
- package/build/components/notification/notification.css +6 -0
- package/build/components/popover/popover.css +6 -0
- package/build/components/select/select.css +2 -1
- package/build/components/select/select.scss +4 -1
- package/build/components/tab-list/tab-list.css +6 -0
- package/build/components/tag/tag.css +6 -0
- package/build/components/textarea/textarea.css +6 -0
- package/build/components/tooltip/tooltip.css +6 -0
- package/build/styles/absolute.css +18 -4
- package/build/styles/component-animations.css +1 -1
- package/build/styles/index.css +17 -3
- package/build/styles/index.scss +2 -0
- package/build/styles/internal/_custom-elements.scss +2 -0
- package/build/styles/internal/_form-components.scss +7 -1
- package/build/styles/internal/_loading.scss +76 -0
- package/build/styles/relative.css +18 -4
- package/build/styles/rollup.css +18 -4
- package/build/styles/wc-workarounds.css +1 -1
- package/build/styles/wc-workarounds.scss +1 -0
- package/build/styles/webpack.css +18 -4
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
db-accordion,db-accordion-item,db-badge,db-brand,db-button,db-card,db-checkbox,db-custom-select,db-custom-select-dropdown,db-custom-select-form-field,db-custom-select-list,db-custom-select-list-item,db-divider,db-drawer,db-header,db-icon,db-infotext,db-input,db-link,db-navigation,db-navigation-item,db-notification,db-page,db-popover,db-radio,db-section,db-select,db-stack,db-switch,db-tab,db-tab-bar,db-tab-item,db-tab-list,db-tab-panel,db-tabs,db-tag,db-textarea,db-tooltip{display:contents}db-notification{inline-size:inherit}
|
|
1
|
+
db-accordion,db-accordion-item,db-badge,db-brand,db-button,db-card,db-checkbox,db-custom-select,db-custom-select-dropdown,db-custom-select-form-field,db-custom-select-list,db-custom-select-list-item,db-divider,db-drawer,db-header,db-icon,db-infotext,db-input,db-link,db-loading-indicator,db-navigation,db-navigation-item,db-notification,db-page,db-popover,db-radio,db-section,db-select,db-stack,db-switch,db-tab,db-tab-bar,db-tab-item,db-tab-list,db-tab-panel,db-tabs,db-tag,db-textarea,db-tooltip{border-radius:inherit;display:contents}db-notification{inline-size:inherit}
|