@useblu/ocean-react 1.96.0 → 1.97.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.97.0](https://github.com/ocean-ds/ocean-web/compare/v1.96.0...v1.97.0) (2025-07-31)
7
+
8
+ ### Features
9
+
10
+ - select docs ([#1174](https://github.com/ocean-ds/ocean-web/issues/1174)) ([d2e6529](https://github.com/ocean-ds/ocean-web/commit/d2e6529544b40dccafbbeb8b3d6b663368ec5677))
11
+
6
12
  # [1.96.0](https://github.com/ocean-ds/ocean-web/compare/v1.95.0...v1.96.0) (2025-07-31)
7
13
 
8
14
  ### Features
@@ -0,0 +1,74 @@
1
+ import React from 'react';
2
+ export declare const sharedArgTypes: {
3
+ label: {
4
+ description: string;
5
+ control: string;
6
+ };
7
+ placeholder: {
8
+ description: string;
9
+ control: string;
10
+ };
11
+ helperText: {
12
+ description: string;
13
+ control: string;
14
+ };
15
+ error: {
16
+ description: string;
17
+ control: string;
18
+ };
19
+ disabled: {
20
+ description: string;
21
+ control: string;
22
+ };
23
+ tooltipMessage: {
24
+ description: string;
25
+ control: string;
26
+ };
27
+ id: {
28
+ table: {
29
+ disable: boolean;
30
+ };
31
+ };
32
+ name: {
33
+ table: {
34
+ disable: boolean;
35
+ };
36
+ };
37
+ value: {
38
+ table: {
39
+ disable: boolean;
40
+ };
41
+ };
42
+ defaultValue: {
43
+ table: {
44
+ disable: boolean;
45
+ };
46
+ };
47
+ ariaLabel: {
48
+ table: {
49
+ disable: boolean;
50
+ };
51
+ };
52
+ onChange: {
53
+ table: {
54
+ disable: boolean;
55
+ };
56
+ };
57
+ className: {
58
+ table: {
59
+ disable: boolean;
60
+ };
61
+ };
62
+ options: {
63
+ table: {
64
+ disable: boolean;
65
+ };
66
+ };
67
+ };
68
+ export declare const defaultOptions: {
69
+ value: string;
70
+ label: string;
71
+ }[];
72
+ export declare const defaultDecorator: (StoryComponent: React.ComponentType) => JSX.Element;
73
+ export declare const emptyHandler: () => void;
74
+ //# sourceMappingURL=shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../src/Select/stories/shared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD1B,CAAC;AAGF,eAAO,MAAM,cAAc;;;GAS1B,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAC3B,gBAAgB,KAAK,CAAC,aAAa,KAClC,GAAG,CAAC,OAcN,CAAC;AAGF,eAAO,MAAM,YAAY,QAAO,IAE/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useblu/ocean-react",
3
- "version": "1.96.0",
3
+ "version": "1.97.0",
4
4
  "private": false,
5
5
  "description": "React components that implement Ocean's Design System.",
6
6
  "main": "index.js",