@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # Design System Styles for PrimeNg
1
+ # Design System Styles for PrimeNG
2
2
 
3
3
  ![Swiss Post Design System splash screen](https://github.com/swisspost/design-system/assets/1659006/e84f1fea-e666-4853-8c85-726a6bf22e6c)
4
4
 
5
- Swiss Post styles for PrimeNg datatable.
5
+ Swiss Post styles for PrimeNG datatable.
6
6
 
7
7
  ## Documentation
8
8
 
9
- The PrimeNg styles are documented in the Design System storybook.
9
+ The PrimeNG styles are documented in the Design System storybook.
10
10
 
11
- [Styles for PrimeNg Documentation](https://design-system.post.ch/?path=/docs/d2112bed-c611-4098-a1ad-e654f7d622e7--docs)
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 PrimeNg theme and core styles are the necessary, as well as the Swiss Post styles.
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.37",
4
- "description": "Swiss Post styles for PrimeNg datatable.",
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.37",
24
+ "@swisspost/design-system-styles": "10.0.0-next.39",
25
25
  "tslib": "2.8.1"
26
26
  },
27
27
  "sideEffects": false,