@bcc-code/component-library-vue 0.0.0-dev.f3f88c3 → 0.0.0-dev.f41f3d5
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 +33 -35
- package/dist/archivo-font/archivo-v25-latin-500.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-600.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-600italic.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-italic.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-regular.woff2 +0 -0
- package/dist/archivo-font.css +40 -0
- package/dist/component-library.js +13516 -12428
- package/dist/component-library.umd.cjs +1294 -399
- package/dist/index.css +1 -1
- package/dist/library-utilities.css +2 -0
- package/dist/quill-BfNQeuzX.js +7524 -0
- package/dist/sfc-styles.css +1 -0
- package/dist/theme.css +808 -800
- package/dist-types/components/custom/BccAppNavigation/BccAppNavigation.vue.d.ts +1 -0
- package/dist-types/components/custom/BccGraphic/BccGraphic.vue.d.ts +7 -4
- package/dist-types/components/custom/BccImage/BccImage.vue.d.ts +54 -0
- package/dist-types/components/custom/BccLightbox/BccLightboxMedia.vue.d.ts +18 -0
- package/dist-types/components/custom/BccLightbox/composables.d.ts +23 -0
- package/dist-types/components/custom/BccLightbox/detectMedia.d.ts +4 -0
- package/dist-types/components/custom/BccLightbox/index.d.ts +6 -0
- package/dist-types/components/custom/BccLightbox/state.d.ts +33 -0
- package/dist-types/components/custom/BccLightbox/types.d.ts +31 -0
- package/dist-types/components/custom/BccNpsScore/BccNpsScore.vue.d.ts +1 -1
- package/dist-types/components/custom/BccReact/BccReact.vue.d.ts +3 -2
- package/dist-types/components/custom/BccStepIndicator/BccStepIndicator.vue.d.ts +3 -3
- package/dist-types/components/custom/BccTag/BccTag.vue.d.ts +1 -0
- package/dist-types/components/custom/BccTopNavigation/BccTopNavigation.vue.d.ts +14 -4
- package/dist-types/components/custom/index.d.ts +3 -1
- package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
- package/dist-types/components/wrapped/BccCheckbox.vue.d.ts +3 -0
- package/dist-types/components/wrapped/BccMenu/BccMenu.vue.d.ts +15 -1
- package/dist-types/components/wrapped/BccMessage.vue.d.ts +6 -1
- package/dist-types/components/wrapped/BccRadioButton.vue.d.ts +3 -0
- package/dist-types/components/wrapped/BccSelectButton.vue.d.ts +5 -2
- package/dist-types/components/wrapped/index.d.ts +0 -2
- package/dist-types/index.d.ts +1 -0
- package/package.json +111 -103
- package/dist-types/components/wrapped/BccImage.vue.d.ts +0 -17
- /package/dist-types/components/custom/{BccCircleLoader/BccCircleLoader.vue.d.ts → BccLightbox/BccLightbox.vue.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,105 +1,113 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "@bcc-code/component-library-vue",
|
|
3
|
+
"version": "0.0.0-dev.f41f3d5",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Extended Vue component library based on PrimeVue and BCC design tokens",
|
|
6
|
+
"repository": "https://github.com/bcc-code/bcc-design.git",
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"packageManager": "pnpm@9.15.0",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"dist-types",
|
|
15
|
+
"dist-css"
|
|
16
|
+
],
|
|
17
|
+
"main": "./dist/component-library.umd.cjs",
|
|
18
|
+
"module": "./dist/component-library.js",
|
|
19
|
+
"types": "./dist-types/index.d.ts",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"import": {
|
|
23
|
+
"types": "./dist-types/index.d.ts",
|
|
24
|
+
"default": "./dist/component-library.js"
|
|
25
|
+
},
|
|
26
|
+
"require": {
|
|
27
|
+
"types": "./dist-types/index.d.ts",
|
|
28
|
+
"default": "./dist/component-library.umd.cjs"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"./style.css": "./dist/index.css",
|
|
32
|
+
"./theme.css": "./dist/theme.css",
|
|
33
|
+
"./sfc-styles.css": "./dist/sfc-styles.css",
|
|
34
|
+
"./library-utilities.css": "./dist/library-utilities.css",
|
|
35
|
+
"./archivo-font.css": "./dist/archivo-font.css",
|
|
36
|
+
"./tailwind.css": "./dist-css/tailwind.css"
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"start": "storybook dev -p 6006",
|
|
40
|
+
"build-storybook": "storybook build",
|
|
41
|
+
"build": "run-p typecheck build:types build:vite",
|
|
42
|
+
"build:vite": "rimraf dist && vite build && pnpm run build:sfc-styles && pnpm run build:library-utilities && node scripts/build-archivo-font.mjs && node scripts/build-theme-css.mjs",
|
|
43
|
+
"build:sfc-styles": "vite build --config vite.config.sfc-styles.ts && rimraf dist/sfc-styles.js",
|
|
44
|
+
"build:library-utilities": "tailwindcss -i src/library-utilities-input.css -o dist/library-utilities.css --minify",
|
|
45
|
+
"build:types": "rimraf dist-types && vue-tsc -p tsconfig.build.json",
|
|
46
|
+
"generate:semantic": "node scripts/restructure-semantic-primitives.mjs",
|
|
47
|
+
"generate:semantic-css": "node scripts/generate-semantic-css.mjs",
|
|
48
|
+
"generate:context-modes": "node scripts/generate-context-modes.mjs",
|
|
49
|
+
"generate:context-css": "node scripts/generate-context-css.mjs",
|
|
50
|
+
"generate": "pnpm run generate:semantic && pnpm run generate:semantic-css && pnpm run generate:context-modes && pnpm run generate:context-css",
|
|
51
|
+
"sync:primevue-icon-patches": "node scripts/sync-primevue-icon-patches.mjs",
|
|
52
|
+
"typecheck": "vue-tsc --noEmit",
|
|
53
|
+
"lint": "eslint src/**/*.ts src/**/*.vue",
|
|
54
|
+
"lint:fix": "eslint --fix src/**/*.ts src/**/*.vue",
|
|
55
|
+
"test:unit": "vitest run",
|
|
56
|
+
"test:e2e": "playwright test",
|
|
57
|
+
"release-channel": "node ./scripts/release-channel.cjs",
|
|
58
|
+
"create-version": "node ./scripts/version.cjs"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@bcc-code/design-tokens": "^5.2.5",
|
|
62
|
+
"@bcc-code/icons-vue": "^1.4.0",
|
|
63
|
+
"@primeuix/themes": "^2.0.3",
|
|
64
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
65
|
+
"primevue": "^4.5.4",
|
|
66
|
+
"tailwindcss": "^4.0.0"
|
|
67
|
+
},
|
|
68
|
+
"peerDependencies": {
|
|
69
|
+
"vue": "^3.5.0"
|
|
70
|
+
},
|
|
71
|
+
"devDependencies": {
|
|
72
|
+
"@eslint/js": "^9.39.2",
|
|
73
|
+
"@playwright/test": "^1.59.1",
|
|
74
|
+
"@primevue/auto-import-resolver": "^4.5.4",
|
|
75
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
76
|
+
"@storybook/vue3-vite": "^10.3.5",
|
|
77
|
+
"@tailwindcss/cli": "^4.2.4",
|
|
78
|
+
"@types/node": "^22.0.0",
|
|
79
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
80
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
81
|
+
"@vue/test-utils": "^2.4.6",
|
|
82
|
+
"@vue/tsconfig": "^0.7.0",
|
|
83
|
+
"autoprefixer": "^10.4.20",
|
|
84
|
+
"eslint": "^9.39.2",
|
|
85
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
86
|
+
"eslint-plugin-storybook": "10.3.5",
|
|
87
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
88
|
+
"globals": "^17.3.0",
|
|
89
|
+
"http-server": "^14.1.1",
|
|
90
|
+
"jiti": "^2.6.1",
|
|
91
|
+
"npm-run-all": "^4.1.5",
|
|
92
|
+
"postcss": "^8.4.49",
|
|
93
|
+
"prettier": "^3.8.1",
|
|
94
|
+
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
95
|
+
"quill": "^2.0.3",
|
|
96
|
+
"remark-gfm": "^4.0.0",
|
|
97
|
+
"rimraf": "^6.0.0",
|
|
98
|
+
"storybook": "^10.3.5",
|
|
99
|
+
"tippy.js": "^6.3.7",
|
|
100
|
+
"typescript": "~5.7.0",
|
|
101
|
+
"typescript-eslint": "^8.54.0",
|
|
102
|
+
"unplugin-vue-components": "^31.0.0",
|
|
103
|
+
"vite": "^7.3.0",
|
|
104
|
+
"vitest": "^4.0.18",
|
|
105
|
+
"vue": "^3.5.0",
|
|
106
|
+
"vue-tsc": "^3.2.4"
|
|
107
|
+
},
|
|
108
|
+
"pnpm": {
|
|
109
|
+
"patchedDependencies": {
|
|
110
|
+
"@primevue/icons": "patches/@primevue__icons.patch"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
105
113
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type ImageProps as PrimeImageProps } from 'primevue/image';
|
|
2
|
-
export type ImageProps = PrimeImageProps;
|
|
3
|
-
declare var __VLS_9: {}, __VLS_17: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
refresh?: (props: typeof __VLS_9) => any;
|
|
6
|
-
} & {
|
|
7
|
-
undo?: (props: typeof __VLS_17) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_base: import("vue").DefineComponent<PrimeImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PrimeImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
File without changes
|