@zohodesk/dot 1.9.3 → 1.9.4

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.
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.9.4
6
+
7
+ - **list/Subject** testId added in missed place (issue fix)
8
+
5
9
  # 1.9.3
6
10
 
7
11
  - **TagsMultiSelect**
@@ -15,7 +19,10 @@ In this Library, we Provide Some Basic Components to Build Your Application
15
19
 
16
20
  - Added dropBoxClass via customClass in **StatusDropdown**.
17
21
 
18
- - Introduced lhsAlignContent prop in **StatusListItem**
22
+ - Introduced lhsAlignContent prop in **StatusListItem**.
23
+ - **v1** code removed.
24
+ - **CBT** cli migrated for build.
25
+
19
26
 
20
27
  # 1.9.2
21
28
 
@@ -53,6 +53,7 @@ export default class Subject extends Component {
53
53
  $i18n_dataTitle: text,
54
54
  $ui_className: `${style.subject} ${whiteSpaceClassMapping[whiteSpace]} ${className} ${style.cursorPointer}`,
55
55
  customId: dataId,
56
+ testId: dataId,
56
57
  $flag_dotted: isDotted,
57
58
  $ui_weight: fontWeight,
58
59
  $ui_highlightConfig: isHighlighted ? highlightData : DUMMY_OBJECT
@@ -111,6 +111,7 @@ var Subject = /*#__PURE__*/function (_Component) {
111
111
  $i18n_dataTitle: text,
112
112
  $ui_className: "".concat(_SubjectModule["default"].subject, " ").concat(_cssUtils.whiteSpaceClassMapping[whiteSpace], " ").concat(className, " ").concat(_SubjectModule["default"].cursorPointer),
113
113
  customId: dataId,
114
+ testId: dataId,
114
115
  $flag_dotted: isDotted,
115
116
  $ui_weight: fontWeight,
116
117
  $ui_highlightConfig: isHighlighted ? highlightData : _Common.DUMMY_OBJECT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,