@spothero/ui 17.1.1 → 17.2.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.
@@ -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.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",