qt-ui-kit 1.0.26 → 1.0.28

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/dist/style.css CHANGED
@@ -298,6 +298,9 @@
298
298
  .w-\[44px\] {
299
299
  width: 44px;
300
300
  }
301
+ .w-\[54px\] {
302
+ width: 54px;
303
+ }
301
304
  .w-\[66px\] {
302
305
  width: 66px;
303
306
  }
@@ -738,7 +741,7 @@
738
741
  text-align: right;
739
742
  }
740
743
  .label-3-bold {
741
- font-family: Rubik;
744
+ font-family: Inter;
742
745
  font-weight: 500;
743
746
  font-size: 12px;
744
747
  line-height: 120%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",