♻️ Move tab-switcher to its own folder inside DS

This commit is contained in:
Eva Marco 2024-09-26 16:25:40 +02:00
parent f786a00e89
commit b619ac3e08
10 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
;;
;; Copyright (c) KALEIDOS INC
(ns app.main.ui.ds.tab-switcher
(ns app.main.ui.ds.layout.tab-switcher
(:require-macros
[app.common.data.macros :as dm]
[app.main.style :as stl])

View file

@ -2,7 +2,7 @@ import { Canvas, Meta } from '@storybook/blocks';
import * as TabSwitcher from "./tab_switcher.stories";
<Meta title="Tab switcher" />
<Meta title= "Layout/Tab Switcher" />
# Tab Switcher

View file

@ -4,9 +4,9 @@
//
// Copyright (c) KALEIDOS INC
@use "./_sizes.scss" as *;
@use "./_borders.scss" as *;
@use "./typography.scss" as *;
@use "../_sizes.scss" as *;
@use "../_borders.scss" as *;
@use "../typography.scss" as *;
.tabs {
--tabs-bg-color: var(--color-background-secondary);

View file

@ -14,7 +14,7 @@ const Padded = ({ children }) => (
);
export default {
title: "Tab switcher",
title: "Layout/Tab switcher",
component: TabSwitcher,
args: {
tabs: [