@useblu/ocean-react 1.80.1 → 1.81.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.81.0](https://github.com/ocean-ds/ocean-web/compare/v1.80.1...v1.81.0) (2025-07-08)
7
+
8
+ ### Features
9
+
10
+ - file uploader doc ([#1141](https://github.com/ocean-ds/ocean-web/issues/1141)) ([6f554f4](https://github.com/ocean-ds/ocean-web/commit/6f554f4831cf3950985b6ffb476c8b9aeed81b29))
11
+
6
12
  ## [1.80.1](https://github.com/ocean-ds/ocean-web/compare/v1.80.0...v1.80.1) (2025-07-08)
7
13
 
8
14
  ### Bug Fixes
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import FileUploader from '../FileUploader';
3
+ declare const meta: Meta<typeof FileUploader>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof FileUploader>;
6
+ export declare const Usage: Story;
7
+ //# sourceMappingURL=FileUploader.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileUploader.stories.d.ts","sourceRoot":"","sources":["../../../src/FileUploader/stories/FileUploader.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,YAA4C,MAAM,iBAAiB,CAAC;AAI3E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CA8HnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAuJ3C,eAAO,MAAM,KAAK,EAAE,KAgBnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useblu/ocean-react",
3
- "version": "1.80.1",
3
+ "version": "1.81.0",
4
4
  "private": false,
5
5
  "description": "React components that implement Ocean's Design System.",
6
6
  "main": "index.js",