@openfin/ui-library 0.17.0-alpha.1685557296 → 0.17.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.
@@ -76,3 +76,9 @@ export declare const Pre: import("styled-components").StyledComponent<"pre", imp
76
76
  export declare const JSONData: ({ data }: {
77
77
  data: unknown;
78
78
  }) => JSX.Element;
79
+ export declare const SpatialLink: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
80
+ href: "https://docs.google.com/spreadsheets/d/10fcDXFdGJ8-cQxJ5X1EPSKP-aMrxgqnM8YIlYmcOPoQ";
81
+ target: "_blank";
82
+ rel: "noreferrer";
83
+ title: "Spatial";
84
+ }, "title" | "target" | "href" | "rel">;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.17.0-alpha.1685557296",
4
+ "version": "0.17.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",
@@ -29,7 +29,7 @@
29
29
  "peerDependencies": {
30
30
  "@modulz/radix-icons": "=>4.0.0 <5.0.0",
31
31
  "focus-trap-react": "=>10.0.1 <11.0.0",
32
- "framer-motion": "=>4.1.5 <7.0.0",
32
+ "framer-motion": "=>4.1.5 <=7.0.0",
33
33
  "react": "=>17.0.1 <18.0.0",
34
34
  "react-calendar": "=>4.0.0 <5.0.0",
35
35
  "react-dom": "=>17.0.1 <18.0.0",
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/core": "^7.18.6",
42
- "@storybook/addon-actions": "^7.0.12",
43
- "@storybook/addon-essentials": "^7.0.12",
44
- "@storybook/addon-interactions": "^7.0.12",
45
- "@storybook/addon-links": "^7.0.12",
46
- "@storybook/node-logger": "^7.0.12",
47
- "@storybook/react": "^7.0.12",
48
- "@storybook/react-webpack5": "^7.0.12",
42
+ "@storybook/addon-actions": "^7.0.11",
43
+ "@storybook/addon-essentials": "^7.0.11",
44
+ "@storybook/addon-interactions": "^7.0.11",
45
+ "@storybook/addon-links": "^7.0.11",
46
+ "@storybook/node-logger": "^7.0.11",
47
+ "@storybook/react": "^7.0.11",
48
+ "@storybook/react-webpack5": "^7.0.11",
49
49
  "@testing-library/dom": "^8.14.0",
50
50
  "@testing-library/jest-dom": "^5.16.4",
51
51
  "@testing-library/react": "^12.1.5",
@@ -77,16 +77,16 @@
77
77
  "prettier": "^2.8.8",
78
78
  "react-is": "^17.0.2",
79
79
  "react-refresh": "^0.14.0",
80
- "rimraf": "^5.0.0",
80
+ "rimraf": "^3.0.2",
81
81
  "storybook": "^7.0.11",
82
82
  "storybook-addon-performance": "^0.17.1",
83
83
  "stylelint": "^15.6.1",
84
84
  "stylelint-config-recommended": "^12.0.0",
85
85
  "ts-jest": "^28.0.5",
86
86
  "ts-loader": "^9.3.1",
87
- "typescript": "^5.0.4",
88
- "webpack": "^5.82.1",
89
- "webpack-cli": "^5.1.1"
87
+ "typescript": "^4.7.4",
88
+ "webpack": "^5.73.0",
89
+ "webpack-cli": "^4.10.0"
90
90
  },
91
91
  "browserslist": {
92
92
  "production": [
@@ -1,2 +0,0 @@
1
- import { IconProps } from '@modulz/radix-icons/dist/types';
2
- export declare const ExclamationCircledFilledIcon: ({ color, ...props }: IconProps) => JSX.Element;