@zohodesk/components 1.2.20 → 1.2.21

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 (73) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +6 -0
  4. package/es/DateTime/DateTime.module.css +2 -2
  5. package/es/DateTime/YearView.module.css +1 -1
  6. package/es/Label/Label.module.css +6 -1
  7. package/es/ListItem/ListItem.module.css +1 -1
  8. package/es/Ribbon/Ribbon.module.css +49 -3
  9. package/es/Select/Select.js +10 -2
  10. package/es/Select/Select.module.css +27 -1
  11. package/es/Tab/Tab.module.css +3 -3
  12. package/es/TextBox/TextBox.js +8 -1
  13. package/es/TextBox/TextBox.module.css +45 -6
  14. package/es/TextBox/props/defaultProps.js +1 -0
  15. package/es/TextBox/props/propTypes.js +1 -0
  16. package/es/TextBoxIcon/TextBoxIcon.js +2 -0
  17. package/es/TextBoxIcon/props/defaultProps.js +1 -0
  18. package/es/TextBoxIcon/props/propTypes.js +1 -0
  19. package/es/Textarea/Textarea.module.css +4 -3
  20. package/es/Tooltip/Tooltip.js +4 -2
  21. package/es/Tooltip/Tooltip.module.css +1 -1
  22. package/es/v1/Card/Card.js +1 -1
  23. package/es/v1/CheckBox/CheckBox.js +1 -1
  24. package/es/v1/Select/Select.js +10 -2
  25. package/es/v1/Tab/Tab.js +1 -2
  26. package/es/v1/Tab/TabContent.js +1 -1
  27. package/es/v1/Tab/Tabs.js +182 -271
  28. package/es/v1/Tab/v1Tab.module.css +100 -0
  29. package/es/v1/Tab/v1TabContent.module.css +4 -0
  30. package/es/v1/Tab/v1Tabs.module.css +137 -0
  31. package/es/v1/TextBox/TextBox.js +8 -2
  32. package/es/v1/TextBox/props/defaultProps.js +1 -0
  33. package/es/v1/TextBox/props/propTypes.js +1 -0
  34. package/es/v1/TextBoxIcon/TextBoxIcon.js +3 -1
  35. package/es/v1/TextBoxIcon/props/defaultProps.js +1 -0
  36. package/es/v1/TextBoxIcon/props/propTypes.js +1 -0
  37. package/es/v1/Tooltip/Tooltip.js +4 -2
  38. package/lib/DateTime/DateTime.module.css +2 -2
  39. package/lib/DateTime/YearView.module.css +1 -1
  40. package/lib/Label/Label.module.css +6 -1
  41. package/lib/ListItem/ListItem.module.css +1 -1
  42. package/lib/Ribbon/Ribbon.module.css +49 -3
  43. package/lib/Select/Select.js +14 -2
  44. package/lib/Select/Select.module.css +27 -1
  45. package/lib/Tab/Tab.module.css +3 -3
  46. package/lib/TextBox/TextBox.js +9 -1
  47. package/lib/TextBox/TextBox.module.css +45 -6
  48. package/lib/TextBox/props/defaultProps.js +1 -0
  49. package/lib/TextBox/props/propTypes.js +1 -1
  50. package/lib/TextBoxIcon/TextBoxIcon.js +2 -0
  51. package/lib/TextBoxIcon/props/defaultProps.js +1 -0
  52. package/lib/TextBoxIcon/props/propTypes.js +1 -0
  53. package/lib/Textarea/Textarea.module.css +4 -3
  54. package/lib/Tooltip/Tooltip.js +4 -2
  55. package/lib/Tooltip/Tooltip.module.css +1 -1
  56. package/lib/v1/Card/Card.js +1 -1
  57. package/lib/v1/CheckBox/CheckBox.js +1 -1
  58. package/lib/v1/Select/Select.js +14 -2
  59. package/lib/v1/Tab/Tab.js +6 -6
  60. package/lib/v1/Tab/TabContent.js +2 -2
  61. package/lib/v1/Tab/Tabs.js +478 -567
  62. package/lib/v1/Tab/v1Tab.module.css +100 -0
  63. package/lib/v1/Tab/v1TabContent.module.css +4 -0
  64. package/lib/v1/Tab/v1Tabs.module.css +137 -0
  65. package/lib/v1/TextBox/TextBox.js +10 -2
  66. package/lib/v1/TextBox/props/defaultProps.js +1 -0
  67. package/lib/v1/TextBox/props/propTypes.js +1 -1
  68. package/lib/v1/TextBoxIcon/TextBoxIcon.js +3 -1
  69. package/lib/v1/TextBoxIcon/props/defaultProps.js +1 -0
  70. package/lib/v1/TextBoxIcon/props/propTypes.js +1 -0
  71. package/lib/v1/Tooltip/Tooltip.js +4 -2
  72. package/package.json +9 -7
  73. package/result.json +1 -1
