@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.
- package/dist/components/UiIcon/UiIcon.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/compositions/index.d.ts +1 -1
- package/dist/directives/index.d.ts +1 -1
- package/dist/dpa-shared-components.js +12350 -12350
- package/dist/eslint.base.config.js +49 -1
- package/dist/index.d.ts +4 -4
- package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
- package/dist/src/components/UiBadge/UiBadge.stories.ts +2 -1
- package/dist/src/components/UiButton/UiButton.stories.ts +2 -1
- package/dist/src/components/UiButton/UiButton.vue +1 -1
- package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +1 -0
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +2 -1
- package/dist/src/components/UiCheckbox/UiCheckbox.vue +1 -1
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +1 -0
- package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +1 -1
- package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +1 -0
- package/dist/src/components/UiColorPicker/UiColorPicker.vue +3 -3
- package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +2 -1
- package/dist/src/components/UiDialog/UiDialog.vue +1 -1
- package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -0
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +1 -0
- package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.vue +1 -1
- package/dist/src/components/UiIcon/IconOverview.stories.vue +1 -1
- package/dist/src/components/UiIcon/UiIcon.spec.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.vue +1 -1
- package/dist/src/components/UiIconButton/UiIconButton.stories.ts +2 -1
- package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +2 -1
- package/dist/src/components/UiInput/UiInput.vue +1 -1
- package/dist/src/components/UiLabel/UiLabel.vue +1 -1
- package/dist/src/components/UiList/UiList.spec.ts +1 -0
- package/dist/src/components/UiList/UiList.stories.ts +1 -0
- package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -0
- package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -1
- package/dist/src/components/UiListItem/UiListItem.vue +1 -1
- package/dist/src/components/UiMenu/UiMenu.stories.ts +2 -1
- package/dist/src/components/UiMenu/UiMenu.vue +2 -2
- package/dist/src/components/UiMenu/UiMenuItem.vue +2 -1
- package/dist/src/components/UiMenu/UiMenuList.vue +1 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +2 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +1 -0
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
- package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +1 -0
- package/dist/src/components/UiSearchBar/UiSearchBar.vue +1 -1
- package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +1 -0
- package/dist/src/components/UiSelect/UiSelect.vue +2 -2
- package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +1 -0
- package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +2 -1
- package/dist/src/components/UiSpinner/UiSpinner.spec.ts +1 -0
- package/dist/src/components/UiTextButton/UiTextButton.stories.ts +2 -1
- package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +1 -0
- package/dist/src/components/index.ts +1 -1
- package/dist/src/compositions/index.ts +1 -1
- package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +2 -1
- package/dist/src/directives/index.ts +1 -1
- package/dist/src/index.ts +4 -4
- package/dist/src/utils/cn.spec.ts +12 -0
- package/dist/src/utils/index.spec.ts +1 -1
- package/dist/src/utils/index.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +12 -5
- package/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
- package/src/components/UiButton/UiButton.vue +1 -1
- package/src/components/UiCheckbox/UiCheckbox.vue +1 -1
- package/src/components/UiColorPicker/UiColorPicker.vue +3 -3
- package/src/components/UiDialog/UiDialog.vue +1 -1
- package/src/components/UiFilterButton/UiFilterButton.vue +1 -1
- package/src/components/UiIcon/UiIcon.vue +1 -1
- package/src/components/UiInput/UiInput.vue +1 -1
- package/src/components/UiLabel/UiLabel.vue +1 -1
- package/src/components/UiListItem/UiListItem.vue +1 -1
- package/src/components/UiMenu/UiMenu.vue +2 -2
- package/src/components/UiMenu/UiMenuItem.vue +2 -1
- package/src/components/UiMenu/UiMenuList.vue +1 -1
- package/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
- package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
- package/src/components/UiSearchBar/UiSearchBar.vue +1 -1
- package/src/components/UiSelect/UiSelect.vue +2 -2
- package/src/components/index.ts +0 -92
- package/src/compositions/index.ts +0 -1
- package/src/directives/index.ts +0 -1
- package/src/index.ts +0 -6
- package/src/utils/index.ts +0 -1
|
@@ -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.
|
|
1
|
+
export { useBreakpoints } from './useBreakpoints/useBreakpoints.ts';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { vClickAway } from './vClickAway.
|
|
1
|
+
export { vClickAway } from './vClickAway.ts';
|