@sikka/hawa 0.15.11-next → 0.15.12-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
@@ -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
  }));
@@ -6315,8 +6315,8 @@ var Logos = {
6315
6315
  fill: "none",
6316
6316
  "stroke-width": "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"
@@ -6337,8 +6337,8 @@ var Logos = {
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
  },
@@ -6808,8 +6808,8 @@ var NavigationMenuTrigger = React58.forwardRef(function(_param, ref) /* @__PURE_
6808
6808
  fill: "none",
6809
6809
  stroke: "currentColor",
6810
6810
  "stroke-width": "2",
6811
- "stroke-linecap": "round",
6812
- "stroke-linejoin": "round",
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", {
@@ -7134,8 +7134,8 @@ var Navbar = function(_param) {
7134
7134
  fill: "none",
7135
7135
  stroke: "currentColor",
7136
7136
  "stroke-width": "2",
7137
- "stroke-linecap": "round",
7138
- "stroke-linejoin": "round",
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",
@@ -7160,8 +7160,8 @@ var Navbar = function(_param) {
7160
7160
  fill: "none",
7161
7161
  stroke: "currentColor",
7162
7162
  "stroke-width": "2",
7163
- "stroke-linecap": "round",
7164
- "stroke-linejoin": "round",
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"
@@ -7531,8 +7531,8 @@ var MenubarSubTrigger = React65.forwardRef(function(_param, ref) /* @__PURE__ */
7531
7531
  fill: "none",
7532
7532
  stroke: "currentColor",
7533
7533
  "stroke-width": "2",
7534
- "stroke-linecap": "round",
7535
- "stroke-linejoin": "round",
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"
@@ -7596,8 +7596,8 @@ var MenubarCheckboxItem = React65.forwardRef(function(_param, ref) /* @__PURE__
7596
7596
  fill: "none",
7597
7597
  stroke: "currentColor",
7598
7598
  "stroke-width": "2",
7599
- "stroke-linecap": "round",
7600
- "stroke-linejoin": "round",
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"
@@ -7622,8 +7622,8 @@ var MenubarRadioItem = React65.forwardRef(function(_param, ref) /* @__PURE__ */
7622
7622
  fill: "none",
7623
7623
  stroke: "currentColor",
7624
7624
  "stroke-width": "2",
7625
- "stroke-linecap": "round",
7626
- "stroke-linejoin": "round",
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",
@@ -8076,8 +8076,8 @@ var EyeIcon = function(props) {
8076
8076
  fill: "none",
8077
8077
  stroke: "currentColor",
8078
8078
  "stroke-width": "2",
8079
- "stroke-linecap": "round",
8080
- "stroke-linejoin": "round"
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", {
@@ -8097,8 +8097,8 @@ var HiddenEyeIcon = function(props) {
8097
8097
  fill: "none",
8098
8098
  stroke: "currentColor",
8099
8099
  "stroke-width": "2",
8100
- "stroke-linecap": "round",
8101
- "stroke-linejoin": "round"
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", {
@@ -8751,8 +8751,8 @@ var CheckEmail = function(param) {
8751
8751
  fill: "none",
8752
8752
  "stroke-width": "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
@@ -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(
@@ -6047,8 +6047,8 @@ var Logos = {
6047
6047
  fill: "none",
6048
6048
  "stroke-width": "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",
@@ -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
  )
@@ -6585,8 +6585,8 @@ var NavigationMenuTrigger = React58.forwardRef(({ className, children, ...props
6585
6585
  fill: "none",
6586
6586
  stroke: "currentColor",
6587
6587
  "stroke-width": "2",
6588
- "stroke-linecap": "round",
6589
- "stroke-linejoin": "round",
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
  },
@@ -6956,8 +6956,8 @@ var Navbar = ({
6956
6956
  fill: "none",
6957
6957
  stroke: "currentColor",
6958
6958
  "stroke-width": "2",
6959
- "stroke-linecap": "round",
6960
- "stroke-linejoin": "round",
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"
@@ -6977,8 +6977,8 @@ var Navbar = ({
6977
6977
  fill: "none",
6978
6978
  stroke: "currentColor",
6979
6979
  "stroke-width": "2",
6980
- "stroke-linecap": "round",
6981
- "stroke-linejoin": "round",
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"
@@ -7527,8 +7527,8 @@ var MenubarSubTrigger = React65.forwardRef(({ className, inset, children, ...pro
7527
7527
  fill: "none",
7528
7528
  stroke: "currentColor",
7529
7529
  "stroke-width": "2",
7530
- "stroke-linecap": "round",
7531
- "stroke-linejoin": "round",
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" })
@@ -7598,8 +7598,8 @@ var MenubarCheckboxItem = React65.forwardRef(({ className, children, checked, ..
7598
7598
  fill: "none",
7599
7599
  stroke: "currentColor",
7600
7600
  "stroke-width": "2",
7601
- "stroke-linecap": "round",
7602
- "stroke-linejoin": "round",
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" })
@@ -7627,8 +7627,8 @@ var MenubarRadioItem = React65.forwardRef(({ className, children, ...props }, re
7627
7627
  fill: "none",
7628
7628
  stroke: "currentColor",
7629
7629
  "stroke-width": "2",
7630
- "stroke-linecap": "round",
7631
- "stroke-linejoin": "round",
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" })
@@ -8177,8 +8177,8 @@ var EyeIcon = (props) => /* @__PURE__ */ React71.createElement("div", { classNam
8177
8177
  fill: "none",
8178
8178
  stroke: "currentColor",
8179
8179
  "stroke-width": "2",
8180
- "stroke-linecap": "round",
8181
- "stroke-linejoin": "round"
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" })
@@ -8193,8 +8193,8 @@ var HiddenEyeIcon = (props) => /* @__PURE__ */ React71.createElement("div", { cl
8193
8193
  fill: "none",
8194
8194
  stroke: "currentColor",
8195
8195
  "stroke-width": "2",
8196
- "stroke-linecap": "round",
8197
- "stroke-linejoin": "round"
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" }),
@@ -8865,8 +8865,8 @@ var CheckEmail = ({ texts, handleResend }) => {
8865
8865
  fill: "none",
8866
8866
  "stroke-width": "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.12-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {