@useblu/ocean-react 1.81.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 +12 -0
- package/Grid/stories/Col.stories.d.ts +7 -0
- package/Grid/stories/Col.stories.d.ts.map +1 -0
- package/Grid/stories/Container.stories.d.ts +7 -0
- package/Grid/stories/Container.stories.d.ts.map +1 -0
- package/Grid/stories/Grid.stories.d.ts +7 -0
- package/Grid/stories/Grid.stories.d.ts.map +1 -0
- package/Grid/stories/Row.stories.d.ts +7 -0
- package/Grid/stories/Row.stories.d.ts.map +1 -0
- package/Grid/stories/_shared.d.ts +35 -0
- package/Grid/stories/_shared.d.ts.map +1 -0
- package/Tag/stories/Tag.stories.d.ts +13 -0
- package/Tag/stories/Tag.stories.d.ts.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
|
|
12
|
+
# [1.82.0](https://github.com/ocean-ds/ocean-web/compare/v1.81.0...v1.82.0) (2025-07-09)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- grid doc ([#1142](https://github.com/ocean-ds/ocean-web/issues/1142)) ([60e6d60](https://github.com/ocean-ds/ocean-web/commit/60e6d60d992a447cac9f8ca42b32cb8a9c8a6481))
|
|
17
|
+
|
|
6
18
|
# [1.81.0](https://github.com/ocean-ds/ocean-web/compare/v1.80.1...v1.81.0) (2025-07-08)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Col from '../Col';
|
|
3
|
+
declare const meta: Meta<typeof Col>;
|
|
4
|
+
export default meta;
|
|
5
|
+
declare type Story = StoryObj<typeof Col>;
|
|
6
|
+
export declare const Usage: Story;
|
|
7
|
+
//# sourceMappingURL=Col.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Col.stories.d.ts","sourceRoot":"","sources":["../../../src/Grid/stories/Col.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,GAAG,MAAM,QAAQ,CAAC;AAsDzB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,GAAG,CA6C1B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,GAAG,CAAC,CAAC;AAuDlC,eAAO,MAAM,KAAK,EAAE,KAOnB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Container from '../Container';
|
|
3
|
+
declare const meta: Meta<typeof Container>;
|
|
4
|
+
export default meta;
|
|
5
|
+
declare type Story = StoryObj<typeof Container>;
|
|
6
|
+
export declare const Usage: Story;
|
|
7
|
+
//# sourceMappingURL=Container.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.stories.d.ts","sourceRoot":"","sources":["../../../src/Grid/stories/Container.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,SAAS,MAAM,cAAc,CAAC;AAQrC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAuDhC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAC;AA8DxC,eAAO,MAAM,KAAK,EAAE,KAUnB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Container from '../Container';
|
|
3
|
+
declare const meta: Meta<typeof Container>;
|
|
4
|
+
export default meta;
|
|
5
|
+
declare type Story = StoryObj<typeof Container>;
|
|
6
|
+
export declare const BasicUsage: Story;
|
|
7
|
+
//# sourceMappingURL=Grid.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.stories.d.ts","sourceRoot":"","sources":["../../../src/Grid/stories/Grid.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,SAAS,MAAM,cAAc,CAAC;AAIrC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAkShC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAC;AAwLxC,eAAO,MAAM,UAAU,EAAE,KAqBxB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Row from '../Row';
|
|
3
|
+
declare const meta: Meta<typeof Row>;
|
|
4
|
+
export default meta;
|
|
5
|
+
declare type Story = StoryObj<typeof Row>;
|
|
6
|
+
export declare const Usage: Story;
|
|
7
|
+
//# sourceMappingURL=Row.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Row.stories.d.ts","sourceRoot":"","sources":["../../../src/Grid/stories/Row.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,GAAG,MAAM,QAAQ,CAAC;AAqCzB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,GAAG,CAoD1B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,GAAG,CAAC,CAAC;AAoElC,eAAO,MAAM,KAAK,EAAE,KAMnB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DEMO_STYLE: {
|
|
3
|
+
readonly padding: "20px";
|
|
4
|
+
readonly backgroundColor: "#f0f0f0";
|
|
5
|
+
readonly border: "1px solid #ccc";
|
|
6
|
+
readonly textAlign: "center";
|
|
7
|
+
};
|
|
8
|
+
export declare const SCREEN_SIZES: {
|
|
9
|
+
xs: string;
|
|
10
|
+
sm: string;
|
|
11
|
+
md: string;
|
|
12
|
+
lg: string;
|
|
13
|
+
xl: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const DemoWrapper: ({ children, }: {
|
|
16
|
+
children: React.ReactNode;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
export declare const DemoContent: ({ children, }: {
|
|
19
|
+
children: React.ReactNode;
|
|
20
|
+
}) => JSX.Element;
|
|
21
|
+
export declare const ContainerDemoContent: ({ children, }: {
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
}) => JSX.Element;
|
|
24
|
+
export declare const ContainerDemoWrapper: ({ children, }: {
|
|
25
|
+
children: React.ReactNode;
|
|
26
|
+
}) => JSX.Element;
|
|
27
|
+
export declare const createStoryDecorator: (minWidth?: string) => ((StoryComponent: React.ComponentType) => JSX.Element)[];
|
|
28
|
+
export declare const createContainerStoryDecorator: () => ((StoryComponent: React.ComponentType) => JSX.Element)[];
|
|
29
|
+
export declare const createApiReferenceTable: (componentName: string, breakpointConfigs: Record<string, string>, typeSummary: string, additionalProps?: Array<{
|
|
30
|
+
prop: string;
|
|
31
|
+
type: string;
|
|
32
|
+
default: string;
|
|
33
|
+
description: string;
|
|
34
|
+
}>) => (() => JSX.Element);
|
|
35
|
+
//# sourceMappingURL=_shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../../src/Grid/stories/_shared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC;AAEF,eAAO,MAAM,WAAW;cAGZ,MAAM,SAAS;MACvB,WAIH,CAAC;AAEF,eAAO,MAAM,WAAW;cAGZ,MAAM,SAAS;MACvB,WAAuD,CAAC;AAG5D,eAAO,MAAM,oBAAoB;cAGrB,MAAM,SAAS;MACvB,WAAuD,CAAC;AAE5D,eAAO,MAAM,oBAAoB;cAGrB,MAAM,SAAS;MACvB,WAEH,CAAC;AAGF,eAAO,MAAM,oBAAoB,2CAEP,MAAM,aAAa,KAAK,WAAW,GAQ5D,CAAC;AAGF,eAAO,MAAM,6BAA6B,0BACvB,MAAM,aAAa,KAAK,WAAW,GAarD,CAAC;AAGF,eAAO,MAAM,uBAAuB,kBACnB,MAAM,qBACF,OAAO,MAAM,EAAE,MAAM,CAAC,eAC5B,MAAM,oBACF,MAAM;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC,KACD,CAAC,MAAM,WAAW,CA0DpB,CAAC"}
|
|
@@ -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"}
|