@dpa-id-components/dpa-shared-components 7.2.0 → 7.2.2

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 (52) hide show
  1. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +3 -3
  2. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +3 -3
  3. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +3 -3
  4. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +6 -6
  5. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +3 -3
  6. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +3 -3
  7. package/dist/compositions/index.d.ts +1 -1
  8. package/dist/dpa-shared-components.mjs +3802 -3798
  9. package/dist/dpa-shared-components.umd.js +5 -5
  10. package/dist/style.css +1 -1
  11. package/package.json +2 -2
  12. package/dist/UseBreakpoints.stories.ts +0 -22
  13. package/dist/UseBreakpoints.vue +0 -12
  14. package/dist/alert-c8e2ae08.mjs +0 -15
  15. package/dist/arrow-left-93c1cdc7.mjs +0 -15
  16. package/dist/arrow-right-caf216c1.mjs +0 -15
  17. package/dist/audio-f02c6683.mjs +0 -19
  18. package/dist/checklist-e548cc3a.mjs +0 -19
  19. package/dist/checkmark-d41d01ff.mjs +0 -19
  20. package/dist/chevron-left-b66f074e.mjs +0 -15
  21. package/dist/chevron-right-b589ab17.mjs +0 -17
  22. package/dist/chevron-up-6418abb0.mjs +0 -15
  23. package/dist/clock-02be24f4.mjs +0 -19
  24. package/dist/close-5d26c1d1.mjs +0 -15
  25. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
  26. package/dist/copy-link-de7cb91d.mjs +0 -19
  27. package/dist/emoji-9480b7e3.mjs +0 -19
  28. package/dist/emoji-add-7fb19e1a.mjs +0 -29
  29. package/dist/filter-2926b3c6.mjs +0 -20
  30. package/dist/flags-cb22ae09.mjs +0 -19
  31. package/dist/flash-6c2fa662.mjs +0 -15
  32. package/dist/folder-add-e6e37681.mjs +0 -15
  33. package/dist/folder-bc98dd3b.mjs +0 -15
  34. package/dist/graphic-a41ad739.mjs +0 -19
  35. package/dist/help-471874fe.mjs +0 -19
  36. package/dist/home-85e0bf1d.mjs +0 -15
  37. package/dist/info-ee40cf5c.mjs +0 -15
  38. package/dist/latest-dd68ea4b.mjs +0 -15
  39. package/dist/more-vertical-5797b4a7.mjs +0 -15
  40. package/dist/pin-ce661952.mjs +0 -19
  41. package/dist/plus-0900f7b4.mjs +0 -15
  42. package/dist/refresh-93ed1124.mjs +0 -15
  43. package/dist/reset-71987e6a.mjs +0 -15
  44. package/dist/search-9bebfc15.mjs +0 -15
  45. package/dist/share-f49b038e.mjs +0 -15
  46. package/dist/slack-05d08ea2.mjs +0 -15
  47. package/dist/text-3969d470.mjs +0 -15
  48. package/dist/useBreakpoints.ts +0 -19
  49. package/dist/video-e95f8e58.mjs +0 -19
  50. /package/dist/{tailwind → compositions/useBreakpoints}/UseBreakpoints.stories.d.ts +0 -0
  51. /package/dist/{tailwind → compositions/useBreakpoints}/useBreakpoints.d.ts +0 -0
  52. /package/dist/{Eil-0d960dff.mjs → eil-0d960dff.mjs} +0 -0
@@ -818,7 +818,7 @@ declare const meta: {
818
818
  default: boolean;
819
819
  };
820
820
  backgroundColor: {
821
- type: import("vue").PropType<"blue" | "none">;
821
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
822
822
  default: string;
823
823
  };
