@rh-support/react-context 0.3.7-beta.0 → 0.3.8-beta.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.
@@ -20,3 +20,25 @@
20
20
  .agent .chat-content[CLWCP-lwcchatpack_lwcchatpack] {
21
21
  text-align: left;
22
22
  }
23
+
24
+ /* Adding fowling CSS as requested by CCM team (Sudhir Panda) */
25
+ .embeddedServiceLiveAgentStateChat .chatSessionStartTime {
26
+ font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
27
+ }
28
+ .embeddedServiceLiveAgentStateChatItem.chatMessage {
29
+ font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
30
+ }
31
+ .embeddedServiceLiveAgentStateChatItem.chatMessage button {
32
+ font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
33
+ }
34
+ .embeddedServiceHelpButton .helpButton .uiButton {
35
+ background-color: #005290;
36
+ font-family: 'Arial', sans-serif;
37
+ }
38
+ .embeddedServiceHelpButton .helpButton .uiButton:focus {
39
+ outline: 1px solid #005290;
40
+ }
41
+ .agent .chat-content[CLWCP-lwcchatpack_lwcchatpack] {
42
+ text-align: left;
43
+ font-family: 'Red Hat Text', 'RedHatText', 'Overpass', Overpass, Arial, sans-serif;
44
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "0.3.7-beta.0",
3
+ "version": "0.3.8-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -87,5 +87,5 @@
87
87
  "not ie <= 11",
88
88
  "not op_mini all"
89
89
  ],
90
- "gitHead": "349f2726961550c64f6509efde668afbf764eb21"
90
+ "gitHead": "68d80a3ed373e7ac6c7049611965294310126c2b"
91
91
  }