@zohodesk/components 1.0.0-temp-118 → 1.0.0-temp-119

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 (99) hide show
  1. package/README.md +4 -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 +11 -10
  16. package/es/DropBox/DropBox.js +8 -8
  17. package/es/DropDown/DropDown.js +8 -6
  18. package/es/DropDown/DropDownHeading.js +7 -6
  19. package/es/Heading/Heading.js +7 -6
  20. package/es/Label/Label.js +7 -6
  21. package/es/ListItem/ListContainer.js +7 -6
  22. package/es/ListItem/ListItem.js +7 -6
  23. package/es/ListItem/ListItemWithAvatar.js +6 -6
  24. package/es/ListItem/ListItemWithCheckBox.js +6 -6
  25. package/es/ListItem/ListItemWithIcon.js +7 -6
  26. package/es/ListItem/ListItemWithRadio.js +7 -6
  27. package/es/Modal/Modal.js +9 -8
  28. package/es/MultiSelect/AdvancedGroupMultiSelect.js +7 -6
  29. package/es/MultiSelect/AdvancedMultiSelect.js +10 -8
  30. package/es/MultiSelect/MultiSelect.js +7 -6
  31. package/es/MultiSelect/MultiSelectWithAvatar.js +10 -8
  32. package/es/PopOver/PopOver.js +8 -8
  33. package/es/Radio/Radio.js +6 -6
  34. package/es/Ribbon/Ribbon.js +14 -12
  35. package/es/RippleEffect/RippleEffect.js +7 -6
  36. package/es/Select/GroupSelect.js +9 -8
  37. package/es/Select/Select.js +11 -10
  38. package/es/Select/SelectWithAvatar.js +10 -8
  39. package/es/Select/SelectWithIcon.js +7 -6
  40. package/es/Stencils/Stencils.js +9 -8
  41. package/es/Switch/Switch.js +7 -6
  42. package/es/Tab/Tab.js +7 -6
  43. package/es/Tag/Tag.js +6 -6
  44. package/es/TextBox/TextBox.js +9 -8
  45. package/es/TextBoxIcon/TextBoxIcon.js +8 -8
  46. package/es/Textarea/Textarea.js +9 -8
  47. package/es/Tooltip/Tooltip.js +9 -8
  48. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +5 -5
  49. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +6 -5
  50. package/es/deprecated/PortalLayer/PortalLayer.js +7 -6
  51. package/es/semantic/Button/Button.js +6 -6
  52. package/lib/Accordion/Accordion.js +7 -6
  53. package/lib/Accordion/AccordionItem.js +6 -6
  54. package/lib/Animation/Animation.js +9 -8
  55. package/lib/AppContainer/AppContainer.js +7 -6
  56. package/lib/Avatar/Avatar.js +9 -9
  57. package/lib/AvatarTeam/AvatarTeam.js +8 -7
  58. package/lib/Button/Button.js +7 -6
  59. package/lib/Buttongroup/Buttongroup.js +15 -12
  60. package/lib/Card/Card.js +9 -8
  61. package/lib/CheckBox/CheckBox.js +7 -6
  62. package/lib/DateTime/DateWidget.js +10 -10
  63. package/lib/DropBox/DropBox.js +8 -8
  64. package/lib/DropDown/DropDown.js +7 -6
  65. package/lib/DropDown/DropDownHeading.js +7 -6
  66. package/lib/Heading/Heading.js +7 -6
  67. package/lib/Label/Label.js +7 -6
  68. package/lib/ListItem/ListContainer.js +7 -8
  69. package/lib/ListItem/ListItem.js +7 -6
  70. package/lib/ListItem/ListItemWithAvatar.js +6 -6
  71. package/lib/ListItem/ListItemWithCheckBox.js +6 -6
  72. package/lib/ListItem/ListItemWithIcon.js +7 -6
  73. package/lib/ListItem/ListItemWithRadio.js +7 -6
  74. package/lib/Modal/Modal.js +9 -8
  75. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +6 -6
  76. package/lib/MultiSelect/AdvancedMultiSelect.js +9 -8
  77. package/lib/MultiSelect/MultiSelect.js +7 -6
  78. package/lib/MultiSelect/MultiSelectWithAvatar.js +9 -8
  79. package/lib/PopOver/PopOver.js +8 -8
  80. package/lib/Radio/Radio.js +6 -6
  81. package/lib/Ribbon/Ribbon.js +14 -12
  82. package/lib/RippleEffect/RippleEffect.js +7 -6
  83. package/lib/Select/GroupSelect.js +9 -10
  84. package/lib/Select/Select.js +11 -12
  85. package/lib/Select/SelectWithAvatar.js +9 -8
  86. package/lib/Select/SelectWithIcon.js +7 -6
  87. package/lib/Stencils/Stencils.js +9 -8
  88. package/lib/Switch/Switch.js +7 -6
  89. package/lib/Tab/Tab.js +7 -6
  90. package/lib/Tag/Tag.js +6 -6
  91. package/lib/TextBox/TextBox.js +9 -8
  92. package/lib/TextBoxIcon/TextBoxIcon.js +8 -8
  93. package/lib/Textarea/Textarea.js +9 -8
  94. package/lib/Tooltip/Tooltip.js +9 -8
  95. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +5 -5
  96. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +6 -5
  97. package/lib/deprecated/PortalLayer/PortalLayer.js +7 -6
  98. package/lib/semantic/Button/Button.js +6 -6
  99. package/package.json +1 -1
@@ -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-temp-118",
3
+ "version": "1.0.0-temp-119",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,