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.2.6 to 0.2.7

5

dist/index.d.ts

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

}>;
types: Record<string, Record<keyof BaseOptions['themes'], Record<string, string>>>;
types: Record<string, Record<keyof BaseOptions['themes'], string | Record<string, string>>>;
extraColors: Record<keyof BaseOptions['themes'], Record<string, string>>;
extraVars: Record<keyof BaseOptions['themes'], Record<string, string>>;
extraCss: CssInJs | CssInJs[];
};

@@ -81,3 +82,3 @@ type ModeMergeValue = {

};
type CodegenMode = 'styled' | 'base' | 'raw';
type CodegenMode = 'styled' | 'base' | 'raw' | 'none';
type CodegenOptions = {

@@ -84,0 +85,0 @@ /**

4

package.json
{
"name": "@icestack/types",
"description": "The types of @icestack/ui",
"version": "0.2.6",
"version": "0.2.7",
"keywords": [

@@ -26,3 +26,3 @@ "types",

"postcss-js": "^4.0.1",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.4.0",
"tsd": "^0.30.0"

@@ -29,0 +29,0 @@ },

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