@@ -0,0 +1,100 @@
1
+ .tab {
2
+ text-transform: uppercase;
3
+ letter-spacing: 0.6px;
4
+ text-decoration: none;
5
+ cursor: pointer;
6
+ }
7
+ .vertical {
8
+ height: 100% ;
9
+ }
10
+ .horizontal {
11
+ width: 100% ;
12
+ max-width: 100% ;
13
+ }
14
+ .textContainer,
15
+ .tabText {
16
+ max-width: inherit ;
17
+ }
18
+ .tabText {
19
+ composes: dotted from '../../common/common.module.css';
20
+ }
21
+ .disabled {
22
+ cursor: not-allowed;
23
+ }
24
+ .border {
25
+ border-bottom: 1px solid var(--zdt_tab_default_border);
26
+ }
27
+
28
+ .alpha,
29
+ .beta,
30
+ .delta {
31
+ transition: all var(--zd_transition2);
32
+ }
33
+ .alpha {
34
+ font-size: var(--zd_font_size11) ;
35
+ line-height: 3;
36
+ padding: 0 var(--zd_size18) ;
37
+ }
38
+ .tabAlpha {
39
+ composes: alpha;
40
+ color: var(--zdt_tab_alpha_text);
41
+ }
42
+ .alphaHover:hover {
43
+ color: var(--zdt_tab_alpha_hover_text);
44
+ background-color: var(--zdt_tab_alpha_hover_bg);
45
+ }
46
+ .alphaActive {
47
+ composes: alpha;
48
+ color: var(--zdt_tab_alpha_active_text);
49
+ }
50
+ .alphaActive_border, .betaActive_border {
51
+ border-color: var(--zdt_tab_alpha_active_border);
52
+ }
53
+ .deltaActive_border {
54
+ border-color: var(--zdt_tab_delta_active_border);
55
+ }
56
+ .beta {
57
+ font-size: var(--zd_font_size14) ;
58
+ line-height: 4.2857;
59
+ text-transform: capitalize;
60
+ padding: 0 var(--zd_size4) ;
61
+ }
62
+ [dir=ltr] .beta {
63
+ margin-right: var(--zd_size40) ;
64
+ }
65
+ [dir=rtl] .beta {
66
+ margin-left: var(--zd_size40) ;
67
+ }
68
+ .tabBeta {
69
+ composes: beta;
70
+ color: var(--zdt_tab_alpha_text);
71
+ }
72
+ .betaHover:hover {
73
+ color: var(--zdt_tab_alpha_hover_text);
74
+ }
75
+ .betaActive {
76
+ composes: beta;
77
+ color: var(--zdt_tab_alpha_hover_text);
78
+ }
79
+ .delta {
80
+ font-size: var(--zd_font_size11) ;
81
+ line-height: 3;
82
+ padding: 0 var(--zd_size4) ;
83
+ }
84
+ [dir=ltr] .delta {
85
+ margin-right: var(--zd_size10) ;
86
+ }
87
+ [dir=rtl] .delta {
88
+ margin-left: var(--zd_size10) ;
89
+ }
90
+ .tabDelta {
91
+ composes: delta;
92
+ color: var(--zdt_tab_alpha_text);
93
+ }
94
+ .deltaHover:hover {
95
+ color: var(--zdt_tab_alpha_active_text);
96
+ }
97
+ .deltaActive {
98
+ composes: delta;
99
+ color: var(--zdt_tab_alpha_active_text);
100
+ }
@@ -0,0 +1,4 @@
1
+ /* $Id$ */
2
+ .container {
3
+ position: relative;
4
+ }
@@ -0,0 +1,137 @@
1
+ .tab {
2
+ position: relative;
3
+ z-index: 1;
4
+ --tab_position_gap: 22px;
5
+ }
6
+
7
+ .alpha {
8
+ height: var(--zd_size35) ;
9
+ background-color: var(--zdt_tabs_alpha_bg);
10
+ }
11
+
12
+ [dir=ltr] .alpha_padding {
13
+ padding-left: var(--zd_size15) ;
14
+ }
15
+
16
+ [dir=rtl] .alpha_padding {
17
+ padding-right: var(--zd_size15) ;
18
+ }
19
+
20
+ .alpha_border {
21
+ border-width: 0 0 1px 0;
22
+ border-color: var(--zdt_tabs_alpha_border);
23
+ border-style: solid;
24
+ }
25
+
26
+ .alpha::after {
27
+ content: '';
28
+ position: absolute;
29
+ z-index: -2;
30
+ width: 76% ;
31
+ bottom: 0 ;
32
+ height: var(--zd_size10) ;
33
+ border-radius: 100px / 5px;
34
+ box-shadow: var(--zd_bs_tabs_shadow);
35
+ }
36
+
37
+ [dir=ltr] .alpha::after {
38
+ left: 12% ;
39
+ }
40
+
41
+ [dir=rtl] .alpha::after {
42
+ right: 12% ;
43
+ }
44
+
45
+ .alpha:before {
46
+ content: '';
47
+ position: absolute;
48
+ z-index: -1;
49
+ width: 100% ;
50
+ height: 100% ;
51
+ top: 0 ;
52
+ background: inherit;
53
+ }
54
+
55
+ [dir=ltr] .alpha:before {
56
+ left: 0 ;
57
+ }
58
+
59
+ [dir=rtl] .alpha:before {
60
+ right: 0 ;
61
+ }
62
+
63
+ .beta {
64
+ height: var(--zd_size61) ;
65
+ background-color: var(--zdt_tabs_alpha_bg);
66
+ }
67
+
68
+ [dir=ltr] .beta_padding {
69
+ padding-left: var(--zd_size13) ;
70
+ }
71
+
72
+ [dir=rtl] .beta_padding {
73
+ padding-right: var(--zd_size13) ;
74
+ }
75
+
76
+ .beta_border {
77
+ border-bottom: 1px solid var(--zdt_tabs_alpha_border);
78
+ }
79
+
80
+ .delta {
81
+ height: var(--zd_size35) ;
82
+ background-color: var(--zdt_tabs_alpha_bg);
83
+ }
84
+
85
+ [dir=ltr] .delta_padding {
86
+ padding-left: var(--zd_size10) ;
87
+ }
88
+
89
+ [dir=rtl] .delta_padding {
90
+ padding-right: var(--zd_size10) ;
91
+ }
92
+
93
+ .delta_border {
94
+ border-bottom: 1px dotted var(--zdt_tabs_alpha_border);
95
+ }
96
+
97
+ .delta .highlight {
98
+ border-color: var(--zdt_tabs_delta_border);
99
+ }
100
+
101
+ .maxWidth {
102
+ max-width: 100% ;
103
+ }
104
+
105
+ .highlight {
106
+ position: absolute;
107
+ bottom: 0 ;
108
+ border-bottom: 1px solid var(--zdt_tabs_highlight_border);
109
+ }
110
+
111
+ .lineAnimate {
112
+ transition: transform var(--zd_transition3) linear;
113
+ }
114
+
115
+ .menu {
116
+ position: relative;
117
+ cursor: pointer;
118
+ }
119
+
120
+ .menuBox {
121
+ max-height: var(--zd_size220) ;
122
+ }
123
+ .bottomRightToLeft,
124
+ .topRightToLeft,
125
+ .bottomCenterToLeft {
126
+ right: calc(var(--tab_position_gap) * -1);
127
+ }
128
+
129
+ .bottomLeftToRight,
130
+ .topLeftToRight,
131
+ .bottomCenterToRight {
132
+ left: calc(var(--tab_position_gap) * -1);
133
+ }
134
+
135
+ .hidden {
136
+ visibility: hidden;
137
+ }
@@ -24,6 +24,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
24
24
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
25
 
