@maplander/components 0.21.55 → 0.21.57

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.
Files changed (2) hide show
  1. package/_theming.scss +6 -6
  2. package/package.json +1 -1
package/_theming.scss CHANGED
@@ -5852,11 +5852,11 @@ $mat-form-field-dedupe: 0;
5852
5852
 
5853
5853
  @font-face {
5854
5854
  font-family: 'ic-property';
5855
- src: url('https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/fonts/property/ic-property.eot?mo8kju');
5856
- src: url('https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/fonts/property/ic-property.eot?mo8kju#iefix') format('embedded-opentype'),
5857
- url('https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/fonts/property/ic-property.ttf?mo8kju') format('truetype'),
5858
- url('https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/fonts/property/ic-property.woff?mo8kju') format('woff'),
5859
- url('https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/fonts/property/ic-property.svg?mo8kju#ic-property') format('svg');
5855
+ src: url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.eot?eibsa0');
5856
+ src: url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.eot?eibsa0#iefix') format('embedded-opentype'),
5857
+ url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.ttf?eibsa0') format('truetype'),
5858
+ url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.woff?eibsa0') format('woff'),
5859
+ url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.svg?eibsa0#ic-property') format('svg');
5860
5860
  font-weight: normal;
5861
5861
  font-style: normal;
5862
5862
  font-display: block;
@@ -5865,7 +5865,7 @@ $mat-form-field-dedupe: 0;
5865
5865
  [class^="ic-property-"], [class*=" ic-property-"] {
5866
5866
  /* use !important to prevent issues with browser extensions that change fonts */
5867
5867
  font-family: 'ic-property' !important;
5868
- speak: none;
5868
+ speak: never;
5869
5869
  font-style: normal;
5870
5870
  font-weight: normal;
5871
5871
  font-variant: normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maplander/components",
3
- "version": "0.21.55",
3
+ "version": "0.21.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.13",
6
6
  "@angular/core": "^8.2.13",