@swisspost/design-system-styles-primeng 10.0.0-next.49 → 10.0.0-next.51

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": "@swisspost/design-system-styles-primeng",
3
- "version": "10.0.0-next.49",
3
+ "version": "10.0.0-next.51",
4
4
  "description": "Swiss Post styles for PrimeNG datatable.",
5
5
  "author": "Swiss Post <design-system@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -21,7 +21,7 @@
21
21
  "primeng": "^19.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@swisspost/design-system-styles": "10.0.0-next.49",
24
+ "@swisspost/design-system-styles": "10.0.0-next.51",
25
25
  "tslib": "2.8.1"
26
26
  },
27
27
  "sideEffects": false,
@@ -1,7 +1,11 @@
1
1
  @use '@swisspost/design-system-styles/core' as post;
2
2
 
3
+ // Load all icon CSS files used in this component
4
+ @include post.custom-property(
5
+ ('2040', '2015', '2113', '2060', '2127', '2112', '3026', '3022', '3035', '2043', '2070')
6
+ );
7
+
3
8
  @mixin custom-icon($icon) {
4
- @include post.icon($icon);
5
9
  display: inline-block;
6
10
  height: 1rem;
7
11
  width: 1rem;
@@ -9,6 +13,8 @@
9
13
  > * {
10
14
  display: none;
11
15
  }
16
+
17
+ @include post.mask-image($icon);
12
18
  }
13
19
 
14
20
  plusicon {