@useblu/ocean-react 1.79.0 → 1.80.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/CHANGELOG.md +12 -0
- package/Input/stories/Getting-started.stories.d.ts.map +1 -1
- package/Input/stories/WithIcon.stories.d.ts.map +1 -1
- package/Input/stories/_shared.d.ts +6 -10
- package/Input/stories/_shared.d.ts.map +1 -1
- package/TokenInput/stories/TokenInput.stories.d.ts +10 -0
- package/TokenInput/stories/TokenInput.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.80.1](https://github.com/ocean-ds/ocean-web/compare/v1.80.0...v1.80.1) (2025-07-08)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- input docs ([#1140](https://github.com/ocean-ds/ocean-web/issues/1140)) ([177b96a](https://github.com/ocean-ds/ocean-web/commit/177b96a35d557208b9f06d18e2132aab7b607d39))
|
|
11
|
+
|
|
12
|
+
# [1.80.0](https://github.com/ocean-ds/ocean-web/compare/v1.79.0...v1.80.0) (2025-07-08)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- token input docs update ([#1139](https://github.com/ocean-ds/ocean-web/issues/1139)) ([892723c](https://github.com/ocean-ds/ocean-web/commit/892723c20c6bd8f1fe8c9c3b7555cb115701fb80))
|
|
17
|
+
|
|
6
18
|
# [1.79.0](https://github.com/ocean-ds/ocean-web/compare/v1.78.0...v1.79.0) (2025-07-03)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Getting-started.stories.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/Getting-started.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"Getting-started.stories.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/Getting-started.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAuF7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAoC5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAsBpC,eAAO,MAAM,KAAK,EAAE,KAYnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAsCxB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KA0BxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KA+BpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KA4BrB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAqD9B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAiD3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/WithIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"WithIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/WithIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAWvD,OAAO,KAAK,MAAM,UAAU,CAAC;AA0C7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CA8D5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAoJpC,eAAO,MAAM,KAAK,EAAE,KAWnB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAwCtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KA0BvB,CAAC;AA6CF,eAAO,MAAM,WAAW,EAAE,KAiBzB,CAAC"}
|
|
@@ -2,11 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
3
|
import Input from '../Input';
|
|
4
4
|
export declare const commonArgTypes: {
|
|
5
|
-
type: {
|
|
6
|
-
description: string;
|
|
7
|
-
control: string;
|
|
8
|
-
options: string[];
|
|
9
|
-
};
|
|
10
5
|
label: {
|
|
11
6
|
description: string;
|
|
12
7
|
control: string;
|
|
@@ -31,23 +26,23 @@ export declare const commonArgTypes: {
|
|
|
31
26
|
description: string;
|
|
32
27
|
control: string;
|
|
33
28
|
};
|
|
34
|
-
|
|
29
|
+
type: {
|
|
35
30
|
table: {
|
|
36
31
|
disable: boolean;
|
|
37
32
|
};
|
|
38
33
|
};
|
|
39
|
-
|
|
34
|
+
defaultValue: {
|
|
40
35
|
table: {
|
|
41
36
|
disable: boolean;
|
|
42
37
|
};
|
|
43
38
|
};
|
|
44
|
-
|
|
45
|
-
export declare const adornmentSpecificProps: {
|
|
46
|
-
adornment: {
|
|
39
|
+
htmlFor: {
|
|
47
40
|
table: {
|
|
48
41
|
disable: boolean;
|
|
49
42
|
};
|
|
50
43
|
};
|
|
44
|
+
};
|
|
45
|
+
export declare const adornmentSpecificProps: {
|
|
51
46
|
position: {
|
|
52
47
|
table: {
|
|
53
48
|
disable: boolean;
|
|
@@ -115,6 +110,7 @@ export declare const currencySpecificProps: {
|
|
|
115
110
|
control: {
|
|
116
111
|
type: string;
|
|
117
112
|
};
|
|
113
|
+
type: string;
|
|
118
114
|
};
|
|
119
115
|
};
|
|
120
116
|
export declare const defaultUsageDecorator: ((Story: React.ComponentType) => JSX.Element)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/_shared.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAG7B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../../src/Input/stories/_shared.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAG7B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkC1B,CAAC;AAGF,eAAO,MAAM,sBAAsB;;;;;;CAIlC,CAAC;AAGF,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AAGF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CjC,CAAC;AAGF,eAAO,MAAM,qBAAqB,WACxB,MAAM,aAAa,KAAG,WAAW,GAK1C,CAAC;AAGF,eAAO,MAAM,kBAAkB,gBACf,MAAM,YAAY,MAAM,4CAElC,WA8BH,CAAC;AAGJ,eAAO,MAAM,oBAAoB,iBAChB,MAAM,EAAE,WAEnB,WAQH,CAAC;AA0CJ,eAAO,MAAM,mBAAmB;QAvCS,WAAW;;CAuCW,CAAC;AAyChE,eAAO,MAAM,oBAAoB;QAtCS,WAAW;;CAsCY,CAAC;AAiDlE,eAAO,MAAM,qBAAqB;QA9CS,WAAW;;CA8Ca,CAAC;AAuDpE,eAAO,MAAM,gBAAgB;QApDS,WAAW;;CAoDQ,CAAC;AA6D1D,eAAO,MAAM,iBAAiB;QA1DS,WAAW;;CA0DS,CAAC;AAG5D,eAAO,MAAM,kBAAkB;UAErB,MAAM;UACN,MAAM;aACH,MAAM;iBACF,MAAM;oBAEpB,CAAC,MAAM,WAAW,CA6LpB,CAAC;AAsFF,eAAO,MAAM,mBAAmB;QAnFS,WAAW;;CAmFW,CAAC;AAGhE,eAAO,MAAM,kBAAkB;;;;;;;CA6C9B,CAAC;AAGF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;CAmB3B,CAAC;AAGF,eAAO,MAAM,oBAAoB;;CAWhC,CAAC;AAGF,eAAO,MAAM,mBAAmB;;;;;GAO/B,CAAC;AAGF,eAAO,MAAM,mBAAmB,UACvB,MAAM,YACH,OAAO,MAAM,EAAE,OAAO,CAAC,iBAClB,MAAM,WAAW,KAC/B,KAAK,YAAY,CAUlB,CAAC;AAGH,eAAO,MAAM,sBAAsB,oBACnB,MAAM,WAAW,sCAEf,MAAM,WAAW;WACR,MAAM;;iBACnB,MAAM,MAAM,aAAa,CAAC,gBACxB,MAAM,WAAW,KAC9B,CAAC,MAAM,WAAW,CAwBpB,CAAC;AAGF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqM7B,CAAC;AAGF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACtD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AAClE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AAClE,eAAO,MAAM,eAAe;;;;;;;;;;;CAA6B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import TokenInput from '../TokenInput';
|
|
3
|
+
declare const meta: Meta<typeof TokenInput>;
|
|
4
|
+
export default meta;
|
|
5
|
+
declare type Story = StoryObj<typeof TokenInput>;
|
|
6
|
+
export declare const Usage: Story;
|
|
7
|
+
export declare const DigitsQuantity: Story;
|
|
8
|
+
export declare const States: Story;
|
|
9
|
+
export declare const Validation: Story;
|
|
10
|
+
//# sourceMappingURL=TokenInput.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenInput.stories.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/stories/TokenInput.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAsEjC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAyBzC,eAAO,MAAM,KAAK,EAAE,KA+BnB,CAAC;AA6CF,eAAO,MAAM,cAAc,EAAE,KA+B5B,CAAC;AAkBF,eAAO,MAAM,MAAM,EAAE,KAgCpB,CAAC;AA0CF,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC"}
|