@teja-app/ui 0.0.9 → 0.0.10
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
|
@@ -7329,8 +7329,10 @@ function Select$1({
|
|
|
7329
7329
|
children: /* @__PURE__ */ jsx(
|
|
7330
7330
|
Bt,
|
|
7331
7331
|
{
|
|
7332
|
-
|
|
7333
|
-
|
|
7332
|
+
className: cn(
|
|
7333
|
+
"absolute z-dropdown max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-sm shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none dark:bg-primary-800 dark:ring-primary-700",
|
|
7334
|
+
placement === "top" ? "bottom-full mb-1" : "top-full mt-1"
|
|
7335
|
+
),
|
|
7334
7336
|
"data-testid": testId ? `${testId}-options` : void 0,
|
|
7335
7337
|
children: options.map((option, index2) => /* @__PURE__ */ jsx(
|
|
7336
7338
|
It,
|
|
@@ -14872,6 +14874,7 @@ const DateInput = forwardRef(
|
|
|
14872
14874
|
onClick: handleInputClick,
|
|
14873
14875
|
disabled,
|
|
14874
14876
|
required,
|
|
14877
|
+
role: "combobox",
|
|
14875
14878
|
"aria-label": label ? void 0 : "Select date",
|
|
14876
14879
|
"aria-invalid": hasError ? "true" : void 0,
|
|
14877
14880
|
"aria-describedby": errorId,
|