@zohodesk/components 1.0.0-alpha-238 → 1.0.0-alpha-239

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 (242) hide show
  1. package/README.md +5 -0
  2. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +10 -10
  3. package/assets/Appearance/pureDark/themes/blue/bluePureDarkComponentTheme.module.css +2 -2
  4. package/assets/Appearance/pureDark/themes/green/greenPureDarkComponentTheme.module.css +2 -2
  5. package/assets/Appearance/pureDark/themes/orange/orangePureDarkComponentTheme.module.css +2 -2
  6. package/assets/Appearance/pureDark/themes/red/redPureDarkComponentTheme.module.css +2 -2
  7. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkComponentTheme.module.css +2 -2
  8. package/docs/external/active-line.js +72 -0
  9. package/docs/external/autorefresh.js +47 -0
  10. package/docs/external/codemirror.js +9681 -0
  11. package/docs/external/css/hopscotch.css +576 -0
  12. package/docs/external/css/styleGuide.css +1100 -0
  13. package/docs/external/css.js +466 -0
  14. package/docs/external/designTokens.js +1 -0
  15. package/docs/external/foldcode.js +152 -0
  16. package/docs/external/format.js +129 -0
  17. package/docs/external/htmlmixed.js +84 -0
  18. package/docs/external/images/bottom.png +0 -0
  19. package/docs/external/images/bottombg.jpg +0 -0
  20. package/docs/external/images/desk.png +0 -0
  21. package/docs/external/images/desklogo.png +0 -0
  22. package/docs/external/images/menu.png +0 -0
  23. package/docs/external/index.html +127 -0
  24. package/docs/external/javascript.js +422 -0
  25. package/docs/external/jsx.js +148 -0
  26. package/docs/external/matchbrackets.js +145 -0
  27. package/docs/external/xml.js +322 -0
  28. package/docs/package.json +41 -0
  29. package/docs/src/index.js +1311 -0
  30. package/es/Accordion/docs/Accordion__Demo.docs.js +80 -0
  31. package/es/Animation/docs/Animation__default.docs.js +34 -0
  32. package/es/Animation/docs/Animation__fadeIn.docs.js +34 -0
  33. package/es/Animation/docs/Animation__scaleIn.docs.js +34 -0
  34. package/es/Animation/docs/Animation__skewIn.docs.js +34 -0
  35. package/es/Animation/docs/Animation__slideDown.docs.js +34 -0
  36. package/es/Animation/docs/Animation__slideLeft.docs.js +34 -0
  37. package/es/Animation/docs/Animation__zoomIn.docs.js +34 -0
  38. package/es/AppContainer/docs/AppContainer__default.docs.js +20 -0
  39. package/es/Avatar/docs/Avatar__custom.docs.js +29 -0
  40. package/es/Avatar/docs/Avatar__default.docs.js +29 -0
  41. package/es/Avatar/docs/Avatar__palette.docs.js +49 -0
  42. package/es/Avatar/docs/Avatar__text.docs.js +28 -0
  43. package/es/AvatarTeam/docs/AvatarTeam__custom.docs.js +73 -0
  44. package/es/AvatarTeam/docs/AvatarTeam__default.docs.js +31 -0
  45. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +50 -0
  46. package/es/AvatarTeam/docs/AvatarTeam__size.docs.js +49 -0
  47. package/es/Button/docs/Button__custom.docs.js +771 -0
  48. package/es/Button/docs/Button__default.docs.js +536 -0
  49. package/es/Buttongroup/docs/Buttongroup__custom.docs.js +37 -0
  50. package/es/Buttongroup/docs/Buttongroup__footer.docs.js +33 -0
  51. package/es/Buttongroup/docs/Buttongroup__header.docs.js +42 -0
  52. package/es/Card/docs/Card__Custom.docs.js +34 -0
  53. package/es/Card/docs/Card__Default.docs.js +37 -0
  54. package/es/Card/docs/Card__Scroll.docs.js +59 -0
  55. package/es/CheckBox/docs/CheckBox__custom.docs.js +293 -0
  56. package/es/CheckBox/docs/CheckBox__default.docs.js +219 -0
  57. package/es/DateTime/DateTime.js +8 -2
  58. package/es/DateTime/DateWidget.js +10 -2
  59. package/es/DateTime/docs/DateTime__default.docs.js +91 -0
  60. package/es/DateTime/docs/DateWidget__default.docs.js +183 -0
  61. package/es/DateTime/docs/timezonedata.json +1 -0
  62. package/es/DropBox/docs/DropBox__custom.docs.js +66 -0
  63. package/es/DropBox/docs/DropBox__customOrder.docs.js +92 -0
  64. package/es/DropBox/docs/DropBox__fixedPosition.docs.js +91 -0
  65. package/es/DropBox/docs/DropBox__position.docs.js +87 -0
  66. package/es/DropBox/docs/DropBox__size.docs.js +61 -0
  67. package/es/DropDown/docs/DropDownHeading__custom.docs.js +23 -0
  68. package/es/DropDown/docs/DropDownHeading__default.docs.js +21 -0
  69. package/es/Label/docs/Label__clipped.docs.js +27 -0
  70. package/es/Label/docs/Label__custom.docs.js +30 -0
  71. package/es/Label/docs/Label__palette.docs.js +42 -0
  72. package/es/Label/docs/Label__size.docs.js +29 -0
  73. package/es/Label/docs/Label__type.docs.js +37 -0
  74. package/es/Layout/docs/Layout__Hidden.docs.js +77 -0
  75. package/es/Layout/docs/Layout__default.docs.js +49 -0
  76. package/es/Layout/docs/Layout__four_Column.docs.js +85 -0
  77. package/es/Layout/docs/Layout__three_Column.docs.js +76 -0
  78. package/es/Layout/docs/Layout__two_Column.docs.js +69 -0
  79. package/es/LightNightMode/docs/AlternativeColors.docs.js +74 -0
  80. package/es/ListItem/docs/ListItemWithAvatar__custom.docs.js +155 -0
  81. package/es/ListItem/docs/ListItemWithAvatar__default.docs.js +112 -0
  82. package/es/ListItem/docs/ListItemWithCheckBox__custom.docs.js +91 -0
  83. package/es/ListItem/docs/ListItemWithCheckBox__default.docs.js +65 -0
  84. package/es/ListItem/docs/ListItemWithIcon__custom.docs.js +68 -0
  85. package/es/ListItem/docs/ListItemWithIcon__default.docs.js +62 -0
  86. package/es/ListItem/docs/ListItemWithRadio__custom.docs.js +91 -0
  87. package/es/ListItem/docs/ListItemWithRadio__default.docs.js +65 -0
  88. package/es/ListItem/docs/ListItem__custom.docs.js +114 -0
  89. package/es/ListItem/docs/ListItem__default.docs.js +82 -0
  90. package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +125 -0
  91. package/es/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +114 -0
  92. package/es/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +141 -0
  93. package/es/MultiSelect/docs/MultiSelect__default.docs.js +161 -0
  94. package/es/PopOver/docs/PopOver__default.docs.js +32 -0
  95. package/es/Provider/docs/Provider_Id__Class.docs.js +29 -0
  96. package/es/Provider/docs/Provider_Id__Function.docs.js +18 -0
  97. package/es/Provider/docs/Provider_Zindex__Class.docs.js +32 -0
  98. package/es/Provider/docs/Provider_Zindex__Function.docs.js +23 -0
  99. package/es/Radio/docs/Radio__custom.docs.js +245 -0
  100. package/es/Radio/docs/Radio__default.docs.js +169 -0
  101. package/es/Responsive/docs/Responsive__Custom.docs.js +206 -0
  102. package/es/Responsive/docs/Responsive__default.docs.js +97 -0
  103. package/es/Responsive/docs/style.module.css +56 -0
  104. package/es/Ribbon/docs/Ribbon__custom.docs.js +386 -0
  105. package/es/Ribbon/docs/Ribbon__default.docs.js +342 -0
  106. package/es/RippleEffect/docs/RippleEffect__default.docs.js +435 -0
  107. package/es/Select/docs/GroupSelect__default.docs.js +149 -0
  108. package/es/Select/docs/SelectWithAvatar__default.docs.js +97 -0
  109. package/es/Select/docs/SelectWithIcon__default.docs.js +138 -0
  110. package/es/Select/docs/Select__default.docs.js +288 -0
  111. package/es/Stencils/docs/Stencils__custom.docs.js +45 -0
  112. package/es/Stencils/docs/Stencils__default.docs.js +50 -0
  113. package/es/Switch/docs/Switch__custom.docs.js +153 -0
  114. package/es/Switch/docs/Switch__default.docs.js +107 -0
  115. package/es/Tab/docs/Tab__default.docs.js +258 -0
  116. package/es/Tab/docs/tabdocs.module.css +29 -0
  117. package/es/Tag/docs/Tag__custom.docs.js +368 -0
  118. package/es/Tag/docs/Tag__default.docs.js +323 -0
  119. package/es/TextBox/docs/TextBox__custom.docs.js +43 -0
  120. package/es/TextBox/docs/TextBox__default.docs.js +40 -0
  121. package/es/TextBox/docs/TextBox__size.docs.js +38 -0
  122. package/es/TextBox/docs/TextBox__variant.docs.js +38 -0
  123. package/es/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +89 -0
  124. package/es/TextBoxIcon/docs/TextBoxIcon__default.docs.js +61 -0
  125. package/es/Textarea/docs/Textarea__animated.docs.js +41 -0
  126. package/es/Textarea/docs/Textarea__custom.docs.js +82 -0
  127. package/es/Textarea/docs/Textarea__default.docs.js +76 -0
  128. package/es/Textarea/docs/Textarea__disabled.docs.js +29 -0
  129. package/es/Tooltip/docs/Tooltip__default.docs.js +371 -0
  130. package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +97 -0
  131. package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +150 -0
  132. package/es/a11y/FocusScope/docs/FocusScope__default.docs.js +139 -0
  133. package/es/beta/FocusRing/docs/FocusRing__default.docs.js +48 -0
  134. package/es/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +72 -0
  135. package/es/semantic/Button/docs/Button__default.docs.js +20 -0
  136. package/lib/Accordion/docs/Accordion__Demo.docs.js +126 -0
  137. package/lib/Animation/docs/Animation__default.docs.js +85 -0
  138. package/lib/Animation/docs/Animation__fadeIn.docs.js +85 -0
  139. package/lib/Animation/docs/Animation__scaleIn.docs.js +85 -0
  140. package/lib/Animation/docs/Animation__skewIn.docs.js +85 -0
  141. package/lib/Animation/docs/Animation__slideDown.docs.js +85 -0
  142. package/lib/Animation/docs/Animation__slideLeft.docs.js +85 -0
  143. package/lib/Animation/docs/Animation__zoomIn.docs.js +85 -0
  144. package/lib/AppContainer/docs/AppContainer__default.docs.js +70 -0
  145. package/lib/Avatar/docs/Avatar__custom.docs.js +87 -0
  146. package/lib/Avatar/docs/Avatar__default.docs.js +83 -0
  147. package/lib/Avatar/docs/Avatar__palette.docs.js +107 -0
  148. package/lib/Avatar/docs/Avatar__text.docs.js +86 -0
  149. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +124 -0
  150. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +82 -0
  151. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +101 -0
  152. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +100 -0
  153. package/lib/Button/docs/Button__custom.docs.js +826 -0
  154. package/lib/Button/docs/Button__default.docs.js +590 -0
  155. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +89 -0
  156. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +85 -0
  157. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +98 -0
  158. package/lib/Card/docs/Card__Custom.docs.js +90 -0
  159. package/lib/Card/docs/Card__Default.docs.js +92 -0
  160. package/lib/Card/docs/Card__Scroll.docs.js +114 -0
  161. package/lib/CheckBox/docs/CheckBox__custom.docs.js +348 -0
  162. package/lib/CheckBox/docs/CheckBox__default.docs.js +273 -0
  163. package/lib/DateTime/DateTime.js +8 -2
  164. package/lib/DateTime/DateWidget.js +10 -2
  165. package/lib/DateTime/docs/DateTime__default.docs.js +142 -0
  166. package/lib/DateTime/docs/DateWidget__default.docs.js +240 -0
  167. package/lib/DateTime/docs/timezonedata.json +1 -0
  168. package/lib/DropBox/docs/DropBox__custom.docs.js +122 -0
  169. package/lib/DropBox/docs/DropBox__customOrder.docs.js +141 -0
  170. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +140 -0
  171. package/lib/DropBox/docs/DropBox__position.docs.js +142 -0
  172. package/lib/DropBox/docs/DropBox__size.docs.js +116 -0
  173. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +73 -0
  174. package/lib/DropDown/docs/DropDownHeading__default.docs.js +70 -0
  175. package/lib/Label/docs/Label__clipped.docs.js +81 -0
  176. package/lib/Label/docs/Label__custom.docs.js +85 -0
  177. package/lib/Label/docs/Label__palette.docs.js +96 -0
  178. package/lib/Label/docs/Label__size.docs.js +83 -0
  179. package/lib/Label/docs/Label__type.docs.js +91 -0
  180. package/lib/Layout/docs/Layout__Hidden.docs.js +127 -0
  181. package/lib/Layout/docs/Layout__default.docs.js +98 -0
  182. package/lib/Layout/docs/Layout__four_Column.docs.js +135 -0
  183. package/lib/Layout/docs/Layout__three_Column.docs.js +126 -0
  184. package/lib/Layout/docs/Layout__two_Column.docs.js +119 -0
  185. package/lib/LightNightMode/docs/AlternativeColors.docs.js +131 -0
  186. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +206 -0
  187. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +162 -0
  188. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +142 -0
  189. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +115 -0
  190. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +119 -0
  191. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +112 -0
  192. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +142 -0
  193. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +115 -0
  194. package/lib/ListItem/docs/ListItem__custom.docs.js +164 -0
  195. package/lib/ListItem/docs/ListItem__default.docs.js +131 -0
  196. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +177 -0
  197. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +165 -0
  198. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +191 -0
  199. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +214 -0
  200. package/lib/PopOver/docs/PopOver__default.docs.js +86 -0
  201. package/lib/Provider/docs/Provider_Id__Class.docs.js +77 -0
  202. package/lib/Provider/docs/Provider_Id__Function.docs.js +29 -0
  203. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +80 -0
  204. package/lib/Provider/docs/Provider_Zindex__Function.docs.js +34 -0
  205. package/lib/Radio/docs/Radio__custom.docs.js +299 -0
  206. package/lib/Radio/docs/Radio__default.docs.js +222 -0
  207. package/lib/Responsive/docs/Responsive__Custom.docs.js +272 -0
  208. package/lib/Responsive/docs/Responsive__default.docs.js +142 -0
  209. package/lib/Responsive/docs/style.module.css +56 -0
  210. package/lib/Ribbon/docs/Ribbon__custom.docs.js +437 -0
  211. package/lib/Ribbon/docs/Ribbon__default.docs.js +392 -0
  212. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +484 -0
  213. package/lib/Select/docs/GroupSelect__default.docs.js +199 -0
  214. package/lib/Select/docs/SelectWithAvatar__default.docs.js +152 -0
  215. package/lib/Select/docs/SelectWithIcon__default.docs.js +190 -0
  216. package/lib/Select/docs/Select__default.docs.js +340 -0
  217. package/lib/Stencils/docs/Stencils__custom.docs.js +96 -0
  218. package/lib/Stencils/docs/Stencils__default.docs.js +101 -0
  219. package/lib/Switch/docs/Switch__custom.docs.js +203 -0
  220. package/lib/Switch/docs/Switch__default.docs.js +156 -0
  221. package/lib/Tab/docs/Tab__default.docs.js +308 -0
  222. package/lib/Tab/docs/tabdocs.module.css +29 -0
  223. package/lib/Tag/docs/Tag__custom.docs.js +423 -0
  224. package/lib/Tag/docs/Tag__default.docs.js +377 -0
  225. package/lib/TextBox/docs/TextBox__custom.docs.js +98 -0
  226. package/lib/TextBox/docs/TextBox__default.docs.js +95 -0
  227. package/lib/TextBox/docs/TextBox__size.docs.js +93 -0
  228. package/lib/TextBox/docs/TextBox__variant.docs.js +93 -0
  229. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +145 -0
  230. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +117 -0
  231. package/lib/Textarea/docs/Textarea__animated.docs.js +95 -0
  232. package/lib/Textarea/docs/Textarea__custom.docs.js +137 -0
  233. package/lib/Textarea/docs/Textarea__default.docs.js +130 -0
  234. package/lib/Textarea/docs/Textarea__disabled.docs.js +83 -0
  235. package/lib/Tooltip/docs/Tooltip__default.docs.js +430 -0
  236. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +150 -0
  237. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +206 -0
  238. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +191 -0
  239. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +101 -0
  240. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +145 -0
  241. package/lib/semantic/Button/docs/Button__default.docs.js +66 -0
  242. package/package.json +1 -1
