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

@inkeep/styled-system

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inkeep/styled-system - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "@inkeep/styled-system",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./system.js",

@@ -13,3 +13,2 @@ /* eslint-disable */

export * from './popover';
export * from './select';
export * from './skeleton';

@@ -28,4 +27,5 @@ export * from './table';

export * from './search-bar-trigger';
export * from './select';
export * from './switch-recipe';
export * from './tabs';
export * from './tooltip';

@@ -6,4 +6,4 @@ /* eslint-disable */

interface SelectVariant {
variant: "outline" | "ghost"
size: "sm" | "md" | "lg"
size: "sm" | "md" | "lg"
variant: "outline" | "ghost" | "ikpOutline"
}

@@ -21,3 +21,3 @@

__type: SelectVariantProps
(props?: SelectVariantProps): Pretty<Record<"label" | "positioner" | "trigger" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "content" | "root" | "control" | "value", string>>
(props?: SelectVariantProps): Pretty<Record<"label" | "positioner" | "trigger" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "content" | "root" | "control" | "value" | "label" | "positioner" | "trigger" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "content" | "root" | "control" | "value", string>>
raw: (props?: SelectVariantProps) => SelectVariantProps

@@ -24,0 +24,0 @@ variantMap: SelectVariantMap

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