@acorex/styles 6.1.6 → 6.1.7

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": "6.1.6",
3
+ "version": "6.1.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -1,7 +1,7 @@
1
1
  @layer components {
2
2
  .ax-calendar {
3
3
  @apply ax-w-80 ax-block ax-border ax-border-solid ax-border-light-300 ax-rounded ax-bg-white ax-select-none dark:ax-bg-white/[0.03] dark:ax-border-transparent;
4
- @include screen(mobile) {
4
+ @include responsive('phone') {
5
5
  @apply ax-w-full;
6
6
  }
7
7
 
@@ -20,7 +20,7 @@
20
20
  width: 98vw;
21
21
  }
22
22
  @include responsive('tablet'){
23
- width: 98vw;
23
+ width: 75vw;
24
24
  }
25
25
  @include responsive('desktop'){
26
26
  width: 30vw;