@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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Thu, 31 Aug 2023 12:31:07 GMT
3
+ * Generated on Mon, 04 Sep 2023 14:53:44 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Thu, 31 Aug 2023 12:31:07 GMT
3
+ * Generated on Mon, 04 Sep 2023 14:53:44 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Thu, 31 Aug 2023 12:31:07 GMT
3
+ * Generated on Mon, 04 Sep 2023 14:53:44 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Thu, 31 Aug 2023 12:31:07 GMT
3
+ * Generated on Mon, 04 Sep 2023 14:53:44 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.2.3-pr.42.eab6a78.0",
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
- "test": "FORCE_COLOR=1 vitest run",
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",