@maxtropy/v-components 0.1.12-beta.6 → 0.1.12-beta.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/es/assets/images/notAuthorized.png +0 -0
- package/es/assets/images/tableNoData.png +0 -0
- package/es/components/empty/no-data.png +0 -0
- package/es/components/systemcontent/logo.png +0 -0
- package/lib/assets/images/notAuthorized.png +0 -0
- package/lib/assets/images/tableNoData.png +0 -0
- package/lib/components/empty/no-data.png +0 -0
- package/lib/components/systemcontent/logo.png +0 -0
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxtropy/v-components",
|
|
3
|
-
"version": "0.1.12-beta.
|
|
3
|
+
"version": "0.1.12-beta.7",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"lib",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"build:components": "rimraf dist && vue-tsc && vite build",
|
|
16
|
+
"build:components": "rimraf dist && rimraf lib && rimraf es && vue-tsc && vite build && node copyImages.mjs",
|
|
17
17
|
"start": "vitepress dev docs --no-cache ",
|
|
18
18
|
"build": "vitepress build docs",
|
|
19
19
|
"docs:serve": "vitepress serve docs",
|