qt-ui-kit 1.0.27 → 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.
Files changed (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -741,7 +741,7 @@
741
741
  text-align: right;
742
742
  }
743
743
  .label-3-bold {
744
- font-family: Rubik;
744
+ font-family: Inter;
745
745
  font-weight: 500;
746
746
  font-size: 12px;
747
747
  line-height: 120%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.27",
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",