@acorex/styles 21.0.1-next.85 → 21.0.1-next.86

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/themes/default.css +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "21.0.1-next.85",
3
+ "version": "21.0.1-next.86",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -2152,27 +2152,27 @@ html.ax-dark {
2152
2152
  }
2153
2153
 
2154
2154
  @utility ax-default {
2155
- --ax-comp-bg-lightest: var(--color-lightest);
2156
- --ax-comp-text-lightest: var(--color-on-lightest);
2157
- --ax-comp-border-lightest: var(--color-border-lightest);
2158
- --ax-comp-bg-lighter: var(--color-lighter);
2159
- --ax-comp-text-lighter: var(--color-on-lighter);
2160
- --ax-comp-border-lighter: var(--color-border-lighter);
2161
- --ax-comp-bg-light: var(--color-light);
2162
- --ax-comp-text-light: var(--color-on-light);
2163
- --ax-comp-border-light: var(--color-border-light);
2164
- --ax-comp-bg: var(--color-surface);
2165
- --ax-comp-text: var(--color-on-surface);
2155
+ --ax-comp-bg-lightest: var(--color-darkest);
2156
+ --ax-comp-text-lightest: var(--color-on-darkest);
2157
+ --ax-comp-border-lightest: var(--color-border-darkest);
2158
+ --ax-comp-bg-lighter: var(--color-darker);
2159
+ --ax-comp-text-lighter: var(--color-on-darker);
2160
+ --ax-comp-border-lighter: var(--color-border-darker);
2161
+ --ax-comp-bg-light: var(--color-dark);
2162
+ --ax-comp-text-light: var(--color-on-dark);
2163
+ --ax-comp-border-light: var(--color-border-dark);
2164
+ --ax-comp-bg: var(--color-on-surface);
2165
+ --ax-comp-text: var(--color-surface);
2166
2166
  --ax-comp-border: var(--color-border-surface);
2167
- --ax-comp-bg-dark: var(--color-dark);
2168
- --ax-comp-text-dark: var(--color-on-dark);
2169
- --ax-comp-border-dark: var(--color-border-dark);
2170
- --ax-comp-bg-darker: var(--color-darker);
2171
- --ax-comp-text-darker: var(--color-on-darker);
2172
- --ax-comp-border-darker: var(--color-border-darker);
2173
- --ax-comp-bg-darkest: var(--color-darkest);
2174
- --ax-comp-text-darkest: var(--color-on-darkest);
2175
- --ax-comp-border-darkest: var(--color-border-darkest);
2167
+ --ax-comp-bg-dark: var(--color-light);
2168
+ --ax-comp-text-dark: var(--color-on-light);
2169
+ --ax-comp-border-dark: var(--color-border-light);
2170
+ --ax-comp-bg-darker: var(--color-lighter);
2171
+ --ax-comp-text-darker: var(--color-on-lighter);
2172
+ --ax-comp-border-darker: var(--color-border-lighter);
2173
+ --ax-comp-bg-darkest: var(--color-lightest);
2174
+ --ax-comp-text-darkest: var(--color-on-lightest);
2175
+ --ax-comp-border-darkest: var(--color-border-lightest);
2176
2176
  }
2177
2177
 
2178
2178
  @utility ax-primary {