@base-framework/ui 1.0.309 → 1.0.311

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.
@@ -0,0 +1,9 @@
1
+ /**
2
+ * ImageUploader
3
+ *
4
+ * Upload button for image files, styled with a dashed circular drop zone.
5
+ *
6
+ * @type {typeof Component}
7
+ */
8
+ export const ImageUploader: typeof Component;
9
+ import { Component } from '@base-framework/base';
@@ -19,6 +19,7 @@ export * from "./avatars/avatar.js";
19
19
  export * from "./avatars/static-status-indicator.js";
20
20
  export * from "./avatars/status-indicator.js";
21
21
  export * from "./avatars/statuses.js";
22
+ export * from "./image/image-uploader.js";
22
23
  export * from "./image/logo-uploader.js";
23
24
  export * from "./breadcrumb/breadcrumb.js";
24
25
  export * from "./breadcrumb/dots-indicator.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.0.309",
3
+ "version": "1.0.311",
4
4
  "description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {