@procore/core-react 10.18.0-rc.1 → 10.18.0-rc.17

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.
@@ -0,0 +1,2 @@
1
+ <script src="https://cdn.auth0.com/js/lock/11.21.0/lock.min.js"></script>
2
+ <script type="text/javascript" src="secureLogin.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "10.18.0-rc.1+e94564fcc",
3
+ "version": "10.18.0-rc.17+549beb389",
4
4
  "description": "JSX implementations for core-css",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -17,8 +17,9 @@
17
17
  "test": "TZ=America/Los_Angeles jest --runInBand",
18
18
  "typecheck": "tsc -p . --noEmit",
19
19
  "typecheck:watch": "tsc -p . --noEmit --watch",
20
- "snapshot": "build-storybook && percy storybook ./storybook-static",
21
- "storybook": "start-storybook -p 9000"
20
+ "snapshot": "yarn storybook:build && percy storybook ./storybook-static",
21
+ "storybook:build": "build-storybook",
22
+ "storybook": "start-storybook -p 9000 -s .storybook/public"
22
23
  },
23
24
  "repository": {
24
25
  "type": "git",
@@ -40,16 +41,16 @@
40
41
  "@babel/core": "7.15.8",
41
42
  "@babel/plugin-proposal-object-rest-spread": "7.15.6",
42
43
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
43
- "@babel/plugin-transform-modules-commonjs": "7.15.4",
44
+ "@babel/plugin-transform-modules-commonjs": "7.16.0",
44
45
  "@babel/preset-env": "7.15.6",
45
46
  "@babel/preset-react": "7.14.5",
46
- "@babel/preset-typescript": "7.15.0",
47
- "@babel/register": "7.15.3",
48
- "@percy/cli": "1.0.0-beta.68",
47
+ "@babel/preset-typescript": "7.16.0",
48
+ "@babel/register": "7.16.0",
49
+ "@percy/cli": "1.0.0-beta.70",
49
50
  "@percy/storybook": "4.0.3",
50
51
  "@storybook/addon-a11y": "6.3.12",
51
52
  "@storybook/addon-essentials": "6.3.7",
52
- "@storybook/addon-storysource": "6.3.10",
53
+ "@storybook/addon-storysource": "6.3.12",
53
54
  "@storybook/react": "6.3.8",
54
55
  "@testing-library/dom": "8.2.0",
55
56
  "@testing-library/jest-dom": "5.14.1",
@@ -63,7 +64,7 @@
63
64
  "@types/node": "16.11.1",
64
65
  "@types/prop-types": "15.7.4",
65
66
  "@types/ramda": "0.27.45",
66
- "@types/react": "17.0.30",
67
+ "@types/react": "17.0.33",
67
68
  "@types/react-beautiful-dnd": "13.1.2",
68
69
  "@types/react-dom": "17.0.9",
69
70
  "@types/react-test-renderer": "17.0.1",
@@ -76,7 +77,7 @@
76
77
  "@wojtekmaj/enzyme-adapter-react-17": "0.6.3",
77
78
  "babel-core": "7.0.0-bridge.0",
78
79
  "babel-jest": "27.3.1",
79
- "babel-loader": "8.2.2",
80
+ "babel-loader": "8.2.3",
80
81
  "babel-plugin-styled-components": "1.13.2",
81
82
  "css-loader": "5.2.7",
82
83
  "enzyme": "3.11.0",
@@ -84,7 +85,7 @@
84
85
  "eslint-config-prettier": "8.3.0",
85
86
  "eslint-plugin-react-hooks": "4.2.0",
86
87
  "formik": "2.2.9",
87
- "jest": "27.2.5",
88
+ "jest": "27.3.1",
88
89
  "miragejs": "^0.1.41",
89
90
  "node-sass": "4.14.1",
90
91
  "react-test-renderer": "17.0.2",
@@ -97,9 +98,9 @@
97
98
  "yup": "0.32.9"
98
99
  },
99
100
  "dependencies": {
100
- "@procore/core-css": "10.18.0-rc.1+e94564fcc",
101
- "@procore/core-i18n-js": "10.18.0-rc.1+e94564fcc",
102
- "@procore/core-icons": "10.18.0-rc.1+e94564fcc",
101
+ "@procore/core-css": "10.18.0-rc.17+549beb389",
102
+ "@procore/core-i18n-js": "10.18.0-rc.17+549beb389",
103
+ "@procore/core-icons": "10.18.0-rc.17+549beb389",
103
104
  "@tinymce/tinymce-react": "3.12.6",
104
105
  "axios": "0.22.0",
105
106
  "classnames": "2.3.1",
@@ -122,5 +123,5 @@
122
123
  "react-dom": ">=16.8.0 < 18",
123
124
  "styled-components": ">= 5.1.1 < 6"
124
125
  },
125
- "gitHead": "e94564fcc555422e0dc320c37e1b8bcfd1dc8785"
126
+ "gitHead": "549beb38933de843e8fcfc26f7f118c72587bb8f"
126
127
  }