@lctafrica/ui 1.2.10 → 1.2.12
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/components/ui/{calendar.d.ts → calender/Calendar.d.ts} +1 -1
- package/dist/components/ui/calender/index.d.ts +1 -0
- package/dist/components/ui/file-picker-card/FilePickerCard.d.ts +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -55,3 +55,4 @@ export type { TableBodyProps, TableDataCellProps, TableHeaderCellProps, TableHea
|
|
|
55
55
|
export { Text } from './components/ui/text';
|
|
56
56
|
export { Textarea } from './components/ui/textarea';
|
|
57
57
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs';
|
|
58
|
+
export { Calendar } from './components/ui/calender';
|
package/dist/index.js
CHANGED
|
@@ -11707,7 +11707,7 @@ function tM({
|
|
|
11707
11707
|
options: t,
|
|
11708
11708
|
containerClassName: r,
|
|
11709
11709
|
value: o,
|
|
11710
|
-
orientation: n
|
|
11710
|
+
orientation: n = "horizontal"
|
|
11711
11711
|
}) {
|
|
11712
11712
|
const i = n === "horizontal";
|
|
11713
11713
|
return /* @__PURE__ */ v(
|
|
@@ -28081,6 +28081,7 @@ export {
|
|
|
28081
28081
|
QT as Badge,
|
|
28082
28082
|
br as Button,
|
|
28083
28083
|
tM as ButtonGroup,
|
|
28084
|
+
lE as Calendar,
|
|
28084
28085
|
Rx as Card,
|
|
28085
28086
|
Wx as Checkbox,
|
|
28086
28087
|
nM as CloseButton,
|