@useblu/ocean-react 1.105.0 → 1.106.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 +6 -0
- package/Date/stories/shared.d.ts +48 -0
- package/Date/stories/shared.d.ts.map +1 -0
- package/package.json +1 -1
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.106.0](https://github.com/ocean-ds/ocean-web/compare/v1.105.0...v1.106.0) (2025-08-18)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- cross sell card and divider ([#1184](https://github.com/ocean-ds/ocean-web/issues/1184)) ([b5291a9](https://github.com/ocean-ds/ocean-web/commit/b5291a925ba412a55436cedb6291cb3bf39d06ba))
|
|
11
|
+
|
|
6
12
|
# [1.105.0](https://github.com/ocean-ds/ocean-web/compare/v1.104.0...v1.105.0) (2025-08-14)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const createDateDecorator: (minWidth: string) => Array<(StoryComponent: React.ComponentType) => JSX.Element>;
|
|
3
|
+
export declare const createStatesContainer: (width: string, height?: string) => React.CSSProperties;
|
|
4
|
+
export declare const createLocalizationContainer: (width: string, height?: string) => React.CSSProperties;
|
|
5
|
+
export declare const createRestrictionsContainer: (width: string, height?: string) => React.CSSProperties;
|
|
6
|
+
export declare const commonArgTypes: {
|
|
7
|
+
editable: {
|
|
8
|
+
description: string;
|
|
9
|
+
control: string;
|
|
10
|
+
};
|
|
11
|
+
disabled: {
|
|
12
|
+
description: string;
|
|
13
|
+
control: string;
|
|
14
|
+
};
|
|
15
|
+
error: {
|
|
16
|
+
description: string;
|
|
17
|
+
control: string;
|
|
18
|
+
};
|
|
19
|
+
helperText: {
|
|
20
|
+
description: string;
|
|
21
|
+
control: string;
|
|
22
|
+
};
|
|
23
|
+
startsToday: {
|
|
24
|
+
description: string;
|
|
25
|
+
control: string;
|
|
26
|
+
};
|
|
27
|
+
locale: {
|
|
28
|
+
description: string;
|
|
29
|
+
control: boolean;
|
|
30
|
+
};
|
|
31
|
+
className: {
|
|
32
|
+
description: string;
|
|
33
|
+
control: boolean;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const commonArgs: {
|
|
37
|
+
editable: boolean;
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
error: boolean;
|
|
40
|
+
startsToday: boolean;
|
|
41
|
+
helperText: string;
|
|
42
|
+
};
|
|
43
|
+
export declare const noControlsParameters: {
|
|
44
|
+
controls: {
|
|
45
|
+
disable: boolean;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../src/Date/stories/shared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,mBAAmB,GAC9B,UAAU,MAAM,KACf,KAAK,CAAC,CAAC,cAAc,EAAE,KAAK,CAAC,aAAa,KAAK,GAAG,CAAC,OAAO,CAiB5D,CAAC;AAGF,eAAO,MAAM,qBAAqB,GAChC,OAAO,MAAM,EACb,eAAiB,KAChB,KAAK,CAAC,aAQP,CAAC;AAGH,eAAO,MAAM,2BAA2B,GACtC,OAAO,MAAM,EACb,eAAgB,KACf,KAAK,CAAC,aAQP,CAAC;AAGH,eAAO,MAAM,2BAA2B,GACtC,OAAO,MAAM,EACb,eAAgB,KACf,KAAK,CAAC,aAQP,CAAC;AAGH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B1B,CAAC;AAGF,eAAO,MAAM,UAAU;;;;;;CAMtB,CAAC;AAGF,eAAO,MAAM,oBAAoB;;;;CAEhC,CAAC"}
|