qt-ui-kit 1.0.25 → 1.0.27

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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",