@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/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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",