@seeqdev/qomponents 0.0.103 → 0.0.105

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.js CHANGED
@@ -16192,8 +16192,8 @@ const ButtonWithDropdown = ({ dropdownItems, triggerIcon, id, extraClassNames, c
16192
16192
 
16193
16193
  const baseClasses = 'tw-mx-auto tw-p-4 tw-leading-normal tw-outline-none tw-py-2 tw-px-3 tw-rounded-sm tw-max-w-sm' +
16194
16194
  ' tw-border-solid tw-border tw-text-sm tw-flex tw-flex-col';
16195
- const darkTheme = 'dark:tw-bg-sq-dark-background dark:tw-text-sq-dark-text';
16196
- const lightTheme = 'tw-text-sq-text-color tw-bg-sq-color-alert';
16195
+ const darkTheme = 'dark:tw-bg-sq-colored-hover-dark dark:tw-text-sq-dark-text';
16196
+ const lightTheme = 'tw-text-sq-text-color tw-bg-sq-colored-hover';
16197
16197
  const errorClasses = 'tw-border-sq-danger-color';
16198
16198
  const borderColorClasses = 'tw-border-sq-color-dark';
16199
16199
  /**