26
26
  function TextBox(props) {
27
+ var _this = this;
28
+
27
29
  var type = props.type,
28
30
  name = props.name,
29
31
  id = props.id,
@@ -57,7 +59,8 @@ function TextBox(props) {
57
59
  onFocus = props.onFocus,
58
60
  onBlur = props.onBlur,
59
61
  onChange = props.onChange,
60
- inputRef = props.inputRef;
62
+ inputRef = props.inputRef,
63
+ isScrollPrevent = props.isScrollPrevent;
61
64
  var ariaLabel = a11y.ariaLabel,
62
65
  ariaAutocomplete = a11y.ariaAutocomplete,
63
66
  ariaControls = a11y.ariaControls,
@@ -118,6 +121,10 @@ function TextBox(props) {
118
121
  onChange && !isReadOnly && onChange(value, e);
119
122
  };
120
123
 
124
+ var handlePreventTextBoxScroll = function handlePreventTextBoxScroll() {
125
+ _this.inputEle.scrollLeft = 0;
126
+ };
127
+
121
128
  var classList = needAppearance ? "".concat(_TextBoxModule["default"].container, " ").concat(_TextBoxModule["default"][size], " ").concat(_TextBoxModule["default"][variant], " ").concat(needBorder ? _TextBoxModule["default"].border : '', " ").concat(isDisabled && !needEffect || isReadOnly && !needEffect ? '' : _TextBoxModule["default"].effect, " ").concat(isFocus ? _TextBoxModule["default"].focus : '') : "".concat(_TextBoxModule["default"].basic);
122
129
  value = value === null || value === undefined ? '' : value;
123
130
  return /*#__PURE__*/_react["default"].createElement("input", _extends({
@@ -135,7 +142,7 @@ function TextBox(props) {
135
142
  "aria-activedescendant": ariaActivedescendant,
136
143
  "aria-readonly": ariaReadonly,
137
144
  "aria-multiselectable": ariaMultiselectable,
138
- className: "".concat(isReadOnly && needReadOnlyStyle ? _TextBoxModule["default"].readonly : '', " ").concat(isClickable ? _TextBoxModule["default"].pointer : '', " ").concat(classList, " ").concat(_TextBoxModule["default"]["borderColor_".concat(borderColor)], " ").concat(customClass ? customClass : ''),
145
+ className: "".concat(isReadOnly && needReadOnlyStyle ? _TextBoxModule["default"].readonly : '', " ").concat(isClickable ? _TextBoxModule["default"].pointer : '', " ").concat(classList, " ").concat(_TextBoxModule["default"]["borderColor_".concat(borderColor)], " ").concat(isScrollPrevent ? _TextBoxModule["default"].inputDotted : '', " ").concat(customClass ? customClass : ''),
139
146
  "data-id": "".concat(dataId),
140
147
  "data-test-id": "".concat(dataId),
141
148
  "data-selector-id": dataSelectorId,
@@ -152,6 +159,7 @@ function TextBox(props) {
152
159
  ref: handleRef,
153
160
  type: type,
154
161
  value: value,
162
+ onScroll: isScrollPrevent ? handlePreventTextBoxScroll : '',
155
163
  onKeyPress: onKeyPress,
156
164
  onMouseDown: onMouseDown
157
165
  }, options.current, customProps));
@@ -20,6 +20,7 @@ var defaultProps = {
20
20
  borderColor: 'default',
21
21
  a11y: {},
22
22
  isFocus: false,
23
+ isScrollPrevent: false,
23
24
  customProps: {},
24
25
  dataSelectorId: 'textBox'
25
26
  };
@@ -58,5 +58,5 @@ var propTypes = (_propTypes = {
58
58
  ariaActivedescendant: _propTypes2["default"].string,
59
59
  ariaReadonly: _propTypes2["default"].bool,
60
60
  ariaMultiselectable: _propTypes2["default"].bool
61
- })), _defineProperty(_propTypes, "isFocus", _propTypes2["default"].bool), _defineProperty(_propTypes, "customProps", _propTypes2["default"].object), _defineProperty(_propTypes, "dataSelectorId", _propTypes2["default"].string), _defineProperty(_propTypes, "autoComplete", _propTypes2["default"].bool), _propTypes);
61
+ })), _defineProperty(_propTypes, "isFocus", _propTypes2["default"].bool), _defineProperty(_propTypes, "isScrollPrevent", _propTypes2["default"].bool), _defineProperty(_propTypes, "customProps", _propTypes2["default"].object), _defineProperty(_propTypes, "dataSelectorId", _propTypes2["default"].string), _defineProperty(_propTypes, "autoComplete", _propTypes2["default"].bool), _propTypes);
62
62
  exports.propTypes = propTypes;
