@teambit/base-ui.theme.accent-color
Advanced tools
Comparing version 0.1.1 to 1.0.0
/** | ||
* Sets the `--base-color` and `--base-highlight` for the specific use case.<br/> | ||
* Sets the accent color variables for the specific use case.<br/> | ||
* Effects the color of many elements, such as `<ThemedText>` and `<Button>`. | ||
@@ -8,3 +8,2 @@ * @name colorPalette | ||
primary: string; | ||
primaryLight: string; | ||
complementary: string; | ||
@@ -16,3 +15,3 @@ neutral: string; | ||
success: string; | ||
aciton: string; | ||
action: string; | ||
consider: string; | ||
@@ -19,0 +18,0 @@ continue: string; |
@@ -9,3 +9,3 @@ "use strict"; | ||
/** | ||
* Sets the `--base-color` and `--base-highlight` for the specific use case.<br/> | ||
* Sets the accent color variables for the specific use case.<br/> | ||
* Effects the color of many elements, such as `<ThemedText>` and `<Button>`. | ||
@@ -16,3 +16,3 @@ * @name colorPalette | ||
primary: accent_color_module_scss_1.default.primary, | ||
primaryLight: accent_color_module_scss_1.default.muted, | ||
// primaryLight: colorStyles.muted, | ||
complementary: accent_color_module_scss_1.default.process, | ||
@@ -25,3 +25,3 @@ neutral: accent_color_module_scss_1.default.neutral, | ||
// intents: | ||
aciton: accent_color_module_scss_1.default.impulsive, | ||
action: accent_color_module_scss_1.default.impulsive, | ||
consider: accent_color_module_scss_1.default.hungry, | ||
@@ -28,0 +28,0 @@ continue: accent_color_module_scss_1.default.success, |
import colorStyles from './accent-color.module.scss'; | ||
/** | ||
* Sets the `--base-color` and `--base-highlight` for the specific use case.<br/> | ||
* Sets the accent color variables for the specific use case.<br/> | ||
* Effects the color of many elements, such as `<ThemedText>` and `<Button>`. | ||
@@ -10,3 +10,3 @@ * @name colorPalette | ||
primary: colorStyles.primary, | ||
primaryLight: colorStyles.muted, | ||
// primaryLight: colorStyles.muted, | ||
complementary: colorStyles.process, | ||
@@ -22,3 +22,3 @@ | ||
// intents: | ||
aciton: colorStyles.impulsive, | ||
action: colorStyles.impulsive, | ||
consider: colorStyles.hungry, | ||
@@ -25,0 +25,0 @@ continue: colorStyles.success, |
{ | ||
"name": "@teambit/base-ui.theme.accent-color", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"homepage": "https://bit.dev/teambit/base-ui/theme/accent-color", | ||
@@ -9,12 +9,14 @@ "main": "dist/index.js", | ||
"name": "theme/accent-color", | ||
"version": "0.1.1" | ||
"version": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.0.0", | ||
"@teambit/base-ui.theme.colors": "0.7.1" | ||
"@teambit/base-ui.theme.colors": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.8.0", | ||
"@types/react": "^17.0.8", | ||
"@types/testing-library__jest-dom": "5.9.5", | ||
"@babel/runtime": "7.12.18", | ||
"@types/jest": "^26.0.0", | ||
"@types/react-dom": "^17.0.5", | ||
"@types/node": "12.20.4" | ||
@@ -37,5 +39,7 @@ }, | ||
"devDependencies": { | ||
"@types/testing-library__jest-dom": "5.9.5", | ||
"@babel/runtime": "7.12.18", | ||
"@types/jest": "^26.0.0", | ||
"@types/react": "^16.8.0", | ||
"@types/react-dom": "^17.0.5", | ||
"@types/react": "^17.0.8", | ||
"@types/node": "12.20.4", | ||
@@ -42,0 +46,0 @@ "@types/mocha": "-", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20834
1
6
317
+ Added@teambit/base-ui.theme.colors@1.0.0(transitive)
- Removed@teambit/base-ui.theme.colors@0.7.1(transitive)