Socket
Socket
Sign inDemoInstall

@looker/design-tokens

Package Overview
Dependencies
Maintainers
9
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/design-tokens - npm Package Compare versions

Comparing version 2.7.5 to 2.7.6

2

color/types/index.d.ts

@@ -9,3 +9,3 @@ import type { BlendColors } from './blends';

export type { DerivativeColors } from './derivative';
export type { CoreColors, IntentColors, SpecifiableColors, SpecifiableTextColors, } from './specifiable';
export type { CoreColors, IllustrationColors, IntentColors, SpecifiableColors, SpecifiableTextColors, } from './specifiable';
export type { BlendColors } from './blends';

@@ -12,0 +12,0 @@ export type { ExtendedStatefulColor, StatefulColor, StatefulColors, StatefulColorChoices, } from './stateful';

@@ -25,4 +25,11 @@ export declare const coreColors: Array<keyof CoreColors>;

}
export declare type IllustrationColors = {
illustration1?: string;
illustration2?: string;
illustration3?: string;
illustration4?: string;
illustration5?: string;
};
export declare const specifiableTextColors: string[];
export declare type SpecifiableColors = CoreColors & IntentColors & Partial<SpecifiableTextColors>;
export declare type SpecifiableColors = CoreColors & IntentColors & IllustrationColors & Partial<SpecifiableTextColors>;
export declare const specifiableColors: Array<keyof SpecifiableColors>;
import type { Colors } from '../types';
export declare const pickSpecifiableColors: (colors: Colors) => Pick<Colors, keyof import("../types").CoreColors | keyof import("../types").IntentColors | keyof import("../types").SpecifiableTextColors>;
export declare const pickSpecifiableColors: (colors: Colors) => Pick<Colors, keyof import("../types").CoreColors | keyof import("../types").IntentColors | keyof import("../types").SpecifiableTextColors | keyof import("../types").IllustrationColors>;
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "2.7.5",
"version": "2.7.6",
"sideEffects": false,

@@ -6,0 +6,0 @@ "publishConfig": {

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

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