@beterdichtbij/component-library 0.62.0 → 0.63.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.
@@ -2,11 +2,11 @@ declare const _default: import('vue').DefineComponent<{}, {
2
2
  onKeyDown: ({ event }: {
3
3
  event: any;
4
4
  }) => boolean;
5
- items?: unknown[] | undefined;
6
5
  command?: Function | undefined;
6
+ items?: unknown[] | undefined;
7
7
  $props: {
8
- readonly items?: unknown[] | undefined;
9
8
  readonly command?: Function | undefined;
9
+ readonly items?: unknown[] | undefined;
10
10
  };
11
11
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
12
12
  export default _default;
@@ -68,7 +68,7 @@ declare function __VLS_template(): {
68
68
  disabled: boolean;
69
69
  }> & Omit<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
70
70
  onClick?: ((...args: any[]) => any) | undefined;
71
- }>, "size" | "variant" | "blockElement" | "disabled"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
71
+ }>, "size" | "variant" | "blockElement" | "disabled"> & {} & import('vue').ComponentCustomProperties & {} & {
72
72
  $slots: {
73
73
  default?(_: {}): any;
74
74
  };
@@ -158,7 +158,7 @@ declare const __VLS_component: import('vue').DefineComponent<BDMarkdownEditorPro
158
158
  disabled: boolean;
159
159
  }> & Omit<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
160
160
  onClick?: ((...args: any[]) => any) | undefined;
