@equinor/echo-components 0.5.3 → 0.5.5

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.
@@ -1,2 +1,3 @@
1
1
  export { IconList } from './iconList/IconList';
2
- export { LinkCard } from './linkCard/LinkCard';
2
+ export * from './linkCard/LinkCard';
3
+ export * from './optionsList/OptionsList';
@@ -0,0 +1 @@
1
+ export * from './themeConst';
package/package.json CHANGED
@@ -1,119 +1,120 @@
1
- {
2
- "name": "@equinor/echo-components",
3
- "version": "0.5.3",
4
- "description": "Package for creating echo related components.",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "source": "src/index.ts",
8
- "scripts": {
9
- "build": "rollup -c",
10
- "build-watch": "rollup -c -w ",
11
- "start": "npm run build && node dist/index.js",
12
- "echo-publish": "npm publish --access public",
13
- "echo-publish-next": "npm publish --access public --tag next",
14
- "echo-test": "jest",
15
- "echo-update": "echo-update",
16
- "echo-update-version": "echo-update -v",
17
- "echo-update-next": "echo-update -c",
18
- "echo-update-all": "echo-update -a",
19
- "test": "jest --watchAll",
20
- "test-coverage": "jest --coverage --watchAll",
21
- "patch": "npm version patch",
22
- "major": "npm version major",
23
- "minor": "npm version minor",
24
- "lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
25
- "storybook": "start-storybook -p 6006",
26
- "build-storybook": "build-storybook",
27
- "re-yalc": "npm run build && yalc push --sig"
28
- },
29
- "author": "Echo Core",
30
- "license": "MIT",
31
- "peerDependencies": {
32
- "@equinor/echo-utils": "^0.2.11",
33
- "@equinor/eds-core-react": "^0.25.0",
34
- "react": "^17.0.2",
35
- "react-dom": "^17.0.2",
36
- "styled-components": "^5.3.5"
37
- },
38
- "dependencies": {
39
- "@equinor/eds-icons": "^0.15.0",
40
- "jest-environment-jsdom": "^29.0.3",
41
- "react-datepicker": "^4.8.0",
42
- "react-sortablejs": "^6.0.0"
43
- },
44
- "devDependencies": {
45
- "@babel/core": "^7.18.2",
46
- "@babel/preset-env": "^7.18.2",
47
- "@babel/preset-react": "^7.17.12",
48
- "@babel/preset-typescript": "^7.17.12",
49
- "@equinor/echo-update": "^1.3.0",
50
- "@equinor/echo-utils": "^0.2.11",
51
- "@equinor/eds-core-react": "^0.25.0",
52
- "@rollup/plugin-node-resolve": "^13.3.0",
53
- "@rollup/plugin-typescript": "^8.3.2",
54
- "@rollup/plugin-url": "^7.0.0",
55
- "@storybook/addon-actions": "^6.5.6",
56
- "@storybook/addon-docs": "^6.5.6",
57
- "@storybook/addon-essentials": "^6.5.6",
58
- "@storybook/addon-links": "^6.5.6",
59
- "@storybook/builder-webpack5": "^6.5.6",
60
- "@storybook/manager-webpack5": "^6.5.6",
61
- "@storybook/react": "^6.5.6",
62
- "@svgr/rollup": "^6.2.1",
63
- "@svgr/webpack": "^6.2.1",
64
- "@testing-library/dom": "^8.13.0",
65
- "@testing-library/react": "^12.1.4",
66
- "@types/jest": "^28.1.0",
67
- "@types/react": "^17.0.43",
68
- "@types/react-datepicker": "^4.4.1",
69
- "@types/react-test-renderer": "^17.0.1",
70
- "@types/react-window": "^1.8.5",
71
- "@types/sortablejs": "^1.10.7",
72
- "@typescript-eslint/eslint-plugin": "^5.40.1",
73
- "@typescript-eslint/parser": "^5.40.1",
74
- "babel-loader": "^8.2.5",
75
- "css-loader": "^6.7.1",
76
- "eslint": "^8.25.0",
77
- "eslint-config-prettier": "^8.5.0",
78
- "eslint-plugin-prettier": "^4.2.1",
79
- "eslint-plugin-react": "^7.31.0",
80
- "eslint-plugin-react-hooks": "^4.6.0",
81
- "html-webpack-plugin": "^5.5.0",
82
- "identity-obj-proxy": "^3.0.0",
83
- "jest": "^28.1.0",
84
- "jest-svg-transformer": "^1.0.0",
85
- "postcss": "^8.4.14",
86
- "postcss-loader": "^7.0.0",
87
- "prettier": "^2.6.2",
88
- "react": "^17.0.2",
89
- "react-datepicker": "^4.8.0",
90
- "react-dom": "^17.0.2",
91
- "react-test-renderer": "^17.0.2",
92
- "react-window": "^1.8.7",
93
- "rollup": "^2.75.5",
94
- "rollup-plugin-babel": "^4.4.0",
95
- "rollup-plugin-commonjs": "^10.1.0",
96
- "rollup-plugin-delete": "^2.0.0",
97
- "rollup-plugin-dts": "^4.2.2",
98
- "rollup-plugin-node-resolve": "^5.2.0",
99
- "rollup-plugin-postcss": "^4.0.2",
100
- "rollup-plugin-typescript": "^1.0.1",
101
- "rollup-plugin-typescript-paths": "^1.3.1",
102
- "rollup-plugin-typescript2": "^0.32.0",
103
- "rollup-plugin-web-worker-loader": "^1.6.1",
104
- "sortablejs": "^1.15.0",
105
- "storybook-css-modules-preset": "^1.1.1",
106
- "style-loader": "^3.3.1",
107
- "styled-components": "^5.3.5",
108
- "ts-jest": "^28.0.3",
109
- "typescript": "^4.7.2",
110
- "webpack": "^5.72.1",
111
- "worker-loader": "^3.0.8"
112
- },
113
- "files": [
114
- "dist/"
115
- ],
116
- "resolutions": {
117
- "@storybook/react/webpack": "^5"
118
- }
119
- }
1
+ {
2
+ "name": "@equinor/echo-components",
3
+ "version": "0.5.5",
4
+ "description": "Package for creating echo related components.",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "source": "src/index.ts",
8
+ "scripts": {
9
+ "build": "rollup -c",
10
+ "build-watch": "rollup -c -w ",
11
+ "start": "npm run build && node dist/index.js",
12
+ "echo-publish": "npm publish --access public",
13
+ "echo-publish-next": "npm publish --access public --tag next",
14
+ "echo-test": "jest",
15
+ "echo-update": "echo-update",
16
+ "echo-update-version": "echo-update -v",
17
+ "echo-update-next": "echo-update -c",
18
+ "echo-update-all": "echo-update -a",
19
+ "test": "jest --watchAll",
20
+ "test-coverage": "jest --coverage --watchAll",
21
+ "patch": "npm version patch",
22
+ "major": "npm version major",
23
+ "minor": "npm version minor",
24
+ "lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
25
+ "storybook": "start-storybook -p 6006",
26
+ "build-storybook": "build-storybook",
27
+ "re-yalc": "npm run build && yalc push --sig"
28
+ },
29
+ "author": "Echo Core",
30
+ "license": "MIT",
31
+ "peerDependencies": {
32
+ "@equinor/echo-utils": "^0.2.12",
33
+ "@equinor/eds-core-react": "^0.25.0",
34
+ "@equinor/eds-icons": "^0.15.0",
35
+ "react": "^17.0.2",
36
+ "react-dom": "^17.0.2",
37
+ "styled-components": "^5.3.5"
38
+ },
39
+ "dependencies": {
40
+ "@babel/runtime": "^7.20.0",
41
+ "jest-environment-jsdom": "^29.2.2",
42
+ "react-datepicker": "^4.8.0",
43
+ "react-sortablejs": "^6.1.4",
44
+ "sortablejs": "^1.15.0"
45
+ },
46
+ "devDependencies": {
47
+ "@equinor/eds-icons": "^0.15.0",
48
+ "@babel/core": "^7.18.2",
49
+ "@babel/plugin-transform-runtime": "^7.19.6",
50
+ "@babel/preset-env": "^7.18.2",
51
+ "@babel/preset-react": "^7.17.12",
52
+ "@babel/preset-typescript": "^7.17.12",
53
+ "@equinor/echo-update": "^1.3.0",
54
+ "@equinor/echo-utils": "^0.2.12",
55
+ "@equinor/eds-core-react": "^0.25.0",
56
+ "@rollup/plugin-babel": "^6.0.2",
57
+ "@rollup/plugin-commonjs": "^23.0.2",
58
+ "@rollup/plugin-node-resolve": "^15.0.1",
59
+ "@rollup/plugin-typescript": "^9.0.2",
60
+ "@rollup/plugin-url": "^8.0.1",
61
+ "@storybook/addon-actions": "^6.5.6",
62
+ "@storybook/addon-docs": "^6.5.6",
63
+ "@storybook/addon-essentials": "^6.5.6",
64
+ "@storybook/addon-links": "^6.5.6",
65
+ "@storybook/builder-webpack5": "^6.5.6",
66
+ "@storybook/manager-webpack5": "^6.5.6",
67
+ "@storybook/react": "^6.5.6",
68
+ "@svgr/rollup": "^6.5.1",
69
+ "@svgr/webpack": "^6.2.1",
70
+ "@testing-library/dom": "^8.13.0",
71
+ "@testing-library/react": "^12.1.4",
72
+ "@types/jest": "^29.2.0",
73
+ "@types/react": "^17.0.43",
74
+ "@types/react-datepicker": "^4.4.1",
75
+ "@types/react-test-renderer": "^17.0.1",
76
+ "@types/react-window": "^1.8.5",
77
+ "@types/sortablejs": "^1.10.7",
78
+ "@typescript-eslint/eslint-plugin": "^5.40.1",
79
+ "@typescript-eslint/parser": "^5.40.1",
80
+ "babel-loader": "^8.2.5",
81
+ "css-loader": "^6.7.1",
82
+ "eslint": "^8.25.0",
83
+ "eslint-config-prettier": "^8.5.0",
84
+ "eslint-plugin-prettier": "^4.2.1",
85
+ "eslint-plugin-react": "^7.31.0",
86
+ "eslint-plugin-react-hooks": "^4.6.0",
87
+ "html-webpack-plugin": "^5.5.0",
88
+ "identity-obj-proxy": "^3.0.0",
89
+ "jest": "^29.2.2",
90
+ "jest-svg-transformer": "^1.0.0",
91
+ "postcss": "^8.4.14",
92
+ "postcss-loader": "^7.0.0",
93
+ "prettier": "^2.6.2",
94
+ "react": "^17.0.2",
95
+ "react-datepicker": "^4.8.0",
96
+ "react-dom": "^17.0.2",
97
+ "react-test-renderer": "^17.0.2",
98
+ "react-window": "^1.8.7",
99
+ "rollup": "^3.2.5",
100
+ "rollup-plugin-delete": "^2.0.0",
101
+ "rollup-plugin-peer-deps-external": "^2.2.4",
102
+ "rollup-plugin-postcss": "^4.0.2",
103
+ "rollup-plugin-typescript-paths": "^1.4.0",
104
+ "rollup-plugin-visualizer": "^5.8.3",
105
+ "storybook-css-modules-preset": "^1.1.1",
106
+ "style-loader": "^3.3.1",
107
+ "styled-components": "^5.3.5",
108
+ "ts-jest": "^29.0.3",
109
+ "tsconfig-paths-webpack-plugin": "^4.0.0",
110
+ "typescript": "^4.7.2",
111
+ "webpack": "^5.72.1",
112
+ "worker-loader": "^3.0.8"
113
+ },
114
+ "files": [
115
+ "dist/"
116
+ ],
117
+ "resolutions": {
118
+ "@storybook/react/webpack": "^5"
119
+ }
120
+ }