@ptsecurity/mosaic 17.2.10 → 17.2.11

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.
@@ -45,7 +45,7 @@
45
45
  file-upload-single-states-error-border, map-get($single-states, error, border)) !important;
46
46
  }
47
47
 
48
- *, .mc-icon {
48
+ :not(.mc-link), .mc-icon {
49
49
  color: mc-css-variable(foreground-text-error, map-get($foreground, text-error));
50
50
  }
51
51
  }
@@ -143,7 +143,7 @@
143
143
 
144
144
  &:not(.disabled) {
145
145
  .mc-file-upload__row.error {
146
- *, .mc-icon {
146
+ :not(.mc-link), .mc-icon {
147
147
  color: mc-css-variable(foreground-text-error, map-get($foreground, text-error));
148
148
  }
149
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptsecurity/mosaic",
3
- "version": "17.2.10",
3
+ "version": "17.2.11",
4
4
  "description": "Mosaic",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,9 +19,9 @@
19
19
  "peerDependencies": {
20
20
  "@angular/cdk": "^17.2.0",
21
21
  "@angular/forms": "^17.2.0",
22
- "@ptsecurity/cdk": "^17.2.10",
23
- "@ptsecurity/mosaic-moment-adapter": "^17.2.10",
24
- "@ptsecurity/mosaic-luxon-adapter": "^17.2.10",
22
+ "@ptsecurity/cdk": "^17.2.11",
23
+ "@ptsecurity/mosaic-moment-adapter": "^17.2.11",
24
+ "@ptsecurity/mosaic-luxon-adapter": "^17.2.11",
25
25
  "@mosaic-design/date-formatter": "^2.1.7",
26
26
  "@ptsecurity/mosaic-icons": "^7.0.8",
27
27
  "@mosaic-design/tokens-builder": "^3.1.0",