824
824
  iconColor: {
@@ -845,7 +845,7 @@ declare const meta: {
845
845
  default: boolean;
846
846
  };
847
847
  backgroundColor: {
848
- type: import("vue").PropType<"blue" | "none">;
848
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
849
849
  default: string;
850
850
  };
851
851
  iconColor: {
@@ -858,7 +858,7 @@ declare const meta: {
858
858
  size: "small" | "medium" | "large" | "xl";
859
859
  title: string;
860
860
  disabled: boolean;
861
- backgroundColor: "blue" | "none";
861
+ backgroundColor: "blue" | "none" | "gray-hover";
862
862
  iconColor: "blue" | "white" | "gray";
863
863
  }, {}>;
864
864
  UiBadge: {
@@ -372,7 +372,7 @@ declare const meta: {
372
372
  default: boolean;
373
373
  };
374
374
  backgroundColor: {
375
- type: import("vue").PropType<"blue" | "none">;
375
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
376
376
  default: string;
377
377
  };
378
378
  iconColor: {
@@ -399,7 +399,7 @@ declare const meta: {
399
399
  default: boolean;
400
400
  };
401
401
  backgroundColor: {
402
- type: import("vue").PropType<"blue" | "none">;
402
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
403
403
  default: string;
404
404
  };
405
405
  iconColor: {
@@ -412,7 +412,7 @@ declare const meta: {
412
412
  size: "small" | "medium" | "large" | "xl";
413
413
  title: string;
414
414
  disabled: boolean;
415
- backgroundColor: "blue" | "none";
415
+ backgroundColor: "blue" | "none" | "gray-hover";
416
416
  iconColor: "blue" | "white" | "gray";
417
417
  }, {}>;
418
418
  };
@@ -372,7 +372,7 @@ declare const meta: {
372
372
  default: boolean;
373
373
  };
374
374
  backgroundColor: {
375
- type: import("vue").PropType<"blue" | "none">;
375
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
376
376
  default: string;
377
377
  };
378
378
  iconColor: {
@@ -399,7 +399,7 @@ declare const meta: {
399
399
  default: boolean;
400
400
  };
401
401
  backgroundColor: {
402
- type: import("vue").PropType<"blue" | "none">;
402
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
403
403
  default: string;
404
404
  };
405
405
  iconColor: {
@@ -412,7 +412,7 @@ declare const meta: {
412
412
  size: "small" | "medium" | "large" | "xl";
413
413
  title: string;
414
414
  disabled: boolean;
415
- backgroundColor: "blue" | "none";
415
+ backgroundColor: "blue" | "none" | "gray-hover";
416
416
  iconColor: "blue" | "white" | "gray";
417
417
  }, {}>;
418
418
  };
@@ -19,7 +19,7 @@ declare const meta: {
19
19
  default: boolean;
20
20
  };
21
21
  backgroundColor: {
22
- type: import("vue").PropType<"blue" | "none">;
22
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
23
23
  default: string;
24
24
  };
25
25
  iconColor: {
@@ -46,7 +46,7 @@ declare const meta: {
46
46
  default: boolean;
47
47
  };
48
48
  backgroundColor: {
49
- type: import("vue").PropType<"blue" | "none">;
49
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
50
50
  default: string;
51
51
  };
52
52
  iconColor: {
@@ -59,7 +59,7 @@ declare const meta: {
59
59
  size: "small" | "medium" | "large" | "xl";
60
60
  title: string;
61
61
  disabled: boolean;
62
- backgroundColor: "blue" | "none";
62
+ backgroundColor: "blue" | "none" | "gray-hover";
63
63
  iconColor: "blue" | "white" | "gray";
64
64
  }, {}>;
65
65
  argTypes: {
@@ -109,7 +109,7 @@ declare const meta: {
109
109
  default: boolean;
110
110
  };
111
111
  backgroundColor: {
112
- type: import("vue").PropType<"blue" | "none">;
112
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
113
113
  default: string;
114
114
  };
115
115
  iconColor: {
@@ -136,7 +136,7 @@ declare const meta: {
136
136
  default: boolean;
137
137
  };
138
138
  backgroundColor: {
139
- type: import("vue").PropType<"blue" | "none">;
139
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
140
140
  default: string;
141
141
  };
142
142
  iconColor: {
@@ -149,7 +149,7 @@ declare const meta: {
149
149
  size: "small" | "medium" | "large" | "xl";
150
150
  title: string;
151
151
  disabled: boolean;
152
- backgroundColor: "blue" | "none";
152
+ backgroundColor: "blue" | "none" | "gray-hover";
153
153
  iconColor: "blue" | "white" | "gray";
154
154
  }, {}>;
155
155
  };
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  default: boolean;
17
17
  };
18
18
  backgroundColor: {
19
- type: import("vue").PropType<"blue" | "none">;
19
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
20
20
  default: string;
21
21
  };
22
22
  iconColor: {
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
43
43
  default: boolean;
44
44
  };
45
45
  backgroundColor: {
46
- type: import("vue").PropType<"blue" | "none">;
46
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
47
47
  default: string;
48
48
  };
49
49
  iconColor: {
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
56
56
  size: "small" | "medium" | "large" | "xl";
57
57
  title: string;
58
58
  disabled: boolean;
59
- backgroundColor: "blue" | "none";
59
+ backgroundColor: "blue" | "none" | "gray-hover";
60
60
  iconColor: "blue" | "white" | "gray";
61
61
  }, {}>;
62
62
  export default _default;
@@ -723,7 +723,7 @@ export declare const WithChips: {
723
723
  default: boolean;
724
724
  };
725
725
  backgroundColor: {
726
- type: import("vue").PropType<"blue" | "none">;
726
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
727
727
  default: string;
728
728
  };
729
729
  iconColor: {
@@ -750,7 +750,7 @@ export declare const WithChips: {
750
750
  default: boolean;
751
751
  };
752
752
  backgroundColor: {
753
- type: import("vue").PropType<"blue" | "none">;
753
+ type: import("vue").PropType<"blue" | "none" | "gray-hover">;
754
754
  default: string;
755
755
  };
756
756
  iconColor: {
@@ -763,7 +763,7 @@ export declare const WithChips: {
763
763
  size: "small" | "medium" | "large" | "xl";
764
764
  title: string;
765
765
  disabled: boolean;
766
- backgroundColor: "blue" | "none";
766
+ backgroundColor: "blue" | "none" | "gray-hover";
767
767
  iconColor: "blue" | "white" | "gray";
768
768
  }, {}>;
769
769
  UiIcon: import("vue").DefineComponent<{
@@ -1,2 +1,2 @@
1
- import useBreakpoints from '../tailwind/useBreakpoints';
1
+ import useBreakpoints from "./useBreakpoints/useBreakpoints";
2
2
  export { useBreakpoints };