@beterdichtbij/component-library 0.24.0 → 0.24.1
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/atoms/BDAlert/BDAlert.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDChatCloud/BDChatCloud.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDMobileMenu/BDMobileMenu.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +1 -1
- package/dist/scss/_button.scss +78 -78
- package/dist/scss/_dropdown.scss +102 -102
- package/dist/scss/_header.scss +109 -109
- package/dist/scss/_toast.scss +69 -69
- package/dist/scss/base/variables.scss +192 -192
- package/dist/scss/component-library-styling.scss +21 -21
- package/dist/scss/mixins.scss +59 -59
- package/package.json +122 -122
package/package.json
CHANGED
|
@@ -1,122 +1,122 @@
|
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@beterdichtbij/component-library",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.24.1",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/bd-component-lib.umd.js",
|
|
10
|
+
"module": "./dist/bd-component-lib.es.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"default": "./dist/bd-component-lib.es.js"
|
|
16
|
+
},
|
|
17
|
+
"require": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"default": "./dist/bd-component-lib.umd.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"./dist/bd-component-lib.css": {
|
|
23
|
+
"import": "./dist/scss/component-library-styling.scss",
|
|
24
|
+
"require": "./dist/scss/component-library-styling.scss"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"types": "./dist/main.d.ts",
|
|
28
|
+
"scripts": {
|
|
29
|
+
"dev": "vite",
|
|
30
|
+
"build": "vite build",
|
|
31
|
+
"preview": "vite preview",
|
|
32
|
+
"storybook": "storybook dev -p 6006",
|
|
33
|
+
"install:publish": "npm run audit:lib && npm install",
|
|
34
|
+
"build:lib": "tsc && vite build",
|
|
35
|
+
"build:storybook": "storybook build",
|
|
36
|
+
"build:publish": "npm run install:publish && npm run build:lib && npm run build:storybook",
|
|
37
|
+
"audit:lib": "npm audit --package-lock-only --audit-level=critical --include=prod --omit=dev",
|
|
38
|
+
"publish:sb": "swa deploy --env production",
|
|
39
|
+
"publish:sb-prod": "swa deploy --config swa-cli-prod.config.json --env production",
|
|
40
|
+
"lint:js": "eslint src --ext .ts,.vue --fix",
|
|
41
|
+
"vitest": "vitest --config vitest.config.ts --coverage",
|
|
42
|
+
"test:ci": "vitest run --reporter=default --reporter=junit --outputFile=reports/junit.xml --coverage"
|
|
43
|
+
},
|
|
44
|
+
"keywords": [
|
|
45
|
+
"vue",
|
|
46
|
+
"vue3",
|
|
47
|
+
"component",
|
|
48
|
+
"library",
|
|
49
|
+
"BeterDichtbij"
|
|
50
|
+
],
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"vue": "^3.2.47"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@tiptap/extension-bold": "2.1.12",
|
|
56
|
+
"@tiptap/extension-bullet-list": "2.1.12",
|
|
57
|
+
"@tiptap/extension-document": "2.1.12",
|
|
58
|
+
"@tiptap/extension-hard-break": "2.1.12",
|
|
59
|
+
"@tiptap/extension-italic": "2.1.12",
|
|
60
|
+
"@tiptap/extension-link": "2.1.12",
|
|
61
|
+
"@tiptap/extension-list-item": "2.1.12",
|
|
62
|
+
"@tiptap/extension-ordered-list": "2.1.12",
|
|
63
|
+
"@tiptap/extension-paragraph": "2.1.12",
|
|
64
|
+
"@tiptap/extension-placeholder": "2.1.12",
|
|
65
|
+
"@tiptap/extension-text": "2.1.12",
|
|
66
|
+
"@tiptap/extension-underline": "2.1.12",
|
|
67
|
+
"@tiptap/pm": "2.1.12",
|
|
68
|
+
"@tiptap/vue-3": "2.1.12",
|
|
69
|
+
"@vueuse/core": "10.6.1",
|
|
70
|
+
"dropzone": "5.9.3",
|
|
71
|
+
"maska": "2.1.11",
|
|
72
|
+
"uid": "2.0.2"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@azure/static-web-apps-cli": "1.1.4",
|
|
76
|
+
"@fontsource/quicksand": "^5.0.2",
|
|
77
|
+
"@fontsource/work-sans": "^5.0.2",
|
|
78
|
+
"@storybook/addon-a11y": "7.5.3",
|
|
79
|
+
"@storybook/addon-essentials": "^7.0.11",
|
|
80
|
+
"@storybook/addon-interactions": "^7.0.11",
|
|
81
|
+
"@storybook/addon-links": "^7.0.11",
|
|
82
|
+
"@storybook/blocks": "^7.0.11",
|
|
83
|
+
"@storybook/testing-library": "^0.2.2",
|
|
84
|
+
"@storybook/vue3": "^7.0.11",
|
|
85
|
+
"@storybook/vue3-vite": "^7.0.11",
|
|
86
|
+
"@types/bootstrap": "5.2.10",
|
|
87
|
+
"@types/dropzone": "5.7.6",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
89
|
+
"@typescript-eslint/parser": "6.8.0",
|
|
90
|
+
"@vitejs/plugin-vue": "^4.1.0",
|
|
91
|
+
"@vitest/coverage-v8": "1.5.3",
|
|
92
|
+
"@vue/eslint-config-typescript": "12.0.0",
|
|
93
|
+
"@vue/test-utils": "^2.3.2",
|
|
94
|
+
"bootstrap": "5.3.0",
|
|
95
|
+
"eslint": "8.51.0",
|
|
96
|
+
"eslint-config-prettier": "9.0.0",
|
|
97
|
+
"eslint-plugin-prettier": "5.0.1",
|
|
98
|
+
"eslint-plugin-vue": "9.17.0",
|
|
99
|
+
"jsdom": "^22.0.0",
|
|
100
|
+
"path": "^0.12.7",
|
|
101
|
+
"prettier": "3.0.3",
|
|
102
|
+
"react": "^18.2.0",
|
|
103
|
+
"react-dom": "^18.2.0",
|
|
104
|
+
"rollup-plugin-copy": "3.5.0",
|
|
105
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
106
|
+
"sass": "^1.62.1",
|
|
107
|
+
"storybook": "^7.0.11",
|
|
108
|
+
"typescript": "^5.0.2",
|
|
109
|
+
"vite": "^4.3.2",
|
|
110
|
+
"vite-plugin-dts": "^2.3.0",
|
|
111
|
+
"vitest": "1.5.3"
|
|
112
|
+
},
|
|
113
|
+
"description": "Component library voor BeterDichtbij design system",
|
|
114
|
+
"repository": {
|
|
115
|
+
"type": "git",
|
|
116
|
+
"url": "git+https://ralph_van_der_neut@bitbucket.org/beterdichtbij/beterdichtbij-component-library.git"
|
|
117
|
+
},
|
|
118
|
+
"bugs": {
|
|
119
|
+
"url": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library/issues"
|
|
120
|
+
},
|
|
121
|
+
"homepage": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library#readme"
|
|
122
|
+
}
|