@myunisoft/design-system 0.23.0 → 0.23.2

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.css CHANGED
@@ -1,44 +1,3 @@
1
- .t5EYra_inputContainer {
2
- height: 24px;
3
- background-color: #ebebeb;
4
- align-items: center;
5
- display: flex;
6
- }
7
-
8
- .t5EYra_inputContainer .t5EYra_searchIcon {
9
- align-items: center;
10
- margin-left: 8px;
11
- margin-right: 8px;
12
- display: flex;
13
- }
14
-
15
- .t5EYra_inputContainer .t5EYra_inputSearch {
16
- width: 100%;
17
- height: 16px;
18
- margin-right: 8px;
19
- display: flex;
20
- position: relative;
21
- }
22
-
23
- .t5EYra_inputContainer .t5EYra_inputSearch input {
24
- width: 100%;
25
- border: 0;
26
- outline: 0;
27
- padding-left: 5px;
28
- font-size: 13px;
29
- }
30
-
31
- .t5EYra_inputContainer .t5EYra_inputSearch input:focus {
32
- outline: none !important;
33
- }
34
-
35
- .t5EYra_inputContainer .t5EYra_inputSearch .t5EYra_closeIcon {
36
- height: 10px;
37
- position: absolute;
38
- top: 3px;
39
- right: 3px;
40
- }
41
-
42
1
  .h8cnOq_autoCompleteContainer {
43
2
  height: 50px;
44
3
  width: 100%;
@@ -101,95 +60,60 @@
101
60
  border-bottom: 2px solid #0bd1d1;
102
61
  }
103
62
 
