elseware-ui 3.0.4 → 3.0.5

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.mjs CHANGED
@@ -7798,7 +7798,7 @@ function useResolvedCheckboxConfig({
7798
7798
  const eui = useEUIConfig();
7799
7799
  return {
7800
7800
  shape: shape ?? eui?.config?.global?.shape ?? "roundedSquare",
7801
- variant: variant ?? "secondary",
7801
+ variant: variant ?? "success",
7802
7802
  label: label ?? placeholder
7803
7803
  };
7804
7804
  }