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

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

Package Overview
Dependencies
Maintainers
18
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.10 to 0.4.0

5

dist/index.d.ts

@@ -0,1 +1,6 @@

/**
* Sets the `--base-color` and `--base-highlight` for the specific use case.<br/>
* Effects the color of many elements, such as `<ThemedText>` and `<Button>`.
* @name colorPalette
*/
export declare const colorPalette: {

@@ -2,0 +7,0 @@ primary: string;

@@ -7,2 +7,7 @@ "use strict";

const color_palette_module_scss_1 = __importDefault(require("./color-palette.module.scss"));
/**
* Sets the `--base-color` and `--base-highlight` for the specific use case.<br/>
* Effects the color of many elements, such as `<ThemedText>` and `<Button>`.
* @name colorPalette
*/
exports.colorPalette = {

@@ -9,0 +14,0 @@ primary: color_palette_module_scss_1.default.primary,

28

package.json
{
"name": "@teambit/base-ui.theme.color-palette",
"version": "0.2.10",
"homepage": "https://bit.dev/teambit/base-ui/theme/color-palette",
"version": "0.4.0",
"main": "dist/index.js",
"componentId": {
"scope": "teambit.base-ui",
"name": "theme/color-palette",
"version": "0.2.10"
"version": "0.4.0"
},
"dependencies": {
"@teambit/base-ui.theme.colors": "0.2.10"
"@babel/runtime": "^7.8.4",
"@teambit/base-ui.theme.colors": "0.4.0"
},

@@ -17,7 +16,8 @@ "devDependencies": {

"@types/jest": "~26.0.9",
"@types/react-router-dom": "^5.1.5",
"@types/mocha": "8.0.0"
"@types/mocha": "8.0.0",
"@types/react-router-dom": "^5.1.5"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},

@@ -30,3 +30,4 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"react": "-"
"react": "-",
"@babel/runtime": "^7.8.4"
},

@@ -36,13 +37,12 @@ "devDependencies": {

"@types/jest": "~26.0.9",
"@types/react-router-dom": "^5.1.5",
"@types/mocha": "8.0.0",
"react": "-"
"@types/react-router-dom": "^5.1.5"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}
},
"types": "index.ts",
"private": false
}
}

@@ -7,4 +7,3 @@ {

"ES6",
"DOM.Iterable",
"ScriptHost"
"DOM.Iterable"
],

@@ -14,18 +13,10 @@ "target": "es2015",

"jsx": "react",
"composite": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"composite": true,
"outDir": "dist",
"rootDir": ".",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"strict": true,
"moduleResolution": "node",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"resolveJsonModule": true
"rootDir": "."
},

@@ -32,0 +23,0 @@ "exclude": [

@@ -13,1 +13,11 @@ declare module '*.module.css' {

}
declare module '*.module.less' {
const classes: { readonly [key: string]: string };
export default classes;
}
declare module '*.less' {
const classes: { readonly [key: string]: string };
export default classes;
}

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