@zohodesk/components 1.0.0-alpha-222 → 1.0.0-alpha-223

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 (88) hide show
  1. package/README.md +3 -0
  2. package/es/Animation/docs/Animation__default.docs.js +2 -2
  3. package/es/Animation/docs/Animation__fadeIn.docs.js +2 -2
  4. package/es/Animation/docs/Animation__scaleIn.docs.js +2 -2
  5. package/es/Animation/docs/Animation__skewIn.docs.js +2 -2
  6. package/es/Animation/docs/Animation__slideDown.docs.js +2 -2
  7. package/es/Animation/docs/Animation__slideLeft.docs.js +2 -2
  8. package/es/Animation/docs/Animation__zoomIn.docs.js +2 -2
  9. package/es/Appearance/dark/mode/darkMode.module.css +69 -69
  10. package/es/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  11. package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  12. package/es/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  13. package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  14. package/es/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  15. package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  16. package/es/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  17. package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  18. package/es/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  19. package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  20. package/es/Appearance/default/mode/defaultMode.module.css +158 -158
  21. package/es/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  22. package/es/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  23. package/es/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  24. package/es/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  25. package/es/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  26. package/es/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  27. package/es/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  28. package/es/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  29. package/es/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  30. package/es/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  31. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +1 -1
  32. package/es/Card/Card.module.css +3 -3
  33. package/es/Card/docs/Card__Default.docs.js +4 -4
  34. package/es/Card/docs/Card__Scroll.docs.js +4 -4
  35. package/es/Layout/docs/Layout__Hidden.docs.js +1 -1
  36. package/es/Layout/docs/Layout__four_Column.docs.js +1 -1
  37. package/es/Layout/docs/Layout__three_Column.docs.js +1 -1
  38. package/es/PopOver/PopOver.module.css +1 -1
  39. package/es/RippleEffect/docs/RippleEffect__default.docs.js +8 -8
  40. package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  41. package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  42. package/es/common/docStyle.module.css +9 -9
  43. package/lib/Animation/docs/Animation__default.docs.js +2 -2
  44. package/lib/Animation/docs/Animation__fadeIn.docs.js +2 -2
  45. package/lib/Animation/docs/Animation__scaleIn.docs.js +2 -2
  46. package/lib/Animation/docs/Animation__skewIn.docs.js +2 -2
  47. package/lib/Animation/docs/Animation__slideDown.docs.js +2 -2
  48. package/lib/Animation/docs/Animation__slideLeft.docs.js +2 -2
  49. package/lib/Animation/docs/Animation__zoomIn.docs.js +2 -2
  50. package/lib/Appearance/dark/mode/darkMode.module.css +69 -69
  51. package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  52. package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  53. package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  54. package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  55. package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  56. package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  57. package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  58. package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  59. package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  60. package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  61. package/lib/Appearance/default/mode/defaultMode.module.css +158 -158
  62. package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  63. package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  64. package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  65. package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  66. package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  67. package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  68. package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  69. package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  70. package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  71. package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  72. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +1 -1
  73. package/lib/Card/Card.module.css +3 -3
  74. package/lib/Card/docs/Card__Default.docs.js +4 -4
  75. package/lib/Card/docs/Card__Scroll.docs.js +4 -4
  76. package/lib/Layout/docs/Layout__Hidden.docs.js +1 -1
  77. package/lib/Layout/docs/Layout__four_Column.docs.js +1 -1
  78. package/lib/Layout/docs/Layout__three_Column.docs.js +1 -1
  79. package/lib/PopOver/PopOver.module.css +1 -1
  80. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +8 -8
  81. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  82. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  83. package/lib/common/docStyle.module.css +9 -9
  84. package/package.json +3 -3
  85. package/preprocess/componentAppearanceColors.js +1 -1
  86. package/preprocess/json/componentAppearanceVariableJson.js +230 -230
  87. package/preprocess/json/componentThemeVariableJson.js +33 -33
  88. package/preprocess/json/ctaThemeVariableJson.js +38 -38
@@ -25,18 +25,18 @@
25
25
  --zdt_multiselect_dark_border: rgba(255, 255, 255, 0.2);
26
26
  --zdt_multiselect_darkmsg_bg: rgba(255, 255, 255, 0.02);
27
27
  --zdt_multiselect_darkmsg_text: #d0d0d4;
28
- --zdt_multiselect_darkdelete_hover_text: var(--dot_text_white);
28
+ --zdt_multiselect_darkdelete_hover_text: var(--dot_white);
29
29
 
30
30
  /* avatar */
31
31
  --zdt_avatar_white_border: rgba(255, 255, 255, 0.2);
32
- --zdt_avatar_white_text: var(--dot_text_white);
32
+ --zdt_avatar_white_text: var(--dot_white);
33
33
 
34
34
  /* label */
35
35
  --zdt_label_dark_text: #d0d0d4;
36
36
 
37
37
  /* textbox */
38
- --zdt_textbox_light_text: var(--dot_text_white);
38
+ --zdt_textbox_light_text: var(--dot_white);
39
39
 
40
40
  /* dropdown */
41
- --zdt_dropdown_darkheading_text: var(--dot_text_white);
41
+ --zdt_dropdown_darkheading_text: var(--dot_white);
42
42
  }
@@ -11,7 +11,7 @@
11
11
  --zdt_cta_primary_light_hover_bg: #f8d7d7;
12
12
  --zdt_cta_primary_light_border: #f8d7d7;
13
13
  --zdt_cta_secondary_bg: #de3535;
14
- --zdt_cta_secondary_text: var(--dot_text_white);
14
+ --zdt_cta_secondary_text: var(--dot_white);
15
15
  --zdt_cta_secondary_border: #e55d5d;
16
16
  --zdt_cta_secondary_light_border: #f8d7d7;
17
17
  --zdt_cta_alpha_text: #de3535;
@@ -25,18 +25,18 @@
25
25
  --zdt_multiselect_dark_border: rgba(255, 255, 255, 0.2);
26
26
  --zdt_multiselect_darkmsg_bg: rgba(255, 255, 255, 0.02);
27
27
  --zdt_multiselect_darkmsg_text: #d0d0d4;
28
- --zdt_multiselect_darkdelete_hover_text: var(--dot_text_white);
28
+ --zdt_multiselect_darkdelete_hover_text: var(--dot_white);
29
29
 
30
30
  /* avatar */
31
31
  --zdt_avatar_white_border: rgba(255, 255, 255, 0.2);
32
- --zdt_avatar_white_text: var(--dot_text_white);
32
+ --zdt_avatar_white_text: var(--dot_white);
33
33
 
34
34
  /* label */
35
35
  --zdt_label_dark_text: #d0d0d4;
36
36
 
37
37
  /* textbox */
38
- --zdt_textbox_light_text: var(--dot_text_white);
38
+ --zdt_textbox_light_text: var(--dot_white);
39
39
 
40
40
  /* dropdown */
41
- --zdt_dropdown_darkheading_text: var(--dot_text_white);
41
+ --zdt_dropdown_darkheading_text: var(--dot_white);
42
42
  }
@@ -11,7 +11,7 @@
11
11
  --zdt_cta_primary_light_hover_bg: #f8eabd;
12
12
  --zdt_cta_primary_light_border: #f8eabd;
13
13
  --zdt_cta_secondary_bg: #e8b923;
14
- --zdt_cta_secondary_text: var(--dot_text_black);
14
+ --zdt_cta_secondary_text: var(--dot_black);
15
15
  --zdt_cta_secondary_border: rgba(255, 255, 255, 0.2);
16
16
  --zdt_cta_secondary_light_border: #f6e3a7;
17
17
  --zdt_cta_alpha_text: #b68c07;
@@ -25,18 +25,18 @@
25
25
  --zdt_multiselect_dark_border: rgba(255, 255, 255, 0.2);
26
26
  --zdt_multiselect_darkmsg_bg: rgba(255, 255, 255, 0.02);
27
27
  --zdt_multiselect_darkmsg_text: #d0d0d4;
28
- --zdt_multiselect_darkdelete_hover_text: var(--dot_text_white);
28
+ --zdt_multiselect_darkdelete_hover_text: var(--dot_white);
29
29
 
30
30
  /* avatar */
31
31
  --zdt_avatar_white_border: rgba(255, 255, 255, 0.2);
32
- --zdt_avatar_white_text: var(--dot_text_white);
32
+ --zdt_avatar_white_text: var(--dot_white);
33
33
 
34
34
  /* label */
