@zohodesk/components 1.0.0-alpha-256 → 1.0.0-alpha-257

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +6 -0
  2. package/assets/Appearance/dark/mode/darkMode.module.css +1 -1
  3. package/assets/Appearance/default/mode/defaultMode.module.css +1 -1
  4. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +1 -1
  5. package/es/Accordion/Accordion.js +7 -6
  6. package/es/Accordion/AccordionItem.js +6 -6
  7. package/es/Animation/Animation.js +9 -8
  8. package/es/AppContainer/AppContainer.js +7 -6
  9. package/es/Avatar/Avatar.js +9 -9
  10. package/es/AvatarTeam/AvatarTeam.js +8 -7
  11. package/es/Button/Button.js +7 -6
  12. package/es/Buttongroup/Buttongroup.js +15 -12
  13. package/es/Card/Card.js +10 -8
  14. package/es/CheckBox/CheckBox.js +7 -6
  15. package/es/DateTime/DateWidget.js +17 -12
  16. package/es/DateTime/props/propTypes.js +3 -1
  17. package/es/DropBox/DropBox.js +8 -8
  18. package/es/DropDown/DropDown.js +8 -6
  19. package/es/DropDown/DropDownHeading.js +7 -6
  20. package/es/Heading/Heading.js +7 -6
  21. package/es/Label/Label.js +7 -6
  22. package/es/ListItem/ListContainer.js +7 -6
  23. package/es/ListItem/ListItem.js +7 -6
  24. package/es/ListItem/ListItemWithAvatar.js +6 -6
  25. package/es/ListItem/ListItemWithCheckBox.js +6 -6
  26. package/es/ListItem/ListItemWithIcon.js +7 -6
  27. package/es/ListItem/ListItemWithRadio.js +7 -6
  28. package/es/Modal/Modal.js +9 -8
  29. package/es/MultiSelect/AdvancedGroupMultiSelect.js +7 -6
  30. package/es/MultiSelect/AdvancedMultiSelect.js +10 -8
  31. package/es/MultiSelect/MultiSelect.js +7 -6
  32. package/es/MultiSelect/MultiSelectWithAvatar.js +10 -8
  33. package/es/PopOver/PopOver.js +8 -8
  34. package/es/Radio/Radio.js +6 -6
  35. package/es/Ribbon/Ribbon.js +14 -12
  36. package/es/RippleEffect/RippleEffect.js +7 -6
  37. package/es/Select/GroupSelect.js +9 -8
  38. package/es/Select/Select.js +11 -10
  39. package/es/Select/SelectWithAvatar.js +10 -8
  40. package/es/Select/SelectWithIcon.js +7 -6
  41. package/es/Stencils/Stencils.js +9 -8
  42. package/es/Switch/Switch.js +7 -6
  43. package/es/Tab/Tab.js +7 -6
  44. package/es/Tag/Tag.js +6 -6
  45. package/es/TextBox/TextBox.js +9 -8
  46. package/es/TextBoxIcon/TextBoxIcon.js +8 -8
  47. package/es/Textarea/Textarea.js +9 -8
  48. package/es/Tooltip/Tooltip.js +9 -8
  49. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +5 -5
  50. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +6 -5
  51. package/es/deprecated/PortalLayer/PortalLayer.js +7 -6
  52. package/es/semantic/Button/Button.js +6 -6
  53. package/install.md +10 -0
  54. package/lib/Accordion/Accordion.js +7 -6
  55. package/lib/Accordion/AccordionItem.js +6 -6
  56. package/lib/Animation/Animation.js +9 -8
  57. package/lib/AppContainer/AppContainer.js +7 -6
  58. package/lib/Avatar/Avatar.js +9 -9
  59. package/lib/AvatarTeam/AvatarTeam.js +8 -7
  60. package/lib/Button/Button.js +7 -6
  61. package/lib/Buttongroup/Buttongroup.js +15 -12
  62. package/lib/Card/Card.js +9 -8
  63. package/lib/CheckBox/CheckBox.js +7 -6
  64. package/lib/DateTime/DateWidget.js +16 -12
  65. package/lib/DateTime/props/propTypes.js +3 -1
  66. package/lib/DropBox/DropBox.js +8 -8
  67. package/lib/DropDown/DropDown.js +7 -6
  68. package/lib/DropDown/DropDownHeading.js +7 -6
  69. package/lib/Heading/Heading.js +7 -6
  70. package/lib/Label/Label.js +7 -6
  71. package/lib/ListItem/ListContainer.js +7 -8
  72. package/lib/ListItem/ListItem.js +7 -6
  73. package/lib/ListItem/ListItemWithAvatar.js +6 -6
  74. package/lib/ListItem/ListItemWithCheckBox.js +6 -6
  75. package/lib/ListItem/ListItemWithIcon.js +7 -6
  76. package/lib/ListItem/ListItemWithRadio.js +7 -6
  77. package/lib/Modal/Modal.js +9 -8
  78. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +6 -6
  79. package/lib/MultiSelect/AdvancedMultiSelect.js +9 -8
  80. package/lib/MultiSelect/MultiSelect.js +7 -6
  81. package/lib/MultiSelect/MultiSelectWithAvatar.js +9 -8
  82. package/lib/PopOver/PopOver.js +8 -8
  83. package/lib/Radio/Radio.js +6 -6
  84. package/lib/Ribbon/Ribbon.js +14 -12
  85. package/lib/RippleEffect/RippleEffect.js +7 -6
  86. package/lib/Select/GroupSelect.js +9 -10
  87. package/lib/Select/Select.js +11 -12
  88. package/lib/Select/SelectWithAvatar.js +9 -8
  89. package/lib/Select/SelectWithIcon.js +7 -6
  90. package/lib/Stencils/Stencils.js +9 -8
  91. package/lib/Switch/Switch.js +7 -6
  92. package/lib/Tab/Tab.js +7 -6
  93. package/lib/Tag/Tag.js +6 -6
  94. package/lib/TextBox/TextBox.js +9 -8
  95. package/lib/TextBoxIcon/TextBoxIcon.js +8 -8
  96. package/lib/Textarea/Textarea.js +9 -8
  97. package/lib/Tooltip/Tooltip.js +9 -8
  98. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +5 -5
  99. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +6 -5
  100. package/lib/deprecated/PortalLayer/PortalLayer.js +7 -6
  101. package/lib/semantic/Button/Button.js +6 -6
  102. package/package.json +9 -4
  103. package/css_error.log +0 -0
