@dpa-id-components/dpa-shared-components 20.0.8 → 21.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.
Files changed (87) hide show
  1. package/dist/components/UiIcon/UiIcon.vue.d.ts +1 -1
  2. package/dist/components/index.d.ts +1 -1
  3. package/dist/compositions/index.d.ts +1 -1
  4. package/dist/directives/index.d.ts +1 -1
  5. package/dist/dpa-shared-components.js +12350 -12350
  6. package/dist/eslint.base.config.js +49 -1
  7. package/dist/index.d.ts +4 -4
  8. package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
  9. package/dist/src/components/UiBadge/UiBadge.stories.ts +2 -1
  10. package/dist/src/components/UiButton/UiButton.stories.ts +2 -1
  11. package/dist/src/components/UiButton/UiButton.vue +1 -1
  12. package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +1 -0
  13. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +2 -1
  14. package/dist/src/components/UiCheckbox/UiCheckbox.vue +1 -1
  15. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +1 -0
  16. package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +1 -1
  17. package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +1 -0
  18. package/dist/src/components/UiColorPicker/UiColorPicker.vue +3 -3
  19. package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +2 -1
  20. package/dist/src/components/UiDialog/UiDialog.vue +1 -1
  21. package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -0
  22. package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +1 -0
  23. package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
  24. package/dist/src/components/UiFilterButton/UiFilterButton.vue +1 -1
  25. package/dist/src/components/UiIcon/IconOverview.stories.vue +1 -1
  26. package/dist/src/components/UiIcon/UiIcon.spec.ts +1 -1
  27. package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
  28. package/dist/src/components/UiIcon/UiIcon.vue +1 -1
  29. package/dist/src/components/UiIconButton/UiIconButton.stories.ts +2 -1
  30. package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +2 -1
  31. package/dist/src/components/UiInput/UiInput.vue +1 -1
  32. package/dist/src/components/UiLabel/UiLabel.vue +1 -1
  33. package/dist/src/components/UiList/UiList.spec.ts +1 -0
  34. package/dist/src/components/UiList/UiList.stories.ts +1 -0
  35. package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -0
  36. package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -1
  37. package/dist/src/components/UiListItem/UiListItem.vue +1 -1
  38. package/dist/src/components/UiMenu/UiMenu.stories.ts +2 -1
  39. package/dist/src/components/UiMenu/UiMenu.vue +2 -2
  40. package/dist/src/components/UiMenu/UiMenuItem.vue +2 -1
  41. package/dist/src/components/UiMenu/UiMenuList.vue +1 -1
  42. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +2 -1
  43. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +1 -0
  44. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
  45. package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
  46. package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +1 -0
  47. package/dist/src/components/UiSearchBar/UiSearchBar.vue +1 -1
  48. package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +1 -0
  49. package/dist/src/components/UiSelect/UiSelect.vue +2 -2
  50. package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +1 -0
  51. package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +2 -1
  52. package/dist/src/components/UiSpinner/UiSpinner.spec.ts +1 -0
  53. package/dist/src/components/UiTextButton/UiTextButton.stories.ts +2 -1
  54. package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +1 -0
  55. package/dist/src/components/index.ts +1 -1
  56. package/dist/src/compositions/index.ts +1 -1
  57. package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +2 -1
  58. package/dist/src/directives/index.ts +1 -1
  59. package/dist/src/index.ts +4 -4
  60. package/dist/src/utils/cn.spec.ts +12 -0
  61. package/dist/src/utils/index.spec.ts +1 -1
  62. package/dist/src/utils/index.ts +1 -1
  63. package/dist/style.css +1 -1
  64. package/dist/utils/index.d.ts +1 -1
  65. package/package.json +12 -5
  66. package/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
  67. package/src/components/UiButton/UiButton.vue +1 -1
  68. package/src/components/UiCheckbox/UiCheckbox.vue +1 -1
  69. package/src/components/UiColorPicker/UiColorPicker.vue +3 -3
  70. package/src/components/UiDialog/UiDialog.vue +1 -1
  71. package/src/components/UiFilterButton/UiFilterButton.vue +1 -1
  72. package/src/components/UiIcon/UiIcon.vue +1 -1
  73. package/src/components/UiInput/UiInput.vue +1 -1
  74. package/src/components/UiLabel/UiLabel.vue +1 -1
  75. package/src/components/UiListItem/UiListItem.vue +1 -1
  76. package/src/components/UiMenu/UiMenu.vue +2 -2
  77. package/src/components/UiMenu/UiMenuItem.vue +2 -1
  78. package/src/components/UiMenu/UiMenuList.vue +1 -1
  79. package/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
  80. package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
  81. package/src/components/UiSearchBar/UiSearchBar.vue +1 -1
  82. package/src/components/UiSelect/UiSelect.vue +2 -2
  83. package/src/components/index.ts +0 -92
  84. package/src/compositions/index.ts +0 -1
  85. package/src/directives/index.ts +0 -1
  86. package/src/index.ts +0 -6
  87. package/src/utils/index.ts +0 -1
@@ -1,4 +1,4 @@
1
- import { icons } from './icons.js';
1
+ import { icons } from './icons.ts';
2
2
  export type UiIconName = keyof typeof icons;
3
3
  declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{
4
4
  name: UiIconName;
@@ -8,6 +8,7 @@ import { default as UiCheckbox } from './UiCheckbox/UiCheckbox.vue';
8
8
  import { default as UiCheckBoxGroup } from './UiCheckBoxGroup/UiCheckBoxGroup.vue';
9
9
  import { default as UiChip } from './UiChip/UiChip.vue';
10
10
  import { default as UiCollapseNavigation } from './UiCollapseNavigation/UiCollapseNavigation.vue';
11
+ import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
11
12
  import { default as UiDatePicker } from './UiDatePicker/UiDatePicker.vue';
12
13
  import { default as UiDialog } from './UiDialog/UiDialog.vue';
13
14
  import { default as UiFilterBadge } from './UiFilterBadge/UiFilterBadge.vue';
@@ -26,7 +27,6 @@ import { default as UiMenuList } from './UiMenu/UiMenuList.vue';
26
27
  import { default as UiOverlay } from './UiOverlay/UiOverlay.vue';
27
28
  import { default as UiOverlayMenu } from './UiOverlayMenu/UiOverlayMenu.vue';
28
29
  import { default as UiRadioInputGroup } from './UiRadioInputGroup/UiRadioInputGroup.vue';
29
- import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
30
30
  import { default as UiSearchBar } from './UiSearchBar/UiSearchBar.vue';
31
31
  import { default as UiSearchInput } from './UiSearchInput/UiSearchInput.vue';
32
32
  import { default as UiSection } from './UiSection/UiSection.vue';
@@ -1 +1 @@
1
- export { useBreakpoints } from './useBreakpoints/useBreakpoints.js';
1
+ export { useBreakpoints } from './useBreakpoints/useBreakpoints.ts';
@@ -1 +1 @@
1
- export { vClickAway } from './vClickAway.js';
1
+ export { vClickAway } from './vClickAway.ts';