azion-theme 1.14.0 → 1.14.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.14.2](https://github.com/aziontech/azion-theme/compare/v1.14.1...v1.14.2) (2025-09-01)
2
+
3
+ ### Bug Fixes
4
+
5
+ * frozen column when bg-altered ([#54](https://github.com/aziontech/azion-theme/issues/54)) ([872baa1](https://github.com/aziontech/azion-theme/commit/872baa14de3fe174e7dcb790045eb2eb85693e9e))
6
+
7
+ ## [1.14.1](https://github.com/aziontech/azion-theme/compare/v1.14.0...v1.14.1) (2025-08-31)
8
+
9
+ ### Bug Fixes
10
+
11
+ * json form description and error height to min-height ([#55](https://github.com/aziontech/azion-theme/issues/55)) ([c37e8ba](https://github.com/aziontech/azion-theme/commit/c37e8baf919194909574b484a6370048ec2efe1e))
12
+
1
13
  ## [1.14.0](https://github.com/aziontech/azion-theme/compare/v1.13.2...v1.14.0) (2025-08-29)
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.14.0",
4
+ "version": "1.14.2",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -26,7 +26,8 @@
26
26
  }
27
27
  }
28
28
 
29
- .p-datatable-tbody > tr:hover {
29
+ .p-datatable-tbody > tr:hover,
30
+ .p-datatable-tbody > tr.bg-altered {
30
31
  .p-frozen-column {
31
32
  background: var(--table-body-row-hover-bg) !important;
32
33
  }
@@ -71,7 +72,7 @@
71
72
  }
72
73
  }
73
74
  }
74
-
75
+
75
76
  .p-datatable-wrapper {
76
77
  overscroll-behavior: revert !important;
77
78
  }
@@ -93,7 +94,7 @@
93
94
  background: transparent;
94
95
  &::before {
95
96
  font-family: primeicons;
96
- content: '\e965' !important;
97
+ content: "\e965" !important;
97
98
  color: var(--surface-700);
98
99
  margin-right: 0.5rem;
99
100
  font-size: 0.875rem;
@@ -108,7 +109,7 @@
108
109
  background: transparent !important;
109
110
  &::before {
110
111
  font-family: primeicons;
111
- content: '\e966' !important;
112
+ content: "\e966" !important;
112
113
  color: var(--text-color);
113
114
  }
114
115
  &:hover {
@@ -15,7 +15,7 @@
15
15
  line-height: 1.25 !important;
16
16
  font-weight: 400 !important;
17
17
  color: var(--error-color) !important;
18
- height: 15px !important;
18
+ min-height: 15px !important;
19
19
 
20
20
  &::first-letter {
21
21
  text-transform: uppercase;
@@ -54,7 +54,7 @@
54
54
  }
55
55
 
56
56
  .description {
57
- height: 15px !important;
57
+ min-height: 15px !important;
58
58
  line-height: 1.25rem !important;
59
59
  font-size: 0.75rem !important;
60
60
  font-weight: 400 !important;