package/lib/Tab/Tab.js CHANGED
@@ -108,9 +108,10 @@ function Tab(_ref) {
108
108
  }
109
109
  Tab.defaultProps = _defaultProps.Tab_defaultProps;
110
110
  Tab.propTypes = _propTypes.Tab_propTypes;
111
- if (false) {
112
- Tab.docs = {
113
- componentGroup: 'Tab',
114
- folderName: 'Style Guide'
115
- };
116
- }
111
+
112
+ // if (__DOCS__) {
113
+ // Tab.docs = {
114
+ // componentGroup: 'Tab',
115
+ // folderName: 'Style Guide'
116
+ // };
117
+ // }
package/lib/Tag/Tag.js CHANGED
@@ -169,9 +169,9 @@ var Tag = /*#__PURE__*/function (_PureComponent) {
169
169
  exports["default"] = Tag;
170
170
  Tag.defaultProps = _defaultProps.defaultProps;
171
171
  Tag.propTypes = _propTypes.propTypes;
172
- if (false) {
173
- Tag.docs = {
174
- componentGroup: 'Molecule',
175
- folderName: 'Style Guide'
176
- };
177
- }
172
+ // if (__DOCS__) {
173
+ // Tag.docs = {
174
+ // componentGroup: 'Molecule',
175
+ // folderName: 'Style Guide'
176
+ // };
177
+ // }
@@ -183,11 +183,12 @@ var Textbox = /*#__PURE__*/function (_React$PureComponent) {
183
183
  exports["default"] = Textbox;
184
184
  Textbox.defaultProps = _defaultProps.defaultProps;
185
185
  Textbox.propTypes = _propTypes.propTypes;
186
- if (false) {
187
- Textbox.docs = {
188
- componentGroup: 'Form Elements',
189
- folderName: 'Style Guide',
190
- external: true,
191
- description: ' '
192
- };
193
- }
186
+
187
+ // if (__DOCS__) {
188
+ // Textbox.docs = {
189
+ // componentGroup: 'Form Elements',
190
+ // folderName: 'Style Guide',
191
+ // external: true,
192
+ // description: ' '
193
+ // };
194
+ // }
@@ -177,11 +177,11 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
177
177
  exports["default"] = TextBoxIcon;
178
178
  TextBoxIcon.defaultProps = _defaultProps.defaultProps;
179
179
  TextBoxIcon.propTypes = _propTypes.propTypes;
180
- if (false) {
181
- TextBoxIcon.docs = {
182
- componentGroup: 'Form Elements',
183
- folderName: 'Style Guide',
184
- external: true,
185
- description: ' '
186
- };
187
- }
180
+ // if (__DOCS__) {
181
+ // TextBoxIcon.docs = {
182
+ // componentGroup: 'Form Elements',
183
+ // folderName: 'Style Guide',
184
+ // external: true,
185
+ // description: ' '
186
+ // };
187
+ // }
@@ -120,11 +120,12 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
120
120
  exports["default"] = Textarea;
121
121
  Textarea.defaultProps = _defaultProps.defaultProps;
122
122
  Textarea.propTypes = _propTypes.propTypes;
123
- if (false) {
124
- Textarea.docs = {
125
- componentGroup: 'Form Elements',
126
- folderName: 'Style Guide',
127
- external: true,
128
- description: ' '
129
- };
130
- }
123
+
124
+ // if (__DOCS__) {
125
+ // Textarea.docs = {
126
+ // componentGroup: 'Form Elements',
127
+ // folderName: 'Style Guide',
128
+ // external: true,
129
+ // description: ' '
130
+ // };
131
+ // }
@@ -509,11 +509,12 @@ var Tooltip = /*#__PURE__*/function (_React$Component) {
509
509
  exports["default"] = Tooltip;
510
510
  Tooltip.propTypes = _propTypes.propTypes;
511
511
  Tooltip.defaultProps = _defaultProps.defaultProps;
512
- if (false) {
513
- Tooltip.docs = {
514
- componentGroup: 'Atom',
515
- folderName: 'Style Guide',
516
- description: ' ',
517
- external: true
518
- };
519
- }
512
+
513
+ // if (__DOCS__) {
514
+ // Tooltip.docs = {
515
+ // componentGroup: 'Atom',
516
+ // folderName: 'Style Guide',
517
+ // description: ' ',
518
+ // external: true
519
+ // };
520
+ // }
@@ -93,8 +93,8 @@ exports["default"] = VelocityAnimation;
93
93
  VelocityAnimation.defaultProps = _defaultProps.defaultProps;
94
94
  VelocityAnimation.propTypes = _propTypes.propTypes;
95
95
  VelocityAnimation.contextType = _LibraryContextInit["default"];
96
- if (false) {
97
- VelocityAnimation.docs = {
98
- componentGroup: 'Animation'
99
- };
100
- }
96
+ // if (__DOCS__) {
97
+ // VelocityAnimation.docs = {
98
+ // componentGroup: 'Animation'
99
+ // };
100
+ // }
@@ -124,8 +124,9 @@ VelocityAnimationGroup.defaultProps = _objectSpread(_objectSpread({}, _defaultPr
124
124
  });
125
125
  VelocityAnimationGroup.propTypes = _propTypes.propTypes;
126
126
  VelocityAnimationGroup.contextType = _LibraryContextInit["default"];
127
- if (false) {
128
- VelocityAnimationGroup.docs = {
129
- componentGroup: 'Animation'
130
- };
131
- }
127
+
128
+ // if (__DOCS__) {
129
+ // VelocityAnimationGroup.docs = {
130
+ // componentGroup: 'Animation'
131
+ // };
132
+ // }
@@ -118,9 +118,10 @@ var PortalLayer = /*#__PURE__*/function (_React$Component) {
118
118
  exports["default"] = PortalLayer;
119
119
  PortalLayer.defaultProps = _defaultProps.defaultProps;
120
120
  PortalLayer.propTypes = _propTypes.propTypes;
121
- if (false) {
122
- PortalLayer.docs = {
123
- componentGroup: 'Atom',
124
- folderName: 'Style Guide'
125
- };
126
- }
121
+
122
+ // if (__DOCS__) {
123
+ // PortalLayer.docs = {
124
+ // componentGroup: 'Atom',
125
+ // folderName: 'Style Guide'
126
+ // };
127
+ // }
@@ -73,9 +73,9 @@ var Button = /*#__PURE__*/function (_React$Component) {
73
73
  exports["default"] = Button;
74
74
  Button.defaultProps = _defaultProps.defaultProps;
75
75
  Button.propTypes = _propTypes.propTypes;
76
- if (false) {
77
- Button.docs = {
78
- componentGroup: 'semantic',
79
- folderName: 'DefaultComponents'
80
- };
81
- }
76
+ // if (__DOCS__) {
77
+ // Button.docs = {
78
+ // componentGroup: 'semantic',
79
+ // folderName: 'DefaultComponents'
80
+ // };
81
+ // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-alpha-256",
3
+ "version": "1.0.0-alpha-257",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -8,9 +8,14 @@
8
8
  "access": "public"
9
9
  },
10
10
  "author": "Z Team",
11
- "homepage":"https://www.npmjs.com/search?q=@zohodesk",
11
+ "homepage": "https://www.npmjs.com/search?q=@zohodesk",
12
12
  "license": "ISC",
13
- "keywords":["DOT","ZOHODESK","ZTEAM","LIBRARY"],
13
+ "keywords": [
14
+ "DOT",
15
+ "ZOHODESK",
16
+ "ZTEAM",
17
+ "LIBRARY"
18
+ ],
14
19
  "scripts": {
15
20
  "build:docs": "react-cli build:docs",
16
21
  "lint": "react-cli lint",
@@ -69,7 +74,7 @@
69
74
  "preprocess": {
70
75
  "runner": "./preprocess/index.js"
71
76
  },
72
- "css":{
77
+ "css": {
73
78
  "plugins": {
74
79
  "hasRTL": true
75
80
  },
package/css_error.log DELETED
File without changes