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.3.8 to 0.3.9

5

dist/index.d.ts

@@ -6,2 +6,3 @@ import { Config as Config$1 } from 'tailwindcss/types/config';

type CssValue = string | CssInJs | (CssInJs | string)[];
interface CreatePresetOptions {

@@ -43,3 +44,2 @@ types: string[];

type CssValue = string | CssInJs | (CssInJs | string)[];
type BaseOptions = {

@@ -66,3 +66,3 @@ themes: Record<string, {

extend: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue);
extra: CssValue | ((opts: SchemaFnOptions) => CssInJs);
extra: CssValue | ((opts: SchemaFnOptions) => CssValue);
selector: string;

@@ -157,5 +157,4 @@ schema: GetSchemaFn;

}>;
type ILayer = 'base' | 'utilities' | 'components';
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 };

2

package.json
{
"name": "@icestack/types",
"description": "The types of @icestack/ui",
"version": "0.3.8",
"version": "0.3.9",
"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