@zohodesk/components 1.0.0-temp-199.17 → 1.0.0-temp-225

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.
@@ -195,8 +195,7 @@ var GroupSelect_propTypes = {
195
195
  isDefaultSelectValue: _propTypes["default"].bool,
196
196
  customProps: _propTypes["default"].shape({
197
197
  TextBoxProps: _propTypes["default"].object,
198
- TextBoxIconProps: _propTypes["default"].object,
199
- SuggestionsProps: _propTypes["default"].object
198
+ TextBoxIconProps: _propTypes["default"].object
200
199
  }),
201
200
  allowValueFallback: _propTypes["default"].bool
202
201
  };
@@ -261,10 +260,7 @@ var SelectWithAvatar_propTypes = _objectSpread(_objectSpread({}, Select_propType
261
260
  htmlId: _propTypes["default"].string,
262
261
  needEffect: _propTypes["default"].bool,
263
262
  isLoading: _propTypes["default"].bool,
264
- dataSelectorId: _propTypes["default"].string,
265
- customProps: _propTypes["default"].shape({
266
- SuggestionsProps: _propTypes["default"].object
267
- })
263
+ dataSelectorId: _propTypes["default"].string
268
264
  });
269
265
 
270
266
  exports.SelectWithAvatar_propTypes = SelectWithAvatar_propTypes;
@@ -328,11 +324,7 @@ var SelectWithIcon_propTypes = {
328
324
  customProps: _propTypes["default"].shape({
329
325
  TextBoxProps: _propTypes["default"].object,
330
326
  DropdownSearchTextBoxProps: _propTypes["default"].object,
331
- TextBoxIconProps: _propTypes["default"].object,
332
- ListItemProps: _propTypes["default"].object
333
- }),
334
- customClass: _propTypes["default"].shape({
335
- dropBoxClass: _propTypes["default"].string
327
+ TextBoxIconProps: _propTypes["default"].object
336
328
  })
337
329
  };
338
330
  exports.SelectWithIcon_propTypes = SelectWithIcon_propTypes;
@@ -501,7 +501,7 @@
501
501
  }
502
502
  .lineClamp {
503
503
  composes: wbreak clamp;
504
- -webkit-line-clamp: var(--line-clamp, 3);
504
+ -webkit-line-clamp: var(--line-clamp,2);
505
505
  }
506
506
 
507
507
  .offSelection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-temp-199.17",
3
+ "version": "1.0.0-temp-225",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -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-clean && npm run test && npm run download && npm run css:review && npm run review:props ",
41
+ "prepublishOnly": "node prePublish.js && npm run test-clean && npm run download && npm run css:review",
42
42
  "postpublish": "node postPublish.js",
43
43
  "report": "react-cli publish:report",
44
44
  "test": "react-cli test",
@@ -71,7 +71,7 @@
71
71
  "@zohodesk/a11y": "2.3.4",
72
72
  "@zohodesk/docstool": "1.0.0-alpha-2",
73
73
  "@zohodesk/hooks": "2.0.5",
74
- "@zohodesk/icons": "1.0.76",
74
+ "@zohodesk/icons": "1.0.78",
75
75
  "@zohodesk/svg": "1.1.22",
76
76
  "@zohodesk/utils": "1.3.14",
77
77
  "@zohodesk/variables": "1.0.0",
@@ -86,7 +86,7 @@
86
86
  "selectn": "1.1.2"
87
87
  },
88
88
  "peerDependencies": {
89
- "@zohodesk/icons": "1.0.76",
89
+ "@zohodesk/icons": "1.0.78",
90
90
  "@zohodesk/variables": "1.0.0",
91
91
  "@zohodesk/svg": "1.1.22",
92
92
  "@zohodesk/virtualizer": "1.0.3",