@maayan-albert/moab-sdk 1.0.0 → 1.0.1

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.mts CHANGED
@@ -14,3 +14,21 @@ declare class MoabSDK {
14
14
  }
15
15
 
16
16
  export { MoabSDK, type MoabSDKOptions, MoabSDK as default };
17
+ // Export UI components (for React apps)
18
+ export {
19
+ Button,
20
+ type ButtonProps,
21
+ type ButtonVariant,
22
+ type ButtonSize,
23
+ Card,
24
+ type CardProps,
25
+ Input,
26
+ type InputProps,
27
+ DrawingTool,
28
+ type DrawingToolProps,
29
+ ButtonDefault,
30
+ CardDefault,
31
+ InputDefault,
32
+ DrawingToolDefault,
33
+ } from "./components";
34
+
package/dist/index.d.ts CHANGED
@@ -14,3 +14,21 @@ declare class MoabSDK {
14
14
  }
15
15
 
16
16
  export { MoabSDK, type MoabSDKOptions, MoabSDK as default };
17
+ // Export UI components (for React apps)
18
+ export {
19
+ Button,
20
+ type ButtonProps,
21
+ type ButtonVariant,
22
+ type ButtonSize,
23
+ Card,
24
+ type CardProps,
25
+ Input,
26
+ type InputProps,
27
+ DrawingTool,
28
+ type DrawingToolProps,
29
+ ButtonDefault,
30
+ CardDefault,
31
+ InputDefault,
32
+ DrawingToolDefault,
33
+ } from "./components";
34
+