beem-component 1.5.7 → 1.5.8
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.
package/dist/components/index.js
CHANGED
|
@@ -204,6 +204,12 @@ Object.defineProperty(exports, "BmNoteBar", {
|
|
|
204
204
|
return _noteBar.BmNoteBar;
|
|
205
205
|
}
|
|
206
206
|
});
|
|
207
|
+
Object.defineProperty(exports, "BmProfileIcon", {
|
|
208
|
+
enumerable: true,
|
|
209
|
+
get: function get() {
|
|
210
|
+
return _ProfileIcon.BmProfileIcon;
|
|
211
|
+
}
|
|
212
|
+
});
|
|
207
213
|
Object.defineProperty(exports, "BmProgressBar", {
|
|
208
214
|
enumerable: true,
|
|
209
215
|
get: function get() {
|
|
@@ -365,6 +371,8 @@ var _bannerCards = _interopRequireDefault(require("../components/BannerCard/bann
|
|
|
365
371
|
|
|
366
372
|
var _progressRing = _interopRequireDefault(require("./ProgressRing/progressRing"));
|
|
367
373
|
|
|
374
|
+
var _ProfileIcon = require("./ProfileIcon/ProfileIcon");
|
|
375
|
+
|
|
368
376
|
var _iconStyles = require("./iconStyles");
|
|
369
377
|
|
|
370
378
|
var _noteBar = require("./NoteBar/noteBar");
|
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ import { BmCheckbox } from "./checkbox";
|
|
|
20
20
|
import { BmTag } from "../components/Tags/tags";
|
|
21
21
|
import BmBanner from "../components/BannerCard/bannerCards";
|
|
22
22
|
import BmProgressRing from "./ProgressRing/progressRing";
|
|
23
|
+
import {BmProfileIcon} from './ProfileIcon/ProfileIcon';
|
|
23
24
|
|
|
24
25
|
import {
|
|
25
26
|
BmTagIcon,
|
|
@@ -77,6 +78,7 @@ export {
|
|
|
77
78
|
BmRowLabel,
|
|
78
79
|
BmBanner,
|
|
79
80
|
BmProgressRing,
|
|
81
|
+
BmProfileIcon,
|
|
80
82
|
// Fix height and if there is dropdown option inside the modal body
|
|
81
83
|
BmModal,
|
|
82
84
|
BmNoteBar,
|