@@ -82,7 +82,8 @@ function TextBoxIcon(props) {
82
82
  customProps = props.customProps,
83
83
  inputRef = props.inputRef,
84
84
  onFocus = props.onFocus,
85
- onBlur = props.onBlur;
85
+ onBlur = props.onBlur,
86
+ isScrollPrevent = props.isScrollPrevent;
86
87
  var _customClass$customTB = customClass.customTBoxWrap,
87
88
  customTBoxWrap = _customClass$customTB === void 0 ? '' : _customClass$customTB,
88
89
  _customClass$customTe = customClass.customTextBox,
@@ -159,6 +160,7 @@ function TextBoxIcon(props) {
159
160
  onKeyPress: onKeyPress,
160
161
  onMouseDown: onMouseDown,
161
162
  needBorder: false,
163
+ isScrollPrevent: isScrollPrevent,
162
164
  customClass: customTextBox,
163
165
  customProps: TextBoxProps
164
166
  }))), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
@@ -23,6 +23,7 @@ var defaultProps = {
23
23
  customClass: {},
24
24
  iconOnHover: false,
25
25
  isFocus: false,
26
+ isScrollPrevent: false,
26
27
  customProps: {},
27
28
  dataSelectorId: 'textBoxIcon'
28
29
  };
@@ -62,6 +62,7 @@ var propTypes = _objectSpread(_objectSpread({}, _propTypes2.propTypes), {}, {
62
62
  iconOnHover: _propTypes["default"].bool,
63
63
  isFocus: _propTypes["default"].bool,
64
64
  onClearMouseDown: _propTypes["default"].func,
65
+ isScrollPrevent: _propTypes["default"].bool,
65
66
  customProps: _propTypes["default"].shape({
66
67
  TextBoxProps: _propTypes["default"].object
67
68
  })
@@ -213,8 +213,10 @@ var Tooltip = /*#__PURE__*/function (_React$Component) {
213
213
  if (title !== '' && title) {
214
214
  titleDiv.setAttribute('data-title', title);
215
215
  titleDiv.removeAttribute('title');
216
+ var isInputElementType = element.type === 'text';
217
+ var elementText = isInputElementType ? element.value : element.innerText;
216
218
 
217
- if (element.nodeName !== 'I' && element.innerText && element.innerText.trim() !== '') {
219
+ if (element.nodeName !== 'I' && elementText && elementText.trim() !== '') {
218
220
  var isContentDotted = '';
219
221
 
220
222
  if (element.scrollWidth !== 0) {
@@ -232,7 +234,7 @@ var Tooltip = /*#__PURE__*/function (_React$Component) {
232
234
  isContentDotted = offWidth < scrollWidth;
233
235
  }
234
236
 
235
- var originText = element.innerText.replace(/\s/g, '').toLowerCase();
237
+ var originText = elementText.replace(/\s/g, '').toLowerCase();
236
238
  var tooltipText = title.replace(/\s/g, '').toLowerCase();
237
239
  var isDefaultTooltip = element.hasAttribute('data-istitle') || element.hasAttribute('istitle') ? element.getAttribute('data-istitle') || element.getAttribute('istitle') : 'false';
238
240
  isDefaultTooltip = isDefaultTooltip === 'true';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -22,13 +22,13 @@
22
22
  "lintAll": "react-cli lint ./src",
23
23
  "lintAllFix": "npm run lintAll --eslint:fix=true",
24
24
  "clean": "react-cli clean build unittest coverage es lib assets && mkdir assets",
25
- "dubCheck": "node ./node_modules/@zohodesk-private/node-plugins/es/dublication_css_file_finder node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib",
25
+ "dubCheck": "node ./node_modules/@zohodesk-private/node-plugins/es/dublication_css_file_finder node_modules/@zohodesk/icons/es node_modules/@zohodesk/variables/es",
26
26
  "init": "npm run clean && cd ../assets && npm run componentsassets && cd ../components && npm run build:variables",
27
27
  "build:variables": "react-cli clean ./assets && node ./preprocess/index",
28
28
  "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
29
29
  "common_package_build": "cd ../common && npm run build && cd ../components",
30
30
  "start": "react-cli start",
31
- "docs": "npm run dubCheck && npm run theme:validate && react-cli docs",
31
+ "docs": "npm run css:review && react-cli docs",
32
32
  "build:lib": "react-cli build:component:cmjs",
33
33
  "build:es": "react-cli build:library:es",
34
34
  "build": "npm run theme:validate && npm run build:lib && npm run build:es",
@@ -38,7 +38,7 @@
38
38
  "build:css:umd": "npm run clean && npm run init && react-cli build:css:umd",
39
39
  "coverage": "react-cli coverage",
40
40
  "prepare": "npm run init && npm run build && npm run rtl && npm run cssVariableConvert ",
41
- "prepublishOnly": "node prePublish.js && npm run test && npm run download && npm run review:props",
41
+ "prepublishOnly": "node prePublish.js && npm run test && npm run download && npm run css:review && npm run review:props ",
42
42
  "postpublish": "node postPublish.js",
43
43
  "report": "react-cli publish:report",
44
44
  "test": "react-cli test",
@@ -47,10 +47,12 @@
47
47
  "build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
48
48
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
49
49
  "expublish": "npm publish --tag experimental-version",
50
+ "css:lineheight:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/lineheight_automation/lineHeightErrorCheck.js ./src/",
50
51
  "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
51
52
  "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
52
53
  "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
53
54
  "variable:check": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json",
55
+ "css:review": " npm run dubCheck && npm run css:lineheight:validate && npm run theme:validate ",
54
56
  "theme:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation validate ./src ./.cli",
55
57
  "theme:addignore": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation addignore ./src ./.cli",
56
58
  "review:props": "node ./node_modules/@zohodesk-private/react-prop-validator/es/propValidation.js propValidationArg.json "
@@ -62,9 +64,9 @@
62
64
  "@testing-library/user-event": "^13.0.10",
63
65
  "@zohodesk-private/color-variable-preprocessor": "1.1.0",
64
66
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
65
- "@zohodesk-private/node-plugins": "1.1.1",
67
+ "@zohodesk-private/node-plugins": "^1.1.3",
66
68
  "@zohodesk-private/react-prop-validator": "1.2.0",
67
- "@zohodesk/a11y": "2.1.1",
69
+ "@zohodesk/a11y": "2.1.2",
68
70
  "@zohodesk/docstool": "1.0.0-alpha-2",
69
71
  "@zohodesk/hooks": "2.0.2",
70
72
  "@zohodesk/icons": "1.0.19",
@@ -90,6 +92,6 @@
90
92
  "react-sortable-hoc": "^0.8.3",
91
93
  "@zohodesk/hooks": "2.0.2",
92
94
  "@zohodesk/utils": "1.3.13",
93
- "@zohodesk/a11y": "2.1.0"
95
+ "@zohodesk/a11y": "2.1.2"
94
96
  }
95
97
  }