asma-core-ui 1.9.3 → 2.0.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/asma-core-ui.es.js +38808 -36447
- package/dist/index.d.ts +1 -12
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +3 -0
- package/dist/src/components/data-display/badge/StyledBadge.stories.d.ts +14 -0
- package/dist/src/components/data-display/badge/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/Icons.d.ts +5 -0
- package/dist/src/components/data-display/icons/Icons.stories.d.ts +18 -0
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +3 -0
- package/dist/{components/data-display → src/components/data-display/tooltip}/index.d.ts +0 -1
- package/dist/src/components/data-display/typography/Typography.stories.d.ts +10 -0
- package/dist/src/components/data-grid/StyledDataGrid.d.ts +3 -0
- package/dist/src/components/data-grid/StyledDataGrid.stories.d.ts +55 -0
- package/dist/src/components/data-grid/StyledGridActionsCellItem.d.ts +3 -0
- package/dist/{components → src/components}/data-grid/components/columnActions.d.ts +1 -1
- package/dist/src/components/feedback/alert/StyledAlert.d.ts +3 -0
- package/dist/src/components/feedback/alert/StyledAlert.stories.d.ts +15 -0
- package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +3 -0
- package/dist/{components/feedback → src/components/feedback/alert}/index.d.ts +0 -1
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +7 -0
- package/dist/src/components/feedback/dialog/StyledDialog.stories.d.ts +18 -0
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +3 -0
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +3 -0
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.stories.d.ts +13 -0
- package/dist/src/components/feedback/snack-bar/index.d.ts +1 -0
- package/dist/src/components/inputs/button/StyledButton.d.ts +3 -0
- package/dist/src/components/inputs/button/StyledButton.stories.d.ts +15 -0
- package/dist/src/components/inputs/button/index.d.ts +1 -0
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +3 -0
- package/dist/src/components/inputs/checkbox/StyledCheckbox.stories.d.ts +12 -0
- package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
- package/dist/src/components/inputs/input/StyledInput.d.ts +3 -0
- package/dist/src/components/inputs/input/index.d.ts +1 -0
- package/dist/src/components/inputs/select/StyledSelect.d.ts +3 -0
- package/dist/src/components/inputs/select/StyledSelect.stories.d.ts +20 -0
- package/dist/{components/Select → src/components/inputs/select}/StyledSelectItem.d.ts +1 -1
- package/dist/src/components/miscellaneous/StyledFormControl.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledFormLabel.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledStack.d.ts +3 -0
- package/dist/src/index.d.ts +22 -0
- package/dist/src/providers/ThemeProvider.d.ts +3 -0
- package/dist/src/stories/Button.d.ts +27 -0
- package/dist/src/stories/Button.stories.d.ts +18 -0
- package/dist/src/stories/Header.d.ts +11 -0
- package/dist/src/stories/Header.stories.d.ts +14 -0
- package/dist/src/stories/Page.d.ts +2 -0
- package/dist/src/stories/Page.stories.d.ts +13 -0
- package/dist/style.css +1 -1
- package/dist/tailwind.config.d.ts +175 -0
- package/dist/vite.config.d.ts +2 -0
- package/package.json +51 -66
- package/tw-configs/twConfigs.json +107 -0
- package/dist/components/Dialog/StyledDialog.d.ts +0 -6
- package/dist/components/Dialog/StyledDialogActions.d.ts +0 -2
- package/dist/components/Dialog/StyledDialogContent.d.ts +0 -2
- package/dist/components/Dialog/StyledDialogTitle.d.ts +0 -20
- package/dist/components/Select/StyledSelect.d.ts +0 -2
- package/dist/components/data-display/StyledBadge.d.ts +0 -36
- package/dist/components/data-display/StyledTooltip.d.ts +0 -2
- package/dist/components/data-grid/StyledDataGrid.d.ts +0 -2
- package/dist/components/data-grid/StyledGridActionsCellItem.d.ts +0 -3
- package/dist/components/feedback/StyledAlert.d.ts +0 -2
- package/dist/components/feedback/StyledAlertTitle.d.ts +0 -2
- package/dist/components/feedback/StyledSnackbar.d.ts +0 -2
- package/dist/components/form-group/index.d.ts +0 -1
- package/dist/components/inputs/StyledButton.d.ts +0 -34
- package/dist/components/inputs/StyledCheckbox.d.ts +0 -2
- package/dist/components/inputs/StyledFormControlLabel.d.ts +0 -2
- package/dist/components/inputs/StyledFormHelperText.d.ts +0 -15
- package/dist/components/inputs/StyledFormLabel.d.ts +0 -4
- package/dist/components/inputs/StyledInput.d.ts +0 -2
- package/dist/components/inputs/StyledInputLabel.d.ts +0 -18
- package/dist/components/inputs/StyledSwitch.d.ts +0 -2
- package/dist/components/inputs/StyledTextField.d.ts +0 -6
- package/dist/components/inputs/index.d.ts +0 -9
- package/dist/providers/ThemeProvider.d.ts +0 -3
- package/tailwind-configs/tw_animation.cjs +0 -43
- package/tailwind-configs/tw_box_shadow.cjs +0 -3
- package/tailwind-configs/tw_configs.cjs +0 -8
- /package/dist/{components → src/components/data-display}/icons/IconTemplate.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/Icons.types.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/archive-icon/ArchiveIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/archive-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/assignment/AssignmentIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/assignment/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/assignment-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/bell-icon/BellIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/bell-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/bell-outline-icon/BellOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/bell-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/calendar-icon/CalendarIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/calendar-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/calendar-range-icon/CalendarIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/calendar-range-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-fact-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-icon/CheckIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-outline-icon/CheckOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/check-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/checkbox-checked-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-double-left-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-double-right-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-down-icon/ChevronDownIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-down-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-left-icon/ChevronLeftIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-left-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-right-icon/ChevronRightIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-right-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-up-icon/ChevronUpIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/chevron-up-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/close-icon/CloseIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/close-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dashboard-view-icon/DashboardViewIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dashboard-view-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dashboard-view-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/dots-vertical-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/download-icon/DownloadIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/download-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/drop-down-icon/DropDownIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/drop-down-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/drop-up-icon/DropUpIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/drop-up-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/find-replace-icon/FindReplaceIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/find-replace-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/find-replace-people-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/hamburger-icon/HamburgerIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/hamburger-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/list-numbered-icon/ListNumberedIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/list-numbered-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/loading-icon/LoadingIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/loading-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/message-processing-icon/MessageProcessingIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/message-processing-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/message-processing-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/pdf-icon/PdfIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/pdf-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/people-icon/PeopleIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/people-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/people-outline-icon/PeopleOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/people-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/perm-media-icon/PermMediaIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/perm-media-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/perm-media-outline-icon/PermMediaOutline.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/perm-media-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/person-icon/PersonIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/person-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/person-outline-icon/PersonOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/person-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/qnr-icon/QnrIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/qnr-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/report-box-icon/ReportboxIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/report-box-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/report-box-outline-icon/ReportboxOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/report-box-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/search-icon/SearchIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/search-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/settings-icon/SettingsIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/settings-icon/index.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +0 -0
- /package/dist/{components → src/components/data-display}/icons/settings-outline-icon/index.d.ts +0 -0
- /package/dist/{components → src/components}/data-grid/components/ColumnFormControlItem.d.ts +0 -0
- /package/dist/{components → src/components}/data-grid/components/ColumnsMenu.d.ts +0 -0
- /package/dist/{components → src/components}/data-grid/index.d.ts +0 -0
- /package/dist/{components → src/components}/data-grid/types.d.ts +0 -0
- /package/dist/{components → src/components}/data-grid/x-data-grid-types.d.ts +0 -0
- /package/dist/{components/Dialog → src/components/feedback/dialog}/index.d.ts +0 -0
- /package/dist/{components/Select → src/components/inputs/select}/index.d.ts +0 -0
- /package/dist/{components/form-group → src/components/miscellaneous}/StyledFormGroup.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/tokenOptimizer.helper.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/index.d.ts +0 -0
- /package/dist/{providers → src/providers}/index.d.ts +0 -0
- /package/dist/{styles → src/styles}/fretex-tokens/index.d.ts +0 -0
- /package/dist/{styles → src/styles}/greenish-tokens/index.d.ts +0 -0
- /package/dist/{styles → src/styles}/tokens/index.d.ts +0 -0
- /package/dist/{theme → src/theme}/customMuiColors.d.ts +0 -0
- /package/dist/{theme → src/theme}/index.d.ts +0 -0
- /package/dist/{theme → src/theme}/theme.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './components/icons';
|
|
3
|
-
export * from './components/data-grid';
|
|
4
|
-
export * from './components/Dialog';
|
|
5
|
-
export * from './components/feedback';
|
|
6
|
-
export * from './components/inputs';
|
|
7
|
-
export * from './components/Select';
|
|
8
|
-
export * from './components/form-group';
|
|
9
|
-
export * from './helpers';
|
|
10
|
-
export * from './theme';
|
|
11
|
-
export * from './providers';
|
|
12
|
-
export * from './interfaces';
|
|
1
|
+
export * from './src/index'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ color, ...props }: import("@mui/material").BadgeProps) => import("react").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
args: {};
|
|
7
|
+
argTypes: {
|
|
8
|
+
children: {
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
export declare const BasicBadge: () => import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StyledBadge';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<{
|
|
6
|
+
height?: number | undefined;
|
|
7
|
+
width?: number | undefined;
|
|
8
|
+
}>;
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {};
|
|
11
|
+
args: {
|
|
12
|
+
width: number;
|
|
13
|
+
height: number;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default meta;
|
|
17
|
+
type Story = StoryObj<typeof meta>;
|
|
18
|
+
export declare const Primary: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").TypographyTypeMap<{}, "span">>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {};
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Typography: Story;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("./types").IBaseStyledDataGrid) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {
|
|
9
|
+
rows: {
|
|
10
|
+
id: number;
|
|
11
|
+
title: string;
|
|
12
|
+
description: string;
|
|
13
|
+
context: string;
|
|
14
|
+
deadline: string;
|
|
15
|
+
}[];
|
|
16
|
+
columns: ({
|
|
17
|
+
field: string;
|
|
18
|
+
headerName: string;
|
|
19
|
+
renderCell: () => import("react").JSX.Element;
|
|
20
|
+
width: number;
|
|
21
|
+
sortable: false;
|
|
22
|
+
flex?: undefined;
|
|
23
|
+
renderHeader?: undefined;
|
|
24
|
+
} | {
|
|
25
|
+
field: string;
|
|
26
|
+
headerName: string;
|
|
27
|
+
flex: number;
|
|
28
|
+
renderCell?: undefined;
|
|
29
|
+
width?: undefined;
|
|
30
|
+
sortable?: undefined;
|
|
31
|
+
renderHeader?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
field: string;
|
|
34
|
+
headerName: string;
|
|
35
|
+
renderHeader: () => import("react").JSX.Element;
|
|
36
|
+
renderCell: () => import("react").JSX.Element;
|
|
37
|
+
sortable: false;
|
|
38
|
+
width?: undefined;
|
|
39
|
+
flex?: undefined;
|
|
40
|
+
})[];
|
|
41
|
+
fixedColumns: string[];
|
|
42
|
+
checkboxSelection: true;
|
|
43
|
+
disableColumnMenu: true;
|
|
44
|
+
disableColumnSelector: true;
|
|
45
|
+
disableColumnFilter: true;
|
|
46
|
+
disableDensitySelector: true;
|
|
47
|
+
slots: {
|
|
48
|
+
columnSortedAscendingIcon: () => import("react").JSX.Element;
|
|
49
|
+
columnSortedDescendingIcon: () => import("react").JSX.Element;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export default meta;
|
|
54
|
+
type Story = StoryObj<typeof meta>;
|
|
55
|
+
export declare const DataGrid: Story;
|
|
@@ -8,6 +8,6 @@ export declare const columnActions: (apiRef: React.MutableRefObject<GridApiCommu
|
|
|
8
8
|
disableColumnMenu: boolean;
|
|
9
9
|
sortable: boolean;
|
|
10
10
|
type: string;
|
|
11
|
-
renderHeader: () => JSX.Element;
|
|
11
|
+
renderHeader: () => import("react").JSX.Element;
|
|
12
12
|
getActions: (params: GridRowParams<any>) => ReactElement<GridActionsCellItemProps, string | JSXElementConstructor<any>>[];
|
|
13
13
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("@mui/material").AlertProps) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {
|
|
9
|
+
severity: "success";
|
|
10
|
+
variant: "standard";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Primary: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { DialogProps } from '@mui/material/Dialog';
|
|
3
|
+
export interface IStyledDialogProps extends DialogProps {
|
|
4
|
+
onCloseText?: string;
|
|
5
|
+
showCloseIcon?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const StyledDialog: ({ onCloseText, children, onClose, showCloseIcon, ...rest }: IStyledDialogProps) => import("react").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ onCloseText, children, onClose, showCloseIcon, ...rest }: import("./StyledDialog").IStyledDialogProps) => React.JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {
|
|
9
|
+
title: string;
|
|
10
|
+
open: true;
|
|
11
|
+
fullScreen: false;
|
|
12
|
+
onClose: () => void;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default meta;
|
|
16
|
+
type Story = StoryObj<typeof meta>;
|
|
17
|
+
export declare const Dialog: Story;
|
|
18
|
+
export declare const DialogExample: () => React.JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ children, ...props }: import("@mui/material").SnackbarProps) => React.JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const SnackBar: Story;
|
|
13
|
+
export declare const SnackbarExample: () => React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StyledSnackbar';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("@mui/material").ButtonProps) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {
|
|
9
|
+
children: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default meta;
|
|
13
|
+
type Story = StoryObj<typeof meta>;
|
|
14
|
+
export declare const Primary: Story;
|
|
15
|
+
export declare const Secondary: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StyledButton';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: import("@mui/material").CheckboxProps) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
args: {};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Checkbox: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StyledCheckbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StyledInput';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
import { StyledSelect } from './StyledSelect';
|
|
4
|
+
import type { SelectProps } from '@mui/material';
|
|
5
|
+
declare const meta: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: (props: SelectProps<unknown>) => import("react").JSX.Element;
|
|
8
|
+
tags: string[];
|
|
9
|
+
argTypes: {
|
|
10
|
+
children: {
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
args: {
|
|
15
|
+
children: import("react").JSX.Element[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
type Story = StoryObj<typeof StyledSelect>;
|
|
20
|
+
export declare const Select: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export * from './helpers';
|
|
2
|
+
export * from './theme';
|
|
3
|
+
export * from './providers';
|
|
4
|
+
export * from './interfaces';
|
|
5
|
+
export * from './components/data-display/badge';
|
|
6
|
+
export * from './components/data-display/tooltip';
|
|
7
|
+
export * from './components/data-display/icons';
|
|
8
|
+
export * from './components/data-grid';
|
|
9
|
+
export * from './components/feedback/dialog';
|
|
10
|
+
export * from './components/feedback/alert';
|
|
11
|
+
export * from './components/feedback/snack-bar';
|
|
12
|
+
export * from './components/inputs/button';
|
|
13
|
+
export * from './components/inputs/checkbox';
|
|
14
|
+
export * from './components/inputs/input';
|
|
15
|
+
export * from './components/inputs/select';
|
|
16
|
+
export * from './components/miscellaneous/StyledFormControl';
|
|
17
|
+
export * from './components/miscellaneous/StyledFormControlLabel';
|
|
18
|
+
export * from './components/miscellaneous/StyledFormHelperText';
|
|
19
|
+
export * from './components/miscellaneous/StyledFormLabel';
|
|
20
|
+
export * from './components/miscellaneous/StyledInputLabel';
|
|
21
|
+
export * from './components/miscellaneous/StyledStack';
|
|
22
|
+
export * from './components/miscellaneous/StyledFormGroup';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ButtonProps {
|
|
3
|
+
/**
|
|
4
|
+
* Is this the principal call to action on the page?
|
|
5
|
+
*/
|
|
6
|
+
primary?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* What background color to use
|
|
9
|
+
*/
|
|
10
|
+
backgroundColor?: string;
|
|
11
|
+
/**
|
|
12
|
+
* How large should the button be?
|
|
13
|
+
*/
|
|
14
|
+
size?: 'small' | 'medium' | 'large';
|
|
15
|
+
/**
|
|
16
|
+
* Button contents
|
|
17
|
+
*/
|
|
18
|
+
label: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional click handler
|
|
21
|
+
*/
|
|
22
|
+
onClick?: () => void;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Primary UI component for user interaction
|
|
26
|
+
*/
|
|
27
|
+
export declare const Button: ({ primary, size, backgroundColor, label, ...props }: ButtonProps) => import("react").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ primary, size, backgroundColor, label, ...props }: import("./Button").ButtonProps) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
backgroundColor: {
|
|
9
|
+
control: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Primary: Story;
|
|
16
|
+
export declare const Secondary: Story;
|
|
17
|
+
export declare const Large: Story;
|
|
18
|
+
export declare const Small: Story;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type User = {
|
|
3
|
+
name: string;
|
|
4
|
+
};
|
|
5
|
+
export interface HeaderProps {
|
|
6
|
+
user?: User;
|
|
7
|
+
onLogin: () => void;
|
|
8
|
+
onLogout: () => void;
|
|
9
|
+
onCreateAccount: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare const Header: ({ user, onLogin, onLogout, onCreateAccount }: HeaderProps) => import("react").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ user, onLogin, onLogout, onCreateAccount }: import("./Header").HeaderProps) => import("react").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const LoggedIn: Story;
|
|
14
|
+
export declare const LoggedOut: Story;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<{}>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const LoggedOut: Story;
|
|
13
|
+
export declare const LoggedIn: Story;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._all-icons-container_z9w7e_1{display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;gap:1.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}@keyframes _opacity-appear_z9w7e_1{0%{opacity:0}to{opacity:1}}._icon_z9w7e_5{animation:_opacity-appear_z9w7e_1 .3s linear;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._styled-data-grid_7tbfs_1{border-radius:0!important;border-width:0px!important;border-top-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}._styled-data-grid_7tbfs_1 svg{--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._cell_7tbfs_8{min-height:50px!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._cell_7tbfs_8:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._cell_7tbfs_8:focus{outline:2px solid transparent!important;outline-offset:2px!important}._cellContent_7tbfs_12{font-size:var(--text-base)!important;--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._columnHeader_7tbfs_16{height:30px!important;border-right-width:0px!important}._columnHeader_7tbfs_16:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeader_7tbfs_16:focus{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeaderTitle_7tbfs_20{font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;--tw-text-opacity: 1 !important;color:rgb(122 137 158 / var(--tw-text-opacity))!important}._columnHeaders_7tbfs_24{min-height:30px!important;border-radius:0!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(252 252 253 / var(--tw-bg-opacity))!important}._footerContainer_7tbfs_28{--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._iconSeparator_7tbfs_32{display:none!important}._row_7tbfs_36{min-height:50px!important}._row_7tbfs_36:hover{cursor:pointer!important;background-color:var(--colors-primary-50)!important}._virtualScrollerContent_7tbfs_40{border-bottom-width:0px!important}._menuIconButton_7tbfs_44{visibility:visible!important;position:absolute!important;right:1.25rem!important;display:flex!important}._root_1jf25_1{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}._root_1jf25_1:hover{color:var(--colors-primary-600)!important}._root_1jf25_1 input{height:100%!important;width:100%!important}._root_1jf25_1 svg{height:1.5rem!important;width:1.5rem!important}._checked_1jf25_11,._checked_1jf25_11:hover{color:var(--colors-primary-600)!important}._disabled_1jf25_15{opacity:.5!important}:root{--colors-teal-50: #e9fcfc;--colors-teal-100: #dffafa;--colors-teal-200: #bef4f4;--colors-teal-300: #78e8e8;--colors-teal-400: #32dcdc;--colors-teal-500: #1ca1a1;--colors-teal-600: #157a7a;--colors-teal-700: #105c5c;--colors-teal-800: #0b4141;--colors-teal-900: #093434;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #3399c9;--colors-blue-500: #0080bb;--colors-blue-600: #0073a8;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #002638;--colors-xanadu-50: #eff4f2;--colors-xanadu-100: #dee8e4;--colors-xanadu-200: #ceddd7;--colors-xanadu-300: #bdd1c9;--colors-xanadu-400: #adc6bc;--colors-xanadu-500: #9cb2a9;--colors-xanadu-600: #8a9e96;--colors-xanadu-700: #798b84;--colors-xanadu-800: #4e5955;--colors-xanadu-900: #2f3533;--colors-primary-50: #e6f2f8;--colors-primary-100: #cce6f1;--colors-primary-200: #99cce4;--colors-primary-300: #66b3d6;--colors-primary-400: #3399c9;--colors-primary-500: #0080bb;--colors-primary-600: #0073a8;--colors-primary-700: #005a83;--colors-primary-800: #00405e;--colors-primary-900: #002638}[data-theme=fretex]{--colors-primary-50: #eff4f2;--colors-primary-100: #dee8e4;--colors-primary-200: #ceddd7;--colors-primary-300: #bdd1c9;--colors-primary-400: #adc6bc;--colors-primary-500: #9cb2a9;--colors-primary-600: #8a9e96;--colors-primary-700: #798b84;--colors-primary-800: #4e5955;--colors-primary-900: #2f3533}[data-theme=greenish]{--colors-primary-50: #e9fcfc;--colors-primary-100: #dffafa;--colors-primary-200: #bef4f4;--colors-primary-300: #78e8e8;--colors-primary-400: #32dcdc;--colors-primary-500: #1ca1a1;--colors-primary-600: #157a7a;--colors-primary-700: #105c5c;--colors-primary-800: #0b4141;--colors-primary-900: #093434}:root{--text-h1: 1.5rem;--text-h2: 1.125rem;--text-pageTitle: 1.5rem;--text-sectionTitle: 1.125rem;--text-medium: 1rem;--text-base: .875rem;--text-small: .75rem;--text-xSmall: .625rem}.m-0{margin:0!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mr-2{margin-right:.5rem!important}.mt-0{margin-top:0!important}.mt-2{margin-top:.5rem!important}.flex{display:flex!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.cursor-pointer{cursor:pointer!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.border-primary-main{border-color:var(--colors-primary-600)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-primary-700{background-color:var(--colors-primary-700)!important}.bg-primary-main{background-color:var(--colors-primary-600)!important}.bg-transparent{background-color:transparent!important}.p-0{padding:0!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.text-center{text-align:center!important}.\!text-\[14px\]{font-size:14px!important}.text-2xl{font-size:1.563rem!important}.text-base{font-size:var(--text-base)!important}.text-h1{font-size:var(--text-h1)!important}.text-h2{font-size:var(--text-h2)!important}.text-small{font-size:var(--text-small)!important}.text-xSmall{font-size:var(--text-xSmall)!important}.text-xl{font-size:1.25rem!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.normal-case{text-transform:none!important}.leading-tight{line-height:1.25!important}.text-\[\#b5bec9\]{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity))!important}.text-primary-700{color:var(--colors-primary-700)!important}.text-primary-dark{color:var(--colors-primary-900)!important}.overline{text-decoration-line:overline!important}.shadow-\[0_0_0_3px\]{--tw-shadow: 0 0 0 3px !important;--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-primary-400{--tw-shadow-color: var(--colors-primary-400) !important;--tw-shadow: var(--tw-shadow-colored) !important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hover\:border-primary-500:hover{border-color:var(--colors-primary-500)!important}.hover\:bg-primary-500:hover{background-color:var(--colors-primary-500)!important}.hover\:bg-primary-700:hover{background-color:var(--colors-primary-700)!important}.hover\:text-gray-50:hover{--tw-text-opacity: 1 !important;color:rgb(249 250 251 / var(--tw-text-opacity))!important}.hover\:text-primary-600:hover{color:var(--colors-primary-600)!important}.hover\:text-primary-700:hover{color:var(--colors-primary-700)!important}.active\:bg-primary-dark:active{background-color:var(--colors-primary-900)!important}.\[\&\>input\]\:h-full>input{height:100%!important}.\[\&\>input\]\:w-full>input{width:100%!important}.\[\&\>svg\]\:h-5>svg{height:1.25rem!important}.\[\&\>svg\]\:w-5>svg{width:1.25rem!important}
|
|
1
|
+
:root{--colors-teal-50: #e9fcfc;--colors-teal-100: #dffafa;--colors-teal-200: #bef4f4;--colors-teal-300: #78e8e8;--colors-teal-400: #32dcdc;--colors-teal-500: #1ca1a1;--colors-teal-600: #157a7a;--colors-teal-700: #105c5c;--colors-teal-800: #0b4141;--colors-teal-900: #093434;--colors-blue-400: #3399c9;--colors-blue-500: #0080bb;--colors-blue-600: #0073a8;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #002638;--colors-xanadu-50: #eff4f2;--colors-xanadu-100: #dee8e4;--colors-xanadu-200: #ceddd7;--colors-xanadu-300: #bdd1c9;--colors-xanadu-400: #adc6bc;--colors-xanadu-500: #9cb2a9;--colors-xanadu-600: #8a9e96;--colors-xanadu-700: #798b84;--colors-xanadu-800: #4e5955;--colors-xanadu-900: #2f3533;--colors-text: #4c4c4c;--colors-red-100: #fdeae9;--colors-red-500: #df0101;--colors-red-600: #a7241b;--colors-red-700: #871e17;--colors-salmon-500: #d24545;--colors-salmon-700: #b14848;--colors-gray-10: #f9fafb;--colors-gray-50: #f0f2f4;--colors-gray-100: #e7eaee;--colors-gray-200: #d3d8df;--colors-gray-300: #b5bec9;--colors-gray-400: #98a3b4;--colors-gray-500: #606671;--colors-gray-600: #363e4a;--colors-gray-900: #0b0c0f;--colors-gray-9000: #1a1d23;--colors-gray-10000: black;--colors-zinc-100: #f5f5f5;--colors-zinc-200: #bcbcbc;--colors-zinc-300: #898989;--colors-zinc-400: #686868;--colors-zinc-500: #575757;--colors-zinc-600: #4c4c4c;--colors-zinc-900: #0b0c0f;--colors-cardea--grey-01: 210deg 16% 95%;--colors-cardea--grey-02: 215deg 16% 85%;--colors-cardea--grey-03: 213deg 16% 75%;--colors-cardea--grey-04: 216deg 16% 65%;--colors-cardea--grey-05: 215deg 16% 56%;--colors-cardea--grey-06: 216deg 16% 25%;--colors-green-50: #eff4f2;--colors-green-100: #deebe5;--colors-green-200: #ceddd7;--colors-green-300: #adc6bc;--colors-green-400: #9cb2a9;--colors-green-500: #687771;--colors-green-600: #59635e;--colors-green-700: #474f4b;--colors-green-800: #353b38;--colors-slate-100: #d0dee5;--colors-slate-200: #abc8d42f;--colors-slate-300: #abc8d4;--colors-slate-500: #9fbcca;--colors-slate-600: #6198ae;--colors-slate-700: #6e9aaf;--colors-slate-800: #4c7f93;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #4da6cf;--colors-blue-500: #007cb5;--colors-blue-600: #0080bb;--colors-blue-700: #006696;--colors-blue-800: #005a83;--colors-blue-900: #070a1f;--colors-magic-blue-700: #247ba3;--colors-jade-50: #e8f6f6;--colors-jade-100: #c5e7e7;--colors-jade-200: #bef4f4;--colors-jade-300: #78e8e8;--colors-jade-400: #32dcdc;--colors-jade-500: #1ca1a1;--colors-jade-600: #157a7a;--colors-jade-700: #105c5c;--colors-jade-800: #0b4141;--colors-yellow-400: #efcc1d;--colors-lime-500: #beda2f;--colors-primary-50: #e6f2f8;--colors-primary-100: #cce6f1;--colors-primary-200: #99cce4;--colors-primary-300: #66b3d6;--colors-primary-400: #3399c9;--colors-primary-500: #0080bb;--colors-primary-600: #0073a8;--colors-primary-700: #005a83;--colors-primary-800: #00405e;--colors-primary-900: #002638;--colors-text-component: #ffffff;--colors-active-component: var(--colors-blue-500);--colors-alpha-100: var(--colors-blue-100);--colors-alpha-500: var(--colors-blue-500);--colors-alpha-600: var(--colors-blue-600);--colors-alpha-700: var(--colors-blue-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-blue-50);--colors-gama-100: var(--colors-blue-100);--colors-gama-200: var(--colors-blue-200);--colors-gama-300: var(--colors-blue-300);--colors-gama-400: var(--colors-blue-400);--colors-gama-500: var(--colors-blue-500);--colors-gama-600: var(--colors-blue-600);--colors-gama-700: var(--colors-blue-700);--colors-gama-800: var(--colors-blue-800);--colors-gama-900: var(--colors-blue-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-magic-blue-700);--colors-zeta-700: var(--colors-blue-700);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-slate-200);--colors-theta-300: var(--colors-slate-500);--colors-theta-400: #ffffff;--colors-theta-500: var(--colors-blue-300);--colors-theta-600: var(--colors-blue-700);--colors-theta-700: var(--colors-blue-600);--colors-theta-800: #ffffff;--colors-theta-hover: var(--colors-blue-700);--colors-btn-bg-hover: var(--colors-slate-300);--colors-btn-bg-standart: var(--colors-slate-600);--colors-btn-bg-active: var(--colors-slate-800);--colors-btn-bg-disabled: var(--colors-green-800);--colors-btn-bg-danger: var(--colors-salmon-700);--colors-btn-bg-danger-active: var(--colors-salmon-500);--colors-button-primary-text-color: var(--colors-delta-900);--colors-button-primary-bg-color: var(--colors-gama-400);--colors-button-primary-border-color: var(--colors-gama-400);--colors-button-primary-focused-text-color: var(--colors-delta-900);--colors-button-primary-focused-bg-color: var(--colors-gama-400);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: var(--colors-delta-900);--colors-button-primary-hover-bg-color: var(--colors-gama-500);--colors-button-primary-hover-border-color: var(--colors-gama-500);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: transparent;--colors-button-secondary-text-color: var(--colors-delta-900);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-400);--colors-button-secondary-focused-text-color: var(--colors-delta-900);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: var(--colors-delta-900);--colors-button-secondary-hover-bg-color: var(--colors-gama-500);--colors-button-secondary-hover-border-color: var(--colors-gama-500);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: transparent;--colors-button-flat-text-color: var(--colors-delta-900);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: transparent;--colors-button-flat-focused-text-color: var(--colors-delta-900);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: var(--colors-delta-900);--colors-button-flat-hover-bg-color: var(--colors-gama-500);--colors-button-flat-hover-border-color: var(--colors-gama-500);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: transparent;--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-btn-bg-mini-action: var(--colors-slate-600);--colors-btn-bg-mini-action-hover: var(--colors-slate-300);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: var(--colors-blue-800);--colors-link-text-disabled: var(--colors-green-800);--colors-badge-bg: var(--colors-slate-600);--colors-badge-text: #ffffff;--colors-app-directory-button-select-recipient-bg: var(--colors-blue-200);--colors-btn-task-status-bg: var(--colors-slate-600);--colors-chat-ticket-message-bg: var(--colors-blue-200);--colors-topbar-text: var(--colors-zinc-500);--colors-menu-text-active: var(--colors-slate-700)}[data-theme=fretex]{--colors-primary-50: #eff4f2;--colors-primary-100: #dee8e4;--colors-primary-200: #ceddd7;--colors-primary-300: #bdd1c9;--colors-primary-400: #adc6bc;--colors-primary-500: #9cb2a9;--colors-primary-600: #8a9e96;--colors-primary-700: #798b84;--colors-primary-800: #4e5955;--colors-primary-900: #2f3533;--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-jade-50);--colors-gama-100: var(--colors-jade-100);--colors-gama-200: var(--colors-jade-200);--colors-gama-300: var(--colors-jade-300);--colors-gama-400: var(--colors-jade-400);--colors-gama-500: var(--colors-jade-500);--colors-gama-600: var(--colors-jade-600);--colors-gama-700: var(--colors-jade-700);--colors-gama-800: var(--colors-jade-800);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-theta-100: var(--colors-jade-100);--colors-theta-200: var(--colors-jade-200);--colors-theta-300: var(--colors-jade-300);--colors-theta-400: var(--colors-jade-400);--colors-theta-500: var(--colors-jade-500);--colors-theta-600: var(--colors-jade-600);--colors-theta-700: var(--colors-jade-700);--colors-theta-800: var(--colors-jade-800);--colors-theta-hover: var(--colors-jade-500);--colors-sigma-700: var(--colors-jade-600);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: #ffffff;--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-lime-500);--colors-badge-text: var(--colors-jade-600);--colors-button-primary-text-color: #ffffff;--colors-button-primary-bg-color: var(--colors-gama-600);--colors-button-primary-border-color: var(--colors-gama-600);--colors-button-primary-focused-text-color: #ffffff;--colors-button-primary-focused-bg-color: var(--colors-gama-600);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: #ffffff;--colors-button-primary-hover-bg-color: var(--colors-gama-700);--colors-button-primary-hover-border-color: var(--colors-gama-700);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: var(--colors-delta-400);--colors-button-secondary-text-color: var(--colors-gama-600);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-600);--colors-button-secondary-focused-text-color: var(--colors-gama-600);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: #ffffff;--colors-button-secondary-hover-bg-color: var(--colors-gama-700);--colors-button-secondary-hover-border-color: var(--colors-gama-700);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: var(--colors-delta-400);--colors-button-flat-text-color: var(--colors-gama-600);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: var(--colors-gama-600);--colors-button-flat-focused-text-color: var(--colors-gama-600);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: #ffffff;--colors-button-flat-hover-bg-color: var(--colors-gama-700);--colors-button-flat-hover-border-color: var(--colors-gama-700);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: var(--colors-delta-400);--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-menu-text-active: var(--colors-jade-700)}[data-theme=greenish]{--colors-primary-50: #e9fcfc;--colors-primary-100: #dffafa;--colors-primary-200: #bef4f4;--colors-primary-300: #78e8e8;--colors-primary-400: #32dcdc;--colors-primary-500: #1ca1a1;--colors-primary-600: #157a7a;--colors-primary-700: #105c5c;--colors-primary-800: #0b4141;--colors-primary-900: #093434;--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-jade-50);--colors-gama-100: var(--colors-jade-100);--colors-gama-200: var(--colors-jade-200);--colors-gama-300: var(--colors-jade-300);--colors-gama-400: var(--colors-jade-400);--colors-gama-500: var(--colors-jade-500);--colors-gama-600: var(--colors-jade-600);--colors-gama-700: var(--colors-jade-700);--colors-gama-800: var(--colors-jade-800);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-theta-100: var(--colors-jade-100);--colors-theta-200: var(--colors-jade-200);--colors-theta-300: var(--colors-jade-300);--colors-theta-400: var(--colors-jade-400);--colors-theta-500: var(--colors-jade-500);--colors-theta-600: var(--colors-jade-600);--colors-theta-700: var(--colors-jade-700);--colors-theta-800: var(--colors-jade-800);--colors-theta-hover: var(--colors-jade-500);--colors-sigma-700: var(--colors-jade-600);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: #ffffff;--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-lime-500);--colors-badge-text: var(--colors-jade-600);--colors-button-primary-text-color: #ffffff;--colors-button-primary-bg-color: var(--colors-gama-600);--colors-button-primary-border-color: var(--colors-gama-600);--colors-button-primary-focused-text-color: #ffffff;--colors-button-primary-focused-bg-color: var(--colors-gama-600);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: #ffffff;--colors-button-primary-hover-bg-color: var(--colors-gama-700);--colors-button-primary-hover-border-color: var(--colors-gama-700);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: var(--colors-delta-400);--colors-button-secondary-text-color: var(--colors-gama-600);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-600);--colors-button-secondary-focused-text-color: var(--colors-gama-600);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: #ffffff;--colors-button-secondary-hover-bg-color: var(--colors-gama-700);--colors-button-secondary-hover-border-color: var(--colors-gama-700);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: var(--colors-delta-400);--colors-button-flat-text-color: var(--colors-gama-600);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: var(--colors-gama-600);--colors-button-flat-focused-text-color: var(--colors-gama-600);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: #ffffff;--colors-button-flat-hover-bg-color: var(--colors-gama-700);--colors-button-flat-hover-border-color: var(--colors-gama-700);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: var(--colors-delta-400);--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-menu-text-active: var(--colors-jade-700)}:root{--text-h1: 1.5rem;--text-h2: 1.125rem;--text-pageTitle: 1.5rem;--text-sectionTitle: 1.125rem;--text-medium: 1rem;--text-base: .875rem;--text-small: .75rem;--text-xSmall: .625rem}.m-0{margin:0!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mr-2{margin-right:.5rem!important}.mt-0{margin-top:0!important}.mt-2{margin-top:.5rem!important}.flex{display:flex!important}.contents{display:contents!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.cursor-pointer{cursor:pointer!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.border-primary-main{border-color:var(--colors-primary-600)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-primary-700{background-color:var(--colors-primary-700)!important}.bg-primary-main{background-color:var(--colors-primary-600)!important}.bg-transparent{background-color:transparent!important}.p-0{padding:0!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.text-center{text-align:center!important}.\!text-\[14px\]{font-size:14px!important}.text-2xl{font-size:1.563rem!important}.text-base{font-size:var(--text-base)!important}.text-h1{font-size:var(--text-h1)!important}.text-h2{font-size:var(--text-h2)!important}.text-small{font-size:var(--text-small)!important}.text-xSmall{font-size:var(--text-xSmall)!important}.text-xl{font-size:1.25rem!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.normal-case{text-transform:none!important}.leading-tight{line-height:1.25!important}.text-\[\#b5bec9\]{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}.text-gama-700{color:var(--colors-gama-700)!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity))!important}.text-primary-700{color:var(--colors-primary-700)!important}.text-primary-dark{color:var(--colors-primary-900)!important}.overline{text-decoration-line:overline!important}.shadow-\[0_0_0_3px\]{--tw-shadow: 0 0 0 3px !important;--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-primary-400{--tw-shadow-color: var(--colors-primary-400) !important;--tw-shadow: var(--tw-shadow-colored) !important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hover\:border-primary-500:hover{border-color:var(--colors-primary-500)!important}.hover\:bg-primary-500:hover{background-color:var(--colors-primary-500)!important}.hover\:bg-primary-700:hover{background-color:var(--colors-primary-700)!important}.hover\:text-gray-50:hover{--tw-text-opacity: 1 !important;color:rgb(249 250 251 / var(--tw-text-opacity))!important}.hover\:text-primary-600:hover{color:var(--colors-primary-600)!important}.hover\:text-primary-700:hover{color:var(--colors-primary-700)!important}.active\:bg-primary-dark:active{background-color:var(--colors-primary-900)!important}.\[\&\>input\]\:h-full>input{height:100%!important}.\[\&\>input\]\:w-full>input{width:100%!important}.\[\&\>svg\]\:h-5>svg{height:1.25rem!important}.\[\&\>svg\]\:w-5>svg{width:1.25rem!important}._all-icons-container_z9w7e_1{display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;gap:1.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}@keyframes _opacity-appear_z9w7e_1{0%{opacity:0}to{opacity:1}}._icon_z9w7e_5{animation:_opacity-appear_z9w7e_1 .3s linear;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._styled-data-grid_7tbfs_1{border-radius:0!important;border-width:0px!important;border-top-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}._styled-data-grid_7tbfs_1 svg{--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._cell_7tbfs_8{min-height:50px!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._cell_7tbfs_8:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._cell_7tbfs_8:focus{outline:2px solid transparent!important;outline-offset:2px!important}._cellContent_7tbfs_12{font-size:var(--text-base)!important;--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._columnHeader_7tbfs_16{height:30px!important;border-right-width:0px!important}._columnHeader_7tbfs_16:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeader_7tbfs_16:focus{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeaderTitle_7tbfs_20{font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;--tw-text-opacity: 1 !important;color:rgb(122 137 158 / var(--tw-text-opacity))!important}._columnHeaders_7tbfs_24{min-height:30px!important;border-radius:0!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(252 252 253 / var(--tw-bg-opacity))!important}._footerContainer_7tbfs_28{--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._iconSeparator_7tbfs_32{display:none!important}._row_7tbfs_36{min-height:50px!important}._row_7tbfs_36:hover{cursor:pointer!important;background-color:var(--colors-primary-50)!important}._virtualScrollerContent_7tbfs_40{border-bottom-width:0px!important}._menuIconButton_7tbfs_44{visibility:visible!important;position:absolute!important;right:1.25rem!important;display:flex!important}._root_1jf25_1{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}._root_1jf25_1:hover{color:var(--colors-primary-600)!important}._root_1jf25_1 input{height:100%!important;width:100%!important}._root_1jf25_1 svg{height:1.5rem!important;width:1.5rem!important}._checked_1jf25_11,._checked_1jf25_11:hover{color:var(--colors-primary-600)!important}._disabled_1jf25_15{opacity:.5!important}
|