conversion-ui-library 1.0.5
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.
- package/README.md +181 -0
- package/dist/common/Table.d.ts +10 -0
- package/dist/common/Table.d.ts.map +1 -0
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +6 -0
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts.map +1 -0
- package/dist/components/Autocomplete/AutocompleteTable.d.ts +3 -0
- package/dist/components/Autocomplete/AutocompleteTable.d.ts.map +1 -0
- package/dist/components/Button/Button.stories.d.ts +7 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/components/Button/ButtonTable.d.ts +3 -0
- package/dist/components/Button/ButtonTable.d.ts.map +1 -0
- package/dist/components/Chart/chart-comparison.d.ts +4 -0
- package/dist/components/Chart/chart-comparison.d.ts.map +1 -0
- package/dist/components/Chart/chart-conversion.d.ts +3 -0
- package/dist/components/Chart/chart-conversion.d.ts.map +1 -0
- package/dist/components/Chart/chart-histogram.d.ts +4 -0
- package/dist/components/Chart/chart-histogram.d.ts.map +1 -0
- package/dist/components/Chart/chart.d.ts +3 -0
- package/dist/components/Chart/chart.d.ts.map +1 -0
- package/dist/components/Chart/chart.stories.d.ts +6 -0
- package/dist/components/Chart/chart.stories.d.ts.map +1 -0
- package/dist/components/Chart/chart.types.d.ts +44 -0
- package/dist/components/Chart/chart.types.d.ts.map +1 -0
- package/dist/components/Chip/Chip.stories.d.ts +8 -0
- package/dist/components/Chip/Chip.stories.d.ts.map +1 -0
- package/dist/components/Chip/ChipTable.d.ts +2 -0
- package/dist/components/Chip/ChipTable.d.ts.map +1 -0
- package/dist/components/Colors/ColorTable.d.ts +11 -0
- package/dist/components/Colors/ColorTable.d.ts.map +1 -0
- package/dist/components/Colors/Colors.stories.d.ts +6 -0
- package/dist/components/Colors/Colors.stories.d.ts.map +1 -0
- package/dist/components/ConversionSidebar/ConversionSidebar.d.ts +47 -0
- package/dist/components/ConversionSidebar/ConversionSidebar.d.ts.map +1 -0
- package/dist/components/ConversionSidebar/ConversionSidebar.stories.d.ts +7 -0
- package/dist/components/ConversionSidebar/ConversionSidebar.stories.d.ts.map +1 -0
- package/dist/components/Elevation/Elevation.stories.d.ts +6 -0
- package/dist/components/Elevation/Elevation.stories.d.ts.map +1 -0
- package/dist/components/Filter/Filter.d.ts +15 -0
- package/dist/components/Filter/Filter.d.ts.map +1 -0
- package/dist/components/Filter/Filter.stories.d.ts +7 -0
- package/dist/components/Filter/Filter.stories.d.ts.map +1 -0
- package/dist/components/Heading/Heading.stories.d.ts +6 -0
- package/dist/components/Heading/Heading.stories.d.ts.map +1 -0
- package/dist/components/Heading/HeadingTable.d.ts +3 -0
- package/dist/components/Heading/HeadingTable.d.ts.map +1 -0
- package/dist/components/Icons/icon.d.ts +12 -0
- package/dist/components/Icons/icon.d.ts.map +1 -0
- package/dist/components/Icons/icon.stories.d.ts +6 -0
- package/dist/components/Icons/icon.stories.d.ts.map +1 -0
- package/dist/components/Label/Label.stories.d.ts +7 -0
- package/dist/components/Label/Label.stories.d.ts.map +1 -0
- package/dist/components/Label/LabelTable.d.ts +3 -0
- package/dist/components/Label/LabelTable.d.ts.map +1 -0
- package/dist/components/Menu/Menu.d.ts +18 -0
- package/dist/components/Menu/Menu.d.ts.map +1 -0
- package/dist/components/Menu/Menu.stories.d.ts +8 -0
- package/dist/components/Menu/Menu.stories.d.ts.map +1 -0
- package/dist/components/Paragraph/Paragraph.stories.d.ts +7 -0
- package/dist/components/Paragraph/Paragraph.stories.d.ts.map +1 -0
- package/dist/components/Paragraph/ParagraphTable.d.ts +3 -0
- package/dist/components/Paragraph/ParagraphTable.d.ts.map +1 -0
- package/dist/components/Popup/Popup.d.ts +14 -0
- package/dist/components/Popup/Popup.d.ts.map +1 -0
- package/dist/components/Popup/Popup.stories.d.ts +36 -0
- package/dist/components/Popup/Popup.stories.d.ts.map +1 -0
- package/dist/components/Progress/Progress.stories.d.ts +7 -0
- package/dist/components/Progress/Progress.stories.d.ts.map +1 -0
- package/dist/components/Progress/ProgressTable.d.ts +3 -0
- package/dist/components/Progress/ProgressTable.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +7 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -0
- package/dist/components/StatusBadge/StatusBadge.d.ts +12 -0
- package/dist/components/StatusBadge/StatusBadge.d.ts.map +1 -0
- package/dist/components/StatusBadge/StatusBadge.stories.d.ts +7 -0
- package/dist/components/StatusBadge/StatusBadge.stories.d.ts.map +1 -0
- package/dist/components/Switch/switch.stories.d.ts +7 -0
- package/dist/components/Switch/switch.stories.d.ts.map +1 -0
- package/dist/components/Table/table.stories.d.ts +26 -0
- package/dist/components/Table/table.stories.d.ts.map +1 -0
- package/dist/components/Table/tableComponent.d.ts +17 -0
- package/dist/components/Table/tableComponent.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +7 -0
- package/dist/components/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/components/Tabs/TabsLayout.d.ts +2 -0
- package/dist/components/Tabs/TabsLayout.d.ts.map +1 -0
- package/dist/components/Text/Text.stories.d.ts +7 -0
- package/dist/components/Text/Text.stories.d.ts.map +1 -0
- package/dist/components/Text/TextTable.d.ts +3 -0
- package/dist/components/Text/TextTable.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.stories.d.ts +6 -0
- package/dist/components/TextArea/TextArea.stories.d.ts.map +1 -0
- package/dist/components/TextArea/TextAreaTable.d.ts +3 -0
- package/dist/components/TextArea/TextAreaTable.d.ts.map +1 -0
- package/dist/components/TextField/TextField.stories.d.ts +6 -0
- package/dist/components/TextField/TextField.stories.d.ts.map +1 -0
- package/dist/components/TextField/TextFieldTable.d.ts +3 -0
- package/dist/components/TextField/TextFieldTable.d.ts.map +1 -0
- package/dist/components/Trend/Trend.stories.d.ts +24 -0
- package/dist/components/Trend/Trend.stories.d.ts.map +1 -0
- package/dist/components/Trend/TrendTable.d.ts +2 -0
- package/dist/components/Trend/TrendTable.d.ts.map +1 -0
- package/dist/components/Typography/Typography.stories.d.ts +6 -0
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -0
- package/dist/components/Typography/TypographyPage.d.ts +2 -0
- package/dist/components/Typography/TypographyPage.d.ts.map +1 -0
- package/dist/components/Typography/TypographyRow.d.ts +26 -0
- package/dist/components/Typography/TypographyRow.d.ts.map +1 -0
- package/dist/components/ui/Chip.d.ts +59 -0
- package/dist/components/ui/Chip.d.ts.map +1 -0
- package/dist/components/ui/Trend.d.ts +15 -0
- package/dist/components/ui/Trend.d.ts.map +1 -0
- package/dist/components/ui/autocomplete.d.ts +21 -0
- package/dist/components/ui/autocomplete.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +30 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +45 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/heading.d.ts +10 -0
- package/dist/components/ui/heading.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +12 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/menu.d.ts +28 -0
- package/dist/components/ui/menu.d.ts.map +1 -0
- package/dist/components/ui/paragraph.d.ts +10 -0
- package/dist/components/ui/paragraph.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/progress.d.ts +11 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/search-input.d.ts +18 -0
- package/dist/components/ui/search-input.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +14 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +26 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +65 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/spinner.d.ts +3 -0
- package/dist/components/ui/spinner.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +9 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +11 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +18 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/text.d.ts +14 -0
- package/dist/components/ui/text.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +9 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textfield.d.ts +20 -0
- package/dist/components/ui/textfield.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/index.cjs.js +106 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +31890 -0
- package/dist/index.umd.js +107 -0
- package/dist/lib/Icons/icon-registry.d.ts +323 -0
- package/dist/lib/Icons/icon-registry.d.ts.map +1 -0
- package/dist/lib/use-mobile.d.ts +2 -0
- package/dist/lib/use-mobile.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +13 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/tokens/colors/colors.d.ts +137 -0
- package/dist/tokens/colors/colors.d.ts.map +1 -0
- package/dist/tokens/colors/colors.runtime.d.ts +137 -0
- package/dist/tokens/colors/colors.runtime.d.ts.map +1 -0
- package/dist/tokens/elevation/elevation.d.ts +9 -0
- package/dist/tokens/elevation/elevation.d.ts.map +1 -0
- package/dist/tokens/typography/typography.d.ts +145 -0
- package/dist/tokens/typography/typography.d.ts.map +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +115 -0
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export declare const Cells: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ChatSparkle: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const BarChat: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const StackStar: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const SaleTag: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const DisocuntTag: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const SquareStar: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const Mouse: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const Vision: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const Information: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const UserAccount: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const Conversion: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const NoData: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Cogs: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const sidebarRight: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const ICONS: readonly ["cells", "zap", "contentGenerator", "pieChart", "AiIdea", "barChat", "stackStar", "file", "megaphone", "sidebar-right", "sorting", "grid-view", "checkMark", "filter", "calendar", "arrow-left", "arrow-down", "users", "topBar", "globe", "bank", "webDesign", "moneyBag", "coupon", "saleTag", "discount", "disocuntTag", "menu", "cancel", "plus-circle", "plus", "remove-circle", "download", "money", "computer", "squareStack", "3d-move", "split", "coin", "layers", "shippingTruck", "checkout", "squareStar", "collection", "smartPhone", "globeStand", "clock", "copy", "google", "redirect", "brain", "bulb", "chart", "closeCircle", "delete", "link", "vision", "setting", "cursor", "mouse", "headPhone", "logout", "userAccount", "information", "userCircle", "creditCard", "conversion", "key", "workspace", "documentCode", "downArrowFill", "userList", "rightArrow", "alert", "noData", "cogs"];
|
|
18
|
+
export declare const ICON_LIST: {
|
|
19
|
+
readonly cells: {
|
|
20
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
22
|
+
};
|
|
23
|
+
readonly zap: {
|
|
24
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
26
|
+
};
|
|
27
|
+
readonly megaphone: {
|
|
28
|
+
readonly component: import('react-icons').IconType;
|
|
29
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
30
|
+
};
|
|
31
|
+
readonly contentGenerator: {
|
|
32
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
34
|
+
};
|
|
35
|
+
readonly pieChart: {
|
|
36
|
+
readonly component: import('react-icons').IconType;
|
|
37
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
38
|
+
};
|
|
39
|
+
readonly AiIdea: {
|
|
40
|
+
readonly component: import('react-icons').IconType;
|
|
41
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
42
|
+
};
|
|
43
|
+
readonly barChat: {
|
|
44
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
46
|
+
};
|
|
47
|
+
readonly stackStar: {
|
|
48
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
50
|
+
};
|
|
51
|
+
readonly file: {
|
|
52
|
+
readonly component: import('react-icons').IconType;
|
|
53
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
54
|
+
};
|
|
55
|
+
readonly "remove-circle": {
|
|
56
|
+
readonly component: import('react-icons').IconType;
|
|
57
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
58
|
+
};
|
|
59
|
+
readonly "plus-circle": {
|
|
60
|
+
readonly component: import('react-icons').IconType;
|
|
61
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
62
|
+
};
|
|
63
|
+
readonly checkMark: {
|
|
64
|
+
readonly component: import('react-icons').IconType;
|
|
65
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
66
|
+
};
|
|
67
|
+
readonly calendar: {
|
|
68
|
+
readonly component: import('react-icons').IconType;
|
|
69
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
70
|
+
};
|
|
71
|
+
readonly users: {
|
|
72
|
+
readonly component: import('react-icons').IconType;
|
|
73
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
74
|
+
};
|
|
75
|
+
readonly globe: {
|
|
76
|
+
readonly component: import('react-icons').IconType;
|
|
77
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
78
|
+
};
|
|
79
|
+
readonly "grid-view": {
|
|
80
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
81
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
82
|
+
};
|
|
83
|
+
readonly sorting: {
|
|
84
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
85
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
86
|
+
};
|
|
87
|
+
readonly cancel: {
|
|
88
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
89
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
90
|
+
};
|
|
91
|
+
readonly download: {
|
|
92
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
93
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
94
|
+
};
|
|
95
|
+
readonly "3d-move": {
|
|
96
|
+
readonly component: import('react-icons').IconType;
|
|
97
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
98
|
+
};
|
|
99
|
+
readonly split: {
|
|
100
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
101
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
102
|
+
};
|
|
103
|
+
readonly coin: {
|
|
104
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
105
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
106
|
+
};
|
|
107
|
+
readonly redirect: {
|
|
108
|
+
readonly component: import('react-icons').IconType;
|
|
109
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
110
|
+
};
|
|
111
|
+
readonly brain: {
|
|
112
|
+
readonly component: import('react-icons').IconType;
|
|
113
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
114
|
+
};
|
|
115
|
+
readonly filter: {
|
|
116
|
+
readonly component: import('react-icons').IconType;
|
|
117
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
118
|
+
};
|
|
119
|
+
readonly chart: {
|
|
120
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
121
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
122
|
+
};
|
|
123
|
+
readonly "sidebar-right": {
|
|
124
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
125
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
126
|
+
};
|
|
127
|
+
readonly topBar: {
|
|
128
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
129
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
130
|
+
};
|
|
131
|
+
readonly webDesign: {
|
|
132
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
133
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
134
|
+
};
|
|
135
|
+
readonly bank: {
|
|
136
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
137
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
138
|
+
};
|
|
139
|
+
readonly "arrow-left": {
|
|
140
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
142
|
+
};
|
|
143
|
+
readonly "arrow-down": {
|
|
144
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
145
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
146
|
+
};
|
|
147
|
+
readonly menu: {
|
|
148
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
149
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
150
|
+
};
|
|
151
|
+
readonly plus: {
|
|
152
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
153
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
154
|
+
};
|
|
155
|
+
readonly money: {
|
|
156
|
+
readonly component: import('react-icons').IconType;
|
|
157
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
158
|
+
};
|
|
159
|
+
readonly computer: {
|
|
160
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
161
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
162
|
+
};
|
|
163
|
+
readonly squareStack: {
|
|
164
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
165
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
166
|
+
};
|
|
167
|
+
readonly layers: {
|
|
168
|
+
readonly component: import('react-icons').IconType;
|
|
169
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
170
|
+
};
|
|
171
|
+
readonly shippingTruck: {
|
|
172
|
+
readonly component: import('react-icons').IconType;
|
|
173
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
174
|
+
};
|
|
175
|
+
readonly checkout: {
|
|
176
|
+
readonly component: import('react-icons').IconType;
|
|
177
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
178
|
+
};
|
|
179
|
+
readonly moneyBag: {
|
|
180
|
+
readonly component: import('react-icons').IconType;
|
|
181
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
182
|
+
};
|
|
183
|
+
readonly coupon: {
|
|
184
|
+
readonly component: import('react-icons').IconType;
|
|
185
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
186
|
+
};
|
|
187
|
+
readonly discount: {
|
|
188
|
+
readonly component: import('react-icons').IconType;
|
|
189
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
190
|
+
};
|
|
191
|
+
readonly saleTag: {
|
|
192
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
193
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
194
|
+
};
|
|
195
|
+
readonly disocuntTag: {
|
|
196
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
197
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
198
|
+
};
|
|
199
|
+
readonly squareStar: {
|
|
200
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
201
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
202
|
+
};
|
|
203
|
+
readonly collection: {
|
|
204
|
+
readonly component: import('react-icons').IconType;
|
|
205
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
206
|
+
};
|
|
207
|
+
readonly smartPhone: {
|
|
208
|
+
readonly component: import('react-icons').IconType;
|
|
209
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
210
|
+
};
|
|
211
|
+
readonly globeStand: {
|
|
212
|
+
readonly component: import('react-icons').IconType;
|
|
213
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
214
|
+
};
|
|
215
|
+
readonly clock: {
|
|
216
|
+
readonly component: import('react-icons').IconType;
|
|
217
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
218
|
+
};
|
|
219
|
+
readonly copy: {
|
|
220
|
+
readonly component: import('react-icons').IconType;
|
|
221
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
222
|
+
};
|
|
223
|
+
readonly google: {
|
|
224
|
+
readonly component: import('react-icons').IconType;
|
|
225
|
+
};
|
|
226
|
+
readonly bulb: {
|
|
227
|
+
readonly component: import('react-icons').IconType;
|
|
228
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
229
|
+
};
|
|
230
|
+
readonly closeCircle: {
|
|
231
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
232
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
233
|
+
};
|
|
234
|
+
readonly delete: {
|
|
235
|
+
readonly component: import('react-icons').IconType;
|
|
236
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
237
|
+
};
|
|
238
|
+
readonly link: {
|
|
239
|
+
readonly component: import('react-icons').IconType;
|
|
240
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
241
|
+
};
|
|
242
|
+
readonly vision: {
|
|
243
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
244
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
245
|
+
};
|
|
246
|
+
readonly setting: {
|
|
247
|
+
readonly component: import('react-icons').IconType;
|
|
248
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
249
|
+
};
|
|
250
|
+
readonly cursor: {
|
|
251
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
252
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary group-hover/menu-button:fill-primary group-focus/menu-button:fill-primary group-data-[active=true]/menu-button:fill-primary";
|
|
253
|
+
};
|
|
254
|
+
readonly mouse: {
|
|
255
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
256
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
257
|
+
};
|
|
258
|
+
readonly headPhone: {
|
|
259
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
260
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
261
|
+
};
|
|
262
|
+
readonly logout: {
|
|
263
|
+
readonly component: import('react-icons').IconType;
|
|
264
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
265
|
+
};
|
|
266
|
+
readonly information: {
|
|
267
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
268
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
269
|
+
};
|
|
270
|
+
readonly userCircle: {
|
|
271
|
+
readonly component: import('react-icons').IconType;
|
|
272
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
273
|
+
};
|
|
274
|
+
readonly userAccount: {
|
|
275
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
276
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
277
|
+
};
|
|
278
|
+
readonly creditCard: {
|
|
279
|
+
readonly component: import('react-icons').IconType;
|
|
280
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
281
|
+
};
|
|
282
|
+
readonly key: {
|
|
283
|
+
readonly component: import('react-icons').IconType;
|
|
284
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
285
|
+
};
|
|
286
|
+
readonly conversion: {
|
|
287
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
288
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
289
|
+
};
|
|
290
|
+
readonly noData: {
|
|
291
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
292
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
293
|
+
};
|
|
294
|
+
readonly cogs: {
|
|
295
|
+
readonly component: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
296
|
+
};
|
|
297
|
+
readonly workspace: {
|
|
298
|
+
readonly component: import('react-icons').IconType;
|
|
299
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
300
|
+
};
|
|
301
|
+
readonly documentCode: {
|
|
302
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
303
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
304
|
+
};
|
|
305
|
+
readonly downArrowFill: {
|
|
306
|
+
readonly component: import('react-icons').IconType;
|
|
307
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
308
|
+
};
|
|
309
|
+
readonly userList: {
|
|
310
|
+
readonly component: import('react-icons').IconType;
|
|
311
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
312
|
+
};
|
|
313
|
+
readonly rightArrow: {
|
|
314
|
+
readonly component: React.ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
315
|
+
readonly className: "text-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
316
|
+
};
|
|
317
|
+
readonly alert: {
|
|
318
|
+
readonly component: import('react-icons').IconType;
|
|
319
|
+
readonly className: "text-sub fill-sub group-hover/menu-button:text-primary group-focus/menu-button:text-primary group-data-[active=true]/menu-button:text-primary";
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
export type IconName = keyof typeof ICON_LIST;
|
|
323
|
+
//# sourceMappingURL=icon-registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/lib/Icons/icon-registry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA0D/B,eAAO,MAAM,KAAK,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAWzD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAgB/D,CAAC;AACF,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAa3D,CAAC;AACF,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAgB7D,CAAC;AACF,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAc3D,CAAC;AACF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAkB/D,CAAC;AACF,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAwB9D,CAAC;AACF,eAAO,MAAM,KAAK,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CA0BzD,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAmB1D,CAAC;AACF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAyB/D,CAAC;AACF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CA0B/D,CAAC;AACF,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAc9D,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CAuK1D,CAAC;AACF,eAAO,MAAM,IAAI,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CA8FxD,CAAC;AACF,eAAO,MAAM,YAAY,GAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,4CA4BhE,CAAC;AACF,eAAO,MAAM,KAAK,+3BA6ER,CAAC;AAEX,eAAO,MAAM,SAAS;;oCAhmBO,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;oCAavB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;oCAiBjC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;oCAc3B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwc1B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAvblC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;oCAezB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;oCAmB9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqDjC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;oCA5B9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;oCAgDvB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;oCA0B7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;oCA2B9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;oCAgBjC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;oCAwK/B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;CAqkB/C,CAAC;AACX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-mobile.d.ts","sourceRoot":"","sources":["../../src/lib/use-mobile.tsx"],"names":[],"mappings":"AAKA,wBAAgB,WAAW,YAc1B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
interface CopyButtonProps {
|
|
3
|
+
text: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function cn(...inputs: ClassValue[]): string;
|
|
8
|
+
export declare const CodeBlock: ({ code }: {
|
|
9
|
+
code: string;
|
|
10
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function CopyButton({ text, className, label }: CopyButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAK7C,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED,eAAO,MAAM,SAAS,GAAI,UAAU;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,4CA2BnD,CAAC;AACF,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,eAAe,2CA8BrE"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
export declare const colors: {
|
|
2
|
+
base: {
|
|
3
|
+
primary: string;
|
|
4
|
+
strong: string;
|
|
5
|
+
surface: string;
|
|
6
|
+
sub: string;
|
|
7
|
+
soft: string;
|
|
8
|
+
weak: string;
|
|
9
|
+
white: string;
|
|
10
|
+
};
|
|
11
|
+
border: {
|
|
12
|
+
strong: string;
|
|
13
|
+
sub: string;
|
|
14
|
+
weak: string;
|
|
15
|
+
};
|
|
16
|
+
gray: {
|
|
17
|
+
50: string;
|
|
18
|
+
100: string;
|
|
19
|
+
200: string;
|
|
20
|
+
300: string;
|
|
21
|
+
400: string;
|
|
22
|
+
500: string;
|
|
23
|
+
600: string;
|
|
24
|
+
700: string;
|
|
25
|
+
800: string;
|
|
26
|
+
900: string;
|
|
27
|
+
};
|
|
28
|
+
blue: {
|
|
29
|
+
50: string;
|
|
30
|
+
100: string;
|
|
31
|
+
200: string;
|
|
32
|
+
300: string;
|
|
33
|
+
400: string;
|
|
34
|
+
500: string;
|
|
35
|
+
600: string;
|
|
36
|
+
700: string;
|
|
37
|
+
800: string;
|
|
38
|
+
900: string;
|
|
39
|
+
};
|
|
40
|
+
red: {
|
|
41
|
+
50: string;
|
|
42
|
+
100: string;
|
|
43
|
+
200: string;
|
|
44
|
+
300: string;
|
|
45
|
+
400: string;
|
|
46
|
+
500: string;
|
|
47
|
+
600: string;
|
|
48
|
+
700: string;
|
|
49
|
+
800: string;
|
|
50
|
+
900: string;
|
|
51
|
+
};
|
|
52
|
+
yellow: {
|
|
53
|
+
50: string;
|
|
54
|
+
100: string;
|
|
55
|
+
200: string;
|
|
56
|
+
300: string;
|
|
57
|
+
400: string;
|
|
58
|
+
500: string;
|
|
59
|
+
600: string;
|
|
60
|
+
700: string;
|
|
61
|
+
800: string;
|
|
62
|
+
900: string;
|
|
63
|
+
};
|
|
64
|
+
amber: {
|
|
65
|
+
50: string;
|
|
66
|
+
100: string;
|
|
67
|
+
200: string;
|
|
68
|
+
300: string;
|
|
69
|
+
400: string;
|
|
70
|
+
500: string;
|
|
71
|
+
600: string;
|
|
72
|
+
700: string;
|
|
73
|
+
800: string;
|
|
74
|
+
900: string;
|
|
75
|
+
};
|
|
76
|
+
orange: {
|
|
77
|
+
50: string;
|
|
78
|
+
100: string;
|
|
79
|
+
200: string;
|
|
80
|
+
300: string;
|
|
81
|
+
400: string;
|
|
82
|
+
500: string;
|
|
83
|
+
600: string;
|
|
84
|
+
700: string;
|
|
85
|
+
800: string;
|
|
86
|
+
900: string;
|
|
87
|
+
};
|
|
88
|
+
teal: {
|
|
89
|
+
50: string;
|
|
90
|
+
100: string;
|
|
91
|
+
200: string;
|
|
92
|
+
300: string;
|
|
93
|
+
400: string;
|
|
94
|
+
500: string;
|
|
95
|
+
600: string;
|
|
96
|
+
700: string;
|
|
97
|
+
800: string;
|
|
98
|
+
900: string;
|
|
99
|
+
};
|
|
100
|
+
green: {
|
|
101
|
+
50: string;
|
|
102
|
+
100: string;
|
|
103
|
+
200: string;
|
|
104
|
+
300: string;
|
|
105
|
+
400: string;
|
|
106
|
+
500: string;
|
|
107
|
+
600: string;
|
|
108
|
+
700: string;
|
|
109
|
+
800: string;
|
|
110
|
+
900: string;
|
|
111
|
+
};
|
|
112
|
+
purple: {
|
|
113
|
+
50: string;
|
|
114
|
+
100: string;
|
|
115
|
+
200: string;
|
|
116
|
+
300: string;
|
|
117
|
+
400: string;
|
|
118
|
+
500: string;
|
|
119
|
+
600: string;
|
|
120
|
+
700: string;
|
|
121
|
+
800: string;
|
|
122
|
+
900: string;
|
|
123
|
+
};
|
|
124
|
+
pink: {
|
|
125
|
+
50: string;
|
|
126
|
+
100: string;
|
|
127
|
+
200: string;
|
|
128
|
+
300: string;
|
|
129
|
+
400: string;
|
|
130
|
+
500: string;
|
|
131
|
+
600: string;
|
|
132
|
+
700: string;
|
|
133
|
+
800: string;
|
|
134
|
+
900: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/tokens/colors/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyIlB,CAAC"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
export declare const colors: {
|
|
2
|
+
readonly base: {
|
|
3
|
+
readonly primary: "#1A1A1A";
|
|
4
|
+
readonly strong: "#404040";
|
|
5
|
+
readonly surface: "#646465";
|
|
6
|
+
readonly sub: "#737373";
|
|
7
|
+
readonly soft: "#F0F0F0";
|
|
8
|
+
readonly weak: "#FAFAFA";
|
|
9
|
+
readonly white: "#FFFFFF";
|
|
10
|
+
};
|
|
11
|
+
readonly border: {
|
|
12
|
+
readonly strong: "000000 - 10%";
|
|
13
|
+
readonly sub: "000000 - 8%";
|
|
14
|
+
readonly weak: "000000 - 6%";
|
|
15
|
+
};
|
|
16
|
+
readonly gray: {
|
|
17
|
+
readonly 50: "#FAFAFA";
|
|
18
|
+
readonly 100: "#F4F4F5";
|
|
19
|
+
readonly 200: "#E4E4E7";
|
|
20
|
+
readonly 300: "#D4D4D8";
|
|
21
|
+
readonly 400: "#A1A1AA";
|
|
22
|
+
readonly 500: "#71717A";
|
|
23
|
+
readonly 600: "#52525B";
|
|
24
|
+
readonly 700: "#3F3F46";
|
|
25
|
+
readonly 800: "#27272A";
|
|
26
|
+
readonly 900: "#18181B";
|
|
27
|
+
};
|
|
28
|
+
readonly blue: {
|
|
29
|
+
readonly 50: "#EFF6FF";
|
|
30
|
+
readonly 100: "#DBEAFE";
|
|
31
|
+
readonly 200: "#BFDBFE";
|
|
32
|
+
readonly 300: "#93C5FD";
|
|
33
|
+
readonly 400: "#60A5FA";
|
|
34
|
+
readonly 500: "#3B82F6";
|
|
35
|
+
readonly 600: "#2563EB";
|
|
36
|
+
readonly 700: "#1D4ED8";
|
|
37
|
+
readonly 800: "#1E40AF";
|
|
38
|
+
readonly 900: "#1E3A8A";
|
|
39
|
+
};
|
|
40
|
+
readonly red: {
|
|
41
|
+
readonly 50: "#FEF2F2";
|
|
42
|
+
readonly 100: "#FEE2E2";
|
|
43
|
+
readonly 200: "#FECACA";
|
|
44
|
+
readonly 300: "#FCA5A5";
|
|
45
|
+
readonly 400: "#F87171";
|
|
46
|
+
readonly 500: "#EF4444";
|
|
47
|
+
readonly 600: "#DC2626";
|
|
48
|
+
readonly 700: "#B91C1C";
|
|
49
|
+
readonly 800: "#991B1B";
|
|
50
|
+
readonly 900: "#7F1D1D";
|
|
51
|
+
};
|
|
52
|
+
readonly yellow: {
|
|
53
|
+
readonly 50: "#FEFCE8";
|
|
54
|
+
readonly 100: "#FEF9C2";
|
|
55
|
+
readonly 200: "#FFF085";
|
|
56
|
+
readonly 300: "#FFDF20";
|
|
57
|
+
readonly 400: "#FCC800";
|
|
58
|
+
readonly 500: "#EFB100";
|
|
59
|
+
readonly 600: "#FFA90B";
|
|
60
|
+
readonly 700: "#A65F00";
|
|
61
|
+
readonly 800: "#894B00";
|
|
62
|
+
readonly 900: "#733E0A";
|
|
63
|
+
};
|
|
64
|
+
readonly amber: {
|
|
65
|
+
readonly 50: "#FFFBE9";
|
|
66
|
+
readonly 100: "#FFF4C6";
|
|
67
|
+
readonly 200: "#FEE685";
|
|
68
|
+
readonly 300: "#FFD22E";
|
|
69
|
+
readonly 400: "#FFBA00";
|
|
70
|
+
readonly 500: "#FE9900";
|
|
71
|
+
readonly 600: "#E27000";
|
|
72
|
+
readonly 700: "#BA4C00";
|
|
73
|
+
readonly 800: "#973C00";
|
|
74
|
+
readonly 900: "#7A3307";
|
|
75
|
+
};
|
|
76
|
+
readonly orange: {
|
|
77
|
+
readonly 50: "#FFF7ED";
|
|
78
|
+
readonly 100: "#FFEDD5";
|
|
79
|
+
readonly 200: "#FED7AA";
|
|
80
|
+
readonly 300: "#FDBA74";
|
|
81
|
+
readonly 400: "#FB923C";
|
|
82
|
+
readonly 500: "#F97316";
|
|
83
|
+
readonly 600: "#EA580C";
|
|
84
|
+
readonly 700: "#C2410C";
|
|
85
|
+
readonly 800: "#9A3412";
|
|
86
|
+
readonly 900: "#7C2D12";
|
|
87
|
+
};
|
|
88
|
+
readonly teal: {
|
|
89
|
+
readonly 50: "#F0FDFA";
|
|
90
|
+
readonly 100: "#CCFBF1";
|
|
91
|
+
readonly 200: "#99F6E4";
|
|
92
|
+
readonly 300: "#5EEAD4";
|
|
93
|
+
readonly 400: "#2DD4BF";
|
|
94
|
+
readonly 500: "#14B8A6";
|
|
95
|
+
readonly 600: "#0D9488";
|
|
96
|
+
readonly 700: "#0F766E";
|
|
97
|
+
readonly 800: "#115E59";
|
|
98
|
+
readonly 900: "#134E4A";
|
|
99
|
+
};
|
|
100
|
+
readonly green: {
|
|
101
|
+
readonly 50: "#E6F6ED";
|
|
102
|
+
readonly 100: "#C2E7D3";
|
|
103
|
+
readonly 200: "#9BD8B7";
|
|
104
|
+
readonly 300: "#71CA9C";
|
|
105
|
+
readonly 400: "#4FBE87";
|
|
106
|
+
readonly 500: "#25B272";
|
|
107
|
+
readonly 600: "#1EA367";
|
|
108
|
+
readonly 700: "#16915A";
|
|
109
|
+
readonly 800: "#107F4E";
|
|
110
|
+
readonly 900: "#096039";
|
|
111
|
+
};
|
|
112
|
+
readonly purple: {
|
|
113
|
+
readonly 50: "#F5F3FF";
|
|
114
|
+
readonly 100: "#EDE9FE";
|
|
115
|
+
readonly 200: "#DDD6FE";
|
|
116
|
+
readonly 300: "#C4B5FD";
|
|
117
|
+
readonly 400: "#A78BFA";
|
|
118
|
+
readonly 500: "#8B5CF6";
|
|
119
|
+
readonly 600: "#7C3AED";
|
|
120
|
+
readonly 700: "#6D28D9";
|
|
121
|
+
readonly 800: "#5B21B6";
|
|
122
|
+
readonly 900: "#4C1D95";
|
|
123
|
+
};
|
|
124
|
+
readonly pink: {
|
|
125
|
+
readonly 50: "#FDF2F8";
|
|
126
|
+
readonly 100: "#FCE7F3";
|
|
127
|
+
readonly 200: "#FBCFE8";
|
|
128
|
+
readonly 300: "#F9A8D4";
|
|
129
|
+
readonly 400: "#F472B6";
|
|
130
|
+
readonly 500: "#EC4899";
|
|
131
|
+
readonly 600: "#DB2777";
|
|
132
|
+
readonly 700: "#BE185D";
|
|
133
|
+
readonly 800: "#9D174D";
|
|
134
|
+
readonly 900: "#831843";
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=colors.runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.runtime.d.ts","sourceRoot":"","sources":["../../../src/tokens/colors/colors.runtime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyIT,CAAC"}
|