vibe-storybook-components
Advanced tools
Comparing version 0.20.0 to 0.21.0
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
201081
2973