elseware-ui 3.0.4 → 3.0.6

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 CHANGED
@@ -6427,7 +6427,7 @@ var Button_web_default = Button;
6427
6427
 
6428
6428
  // src/components/data-entry/input/input-label/base/InputLabel.styles.ts
6429
6429
  var inputLabelStaticClassName = "pointer-events-none select-none px-0 text-[13.5px] leading-none text-[#6B7280]";
6430
- var inputLabelBaseClassName = "pointer-events-none absolute left-3 z-10 select-none bg-white/95 px-1 font-medium leading-none dark:bg-eui-dark-800";
6430
+ var inputLabelBaseClassName = "pointer-events-none absolute left-3 z-10 select-none bg-white/95 px-1 font-medium leading-none dark:bg-transparent";
6431
6431
  var inputLabelTransitionClassName = "transition-all duration-200 ease-out";
6432
6432
  var inputLabelRestingClassName = "top-[18px] translate-y-0 text-base leading-none text-[#6B7280]";
6433
6433
  var inputLabelFloatingClassName = "top-1.5 translate-y-0 text-xs leading-none text-[#6B7280]";
@@ -7285,7 +7285,7 @@ function useInputFieldState(props) {
7285
7285
  // src/components/data-entry/input/input/base/Input.styles.ts
7286
7286
  var inputShapes = shapes;
7287
7287
  var inputRootClassName = "relative w-full";
7288
- var inputFrameClassName = "relative h-14 w-full overflow-hidden border bg-white/95 px-3 dark:bg-eui-dark-800";
7288
+ var inputFrameClassName = "relative h-14 w-full overflow-hidden border bg-white/95 px-3 dark:bg-eui-primary-300/10";
7289
7289
  var inputFrameIdleClassName = "border-gray-300 hover:border-gray-400 dark:border-eui-dark-300 dark:hover:border-eui-dark-200";
7290
7290
  var inputFrameActiveClassName = "border-eui-secondary-600";
7291
7291
  var inputFrameErrorClassName = "border-eui-danger-500";
@@ -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 ?? "secondary",
7811
+ variant: variant ?? "success",
7812
7812
  label: label ?? placeholder
7813
7813
  };
7814
7814
  }