azion-theme 1.7.0 → 1.7.2

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.2](https://github.com/aziontech/azion-theme/compare/v1.7.1...v1.7.2) (2024-09-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * css ; ([6d340be](https://github.com/aziontech/azion-theme/commit/6d340bee088933faa37891160c850a6c0b5a8662))
6
+
7
+ ## [1.7.1](https://github.com/aziontech/azion-theme/compare/v1.7.0...v1.7.1) (2024-09-18)
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove rgba from degrade-primary var ([c05c6cc](https://github.com/aziontech/azion-theme/commit/c05c6ccb9d1e79955ab8dacb021dff99ddda0bf7))
12
+
1
13
  ## [1.7.0](https://github.com/aziontech/azion-theme/compare/v1.6.0...v1.7.0) (2024-09-18)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.7.0",
4
+ "version": "1.7.2",
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: rgba(255, 255, 255, 0.1)
72
+ --degrade-primary: 255, 255, 255;
73
73
 
74
74
  --text-color: #ededed;
75
75
  --primary-color-text: #1e1e1e;
@@ -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: rgba(0, 0, 0, 0.1)
239
+ --degrade-primary: 0, 0, 0;
240
240
 
241
241
  --primary-color: #2b2b2b;
242
242
  --primary-dark-color: #000;