@seeqdev/qomponents 0.0.151 → 0.0.153
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/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- 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 +9 -1
- package/package.json +1 -1
package/dist/FontCustom.woff
CHANGED
|
Binary file
|
package/dist/FontCustom.woff2
CHANGED
|
Binary file
|
package/dist/index.esm.js
CHANGED
|
@@ -14725,7 +14725,7 @@ const bgStyles$2 = ['tw-bg-sq-white', 'dark:tw-bg-sq-dark-background'].join(' ')
|
|
|
14725
14725
|
const borderStyles$2 = [
|
|
14726
14726
|
'tw-border-solid',
|
|
14727
14727
|
'tw-border',
|
|
14728
|
-
'tw-rounded-
|
|
14728
|
+
'tw-rounded-popover',
|
|
14729
14729
|
'tw-border-sq-disabled-gray',
|
|
14730
14730
|
'dark:tw-border-gray-500',
|
|
14731
14731
|
].join(' ');
|
|
@@ -15775,7 +15775,7 @@ const $d08ef79370b62062$export$6d4de93b380beddf = $d08ef79370b62062$export$f34ec
|
|
|
15775
15775
|
const borderStyles$1 = [
|
|
15776
15776
|
'tw-border-solid',
|
|
15777
15777
|
'tw-border',
|
|
15778
|
-
'tw-rounded-
|
|
15778
|
+
'tw-rounded-popover',
|
|
15779
15779
|
'tw-border-sq-disabled-gray',
|
|
15780
15780
|
'dark:tw-border-gray-500',
|
|
15781
15781
|
].join(' ');
|