Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icestack/types

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icestack/types - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

17

dist/index.d.ts

@@ -43,10 +43,11 @@ import { Config as Config$1 } from 'tailwindcss/types/config';

type Themes = Record<string, {
selector: string;
extraColors: Record<string, string>;
extraVars: Record<string, string>;
extraCss: CssValue;
types: Record<string, string | Record<string, string>>;
}>;
type BaseOptions = {
themes: Record<string, {
selector: string;
extraColors: Record<string, string>;
extraVars: Record<string, string>;
extraCss: CssValue;
types: Record<string, string | Record<string, string>>;
}>;
themes: Themes;
extraCss: CssValue;

@@ -174,2 +175,2 @@ themeSelectorTemplate: (theme: string) => string;

export type { BaseOptions, CodegenMode, CodegenOptions, ComponentsOptions, ComponentsValue, Config, CreatePresetOptions, CssValue, DeepPartial, DeepRequired, GetSchemaFn, GlobalOptions, IDefaults, ILayer, ISchema, IValue, ModeMergeValue, PrefixerOptions, Preset, SchemaFnOptions, TailwindcssPluginOptions, UtilitiesOptions, VarPrefixerOptions };
export type { BaseOptions, CodegenMode, CodegenOptions, ComponentsOptions, ComponentsValue, Config, CreatePresetOptions, CssValue, DeepPartial, DeepRequired, GetSchemaFn, GlobalOptions, IDefaults, ILayer, ISchema, IValue, ModeMergeValue, PrefixerOptions, Preset, SchemaFnOptions, TailwindcssPluginOptions, Themes, UtilitiesOptions, VarPrefixerOptions };
{
"name": "@icestack/types",
"description": "The types of @icestack/ui",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [

@@ -6,0 +6,0 @@ "types",

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