vibe-storybook-components
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -1,1 +0,1 @@ | ||
import{jsxs as t,jsx as s}from"react/jsx-runtime";import e from"../status-tag/status-tag.js";import r from"../../helpers/components/Flex/Flex.js";const a=({children:a,status:o})=>t(r,{justify:r.justify.SPACE_BETWEEN,gap:r.gaps.MEDIUM,children:[a,s(e,{type:o})]});export{a as default}; | ||
import{jsxs as s,jsx as t}from"react/jsx-runtime";import e from"../status-tag/status-tag.js";import r from"../../helpers/components/Flex/Flex.js";import a from"./sidebar-item.module.scss.js";const m=({children:m,status:o})=>s(r,{justify:r.justify.SPACE_BETWEEN,gap:r.gaps.MEDIUM,children:[t("span",{className:a.name,children:m}),t(e,{type:o})]});export{m as default}; |
{ | ||
"name": "vibe-storybook-components", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Collection of Vibe's Storybook components", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
172718
297
2405