@spothero/ui 21.6.2 → 21.6.3

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.
@@ -16,6 +16,12 @@ Object.defineProperty(exports, "PopoverAnchor", {
16
16
  return _react.PopoverAnchor;
17
17
  }
18
18
  });
19
+ Object.defineProperty(exports, "PopoverArrow", {
20
+ enumerable: true,
21
+ get: function () {
22
+ return _PopoverArrow.default;
23
+ }
24
+ });
19
25
  Object.defineProperty(exports, "PopoverContent", {
20
26
  enumerable: true,
21
27
  get: function () {
@@ -30,4 +36,5 @@ Object.defineProperty(exports, "PopoverTrigger", {
30
36
  });
31
37
  var _react = require("@chakra-ui/react");
32
38
  var _Popover = _interopRequireDefault(require("./Popover"));
33
- var _PopoverContent = _interopRequireDefault(require("./PopoverContent"));
39
+ var _PopoverContent = _interopRequireDefault(require("./PopoverContent"));
40
+ var _PopoverArrow = _interopRequireDefault(require("./PopoverArrow"));
@@ -34,6 +34,7 @@ var _exportNames = {
34
34
  Divider: true,
35
35
  Popover: true,
36
36
  PopoverAnchor: true,
37
+ PopoverArrow: true,
37
38
  PopoverTrigger: true,
38
39
  PopoverContent: true,
39
40
  Radio: true,
@@ -401,6 +402,12 @@ Object.defineProperty(exports, "PopoverAnchor", {
401
402
  return _Popover.PopoverAnchor;
402
403
  }
403
404
  });
405
+ Object.defineProperty(exports, "PopoverArrow", {
406
+ enumerable: true,
407
+ get: function () {
408
+ return _Popover.PopoverArrow;
409
+ }
410
+ });
404
411
  Object.defineProperty(exports, "PopoverContent", {
405
412
  enumerable: true,
406
413
  get: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "21.6.2",
3
+ "version": "21.6.3",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",
@@ -96,12 +96,12 @@
96
96
  "sass-loader": "10.2.1",
97
97
  "@spothero/babel-preset-spothero": "5.1.0",
98
98
  "@spothero/browserslist-config": "4.0.0",
99
- "@spothero/core": "7.0.0",
100
99
  "@spothero/eslint-config": "6.1.0",
101
100
  "@spothero/icons": "8.1.0",
102
- "@spothero/npm-publisher": "7.0.0",
101
+ "@spothero/core": "7.0.0",
102
+ "@spothero/prettier-config": "4.0.0",
103
103
  "@spothero/stylelint-config": "6.0.0",
104
- "@spothero/prettier-config": "4.0.0"
104
+ "@spothero/npm-publisher": "7.0.0"
105
105
  },
106
106
  "dependencies": {
107
107
  "@chakra-ui/react": "1.8.8",