@ramme-io/ui 1.1.4 → 1.2.0
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/dist/index.d.ts +1 -63
- package/dist/index.es.js +20033 -17754
- package/dist/index.umd.js +1917 -1892
- package/dist/src/blocks/ai/Loader.d.ts +29 -0
- package/dist/src/components/forms/DatePicker.d.ts +25 -0
- package/dist/src/components/forms/FileUpload.d.ts +20 -0
- package/dist/{components → src/components}/forms/FormTemplate.d.ts +19 -11
- package/dist/{components → src/components}/forms/MultiSelect.d.ts +4 -9
- package/dist/src/components/forms/SegmentedControl.d.ts +28 -0
- package/dist/src/components/forms/Select.d.ts +21 -0
- package/dist/{components → src/components}/layout/Card.d.ts +4 -2
- package/dist/src/components/layout/Sidebar.d.ts +45 -0
- package/dist/src/components/layout/StorySidebarContent.d.ts +8 -0
- package/dist/{components → src/components}/ui/Avatar.d.ts +0 -4
- package/dist/{components → src/components}/ui/Badge.d.ts +7 -4
- package/dist/{components → src/components}/ui/Button.d.ts +5 -4
- package/dist/src/components/ui/icon-loader.d.ts +4 -0
- package/dist/src/contexts/ThemeContext.d.ts +48 -0
- package/dist/src/index.d.ts +66 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/blocks/ai/Loader.d.ts +0 -11
- package/dist/components/forms/DatePicker.d.ts +0 -54
- package/dist/components/forms/FileUpload.d.ts +0 -36
- package/dist/components/forms/SegmentedControl.d.ts +0 -40
- package/dist/components/forms/Select.d.ts +0 -41
- package/dist/components/layout/Sidebar.d.ts +0 -37
- package/dist/components/layout/StorySidebarContent.d.ts +0 -1
- package/dist/components/ui/icon-loader.d.ts +0 -4
- package/dist/contexts/ThemeContext.d.ts +0 -18
- /package/dist/{blocks → src/blocks}/ai/Actions.d.ts +0 -0
- /package/dist/{blocks → src/blocks}/ai/ChatFAB.d.ts +0 -0
- /package/dist/{blocks → src/blocks}/ai/Conversation.d.ts +0 -0
- /package/dist/{blocks → src/blocks}/ai/Message.d.ts +0 -0
- /package/dist/{blocks → src/blocks}/ai/PromptInput.d.ts +0 -0
- /package/dist/{blocks → src/blocks}/iot/DeviceCard.d.ts +0 -0
- /package/dist/{component-registry.d.ts → src/component-registry.d.ts} +0 -0
- /package/dist/{components → src/components}/data-display/ActivityFeed.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/BarChart.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/ChartWithTable.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/CodeBlock.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/DataTable.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/LineChart.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/PieChart.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/StatCard.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/StatusBadge.d.ts +0 -0
- /package/dist/{components → src/components}/data-display/Table.d.ts +0 -0
- /package/dist/{components → src/components}/feedback/Alert.d.ts +0 -0
- /package/dist/{components → src/components}/feedback/EmptyState.d.ts +0 -0
- /package/dist/{components → src/components}/feedback/TippyTooltip.d.ts +0 -0
- /package/dist/{components → src/components}/feedback/Toast.d.ts +0 -0
- /package/dist/{components → src/components}/feedback/ToastProvider.d.ts +0 -0
- /package/dist/{components → src/components}/forms/ButtonGroup.d.ts +0 -0
- /package/dist/{components → src/components}/forms/Checkbox.d.ts +0 -0
- /package/dist/{components → src/components}/forms/ComboBox.d.ts +0 -0
- /package/dist/{components → src/components}/forms/Input.d.ts +0 -0
- /package/dist/{components → src/components}/forms/Radio.d.ts +0 -0
- /package/dist/{components → src/components}/forms/SearchInput.d.ts +0 -0
- /package/dist/{components → src/components}/forms/Textarea.d.ts +0 -0
- /package/dist/{components → src/components}/forms/ToggleSwitch.d.ts +0 -0
- /package/dist/{components → src/components}/layout/Accordion.d.ts +0 -0
- /package/dist/{components → src/components}/layout/ActionBar.d.ts +0 -0
- /package/dist/{components → src/components}/layout/Drawer.d.ts +0 -0
- /package/dist/{components → src/components}/layout/List.d.ts +0 -0
- /package/dist/{components → src/components}/layout/Modal.d.ts +0 -0
- /package/dist/{components → src/components}/layout/PageHeader.d.ts +0 -0
- /package/dist/{components → src/components}/layout/SectionHeader.d.ts +0 -0
- /package/dist/{components → src/components}/navigation/Breadcrumbs.d.ts +0 -0
- /package/dist/{components → src/components}/navigation/Menu.d.ts +0 -0
- /package/dist/{components → src/components}/navigation/Pagination.d.ts +0 -0
- /package/dist/{components → src/components}/navigation/Stepper.d.ts +0 -0
- /package/dist/{components → src/components}/navigation/Tabs.d.ts +0 -0
- /package/dist/{components → src/components}/ui/Icon.d.ts +0 -0
- /package/dist/{data → src/data}/mockData.d.ts +0 -0
- /package/dist/{lib → src/lib}/hooks/useChartTheme.d.ts +0 -0
- /package/dist/{lib → src/lib}/hooks/useDataFetch.d.ts +0 -0
- /package/dist/{utils → src/utils}/cn.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ramme-io/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "The structural component library for the Ramme Framework.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"ag-grid-community": "^31.3.1",
|
|
48
48
|
"ag-grid-enterprise": "^31.3.1",
|
|
49
49
|
"ag-grid-react": "^31.3.1",
|
|
50
|
+
"class-variance-authority": "^0.7.1",
|
|
50
51
|
"clsx": "^2.1.1",
|
|
51
52
|
"date-fns": "^3.6.0",
|
|
52
53
|
"lucide-react": "^0.537.0",
|
|
@@ -74,7 +75,6 @@
|
|
|
74
75
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
75
76
|
"@vitejs/plugin-react": "^4.3.1",
|
|
76
77
|
"autoprefixer": "^10.4.19",
|
|
77
|
-
"class-variance-authority": "^0.7.1",
|
|
78
78
|
"doctrine": "^3.0.0",
|
|
79
79
|
"postcss": "^8.4.38",
|
|
80
80
|
"react": "^18.2.0",
|
|
@@ -87,4 +87,4 @@
|
|
|
87
87
|
"vite-plugin-dts": "^3.9.1",
|
|
88
88
|
"glob": "^10.3.10"
|
|
89
89
|
}
|
|
90
|
-
}
|
|
90
|
+
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @wizard
|
|
5
|
-
* @name Loader
|
|
6
|
-
* @description A visual indicator used within an AI Message to show that a response is being generated.
|
|
7
|
-
* @tags ui, ai, feedback, loading
|
|
8
|
-
* @category ai
|
|
9
|
-
* @id loader
|
|
10
|
-
*/
|
|
11
|
-
export declare const Loader: React.FC;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export interface DatePickerProps {
|
|
4
|
-
label?: string;
|
|
5
|
-
onChange: (date: Date | null) => void;
|
|
6
|
-
selected: Date | null;
|
|
7
|
-
className?: string;
|
|
8
|
-
placeholderText?: string;
|
|
9
|
-
dateFormat?: string;
|
|
10
|
-
isClearable?: boolean;
|
|
11
|
-
minDate?: Date;
|
|
12
|
-
maxDate?: Date;
|
|
13
|
-
showTimeSelect?: boolean;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @wizard
|
|
17
|
-
* @name DatePicker
|
|
18
|
-
* @description A calendar-based input component for selecting single dates, with theme integration.
|
|
19
|
-
* @tags form, input, date, calendar, ui
|
|
20
|
-
* @props
|
|
21
|
-
* - name: label
|
|
22
|
-
* type: string
|
|
23
|
-
* description: An optional label displayed above the date picker input field.
|
|
24
|
-
* - name: selected
|
|
25
|
-
* type: Date | null
|
|
26
|
-
* description: The currently selected date object, or `null` if no date is selected.
|
|
27
|
-
* - name: onChange
|
|
28
|
-
* type: (date: Date | null) => void
|
|
29
|
-
* description: Callback function triggered when a new date is selected.
|
|
30
|
-
* - name: className
|
|
31
|
-
* type: string
|
|
32
|
-
* description: Optional additional CSS classes for the date picker's wrapper container.
|
|
33
|
-
* - name: dateFormat
|
|
34
|
-
* type: string
|
|
35
|
-
* description: The format string for displaying the date (e.g., 'MM/dd/yyyy', 'yyyy-MM-dd').
|
|
36
|
-
* - name: showTimeSelect
|
|
37
|
-
* type: boolean
|
|
38
|
-
* description: If true, also allows time selection in addition to date selection.
|
|
39
|
-
* - name: isClearable
|
|
40
|
-
* type: boolean
|
|
41
|
-
* description: If true, displays a clear button to deselect the date.
|
|
42
|
-
* - name: placeholderText
|
|
43
|
-
* type: string
|
|
44
|
-
* description: Text displayed when no date is selected.
|
|
45
|
-
* - name: minDate
|
|
46
|
-
* type: Date
|
|
47
|
-
* description: The earliest selectable date.
|
|
48
|
-
* - name: maxDate
|
|
49
|
-
* type: Date
|
|
50
|
-
* description: The latest selectable date.
|
|
51
|
-
* @category form
|
|
52
|
-
* @id date-picker
|
|
53
|
-
*/
|
|
54
|
-
export declare const DatePicker: React.FC<DatePickerProps>;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
interface FileUploadProps {
|
|
4
|
-
onFileUpload: (files: File[]) => void;
|
|
5
|
-
multiple?: boolean;
|
|
6
|
-
acceptedFileTypes?: string;
|
|
7
|
-
label?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* @wizard
|
|
12
|
-
* @name FileUpload
|
|
13
|
-
* @description A component allowing users to upload files via drag-and-drop or a file browser, with support for multiple files and accepted types.
|
|
14
|
-
* @tags form, input, upload, files, ui
|
|
15
|
-
* @props
|
|
16
|
-
* - name: onFileUpload
|
|
17
|
-
* type: (files: File[]) => void
|
|
18
|
-
* description: Callback function triggered when files are selected or dropped, providing an array of File objects.
|
|
19
|
-
* - name: multiple
|
|
20
|
-
* type: boolean
|
|
21
|
-
* description: If true, allows the user to select and upload multiple files.
|
|
22
|
-
* default: false
|
|
23
|
-
* - name: acceptedFileTypes
|
|
24
|
-
* type: string
|
|
25
|
-
* description: A string specifying acceptable file types (e.g., ".pdf,.txt,.xml", "image/*").
|
|
26
|
-
* - name: label
|
|
27
|
-
* type: string
|
|
28
|
-
* description: An optional label displayed above the file upload area.
|
|
29
|
-
* - name: className
|
|
30
|
-
* type: string
|
|
31
|
-
* description: Optional additional CSS classes for custom styling of the file upload container.
|
|
32
|
-
* @category form
|
|
33
|
-
* @id file-upload
|
|
34
|
-
*/
|
|
35
|
-
export declare const FileUpload: React.FC<FileUploadProps>;
|
|
36
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export interface SegmentedControlOption {
|
|
4
|
-
label: string;
|
|
5
|
-
value: string | number;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export interface SegmentedControlProps {
|
|
9
|
-
options: SegmentedControlOption[];
|
|
10
|
-
value: string | number;
|
|
11
|
-
onChange: (value: any) => void;
|
|
12
|
-
size?: 'sm' | 'md';
|
|
13
|
-
className?: string;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @wizard
|
|
17
|
-
* @name SegmentedControl
|
|
18
|
-
* @description A linear toggle component that functions like a radio group. Ideal for switching between discrete modes (e.g., "Off / Auto / On").
|
|
19
|
-
* @tags input, toggle, switch, radio, control
|
|
20
|
-
* @category input
|
|
21
|
-
* @props
|
|
22
|
-
* - name: options
|
|
23
|
-
* type: Array<{ label: string, value: string | number }>
|
|
24
|
-
* description: The list of segments to display.
|
|
25
|
-
* - name: value
|
|
26
|
-
* type: string | number
|
|
27
|
-
* description: The currently selected value.
|
|
28
|
-
* - name: onChange
|
|
29
|
-
* type: function
|
|
30
|
-
* description: Callback fired when a segment is selected.
|
|
31
|
-
* - name: size
|
|
32
|
-
* type: 'sm' | 'md'
|
|
33
|
-
* description: The size of the control.
|
|
34
|
-
* default: 'md'
|
|
35
|
-
* - name: className
|
|
36
|
-
* type: string
|
|
37
|
-
* description: Additional CSS classes.
|
|
38
|
-
* @id segmented-control
|
|
39
|
-
*/
|
|
40
|
-
export declare const SegmentedControl: React.FC<SegmentedControlProps>;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export interface SelectOption {
|
|
4
|
-
value: string | number;
|
|
5
|
-
label: string;
|
|
6
|
-
}
|
|
7
|
-
export interface SelectProps extends React.SelectHTMLAttributes<HTMLSelectElement> {
|
|
8
|
-
options: SelectOption[];
|
|
9
|
-
label?: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @wizard
|
|
13
|
-
* @name Select
|
|
14
|
-
* @description A standard HTML select dropdown component for choosing a single option from a list.
|
|
15
|
-
* @tags form, input, dropdown, ui
|
|
16
|
-
* @props
|
|
17
|
-
* - name: options
|
|
18
|
-
* type: { value: string | number; label: string; }[]
|
|
19
|
-
* description: An array of objects defining the selectable options, each with a `value` and `label`.
|
|
20
|
-
* - name: label
|
|
21
|
-
* type: string
|
|
22
|
-
* description: An optional label displayed above the select dropdown.
|
|
23
|
-
* - name: id
|
|
24
|
-
* type: string
|
|
25
|
-
* description: A unique HTML `id` for the select element. Automatically generated if not provided.
|
|
26
|
-
* - name: className
|
|
27
|
-
* type: string
|
|
28
|
-
* description: Optional additional CSS classes for the select element.
|
|
29
|
-
* - name: value
|
|
30
|
-
* type: string | number | readonly string[]
|
|
31
|
-
* description: The currently selected option's value.
|
|
32
|
-
* - name: onChange
|
|
33
|
-
* type: (event: React.ChangeEvent<HTMLSelectElement>) => void
|
|
34
|
-
* description: Callback function triggered when the selected value changes.
|
|
35
|
-
* - name: disabled
|
|
36
|
-
* type: boolean
|
|
37
|
-
* description: If true, the select dropdown will be unclickable.
|
|
38
|
-
* @category form
|
|
39
|
-
* @id select
|
|
40
|
-
*/
|
|
41
|
-
export declare const Select: React.FC<SelectProps>;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { default as React, ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
interface SidebarContextProps {
|
|
4
|
-
isOpen: boolean;
|
|
5
|
-
setIsOpen: (isOpen: boolean) => void;
|
|
6
|
-
toggle: () => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const useSidebar: () => SidebarContextProps;
|
|
9
|
-
export declare const SidebarProvider: ({ children }: {
|
|
10
|
-
children: ReactNode;
|
|
11
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
/**
|
|
13
|
-
* @wizard
|
|
14
|
-
* @name Sidebar
|
|
15
|
-
* @description A collapsible, responsive sidebar component.
|
|
16
|
-
* @props
|
|
17
|
-
* @prop {React.ReactNode} children - The content of the sidebar.
|
|
18
|
-
* @id sidebar
|
|
19
|
-
*/
|
|
20
|
-
export declare const Sidebar: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
21
|
-
export declare const SidebarHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
-
export declare const SidebarContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
-
export declare const SidebarGroup: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
-
export declare const SidebarFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
-
export declare const SidebarMenu: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
26
|
-
interface SidebarMenuItemProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
27
|
-
icon?: React.ReactNode;
|
|
28
|
-
badge?: React.ReactNode;
|
|
29
|
-
tooltip?: string;
|
|
30
|
-
href?: string;
|
|
31
|
-
isActive?: boolean;
|
|
32
|
-
as?: React.ElementType;
|
|
33
|
-
end?: boolean;
|
|
34
|
-
}
|
|
35
|
-
export declare const SidebarMenuItem: React.ForwardRefExoticComponent<SidebarMenuItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
36
|
-
export declare const SidebarTrigger: () => import("react/jsx-runtime").JSX.Element;
|
|
37
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const StorySidebarContent: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { icons } from 'lucide-react';
|
|
2
|
-
|
|
3
|
-
export type IconName = keyof typeof icons;
|
|
4
|
-
export declare const dynamicIconImports: Record<"Menu" | "Loader" | "Table" | "Radio" | "List" | "Badge" | "AArrowDown" | "AArrowUp" | "ALargeSmall" | "Accessibility" | "Activity" | "AirVent" | "Airplay" | "AlarmClock" | "AlarmClockCheck" | "AlarmClockMinus" | "AlarmClockOff" | "AlarmClockPlus" | "AlarmSmoke" | "Album" | "AlignCenter" | "AlignCenterHorizontal" | "AlignCenterVertical" | "AlignEndHorizontal" | "AlignEndVertical" | "AlignHorizontalDistributeCenter" | "AlignHorizontalDistributeEnd" | "AlignHorizontalDistributeStart" | "AlignHorizontalJustifyCenter" | "AlignHorizontalJustifyEnd" | "AlignHorizontalJustifyStart" | "AlignHorizontalSpaceAround" | "AlignHorizontalSpaceBetween" | "AlignJustify" | "AlignLeft" | "AlignRight" | "AlignStartHorizontal" | "AlignStartVertical" | "AlignVerticalDistributeCenter" | "AlignVerticalDistributeEnd" | "AlignVerticalDistributeStart" | "AlignVerticalJustifyCenter" | "AlignVerticalJustifyEnd" | "AlignVerticalJustifyStart" | "AlignVerticalSpaceAround" | "AlignVerticalSpaceBetween" | "Ambulance" | "Ampersand" | "Ampersands" | "Amphora" | "Anchor" | "Angry" | "Annoyed" | "Antenna" | "Anvil" | "Aperture" | "AppWindow" | "AppWindowMac" | "Apple" | "Archive" | "ArchiveRestore" | "ArchiveX" | "Armchair" | "ArrowBigDown" | "ArrowBigDownDash" | "ArrowBigLeft" | "ArrowBigLeftDash" | "ArrowBigRight" | "ArrowBigRightDash" | "ArrowBigUp" | "ArrowBigUpDash" | "ArrowDown" | "ArrowDown01" | "ArrowDown10" | "ArrowDownAZ" | "ArrowDownFromLine" | "ArrowDownLeft" | "ArrowDownNarrowWide" | "ArrowDownRight" | "ArrowDownToDot" | "ArrowDownToLine" | "ArrowDownUp" | "ArrowDownWideNarrow" | "ArrowDownZA" | "ArrowLeft" | "ArrowLeftFromLine" | "ArrowLeftRight" | "ArrowLeftToLine" | "ArrowRight" | "ArrowRightFromLine" | "ArrowRightLeft" | "ArrowRightToLine" | "ArrowUp" | "ArrowUp01" | "ArrowUp10" | "ArrowUpAZ" | "ArrowUpDown" | "ArrowUpFromDot" | "ArrowUpFromLine" | "ArrowUpLeft" | "ArrowUpNarrowWide" | "ArrowUpRight" | "ArrowUpToLine" | "ArrowUpWideNarrow" | "ArrowUpZA" | "ArrowsUpFromLine" | "Asterisk" | "AtSign" | "Atom" | "AudioLines" | "AudioWaveform" | "Award" | "Axe" | "Axis3d" | "Baby" | "Backpack" | "BadgeAlert" | "BadgeCent" | "BadgeCheck" | "BadgeDollarSign" | "BadgeEuro" | "BadgeIndianRupee" | "BadgeInfo" | "BadgeJapaneseYen" | "BadgeMinus" | "BadgePercent" | "BadgePlus" | "BadgePoundSterling" | "BadgeQuestionMark" | "BadgeRussianRuble" | "BadgeSwissFranc" | "BadgeTurkishLira" | "BadgeX" | "BaggageClaim" | "Ban" | "Banana" | "Bandage" | "Banknote" | "BanknoteArrowDown" | "BanknoteArrowUp" | "BanknoteX" | "Barcode" | "Barrel" | "Baseline" | "Bath" | "Battery" | "BatteryCharging" | "BatteryFull" | "BatteryLow" | "BatteryMedium" | "BatteryPlus" | "BatteryWarning" | "Beaker" | "Bean" | "BeanOff" | "Bed" | "BedDouble" | "BedSingle" | "Beef" | "Beer" | "BeerOff" | "Bell" | "BellDot" | "BellElectric" | "BellMinus" | "BellOff" | "BellPlus" | "BellRing" | "BetweenHorizontalEnd" | "BetweenHorizontalStart" | "BetweenVerticalEnd" | "BetweenVerticalStart" | "BicepsFlexed" | "Bike" | "Binary" | "Binoculars" | "Biohazard" | "Bird" | "Bitcoin" | "Blend" | "Blinds" | "Blocks" | "Bluetooth" | "BluetoothConnected" | "BluetoothOff" | "BluetoothSearching" | "Bold" | "Bolt" | "Bomb" | "Bone" | "Book" | "BookA" | "BookAlert" | "BookAudio" | "BookCheck" | "BookCopy" | "BookDashed" | "BookDown" | "BookHeadphones" | "BookHeart" | "BookImage" | "BookKey" | "BookLock" | "BookMarked" | "BookMinus" | "BookOpen" | "BookOpenCheck" | "BookOpenText" | "BookPlus" | "BookText" | "BookType" | "BookUp" | "BookUp2" | "BookUser" | "BookX" | "Bookmark" | "BookmarkCheck" | "BookmarkMinus" | "BookmarkPlus" | "BookmarkX" | "BoomBox" | "Bot" | "BotMessageSquare" | "BotOff" | "BottleWine" | "BowArrow" | "Box" | "Boxes" | "Braces" | "Brackets" | "Brain" | "BrainCircuit" | "BrainCog" | "BrickWall" | "BrickWallFire" | "Briefcase" | "BriefcaseBusiness" | "BriefcaseConveyorBelt" | "BriefcaseMedical" | "BringToFront" | "Brush" | "BrushCleaning" | "Bubbles" | "Bug" | "BugOff" | "BugPlay" | "Building" | "Building2" | "Bus" | "BusFront" | "Cable" | "CableCar" | "Cake" | "CakeSlice" | "Calculator" | "Calendar" | "Calendar1" | "CalendarArrowDown" | "CalendarArrowUp" | "CalendarCheck" | "CalendarCheck2" | "CalendarClock" | "CalendarCog" | "CalendarDays" | "CalendarFold" | "CalendarHeart" | "CalendarMinus" | "CalendarMinus2" | "CalendarOff" | "CalendarPlus" | "CalendarPlus2" | "CalendarRange" | "CalendarSearch" | "CalendarSync" | "CalendarX" | "CalendarX2" | "Camera" | "CameraOff" | "Candy" | "CandyCane" | "CandyOff" | "Cannabis" | "Captions" | "CaptionsOff" | "Car" | "CarFront" | "CarTaxiFront" | "Caravan" | "CardSim" | "Carrot" | "CaseLower" | "CaseSensitive" | "CaseUpper" | "CassetteTape" | "Cast" | "Castle" | "Cat" | "Cctv" | "ChartArea" | "ChartBar" | "ChartBarBig" | "ChartBarDecreasing" | "ChartBarIncreasing" | "ChartBarStacked" | "ChartCandlestick" | "ChartColumn" | "ChartColumnBig" | "ChartColumnDecreasing" | "ChartColumnIncreasing" | "ChartColumnStacked" | "ChartGantt" | "ChartLine" | "ChartNetwork" | "ChartNoAxesColumn" | "ChartNoAxesColumnDecreasing" | "ChartNoAxesColumnIncreasing" | "ChartNoAxesCombined" | "ChartNoAxesGantt" | "ChartPie" | "ChartScatter" | "ChartSpline" | "Check" | "CheckCheck" | "CheckLine" | "ChefHat" | "Cherry" | "ChevronDown" | "ChevronFirst" | "ChevronLast" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "ChevronsDown" | "ChevronsDownUp" | "ChevronsLeft" | "ChevronsLeftRight" | "ChevronsLeftRightEllipsis" | "ChevronsRight" | "ChevronsRightLeft" | "ChevronsUp" | "ChevronsUpDown" | "Chrome" | "Church" | "Cigarette" | "CigaretteOff" | "Circle" | "CircleAlert" | "CircleArrowDown" | "CircleArrowLeft" | "CircleArrowOutDownLeft" | "CircleArrowOutDownRight" | "CircleArrowOutUpLeft" | "CircleArrowOutUpRight" | "CircleArrowRight" | "CircleArrowUp" | "CircleCheck" | "CircleCheckBig" | "CircleChevronDown" | "CircleChevronLeft" | "CircleChevronRight" | "CircleChevronUp" | "CircleDashed" | "CircleDivide" | "CircleDollarSign" | "CircleDot" | "CircleDotDashed" | "CircleEllipsis" | "CircleEqual" | "CircleFadingArrowUp" | "CircleFadingPlus" | "CircleGauge" | "CircleMinus" | "CircleOff" | "CircleParking" | "CircleParkingOff" | "CirclePause" | "CirclePercent" | "CirclePlay" | "CirclePlus" | "CirclePoundSterling" | "CirclePower" | "CircleQuestionMark" | "CircleSlash" | "CircleSlash2" | "CircleSmall" | "CircleStar" | "CircleStop" | "CircleUser" | "CircleUserRound" | "CircleX" | "CircuitBoard" | "Citrus" | "Clapperboard" | "Clipboard" | "ClipboardCheck" | "ClipboardClock" | "ClipboardCopy" | "ClipboardList" | "ClipboardMinus" | "ClipboardPaste" | "ClipboardPen" | "ClipboardPenLine" | "ClipboardPlus" | "ClipboardType" | "ClipboardX" | "Clock" | "Clock1" | "Clock10" | "Clock11" | "Clock12" | "Clock2" | "Clock3" | "Clock4" | "Clock5" | "Clock6" | "Clock7" | "Clock8" | "Clock9" | "ClockAlert" | "ClockArrowDown" | "ClockArrowUp" | "ClockFading" | "ClockPlus" | "ClosedCaption" | "Cloud" | "CloudAlert" | "CloudCheck" | "CloudCog" | "CloudDownload" | "CloudDrizzle" | "CloudFog" | "CloudHail" | "CloudLightning" | "CloudMoon" | "CloudMoonRain" | "CloudOff" | "CloudRain" | "CloudRainWind" | "CloudSnow" | "CloudSun" | "CloudSunRain" | "CloudUpload" | "Cloudy" | "Clover" | "Club" | "Code" | "CodeXml" | "Codepen" | "Codesandbox" | "Coffee" | "Cog" | "Coins" | "Columns2" | "Columns3" | "Columns3Cog" | "Columns4" | "Combine" | "Command" | "Compass" | "Component" | "Computer" | "ConciergeBell" | "Cone" | "Construction" | "Contact" | "ContactRound" | "Container" | "Contrast" | "Cookie" | "CookingPot" | "Copy" | "CopyCheck" | "CopyMinus" | "CopyPlus" | "CopySlash" | "CopyX" | "Copyleft" | "Copyright" | "CornerDownLeft" | "CornerDownRight" | "CornerLeftDown" | "CornerLeftUp" | "CornerRightDown" | "CornerRightUp" | "CornerUpLeft" | "CornerUpRight" | "Cpu" | "CreativeCommons" | "CreditCard" | "Croissant" | "Crop" | "Cross" | "Crosshair" | "Crown" | "Cuboid" | "CupSoda" | "Currency" | "Cylinder" | "Dam" | "Database" | "DatabaseBackup" | "DatabaseZap" | "DecimalsArrowLeft" | "DecimalsArrowRight" | "Delete" | "Dessert" | "Diameter" | "Diamond" | "DiamondMinus" | "DiamondPercent" | "DiamondPlus" | "Dice1" | "Dice2" | "Dice3" | "Dice4" | "Dice5" | "Dice6" | "Dices" | "Diff" | "Disc" | "Disc2" | "Disc3" | "DiscAlbum" | "Divide" | "Dna" | "DnaOff" | "Dock" | "Dog" | "DollarSign" | "Donut" | "DoorClosed" | "DoorClosedLocked" | "DoorOpen" | "Dot" | "Download" | "DraftingCompass" | "Drama" | "Dribbble" | "Drill" | "Drone" | "Droplet" | "DropletOff" | "Droplets" | "Drum" | "Drumstick" | "Dumbbell" | "Ear" | "EarOff" | "Earth" | "EarthLock" | "Eclipse" | "Egg" | "EggFried" | "EggOff" | "Ellipsis" | "EllipsisVertical" | "Equal" | "EqualApproximately" | "EqualNot" | "Eraser" | "EthernetPort" | "Euro" | "Expand" | "ExternalLink" | "Eye" | "EyeClosed" | "EyeOff" | "Facebook" | "Factory" | "Fan" | "FastForward" | "Feather" | "Fence" | "FerrisWheel" | "Figma" | "File" | "FileArchive" | "FileAudio" | "FileAudio2" | "FileAxis3d" | "FileBadge" | "FileBadge2" | "FileBox" | "FileChartColumn" | "FileChartColumnIncreasing" | "FileChartLine" | "FileChartPie" | "FileCheck" | "FileCheck2" | "FileClock" | "FileCode" | "FileCode2" | "FileCog" | "FileDiff" | "FileDigit" | "FileDown" | "FileHeart" | "FileImage" | "FileInput" | "FileJson" | "FileJson2" | "FileKey" | "FileKey2" | "FileLock" | "FileLock2" | "FileMinus" | "FileMinus2" | "FileMusic" | "FileOutput" | "FilePen" | "FilePenLine" | "FilePlay" | "FilePlus" | "FilePlus2" | "FileQuestionMark" | "FileScan" | "FileSearch" | "FileSearch2" | "FileSliders" | "FileSpreadsheet" | "FileStack" | "FileSymlink" | "FileTerminal" | "FileText" | "FileType" | "FileType2" | "FileUp" | "FileUser" | "FileVideoCamera" | "FileVolume" | "FileVolume2" | "FileWarning" | "FileX" | "FileX2" | "Files" | "Film" | "Fingerprint" | "FireExtinguisher" | "Fish" | "FishOff" | "FishSymbol" | "Flag" | "FlagOff" | "FlagTriangleLeft" | "FlagTriangleRight" | "Flame" | "FlameKindling" | "Flashlight" | "FlashlightOff" | "FlaskConical" | "FlaskConicalOff" | "FlaskRound" | "FlipHorizontal" | "FlipHorizontal2" | "FlipVertical" | "FlipVertical2" | "Flower" | "Flower2" | "Focus" | "FoldHorizontal" | "FoldVertical" | "Folder" | "FolderArchive" | "FolderCheck" | "FolderClock" | "FolderClosed" | "FolderCode" | "FolderCog" | "FolderDot" | "FolderDown" | "FolderGit" | "FolderGit2" | "FolderHeart" | "FolderInput" | "FolderKanban" | "FolderKey" | "FolderLock" | "FolderMinus" | "FolderOpen" | "FolderOpenDot" | "FolderOutput" | "FolderPen" | "FolderPlus" | "FolderRoot" | "FolderSearch" | "FolderSearch2" | "FolderSymlink" | "FolderSync" | "FolderTree" | "FolderUp" | "FolderX" | "Folders" | "Footprints" | "Forklift" | "Forward" | "Frame" | "Framer" | "Frown" | "Fuel" | "Fullscreen" | "Funnel" | "FunnelPlus" | "FunnelX" | "GalleryHorizontal" | "GalleryHorizontalEnd" | "GalleryThumbnails" | "GalleryVertical" | "GalleryVerticalEnd" | "Gamepad" | "Gamepad2" | "Gauge" | "Gavel" | "Gem" | "GeorgianLari" | "Ghost" | "Gift" | "GitBranch" | "GitBranchPlus" | "GitCommitHorizontal" | "GitCommitVertical" | "GitCompare" | "GitCompareArrows" | "GitFork" | "GitGraph" | "GitMerge" | "GitPullRequest" | "GitPullRequestArrow" | "GitPullRequestClosed" | "GitPullRequestCreate" | "GitPullRequestCreateArrow" | "GitPullRequestDraft" | "Github" | "Gitlab" | "GlassWater" | "Glasses" | "Globe" | "GlobeLock" | "Goal" | "Gpu" | "GraduationCap" | "Grape" | "Grid2x2" | "Grid2x2Check" | "Grid2x2Plus" | "Grid2x2X" | "Grid3x2" | "Grid3x3" | "Grip" | "GripHorizontal" | "GripVertical" | "Group" | "Guitar" | "Ham" | "Hamburger" | "Hammer" | "Hand" | "HandCoins" | "HandFist" | "HandGrab" | "HandHeart" | "HandHelping" | "HandMetal" | "HandPlatter" | "Handbag" | "Handshake" | "HardDrive" | "HardDriveDownload" | "HardDriveUpload" | "HardHat" | "Hash" | "HatGlasses" | "Haze" | "HdmiPort" | "Heading" | "Heading1" | "Heading2" | "Heading3" | "Heading4" | "Heading5" | "Heading6" | "HeadphoneOff" | "Headphones" | "Headset" | "Heart" | "HeartCrack" | "HeartHandshake" | "HeartMinus" | "HeartOff" | "HeartPlus" | "HeartPulse" | "Heater" | "Hexagon" | "Highlighter" | "History" | "Hop" | "HopOff" | "Hospital" | "Hotel" | "Hourglass" | "House" | "HousePlug" | "HousePlus" | "HouseWifi" | "IceCreamBowl" | "IceCreamCone" | "IdCard" | "IdCardLanyard" | "Image" | "ImageDown" | "ImageMinus" | "ImageOff" | "ImagePlay" | "ImagePlus" | "ImageUp" | "ImageUpscale" | "Images" | "Import" | "Inbox" | "IndentDecrease" | "IndentIncrease" | "IndianRupee" | "Infinity" | "Info" | "InspectionPanel" | "Instagram" | "Italic" | "IterationCcw" | "IterationCw" | "JapaneseYen" | "Joystick" | "Kanban" | "Key" | "KeyRound" | "KeySquare" | "Keyboard" | "KeyboardMusic" | "KeyboardOff" | "Lamp" | "LampCeiling" | "LampDesk" | "LampFloor" | "LampWallDown" | "LampWallUp" | "LandPlot" | "Landmark" | "Languages" | "Laptop" | "LaptopMinimal" | "LaptopMinimalCheck" | "Lasso" | "LassoSelect" | "Laugh" | "Layers" | "Layers2" | "LayoutDashboard" | "LayoutGrid" | "LayoutList" | "LayoutPanelLeft" | "LayoutPanelTop" | "LayoutTemplate" | "Leaf" | "LeafyGreen" | "Lectern" | "LetterText" | "Library" | "LibraryBig" | "LifeBuoy" | "Ligature" | "Lightbulb" | "LightbulbOff" | "LineSquiggle" | "Link" | "Link2" | "Link2Off" | "Linkedin" | "ListCheck" | "ListChecks" | "ListCollapse" | "ListEnd" | "ListFilter" | "ListFilterPlus" | "ListMinus" | "ListMusic" | "ListOrdered" | "ListPlus" | "ListRestart" | "ListStart" | "ListTodo" | "ListTree" | "ListVideo" | "ListX" | "LoaderCircle" | "LoaderPinwheel" | "Locate" | "LocateFixed" | "LocateOff" | "Lock" | "LockKeyhole" | "LockKeyholeOpen" | "LockOpen" | "LogIn" | "LogOut" | "Logs" | "Lollipop" | "Luggage" | "Magnet" | "Mail" | "MailCheck" | "MailMinus" | "MailOpen" | "MailPlus" | "MailQuestionMark" | "MailSearch" | "MailWarning" | "MailX" | "Mailbox" | "Mails" | "Map" | "MapMinus" | "MapPin" | "MapPinCheck" | "MapPinCheckInside" | "MapPinHouse" | "MapPinMinus" | "MapPinMinusInside" | "MapPinOff" | "MapPinPen" | "MapPinPlus" | "MapPinPlusInside" | "MapPinX" | "MapPinXInside" | "MapPinned" | "MapPlus" | "Mars" | "MarsStroke" | "Martini" | "Maximize" | "Maximize2" | "Medal" | "Megaphone" | "MegaphoneOff" | "Meh" | "MemoryStick" | "Merge" | "MessageCircle" | "MessageCircleCode" | "MessageCircleDashed" | "MessageCircleHeart" | "MessageCircleMore" | "MessageCircleOff" | "MessageCirclePlus" | "MessageCircleQuestionMark" | "MessageCircleReply" | "MessageCircleWarning" | "MessageCircleX" | "MessageSquare" | "MessageSquareCode" | "MessageSquareDashed" | "MessageSquareDiff" | "MessageSquareDot" | "MessageSquareHeart" | "MessageSquareLock" | "MessageSquareMore" | "MessageSquareOff" | "MessageSquarePlus" | "MessageSquareQuote" | "MessageSquareReply" | "MessageSquareShare" | "MessageSquareText" | "MessageSquareWarning" | "MessageSquareX" | "MessagesSquare" | "Mic" | "MicOff" | "MicVocal" | "Microchip" | "Microscope" | "Microwave" | "Milestone" | "Milk" | "MilkOff" | "Minimize" | "Minimize2" | "Minus" | "Monitor" | "MonitorCheck" | "MonitorCog" | "MonitorDot" | "MonitorDown" | "MonitorOff" | "MonitorPause" | "MonitorPlay" | "MonitorSmartphone" | "MonitorSpeaker" | "MonitorStop" | "MonitorUp" | "MonitorX" | "Moon" | "MoonStar" | "Mountain" | "MountainSnow" | "Mouse" | "MouseOff" | "MousePointer" | "MousePointer2" | "MousePointerBan" | "MousePointerClick" | "Move" | "Move3d" | "MoveDiagonal" | "MoveDiagonal2" | "MoveDown" | "MoveDownLeft" | "MoveDownRight" | "MoveHorizontal" | "MoveLeft" | "MoveRight" | "MoveUp" | "MoveUpLeft" | "MoveUpRight" | "MoveVertical" | "Music" | "Music2" | "Music3" | "Music4" | "Navigation" | "Navigation2" | "Navigation2Off" | "NavigationOff" | "Network" | "Newspaper" | "Nfc" | "NonBinary" | "Notebook" | "NotebookPen" | "NotebookTabs" | "NotebookText" | "NotepadText" | "NotepadTextDashed" | "Nut" | "NutOff" | "Octagon" | "OctagonAlert" | "OctagonMinus" | "OctagonPause" | "OctagonX" | "Omega" | "Option" | "Orbit" | "Origami" | "Package" | "Package2" | "PackageCheck" | "PackageMinus" | "PackageOpen" | "PackagePlus" | "PackageSearch" | "PackageX" | "PaintBucket" | "PaintRoller" | "Paintbrush" | "PaintbrushVertical" | "Palette" | "Panda" | "PanelBottom" | "PanelBottomClose" | "PanelBottomDashed" | "PanelBottomOpen" | "PanelLeft" | "PanelLeftClose" | "PanelLeftDashed" | "PanelLeftOpen" | "PanelRight" | "PanelRightClose" | "PanelRightDashed" | "PanelRightOpen" | "PanelTop" | "PanelTopClose" | "PanelTopDashed" | "PanelTopOpen" | "PanelsLeftBottom" | "PanelsRightBottom" | "PanelsTopLeft" | "Paperclip" | "Parentheses" | "ParkingMeter" | "PartyPopper" | "Pause" | "PawPrint" | "PcCase" | "Pen" | "PenLine" | "PenOff" | "PenTool" | "Pencil" | "PencilLine" | "PencilOff" | "PencilRuler" | "Pentagon" | "Percent" | "PersonStanding" | "PhilippinePeso" | "Phone" | "PhoneCall" | "PhoneForwarded" | "PhoneIncoming" | "PhoneMissed" | "PhoneOff" | "PhoneOutgoing" | "Pi" | "Piano" | "Pickaxe" | "PictureInPicture" | "PictureInPicture2" | "PiggyBank" | "Pilcrow" | "PilcrowLeft" | "PilcrowRight" | "Pill" | "PillBottle" | "Pin" | "PinOff" | "Pipette" | "Pizza" | "Plane" | "PlaneLanding" | "PlaneTakeoff" | "Play" | "Plug" | "Plug2" | "PlugZap" | "Plus" | "Pocket" | "PocketKnife" | "Podcast" | "Pointer" | "PointerOff" | "Popcorn" | "Popsicle" | "PoundSterling" | "Power" | "PowerOff" | "Presentation" | "Printer" | "PrinterCheck" | "Projector" | "Proportions" | "Puzzle" | "Pyramid" | "QrCode" | "Quote" | "Rabbit" | "Radar" | "Radiation" | "Radical" | "RadioReceiver" | "RadioTower" | "Radius" | "RailSymbol" | "Rainbow" | "Rat" | "Ratio" | "Receipt" | "ReceiptCent" | "ReceiptEuro" | "ReceiptIndianRupee" | "ReceiptJapaneseYen" | "ReceiptPoundSterling" | "ReceiptRussianRuble" | "ReceiptSwissFranc" | "ReceiptText" | "ReceiptTurkishLira" | "RectangleCircle" | "RectangleEllipsis" | "RectangleGoggles" | "RectangleHorizontal" | "RectangleVertical" | "Recycle" | "Redo" | "Redo2" | "RedoDot" | "RefreshCcw" | "RefreshCcwDot" | "RefreshCw" | "RefreshCwOff" | "Refrigerator" | "Regex" | "RemoveFormatting" | "Repeat" | "Repeat1" | "Repeat2" | "Replace" | "ReplaceAll" | "Reply" | "ReplyAll" | "Rewind" | "Ribbon" | "Rocket" | "RockingChair" | "RollerCoaster" | "Rotate3d" | "RotateCcw" | "RotateCcwKey" | "RotateCcwSquare" | "RotateCw" | "RotateCwSquare" | "Route" | "RouteOff" | "Router" | "Rows2" | "Rows3" | "Rows4" | "Rss" | "Ruler" | "RulerDimensionLine" | "RussianRuble" | "Sailboat" | "Salad" | "Sandwich" | "Satellite" | "SatelliteDish" | "SaudiRiyal" | "Save" | "SaveAll" | "SaveOff" | "Scale" | "Scale3d" | "Scaling" | "Scan" | "ScanBarcode" | "ScanEye" | "ScanFace" | "ScanHeart" | "ScanLine" | "ScanQrCode" | "ScanSearch" | "ScanText" | "School" | "Scissors" | "ScissorsLineDashed" | "ScreenShare" | "ScreenShareOff" | "Scroll" | "ScrollText" | "Search" | "SearchCheck" | "SearchCode" | "SearchSlash" | "SearchX" | "Section" | "Send" | "SendHorizontal" | "SendToBack" | "SeparatorHorizontal" | "SeparatorVertical" | "Server" | "ServerCog" | "ServerCrash" | "ServerOff" | "Settings" | "Settings2" | "Shapes" | "Share" | "Share2" | "Sheet" | "Shell" | "Shield" | "ShieldAlert" | "ShieldBan" | "ShieldCheck" | "ShieldEllipsis" | "ShieldHalf" | "ShieldMinus" | "ShieldOff" | "ShieldPlus" | "ShieldQuestionMark" | "ShieldUser" | "ShieldX" | "Ship" | "ShipWheel" | "Shirt" | "ShoppingBag" | "ShoppingBasket" | "ShoppingCart" | "Shovel" | "ShowerHead" | "Shredder" | "Shrimp" | "Shrink" | "Shrub" | "Shuffle" | "Sigma" | "Signal" | "SignalHigh" | "SignalLow" | "SignalMedium" | "SignalZero" | "Signature" | "Signpost" | "SignpostBig" | "Siren" | "SkipBack" | "SkipForward" | "Skull" | "Slack" | "Slash" | "Slice" | "SlidersHorizontal" | "SlidersVertical" | "Smartphone" | "SmartphoneCharging" | "SmartphoneNfc" | "Smile" | "SmilePlus" | "Snail" | "Snowflake" | "SoapDispenserDroplet" | "Sofa" | "Soup" | "Space" | "Spade" | "Sparkle" | "Sparkles" | "Speaker" | "Speech" | "SpellCheck" | "SpellCheck2" | "Spline" | "SplinePointer" | "Split" | "Spool" | "Spotlight" | "SprayCan" | "Sprout" | "Square" | "SquareActivity" | "SquareArrowDown" | "SquareArrowDownLeft" | "SquareArrowDownRight" | "SquareArrowLeft" | "SquareArrowOutDownLeft" | "SquareArrowOutDownRight" | "SquareArrowOutUpLeft" | "SquareArrowOutUpRight" | "SquareArrowRight" | "SquareArrowUp" | "SquareArrowUpLeft" | "SquareArrowUpRight" | "SquareAsterisk" | "SquareBottomDashedScissors" | "SquareChartGantt" | "SquareCheck" | "SquareCheckBig" | "SquareChevronDown" | "SquareChevronLeft" | "SquareChevronRight" | "SquareChevronUp" | "SquareCode" | "SquareDashed" | "SquareDashedBottom" | "SquareDashedBottomCode" | "SquareDashedKanban" | "SquareDashedMousePointer" | "SquareDashedTopSolid" | "SquareDivide" | "SquareDot" | "SquareEqual" | "SquareFunction" | "SquareKanban" | "SquareLibrary" | "SquareM" | "SquareMenu" | "SquareMinus" | "SquareMousePointer" | "SquareParking" | "SquareParkingOff" | "SquarePause" | "SquarePen" | "SquarePercent" | "SquarePi" | "SquarePilcrow" | "SquarePlay" | "SquarePlus" | "SquarePower" | "SquareRadical" | "SquareRoundCorner" | "SquareScissors" | "SquareSigma" | "SquareSlash" | "SquareSplitHorizontal" | "SquareSplitVertical" | "SquareSquare" | "SquareStack" | "SquareStar" | "SquareStop" | "SquareTerminal" | "SquareUser" | "SquareUserRound" | "SquareX" | "SquaresExclude" | "SquaresIntersect" | "SquaresSubtract" | "SquaresUnite" | "Squircle" | "SquircleDashed" | "Squirrel" | "Stamp" | "Star" | "StarHalf" | "StarOff" | "StepBack" | "StepForward" | "Stethoscope" | "Sticker" | "StickyNote" | "Store" | "StretchHorizontal" | "StretchVertical" | "Strikethrough" | "Subscript" | "Sun" | "SunDim" | "SunMedium" | "SunMoon" | "SunSnow" | "Sunrise" | "Sunset" | "Superscript" | "SwatchBook" | "SwissFranc" | "SwitchCamera" | "Sword" | "Swords" | "Syringe" | "Table2" | "TableCellsMerge" | "TableCellsSplit" | "TableColumnsSplit" | "TableOfContents" | "TableProperties" | "TableRowsSplit" | "Tablet" | "TabletSmartphone" | "Tablets" | "Tag" | "Tags" | "Tally1" | "Tally2" | "Tally3" | "Tally4" | "Tally5" | "Tangent" | "Target" | "Telescope" | "Tent" | "TentTree" | "Terminal" | "TestTube" | "TestTubeDiagonal" | "TestTubes" | "Text" | "TextCursor" | "TextCursorInput" | "TextQuote" | "TextSearch" | "TextSelect" | "Theater" | "Thermometer" | "ThermometerSnowflake" | "ThermometerSun" | "ThumbsDown" | "ThumbsUp" | "Ticket" | "TicketCheck" | "TicketMinus" | "TicketPercent" | "TicketPlus" | "TicketSlash" | "TicketX" | "Tickets" | "TicketsPlane" | "Timer" | "TimerOff" | "TimerReset" | "ToggleLeft" | "ToggleRight" | "Toilet" | "ToolCase" | "Tornado" | "Torus" | "Touchpad" | "TouchpadOff" | "TowerControl" | "ToyBrick" | "Tractor" | "TrafficCone" | "TrainFront" | "TrainFrontTunnel" | "TrainTrack" | "TramFront" | "Transgender" | "Trash" | "Trash2" | "TreeDeciduous" | "TreePalm" | "TreePine" | "Trees" | "Trello" | "TrendingDown" | "TrendingUp" | "TrendingUpDown" | "Triangle" | "TriangleAlert" | "TriangleDashed" | "TriangleRight" | "Trophy" | "Truck" | "TruckElectric" | "TurkishLira" | "Turntable" | "Turtle" | "Tv" | "TvMinimal" | "TvMinimalPlay" | "Twitch" | "Twitter" | "Type" | "TypeOutline" | "Umbrella" | "UmbrellaOff" | "Underline" | "Undo" | "Undo2" | "UndoDot" | "UnfoldHorizontal" | "UnfoldVertical" | "Ungroup" | "University" | "Unlink" | "Unlink2" | "Unplug" | "Upload" | "Usb" | "User" | "UserCheck" | "UserCog" | "UserLock" | "UserMinus" | "UserPen" | "UserPlus" | "UserRound" | "UserRoundCheck" | "UserRoundCog" | "UserRoundMinus" | "UserRoundPen" | "UserRoundPlus" | "UserRoundSearch" | "UserRoundX" | "UserSearch" | "UserStar" | "UserX" | "Users" | "UsersRound" | "Utensils" | "UtensilsCrossed" | "UtilityPole" | "Variable" | "Vault" | "VectorSquare" | "Vegan" | "VenetianMask" | "Venus" | "VenusAndMars" | "Vibrate" | "VibrateOff" | "Video" | "VideoOff" | "Videotape" | "View" | "Voicemail" | "Volleyball" | "Volume" | "Volume1" | "Volume2" | "VolumeOff" | "VolumeX" | "Vote" | "Wallet" | "WalletCards" | "WalletMinimal" | "Wallpaper" | "Wand" | "WandSparkles" | "Warehouse" | "WashingMachine" | "Watch" | "Waves" | "WavesLadder" | "Waypoints" | "Webcam" | "Webhook" | "WebhookOff" | "Weight" | "Wheat" | "WheatOff" | "WholeWord" | "Wifi" | "WifiCog" | "WifiHigh" | "WifiLow" | "WifiOff" | "WifiPen" | "WifiSync" | "WifiZero" | "Wind" | "WindArrowDown" | "Wine" | "WineOff" | "Workflow" | "Worm" | "WrapText" | "Wrench" | "X" | "Youtube" | "Zap" | "ZapOff" | "ZoomIn" | "ZoomOut", () => Promise<any>>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export type ThemeName = 'light' | 'dark' | 'corporate' | 'midnight' | 'blueprint';
|
|
4
|
-
export declare const availableThemes: ThemeName[];
|
|
5
|
-
interface ThemeContextType {
|
|
6
|
-
theme: ThemeName;
|
|
7
|
-
availableThemes: ThemeName[];
|
|
8
|
-
setTheme: (themeName: ThemeName) => void;
|
|
9
|
-
borderRadius: string;
|
|
10
|
-
setBorderRadius: (radius: string) => void;
|
|
11
|
-
fontSize: string;
|
|
12
|
-
setFontSize: (size: string) => void;
|
|
13
|
-
}
|
|
14
|
-
export declare const ThemeProvider: React.FC<{
|
|
15
|
-
children: React.ReactNode;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const useTheme: () => ThemeContextType;
|
|
18
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|