allaw-ui 5.0.5 → 5.0.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -52,6 +52,7 @@ export { default as BorderRadius } from "./components/atoms/uiVariables/BorderRa
52
52
  export { default as Shadows } from "./components/atoms/uiVariables/Shadows";
53
53
  export { default as Strokes } from "./components/atoms/uiVariables/Strokes";
54
54
  export { default as AppointmentSlot } from "./components/molecules/appointmentSlot/AppointmentSlot";
55
+ export type { AppointmentSlotProps } from "./components/molecules/appointmentSlot/AppointmentSlot";
55
56
  export { default as BillingCount } from "./components/molecules/billingCount/BillingCount";
56
57
  export { default as CaseCard } from "./components/molecules/caseCard/CaseCard";
57
58
  export { default as ContactCard } from "./components/molecules/contactCard/ContactCard";
@@ -134,4 +135,4 @@ export type { AiTextProps } from "./components/molecules/AiText/aiText";
134
135
  export { default as Notification } from "./components/molecules/notification/Notification";
135
136
  export type { NotificationProps } from "./components/molecules/notification/Notification";
136
137
  export { default as Section } from "./components/molecules/section/Section";
137
- export type { SectionProps, SectionAction } from "./components/molecules/section/Section";
138
+ export type { SectionProps, SectionAction, } from "./components/molecules/section/Section";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",