@sikka/hawa 0.24.13-next → 0.24.14-next

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.
@@ -1920,6 +1920,7 @@ var Combobox = React27.forwardRef(
1920
1920
  /* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
1921
1921
  CommandInput,
1922
1922
  {
1923
+ dir: direction,
1923
1924
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
1924
1925
  }
1925
1926
  ), /* @__PURE__ */ React27.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React27.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React27.createElement(
@@ -1951,9 +1952,10 @@ var Combobox = React27.forwardRef(
1951
1952
  strokeLinecap: "round",
1952
1953
  strokeLinejoin: "round",
1953
1954
  className: cn(
1954
- "hawa-icon hawa-me-2",
1955
+ "hawa-icon",
1955
1956
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
1956
- )
1957
+ ),
1958
+ style: { marginInlineEnd: "0.5rem" }
1957
1959
  },
1958
1960
  /* @__PURE__ */ React27.createElement("polyline", { points: "20 6 9 17 4 12" })
1959
1961
  ),
@@ -1804,6 +1804,7 @@ var Combobox = React25.forwardRef(
1804
1804
  /* @__PURE__ */ React25.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React25.createElement(
1805
1805
  CommandInput,
1806
1806
  {
1807
+ dir: direction,
1807
1808
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
1808
1809
  }
1809
1810
  ), /* @__PURE__ */ React25.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React25.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React25.createElement(
@@ -1835,9 +1836,10 @@ var Combobox = React25.forwardRef(
1835
1836
  strokeLinecap: "round",
1836
1837
  strokeLinejoin: "round",
1837
1838
  className: cn(
1838
- "hawa-icon hawa-me-2",
1839
+ "hawa-icon",
1839
1840
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
1840
- )
1841
+ ),
1842
+ style: { marginInlineEnd: "0.5rem" }
1841
1843
  },
1842
1844
  /* @__PURE__ */ React25.createElement("polyline", { points: "20 6 9 17 4 12" })
1843
1845
  ),
@@ -687,6 +687,7 @@ var Combobox = React7.forwardRef(
687
687
  /* @__PURE__ */ React7.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React7.createElement(
688
688
  CommandInput,
689
689
  {
690
+ dir: direction,
690
691
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
691
692
  }
692
693
  ), /* @__PURE__ */ React7.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React7.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React7.createElement(
@@ -718,9 +719,10 @@ var Combobox = React7.forwardRef(
718
719
  strokeLinecap: "round",
719
720
  strokeLinejoin: "round",
720
721
  className: cn(
721
- "hawa-icon hawa-me-2",
722
+ "hawa-icon",
722
723
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
723
- )
724
+ ),
725
+ style: { marginInlineEnd: "0.5rem" }
724
726
  },
725
727
  /* @__PURE__ */ React7.createElement("polyline", { points: "20 6 9 17 4 12" })
726
728
  ),
@@ -234,6 +234,7 @@ var Combobox = React5.forwardRef(
234
234
  /* @__PURE__ */ React5.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React5.createElement(
235
235
  CommandInput,
236
236
  {
237
+ dir: direction,
237
238
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
238
239
  }
239
240
  ), /* @__PURE__ */ React5.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React5.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React5.createElement(
@@ -265,9 +266,10 @@ var Combobox = React5.forwardRef(
265
266
  strokeLinecap: "round",
266
267
  strokeLinejoin: "round",
267
268
  className: cn(
268
- "hawa-icon hawa-me-2",
269
+ "hawa-icon",
269
270
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
270
- )
271
+ ),
272
+ style: { marginInlineEnd: "0.5rem" }
271
273
  },
272
274
  /* @__PURE__ */ React5.createElement("polyline", { points: "20 6 9 17 4 12" })
273
275
  ),
@@ -3358,6 +3358,7 @@ var Combobox = React27.forwardRef(
3358
3358
  /* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
3359
3359
  CommandInput,
3360
3360
  {
3361
+ dir: direction,
3361
3362
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
3362
3363
  }
3363
3364
  ), /* @__PURE__ */ React27.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React27.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React27.createElement(
@@ -3389,9 +3390,10 @@ var Combobox = React27.forwardRef(
3389
3390
  strokeLinecap: "round",
3390
3391
  strokeLinejoin: "round",
3391
3392
  className: cn(
3392
- "hawa-icon hawa-me-2",
3393
+ "hawa-icon",
3393
3394
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
3394
- )
3395
+ ),
3396
+ style: { marginInlineEnd: "0.5rem" }
3395
3397
  },
3396
3398
  /* @__PURE__ */ React27.createElement("polyline", { points: "20 6 9 17 4 12" })
3397
3399
  ),
@@ -1536,6 +1536,7 @@ var Combobox = React13.forwardRef(
1536
1536
  /* @__PURE__ */ React13.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React13.createElement(
1537
1537
  CommandInput,
1538
1538
  {
1539
+ dir: direction,
1539
1540
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
1540
1541
  }
1541
1542
  ), /* @__PURE__ */ React13.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React13.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React13.createElement(
@@ -1567,9 +1568,10 @@ var Combobox = React13.forwardRef(
1567
1568
  strokeLinecap: "round",
1568
1569
  strokeLinejoin: "round",
1569
1570
  className: cn(
1570
- "hawa-icon hawa-me-2",
1571
+ "hawa-icon",
1571
1572
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
1572
- )
1573
+ ),
1574
+ style: { marginInlineEnd: "0.5rem" }
1573
1575
  },
1574
1576
  /* @__PURE__ */ React13.createElement("polyline", { points: "20 6 9 17 4 12" })
1575
1577
  ),
package/dist/index.js CHANGED
@@ -3424,6 +3424,7 @@ var Combobox = React27.forwardRef(
3424
3424
  /* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
3425
3425
  CommandInput,
3426
3426
  {
3427
+ dir: direction,
3427
3428
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
3428
3429
  }
3429
3430
  ), /* @__PURE__ */ React27.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React27.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React27.createElement(
@@ -3455,9 +3456,10 @@ var Combobox = React27.forwardRef(
3455
3456
  strokeLinecap: "round",
3456
3457
  strokeLinejoin: "round",
3457
3458
  className: cn(
3458
- "hawa-icon hawa-me-2",
3459
+ "hawa-icon",
3459
3460
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
3460
- )
3461
+ ),
3462
+ style: { marginInlineEnd: "0.5rem" }
3461
3463
  },
3462
3464
  /* @__PURE__ */ React27.createElement("polyline", { points: "20 6 9 17 4 12" })
3463
3465
  ),
package/dist/index.mjs CHANGED
@@ -3191,6 +3191,7 @@ var Combobox = React27.forwardRef(
3191
3191
  /* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
3192
3192
  CommandInput,
3193
3193
  {
3194
+ dir: direction,
3194
3195
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
3195
3196
  }
3196
3197
  ), /* @__PURE__ */ React27.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React27.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React27.createElement(
@@ -3222,9 +3223,10 @@ var Combobox = React27.forwardRef(
3222
3223
  strokeLinecap: "round",
3223
3224
  strokeLinejoin: "round",
3224
3225
  className: cn(
3225
- "hawa-icon hawa-me-2",
3226
+ "hawa-icon",
3226
3227
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
3227
- )
3228
+ ),
3229
+ style: { marginInlineEnd: "0.5rem" }
3228
3230
  },
3229
3231
  /* @__PURE__ */ React27.createElement("polyline", { points: "20 6 9 17 4 12" })
3230
3232
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.24.13-next",
3
+ "version": "0.24.14-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",