@seeqdev/qomponents 0.0.9 → 0.0.11

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
@@ -2288,6 +2288,10 @@ video {
2288
2288
  color: rgb(var(--sq-text-color));
2289
2289
  }
2290
2290
 
2291
+ .hover\:tw-cursor-pointer:hover {
2292
+ cursor: pointer;
2293
+ }
2294
+
2291
2295
  .hover\:tw-border-sq-color-dark:hover {
2292
2296
  --tw-border-opacity: 1;
2293
2297
  border-color: rgb(var(--sq-color-dark));
package/dist/types.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export type InputGroupPlacement = 'left' | 'right' | undefined;
2
+ export type FormControlElement = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",