@acorex/styles 22.0.0-next.25 → 22.0.0-next.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "22.0.0-next.25",
3
+ "version": "22.0.0-next.27",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -2491,9 +2491,9 @@ html.ax-dark {
2491
2491
  }
2492
2492
 
2493
2493
  @utility success-darkest-surface {
2494
- background-color: var(--color-success-darkest-surface);
2495
- color: var(--color-on-success-darkest-surface);
2496
- border-color: var(--color-border-success-darkest-surface);
2494
+ background-color: var(--color-success-darkest);
2495
+ color: var(--color-on-success-darkest);
2496
+ border-color: var(--color-border-success-darkest);
2497
2497
  }
2498
2498
 
2499
2499
  @utility ax-success {