@almadar/ui 5.9.3 → 5.9.4

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.
@@ -8264,7 +8264,7 @@ var init_Input = __esm({
8264
8264
  className
8265
8265
  );
8266
8266
  if (type === "select") {
8267
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
8267
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
8268
8268
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
8269
8269
  /* @__PURE__ */ jsxRuntime.jsxs(
8270
8270
  "select",
@@ -8284,7 +8284,7 @@ var init_Input = __esm({
8284
8284
  ] });
8285
8285
  }
8286
8286
  if (type === "textarea") {
8287
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsx(
8287
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
8288
8288
  "textarea",
8289
8289
  {
8290
8290
  ref,
@@ -8315,7 +8315,7 @@ var init_Input = __esm({
8315
8315
  }
8316
8316
  );
8317
8317
  }
8318
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
8318
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
8319
8319
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
8320
8320
  /* @__PURE__ */ jsxRuntime.jsx(
8321
8321
  "input",
package/dist/avl/index.js CHANGED
@@ -8215,7 +8215,7 @@ var init_Input = __esm({
8215
8215
  className
8216
8216
  );
8217
8217
  if (type === "select") {
8218
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
8218
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
8219
8219
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
8220
8220
  /* @__PURE__ */ jsxs(
8221
8221
  "select",
@@ -8235,7 +8235,7 @@ var init_Input = __esm({
8235
8235
  ] });
8236
8236
  }
8237
8237
  if (type === "textarea") {
8238
- return /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
8238
+ return /* @__PURE__ */ jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsx(
8239
8239
  "textarea",
8240
8240
  {
8241
8241
  ref,
@@ -8266,7 +8266,7 @@ var init_Input = __esm({
8266
8266
  }
8267
8267
  );
8268
8268
  }
8269
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
8269
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
8270
8270
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
8271
8271
  /* @__PURE__ */ jsx(
8272
8272
  "input",
@@ -2116,7 +2116,7 @@ var init_Input = __esm({
2116
2116
  className
2117
2117
  );
2118
2118
  if (type === "select") {
2119
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
2119
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
2120
2120
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
2121
2121
  /* @__PURE__ */ jsxRuntime.jsxs(
2122
2122
  "select",
@@ -2136,7 +2136,7 @@ var init_Input = __esm({
2136
2136
  ] });
2137
2137
  }
2138
2138
  if (type === "textarea") {
2139
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsx(
2139
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
2140
2140
  "textarea",
2141
2141
  {
2142
2142
  ref,
@@ -2167,7 +2167,7 @@ var init_Input = __esm({
2167
2167
  }
2168
2168
  );
2169
2169
  }
2170
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
2170
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
2171
2171
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
2172
2172
  /* @__PURE__ */ jsxRuntime.jsx(
2173
2173
  "input",
@@ -2067,7 +2067,7 @@ var init_Input = __esm({
2067
2067
  className
2068
2068
  );
2069
2069
  if (type === "select") {
2070
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
2070
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
2071
2071
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
2072
2072
  /* @__PURE__ */ jsxs(
2073
2073
  "select",
@@ -2087,7 +2087,7 @@ var init_Input = __esm({
2087
2087
  ] });
2088
2088
  }
2089
2089
  if (type === "textarea") {
2090
- return /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
2090
+ return /* @__PURE__ */ jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsx(
2091
2091
  "textarea",
2092
2092
  {
2093
2093
  ref,
@@ -2118,7 +2118,7 @@ var init_Input = __esm({
2118
2118
  }
2119
2119
  );
2120
2120
  }
2121
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
2121
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
2122
2122
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
2123
2123
  /* @__PURE__ */ jsx(
2124
2124
  "input",
@@ -4110,7 +4110,7 @@ var Input = React7__default.default.forwardRef(
4110
4110
  className
4111
4111
  );
4112
4112
  if (type === "select") {
4113
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
4113
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
4114
4114
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
4115
4115
  /* @__PURE__ */ jsxRuntime.jsxs(
4116
4116
  "select",
@@ -4130,7 +4130,7 @@ var Input = React7__default.default.forwardRef(
4130
4130
  ] });
4131
4131
  }
4132
4132
  if (type === "textarea") {
4133
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsx(
4133
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
4134
4134
  "textarea",
4135
4135
  {
4136
4136
  ref,
@@ -4161,7 +4161,7 @@ var Input = React7__default.default.forwardRef(
4161
4161
  }
4162
4162
  );
4163
4163
  }
4164
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
4164
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
4165
4165
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
4166
4166
  /* @__PURE__ */ jsxRuntime.jsx(
4167
4167
  "input",
@@ -4083,7 +4083,7 @@ var Input = React7.forwardRef(
4083
4083
  className
4084
4084
  );
4085
4085
  if (type === "select") {
4086
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
4086
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
4087
4087
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
4088
4088
  /* @__PURE__ */ jsxs(
4089
4089
  "select",
@@ -4103,7 +4103,7 @@ var Input = React7.forwardRef(
4103
4103
  ] });
4104
4104
  }
4105
4105
  if (type === "textarea") {
4106
- return /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
4106
+ return /* @__PURE__ */ jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsx(
4107
4107
  "textarea",
4108
4108
  {
4109
4109
  ref,
@@ -4134,7 +4134,7 @@ var Input = React7.forwardRef(
4134
4134
  }
4135
4135
  );
4136
4136
  }
4137
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
4137
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
4138
4138
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
4139
4139
  /* @__PURE__ */ jsx(
4140
4140
  "input",
@@ -3449,7 +3449,7 @@ var init_Input = __esm({
3449
3449
  className
3450
3450
  );
3451
3451
  if (type === "select") {
3452
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
3452
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
3453
3453
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3454
3454
  /* @__PURE__ */ jsxRuntime.jsxs(
3455
3455
  "select",
@@ -3469,7 +3469,7 @@ var init_Input = __esm({
3469
3469
  ] });
3470
3470
  }
3471
3471
  if (type === "textarea") {
3472
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsx(
3472
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
3473
3473
  "textarea",
3474
3474
  {
3475
3475
  ref,
@@ -3500,7 +3500,7 @@ var init_Input = __esm({
3500
3500
  }
3501
3501
  );
3502
3502
  }
3503
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
3503
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
3504
3504
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3505
3505
  /* @__PURE__ */ jsxRuntime.jsx(
3506
3506
  "input",
@@ -3400,7 +3400,7 @@ var init_Input = __esm({
3400
3400
  className
3401
3401
  );
3402
3402
  if (type === "select") {
3403
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
3403
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
3404
3404
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3405
3405
  /* @__PURE__ */ jsxs(
3406
3406
  "select",
@@ -3420,7 +3420,7 @@ var init_Input = __esm({
3420
3420
  ] });
3421
3421
  }
3422
3422
  if (type === "textarea") {
3423
- return /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
3423
+ return /* @__PURE__ */ jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsx(
3424
3424
  "textarea",
3425
3425
  {
3426
3426
  ref,
@@ -3451,7 +3451,7 @@ var init_Input = __esm({
3451
3451
  }
3452
3452
  );
3453
3453
  }
3454
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
3454
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
3455
3455
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3456
3456
  /* @__PURE__ */ jsx(
3457
3457
  "input",
@@ -3684,7 +3684,7 @@ var init_Input = __esm({
3684
3684
  className
3685
3685
  );
3686
3686
  if (type === "select") {
3687
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
3687
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
3688
3688
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3689
3689
  /* @__PURE__ */ jsxRuntime.jsxs(
3690
3690
  "select",
@@ -3704,7 +3704,7 @@ var init_Input = __esm({
3704
3704
  ] });
3705
3705
  }
3706
3706
  if (type === "textarea") {
3707
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsx(
3707
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
3708
3708
  "textarea",
3709
3709
  {
3710
3710
  ref,
@@ -3735,7 +3735,7 @@ var init_Input = __esm({
3735
3735
  }
3736
3736
  );
3737
3737
  }
3738
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
3738
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative w-full", children: [
3739
3739
  resolvedLeftIcon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3740
3740
  /* @__PURE__ */ jsxRuntime.jsx(
3741
3741
  "input",
@@ -3635,7 +3635,7 @@ var init_Input = __esm({
3635
3635
  className
3636
3636
  );
3637
3637
  if (type === "select") {
3638
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
3638
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
3639
3639
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3640
3640
  /* @__PURE__ */ jsxs(
3641
3641
  "select",
@@ -3655,7 +3655,7 @@ var init_Input = __esm({
3655
3655
  ] });
3656
3656
  }
3657
3657
  if (type === "textarea") {
3658
- return /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx(
3658
+ return /* @__PURE__ */ jsx("div", { className: "relative w-full", children: /* @__PURE__ */ jsx(
3659
3659
  "textarea",
3660
3660
  {
3661
3661
  ref,
@@ -3686,7 +3686,7 @@ var init_Input = __esm({
3686
3686
  }
3687
3687
  );
3688
3688
  }
3689
- return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
3689
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
3690
3690
  resolvedLeftIcon && /* @__PURE__ */ jsx("div", { className: "absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none text-muted-foreground", children: resolvedLeftIcon }),
3691
3691
  /* @__PURE__ */ jsx(
3692
3692
  "input",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.9.3",
3
+ "version": "5.9.4",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [