@adamosuiteservices/ui 2.10.9 → 2.10.10

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.
Files changed (45) hide show
  1. package/package.json +293 -293
  2. package/dist/components/layout/sidebar/sidebar.stories.d.ts +0 -6
  3. package/dist/components/layout/toaster/toaster.stories.d.ts +0 -13
  4. package/dist/components/ui/accordion/accordion.stories.d.ts +0 -17
  5. package/dist/components/ui/accordion-rounded/accordion-rounded.stories.d.ts +0 -21
  6. package/dist/components/ui/alert/alert.stories.d.ts +0 -25
  7. package/dist/components/ui/avatar/avatar.stories.d.ts +0 -14
  8. package/dist/components/ui/badge/badge.stories.d.ts +0 -41
  9. package/dist/components/ui/breadcrumb/breadcrumb.stories.d.ts +0 -26
  10. package/dist/components/ui/button/button.stories.d.ts +0 -39
  11. package/dist/components/ui/button-group/button-group.stories.d.ts +0 -19
  12. package/dist/components/ui/calendar/calendar.stories.d.ts +0 -27
  13. package/dist/components/ui/card/card.stories.d.ts +0 -20
  14. package/dist/components/ui/checkbox/checkbox.stories.d.ts +0 -15
  15. package/dist/components/ui/collapsible/collapsible.stories.d.ts +0 -12
  16. package/dist/components/ui/combobox/combobox.stories.d.ts +0 -38
  17. package/dist/components/ui/context-menu/context-menu.stories.d.ts +0 -10
  18. package/dist/components/ui/dialog/dialog.stories.d.ts +0 -13
  19. package/dist/components/ui/dropdown-menu/dropdown-menu.stories.d.ts +0 -14
  20. package/dist/components/ui/field/field.stories.d.ts +0 -18
  21. package/dist/components/ui/hover-card/hover-card.stories.d.ts +0 -25
  22. package/dist/components/ui/icon/icon.stories.d.ts +0 -50
  23. package/dist/components/ui/input/input.stories.d.ts +0 -23
  24. package/dist/components/ui/input-group/Input-group.stories.d.ts +0 -28
  25. package/dist/components/ui/kbd/kbd.stories.d.ts +0 -26
  26. package/dist/components/ui/label/label.stories.d.ts +0 -24
  27. package/dist/components/ui/pagination/pagination.stories.d.ts +0 -28
  28. package/dist/components/ui/popover/popover.stories.d.ts +0 -26
  29. package/dist/components/ui/progress/progress.stories.d.ts +0 -29
  30. package/dist/components/ui/radio-group/radio-group.stories.d.ts +0 -18
  31. package/dist/components/ui/scroll-area/scroll-area.stories.d.ts +0 -11
  32. package/dist/components/ui/select/select.stories.d.ts +0 -19
  33. package/dist/components/ui/separator/separator.stories.d.ts +0 -18
  34. package/dist/components/ui/sheet/sheet.stories.d.ts +0 -17
  35. package/dist/components/ui/skeleton/skeleton.stories.d.ts +0 -22
  36. package/dist/components/ui/slider/slider.stories.d.ts +0 -21
  37. package/dist/components/ui/spinner/spinner.stories.d.ts +0 -20
  38. package/dist/components/ui/switch/switch.stories.d.ts +0 -17
  39. package/dist/components/ui/table/table.stories.d.ts +0 -11
  40. package/dist/components/ui/tabs/tabs.stories.d.ts +0 -16
  41. package/dist/components/ui/tabs-underline/tabs-underline.stories.d.ts +0 -16
  42. package/dist/components/ui/textarea/textarea.stories.d.ts +0 -21
  43. package/dist/components/ui/toggle/toggle.stories.d.ts +0 -21
  44. package/dist/components/ui/tooltip/tooltip.stories.d.ts +0 -18
  45. package/dist/components/ui/typography/typography.stories.d.ts +0 -35
