intelicoreact 1.0.29 → 1.0.30

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.
Files changed (118) hide show
  1. package/dist/Atomic/FormElements/ActionAlert/ActionAlert.js +2 -2
  2. package/dist/Atomic/FormElements/ActionAlert/ActionAlert.scss +13 -9
  3. package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.scss +27 -22
  4. package/dist/Atomic/FormElements/Calendar/Calendar.scss +68 -45
  5. package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.scss +55 -30
  6. package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.scss +3 -3
  7. package/dist/Atomic/FormElements/CheckboxesLine/partial/AnyOuterClass.scss +1 -1
  8. package/dist/Atomic/FormElements/Dropdown/Dropdown.scss +100 -51
  9. package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.scss +27 -9
  10. package/dist/Atomic/FormElements/Input/Input.js +2 -0
  11. package/dist/Atomic/FormElements/Input/Input.scss +63 -38
  12. package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +1 -1
  13. package/dist/Atomic/FormElements/InputCalendar/InputCalendar.scss +7 -2
  14. package/dist/Atomic/FormElements/InputColor/InputColor.js +49 -0
  15. package/dist/Atomic/FormElements/InputColor/InputColor.scss +18 -0
  16. package/dist/Atomic/FormElements/InputDateRange/InputDateRange.scss +176 -130
  17. package/dist/Atomic/FormElements/InputMask/InputMask.scss +69 -57
  18. package/dist/Atomic/FormElements/InputMask2/InputMask2.js +4 -2
  19. package/dist/Atomic/FormElements/InputMask2/InputMask2.scss +80 -68
  20. package/dist/Atomic/FormElements/InputsRow/InputsRow.scss +10 -4
  21. package/dist/Atomic/FormElements/Label/Label.js +2 -2
  22. package/dist/Atomic/FormElements/Label/Label.scss +19 -15
  23. package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +41 -43
  24. package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.scss +41 -34
  25. package/dist/Atomic/FormElements/MultiSelect/MultiSelect.scss +5 -3
  26. package/dist/Atomic/FormElements/NumericInput/NumericInput.scss +63 -37
  27. package/dist/Atomic/FormElements/RadioGroup/RadioGroup.scss +5 -1
  28. package/dist/Atomic/FormElements/RadioInput/RadioInput.scss +27 -16
  29. package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.scss +72 -40
  30. package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.scss +38 -24
  31. package/dist/Atomic/FormElements/RangeInputs/RangeInputs.scss +19 -15
  32. package/dist/Atomic/FormElements/RangeList/RangeList.scss +56 -42
  33. package/dist/Atomic/FormElements/RangeList/partial/AnyOuterClass.scss +7 -10
  34. package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +6 -6
  35. package/dist/Atomic/FormElements/RangeSlider/RangeSlider.scss +71 -44
  36. package/dist/Atomic/FormElements/RangeSlider/RangeSlider.stories.scss +12 -8
  37. package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.scss +5 -6
  38. package/dist/Atomic/FormElements/SwitchableRow/partial/AnyOuterClass.scss +3 -3
  39. package/dist/Atomic/FormElements/Switcher/Switcher.scss +29 -21
  40. package/dist/Atomic/FormElements/Switcher/partial/AnyOuterClass.scss +4 -3
  41. package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.scss +10 -7
  42. package/dist/Atomic/FormElements/SwitcherCheckbox/partial/AnyOuterClass.scss +4 -3
  43. package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.scss +10 -7
  44. package/dist/Atomic/FormElements/SwitcherHide/partial/AnyOuterClass.scss +4 -3
  45. package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.scss +1 -0
  46. package/dist/Atomic/FormElements/SwitcherRadio/partial/AnyOuterClass.scss +4 -3
  47. package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.scss +19 -16
  48. package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.scss +1 -1
  49. package/dist/Atomic/FormElements/SwitcherRangeList/partial/AnyOuterClass.scss +10 -12
  50. package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +1 -1
  51. package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.scss +35 -33
  52. package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/AnyOuterClass.scss +4 -3
  53. package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +100 -100
  54. package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.scss +7 -4
  55. package/dist/Atomic/FormElements/SwitcherTextarea/partial/AnyOuterClass.scss +5 -4
  56. package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +9 -9
  57. package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.scss +86 -43
  58. package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.scss +40 -27
  59. package/dist/Atomic/FormElements/TextSwitcher/partial/AnyOuterClass.scss +2 -1
  60. package/dist/Atomic/FormElements/Textarea/Textarea.scss +18 -14
  61. package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.scss +9 -7
  62. package/dist/Atomic/FormElements/TimeRange/TimeRange.scss +3 -3
  63. package/dist/Atomic/FormElements/UserContacts/UserContacts.scss +0 -1
  64. package/dist/Atomic/FormElements/UserContacts/partial/AnyOuterClass.scss +11 -10
  65. package/dist/Atomic/FormElements/UserContacts/partial/defaultIcons.js +1 -0
  66. package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +1 -1
  67. package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.scss +24 -17
  68. package/dist/Atomic/FormElements/WidgetPseudoTable/partial/AnyOuterClass.scss +33 -28
  69. package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.scss +24 -17
  70. package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/AnyOuterClass.scss +33 -28
  71. package/dist/Atomic/Layout/Header/Header.scss +44 -25
  72. package/dist/Atomic/Layout/MainMenu/MainMenu.scss +69 -35
  73. package/dist/Atomic/Layout/Spinner/Spinner.scss +30 -10
  74. package/dist/Atomic/UI/Accordion/Accordion.scss +75 -63
  75. package/dist/Atomic/UI/AccordionTable/AccordionTable.scss +68 -29
  76. package/dist/Atomic/UI/AdvancedTag/AdvancedTags.scss +59 -43
  77. package/dist/Atomic/UI/Alert/Alert.scss +28 -20
  78. package/dist/Atomic/UI/Arrow/Arrow.scss +3 -5
  79. package/dist/Atomic/UI/Button/Button.scss +53 -39
  80. package/dist/Atomic/UI/ButtonsBar/ButtonsBar.scss +2 -1
  81. package/dist/Atomic/UI/Chart/Chart.scss +14 -13
  82. package/dist/Atomic/UI/Chart/partial/AnyOuterClass.scss +20 -15
  83. package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.scss +7 -2
  84. package/dist/Atomic/UI/Chart/partial/datasetSetters.js +0 -6
  85. package/dist/Atomic/UI/Chart/partial/optionsSetters.js +0 -5
  86. package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.scss +28 -22
  87. package/dist/Atomic/UI/DateTime/DateTime.js +2 -2
  88. package/dist/Atomic/UI/DateTime/DateTime.scss +1 -2
  89. package/dist/Atomic/UI/DateTime/partial/AnyOuterClass.scss +6 -5
  90. package/dist/Atomic/UI/DoubleString/DoubleString.scss +11 -7
  91. package/dist/Atomic/UI/DoubleString/partial/AnyOuterClass.scss +8 -6
  92. package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +1 -1
  93. package/dist/Atomic/UI/ExampleChartIntegration/partial/AnyOuterClass.scss +26 -17
  94. package/dist/Atomic/UI/Hint/Hint.js +7 -7
  95. package/dist/Atomic/UI/Hint/Hint.scss +38 -22
  96. package/dist/Atomic/UI/Modal/Modal.scss +90 -47
  97. package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +17 -12
  98. package/dist/Atomic/UI/MonoAccordion/partial/AnyOuterClass.scss +8 -5
  99. package/dist/Atomic/UI/NavLine/NavLine.js +1 -1
  100. package/dist/Atomic/UI/NavLine/NavLine.scss +89 -54
  101. package/dist/Atomic/UI/NavLine/Tabs.js +72 -72
  102. package/dist/Atomic/UI/PageTitle/PageTitle.scss +41 -35
  103. package/dist/Atomic/UI/ProgressLine/ProgressLine.scss +113 -69
  104. package/dist/Atomic/UI/Status/Status.scss +21 -14
  105. package/dist/Atomic/UI/Table/Table.scss +70 -58
  106. package/dist/Atomic/UI/Table/TdTypes/TdTypes.scss +33 -29
  107. package/dist/Atomic/UI/Tag/Tag.scss +38 -24
  108. package/dist/Atomic/UI/TagList/TagList.js +1 -7
  109. package/dist/Atomic/UI/TagList/TagList.scss +11 -8
  110. package/dist/Atomic/UI/UserBox/UserBox.scss +14 -7
  111. package/dist/Functions/fieldValueFormatters.js +23 -18
  112. package/dist/Functions/usePasswordChecker.js +9 -2
  113. package/dist/Functions/utils.js +1 -1
  114. package/dist/Molecular/FormElement/FormElement.scss +7 -3
  115. package/dist/scss/_fonts.scss +143 -109
  116. package/dist/scss/_vars.scss +21 -21
  117. package/dist/scss/main.scss +33 -27
  118. package/package.json +1 -1
