@worldresources/wri-design-systems 1.2.0 → 2.117.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.
package/package.json CHANGED
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "1.2.0",
3
+ "version": "2.117.0",
4
4
  "description": "WRI UI Library",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
5
+ "main": "dist/index.cjs.js",
6
+ "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
12
  "start": "react-scripts start",
13
- "build": "react-scripts build",
13
+ "build": "rm -rf dist && rollup -c",
14
+ "build-dev": "rm -rf dist && rollup -c --watch",
14
15
  "test": "react-scripts test",
15
16
  "eject": "react-scripts eject",
16
17
  "storybook": "storybook dev -p 6006",
17
18
  "build-storybook": "storybook build",
18
19
  "lint": "eslint src/**/*.ts src/**/*.tsx",
19
20
  "prettier": "prettier --write --loglevel warn .",
20
- "lint-fix": "yarn lint --fix && yarn prettier",
21
- "rollup-dev": "rollup -c --watch",
22
- "rollup-build": "rollup -c"
21
+ "lint-fix": "yarn lint --fix && yarn prettier"
23
22
  },
24
23
  "eslintConfig": {
25
24
  "extends": [
@@ -45,9 +44,8 @@
45
44
  "@chakra-ui/storybook-addon": "^5.2.5",
46
45
  "@chromatic-com/storybook": "^1.9.0",
47
46
  "@emotion/react": "^11.13.3",
48
- "@emotion/styled": "^11.13.0",
49
- "@rollup/plugin-commonjs": "^28.0.0",
50
- "@rollup/plugin-node-resolve": "^15.3.0",
47
+ "@rollup/plugin-commonjs": "^28.0.2",
48
+ "@rollup/plugin-node-resolve": "^16.0.0",
51
49
  "@rollup/plugin-terser": "^0.4.4",
52
50
  "@rollup/plugin-typescript": "^12.1.0",
53
51
  "@storybook/addon-essentials": "^8.4.4",
@@ -74,8 +72,9 @@
74
72
  "prop-types": "^15.8.1",
75
73
  "react": "^18.3.1",
76
74
  "react-dom": "^18.3.1",
75
+ "react-router-dom": "^7.1.5",
77
76
  "react-scripts": "5.0.1",
78
- "rollup": "^4.24.0",
77
+ "rollup": "^4.34.8",
79
78
  "rollup-plugin-dts": "^6.1.1",
80
79
  "rollup-plugin-peer-deps-external": "^2.2.4",
81
80
  "rollup-plugin-postcss": "^4.0.2",
@@ -88,7 +87,6 @@
88
87
  "peerDependencies": {
89
88
  "@chakra-ui/react": "^3.1.2",
90
89
  "@emotion/react": "^11.13.3",
91
- "@emotion/styled": "^11.13.0",
92
90
  "react": "^18.3.1",
93
91
  "react-dom": "^18.3.1"
94
92
  },