@@ -0,0 +1,61 @@
1
+ import React, { Component } from 'react';
2
+ import DropBox from '../DropBox';
3
+ export default class DropBox__size extends Component {
4
+ render() {
5
+ let style = {
6
+ height: '80px',
7
+ width: '100px',
8
+ position: 'relative',
9
+ display: 'inline-block',
10
+ background: '#e6e5e5',
11
+ fontSize: '14px'
12
+ },
13
+ boxstyle = {
14
+ height: '100px',
15
+ textAlign: 'center',
16
+ fontSize: 'var(--zd_size20)',
17
+ listStyleType: 'none',
18
+ padding: 0,
19
+ margin: 0
20
+ },
21
+ containerStyle = {
22
+ display: 'inline-block',
23
+ verticalAlign: 'top',
24
+ width: 'calc(33.3333333% - 300px)',
25
+ marginBottom: '150px',
26
+ marginLeft: '275px'
27
+ },
28
+ dropBoxStyle = {
29
+ display: 'flex',
30
+ flexWrap: 'wrap',
31
+ flexDirection: 'row',
32
+ justifyContent: 'right'
33
+ };
34
+ let sizes = ['mini', 'xmini', 'xsmall', 'small', 'medium', 'large', 'mlarge', 'xlarge', 'default'];
35
+ return /*#__PURE__*/React.createElement("div", {
36
+ style: {
37
+ dropBoxStyle
38
+ }
39
+ }, sizes.map((size, i) => /*#__PURE__*/React.createElement("div", {
40
+ style: containerStyle,
41
+ key: i
42
+ }, /*#__PURE__*/React.createElement("div", {
43
+ style: style
44
+ }, /*#__PURE__*/React.createElement(DropBox, {
45
+ size: size,
46
+ isActive: true
47
+ }, /*#__PURE__*/React.createElement("ul", {
48
+ style: boxstyle
49
+ }, /*#__PURE__*/React.createElement("li", null, "DropBox"), /*#__PURE__*/React.createElement("li", null, "Size - ", size)))))));
50
+ }
51
+
52
+ }
53
+
54
+ if (false) {
55
+ DropBox__size.docs = {
56
+ componentGroup: 'Atom',
57
+ folderName: 'Style Guide',
58
+ external: true,
59
+ description: ' '
60
+ };
61
+ }
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import DropDownHeading from '../DropDownHeading';
3
+ import styles from '../../common/docStyle.module.css';
4
+ export default class DropDownHeading__custom extends React.Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(DropDownHeading, {
7
+ customClass: styles.dropdownheading,
8
+ text: "DropDownHeading"
9
+ }), /*#__PURE__*/React.createElement(DropDownHeading, {
10
+ customClass: styles.dropdownheading,
11
+ palette: "dark",
12
+ text: "DropDownHeading"
13
+ }));
14
+ }
15
+
16
+ }
17
+
18
+ if (false) {
19
+ DropDownHeading__custom.docs = {
20
+ componentGroup: 'Form Elements',
21
+ folderName: 'Style Guide'
22
+ };
23
+ }
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import DropDownHeading from '../DropDownHeading';
3
+ export default class DropDownHeading__default extends React.Component {
4
+ render() {
5
+ return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(DropDownHeading, {
6
+ text: "DropDownHeading"
7
+ }), /*#__PURE__*/React.createElement(DropDownHeading, {
8
+ text: "DropDownHeading1"
9
+ }, /*#__PURE__*/React.createElement("span", null, "Test")), /*#__PURE__*/React.createElement(DropDownHeading, {
10
+ text: "DropDownHeading2"
11
+ }));
12
+ }
13
+
14
+ }
15
+
16
+ if (false) {
17
+ DropDownHeading__default.docs = {
18
+ componentGroup: 'Form Elements',
19
+ folderName: 'Style Guide'
20
+ };
21
+ }
@@ -0,0 +1,27 @@
1
+ import React, { Component } from 'react';
2
+ import Label from '../Label';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Label__clipped extends Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("span", {
7
+ style: {
8
+ display: 'inline-block',
9
+ width: '200px'
10
+ }
11
+ }, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Label, {
12
+ text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry",
13
+ id: "label8",
14
+ size: "medium",
15
+ clipped: true
16
+ })));
17
+ }
18
+
19
+ }
20
+
21
+ if (false) {
22
+ Label__clipped.docs = {
23
+ componentGroup: 'Form Elements',
24
+ folderName: 'Style Guide',
25
+ description: ' '
26
+ };
27
+ }
@@ -0,0 +1,30 @@
1
+ import React, { Component } from 'react';
2
+ import Label from '../Label';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ import style from '../../common/docStyle.module.css';
5
+ export default class Label__custom extends Component {
6
+ render() {
7
+ return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Label, {
8
+ customClass: style.customLbl,
9
+ text: "Label",
10
+ id: "label4",
11
+ size: "medium",
12
+ palette: "default"
13
+ }), /*#__PURE__*/React.createElement(Label, {
14
+ customClass: style.customLbl,
15
+ text: "Label",
16
+ id: "label5",
17
+ size: "medium",
18
+ palette: "primary"
19
+ })));
20
+ }
21
+
22
+ }
23
+
24
+ if (false) {
25
+ Label__custom.docs = {
26
+ componentGroup: 'Form Elements',
27
+ folderName: 'Style Guide',
28
+ description: ' '
29
+ };
30
+ }
@@ -0,0 +1,42 @@
1
+ import React, { Component } from 'react';
2
+ import Label from '../Label';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Label__palette extends Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Label, {
7
+ text: "Label",
8
+ id: "label4",
9
+ size: "medium",
10
+ palette: "default"
11
+ }), /*#__PURE__*/React.createElement(Label, {
12
+ text: "Label",
13
+ id: "label5",
14
+ size: "medium",
15
+ palette: "primary"
16
+ }), /*#__PURE__*/React.createElement(Label, {
17
+ text: "Label",
18
+ id: "label6",
19
+ size: "medium",
20
+ palette: "secondary"
21
+ }), /*#__PURE__*/React.createElement(Label, {
22
+ text: "Label",
23
+ id: "label7",
24
+ size: "medium",
25
+ palette: "danger"
26
+ }), /*#__PURE__*/React.createElement(Label, {
27
+ text: "Label",
28
+ id: "label7",
29
+ size: "medium",
30
+ palette: "mandatory"
31
+ })));
32
+ }
33
+
34
+ }
35
+
36
+ if (false) {
37
+ Label__palette.docs = {
38
+ componentGroup: 'Form Elements',
39
+ folderName: 'Style Guide',
40
+ description: ' '
41
+ };
42
+ }
@@ -0,0 +1,29 @@
1
+ import React, { Component } from 'react';
2
+ import Label from '../Label';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Label__size extends Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Label, {
7
+ text: "Label",
8
+ id: "label1",
9
+ size: "small"
10
+ }), /*#__PURE__*/React.createElement(Label, {
11
+ text: "Label",
12
+ id: "label2",
13
+ size: "medium"
14
+ }), /*#__PURE__*/React.createElement(Label, {
15
+ text: "Label",
16
+ id: "label3",
17
+ size: "large"
18
+ })));
19
+ }
20
+
21
+ }
22
+
23
+ if (false) {
24
+ Label__size.docs = {
25
+ componentGroup: 'Form Elements',
26
+ folderName: 'Style Guide',
27
+ description: ' '
28
+ };
29
+ }
@@ -0,0 +1,37 @@
1
+ import React, { Component } from 'react';
2
+ import Label from '../Label';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Label__type extends Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Label, {
7
+ text: "Lorem Ipsum is simply dummy text ",
8
+ id: "label10",
9
+ size: "small",
10
+ type: "title"
11
+ }), /*#__PURE__*/React.createElement(Label, {
12
+ text: "Lorem Ipsum is simply dummy text ",
13
+ id: "label11",
14
+ size: "medium",
15
+ type: "subtitle"
16
+ }), /*#__PURE__*/React.createElement(Label, {
17
+ text: "Lorem Ipsum is simply dummy text ",
18
+ id: "label12",
19
+ size: "medium",
20
+ type: "subtitle"
21
+ }), /*#__PURE__*/React.createElement(Label, {
22
+ text: "Lorem Ipsum is simply dummy text ",
23
+ id: "label12",
24
+ size: "medium",
25
+ type: "title"
26
+ })));
27
+ }
28
+
29
+ }
30
+
31
+ if (false) {
32
+ Label__type.docs = {
33
+ componentGroup: 'Form Elements',
34
+ folderName: 'Style Guide',
35
+ description: ' '
36
+ };
37
+ }
@@ -0,0 +1,77 @@
1
+ import React from 'react';
2
+ import { Container, Box } from '../';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Layout__Hidden extends React.Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("div", {
7
+ style: {
8
+ height: '500px',
9
+ maxWidth: '1200px',
10
+ margin: '0 auto'
11
+ }
12
+ }, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Container, {
13
+ alignBox: "column",
14
+ style: {
15
+ background: '#f5f5f5'
16
+ }
17
+ }, /*#__PURE__*/React.createElement(Box, {
18
+ flexible: true,
19
+ style: {
20
+ background: '#f8f8f8'
21
+ }
22
+ }, /*#__PURE__*/React.createElement(Container, {
23
+ alignBox: "column",
24
+ style: {
25
+ background: '#f5f5f5'
26
+ }
27
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
28
+ style: {
29
+ background: '#666',
30
+ height: '45px'
31
+ }
32
+ })), /*#__PURE__*/React.createElement(Box, {
33
+ flexible: true
34
+ }, /*#__PURE__*/React.createElement(Container, {
35
+ alignBox: "row",
36
+ style: {
37
+ background: '#f5f5f5'
38
+ }
39
+ }, /*#__PURE__*/React.createElement(Box, {
40
+ hidden: ['xs']
41
+ }, /*#__PURE__*/React.createElement("div", {
42
+ style: {
43
+ background: 'var(--dot_black)',
44
+ width: '45px',
45
+ height: '100%'
46
+ }
47
+ })), /*#__PURE__*/React.createElement(Box, {
48
+ flexible: true,
49
+ hidden: ['md', 'xs']
50
+ }, /*#__PURE__*/React.createElement("div", {
51
+ style: {
52
+ background: '#4e524e',
53
+ height: '100%'
54
+ }
55
+ })), /*#__PURE__*/React.createElement(Box, {
56
+ flexible: true
57
+ }, /*#__PURE__*/React.createElement("div", {
58
+ style: {
59
+ background: '#909090',
60
+ width: '100%',
61
+ height: '100%'
62
+ }
63
+ })))))), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
64
+ style: {
65
+ background: '#f1f1f1',
66
+ height: '28px'
67
+ }
68
+ })))));
69
+ }
70
+
71
+ }
72
+ Layout__Hidden.docs = {
73
+ componentGroup: 'Layout',
74
+ folderName: 'Style Guide',
75
+ description: ' ',
76
+ external: true
77
+ };
@@ -0,0 +1,49 @@
1
+ import React from 'react';
2
+ import { Container, Box } from '../';
3
+ export default class Layout__default extends React.Component {
4
+ render() {
5
+ return /*#__PURE__*/React.createElement("div", {
6
+ style: {
7
+ height: '500px',
8
+ maxWidth: '1200px',
9
+ margin: '0 auto'
10
+ }
11
+ }, /*#__PURE__*/React.createElement(Container, {
12
+ alignBox: "row",
13
+ style: {
14
+ background: '#f5f5f5'
15
+ },
16
+ scroll: "vertical",
17
+ wrap: true,
18
+ align: "both"
19
+ }, /*#__PURE__*/React.createElement(Box, {
20
+ flexible: true,
21
+ style: {
22
+ background: '#f8f8f8'
23
+ }
24
+ }, /*#__PURE__*/React.createElement(Container, {
25
+ alignBox: "row",
26
+ style: {
27
+ background: '#f5f5f5'
28
+ }
29
+ }, /*#__PURE__*/React.createElement(Box, {
30
+ hidden: ['xs']
31
+ }, /*#__PURE__*/React.createElement("div", {
32
+ style: {
33
+ background: '#999',
34
+ width: '220px',
35
+ height: '100%'
36
+ }
37
+ })), /*#__PURE__*/React.createElement(Box, {
38
+ flexible: true,
39
+ shrink: true
40
+ })))));
41
+ }
42
+
43
+ }
44
+ Layout__default.docs = {
45
+ componentGroup: 'Layout',
46
+ folderName: 'Style Guide',
47
+ description: ' ',
48
+ external: true
49
+ };
@@ -0,0 +1,85 @@
1
+ import React from 'react';
2
+ import { Container, Box } from '../';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Layout__four_Column extends React.Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("div", {
7
+ style: {
8
+ height: '500px',
9
+ maxWidth: '1200px',
10
+ margin: '0 auto'
11
+ }
12
+ }, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Container, {
13
+ alignBox: "column",
14
+ style: {
15
+ background: '#f5f5f5'
16
+ }
17
+ }, /*#__PURE__*/React.createElement(Box, {
18
+ flexible: true,
19
+ style: {
20
+ background: '#f8f8f8'
21
+ }
22
+ }, /*#__PURE__*/React.createElement(Container, {
23
+ alignBox: "column",
24
+ style: {
25
+ background: '#f5f5f5'
26
+ }
27
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
28
+ style: {
29
+ background: '#666',
30
+ height: '45px'
31
+ }
32
+ })), /*#__PURE__*/React.createElement(Box, {
33
+ flexible: true
34
+ }, /*#__PURE__*/React.createElement(Container, {
35
+ alignBox: "row",
36
+ style: {
37
+ background: '#f5f5f5'
38
+ },
39
+ align: "top"
40
+ }, /*#__PURE__*/React.createElement(Box, {
41
+ hidden: ['xs']
42
+ }, /*#__PURE__*/React.createElement("div", {
43
+ style: {
44
+ background: 'var(--dot_black)',
45
+ width: '220px',
46
+ height: '100%'
47
+ }
48
+ })), /*#__PURE__*/React.createElement(Box, {
49
+ hidden: ['xs']
50
+ }, /*#__PURE__*/React.createElement("div", {
51
+ style: {
52
+ background: '#4e524e',
53
+ width: '320px',
54
+ height: '100%'
55
+ }
56
+ })), /*#__PURE__*/React.createElement(Box, {
57
+ flexible: true
58
+ }, /*#__PURE__*/React.createElement("div", {
59
+ style: {
60
+ background: '#909090',
61
+ height: '100%'
62
+ }
63
+ })), /*#__PURE__*/React.createElement(Box, {
64
+ hidden: ['sm', 'xs', 'md']
65
+ }, /*#__PURE__*/React.createElement("div", {
66
+ style: {
67
+ background: '#4e524e',
68
+ width: '320px',
69
+ height: '100%'
70
+ }
71
+ })))))), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
72
+ style: {
73
+ background: '#f1f1f1',
74
+ height: '28px'
75
+ }
76
+ })))));
77
+ }
78
+
79
+ }
80
+ Layout__four_Column.docs = {
81
+ componentGroup: 'Layout',
82
+ folderName: 'Style Guide',
83
+ description: ' ',
84
+ external: true
85
+ };
@@ -0,0 +1,76 @@
1
+ import React from 'react';
2
+ import { Container, Box } from '../';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Layout__three_Column extends React.Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("div", {
7
+ style: {
8
+ height: '500px',
9
+ maxWidth: '1200px',
10
+ margin: '0 auto'
11
+ }
12
+ }, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Container, {
13
+ alignBox: "column",
14
+ style: {
15
+ background: '#f5f5f5'
16
+ }
17
+ }, /*#__PURE__*/React.createElement(Box, {
18
+ flexible: true,
19
+ style: {
20
+ background: '#f8f8f8'
21
+ }
22
+ }, /*#__PURE__*/React.createElement(Container, {
23
+ alignBox: "column",
24
+ style: {
25
+ background: '#f5f5f5'
26
+ }
27
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
28
+ style: {
29
+ background: '#666',
30
+ height: '45px'
31
+ }
32
+ })), /*#__PURE__*/React.createElement(Box, {
33
+ flexible: true
34
+ }, /*#__PURE__*/React.createElement(Container, {
35
+ alignBox: "row",
36
+ style: {
37
+ background: '#f5f5f5'
38
+ }
39
+ }, /*#__PURE__*/React.createElement(Box, {
40
+ hidden: ['xs']
41
+ }, /*#__PURE__*/React.createElement("div", {
42
+ style: {
43
+ background: 'var(--dot_black)',
44
+ width: '220px',
45
+ height: '100%'
46
+ }
47
+ })), /*#__PURE__*/React.createElement(Box, {
48
+ hidden: ['xs']
49
+ }, /*#__PURE__*/React.createElement("div", {
50
+ style: {
51
+ background: '#4e524e',
52
+ width: '320px',
53
+ height: '100%'
54
+ }
55
+ })), /*#__PURE__*/React.createElement(Box, {
56
+ flexible: true
57
+ }, /*#__PURE__*/React.createElement("div", {
58
+ style: {
59
+ background: '#909090',
60
+ height: '100%'
61
+ }
62
+ })))))), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
63
+ style: {
64
+ background: '#f1f1f1',
65
+ height: '28px'
66
+ }
67
+ })))));
68
+ }
69
+
70
+ }
71
+ Layout__three_Column.docs = {
72
+ componentGroup: 'Layout',
73
+ folderName: 'Style Guide',
74
+ description: ' ',
75
+ external: true
76
+ };
@@ -0,0 +1,69 @@
1
+ import React from 'react';
2
+ import { Container, Box } from '../';
3
+ import CodeExtract from '@zohodesk/docstool/lib/CodeExtractor/CodeExtractor';
4
+ export default class Layout__two_Column extends React.Component {
5
+ render() {
6
+ return /*#__PURE__*/React.createElement("div", {
7
+ style: {
8
+ height: '500px',
9
+ maxWidth: '1200px',
10
+ margin: '0 auto'
11
+ }
12
+ }, /*#__PURE__*/React.createElement(CodeExtract, null, /*#__PURE__*/React.createElement(Container, {
13
+ alignBox: "column",
14
+ style: {
15
+ background: '#f5f5f5'
16
+ }
17
+ }, /*#__PURE__*/React.createElement(Box, {
18
+ flexible: true,
19
+ style: {
20
+ background: '#f8f8f8'
21
+ }
22
+ }, /*#__PURE__*/React.createElement(Container, {
23
+ alignBox: "column",
24
+ style: {
25
+ background: '#f5f5f5'
26
+ }
27
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
28
+ style: {
29
+ background: '#666',
30
+ height: '45px'
31
+ }
32
+ })), /*#__PURE__*/React.createElement(Box, {
33
+ flexible: true
34
+ }, /*#__PURE__*/React.createElement(Container, {
35
+ alignBox: "row",
36
+ style: {
37
+ background: '#f5f5f5'
38
+ }
39
+ }, /*#__PURE__*/React.createElement(Box, {
40
+ hidden: ['xs']
41
+ }, /*#__PURE__*/React.createElement("div", {
42
+ style: {
43
+ background: '#4e524e',
44
+ width: '320px',
45
+ height: '100%'
46
+ }
47
+ })), /*#__PURE__*/React.createElement(Box, {
48
+ flexible: true
49
+ }, /*#__PURE__*/React.createElement("div", {
50
+ style: {
51
+ background: '#909090',
52
+ width: '100%',
53
+ height: '100%'
54
+ }
55
+ })))))), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement("div", {
56
+ style: {
57
+ background: '#f1f1f1',
58
+ height: '28px'
59
+ }
60
+ })))));
61
+ }
62
+
63
+ }
64
+ Layout__two_Column.docs = {
65
+ componentGroup: 'Layout',
66
+ folderName: 'Style Guide',
67
+ description: ' ',
68
+ external: true
69
+ };