@openfin/ui-library 0.16.0-alpha.1683724719 → 0.16.0-alpha.1684240966
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/package.json +15 -14
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
|
|
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
|
-
[](https://app.netlify.com/sites/openfin-ui/deploys)
|
|
9
8
|

|
|
10
9
|
|
|
11
10
|
## What is this for?
|
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.16.0-alpha.
|
|
4
|
+
"version": "0.16.0-alpha.1684240966",
|
|
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,12 +17,13 @@
|
|
|
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": {
|
|
@@ -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.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,7 +77,8 @@
|
|
|
77
77
|
"react-is": "^17.0.2",
|
|
78
78
|
"react-refresh": "^0.14.0",
|
|
79
79
|
"rimraf": "^3.0.2",
|
|
80
|
-
"storybook
|
|
80
|
+
"storybook": "^7.0.11",
|
|
81
|
+
"storybook-addon-performance": "^0.17.1",
|
|
81
82
|
"stylelint": "^14.9.1",
|
|
82
83
|
"stylelint-config-recommended": "^8.0.0",
|
|
83
84
|
"stylelint-config-styled-components": "^0.1.1",
|