general-library-union 2.4.9 → 2.4.10

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": "general-library-union",
3
- "version": "2.4.9",
3
+ "version": "2.4.10",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -310,6 +310,10 @@ color: var(--color-700);
310
310
  #not-found button {
311
311
  margin-top: 4%;
312
312
  }
313
+
314
+ .flex.align-items-center.justify-content-center {
315
+ display: table !important;
316
+ }
313
317
  }
314
318
 
315
319
 
@@ -305,6 +305,10 @@ body {
305
305
  #not-found button {
306
306
  margin-top: 4%;
307
307
  }
308
+
309
+ .flex.align-items-center.justify-content-center {
310
+ display: table !important;
311
+ }
308
312
  }
309
313
 
310
314