@seeqdev/qomponents 0.0.151 → 0.0.152
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/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14745,7 +14745,7 @@ const bgStyles$2 = ['tw-bg-sq-white', 'dark:tw-bg-sq-dark-background'].join(' ')
|
|
|
14745
14745
|
const borderStyles$2 = [
|
|
14746
14746
|
'tw-border-solid',
|
|
14747
14747
|
'tw-border',
|
|
14748
|
-
'tw-rounded-
|
|
14748
|
+
'tw-rounded-popover',
|
|
14749
14749
|
'tw-border-sq-disabled-gray',
|
|
14750
14750
|
'dark:tw-border-gray-500',
|
|
14751
14751
|
].join(' ');
|
|
@@ -15795,7 +15795,7 @@ const $d08ef79370b62062$export$6d4de93b380beddf = $d08ef79370b62062$export$f34ec
|
|
|
15795
15795
|
const borderStyles$1 = [
|
|
15796
15796
|
'tw-border-solid',
|
|
15797
15797
|
'tw-border',
|
|
15798
|
-
'tw-rounded-
|
|
15798
|
+
'tw-rounded-popover',
|
|
15799
15799
|
'tw-border-sq-disabled-gray',
|
|
15800
15800
|
'dark:tw-border-gray-500',
|
|
15801
15801
|
].join(' ');
|