@sikka/hawa 0.49.11-next → 0.49.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/blocks/auth/index.js +1 -1
- package/dist/blocks/auth/index.mjs +1 -1
- package/dist/blocks/index.js +1 -1
- package/dist/blocks/index.mjs +1 -1
- 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-BV3MFTYE.mjs} +1 -1
- 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 +1 -1
- package/dist/elements/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- 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/package.json +1 -1
@@ -1355,7 +1355,7 @@ var Input = (0, import_react8.forwardRef)(
|
|
1355
1355
|
className: cn(
|
1356
1356
|
defaultInputStyle,
|
1357
1357
|
"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",
|
1358
|
-
props.alwaysLTR ? {
|
1358
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
1359
1359
|
"hawa-ps-9": props.endIcon,
|
1360
1360
|
"hawa-pe-9": props.startIcon,
|
1361
1361
|
"hawa-ps-[60px]": countPosition === "center"
|
package/dist/blocks/index.js
CHANGED
@@ -1376,7 +1376,7 @@ var Input = (0, import_react8.forwardRef)(
|
|
1376
1376
|
className: cn(
|
1377
1377
|
defaultInputStyle,
|
1378
1378
|
"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",
|
1379
|
-
props.alwaysLTR ? {
|
1379
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
1380
1380
|
"hawa-ps-9": props.endIcon,
|
1381
1381
|
"hawa-pe-9": props.startIcon,
|
1382
1382
|
"hawa-ps-[60px]": countPosition === "center"
|
package/dist/blocks/index.mjs
CHANGED
@@ -1280,7 +1280,7 @@ var Input = (0, import_react28.forwardRef)(
|
|
1280
1280
|
className: cn(
|
1281
1281
|
defaultInputStyle,
|
1282
1282
|
"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",
|
1283
|
-
props.alwaysLTR ? {
|
1283
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
1284
1284
|
"hawa-ps-9": props.endIcon,
|
1285
1285
|
"hawa-pe-9": props.startIcon,
|
1286
1286
|
"hawa-ps-[60px]": countPosition === "center"
|
@@ -455,7 +455,7 @@ var Input = forwardRef2(
|
|
455
455
|
className: cn(
|
456
456
|
defaultInputStyle,
|
457
457
|
"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",
|
458
|
-
props.alwaysLTR ? {
|
458
|
+
props.alwaysLTR && props.dir === "rtl" ? {
|
459
459
|
"hawa-ps-9": props.endIcon,
|
460
460
|
"hawa-pe-9": props.startIcon,
|
461
461
|
"hawa-ps-[60px]": countPosition === "center"
|
@@ -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"
|
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"
|