@beterdichtbij/component-library 0.72.7-alpha.1 → 0.72.7
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/README.md +12 -12
- package/dist/bd-component-lib.cjs.js +56 -56
- package/dist/bd-component-lib.css +1 -1
- package/dist/bd-component-lib.es.js +189 -213
- package/dist/bd-component-lib.umd.js +67 -67
- package/dist/locales/en.json +79 -79
- package/dist/locales/nl.json +180 -180
- package/dist/scss/_active-filters.scss +65 -65
- package/dist/scss/_alert.scss +16 -11
- package/dist/scss/_article.scss +31 -31
- package/dist/scss/_assign-conversation-modal.scss +13 -13
- package/dist/scss/_attachments.scss +107 -107
- package/dist/scss/_badge.scss +18 -18
- package/dist/scss/_button.scss +80 -80
- package/dist/scss/_card.scss +67 -62
- package/dist/scss/_chatcloud.scss +104 -99
- package/dist/scss/_collapsable-card.scss +103 -103
- package/dist/scss/_content-library-card-message-template.scss +136 -136
- package/dist/scss/_content-library-card.scss +158 -158
- package/dist/scss/_content-library-modal.scss +8 -8
- package/dist/scss/_content-library-overview.scss +4 -4
- package/dist/scss/_content-library-split-button.scss +23 -23
- package/dist/scss/_conversation-to-text-modal.scss +36 -36
- package/dist/scss/_dropdown.scss +113 -113
- package/dist/scss/_extern.scss +1 -1
- package/dist/scss/_file-upload-preview.scss +53 -53
- package/dist/scss/_file-upload.scss +26 -26
- package/dist/scss/_filter-card.scss +64 -64
- package/dist/scss/_form-field.scss +12 -12
- package/dist/scss/_form-multiple-checkbox.scss +51 -51
- package/dist/scss/_forms.scss +3 -3
- package/dist/scss/_header.scss +170 -170
- package/dist/scss/_icon-luscii-logo.scss +31 -31
- package/dist/scss/_icons.scss +38 -38
- package/dist/scss/_image-attachment-modal.scss +91 -91
- package/dist/scss/_input-group.scss +2 -2
- package/dist/scss/_loader.scss +59 -59
- package/dist/scss/_markdown-editor.scss +127 -114
- package/dist/scss/_message-template-form-modal.scss +32 -47
- package/dist/scss/_mixins.scss +78 -78
- package/dist/scss/_mobile-menu.scss +91 -91
- package/dist/scss/_modal.scss +182 -182
- package/dist/scss/_notification-button.scss +29 -29
- package/dist/scss/_pagination.scss +56 -56
- package/dist/scss/_phone-number-edit-modal.scss +35 -35
- package/dist/scss/_pill-container.scss +26 -26
- package/dist/scss/_pill.scss +63 -63
- package/dist/scss/_profile-image.scss +34 -34
- package/dist/scss/_table-sort-header.scss +13 -13
- package/dist/scss/_table.scss +16 -16
- package/dist/scss/_templates.scss +264 -264
- package/dist/scss/_toast.scss +69 -69
- package/dist/scss/_user-information.scss +34 -34
- package/dist/scss/_user.scss +21 -21
- package/dist/scss/_video-call-toast.scss +100 -100
- package/dist/scss/_zoomslider.scss +77 -77
- package/dist/scss/base/variables.scss +210 -210
- package/dist/scss/extern/_bootstrap.scss +14 -14
- package/dist/scss/extern/_prime-vue.scss +551 -551
- package/dist/scss/forms/_form-check.scss +16 -16
- package/dist/scss/forms/_form-input.scss +9 -9
- package/dist/scss/forms/_form-select.scss +4 -4
- package/dist/scss/main.scss +52 -52
- package/dist/scss/templates/_change-password-template.scss +8 -8
- package/dist/scss/templates/_content-library-template.scss +135 -135
- package/dist/scss/templates/_not-found-template.scss +35 -35
- package/dist/scss/templates/_video-call-template.scss +225 -225
- package/dist/stores/SessionTimeOutStore.ts +46 -46
- package/package.json +133 -133
package/package.json
CHANGED
|
@@ -1,133 +1,133 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@beterdichtbij/component-library",
|
|
3
|
+
"description": "Component library voor BeterDichtbij design system",
|
|
4
|
+
"private": false,
|
|
5
|
+
"version": "0.72.7",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": "24.x",
|
|
8
|
+
"npm": "11.x"
|
|
9
|
+
},
|
|
10
|
+
"type": "module",
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"main": "./dist/bd-component-lib.umd.js",
|
|
15
|
+
"module": "./dist/bd-component-lib.es.js",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/bd-component-lib.es.js"
|
|
21
|
+
},
|
|
22
|
+
"require": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"default": "./dist/bd-component-lib.umd.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"./dist/bd-component-lib.css": {
|
|
28
|
+
"import": "./dist/scss/main.scss",
|
|
29
|
+
"require": "./dist/scss/main.scss"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"types": "./dist/index.d.ts",
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "vite",
|
|
35
|
+
"build": "vite build",
|
|
36
|
+
"preview": "vite preview",
|
|
37
|
+
"storybook": "storybook dev -p 6006",
|
|
38
|
+
"install:publish": "npm run audit:lib && npm install",
|
|
39
|
+
"build:lib": "tsc && vite build",
|
|
40
|
+
"build:storybook": "storybook build",
|
|
41
|
+
"build:publish": "npm run install:publish && npm run build:lib && npm run build:storybook",
|
|
42
|
+
"audit:lib": "npm audit --package-lock-only --audit-level=critical --include=prod --omit=dev",
|
|
43
|
+
"publish:sb": "swa deploy --env production",
|
|
44
|
+
"publish:sb-prod": "swa deploy --config swa-cli-prod.config.json --env production",
|
|
45
|
+
"lint:js": "eslint src --ext .ts,.vue --fix",
|
|
46
|
+
"vitest": "vitest --config vitest.config.ts --coverage",
|
|
47
|
+
"test:ci": "vitest run --reporter=default --reporter=junit --outputFile=reports/junit.xml --coverage"
|
|
48
|
+
},
|
|
49
|
+
"keywords": [
|
|
50
|
+
"vue",
|
|
51
|
+
"vue3",
|
|
52
|
+
"component",
|
|
53
|
+
"library",
|
|
54
|
+
"BeterDichtbij"
|
|
55
|
+
],
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"vue": "^3.5.38",
|
|
58
|
+
"@azure/communication-calling": "^1.43.1",
|
|
59
|
+
"@azure/communication-common": "^2.4.2"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@primeuix/themes": "^2.0.3",
|
|
63
|
+
"@tiptap/extension-bold": "3.26.1",
|
|
64
|
+
"@tiptap/extension-bullet-list": "3.26.1",
|
|
65
|
+
"@tiptap/extension-document": "3.26.1",
|
|
66
|
+
"@tiptap/extension-hard-break": "3.26.1",
|
|
67
|
+
"@tiptap/extension-italic": "3.26.1",
|
|
68
|
+
"@tiptap/extension-link": "3.26.1",
|
|
69
|
+
"@tiptap/extension-list-item": "3.26.1",
|
|
70
|
+
"@tiptap/extension-mention": "3.26.1",
|
|
71
|
+
"@tiptap/extension-ordered-list": "3.26.1",
|
|
72
|
+
"@tiptap/extension-paragraph": "3.26.1",
|
|
73
|
+
"@tiptap/extension-placeholder": "3.26.1",
|
|
74
|
+
"@tiptap/extension-text": "3.26.1",
|
|
75
|
+
"@tiptap/extension-underline": "3.26.1",
|
|
76
|
+
"@tiptap/pm": "3.26.1",
|
|
77
|
+
"@tiptap/suggestion": "3.26.1",
|
|
78
|
+
"@tiptap/vue-3": "3.26.1",
|
|
79
|
+
"@vueuse/core": "14.3.0",
|
|
80
|
+
"dayjs": "^1.11.21",
|
|
81
|
+
"maska": "3.2.0",
|
|
82
|
+
"pinia": "3.0.4",
|
|
83
|
+
"primevue": "^4.5.5",
|
|
84
|
+
"uid": "2.0.2",
|
|
85
|
+
"v-clipboard": "^3.0.0-next.1",
|
|
86
|
+
"vue-i18n": "^11.4.5",
|
|
87
|
+
"vue-select": "^4.0.0-beta.6"
|
|
88
|
+
},
|
|
89
|
+
"devDependencies": {
|
|
90
|
+
"@fontsource/quicksand": "^5.2.10",
|
|
91
|
+
"@fontsource/work-sans": "^5.2.8",
|
|
92
|
+
"@storybook/addon-a11y": "10.4.5",
|
|
93
|
+
"@storybook/vue3": "^10.4.5",
|
|
94
|
+
"@storybook/vue3-vite": "^10.4.5",
|
|
95
|
+
"@types/bootstrap": "5.2.11",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^8.61.1",
|
|
97
|
+
"@typescript-eslint/parser": "^8.61.1",
|
|
98
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
99
|
+
"@vitest/coverage-v8": "4.1.9",
|
|
100
|
+
"@vue/eslint-config-typescript": "14.8.0",
|
|
101
|
+
"@vue/test-utils": "^2.4.11",
|
|
102
|
+
"bootstrap": "5.3.8",
|
|
103
|
+
"eslint": "10.5.0",
|
|
104
|
+
"eslint-config-prettier": "10.1.8",
|
|
105
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
106
|
+
"eslint-plugin-vue": "10.9.2",
|
|
107
|
+
"jsdom": "^29.1.1",
|
|
108
|
+
"path": "^0.12.7",
|
|
109
|
+
"prettier": "3.8.4",
|
|
110
|
+
"react": "^19.2.7",
|
|
111
|
+
"react-dom": "^19.2.7",
|
|
112
|
+
"rollup-plugin-copy": "3.5.0",
|
|
113
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
114
|
+
"sass": "^1.101.0",
|
|
115
|
+
"storybook": "^10.4.5",
|
|
116
|
+
"typescript": "^6.0.3",
|
|
117
|
+
"vite": "^8.0.16",
|
|
118
|
+
"vite-plugin-dts": "^5.0.2",
|
|
119
|
+
"vitest": "4.1.9"
|
|
120
|
+
},
|
|
121
|
+
"repository": {
|
|
122
|
+
"type": "git",
|
|
123
|
+
"url": "git+https://ralph_van_der_neut@bitbucket.org/beterdichtbij/beterdichtbij-component-library.git"
|
|
124
|
+
},
|
|
125
|
+
"bugs": {
|
|
126
|
+
"url": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library/issues"
|
|
127
|
+
},
|
|
128
|
+
"homepage": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library#readme",
|
|
129
|
+
"allowScripts": {
|
|
130
|
+
"@parcel/watcher@2.5.6": true,
|
|
131
|
+
"esbuild@0.27.7": true
|
|
132
|
+
}
|
|
133
|
+
}
|