@odx/ui 3.9.2 → 3.9.3

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,11 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 3.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3558490: warning text color for dark theme
8
+
3
9
  ## 3.9.2
4
10
 
5
11
  ### Patch Changes
package/core-theme.css CHANGED
@@ -240,6 +240,7 @@
240
240
  --odx-c-danger-text-disabled: var(--red-50);
241
241
  --odx-c-success-text: var(--cyan-50);
242
242
  --odx-c-confirmation-text: var(--cyan-50);
243
+ --odx-c-warning-text: var(--cyan-50);
243
244
  }
244
245
 
245
246
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
@@ -43,4 +43,6 @@
43
43
  --odx-c-success-text: var(--cyan-50);
44
44
 
45
45
  --odx-c-confirmation-text: var(--cyan-50);
46
+
47
+ --odx-c-warning-text: var(--cyan-50);
46
48
  }