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/index.d.mts +20 -13
- package/dist/index.d.ts +20 -13
- package/dist/index.js +277 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +277 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +4 -1
- package/package.json +1 -1
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:
|
|
744
|
+
font-family: Inter;
|
|
742
745
|
font-weight: 500;
|
|
743
746
|
font-size: 12px;
|
|
744
747
|
line-height: 120%;
|