@acorex/styles 7.0.39 → 7.0.41

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.0.39",
3
+ "version": "7.0.41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -118,14 +118,11 @@
118
118
 
119
119
  & > ax-text {
120
120
  font-size: 0.875rem;
121
- background-color: rgba(var(--ax-color-surface-fore));
121
+ background-color: transparent;
122
122
  display: flex;
123
123
  align-items: center;
124
124
  justify-content: center;
125
125
  padding: 0 0.5rem;
126
- border-inline-start: 1px solid;
127
- border-color: rgba(var(--ax-color-border-default));
128
- color: rgba(var(--ax-color-ghost-fore));
129
126
  line-height: 1;
130
127
  }
131
128
  }
@@ -88,6 +88,18 @@
88
88
  --ax-color-warning-700: 255, 160, 0;
89
89
  --ax-color-warning-800: 255, 143, 0;
90
90
  --ax-color-warning-900: 255, 111, 0;
91
+
92
+ --ax-color-info-fore: 255, 255, 255;
93
+ --ax-color-info-50: 226, 244, 252;
94
+ --ax-color-info-100: 183, 228, 248;
95
+ --ax-color-info-200: 135, 210, 244;
96
+ --ax-color-info-300: 86, 192, 240;
97
+ --ax-color-info-400: 50, 179, 236;
98
+ --ax-color-info-500: 14, 165, 233;
99
+ --ax-color-info-600: 12, 157, 230;
100
+ --ax-color-info-700: 10, 147, 227;
101
+ --ax-color-info-800: 8, 138, 223;
102
+ --ax-color-info-900: 4, 121, 217;
91
103
  }
92
104
 
93
105
  .ax-dark {
@@ -1,2 +1,2 @@
1
- $color_names: 'primary', 'secondary', 'success', 'warning', 'danger';
1
+ $color_names: 'primary', 'secondary', 'success', 'warning', 'danger', 'info';
2
2
  $look_names: 'default', 'outline', 'blank';