@seeqdev/qomponents 0.0.7 → 0.0.9

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
@@ -2038,6 +2038,22 @@ video {
2038
2038
  padding-bottom: 0.25rem;
2039
2039
  }
2040
2040
 
2041
+ .tw-pl-2 {
2042
+ padding-left: 0.5rem;
2043
+ }
2044
+
2045
+ .tw-pl-2\.5 {
2046
+ padding-left: 0.625rem;
2047
+ }
2048
+
2049
+ .tw-pr-1 {
2050
+ padding-right: 0.25rem;
2051
+ }
2052
+
2053
+ .tw-pr-1\.5 {
2054
+ padding-right: 0.375rem;
2055
+ }
2056
+
2041
2057
  .tw-text-center {
2042
2058
  text-align: center;
2043
2059
  }
package/dist/types.d.ts CHANGED
@@ -1,2 +1 @@
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.7",
3
+ "version": "0.0.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",