azion-theme 1.5.8 → 1.7.0

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.0](https://github.com/aziontech/azion-theme/compare/v1.6.0...v1.7.0) (2024-09-18)
2
+
3
+ ### Features
4
+
5
+ * new degrade variable ([8e2c0de](https://github.com/aziontech/azion-theme/commit/8e2c0dec0d8193d5050a2de0daa3b9a16f7f6ebd))
6
+
7
+ ## [1.6.0](https://github.com/aziontech/azion-theme/compare/v1.5.8...v1.6.0) (2024-09-16)
8
+
9
+ ### Features
10
+
11
+ * surfaces update ([#25](https://github.com/aziontech/azion-theme/issues/25)) ([08ea867](https://github.com/aziontech/azion-theme/commit/08ea867392692a5ae1c56564b80519657b84cb74))
12
+
1
13
  ## [1.5.8](https://github.com/aziontech/azion-theme/compare/v1.5.7...v1.5.8) (2024-09-16)
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.5.8",
4
+ "version": "1.7.0",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -69,6 +69,7 @@ $colors: (
69
69
  --primary-text-color: #f4f4f4;
70
70
  --overlay-content-bg: #171717;
71
71
  --highlight-bg: #f4f4f410;
72
+ --degrade-primary: rgba(255, 255, 255, 0.1)
72
73
 
73
74
  --text-color: #ededed;
74
75
  --primary-color-text: #1e1e1e;
@@ -101,7 +102,7 @@ $colors: (
101
102
 
102
103
  --surface-ground: #171717;
103
104
  --surface-section: #171717;
104
- --surface-card: #171717;
105
+ --surface-card: #111111;
105
106
  --surface-overlay: #ffffff;
106
107
  --surface-border: #282828;
107
108
  --surface-hover: #f5f5f516;
@@ -235,6 +236,7 @@ $colors: (
235
236
  --text-color-secondary: #666666;
236
237
  --text-color-link: #3265cb;
237
238
  --text-color-link-hover: #2851a4;
239
+ --degrade-primary: rgba(0, 0, 0, 0.1)
238
240
 
239
241
  --primary-color: #2b2b2b;
240
242
  --primary-dark-color: #000;
@@ -271,8 +273,8 @@ $colors: (
271
273
  --gray-800: #424242;
272
274
  --gray-900: #212121;
273
275
 
274
- --surface-ground: #ffffff;
275
- --surface-section: #ffffff;
276
+ --surface-ground: #F9FAFB;
277
+ --surface-section: #F9FAFB;
276
278
  --surface-card: #ffffff;
277
279
  --surface-overlay: #ffffff;
278
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: #171717;
101
+ --surface-card: #111111;
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: #ffffff;
99
- --surface-section: #ffffff;
98
+ --surface-ground: #F9FAFB;
99
+ --surface-section: #F9FAFB;
100
100
  --surface-card: #ffffff;
101
101
  --surface-overlay: #ffffff;
102
102
  --surface-border: #e8e8e8;