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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +1 -1
- package/dist/index.native.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7808,7 +7808,7 @@ function useResolvedCheckboxConfig({
|
|
|
7808
7808
|
const eui = useEUIConfig();
|
|
7809
7809
|
return {
|
|
7810
7810
|
shape: shape ?? eui?.config?.global?.shape ?? "roundedSquare",
|
|
7811
|
-
variant: variant ?? "
|
|
7811
|
+
variant: variant ?? "success",
|
|
7812
7812
|
label: label ?? placeholder
|
|
7813
7813
|
};
|
|
7814
7814
|
}
|