@swisspost/design-system-styles-primeng 10.0.0-next.37 → 10.0.0-next.39
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 +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
# Design System Styles for
|
|
1
|
+
# Design System Styles for PrimeNG
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
Swiss Post styles for
|
|
5
|
+
Swiss Post styles for PrimeNG datatable.
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
The
|
|
9
|
+
The PrimeNG styles are documented in the Design System storybook.
|
|
10
10
|
|
|
11
|
-
[Styles for
|
|
11
|
+
[Styles for PrimeNG Documentation](https://design-system.post.ch/?path=/docs/d2112bed-c611-4098-a1ad-e654f7d622e7--docs)
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -18,7 +18,7 @@ To install the package in a project run:
|
|
|
18
18
|
npm install primeng @swisspost/design-system-styles-primeng
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
The
|
|
21
|
+
The PrimeNG theme and core styles are the necessary, as well as the Swiss Post styles.
|
|
22
22
|
All three should be imported in the main style file of your Angular project, usually `src/styles.scss`.
|
|
23
23
|
|
|
24
24
|
Be sure to assign a layer to the Design System styles to avoid interference.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-styles-primeng",
|
|
3
|
-
"version": "10.0.0-next.
|
|
4
|
-
"description": "Swiss Post styles for
|
|
3
|
+
"version": "10.0.0-next.39",
|
|
4
|
+
"description": "Swiss Post styles for PrimeNG datatable.",
|
|
5
5
|
"author": "Swiss Post <design-system@post.ch>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -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.39",
|
|
25
25
|
"tslib": "2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|