@kong/icons 1.2.3-pr.42.eab6a78.0 → 1.3.1-pr.45.5d5a8b7.0
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/kong-icons.es.js +206 -206
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/index.d.ts +1 -1
- package/package.json +6 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kong/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.1-pr.45.5d5a8b7.0",
|
4
4
|
"description": "Kong Icon Library",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"type": "module",
|
@@ -25,11 +25,13 @@
|
|
25
25
|
"scripts": {
|
26
26
|
"build": "rimraf './src/components' && yarn stylelint && yarn lint && yarn build:components",
|
27
27
|
"build:components": "rimraf './dist' && yarn generate && yarn typecheck && vite build && rimraf ./dist/style.css && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
|
28
|
-
"build:visualize": "BUILD_VISUALIZER=true rimraf ./dist && yarn generate && vite build -m production",
|
28
|
+
"build:visualize": "cross-env-shell BUILD_VISUALIZER=true rimraf ./dist && yarn generate && vite build -m production",
|
29
29
|
"generate": "ts-node -P './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
|
30
30
|
"update-component-list": "ts-node -P './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
|
31
31
|
"dev": "USE_SANDBOX=true vite",
|
32
|
-
"
|
32
|
+
"build:sandbox": "rimraf './src/components' && yarn generate && yarn typecheck && cross-env USE_SANDBOX=true vite build",
|
33
|
+
"preview:sandbox": "cross-env USE_SANDBOX=true vite preview",
|
34
|
+
"test": "cross-env FORCE_COLOR=1 vitest run",
|
33
35
|
"test:open": "vitest --ui",
|
34
36
|
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
|
35
37
|
"lint": "eslint '**/*.{js,ts,vue}'",
|
@@ -64,6 +66,7 @@
|
|
64
66
|
"c8": "^8.0.1",
|
65
67
|
"cheerio": "^1.0.0-rc.12",
|
66
68
|
"commitizen": "^4.3.0",
|
69
|
+
"cross-env": "^7.0.3",
|
67
70
|
"cz-conventional-changelog": "^3.3.0",
|
68
71
|
"eslint": "^8.45.0",
|
69
72
|
"eslint-config-standard": "^17.1.0",
|