@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 +1 -2
- package/dist/components/controls/ExpandableButton/expandableButton.d.ts +1 -0
- package/dist/components/controls/ExpandableButton/expandablePanel.d.ts +1 -0
- package/dist/components/system/ThemeProvider/lib/constants.d.ts +2 -1
- package/dist/index.js +5 -5
- package/dist/storybookHelpers.d.ts +0 -6
- package/package.json +37 -37
|
@@ -76,9 +76,3 @@ 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" | "href" | "target" | "rel">;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/ui-library",
|
|
3
3
|
"description": "OpenFin UI Component Library",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.17.0-alpha.1685438232",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": "github:openfin/ui-library",
|
|
8
|
-
"homepage": "https://openfin
|
|
8
|
+
"homepage": "https://cdn.openfin.co/workspace/storybook",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist/**/*"
|
|
11
11
|
],
|
|
@@ -17,18 +17,19 @@
|
|
|
17
17
|
"build:src": "webpack build --config webpack.config.js --mode production",
|
|
18
18
|
"build:clean": "rimraf dist",
|
|
19
19
|
"build:dev": "webpack build --config webpack.config.js --mode development && yalc push",
|
|
20
|
-
"test": "jest",
|
|
20
|
+
"test:ci": "jest",
|
|
21
|
+
"test": "jest --watch",
|
|
21
22
|
"lint": "npm run lint:typescript && npm run lint:styles",
|
|
22
23
|
"lint:typescript": "eslint \"./src/**/*.{ts,tsx}\"",
|
|
23
24
|
"lint:styles": "stylelint \"./src/**/*.{ts,tsx}\"",
|
|
24
|
-
"storybook": "
|
|
25
|
-
"storybook:build": "
|
|
25
|
+
"storybook": "storybook dev -p 6006 -s public",
|
|
26
|
+
"storybook:build": "storybook build -s public",
|
|
26
27
|
"storybook:cache-clear": "rimraf ./node_modules/.cache/storybook"
|
|
27
28
|
},
|
|
28
29
|
"peerDependencies": {
|
|
29
30
|
"@modulz/radix-icons": "=>4.0.0 <5.0.0",
|
|
30
31
|
"focus-trap-react": "=>10.0.1 <11.0.0",
|
|
31
|
-
"framer-motion": "=>4.1.5
|
|
32
|
+
"framer-motion": "=>4.1.5 <7.0.0",
|
|
32
33
|
"react": "=>17.0.1 <18.0.0",
|
|
33
34
|
"react-calendar": "=>4.0.0 <5.0.0",
|
|
34
35
|
"react-dom": "=>17.0.1 <18.0.0",
|
|
@@ -38,14 +39,13 @@
|
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@babel/core": "^7.18.6",
|
|
41
|
-
"@storybook/addon-actions": "^
|
|
42
|
-
"@storybook/addon-essentials": "^
|
|
43
|
-
"@storybook/addon-interactions": "^
|
|
44
|
-
"@storybook/addon-links": "^
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@storybook/
|
|
48
|
-
"@storybook/react": "^6.5.9",
|
|
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",
|
|
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",
|
|
@@ -58,35 +58,35 @@
|
|
|
58
58
|
"@types/react-dom": "^17.0.2",
|
|
59
59
|
"@types/styled-components": "^5.1.25",
|
|
60
60
|
"@types/tinycolor2": "^1.4.3",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
62
|
-
"@typescript-eslint/parser": "^5.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
62
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
63
63
|
"babel-loader": "^8.2.5",
|
|
64
64
|
"copy-webpack-plugin": "^11.0.0",
|
|
65
65
|
"cross-env": "^7.0.3",
|
|
66
66
|
"css-loader": "^6.7.3",
|
|
67
|
-
"eslint": "^8.
|
|
68
|
-
"eslint-config-prettier": "^8.
|
|
69
|
-
"eslint-plugin-jest": "^
|
|
70
|
-
"eslint-plugin-prettier": "^4.
|
|
71
|
-
"eslint-plugin-react": "^7.
|
|
67
|
+
"eslint": "^8.40.0",
|
|
68
|
+
"eslint-config-prettier": "^8.8.0",
|
|
69
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
70
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
71
|
+
"eslint-plugin-react": "^7.32.2",
|
|
72
72
|
"file-loader": "^6.2.0",
|
|
73
73
|
"identity-obj-proxy": "^3.0.0",
|
|
74
74
|
"jest": "^28.1.2",
|
|
75
75
|
"jest-environment-jsdom": "^28.1.2",
|
|
76
|
-
"
|
|
76
|
+
"postcss-styled-syntax": "^0.4.0",
|
|
77
|
+
"prettier": "^2.8.8",
|
|
77
78
|
"react-is": "^17.0.2",
|
|
78
79
|
"react-refresh": "^0.14.0",
|
|
79
|
-
"rimraf": "^
|
|
80
|
-
"storybook
|
|
81
|
-
"
|
|
82
|
-
"stylelint
|
|
83
|
-
"stylelint-config-
|
|
84
|
-
"stylelint-processor-styled-components": "^1.10.0",
|
|
80
|
+
"rimraf": "^5.0.0",
|
|
81
|
+
"storybook": "^7.0.11",
|
|
82
|
+
"storybook-addon-performance": "^0.17.1",
|
|
83
|
+
"stylelint": "^15.6.1",
|
|
84
|
+
"stylelint-config-recommended": "^12.0.0",
|
|
85
85
|
"ts-jest": "^28.0.5",
|
|
86
86
|
"ts-loader": "^9.3.1",
|
|
87
|
-
"typescript": "^
|
|
88
|
-
"webpack": "^5.
|
|
89
|
-
"webpack-cli": "^
|
|
87
|
+
"typescript": "^5.0.4",
|
|
88
|
+
"webpack": "^5.82.1",
|
|
89
|
+
"webpack-cli": "^5.1.1"
|
|
90
90
|
},
|
|
91
91
|
"browserslist": {
|
|
92
92
|
"production": [
|
|
@@ -148,13 +148,13 @@
|
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
"stylelint": {
|
|
151
|
-
"
|
|
152
|
-
"stylelint-processor-styled-components"
|
|
153
|
-
],
|
|
151
|
+
"customSyntax": "postcss-styled-syntax",
|
|
154
152
|
"extends": [
|
|
155
|
-
"stylelint-config-recommended"
|
|
156
|
-
|
|
157
|
-
|
|
153
|
+
"stylelint-config-recommended"
|
|
154
|
+
],
|
|
155
|
+
"rules": {
|
|
156
|
+
"no-empty-source": null
|
|
157
|
+
}
|
|
158
158
|
},
|
|
159
159
|
"prettier": {
|
|
160
160
|
"endOfLine": "lf",
|