@tipp/ui 2.0.1 → 2.0.3
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/app/index.cjs +2 -7
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +6 -6
- package/dist/app/platform/edit-coaching-time.cjs +2 -7
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +3 -3
- package/dist/app/platform/edit-service-type.cjs +2 -7
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +2 -2
- package/dist/app/platform/goal-manage-card-edit.cjs +2 -7
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +3 -3
- package/dist/app/platform/on-offline-radio-card.cjs +2 -7
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +2 -2
- package/dist/app/platform/reservation-card.cjs +2 -7
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +3 -3
- package/dist/app/platform/session-card.cjs +2 -7
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +4 -4
- package/dist/chunk-A2NYBAVH.js +281 -0
- package/dist/chunk-A2NYBAVH.js.map +1 -0
- package/dist/chunk-GLRDUHQR.js +63 -0
- package/dist/chunk-GLRDUHQR.js.map +1 -0
- package/dist/chunk-JPZNEPCW.js +144 -0
- package/dist/chunk-JPZNEPCW.js.map +1 -0
- package/dist/chunk-KDEUSAQW.js +145 -0
- package/dist/chunk-KDEUSAQW.js.map +1 -0
- package/dist/chunk-QOUGBWAQ.js +96 -0
- package/dist/chunk-QOUGBWAQ.js.map +1 -0
- package/dist/chunk-TF3Q4TQM.js +174 -0
- package/dist/chunk-TF3Q4TQM.js.map +1 -0
- package/dist/index.cjs +2 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -9
- package/dist/molecules/date-picker/date-picker-button.cjs +2 -7
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +2 -2
- package/dist/molecules/date-picker/index.cjs +2 -7
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.d.cts +2 -3
- package/dist/molecules/date-picker/index.d.ts +2 -3
- package/dist/molecules/date-picker/index.js +1 -1
- package/dist/molecules/index.cjs +2 -7
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +2 -2
- package/package.json +3 -3
- package/src/molecules/date-picker/index.tsx +1 -10
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ReservationCard
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-A2NYBAVH.js";
|
|
4
4
|
import "../../chunk-4QWYV2QX.js";
|
|
5
5
|
import "../../chunk-VHORRGZJ.js";
|
|
6
6
|
import "../../chunk-K3EDEQP6.js";
|
|
7
7
|
import "../../chunk-WDUSQ6HR.js";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-GLRDUHQR.js";
|
|
9
|
+
import "../../chunk-QOUGBWAQ.js";
|
|
10
10
|
import "../../chunk-45DIMUO4.js";
|
|
11
11
|
import "../../chunk-SLXXCM56.js";
|
|
12
12
|
import "../../chunk-CJ272WFS.js";
|
|
@@ -1244,19 +1244,14 @@ var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
|
1244
1244
|
|
|
1245
1245
|
// src/molecules/date-picker/index.tsx
|
|
1246
1246
|
var import_react22 = require("react");
|
|
1247
|
-
var
|
|
1248
|
-
var import_react_datepicker = require("react-datepicker");
|
|
1249
|
-
var import_locale = require("date-fns/locale");
|
|
1247
|
+
var import_react_datepicker = __toESM(require("react-datepicker"), 1);
|
|
1250
1248
|
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1251
|
-
(0, import_react_datepicker.registerLocale)("ko", import_locale.ko);
|
|
1252
|
-
(0, import_react_datepicker.setDefaultLocale)("ko");
|
|
1253
|
-
var ReactDatePicker = RDP.default.default || RDP.default || RDP;
|
|
1254
1249
|
var DatePicker = (0, import_react22.forwardRef)(
|
|
1255
1250
|
(props, ref) => {
|
|
1256
1251
|
const _a = props, { fullWidth } = _a, rest = __objRest(_a, ["fullWidth"]);
|
|
1257
1252
|
const fullWidthClassName = fullWidth ? "full-width" : "";
|
|
1258
1253
|
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes22.Flex, { p: "0", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1259
|
-
|
|
1254
|
+
import_react_datepicker.default,
|
|
1260
1255
|
__spreadProps(__spreadValues({
|
|
1261
1256
|
dateFormat: "YYYY/MM/dd",
|
|
1262
1257
|
nextMonthButtonLabel: "\uB2E4\uC74C \uB2EC",
|