azion-theme 1.7.1 → 1.7.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.7.3](https://github.com/aziontech/azion-theme/compare/v1.7.2...v1.7.3) (2024-09-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * turn back surfaces ([#26](https://github.com/aziontech/azion-theme/issues/26)) ([104658e](https://github.com/aziontech/azion-theme/commit/104658ea5be9f658d02801fd9ef6d2f0438b0e9c))
6
+
7
+ ## [1.7.2](https://github.com/aziontech/azion-theme/compare/v1.7.1...v1.7.2) (2024-09-18)
8
+
9
+ ### Bug Fixes
10
+
11
+ * css ; ([6d340be](https://github.com/aziontech/azion-theme/commit/6d340bee088933faa37891160c850a6c0b5a8662))
12
+
1
13
  ## [1.7.1](https://github.com/aziontech/azion-theme/compare/v1.7.0...v1.7.1) (2024-09-18)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.7.1",
4
+ "version": "1.7.3",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -69,7 +69,7 @@ $colors: (
69
69
  --primary-text-color: #f4f4f4;
70
70
  --overlay-content-bg: #171717;
71
71
  --highlight-bg: #f4f4f410;
72
- --degrade-primary: 255, 255, 255
72
+ --degrade-primary: 255, 255, 255;
73
73
 
74
74
  --text-color: #ededed;
75
75
  --primary-color-text: #1e1e1e;
@@ -102,7 +102,7 @@ $colors: (
102
102
 
103
103
  --surface-ground: #171717;
104
104
  --surface-section: #171717;
105
- --surface-card: #111111;
105
+ --surface-card: #171717;
106
106
  --surface-overlay: #ffffff;
107
107
  --surface-border: #282828;
108
108
  --surface-hover: #f5f5f516;
@@ -236,7 +236,7 @@ $colors: (
236
236
  --text-color-secondary: #666666;
237
237
  --text-color-link: #3265cb;
238
238
  --text-color-link-hover: #2851a4;
239
- --degrade-primary: 0, 0, 0
239
+ --degrade-primary: 0, 0, 0;
240
240
 
241
241
  --primary-color: #2b2b2b;
242
242
  --primary-dark-color: #000;
@@ -273,8 +273,8 @@ $colors: (
273
273
  --gray-800: #424242;
274
274
  --gray-900: #212121;
275
275
 
276
- --surface-ground: #F9FAFB;
277
- --surface-section: #F9FAFB;
276
+ --surface-ground: #ffffff;
277
+ --surface-section: #ffffff;
278
278
  --surface-card: #ffffff;
279
279
  --surface-overlay: #ffffff;
280
280
  --surface-border: #e8e8e8;
@@ -98,7 +98,7 @@ $colors: (
98
98
  --border-radius: #{$borderRadius};
99
99
  --surface-ground: #171717;
100
100
  --surface-section: #171717;
101
- --surface-card: #111111;
101
+ --surface-card: #171717;
102
102
  --surface-overlay: #ffffff;
103
103
  --surface-border: #282828;
104
104
  --surface-hover: #f5f5f516;
@@ -95,8 +95,8 @@ $colors: (
95
95
  --inline-spacing: #{$inlineSpacing};
96
96
  --border-radius: #{$borderRadius};
97
97
 
98
- --surface-ground: #F9FAFB;
99
- --surface-section: #F9FAFB;
98
+ --surface-ground: #ffffff;
99
+ --surface-section: #ffffff;
100
100
  --surface-card: #ffffff;
101
101
  --surface-overlay: #ffffff;
102
102
  --surface-border: #e8e8e8;