@kong/design-tokens 2.0.2-pr.686.3dca44d.0 → 3.0.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/themes/index.cjs +0 -2
- package/dist/themes/index.d.cts +0 -2
- package/dist/themes/index.d.ts +0 -2
- package/dist/themes/index.mjs +0 -2
- package/dist/tokens/css/custom-properties.css +1 -1
- package/dist/tokens/js/cjs/index.d.ts +1 -1
- package/dist/tokens/js/cjs/index.js +1 -1
- package/dist/tokens/js/index.d.ts +1 -1
- package/dist/tokens/js/index.mjs +1 -1
- package/dist/tokens/scss/_map.scss +1 -1
- package/dist/tokens/scss/_variables.scss +1 -1
- package/package.json +25 -24
- package/dist/themes/electric-lime-day-high-contrast.cjs +0 -928
- package/dist/themes/electric-lime-day-high-contrast.css +0 -928
- package/dist/themes/electric-lime-day-high-contrast.d.cts +0 -5
- package/dist/themes/electric-lime-day-high-contrast.d.ts +0 -5
- package/dist/themes/electric-lime-day-high-contrast.mjs +0 -926
- package/dist/themes/electric-lime-night-high-contrast.cjs +0 -928
- package/dist/themes/electric-lime-night-high-contrast.css +0 -928
- package/dist/themes/electric-lime-night-high-contrast.d.cts +0 -5
- package/dist/themes/electric-lime-night-high-contrast.d.ts +0 -5
- package/dist/themes/electric-lime-night-high-contrast.mjs +0 -926
package/dist/themes/index.cjs
CHANGED
|
@@ -7,7 +7,5 @@ module.exports = {
|
|
|
7
7
|
classicDay: require('./classic-day.cjs').classicDay,
|
|
8
8
|
classicNight: require('./classic-night.cjs').classicNight,
|
|
9
9
|
electricLimeDay: require('./electric-lime-day.cjs').electricLimeDay,
|
|
10
|
-
electricLimeDayHighContrast: require('./electric-lime-day-high-contrast.cjs').electricLimeDayHighContrast,
|
|
11
10
|
electricLimeNight: require('./electric-lime-night.cjs').electricLimeNight,
|
|
12
|
-
electricLimeNightHighContrast: require('./electric-lime-night-high-contrast.cjs').electricLimeNightHighContrast,
|
|
13
11
|
}
|
package/dist/themes/index.d.cts
CHANGED
|
@@ -5,6 +5,4 @@
|
|
|
5
5
|
export { classicDay } from './classic-day.cjs'
|
|
6
6
|
export { classicNight } from './classic-night.cjs'
|
|
7
7
|
export { electricLimeDay } from './electric-lime-day.cjs'
|
|
8
|
-
export { electricLimeDayHighContrast } from './electric-lime-day-high-contrast.cjs'
|
|
9
8
|
export { electricLimeNight } from './electric-lime-night.cjs'
|
|
10
|
-
export { electricLimeNightHighContrast } from './electric-lime-night-high-contrast.cjs'
|
package/dist/themes/index.d.ts
CHANGED
|
@@ -5,6 +5,4 @@
|
|
|
5
5
|
export { classicDay } from './classic-day.js'
|
|
6
6
|
export { classicNight } from './classic-night.js'
|
|
7
7
|
export { electricLimeDay } from './electric-lime-day.js'
|
|
8
|
-
export { electricLimeDayHighContrast } from './electric-lime-day-high-contrast.js'
|
|
9
8
|
export { electricLimeNight } from './electric-lime-night.js'
|
|
10
|
-
export { electricLimeNightHighContrast } from './electric-lime-night-high-contrast.js'
|
package/dist/themes/index.mjs
CHANGED
|
@@ -5,6 +5,4 @@
|
|
|
5
5
|
export { classicDay } from './classic-day.mjs'
|
|
6
6
|
export { classicNight } from './classic-night.mjs'
|
|
7
7
|
export { electricLimeDay } from './electric-lime-day.mjs'
|
|
8
|
-
export { electricLimeDayHighContrast } from './electric-lime-day-high-contrast.mjs'
|
|
9
8
|
export { electricLimeNight } from './electric-lime-night.mjs'
|
|
10
|
-
export { electricLimeNightHighContrast } from './electric-lime-night-high-contrast.mjs'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Mon, 13 Jul 2026
|
|
3
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Mon, 13 Jul 2026
|
|
3
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Mon, 13 Jul 2026
|
|
3
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Mon, 13 Jul 2026
|
|
3
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
package/dist/tokens/js/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Mon, 13 Jul 2026
|
|
3
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
|
-
* Generated on Mon, 13 Jul 2026
|
|
4
|
+
* Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
5
5
|
*
|
|
6
6
|
* Kong Konnect Design Tokens
|
|
7
7
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on Mon, 13 Jul 2026
|
|
3
|
+
// Generated on Mon, 13 Jul 2026 19:48:20 GMT
|
|
4
4
|
//
|
|
5
5
|
// Kong Konnect Design Tokens
|
|
6
6
|
// GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
package/package.json
CHANGED
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Kong Konnect Design Tokens and style dictionary",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "pnpm build:clean && pnpm build:tokens && pnpm copy:tokens-doc",
|
|
9
|
+
"build:tokens": "style-dictionary build --config ./config.mjs",
|
|
10
|
+
"build:clean": "rimraf ./dist",
|
|
11
|
+
"copy:tokens-doc": "shx cp -f './dist/tokens/README.md' './TOKENS.md'",
|
|
12
|
+
"lint": "eslint",
|
|
13
|
+
"lint:fix": "eslint --fix",
|
|
14
|
+
"typecheck": "pnpm typecheck:sandbox",
|
|
15
|
+
"typecheck:sandbox": "vue-tsc --project ./sandbox/tsconfig.json --noEmit",
|
|
16
|
+
"sandbox": "pnpm build && run-p sandbox:open sandbox:watch",
|
|
17
|
+
"sandbox:open": "vite sandbox -c ./sandbox/vite.config.ts",
|
|
18
|
+
"sandbox:watch": "chokidar \"tokens/**/*.json\" \"themes/**/*.json\" -c \"pnpm build\"",
|
|
19
|
+
"sandbox:build": "BUILD_SANDBOX=true vite build -c ./sandbox/vite.config.ts -m production",
|
|
20
|
+
"sandbox:preview": "BUILD_SANDBOX=true vite preview -c ./sandbox/vite.config.ts",
|
|
21
|
+
"watch:tokens": "pnpm build && chokidar \"tokens/**/*.json\" -c \"pnpm build\"",
|
|
22
|
+
"theme:scaffold": "node scripts/theme-scaffold.mjs",
|
|
23
|
+
"theme:preview": "node ../skills/theme-creation/scripts/preview.mjs",
|
|
24
|
+
"themes:sync": "node scripts/themes-sync.mjs",
|
|
25
|
+
"themes:unfilled": "node scripts/themes-unfilled.mjs",
|
|
26
|
+
"pretest": "pnpm build:tokens",
|
|
27
|
+
"test": "vitest run --config vitest.config.mjs"
|
|
28
|
+
},
|
|
7
29
|
"publishConfig": {
|
|
8
30
|
"access": "public"
|
|
9
31
|
},
|
|
@@ -79,26 +101,5 @@
|
|
|
79
101
|
"volta": {
|
|
80
102
|
"node": "24.13.1"
|
|
81
103
|
},
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"build:tokens": "style-dictionary build --config ./config.mjs",
|
|
85
|
-
"build:clean": "rimraf ./dist",
|
|
86
|
-
"copy:tokens-doc": "shx cp -f './dist/tokens/README.md' './TOKENS.md'",
|
|
87
|
-
"lint": "eslint",
|
|
88
|
-
"lint:fix": "eslint --fix",
|
|
89
|
-
"typecheck": "pnpm typecheck:sandbox",
|
|
90
|
-
"typecheck:sandbox": "vue-tsc --project ./sandbox/tsconfig.json --noEmit",
|
|
91
|
-
"sandbox": "pnpm build && run-p sandbox:open sandbox:watch",
|
|
92
|
-
"sandbox:open": "vite sandbox -c ./sandbox/vite.config.ts",
|
|
93
|
-
"sandbox:watch": "chokidar \"tokens/**/*.json\" \"themes/**/*.json\" -c \"pnpm build\"",
|
|
94
|
-
"sandbox:build": "BUILD_SANDBOX=true vite build -c ./sandbox/vite.config.ts -m production",
|
|
95
|
-
"sandbox:preview": "BUILD_SANDBOX=true vite preview -c ./sandbox/vite.config.ts",
|
|
96
|
-
"watch:tokens": "pnpm build && chokidar \"tokens/**/*.json\" -c \"pnpm build\"",
|
|
97
|
-
"theme:scaffold": "node scripts/theme-scaffold.mjs",
|
|
98
|
-
"theme:preview": "node ../skills/theme-creation/scripts/preview.mjs",
|
|
99
|
-
"themes:sync": "node scripts/themes-sync.mjs",
|
|
100
|
-
"themes:unfilled": "node scripts/themes-unfilled.mjs",
|
|
101
|
-
"pretest": "pnpm build:tokens",
|
|
102
|
-
"test": "vitest run --config vitest.config.mjs"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
104
|
+
"gitHead": "58dec9ad1860d83c0a862338599fa303cd1b1655"
|
|
105
|
+
}
|