@dpa-id-components/dpa-shared-components 8.10.0 → 8.10.4

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 (40) hide show
  1. package/README.md +2 -0
  2. package/dist/bookmark-4ff074d8.mjs +19 -0
  3. package/dist/bookmark-fill-731ae06c.mjs +19 -0
  4. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +556 -391
  5. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +99 -63
  6. package/dist/components/UiBadge/UiBadge.stories.d.ts +121 -83
  7. package/dist/components/UiButton/UiButton.stories.d.ts +128 -89
  8. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +38 -8
  9. package/dist/components/UiCard/UiCard.stories.d.ts +38 -8
  10. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +117 -79
  11. package/dist/components/UiChip/UiChip.stories.d.ts +74 -40
  12. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +74 -40
  13. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +808 -636
  14. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +5 -0
  15. package/dist/components/UiDialog/UiDialog.stories.d.ts +344 -258
  16. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +170 -100
  17. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +206 -132
  18. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +317 -208
  19. package/dist/components/UiList/UiList.stories.d.ts +735 -510
  20. package/dist/components/UiListItem/UiListItem.stories.d.ts +388 -298
  21. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +94 -30
  22. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +588 -372
  23. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +533 -370
  24. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +222 -134
  25. package/dist/components/UiSection/UiSection.stories.d.ts +85 -50
  26. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +85 -50
  27. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +215 -139
  28. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +129 -90
  29. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +125 -86
  30. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +214 -136
  31. package/dist/dpa-shared-components.mjs +768 -768
  32. package/dist/dpa-shared-components.umd.js +4 -4
  33. package/dist/graphic-90b2d2fc.mjs +20 -0
  34. package/dist/style.css +1 -1
  35. package/package.json +1 -1
  36. package/dist/UseBreakpoints.stories.ts +0 -22
  37. package/dist/UseBreakpoints.vue +0 -12
  38. package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
  39. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  40. package/dist/useBreakpoints.ts +0 -19
package/README.md CHANGED
@@ -116,6 +116,8 @@ npm run build
116
116
 
117
117
  before linking or otherwise you wouldn't have a dist folder.
118
118
 
119
+ If linking doesn't seem to work, you can try to clear your vite-cache by deleting the `node_modules/.vite` folder
120
+
119
121
  ## SVG icons
120
122
 
121
123
  To add SVG icons, just copy the .svg file to `./src/assets/icons`. Preferably you add the filename also to
@@ -0,0 +1,19 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const r = {
3
+ viewBox: "0 0 24 24",
4
+ xmlns: "http://www.w3.org/2000/svg"
5
+ }, n = /* @__PURE__ */ o("path", {
6
+ d: "M16.3065 18.7205L18 20.3505L18 18L18 5C18 3.89543 17.1046 3 16 3L8 3C6.89543 3 6 3.89543 6 5L6 18L6 20.3505L7.69347 18.7205L12 14.5754L16.3065 18.7205Z",
7
+ stroke: "#212121",
8
+ "stroke-width": "2"
9
+ }, null, -1), s = [
10
+ n
11
+ ];
12
+ function c(d, L) {
13
+ return e(), t("svg", r, s);
14
+ }
15
+ const _ = { render: c };
16
+ export {
17
+ _ as default,
18
+ c as render
19
+ };
@@ -0,0 +1,19 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const r = {
3
+ viewBox: "0 0 24 24",
4
+ xmlns: "http://www.w3.org/2000/svg"
5
+ }, n = /* @__PURE__ */ o("path", {
6
+ d: "M15.7954 17.7096L17.5 19.4024L17.5 17L17.5 5C17.5 3.89543 16.6046 3 15.5 3L8.5 3C7.39543 3 6.5 3.89543 6.5 5L6.5 17L6.5 19.4024L8.20464 17.7096L12 13.9406L15.7954 17.7096Z",
7
+ stroke: "#212121",
8
+ "stroke-width": "2"
9
+ }, null, -1), s = [
10
+ n
11
+ ];
12
+ function c(l, d) {
13
+ return e(), t("svg", r, s);
14
+ }
15
+ const i = { render: c };
16
+ export {
17
+ i as default,
18
+ c as render
19
+ };