@sikka/hawa 0.15.11-next → 0.15.13-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.
package/dist/index.js CHANGED
@@ -902,7 +902,7 @@ var ActionCard = function(props) {
902
902
  className: "hawa-h-10 hawa-w-10 hawa-text-foreground",
903
903
  stroke: "currentColor",
904
904
  fill: "currentColor",
905
- "stroke-width": "0",
905
+ strokeWidth: "0",
906
906
  viewBox: "0 0 24 24",
907
907
  height: "1em",
908
908
  width: "1em",
@@ -5654,9 +5654,9 @@ var DataTable = function(_param) {
5654
5654
  viewBox: "0 0 24 24",
5655
5655
  fill: "none",
5656
5656
  stroke: "currentColor",
5657
- "stroke-width": "2",
5658
- "stroke-linecap": "round",
5659
- "stroke-linejoin": "round",
5657
+ strokeWidth: "2",
5658
+ strokeLinecap: "round",
5659
+ strokeLinejoin: "round",
5660
5660
  className: "hawa-icon hawa-rotate-90"
5661
5661
  }, /* @__PURE__ */ React43.createElement("path", {
5662
5662
  d: "m9 18 6-6-6-6"
@@ -5687,7 +5687,7 @@ var DataTable = function(_param) {
5687
5687
  return /* @__PURE__ */ React43.createElement(TableHead, {
5688
5688
  dir: props.direction,
5689
5689
  condensed: props.condensed,
5690
- clickable: isSortable,
5690
+ clickable: Boolean(isSortable),
5691
5691
  key: header.id
5692
5692
  }, header.isPlaceholder ? null : (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()));
5693
5693
  }));
@@ -6313,10 +6313,10 @@ var Logos = {
6313
6313
  return /* @__PURE__ */ import_react30.default.createElement("svg", _object_spread({
6314
6314
  stroke: "currentColor",
6315
6315
  fill: "none",
6316
- "stroke-width": "2",
6316
+ strokeWidth: "2",
6317
6317
  viewBox: "0 0 24 24",
6318
- "stroke-linecap": "round",
6319
- "stroke-linejoin": "round",
6318
+ strokeLinecap: "round",
6319
+ strokeLinejoin: "round",
6320
6320
  height: "1em",
6321
6321
  width: "1em",
6322
6322
  xmlns: "http://www.w3.org/2000/svg"
@@ -6330,15 +6330,15 @@ var Logos = {
6330
6330
  return /* @__PURE__ */ import_react30.default.createElement("svg", _object_spread({
6331
6331
  stroke: "currentColor",
6332
6332
  fill: "none",
6333
- "stroke-width": "2",
6333
+ strokeWidth: "2",
6334
6334
  viewBox: "0 0 24 24",
6335
6335
  "aria-hidden": "true",
6336
6336
  height: "1em",
6337
6337
  width: "1em",
6338
6338
  xmlns: "http://www.w3.org/2000/svg"
6339
6339
  }, props), /* @__PURE__ */ import_react30.default.createElement("path", {
6340
- "stroke-linecap": "round",
6341
- "stroke-linejoin": "round",
6340
+ strokeLinecap: "round",
6341
+ strokeLinejoin: "round",
6342
6342
  d: "M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"
6343
6343
  }));
6344
6344
  },
@@ -6807,9 +6807,9 @@ var NavigationMenuTrigger = React58.forwardRef(function(_param, ref) /* @__PURE_
6807
6807
  viewBox: "0 0 24 24",
6808
6808
  fill: "none",
6809
6809
  stroke: "currentColor",
6810
- "stroke-width": "2",
6811
- "stroke-linecap": "round",
6812
- "stroke-linejoin": "round",
6810
+ strokeWidth: "2",
6811
+ strokeLinecap: "round",
6812
+ strokeLinejoin: "round",
6813
6813
  "aria-hidden": "true",
6814
6814
  className: "hawa-relative hawa-top-[1px] hawa-icon hawa-transition hawa-duration-200 group-data-[state=open]:hawa-rotate-180"
6815
6815
  }, /* @__PURE__ */ React58.createElement("path", {
@@ -7133,9 +7133,9 @@ var Navbar = function(_param) {
7133
7133
  viewBox: "0 0 24 24",
7134
7134
  fill: "none",
7135
7135
  stroke: "currentColor",
7136
- "stroke-width": "2",
7137
- "stroke-linecap": "round",
7138
- "stroke-linejoin": "round",
7136
+ strokeWidth: "2",
7137
+ strokeLinecap: "round",
7138
+ strokeLinejoin: "round",
7139
7139
  className: cn("hawa-w-6 hawa-h-6 hawa-fixed", isOpen ? "hawa-invisible" : "hawa-visible")
7140
7140
  }, /* @__PURE__ */ import_react36.default.createElement("line", {
7141
7141
  x1: "4",
@@ -7159,9 +7159,9 @@ var Navbar = function(_param) {
7159
7159
  viewBox: "0 0 24 24",
7160
7160
  fill: "none",
7161
7161
  stroke: "currentColor",
7162
- "stroke-width": "2",
7163
- "stroke-linecap": "round",
7164
- "stroke-linejoin": "round",
7162
+ strokeWidth: "2",
7163
+ strokeLinecap: "round",
7164
+ strokeLinejoin: "round",
7165
7165
  className: cn("hawa-w-6 hawa-h-6", !isOpen ? "hawa-invisible" : "hawa-visible")
7166
7166
  }, /* @__PURE__ */ import_react36.default.createElement("path", {
7167
7167
  d: "M18 6 6 18"
@@ -7530,9 +7530,9 @@ var MenubarSubTrigger = React65.forwardRef(function(_param, ref) /* @__PURE__ */
7530
7530
  viewBox: "0 0 24 24",
7531
7531
  fill: "none",
7532
7532
  stroke: "currentColor",
7533
- "stroke-width": "2",
7534
- "stroke-linecap": "round",
7535
- "stroke-linejoin": "round",
7533
+ strokeWidth: "2",
7534
+ strokeLinecap: "round",
7535
+ strokeLinejoin: "round",
7536
7536
  className: "hawa-ml-auto hawa-icon"
7537
7537
  }, /* @__PURE__ */ React65.createElement("path", {
7538
7538
  d: "m9 18 6-6-6-6"
@@ -7595,9 +7595,9 @@ var MenubarCheckboxItem = React65.forwardRef(function(_param, ref) /* @__PURE__
7595
7595
  viewBox: "0 0 24 24",
7596
7596
  fill: "none",
7597
7597
  stroke: "currentColor",
7598
- "stroke-width": "2",
7599
- "stroke-linecap": "round",
7600
- "stroke-linejoin": "round",
7598
+ strokeWidth: "2",
7599
+ strokeLinecap: "round",
7600
+ strokeLinejoin: "round",
7601
7601
  className: "hawa-icon"
7602
7602
  }, /* @__PURE__ */ React65.createElement("path", {
7603
7603
  d: "M20 6 9 17l-5-5"
@@ -7621,9 +7621,9 @@ var MenubarRadioItem = React65.forwardRef(function(_param, ref) /* @__PURE__ */
7621
7621
  viewBox: "0 0 24 24",
7622
7622
  fill: "none",
7623
7623
  stroke: "currentColor",
7624
- "stroke-width": "2",
7625
- "stroke-linecap": "round",
7626
- "stroke-linejoin": "round",
7624
+ strokeWidth: "2",
7625
+ strokeLinecap: "round",
7626
+ strokeLinejoin: "round",
7627
7627
  className: "hawa-h-2 hawa-w-2 hawa-fill-current"
7628
7628
  }, /* @__PURE__ */ React65.createElement("circle", {
7629
7629
  cx: "12",
@@ -8075,9 +8075,9 @@ var EyeIcon = function(props) {
8075
8075
  viewBox: "0 0 24 24",
8076
8076
  fill: "none",
8077
8077
  stroke: "currentColor",
8078
- "stroke-width": "2",
8079
- "stroke-linecap": "round",
8080
- "stroke-linejoin": "round"
8078
+ strokeWidth: "2",
8079
+ strokeLinecap: "round",
8080
+ strokeLinejoin: "round"
8081
8081
  }, /* @__PURE__ */ import_react44.default.createElement("path", {
8082
8082
  d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"
8083
8083
  }), /* @__PURE__ */ import_react44.default.createElement("circle", {
@@ -8096,9 +8096,9 @@ var HiddenEyeIcon = function(props) {
8096
8096
  viewBox: "0 0 24 24",
8097
8097
  fill: "none",
8098
8098
  stroke: "currentColor",
8099
- "stroke-width": "2",
8100
- "stroke-linecap": "round",
8101
- "stroke-linejoin": "round"
8099
+ strokeWidth: "2",
8100
+ strokeLinecap: "round",
8101
+ strokeLinejoin: "round"
8102
8102
  }, /* @__PURE__ */ import_react44.default.createElement("path", {
8103
8103
  d: "M9.88 9.88a3 3 0 1 0 4.24 4.24"
8104
8104
  }), /* @__PURE__ */ import_react44.default.createElement("path", {
@@ -8749,10 +8749,10 @@ var CheckEmail = function(param) {
8749
8749
  }, /* @__PURE__ */ import_react48.default.createElement("svg", {
8750
8750
  stroke: "currentColor",
8751
8751
  fill: "none",
8752
- "stroke-width": "2",
8752
+ strokeWidth: "2",
8753
8753
  viewBox: "0 0 24 24",
8754
- "stroke-linecap": "round",
8755
- "stroke-linejoin": "round",
8754
+ strokeLinecap: "round",
8755
+ strokeLinejoin: "round",
8756
8756
  height: "0.5em",
8757
8757
  width: "0.5em",
8758
8758
  xmlns: "http://www.w3.org/2000/svg"
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ var ActionCard = (props) => {
18
18
  className: "hawa-h-10 hawa-w-10 hawa-text-foreground",
19
19
  stroke: "currentColor",
20
20
  fill: "currentColor",
21
- "stroke-width": "0",
21
+ strokeWidth: "0",
22
22
  viewBox: "0 0 24 24",
23
23
  height: "1em",
24
24
  width: "1em",
@@ -5342,9 +5342,9 @@ var DataTable = ({
5342
5342
  viewBox: "0 0 24 24",
5343
5343
  fill: "none",
5344
5344
  stroke: "currentColor",
5345
- "stroke-width": "2",
5346
- "stroke-linecap": "round",
5347
- "stroke-linejoin": "round",
5345
+ strokeWidth: "2",
5346
+ strokeLinecap: "round",
5347
+ strokeLinejoin: "round",
5348
5348
  className: "hawa-icon hawa-rotate-90"
5349
5349
  },
5350
5350
  /* @__PURE__ */ React43.createElement("path", { d: "m9 18 6-6-6-6" })
@@ -5380,7 +5380,7 @@ var DataTable = ({
5380
5380
  {
5381
5381
  dir: props.direction,
5382
5382
  condensed: props.condensed,
5383
- clickable: isSortable,
5383
+ clickable: Boolean(isSortable),
5384
5384
  key: header.id
5385
5385
  },
5386
5386
  header.isPlaceholder ? null : flexRender(
@@ -6045,10 +6045,10 @@ var Logos = {
6045
6045
  {
6046
6046
  stroke: "currentColor",
6047
6047
  fill: "none",
6048
- "stroke-width": "2",
6048
+ strokeWidth: "2",
6049
6049
  viewBox: "0 0 24 24",
6050
- "stroke-linecap": "round",
6051
- "stroke-linejoin": "round",
6050
+ strokeLinecap: "round",
6051
+ strokeLinejoin: "round",
6052
6052
  height: "1em",
6053
6053
  width: "1em",
6054
6054
  xmlns: "http://www.w3.org/2000/svg",
@@ -6062,7 +6062,7 @@ var Logos = {
6062
6062
  {
6063
6063
  stroke: "currentColor",
6064
6064
  fill: "none",
6065
- "stroke-width": "2",
6065
+ strokeWidth: "2",
6066
6066
  viewBox: "0 0 24 24",
6067
6067
  "aria-hidden": "true",
6068
6068
  height: "1em",
@@ -6073,8 +6073,8 @@ var Logos = {
6073
6073
  /* @__PURE__ */ React53.createElement(
6074
6074
  "path",
6075
6075
  {
6076
- "stroke-linecap": "round",
6077
- "stroke-linejoin": "round",
6076
+ strokeLinecap: "round",
6077
+ strokeLinejoin: "round",
6078
6078
  d: "M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"
6079
6079
  }
6080
6080
  )
@@ -6584,9 +6584,9 @@ var NavigationMenuTrigger = React58.forwardRef(({ className, children, ...props
6584
6584
  viewBox: "0 0 24 24",
6585
6585
  fill: "none",
6586
6586
  stroke: "currentColor",
6587
- "stroke-width": "2",
6588
- "stroke-linecap": "round",
6589
- "stroke-linejoin": "round",
6587
+ strokeWidth: "2",
6588
+ strokeLinecap: "round",
6589
+ strokeLinejoin: "round",
6590
6590
  "aria-hidden": "true",
6591
6591
  className: "hawa-relative hawa-top-[1px] hawa-icon hawa-transition hawa-duration-200 group-data-[state=open]:hawa-rotate-180"
6592
6592
  },
@@ -6955,9 +6955,9 @@ var Navbar = ({
6955
6955
  viewBox: "0 0 24 24",
6956
6956
  fill: "none",
6957
6957
  stroke: "currentColor",
6958
- "stroke-width": "2",
6959
- "stroke-linecap": "round",
6960
- "stroke-linejoin": "round",
6958
+ strokeWidth: "2",
6959
+ strokeLinecap: "round",
6960
+ strokeLinejoin: "round",
6961
6961
  className: cn(
6962
6962
  "hawa-w-6 hawa-h-6 hawa-fixed",
6963
6963
  isOpen ? "hawa-invisible" : "hawa-visible"
@@ -6976,9 +6976,9 @@ var Navbar = ({
6976
6976
  viewBox: "0 0 24 24",
6977
6977
  fill: "none",
6978
6978
  stroke: "currentColor",
6979
- "stroke-width": "2",
6980
- "stroke-linecap": "round",
6981
- "stroke-linejoin": "round",
6979
+ strokeWidth: "2",
6980
+ strokeLinecap: "round",
6981
+ strokeLinejoin: "round",
6982
6982
  className: cn(
6983
6983
  "hawa-w-6 hawa-h-6",
6984
6984
  !isOpen ? "hawa-invisible" : "hawa-visible"
@@ -7526,9 +7526,9 @@ var MenubarSubTrigger = React65.forwardRef(({ className, inset, children, ...pro
7526
7526
  viewBox: "0 0 24 24",
7527
7527
  fill: "none",
7528
7528
  stroke: "currentColor",
7529
- "stroke-width": "2",
7530
- "stroke-linecap": "round",
7531
- "stroke-linejoin": "round",
7529
+ strokeWidth: "2",
7530
+ strokeLinecap: "round",
7531
+ strokeLinejoin: "round",
7532
7532
  className: "hawa-ml-auto hawa-icon"
7533
7533
  },
7534
7534
  /* @__PURE__ */ React65.createElement("path", { d: "m9 18 6-6-6-6" })
@@ -7597,9 +7597,9 @@ var MenubarCheckboxItem = React65.forwardRef(({ className, children, checked, ..
7597
7597
  viewBox: "0 0 24 24",
7598
7598
  fill: "none",
7599
7599
  stroke: "currentColor",
7600
- "stroke-width": "2",
7601
- "stroke-linecap": "round",
7602
- "stroke-linejoin": "round",
7600
+ strokeWidth: "2",
7601
+ strokeLinecap: "round",
7602
+ strokeLinejoin: "round",
7603
7603
  className: "hawa-icon"
7604
7604
  },
7605
7605
  /* @__PURE__ */ React65.createElement("path", { d: "M20 6 9 17l-5-5" })
@@ -7626,9 +7626,9 @@ var MenubarRadioItem = React65.forwardRef(({ className, children, ...props }, re
7626
7626
  viewBox: "0 0 24 24",
7627
7627
  fill: "none",
7628
7628
  stroke: "currentColor",
7629
- "stroke-width": "2",
7630
- "stroke-linecap": "round",
7631
- "stroke-linejoin": "round",
7629
+ strokeWidth: "2",
7630
+ strokeLinecap: "round",
7631
+ strokeLinejoin: "round",
7632
7632
  className: "hawa-h-2 hawa-w-2 hawa-fill-current"
7633
7633
  },
7634
7634
  /* @__PURE__ */ React65.createElement("circle", { cx: "12", cy: "12", r: "10" })
@@ -8176,9 +8176,9 @@ var EyeIcon = (props) => /* @__PURE__ */ React71.createElement("div", { classNam
8176
8176
  viewBox: "0 0 24 24",
8177
8177
  fill: "none",
8178
8178
  stroke: "currentColor",
8179
- "stroke-width": "2",
8180
- "stroke-linecap": "round",
8181
- "stroke-linejoin": "round"
8179
+ strokeWidth: "2",
8180
+ strokeLinecap: "round",
8181
+ strokeLinejoin: "round"
8182
8182
  },
8183
8183
  /* @__PURE__ */ React71.createElement("path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }),
8184
8184
  /* @__PURE__ */ React71.createElement("circle", { cx: "12", cy: "12", r: "3" })
@@ -8192,9 +8192,9 @@ var HiddenEyeIcon = (props) => /* @__PURE__ */ React71.createElement("div", { cl
8192
8192
  viewBox: "0 0 24 24",
8193
8193
  fill: "none",
8194
8194
  stroke: "currentColor",
8195
- "stroke-width": "2",
8196
- "stroke-linecap": "round",
8197
- "stroke-linejoin": "round"
8195
+ strokeWidth: "2",
8196
+ strokeLinecap: "round",
8197
+ strokeLinejoin: "round"
8198
8198
  },
8199
8199
  /* @__PURE__ */ React71.createElement("path", { d: "M9.88 9.88a3 3 0 1 0 4.24 4.24" }),
8200
8200
  /* @__PURE__ */ React71.createElement("path", { d: "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68" }),
@@ -8863,10 +8863,10 @@ var CheckEmail = ({ texts, handleResend }) => {
8863
8863
  {
8864
8864
  stroke: "currentColor",
8865
8865
  fill: "none",
8866
- "stroke-width": "2",
8866
+ strokeWidth: "2",
8867
8867
  viewBox: "0 0 24 24",
8868
- "stroke-linecap": "round",
8869
- "stroke-linejoin": "round",
8868
+ strokeLinecap: "round",
8869
+ strokeLinejoin: "round",
8870
8870
  height: "0.5em",
8871
8871
  width: "0.5em",
8872
8872
  xmlns: "http://www.w3.org/2000/svg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.15.11-next",
3
+ "version": "0.15.13-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {