@openfin/ui-library 0.16.0 → 0.17.0-alpha.1685438232

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/README.md CHANGED
@@ -2,10 +2,9 @@
2
2
 
3
3
  > React component library for OpenFin Workspace products – Informed by [Spatial](https://www.figma.com/file/0Y3pKZj0tJWuleF12h5Sua/Spatial---Components).
4
4
 
5
- **Storybook:** [openfin-ui.netlify.com](https://openfin-ui.netlify.com) (pw: pizza)
5
+ **Storybook:** [cdn.openfin.co/workspace/storybook](https://cdn.openfin.co/workspace/storybook)
6
6
  **NPM Package:** [@openfin/ui-library](https://www.npmjs.com/package/@openfin/ui-library)
7
7
 
8
- [![Netlify Status](https://api.netlify.com/api/v1/badges/8fc15443-c69c-473b-b5cf-c5dbc516b0bf/deploy-status)](https://app.netlify.com/sites/openfin-ui/deploys)
9
8
  ![Release Package](https://github.com/openfin/ui-library/actions/workflows/release-package.yml/badge.svg)
10
9
 
11
10
  ## What is this for?
@@ -11,5 +11,6 @@ export type ExpandableButtonProps = Omit<ButtonProps, 'shape'> & {
11
11
  closePanelOnSecondaryButtonClick?: boolean;
12
12
  expandDirection?: ExpandDirection;
13
13
  stretchExpandablePanel?: boolean;
14
+ document?: Document;
14
15
  };
15
16
  export declare const ExpandableButton: (props: ExpandableButtonProps) => JSX.Element;
@@ -9,5 +9,6 @@ export type ExpandablePanelProps = {
9
9
  expandDirection: ExpandDirection;
10
10
  panelId?: string;
11
11
  stretch?: boolean;
12
+ document?: Document;
12
13
  };
13
14
  export declare const ExpandablePanel: (props: ExpandablePanelProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Color --
3
4
  * Color maps names to values.
@@ -30,7 +31,7 @@ export declare const Color: {
30
31
  readonly openFinLightest: "#6864FF";
31
32
  readonly functional1: "#35C759";
32
33
  readonly functional2: "#46C8F1";
33
- readonly functional3: "#0498FB";
34
+ readonly functional3: "#0A76D3";
34
35
  readonly functional4: "#6CADE5";
35
36
  readonly functional5: "#0A76D3";
36
37
  readonly functional6: "#882BFE";