beca-ui 2.0.19-beta.86 → 2.0.19-beta.87
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/beca-ui.js
CHANGED
|
@@ -97948,20 +97948,20 @@ var SvgAddBottomRowOutlinedComponent = function(a) {
|
|
|
97948
97948
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
97949
97949
|
React$4.createElement(SvgMessageTextOutlinedComponent, null)
|
|
97950
97950
|
);
|
|
97951
|
-
},
|
|
97951
|
+
}, SvgMoonOutlinedComponent = function(a) {
|
|
97952
97952
|
var s = a.titleId, c = a.title;
|
|
97953
97953
|
return React$4.createElement(
|
|
97954
97954
|
"svg",
|
|
97955
97955
|
__assign$2({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": s }, a),
|
|
97956
97956
|
c ? React$4.createElement("title", { id: s }, c) : null,
|
|
97957
|
-
React$4.createElement("path", { d: "
|
|
97957
|
+
React$4.createElement("path", { d: "M2.03 12.42c.36 5.15 4.73 9.34 9.96 9.57 3.69.16 6.99-1.56 8.97-4.27.82-1.11.38-1.85-.99-1.6-.67.12-1.36.17-2.08.14C13 16.06 9 11.97 8.98 7.14c-.01-1.3.26-2.53.75-3.65.54-1.24-.11-1.83-1.36-1.3C4.41 3.86 1.7 7.85 2.03 12.42z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
97958
97958
|
);
|
|
97959
|
-
},
|
|
97959
|
+
}, SvgMoonOutlinedStyle = function(a) {
|
|
97960
97960
|
var s, c, u, d, f, p;
|
|
97961
97961
|
return React$4.createElement(
|
|
97962
97962
|
"span",
|
|
97963
97963
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
97964
|
-
React$4.createElement(
|
|
97964
|
+
React$4.createElement(SvgMoonOutlinedComponent, null)
|
|
97965
97965
|
);
|
|
97966
97966
|
}, SvgMoreOutlinedComponent = function(a) {
|
|
97967
97967
|
var s = a.titleId, c = a.title;
|
|
@@ -98457,20 +98457,21 @@ var SvgAddBottomRowOutlinedComponent = function(a) {
|
|
|
98457
98457
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
98458
98458
|
React$4.createElement(SvgStopCircleOutlinedComponent, null)
|
|
98459
98459
|
);
|
|
98460
|
-
},
|
|
98460
|
+
}, SvgSun1OutlinedComponent = function(a) {
|
|
98461
98461
|
var s = a.titleId, c = a.title;
|
|
98462
98462
|
return React$4.createElement(
|
|
98463
98463
|
"svg",
|
|
98464
98464
|
__assign$2({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": s }, a),
|
|
98465
98465
|
c ? React$4.createElement("title", { id: s }, c) : null,
|
|
98466
|
-
React$4.createElement("path", { d: "M12
|
|
98466
|
+
React$4.createElement("path", { d: "M12 18.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
98467
|
+
React$4.createElement("path", { d: "M19.14 19.14l-.13-.13m0-14.02l.13-.13-.13.13zM4.86 19.14l.13-.13-.13.13zM12 2.08V2v.08zM12 22v-.08.08zM2.08 12H2h.08zM22 12h-.08.08zM4.99 4.99l-.13-.13.13.13z", stroke: "currentcolor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
98467
98468
|
);
|
|
98468
|
-
},
|
|
98469
|
+
}, SvgSun1OutlinedStyle = function(a) {
|
|
98469
98470
|
var s, c, u, d, f, p;
|
|
98470
98471
|
return React$4.createElement(
|
|
98471
98472
|
"span",
|
|
98472
98473
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
98473
|
-
React$4.createElement(
|
|
98474
|
+
React$4.createElement(SvgSun1OutlinedComponent, null)
|
|
98474
98475
|
);
|
|
98475
98476
|
}, SvgSupportOutlinedComponent = function(a) {
|
|
98476
98477
|
var s = a.titleId, c = a.title;
|
|
@@ -99687,7 +99688,7 @@ const pageSize = 10, NotificationComponent = (a, s) => {
|
|
|
99687
99688
|
be && "dark-theme"
|
|
99688
99689
|
),
|
|
99689
99690
|
type: "text",
|
|
99690
|
-
icon: be ? /* @__PURE__ */ jsx(
|
|
99691
|
+
icon: be ? /* @__PURE__ */ jsx(SvgSun1OutlinedStyle, { color: "var(--info-color-5)" }) : /* @__PURE__ */ jsx(SvgMoonOutlinedStyle, { color: "var(--info-color-5)" }),
|
|
99691
99692
|
onClick: ve,
|
|
99692
99693
|
shape: "circle"
|
|
99693
99694
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExtraHeaderProps, HeaderProps
|
|
2
|
-
declare const _default: import("react").ForwardRefExoticComponent<HeaderProps & ExtraHeaderProps & import("react").RefAttributes<NotificationRef>>;
|
|
1
|
+
import { ExtraHeaderProps, HeaderProps } from "./Header.types";
|
|
2
|
+
declare const _default: import("react").ForwardRefExoticComponent<HeaderProps & ExtraHeaderProps & import("react").RefAttributes<import("./Header.types").NotificationRef>>;
|
|
3
3
|
export default _default;
|