@almadar/ui 5.9.3 → 5.9.5

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",
@@ -56384,7 +56384,7 @@ function SlotContentRenderer({
56384
56384
  return /* @__PURE__ */ jsxRuntime.jsx(
56385
56385
  Box,
56386
56386
  {
56387
- className: "slot-content",
56387
+ className: "slot-content contents",
56388
56388
  "data-pattern": content.pattern,
56389
56389
  "data-id": content.id,
56390
56390
  "data-node-id": content.nodeId,
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",
@@ -56335,7 +56335,7 @@ function SlotContentRenderer({
56335
56335
  return /* @__PURE__ */ jsx(
56336
56336
  Box,
56337
56337
  {
56338
- className: "slot-content",
56338
+ className: "slot-content contents",
56339
56339
  "data-pattern": content.pattern,
56340
56340
  "data-id": content.id,
56341
56341
  "data-node-id": content.nodeId,
@@ -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",
@@ -47373,7 +47373,7 @@ function SlotContentRenderer({
47373
47373
  return /* @__PURE__ */ jsxRuntime.jsx(
47374
47374
  exports.Box,
47375
47375
  {
47376
- className: "slot-content",
47376
+ className: "slot-content contents",
47377
47377
  "data-pattern": content.pattern,
47378
47378
  "data-id": content.id,
47379
47379
  "data-node-id": content.nodeId,
@@ -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",
@@ -47324,7 +47324,7 @@ function SlotContentRenderer({
47324
47324
  return /* @__PURE__ */ jsx(
47325
47325
  Box,
47326
47326
  {
47327
- className: "slot-content",
47327
+ className: "slot-content contents",
47328
47328
  "data-pattern": content.pattern,
47329
47329
  "data-id": content.id,
47330
47330
  "data-node-id": content.nodeId,
@@ -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",
@@ -47691,7 +47691,7 @@ function SlotContentRenderer({
47691
47691
  return /* @__PURE__ */ jsxRuntime.jsx(
47692
47692
  Box,
47693
47693
  {
47694
- className: "slot-content",
47694
+ className: "slot-content contents",
47695
47695
  "data-pattern": content.pattern,
47696
47696
  "data-id": content.id,
47697
47697
  "data-node-id": content.nodeId,
@@ -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",
@@ -47642,7 +47642,7 @@ function SlotContentRenderer({
47642
47642
  return /* @__PURE__ */ jsx(
47643
47643
  Box,
47644
47644
  {
47645
- className: "slot-content",
47645
+ className: "slot-content contents",
47646
47646
  "data-pattern": content.pattern,
47647
47647
  "data-id": content.id,
47648
47648
  "data-node-id": content.nodeId,
@@ -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",
@@ -47277,7 +47277,7 @@ function SlotContentRenderer({
47277
47277
  return /* @__PURE__ */ jsxRuntime.jsx(
47278
47278
  Box,
47279
47279
  {
47280
- className: "slot-content",
47280
+ className: "slot-content contents",
47281
47281
  "data-pattern": content.pattern,
47282
47282
  "data-id": content.id,
47283
47283
  "data-node-id": content.nodeId,
@@ -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",
@@ -47228,7 +47228,7 @@ function SlotContentRenderer({
47228
47228
  return /* @__PURE__ */ jsx(
47229
47229
  Box,
47230
47230
  {
47231
- className: "slot-content",
47231
+ className: "slot-content contents",
47232
47232
  "data-pattern": content.pattern,
47233
47233
  "data-id": content.id,
47234
47234
  "data-node-id": content.nodeId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.9.3",
3
+ "version": "5.9.5",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -18,6 +18,7 @@ module.exports = {
18
18
  darkMode: 'class',
19
19
  safelist: [
20
20
  // Standard utilities used via dynamic className from .orb schemas
21
+ 'contents',
21
22
  'p-4', 'p-6', 'p-8',
22
23
  'px-4', 'px-6', 'py-4', 'py-6',
23
24
  'mx-auto',