@overmap-ai/blocks 1.0.24 → 1.0.25-component-forms.0

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.
@@ -3278,22 +3278,29 @@
3278
3278
  }
3279
3279
  const $e698a72e93240346$export$be92b6f5f03c0fe9 = $e698a72e93240346$export$48513f6b9f8ce62d;
3280
3280
  const $e698a72e93240346$export$adb584737d712b70 = $e698a72e93240346$export$59aad738f51d1c05;
3281
- const checkboxContainer = "_checkboxContainer_pb9za_5";
3282
- const checkbox = "_checkbox_pb9za_5";
3283
- const checkboxIndicator = "_checkboxIndicator_pb9za_27";
3284
- const checkboxLabel = "_checkboxLabel_pb9za_38";
3285
- const noTextHighlight = "_noTextHighlight_pb9za_42";
3286
- const checkboxHidden = "_checkboxHidden_pb9za_51";
3281
+ const checkbox = "_checkbox_yl8iy_5";
3282
+ const checkboxIndicator = "_checkboxIndicator_yl8iy_22";
3283
+ const checkboxLabel = "_checkboxLabel_yl8iy_33";
3284
+ const noTextHighlight = "_noTextHighlight_yl8iy_37";
3285
+ const checkboxHidden = "_checkboxHidden_yl8iy_46";
3287
3286
  const styles$2 = {
3288
- checkboxContainer,
3289
3287
  checkbox,
3290
3288
  checkboxIndicator,
3291
3289
  checkboxLabel,
3292
3290
  noTextHighlight,
3293
3291
  checkboxHidden
3294
3292
  };
3295
- const _Checkbox = React.forwardRef(function Checkbox2({ className, labelClassName, label, checked, onCheckedChange, alwaysShow = true, ...rest }, ref) {
3296
- return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { className: styles$2.checkboxContainer, ...props, children: [
3293
+ const _Checkbox = React.forwardRef(function Checkbox2({
3294
+ className,
3295
+ labelClassName,
3296
+ label,
3297
+ checked,
3298
+ onCheckedChange,
3299
+ checkboxPosition = "center",
3300
+ alwaysShow = true,
3301
+ ...rest
3302
+ }, ref) {
3303
+ return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { align: checkboxPosition, ...props, children: [
3297
3304
  /* @__PURE__ */ jsxRuntime.jsx(
3298
3305
  $e698a72e93240346$export$be92b6f5f03c0fe9,
3299
3306
  {