New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vibe-storybook-components

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vibe-storybook-components - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

2

dist/components/status-tag/status-tag.d.ts
import { FC } from 'react';
export type StatusTagType = 'alpha' | 'beta' | 'deprecated';
export type StatusTagType = 'alpha' | 'beta' | 'new' | 'deprecated';
interface StatusTagProps {

@@ -4,0 +4,0 @@ type: StatusTagType;

@@ -1,1 +0,1 @@

import{jsx as s}from"react/jsx-runtime";import t from"./status-tag.module.scss.js";import a from"classnames";const e=({type:e})=>s("label",{className:a(t.statusTag,t[e]),children:e});export{e as default};
import{jsx as s}from"react/jsx-runtime";import t from"./status-tag.module.scss.js";import a from"classnames";const e=({type:e})=>(console.log("type",e),s("label",{className:a(t.statusTag,t[e]),children:e}));export{e as default};

@@ -1,1 +0,1 @@

var a={statusTag:"status-tag-module_statusTag__9MVz-",alpha:"status-tag-module_alpha__hs-vs",beta:"status-tag-module_beta__DjRL5",deprecated:"status-tag-module_deprecated__-SsGE"};export{a as default};
var t={statusTag:"status-tag-module_statusTag__9MVz-",alpha:"status-tag-module_alpha__hs-vs",beta:"status-tag-module_beta__DjRL5",new:"status-tag-module_new__KzstA",deprecated:"status-tag-module_deprecated__-SsGE"};export{t as default};
{
"name": "vibe-storybook-components",
"version": "0.20.0",
"version": "0.21.0",
"description": "Collection of Vibe's Storybook components",

@@ -126,3 +126,3 @@ "repository": {

],
"gitHead": "a308f7977fea9efaf64b2a48ba7a210cab4b1c8a"
"gitHead": "60d6f0468ab9445cd9b67da6b2d449cd4422e45a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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