@messaia/cdk 14.0.0-rc57 → 14.0.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.
@@ -288,6 +288,10 @@ mat-expansion-panel {
288
288
  .mat-expansion-panel-header {
289
289
  padding: 0 16px;
290
290
 
291
+ &[aria-disabled=true]:not(.disabled) {
292
+ color: rgba(0, 0, 0, 0.87);
293
+ }
294
+
291
295
  .mat-expansion-panel-header-title {
292
296
  align-items: center;
293
297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "14.0.0-rc57",
3
+ "version": "14.0.0",
4
4
  "peerDependencies": {},
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"