@inceptionbg/iui 2.0.35 → 2.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +7 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
- package/idea/GridTable/GridTable.tsx +0 -119
- package/idea/GridTable/gridTable.scss +0 -42
- package/idea/Menu/Menu.tsx +0 -121
- package/idea/Menu/MenuItem.tsx +0 -75
- package/idea/Menu/hooks/useMenuControl.ts +0 -13
- package/idea/Menu.tsx +0 -133
- package/idea/NoAccessInfo.tsx +0 -193
- package/idea/Table/Components/Edit/ItemActionsMenu.tsx +0 -85
- package/idea/Table/Components/Edit/ItemEditOptionsButtons.tsx +0 -31
- package/idea/Table/Components/Edit/TableEditRow.tsx +0 -57
- package/idea/Table/Components/FilterItem.tsx +0 -20
- package/idea/Table/Components/Header/TableHeader.tsx +0 -46
- package/idea/Table/Components/Header/TableHeaderRow.tsx +0 -37
- package/idea/Table/Components/Print/CustomTablePrint.tsx +0 -115
- package/idea/Table/Components/SetSortList.tsx +0 -30
- package/idea/Table/Components/SetTableFilter.tsx +0 -91
- package/idea/Table/Components/TableFooter.tsx +0 -137
- package/idea/Table/Components/TableOptions.tsx +0 -227
- package/idea/Table/Components/Templates/TemplateCreate.tsx +0 -80
- package/idea/Table/Components/Templates/TemplateCreateDefault.tsx +0 -45
- package/idea/Table/Components/Templates/TemplateList.tsx +0 -167
- package/idea/Table/Components/Templates/repo/TemplateRepo.ts +0 -53
- package/idea/Table/Table.tsx +0 -528
- package/idea/Table/hooks/useDefaultTemplate.ts +0 -20
- package/idea/Table/hooks/useTableKeyboard.ts +0 -137
- package/idea/Table/hooks/useTableSelect.ts +0 -11
- package/rollup.config.js +0 -52
- package/src/assets/icons/duotone/faBell.ts +0 -17
- package/src/assets/icons/duotone/faCircleUser.ts +0 -17
- package/src/assets/icons/regular/faArrowLeft.ts +0 -15
- package/src/assets/icons/regular/faArrowRightArrowLeft.ts +0 -15
- package/src/assets/icons/regular/faCircleCheck.ts +0 -15
- package/src/assets/icons/regular/faCircleExclamation.ts +0 -15
- package/src/assets/icons/regular/faCircleInfo.ts +0 -15
- package/src/assets/icons/regular/faFileArrowDown.ts +0 -15
- package/src/assets/icons/regular/faFilterCircleXmark.ts +0 -15
- package/src/assets/icons/regular/faTriangleExclamation.ts +0 -15
- package/src/assets/icons/solid/faAngleLeft.ts +0 -15
- package/src/assets/icons/solid/faAngleRight.ts +0 -15
- package/src/assets/icons/solid/faArrowDownWideShort.ts +0 -15
- package/src/assets/icons/solid/faCaretDown.ts +0 -15
- package/src/assets/icons/solid/faCheck.ts +0 -15
- package/src/assets/icons/solid/faEllipsisVertical.ts +0 -15
- package/src/assets/icons/solid/faEnvelopeDot.ts +0 -15
- package/src/assets/icons/solid/faFilter.ts +0 -15
- package/src/assets/icons/solid/faFloppyDisk.ts +0 -15
- package/src/assets/icons/solid/faGripDotsVertical.ts +0 -15
- package/src/assets/icons/solid/faListUl.ts +0 -15
- package/src/assets/icons/solid/faMinus.ts +0 -15
- package/src/assets/icons/solid/faPlus.ts +0 -15
- package/src/assets/icons/solid/faPrint.ts +0 -15
- package/src/assets/icons/solid/faRotateRight.ts +0 -15
- package/src/assets/icons/solid/faXmark.ts +0 -15
- package/src/assets/images/logo/inception.svg +0 -22
- package/src/assets/images/logo/mts.svg +0 -5703
- package/src/assets/images/logo/paperless.svg +0 -21
- package/src/assets/images/logo/pismonosa.png +0 -0
- package/src/assets/images/not-found.svg +0 -19
- package/src/components/Accordions/Accordions.tsx +0 -74
- package/src/components/Alert/Alert.tsx +0 -31
- package/src/components/Badge/DotBadge.tsx +0 -16
- package/src/components/Badge/NotificationBadge.tsx +0 -29
- package/src/components/Badge/PillBadge.tsx +0 -13
- package/src/components/Button/Button.tsx +0 -56
- package/src/components/Button/IconButton.tsx +0 -51
- package/src/components/Button/SplitButton.tsx +0 -91
- package/src/components/Dashboard/Dashboard.tsx +0 -9
- package/src/components/Dashboard/DashboardWidget.tsx +0 -44
- package/src/components/Dashboard/FastLinksWidget/FastLinksWidget.tsx +0 -36
- package/src/components/Dialog/Dialog.tsx +0 -178
- package/src/components/Dialog/components/DialogFooter.tsx +0 -100
- package/src/components/Header/Components/EnvBadge.tsx +0 -17
- package/src/components/Header/Components/ModuleSelect.tsx +0 -68
- package/src/components/Header/Components/Notifications.tsx +0 -204
- package/src/components/Header/Components/UserMenu.tsx +0 -52
- package/src/components/Header/Header.tsx +0 -45
- package/src/components/Helper/Collapse.tsx +0 -53
- package/src/components/Inputs/Checkbox.tsx +0 -53
- package/src/components/Inputs/CurrencyInput.tsx +0 -124
- package/src/components/Inputs/DateInput/DateInput.tsx +0 -184
- package/src/components/Inputs/DateInput/components/DatePartInput.tsx +0 -159
- package/src/components/Inputs/InputWrapper.tsx +0 -95
- package/src/components/Inputs/NumberInput.tsx +0 -86
- package/src/components/Inputs/PasswordInput.tsx +0 -39
- package/src/components/Inputs/PhoneInput/PhoneInput.tsx +0 -108
- package/src/components/Inputs/PhoneInput/utils/countryCode.ts +0 -20
- package/src/components/Inputs/Radio.tsx +0 -59
- package/src/components/Inputs/RadioGroup.tsx +0 -48
- package/src/components/Inputs/RadioLarge.tsx +0 -39
- package/src/components/Inputs/SearchInput.tsx +0 -46
- package/src/components/Inputs/Selects/Select.tsx +0 -17
- package/src/components/Inputs/Selects/components/CustomSelectComponents.tsx +0 -19
- package/src/components/Inputs/Selects/components/SelectWrapper.tsx +0 -118
- package/src/components/Inputs/Selects/utils/selectStyles.ts +0 -101
- package/src/components/Inputs/TextAreaInput.tsx +0 -68
- package/src/components/Inputs/TextInput.tsx +0 -100
- package/src/components/Inputs/TimeInput/TimeInput.tsx +0 -81
- package/src/components/List/List.tsx +0 -21
- package/src/components/List/ListItem.tsx +0 -70
- package/src/components/Loader/Loader.tsx +0 -66
- package/src/components/Loader/ProgressBar.tsx +0 -41
- package/src/components/Menu/Menu.tsx +0 -81
- package/src/components/Menu/MenuItem.tsx +0 -46
- package/src/components/Menu/NewMenu.tsx +0 -63
- package/src/components/Menu/hooks/useMenuPosition.tsx +0 -116
- package/src/components/PageComponents/ScrollableContent.tsx +0 -11
- package/src/components/Pullover/Pullover.tsx +0 -197
- package/src/components/Router/Router.tsx +0 -52
- package/src/components/Sidebar/AddButton.tsx +0 -22
- package/src/components/Sidebar/Sidebar.tsx +0 -85
- package/src/components/Sidebar/SidebarItem.tsx +0 -84
- package/src/components/Sidebar/types/ISidebar.ts +0 -28
- package/src/components/Table/Table.tsx +0 -258
- package/src/components/Table/components/columns/ColumnsList.tsx +0 -60
- package/src/components/Table/components/columns/TableColumnsEdit.tsx +0 -114
- package/src/components/Table/components/edit/TableEditRow.tsx +0 -78
- package/src/components/Table/components/filters/FilterItem.tsx +0 -15
- package/src/components/Table/components/filters/TableFilters.tsx +0 -126
- package/src/components/Table/components/footer/TableFooter.tsx +0 -126
- package/src/components/Table/components/header/TableHeader.tsx +0 -40
- package/src/components/Table/components/header/TableHeaderRow.tsx +0 -57
- package/src/components/Table/components/items/TableItemActions.tsx +0 -78
- package/src/components/Table/components/print/TablePrint.tsx +0 -200
- package/src/components/Table/components/select/TableSelect.tsx +0 -50
- package/src/components/Table/components/sort/TableSort.tsx +0 -75
- package/src/components/Table/components/templates/CreateTemplateDialog.tsx +0 -58
- package/src/components/Table/components/templates/TableTemplates.tsx +0 -65
- package/src/components/Table/components/templates/TemplatesPullover.tsx +0 -88
- package/src/components/Table/contexts/TableContext.tsx +0 -117
- package/src/components/Table/hooks/localHooks/useLocalTableColumns.tsx +0 -70
- package/src/components/Table/hooks/localHooks/useLocalTableData.tsx +0 -82
- package/src/components/Table/hooks/localHooks/useLocalTableKeyboard.ts +0 -175
- package/src/components/Table/hooks/localHooks/useLocalTablePagination.ts +0 -12
- package/src/components/Table/hooks/useTableColumns.ts +0 -34
- package/src/components/Table/hooks/useTableEdit.tsx +0 -140
- package/src/components/Table/hooks/useTableFilterFields.tsx +0 -150
- package/src/components/Table/hooks/useTablePagination.ts +0 -19
- package/src/components/Table/hooks/useTablePrint.ts +0 -83
- package/src/components/Table/hooks/useTableSearch.ts +0 -31
- package/src/components/Table/hooks/useTableSelect.ts +0 -19
- package/src/components/Table/hooks/useTableSort.ts +0 -8
- package/src/components/Tabs/Tabs.tsx +0 -68
- package/src/components/Tooltip/Tooltip.tsx +0 -191
- package/src/components/Tree/Tree.tsx +0 -22
- package/src/components/Tree/TreeItem.tsx +0 -57
- package/src/components/Wrappers/AppLayout.tsx +0 -17
- package/src/components/Wrappers/ConditionalWrapper.tsx +0 -10
- package/src/components/Wrappers/FormWrapper.tsx +0 -84
- package/src/components/Wrappers/PageLayout.tsx +0 -168
- package/src/hooks/useBackgroundClose.ts +0 -19
- package/src/hooks/useGetFocusableElements.ts +0 -43
- package/src/hooks/useIsMenuOpen.ts +0 -11
- package/src/hooks/useLocalPopoverControl.ts +0 -63
- package/src/hooks/useOnEsc.ts +0 -14
- package/src/hooks/usePopupControl.ts +0 -22
- package/src/hooks/useZendesk.ts +0 -22
- package/src/index.ts +0 -387
- package/src/pages/NoAccessPage.tsx +0 -27
- package/src/pages/NotFoundPage.tsx +0 -26
- package/src/styles/App.scss +0 -47
- package/src/styles/common/_animations.scss +0 -58
- package/src/styles/common/_typography.scss +0 -91
- package/src/styles/common/helpers/_base.scss +0 -55
- package/src/styles/common/helpers/_color.scss +0 -10
- package/src/styles/common/helpers/_display.scss +0 -85
- package/src/styles/common/helpers/_size.scss +0 -25
- package/src/styles/common/maps/_align.scss +0 -21
- package/src/styles/common/maps/_buttonMaps.scss +0 -42
- package/src/styles/common/maps/_info-types.scss +0 -1
- package/src/styles/common/maps/_spacing.scss +0 -78
- package/src/styles/common/maps/_text.scss +0 -14
- package/src/styles/components/_accordions.scss +0 -51
- package/src/styles/components/_alert.scss +0 -23
- package/src/styles/components/_badge.scss +0 -84
- package/src/styles/components/_button.scss +0 -99
- package/src/styles/components/_buttonSplit.scss +0 -74
- package/src/styles/components/_card.scss +0 -24
- package/src/styles/components/_dialog.scss +0 -119
- package/src/styles/components/_form.scss +0 -8
- package/src/styles/components/_header.scss +0 -157
- package/src/styles/components/_input.scss +0 -167
- package/src/styles/components/_inputCheckbox.scss +0 -48
- package/src/styles/components/_inputDateTime.scss +0 -161
- package/src/styles/components/_inputRadio.scss +0 -83
- package/src/styles/components/_inputSelect.scss +0 -8
- package/src/styles/components/_list.scss +0 -58
- package/src/styles/components/_loader.scss +0 -55
- package/src/styles/components/_menu-v2.scss +0 -67
- package/src/styles/components/_menu.scss +0 -62
- package/src/styles/components/_notifications.scss +0 -71
- package/src/styles/components/_page.scss +0 -84
- package/src/styles/components/_portal.scss +0 -8
- package/src/styles/components/_print.scss +0 -77
- package/src/styles/components/_progressBar.scss +0 -83
- package/src/styles/components/_pullover.scss +0 -95
- package/src/styles/components/_scrollbar.scss +0 -18
- package/src/styles/components/_sidebar.scss +0 -204
- package/src/styles/components/_smallComponents.scss +0 -23
- package/src/styles/components/_table.scss +0 -340
- package/src/styles/components/_tabs.scss +0 -33
- package/src/styles/components/_tooltip.scss +0 -48
- package/src/styles/components/_tree.scss +0 -21
- package/src/styles/components/_widget.scss +0 -90
- package/src/styles/pages/_fullScreenPage.scss +0 -64
- package/src/styles/variables/_bp.scss +0 -6
- package/src/styles/variables/_variables.scss +0 -142
- package/src/types/Base/custom.d.ts +0 -9
- package/src/types/IBasic.ts +0 -32
- package/src/types/ICountryCode.ts +0 -5
- package/src/types/IError.ts +0 -5
- package/src/types/IHeader.ts +0 -40
- package/src/types/IInfo.ts +0 -1
- package/src/types/IKeyboard.ts +0 -33
- package/src/types/IMenu.ts +0 -19
- package/src/types/INotifications.ts +0 -15
- package/src/types/IPopup.ts +0 -17
- package/src/types/IRouter.ts +0 -6
- package/src/types/ISelect.ts +0 -54
- package/src/types/ITab.ts +0 -10
- package/src/types/ITable.ts +0 -291
- package/src/types/ITree.ts +0 -6
- package/src/utils/InputPatternValidation.ts +0 -12
- package/src/utils/dateUtils.ts +0 -32
- package/src/utils/fileUtils.ts +0 -177
- package/src/utils/i18n/i18nIUICyrilic.ts +0 -119
- package/src/utils/i18n/i18nIUILatin.ts +0 -120
- package/src/utils/i18n/i18nIUIMe.ts +0 -118
- package/src/utils/icons.ts +0 -13
- package/src/utils/localStorageHelper.ts +0 -24
- package/src/utils/logoUtils.ts +0 -7
- package/src/utils/numberUtils.ts +0 -21
- package/src/utils/objectUtils.ts +0 -114
- package/src/utils/popupUtils.ts +0 -82
- package/src/utils/rootDir.ts +0 -1
- package/src/utils/stringUtils.ts +0 -18
- package/src/utils/tableUtils.ts +0 -130
- package/src/utils/toasts.ts +0 -6
- package/src/utils/urlUtils.ts +0 -4
- package/tsconfig.icons.json +0 -5
- package/tsconfig.json +0 -22
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
// Radio group
|
|
2
|
-
.radio-group {
|
|
3
|
-
display: flex;
|
|
4
|
-
width: fit-content;
|
|
5
|
-
&.column {
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
}
|
|
8
|
-
&.row {
|
|
9
|
-
align-items: flex-start;
|
|
10
|
-
flex-direction: row;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
// Radio
|
|
15
|
-
.iui-radio {
|
|
16
|
-
display: inline-flex;
|
|
17
|
-
user-select: none;
|
|
18
|
-
padding: 8px;
|
|
19
|
-
font-size: var(--fs-m);
|
|
20
|
-
width: fit-content;
|
|
21
|
-
gap: 8px;
|
|
22
|
-
.icon {
|
|
23
|
-
position: relative;
|
|
24
|
-
height: 20px;
|
|
25
|
-
width: 20px;
|
|
26
|
-
border-radius: 20px;
|
|
27
|
-
border: 2px solid #d0d5dd;
|
|
28
|
-
min-width: 20px;
|
|
29
|
-
display: flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
.dot {
|
|
33
|
-
height: 8px;
|
|
34
|
-
width: 8px;
|
|
35
|
-
border-radius: 8px;
|
|
36
|
-
background-color: var(--background);
|
|
37
|
-
transform: scale(0);
|
|
38
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
|
|
39
|
-
}
|
|
40
|
-
&.selected {
|
|
41
|
-
background-color: var(--primary);
|
|
42
|
-
border-color: var(--primary);
|
|
43
|
-
.dot {
|
|
44
|
-
transform: scale(1);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.radio-content {
|
|
49
|
-
p {
|
|
50
|
-
white-space: pre-line;
|
|
51
|
-
line-height: 20px;
|
|
52
|
-
}
|
|
53
|
-
.label {
|
|
54
|
-
font-weight: 500;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// .radio-large {
|
|
60
|
-
// align-items: unset;
|
|
61
|
-
// border: 1px solid;
|
|
62
|
-
// border-left: 2px solid;
|
|
63
|
-
// border-color: var(--neutral);
|
|
64
|
-
// padding: 16px;
|
|
65
|
-
// width: 100%;
|
|
66
|
-
// overflow: auto;
|
|
67
|
-
// cursor: pointer;
|
|
68
|
-
// &:not(.disabled):not(.active):hover {
|
|
69
|
-
// border-color: var(--primary);
|
|
70
|
-
// }
|
|
71
|
-
// &.selected {
|
|
72
|
-
// border-color: var(--primary);
|
|
73
|
-
// background-color: rgba(var(--primary-rgb), 0.03);
|
|
74
|
-
// }
|
|
75
|
-
// &.disabled {
|
|
76
|
-
// opacity: 0.5;
|
|
77
|
-
// background-color: #f9f9f9;
|
|
78
|
-
// cursor: auto;
|
|
79
|
-
// }
|
|
80
|
-
// .title {
|
|
81
|
-
// line-height: 1.6;
|
|
82
|
-
// }
|
|
83
|
-
// }
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
.iui-list {
|
|
2
|
-
overflow: auto;
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
gap: 8px;
|
|
6
|
-
.iui-list-item {
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: space-between;
|
|
10
|
-
border: var(--border);
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 12px 16px;
|
|
13
|
-
transition:
|
|
14
|
-
color 0.15s,
|
|
15
|
-
background-color 0.15s;
|
|
16
|
-
p {
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
line-height: 20px;
|
|
19
|
-
}
|
|
20
|
-
.iui-list-item-desc {
|
|
21
|
-
display: flex;
|
|
22
|
-
line-height: 1.5;
|
|
23
|
-
gap: 8px;
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
color: var(--neutral);
|
|
26
|
-
margin-top: 4px;
|
|
27
|
-
white-space: pre-line;
|
|
28
|
-
}
|
|
29
|
-
.iui-list-item-actions {
|
|
30
|
-
display: flex;
|
|
31
|
-
align-items: center;
|
|
32
|
-
gap: 4px;
|
|
33
|
-
}
|
|
34
|
-
&.disabled {
|
|
35
|
-
cursor: default;
|
|
36
|
-
opacity: 0.5;
|
|
37
|
-
}
|
|
38
|
-
&.clickable:not(.disabled) {
|
|
39
|
-
cursor: pointer;
|
|
40
|
-
&:hover {
|
|
41
|
-
background-color: var(--neutral-hover);
|
|
42
|
-
}
|
|
43
|
-
&:has(.iui-icon-btn:hover) {
|
|
44
|
-
background-color: transparent;
|
|
45
|
-
}
|
|
46
|
-
&.active {
|
|
47
|
-
background-color: var(--primary) !important;
|
|
48
|
-
color: var(--text-inverse);
|
|
49
|
-
.iui-list-item-desc {
|
|
50
|
-
color: var(--neutral-300);
|
|
51
|
-
}
|
|
52
|
-
.iui-list-item-actions .iui-icon-btn:not(:hover) {
|
|
53
|
-
background-color: var(--background);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
.full-screen-loader {
|
|
2
|
-
position: fixed;
|
|
3
|
-
top: 0;
|
|
4
|
-
bottom: 0;
|
|
5
|
-
left: 0;
|
|
6
|
-
right: 0;
|
|
7
|
-
z-index: 1001;
|
|
8
|
-
background-color: rgba(255, 255, 255, 0.7);
|
|
9
|
-
.loader {
|
|
10
|
-
position: fixed !important;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.lazy-loader {
|
|
15
|
-
position: relative;
|
|
16
|
-
height: calc(100vh - var(--header-height));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.loader {
|
|
20
|
-
position: absolute;
|
|
21
|
-
inset: 0;
|
|
22
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
23
|
-
display: flex;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
align-items: center;
|
|
26
|
-
z-index: 1000;
|
|
27
|
-
}
|
|
28
|
-
.simple-loader {
|
|
29
|
-
display: flex;
|
|
30
|
-
justify-content: center;
|
|
31
|
-
align-items: center;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.loader,
|
|
35
|
-
.simple-loader {
|
|
36
|
-
.spinner {
|
|
37
|
-
display: inline-block;
|
|
38
|
-
width: 50px;
|
|
39
|
-
height: 50px;
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
box-shadow: inset -2px 0 0 2px var(--primary);
|
|
42
|
-
animation: rotate 1.5s linear infinite;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.empty-loader {
|
|
47
|
-
width: 100%;
|
|
48
|
-
.loader {
|
|
49
|
-
min-height: fit-content;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.full-page-loader {
|
|
54
|
-
height: 100%;
|
|
55
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
.iui-menu-v2 {
|
|
2
|
-
position: absolute;
|
|
3
|
-
inset: unset;
|
|
4
|
-
margin: 4px 0;
|
|
5
|
-
padding: 4px 0;
|
|
6
|
-
border: none;
|
|
7
|
-
border-radius: 8px;
|
|
8
|
-
background: var(--background);
|
|
9
|
-
box-shadow: var(--deep-shadow);
|
|
10
|
-
animation: fade-in 200ms forwards;
|
|
11
|
-
overscroll-behavior: none;
|
|
12
|
-
// POSITION
|
|
13
|
-
position-try-fallbacks: --top, --bottom, --left, --right;
|
|
14
|
-
&.bottom-left {
|
|
15
|
-
top: anchor(bottom);
|
|
16
|
-
left: anchor(left);
|
|
17
|
-
}
|
|
18
|
-
&.bottom-right {
|
|
19
|
-
top: anchor(bottom);
|
|
20
|
-
right: anchor(right);
|
|
21
|
-
}
|
|
22
|
-
&.top-left {
|
|
23
|
-
bottom: anchor(top);
|
|
24
|
-
left: anchor(left);
|
|
25
|
-
}
|
|
26
|
-
&.top-right {
|
|
27
|
-
bottom: anchor(top);
|
|
28
|
-
right: anchor(right);
|
|
29
|
-
}
|
|
30
|
-
// SIZE
|
|
31
|
-
&.s {
|
|
32
|
-
min-width: 150px;
|
|
33
|
-
}
|
|
34
|
-
&.m {
|
|
35
|
-
min-width: 250px;
|
|
36
|
-
}
|
|
37
|
-
&.l {
|
|
38
|
-
min-width: 500px;
|
|
39
|
-
}
|
|
40
|
-
// SCROLLBAR
|
|
41
|
-
&::-webkit-scrollbar {
|
|
42
|
-
width: 5px;
|
|
43
|
-
}
|
|
44
|
-
// TRANSITION
|
|
45
|
-
// transition: display 0.3s, opacity 0.3s;
|
|
46
|
-
|
|
47
|
-
// &::backdrop {
|
|
48
|
-
// background-color: var(--neutral-t);
|
|
49
|
-
// }
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@position-try --top {
|
|
53
|
-
bottom: unset;
|
|
54
|
-
top: anchor(bottom);
|
|
55
|
-
}
|
|
56
|
-
@position-try --bottom {
|
|
57
|
-
top: unset;
|
|
58
|
-
bottom: anchor(top);
|
|
59
|
-
}
|
|
60
|
-
@position-try --left {
|
|
61
|
-
left: unset;
|
|
62
|
-
right: anchor(right);
|
|
63
|
-
}
|
|
64
|
-
@position-try --right {
|
|
65
|
-
right: unset;
|
|
66
|
-
left: anchor(left);
|
|
67
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
.iui-menu {
|
|
2
|
-
position: absolute;
|
|
3
|
-
padding: 4px 0;
|
|
4
|
-
border-radius: 8px;
|
|
5
|
-
background: var(--background);
|
|
6
|
-
box-shadow: var(--deep-shadow);
|
|
7
|
-
overflow: auto;
|
|
8
|
-
animation: fade-in 200ms forwards;
|
|
9
|
-
overscroll-behavior: none;
|
|
10
|
-
&::-webkit-scrollbar {
|
|
11
|
-
width: 5px;
|
|
12
|
-
}
|
|
13
|
-
&.s {
|
|
14
|
-
min-width: 150px;
|
|
15
|
-
}
|
|
16
|
-
&.m {
|
|
17
|
-
min-width: 250px;
|
|
18
|
-
}
|
|
19
|
-
&.l {
|
|
20
|
-
min-width: 500px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.iui-menu-item {
|
|
25
|
-
display: flex;
|
|
26
|
-
align-items: center;
|
|
27
|
-
gap: 8px;
|
|
28
|
-
padding: 8px 16px;
|
|
29
|
-
user-select: none;
|
|
30
|
-
.menu-item-icon {
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: center;
|
|
34
|
-
color: var(--text);
|
|
35
|
-
svg {
|
|
36
|
-
height: 16px;
|
|
37
|
-
width: 16px;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
.menu-item-label {
|
|
41
|
-
width: 100%;
|
|
42
|
-
}
|
|
43
|
-
&.clickable:hover:not(:disabled):not(.disabled):not(.active) {
|
|
44
|
-
background-color: var(--neutral-hover);
|
|
45
|
-
}
|
|
46
|
-
&.active {
|
|
47
|
-
transition: none;
|
|
48
|
-
background-color: var(--primary);
|
|
49
|
-
color: var(--text-inverse);
|
|
50
|
-
.menu-item-icon {
|
|
51
|
-
color: var(--text-inverse);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
&.with-devider:not(:last-child) {
|
|
55
|
-
border-bottom: var(--border);
|
|
56
|
-
}
|
|
57
|
-
.menu-item-badge {
|
|
58
|
-
top: -3px;
|
|
59
|
-
right: -3px;
|
|
60
|
-
background-color: var(--danger);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
.notification-button svg {
|
|
2
|
-
color: var(--primary);
|
|
3
|
-
.fa-secondary {
|
|
4
|
-
opacity: 1;
|
|
5
|
-
fill: #ffaa33;
|
|
6
|
-
stroke: #544417;
|
|
7
|
-
stroke-width: 30px;
|
|
8
|
-
stroke-opacity: 0.5;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.notifications {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
max-height: calc(100dvh - var(--header-height) - 40px);
|
|
16
|
-
padding: 16px;
|
|
17
|
-
max-width: min(500px, 90vw);
|
|
18
|
-
.notifications-content-header {
|
|
19
|
-
display: flex;
|
|
20
|
-
justify-content: space-between;
|
|
21
|
-
align-items: center;
|
|
22
|
-
gap: 16px;
|
|
23
|
-
margin-bottom: 16px;
|
|
24
|
-
.iui-input-container {
|
|
25
|
-
width: unset;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
.notifications-options {
|
|
29
|
-
display: flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
justify-content: space-between;
|
|
32
|
-
gap: 8px;
|
|
33
|
-
border-bottom: var(--border);
|
|
34
|
-
margin-bottom: 8px;
|
|
35
|
-
padding-bottom: 4px;
|
|
36
|
-
}
|
|
37
|
-
.notifications-container {
|
|
38
|
-
display: flex;
|
|
39
|
-
flex-direction: column;
|
|
40
|
-
flex: 1;
|
|
41
|
-
overflow: auto;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.notification {
|
|
45
|
-
cursor: default;
|
|
46
|
-
padding: 12px;
|
|
47
|
-
border-radius: 8px;
|
|
48
|
-
.notification-header {
|
|
49
|
-
display: flex;
|
|
50
|
-
justify-content: space-between;
|
|
51
|
-
align-items: flex-start;
|
|
52
|
-
gap: 16px;
|
|
53
|
-
.title {
|
|
54
|
-
color: var(--primary-dark);
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
font-weight: bold;
|
|
57
|
-
}
|
|
58
|
-
.date {
|
|
59
|
-
color: var(--neutral);
|
|
60
|
-
font-size: 11px;
|
|
61
|
-
margin: 4px 0;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
.desc {
|
|
65
|
-
font-size: 13px;
|
|
66
|
-
}
|
|
67
|
-
&:hover:not(:has(button:hover:not(:disabled))) {
|
|
68
|
-
background-color: var(--neutral-100);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
@use '../variables/bp';
|
|
2
|
-
|
|
3
|
-
.iui-header {
|
|
4
|
-
grid-area: header;
|
|
5
|
-
}
|
|
6
|
-
.iui-sidebar {
|
|
7
|
-
grid-area: sidebar;
|
|
8
|
-
grid-row: auto;
|
|
9
|
-
align-items: stretch;
|
|
10
|
-
}
|
|
11
|
-
.app-content {
|
|
12
|
-
grid-area: content;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.app-layout {
|
|
17
|
-
display: grid;
|
|
18
|
-
grid-template-columns: auto 1fr;
|
|
19
|
-
grid-template-rows: auto calc(100dvh - var(--header-height));
|
|
20
|
-
grid-template-areas:
|
|
21
|
-
'header header'
|
|
22
|
-
'sidebar content';
|
|
23
|
-
width: 100dvw;
|
|
24
|
-
height: 100dvh;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.page-container {
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
min-height: calc(100vh - var(--header-height));
|
|
32
|
-
max-height: calc(100vh - var(--header-height));
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.page-header {
|
|
36
|
-
display: flex;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
align-items: center;
|
|
39
|
-
padding: 0 1.5rem;
|
|
40
|
-
min-height: 55px;
|
|
41
|
-
max-height: 55px;
|
|
42
|
-
box-shadow: var(--container-shadow);
|
|
43
|
-
z-index: 10;
|
|
44
|
-
|
|
45
|
-
@media #{bp.$mobileTablet} {
|
|
46
|
-
.breadcrumbs {
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.page-content {
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
padding: 1.5rem 1.5rem 1rem 1.5rem;
|
|
56
|
-
flex: 1;
|
|
57
|
-
overflow-y: auto;
|
|
58
|
-
}
|
|
59
|
-
.scrollable-content {
|
|
60
|
-
display: flex;
|
|
61
|
-
flex-direction: column;
|
|
62
|
-
flex: 1;
|
|
63
|
-
overflow-y: auto;
|
|
64
|
-
margin: 0 -1.5rem;
|
|
65
|
-
padding: 0 1.5rem 1rem;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.page-footer {
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: center;
|
|
71
|
-
justify-content: center;
|
|
72
|
-
gap: 16px;
|
|
73
|
-
padding: 16px 24px;
|
|
74
|
-
margin: 0 -1.5rem -1rem;
|
|
75
|
-
&.footer-actions {
|
|
76
|
-
box-shadow: var(--container-shadow);
|
|
77
|
-
z-index: 2;
|
|
78
|
-
}
|
|
79
|
-
.page-footer-text {
|
|
80
|
-
text-align: center;
|
|
81
|
-
font-size: 12px;
|
|
82
|
-
white-space: pre-line;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
.iui-print {
|
|
2
|
-
padding: 0 !important;
|
|
3
|
-
& > .print-content {
|
|
4
|
-
background: #fefefe;
|
|
5
|
-
padding: 10px 50px 60px 50px;
|
|
6
|
-
p,
|
|
7
|
-
td {
|
|
8
|
-
font-size: 10pt;
|
|
9
|
-
}
|
|
10
|
-
h4 {
|
|
11
|
-
font-size: 12pt;
|
|
12
|
-
}
|
|
13
|
-
.name {
|
|
14
|
-
font-size: 11pt;
|
|
15
|
-
font-weight: bold;
|
|
16
|
-
margin-bottom: 5px;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.print-table {
|
|
22
|
-
border-spacing: 0px;
|
|
23
|
-
border-collapse: collapse;
|
|
24
|
-
thead tr {
|
|
25
|
-
background: #f1f1f1;
|
|
26
|
-
}
|
|
27
|
-
th,
|
|
28
|
-
td {
|
|
29
|
-
padding: 4px;
|
|
30
|
-
border: 1px solid silver;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@media print {
|
|
35
|
-
@page {
|
|
36
|
-
margin: 6.5mm;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (orientation: landscape) {
|
|
40
|
-
.iui-print {
|
|
41
|
-
width: 842pt;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
@media (orientation: portrait) {
|
|
45
|
-
.iui-print {
|
|
46
|
-
width: 595pt;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
.pullover {
|
|
50
|
-
position: static !important;
|
|
51
|
-
overflow: visible !important;
|
|
52
|
-
}
|
|
53
|
-
.iui-print {
|
|
54
|
-
position: absolute !important;
|
|
55
|
-
inset: 0 !important;
|
|
56
|
-
width: 100% !important;
|
|
57
|
-
background: white !important;
|
|
58
|
-
overflow: visible !important;
|
|
59
|
-
.print-content {
|
|
60
|
-
padding: 0 !important;
|
|
61
|
-
height: auto !important;
|
|
62
|
-
overflow: visible !important;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
#root,
|
|
66
|
-
.no-print {
|
|
67
|
-
display: none !important;
|
|
68
|
-
}
|
|
69
|
-
body {
|
|
70
|
-
-webkit-print-color-adjust: exact;
|
|
71
|
-
print-color-adjust: exact;
|
|
72
|
-
overflow: visible !important;
|
|
73
|
-
}
|
|
74
|
-
tbody td {
|
|
75
|
-
white-space: pre-wrap !important;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
.progress-bar-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
max-width: 400px;
|
|
4
|
-
margin: auto;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.progress-label {
|
|
8
|
-
margin-bottom: 8px;
|
|
9
|
-
font-size: 16px;
|
|
10
|
-
color: var(--text);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.progress-bar-bg {
|
|
14
|
-
position: relative;
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 32px;
|
|
17
|
-
background: var(--neutral-200);
|
|
18
|
-
border-radius: 16px;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
display: flex;
|
|
21
|
-
align-items: center;
|
|
22
|
-
justify-content: center;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.progress-bar-fill {
|
|
26
|
-
position: absolute;
|
|
27
|
-
left: 0;
|
|
28
|
-
height: 100%;
|
|
29
|
-
background: linear-gradient(90deg, var(--primary-400) 0%, var(--primary-600) 100%);
|
|
30
|
-
transition: width 0.3s cubic-bezier(0.67, 0.01, 0.83, 0.98);
|
|
31
|
-
overflow: hidden;
|
|
32
|
-
|
|
33
|
-
// Subtle shimmer animation to show activity
|
|
34
|
-
&.loading::before {
|
|
35
|
-
content: '';
|
|
36
|
-
position: absolute;
|
|
37
|
-
top: 0;
|
|
38
|
-
left: -100%;
|
|
39
|
-
width: 80%;
|
|
40
|
-
height: 100%;
|
|
41
|
-
background: linear-gradient(
|
|
42
|
-
90deg,
|
|
43
|
-
transparent 0%,
|
|
44
|
-
rgba(255, 255, 255, 0.3) 50%,
|
|
45
|
-
transparent 100%
|
|
46
|
-
);
|
|
47
|
-
animation: shimmer 2s ease-in-out infinite;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.progress-bar-text {
|
|
52
|
-
width: 100%;
|
|
53
|
-
text-align: center;
|
|
54
|
-
font-size: 16px;
|
|
55
|
-
font-weight: bold;
|
|
56
|
-
color: var(--text);
|
|
57
|
-
border-radius: 32px;
|
|
58
|
-
padding: 0 8px;
|
|
59
|
-
pointer-events: none;
|
|
60
|
-
z-index: 1;
|
|
61
|
-
position: relative;
|
|
62
|
-
|
|
63
|
-
// White text overlay that shows only where progress bar is
|
|
64
|
-
&::after {
|
|
65
|
-
content: var(--progress-text, '');
|
|
66
|
-
position: absolute;
|
|
67
|
-
top: 0;
|
|
68
|
-
left: 0;
|
|
69
|
-
right: 0;
|
|
70
|
-
bottom: 0;
|
|
71
|
-
color: white;
|
|
72
|
-
display: flex;
|
|
73
|
-
align-items: center;
|
|
74
|
-
justify-content: center;
|
|
75
|
-
clip-path: polygon(
|
|
76
|
-
0 0,
|
|
77
|
-
var(--progress-clip, 0%) 0%,
|
|
78
|
-
var(--progress-clip, 0%) 100%,
|
|
79
|
-
0 100%
|
|
80
|
-
);
|
|
81
|
-
transition: clip-path 0.3s cubic-bezier(0.67, 0.01, 0.83, 0.98);
|
|
82
|
-
}
|
|
83
|
-
}
|