intelicoreact 1.0.29 → 1.0.31
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/Atomic/FormElements/ActionAlert/ActionAlert.js +2 -2
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.scss +13 -9
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.scss +27 -22
- package/dist/Atomic/FormElements/Calendar/Calendar.scss +68 -45
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.scss +55 -30
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.scss +3 -3
- package/dist/Atomic/FormElements/CheckboxesLine/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/Dropdown/Dropdown.js +4 -3
- package/dist/Atomic/FormElements/Dropdown/Dropdown.scss +100 -51
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.scss +27 -9
- package/dist/Atomic/FormElements/FileLoader/FileLoader.js +95 -0
- package/dist/Atomic/FormElements/FileLoader/FileLoader.scss +134 -0
- package/dist/Atomic/FormElements/FileLoader/partial/AnyOuterClass.scss +9 -0
- package/dist/Atomic/FormElements/FileLoader/partial/LoadZone.js +173 -0
- package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.js +59 -0
- package/dist/Atomic/FormElements/Input/Input.scss +63 -38
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +1 -1
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.scss +7 -2
- package/dist/Atomic/FormElements/InputColor/InputColor.js +72 -0
- package/dist/Atomic/FormElements/InputColor/InputColor.scss +18 -0
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.scss +176 -130
- package/dist/Atomic/FormElements/InputLink/InputLink.js +117 -0
- package/dist/Atomic/FormElements/InputLink/InputLink.scss +53 -0
- package/dist/Atomic/FormElements/InputMask/InputMask.scss +69 -57
- package/dist/Atomic/FormElements/InputMask2/InputMask2.js +4 -2
- package/dist/Atomic/FormElements/InputMask2/InputMask2.scss +80 -68
- package/dist/Atomic/FormElements/InputsRow/InputsRow.scss +10 -4
- package/dist/Atomic/FormElements/Label/Label.js +2 -2
- package/dist/Atomic/FormElements/Label/Label.scss +19 -15
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +41 -43
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.scss +41 -34
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.scss +5 -3
- package/dist/Atomic/FormElements/NumericInput/NumericInput.scss +63 -37
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.scss +5 -1
- package/dist/Atomic/FormElements/RadioInput/RadioInput.scss +27 -16
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.scss +72 -40
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.scss +38 -24
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.scss +19 -15
- package/dist/Atomic/FormElements/RangeList/RangeList.scss +56 -42
- package/dist/Atomic/FormElements/RangeList/partial/AnyOuterClass.scss +7 -10
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +6 -6
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.scss +71 -44
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.stories.scss +12 -8
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.scss +5 -6
- package/dist/Atomic/FormElements/SwitchableRow/partial/AnyOuterClass.scss +3 -3
- package/dist/Atomic/FormElements/Switcher/Switcher.scss +29 -21
- package/dist/Atomic/FormElements/Switcher/partial/AnyOuterClass.scss +4 -3
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.scss +10 -7
- package/dist/Atomic/FormElements/SwitcherCheckbox/partial/AnyOuterClass.scss +4 -3
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.scss +10 -7
- package/dist/Atomic/FormElements/SwitcherHide/partial/AnyOuterClass.scss +4 -3
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.scss +1 -0
- package/dist/Atomic/FormElements/SwitcherRadio/partial/AnyOuterClass.scss +4 -3
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.scss +19 -16
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.scss +1 -1
- package/dist/Atomic/FormElements/SwitcherRangeList/partial/AnyOuterClass.scss +10 -12
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +1 -1
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.scss +35 -33
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/AnyOuterClass.scss +4 -3
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +100 -100
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.scss +7 -4
- package/dist/Atomic/FormElements/SwitcherTextarea/partial/AnyOuterClass.scss +5 -4
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +22 -19
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.scss +86 -43
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.scss +40 -27
- package/dist/Atomic/FormElements/TextSwitcher/partial/AnyOuterClass.scss +2 -1
- package/dist/Atomic/FormElements/Textarea/Textarea.scss +18 -14
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.scss +9 -7
- package/dist/Atomic/FormElements/TimeRange/TimeRange.scss +3 -3
- package/dist/Atomic/FormElements/UserContacts/UserContacts.scss +0 -1
- package/dist/Atomic/FormElements/UserContacts/partial/AnyOuterClass.scss +11 -10
- package/dist/Atomic/FormElements/UserContacts/partial/defaultIcons.js +1 -0
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +1 -1
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.scss +24 -17
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/AnyOuterClass.scss +33 -28
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.scss +24 -17
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/AnyOuterClass.scss +33 -28
- package/dist/Atomic/Layout/Header/Header.scss +44 -25
- package/dist/Atomic/Layout/MainMenu/MainMenu.scss +69 -35
- package/dist/Atomic/Layout/Spinner/Spinner.scss +35 -13
- package/dist/Atomic/UI/Accordion/Accordion.scss +75 -63
- package/dist/Atomic/UI/AccordionTable/AccordionTable.scss +68 -29
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.scss +59 -43
- package/dist/Atomic/UI/Alert/Alert.scss +28 -20
- package/dist/Atomic/UI/Arrow/Arrow.scss +3 -5
- package/dist/Atomic/UI/Button/Button.scss +53 -39
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.js +3 -2
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.scss +2 -1
- package/dist/Atomic/UI/Chart/Chart.scss +14 -13
- package/dist/Atomic/UI/Chart/partial/AnyOuterClass.scss +20 -15
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.scss +7 -2
- package/dist/Atomic/UI/Chart/partial/datasetSetters.js +0 -6
- package/dist/Atomic/UI/Chart/partial/optionsSetters.js +0 -5
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.scss +28 -22
- package/dist/Atomic/UI/DateTime/DateTime.js +2 -2
- package/dist/Atomic/UI/DateTime/DateTime.scss +1 -2
- package/dist/Atomic/UI/DateTime/partial/AnyOuterClass.scss +6 -5
- package/dist/Atomic/UI/DoubleString/DoubleString.scss +11 -7
- package/dist/Atomic/UI/DoubleString/partial/AnyOuterClass.scss +8 -6
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +1 -1
- package/dist/Atomic/UI/ExampleChartIntegration/partial/AnyOuterClass.scss +26 -17
- package/dist/Atomic/UI/Hint/Hint.js +7 -7
- package/dist/Atomic/UI/Hint/Hint.scss +38 -22
- package/dist/Atomic/UI/Modal/Modal.scss +90 -47
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +17 -12
- package/dist/Atomic/UI/MonoAccordion/partial/AnyOuterClass.scss +8 -5
- package/dist/Atomic/UI/NavLine/NavLine.js +1 -1
- package/dist/Atomic/UI/NavLine/NavLine.scss +89 -54
- package/dist/Atomic/UI/NavLine/Tabs.js +72 -72
- package/dist/Atomic/UI/PageTitle/PageTitle.scss +41 -35
- package/dist/Atomic/UI/ProgressLine/ProgressLine.scss +113 -69
- package/dist/Atomic/UI/Status/Status.scss +21 -14
- package/dist/Atomic/UI/Table/Table.scss +70 -58
- package/dist/Atomic/UI/Table/TdTypes/TdTypes.scss +33 -29
- package/dist/Atomic/UI/Tag/Tag.scss +38 -24
- package/dist/Atomic/UI/TagList/TagList.js +1 -7
- package/dist/Atomic/UI/TagList/TagList.scss +11 -8
- package/dist/Atomic/UI/UserBox/UserBox.scss +14 -7
- package/dist/Functions/fieldValueFormatters.js +55 -24
- package/dist/Functions/useInputHighlightError.js +84 -0
- package/dist/Functions/usePasswordChecker.js +9 -2
- package/dist/Functions/utils.js +1 -1
- package/dist/Molecular/FormElement/FormElement.scss +7 -3
- package/dist/scss/_fonts.scss +143 -109
- package/dist/scss/_vars.scss +21 -21
- package/dist/scss/main.scss +33 -27
- package/package.json +1 -1
|
@@ -157,7 +157,7 @@ var ExampleChartIntegration = function ExampleChartIntegration(props) {
|
|
|
157
157
|
};
|
|
158
158
|
|
|
159
159
|
var modelsForSwitch = (0, _react.useMemo)(function () {
|
|
160
|
-
return
|
|
160
|
+
return getTabData(tab) ? ['finturfChartBar', 'finturfChartLine'] : ['finturfLoadingModeBar', 'finturfLoadingModeLine'];
|
|
161
161
|
}, [!!getTabData(tab)]);
|
|
162
162
|
|
|
163
163
|
var handleChangeChartType = function handleChangeChartType(model) {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import "https://fonts.googleapis.com/css2?family=Sarabun&display=swap";
|
|
2
2
|
|
|
3
3
|
.example-wrapper {
|
|
4
4
|
max-width: 850px;
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
.buttons-block {
|
|
7
|
-
width: 100%;
|
|
8
|
-
margin-top: 50px;
|
|
9
7
|
display: flex;
|
|
10
8
|
flex-flow: row nowrap;
|
|
9
|
+
|
|
10
|
+
width: 100%;
|
|
11
|
+
margin-top: 50px;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.tab-button {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
height: 40px;
|
|
16
17
|
|
|
17
18
|
margin-right: 20px;
|
|
19
|
+
|
|
18
20
|
border: 1px solid black;
|
|
19
21
|
|
|
20
22
|
&:last-child {
|
|
@@ -29,35 +31,42 @@
|
|
|
29
31
|
.chart:not(.chart_icon-mode) {
|
|
30
32
|
max-width: 806px;
|
|
31
33
|
|
|
32
|
-
background: #FFFFFF;
|
|
33
|
-
box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
|
|
34
34
|
border-radius: 16px;
|
|
35
|
+
|
|
36
|
+
background: #FFF;
|
|
37
|
+
box-shadow: 0 16px 24px rgb(0 0 0 / 5%);
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
.chart__description-title {
|
|
38
|
-
font-style: normal;
|
|
39
|
-
font-weight: 600;
|
|
40
|
-
font-size: 16px;
|
|
41
|
-
line-height: 24px;
|
|
42
41
|
letter-spacing: 0.1px;
|
|
42
|
+
|
|
43
43
|
color: #3B414B;
|
|
44
|
-
|
|
44
|
+
|
|
45
|
+
font-family: Sarabun, sans-serif;
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
font-style: normal;
|
|
49
|
+
line-height: 24px;
|
|
45
50
|
}
|
|
46
51
|
|
|
47
52
|
.chart__description-value {
|
|
48
53
|
span {
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-weight: 600;
|
|
51
|
-
font-size: 20px;
|
|
52
|
-
line-height: 30px;
|
|
53
54
|
letter-spacing: 0.359794px;
|
|
55
|
+
|
|
54
56
|
color: #3B414B;
|
|
55
57
|
|
|
58
|
+
font-size: 20px;
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
font-style: normal;
|
|
61
|
+
line-height: 30px;
|
|
62
|
+
|
|
56
63
|
&:last-child {
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 20px;
|
|
59
64
|
letter-spacing: 0.2px;
|
|
65
|
+
|
|
60
66
|
color: #757F8C;
|
|
67
|
+
|
|
68
|
+
font-size: 14px;
|
|
69
|
+
line-height: 20px;
|
|
61
70
|
}
|
|
62
71
|
}
|
|
63
72
|
}
|
|
@@ -25,7 +25,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
25
25
|
|
|
26
26
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
27
27
|
|
|
28
|
-
var time = (Date.now() * Math.random() / 1000).toString().replace(/\./g,
|
|
28
|
+
var time = (Date.now() * Math.random() / 1000).toString().replace(/\./g, '_');
|
|
29
29
|
|
|
30
30
|
var Hint = function Hint(_ref) {
|
|
31
31
|
var _ref2;
|
|
@@ -88,12 +88,12 @@ var Hint = function Hint(_ref) {
|
|
|
88
88
|
var hc = getHintContainer();
|
|
89
89
|
if (!hc || !isOpen) return false;
|
|
90
90
|
|
|
91
|
-
var
|
|
92
|
-
width =
|
|
93
|
-
height =
|
|
94
|
-
left =
|
|
95
|
-
top =
|
|
96
|
-
bottom =
|
|
91
|
+
var _ref3 = (hintRef === null || hintRef === void 0 ? void 0 : hintRef.current.getBoundingClientRect()) || {},
|
|
92
|
+
width = _ref3.width,
|
|
93
|
+
height = _ref3.height,
|
|
94
|
+
left = _ref3.left,
|
|
95
|
+
top = _ref3.top,
|
|
96
|
+
bottom = _ref3.bottom;
|
|
97
97
|
|
|
98
98
|
var sw = hc.getElementsByClassName('hint__text')[0];
|
|
99
99
|
var swHeight = sw === null || sw === void 0 ? void 0 : (_sw$getBoundingClient = sw.getBoundingClientRect()) === null || _sw$getBoundingClient === void 0 ? void 0 : _sw$getBoundingClient.height;
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
.hint {
|
|
2
2
|
position: relative;
|
|
3
|
+
|
|
3
4
|
display: inline-block;
|
|
5
|
+
|
|
4
6
|
font-size: 0;
|
|
5
7
|
|
|
6
8
|
&__container {
|
|
7
|
-
display: block;
|
|
8
9
|
position: fixed;
|
|
9
10
|
z-index: 99999;
|
|
11
|
+
|
|
12
|
+
display: block;
|
|
13
|
+
|
|
10
14
|
box-sizing: border-box;
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
&__button {
|
|
14
18
|
display: flex;
|
|
19
|
+
|
|
15
20
|
cursor: pointer;
|
|
16
21
|
|
|
17
22
|
svg {
|
|
@@ -22,53 +27,62 @@
|
|
|
22
27
|
|
|
23
28
|
&:hover,
|
|
24
29
|
&_active {
|
|
25
|
-
color: #
|
|
30
|
+
color: #6B81DD;
|
|
26
31
|
|
|
27
32
|
svg {
|
|
28
|
-
color: #
|
|
33
|
+
color: #6B81DD;
|
|
29
34
|
}
|
|
30
35
|
}
|
|
31
36
|
}
|
|
32
37
|
|
|
33
38
|
&__text {
|
|
34
39
|
position: absolute;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
font-size: 10px;
|
|
38
|
-
line-height: 16px;
|
|
39
|
-
border-radius: 4px;
|
|
40
|
-
max-width: 250px;
|
|
40
|
+
z-index: 1;
|
|
41
|
+
|
|
41
42
|
min-width: 80px;
|
|
43
|
+
max-width: 250px;
|
|
42
44
|
padding: 8px;
|
|
43
|
-
|
|
45
|
+
|
|
46
|
+
color: #FFF;
|
|
47
|
+
border-radius: 4px;
|
|
48
|
+
background-color: #6B81DD;
|
|
49
|
+
|
|
50
|
+
font-size: 10px;
|
|
51
|
+
line-height: 16px;
|
|
44
52
|
|
|
45
53
|
a {
|
|
46
|
-
color: #fff;
|
|
47
54
|
text-decoration: underline;
|
|
55
|
+
|
|
56
|
+
color: #FFF;
|
|
48
57
|
}
|
|
49
58
|
|
|
50
|
-
|
|
51
|
-
content: "";
|
|
59
|
+
&::before {
|
|
52
60
|
position: absolute;
|
|
61
|
+
|
|
53
62
|
width: 8.5px;
|
|
54
63
|
height: 8.5px;
|
|
55
|
-
|
|
64
|
+
|
|
65
|
+
content: "";
|
|
56
66
|
transform: rotate(45deg);
|
|
67
|
+
|
|
68
|
+
background-color: #6B81DD;
|
|
57
69
|
}
|
|
58
70
|
|
|
59
71
|
&_bottom {
|
|
60
72
|
top: 26px;
|
|
61
73
|
left: -4px;
|
|
62
|
-
|
|
63
|
-
|
|
74
|
+
|
|
75
|
+
&::before {
|
|
64
76
|
top: -4.25px;
|
|
77
|
+
left: 8px;
|
|
65
78
|
}
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
&_right {
|
|
69
82
|
top: -4px;
|
|
70
83
|
left: 24px;
|
|
71
|
-
|
|
84
|
+
|
|
85
|
+
&::before {
|
|
72
86
|
top: 8px;
|
|
73
87
|
left: -4.25px;
|
|
74
88
|
}
|
|
@@ -77,7 +91,8 @@
|
|
|
77
91
|
&_left {
|
|
78
92
|
top: -4px;
|
|
79
93
|
right: 28px;
|
|
80
|
-
|
|
94
|
+
|
|
95
|
+
&::before {
|
|
81
96
|
top: 8px;
|
|
82
97
|
right: -4.25px;
|
|
83
98
|
}
|
|
@@ -86,18 +101,19 @@
|
|
|
86
101
|
&_top {
|
|
87
102
|
bottom: 8px;
|
|
88
103
|
left: -4px;
|
|
89
|
-
|
|
90
|
-
|
|
104
|
+
|
|
105
|
+
&::before {
|
|
91
106
|
bottom: -4.25px;
|
|
107
|
+
left: 8px;
|
|
92
108
|
}
|
|
93
109
|
}
|
|
94
110
|
}
|
|
95
111
|
|
|
96
112
|
&__icon.outlined {
|
|
97
|
-
color: #
|
|
113
|
+
color: #9AA0B9;
|
|
98
114
|
}
|
|
99
115
|
|
|
100
116
|
&__icon.filled {
|
|
101
|
-
color: #
|
|
117
|
+
color: #FFF;
|
|
102
118
|
}
|
|
103
119
|
}
|
|
@@ -1,64 +1,77 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
1
|
+
@import "../../../scss/_vars";
|
|
2
|
+
@import "../../../scss/mixins";
|
|
3
3
|
|
|
4
4
|
.modal-overlay {
|
|
5
5
|
position: fixed;
|
|
6
|
+
z-index: 4;
|
|
6
7
|
top: 0;
|
|
7
8
|
left: 0;
|
|
9
|
+
|
|
8
10
|
width: 100%;
|
|
9
11
|
height: 100%;
|
|
12
|
+
|
|
10
13
|
transition: opacity 0.2s ease;
|
|
11
|
-
|
|
14
|
+
|
|
12
15
|
opacity: 0.5;
|
|
13
|
-
|
|
16
|
+
background-color: black;
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
.modal {
|
|
20
|
+
position: relative;
|
|
21
|
+
z-index: 5;
|
|
22
|
+
|
|
17
23
|
display: flex;
|
|
18
24
|
flex-direction: column;
|
|
25
|
+
|
|
19
26
|
width: 600px;
|
|
20
27
|
margin: 0 10px;
|
|
21
|
-
|
|
28
|
+
|
|
22
29
|
border-radius: 5px;
|
|
23
|
-
|
|
30
|
+
background-color: #FFF;
|
|
24
31
|
box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
|
|
25
|
-
position: relative;
|
|
26
32
|
|
|
27
33
|
&__header {
|
|
28
34
|
position: relative;
|
|
35
|
+
|
|
29
36
|
display: flex;
|
|
30
37
|
align-items: center;
|
|
31
38
|
justify-content: space-between;
|
|
39
|
+
|
|
32
40
|
padding: 10px 15px;
|
|
33
|
-
|
|
34
|
-
|
|
41
|
+
|
|
42
|
+
border-bottom: 1px solid #E2E5EC;
|
|
35
43
|
border-top-left-radius: 4px;
|
|
36
44
|
border-top-right-radius: 4px;
|
|
45
|
+
background-color: #F7FAFC;
|
|
37
46
|
|
|
38
47
|
&-primary {
|
|
39
48
|
background-color: $color--primary;
|
|
40
49
|
|
|
41
50
|
&-title {
|
|
42
|
-
color: #
|
|
43
|
-
|
|
51
|
+
color: #FFFF !important;
|
|
52
|
+
|
|
44
53
|
font-size: 16px;
|
|
54
|
+
font-weight: 400;
|
|
45
55
|
}
|
|
46
56
|
}
|
|
47
57
|
|
|
48
58
|
&-title {
|
|
59
|
+
color: $color--primary;
|
|
60
|
+
|
|
49
61
|
font-size: 16px;
|
|
50
62
|
font-weight: normal;
|
|
51
|
-
color: $color--primary;
|
|
52
63
|
}
|
|
53
64
|
}
|
|
54
65
|
|
|
55
66
|
&__body {
|
|
56
|
-
background-color: #f7fafc;
|
|
57
|
-
padding: 15px;
|
|
58
|
-
max-height: calc(100vh - 150px);
|
|
59
67
|
overflow-y: auto;
|
|
60
|
-
|
|
68
|
+
|
|
69
|
+
max-height: calc(100vh - 150px);
|
|
70
|
+
padding: 15px;
|
|
71
|
+
|
|
61
72
|
border-bottom-right-radius: 4px;
|
|
73
|
+
border-bottom-left-radius: 4px;
|
|
74
|
+
background-color: #F7FAFC;
|
|
62
75
|
|
|
63
76
|
@include custom-scroll2;
|
|
64
77
|
|
|
@@ -72,11 +85,13 @@
|
|
|
72
85
|
display: flex;
|
|
73
86
|
align-items: center;
|
|
74
87
|
justify-content: flex-end;
|
|
88
|
+
|
|
75
89
|
padding: 7.5px 15px;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
border-bottom-left-radius: 4px;
|
|
90
|
+
|
|
91
|
+
border-top: 1px solid #E2E5EC;
|
|
79
92
|
border-bottom-right-radius: 4px;
|
|
93
|
+
border-bottom-left-radius: 4px;
|
|
94
|
+
background-color: #F7FAFC;
|
|
80
95
|
|
|
81
96
|
&_with-left-content {
|
|
82
97
|
justify-content: space-between;
|
|
@@ -86,28 +101,33 @@
|
|
|
86
101
|
position: absolute;
|
|
87
102
|
bottom: 0;
|
|
88
103
|
left: 0;
|
|
104
|
+
|
|
89
105
|
width: calc(100% - 30px);
|
|
90
|
-
|
|
106
|
+
|
|
107
|
+
background-color: #FFFF;
|
|
91
108
|
}
|
|
92
109
|
}
|
|
93
110
|
|
|
94
111
|
&__buttons-block {
|
|
95
112
|
display: flex;
|
|
113
|
+
align-items: center;
|
|
96
114
|
flex-flow: row nowrap;
|
|
97
115
|
justify-content: flex-start;
|
|
98
|
-
align-items: center;
|
|
99
116
|
}
|
|
100
117
|
}
|
|
118
|
+
|
|
101
119
|
.modal__footer--noborder {
|
|
102
120
|
border-top: none;
|
|
103
121
|
}
|
|
122
|
+
|
|
104
123
|
.modal-box {
|
|
105
|
-
z-index: 100;
|
|
106
124
|
position: fixed;
|
|
125
|
+
z-index: 100;
|
|
107
126
|
top: 0;
|
|
108
|
-
left: 0;
|
|
109
127
|
right: 0;
|
|
110
128
|
bottom: 0;
|
|
129
|
+
left: 0;
|
|
130
|
+
|
|
111
131
|
animation-name: fadeIn;
|
|
112
132
|
animation-duration: 0.25s;
|
|
113
133
|
animation-timing-function: ease;
|
|
@@ -118,6 +138,7 @@
|
|
|
118
138
|
from {
|
|
119
139
|
opacity: 0;
|
|
120
140
|
}
|
|
141
|
+
|
|
121
142
|
to {
|
|
122
143
|
opacity: 1;
|
|
123
144
|
}
|
|
@@ -137,38 +158,44 @@
|
|
|
137
158
|
}
|
|
138
159
|
|
|
139
160
|
.modal-close-icon-box {
|
|
161
|
+
position: absolute;
|
|
162
|
+
top: 0;
|
|
163
|
+
right: 0;
|
|
164
|
+
|
|
140
165
|
display: flex;
|
|
141
166
|
align-items: center;
|
|
142
167
|
justify-content: center;
|
|
143
|
-
|
|
144
|
-
border-top-right-radius: 5px;
|
|
168
|
+
|
|
145
169
|
width: 40px;
|
|
146
170
|
height: 38px;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
right: 0;
|
|
171
|
+
height: 100%;
|
|
172
|
+
|
|
150
173
|
cursor: pointer;
|
|
174
|
+
|
|
175
|
+
color: #1E1E2D;
|
|
176
|
+
//background-color: inherit;
|
|
177
|
+
border-top-right-radius: 5px;
|
|
151
178
|
background: transparent;
|
|
152
|
-
color: #1e1e2d;
|
|
153
|
-
height: 100%;
|
|
154
179
|
|
|
155
180
|
&:hover {
|
|
156
|
-
background-color: #
|
|
181
|
+
background-color: #E2E5EC;
|
|
157
182
|
}
|
|
158
183
|
|
|
159
184
|
&-primary {
|
|
160
|
-
color: #
|
|
185
|
+
color: #1E1E2D;
|
|
161
186
|
|
|
162
187
|
&:hover {
|
|
163
|
-
background-color: #5162d4;
|
|
164
188
|
opacity: 1;
|
|
189
|
+
background-color: #5162D4;
|
|
165
190
|
}
|
|
166
191
|
}
|
|
192
|
+
|
|
167
193
|
&-merchant {
|
|
168
|
-
color: #
|
|
194
|
+
color: #1E1E2D;
|
|
195
|
+
|
|
169
196
|
&:hover {
|
|
170
|
-
background-color: #5162d4;
|
|
171
197
|
opacity: 1;
|
|
198
|
+
background-color: #5162D4;
|
|
172
199
|
}
|
|
173
200
|
}
|
|
174
201
|
}
|
|
@@ -180,12 +207,14 @@
|
|
|
180
207
|
}
|
|
181
208
|
|
|
182
209
|
.modal-text-card {
|
|
183
|
-
text-align: left;
|
|
184
210
|
padding: 15px 0;
|
|
211
|
+
|
|
212
|
+
text-align: left;
|
|
213
|
+
white-space: normal;
|
|
214
|
+
|
|
185
215
|
font-size: 13px;
|
|
186
216
|
font-weight: 400;
|
|
187
217
|
line-height: 20px;
|
|
188
|
-
white-space: normal;
|
|
189
218
|
}
|
|
190
219
|
|
|
191
220
|
.prompt-text-card {
|
|
@@ -195,6 +224,7 @@
|
|
|
195
224
|
.included-selector-modal {
|
|
196
225
|
&--box {
|
|
197
226
|
overflow-x: auto;
|
|
227
|
+
|
|
198
228
|
max-height: calc(100% - 32px);
|
|
199
229
|
}
|
|
200
230
|
|
|
@@ -206,12 +236,13 @@
|
|
|
206
236
|
|
|
207
237
|
&__td {
|
|
208
238
|
&--id {
|
|
209
|
-
color: #
|
|
239
|
+
color: #9AA0B9;
|
|
210
240
|
}
|
|
211
241
|
}
|
|
212
242
|
|
|
213
243
|
.simple-table {
|
|
214
244
|
overflow-x: unset;
|
|
245
|
+
|
|
215
246
|
min-height: 400px;
|
|
216
247
|
max-height: 500px;
|
|
217
248
|
|
|
@@ -220,8 +251,10 @@
|
|
|
220
251
|
|
|
221
252
|
th {
|
|
222
253
|
padding: 10px 15px;
|
|
254
|
+
|
|
255
|
+
border-right: 1px solid #E2E5EC;
|
|
256
|
+
|
|
223
257
|
font-weight: 400;
|
|
224
|
-
border-right: 1px solid #e2e5ec;
|
|
225
258
|
}
|
|
226
259
|
|
|
227
260
|
th:first-child,
|
|
@@ -229,29 +262,36 @@
|
|
|
229
262
|
border: none;
|
|
230
263
|
}
|
|
231
264
|
}
|
|
265
|
+
|
|
232
266
|
tbody {
|
|
233
267
|
tr:first-child {
|
|
234
268
|
position: relative;
|
|
269
|
+
|
|
235
270
|
&::after {
|
|
236
|
-
content: "";
|
|
237
|
-
width: 100%;
|
|
238
|
-
height: 8px;
|
|
239
|
-
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1516981792717087) 0%, rgba(0, 0, 0, 0) 100%);
|
|
240
271
|
position: absolute;
|
|
241
|
-
left: 0;
|
|
242
272
|
top: 0;
|
|
273
|
+
left: 0;
|
|
274
|
+
|
|
275
|
+
width: 100%;
|
|
276
|
+
height: 8px;
|
|
277
|
+
|
|
278
|
+
content: "";
|
|
279
|
+
|
|
280
|
+
background: linear-gradient(180deg, rgb(0 0 0 / 15.2%) 0%, rgb(0 0 0 / 0%) 100%);
|
|
243
281
|
}
|
|
244
282
|
}
|
|
283
|
+
|
|
245
284
|
tr:last-child {
|
|
246
285
|
border-bottom: none;
|
|
247
286
|
}
|
|
248
287
|
}
|
|
288
|
+
|
|
249
289
|
td {
|
|
250
290
|
padding: 2.25px 15px;
|
|
251
291
|
}
|
|
252
292
|
|
|
253
293
|
.tr-as-selector:hover td {
|
|
254
|
-
background-color: #
|
|
294
|
+
background-color: #FFEDC8;
|
|
255
295
|
}
|
|
256
296
|
}
|
|
257
297
|
}
|
|
@@ -264,18 +304,21 @@
|
|
|
264
304
|
|
|
265
305
|
.confirm-modal {
|
|
266
306
|
border-radius: 4px;
|
|
307
|
+
|
|
267
308
|
.modal {
|
|
268
309
|
&__header-title {
|
|
269
|
-
font-weight: 700;
|
|
270
310
|
font-size: 13px;
|
|
311
|
+
font-weight: 700;
|
|
271
312
|
}
|
|
313
|
+
|
|
272
314
|
&__body {
|
|
273
315
|
.modal-text-card {
|
|
274
316
|
padding: 0;
|
|
275
317
|
}
|
|
276
318
|
}
|
|
319
|
+
|
|
277
320
|
&__footer {
|
|
278
|
-
background-color: #
|
|
321
|
+
background-color: #FFFF;
|
|
279
322
|
}
|
|
280
323
|
}
|
|
281
324
|
}
|
|
@@ -5,12 +5,13 @@
|
|
|
5
5
|
height: fit-content;
|
|
6
6
|
|
|
7
7
|
&__head {
|
|
8
|
-
height: fit-content;
|
|
9
|
-
padding: 10px 15px;
|
|
10
|
-
|
|
11
8
|
display: flex;
|
|
12
9
|
align-items: center;
|
|
13
10
|
justify-content: space-between;
|
|
11
|
+
|
|
12
|
+
height: fit-content;
|
|
13
|
+
padding: 10px 15px;
|
|
14
|
+
|
|
14
15
|
cursor: pointer;
|
|
15
16
|
|
|
16
17
|
&:hover {
|
|
@@ -19,13 +20,13 @@
|
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
&__icon-container {
|
|
22
|
-
width: fit-content;
|
|
23
|
-
height: 100%;
|
|
24
|
-
|
|
25
23
|
display: flex;
|
|
24
|
+
align-items: center;
|
|
26
25
|
flex-flow: row nowrap;
|
|
27
26
|
justify-content: center;
|
|
28
|
-
|
|
27
|
+
|
|
28
|
+
width: fit-content;
|
|
29
|
+
height: 100%;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
&__tile-container {
|
|
@@ -33,26 +34,30 @@
|
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
&__container {
|
|
36
|
-
transition: all 0.25s ease-out;
|
|
37
37
|
display: flex;
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
align-items: flex-start;
|
|
38
40
|
flex-direction: column;
|
|
39
41
|
justify-content: center;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
+
|
|
43
|
+
transition: all 0.25s ease-out;
|
|
44
|
+
|
|
42
45
|
font-size: 13px;
|
|
43
46
|
|
|
44
47
|
@include custom-scroll;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
|
-
&__content-wrapper{
|
|
50
|
+
&__content-wrapper {
|
|
48
51
|
padding: 0 15px;
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
&_open {
|
|
52
55
|
.mono-accordion__container {
|
|
53
|
-
transition: all 0.25s ease-out;
|
|
54
56
|
padding: 10px 15px;
|
|
57
|
+
|
|
58
|
+
transition: all 0.25s ease-out;
|
|
55
59
|
}
|
|
60
|
+
|
|
56
61
|
.mono-accordion__content-wrapper {
|
|
57
62
|
pointer-events: initial;
|
|
58
63
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.any-outer-class__mono-accordion {
|
|
2
2
|
&.mono-accordion {
|
|
3
|
+
border-bottom: #757F8C solid 1px;
|
|
3
4
|
border-radius: 6px 6px 0 0;
|
|
4
5
|
background: #F8FBFF;
|
|
5
|
-
border-bottom: #757F8C solid 1px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.mono-accordion__head {
|
|
9
9
|
border-radius: 6px;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.mono-accordion__tile-container span:last-child{
|
|
12
|
+
.mono-accordion__tile-container span:last-child {
|
|
13
13
|
color: #757F8C;
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
height: 20px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.mono-accordion__content-wrapper div{
|
|
22
|
-
font-style: italic;
|
|
21
|
+
.mono-accordion__content-wrapper div {
|
|
23
22
|
cursor: pointer;
|
|
24
23
|
|
|
24
|
+
font-style: italic;
|
|
25
|
+
|
|
25
26
|
&:hover {
|
|
26
27
|
text-decoration: underline;
|
|
27
28
|
}
|
|
@@ -29,11 +30,13 @@
|
|
|
29
30
|
&:nth-of-type(1) {
|
|
30
31
|
margin-left: 20px;
|
|
31
32
|
}
|
|
33
|
+
|
|
32
34
|
&:nth-of-type(2) {
|
|
33
35
|
margin-left: 40px;
|
|
34
36
|
}
|
|
37
|
+
|
|
35
38
|
&:nth-of-type(3) {
|
|
36
39
|
margin-left: 60px;
|
|
37
40
|
}
|
|
38
41
|
}
|
|
39
|
-
}
|
|
42
|
+
}
|
|
@@ -231,7 +231,7 @@ var NavLine = function NavLine(_ref) {
|
|
|
231
231
|
(0, _react.useEffect)(function () {
|
|
232
232
|
var _wrapperRef$current;
|
|
233
233
|
|
|
234
|
-
if (wrapperRef !== null && wrapperRef !== void 0 && wrapperRef.current) wrapperRef === null || wrapperRef === void 0 ? void 0 : (_wrapperRef$current = wrapperRef.current) === null || _wrapperRef$current === void 0 ? void 0 : _wrapperRef$current.addEventListener(
|
|
234
|
+
if (wrapperRef !== null && wrapperRef !== void 0 && wrapperRef.current) wrapperRef === null || wrapperRef === void 0 ? void 0 : (_wrapperRef$current = wrapperRef.current) === null || _wrapperRef$current === void 0 ? void 0 : _wrapperRef$current.addEventListener('mousewheel', onWheel, {
|
|
235
235
|
passive: false
|
|
236
236
|
});
|
|
237
237
|
}, [wrapperRef]); // Count Total NavLine Items Width
|