@chat21/chat21-ionic 3.1.0-rc2 → 3.1.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.1.0 in PROD
4
+
3
5
  ### 3.1.0-rc2
4
6
  - changed: leadStyle storage property from appStorageService to localstorage 'custom_style' property
5
7
  - bug-fixed: projects dropdown don't truncate long project name text
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.1.0-rc2",
4
+ "version": "3.1.0",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -143,6 +143,7 @@
143
143
  max-height: 184px;
144
144
  background-color: var(--textarea-background);
145
145
  color: var(--textarea-color);
146
+ --placeholder-color: var(--textarea-placeholder-color);
146
147
  // --padding-top: 5px; // NK edited
147
148
  --padding-top: 8px;
148
149
  --padding-bottom: 5px;
@@ -73,6 +73,7 @@ ion-content{
73
73
  ion-input{
74
74
  background-color: var(--textarea-background);
75
75
  color: var(--textarea-color);
76
+ --placeholder-color: var(--textarea-placeholder-color);
76
77
  }
77
78
 
78
79
  ion-footer {
@@ -266,7 +266,8 @@ body {
266
266
  // --date-divider-text-color: #64748b;
267
267
  // --message-date-color: #647491;
268
268
  // --textarea-background: var(--basic-blue-02);
269
- // --textarea-color: var(--icon-color);
269
+ // --textarea-placeholder-color: var(--icon-color);
270
+ // --textarea-color: #ffffff;
270
271
  // // ***** Conversation-detail: end ***** //
271
272
 
272
273
  // // ***** Conversation-detail: INFO-MESSAGE: start ***** //
@@ -53,7 +53,8 @@ body {
53
53
  --date-divider-text-color: #64748b;
54
54
  --message-date-color: #647491;
55
55
  --textarea-background: #0000000d;
56
- --textarea-color: var(--icon-color);
56
+ --textarea-placeholder-color: var(--icon-color);
57
+ --textarea-color: #06132b;
57
58
  // ***** Conversation-detail: end ***** //
58
59
 
59
60
  // ***** Conversation-detail PRIVATE-MSG: start ***** //