azion-theme 1.7.2 → 1.7.4

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.4](https://github.com/aziontech/azion-theme/compare/v1.7.3...v1.7.4) (2024-11-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ * hover emptydatatable ([#28](https://github.com/aziontech/azion-theme/issues/28)) ([f552d10](https://github.com/aziontech/azion-theme/commit/f552d105e7306695547b84d5b03200fb86a0b434))
6
+
7
+ ## [1.7.3](https://github.com/aziontech/azion-theme/compare/v1.7.2...v1.7.3) (2024-09-18)
8
+
9
+ ### Bug Fixes
10
+
11
+ * turn back surfaces ([#26](https://github.com/aziontech/azion-theme/issues/26)) ([104658e](https://github.com/aziontech/azion-theme/commit/104658ea5be9f658d02801fd9ef6d2f0438b0e9c))
12
+
1
13
  ## [1.7.2](https://github.com/aziontech/azion-theme/compare/v1.7.1...v1.7.2) (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.2",
4
+ "version": "1.7.4",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -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;
@@ -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;
@@ -9,6 +9,10 @@
9
9
  border-top-left-radius: $borderRadius;
10
10
  }
11
11
 
12
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
13
+ background: unset !important;
14
+ }
15
+
12
16
  .p-datatable-tbody > tr > td {
13
17
  box-sizing: inherit !important;
14
18
  font-size: 0.875rem;
@@ -52,6 +56,10 @@
52
56
  .p-datatable-wrapper {
53
57
  overscroll-behavior: revert !important;
54
58
  }
59
+
60
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
61
+ background: unset !important;
62
+ }
55
63
  }
56
64
 
57
65
  .p-overlaypanel:has(.hidden-columns-panel) {
@@ -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;
@@ -9,6 +9,10 @@
9
9
  border-top-left-radius: $borderRadius;
10
10
  }
11
11
 
12
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
13
+ background: unset !important;
14
+ }
15
+
12
16
  .p-datatable-tbody > tr > td {
13
17
  box-sizing: inherit !important;
14
18
  font-size: 0.875rem;
@@ -52,6 +56,10 @@
52
56
  .p-datatable-wrapper {
53
57
  overscroll-behavior: revert !important;
54
58
  }
59
+
60
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
61
+ background: unset !important;
62
+ }
55
63
  }
56
64
 
57
65
  .p-overlaypanel:has(.hidden-columns-panel) {
@@ -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;
@@ -9,6 +9,10 @@
9
9
  border-top-left-radius: $borderRadius;
10
10
  }
11
11
 
12
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
13
+ background: unset !important;
14
+ }
15
+
12
16
  .p-datatable-tbody > tr > td {
13
17
  box-sizing: inherit !important;
14
18
  font-size: 0.875rem;
@@ -54,6 +58,10 @@
54
58
  .p-datatable-wrapper {
55
59
  overscroll-behavior: revert !important;
56
60
  }
61
+
62
+ .p-datatable-tbody > .p-datatable-emptymessage:hover {
63
+ background: unset !important;
64
+ }
57
65
  }
58
66
 
59
67
  .p-overlaypanel:has(.hidden-columns-panel) {