ecabs-components 1.0.84 → 1.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -1,18 +1,23 @@
1
1
  .mat-table,
2
2
  .mat-mdc-table {
3
- @extend .table-ui;
4
- @extend .table-ui__bordered;
3
+ &, &.table-ui {
4
+ @extend .table-ui;
5
5
 
6
- td.mat-mdc-cell, td.mat-mdc-footer-cell,
7
- td.mat-cell, td.mat-footer-cell {
8
- padding: .36rem .36rem .36rem 0;
6
+ td.mat-mdc-cell, td.mat-mdc-footer-cell,
7
+ td.mat-cell, td.mat-footer-cell {
8
+ padding: .36rem .36rem .36rem 0;
9
9
 
10
- &:first-of-type {
11
- padding-left: calc-rem(14);
10
+ &:first-of-type {
11
+ padding-left: calc-rem(14);
12
+ }
13
+ }
14
+
15
+ mat-icon {
16
+ @extend .icon;
12
17
  }
13
18
  }
14
19
 
15
- mat-icon {
16
- @extend .icon;
20
+ &.table-ui__bordered {
21
+ @extend .table-ui__bordered;
17
22
  }
18
23
  }
@@ -190,7 +190,7 @@ form {
190
190
  }
191
191
 
192
192
  &.disabled input,
193
- .disabled textarea {
193
+ &.disabled textarea {
194
194
  background-color: var(--color-white-opacity-05);
195
195
  border-color: var(--color-gray-300);
196
196
  }