@ctlyst.id/voila-ui 9.0.2 → 10.0.1
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5001,8 +5001,8 @@ var switchThumbVariant = (0, import_createRuntimeFn25.createRuntimeFn)({ default
|
|
|
5001
5001
|
// src/components/switch/switch.tsx
|
|
5002
5002
|
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
5003
5003
|
var ICON_SIZE = {
|
|
5004
|
-
normal:
|
|
5005
|
-
small:
|
|
5004
|
+
normal: 20,
|
|
5005
|
+
small: 16
|
|
5006
5006
|
};
|
|
5007
5007
|
var Switch = (0, import_react64.forwardRef)(
|
|
5008
5008
|
({ size = "normal", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|