qt-ui-kit 1.0.83 → 1.0.85

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
@@ -574,6 +574,10 @@
574
574
  .rounded-bl-md {
575
575
  border-bottom-left-radius: var(--radius-md);
576
576
  }
577
+ .border {
578
+ border-style: var(--tw-border-style);
579
+ border-width: 1px;
580
+ }
577
581
  .border-2 {
578
582
  border-style: var(--tw-border-style);
579
583
  border-width: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",