@konstructio/ui 0.1.2-alpha.31 → 0.1.2-alpha.33
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/{Combination-VYaRRJBZ.js → Combination-BtmnusWq.js} +141 -138
- package/dist/{Modal-5xSxFoaD.js → Modal-CtAG97Ts.js} +1 -1
- package/dist/chevron-left-C4LEg1fH.js +7 -0
- package/dist/components/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Command/Command.js +1 -1
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +1 -1
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +1 -1
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Datepicker/DatePicker.js +273 -283
- package/dist/components/Input/Input.variants.js +2 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +5 -4
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1089 -1084
- package/dist/components/VirtualizedTable/VirtualizedTable.js +25 -23
- package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +1 -1
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +37 -32
- package/dist/components/index.js +1 -1
- package/dist/{index-DDByhzds.js → index-C65LtGuU.js} +1 -1
- package/dist/{index-X4k_cU8k.js → index-CdwPV0FE.js} +1 -1
- package/dist/{index-kyuBfLcN.js → index-Ds6U2x4Z.js} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/package.json +12 -12
- package/dist/styles.css +1 -1
- package/package.json +12 -12
- package/dist/chevron-right-DYvXLeql.js +0 -7
|
@@ -19,6 +19,7 @@ const a = r(
|
|
|
19
19
|
"text-sm",
|
|
20
20
|
"w-full",
|
|
21
21
|
"transition-all",
|
|
22
|
+
"focus-visible:border-transparent",
|
|
22
23
|
"data-[error=false]:dark:focus:ring-aurora-500",
|
|
23
24
|
"data-[error=false]:focus:ring-aurora-500",
|
|
24
25
|
"data-[error=false]:kubefirst:focus:ring-kubefirst-primary",
|
|
@@ -39,7 +40,7 @@ const a = r(
|
|
|
39
40
|
variants: {
|
|
40
41
|
variant: {
|
|
41
42
|
default: "",
|
|
42
|
-
error: "border-red-600 kubefirst-dark:border-red-500 dark:border-red-500 pr-8 focus-visible:ring-transparent"
|
|
43
|
+
error: "border-red-600 kubefirst-dark:border-red-500 dark:border-red-500 pr-8 focus-visible:border-red-600 focus-visible:ring-transparent"
|
|
43
44
|
}
|
|
44
45
|
},
|
|
45
46
|
defaultVariants: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
|
-
import { M as d } from "../../Modal-
|
|
4
|
+
import { M as d } from "../../Modal-CtAG97Ts.js";
|
|
5
5
|
import "./components/Header/Header.js";
|
|
6
6
|
import "./components/Body/Body.js";
|
|
7
7
|
import "./components/Footer/Footer.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../../index-DrWQH0QF.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../../Combination-
|
|
5
|
-
import { W as f } from "../../../../Modal-
|
|
4
|
+
import "../../../../Combination-BtmnusWq.js";
|
|
5
|
+
import { W as f } from "../../../../Modal-CtAG97Ts.js";
|
|
6
6
|
import "../../../../utils/index.js";
|
|
7
7
|
import "./Wrapper.variants.js";
|
|
8
8
|
import "../../../../x-DPU9OdYH.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Body as e } from "./Body/Body.js";
|
|
2
2
|
import { Footer as t } from "./Footer/Footer.js";
|
|
3
3
|
import { Header as m } from "./Header/Header.js";
|
|
4
|
-
import { W as a } from "../../../Modal-
|
|
4
|
+
import { W as a } from "../../../Modal-CtAG97Ts.js";
|
|
5
5
|
export {
|
|
6
6
|
e as Body,
|
|
7
7
|
t as Footer,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { c as r } from "../../index-D29mdTf5.js";
|
|
2
|
-
const
|
|
2
|
+
const t = r(
|
|
3
3
|
[
|
|
4
|
+
"text-sm",
|
|
4
5
|
"relative",
|
|
5
6
|
"border",
|
|
6
7
|
"border-gray-300",
|
|
@@ -32,7 +33,7 @@ const e = r(
|
|
|
32
33
|
variant: "default"
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
|
-
),
|
|
36
|
+
), e = r([
|
|
36
37
|
"cursor-pointer",
|
|
37
38
|
"text-sm",
|
|
38
39
|
"leading-5",
|
|
@@ -40,6 +41,6 @@ const e = r(
|
|
|
40
41
|
"dark:text-slate-50"
|
|
41
42
|
]);
|
|
42
43
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
e as labelVariants,
|
|
45
|
+
t as phoneNumberInputVariants
|
|
45
46
|
};
|