104
- ._1WQQUG_selectorContainer {
105
- align-items: flex-end;
106
- display: flex;
107
- }
108
-
109
- ._1WQQUG_selectorContainer ._1WQQUG_description {
110
- color: #000;
111
- font-size: 14px;
63
+ .SaImvG_resultsContainer {
64
+ z-index: 9;
65
+ background-color: #fff;
66
+ padding: 4px;
67
+ box-shadow: 0 2px 2px #0000001a;
112
68
  }
113
69
 
114
- ._1WQQUG_selectorContainer ._1WQQUG_description._1WQQUG_search {
70
+ .SaImvG_resultsContainer .SaImvG_noResult {
71
+ text-align: center;
115
72
  color: #9b9b9b;
73
+ margin-top: 15px;
74
+ margin-bottom: 10px;
75
+ font-size: 16px;
116
76
  }
117
77
 
118
- ._1WQQUG_selectorContainer ._1WQQUG_chipsContainer {
119
- height: 100%;
120
- flex-direction: row;
78
+ .t5EYra_inputContainer {
79
+ height: 24px;
80
+ background-color: #ebebeb;
121
81
  align-items: center;
122
82
  display: flex;
123
83
  }
124
84
 
125
- ._8FpR1a_listChips {
126
- height: 100%;
127
- flex-direction: row;
85
+ .t5EYra_inputContainer .t5EYra_searchIcon {
128
86
  align-items: center;
87
+ margin-left: 8px;
88
+ margin-right: 8px;
129
89
  display: flex;
130
90
  }
131
91
 
132
- ._8FpR1a_listChips ._8FpR1a_otherChips {
133
- height: 100%;
134
- display: flex;
135
- }
136
-
137
- ._8FpR1a_listChips ._8FpR1a_chips {
138
- height: 100%;
139
- margin-right: 4px;
92
+ .t5EYra_inputContainer .t5EYra_inputSearch {
93
+ width: 100%;
94
+ height: 16px;
95
+ margin-right: 8px;
140
96
  display: flex;
97
+ position: relative;
141
98
  }
142
99
 
143
- ._8FpR1a_toolTipsList {
144
- max-height: 118px;
145
- font-weight: normal;
146
- overflow: auto;
147
- }
148
-
149
- ._8FpR1a_toolTipsList ._8FpR1a_lineChips {
150
- text-overflow: ellipsis;
151
- white-space: nowrap;
152
- overflow: hidden;
153
- }
154
-
155
- .hEY9kq_chips {
156
- color: #0bd1d1;
157
- height: 100%;
158
- background-color: #cef6f6;
159
- border-radius: 50px;
160
- flex-direction: row;
161
- align-items: center;
162
- padding-left: 10px;
163
- padding-right: 10px;
164
- font-size: 12px;
165
- display: inline-flex;
166
- }
167
-
168
- .hEY9kq_chips .hEY9kq_close {
169
- cursor: pointer;
170
- margin-left: 5px;
171
- padding: 3px 2px;
172
- }
173
-
174
- .SaImvG_resultsContainer {
175
- z-index: 9;
176
- background-color: #fff;
177
- padding: 4px;
178
- box-shadow: 0 2px 2px #0000001a;
100
+ .t5EYra_inputContainer .t5EYra_inputSearch input {
101
+ width: 100%;
102
+ border: 0;
103
+ outline: 0;
104
+ padding-left: 5px;
105
+ font-size: 13px;
179
106
  }
180
107
 
181
- .SaImvG_resultsContainer .SaImvG_noResult {
182
- text-align: center;
183
- color: #9b9b9b;
184
- margin-top: 15px;
185
- margin-bottom: 10px;
186
- font-size: 16px;
108
+ .t5EYra_inputContainer .t5EYra_inputSearch input:focus {
109
+ outline: none !important;
187
110
  }
188
111
 
189
- .vK5M_a_allOptions {
190
- margin-top: 2px;
191
- margin-bottom: 5px;
192
- font-weight: bold;
112
+ .t5EYra_inputContainer .t5EYra_inputSearch .t5EYra_closeIcon {
113
+ height: 10px;
114
+ position: absolute;
115
+ top: 3px;
116
+ right: 3px;
193
117
  }
194
118
 
195
119
  .kMx4ia_line {
@@ -265,4 +189,80 @@
265
189
  cursor: initial;
266
190
  }
267
191
 
192
+ .vK5M_a_allOptions {
193
+ margin-top: 2px;
194
+ margin-bottom: 5px;
195
+ font-weight: bold;
196
+ }
197
+
198
+ ._1WQQUG_selectorContainer {
199
+ align-items: flex-end;
200
+ display: flex;
201
+ }
202
+
203
+ ._1WQQUG_selectorContainer ._1WQQUG_description {
204
+ color: #000;
205
+ font-size: 14px;
206
+ }
207
+
208
+ ._1WQQUG_selectorContainer ._1WQQUG_description._1WQQUG_search {
209
+ color: #9b9b9b;
210
+ }
211
+
212
+ ._1WQQUG_selectorContainer ._1WQQUG_chipsContainer {
213
+ height: 100%;
214
+ flex-direction: row;
215
+ align-items: center;
216
+ display: flex;
217
+ }
218
+
219
+ .hEY9kq_chips {
220
+ color: #0bd1d1;
221
+ height: 100%;
222
+ background-color: #cef6f6;
223
+ border-radius: 50px;
224
+ flex-direction: row;
225
+ align-items: center;
226
+ padding-left: 10px;
227
+ padding-right: 10px;
228
+ font-size: 12px;
229
+ display: inline-flex;
230
+ }
231
+
232
+ .hEY9kq_chips .hEY9kq_close {
233
+ cursor: pointer;
234
+ margin-left: 5px;
235
+ padding: 3px 2px;
236
+ }
237
+
238
+ ._8FpR1a_listChips {
239
+ height: 100%;
240
+ flex-direction: row;
241
+ align-items: center;
242
+ display: flex;
243
+ }
244
+
245
+ ._8FpR1a_listChips ._8FpR1a_otherChips {
246
+ height: 100%;
247
+ display: flex;
248
+ }
249
+
250
+ ._8FpR1a_listChips ._8FpR1a_chips {
251
+ height: 100%;
252
+ margin-right: 4px;
253
+ display: flex;
254
+ }
255
+
256
+ ._8FpR1a_toolTipsList {
257
+ max-height: 118px;
258
+ font-weight: normal;
259
+ overflow: auto;
260
+ }
261
+
262
+ ._8FpR1a_toolTipsList ._8FpR1a_lineChips {
263
+ text-overflow: ellipsis;
264
+ white-space: nowrap;
265
+ overflow: hidden;
266
+ }
267
+
268
268
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"mappings":"AAAA;;;;;;;AAME;;;;;;;AAOA;;;;;;;;AAOE;;;;;;;;AAOE;;;;AAIF;;;;;;;AC/BJ;;;;;;;;AAOE;;;;;;AAIE;;;;AAGA;;;;AAKF;;;;;AAIE;;;;;;AAKE;;;;;AAGE;;;;AAKF;;;;;;AAQJ;;;;;;AAIE;;;;AAIA;;;;ACpDJ;;;;;AAIE;;;;;AAIE;;;;AAKF;;;;;;;ACbF;;;;;;;AAME;;;;;AAKA;;;;;;AAMF;;;;;;AAKE;;;;;;ACtBF;;;;;;;;;;;;;AAYE;;;;;;ACZF;;;;;;;AAME;;;;;;;;ACNF;;;;;;ACAA;;;;;;;;AAQE;;;;;;AAKA;;;;AAEE;;;;AAKF;;;;;AAKA;;;;;;;;;;ACzBF;;;;;;;;AAME;;;;AAIA;;;;;;;AAME;;;;;AAGE;;;;AAMJ;;;;AAGE","sources":["src/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Selector/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/styles.module.scss","src/components/basics/Chips/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles.module.scss","src/components/basics/Checkbox/styles.module.scss"],"sourcesContent":[".inputContainer {\r\n display: flex;\r\n align-items: center;\r\n height: 24px;\r\n background-color: #ebebeb;\r\n\r\n .searchIcon {\r\n display: flex;\r\n align-items: center;\r\n margin-left: 8px;\r\n margin-right: 8px;\r\n }\r\n\r\n .inputSearch {\r\n position: relative;\r\n display: flex;\r\n width: 100%;\r\n height: 16px;\r\n margin-right: 8px;\r\n\r\n input {\r\n border: 0;\r\n outline: 0;\r\n font-size: 13px;\r\n width: 100%;\r\n padding-left: 5px;\r\n\r\n &:focus {\r\n outline: none !important;\r\n }\r\n }\r\n .closeIcon {\r\n height: 10px;\r\n position: absolute;\r\n right: 3px;\r\n top: 3px;\r\n }\r\n }\r\n}\r\n",".autoCompleteContainer {\r\n display: flex;\r\n flex-direction: column;\r\n height: 50px;\r\n width: 100%;\r\n min-width: 170px;\r\n\r\n & .label {\r\n font-size: 12px;\r\n color: #9b9b9b;\r\n margin-bottom: 4px;\r\n &.search {\r\n color: #0bd1d1;\r\n }\r\n &.isError {\r\n color: #fe3a5e;\r\n }\r\n }\r\n\r\n .selector {\r\n display: flex;\r\n height: 24px;\r\n\r\n .icons {\r\n margin-left: auto;\r\n display: flex;\r\n flex-direction: row;\r\n\r\n .dropDownIcon {\r\n width: 12px;\r\n margin-left: 8px;\r\n &.rotated {\r\n transform: rotate(180deg);\r\n }\r\n }\r\n\r\n .clear {\r\n width: 12px;\r\n margin-left: auto;\r\n cursor: pointer;\r\n }\r\n }\r\n }\r\n\r\n .border {\r\n width: 100%;\r\n margin-top: 5px;\r\n border-bottom: 2px solid #d7d7d7;\r\n &.isError {\r\n border-bottom: 2px solid #fe3a5e;\r\n }\r\n\r\n &.open {\r\n border-bottom: 2px solid #0bd1d1;\r\n }\r\n }\r\n}\r\n",".selectorContainer {\r\n display: flex;\r\n align-items: flex-end;\r\n\r\n .description {\r\n font-size: 14px;\r\n color: #000;\r\n\r\n &.search {\r\n color: #9b9b9b;\r\n }\r\n }\r\n\r\n .chipsContainer {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n height: 100%;\r\n }\r\n}\r\n",".listChips {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n height: 100%;\r\n\r\n .otherChips {\r\n display: flex;\r\n height: 100%;\r\n }\r\n\r\n .chips {\r\n margin-right: 4px;\r\n display: flex;\r\n height: 100%;\r\n }\r\n}\r\n.toolTipsList {\r\n max-height: 118px;\r\n overflow: auto;\r\n font-weight: normal;\r\n\r\n .lineChips {\r\n text-overflow: ellipsis;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n }\r\n}\r\n",".chips {\r\n display: inline-flex;\r\n flex-direction: row;\r\n align-items: center;\r\n background-color: #cef6f6;\r\n color: #0bd1d1;\r\n border-radius: 50px;\r\n height: 100%;\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n font-size: 12px;\r\n\r\n .close {\r\n margin-left: 5px;\r\n cursor: pointer;\r\n padding-top: 3px;\r\n padding-bottom: 3px;\r\n padding-right: 2px;\r\n padding-left: 2px;\r\n }\r\n // &:global(.disabled) {\r\n // background-color: #e3e3e3;\r\n // color: #6e6e6e\r\n // }\r\n}\r\n",".resultsContainer {\r\n box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);\r\n padding: 4px;\r\n background-color: #ffffff;\r\n z-index: 9;\r\n\r\n .noResult {\r\n text-align: center;\r\n margin-top: 15px;\r\n color: #9b9b9b;\r\n font-size: 16px;\r\n margin-bottom: 10px;\r\n }\r\n\r\n}\r\n",".allOptions {\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n margin-top: 2px;\r\n}\r\n\r\n",".line {\r\n display: flex;\r\n height: 30px;\r\n margin-top: 0px;\r\n align-items: center;\r\n padding-left: 8px;\r\n margin-top: 2px;\r\n\r\n &:hover {\r\n cursor: pointer;\r\n transition-duration: 300ms;\r\n background-color: #ebebeb;\r\n }\r\n &.disabled {\r\n color: #c3c3c3;\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n\r\n & .checkboxContainer {\r\n height: 14px;\r\n width: 14px;\r\n }\r\n\r\n & .label {\r\n margin-left: 8px;\r\n overflow: hidden;\r\n text-align: left;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n width: 100%;\r\n font-size: 14px;\r\n }\r\n}\r\n",".checkbox {\r\n height: 100%;\r\n width: 100%;\r\n border-radius: 2px;\r\n border: 2px solid #d7d7d7;\r\n box-sizing: border-box;\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n\r\n &.checked {\r\n border: 2px solid #0bd1d1;\r\n color: #0bd1d1;\r\n background-color: #0bd1d1;\r\n color: white;\r\n\r\n &.disabled {\r\n border: 2px solid #c3c3c3;\r\n background-color: #c3c3c3;\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n }\r\n\r\n &.disabled {\r\n border: 2px solid #c3c3c3;\r\n\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n}\r\n"],"names":[],"version":3,"file":"index.css.map"}
1
+ {"mappings":"AAAA;;;;;;;;AAOE;;;;;;AAIE;;;;AAGA;;;;AAKF;;;;;AAIE;;;;;;AAKE;;;;;AAGE;;;;AAKF;;;;;;AAQJ;;;;;;AAIE;;;;AAIA;;;;ACpDJ;;;;;;;AAME;;;;;;;;ACNF;;;;;;;AAME;;;;;;;AAOA;;;;;;;;AAOE;;;;;;;;AAOE;;;;AAIF;;;;;;;AC/BJ;;;;;;;;AAQE;;;;;;AAKA;;;;AAEE;;;;AAKF;;;;;AAKA;;;;;;;;;;ACzBF;;;;;;;;AAME;;;;AAIA;;;;;;;AAME;;;;;AAGE;;;;AAMJ;;;;AAGE;;;;AC5BJ;;;;;;ACAA;;;;;AAIE;;;;;AAIE;;;;AAKF;;;;;;;ACbF;;;;;;;;;;;;;AAYE;;;;;;ACZF;;;;;;;AAME;;;;;AAKA;;;;;;AAMF;;;;;;AAKE","sources":["src/components/Autocomplete/AutocompleteMultiple/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles.module.scss","src/components/basics/Checkbox/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Selector/styles.module.scss","src/components/basics/Chips/styles.module.scss","src/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/styles.module.scss"],"sourcesContent":[".autoCompleteContainer {\r\n display: flex;\r\n flex-direction: column;\r\n height: 50px;\r\n width: 100%;\r\n min-width: 170px;\r\n\r\n & .label {\r\n font-size: 12px;\r\n color: #9b9b9b;\r\n margin-bottom: 4px;\r\n &.search {\r\n color: #0bd1d1;\r\n }\r\n &.isError {\r\n color: #fe3a5e;\r\n }\r\n }\r\n\r\n .selector {\r\n display: flex;\r\n height: 24px;\r\n\r\n .icons {\r\n margin-left: auto;\r\n display: flex;\r\n flex-direction: row;\r\n\r\n .dropDownIcon {\r\n width: 12px;\r\n margin-left: 8px;\r\n &.rotated {\r\n transform: rotate(180deg);\r\n }\r\n }\r\n\r\n .clear {\r\n width: 12px;\r\n margin-left: auto;\r\n cursor: pointer;\r\n }\r\n }\r\n }\r\n\r\n .border {\r\n width: 100%;\r\n margin-top: 5px;\r\n border-bottom: 2px solid #d7d7d7;\r\n &.isError {\r\n border-bottom: 2px solid #fe3a5e;\r\n }\r\n\r\n &.open {\r\n border-bottom: 2px solid #0bd1d1;\r\n }\r\n }\r\n}\r\n",".resultsContainer {\r\n box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);\r\n padding: 4px;\r\n background-color: #ffffff;\r\n z-index: 9;\r\n\r\n .noResult {\r\n text-align: center;\r\n margin-top: 15px;\r\n color: #9b9b9b;\r\n font-size: 16px;\r\n margin-bottom: 10px;\r\n }\r\n\r\n}\r\n",".inputContainer {\r\n display: flex;\r\n align-items: center;\r\n height: 24px;\r\n background-color: #ebebeb;\r\n\r\n .searchIcon {\r\n display: flex;\r\n align-items: center;\r\n margin-left: 8px;\r\n margin-right: 8px;\r\n }\r\n\r\n .inputSearch {\r\n position: relative;\r\n display: flex;\r\n width: 100%;\r\n height: 16px;\r\n margin-right: 8px;\r\n\r\n input {\r\n border: 0;\r\n outline: 0;\r\n font-size: 13px;\r\n width: 100%;\r\n padding-left: 5px;\r\n\r\n &:focus {\r\n outline: none !important;\r\n }\r\n }\r\n .closeIcon {\r\n height: 10px;\r\n position: absolute;\r\n right: 3px;\r\n top: 3px;\r\n }\r\n }\r\n}\r\n",".line {\r\n display: flex;\r\n height: 30px;\r\n margin-top: 0px;\r\n align-items: center;\r\n padding-left: 8px;\r\n margin-top: 2px;\r\n\r\n &:hover {\r\n cursor: pointer;\r\n transition-duration: 300ms;\r\n background-color: #ebebeb;\r\n }\r\n &.disabled {\r\n color: #c3c3c3;\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n\r\n & .checkboxContainer {\r\n height: 14px;\r\n width: 14px;\r\n }\r\n\r\n & .label {\r\n margin-left: 8px;\r\n overflow: hidden;\r\n text-align: left;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n width: 100%;\r\n font-size: 14px;\r\n }\r\n}\r\n",".checkbox {\r\n height: 100%;\r\n width: 100%;\r\n border-radius: 2px;\r\n border: 2px solid #d7d7d7;\r\n box-sizing: border-box;\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n\r\n &.checked {\r\n border: 2px solid #0bd1d1;\r\n color: #0bd1d1;\r\n background-color: #0bd1d1;\r\n color: white;\r\n\r\n &.disabled {\r\n border: 2px solid #c3c3c3;\r\n background-color: #c3c3c3;\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n }\r\n\r\n &.disabled {\r\n border: 2px solid #c3c3c3;\r\n\r\n &:hover {\r\n cursor: initial;\r\n }\r\n }\r\n}\r\n",".allOptions {\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n margin-top: 2px;\r\n}\r\n\r\n",".selectorContainer {\r\n display: flex;\r\n align-items: flex-end;\r\n\r\n .description {\r\n font-size: 14px;\r\n color: #000;\r\n\r\n &.search {\r\n color: #9b9b9b;\r\n }\r\n }\r\n\r\n .chipsContainer {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n height: 100%;\r\n }\r\n}\r\n",".chips {\r\n display: inline-flex;\r\n flex-direction: row;\r\n align-items: center;\r\n background-color: #cef6f6;\r\n color: #0bd1d1;\r\n border-radius: 50px;\r\n height: 100%;\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n font-size: 12px;\r\n\r\n .close {\r\n margin-left: 5px;\r\n cursor: pointer;\r\n padding-top: 3px;\r\n padding-bottom: 3px;\r\n padding-right: 2px;\r\n padding-left: 2px;\r\n }\r\n // &:global(.disabled) {\r\n // background-color: #e3e3e3;\r\n // color: #6e6e6e\r\n // }\r\n}\r\n",".listChips {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n height: 100%;\r\n\r\n .otherChips {\r\n display: flex;\r\n height: 100%;\r\n }\r\n\r\n .chips {\r\n margin-right: 4px;\r\n display: flex;\r\n height: 100%;\r\n }\r\n}\r\n.toolTipsList {\r\n max-height: 118px;\r\n overflow: auto;\r\n font-weight: normal;\r\n\r\n .lineChips {\r\n text-overflow: ellipsis;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n }\r\n}\r\n"],"names":[],"version":3,"file":"index.css.map"}