elseware-ui 3.0.5 → 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.mjs CHANGED
@@ -6417,7 +6417,7 @@ var Button_web_default = Button;
6417
6417
 
6418
6418
  // src/components/data-entry/input/input-label/base/InputLabel.styles.ts
6419
6419
  var inputLabelStaticClassName = "pointer-events-none select-none px-0 text-[13.5px] leading-none text-[#6B7280]";
6420
- 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";
6420
+ var inputLabelBaseClassName = "pointer-events-none absolute left-3 z-10 select-none bg-white/95 px-1 font-medium leading-none dark:bg-transparent";
6421
6421
  var inputLabelTransitionClassName = "transition-all duration-200 ease-out";
6422
6422
  var inputLabelRestingClassName = "top-[18px] translate-y-0 text-base leading-none text-[#6B7280]";
6423
6423
  var inputLabelFloatingClassName = "top-1.5 translate-y-0 text-xs leading-none text-[#6B7280]";
@@ -7275,7 +7275,7 @@ function useInputFieldState(props) {
7275
7275
  // src/components/data-entry/input/input/base/Input.styles.ts
7276
7276
  var inputShapes = shapes;
7277
7277
  var inputRootClassName = "relative w-full";
7278
- var inputFrameClassName = "relative h-14 w-full overflow-hidden border bg-white/95 px-3 dark:bg-eui-dark-800";
7278
+ var inputFrameClassName = "relative h-14 w-full overflow-hidden border bg-white/95 px-3 dark:bg-eui-primary-300/10";
7279
7279
  var inputFrameIdleClassName = "border-gray-300 hover:border-gray-400 dark:border-eui-dark-300 dark:hover:border-eui-dark-200";
7280
7280
  var inputFrameActiveClassName = "border-eui-secondary-600";
7281
7281
  var inputFrameErrorClassName = "border-eui-danger-500";