@rh-support/react-context 1.0.17 → 1.0.18

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.
@@ -56,3 +56,8 @@
56
56
  color: #0066cc !important;
57
57
  border: #0066cc 1px solid !important;
58
58
  }
59
+
60
+ /* timeout text background color */
61
+ .embeddedServiceSidebar .headerAnnouncement p {
62
+ background-color: black;
63
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -90,5 +90,5 @@
90
90
  "not ie <= 11",
91
91
  "not op_mini all"
92
92
  ],
93
- "gitHead": "627d7c3613245cf973dff8bee155a6f6fbe56686"
93
+ "gitHead": "0c83240511a0382d9e55ee1c303ddd276b8f1610"
94
94
  }