@momo-webplatform/mobase 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import * as React from "react";
3
3
  import { Slot } from "@radix-ui/react-slot";
4
4
  import { cva } from "class-variance-authority";
5
5
  import { cn } from "../../helpers/utils";
6
- import SpinerIcon from "../..//foundation/SpinerIcon";
6
+ import SpinerIcon from "../../foundation/SpinerIcon";
7
7
  // /dwd
8
8
  const buttonVariants = cva("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-semibold transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed border border-transparent", {
9
9
  variants: {
@@ -5,7 +5,7 @@ declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsL
5
5
  /**
6
6
  * Control the size of the tabs list..
7
7
  */
8
- size?: "base" | "sm" | undefined;
8
+ size?: "sm" | "base" | undefined;
9
9
  /**
10
10
  * The direction of navigation between toolbar items.
11
11
  */
@@ -1,11 +1 @@
1
- export * from "./components/Accordion";
2
- export * from "./components/Breadcrumb";
3
1
  export * from "./components/Button";
4
- export * from "./components/Checkbox";
5
- export * from "./components/AlertDialog";
6
- export * from "./components/IconButton";
7
- export * from "./components/Popover";
8
- export * from "./components/Tabs";
9
- export * from "./components/TextArea";
10
- export * from "./components/Tooltip";
11
- export * from "./components/TextInput";
@@ -1,11 +1 @@
1
- export * from "./components/Accordion";
2
- export * from "./components/Breadcrumb";
3
1
  export * from "./components/Button";
4
- export * from "./components/Checkbox";
5
- export * from "./components/AlertDialog";
6
- export * from "./components/IconButton";
7
- export * from "./components/Popover";
8
- export * from "./components/Tabs";
9
- export * from "./components/TextArea";
10
- export * from "./components/Tooltip";
11
- export * from "./components/TextInput";