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.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 ?? "
|
|
7801
|
+
variant: variant ?? "success",
|
|
7802
7802
|
label: label ?? placeholder
|
|
7803
7803
|
};
|
|
7804
7804
|
}
|