@seeqdev/qomponents 0.0.150 → 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 +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -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(' ');
|
|
@@ -15847,7 +15847,7 @@ const ButtonWithDropdown = ({ dropdownItems, triggerIcon, id, extraClassNames =
|
|
|
15847
15847
|
}))))));
|
|
15848
15848
|
};
|
|
15849
15849
|
|
|
15850
|
-
const baseClasses$2 = 'tw-mx-auto tw-p-4 tw-leading-normal tw-outline-none tw-py-2 tw-px-3 tw-rounded-[
|
|
15850
|
+
const baseClasses$2 = 'tw-mx-auto tw-p-4 tw-leading-normal tw-outline-none tw-py-2 tw-px-3 tw-rounded-[10px] tw-w-full tw-relative' +
|
|
15851
15851
|
' tw-border-solid tw-border tw-text-sm tw-flex tw-flex-col tw-justify-center tw-items-center';
|
|
15852
15852
|
const darkTheme$1 = 'dark:tw-bg-sq-colored-hover-dark dark:tw-text-sq-dark-text';
|
|
15853
15853
|
const lightTheme$1 = 'tw-text-sq-text-color tw-bg-sq-colored-hover';
|