Socket
Socket
Sign inDemoInstall

@vtex/admin-ui-theme

Package Overview
Dependencies
Maintainers
65
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/admin-ui-theme - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.12.0](https://github.com/vtex/onda/compare/@vtex/admin-ui-theme@0.11.0...@vtex/admin-ui-theme@0.12.0) (2021-01-12)
### Features
* **admin-ui-system:** add color types ([42a73e3](https://github.com/vtex/onda/commit/42a73e34d9b097b3e29681c7abe03ef0b6dda02b))
# [0.11.0](https://github.com/vtex/onda/compare/@vtex/admin-ui-theme@0.11.0-experimental.3...@vtex/admin-ui-theme@0.11.0) (2021-01-11)

@@ -8,0 +19,0 @@

1

dist/config/index.d.ts

@@ -1645,2 +1645,1 @@ export declare const theme: {

export declare type Sizes = keyof typeof theme.sizes;
export declare type ThemeColors = 'dark.primary' | 'dark.secondary' | 'light.primary' | 'light.secondary' | 'mid.primary' | 'mid.secondary' | 'mid.tertiary' | 'focus' | 'blue' | 'blue.default' | 'blue.hover' | 'blue.pressed' | 'blue.secondary.default' | 'blue.secondary.hover' | 'blue.secondary.pressed' | 'red.default' | 'red.hover' | 'red.pressed' | 'red.secondary.default' | 'red.secondary.hover' | 'red.secondary.pressed' | 'green.default' | 'green.hover' | 'green.pressed' | 'green.secondary.default' | 'green.secondary.hover' | 'green.secondary.pressed' | 'yellow.default' | 'yellow.hover' | 'yellow.pressed' | 'yellow.secondary.default' | 'yellow.secondary.hover' | 'yellow.secondary.pressed';
{
"name": "@vtex/admin-ui-theme",
"version": "0.11.0",
"version": "0.12.0",
"main": "dist/index.js",

@@ -36,3 +36,3 @@ "module": "dist/admin-ui-theme.esm.js",

"devDependencies": {
"@vtex/admin-ui-system": "^0.7.0"
"@vtex/admin-ui-system": "^0.8.0"
},

@@ -42,3 +42,3 @@ "dependencies": {

},
"gitHead": "9a952242888d500c777ecc536404152ab2e90430"
"gitHead": "ad726ada0c7bcc56f6bb05a285f4391f46cbdb9b"
}

@@ -35,36 +35,1 @@ import base from './base'

export type Sizes = keyof typeof theme.sizes
export type ThemeColors =
| 'dark.primary'
| 'dark.secondary'
| 'light.primary'
| 'light.secondary'
| 'mid.primary'
| 'mid.secondary'
| 'mid.tertiary'
| 'focus'
| 'blue'
| 'blue.default'
| 'blue.hover'
| 'blue.pressed'
| 'blue.secondary.default'
| 'blue.secondary.hover'
| 'blue.secondary.pressed'
| 'red.default'
| 'red.hover'
| 'red.pressed'
| 'red.secondary.default'
| 'red.secondary.hover'
| 'red.secondary.pressed'
| 'green.default'
| 'green.hover'
| 'green.pressed'
| 'green.secondary.default'
| 'green.secondary.hover'
| 'green.secondary.pressed'
| 'yellow.default'
| 'yellow.hover'
| 'yellow.pressed'
| 'yellow.secondary.default'
| 'yellow.secondary.hover'
| 'yellow.secondary.pressed'

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