@dialpad/dialtone-tokens
Advanced tools
Comparing version 1.23.1 to 1.23.2
@@ -266,2 +266,6 @@ { | ||
"dtActionColorForegroundDisabledDefault": "#AAAAAA", | ||
"dtActionColorForegroundPositiveDefault": "#B0FFA3", | ||
"dtActionColorForegroundPositiveHover": "#6eff58", | ||
"dtActionColorForegroundPositiveActive": "#6eff58", | ||
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff", | ||
"dtActionColorBackgroundBaseHover": "#ab7eff1a", | ||
@@ -289,2 +293,8 @@ "dtActionColorBackgroundBaseActive": "#ab7eff33", | ||
"dtActionColorBackgroundDisabledDefault": "#3A3A3A", | ||
"dtActionColorBackgroundPositiveDefault": "transparent", | ||
"dtActionColorBackgroundPositiveHover": "#79dc93", | ||
"dtActionColorBackgroundPositiveActive": "#afffa314", | ||
"dtActionColorBackgroundPositivePrimaryDefault": "#B0FFA3", | ||
"dtActionColorBackgroundPositivePrimaryHover": "#8bff79", | ||
"dtActionColorBackgroundPositivePrimaryActive": "#75ff60", | ||
"dtActionColorBorderBaseOutlinedDefault": "#AB7EFF", | ||
@@ -575,3 +585,2 @@ "dtActionColorBorderCriticalOutlinedDefault": "#FF8585", | ||
"dtSize100Percent": "100%", | ||
"dtSizeBase": "0.5rem", | ||
"dtSizeRadius0": "0", | ||
@@ -788,3 +797,2 @@ "dtSizeRadius100": "0.0625rem", | ||
"dtFontSize500": "2.375rem", | ||
"dtFontSizeRoot": "0.625rem", | ||
"dtFontLineHeight100": "1", | ||
@@ -903,4 +911,3 @@ "dtFontLineHeight200": "1.2", | ||
"dtSpace95Percent": "95%", | ||
"dtSpace100Percent": "100%", | ||
"dtSpaceBase": "0.5rem" | ||
"dtSpace100Percent": "100%" | ||
} |
@@ -466,3 +466,2 @@ { | ||
"dtSize100Percent": "100%", | ||
"dtSizeBase": "0.5rem", | ||
"dtSizeRadius0": "0", | ||
@@ -520,2 +519,6 @@ "dtSizeRadius100": "0.0625rem", | ||
"dtActionColorForegroundDisabledDefault": "#808080", | ||
"dtActionColorForegroundPositiveDefault": "#1AA340", | ||
"dtActionColorForegroundPositiveHover": "#158635", | ||
"dtActionColorForegroundPositiveActive": "#158635", | ||
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff", | ||
"dtActionColorBackgroundBaseDefault": "transparent", | ||
@@ -528,4 +531,4 @@ "dtActionColorBackgroundBaseHover": "#7d52ff24", | ||
"dtActionColorBackgroundCriticalDefault": "transparent", | ||
"dtActionColorBackgroundCriticalHover": "#ec0e0e08", | ||
"dtActionColorBackgroundCriticalActive": "#ec0e0e17", | ||
"dtActionColorBackgroundCriticalHover": "#ec0e0e12", | ||
"dtActionColorBackgroundCriticalActive": "#ec0e0e1f", | ||
"dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E", | ||
@@ -544,2 +547,8 @@ "dtActionColorBackgroundCriticalPrimaryHover": "#d90d0d", | ||
"dtActionColorBackgroundDisabledDefault": "#D2D2D2", | ||
"dtActionColorBackgroundPositiveDefault": "transparent", | ||
"dtActionColorBackgroundPositiveHover": "#f8fdf7", | ||
"dtActionColorBackgroundPositiveActive": "#1aa34114", | ||
"dtActionColorBackgroundPositivePrimaryDefault": "#1AA340", | ||
"dtActionColorBackgroundPositivePrimaryHover": "#17933a", | ||
"dtActionColorBackgroundPositivePrimaryActive": "#168936", | ||
"dtActionColorBorderBaseOutlinedDefault": "#7C52FF", | ||
@@ -609,3 +618,2 @@ "dtActionColorBorderCriticalOutlinedDefault": "#EC0E0E", | ||
"dtFontSize500": "2.375rem", | ||
"dtFontSizeRoot": "0.625rem", | ||
"dtFontLineHeight100": "1", | ||
@@ -725,3 +733,2 @@ "dtFontLineHeight200": "1.2", | ||
"dtSpace100Percent": "100%", | ||
"dtSpaceBase": "0.5rem", | ||
"dtShadowSmall0X": "0", | ||
@@ -728,0 +735,0 @@ "dtShadowSmall0Y": "0.125rem", |
{ | ||
"name": "@dialpad/dialtone-tokens", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "Design tokens for Dialtone.", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "npm run build:token-transformer && node ./build.js && cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version && ./build-ios.js", | ||
"build:token-transformer": "npm run build:token-transformer:light && npm run build:token-transformer:dark", | ||
"build:token-transformer:light": "token-transformer tokens token_transformer/tokens-light.json base/default,semantic/dp/default,components/checkbox,components/avatar/default,components/badge/default,components/checkbox/default,components/icon/default,components/radio/default --expandTypography=true --expandShadow=true", | ||
"build:token-transformer:dark": "token-transformer tokens token_transformer/tokens-dark.json base/default,base/dark,semantic/dp/default,semantic/dp/dark,components/avatar/default,components/badge/default,components/checkbox/default,components/checkbox/dark,components/icon/default,components/radio/default,components/radio/dark --expandTypography=true --expandShadow=true", | ||
"prepublishOnly": "npm run build", | ||
"release": "semantic-release --no-ci --extends ./release-local.config.cjs" | ||
}, | ||
"files": [ | ||
@@ -21,3 +13,2 @@ "dist" | ||
}, | ||
"repository": "git@github.com:dialpad/dialtone-tokens.git", | ||
"author": "Dialpad", | ||
@@ -38,4 +29,12 @@ "license": "MIT", | ||
"style-dictionary": "^3.8.0", | ||
"tinycolor2": "^1.6.0", | ||
"token-transformer": "^0.0.31" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:token-transformer && node ./build.js && cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version && ./build-ios.js", | ||
"build:token-transformer": "npm run build:token-transformer:light && npm run build:token-transformer:dark", | ||
"build:token-transformer:light": "token-transformer tokens token_transformer/tokens-light.json root,base/default,semantic/dp/default,components/checkbox,components/avatar/default,components/badge/default,components/checkbox/default,components/icon/default,components/radio/default root --expandTypography=true --expandShadow=true", | ||
"build:token-transformer:dark": "token-transformer tokens token_transformer/tokens-dark.json root,base/default,base/dark,semantic/dp/default,semantic/dp/dark,components/avatar/default,components/badge/default,components/checkbox/default,components/checkbox/dark,components/icon/default,components/radio/default,components/radio/dark root --expandTypography=true --expandShadow=true", | ||
"release": "semantic-release --no-ci --extends ./release-local.config.cjs" | ||
} | ||
} | ||
} |
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 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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1699067
41383
10