161
- }>, "size" | "variant" | "blockElement" | "disabled"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
161
+ }>, "size" | "variant" | "blockElement" | "disabled"> & {} & import('vue').ComponentCustomProperties & {} & {
162
162
  $slots: {
163
163
  default?(_: {}): any;
164
164
  };
@@ -26,6 +26,8 @@
26
26
  .collapse-button {
27
27
  padding: 0;
28
28
  font-weight: 700;
29
+ height: 24px;
30
+ line-height: normal;
29
31
 
30
32
  &-last {
31
33
  margin-bottom: 0;
@@ -33,6 +35,7 @@
33
35
 
34
36
  svg {
35
37
  margin-right: 4px;
38
+ margin-bottom: 2px;
36
39
  }
37
40
 
38
41
  > .collapsed-show {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "description": "Component library voor BeterDichtbij design system",
4
4
  "private": false,
5
- "version": "0.62.0",
5
+ "version": "0.63.0",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"
@@ -54,67 +54,67 @@
54
54
  "BeterDichtbij"
55
55
  ],
56
56
  "peerDependencies": {
57
- "vue": "^3.5.31"
57
+ "vue": "^3.5.33"
58
58
  },
59
59
  "dependencies": {
60
60
  "@primeuix/themes": "^2.0.3",
61
- "@tiptap/extension-bold": "3.21.0",
62
- "@tiptap/extension-bullet-list": "3.21.0",
63
- "@tiptap/extension-document": "3.21.0",
64
- "@tiptap/extension-hard-break": "3.21.0",
65
- "@tiptap/extension-italic": "3.21.0",
66
- "@tiptap/extension-link": "3.21.0",
67
- "@tiptap/extension-list-item": "3.21.0",
68
- "@tiptap/extension-mention": "3.21.0",
69
- "@tiptap/extension-ordered-list": "3.21.0",
70
- "@tiptap/extension-paragraph": "3.21.0",
71
- "@tiptap/extension-placeholder": "3.21.0",
72
- "@tiptap/extension-text": "3.21.0",
73
- "@tiptap/extension-underline": "3.21.0",
74
- "@tiptap/pm": "3.21.0",
75
- "@tiptap/suggestion": "3.21.0",
76
- "@tiptap/vue-3": "3.21.0",
61
+ "@tiptap/extension-bold": "3.22.5",
62
+ "@tiptap/extension-bullet-list": "3.22.5",
63
+ "@tiptap/extension-document": "3.22.5",
64
+ "@tiptap/extension-hard-break": "3.22.5",
65
+ "@tiptap/extension-italic": "3.22.5",
66
+ "@tiptap/extension-link": "3.22.5",
67
+ "@tiptap/extension-list-item": "3.22.5",
68
+ "@tiptap/extension-mention": "3.22.5",
69
+ "@tiptap/extension-ordered-list": "3.22.5",
70
+ "@tiptap/extension-paragraph": "3.22.5",
71
+ "@tiptap/extension-placeholder": "3.22.5",
72
+ "@tiptap/extension-text": "3.22.5",
73
+ "@tiptap/extension-underline": "3.22.5",
74
+ "@tiptap/pm": "3.22.5",
75
+ "@tiptap/suggestion": "3.22.5",
76
+ "@tiptap/vue-3": "3.22.5",
77
77
  "@vueuse/core": "14.2.1",
78
78
  "dayjs": "^1.11.20",
79
79
  "maska": "3.2.0",
80
80
  "pinia": "3.0.4",
81
- "primevue": "^4.5.4",
81
+ "primevue": "^4.5.5",
82
82
  "uid": "2.0.2",
83
83
  "v-clipboard": "^3.0.0-next.1",
84
- "vue-i18n": "^11.3.0",
84
+ "vue-i18n": "^11.4.0",
85
85
  "vue-select": "^4.0.0-beta.6"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@fontsource/quicksand": "^5.2.10",
89
89
  "@fontsource/work-sans": "^5.2.8",
90
- "@storybook/addon-a11y": "10.3.3",
91
- "@storybook/vue3": "^10.3.3",
92
- "@storybook/vue3-vite": "^10.3.3",
90
+ "@storybook/addon-a11y": "10.3.5",
91
+ "@storybook/vue3": "^10.3.5",
92
+ "@storybook/vue3-vite": "^10.3.5",
93
93
  "@types/bootstrap": "5.2.10",
94
- "@typescript-eslint/eslint-plugin": "^8.57.2",
95
- "@typescript-eslint/parser": "^8.57.2",
96
- "@vitejs/plugin-vue": "^6.0.5",
97
- "@vitest/coverage-v8": "4.1.2",
94
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
95
+ "@typescript-eslint/parser": "^8.59.1",
96
+ "@vitejs/plugin-vue": "^6.0.6",
97
+ "@vitest/coverage-v8": "4.1.5",
98
98
  "@vue/eslint-config-typescript": "14.7.0",
99
- "@vue/test-utils": "^2.4.6",
99
+ "@vue/test-utils": "^2.4.9",
100
100
  "bootstrap": "5.3.8",
101
- "eslint": "10.1.0",
101
+ "eslint": "10.2.1",
102
102
  "eslint-config-prettier": "10.1.8",
103
103
  "eslint-plugin-prettier": "5.5.5",
104
- "eslint-plugin-vue": "10.8.0",
105
- "jsdom": "^29.0.1",
104
+ "eslint-plugin-vue": "10.9.0",
105
+ "jsdom": "^29.1.0",
106
106
  "path": "^0.12.7",
107
- "prettier": "3.8.1",
108
- "react": "^19.2.4",
109
- "react-dom": "^19.2.4",
107
+ "prettier": "3.8.3",
108
+ "react": "^19.2.5",
109
+ "react-dom": "^19.2.5",
110
110
  "rollup-plugin-copy": "3.5.0",
111
111
  "rollup-plugin-typescript2": "^0.37.0",
112
- "sass": "^1.98.0",
113
- "storybook": "^10.3.3",
114
- "typescript": "^5.9.3",
115
- "vite": "^8.0.3",
112
+ "sass": "^1.99.0",
113
+ "storybook": "^10.3.5",
114
+ "typescript": "^6.0.3",
115
+ "vite": "^8.0.10",
116
116
  "vite-plugin-dts": "^4.5.4",
117
- "vitest": "4.1.2"
117
+ "vitest": "4.1.5"
118
118
  },
119
119
  "repository": {
120
120
  "type": "git",