@sikka/hawa 0.49.11-next → 0.49.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/blocks/auth/index.d.mts +2 -0
- package/dist/blocks/auth/index.d.ts +2 -0
- package/dist/blocks/auth/index.js +40 -16
- package/dist/blocks/auth/index.mjs +41 -17
- package/dist/blocks/index.d.mts +2 -0
- package/dist/blocks/index.d.ts +2 -0
- package/dist/blocks/index.js +40 -16
- package/dist/blocks/index.mjs +28 -4
- package/dist/blocks/misc/index.js +1 -1
- package/dist/blocks/misc/index.mjs +1 -1
- package/dist/{chunk-Z6S6PTPG.mjs → chunk-AQXHMINT.mjs} +1 -1
- package/dist/{chunk-2IGBXSJF.mjs → chunk-XWNN7K63.mjs} +14 -14
- package/dist/dataTable/index.js +1 -1
- package/dist/dataTable/index.js.map +1 -1
- package/dist/dataTable/index.mjs +1 -1
- package/dist/dataTable/index.mjs.map +1 -1
- package/dist/elements/index.js +14 -14
- package/dist/elements/index.mjs +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +40 -16
- package/dist/index.mjs +41 -17
- package/dist/input/index.js +1 -1
- package/dist/input/index.js.map +1 -1
- package/dist/input/index.mjs +1 -1
- package/dist/input/index.mjs.map +1 -1
- package/dist/passwordInput/index.js +1 -1
- package/dist/passwordInput/index.js.map +1 -1
- package/dist/passwordInput/index.mjs +1 -1
- package/dist/passwordInput/index.mjs.map +1 -1
- package/dist/pinInput/index.js +13 -13
- package/dist/pinInput/index.js.map +1 -1
- package/dist/pinInput/index.mjs +13 -13
- package/dist/pinInput/index.mjs.map +1 -1
- package/package.json +3 -3
@@ -291,7 +291,7 @@ var Input = forwardRef(
|
|
291
291
|
className: cn(
|
292
292
|
defaultInputStyle,
|
293
293
|
"focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-0 dark:hawa-text-white",
|
294
|
-
props.alwaysLTR ? {
|
294
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
295
295
|
"hawa-ps-9": props.endIcon,
|
296
296
|
"hawa-pe-9": props.startIcon,
|
297
297
|
"hawa-ps-[60px]": countPosition === "center"
|
@@ -2686,19 +2686,19 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
2686
2686
|
import * as React9 from "react";
|
2687
2687
|
import { OTPInput, OTPInputContext } from "input-otp";
|
2688
2688
|
|
2689
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2689
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
2690
2690
|
import { forwardRef as forwardRef6, createElement as createElement5 } from "react";
|
2691
2691
|
|
2692
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2692
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
|
2693
2693
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
2694
2694
|
var mergeClasses = (...classes) => classes.filter((className, index, array) => {
|
2695
2695
|
return Boolean(className) && array.indexOf(className) === index;
|
2696
2696
|
}).join(" ");
|
2697
2697
|
|
2698
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2698
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
|
2699
2699
|
import { forwardRef as forwardRef5, createElement as createElement4 } from "react";
|
2700
2700
|
|
2701
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2701
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
2702
2702
|
var defaultAttributes = {
|
2703
2703
|
xmlns: "http://www.w3.org/2000/svg",
|
2704
2704
|
width: 24,
|
@@ -2711,7 +2711,7 @@ var defaultAttributes = {
|
|
2711
2711
|
strokeLinejoin: "round"
|
2712
2712
|
};
|
2713
2713
|
|
2714
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2714
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
|
2715
2715
|
var Icon = forwardRef5(
|
2716
2716
|
({
|
2717
2717
|
color = "currentColor",
|
@@ -2743,7 +2743,7 @@ var Icon = forwardRef5(
|
|
2743
2743
|
}
|
2744
2744
|
);
|
2745
2745
|
|
2746
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2746
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
2747
2747
|
var createLucideIcon = (iconName, iconNode) => {
|
2748
2748
|
const Component = forwardRef6(
|
2749
2749
|
({ className, ...props }, ref) => createElement5(Icon, {
|
@@ -2757,7 +2757,7 @@ var createLucideIcon = (iconName, iconNode) => {
|
|
2757
2757
|
return Component;
|
2758
2758
|
};
|
2759
2759
|
|
2760
|
-
// ../../node_modules/.pnpm/lucide-react@0.
|
2760
|
+
// ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
|
2761
2761
|
var Dot = createLucideIcon("Dot", [
|
2762
2762
|
["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
|
2763
2763
|
]);
|
@@ -3231,7 +3231,7 @@ export {
|
|
3231
3231
|
|
3232
3232
|
lucide-react/dist/esm/shared/src/utils.js:
|
3233
3233
|
(**
|
3234
|
-
* @license lucide-react v0.
|
3234
|
+
* @license lucide-react v0.438.0 - ISC
|
3235
3235
|
*
|
3236
3236
|
* This source code is licensed under the ISC license.
|
3237
3237
|
* See the LICENSE file in the root directory of this source tree.
|
@@ -3239,7 +3239,7 @@ lucide-react/dist/esm/shared/src/utils.js:
|
|
3239
3239
|
|
3240
3240
|
lucide-react/dist/esm/defaultAttributes.js:
|
3241
3241
|
(**
|
3242
|
-
* @license lucide-react v0.
|
3242
|
+
* @license lucide-react v0.438.0 - ISC
|
3243
3243
|
*
|
3244
3244
|
* This source code is licensed under the ISC license.
|
3245
3245
|
* See the LICENSE file in the root directory of this source tree.
|
@@ -3247,7 +3247,7 @@ lucide-react/dist/esm/defaultAttributes.js:
|
|
3247
3247
|
|
3248
3248
|
lucide-react/dist/esm/Icon.js:
|
3249
3249
|
(**
|
3250
|
-
* @license lucide-react v0.
|
3250
|
+
* @license lucide-react v0.438.0 - ISC
|
3251
3251
|
*
|
3252
3252
|
* This source code is licensed under the ISC license.
|
3253
3253
|
* See the LICENSE file in the root directory of this source tree.
|
@@ -3255,7 +3255,7 @@ lucide-react/dist/esm/Icon.js:
|
|
3255
3255
|
|
3256
3256
|
lucide-react/dist/esm/createLucideIcon.js:
|
3257
3257
|
(**
|
3258
|
-
* @license lucide-react v0.
|
3258
|
+
* @license lucide-react v0.438.0 - ISC
|
3259
3259
|
*
|
3260
3260
|
* This source code is licensed under the ISC license.
|
3261
3261
|
* See the LICENSE file in the root directory of this source tree.
|
@@ -3263,7 +3263,7 @@ lucide-react/dist/esm/createLucideIcon.js:
|
|
3263
3263
|
|
3264
3264
|
lucide-react/dist/esm/icons/dot.js:
|
3265
3265
|
(**
|
3266
|
-
* @license lucide-react v0.
|
3266
|
+
* @license lucide-react v0.438.0 - ISC
|
3267
3267
|
*
|
3268
3268
|
* This source code is licensed under the ISC license.
|
3269
3269
|
* See the LICENSE file in the root directory of this source tree.
|
@@ -3271,7 +3271,7 @@ lucide-react/dist/esm/icons/dot.js:
|
|
3271
3271
|
|
3272
3272
|
lucide-react/dist/esm/lucide-react.js:
|
3273
3273
|
(**
|
3274
|
-
* @license lucide-react v0.
|
3274
|
+
* @license lucide-react v0.438.0 - ISC
|
3275
3275
|
*
|
3276
3276
|
* This source code is licensed under the ISC license.
|
3277
3277
|
* See the LICENSE file in the root directory of this source tree.
|
package/dist/dataTable/index.js
CHANGED
@@ -1113,7 +1113,7 @@ var Input = (0, import_react6.forwardRef)(
|
|
1113
1113
|
className: cn(
|
1114
1114
|
defaultInputStyle,
|
1115
1115
|
"focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-0 dark:hawa-text-white",
|
1116
|
-
props.alwaysLTR ? {
|
1116
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
1117
1117
|
"hawa-ps-9": props.endIcon,
|
1118
1118
|
"hawa-pe-9": props.startIcon,
|
1119
1119
|
"hawa-ps-[60px]": countPosition === "center"
|