@db-ux/core-components 4.14.0 → 5.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/CHANGELOG.md +28 -0
- package/build/components/accordion-item/accordion-item.css +0 -1
- package/build/components/brand/brand.css +0 -1
- package/build/components/brand/brand.scss +0 -1
- package/build/components/button/button.css +4 -9
- package/build/components/checkbox/checkbox.css +0 -3
- package/build/components/checkbox/checkbox.scss +0 -2
- package/build/components/custom-button/custom-button.css +8 -13
- package/build/components/custom-button/custom-button.scss +2 -3
- package/build/components/custom-select/custom-select.css +0 -1
- package/build/components/custom-select-list-item/custom-select-list-item.css +6 -2
- package/build/components/custom-select-list-item/custom-select-list-item.scss +8 -3
- package/build/components/drawer/drawer.css +94 -166
- package/build/components/drawer/drawer.scss +160 -176
- package/build/components/drawer-footer/drawer-footer.css +34 -0
- package/build/components/drawer-footer/drawer-footer.scss +11 -0
- package/build/components/drawer-header/drawer-header.css +38 -0
- package/build/components/drawer-header/drawer-header.scss +17 -0
- package/build/components/header/header.css +50 -40
- package/build/components/header/header.scss +35 -21
- package/build/components/icon/icon.css +0 -6
- package/build/components/infotext/infotext.css +0 -4
- package/build/components/infotext/infotext.scss +0 -2
- package/build/components/input/input.css +0 -5
- package/build/components/link/link.css +5 -5
- package/build/components/link/link.scss +8 -3
- package/build/components/navigation/navigation.css +1 -2
- package/build/components/navigation/navigation.scss +2 -2
- package/build/components/navigation-item/navigation-item.css +15 -27
- package/build/components/navigation-item/navigation-item.scss +17 -21
- package/build/components/notification/notification.css +0 -1
- package/build/components/notification/notification.scss +0 -2
- package/build/components/select/select.css +0 -1
- package/build/components/switch/switch.css +0 -3
- package/build/components/switch/switch.scss +0 -1
- package/build/components/tab-item/tab-item.css +120 -98
- package/build/components/tab-item/tab-item.scss +89 -90
- package/build/components/tab-list/tab-list.css +38 -36
- package/build/components/tab-list/tab-list.scss +11 -9
- package/build/components/tab-panel/tab-panel.css +30 -4
- package/build/components/tab-panel/tab-panel.scss +60 -2
- package/build/components/table/table.css +0 -4
- package/build/components/table-row/table-row.css +0 -4
- package/build/components/table-row/table-row.scss +0 -5
- package/build/components/tabs/tabs.css +152 -263
- package/build/components/tabs/tabs.scss +243 -198
- package/build/components/tag/tag.css +2 -21
- package/build/components/tag/tag.scss +5 -7
- package/build/styles/absolute.css +11 -11
- package/build/styles/bundle.css +11 -11
- package/build/styles/index.css +10 -10
- package/build/styles/index.scss +3 -1
- package/build/styles/internal/_button-components.scss +7 -4
- package/build/styles/internal/_component.scss +4 -0
- package/build/styles/internal/_custom-elements.scss +3 -2
- package/build/styles/internal/_icon-passing.scss +9 -10
- package/build/styles/relative.css +11 -11
- package/build/styles/rollup.css +11 -11
- package/build/styles/wc-workarounds.css +1 -1
- package/build/styles/webpack.css +11 -11
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
db-accordion,db-accordion-item,db-badge,db-brand,db-button,db-card,db-checkbox,db-custom-button,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-table,db-table-body,db-table-caption,db-table-data-cell,db-table-footer,db-table-head,db-table-header-cell,db-table-row,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-button,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-drawer-footer,db-drawer-header,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-table,db-table-body,db-table-caption,db-table-data-cell,db-table-footer,db-table-head,db-table-header-cell,db-table-row,db-tabs,db-tag,db-textarea,db-tooltip{display:contents}db-notification{inline-size:inherit}
|