@messaia/cdk 21.0.0 → 21.1.0-rc.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.
|
@@ -891,17 +891,15 @@
|
|
|
891
891
|
.mat-mdc-row {
|
|
892
892
|
&.expanded-row {
|
|
893
893
|
.mat-mdc-cell {
|
|
894
|
-
|
|
895
|
-
background-color: #f6f6f6;
|
|
894
|
+
background-color: var(--mat-sys-surface);
|
|
896
895
|
}
|
|
897
896
|
|
|
898
897
|
+.detail-row {
|
|
899
|
-
background-color:
|
|
898
|
+
background-color: var(--mat-sys-surface);
|
|
900
899
|
display: table-row;
|
|
901
900
|
|
|
902
901
|
.mat-mdc-cell {
|
|
903
|
-
padding
|
|
904
|
-
padding-bottom: 8px;
|
|
902
|
+
padding: 8px;
|
|
905
903
|
}
|
|
906
904
|
}
|
|
907
905
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@messaia/cdk",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.1.0-rc.02",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^21.
|
|
6
|
-
"@angular/core": "^21.
|
|
5
|
+
"@angular/common": "^21.2.9",
|
|
6
|
+
"@angular/core": "^21.2.9"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
@@ -22,5 +22,6 @@
|
|
|
22
22
|
"types": "./types/messaia-cdk.d.ts",
|
|
23
23
|
"default": "./fesm2022/messaia-cdk.mjs"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"type": "module"
|
|
26
27
|
}
|