@db-ux/core-components 4.10.2 → 4.11.1

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/components/checkbox/checkbox.css +1 -1
  3. package/build/components/custom-button/custom-button.css +0 -5
  4. package/build/components/custom-select-list-item/custom-select-list-item.css +0 -5
  5. package/build/components/infotext/infotext.css +4 -1
  6. package/build/components/infotext/infotext.scss +3 -1
  7. package/build/components/input/input.css +0 -5
  8. package/build/components/link/link.css +4 -2
  9. package/build/components/navigation/navigation.css +1 -1
  10. package/build/components/notification/notification.css +4 -2
  11. package/build/components/radio/radio.css +1 -1
  12. package/build/components/switch/switch.css +1 -1
  13. package/build/components/tab-item/tab-item.css +0 -5
  14. package/build/components/tab-list/tab-list.css +4 -2
  15. package/build/components/table/table.css +591 -0
  16. package/build/components/table/table.scss +293 -0
  17. package/build/components/table-body/table-body.css +8 -0
  18. package/build/components/table-body/table-body.scss +5 -0
  19. package/build/components/table-caption/table-caption.css +3 -0
  20. package/build/components/table-caption/table-caption.scss +3 -0
  21. package/build/components/table-data-cell/table-data-cell.css +144 -0
  22. package/build/components/table-data-cell/table-data-cell.scss +5 -0
  23. package/build/components/table-footer/table-footer.css +8 -0
  24. package/build/components/table-footer/table-footer.scss +5 -0
  25. package/build/components/table-head/table-head.css +19 -0
  26. package/build/components/table-head/table-head.scss +17 -0
  27. package/build/components/table-header-cell/table-header-cell.css +148 -0
  28. package/build/components/table-header-cell/table-header-cell.scss +9 -0
  29. package/build/components/table-row/table-row.css +230 -0
  30. package/build/components/table-row/table-row.scss +116 -0
  31. package/build/components/tabs/tabs.css +1 -1
  32. package/build/components/tag/tag.css +4 -2
  33. package/build/components/textarea/textarea.css +4 -2
  34. package/build/styles/absolute.css +8 -8
  35. package/build/styles/bundle.css +8 -8
  36. package/build/styles/component-animations.css +1 -1
  37. package/build/styles/index.css +7 -7
  38. package/build/styles/index.scss +8 -0
  39. package/build/styles/internal/_custom-elements.scss +3 -1
  40. package/build/styles/internal/_db-puls.scss +2 -2
  41. package/build/styles/internal/_form-components.scss +1 -1
  42. package/build/styles/internal/_table-components.scss +64 -0
  43. package/build/styles/relative.css +8 -8
  44. package/build/styles/rollup.css +8 -8
  45. package/build/styles/wc-workarounds.css +1 -1
  46. package/build/styles/webpack.css +8 -8
  47. package/package.json +8 -8
@@ -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-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-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}