@spothero/ui 17.1.1 → 17.2.1

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.
@@ -48,6 +48,7 @@ var _exportNames = {
48
48
  useToken: true,
49
49
  useTheme: true,
50
50
  useToast: true,
51
+ Progress: true,
51
52
  ScaleFade: true,
52
53
  SlideFade: true,
53
54
  createIcon: true,
@@ -284,6 +285,12 @@ Object.defineProperty(exports, "Portal", {
284
285
  return _react.Portal;
285
286
  }
286
287
  });
288
+ Object.defineProperty(exports, "Progress", {
289
+ enumerable: true,
290
+ get: function () {
291
+ return _react.Progress;
292
+ }
293
+ });
287
294
  Object.defineProperty(exports, "Radio", {
288
295
  enumerable: true,
289
296
  get: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "17.1.1",
3
+ "version": "17.2.1",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",
@@ -94,7 +94,7 @@
94
94
  "autoprefixer": "9.8.5",
95
95
  "babel-jest": "29.2.2",
96
96
  "babel-loader": "8.2.2",
97
- "babel-plugin-module-resolver": "4.1.0",
97
+ "babel-plugin-module-resolver": "5.0.0",
98
98
  "chalk": "4.1.0",
99
99
  "classnames": "2.2.6",
100
100
  "eslint-loader": "4.0.2",
@@ -106,8 +106,8 @@
106
106
  "jest-extended": "0.11.5",
107
107
  "jest-watch-typeahead": "0.6.1",
108
108
  "lodash": "4.17.21",
109
- "moment": "2.27.0",
110
- "moment-timezone": "0.5.31",
109
+ "moment": "2.29.4",
110
+ "moment-timezone": "0.5.40",
111
111
  "msw": "0.27.0",
112
112
  "prop-types": "15.7.2",
113
113
  "push-dir": "0.4.1",
@@ -140,7 +140,6 @@
140
140
  "peerDependencies": {
141
141
  "classnames": "^2.2.6",
142
142
  "lodash": "4.17.21",
143
- "moment": "^2.27.0",
144
143
  "prop-types": "^15.7.2",
145
144
  "react": ">=16.0.0",
146
145
  "react-dom": ">=16.0.0",