@zohodesk/components 1.0.0-temp-154 → 1.0.0-temp-155
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/README.md +4 -0
- package/es/Avatar/Avatar.module.css +8 -8
- package/es/AvatarTeam/AvatarTeam.module.css +33 -32
- package/es/Button/css/Button.module.css +49 -48
- package/es/Buttongroup/Buttongroup.module.css +10 -10
- package/es/CheckBox/CheckBox.module.css +14 -14
- package/es/DateTime/DateTime.module.css +32 -32
- package/es/DateTime/YearView.module.css +12 -12
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +42 -41
- package/es/DropDown/DropDown.module.css +2 -2
- package/es/DropDown/DropDownHeading.module.css +5 -5
- package/es/DropDown/DropDownItem.module.css +7 -7
- package/es/DropDown/DropDownSearch.module.css +3 -3
- package/es/DropDown/DropDownSeparator.module.css +2 -2
- package/es/Label/Label.module.css +6 -6
- package/es/ListItem/ListItem.module.css +37 -37
- package/es/MultiSelect/MultiSelect.module.css +25 -24
- package/es/MultiSelect/SelectedOptions.module.css +4 -4
- package/es/Radio/Radio.module.css +9 -9
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +1 -1
- package/es/Ribbon/Ribbon.module.css +44 -42
- package/es/Select/Select.module.css +19 -19
- package/es/Stencils/Stencils.module.css +13 -13
- package/es/Switch/Switch.module.css +22 -22
- package/es/Tab/Tab.module.css +10 -10
- package/es/Tab/Tabs.module.css +12 -12
- package/es/Tag/Tag.module.css +20 -20
- package/es/TextBox/TextBox.module.css +15 -14
- package/es/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/es/Textarea/Textarea.module.css +21 -21
- package/es/Tooltip/Tooltip.module.css +10 -3
- package/es/common/avatarsizes.module.css +16 -16
- package/es/common/boxShadow.module.css +1 -3
- package/es/common/customscroll.module.css +2 -0
- package/es/common/reset.module.css +1 -0
- package/es/deprecated/AdvancedMultiSelect.module.css +16 -16
- package/lib/Avatar/Avatar.module.css +8 -8
- package/lib/AvatarTeam/AvatarTeam.module.css +33 -32
- package/lib/Button/css/Button.module.css +49 -48
- package/lib/Buttongroup/Buttongroup.module.css +10 -10
- package/lib/CheckBox/CheckBox.module.css +14 -14
- package/lib/DateTime/DateTime.js +1 -1
- package/lib/DateTime/DateTime.module.css +32 -32
- package/lib/DateTime/DateTimePopupFooter.js +1 -1
- package/lib/DateTime/DateTimePopupHeader.js +1 -1
- package/lib/DateTime/DateWidget.js +1 -1
- package/lib/DateTime/DaysRow.js +1 -1
- package/lib/DateTime/Time.js +1 -1
- package/lib/DateTime/YearView.js +1 -1
- package/lib/DateTime/YearView.module.css +12 -12
- package/lib/DateTime/dateFormatUtils/timeChange.js +1 -1
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +42 -41
- package/lib/DropDown/DropDown.module.css +2 -2
- package/lib/DropDown/DropDownHeading.module.css +5 -5
- package/lib/DropDown/DropDownItem.module.css +7 -7
- package/lib/DropDown/DropDownSearch.module.css +3 -3
- package/lib/DropDown/DropDownSeparator.module.css +2 -2
- package/lib/Label/Label.js +3 -1
- package/lib/Label/Label.module.css +6 -6
- package/lib/ListItem/ListContainer.js +1 -1
- package/lib/ListItem/ListItem.js +1 -1
- package/lib/ListItem/ListItem.module.css +37 -37
- package/lib/ListItem/ListItemWithAvatar.js +1 -1
- package/lib/ListItem/ListItemWithIcon.js +1 -1
- package/lib/Modal/Modal.js +1 -1
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
- package/lib/MultiSelect/AdvancedMultiSelect.js +1 -2
- package/lib/MultiSelect/EmptyState.js +1 -1
- package/lib/MultiSelect/MultiSelect.js +1 -2
- package/lib/MultiSelect/MultiSelect.module.css +25 -24
- package/lib/MultiSelect/MultiSelectHeader.js +1 -1
- package/lib/MultiSelect/MultiSelectWithAvatar.js +1 -1
- package/lib/MultiSelect/SelectedOptions.js +1 -1
- package/lib/MultiSelect/SelectedOptions.module.css +4 -4
- package/lib/MultiSelect/Suggestions.js +1 -1
- package/lib/Popup/Popup.js +1 -1
- package/lib/Popup/__tests__/Popup.spec.js +1 -1
- package/lib/Radio/Radio.js +1 -1
- package/lib/Radio/Radio.module.css +9 -9
- package/lib/Responsive/CustomResponsive.js +0 -1
- package/lib/Responsive/ResizeComponent.js +3 -1
- package/lib/Responsive/Responsive.js +1 -1
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +1 -1
- package/lib/Ribbon/Ribbon.js +1 -1
- package/lib/Ribbon/Ribbon.module.css +44 -42
- package/lib/Select/GroupSelect.js +1 -1
- package/lib/Select/Select.js +1 -2
- package/lib/Select/Select.module.css +19 -19
- package/lib/Select/SelectWithAvatar.js +1 -1
- package/lib/Select/SelectWithIcon.js +1 -1
- package/lib/Select/__tests__/Select.spec.js +1 -1
- package/lib/Stencils/Stencils.js +1 -1
- package/lib/Stencils/Stencils.module.css +13 -13
- package/lib/Switch/Switch.module.css +22 -22
- package/lib/Tab/Tab.js +1 -1
- package/lib/Tab/Tab.module.css +10 -10
- package/lib/Tab/Tabs.js +7 -1
- package/lib/Tab/Tabs.module.css +12 -12
- package/lib/Tag/Tag.module.css +20 -20
- package/lib/TextBox/TextBox.js +1 -1
- package/lib/TextBox/TextBox.module.css +15 -14
- package/lib/TextBoxIcon/TextBoxIcon.module.css +2 -1
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -1
- package/lib/Textarea/Textarea.js +1 -1
- package/lib/Textarea/Textarea.module.css +21 -21
- package/lib/Tooltip/Tooltip.module.css +10 -3
- package/lib/common/avatarsizes.module.css +16 -16
- package/lib/common/boxShadow.module.css +1 -3
- package/lib/common/customscroll.module.css +2 -0
- package/lib/common/reset.module.css +1 -0
- package/lib/deprecated/AdvancedMultiSelect.module.css +16 -16
- package/lib/deprecated/PortalLayer/PortalLayer.js +1 -1
- package/lib/utils/dropDownUtils.js +1 -1
- package/package.json +20 -13
package/lib/Ribbon/Ribbon.js
CHANGED
|
@@ -21,7 +21,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
21
21
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
22
22
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
23
23
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
24
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
24
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint css-modules/no-unused-class: [2, { markAsUsed: [default, flag, plain, ribbon, box, stamp, sticker, small, medium, large, xlarge, palette_default, palette_danger, palette_primary, palette_secondary, palette_info, palette_dark, plain_default, plain_danger, plain_primary, plain_secondary, plain_info, plain_dark, tag] }] */
|
|
25
25
|
var Ribbon = /*#__PURE__*/function (_React$Component) {
|
|
26
26
|
_inherits(Ribbon, _React$Component);
|
|
27
27
|
var _super = _createSuper(Ribbon);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--ribbon_padding: 0;
|
|
4
4
|
--ribbon_text_color: var(--zdt_ribbon_default_text);
|
|
5
5
|
--ribbon_text_transform: none;
|
|
6
|
-
--ribbon_font_size:
|
|
6
|
+
--ribbon_font_size: 13px;
|
|
7
7
|
--ribbon_bg_color: var(--zdt_ribbon_default_bg);
|
|
8
8
|
--ribbon_box_shadow: none;
|
|
9
9
|
--ribbon_border_width: 0;
|
|
@@ -13,22 +13,22 @@
|
|
|
13
13
|
/* flag ribbon default variable */
|
|
14
14
|
|
|
15
15
|
/* tag ribbon default variables */
|
|
16
|
-
--ribbon_tag_before_top:
|
|
16
|
+
--ribbon_tag_before_top: 3px;
|
|
17
17
|
--ribbon_tag_before_border_style: solid;
|
|
18
18
|
--ribbon_tag_before_border_color: var(--zdt_ribbon_default_tag_border);
|
|
19
|
-
--ribbon_tag_before_width:
|
|
20
|
-
--ribbon_tag_before_height:
|
|
21
|
-
--ribbon_tag_before_left: calc(
|
|
19
|
+
--ribbon_tag_before_width: 20px;
|
|
20
|
+
--ribbon_tag_before_height: 20px;
|
|
21
|
+
--ribbon_tag_before_left: calc(10px * -1);
|
|
22
22
|
--ribbon_tag_before_border_radius: 3px 0 0 0;
|
|
23
23
|
}[dir=ltr] .varClass {
|
|
24
|
-
--ribbon_flag_border_width:
|
|
25
|
-
/*rtl:
|
|
24
|
+
--ribbon_flag_border_width: 14px 12px 14px 0
|
|
25
|
+
/*rtl: 14px 0 14px 12px*/
|
|
26
26
|
;
|
|
27
27
|
--ribbon_tag_before_border_width: 1px 0 0 1px
|
|
28
28
|
/*rtl: 1px 1px 0 0*/
|
|
29
29
|
;
|
|
30
30
|
}[dir=rtl] .varClass {
|
|
31
|
-
--ribbon_flag_border_width:
|
|
31
|
+
--ribbon_flag_border_width: 14px 12px 14px 0 ;
|
|
32
32
|
--ribbon_tag_before_border_width: 1px 0 0 1px ;
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -60,26 +60,26 @@
|
|
|
60
60
|
.default {
|
|
61
61
|
composes: semibold from '../common/common.module.css';
|
|
62
62
|
display: block;
|
|
63
|
-
--ribbon_padding:
|
|
63
|
+
--ribbon_padding: 5px 20px;
|
|
64
64
|
--ribbon_text_color: var(--zdt_ribbon_white_text);
|
|
65
65
|
--ribbon_text_transform: uppercase;
|
|
66
66
|
text-align: center;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.small {
|
|
70
|
-
--ribbon_font_size:
|
|
70
|
+
--ribbon_font_size: 9px;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.medium {
|
|
74
|
-
--ribbon_font_size:
|
|
74
|
+
--ribbon_font_size: 11px;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.large {
|
|
78
|
-
--ribbon_font_size:
|
|
78
|
+
--ribbon_font_size: 13px;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.xlarge {
|
|
82
|
-
--ribbon_font_size:
|
|
82
|
+
--ribbon_font_size: 14px;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.palette_default {
|
|
@@ -212,26 +212,29 @@
|
|
|
212
212
|
composes: dotted from '../common/common.module.css';
|
|
213
213
|
display: block;
|
|
214
214
|
--ribbon_text_color: var(--zdt_ribbon_white_text);
|
|
215
|
-
--ribbon_line_height:
|
|
215
|
+
--ribbon_line_height: 20px;
|
|
216
216
|
--ribbon_text_transform: uppercase;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
[dir=ltr] .flag {
|
|
220
|
-
--ribbon_padding:
|
|
221
|
-
/*rtl:
|
|
220
|
+
--ribbon_padding: 4px 24px 4px 6px
|
|
221
|
+
/*rtl: 4px 6px 4px 24px*/
|
|
222
222
|
;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
[dir=rtl] .flag {
|
|
226
|
-
--ribbon_padding:
|
|
226
|
+
--ribbon_padding: 4px 24px 4px 6px ;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.flag::after {
|
|
230
230
|
position: absolute;
|
|
231
|
+
/* Variable:Ignore */
|
|
231
232
|
top: -1px;
|
|
233
|
+
/* Variable:Ignore */
|
|
234
|
+
/* Variable:Ignore */
|
|
232
235
|
bottom: -1px;
|
|
233
236
|
content: '';
|
|
234
|
-
width:
|
|
237
|
+
width: 12px;
|
|
235
238
|
border-style: solid;
|
|
236
239
|
transform: translateZ(0);
|
|
237
240
|
border-width: var(--ribbon_flag_border_width);
|
|
@@ -257,8 +260,8 @@
|
|
|
257
260
|
display: block;
|
|
258
261
|
--ribbon_text_color: var(--zdt_ribbon_white_text);
|
|
259
262
|
--ribbon_text_transform: uppercase;
|
|
260
|
-
--ribbon_padding:
|
|
261
|
-
--ribbon_line_height:
|
|
263
|
+
--ribbon_padding: 6px 10px;
|
|
264
|
+
--ribbon_line_height: 20px;
|
|
262
265
|
text-align: center;
|
|
263
266
|
}
|
|
264
267
|
|
|
@@ -267,8 +270,8 @@
|
|
|
267
270
|
position: absolute;
|
|
268
271
|
content: '';
|
|
269
272
|
top: 100%;
|
|
270
|
-
height:
|
|
271
|
-
width:
|
|
273
|
+
height: 10px;
|
|
274
|
+
width: 10px;
|
|
272
275
|
}
|
|
273
276
|
|
|
274
277
|
.ribbon::after, .ribbon::before {
|
|
@@ -306,7 +309,7 @@
|
|
|
306
309
|
.tag {
|
|
307
310
|
composes: semibold from '../common/common.module.css';
|
|
308
311
|
display: inline-block;
|
|
309
|
-
height:
|
|
312
|
+
height: 28px;
|
|
310
313
|
border-style: solid;
|
|
311
314
|
border-color: var(--zdt_ribbon_default_tag_border);
|
|
312
315
|
}
|
|
@@ -318,17 +321,16 @@
|
|
|
318
321
|
border-radius: 0 3px 3px 0
|
|
319
322
|
/*rtl: 3px 0 0 3px*/
|
|
320
323
|
;
|
|
321
|
-
margin-left:
|
|
322
|
-
padding:
|
|
323
|
-
|
|
324
|
-
;
|
|
324
|
+
margin-left: 13px;
|
|
325
|
+
padding: 6px 8px 6px 5px
|
|
326
|
+
;
|
|
325
327
|
}
|
|
326
328
|
|
|
327
329
|
[dir=rtl] .tag {
|
|
328
330
|
border-width: 1px 0 1px 1px ;
|
|
329
331
|
border-radius: 3px 0 0 3px ;
|
|
330
|
-
margin-right:
|
|
331
|
-
padding:
|
|
332
|
+
margin-right: 13px;
|
|
333
|
+
padding: 6px 5px 6px 8px;
|
|
332
334
|
}
|
|
333
335
|
|
|
334
336
|
.tag::before {
|
|
@@ -357,19 +359,19 @@
|
|
|
357
359
|
.box {
|
|
358
360
|
display: inline-block;
|
|
359
361
|
--ribbon_bg_color: var(--zdt_ribbon_white_bg);
|
|
360
|
-
--ribbon_padding:
|
|
362
|
+
--ribbon_padding: 5px 8px;
|
|
361
363
|
border-radius: 3px;
|
|
362
364
|
}
|
|
363
365
|
|
|
364
366
|
.stamp {
|
|
365
367
|
display: inline-block;
|
|
366
|
-
--ribbon_padding:
|
|
368
|
+
--ribbon_padding: 3px 5px;
|
|
367
369
|
--ribbon_text_transform: uppercase;
|
|
368
370
|
}
|
|
369
371
|
|
|
370
372
|
.sticker {
|
|
371
373
|
display: block;
|
|
372
|
-
height:
|
|
374
|
+
height: 18px;
|
|
373
375
|
line-height: var(--zd_size11);
|
|
374
376
|
--ribbon_text_color: var(--zdt_ribbon_white_text);
|
|
375
377
|
--ribbon_text_transform: uppercase;
|
|
@@ -377,7 +379,7 @@
|
|
|
377
379
|
border-width: 1px 0;
|
|
378
380
|
border-style: solid;
|
|
379
381
|
border-color: var(--zdt_ribbon_flag_white_border);
|
|
380
|
-
padding:
|
|
382
|
+
padding: 3px 10px;
|
|
381
383
|
}
|
|
382
384
|
|
|
383
385
|
.after,
|
|
@@ -385,23 +387,23 @@
|
|
|
385
387
|
position: absolute;
|
|
386
388
|
top: 0;
|
|
387
389
|
bottom: 0;
|
|
388
|
-
width:
|
|
390
|
+
width: 10px;
|
|
389
391
|
}
|
|
390
392
|
|
|
391
393
|
[dir=ltr] .after {
|
|
392
|
-
right:
|
|
394
|
+
right: -2px;
|
|
393
395
|
}
|
|
394
396
|
|
|
395
397
|
[dir=rtl] .after {
|
|
396
|
-
left:
|
|
398
|
+
left: -2px;
|
|
397
399
|
}
|
|
398
400
|
|
|
399
401
|
[dir=ltr] .before {
|
|
400
|
-
left:
|
|
402
|
+
left: -8px;
|
|
401
403
|
}
|
|
402
404
|
|
|
403
405
|
[dir=rtl] .before {
|
|
404
|
-
right:
|
|
406
|
+
right: -8px;
|
|
405
407
|
}
|
|
406
408
|
|
|
407
409
|
.after::after,
|
|
@@ -409,8 +411,8 @@
|
|
|
409
411
|
.before::after,
|
|
410
412
|
.before::before {
|
|
411
413
|
position: absolute;
|
|
412
|
-
height:
|
|
413
|
-
width:
|
|
414
|
+
height: 7px;
|
|
415
|
+
width: 7px;
|
|
414
416
|
content: '';
|
|
415
417
|
}
|
|
416
418
|
|
|
@@ -443,11 +445,11 @@
|
|
|
443
445
|
}
|
|
444
446
|
|
|
445
447
|
[dir=ltr] .children {
|
|
446
|
-
margin-right:
|
|
448
|
+
margin-right: 4px;
|
|
447
449
|
}
|
|
448
450
|
|
|
449
451
|
[dir=rtl] .children {
|
|
450
|
-
margin-left:
|
|
452
|
+
margin-left: 4px;
|
|
451
453
|
}
|
|
452
454
|
|
|
453
455
|
.childText {
|
|
@@ -44,7 +44,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
44
44
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
45
45
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
46
46
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
47
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** Methods ****/
|
|
48
48
|
/* eslint-disable react/no-unused-prop-types */
|
|
49
49
|
/* eslint-disable react/sort-prop-types */
|
|
50
50
|
/* eslint-disable react/forbid-component-props */
|
package/lib/Select/Select.js
CHANGED
|
@@ -39,10 +39,9 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
39
39
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
42
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
42
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** Methods ****/ /**** CSS ****/
|
|
43
43
|
/* eslint-disable react/no-deprecated */
|
|
44
44
|
/* eslint-disable react/no-unused-prop-types */
|
|
45
|
-
|
|
46
45
|
var dummyArray = [];
|
|
47
46
|
var SelectComponent = /*#__PURE__*/function (_Component) {
|
|
48
47
|
_inherits(SelectComponent, _Component);
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
cursor: pointer;
|
|
3
3
|
}
|
|
4
4
|
.small {
|
|
5
|
-
max-height:
|
|
5
|
+
max-height: 200px;
|
|
6
6
|
}
|
|
7
7
|
.medium {
|
|
8
|
-
max-height:
|
|
8
|
+
max-height: 350px;
|
|
9
9
|
}
|
|
10
10
|
.large {
|
|
11
|
-
max-height:
|
|
11
|
+
max-height: 400px;
|
|
12
12
|
}
|
|
13
13
|
.emptyState {
|
|
14
|
-
font-size:
|
|
14
|
+
font-size: 14px;
|
|
15
15
|
color: var(--zdt_select_emptystate_text);
|
|
16
16
|
composes: semibold from '../common/common.module.css';
|
|
17
17
|
}
|
|
18
18
|
.box_small .emptyState {
|
|
19
|
-
padding:
|
|
19
|
+
padding: 12px 6px;
|
|
20
20
|
}
|
|
21
21
|
.box_medium .emptyState {
|
|
22
|
-
padding:
|
|
22
|
+
padding: 12px 15px;
|
|
23
23
|
}
|
|
24
24
|
.hide {
|
|
25
25
|
composes: vishidden from '../common/common.module.css';
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
position: relative;
|
|
29
29
|
}
|
|
30
30
|
.arrowIcon {
|
|
31
|
-
height:
|
|
31
|
+
height: 8px;
|
|
32
32
|
line-height: var(--zd_size8);
|
|
33
33
|
}
|
|
34
34
|
.small.search {
|
|
35
|
-
padding: 0
|
|
35
|
+
padding: 0 5px;
|
|
36
36
|
}
|
|
37
37
|
.medium.search {
|
|
38
|
-
padding:
|
|
38
|
+
padding: 3px 20px 0;
|
|
39
39
|
}
|
|
40
40
|
.title {
|
|
41
|
-
margin-bottom:
|
|
41
|
+
margin-bottom: 6px;
|
|
42
42
|
}
|
|
43
43
|
.groupTitle {
|
|
44
|
-
margin:
|
|
44
|
+
margin: 6px 0;
|
|
45
45
|
}
|
|
46
46
|
.listItemContainer {
|
|
47
|
-
padding:
|
|
47
|
+
padding: 10px 0;
|
|
48
48
|
}
|
|
49
49
|
.responsivelistItemContainer {
|
|
50
|
-
padding:
|
|
50
|
+
padding: 10px 0 0;
|
|
51
51
|
}
|
|
52
52
|
.readonly {
|
|
53
53
|
--textboxicon_icon_cursor: not-allowed;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
position: absolute;
|
|
69
69
|
top: 0;
|
|
70
70
|
bottom: 0;
|
|
71
|
-
width:
|
|
71
|
+
width: 30px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
[dir=ltr] .leftIcon {
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
right: 0;
|
|
80
80
|
}
|
|
81
81
|
[dir=ltr] .iconSelect {
|
|
82
|
-
padding-left:
|
|
82
|
+
padding-left: 30px;
|
|
83
83
|
}
|
|
84
84
|
[dir=rtl] .iconSelect {
|
|
85
|
-
padding-right:
|
|
85
|
+
padding-right: 30px;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.dropBoxList {
|
|
89
|
-
padding:
|
|
89
|
+
padding: 10px 0;
|
|
90
90
|
}
|
|
91
91
|
.responsivedropBoxList{
|
|
92
|
-
padding:
|
|
92
|
+
padding: 10px 0 0 0;
|
|
93
93
|
}
|
|
94
94
|
.rotate {
|
|
95
95
|
transform: rotateX(180deg);
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
visibility: visible;
|
|
106
106
|
}
|
|
107
107
|
.loader {
|
|
108
|
-
padding:
|
|
108
|
+
padding: 10px;
|
|
109
109
|
}
|
|
@@ -38,7 +38,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
38
38
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
40
40
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
41
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
42
42
|
var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
43
43
|
_inherits(SelectWithAvatarComponent, _SelectComponent);
|
|
44
44
|
var _super = _createSuper(SelectWithAvatarComponent);
|
|
@@ -35,7 +35,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
35
35
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
36
36
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
37
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
38
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Components ****/ /**** Methods ****/ /**** CSS ****/
|
|
39
39
|
var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
40
40
|
_inherits(SelectWithIcon, _Component);
|
|
41
41
|
var _super = _createSuper(SelectWithIcon);
|
|
@@ -9,7 +9,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
|
|
|
9
9
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
10
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
11
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
12
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* eslint-disable no-undef */ /**** Libraries ****/ /**** Components ****/
|
|
13
13
|
describe('Select component conditions', function () {
|
|
14
14
|
it('Select component with down arrow', function () {
|
|
15
15
|
var _setup = setup(_Select["default"], {
|
package/lib/Stencils/Stencils.js
CHANGED
|
@@ -21,7 +21,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
21
21
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
22
22
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
23
23
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
24
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
24
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint css-modules/no-unused-class: [2, { markAsUsed: [primary, secondary, small, default, medium, large, clarge, cmedium, cdefault, csmall] }] */
|
|
25
25
|
var Stencils = /*#__PURE__*/function (_React$PureComponent) {
|
|
26
26
|
_inherits(Stencils, _React$PureComponent);
|
|
27
27
|
var _super = _createSuper(Stencils);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
/* stencils default variables */
|
|
3
|
-
--stencil_height:
|
|
3
|
+
--stencil_height: 9px;
|
|
4
4
|
--stencil_width: 100%;
|
|
5
|
-
--stencil_border_radius:
|
|
5
|
+
--stencil_border_radius: 5px;
|
|
6
6
|
}
|
|
7
7
|
.container {
|
|
8
8
|
composes: varClass;
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
|
|
49
49
|
.rectangular {
|
|
50
50
|
composes: stencil;
|
|
51
|
-
--stencil_height:
|
|
52
|
-
--stencil_border_radius:
|
|
51
|
+
--stencil_height: 9px;
|
|
52
|
+
--stencil_border_radius: 5px;
|
|
53
53
|
}
|
|
54
54
|
.primary {
|
|
55
55
|
background-color: var(--zdt_stencil_primary_bg);
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.small {
|
|
68
|
-
--stencil_width:
|
|
68
|
+
--stencil_width: 110px;
|
|
69
69
|
}
|
|
70
70
|
.default {
|
|
71
71
|
--stencil_width: 100%;
|
|
72
72
|
}
|
|
73
73
|
.medium {
|
|
74
|
-
--stencil_width:
|
|
74
|
+
--stencil_width: 170px;
|
|
75
75
|
}
|
|
76
76
|
.large {
|
|
77
|
-
--stencil_width:
|
|
77
|
+
--stencil_width: 220px;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.circle {
|
|
@@ -82,15 +82,15 @@
|
|
|
82
82
|
--stencil_border_radius: 50%;
|
|
83
83
|
}
|
|
84
84
|
.clarge {
|
|
85
|
-
--stencil_width:
|
|
86
|
-
--stencil_height:
|
|
85
|
+
--stencil_width: 42px;
|
|
86
|
+
--stencil_height: 42px;
|
|
87
87
|
}
|
|
88
88
|
.cmedium,
|
|
89
89
|
.cdefault {
|
|
90
|
-
--stencil_width:
|
|
91
|
-
--stencil_height:
|
|
90
|
+
--stencil_width: 30px;
|
|
91
|
+
--stencil_height: 30px;
|
|
92
92
|
}
|
|
93
93
|
.csmall {
|
|
94
|
-
--stencil_width:
|
|
95
|
-
--stencil_height:
|
|
94
|
+
--stencil_width: 20px;
|
|
95
|
+
--stencil_height: 20px;
|
|
96
96
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.checked+.label:after {
|
|
56
|
-
right:
|
|
56
|
+
right: -1px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.input {
|
|
@@ -61,35 +61,35 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.small {
|
|
64
|
-
height:
|
|
65
|
-
width:
|
|
64
|
+
height: 14px;
|
|
65
|
+
width: 28px;
|
|
66
66
|
}
|
|
67
67
|
.switch_smallLabel {
|
|
68
|
-
height:
|
|
69
|
-
width:
|
|
70
|
-
top:
|
|
71
|
-
left:
|
|
68
|
+
height: 9px;
|
|
69
|
+
width: 22px;
|
|
70
|
+
top: -2px;
|
|
71
|
+
left: 2px;
|
|
72
72
|
}
|
|
73
73
|
.switch_smallLabel:after {
|
|
74
|
-
width:
|
|
75
|
-
height:
|
|
76
|
-
top:
|
|
74
|
+
width: 12px;
|
|
75
|
+
height: 12px;
|
|
76
|
+
top: -2px;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.medium {
|
|
80
|
-
height:
|
|
81
|
-
width:
|
|
80
|
+
height: 18px;
|
|
81
|
+
width: 34px;
|
|
82
82
|
}
|
|
83
83
|
.switch_mediumLabel {
|
|
84
|
-
height:
|
|
85
|
-
width:
|
|
86
|
-
top:
|
|
87
|
-
left:
|
|
84
|
+
height: 13px;
|
|
85
|
+
width: 31px;
|
|
86
|
+
top: 2px;
|
|
87
|
+
left: 2px;
|
|
88
88
|
}
|
|
89
89
|
.switch_mediumLabel:after {
|
|
90
|
-
width:
|
|
91
|
-
height:
|
|
92
|
-
top:
|
|
90
|
+
width: 18px;
|
|
91
|
+
height: 18px;
|
|
92
|
+
top: -3px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.input:disabled+.label {
|
|
@@ -116,13 +116,13 @@
|
|
|
116
116
|
|
|
117
117
|
.switch+label {
|
|
118
118
|
position: relative;
|
|
119
|
-
top:
|
|
119
|
+
top: -1px;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
[dir=ltr] .switch+label {
|
|
123
|
-
margin-left:
|
|
123
|
+
margin-left: 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
[dir=rtl] .switch+label {
|
|
127
|
-
margin-right:
|
|
127
|
+
margin-right: 12px;
|
|
128
128
|
}
|
package/lib/Tab/Tab.js
CHANGED
|
@@ -14,7 +14,7 @@ var _TabModule = _interopRequireDefault(require("./Tab.module.css"));
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
15
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
16
16
|
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; }
|
|
17
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /* eslint-disable react/forbid-component-props */ /* eslint css-modules/no-unused-class: [2, { markAsUsed: ['text', 'tabAlpha', 'alphaActive', 'gammaActive', 'betaActive', 'deltaActive', 'tabGamma', 'tabBeta', 'tabDelta',', 'specialActive', 'tabSpecial', 'alphaActive_border', 'gammaActive_border', 'betaActive_border', 'deltaActive_border'] }] */
|
|
18
18
|
var tabTypes = {
|
|
19
19
|
alpha: {
|
|
20
20
|
active: 'alphaActive',
|
package/lib/Tab/Tab.module.css
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
transition: all var(--zd_transition2);
|
|
32
32
|
}
|
|
33
33
|
.alpha {
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: 11px;
|
|
35
35
|
line-height: var(--zd_size33);
|
|
36
|
-
padding: 0
|
|
36
|
+
padding: 0 18px;
|
|
37
37
|
}
|
|
38
38
|
.tabAlpha {
|
|
39
39
|
composes: alpha;
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
border-color: var(--zdt_tab_delta_active_border);
|
|
55
55
|
}
|
|
56
56
|
.beta {
|
|
57
|
-
font-size:
|
|
57
|
+
font-size: 14px;
|
|
58
58
|
line-height: var(--zd_size60);
|
|
59
59
|
text-transform: capitalize;
|
|
60
|
-
padding: 0
|
|
60
|
+
padding: 0 4px;
|
|
61
61
|
}
|
|
62
62
|
[dir=ltr] .beta {
|
|
63
|
-
margin-right:
|
|
63
|
+
margin-right: 40px;
|
|
64
64
|
}
|
|
65
65
|
[dir=rtl] .beta {
|
|
66
|
-
margin-left:
|
|
66
|
+
margin-left: 40px;
|
|
67
67
|
}
|
|
68
68
|
.tabBeta {
|
|
69
69
|
composes: beta;
|
|
@@ -77,15 +77,15 @@
|
|
|
77
77
|
color: var(--zdt_tab_alpha_hover_text);
|
|
78
78
|
}
|
|
79
79
|
.delta {
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: 11px;
|
|
81
81
|
line-height: var(--zd_size33);
|
|
82
|
-
padding: 0
|
|
82
|
+
padding: 0 4px;
|
|
83
83
|
}
|
|
84
84
|
[dir=ltr] .delta {
|
|
85
|
-
margin-right:
|
|
85
|
+
margin-right: 10px;
|
|
86
86
|
}
|
|
87
87
|
[dir=rtl] .delta {
|
|
88
|
-
margin-left:
|
|
88
|
+
margin-left: 10px;
|
|
89
89
|
}
|
|
90
90
|
.tabDelta {
|
|
91
91
|
composes: delta;
|
package/lib/Tab/Tabs.js
CHANGED
|
@@ -35,7 +35,13 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
35
35
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
36
36
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
37
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
38
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /* eslint css-modules/no-unused-class: [2, {
|
|
39
|
+
markAsUsed: [
|
|
40
|
+
'hidden','alpha','gamma','beta','delta','special','text','maxWidth','widgetList','menuContainer','border','tabText','block','tabAlpha','alphaActive','gammaActive','betaActive','deltaActive','tabGamma','tabBeta','tabDelta','specialActive','tabSpecial',
|
|
41
|
+
'alpha_padding','alpha_border','gamma_padding','gamma_border','beta_padding','beta_border','delta_padding','delta_border','textContainer','disabled','alphaActive_border','gammaActive_border','betaActive_border','deltaActive_border'
|
|
42
|
+
]
|
|
43
|
+
}]
|
|
44
|
+
*/
|
|
39
45
|
var Tabs = /*#__PURE__*/function (_React$Component) {
|
|
40
46
|
_inherits(Tabs, _React$Component);
|
|
41
47
|
var _super = _createSuper(Tabs);
|