@mirohq/design-system-themes
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,6 +0,6 @@ | ||
import { Tokens } from '@mirohq/design-tokens'; | ||
import { tokens } from '@mirohq/design-tokens'; | ||
declare type AliasColorsKeys = 'background-alpha-active' | 'background-alpha-hover' | 'background-danger-prominent' | 'background-danger-prominent-active' | 'background-danger-prominent-hover' | 'background-danger-subtle' | 'background-danger-subtle-active' | 'background-danger-subtle-hover' | 'background-neutrals' | 'background-neutrals-active' | 'background-neutrals-container' | 'background-neutrals-controls-disabled' | 'background-neutrals-disabled' | 'background-neutrals-hover' | 'background-neutrals-inactive' | 'background-neutrals-inactive-hover' | 'background-neutrals-inverted' | 'background-neutrals-inverted-subtle' | 'background-neutrals-page' | 'background-neutrals-page-subtle' | 'background-neutrals-scrolls' | 'background-neutrals-scrolls-hover' | 'background-neutrals-subtle' | 'background-neutrals-subtle-active' | 'background-neutrals-subtle-hover' | 'background-primary-prominent' | 'background-primary-prominent-active' | 'background-primary-prominent-hover' | 'background-primary-prominent-selected' | 'background-primary-subtle' | 'background-primary-subtle-active' | 'background-primary-subtle-hover' | 'background-primary-subtle-selected' | 'background-success' | 'background-warning-prominent' | 'background-warning-subtle' | 'border-danger' | 'border-danger-active' | 'border-danger-hover' | 'border-focus-inner' | 'border-focus-middle' | 'border-focus-outer' | 'border-neutrals' | 'border-neutrals-active' | 'border-neutrals-controls' | 'border-neutrals-controls-disabled' | 'border-neutrals-disabled' | 'border-neutrals-hover' | 'border-neutrals-inverted' | 'border-neutrals-subtle' | 'border-neutrals-text' | 'border-neutrals-text-active' | 'border-neutrals-text-hover' | 'border-neutrals-text-subtle' | 'border-neutrals-text-subtle-active' | 'border-neutrals-text-subtle-hover' | 'border-neutrals-transparent' | 'border-primary' | 'border-primary-active' | 'border-primary-hover' | 'border-primary-inverted' | 'border-success' | 'border-warning' | 'icon-danger' | 'icon-danger-active' | 'icon-danger-hover' | 'icon-danger-inverted' | 'icon-neutrals' | 'icon-neutrals-disabled' | 'icon-neutrals-inactive' | 'icon-neutrals-inactive-hover' | 'icon-neutrals-inverted' | 'icon-neutrals-search' | 'icon-neutrals-subtle' | 'icon-neutrals-text' | 'icon-primary' | 'icon-primary-active' | 'icon-primary-hover' | 'icon-primary-inverted' | 'icon-primary-selected' | 'icon-success' | 'icon-success-inverted' | 'icon-warning' | 'icon-warning-prominent' | 'text-danger' | 'text-danger-active' | 'text-danger-hover' | 'text-danger-inverted' | 'text-neutrals' | 'text-neutrals-active' | 'text-neutrals-disabled' | 'text-neutrals-hover' | 'text-neutrals-inverted' | 'text-neutrals-placeholder' | 'text-neutrals-placeholder-only' | 'text-neutrals-subtle' | 'text-neutrals-subtle-active' | 'text-neutrals-subtle-hover' | 'text-primary' | 'text-primary-active' | 'text-primary-hover' | 'text-primary-inverted' | 'text-primary-inverted-subtle' | 'text-primary-selected' | 'text-success' | 'text-warning'; | ||
declare type GlobalOrRawColor = `$${Tokens.Colors}` | (string & {}); | ||
declare type GlobalOrRawColor = `$${tokens.Colors}` | (string & {}); | ||
declare type AliasColors = { | ||
@@ -7,0 +7,0 @@ [Key in AliasColorsKeys]?: GlobalOrRawColor; |
{ | ||
"name": "@mirohq/design-system-themes", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "author": "Miro", | ||
"dependencies": { | ||
"@mirohq/design-tokens": "^3.0.0" | ||
"@mirohq/design-tokens": "^3.0.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
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
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
Updated@mirohq/design-tokens@^3.0.1