@acorex/styles 21.0.0-next.58 → 21.0.0-next.59

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": "21.0.0-next.58",
3
+ "version": "21.0.0-next.59",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -2618,17 +2618,17 @@ html.dark {
2618
2618
  width: 100%;
2619
2619
  }
2620
2620
  @utility ax-xs {
2621
- --ax-sys-size: var(--ax-sys-size-xs);
2621
+ --ax-sys-xs-size: var(--ax-sys-size-xs);
2622
2622
  }
2623
2623
  @utility ax-sm {
2624
- --ax-sys-size: var(--ax-sys-size-sm);
2624
+ --ax-sys-sm-size: var(--ax-sys-size-sm);
2625
2625
  }
2626
2626
  @utility ax-md {
2627
- --ax-sys-size: var(--ax-sys-size-md);
2627
+ --ax-sys-md-size: var(--ax-sys-size-md);
2628
2628
  }
2629
2629
  @utility ax-lg {
2630
- --ax-sys-size: var(--ax-sys-size-lg);
2630
+ --ax-sys-lg-size: var(--ax-sys-size-lg);
2631
2631
  }
2632
2632
  @utility ax-xl {
2633
- --ax-sys-size: var(--ax-sys-size-xl);
2633
+ --ax-sys-xl-size: var(--ax-sys-size-xl);
2634
2634
  }