@zohoim/chat-components 1.1.0-beta.3 → 1.1.1-beta.1

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
@@ -10,6 +10,10 @@ In this Library, We Provide Some Basic Message Components to Build Your Chat App
10
10
 
11
11
  > import MessageBubble from '@zohoim/chat-components/es/MessageBubble/MessageBubble’;
12
12
 
13
+ # 1.1.1
14
+
15
+ - **@zohoim/chat-components-utils** package updated
16
+
13
17
  # 1.1.0
14
18
 
15
19
  - **Editor** new component added
@@ -1,6 +1,7 @@
1
1
  [data-zohoim-mode='dark'] {
2
2
  /* default colors */
3
3
  --imlib_chat_components_common_border: hsla(218, 23.08%, calc(22.94% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
+ --imlib_chat_components_primary_text: hsla(210, 7.41%, calc(89.41% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
5
 
5
6
  /* integration colors */
6
7
  --imlib_chat_components_imIntegrationIcon_whatsapp_color: hsla(143, 70.85%, calc(48.43% + var(--zdc_darker_lower)), calc(1 + var(--zdc_alpha_low)));
@@ -1,6 +1,7 @@
1
1
  [data-zohoim-mode='light'] {
2
2
  /* default colors */
3
3
  --imlib_chat_components_common_border: hsla(210, 33.33%, calc(94.12% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
+ --imlib_chat_components_primary_text: hsla(0, 0.00%, calc(0.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
5
 
5
6
  /* integration colors */
6
7
  --imlib_chat_components_imIntegrationIcon_whatsapp_color: hsla(143, 70.85%, calc(48.43% + var(--zdc_darker_lower)), calc(1 + var(--zdc_alpha_low)));
@@ -1,6 +1,7 @@
1
1
  [data-zohoim-mode='pureDark'] {
2
2
  /* default colors */
3
3
  --imlib_chat_components_common_border: hsla(0, 2.33%, calc(8.43% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
+ --imlib_chat_components_primary_text: hsla(210, 7.41%, calc(89.41% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
4
5
 
5
6
  /* integration colors */
6
7
  --imlib_chat_components_imIntegrationIcon_whatsapp_color: hsla(143, 70.85%, calc(48.43% + var(--zdc_darker_lower)), calc(1 + var(--zdc_alpha_low)));
@@ -24,6 +24,7 @@
24
24
 
25
25
  .searchIcon {
26
26
  position: absolute;
27
+ color: var(--imlib_chat_components_primary_text);
27
28
  }
28
29
 
29
30
  [dir=ltr] .searchIcon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "1.1.0-beta.3",
3
+ "version": "1.1.1-beta.1",
4
4
  "description": "Chat Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -42,8 +42,8 @@
42
42
  "@zohodesk/utils": "1.3.13",
43
43
  "@zohodesk/variables": "1.0.0",
44
44
  "@zohodesk/virtualizer": "1.0.13",
45
- "@zohoim/chat-components-hooks": "1.1.0-beta.3",
46
- "@zohoim/chat-components-utils": "1.1.0-beta.3"
45
+ "@zohoim/chat-components-hooks": "1.1.1-beta.1",
46
+ "@zohoim/chat-components-utils": "1.1.1-beta.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@zohodesk-private/color-variable-preprocessor": "1.2.1",
@@ -52,5 +52,5 @@
52
52
  "jsdom": "23.0.0",
53
53
  "react-to-jsx": "1.3.2"
54
54
  },
55
- "gitHead": "25fbf56d52e441403dd3dc68ea232ee6b9db5cb4"
55
+ "gitHead": "091122e23dfa335359f530ac4965168085aebc37"
56
56
  }