35
35
  --zdt_label_dark_text: #d0d0d4;
36
36
 
37
37
  /* textbox */
38
- --zdt_textbox_light_text: var(--dot_text_white);
38
+ --zdt_textbox_light_text: var(--dot_white);
39
39
 
40
40
  /* dropdown */
41
- --zdt_dropdown_darkheading_text: var(--dot_text_white);
41
+ --zdt_dropdown_darkheading_text: var(--dot_white);
42
42
  }
@@ -53,7 +53,7 @@ var AvatarTeam__palette = /*#__PURE__*/function (_React$Component) {
53
53
  value: function render() {
54
54
  return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
55
55
  style: {
56
- background: 'var(--dot_bg_black)',
56
+ background: 'var(--dot_black)',
57
57
  display: 'inline-block'
58
58
  }
59
59
  }, /*#__PURE__*/_react["default"].createElement("span", {
@@ -2,12 +2,12 @@
2
2
  position: relative;
3
3
  }
4
4
  .scroll {
5
- /* background: var(--dot_bg_white);
5
+ /* background: var(--dot_white);
6
6
  position: relative; */
7
7
  }
8
- /*
8
+ /*
9
9
  .scroll::after {
10
- box-shadow: 0 0 6px var(--zd_shadow_dark10);
10
+ box-shadow: 0 0 6px var(--zd_dark10);
11
11
  border-radius: 100px / 10px;
12
12
  content: '';
13
13
  left: var(--zd_size50);
@@ -63,15 +63,15 @@ var Card__Default = /*#__PURE__*/function (_Component) {
63
63
  isScrollAttribute: true
64
64
  }, /*#__PURE__*/_react["default"].createElement(_Card.CardHeader, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
65
65
  style: {
66
- color: 'var(--dot_text_white)',
67
- background: 'var(--dot_bg_black)'
66
+ color: 'var(--dot_white)',
67
+ background: 'var(--dot_black)'
68
68
  }
69
69
  }, "Header")), /*#__PURE__*/_react["default"].createElement(_Card.CardContent, {
70
70
  isScrollAttribute: true
71
71
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, "What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.")), /*#__PURE__*/_react["default"].createElement(_Card.CardFooter, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
72
72
  style: {
73
- color: 'var(--dot_text_white)',
74
- background: 'var(--dot_bg_black)'
73
+ color: 'var(--dot_white)',
74
+ background: 'var(--dot_black)'
75
75
  }
76
76
  }, "Footer")))));
77
77
  }
@@ -79,8 +79,8 @@ var Card__Scroll = /*#__PURE__*/function (_Component) {
79
79
  fetchData: this.fetchData
80
80
  }, /*#__PURE__*/_react["default"].createElement(_Card.CardHeader, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
81
81
  style: {
82
- color: 'var(--dot_text_white)',
83
- background: 'var(--dot_bg_black)'
82
+ color: 'var(--dot_white)',
83
+ background: 'var(--dot_black)'
84
84
  }
85
85
  }, "Header")), /*#__PURE__*/_react["default"].createElement(_Card.CardContent, null, data.map(function (val, index) {
86
86
  return /*#__PURE__*/_react["default"].createElement("div", {
@@ -92,8 +92,8 @@ var Card__Scroll = /*#__PURE__*/function (_Component) {
92
92
  }, val);
93
93
  })), /*#__PURE__*/_react["default"].createElement(_Card.CardFooter, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
94
94
  style: {
95
- color: 'var(--dot_text_white)',
96
- background: 'var(--dot_bg_black)'
95
+ color: 'var(--dot_white)',
96
+ background: 'var(--dot_black)'
97
97
  }
98
98
  }, "Footer"))));
99
99
  }
