@pisell/private-materials 6.1.9 → 6.1.11
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/booking/components/footer/index.d.ts +0 -1
- package/es/components/booking/components/footer/index.js +1 -1
- package/es/components/booking/components/tabPane/index.d.ts +2 -2
- package/es/components/booking/components/tabPane/index.js +8 -8
- package/es/components/booking/deposit/index.d.ts +0 -1
- package/es/components/booking/info/index.d.ts +0 -1
- package/es/components/booking/info/index.js +4 -3
- package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/es/components/ticketBooking/components/menuBar/index.js +2 -18
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
- package/es/components/ticketBooking/index.d.ts +0 -1
- package/es/components/ticketBooking/index.less +1 -1
- package/lib/components/booking/components/footer/index.d.ts +0 -1
- package/lib/components/booking/components/footer/index.js +1 -1
- package/lib/components/booking/components/tabPane/index.d.ts +2 -2
- package/lib/components/booking/components/tabPane/index.js +1 -1
- package/lib/components/booking/deposit/index.d.ts +0 -1
- package/lib/components/booking/info/index.d.ts +0 -1
- package/lib/components/booking/info/index.js +4 -3
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.js +1 -26
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
- package/lib/components/ticketBooking/index.d.ts +0 -1
- package/lib/components/ticketBooking/index.less +1 -1
- package/package.json +3 -3
@@ -281,7 +281,7 @@ var Footer = function Footer(props) {
|
|
281
281
|
console.log('webpos_pay_result', res);
|
282
282
|
if ((res === null || res === void 0 ? void 0 : res.status) === 'success') {
|
283
283
|
var _window;
|
284
|
-
(_window = window) === null || _window === void 0 || (_window = _window.shopApi) === null || _window === void 0 || (_window = _window.
|
284
|
+
(_window = window) === null || _window === void 0 || (_window = _window.shopApi) === null || _window === void 0 || (_window = _window.bookingTicket) === null || _window === void 0 || _window.clearAllCart();
|
285
285
|
} else if ((res === null || res === void 0 ? void 0 : res.status) === 'cancel') {
|
286
286
|
var _window2;
|
287
287
|
(_window2 = window) === null || _window2 === void 0 || (_window2 = _window2.shopApi) === null || _window2 === void 0 || (_window2 = _window2.booking) === null || _window2 === void 0 || _window2.voidBooking(order_id);
|
@@ -4,11 +4,11 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
7
|
-
import React, { useMemo } from
|
7
|
+
import React, { useMemo } from 'react';
|
8
8
|
import AuthWrap from "../authWrap";
|
9
|
-
import { Skeleton } from
|
9
|
+
import { Skeleton } from 'antd';
|
10
10
|
import "./index.less";
|
11
|
-
import classNames from
|
11
|
+
import classNames from 'classnames';
|
12
12
|
import useEngineContext from "../../../../hooks/useEngineContext";
|
13
13
|
import VoucherCard from "../voucher";
|
14
14
|
import ActionButtons from "../actionButtons";
|
@@ -59,12 +59,12 @@ var TabPane = function TabPane(_ref) {
|
|
59
59
|
}
|
60
60
|
};
|
61
61
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
62
|
-
className:
|
62
|
+
className: 'pisell-lowcode__booking-tab-pane-wrap',
|
63
63
|
style: style
|
64
64
|
}, /*#__PURE__*/React.createElement("div", {
|
65
|
-
className: typeof header ===
|
65
|
+
className: typeof header === 'string' ? 'pisell-lowcode__booking-tab-pane-title' : ''
|
66
66
|
}, header), /*#__PURE__*/React.createElement("div", {
|
67
|
-
className: classNames(
|
67
|
+
className: classNames('pisell-lowcode__booking-tab-pane-body', bodyClassName)
|
68
68
|
}, /*#__PURE__*/React.createElement(Skeleton, {
|
69
69
|
loading: loading,
|
70
70
|
round: true,
|
@@ -73,9 +73,9 @@ var TabPane = function TabPane(_ref) {
|
|
73
73
|
style: {
|
74
74
|
padding: 20
|
75
75
|
}
|
76
|
-
}, children)),
|
76
|
+
}, children)), /*#__PURE__*/React.createElement("div", {
|
77
77
|
className: "pisell-lowcode__booking-tab-pane-voucher-section"
|
78
|
-
}, /*#__PURE__*/React.createElement(VoucherCard, {
|
78
|
+
}, shouldShowTerminalVoucher && state && dispatch && /*#__PURE__*/React.createElement(VoucherCard, {
|
79
79
|
state: _objectSpread(_objectSpread({}, state), {}, {
|
80
80
|
service: _objectSpread(_objectSpread({}, state.service || {}), {}, {
|
81
81
|
value: ((_state$service = state.service) === null || _state$service === void 0 ? void 0 : _state$service.value) || []
|
@@ -5,11 +5,12 @@ import useEngineContext from "../../../hooks/useEngineContext";
|
|
5
5
|
import { isBooking4Shop } from "./utils";
|
6
6
|
import { Skeleton } from 'antd';
|
7
7
|
var APP = function APP(props) {
|
8
|
-
var _context$appHelper, _context$appHelper$ge, _context$appHelper$ut, _context$appHelper$ut2, _context$appHelper$ut3
|
8
|
+
var _context$appHelper, _context$appHelper$ge, _context$appHelper$ut, _context$appHelper$ut2, _context$appHelper$ut3;
|
9
9
|
var context = useEngineContext();
|
10
10
|
var globalState = props.globalState;
|
11
|
-
var
|
12
|
-
|
11
|
+
var shopId = ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 || (_context$appHelper = _context$appHelper.utils) === null || _context$appHelper === void 0 || (_context$appHelper$ge = _context$appHelper.getData) === null || _context$appHelper$ge === void 0 ? void 0 : _context$appHelper$ge.call(_context$appHelper, 'shop_id')) || ((_context$appHelper$ut = context.appHelper.utils.store) === null || _context$appHelper$ut === void 0 || (_context$appHelper$ut2 = _context$appHelper$ut.getState) === null || _context$appHelper$ut2 === void 0 || (_context$appHelper$ut2 = _context$appHelper$ut2.call(_context$appHelper$ut)) === null || _context$appHelper$ut2 === void 0 || (_context$appHelper$ut2 = _context$appHelper$ut2.global) === null || _context$appHelper$ut2 === void 0 || (_context$appHelper$ut2 = _context$appHelper$ut2.globalConfig) === null || _context$appHelper$ut2 === void 0 ? void 0 : _context$appHelper$ut2.id);
|
12
|
+
var isBooking4 = isBooking4Shop(shopId, globalState === null || globalState === void 0 ? void 0 : globalState.renderType, (_context$appHelper$ut3 = context.appHelper.utils) === null || _context$appHelper$ut3 === void 0 ? void 0 : _context$appHelper$ut3.businessUtils);
|
13
|
+
if (!shopId) {
|
13
14
|
return /*#__PURE__*/React.createElement("div", {
|
14
15
|
style: {
|
15
16
|
padding: 16
|
@@ -33,24 +33,8 @@ var index = function index() {
|
|
33
33
|
};
|
34
34
|
return /*#__PURE__*/React.createElement("div", {
|
35
35
|
className: "pisell-ticket-booking-menu-bar"
|
36
|
-
}, /*#__PURE__*/React.createElement("div", {
|
37
|
-
className: "logo-wrapper"
|
38
|
-
onClick: function onClick() {
|
39
|
-
window.location.href = '/login';
|
40
|
-
}
|
41
|
-
}, /*#__PURE__*/React.createElement("svg", {
|
42
|
-
xmlns: "http://www.w3.org/2000/svg",
|
43
|
-
width: "44",
|
44
|
-
height: "26",
|
45
|
-
viewBox: "0 0 44 26",
|
46
|
-
fill: "none"
|
47
|
-
}, /*#__PURE__*/React.createElement("path", {
|
48
|
-
d: "M35.6532 13.0605C37.0806 11.869 38.5601 10.6336 40.1874 10.9932C41.0631 11.1851 41.7553 11.7931 42.2352 12.8086C43.7869 16.0599 43.1992 20.8314 39.536 22.875C39.0721 23.1309 38.6243 23.4031 38.1845 23.667C35.713 25.1507 33.1574 26.6896 29.3583 25.6699C26.179 24.8181 24.3232 24.5303 22.0038 24.5303C19.6843 24.5303 17.8285 24.8181 14.6493 25.6699C13.7895 25.8979 12.9975 25.998 12.2577 25.998C9.70239 25.998 7.73479 24.8148 5.81531 23.6631C5.37153 23.3992 4.92351 23.127 4.46375 22.8711C0.804523 20.8315 0.211882 16.056 1.76355 12.8047C2.24745 11.793 2.93564 11.1811 3.81141 10.9932C5.43499 10.6333 6.91492 11.8688 8.34656 13.0605C8.77047 13.4125 9.17023 13.749 9.53016 14.001C9.99006 14.3249 10.7382 14.0412 12.4618 13.2734C14.6253 12.3056 17.5928 10.9814 21.9999 10.9814C26.4068 10.9815 29.3705 12.3057 31.538 13.2734C33.2609 14.0449 34.0087 14.3245 34.4686 14.001C34.8286 13.745 35.2293 13.4125 35.6532 13.0605ZM39.58 13.5605C39.176 13.5605 37.9405 14.589 37.3446 15.0889C36.9008 15.4607 36.4369 15.8443 35.9891 16.1602C34.2535 17.3799 32.4134 16.5525 30.4618 15.6807C28.4063 14.7609 25.8469 13.6172 22.0038 13.6172C18.1607 13.6172 15.6013 14.7609 13.5458 15.6807C11.5942 16.5525 9.75007 17.3759 8.01844 16.1602C7.56666 15.8443 7.10675 15.4607 6.66297 15.0889C6.06312 14.593 4.83934 13.5733 4.39539 13.5732H4.37488C4.37692 13.5829 4.274 13.687 4.15516 13.9404C3.1114 16.1239 3.50737 19.3078 5.75477 20.5596C6.24264 20.8315 6.71462 21.1156 7.1825 21.3955C9.45402 22.7632 11.2543 23.8431 13.9657 23.1152C17.3528 22.2075 19.4564 21.8867 22.0038 21.8867C24.5512 21.8867 26.6547 22.2074 30.0419 23.1152C32.7571 23.843 34.5528 22.7631 36.8241 21.3955C37.2919 21.1156 37.7641 20.8315 38.2518 20.5596C40.4994 19.3078 40.8952 16.124 39.8514 13.9404C39.7276 13.6808 39.6236 13.5765 39.5956 13.5605H39.58ZM25.6991 4.86621C26.7868 4.70638 27.9108 5.12611 28.6386 5.96582C29.3784 6.81762 29.598 7.99374 29.2421 9.18945C29.0781 9.76133 28.5502 10.1338 27.9823 10.1338C27.8583 10.1338 27.7303 10.1171 27.6063 10.0771C26.9065 9.86915 26.5108 9.13341 26.7147 8.43359C26.8106 8.10584 26.7902 7.85828 26.6464 7.69434C26.4984 7.52239 26.2467 7.45357 26.0907 7.47754C25.8468 7.51352 25.695 7.62195 25.3153 7.92969C24.7075 8.42155 23.7873 9.16102 21.996 9.16113C20.2045 9.16113 19.2885 8.42158 18.6766 7.92969C18.3007 7.62575 18.1441 7.51353 17.9042 7.47754C17.7442 7.45368 17.4965 7.52248 17.3446 7.69434C17.2049 7.85827 17.1804 8.10593 17.2762 8.43359C17.4842 9.13345 17.0884 9.86919 16.3886 10.0771C15.6887 10.289 14.9529 9.88526 14.745 9.18945C14.3891 7.99375 14.6088 6.81761 15.3446 5.96582C16.0684 5.12611 17.1964 4.70638 18.2841 4.86621C19.2598 5.01017 19.856 5.49012 20.3319 5.87402C20.8317 6.27786 21.1316 6.52237 21.9911 6.52246C22.8469 6.52246 23.1514 6.27794 23.6512 5.87402C24.1271 5.49012 24.7234 5.01017 25.6991 4.86621ZM9.7782 4.7793C11.1078 4.7793 12.1853 5.85699 12.1854 7.18652C12.1854 8.51614 11.1078 9.59375 9.7782 9.59375C8.44863 9.59369 7.37098 8.51611 7.37098 7.18652C7.37108 5.85703 8.4487 4.77936 9.7782 4.7793ZM34.3329 4.7793C35.6624 4.77934 36.74 5.85702 36.7401 7.18652C36.7401 8.51612 35.6625 9.59371 34.3329 9.59375C33.0033 9.59375 31.9257 8.51614 31.9257 7.18652C31.9258 5.85699 33.0033 4.7793 34.3329 4.7793ZM9.66199 0C13.6059 4.10292e-05 15.2458 2.41974 15.3163 2.52734C15.7162 3.13522 15.5482 3.95546 14.9403 4.35938C14.7165 4.50314 14.4645 4.5752 14.2167 4.5752C13.7889 4.57512 13.3651 4.36717 13.1132 3.97949C13.0892 3.9435 12.1294 2.64356 9.6659 2.64355C7.20596 2.64355 6.24558 3.93955 6.20301 3.99902C5.7831 4.5829 4.96685 4.73897 4.37098 4.33105C3.77915 3.92316 3.61089 3.1272 4.00672 2.52734C4.0747 2.42337 5.71483 0 9.66199 0ZM34.329 0C38.2761 0 39.9203 2.42337 39.9843 2.52734C40.3841 3.13521 40.2161 3.95547 39.6083 4.35938C39.3884 4.50328 39.1364 4.57513 38.8886 4.5752C38.4607 4.5752 38.036 4.36736 37.7841 3.97949C37.7601 3.9435 36.8004 2.64355 34.3329 2.64355C31.8713 2.64365 30.9112 3.94138 30.87 3.99902C30.4501 4.5829 29.6338 4.73897 29.038 4.33105C28.4463 3.9231 28.2788 3.12714 28.6747 2.52734C28.7448 2.42029 30.3846 7.62705e-05 34.329 0Z",
|
49
|
-
fill: "#8157D5"
|
50
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
51
|
-
className: "nav-wrapper"
|
52
|
-
}, /*#__PURE__*/React.createElement("div", {
|
53
|
-
className: "nav-item active"
|
36
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
37
|
+
className: "logo-wrapper"
|
54
38
|
}, /*#__PURE__*/React.createElement("svg", {
|
55
39
|
xmlns: "http://www.w3.org/2000/svg",
|
56
40
|
width: "44",
|
@@ -208,7 +208,7 @@ var Footer = (props) => {
|
|
208
208
|
var _a3, _b3, _c2, _d2;
|
209
209
|
console.log("webpos_pay_result", res);
|
210
210
|
if ((res == null ? void 0 : res.status) === "success") {
|
211
|
-
(_b3 = (_a3 = window == null ? void 0 : window.shopApi) == null ? void 0 : _a3.
|
211
|
+
(_b3 = (_a3 = window == null ? void 0 : window.shopApi) == null ? void 0 : _a3.bookingTicket) == null ? void 0 : _b3.clearAllCart();
|
212
212
|
} else if ((res == null ? void 0 : res.status) === "cancel") {
|
213
213
|
(_d2 = (_c2 = window == null ? void 0 : window.shopApi) == null ? void 0 : _c2.booking) == null ? void 0 : _d2.voidBooking(order_id);
|
214
214
|
} else {
|
@@ -102,7 +102,7 @@ var TabPane = ({
|
|
102
102
|
},
|
103
103
|
children
|
104
104
|
)
|
105
|
-
),
|
105
|
+
), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-tab-pane-voucher-section" }, shouldShowTerminalVoucher && state && dispatch && /* @__PURE__ */ import_react.default.createElement(
|
106
106
|
import_voucher.default,
|
107
107
|
{
|
108
108
|
state: {
|
@@ -39,15 +39,16 @@ var import_useEngineContext = __toESM(require("../../../hooks/useEngineContext")
|
|
39
39
|
var import_utils = require("./utils");
|
40
40
|
var import_antd = require("antd");
|
41
41
|
var APP = (props) => {
|
42
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i
|
42
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
43
43
|
const context = (0, import_useEngineContext.default)();
|
44
44
|
const { globalState } = props;
|
45
|
+
const shopId = ((_c = (_b = (_a = context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.getData) == null ? void 0 : _c.call(_b, "shop_id")) || ((_h = (_g = (_f = (_e = (_d = context.appHelper.utils.store) == null ? void 0 : _d.getState) == null ? void 0 : _e.call(_d)) == null ? void 0 : _f.global) == null ? void 0 : _g.globalConfig) == null ? void 0 : _h.id);
|
45
46
|
const isBooking4 = (0, import_utils.isBooking4Shop)(
|
46
|
-
|
47
|
+
shopId,
|
47
48
|
globalState == null ? void 0 : globalState.renderType,
|
48
49
|
(_i = context.appHelper.utils) == null ? void 0 : _i.businessUtils
|
49
50
|
);
|
50
|
-
if (!
|
51
|
+
if (!shopId) {
|
51
52
|
return /* @__PURE__ */ import_react.default.createElement("div", { style: { padding: 16 } }, /* @__PURE__ */ import_react.default.createElement(import_antd.Skeleton, null));
|
52
53
|
}
|
53
54
|
if (isBooking4 && (!(globalState == null ? void 0 : globalState.bookingId) || (globalState == null ? void 0 : globalState.isParallelResourcesBooking))) {
|
@@ -68,32 +68,7 @@ var index = () => {
|
|
68
68
|
window.location.reload();
|
69
69
|
}
|
70
70
|
};
|
71
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-ticket-booking-menu-bar" }, /* @__PURE__ */ import_react.default.createElement(
|
72
|
-
"div",
|
73
|
-
{
|
74
|
-
className: "logo-wrapper",
|
75
|
-
onClick: () => {
|
76
|
-
window.location.href = "/login";
|
77
|
-
}
|
78
|
-
},
|
79
|
-
/* @__PURE__ */ import_react.default.createElement(
|
80
|
-
"svg",
|
81
|
-
{
|
82
|
-
xmlns: "http://www.w3.org/2000/svg",
|
83
|
-
width: "44",
|
84
|
-
height: "26",
|
85
|
-
viewBox: "0 0 44 26",
|
86
|
-
fill: "none"
|
87
|
-
},
|
88
|
-
/* @__PURE__ */ import_react.default.createElement(
|
89
|
-
"path",
|
90
|
-
{
|
91
|
-
d: "M35.6532 13.0605C37.0806 11.869 38.5601 10.6336 40.1874 10.9932C41.0631 11.1851 41.7553 11.7931 42.2352 12.8086C43.7869 16.0599 43.1992 20.8314 39.536 22.875C39.0721 23.1309 38.6243 23.4031 38.1845 23.667C35.713 25.1507 33.1574 26.6896 29.3583 25.6699C26.179 24.8181 24.3232 24.5303 22.0038 24.5303C19.6843 24.5303 17.8285 24.8181 14.6493 25.6699C13.7895 25.8979 12.9975 25.998 12.2577 25.998C9.70239 25.998 7.73479 24.8148 5.81531 23.6631C5.37153 23.3992 4.92351 23.127 4.46375 22.8711C0.804523 20.8315 0.211882 16.056 1.76355 12.8047C2.24745 11.793 2.93564 11.1811 3.81141 10.9932C5.43499 10.6333 6.91492 11.8688 8.34656 13.0605C8.77047 13.4125 9.17023 13.749 9.53016 14.001C9.99006 14.3249 10.7382 14.0412 12.4618 13.2734C14.6253 12.3056 17.5928 10.9814 21.9999 10.9814C26.4068 10.9815 29.3705 12.3057 31.538 13.2734C33.2609 14.0449 34.0087 14.3245 34.4686 14.001C34.8286 13.745 35.2293 13.4125 35.6532 13.0605ZM39.58 13.5605C39.176 13.5605 37.9405 14.589 37.3446 15.0889C36.9008 15.4607 36.4369 15.8443 35.9891 16.1602C34.2535 17.3799 32.4134 16.5525 30.4618 15.6807C28.4063 14.7609 25.8469 13.6172 22.0038 13.6172C18.1607 13.6172 15.6013 14.7609 13.5458 15.6807C11.5942 16.5525 9.75007 17.3759 8.01844 16.1602C7.56666 15.8443 7.10675 15.4607 6.66297 15.0889C6.06312 14.593 4.83934 13.5733 4.39539 13.5732H4.37488C4.37692 13.5829 4.274 13.687 4.15516 13.9404C3.1114 16.1239 3.50737 19.3078 5.75477 20.5596C6.24264 20.8315 6.71462 21.1156 7.1825 21.3955C9.45402 22.7632 11.2543 23.8431 13.9657 23.1152C17.3528 22.2075 19.4564 21.8867 22.0038 21.8867C24.5512 21.8867 26.6547 22.2074 30.0419 23.1152C32.7571 23.843 34.5528 22.7631 36.8241 21.3955C37.2919 21.1156 37.7641 20.8315 38.2518 20.5596C40.4994 19.3078 40.8952 16.124 39.8514 13.9404C39.7276 13.6808 39.6236 13.5765 39.5956 13.5605H39.58ZM25.6991 4.86621C26.7868 4.70638 27.9108 5.12611 28.6386 5.96582C29.3784 6.81762 29.598 7.99374 29.2421 9.18945C29.0781 9.76133 28.5502 10.1338 27.9823 10.1338C27.8583 10.1338 27.7303 10.1171 27.6063 10.0771C26.9065 9.86915 26.5108 9.13341 26.7147 8.43359C26.8106 8.10584 26.7902 7.85828 26.6464 7.69434C26.4984 7.52239 26.2467 7.45357 26.0907 7.47754C25.8468 7.51352 25.695 7.62195 25.3153 7.92969C24.7075 8.42155 23.7873 9.16102 21.996 9.16113C20.2045 9.16113 19.2885 8.42158 18.6766 7.92969C18.3007 7.62575 18.1441 7.51353 17.9042 7.47754C17.7442 7.45368 17.4965 7.52248 17.3446 7.69434C17.2049 7.85827 17.1804 8.10593 17.2762 8.43359C17.4842 9.13345 17.0884 9.86919 16.3886 10.0771C15.6887 10.289 14.9529 9.88526 14.745 9.18945C14.3891 7.99375 14.6088 6.81761 15.3446 5.96582C16.0684 5.12611 17.1964 4.70638 18.2841 4.86621C19.2598 5.01017 19.856 5.49012 20.3319 5.87402C20.8317 6.27786 21.1316 6.52237 21.9911 6.52246C22.8469 6.52246 23.1514 6.27794 23.6512 5.87402C24.1271 5.49012 24.7234 5.01017 25.6991 4.86621ZM9.7782 4.7793C11.1078 4.7793 12.1853 5.85699 12.1854 7.18652C12.1854 8.51614 11.1078 9.59375 9.7782 9.59375C8.44863 9.59369 7.37098 8.51611 7.37098 7.18652C7.37108 5.85703 8.4487 4.77936 9.7782 4.7793ZM34.3329 4.7793C35.6624 4.77934 36.74 5.85702 36.7401 7.18652C36.7401 8.51612 35.6625 9.59371 34.3329 9.59375C33.0033 9.59375 31.9257 8.51614 31.9257 7.18652C31.9258 5.85699 33.0033 4.7793 34.3329 4.7793ZM9.66199 0C13.6059 4.10292e-05 15.2458 2.41974 15.3163 2.52734C15.7162 3.13522 15.5482 3.95546 14.9403 4.35938C14.7165 4.50314 14.4645 4.5752 14.2167 4.5752C13.7889 4.57512 13.3651 4.36717 13.1132 3.97949C13.0892 3.9435 12.1294 2.64356 9.6659 2.64355C7.20596 2.64355 6.24558 3.93955 6.20301 3.99902C5.7831 4.5829 4.96685 4.73897 4.37098 4.33105C3.77915 3.92316 3.61089 3.1272 4.00672 2.52734C4.0747 2.42337 5.71483 0 9.66199 0ZM34.329 0C38.2761 0 39.9203 2.42337 39.9843 2.52734C40.3841 3.13521 40.2161 3.95547 39.6083 4.35938C39.3884 4.50328 39.1364 4.57513 38.8886 4.5752C38.4607 4.5752 38.036 4.36736 37.7841 3.97949C37.7601 3.9435 36.8004 2.64355 34.3329 2.64355C31.8713 2.64365 30.9112 3.94138 30.87 3.99902C30.4501 4.5829 29.6338 4.73897 29.038 4.33105C28.4463 3.9231 28.2788 3.12714 28.6747 2.52734C28.7448 2.42029 30.3846 7.62705e-05 34.329 0Z",
|
92
|
-
fill: "#8157D5"
|
93
|
-
}
|
94
|
-
)
|
95
|
-
)
|
96
|
-
), /* @__PURE__ */ import_react.default.createElement("div", { className: "nav-wrapper" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "nav-item active" }, /* @__PURE__ */ import_react.default.createElement(
|
71
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-ticket-booking-menu-bar" }, /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement("div", { className: "logo-wrapper" }, /* @__PURE__ */ import_react.default.createElement(
|
97
72
|
"svg",
|
98
73
|
{
|
99
74
|
xmlns: "http://www.w3.org/2000/svg",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pisell/private-materials",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.11",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"module": "./es/index.js",
|
6
6
|
"types": "./lib/index.d.ts",
|
@@ -60,9 +60,9 @@
|
|
60
60
|
"react-resizable": "^3.0.5",
|
61
61
|
"styled-components": "^6.0.0-rc.3",
|
62
62
|
"@pisell/date-picker": "3.0.4",
|
63
|
-
"@pisell/
|
63
|
+
"@pisell/icon": "0.0.11",
|
64
64
|
"@pisell/utils": "3.0.0",
|
65
|
-
"@pisell/
|
65
|
+
"@pisell/materials": "6.1.5"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"react": "^18.0.0",
|