New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/base-ui.theme.accent-color

Package Overview
Dependencies
Maintainers
17
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/base-ui.theme.accent-color - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

5

dist/index.d.ts
/**
* 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;

6

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc