acacia-ui 1.0.1 → 1.1.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.
- package/dist/components/ui/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/ui/Panel/Panel.d.ts +22 -0
- package/dist/components/ui/Panel/Panel.d.ts.map +1 -0
- package/dist/components/ui/Panel/usePanelStyles.d.ts +9 -0
- package/dist/components/ui/Panel/usePanelStyles.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/main.js +90 -3
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import type { AcaciaDatePickerProps } from "../interfaces";
|
|
|
4
4
|
*/
|
|
5
5
|
declare const DatePicker: {
|
|
6
6
|
({ ...props }: AcaciaDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "
|
|
7
|
+
RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
|
|
8
8
|
locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
|
|
9
9
|
size?: import("antd/es/button").ButtonSize;
|
|
10
10
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { CSSProperties } from "react";
|
|
3
|
+
interface PanelProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
position?: "left" | "right" | "none";
|
|
6
|
+
footer?: React.ReactNode;
|
|
7
|
+
classNames?: {
|
|
8
|
+
outerContainerClassName?: string;
|
|
9
|
+
panelBaseClassName?: string;
|
|
10
|
+
panelBodyClassName?: string;
|
|
11
|
+
panelFooterClassName?: string;
|
|
12
|
+
};
|
|
13
|
+
styles?: {
|
|
14
|
+
outerContainerStyles?: CSSProperties;
|
|
15
|
+
panelBaseStyles?: CSSProperties;
|
|
16
|
+
panelBodyStyles?: CSSProperties;
|
|
17
|
+
panelFooterStyles?: CSSProperties;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export default function Panel({ position, ...props }: Readonly<PanelProps>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=Panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Panel/Panel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,UAAU,UAAU;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IACrC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE;QACZ,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;IACF,MAAM,CAAC,EAAE;QACR,oBAAoB,CAAC,EAAE,aAAa,CAAC;QACrC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,iBAAiB,CAAC,EAAE,aAAa,CAAC;KAClC,CAAC;CACF;AAED,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC7B,QAAiB,EACjB,GAAG,KAAK,EACR,EAAE,QAAQ,CAAC,UAAU,CAAC,2CAwCtB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const usePanelStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
2
|
+
outerPanel: import("antd-style").SerializedStyles;
|
|
3
|
+
outerPanelRight: import("antd-style").SerializedStyles;
|
|
4
|
+
outerPanelLeft: import("antd-style").SerializedStyles;
|
|
5
|
+
panelBase: import("antd-style").SerializedStyles;
|
|
6
|
+
panelBody: import("antd-style").SerializedStyles;
|
|
7
|
+
panelFooter: import("antd-style").SerializedStyles;
|
|
8
|
+
}>;
|
|
9
|
+
//# sourceMappingURL=usePanelStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePanelStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Panel/usePanelStyles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;EAoDzB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ export { default as Tag } from "./components/ui/Tag/Tag";
|
|
|
18
18
|
export { default as Tabs } from "./components/ui/Tabs/Tabs";
|
|
19
19
|
export { default as Avatar } from "./components/ui/Avatar/Avatar";
|
|
20
20
|
export { default as Menu } from "./components/ui/Menu/Menu";
|
|
21
|
+
export { default as Space } from "./components/ui/Space/Space";
|
|
22
|
+
export { default as Panel } from "./components/ui/Panel/Panel";
|
|
21
23
|
export { default as VerticalLayout } from "./components/layout/VerticalLayout/VerticalLayout";
|
|
22
24
|
export { default as VerticalHeader } from "./components/layout/VerticalLayout/VerticalHeader";
|
|
23
25
|
export type { NewToken } from "./theme/customTheme";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAE/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAE9F,YAAY,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAItD,YAAY,EACX,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,GACrB,MAAM,4BAA4B,CAAC"}
|
package/dist/main.js
CHANGED
|
@@ -5832,7 +5832,7 @@ function useGetDefaultTheme() {
|
|
|
5832
5832
|
colorPrimary: "#427e7b", // your custom default
|
|
5833
5833
|
colorText: "#080808",
|
|
5834
5834
|
colorTextTertiary: "#757C7C",
|
|
5835
|
-
fontFamily: '
|
|
5835
|
+
fontFamily: "'Inter Variable', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
|
|
5836
5836
|
borderRadius: borderRadius.primary,
|
|
5837
5837
|
borderRadiusLG: borderRadius.primary,
|
|
5838
5838
|
borderRadiusSM: borderRadius.primary,
|
|
@@ -6568,6 +6568,89 @@ var Pagination = function (_a) {
|
|
|
6568
6568
|
exports["default"] = Pagination;
|
|
6569
6569
|
|
|
6570
6570
|
|
|
6571
|
+
/***/ },
|
|
6572
|
+
|
|
6573
|
+
/***/ "./src/components/ui/Panel/Panel.tsx"
|
|
6574
|
+
/*!*******************************************!*\
|
|
6575
|
+
!*** ./src/components/ui/Panel/Panel.tsx ***!
|
|
6576
|
+
\*******************************************/
|
|
6577
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6578
|
+
|
|
6579
|
+
"use strict";
|
|
6580
|
+
|
|
6581
|
+
var __assign = (this && this.__assign) || function () {
|
|
6582
|
+
__assign = Object.assign || function(t) {
|
|
6583
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6584
|
+
s = arguments[i];
|
|
6585
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6586
|
+
t[p] = s[p];
|
|
6587
|
+
}
|
|
6588
|
+
return t;
|
|
6589
|
+
};
|
|
6590
|
+
return __assign.apply(this, arguments);
|
|
6591
|
+
};
|
|
6592
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
6593
|
+
var t = {};
|
|
6594
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
6595
|
+
t[p] = s[p];
|
|
6596
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6597
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
6598
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
6599
|
+
t[p[i]] = s[p[i]];
|
|
6600
|
+
}
|
|
6601
|
+
return t;
|
|
6602
|
+
};
|
|
6603
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6604
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
6605
|
+
};
|
|
6606
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6607
|
+
exports["default"] = Panel;
|
|
6608
|
+
var jsx_runtime_1 = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
|
|
6609
|
+
var Space_1 = __importDefault(__webpack_require__(/*! ../Space/Space */ "./src/components/ui/Space/Space.tsx"));
|
|
6610
|
+
var usePanelStyles_1 = __webpack_require__(/*! ./usePanelStyles */ "./src/components/ui/Panel/usePanelStyles.tsx");
|
|
6611
|
+
function Panel(_a) {
|
|
6612
|
+
var _b, _c, _d, _e, _f, _g, _h, _j;
|
|
6613
|
+
var _k = _a.position, position = _k === void 0 ? "left" : _k, props = __rest(_a, ["position"]);
|
|
6614
|
+
var _l = (0, usePanelStyles_1.usePanelStyles)(), styles = _l.styles, cx = _l.cx;
|
|
6615
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: cx(position !== "none" && styles.outerPanel, position === "left" && styles.outerPanelLeft, position === "right" && styles.outerPanelRight, (_b = props === null || props === void 0 ? void 0 : props.classNames) === null || _b === void 0 ? void 0 : _b.outerContainerClassName), style: __assign({}, (_c = props === null || props === void 0 ? void 0 : props.styles) === null || _c === void 0 ? void 0 : _c.outerContainerStyles), children: (0, jsx_runtime_1.jsxs)("div", { className: cx(styles.panelBase, (_d = props === null || props === void 0 ? void 0 : props.classNames) === null || _d === void 0 ? void 0 : _d.panelBaseClassName), style: __assign({}, (_e = props === null || props === void 0 ? void 0 : props.styles) === null || _e === void 0 ? void 0 : _e.panelBaseStyles), children: [(0, jsx_runtime_1.jsx)("div", { className: cx(styles.panelBody, (_f = props === null || props === void 0 ? void 0 : props.classNames) === null || _f === void 0 ? void 0 : _f.panelBodyClassName), style: __assign({}, (_g = props === null || props === void 0 ? void 0 : props.styles) === null || _g === void 0 ? void 0 : _g.panelBodyStyles), children: (0, jsx_runtime_1.jsx)(Space_1.default, { orientation: "vertical", children: props.children }) }), props.footer && ((0, jsx_runtime_1.jsx)("div", { className: cx(styles.panelFooter, (_h = props === null || props === void 0 ? void 0 : props.classNames) === null || _h === void 0 ? void 0 : _h.panelFooterClassName), style: __assign({}, (_j = props === null || props === void 0 ? void 0 : props.styles) === null || _j === void 0 ? void 0 : _j.panelFooterStyles), children: props.footer }))] }) }));
|
|
6616
|
+
}
|
|
6617
|
+
|
|
6618
|
+
|
|
6619
|
+
/***/ },
|
|
6620
|
+
|
|
6621
|
+
/***/ "./src/components/ui/Panel/usePanelStyles.tsx"
|
|
6622
|
+
/*!****************************************************!*\
|
|
6623
|
+
!*** ./src/components/ui/Panel/usePanelStyles.tsx ***!
|
|
6624
|
+
\****************************************************/
|
|
6625
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6626
|
+
|
|
6627
|
+
"use strict";
|
|
6628
|
+
|
|
6629
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
6630
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
6631
|
+
return cooked;
|
|
6632
|
+
};
|
|
6633
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6634
|
+
exports.usePanelStyles = void 0;
|
|
6635
|
+
var antd_style_1 = __webpack_require__(/*! antd-style */ "antd-style");
|
|
6636
|
+
exports.usePanelStyles = (0, antd_style_1.createStyles)(function (_a) {
|
|
6637
|
+
var css = _a.css;
|
|
6638
|
+
var outerPanelBase = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n z-index: 2;\n &::before {\n content: \"\";\n position: absolute;\n width: 80%;\n height: 12px;\n top: -7px;\n z-index: -1;\n border-radius: 3px 6px 6px 0;\n background: #9cafb7;\n }\n "], ["\n position: relative;\n z-index: 2;\n &::before {\n content: \"\";\n position: absolute;\n width: 80%;\n height: 12px;\n top: -7px;\n z-index: -1;\n border-radius: 3px 6px 6px 0;\n background: #9cafb7;\n }\n "])));
|
|
6639
|
+
var panelBase = css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n border-radius: 3px;\n background: #EFF3F3;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;\n "], ["\n border-radius: 3px;\n background: #EFF3F3;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;\n "])));
|
|
6640
|
+
var panelBody = css(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 1rem; \n "], ["\n padding: 1rem; \n "])));
|
|
6641
|
+
var panelFooter = css(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background: #e2e7e8;\n border-top: 1px solid #dadada;\n "], ["\n background: #e2e7e8;\n border-top: 1px solid #dadada;\n "])));
|
|
6642
|
+
return {
|
|
6643
|
+
outerPanel: outerPanelBase,
|
|
6644
|
+
outerPanelRight: css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n &::before {\n right: 0;\n }\n "], ["\n ", "\n &::before {\n right: 0;\n }\n "])), outerPanelBase),
|
|
6645
|
+
outerPanelLeft: css(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", "\n &::before {\n left: 0;\n }\n "], ["\n ", "\n &::before {\n left: 0;\n }\n "])), outerPanelBase),
|
|
6646
|
+
panelBase: panelBase,
|
|
6647
|
+
panelBody: panelBody,
|
|
6648
|
+
panelFooter: css(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), panelBody, panelFooter),
|
|
6649
|
+
};
|
|
6650
|
+
});
|
|
6651
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
6652
|
+
|
|
6653
|
+
|
|
6571
6654
|
/***/ },
|
|
6572
6655
|
|
|
6573
6656
|
/***/ "./src/components/ui/Radio/Button.tsx"
|
|
@@ -6836,7 +6919,7 @@ var antd_1 = __webpack_require__(/*! antd */ "antd");
|
|
|
6836
6919
|
*/
|
|
6837
6920
|
var Space = function (_a) {
|
|
6838
6921
|
var props = __rest(_a, []);
|
|
6839
|
-
return (0, jsx_runtime_1.jsx)(antd_1.Space, __assign({}, props));
|
|
6922
|
+
return (0, jsx_runtime_1.jsx)(antd_1.Space, __assign({}, props, { style: __assign({ display: "flex" }, props.styles) }));
|
|
6840
6923
|
};
|
|
6841
6924
|
exports["default"] = Space;
|
|
6842
6925
|
|
|
@@ -7461,7 +7544,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7461
7544
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7462
7545
|
};
|
|
7463
7546
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7464
|
-
exports.useScreenSize = exports.useAcaciaConfig = exports.useFoucHandler = exports.useAcaciaColors = exports.VerticalHeader = exports.VerticalLayout = exports.Menu = exports.Avatar = exports.Tabs = exports.Tag = exports.Card = exports.DatePicker = exports.TimePicker = exports.Typography = exports.Pagination = exports.Dropdown = exports.Input = exports.Switch = exports.Select = exports.Segmented = exports.Radio = exports.Checkbox = exports.Breadcrumb = exports.ConfigProvider = exports.Badge = exports.Button = void 0;
|
|
7547
|
+
exports.useScreenSize = exports.useAcaciaConfig = exports.useFoucHandler = exports.useAcaciaColors = exports.VerticalHeader = exports.VerticalLayout = exports.Panel = exports.Space = exports.Menu = exports.Avatar = exports.Tabs = exports.Tag = exports.Card = exports.DatePicker = exports.TimePicker = exports.Typography = exports.Pagination = exports.Dropdown = exports.Input = exports.Switch = exports.Select = exports.Segmented = exports.Radio = exports.Checkbox = exports.Breadcrumb = exports.ConfigProvider = exports.Badge = exports.Button = void 0;
|
|
7465
7548
|
var Button_1 = __webpack_require__(/*! ./components/ui/Button/Button */ "./src/components/ui/Button/Button.tsx");
|
|
7466
7549
|
Object.defineProperty(exports, "Button", ({ enumerable: true, get: function () { return __importDefault(Button_1).default; } }));
|
|
7467
7550
|
var Badge_1 = __webpack_require__(/*! ./components/ui/Badge/Badge */ "./src/components/ui/Badge/Badge.tsx");
|
|
@@ -7502,6 +7585,10 @@ var Avatar_1 = __webpack_require__(/*! ./components/ui/Avatar/Avatar */ "./src/c
|
|
|
7502
7585
|
Object.defineProperty(exports, "Avatar", ({ enumerable: true, get: function () { return __importDefault(Avatar_1).default; } }));
|
|
7503
7586
|
var Menu_1 = __webpack_require__(/*! ./components/ui/Menu/Menu */ "./src/components/ui/Menu/Menu.tsx");
|
|
7504
7587
|
Object.defineProperty(exports, "Menu", ({ enumerable: true, get: function () { return __importDefault(Menu_1).default; } }));
|
|
7588
|
+
var Space_1 = __webpack_require__(/*! ./components/ui/Space/Space */ "./src/components/ui/Space/Space.tsx");
|
|
7589
|
+
Object.defineProperty(exports, "Space", ({ enumerable: true, get: function () { return __importDefault(Space_1).default; } }));
|
|
7590
|
+
var Panel_1 = __webpack_require__(/*! ./components/ui/Panel/Panel */ "./src/components/ui/Panel/Panel.tsx");
|
|
7591
|
+
Object.defineProperty(exports, "Panel", ({ enumerable: true, get: function () { return __importDefault(Panel_1).default; } }));
|
|
7505
7592
|
var VerticalLayout_1 = __webpack_require__(/*! ./components/layout/VerticalLayout/VerticalLayout */ "./src/components/layout/VerticalLayout/VerticalLayout.tsx");
|
|
7506
7593
|
Object.defineProperty(exports, "VerticalLayout", ({ enumerable: true, get: function () { return __importDefault(VerticalLayout_1).default; } }));
|
|
7507
7594
|
var VerticalHeader_1 = __webpack_require__(/*! ./components/layout/VerticalLayout/VerticalHeader */ "./src/components/layout/VerticalLayout/VerticalHeader.tsx");
|