@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 +1 -1
- package/src/themes/default.scss +3 -16
- package/src/utility/index.scss +3 -3
package/package.json
CHANGED
package/src/themes/default.scss
CHANGED
@@ -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:
|
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-
|
125
|
-
--ax-color-
|
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;
|
package/src/utility/index.scss
CHANGED
@@ -31,15 +31,15 @@
|
|
31
31
|
// }
|
32
32
|
// }
|
33
33
|
.ax-xs {
|
34
|
-
--ax-size-default: calc(var(--ax-size-base) - 0.
|
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.
|
38
|
+
--ax-size-default: calc(var(--ax-size-base) - 0.5rem);
|
39
39
|
}
|
40
40
|
|
41
41
|
.ax-md {
|
42
|
-
--ax-size-default:
|
42
|
+
--ax-size-default: var(--ax-size-base);
|
43
43
|
}
|
44
44
|
|
45
45
|
.ax-lg {
|