ngx-cho-components 4.0.3 → 4.0.4

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
@@ -5,7 +5,7 @@
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install --save-exact ngx-cho-common@4.0.3 ngx-cho-components@4.0.3
8
+ npm install --save-exact ngx-cho-common@4.0.4 ngx-cho-components@4.0.4
9
9
  ```
10
10
 
11
11
  Applications must provide compatible Angular Common, Core, and Forms packages plus PrimeNG 19.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "ngx-cho-components",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",
7
7
  "@angular/forms": "^19.2.0",
8
- "ngx-cho-common": "^4.0.3",
8
+ "ngx-cho-common": "^4.0.4",
9
9
  "primeng": "^19.0.0"
10
10
  },
11
11
  "dependencies": {
@@ -14,14 +14,14 @@
14
14
  }
15
15
 
16
16
  .cho-pager {
17
- .p-paginator {
18
- justify-content: flex-start;
19
- }
20
-
21
17
  .p-paginator-current,
22
18
  .p-paginator-rpp-options {
23
19
  margin-inline: 0;
24
20
  width: 100%;
25
21
  }
22
+
23
+ .p-paginator-current {
24
+ text-align: center;
25
+ }
26
26
  }
27
27
  }