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.9 to 0.4.0

37

dist/index.d.ts

@@ -62,9 +62,27 @@ import { Config as Config$1 } from 'tailwindcss/types/config';

mode: CodegenMode;
override: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue);
extend: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue);
extra: CssValue | ((opts: SchemaFnOptions) => CssValue);
/**
* @description css selector
*/
selector: string;
schema: GetSchemaFn;
/**
* @description disabled component, same to set false
*/
disabled: boolean;
/**
* @description use params
*/
params: Record<string, any>;
/**
* @description senior
*/
override: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue);
/**
* @description senior
*/
extend: ModeMergeValue | ((opts: SchemaFnOptions) => ModeMergeValue);
/**
* @description senior
*/
schema: GetSchemaFn;
};

@@ -76,5 +94,2 @@ type ComponentsOptions = Record<string, ComponentsValue | false>;

};
pseudo: {
where: boolean;
};
selector: {

@@ -104,2 +119,6 @@ universal: string;

/**
* @description set themes and all types
*/
base: BaseOptions;
/**
* @description global postcss options

@@ -109,6 +128,2 @@ */

/**
* @description set themes and all types
*/
base: BaseOptions;
/**
* @description css var prefix

@@ -132,3 +147,3 @@ * @example '--primary' -> '--ice-primary'

*/
presets: (DeepPartial<Preset> | ((options?: any) => DeepPartial<Preset>))[];
presets: (Preset | ((options?: any) => Preset))[];
/**

@@ -135,0 +150,0 @@ * @description required! set output dir path.

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