@apexcura/ui-components 0.0.12-Beta71 → 0.0.12-Beta72
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -549,7 +549,7 @@ var Sidebar = (props) => {
|
|
|
549
549
|
// src/Components/Navbar.tsx
|
|
550
550
|
var import_react17 = __toESM(require("react"));
|
|
551
551
|
|
|
552
|
-
// src/Components/
|
|
552
|
+
// src/Components/Notification.tsx
|
|
553
553
|
var import_react15 = __toESM(require("react"));
|
|
554
554
|
var import_antd12 = require("antd");
|
|
555
555
|
var Notification = (props) => /* @__PURE__ */ import_react15.default.createElement(import_antd12.Popover, { className: props.notification.className, content: props.notification.items?.map((eachItem) => {
|
package/dist/index.mjs
CHANGED
|
@@ -500,7 +500,7 @@ var Sidebar = (props) => {
|
|
|
500
500
|
// src/Components/Navbar.tsx
|
|
501
501
|
import React16 from "react";
|
|
502
502
|
|
|
503
|
-
// src/Components/
|
|
503
|
+
// src/Components/Notification.tsx
|
|
504
504
|
import React14 from "react";
|
|
505
505
|
import { Popover, Badge } from "antd";
|
|
506
506
|
var Notification = (props) => /* @__PURE__ */ React14.createElement(Popover, { className: props.notification.className, content: props.notification.items?.map((eachItem) => {
|