@deepnoid/ui 0.1.20 → 0.1.22
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/.turbo/turbo-build.log +162 -172
- package/dist/{chunk-LNYMVBV5.mjs → chunk-6OMHIMIA.mjs} +8 -6
- package/dist/{chunk-3DPVPTHL.mjs → chunk-EAK5DVWA.mjs} +2 -2
- package/dist/{chunk-3BKCODIL.mjs → chunk-ICZTNO4V.mjs} +3 -3
- package/dist/{chunk-EGHTZLZJ.mjs → chunk-IVK24VIL.mjs} +1 -1
- package/dist/chunk-MSAULFDB.mjs +348 -0
- package/dist/{chunk-JOCMCOEK.mjs → chunk-P5PJTJLY.mjs} +13 -2
- package/dist/{chunk-63WXGSTV.mjs → chunk-XRC5OUYQ.mjs} +23 -13
- package/dist/components/input/index.js +13 -2
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +13 -2
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/modal/index.mjs +1 -1
- package/dist/components/modal/modal.mjs +1 -1
- package/dist/components/pagination/index.js +13 -2
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +13 -2
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/select/index.d.mts +1 -1
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/index.js +301 -286
- package/dist/components/select/index.mjs +2 -3
- package/dist/components/select/select.d.mts +190 -177
- package/dist/components/select/select.d.ts +190 -177
- package/dist/components/select/select.js +301 -286
- package/dist/components/select/select.mjs +2 -3
- package/dist/components/table/form-table.js +3 -3
- package/dist/components/table/form-table.mjs +1 -1
- package/dist/components/table/index.js +46 -23
- package/dist/components/table/index.mjs +6 -6
- package/dist/components/table/table-body.d.mts +3 -2
- package/dist/components/table/table-body.d.ts +3 -2
- package/dist/components/table/table-body.js +23 -13
- package/dist/components/table/table-body.mjs +1 -1
- package/dist/components/table/table-head.d.mts +2 -2
- package/dist/components/table/table-head.d.ts +2 -2
- package/dist/components/table/table-head.js +2 -2
- package/dist/components/table/table-head.mjs +1 -1
- package/dist/components/table/table.d.mts +2 -1
- package/dist/components/table/table.d.ts +2 -1
- package/dist/components/table/table.js +43 -20
- package/dist/components/table/table.mjs +5 -5
- package/dist/index.js +493 -497
- package/dist/index.mjs +28 -30
- package/package.json +1 -1
- package/dist/chunk-BXXAMH3R.mjs +0 -255
- package/dist/chunk-OF3X4BXG.mjs +0 -76
- package/dist/chunk-S3QS5B7F.mjs +0 -61
- package/dist/components/select/option.d.mts +0 -17
- package/dist/components/select/option.d.ts +0 -17
- package/dist/components/select/option.js +0 -4359
- package/dist/components/select/option.mjs +0 -12
- package/dist/components/select/useSelect.d.mts +0 -31
- package/dist/components/select/useSelect.d.ts +0 -31
- package/dist/components/select/useSelect.js +0 -84
- package/dist/components/select/useSelect.mjs +0 -8
|
@@ -4468,7 +4468,18 @@ var Input = (0, import_react2.forwardRef)((originalProps, ref) => {
|
|
|
4468
4468
|
),
|
|
4469
4469
|
children: [
|
|
4470
4470
|
startContent && renderStartContent(),
|
|
4471
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
4471
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
4472
|
+
"input",
|
|
4473
|
+
{
|
|
4474
|
+
...inputProps,
|
|
4475
|
+
ref: ref || inputRef,
|
|
4476
|
+
className: clsx(
|
|
4477
|
+
slots.input({ class: classNames == null ? void 0 : classNames.input }),
|
|
4478
|
+
inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
|
|
4479
|
+
),
|
|
4480
|
+
size: 0
|
|
4481
|
+
}
|
|
4482
|
+
),
|
|
4472
4483
|
renderEndContent()
|
|
4473
4484
|
]
|
|
4474
4485
|
}
|
|
@@ -4516,7 +4527,7 @@ var inputStyle = tv(
|
|
|
4516
4527
|
],
|
|
4517
4528
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4518
4529
|
errorText: ["text-danger-main"],
|
|
4519
|
-
readonly: ["pointer-events-none"]
|
|
4530
|
+
readonly: ["pointer-events-none", "!text-body-foreground"]
|
|
4520
4531
|
},
|
|
4521
4532
|
variants: {
|
|
4522
4533
|
variant: {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
paginationStyle,
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-IVK24VIL.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-P5PJTJLY.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-HWL7TPUN.mjs";
|
|
11
11
|
import "../../chunk-3IU2RPSM.mjs";
|