@acorex/styles 7.1.44 → 7.1.46

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": "7.1.44",
3
+ "version": "7.1.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -6,7 +6,7 @@
6
6
  --ax-color-border-default: 224, 224, 224;
7
7
 
8
8
  --ax-color-background-default: 246, 247, 249;
9
- --ax-color-text-default: 28, 33, 39;
9
+ --ax-color-text-default: 22, 22, 22;
10
10
 
11
11
  --ax-color-surface: 255, 255, 255;
12
12
  --ax-color-default-fore: 22, 22, 22;
@@ -20,19 +20,6 @@
20
20
  --ax-color-default: 237, 239, 242;
21
21
  --ax-color-default-fore: 22, 22, 22;
22
22
 
23
- --ax-color-ghost-fore: 44, 44, 44;
24
- --ax-color-ghost-50: 253, 253, 253;
25
- --ax-color-ghost-100: 250, 250, 251;
26
- --ax-color-ghost-200: 246, 247, 249;
27
- --ax-color-ghost-300: 242, 244, 246;
28
- --ax-color-ghost-400: 240, 241, 244;
29
- --ax-color-ghost-500: 237, 239, 242;
30
- --ax-color-ghost-600: 235, 237, 240;
31
- --ax-color-ghost-700: 232, 235, 238;
32
- --ax-color-ghost-800: 229, 232, 236;
33
- --ax-color-ghost-900: 224, 228, 232;
34
- --ax-color-ghost-950: 215, 218, 221;
35
-
36
23
  --ax-color-primary-fore: 255, 255, 255;
37
24
  --ax-color-primary-50: 239, 246, 255;
38
25
  --ax-color-primary-100: 219, 234, 254;
@@ -121,8 +108,8 @@
121
108
  --ax-color-surface: 31, 41, 55;
122
109
  --ax-color-default-fore: 255, 255, 255;
123
110
 
124
- --ax-color-default: 55, 65, 81;
125
- --ax-color-default-fore: 255, 255, 255;
111
+ --ax-color-on-surface: 55, 65, 81;
112
+ --ax-color-on-surface-fore: 255, 255, 255;
126
113
 
127
114
  --ax-color-input-surface: 38, 45, 57;
128
115
  --ax-color-input-surface-fore: 224, 224, 224;
@@ -31,15 +31,15 @@
31
31
  // }
32
32
  // }
33
33
  .ax-xs {
34
- --ax-size-default: calc(var(--ax-size-base) - 0.5rem);
34
+ --ax-size-default: calc(var(--ax-size-base) - 0.75rem);
35
35
  }
36
36
 
37
37
  .ax-sm {
38
- --ax-size-default: calc(var(--ax-size-base) - 0.25rem);
38
+ --ax-size-default: calc(var(--ax-size-base) - 0.5rem);
39
39
  }
40
40
 
41
41
  .ax-md {
42
- --ax-size-default: 2.75rem;
42
+ --ax-size-default: var(--ax-size-base);
43
43
  }
44
44
 
45
45
  .ax-lg {