@seeqdev/qomponents 0.0.193 → 0.0.194

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/styles.css CHANGED
@@ -722,6 +722,10 @@
722
722
  border-top-left-radius: var(--tw-radius-md);
723
723
  border-bottom-left-radius: var(--tw-radius-md);
724
724
  }
725
+ .tw\:rounded-l-none {
726
+ border-top-left-radius: 0;
727
+ border-bottom-left-radius: 0;
728
+ }
725
729
  .tw\:rounded-tl-md {
726
730
  border-top-left-radius: var(--tw-radius-md);
727
731
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
4
4
  "main": "dist/index.js",
5
5
  "source": "src/index.ts",
6
6
  "module": "dist/index.esm.js",
@@ -35,6 +35,7 @@
35
35
  "@rollup/plugin-node-resolve": "16.0.0",
36
36
  "@tailwindcss/forms": "0.5.3",
37
37
  "@tailwindcss/postcss": "4.1.18",
38
+ "@tailwindcss/vite": "4.1.12",
38
39
  "@testing-library/jest-dom": "6.4.6",
39
40
  "@testing-library/react": "16.3.0",
40
41
  "@testing-library/user-event": "14.5.2",