New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.28 to 0.0.29

2

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

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

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

interface SearchBarTriggerVariant {
size: "expand" | "compact" | "medium"
size: "expand" | "compact" | "shrink" | "medium"
variant: "emphasized" | "subtle"

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

__type: SearchBarTriggerVariantProps
(props?: SearchBarTriggerVariantProps): Pretty<Record<"container" | "wrapper" | "kbd" | "icon", string>>
(props?: SearchBarTriggerVariantProps): Pretty<Record<"container" | "wrapper" | "text" | "kbd" | "icon", string>>
raw: (props?: SearchBarTriggerVariantProps) => SearchBarTriggerVariantProps

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

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