@useblu/ocean-react 1.82.0 → 1.83.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.83.0](https://github.com/ocean-ds/ocean-web/compare/v1.82.0...v1.83.0) (2025-07-10)
7
+
8
+ ### Features
9
+
10
+ - tag doc ([#1143](https://github.com/ocean-ds/ocean-web/issues/1143)) ([c197b3c](https://github.com/ocean-ds/ocean-web/commit/c197b3cba59fc81c72b45ef1e0cfd8630122474c))
11
+
6
12
  # [1.82.0](https://github.com/ocean-ds/ocean-web/compare/v1.81.0...v1.82.0) (2025-07-09)
7
13
 
8
14
  ### Features
@@ -0,0 +1,13 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Tag from '../Tag';
3
+ declare const meta: Meta<typeof Tag>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof Tag>;
6
+ export declare const Usage: Story;
7
+ export declare const DefaultVariants: Story;
8
+ export declare const HighlightVariants: Story;
9
+ export declare const Sizes: Story;
10
+ export declare const Icons: Story;
11
+ export declare const CustomIcons: Story;
12
+ export declare const NoIcons: Story;
13
+ //# sourceMappingURL=Tag.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.stories.d.ts","sourceRoot":"","sources":["../../../src/Tag/stories/Tag.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIvD,OAAO,GAAG,MAAM,QAAQ,CAAC;AAEzB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,GAAG,CA0E1B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,GAAG,CAAC,CAAC;AAqElC,eAAO,MAAM,KAAK,EAAE,KAsBnB,CAAC;AAgCF,eAAO,MAAM,eAAe,EAAE,KAqB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAc/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAiBnB,CAAC;AAsBF,eAAO,MAAM,KAAK,EAAE,KAWnB,CAAC;AAUF,eAAO,MAAM,WAAW,EAAE,KA0BzB,CAAC;AAUF,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useblu/ocean-react",
3
- "version": "1.82.0",
3
+ "version": "1.83.0",
4
4
  "private": false,
5
5
  "description": "React components that implement Ocean's Design System.",
6
6
  "main": "index.js",