@@ -1,54 +1,65 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
1
+ @import "https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";
2
2
 
3
3
  .range-slider {
4
- width: 100%;
5
- max-width: 270px;
6
4
  display: flex;
7
5
  flex-direction: column;
8
6
 
7
+ width: 100%;
8
+ max-width: 270px;
9
+
9
10
  &__header {
10
11
  display: flex;
11
12
  justify-content: space-between;
13
+
12
14
  margin-bottom: 2px;
13
15
 
14
16
  &__label {
15
- font-family: "Sarabun";
16
- font-style: normal;
17
- font-weight: 500;
17
+ letter-spacing: 0.2px;
18
+
19
+ color: #757F8C;
20
+
21
+ font-family: Sarabun, sans-serif;
18
22
  font-size: 12px;
23
+ font-weight: 500;
24
+ font-style: normal;
19
25
  line-height: 18px;
20
- letter-spacing: 0.2px;
21
- color: #757f8c;
22
26
  }
23
27
 
24
28
  &__selected-range {
25
29
  display: flex;
26
30
  align-items: center;
27
- padding: 0px 4px 0px 8px;
28
- background: #eaf2ff;
31
+
32
+ padding: 0 4px 0 8px;
33
+
29
34
  border-radius: 16px;
35
+ background: #EAF2FF;
30
36
 
31
37
  &--text {
32
- font-family: "Sarabun";
33
- font-style: normal;
34
- font-weight: 400;
38
+ margin-right: 2px;
39
+
40
+ letter-spacing: 0.2px;
41
+
42
+ color: #3B414B;
43
+
44
+ font-family: Sarabun, sans-serif;
35
45
  font-size: 12px;
46
+ font-weight: 400;
47
+ font-style: normal;
36
48
  line-height: 18px;
37
- letter-spacing: 0.2px;
38
- color: #3b414b;
39
- margin-right: 2px;
40
49
  }
41
50
 
42
51
  &--reset {
43
52
  display: flex;
44
53
  align-items: center;
45
- color: #9aa0b9;
46
- border-left: 1px solid #cde1ff;
54
+
47
55
  cursor: pointer;
48
56
 
57
+ color: #9AA0B9;
58
+ border-left: 1px solid #CDE1FF;
59
+
49
60
  svg {
50
- height: 16px;
51
61
  width: 16px;
62
+ height: 16px;
52
63
  }
53
64
  }
54
65
  }
@@ -66,77 +77,93 @@
66
77
  }
67
78
 
68
79
  .input__wrap {
80
+ box-sizing: border-box;
69
81
  height: auto;
70
82
  max-height: 40px;
71
- box-sizing: border-box;
72
83
 
73
84
  padding: 9px 16px;
74
- background: #ffffff;
75
- border: 1px solid #e1e8f1;
85
+
86
+ border: 1px solid #E1E8F1;
76
87
  border-radius: 6px;
88
+ background: #FFF;
77
89
 
78
90
  &_focus {
79
- border-color: #166c92;
91
+ border-color: #166C92;
80
92
  filter: none;
81
93
  }
82
94
 
83
95
  input {
84
96
  box-sizing: border-box;
85
- font-family: "Sarabun";
86
- font-style: normal;
87
- font-weight: 500;
97
+ padding: 0;
98
+
99
+ letter-spacing: 0.2px;
100
+
101
+ color: #171D33;
102
+
103
+ font-family: Sarabun, sans-serif;
88
104
  font-size: 16px;
105
+ font-weight: 500;
106
+ font-style: normal;
89
107
  line-height: 22px;
90
- letter-spacing: 0.2px;
91
- color: #171d33;
92
- padding: 0;
93
108
  }
94
109
  }
95
110
  }
96
111
 
97
112
  &__track {
113
+ position: relative;
114
+
98
115
  display: flex;
99
116
  align-items: center;
117
+
100
118
  height: 16px;
101
119
  margin-top: 2px;
102
- position: relative;
103
120
  padding: 0 8px;
104
121
 
105
122
  &__line {
106
123
  position: absolute;
124
+ left: 0;
125
+
126
+ box-sizing: border-box;
107
127
  width: 100%;
108
128
  height: 4px;
109
- background: #d6d9e4;
129
+
110
130
  border-radius: 4px;
111
- box-sizing: border-box;
112
- left: 0;
131
+ background: #D6D9E4;
113
132
  }
133
+
114
134
  &__range {
115
135
  position: relative;
116
- height: 4px;
136
+
117
137
  display: flex;
138
+ justify-content: space-between;
139
+
140
+ height: 4px;
118
141
 
119
- background: #1f7499;
120
142
  border-radius: 4px;
121
- justify-content: space-between;
143
+
144
+ background: #1F7499;
122
145
 
123
146
  &-triggers {
124
- width: 100%;
125
147
  position: absolute;
126
148
 
149
+ width: 100%;
150
+
127
151
  &--trigger {
128
- z-index: 3;
129
152
  position: absolute;
130
- width: 16px;
131
- height: 16px;
132
- background: #ffffff;
133
- border: 1px solid #1f7499;
134
- box-shadow: 0px 4px 26px rgba(0, 67, 96, 0.1);
135
- border-radius: 50%;
153
+ z-index: 3;
136
154
  top: 50%;
155
+
137
156
  box-sizing: border-box;
157
+ width: 16px;
158
+ height: 16px;
159
+
138
160
  cursor: move;
139
161
 
162
+ border: 1px solid #1F7499;
163
+ border-radius: 50%;
164
+ background: #FFF;
165
+ box-shadow: 0 4px 26px rgb(0 67 96 / 10%);
166
+
140
167
  &-left {
141
168
  transform: translate(-50%, -50%);
142
169
  }
@@ -1,26 +1,30 @@
1
1
  .desc {
2
+ box-sizing: border-box;
3
+ max-width: 270px;
2
4
  margin-top: 16px;
3
5
  padding: 4px 12px;
4
- background: #f7f7f7;
6
+
5
7
  border-radius: 8px;
6
- max-width: 270px;
7
- box-sizing: border-box;
8
- box-shadow: 0px 0px 8px 2px #e9e7e7;
8
+ background: #F7F7F7;
9
+ box-shadow: 0 0 8px 2px #E9E7E7;
9
10
 
10
11
  h4 {
11
12
  margin: 0;
13
+ margin-top: 4px;
12
14
  padding: 0;
13
15
  padding-bottom: 8px;
14
- margin-top: 4px;
15
- color: #1f7499;
16
+
17
+ color: #1F7499;
18
+ border-bottom: 1px solid #E9E7E7;
19
+
16
20
  font-size: 14px;
17
21
  line-height: 1;
18
- border-bottom: 1px solid #e9e7e7;
19
22
  }
20
23
 
21
24
  code {
25
+ color: #171D33;
26
+
22
27
  font-size: 12px;
23
28
  line-height: 16px;
24
- color: #171d33;
25
29
  }
26
30
  }
@@ -1,19 +1,18 @@
1
1
  @import "../../../scss/vars";
2
2
 
3
-
4
3
  .switchable-row {
5
4
  display: flex;
5
+ align-items: center;
6
6
  flex-flow: row nowrap;
7
7
  justify-content: flex-start;
8
- align-items: center;
9
8
 
10
9
  &__cell {
11
- box-sizing: border-box;
12
- height: 100%;
13
-
14
10
  display: flex;
11
+ align-items: center;
15
12
  flex-flow: row nowrap;
16
13
  justify-content: flex-start;
17
- align-items: center;
14
+
15
+ box-sizing: border-box;
16
+ height: 100%;
18
17
  }
19
18
  }
@@ -1,10 +1,10 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');
1
+ @import "https://fonts.googleapis.com/css2?family=Sarabun&display=swap";
2
2
 
3
3
  .any-outer-class__switchable-row {
4
4
  height: 40px;
5
5
 
6
6
  .switchable-row__cell {
7
- width: calc((100% - 200px)/3);
7
+ width: calc((100% - 200px) / 3);
8
8
  padding: 8px 0;
9
9
  }
10
10
 
@@ -12,7 +12,7 @@
12
12
  width: 200px;
13
13
  }
14
14
 
15
- .switchable-row__cell>div {
15
+ .switchable-row__cell > div {
16
16
  width: 90%;
17
17
  }
18
18
  }
@@ -1,35 +1,39 @@
1
1
  @import "../../../scss/vars";
2
2
 
3
3
  .switcher {
4
-
5
4
  &__button {
6
5
  display: inline-flex;
7
6
  align-items: center;
7
+
8
8
  cursor: pointer;
9
9
 
10
+ color: inherit;
11
+
10
12
  font-family: inherit;
11
- font-style: inherit;
12
- font-weight: inherit;
13
13
  font-size: inherit;
14
- color: inherit;
14
+ font-weight: inherit;
15
+ font-style: inherit;
15
16
  }
16
17
 
17
18
  &_disabled {
18
19
  pointer-events: none;
20
+
19
21
  opacity: 0.5;
20
22
  }
21
23
 
22
24
  &__button-content {
23
- background-color: rgba($color--gray, 0.5);
24
- border-radius: 8px;
25
- min-width: 26px;
25
+ box-sizing: border-box;
26
26
  width: 26px;
27
+ min-width: 26px;
27
28
  height: 16px;
28
29
  padding: 1px;
29
- box-sizing: border-box;
30
+
31
+ border-radius: 8px;
32
+ background-color: rgba($color--gray, 0.5);
30
33
 
31
34
  &_active {
32
35
  background-color: $color--primary;
36
+
33
37
  .switcher__ball {
34
38
  transform: translateX(calc(100% - 4px));
35
39
  }
@@ -37,26 +41,30 @@
37
41
  }
38
42
 
39
43
  &__ball {
40
- height: 14px;
41
44
  width: 14px;
42
- background-color: #fff;
43
- box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
44
- border-radius: 50%;
45
+ height: 14px;
46
+
45
47
  transition: transform 0.2s ease;
48
+
49
+ border-radius: 50%;
50
+ background-color: #FFF;
51
+ box-shadow: 0 0 2px rgb(0 0 0 / 50%);
46
52
  }
47
53
 
48
54
  &__label {
49
- font-family: inherit;
50
- font-style: inherit;
51
- font-weight: inherit;
52
- font-size: inherit;
53
- color: inherit;
54
- line-height: 24px;
55
-
56
55
  margin-left: 4px;
56
+
57
57
  user-select: none;
58
58
  text-align: left;
59
59
 
60
+ color: inherit;
61
+
62
+ font-family: inherit;
63
+ font-size: inherit;
64
+ font-weight: inherit;
65
+ font-style: inherit;
66
+ line-height: 24px;
67
+
60
68
  &_bold {
61
69
  font-weight: 500;
62
70
  }
@@ -69,12 +77,12 @@
69
77
 
70
78
  &__hint {
71
79
  margin-left: 5px;
80
+
72
81
  .hint__button {
73
82
  svg {
74
- min-width: 16px;
75
83
  width: 16px;
84
+ min-width: 16px;
76
85
  }
77
86
  }
78
87
  }
79
88
  }
80
-
@@ -1,6 +1,7 @@
1
1
  .any-outer-class__switcher {
2
- font-style: normal;
2
+ color: #1E1E2D;
3
+
3
4
  font-size: 12px;
5
+ font-style: normal;
4
6
  line-height: 20px;
5
- color: #1E1E2D;
6
- }
7
+ }
@@ -1,18 +1,20 @@
1
1
  // @import '../../scss/main.scss';
2
2
 
3
3
  .switcher-hide {
4
- width: 100%;
5
4
  display: inline-block;
6
5
 
7
- &__switcher, &__content {
8
- margin-bottom: 8px;
6
+ width: 100%;
7
+
8
+ &__switcher,
9
+ &__content {
10
+ margin-bottom: 8px;
9
11
  }
10
12
 
11
13
  &__switcher {
12
14
  font-family: inherit;
13
- font-style: inherit;
14
- font-weight:inherit;
15
15
  font-size: inherit;
16
+ font-weight: inherit;
17
+ font-style: inherit;
16
18
  line-height: inherit;
17
19
  }
18
20
 
@@ -21,11 +23,12 @@
21
23
  }
22
24
 
23
25
  &_disabled {
24
- opacity: 0.5;
25
26
  pointer-events: none;
26
27
 
28
+ opacity: 0.5;
29
+
27
30
  // & * {
28
31
  // pointer-events: none;
29
32
  // }
30
33
  }
31
- }
34
+ }
@@ -1,6 +1,7 @@
1
1
  .any-outer-class__switcher-hide {
2
- font-style: normal;
2
+ color: #1E1E2D;
3
+
3
4
  font-size: 12px;
5
+ font-style: normal;
4
6
  line-height: 20px;
5
- color: #1E1E2D;
6
- }
7
+ }
@@ -1,18 +1,20 @@
1
1
  // @import '../../scss/main.scss';
2
2
 
3
3
  .switcher-hide {
4
- width: 100%;
5
4
  display: inline-block;
6
5
 
7
- &__switcher, &__content {
8
- margin-bottom: 8px;
6
+ width: 100%;
7
+
8
+ &__switcher,
9
+ &__content {
10
+ margin-bottom: 8px;
9
11
  }
10
12
 
11
13
  &__switcher {
12
14
  font-family: inherit;
13
- font-style: inherit;
14
- font-weight:inherit;
15
15
  font-size: inherit;
16
+ font-weight: inherit;
17
+ font-style: inherit;
16
18
  line-height: inherit;
17
19
  }
18
20
 
@@ -21,11 +23,12 @@
21
23
  }
22
24
 
23
25
  &_disabled {
24
- opacity: 0.5;
25
26
  pointer-events: none;
26
27
 
28
+ opacity: 0.5;
29
+
27
30
  // & * {
28
31
  // pointer-events: none;
29
32
  // }
30
33
  }
31
- }
34
+ }
@@ -1,6 +1,7 @@
1
1
  .any-outer-class__switcher-hide {
2
- font-style: normal;
2
+ color: #1E1E2D;
3
+
3
4
  font-size: 12px;
5
+ font-style: normal;
4
6
  line-height: 20px;
5
- color: #1E1E2D;
6
- }
7
+ }
@@ -7,6 +7,7 @@
7
7
 
8
8
  &__radio {
9
9
  margin-bottom: 10px;
10
+
10
11
  &:not(:last-child) {
11
12
  margin-right: 29px;
12
13
  }
@@ -1,6 +1,7 @@
1
1
  .any-outer-class__switcher-radio {
2
- font-style: normal;
2
+ color: #1E1E2D;
3
+
3
4
  font-size: 12px;
5
+ font-style: normal;
4
6
  line-height: 20px;
5
- color: #1E1E2D;
6
- }
7
+ }
@@ -1,24 +1,27 @@
1
1
  // @import './../../scss/main.scss';
2
2
 
3
3
  .switcher-range {
4
- height: 56px;
5
- &__row {
6
- display: flex;
7
- align-items: center;
8
- margin-top: 8px;
9
- }
4
+ height: 56px;
5
+
6
+ &__row {
7
+ display: flex;
8
+ align-items: center;
9
+
10
+ margin-top: 8px;
11
+ }
10
12
 
11
- &__input{
12
- width: 68px;
13
+ &__input {
14
+ width: 68px;
15
+
16
+ &_first {
17
+ margin-right: 16px;
18
+ }
13
19
 
14
- &_first {
15
- margin-right: 16px;
16
- }
20
+ &-label {
21
+ margin-right: 16px;
17
22
 
18
- &-label {
19
- font-size: 12px;
20
- line-height: 24px;
21
- margin-right: 16px;
22
- }
23
+ font-size: 12px;
24
+ line-height: 24px;
23
25
  }
26
+ }
24
27
  }
@@ -9,4 +9,4 @@
9
9
  // // min-height: 26px;
10
10
  // // align-items: center;
11
11
  // // }
12
- // }
12
+ // }
@@ -1,28 +1,26 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
1
+ @import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap";
2
2
 
3
3
  .any-outer-class__switcher-range-list {
4
4
  .switcher {
5
- font-style: normal;
5
+ color: #1E1E2D;
6
+
6
7
  font-size: 12px;
8
+ font-style: normal;
7
9
  line-height: 20px;
8
- color: #1E1E2D;
9
10
  }
10
11
 
11
12
  .switcher-range-list__range-list {
12
- // font-family: 'Palette Mosaic', 'cursive';
13
-
14
- font-family: 'Roboto', sans-serif;
15
-
16
- --border-color: #f4f7f9;
17
-
13
+ --border-color: #F4F7F9;
18
14
  --labels-font-size: 12px;
19
15
  --inputs-font-size: 13px;
20
16
  --values-font-size: 13px;
21
17
  --button-text-font-size: 13px;
22
-
23
18
  --labels-color: #1E1E2D;
24
- --inputs-color: #1e1e2d;
19
+ --inputs-color: #1E1E2D;
25
20
  --values-color: #1E1E2D;
21
+ // font-family: 'Palette Mosaic', 'cursive';
22
+
23
+ font-family: Roboto, sans-serif;
26
24
 
27
25
  .range-list__labels {
28
26
  line-height: 20px;
@@ -36,4 +34,4 @@
36
34
  font-weight: 300;
37
35
  }
38
36
  }
39
- }
37
+ }
@@ -90,7 +90,7 @@ var SwitcherTagsDropdown = function SwitcherTagsDropdown(_ref) {
90
90
  };
91
91
  };
92
92
 
93
- var textToArray = (textValue === null || textValue === void 0 ? void 0 : (_textValue$split = textValue.split) === null || _textValue$split === void 0 ? void 0 : _textValue$split.call(textValue, ',')).map(function (item) {
93
+ var textToArray = textValue === null || textValue === void 0 ? void 0 : (_textValue$split = textValue.split) === null || _textValue$split === void 0 ? void 0 : _textValue$split.call(textValue, ',').map(function (item) {
94
94
  return item.toString().trim();
95
95
  }).filter(function (item) {
96
96
  return !!item;