allaw-ui 0.1.12 → 0.1.13

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -36,6 +36,7 @@ export { default as ContactCard } from "./components/molecules/contactCard/Conta
36
36
  export { default as DocumentCard } from "./components/molecules/documentCard/DocumentCard";
37
37
  export { default as EmployeeCard } from "./components/molecules/employeeCard/EmployeeCard";
38
38
  export { default as Stepper } from "./components/molecules/stepper/Stepper";
39
+ export type { StepperProps } from "./components/molecules/stepper/Stepper";
39
40
  export { default as CheckboxForm } from "./components/molecules/checkboxForm/CheckboxForm";
40
41
  export { default as Breadcrumb } from "./components/molecules/breadcrumb/Breadcrumb";
41
42
  export { default as ProCard } from "./components/molecules/proCard/ProCard";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",