@kong/design-tokens
Advanced tools
Comparing version 1.12.10 to 1.12.11-pr.261.e9dcdef.0
/** | ||
* Do not edit directly | ||
* Generated on Fri, 16 Feb 2024 20:03:48 GMT | ||
* Generated on Wed, 03 Apr 2024 19:12:10 GMT | ||
* | ||
@@ -93,2 +93,3 @@ * Kong Design Tokens | ||
"disabled": DesignToken, | ||
"inverse": DesignToken, | ||
"neutral": { | ||
@@ -137,3 +138,4 @@ "weak": DesignToken, | ||
"stronger": DesignToken, | ||
"strongest": DesignToken | ||
"strongest": DesignToken, | ||
"weak": DesignToken | ||
}, | ||
@@ -140,0 +142,0 @@ "success": { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 16 Feb 2024 20:03:48 GMT | ||
* Generated on Wed, 03 Apr 2024 19:12:10 GMT | ||
* | ||
@@ -53,2 +53,3 @@ * Kong Design Tokens | ||
"KUI_COLOR_BORDER_DISABLED": "#e0e4ea", | ||
"KUI_COLOR_BORDER_INVERSE": "rgba(255, 255, 255, 0.2)", | ||
"KUI_COLOR_BORDER_NEUTRAL_WEAK": "#afb7c5", | ||
@@ -83,2 +84,3 @@ "KUI_COLOR_BORDER_NEUTRAL_WEAKER": "#e0e4ea", | ||
"KUI_COLOR_TEXT_PRIMARY_STRONGEST": "#001466", | ||
"KUI_COLOR_TEXT_PRIMARY_WEAK": "#5f9aff", | ||
"KUI_COLOR_TEXT_SUCCESS": "#007d60", | ||
@@ -85,0 +87,0 @@ "KUI_COLOR_TEXT_SUCCESS_STRONG": "#005944", |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 16 Feb 2024 20:03:48 GMT | ||
* Generated on Wed, 03 Apr 2024 19:12:10 GMT | ||
* | ||
@@ -94,2 +94,4 @@ * Kong Design Tokens | ||
export const KUI_COLOR_BORDER_DISABLED : "#e0e4ea"; | ||
/** Inverse border color (rgba(white, 0.2)). */ | ||
export const KUI_COLOR_BORDER_INVERSE : "rgba(255, 255, 255, 0.2)"; | ||
/** Weak border color for neutral elements (gray.40) */ | ||
@@ -153,2 +155,4 @@ export const KUI_COLOR_BORDER_NEUTRAL_WEAK : "#afb7c5"; | ||
export const KUI_COLOR_TEXT_PRIMARY_STRONGEST : "#001466"; | ||
/** Weak text color for primary actions or messages (blue.40). */ | ||
export const KUI_COLOR_TEXT_PRIMARY_WEAK : "#5f9aff"; | ||
/** Text color for success actions or messages (green.60). */ | ||
@@ -272,3 +276,3 @@ export const KUI_COLOR_TEXT_SUCCESS : "#007d60"; | ||
export const KUI_NAVIGATION_COLOR_BACKGROUND_SELECTED : "rgba(255, 255, 255, 0.12)"; | ||
/** rgba(255, 255, 255, 0.12) */ | ||
/** rgba(white, 0.12) */ | ||
export const KUI_NAVIGATION_COLOR_BORDER : "rgba(255, 255, 255, 0.12)"; | ||
@@ -275,0 +279,0 @@ /** The border color for a selected child navigation item. */ |
@@ -44,2 +44,3 @@ { | ||
"kui_color_border_disabled": "#e0e4ea", | ||
"kui_color_border_inverse": "rgba(255, 255, 255, 0.2)", | ||
"kui_color_border_neutral_weak": "#afb7c5", | ||
@@ -74,2 +75,3 @@ "kui_color_border_neutral_weaker": "#e0e4ea", | ||
"kui_color_text_primary_strongest": "#001466", | ||
"kui_color_text_primary_weak": "#5f9aff", | ||
"kui_color_text_success": "#007d60", | ||
@@ -76,0 +78,0 @@ "kui_color_text_success_strong": "#005944", |
{ | ||
"name": "@kong/design-tokens", | ||
"version": "1.12.10", | ||
"version": "1.12.11-pr.261.e9dcdef.0", | ||
"description": "Kong UI Design Tokens and style dictionary", | ||
@@ -55,34 +55,34 @@ "scripts": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.6.0", | ||
"@commitlint/config-conventional": "^18.6.0", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", | ||
"@evilmartians/lefthook": "^1.6.1", | ||
"@evilmartians/lefthook": "^1.6.7", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@vitejs/plugin-vue": "^5.0.3", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"chokidar-cli": "^3.0.0", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsonc": "^2.13.0", | ||
"eslint-plugin-jsonc": "^2.14.1", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"eslint-plugin-vue": "^9.21.1", | ||
"npm-run-all2": "^5.0.0", | ||
"eslint-plugin-vue": "^9.23.0", | ||
"npm-run-all2": "^6.1.2", | ||
"rimraf": "^5.0.5", | ||
"sass": "^1.70.0", | ||
"sass": "^1.72.0", | ||
"semantic-release": "^22.0.12", | ||
"shx": "^0.3.4", | ||
"style-dictionary": "^3.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"typescript": "^5.4.3", | ||
"vite": "^5.2.4", | ||
"vite-plugin-restart": "^0.4.0", | ||
"vite-plugin-vue-devtools": "^7.0.14", | ||
"vue": "^3.4.15", | ||
"vue-router": "^4.2.5" | ||
"vite-plugin-vue-devtools": "^7.0.20", | ||
"vue": "^3.4.21", | ||
"vue-router": "^4.3.0" | ||
}, | ||
@@ -138,5 +138,5 @@ "release": { | ||
"volta": { | ||
"node": "18.19.0", | ||
"yarn": "1.22.21" | ||
"node": "18.19.1", | ||
"yarn": "1.22.22" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
417867
2184
1
1