@@ -1,11 +0,0 @@
1
- import { ScrollArea } from '.';
2
- import { Meta, StoryObj } from '@storybook/react';
3
- declare const meta: Meta<typeof ScrollArea>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
7
- export declare const Horizontal: Story;
8
- export declare const WithBothScrollbars: Story;
9
- export declare const LongText: Story;
10
- export declare const WithBadges: Story;
11
- export declare const CustomHeight: Story;
@@ -1,19 +0,0 @@
1
- import { Select } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Select;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithGroups: Story;
12
- export declare const WithLabel: Story;
13
- export declare const Controlled: Story;
14
- export declare const Disabled: Story;
15
- export declare const WithIcons: Story;
16
- export declare const SmallSize: Story;
17
- export declare const Scrollable: Story;
18
- export declare const WithValidation: Story;
19
- export declare const InCards: Story;
@@ -1,18 +0,0 @@
1
- import { Separator } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Separator;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const Horizontal: Story;
12
- export declare const Vertical: Story;
13
- export declare const InNavigation: Story;
14
- export declare const InCards: Story;
15
- export declare const WithActions: Story;
16
- export declare const CustomSpacing: Story;
17
- export declare const InListItems: Story;
18
- export declare const WithCustomColors: Story;
@@ -1,17 +0,0 @@
1
- import { Sheet } from './sheet';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Sheet;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const LeftSide: Story;
12
- export declare const TopSide: Story;
13
- export declare const BottomSide: Story;
14
- export declare const WithSettings: Story;
15
- export declare const ShoppingCart: Story;
16
- export declare const UserProfile: Story;
17
- export declare const Controlled: Story;
@@ -1,22 +0,0 @@
1
- import { Skeleton } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Skeleton;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const CardSkeleton: Story;
12
- export declare const Text: Story;
13
- export declare const AvatarSkeleton: Story;
14
- export declare const ButtonSkeleton: Story;
15
- export declare const Form: Story;
16
- export declare const Table: Story;
17
- export declare const List: Story;
18
- export declare const Dashboard: Story;
19
- export declare const Loading: Story;
20
- export declare const ProductCard: Story;
21
- export declare const Comment: Story;
22
- export declare const Article: Story;
@@ -1,21 +0,0 @@
1
- import { Slider } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Slider;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithLabel: Story;
12
- export declare const Range: Story;
13
- export declare const Steps: Story;
14
- export declare const Disabled: Story;
15
- export declare const Vertical: Story;
16
- export declare const WithButtons: Story;
17
- export declare const PriceFilter: Story;
18
- export declare const TemperatureControl: Story;
19
- export declare const AudioEqualizer: Story;
20
- export declare const RgbColorPicker: Story;
21
- export declare const VolumeControl: Story;
@@ -1,20 +0,0 @@
1
- import { Spinner } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Spinner;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const Sizes: Story;
12
- export declare const Colors: Story;
13
- export declare const InButton: Story;
14
- export declare const InBadge: Story;
15
- export declare const LoadingStates: Story;
16
- export declare const ProcessingCard: Story;
17
- export declare const DownloadProgress: Story;
18
- export declare const StatusIndicators: Story;
19
- export declare const InlineLoading: Story;
20
- export declare const CustomSpinner: Story;
@@ -1,17 +0,0 @@
1
- import { Switch } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Switch;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithLabel: Story;
12
- export declare const Controlled: Story;
13
- export declare const Disabled: Story;
14
- export declare const WithIcons: Story;
15
- export declare const DeviceControls: Story;
16
- export declare const PrivacySettings: Story;
17
- export declare const FeatureToggles: Story;
@@ -1,11 +0,0 @@
1
- import { Table } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Table;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const Verifications: Story;
@@ -1,16 +0,0 @@
1
- import { Tabs } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Tabs;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithCards: Story;
12
- export declare const WithIcons: Story;
13
- export declare const Controlled: Story;
14
- export declare const Dashboard: Story;
15
- export declare const VerticalTabs: Story;
16
- export declare const DocumentationTabs: Story;
@@ -1,16 +0,0 @@
1
- import { Tabs } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Tabs;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithCards: Story;
12
- export declare const WithIcons: Story;
13
- export declare const Controlled: Story;
14
- export declare const Dashboard: Story;
15
- export declare const VerticalTabs: Story;
16
- export declare const DocumentationTabs: Story;
@@ -1,21 +0,0 @@
1
- import { Textarea } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Textarea;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const Disabled: Story;
12
- export declare const WithLabel: Story;
13
- export declare const WithText: Story;
14
- export declare const WithButton: Story;
15
- export declare const Controlled: Story;
16
- export declare const FormValidation: Story;
17
- export declare const MessageComposer: Story;
18
- export declare const FeedbackForm: Story;
19
- export declare const CodeEditor: Story;
20
- export declare const ChatInput: Story;
21
- export declare const ResizableTextarea: Story;
@@ -1,21 +0,0 @@
1
- import { Toggle } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Toggle;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithText: Story;
12
- export declare const Outline: Story;
13
- export declare const Sizes: Story;
14
- export declare const Disabled: Story;
15
- export declare const Controlled: Story;
16
- export declare const TextFormatting: Story;
17
- export declare const TextAlignment: Story;
18
- export declare const MediaControls: Story;
19
- export declare const UserPreferences: Story;
20
- export declare const SocialActions: Story;
21
- export declare const MusicPlayer: Story;
@@ -1,18 +0,0 @@
1
- import { Tooltip } from '.';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Tooltip;
6
- tags: string[];
7
- };
8
- export default meta;
9
- type Story = StoryObj<typeof meta>;
10
- export declare const Default: Story;
11
- export declare const WithIcon: Story;
12
- export declare const Sides: Story;
13
- export declare const WithSideOffset: Story;
14
- export declare const WithDelayDuration: Story;
15
- export declare const ControlledTooltip: Story;
16
- export declare const ActionButtons: Story;
17
- export declare const FormFieldsWithHelp: Story;
18
- export declare const StatusIndicators: Story;
@@ -1,35 +0,0 @@
1
- import { Typography } from './typography';
2
- import { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Typography;
6
- tags: string[];
7
- parameters: {
8
- docs: {
9
- description: {
10
- component: string;
11
- };
12
- };
13
- };
14
- };
15
- export default meta;
16
- type Story = StoryObj<typeof meta>;
17
- export declare const Default: Story;
18
- export declare const Large: Story;
19
- export declare const Medium: Story;
20
- export declare const Small: Story;
21
- export declare const ExtraSmall: Story;
22
- export declare const Caption: Story;
23
- export declare const AsHeading1: Story;
24
- export declare const AsHeading2: Story;
25
- export declare const AsHeading3: Story;
26
- export declare const AsHeading4: Story;
27
- export declare const AsParagraph: Story;
28
- export declare const AsBlockquote: Story;
29
- export declare const AsInlineCode: Story;
30
- export declare const AsLead: Story;
31
- export declare const AsLarge: Story;
32
- export declare const AsSmall: Story;
33
- export declare const AsMuted: Story;
34
- export declare const ColorVariants: Story;
35
- export declare const AllVariantsWithColors: Story;