@swisspost/design-system-styles-primeng 10.0.0-next.54 → 10.0.0-next.56
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/README.md
CHANGED
|
@@ -24,9 +24,10 @@ All three should be imported in the main style file of your Angular project, usu
|
|
|
24
24
|
Be sure to assign a layer to the Design System styles to avoid interference.
|
|
25
25
|
|
|
26
26
|
### With styles.css
|
|
27
|
+
|
|
27
28
|
```scss
|
|
28
|
-
@use
|
|
29
|
-
@use
|
|
29
|
+
@use '@swisspost/design-system-styles-primeng/primeng-theme';
|
|
30
|
+
@use 'primeng/resources/primeng.css';
|
|
30
31
|
|
|
31
32
|
@layer design-system-styles, primeng;
|
|
32
33
|
|
|
@@ -2,11 +2,11 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
class StylesPrimengModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StylesPrimengModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: StylesPrimengModule }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StylesPrimengModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StylesPrimengModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
declarations: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-styles-primeng",
|
|
3
|
-
"version": "10.0.0-next.
|
|
3
|
+
"version": "10.0.0-next.56",
|
|
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.
|
|
24
|
+
"@swisspost/design-system-styles": "10.0.0-next.56",
|
|
25
25
|
"tslib": "2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
@@ -1,22 +1,5 @@
|
|
|
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
|
-
(
|
|
6
|
-
'plus',
|
|
7
|
-
'trash',
|
|
8
|
-
'chevrondown',
|
|
9
|
-
'filter',
|
|
10
|
-
'updown',
|
|
11
|
-
'chevronup',
|
|
12
|
-
'arrowup',
|
|
13
|
-
'arrowdown',
|
|
14
|
-
'checkmark',
|
|
15
|
-
'closex',
|
|
16
|
-
'burger'
|
|
17
|
-
)
|
|
18
|
-
);
|
|
19
|
-
|
|
20
3
|
@mixin custom-icon($icon) {
|
|
21
4
|
display: inline-block;
|
|
22
5
|
height: 1rem;
|