@unlk/keymaster 1.1.8 → 1.1.9

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.1.9] - 2025-10-02
6
+
7
+ ### Update
8
+ - Pagination styles
9
+
10
+ ### Update
11
+ - Spinner styles
12
+
5
13
  ## [1.1.8] - 2025-10-02
6
14
 
7
15
  ### Add
@@ -36341,8 +36341,13 @@ textarea.form-control-lg {
36341
36341
  }
36342
36342
  .pagination .page-item .page-link {
36343
36343
  border-radius: 50rem;
36344
+ display: flex;
36345
+ align-items: center;
36346
+ justify-content: center;
36344
36347
  width: 48px;
36345
- text-align: center;
36348
+ height: 48px;
36349
+ padding: 0;
36350
+ line-height: 1;
36346
36351
  }
36347
36352
  .pagination .page-item .page-link i {
36348
36353
  width: -moz-fit-content;