@zohodesk/components 1.0.0-alpha-221 → 1.0.0-alpha-222
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 +5 -0
- package/es/Appearance/dark/mode/darkMode.module.css +355 -392
- package/es/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +32 -32
- package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +40 -46
- package/es/Appearance/dark/themes/green/greenDarkCTATheme.module.css +32 -32
- package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +40 -46
- package/es/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +32 -32
- package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +40 -46
- package/es/Appearance/dark/themes/red/redDarkCTATheme.module.css +32 -32
- package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +40 -46
- package/es/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +32 -32
- package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +40 -46
- package/es/Appearance/default/mode/defaultMode.module.css +355 -394
- package/es/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +32 -32
- package/es/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +40 -46
- package/es/Appearance/default/themes/green/greenDefaultCTATheme.module.css +32 -32
- package/es/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +40 -46
- package/es/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +32 -32
- package/es/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +40 -46
- package/es/Appearance/default/themes/red/redDefaultCTATheme.module.css +32 -32
- package/es/Appearance/default/themes/red/redDefaultComponentTheme.module.css +40 -46
- package/es/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +32 -32
- package/es/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +40 -46
- package/es/MultiSelect/MultiSelect.js +8 -1
- package/es/Select/Select.js +14 -0
- package/es/Tab/Tabs.js +14 -2
- package/lib/Accordion/Accordion.js +3 -3
- package/lib/Accordion/AccordionItem.js +3 -3
- package/lib/Accordion/docs/Accordion__Demo.docs.js +3 -3
- package/lib/Animation/Animation.js +3 -3
- package/lib/Animation/docs/Animation__default.docs.js +3 -3
- package/lib/Animation/docs/Animation__fadeIn.docs.js +3 -3
- package/lib/Animation/docs/Animation__scaleIn.docs.js +3 -3
- package/lib/Animation/docs/Animation__skewIn.docs.js +3 -3
- package/lib/Animation/docs/Animation__slideDown.docs.js +3 -3
- package/lib/Animation/docs/Animation__slideLeft.docs.js +3 -3
- package/lib/Animation/docs/Animation__zoomIn.docs.js +3 -3
- package/lib/AppContainer/AppContainer.js +3 -3
- package/lib/AppContainer/docs/AppContainer__default.docs.js +3 -3
- package/lib/Appearance/dark/mode/darkMode.module.css +355 -392
- package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +32 -32
- package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +40 -46
- package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +32 -32
- package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +40 -46
- package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +32 -32
- package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +40 -46
- package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +32 -32
- package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +40 -46
- package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +32 -32
- package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +40 -46
- package/lib/Appearance/default/mode/defaultMode.module.css +355 -394
- package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +32 -32
- package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +40 -46
- package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +32 -32
- package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +40 -46
- package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +32 -32
- package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +40 -46
- package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +32 -32
- package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +40 -46
- package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +32 -32
- package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +40 -46
- package/lib/Avatar/Avatar.js +3 -3
- package/lib/Avatar/docs/Avatar__custom.docs.js +3 -3
- package/lib/Avatar/docs/Avatar__default.docs.js +3 -3
- package/lib/Avatar/docs/Avatar__palette.docs.js +3 -3
- package/lib/Avatar/docs/Avatar__text.docs.js +3 -3
- package/lib/AvatarTeam/AvatarTeam.js +3 -3
- package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +3 -3
- package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +3 -3
- package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +3 -3
- package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +3 -3
- package/lib/Button/Button.js +3 -3
- package/lib/Button/docs/Button__custom.docs.js +3 -3
- package/lib/Button/docs/Button__default.docs.js +3 -3
- package/lib/Buttongroup/Buttongroup.js +3 -3
- package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +3 -3
- package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +3 -3
- package/lib/Buttongroup/docs/Buttongroup__header.docs.js +3 -3
- package/lib/Card/Card.js +3 -3
- package/lib/Card/__tests__/Card.spec.js +1 -1
- package/lib/Card/docs/Card__Custom.docs.js +3 -3
- package/lib/Card/docs/Card__Default.docs.js +3 -3
- package/lib/Card/docs/Card__Scroll.docs.js +3 -3
- package/lib/Card/index.js +1 -1
- package/lib/CheckBox/CheckBox.js +3 -3
- package/lib/CheckBox/docs/CheckBox__custom.docs.js +3 -3
- package/lib/CheckBox/docs/CheckBox__default.docs.js +3 -3
- package/lib/DateTime/CalendarView.js +3 -3
- package/lib/DateTime/DateTime.js +3 -3
- package/lib/DateTime/DateTimePopupFooter.js +3 -3
- package/lib/DateTime/DateTimePopupHeader.js +3 -3
- package/lib/DateTime/DateWidget.js +3 -3
- package/lib/DateTime/DaysRow.js +3 -3
- package/lib/DateTime/Time.js +3 -3
- package/lib/DateTime/YearView.js +3 -3
- package/lib/DateTime/__tests__/CalendarView.spec.js +1 -1
- package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
- package/lib/DateTime/docs/DateTime__default.docs.js +3 -3
- package/lib/DateTime/docs/DateWidget__default.docs.js +3 -3
- package/lib/DateTime/objectUtils.js +1 -1
- package/lib/DropBox/DropBox.js +3 -3
- package/lib/DropBox/docs/DropBox__custom.docs.js +3 -3
- package/lib/DropBox/docs/DropBox__customOrder.docs.js +3 -3
- package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +3 -3
- package/lib/DropBox/docs/DropBox__position.docs.js +3 -3
- package/lib/DropBox/docs/DropBox__size.docs.js +3 -3
- package/lib/DropDown/DropDown.js +3 -3
- package/lib/DropDown/DropDownHeading.js +3 -3
- package/lib/DropDown/DropDownItem.js +3 -3
- package/lib/DropDown/DropDownSearch.js +3 -3
- package/lib/DropDown/DropDownSeparator.js +3 -3
- package/lib/DropDown/docs/DropDownHeading__custom.docs.js +3 -3
- package/lib/DropDown/docs/DropDownHeading__default.docs.js +3 -3
- package/lib/Label/Label.js +3 -3
- package/lib/Label/docs/Label__clipped.docs.js +3 -3
- package/lib/Label/docs/Label__custom.docs.js +3 -3
- package/lib/Label/docs/Label__palette.docs.js +3 -3
- package/lib/Label/docs/Label__size.docs.js +3 -3
- package/lib/Label/docs/Label__type.docs.js +3 -3
- package/lib/Layout/docs/Layout__Hidden.docs.js +3 -3
- package/lib/Layout/docs/Layout__default.docs.js +3 -3
- package/lib/Layout/docs/Layout__four_Column.docs.js +3 -3
- package/lib/Layout/docs/Layout__three_Column.docs.js +3 -3
- package/lib/Layout/docs/Layout__two_Column.docs.js +3 -3
- package/lib/LightNightMode/docs/AlternativeColors.docs.js +3 -3
- package/lib/ListItem/ListItem.js +3 -3
- package/lib/ListItem/ListItemWithAvatar.js +3 -3
- package/lib/ListItem/ListItemWithCheckBox.js +3 -3
- package/lib/ListItem/ListItemWithIcon.js +3 -3
- package/lib/ListItem/ListItemWithRadio.js +3 -3
- package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +3 -3
- package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +3 -3
- package/lib/ListItem/docs/ListItem__custom.docs.js +3 -3
- package/lib/ListItem/docs/ListItem__default.docs.js +3 -3
- package/lib/Modal/Modal.js +3 -3
- package/lib/Modal/__docs__/Modal__default.docs.js +3 -3
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +3 -3
- package/lib/MultiSelect/AdvancedMultiSelect.js +3 -3
- package/lib/MultiSelect/EmptyState.js +3 -3
- package/lib/MultiSelect/MultiSelect.js +10 -4
- package/lib/MultiSelect/MultiSelectHeader.js +3 -3
- package/lib/MultiSelect/MultiSelectWithAvatar.js +3 -3
- package/lib/MultiSelect/SelectedOptions.js +3 -3
- package/lib/MultiSelect/Suggestions.js +5 -5
- package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +3 -3
- package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +3 -3
- package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +3 -3
- package/lib/MultiSelect/docs/MultiSelect__default.docs.js +3 -3
- package/lib/PopOver/PopOver.js +3 -3
- package/lib/PopOver/docs/PopOver__default.docs.js +3 -3
- package/lib/Popup/Popup.js +3 -3
- package/lib/Popup/__tests__/Popup.spec.js +3 -3
- package/lib/Provider/LibraryContext.js +3 -3
- package/lib/Provider/NumberGenerator/NumberGenerator.js +1 -1
- package/lib/Provider/docs/Provider_Id__Class.docs.js +3 -3
- package/lib/Provider/docs/Provider_Zindex__Class.docs.js +3 -3
- package/lib/Provider.js +3 -3
- package/lib/Radio/Radio.js +3 -3
- package/lib/Radio/docs/Radio__custom.docs.js +3 -3
- package/lib/Radio/docs/Radio__default.docs.js +3 -3
- package/lib/Responsive/CustomResponsive.js +3 -3
- package/lib/Responsive/RefWrapper.js +1 -1
- package/lib/Responsive/ResizeComponent.js +3 -3
- package/lib/Responsive/ResizeObserver.js +1 -1
- package/lib/Responsive/Responsive.js +3 -3
- package/lib/Responsive/docs/Responsive__Custom.docs.js +3 -3
- package/lib/Responsive/docs/Responsive__default.docs.js +3 -3
- package/lib/Responsive/sizeObservers.js +3 -3
- package/lib/Responsive/utils/shallowCompare.js +1 -1
- package/lib/Ribbon/Ribbon.js +3 -3
- package/lib/Ribbon/docs/Ribbon__custom.docs.js +3 -3
- package/lib/Ribbon/docs/Ribbon__default.docs.js +3 -3
- package/lib/RippleEffect/docs/RippleEffect__default.docs.js +3 -3
- package/lib/Select/GroupSelect.js +3 -3
- package/lib/Select/Select.js +19 -5
- package/lib/Select/SelectWithAvatar.js +3 -3
- package/lib/Select/SelectWithIcon.js +3 -3
- package/lib/Select/docs/GroupSelect__default.docs.js +3 -3
- package/lib/Select/docs/SelectWithAvatar__default.docs.js +3 -3
- package/lib/Select/docs/SelectWithIcon__default.docs.js +3 -3
- package/lib/Select/docs/Select__default.docs.js +3 -3
- package/lib/Stencils/Stencils.js +3 -3
- package/lib/Stencils/docs/Stencils__custom.docs.js +3 -3
- package/lib/Stencils/docs/Stencils__default.docs.js +3 -3
- package/lib/Switch/Switch.js +3 -3
- package/lib/Switch/docs/Switch__custom.docs.js +3 -3
- package/lib/Switch/docs/Switch__default.docs.js +3 -3
- package/lib/Tab/Tab.js +1 -1
- package/lib/Tab/TabWrapper.js +1 -1
- package/lib/Tab/Tabs.js +16 -5
- package/lib/Tab/docs/Tab__default.docs.js +3 -3
- package/lib/Tag/Tag.js +3 -3
- package/lib/Tag/docs/Tag__custom.docs.js +3 -3
- package/lib/Tag/docs/Tag__default.docs.js +3 -3
- package/lib/TextBox/TextBox.js +3 -3
- package/lib/TextBox/docs/TextBox__custom.docs.js +3 -3
- package/lib/TextBox/docs/TextBox__default.docs.js +3 -3
- package/lib/TextBox/docs/TextBox__size.docs.js +3 -3
- package/lib/TextBox/docs/TextBox__variant.docs.js +3 -3
- package/lib/TextBoxIcon/TextBoxIcon.js +3 -3
- package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +3 -3
- package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +3 -3
- package/lib/Textarea/Textarea.js +3 -3
- package/lib/Textarea/docs/Textarea__animated.docs.js +3 -3
- package/lib/Textarea/docs/Textarea__custom.docs.js +3 -3
- package/lib/Textarea/docs/Textarea__default.docs.js +3 -3
- package/lib/Textarea/docs/Textarea__disabled.docs.js +3 -3
- package/lib/Tooltip/Tooltip.js +3 -3
- package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -3
- package/lib/Tooltip/docs/Tooltip__default.docs.js +3 -3
- package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
- package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +3 -3
- package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
- package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +3 -3
- package/lib/a11y/FocusScope/FocusScope.js +1 -1
- package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +3 -3
- package/lib/beta/FocusRing/FocusRing.js +3 -3
- package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +3 -3
- package/lib/deprecated/PortalLayer/PortalLayer.js +3 -3
- package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +3 -3
- package/lib/semantic/Button/Button.js +3 -3
- package/lib/semantic/Button/docs/Button__default.docs.js +3 -3
- package/lib/utils/datetime/common.js +1 -1
- package/lib/utils/dropDownUtils.js +1 -1
- package/lib/utils/shallowEqual.js +1 -1
- package/package.json +6 -2
- package/preprocess/componentAppearanceColors.js +65 -0
- package/preprocess/componentThemeColors.js +119 -0
- package/preprocess/ctaThemeColors.js +95 -0
- package/preprocess/index.js +3 -0
- package/preprocess/json/componentAppearanceVariableJson.js +1515 -0
- package/preprocess/json/componentThemeVariableJson.js +259 -0
- package/preprocess/json/ctaThemeVariableJson.js +337 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
25
25
|
|
|
26
26
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
27
27
|
|
|
28
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
28
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
29
29
|
|
|
30
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
30
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
31
31
|
|
|
32
32
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
33
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -19,9 +19,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
19
19
|
|
|
20
20
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
21
21
|
|
|
22
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
22
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
23
23
|
|
|
24
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
24
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
25
25
|
|
|
26
26
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
27
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
25
25
|
|
|
26
26
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
27
27
|
|
|
28
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
28
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
29
29
|
|
|
30
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
30
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
31
31
|
|
|
32
32
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
33
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -19,9 +19,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
19
19
|
|
|
20
20
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
21
21
|
|
|
22
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
22
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
23
23
|
|
|
24
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
24
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
25
25
|
|
|
26
26
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
27
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -19,9 +19,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
19
19
|
|
|
20
20
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
21
21
|
|
|
22
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
22
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
23
23
|
|
|
24
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
24
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
25
25
|
|
|
26
26
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
27
27
|
|
|
@@ -18,7 +18,7 @@ exports.pad = pad;
|
|
|
18
18
|
exports.replaceI18NValuesWithRegex = replaceI18NValuesWithRegex;
|
|
19
19
|
exports.unescapeUnicode = unescapeUnicode;
|
|
20
20
|
|
|
21
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
21
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
22
22
|
|
|
23
23
|
var dateFormat = {
|
|
24
24
|
dayNames: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
|
@@ -19,7 +19,7 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
19
19
|
|
|
20
20
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
21
21
|
|
|
22
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
22
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
23
23
|
|
|
24
24
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
25
25
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = shallowEqual;
|
|
7
7
|
|
|
8
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
8
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
9
9
|
|
|
10
10
|
function is(x, y) {
|
|
11
11
|
if (x === y) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/components",
|
|
3
|
-
"version": "1.0.0-alpha-
|
|
3
|
+
"version": "1.0.0-alpha-222",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"lintAllFix": "npm run lintAll --eslint:fix=true",
|
|
14
14
|
"clean": "react-cli clean build unittest coverage es lib assets && mkdir assets",
|
|
15
15
|
"dubCheck": "node dubFinder node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib",
|
|
16
|
-
"init": "npm run clean && cd ../assets && npm run componentsassets && cd ../components",
|
|
16
|
+
"init": "npm run clean && cd ../assets && npm run componentsassets && cd ../components && npm run build:variables",
|
|
17
|
+
"build:variables": "node ./preprocess/index",
|
|
17
18
|
"rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
|
|
18
19
|
"start": "react-cli start",
|
|
19
20
|
"docs": "npm run dubCheck && react-cli docs",
|
|
@@ -55,6 +56,9 @@
|
|
|
55
56
|
"react-sortable-hoc": "^0.8.3"
|
|
56
57
|
},
|
|
57
58
|
"react-cli": {
|
|
59
|
+
"preprocessor": {
|
|
60
|
+
"runner": "preprocess/index.js"
|
|
61
|
+
},
|
|
58
62
|
"docs": {
|
|
59
63
|
"componentFolder": "./src",
|
|
60
64
|
"cssUniqueness": "false",
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var { componentAppearanceVariables } = require('./json/componentAppearanceVariableJson');
|
|
2
|
+
let fs = require('fs');
|
|
3
|
+
let path = require('path');
|
|
4
|
+
let baseFolder = 'Appearance';
|
|
5
|
+
let mode = ['default', 'dark'];
|
|
6
|
+
let modeFiles = [];
|
|
7
|
+
mode.forEach(mode => {
|
|
8
|
+
let modeFilesString = `../src/${baseFolder}/${mode}/mode/${mode}Mode.module.css`;
|
|
9
|
+
modeFiles.push(path.join(__dirname, modeFilesString));
|
|
10
|
+
});
|
|
11
|
+
let files = modeFiles;
|
|
12
|
+
|
|
13
|
+
function generate(mode) {
|
|
14
|
+
let exportVariables = [];
|
|
15
|
+
let counter = 0;
|
|
16
|
+
let newLine = '';
|
|
17
|
+
componentAppearanceVariables.map(componentVariable => {
|
|
18
|
+
let commentName = componentVariable[3];
|
|
19
|
+
counting = counter++;
|
|
20
|
+
if (counting != 0) {
|
|
21
|
+
newLine = `\n\t`;
|
|
22
|
+
}
|
|
23
|
+
if (mode == 'default') {
|
|
24
|
+
let componentDefaultColors = componentVariable[1][1];
|
|
25
|
+
|
|
26
|
+
colorsResult = [
|
|
27
|
+
`\n\t--${componentVariable[0]}: ${componentDefaultColors};`
|
|
28
|
+
];
|
|
29
|
+
exportVariables.push(
|
|
30
|
+
commentName ? `${newLine}\n\t/* ${commentName} */` : '',
|
|
31
|
+
colorsResult
|
|
32
|
+
);
|
|
33
|
+
} else if (mode == 'dark') {
|
|
34
|
+
let componentDarkColors = componentVariable[2][1];
|
|
35
|
+
|
|
36
|
+
colorsResult = [
|
|
37
|
+
`\n\t--${componentVariable[0]}: ${componentDarkColors};`
|
|
38
|
+
];
|
|
39
|
+
exportVariables.push(
|
|
40
|
+
commentName ? `${newLine}\n\t/* ${commentName} */` : '',
|
|
41
|
+
colorsResult
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
return exportVariables.join('');
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
let arrayIndexCounter = 0;
|
|
49
|
+
mode.forEach(mode => {
|
|
50
|
+
let fileString = files[arrayIndexCounter];
|
|
51
|
+
// let splitPath = fileString.split(/\\/g);
|
|
52
|
+
let getMode = mode;
|
|
53
|
+
if (mode == 'default') {
|
|
54
|
+
blueSelector = ', :global(.blueDefaultTheme) [data-desk-theme="blue"]';
|
|
55
|
+
} else if (mode == 'dark') {
|
|
56
|
+
blueSelector = '';
|
|
57
|
+
}
|
|
58
|
+
fs.writeFileSync(
|
|
59
|
+
fileString,
|
|
60
|
+
`[data-mode='${getMode}']${blueSelector} {${generate(
|
|
61
|
+
getMode
|
|
62
|
+
)}\n}`
|
|
63
|
+
);
|
|
64
|
+
arrayIndexCounter++;
|
|
65
|
+
});
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
var { componentThemeVariables } = require('./json/componentThemeVariableJson');
|
|
2
|
+
let fs = require('fs');
|
|
3
|
+
let path = require('path');
|
|
4
|
+
let baseFolder = 'Appearance';
|
|
5
|
+
let mode = ['default', 'dark'];
|
|
6
|
+
let themes = ['blue', 'green', 'orange', 'red', 'yellow'];
|
|
7
|
+
let themeFiles = [];
|
|
8
|
+
mode.forEach(mode => {
|
|
9
|
+
themes.forEach(theme => {
|
|
10
|
+
let themeFilesString = `../src/${baseFolder}/${mode}/themes/${theme}/${
|
|
11
|
+
theme + capitalizeFirstLetter(mode)
|
|
12
|
+
}ComponentTheme.module.css`;
|
|
13
|
+
themeFiles.push(path.join(__dirname, themeFilesString));
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
let files = themeFiles;
|
|
17
|
+
|
|
18
|
+
function capitalizeFirstLetter(string) {
|
|
19
|
+
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function generate(mode, theme) {
|
|
23
|
+
let exportVariables = [];
|
|
24
|
+
let counter = 0;
|
|
25
|
+
let newLine = '';
|
|
26
|
+
componentThemeVariables.map(componentVariable => {
|
|
27
|
+
let commentName = componentVariable[3];
|
|
28
|
+
counting = counter++;
|
|
29
|
+
if (counting != 0) {
|
|
30
|
+
newLine = `\n\t`;
|
|
31
|
+
}
|
|
32
|
+
if (mode == 'default') {
|
|
33
|
+
let componentDefaultColors = componentVariable[1][1];
|
|
34
|
+
|
|
35
|
+
let colorsResult = '';
|
|
36
|
+
if (theme == 'blue') {
|
|
37
|
+
colorsResult = [
|
|
38
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDefaultColors[0]};`
|
|
39
|
+
];
|
|
40
|
+
} else if (theme == 'green') {
|
|
41
|
+
colorsResult = [
|
|
42
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDefaultColors[1]};`
|
|
43
|
+
];
|
|
44
|
+
} else if (theme == 'orange') {
|
|
45
|
+
colorsResult = [
|
|
46
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDefaultColors[2]};`
|
|
47
|
+
];
|
|
48
|
+
} else if (theme == 'red') {
|
|
49
|
+
colorsResult = [
|
|
50
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDefaultColors[3]};`
|
|
51
|
+
];
|
|
52
|
+
} else if (theme == 'yellow') {
|
|
53
|
+
colorsResult = [
|
|
54
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDefaultColors[4]};`
|
|
55
|
+
];
|
|
56
|
+
}
|
|
57
|
+
exportVariables.push(
|
|
58
|
+
commentName ? `${newLine}\n\t/* ${commentName} */` : '',
|
|
59
|
+
colorsResult
|
|
60
|
+
);
|
|
61
|
+
} else if (mode == 'dark') {
|
|
62
|
+
let componentDarkColors = componentVariable[2][1];
|
|
63
|
+
let colorsResult = '';
|
|
64
|
+
if (theme == 'blue') {
|
|
65
|
+
colorsResult = [
|
|
66
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDarkColors[0]};`
|
|
67
|
+
];
|
|
68
|
+
} else if (theme == 'green') {
|
|
69
|
+
colorsResult = [
|
|
70
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDarkColors[1]};`
|
|
71
|
+
];
|
|
72
|
+
} else if (theme == 'orange') {
|
|
73
|
+
colorsResult = [
|
|
74
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDarkColors[2]};`
|
|
75
|
+
];
|
|
76
|
+
} else if (theme == 'red') {
|
|
77
|
+
colorsResult = [
|
|
78
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDarkColors[3]};`
|
|
79
|
+
];
|
|
80
|
+
} else if (theme == 'yellow') {
|
|
81
|
+
colorsResult = [
|
|
82
|
+
`\n\t--zdt_${componentVariable[0]}: ${componentDarkColors[4]};`
|
|
83
|
+
];
|
|
84
|
+
}
|
|
85
|
+
exportVariables.push(
|
|
86
|
+
commentName ? `${newLine}\n\t/* ${commentName} */` : '',
|
|
87
|
+
colorsResult
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
return exportVariables.join('');
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
let arrayIndexCounter = 0;
|
|
95
|
+
mode.forEach(mode => {
|
|
96
|
+
themes.forEach(theme => {
|
|
97
|
+
let fileString = files[arrayIndexCounter];
|
|
98
|
+
// let splitPath = fileString.split(/\\/g);
|
|
99
|
+
let getMode = mode;
|
|
100
|
+
let getTheme = theme;
|
|
101
|
+
if (theme == 'blue') {
|
|
102
|
+
if (mode == 'default') {
|
|
103
|
+
blueSelector = ', :global(.blueDefaultTheme) [data-desk-theme="blue"]';
|
|
104
|
+
} else if (mode == 'dark') {
|
|
105
|
+
blueSelector = ', :global(.blueDarkTheme) [data-desk-theme="blue"]';
|
|
106
|
+
}
|
|
107
|
+
} else {
|
|
108
|
+
blueSelector = '';
|
|
109
|
+
}
|
|
110
|
+
fs.writeFileSync(
|
|
111
|
+
fileString,
|
|
112
|
+
`[data-mode='${getMode}'][data-theme='${getTheme}']${blueSelector} {${generate(
|
|
113
|
+
getMode,
|
|
114
|
+
getTheme
|
|
115
|
+
)}\n}`
|
|
116
|
+
);
|
|
117
|
+
arrayIndexCounter++;
|
|
118
|
+
});
|
|
119
|
+
});
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
var { ctaThemeVariables } = require('./json/ctaThemeVariableJson');
|
|
2
|
+
let fs = require('fs');
|
|
3
|
+
let path = require('path');
|
|
4
|
+
let baseFolder = 'Appearance';
|
|
5
|
+
let mode = ['default', 'dark'];
|
|
6
|
+
let themes = ['blue', 'green', 'orange', 'red', 'yellow'];
|
|
7
|
+
let themeFiles = [];
|
|
8
|
+
mode.forEach(mode => {
|
|
9
|
+
themes.forEach(theme => {
|
|
10
|
+
let themeFilesString = `../src/${baseFolder}/${mode}/themes/${theme}/${
|
|
11
|
+
theme + capitalizeFirstLetter(mode)
|
|
12
|
+
}CTATheme.module.css`;
|
|
13
|
+
themeFiles.push(path.join(__dirname, themeFilesString));
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
let files = themeFiles;
|
|
17
|
+
|
|
18
|
+
function capitalizeFirstLetter(string) {
|
|
19
|
+
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function generate(mode, theme) {
|
|
23
|
+
let exportVariables = [];
|
|
24
|
+
ctaThemeVariables.map(ctaVariable => {
|
|
25
|
+
if (mode == 'default') {
|
|
26
|
+
let ctaDefaultColors = ctaVariable[1][1];
|
|
27
|
+
let colorsResult = '';
|
|
28
|
+
if (theme == 'blue') {
|
|
29
|
+
colorsResult = [
|
|
30
|
+
`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDefaultColors[0]}`
|
|
31
|
+
];
|
|
32
|
+
} else if (theme == 'green') {
|
|
33
|
+
colorsResult = [
|
|
34
|
+
`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDefaultColors[1]}`
|
|
35
|
+
];
|
|
36
|
+
} else if (theme == 'orange') {
|
|
37
|
+
colorsResult = [
|
|
38
|
+
`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDefaultColors[2]}`
|
|
39
|
+
];
|
|
40
|
+
} else if (theme == 'red') {
|
|
41
|
+
colorsResult = [
|
|
42
|
+
`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDefaultColors[3]}`
|
|
43
|
+
];
|
|
44
|
+
} else if (theme == 'yellow') {
|
|
45
|
+
colorsResult = [
|
|
46
|
+
`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDefaultColors[4]}`
|
|
47
|
+
];
|
|
48
|
+
}
|
|
49
|
+
exportVariables.push(colorsResult);
|
|
50
|
+
} else if (mode == 'dark') {
|
|
51
|
+
let ctaDarkColors = ctaVariable[2][1];
|
|
52
|
+
let colorsResult = '';
|
|
53
|
+
if (theme == 'blue') {
|
|
54
|
+
colorsResult = [`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDarkColors[0]}`];
|
|
55
|
+
} else if (theme == 'green') {
|
|
56
|
+
colorsResult = [`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDarkColors[1]}`];
|
|
57
|
+
} else if (theme == 'orange') {
|
|
58
|
+
colorsResult = [`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDarkColors[2]}`];
|
|
59
|
+
} else if (theme == 'red') {
|
|
60
|
+
colorsResult = [`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDarkColors[3]}`];
|
|
61
|
+
} else if (theme == 'yellow') {
|
|
62
|
+
colorsResult = [`\n\t--zdt_cta_${ctaVariable[0]}: ${ctaDarkColors[4]}`];
|
|
63
|
+
}
|
|
64
|
+
exportVariables.push(colorsResult);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
return exportVariables.join(';');
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
let arrayIndexCounter = 0;
|
|
71
|
+
mode.forEach(mode => {
|
|
72
|
+
themes.forEach(theme => {
|
|
73
|
+
let fileString = files[arrayIndexCounter];
|
|
74
|
+
// let splitPath = fileString.split(/\\/g);
|
|
75
|
+
let getMode = mode;
|
|
76
|
+
let getTheme = theme;
|
|
77
|
+
if (theme == 'blue') {
|
|
78
|
+
if (mode == 'default') {
|
|
79
|
+
blueSelector = ', :global(.blueDefaultTheme) [data-desk-theme="blue"]';
|
|
80
|
+
} else if (mode == 'dark') {
|
|
81
|
+
blueSelector = ', :global(.blueDarkTheme) [data-desk-theme="blue"]';
|
|
82
|
+
}
|
|
83
|
+
} else {
|
|
84
|
+
blueSelector = '';
|
|
85
|
+
}
|
|
86
|
+
fs.writeFileSync(
|
|
87
|
+
fileString,
|
|
88
|
+
`[data-mode='${getMode}'][data-theme='${getTheme}']${blueSelector} {${generate(
|
|
89
|
+
getMode,
|
|
90
|
+
getTheme
|
|
91
|
+
)}\n}`
|
|
92
|
+
);
|
|
93
|
+
arrayIndexCounter++;
|
|
94
|
+
});
|
|
95
|
+
});
|