@zohoim/chat-components 1.2.1-beta-2 → 1.2.1-beta-13

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.
@@ -70,6 +70,7 @@ export default function IMMessageMeta(props) {
70
70
  alignBox: "row",
71
71
  className: imMessageMetaClass
72
72
  }, IconComponent ? /*#__PURE__*/React.createElement("div", {
73
+ className: newStyle.iconWrapper,
73
74
  "data-title": imMessageMetaInfoIconTitle
74
75
  }, /*#__PURE__*/React.createElement(IconComponent, {
75
76
  customStyle: iconStyle
@@ -47,3 +47,11 @@
47
47
  width: var(--zd_size14) ;
48
48
  height: var(--zd_size14) ;
49
49
  }
50
+
51
+ [dir=ltr] .iconWrapper{
52
+ margin-right: var(--zd_size4) ;
53
+ }
54
+
55
+ [dir=rtl] .iconWrapper{
56
+ margin-left: var(--zd_size4) ;
57
+ }
@@ -86,6 +86,7 @@ function IMMessageMeta(props) {
86
86
  alignBox: "row",
87
87
  className: imMessageMetaClass
88
88
  }, IconComponent ? /*#__PURE__*/_react["default"].createElement("div", {
89
+ className: newStyle.iconWrapper,
89
90
  "data-title": imMessageMetaInfoIconTitle
90
91
  }, /*#__PURE__*/_react["default"].createElement(IconComponent, {
91
92
  customStyle: iconStyle
@@ -47,3 +47,11 @@
47
47
  width: var(--zd_size14) ;
48
48
  height: var(--zd_size14) ;
49
49
  }
50
+
51
+ [dir=ltr] .iconWrapper{
52
+ margin-right: var(--zd_size4) ;
53
+ }
54
+
55
+ [dir=rtl] .iconWrapper{
56
+ margin-left: var(--zd_size4) ;
57
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "1.2.1-beta-2",
3
+ "version": "1.2.1-beta-13",
4
4
  "description": "Chat Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -45,8 +45,8 @@
45
45
  "@zohodesk/utils": "1.3.14",
46
46
  "@zohodesk/variables": "1.0.0",
47
47
  "@zohodesk/virtualizer": "1.0.13",
48
- "@zohoim/chat-components-hooks": "1.2.1-beta-2",
49
- "@zohoim/chat-components-utils": "1.2.1-beta-2",
48
+ "@zohoim/chat-components-hooks": "1.2.1-beta-13",
49
+ "@zohoim/chat-components-utils": "1.2.1-beta-13",
50
50
  "html-to-react": "1.7.0 ",
51
51
  "jsdom": "23.0.0",
52
52
  "react-sortable-hoc": "1.11.0",
@@ -65,10 +65,9 @@
65
65
  "@zohodesk/utils": "1.3.14",
66
66
  "@zohodesk/variables": "1.0.0",
67
67
  "@zohodesk/virtualizer": "1.0.13",
68
- "@zohoim/chat-components-hooks": "1.2.1",
69
- "@zohoim/chat-components-utils": "1.2.1",
68
+ "@zohoim/chat-components-hooks": "1.2.1-beta-13",
69
+ "@zohoim/chat-components-utils": "1.2.1-beta-13",
70
70
  "react-sortable-hoc": "1.11.0",
71
71
  "velocity-react": "1.4.3"
72
- },
73
- "gitHead": "f2434674a311d96028e01ee1c5d28ab8733bb705"
72
+ }
74
73
  }