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
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
mode: string;
|
|
3
|
+
important: true;
|
|
4
|
+
content: string[];
|
|
5
|
+
theme: {
|
|
6
|
+
fontFamily: {
|
|
7
|
+
roboto: [string];
|
|
8
|
+
sans: [string];
|
|
9
|
+
};
|
|
10
|
+
fontSize: {
|
|
11
|
+
sm: string;
|
|
12
|
+
base: string;
|
|
13
|
+
xl: string;
|
|
14
|
+
'2xl': string;
|
|
15
|
+
'3xl': string;
|
|
16
|
+
'4xl': string;
|
|
17
|
+
'5xl': string;
|
|
18
|
+
};
|
|
19
|
+
extend: {
|
|
20
|
+
colors: {
|
|
21
|
+
inherit: string;
|
|
22
|
+
"textcolor-component": string;
|
|
23
|
+
"color-active-component": string;
|
|
24
|
+
"alpha-100": string;
|
|
25
|
+
"alpha-500": string;
|
|
26
|
+
"alpha-600": string;
|
|
27
|
+
"alpha-700": string;
|
|
28
|
+
"beta-100": string;
|
|
29
|
+
"beta-500": string;
|
|
30
|
+
"beta-600": string;
|
|
31
|
+
"beta-700": string;
|
|
32
|
+
"gama-50": string;
|
|
33
|
+
"gama-100": string;
|
|
34
|
+
"gama-200": string;
|
|
35
|
+
"gama-300": string;
|
|
36
|
+
"gama-400": string;
|
|
37
|
+
"gama-500": string;
|
|
38
|
+
"gama-600": string;
|
|
39
|
+
"gama-700": string;
|
|
40
|
+
"gama-800": string;
|
|
41
|
+
"delta-10": string;
|
|
42
|
+
"delta-50": string;
|
|
43
|
+
"delta-100": string;
|
|
44
|
+
"delta-200": string;
|
|
45
|
+
"delta-300": string;
|
|
46
|
+
"delta-400": string;
|
|
47
|
+
"delta-500": string;
|
|
48
|
+
"delta-600": string;
|
|
49
|
+
"delta-700": string;
|
|
50
|
+
"delta-800": string;
|
|
51
|
+
"delta-900": string;
|
|
52
|
+
"delta-9000": string;
|
|
53
|
+
"sigma-700": string;
|
|
54
|
+
"zeta-700": string;
|
|
55
|
+
"theta-100": string;
|
|
56
|
+
"theta-200": string;
|
|
57
|
+
"theta-300": string;
|
|
58
|
+
"theta-400": string;
|
|
59
|
+
"theta-500": string;
|
|
60
|
+
"theta-600": string;
|
|
61
|
+
"theta-700": string;
|
|
62
|
+
"theta-800": string;
|
|
63
|
+
"theta-hover": string;
|
|
64
|
+
"btn-bg": string;
|
|
65
|
+
"btn-bg-active": string;
|
|
66
|
+
"btn-bg-hover": string;
|
|
67
|
+
"btn-bg-disabled": string;
|
|
68
|
+
"btn-bg-danger": string;
|
|
69
|
+
"btn-bg-danger-active": string;
|
|
70
|
+
"btn-task-status-bg": string;
|
|
71
|
+
"btn-bg-mini-action": string;
|
|
72
|
+
"btn-bg-mini-action-hover": string;
|
|
73
|
+
"badge-bg": string;
|
|
74
|
+
"badge-text": string;
|
|
75
|
+
"chat-ticket-message-bg": string;
|
|
76
|
+
"colors-topbar-text": string;
|
|
77
|
+
"custom-grey-01": string;
|
|
78
|
+
"custom-grey-02": string;
|
|
79
|
+
"custom-grey-03": string;
|
|
80
|
+
"custom-grey-04": string;
|
|
81
|
+
"custom-grey-06": string;
|
|
82
|
+
primary: {
|
|
83
|
+
"50": string;
|
|
84
|
+
"100": string;
|
|
85
|
+
"200": string;
|
|
86
|
+
"300": string;
|
|
87
|
+
"400": string;
|
|
88
|
+
"500": string;
|
|
89
|
+
"600": string;
|
|
90
|
+
"700": string;
|
|
91
|
+
"800": string;
|
|
92
|
+
"900": string;
|
|
93
|
+
light: string;
|
|
94
|
+
main: string;
|
|
95
|
+
dark: string;
|
|
96
|
+
contrastText: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
boxShadow: {
|
|
100
|
+
ash: string;
|
|
101
|
+
};
|
|
102
|
+
animation: {
|
|
103
|
+
"slide-in": string;
|
|
104
|
+
"slide-out": string;
|
|
105
|
+
"opacity-in": string;
|
|
106
|
+
"opacity-in-5": string;
|
|
107
|
+
"opacity-appear-3": string;
|
|
108
|
+
"opacity-out": string;
|
|
109
|
+
};
|
|
110
|
+
keyframes: {
|
|
111
|
+
"slide-in": {
|
|
112
|
+
"0%": {
|
|
113
|
+
margin: string;
|
|
114
|
+
};
|
|
115
|
+
"100%": {
|
|
116
|
+
margin: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
"slide-out": {
|
|
120
|
+
"0%": {
|
|
121
|
+
margin: string;
|
|
122
|
+
};
|
|
123
|
+
"100%": {
|
|
124
|
+
margin: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
"opacity-in": {
|
|
128
|
+
"0%": {
|
|
129
|
+
opacity: string;
|
|
130
|
+
height: string;
|
|
131
|
+
};
|
|
132
|
+
"100%": {
|
|
133
|
+
opacity: string;
|
|
134
|
+
height: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
"opacity-appear": {
|
|
138
|
+
"0%": {
|
|
139
|
+
opacity: string;
|
|
140
|
+
};
|
|
141
|
+
"100%": {
|
|
142
|
+
opacity: string;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
"opacity-out": {
|
|
146
|
+
"0%": {
|
|
147
|
+
opacity: string;
|
|
148
|
+
height: string;
|
|
149
|
+
};
|
|
150
|
+
"60%": {
|
|
151
|
+
opacity: string;
|
|
152
|
+
height: string;
|
|
153
|
+
};
|
|
154
|
+
"100%": {
|
|
155
|
+
opacity: string;
|
|
156
|
+
height: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
fontSize: {
|
|
161
|
+
h1: string;
|
|
162
|
+
h2: string;
|
|
163
|
+
base: string;
|
|
164
|
+
pageTitle: string;
|
|
165
|
+
sectionTitle: string;
|
|
166
|
+
medium: string;
|
|
167
|
+
small: string;
|
|
168
|
+
xSmall: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
darkMode: "media";
|
|
173
|
+
plugins: never[];
|
|
174
|
+
};
|
|
175
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "2.0.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
10
10
|
"dist/style.css",
|
|
11
|
-
"
|
|
11
|
+
"tw-configs/**/*"
|
|
12
12
|
],
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "asma-team",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"version": "echo $npm_package_version",
|
|
24
24
|
"lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}",
|
|
25
25
|
"prettier": "prettier --write src//**/*.{ts,tsx,scss} --config ./.prettierrc",
|
|
26
|
-
"storybook": "
|
|
27
|
-
"storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider &&
|
|
28
|
-
"storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider &&
|
|
29
|
-
"build-storybook": "build
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
28
|
+
"storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
29
|
+
"build-storybook": "storybook build",
|
|
30
30
|
"create-index": "ctix create -p ./tsconfig.json -w -a ./src",
|
|
31
31
|
"changeset:version": "changeset version",
|
|
32
32
|
"changeset:publish": "changeset publish",
|
|
@@ -34,72 +34,57 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "UNLICENSED",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@changesets/cli": "^2.26.
|
|
38
|
-
"@emotion/react": "^11.
|
|
39
|
-
"@emotion/styled": "^11.
|
|
40
|
-
"@fontsource/material-icons": "^
|
|
41
|
-
"@fontsource/roboto": "^
|
|
42
|
-
"@
|
|
43
|
-
"@mui/material": "^5.
|
|
44
|
-
"@mui/x-data-grid": "^6.
|
|
45
|
-
"@
|
|
46
|
-
"@storybook/addons": "^6.5.16",
|
|
37
|
+
"@changesets/cli": "^2.26.2",
|
|
38
|
+
"@emotion/react": "^11.11.1",
|
|
39
|
+
"@emotion/styled": "^11.11.0",
|
|
40
|
+
"@fontsource/material-icons": "^5.0.4",
|
|
41
|
+
"@fontsource/roboto": "^5.0.4",
|
|
42
|
+
"@iconify/react": "^4.1.1",
|
|
43
|
+
"@mui/material": "^5.13.7",
|
|
44
|
+
"@mui/x-data-grid": "^6.9.2",
|
|
45
|
+
"@types/node": "^20.3.3",
|
|
47
46
|
"clsx": "^1.2.1",
|
|
48
|
-
"ctix": "^1.8.2",
|
|
49
47
|
"lodash-es": "^4.17.21",
|
|
48
|
+
"node": "^20.3.1",
|
|
50
49
|
"notistack": "^3.0.1",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
50
|
+
"react": "^18.2.0",
|
|
51
|
+
"react-dom": "^18.2.0",
|
|
52
|
+
"rollup-plugin-typescript2": "^0.35.0",
|
|
53
|
+
"vite-plugin-dts": "^3.1.1",
|
|
54
|
+
"vite-tsconfig-paths": "^4.2.0"
|
|
53
55
|
},
|
|
54
56
|
"devDependencies": {
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@storybook/addon-
|
|
59
|
-
"@storybook/addon-
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/react": "^
|
|
64
|
-
"@storybook/
|
|
57
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
58
|
+
"@storybook/addon-interactions": "^7.0.26",
|
|
59
|
+
"@storybook/addon-links": "^7.0.26",
|
|
60
|
+
"@storybook/addon-mdx-gfm": "^7.0.26",
|
|
61
|
+
"@storybook/addon-styling": "^1.3.2",
|
|
62
|
+
"@storybook/addons": "^7.0.26",
|
|
63
|
+
"@storybook/blocks": "^7.0.26",
|
|
64
|
+
"@storybook/manager-api": "^7.0.26",
|
|
65
|
+
"@storybook/react": "^7.0.26",
|
|
66
|
+
"@storybook/react-vite": "^7.0.26",
|
|
67
|
+
"@storybook/testing-library": "^0.2.0",
|
|
68
|
+
"@storybook/theming": "^7.0.26",
|
|
65
69
|
"@types/lodash-es": "^4.17.7",
|
|
66
|
-
"@types/react": "^18.0.
|
|
67
|
-
"@types/react-dom": "^18.0.
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
69
|
-
"@typescript-eslint/parser": "^5.
|
|
70
|
-
"@vitejs/plugin-react": "^
|
|
71
|
-
"autoprefixer": "^10.4.
|
|
72
|
-
"
|
|
73
|
-
"eslint": "^8.0.1",
|
|
74
|
-
"eslint-config-prettier": "^8.5.0",
|
|
75
|
-
"eslint-import-resolver-typescript": "^3.5.1",
|
|
76
|
-
"eslint-plugin-import": "^2.25.2",
|
|
77
|
-
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
78
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
79
|
-
"eslint-plugin-promise": "^6.0.0",
|
|
80
|
-
"eslint-plugin-react": "^7.31.8",
|
|
70
|
+
"@types/react": "^18.0.37",
|
|
71
|
+
"@types/react-dom": "^18.0.11",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
73
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
74
|
+
"@vitejs/plugin-react": "^4.0.0",
|
|
75
|
+
"autoprefixer": "^10.4.14",
|
|
76
|
+
"eslint": "^8.38.0",
|
|
81
77
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
82
|
-
"eslint-plugin-
|
|
83
|
-
"eslint-plugin-storybook": "^0.6.
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"react": "^18.*",
|
|
93
|
-
"react-dom": "^18.*",
|
|
94
|
-
"react-hooks": "^1.0.1",
|
|
95
|
-
"sass": "^1.57.1",
|
|
96
|
-
"tailwind": "^4.0.0",
|
|
97
|
-
"tailwindcss": "^3.1.8",
|
|
98
|
-
"typescript": "5.0.2",
|
|
99
|
-
"typescript-plugin-css-modules": "^3.4.0",
|
|
100
|
-
"vite": "^4.3.5",
|
|
101
|
-
"vite-plugin-dts": "^2.1.0",
|
|
102
|
-
"vite-tsconfig-paths": "^4.0.3"
|
|
78
|
+
"eslint-plugin-react-refresh": "^0.3.4",
|
|
79
|
+
"eslint-plugin-storybook": "^0.6.12",
|
|
80
|
+
"postcss": "^8.4.24",
|
|
81
|
+
"prop-types": "^15.8.1",
|
|
82
|
+
"storybook": "^7.0.26",
|
|
83
|
+
"storybook-addon-themes": "^6.1.0",
|
|
84
|
+
"tailwindcss": "^3.3.2",
|
|
85
|
+
"typescript": "^5.0.2",
|
|
86
|
+
"typescript-plugin-css-modules": "^5.0.1",
|
|
87
|
+
"vite": "^4.3.9"
|
|
103
88
|
},
|
|
104
89
|
"peerDependencies": {
|
|
105
90
|
"@emotion/react": "^11.*",
|
|
@@ -114,6 +99,6 @@
|
|
|
114
99
|
"import": "./dist/asma-core-ui.es.js"
|
|
115
100
|
},
|
|
116
101
|
"./dist/style.css": "./dist/style.css",
|
|
117
|
-
"./
|
|
102
|
+
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
118
103
|
}
|
|
119
104
|
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"inherit": "inherit",
|
|
4
|
+
"textcolor-component": "var(--colors-text-component)",
|
|
5
|
+
"color-active-component": "var(--colors-active-component)",
|
|
6
|
+
"alpha-100": "var(--colors-alpha-100)",
|
|
7
|
+
"alpha-500": "var(--colors-alpha-500)",
|
|
8
|
+
"alpha-600": "var(--colors-alpha-600)",
|
|
9
|
+
"alpha-700": "var(--colors-alpha-700)",
|
|
10
|
+
"beta-100": "var(--colors-beta-100)",
|
|
11
|
+
"beta-500": "var(--colors-beta-500)",
|
|
12
|
+
"beta-600": "var(--colors-beta-600)",
|
|
13
|
+
"beta-700": "var(--colors-beta-700)",
|
|
14
|
+
"gama-50": "var(--colors-gama-50)",
|
|
15
|
+
"gama-100": "var(--colors-gama-100)",
|
|
16
|
+
"gama-200": "var(--colors-gama-200)",
|
|
17
|
+
"gama-300": "var(--colors-gama-300)",
|
|
18
|
+
"gama-400": "red",
|
|
19
|
+
"gama-500": "var(--colors-gama-500)",
|
|
20
|
+
"gama-600": "var(--colors-gama-600)",
|
|
21
|
+
"gama-700": "var(--colors-gama-700)",
|
|
22
|
+
"gama-800": "var(--colors-gama-800)",
|
|
23
|
+
"delta-10": "var(--colors-delta-10)",
|
|
24
|
+
"delta-50": "var(--colors-delta-50)",
|
|
25
|
+
"delta-100": "var(--colors-delta-100)",
|
|
26
|
+
"delta-200": "var(--colors-delta-200)",
|
|
27
|
+
"delta-300": "var(--colors-delta-300)",
|
|
28
|
+
"delta-400": "var(--colors-delta-400)",
|
|
29
|
+
"delta-500": "var(--colors-delta-500)",
|
|
30
|
+
"delta-600": "var(--colors-delta-600)",
|
|
31
|
+
"delta-700": "var(--colors-delta-700)",
|
|
32
|
+
"delta-800": "var(--colors-delta-800)",
|
|
33
|
+
"delta-900": "var(--colors-delta-900)",
|
|
34
|
+
"delta-9000": "var(--colors-gray-9000)",
|
|
35
|
+
"sigma-700": "var(--colors-sigma-700)",
|
|
36
|
+
"zeta-700": "var(--colors-zeta-700)",
|
|
37
|
+
"theta-100": "var(--colors-theta-100)",
|
|
38
|
+
"theta-200": "var(--colors-theta-200)",
|
|
39
|
+
"theta-300": "var(--colors-theta-300)",
|
|
40
|
+
"theta-400": "var(--colors-theta-400)",
|
|
41
|
+
"theta-500": "var(--colors-theta-500)",
|
|
42
|
+
"theta-600": "var(--colors-theta-600)",
|
|
43
|
+
"theta-700": "var(--colors-theta-700)",
|
|
44
|
+
"theta-800": "var(--colors-theta-800)",
|
|
45
|
+
"theta-hover": "var(--colors-theta-hover)",
|
|
46
|
+
"btn-bg": "var(--colors-btn-bg-standart)",
|
|
47
|
+
"btn-bg-active": "var(--colors-btn-bg-active)",
|
|
48
|
+
"btn-bg-hover": "var(--colors-btn-bg-hover)",
|
|
49
|
+
"btn-bg-disabled": "var(--colors-btn-bg-disabled)",
|
|
50
|
+
"btn-bg-danger": "var(--colors-btn-bg-danger)",
|
|
51
|
+
"btn-bg-danger-active": "var(--colors-btn-bg-danger-active)",
|
|
52
|
+
"btn-task-status-bg": "var(--colors-btn-task-status-bg)",
|
|
53
|
+
"btn-bg-mini-action": "var(--colors-btn-bg-mini-action)",
|
|
54
|
+
"btn-bg-mini-action-hover": "var(--colors-btn-bg-mini-action-hover)",
|
|
55
|
+
"badge-bg": "var(--colors-badge-bg)",
|
|
56
|
+
"badge-text": "var(--colors-badge-text)",
|
|
57
|
+
"chat-ticket-message-bg": "var(--colors-chat-ticket-message-bg)",
|
|
58
|
+
"colors-topbar-text": "var(--colors-topbar-text)",
|
|
59
|
+
"custom-grey-01": "hsl(var(--color-cardea--grey-01) / <alpha-value>)",
|
|
60
|
+
"custom-grey-02": "hsl(var(--color-cardea--grey-02) / <alpha-value>)",
|
|
61
|
+
"custom-grey-03": "hsl(var(--color-cardea--grey-03) / <alpha-value>)",
|
|
62
|
+
"custom-grey-04": "hsl(var(--color-cardea--grey-04) / <alpha-value>)",
|
|
63
|
+
"custom-grey-06": "hsl(var(--color-cardea--grey-06) / <alpha-value>)"
|
|
64
|
+
},
|
|
65
|
+
"boxShadow": { "ash": "-1px 8px 18px -20px black" },
|
|
66
|
+
"animation": {
|
|
67
|
+
"slide-in": "slide-in 0.3s linear",
|
|
68
|
+
"slide-out": "slide-out 0.3s linear",
|
|
69
|
+
"opacity-in": "opacity-in 0.1s linear",
|
|
70
|
+
"opacity-in-5": "opacity-in 0.5s linear",
|
|
71
|
+
"opacity-appear-3": "opacity-appear 0.3s linear",
|
|
72
|
+
"opacity-out": "opacity-out 0.3s linear"
|
|
73
|
+
},
|
|
74
|
+
"keyframes": {
|
|
75
|
+
"slide-in": {
|
|
76
|
+
"0%": { "margin": "0 0 0 -320px" },
|
|
77
|
+
"100%": { "margin": "0" }
|
|
78
|
+
},
|
|
79
|
+
"slide-out": {
|
|
80
|
+
"0%": { "margin": "0" },
|
|
81
|
+
"100%": { "margin": "0 0 0 -320px" }
|
|
82
|
+
},
|
|
83
|
+
"opacity-in": {
|
|
84
|
+
"0%": {
|
|
85
|
+
"opacity": "0",
|
|
86
|
+
"height": "100%"
|
|
87
|
+
},
|
|
88
|
+
"100%": {
|
|
89
|
+
"opacity": "1",
|
|
90
|
+
"height": "100%"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"opacity-appear": {
|
|
94
|
+
"0%": {
|
|
95
|
+
"opacity": "0"
|
|
96
|
+
},
|
|
97
|
+
"100%": {
|
|
98
|
+
"opacity": "1"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"opacity-out": {
|
|
102
|
+
"0%": { "opacity": "1", "height": "100%" },
|
|
103
|
+
"60%": { "opacity": "1", "height": "100%" },
|
|
104
|
+
"100%": { "opacity": "0", "height": "100%" }
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { DialogProps } from '@mui/material/Dialog';
|
|
2
|
-
export interface IStyledDialogProps extends DialogProps {
|
|
3
|
-
onCloseText?: string;
|
|
4
|
-
showCloseIcon?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const StyledDialog: import("@emotion/styled").StyledComponent<IStyledDialogProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDialogTitle: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
component?: import("react").ElementType<any> | undefined;
|
|
4
|
-
} & {
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
classes?: Partial<import("@mui/material").DialogTitleClasses> | undefined;
|
|
7
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
8
|
-
} & Omit<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
|
|
9
|
-
align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
|
|
10
|
-
children?: import("react").ReactNode;
|
|
11
|
-
classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
|
|
12
|
-
gutterBottom?: boolean | undefined;
|
|
13
|
-
noWrap?: boolean | undefined;
|
|
14
|
-
paragraph?: boolean | undefined;
|
|
15
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
16
|
-
variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides> | undefined;
|
|
17
|
-
variantMapping?: Partial<Record<import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides>, string>> | undefined;
|
|
18
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
19
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
20
|
-
}, "children" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "align" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
anchorOrigin?: import("@mui/material").BadgeOrigin | undefined;
|
|
4
|
-
classes?: Partial<import("@mui/material").BadgeClasses> | undefined;
|
|
5
|
-
className?: string | undefined;
|
|
6
|
-
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "success" | "warning" | "info" | "primary" | "secondary", import("@mui/material").BadgePropsColorOverrides> | undefined;
|
|
7
|
-
componentsProps?: {
|
|
8
|
-
root?: import("@mui/base").SlotComponentProps<"span", import("@mui/base").BadgeRootSlotPropsOverrides, {
|
|
9
|
-
badgeContent: import("react").ReactNode;
|
|
10
|
-
children?: import("react").ReactNode;
|
|
11
|
-
invisible: boolean;
|
|
12
|
-
max: number;
|
|
13
|
-
slotProps?: any | undefined;
|
|
14
|
-
slots?: import("@mui/base").BadgeSlots | undefined;
|
|
15
|
-
showZero: boolean;
|
|
16
|
-
}> | undefined;
|
|
17
|
-
badge?: import("@mui/base").SlotComponentProps<"span", import("@mui/base").BadgeBadgeSlotPropsOverrides, {
|
|
18
|
-
badgeContent: import("react").ReactNode;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
invisible: boolean;
|
|
21
|
-
max: number;
|
|
22
|
-
slotProps?: any | undefined;
|
|
23
|
-
slots?: import("@mui/base").BadgeSlots | undefined;
|
|
24
|
-
showZero: boolean;
|
|
25
|
-
}> | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
components?: {
|
|
28
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
29
|
-
Badge?: import("react").ElementType<any> | undefined;
|
|
30
|
-
} | undefined;
|
|
31
|
-
overlap?: "rectangular" | "circular" | undefined;
|
|
32
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
33
|
-
variant?: import("@mui/types").OverridableStringUnion<"dot" | "standard", import("@mui/material").BadgePropsVariantOverrides> | undefined;
|
|
34
|
-
} & import("@mui/base").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
35
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
36
|
-
}, "anchorOrigin" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "componentsProps" | "components" | "overlap" | "sx" | keyof import("@mui/base").BadgeOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type GridActionsCellItemProps } from '@mui/x-data-grid';
|
|
2
|
-
import type { RefAttributes } from 'react';
|
|
3
|
-
export declare const StyledGridActionsCellItem: import("@emotion/styled").StyledComponent<(GridActionsCellItemProps & RefAttributes<HTMLButtonElement>) & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './StyledFormGroup';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
5
|
-
color?: import("@mui/types").OverridableStringUnion<"error" | "success" | "warning" | "info" | "primary" | "secondary" | "inherit", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
disableElevation?: boolean | undefined;
|
|
8
|
-
disableFocusRipple?: boolean | undefined;
|
|
9
|
-
endIcon?: import("react").ReactNode;
|
|
10
|
-
fullWidth?: boolean | undefined;
|
|
11
|
-
href?: string | undefined;
|
|
12
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
13
|
-
startIcon?: import("react").ReactNode;
|
|
14
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
15
|
-
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
16
|
-
} & Omit<{
|
|
17
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
18
|
-
centerRipple?: boolean | undefined;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
21
|
-
disabled?: boolean | undefined;
|
|
22
|
-
disableRipple?: boolean | undefined;
|
|
23
|
-
disableTouchRipple?: boolean | undefined;
|
|
24
|
-
focusRipple?: boolean | undefined;
|
|
25
|
-
focusVisibleClassName?: string | undefined;
|
|
26
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
27
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
28
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
|
-
tabIndex?: number | undefined;
|
|
30
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
31
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
32
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
33
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
34
|
-
}, "children" | "variant" | "action" | keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "sx" | "tabIndex" | "href" | "disabled" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "fullWidth" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledFormHelperText: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").FormHelperTextClasses> | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
error?: boolean | undefined;
|
|
7
|
-
filled?: boolean | undefined;
|
|
8
|
-
focused?: boolean | undefined;
|
|
9
|
-
margin?: "dense" | undefined;
|
|
10
|
-
required?: boolean | undefined;
|
|
11
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
12
|
-
variant?: import("@mui/types").OverridableStringUnion<"standard" | "filled" | "outlined", import("@mui/material").FormHelperTextPropsVariantOverrides> | undefined;
|
|
13
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
14
|
-
ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
15
|
-
}, "children" | "error" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "margin" | "disabled" | "required" | "filled" | "focused"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|