pxd 0.0.62 → 0.0.63
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.
|
@@ -8,8 +8,8 @@ declare const __VLS_base: import("vue").DefineComponent<BadgeProps, {}, {}, {},
|
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{
|
|
9
9
|
onClose?: ((args_0: Event) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
variant: import("./types").BadgeVariant;
|
|
12
11
|
as: import("../../types/shared").ComponentAs;
|
|
12
|
+
variant: import("./types").BadgeVariant;
|
|
13
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
15
|
declare const _default: typeof __VLS_export;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxd",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"description": "A Vue 2.7 & 3.2 universal component library. Built-in light/dark theme. PC & mobile ready. Animation-free mode supported.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"component-library",
|
|
@@ -95,14 +95,57 @@
|
|
|
95
95
|
"default": "./dist/utils/*.js"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
+
"dependencies": {
|
|
99
|
+
"@any-touch/core": "^2.2.0",
|
|
100
|
+
"@any-touch/pan": "^2.2.0",
|
|
101
|
+
"@chenglou/pretext": "^0.0.6",
|
|
102
|
+
"@floating-ui/dom": "^1.7.6",
|
|
103
|
+
"@gdsicon/vue": "^1.0.9",
|
|
104
|
+
"@tanstack/virtual-core": "^3.14.0",
|
|
105
|
+
"dayjs": "^1.11.20",
|
|
106
|
+
"es-toolkit": "^1.46.1",
|
|
107
|
+
"focus-trap": "^8.1.0",
|
|
108
|
+
"tailwind-merge": "^3.5.0",
|
|
109
|
+
"tailwind-variants": "^3.2.2"
|
|
110
|
+
},
|
|
111
|
+
"devDependencies": {
|
|
112
|
+
"@tailwindcss/cli": "^4.2.4",
|
|
113
|
+
"@tsconfig/node22": "^22.0.5",
|
|
114
|
+
"@types/node": "^25.6.0",
|
|
115
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
116
|
+
"@vue/test-utils": "^2.4.10",
|
|
117
|
+
"@vue/tsconfig": "^0.9.1",
|
|
118
|
+
"eslint-plugin-better-tailwindcss": "^4.5.0",
|
|
119
|
+
"fs-extra": "^11.3.4",
|
|
120
|
+
"happy-dom": "^20.9.0",
|
|
121
|
+
"mkdist": "^2.4.1",
|
|
122
|
+
"npm-run-all2": "^8.0.4",
|
|
123
|
+
"tinyglobby": "^0.2.16",
|
|
124
|
+
"typescript": "^6.0.3",
|
|
125
|
+
"unbuild": "^3.6.1",
|
|
126
|
+
"unplugin-vue-components": "^32.0.0",
|
|
127
|
+
"vite-plus": "latest",
|
|
128
|
+
"vue": "^3.5.33",
|
|
129
|
+
"vue-sfc-transformer": "^0.1.17",
|
|
130
|
+
"vue-tsc": "^3.2.7"
|
|
131
|
+
},
|
|
132
|
+
"peerDependencies": {
|
|
133
|
+
"vue": ">=2.7.0 || >=3.2.0"
|
|
134
|
+
},
|
|
98
135
|
"scripts": {
|
|
99
136
|
"dev": "run-s dev:lib dev:docs",
|
|
100
137
|
"dev:lib": "unbuild --stub",
|
|
101
138
|
"dev:docs": "pnpm --filter docs dev",
|
|
102
|
-
"build": "
|
|
103
|
-
"build:lib": "
|
|
104
|
-
"build:
|
|
105
|
-
"build:
|
|
139
|
+
"build": "run-s update-exports build:core build:docs",
|
|
140
|
+
"build:lib": "run-s update-exports build:core build:style",
|
|
141
|
+
"build:core": "mkdist -d --src=src --ext=js --format=esm",
|
|
142
|
+
"build:only": "run-s build:core build:docs",
|
|
143
|
+
"build:docs": "pnpm --filter docs build",
|
|
144
|
+
"build:style": "run-s gen-styles-file gen-tw-css-file",
|
|
145
|
+
"update-exports": "node scripts/update-exports.js",
|
|
146
|
+
"gen-styles-file": "node scripts/gen-css-files.js",
|
|
147
|
+
"gen-tw-css-file": "tailwindcss -i ./dist/styles/source.css -o ./dist/styles/styles.css -m",
|
|
148
|
+
"gen-volar-dts": "node scripts/gen-component-dts.js",
|
|
106
149
|
"lint": "git diff --staged --name-only --diff-filter=ACMR| xargs -r vp lint",
|
|
107
150
|
"lint:all": "vp lint",
|
|
108
151
|
"lint:changed": "git diff --name-only --relative --diff-filter=ACMR origin/main ... HEAD | xargs -r vp lint",
|
|
@@ -115,50 +158,6 @@
|
|
|
115
158
|
"test:watch": "vp test",
|
|
116
159
|
"bump": "pnpx bumpp",
|
|
117
160
|
"preview": "pnpm --filter docs preview",
|
|
118
|
-
"postversion": "vp run gen-volar-dts && vp run update-exports"
|
|
119
|
-
"prepublishOnly": "run-s build:lib"
|
|
120
|
-
},
|
|
121
|
-
"dependencies": {
|
|
122
|
-
"@any-touch/core": "catalog:default",
|
|
123
|
-
"@any-touch/pan": "catalog:default",
|
|
124
|
-
"@chenglou/pretext": "catalog:default",
|
|
125
|
-
"@floating-ui/dom": "catalog:default",
|
|
126
|
-
"@gdsicon/vue": "catalog:default",
|
|
127
|
-
"@tanstack/virtual-core": "catalog:default",
|
|
128
|
-
"dayjs": "catalog:default",
|
|
129
|
-
"es-toolkit": "catalog:default",
|
|
130
|
-
"focus-trap": "catalog:default",
|
|
131
|
-
"tailwind-merge": "catalog:default",
|
|
132
|
-
"tailwind-variants": "catalog:default"
|
|
133
|
-
},
|
|
134
|
-
"devDependencies": {
|
|
135
|
-
"@tailwindcss/cli": "catalog:default",
|
|
136
|
-
"@tsconfig/node22": "catalog:default",
|
|
137
|
-
"@types/node": "catalog:default",
|
|
138
|
-
"@vitejs/plugin-vue": "catalog:default",
|
|
139
|
-
"@vue/test-utils": "catalog:default",
|
|
140
|
-
"@vue/tsconfig": "catalog:default",
|
|
141
|
-
"eslint-plugin-better-tailwindcss": "catalog:default",
|
|
142
|
-
"fs-extra": "catalog:default",
|
|
143
|
-
"happy-dom": "catalog:default",
|
|
144
|
-
"mkdist": "catalog:default",
|
|
145
|
-
"npm-run-all2": "catalog:default",
|
|
146
|
-
"tinyglobby": "catalog:default",
|
|
147
|
-
"typescript": "catalog:default",
|
|
148
|
-
"unbuild": "catalog:default",
|
|
149
|
-
"unplugin-vue-components": "catalog:default",
|
|
150
|
-
"vite-plus": "catalog:",
|
|
151
|
-
"vue": "catalog:default",
|
|
152
|
-
"vue-sfc-transformer": "catalog:default",
|
|
153
|
-
"vue-tsc": "catalog:default"
|
|
154
|
-
},
|
|
155
|
-
"peerDependencies": {
|
|
156
|
-
"vue": ">=2.7.0 || >=3.2.0"
|
|
157
|
-
},
|
|
158
|
-
"packageManager": "pnpm@10.33.2",
|
|
159
|
-
"pnpm": {
|
|
160
|
-
"patchedDependencies": {
|
|
161
|
-
"mkdist": "patches/mkdist.patch"
|
|
162
|
-
}
|
|
161
|
+
"postversion": "vp run gen-volar-dts && vp run update-exports"
|
|
163
162
|
}
|
|
164
|
-
}
|
|
163
|
+
}
|