@bigbinary/neetoui 3.6.0-beta.1 → 3.7.0-beta.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/index.esm.js +34 -0
  3. package/package.json +28 -24
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "3.6.0-beta.1",
4
- "main": "index.js",
3
+ "version": "3.7.0-beta.0",
4
+ "main": "./index.js",
5
+ "module": "./index.js",
5
6
  "author": "BigBinary",
6
7
  "license": "MIT",
7
8
  "description": "neetoUI is the library that drives the experience in all neeto products built at BigBinary",
@@ -20,15 +21,28 @@
20
21
  "eslint --fix"
21
22
  ]
22
23
  },
23
- "dependencies": {},
24
+ "dependencies": {
25
+ "@babel/runtime": "7.17.9",
26
+ "@bigbinary/neeto-icons": "1.8.29",
27
+ "@reach/auto-id": "0.15.0",
28
+ "@tippyjs/react": "4.2.5",
29
+ "antd": "4.18.7",
30
+ "babel-plugin-import": "^1.13.5",
31
+ "dayjs": "1.11.1",
32
+ "framer-motion": "4.1.17",
33
+ "prop-types": "15.8.1",
34
+ "raw-loader": "4.0.2",
35
+ "react-color": "2.19.3",
36
+ "react-hotkeys-hook": "3.3.2",
37
+ "react-linkify": "1.0.0-alpha",
38
+ "react-outside-click-handler": "1.3.0",
39
+ "react-router-nav-prompt": "0.4.1"
40
+ },
24
41
  "devDependencies": {
25
42
  "@babel/core": "7.11.6",
26
43
  "@babel/plugin-transform-runtime": "7.17.0",
27
44
  "@babel/preset-env": "7.14.7",
28
45
  "@babel/preset-react": "7.14.5",
29
- "@babel/runtime": "7.17.9",
30
- "@bigbinary/neeto-icons": "1.8.29",
31
- "@reach/auto-id": "0.15.0",
32
46
  "@rollup/plugin-babel": "^5.3.1",
33
47
  "@rollup/plugin-commonjs": "^22.0.0",
34
48
  "@rollup/plugin-json": "^4.1.0",
@@ -46,66 +60,56 @@
46
60
  "@testing-library/jest-dom": "5.16.2",
47
61
  "@testing-library/react": "12.1.3",
48
62
  "@testing-library/user-event": "13.5.0",
49
- "@tippyjs/react": "4.2.5",
50
- "antd": "4.18.7",
51
63
  "autoprefixer": "9.0.0",
52
64
  "babel-eslint": "10.1.0",
53
65
  "babel-jest": "27.3.1",
54
66
  "babel-loader": "8.1.0",
55
- "babel-plugin-import": "^1.13.5",
56
67
  "chromatic": "6.5.1",
57
68
  "classnames": "2.2.6",
58
69
  "css-loader": "4.3.0",
59
70
  "cssnano": "4.1.11",
60
- "dayjs": "1.11.1",
71
+ "eslint": "7.32.0",
61
72
  "eslint-config-prettier": "8.3.0",
62
73
  "eslint-plugin-json": "3.1.0",
63
74
  "eslint-plugin-react": "7.24.0",
64
- "eslint": "7.32.0",
65
75
  "file-loader": "6.1.1",
66
76
  "formik": "2.2.0",
67
- "framer-motion": "4.1.17",
68
77
  "html-loader": "1.3.1",
69
78
  "html-webpack-plugin": "^4.5.0",
70
79
  "husky": "7.0.1",
71
80
  "identity-obj-proxy": "3.0.0",
72
81
  "jest": "27.3.1",
73
82
  "lint-staged": "11.0.0",
83
+ "postcss": "7",
74
84
  "postcss-import": "12.0.1",
75
85
  "postcss-loader": "4.0.3",
76
86
  "postcss-preset-env": "6.7.0",
77
- "postcss": "7",
78
87
  "prettier": "2.2.1",
79
- "prop-types": "15.8.1",
80
88
  "ramda": "0.27.1",
81
- "raw-loader": "4.0.2",
82
- "react-color": "2.19.3",
89
+ "react": "17.0.2",
83
90
  "react-dom": "17.0.2",
84
- "react-hotkeys-hook": "3.3.2",
85
- "react-linkify": "1.0.0-alpha",
86
- "react-outside-click-handler": "1.3.0",
87
91
  "react-router-dom": "5.3.0",
88
- "react-router-nav-prompt": "0.4.1",
89
92
  "react-select": "5.2.1",
90
93
  "react-spring": "8.0.27",
91
94
  "react-test-renderer": "17.0.2",
92
95
  "react-toastify": "9.0.1",
93
- "react": "17.0.2",
96
+ "rollup": "^2.73.0",
94
97
  "rollup-plugin-peer-deps-external": "^2.2.4",
95
98
  "rollup-plugin-styles": "^4.0.0",
96
99
  "rollup-plugin-terser": "^7.0.2",
97
- "rollup": "^2.73.0",
98
- "sass-loader": "10.0.2",
99
100
  "sass": "1.26.11",
101
+ "sass-loader": "10.0.2",
102
+ "storybook-addon-designs": "^6.3.1",
100
103
  "style-loader": "1.2.1",
101
104
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
105
+ "webpack": "5.64.3",
102
106
  "webpack-bundle-analyzer": "4.4.1",
103
107
  "webpack-cli": "4.9.1",
104
108
  "webpack-dev-server": "4.7.4",
105
- "webpack": "5.64.3",
106
109
  "yup": "0.32.11"
107
110
  },
108
111
  "peerDependencies": {
112
+ "@babel/runtime": "7.17.9",
109
113
  "antd": "4.18.7",
110
114
  "formik": "2.2.0",
111
115
  "react": "17.0.2",