@@ -86,7 +86,7 @@ var Layout__Hidden = /*#__PURE__*/function (_React$Component) {
86
86
  hidden: ['xs']
87
87
  }, /*#__PURE__*/_react["default"].createElement("div", {
88
88
  style: {
89
- background: 'var(--dot_bg_black)',
89
+ background: 'var(--dot_black)',
90
90
  width: '45px',
91
91
  height: '100%'
92
92
  }
@@ -87,7 +87,7 @@ var Layout__four_Column = /*#__PURE__*/function (_React$Component) {
87
87
  hidden: ['xs']
88
88
  }, /*#__PURE__*/_react["default"].createElement("div", {
89
89
  style: {
90
- background: 'var(--dot_bg_black)',
90
+ background: 'var(--dot_black)',
91
91
  width: '220px',
92
92
  height: '100%'
93
93
  }
@@ -86,7 +86,7 @@ var Layout__three_Column = /*#__PURE__*/function (_React$Component) {
86
86
  hidden: ['xs']
87
87
  }, /*#__PURE__*/_react["default"].createElement("div", {
88
88
  style: {
89
- background: 'var(--dot_bg_black)',
89
+ background: 'var(--dot_black)',
90
90
  width: '220px',
91
91
  height: '100%'
92
92
  }
@@ -1,6 +1,6 @@
1
1
  .popup {
2
2
  position: relative;
3
- background-color: var(--dot_bg_white);
3
+ background-color: var(--dot_white);
4
4
  }
5
5
  .target {
6
6
  composes: offSelection from '../common/common.module.css';
@@ -131,7 +131,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
131
131
  fontSize: '13px',
132
132
  padding: '4px 9px 7px',
133
133
  cursor: 'pointer',
134
- color: 'var(--dot_text_strongGreen)'
134
+ color: 'var(--dot_strongGreen)'
135
135
  }
136
136
  }, "Green"))), /*#__PURE__*/_react["default"].createElement("div", {
137
137
  style: {
@@ -145,7 +145,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
145
145
  fontSize: '13px',
146
146
  padding: '4px 9px 7px',
147
147
  cursor: 'pointer',
148
- color: 'var(--dot_text_brightRed)'
148
+ color: 'var(--dot_brightRed)'
149
149
  }
150
150
  }, "Danger")))), /*#__PURE__*/_react["default"].createElement("div", {
151
151
  style: boxStyle
@@ -207,7 +207,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
207
207
  fontSize: '13px',
208
208
  padding: '4px 9px 7px',
209
209
  cursor: 'pointer',
210
- color: 'var(--dot_text_strongGreen)'
210
+ color: 'var(--dot_strongGreen)'
211
211
  }
212
212
  }, "Green"))), /*#__PURE__*/_react["default"].createElement("div", {
213
213
  style: {
@@ -222,7 +222,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
222
222
  fontSize: '13px',
223
223
  padding: '4px 9px 7px',
224
224
  cursor: 'pointer',
225
- color: 'var(--dot_text_brightRed)'
225
+ color: 'var(--dot_brightRed)'
226
226
  }
227
227
  }, "Danger")))), /*#__PURE__*/_react["default"].createElement("div", {
228
228
  style: boxStyle
@@ -268,7 +268,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
268
268
  fontSize: '13px',
269
269
  padding: '4px 9px 7px',
270
270
  cursor: 'pointer',
271
- color: 'var(--dot_text_strongGreen)'
271
+ color: 'var(--dot_strongGreen)'
272
272
  }
273
273
  }, "Green"))), /*#__PURE__*/_react["default"].createElement("div", {
274
274
  style: {
@@ -283,7 +283,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
283
283
  fontSize: '13px',
284
284
  padding: '4px 9px 7px',
285
285
  cursor: 'pointer',
286
- color: 'var(--dot_text_brightRed)'
286
+ color: 'var(--dot_brightRed)'
287
287
  }
288
288
  }, "Danger"))), /*#__PURE__*/_react["default"].createElement("div", {
289
289
  style: {
@@ -373,7 +373,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
373
373
  style: {
374
374
  fontSize: '13px',
375
375
  padding: '4px 9px 7px',
376
- color: 'var(--dot_text_strongGreen)'
376
+ color: 'var(--dot_strongGreen)'
377
377
  }
378
378
  }, "Green")))), /*#__PURE__*/_react["default"].createElement("div", {
379
379
  style: boxStyle
@@ -450,7 +450,7 @@ var RippleEffect__default = /*#__PURE__*/function (_React$Component) {
450
450
  fontSize: '13px',
451
451
  padding: '4px 9px 7px',
452
452
  cursor: 'pointer',
453
- color: 'var(--dot_text_strongGreen)'
453
+ color: 'var(--dot_strongGreen)'
454
454
  }
455
455
  }, "Green"))), /*#__PURE__*/_react["default"].createElement("div", {
456
456
  style: {
@@ -105,9 +105,9 @@ var VelocityAnimation__demo = /*#__PURE__*/function (_React$Component) {
105
105
  var animate = {
106
106
  width: '200px',
107
107
  height: '100px',
108
- background: 'var(--dot_bg_black)',
108
+ background: 'var(--dot_black)',
109
109
  textAlign: 'center',
110
- color: 'var(--dot_text_white)',
110
+ color: 'var(--dot_white)',
111
111
  lineHeight: '100px'
112
112
  };
113
113
  return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
@@ -128,9 +128,9 @@ var VelocityAnimationGroup__demo = /*#__PURE__*/function (_React$Component) {
128
128
  var animate = {
129
129
  width: '200px',
130
130
  height: '100px',
131
- background: 'var(--dot_bg_black)',
131
+ background: 'var(--dot_black)',
132
132
  textAlign: 'center',
133
- color: 'var(--dot_text_white)',
133
+ color: 'var(--dot_white)',
134
134
  lineHeight: '100px'
135
135
  },
136
136
  field = {
@@ -94,18 +94,18 @@
94
94
  }
95
95
 
96
96
  .blue {
97
- color: var(--zd_text_prime);
97
+ color: var(--zd_prime);
98
98
  }
99
99
 
100
100
  .dark {
101
101
  composes: p10;
102
- background-color: var(--dot_bg_black);
102
+ background-color: var(--dot_black);
103
103
  }
104
104
 
105
105
  .table {
106
106
  composes: p10;
107
107
  composes: cboth;
108
- border: 1px solid var(--zd_border_smoke84);
108
+ border: 1px solid var(--zd_smoke84);
109
109
  border-radius: 3px;
110
110
  }
111
111
 
@@ -119,7 +119,7 @@
119
119
 
120
120
  .tableheading {
121
121
  composes: blue;
122
- background: var(--zd_bg_smoke1);
122
+ background:var(--zd_smoke1);
123
123
  }
124
124
 
125
125
  .palette {
@@ -130,13 +130,13 @@
130
130
  width: 200px;
131
131
  composes: tcenter;
132
132
  font-weight: bold;
133
- border: 1px solid var(--zd_border_smoke83);
133
+ border: 1px solid var(--zd_smoke83);
134
134
  border-radius: 3px;
135
135
  }
136
136
 
137
137
  .palette .palettecard {
138
138
  height: 80px;
139
- border: 1px solid var(--zd_border_smoke83);
139
+ border: 1px solid var(--zd_smoke83);
140
140
  }
141
141
 
142
142
  .palette span {
@@ -149,7 +149,7 @@
149
149
  composes: tcenter;
150
150
  composes: p10;
151
151
  composes: m10;
152
- border: 1px solid var(--zd_border_smoke83);
152
+ border: 1px solid var(--zd_smoke83);
153
153
  border-radius: 3px;
154
154
  }
155
155
 
@@ -161,7 +161,7 @@
161
161
  .cover {
162
162
  composes: p10;
163
163
  composes: m10;
164
- border: 1px solid var(--zd_border_smoke1);
164
+ border: 1px solid var(--zd_smoke1);
165
165
  border-radius: 5px;
166
166
  }
167
167
 
@@ -759,4 +759,4 @@
759
759
  --textarea_text_color: hsl(var(--hue), 100%, 80%);
760
760
  --textarea_padding: 2px 10px;
761
761
  background-color: hsl(var(--hue), 100%, 97%);
762
- }
762
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-alpha-222",
3
+ "version": "1.0.0-alpha-223",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -39,7 +39,7 @@
39
39
  "@zohodesk/virtualizer": "1.0.3",
40
40
  "velocity-react": "^1.4.1",
41
41
  "react-sortable-hoc": "^0.8.3",
42
- "@zohodesk/svg": "1.0.0-beta.37"
42
+ "@zohodesk/svg": "1.0.0-beta.38"
43
43
  },
44
44
  "dependencies": {
45
45
  "hoist-non-react-statics": "3.0.1",
@@ -69,4 +69,4 @@
69
69
  "hasRTL": true
70
70
  }
71
71
  }
72
- }
72
+ }
@@ -62,4 +62,4 @@ mode.forEach(mode => {
62
62
  )}\n}`
63
63
  );
64
64
  arrayIndexCounter++;
65
- });
65
+ });