@dotss/tictoccroc 0.0.1 → 0.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/LessonNotesSection-Bg1DHFxg.js +208 -0
- package/dist/index.mjs +102 -100
- package/dist/shared/components/Calendar/Calendar.mjs +1 -1
- package/dist/shared/components/Carousel/Carousel.mjs +88 -83
- package/dist/shared/components/Carousel/CarouselSlide/CarouselSlide.mjs +1 -1
- package/dist/shared/components/Image/Image.mjs +1 -1
- package/dist/shared/components/LoadingAnnouncer/LoadingAnnouncer.mjs +1 -1
- package/dist/shared/components/Masonry/Masonry.mjs +157 -139
- package/dist/shared/components/Masonry/Masonry.utils.d.ts +5 -1
- package/dist/shared/components/Masonry/Masonry.utils.mjs +53 -52
- package/dist/shared/components/Masonry/MasonryBlock/MasonryBlock.d.ts +5 -0
- package/dist/shared/components/Masonry/MasonryBlock/MasonryBlock.mjs +93 -59
- package/dist/shared/components/MediaDialog/MediaBlock/MediaBlock.d.ts +9 -0
- package/dist/shared/components/MediaDialog/MediaBlock/MediaBlock.mjs +70 -0
- package/dist/shared/components/MediaDialog/MediaBlock/index.d.ts +2 -0
- package/dist/shared/components/MediaDialog/MediaBlock/index.mjs +4 -0
- package/dist/shared/components/MediaDialog/MediaDialog.d.ts +13 -0
- package/dist/shared/components/MediaDialog/MediaDialog.mjs +327 -0
- package/dist/shared/components/MediaDialog/MediaDialogContent/MediaDialogContent.d.ts +3 -0
- package/dist/shared/components/MediaDialog/MediaDialogContent/MediaDialogContent.mjs +23 -0
- package/dist/shared/components/MediaDialog/MediaDialogContent/index.d.ts +2 -0
- package/dist/shared/components/MediaDialog/MediaDialogContent/index.mjs +4 -0
- package/dist/shared/components/MediaDialog/MediaDialogFooter/MediaDialogFooter.d.ts +3 -0
- package/dist/shared/components/{ImageZoomDialog/ImageZoomDialogFooter/ImageZoomDialogFooter.mjs → MediaDialog/MediaDialogFooter/MediaDialogFooter.mjs} +2 -2
- package/dist/shared/components/MediaDialog/MediaDialogFooter/index.d.ts +2 -0
- package/dist/shared/components/MediaDialog/MediaDialogFooter/index.mjs +4 -0
- package/dist/shared/components/MediaDialog/MediaDialogToolbar/MediaDialogToolbar.d.ts +3 -0
- package/dist/shared/components/MediaDialog/MediaDialogToolbar/MediaDialogToolbar.mjs +22 -0
- package/dist/shared/components/MediaDialog/MediaDialogToolbar/index.d.ts +2 -0
- package/dist/shared/components/MediaDialog/MediaDialogToolbar/index.mjs +4 -0
- package/dist/shared/components/MediaDialog/index.d.ts +7 -0
- package/dist/shared/components/MediaDialog/index.mjs +12 -0
- package/dist/shared/components/Roller/Roller.d.ts +1 -1
- package/dist/shared/components/Roller/Roller.mjs +2 -2
- package/dist/shared/components/Roller/RollerBlock/RollerBlock.mjs +1 -1
- package/dist/shared/components/Roller/index.mjs +1 -1
- package/dist/shared/components/Scheduler/ScheduleBlock/ScheduleBlock.mjs +1 -1
- package/dist/shared/components/Scheduler/ScheduleEvent/ScheduleEvent.mjs +1 -1
- package/dist/shared/components/Scheduler/Scheduler.d.ts +2 -1
- package/dist/shared/components/Scheduler/Scheduler.mjs +224 -220
- package/dist/shared/components/Swiper/Swiper.mjs +54 -63
- package/dist/shared/components/Swiper/SwiperBlock/SwiperBlock.mjs +1 -1
- package/dist/shared/components/TimePicker/TimePicker.mjs +1 -1
- package/dist/shared/components/index.d.ts +2 -2
- package/dist/shared/components/index.mjs +36 -34
- package/dist/teacher/profile/components/AbilityCollection/AbilityBadge/AbilityBadge.mjs +50 -48
- package/dist/teacher/profile/components/AbilityCollection/AbilityCollection.mjs +28 -29
- package/dist/teacher/profile/components/AbilityCollection/AbilityCollection.utils.mjs +2 -2
- package/dist/teacher/profile/components/ActivityGallery/ActivityGallery.mjs +52 -47
- package/dist/teacher/profile/components/ActivityGallery/ActivityGalleryItem/ActivityGalleryItem.d.ts +3 -2
- package/dist/teacher/profile/components/ActivityGallery/ActivityGalleryItem/ActivityGalleryItem.mjs +33 -61
- package/dist/teacher/profile/components/AvailableScheduleSection/AvailableScheduleSection.mjs +40 -26
- package/dist/teacher/profile/components/CareerSection/CareerItem/CareerItem.mjs +3 -3
- package/dist/teacher/profile/components/CareerSection/CareerSection.d.ts +2 -2
- package/dist/teacher/profile/components/CareerSection/CareerSection.mjs +4 -4
- package/dist/teacher/profile/components/CertificationSection/CertificationItem/CertificationItem.mjs +2 -2
- package/dist/teacher/profile/components/CertificationSection/CertificationSection.d.ts +2 -2
- package/dist/teacher/profile/components/CertificationSection/CertificationSection.mjs +4 -4
- package/dist/teacher/profile/components/EducationSection/EducationItem/EducationItem.mjs +2 -2
- package/dist/teacher/profile/components/EducationSection/EducationSection.d.ts +2 -2
- package/dist/teacher/profile/components/EducationSection/EducationSection.mjs +4 -4
- package/dist/teacher/profile/components/LessonNotesSection/LessonNote/LessonNote.mjs +2 -2
- package/dist/teacher/profile/components/LessonNotesSection/LessonNotesSection.mjs +3 -3
- package/dist/teacher/profile/components/LessonNotesSection/index.mjs +1 -1
- package/dist/teacher/profile/components/ParentReviewSection/ParentReviewCard/ParentReviewCard.mjs +2 -2
- package/dist/teacher/profile/components/ParentReviewSection/ParentReviewSection.mjs +2 -2
- package/dist/teacher/profile/components/PreferredActivityKeywordGroup/PreferredActivityKeywordGroup.mjs +1 -1
- package/dist/teacher/profile/components/PreferredAgeGroup/PreferredAgeGroup.mjs +1 -1
- package/dist/teacher/profile/components/ProfileSummary/ProfileSummary.mjs +2 -2
- package/dist/teacher/profile/components/StatBadgeCollection/StatBadge/StatBadge.mjs +1 -1
- package/dist/teacher/profile/components/StatBadgeCollection/StatBadgeCollection.mjs +1 -1
- package/dist/teacher/profile/components/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/LessonNotesSection-Ce5Mz6W7.js +0 -196
- package/dist/shared/components/ImageZoomDialog/ImageBlock/ImageBlock.d.ts +0 -8
- package/dist/shared/components/ImageZoomDialog/ImageBlock/ImageBlock.mjs +0 -36
- package/dist/shared/components/ImageZoomDialog/ImageBlock/index.d.ts +0 -2
- package/dist/shared/components/ImageZoomDialog/ImageBlock/index.mjs +0 -4
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialog.d.ts +0 -16
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialog.mjs +0 -323
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogContent/ImageZoomDialogContent.d.ts +0 -3
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogContent/ImageZoomDialogContent.mjs +0 -23
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogContent/index.d.ts +0 -2
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogContent/index.mjs +0 -4
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogFooter/ImageZoomDialogFooter.d.ts +0 -3
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogFooter/index.d.ts +0 -2
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogFooter/index.mjs +0 -4
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogToolbar/ImageZoomDialogToolbar.d.ts +0 -3
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogToolbar/ImageZoomDialogToolbar.mjs +0 -22
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogToolbar/index.d.ts +0 -2
- package/dist/shared/components/ImageZoomDialog/ImageZoomDialogToolbar/index.mjs +0 -4
- package/dist/shared/components/ImageZoomDialog/index.d.ts +0 -6
- package/dist/shared/components/ImageZoomDialog/index.mjs +0 -10
package/dist/teacher/profile/components/ActivityGallery/ActivityGalleryItem/ActivityGalleryItem.mjs
CHANGED
|
@@ -1,69 +1,40 @@
|
|
|
1
|
-
import { jsxs as r, jsx as e, Fragment as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
primary:
|
|
9
|
-
status:
|
|
10
|
-
|
|
11
|
-
...
|
|
1
|
+
import { jsxs as r, jsx as e, Fragment as c } from "react/jsx-runtime";
|
|
2
|
+
import { Label as u, Flexbox as l, Icon as m, Typography as b } from "@dotss/ui";
|
|
3
|
+
import h from "@dotss/ui/core/useTheme";
|
|
4
|
+
import p from "../../../../../shared/components/Masonry/MasonryBlock/MasonryBlock.mjs";
|
|
5
|
+
function x({
|
|
6
|
+
children: n,
|
|
7
|
+
type: i,
|
|
8
|
+
primary: a = !1,
|
|
9
|
+
status: s,
|
|
10
|
+
index: o = 0,
|
|
11
|
+
...t
|
|
12
12
|
}) {
|
|
13
|
-
const
|
|
14
|
-
palette: { background:
|
|
15
|
-
} =
|
|
13
|
+
const {
|
|
14
|
+
palette: { background: d }
|
|
15
|
+
} = h();
|
|
16
16
|
return /* @__PURE__ */ r(
|
|
17
|
-
|
|
17
|
+
p,
|
|
18
18
|
{
|
|
19
19
|
role: "button",
|
|
20
|
-
"aria-describedby": `activity-gallery-item-status-desc-${
|
|
20
|
+
"aria-describedby": `activity-gallery-item-status-desc-${o}`,
|
|
21
21
|
borderRadius: 12,
|
|
22
|
-
...
|
|
23
|
-
inlineCSS: { position: "relative", ...
|
|
22
|
+
...t,
|
|
23
|
+
inlineCSS: { position: "relative", ...t.inlineCSS },
|
|
24
24
|
children: [
|
|
25
|
-
|
|
26
|
-
d && /* @__PURE__ */ e(
|
|
25
|
+
a && /* @__PURE__ */ e(
|
|
27
26
|
u,
|
|
28
27
|
{
|
|
29
28
|
size: "xSmall",
|
|
30
29
|
color: "orange",
|
|
31
|
-
"aria-
|
|
32
|
-
inlineCSS: { position: "absolute", top: 8, left: 8 },
|
|
30
|
+
"aria-hidden": !0,
|
|
31
|
+
inlineCSS: { position: "absolute", top: 8, left: 8, zIndex: 1 },
|
|
33
32
|
children: "대표"
|
|
34
33
|
}
|
|
35
34
|
),
|
|
36
|
-
|
|
37
|
-
o,
|
|
38
|
-
{
|
|
39
|
-
inlineCSS: {
|
|
40
|
-
position: "absolute",
|
|
41
|
-
top: "50%",
|
|
42
|
-
left: "50%",
|
|
43
|
-
transform: "translate(-50%, -50%)",
|
|
44
|
-
cursor: "pointer"
|
|
45
|
-
},
|
|
46
|
-
children: /* @__PURE__ */ e(
|
|
47
|
-
p,
|
|
48
|
-
{
|
|
49
|
-
tabIndex: i.tabIndex,
|
|
50
|
-
name: "ArrowRightFill",
|
|
51
|
-
color: "secondary",
|
|
52
|
-
size: "large",
|
|
53
|
-
"aria-label": "동영상 재생하기",
|
|
54
|
-
inlineCSS: {
|
|
55
|
-
backgroundColor: a[90],
|
|
56
|
-
"& svg": {
|
|
57
|
-
color: a.white
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
)
|
|
62
|
-
}
|
|
63
|
-
),
|
|
64
|
-
l === "REJECTED" && /* @__PURE__ */ r(m, { children: [
|
|
35
|
+
s === "REJECTED" && /* @__PURE__ */ r(c, { children: [
|
|
65
36
|
/* @__PURE__ */ e(
|
|
66
|
-
|
|
37
|
+
l,
|
|
67
38
|
{
|
|
68
39
|
alignItems: "center",
|
|
69
40
|
justifyContent: "center",
|
|
@@ -74,13 +45,13 @@ function z({
|
|
|
74
45
|
width: "100%",
|
|
75
46
|
height: "100%",
|
|
76
47
|
opacity: 0.8,
|
|
77
|
-
backgroundColor:
|
|
48
|
+
backgroundColor: d.primary,
|
|
78
49
|
zIndex: 1
|
|
79
50
|
}
|
|
80
51
|
}
|
|
81
52
|
),
|
|
82
53
|
/* @__PURE__ */ e(
|
|
83
|
-
|
|
54
|
+
m,
|
|
84
55
|
{
|
|
85
56
|
name: "AlertFill",
|
|
86
57
|
size: "xSmall",
|
|
@@ -94,13 +65,13 @@ function z({
|
|
|
94
65
|
}
|
|
95
66
|
}
|
|
96
67
|
),
|
|
97
|
-
/* @__PURE__ */ r(
|
|
98
|
-
|
|
99
|
-
"이 반려되었어요. 다시
|
|
68
|
+
/* @__PURE__ */ r(b, { id: `activity-gallery-item-status-desc-${o}`, visuallyHidden: !0, children: [
|
|
69
|
+
i === "VIDEO" || i === "VIMEO" || i === "YOUTUBE" ? "동영상" : "사진",
|
|
70
|
+
"이 반려되었어요. 다시 등록해 주세요."
|
|
100
71
|
] })
|
|
101
72
|
] }),
|
|
102
73
|
/* @__PURE__ */ e(
|
|
103
|
-
|
|
74
|
+
l,
|
|
104
75
|
{
|
|
105
76
|
"aria-hidden": !0,
|
|
106
77
|
inlineCSS: {
|
|
@@ -111,14 +82,15 @@ function z({
|
|
|
111
82
|
height: "100%",
|
|
112
83
|
border: "1px solid rgba(0, 0, 0, 0.05)",
|
|
113
84
|
zIndex: 1,
|
|
114
|
-
borderRadius:
|
|
85
|
+
borderRadius: t.borderRadius || 12
|
|
115
86
|
}
|
|
116
87
|
}
|
|
117
|
-
)
|
|
88
|
+
),
|
|
89
|
+
n
|
|
118
90
|
]
|
|
119
91
|
}
|
|
120
92
|
);
|
|
121
93
|
}
|
|
122
94
|
export {
|
|
123
|
-
|
|
95
|
+
x as default
|
|
124
96
|
};
|
package/dist/teacher/profile/components/AvailableScheduleSection/AvailableScheduleSection.mjs
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as w, useState as S } from "react";
|
|
3
|
-
import { Flexbox as n, Typography as
|
|
4
|
-
import R from "
|
|
5
|
-
import D from "
|
|
3
|
+
import { Flexbox as n, Typography as o, Button as k, Icon as I } from "@dotss/ui";
|
|
4
|
+
import R from "@dotss/ui/core/useTheme";
|
|
5
|
+
import D from "@dotss/ui/Switch";
|
|
6
6
|
import j from "../../../../shared/components/Image/Image.mjs";
|
|
7
7
|
import A from "../../../../shared/components/Scheduler/Scheduler.mjs";
|
|
8
8
|
import "dayjs";
|
|
9
9
|
import "../../../../shared/utils/getDateRange/getDateRange.mjs";
|
|
10
10
|
const U = w(
|
|
11
11
|
function({
|
|
12
|
-
children:
|
|
13
|
-
title:
|
|
12
|
+
children: m,
|
|
13
|
+
title: g = "수업 가능 일정",
|
|
14
14
|
action: c,
|
|
15
15
|
footer: r,
|
|
16
16
|
flat: s = !1,
|
|
17
|
-
schedulerProps:
|
|
17
|
+
schedulerProps: p,
|
|
18
18
|
enableToggle: h = !0,
|
|
19
19
|
teacherStatus: i,
|
|
20
|
-
...
|
|
21
|
-
},
|
|
20
|
+
...a
|
|
21
|
+
}, v) {
|
|
22
22
|
const {
|
|
23
|
-
palette: { grey:
|
|
23
|
+
palette: { grey: b, background: f }
|
|
24
24
|
} = R(), [t, C] = S(!1), x = () => C((d) => !d), y = (d) => {
|
|
25
|
-
var
|
|
26
|
-
return (
|
|
25
|
+
var u;
|
|
26
|
+
return (u = i.onChange) == null ? void 0 : u.call(i, d);
|
|
27
27
|
};
|
|
28
28
|
return /* @__PURE__ */ l(
|
|
29
29
|
n,
|
|
30
30
|
{
|
|
31
|
-
ref:
|
|
31
|
+
ref: v,
|
|
32
32
|
tag: "section",
|
|
33
33
|
flexDirection: "column",
|
|
34
34
|
gap: 4,
|
|
35
35
|
"aria-labelledby": "available-schedule-section-title",
|
|
36
36
|
"aria-describedby": r ? "available-schedule-section-footer" : void 0,
|
|
37
|
-
...
|
|
37
|
+
...a,
|
|
38
38
|
inlineCSS: {
|
|
39
39
|
width: "100%",
|
|
40
|
-
...
|
|
40
|
+
...a == null ? void 0 : a.inlineCSS
|
|
41
41
|
},
|
|
42
42
|
children: [
|
|
43
|
-
/* @__PURE__ */ e(
|
|
43
|
+
/* @__PURE__ */ e(o, { id: "available-schedule-section-title", tag: "h2", variant: "h2B", children: g }),
|
|
44
44
|
i.active && /* @__PURE__ */ l(n, { flexDirection: "column", gap: 2, children: [
|
|
45
45
|
/* @__PURE__ */ l(
|
|
46
46
|
n,
|
|
@@ -48,7 +48,7 @@ const U = w(
|
|
|
48
48
|
flexDirection: "column",
|
|
49
49
|
inlineCSS: {
|
|
50
50
|
...s ? void 0 : {
|
|
51
|
-
border: `1px solid ${
|
|
51
|
+
border: `1px solid ${b[20]}`,
|
|
52
52
|
borderRadius: 12
|
|
53
53
|
},
|
|
54
54
|
maxHeight: t ? void 0 : h ? 384 : void 0,
|
|
@@ -61,8 +61,8 @@ const U = w(
|
|
|
61
61
|
{
|
|
62
62
|
id: "available-schedule-section-scheduler",
|
|
63
63
|
"aria-labelledby": "available-schedule-section-title",
|
|
64
|
-
...
|
|
65
|
-
children:
|
|
64
|
+
...p,
|
|
65
|
+
children: m
|
|
66
66
|
}
|
|
67
67
|
),
|
|
68
68
|
h && /* @__PURE__ */ e(
|
|
@@ -79,7 +79,7 @@ const U = w(
|
|
|
79
79
|
bottom: 0,
|
|
80
80
|
borderTopRightRadius: 0,
|
|
81
81
|
borderTopLeftRadius: 0,
|
|
82
|
-
backgroundColor:
|
|
82
|
+
backgroundColor: b.white,
|
|
83
83
|
zIndex: 1
|
|
84
84
|
},
|
|
85
85
|
children: t ? "접기" : "펼쳐보기"
|
|
@@ -100,19 +100,21 @@ const U = w(
|
|
|
100
100
|
width: "inherit"
|
|
101
101
|
},
|
|
102
102
|
children: [
|
|
103
|
-
/* @__PURE__ */ e(
|
|
103
|
+
/* @__PURE__ */ e(o, { tag: "label", variant: "h4M", htmlFor: "available-schedule-section-switch", children: "활동 여부" }),
|
|
104
104
|
/* @__PURE__ */ e(
|
|
105
105
|
D,
|
|
106
106
|
{
|
|
107
|
-
id: "available-schedule-section-switch",
|
|
108
107
|
selected: !!i.active,
|
|
109
|
-
onChange: y
|
|
108
|
+
onChange: y,
|
|
109
|
+
inputProps: {
|
|
110
|
+
id: "available-schedule-section-switch"
|
|
111
|
+
}
|
|
110
112
|
}
|
|
111
113
|
)
|
|
112
114
|
]
|
|
113
115
|
}
|
|
114
116
|
),
|
|
115
|
-
|
|
117
|
+
!i.active && /* @__PURE__ */ l(
|
|
116
118
|
n,
|
|
117
119
|
{
|
|
118
120
|
role: "status",
|
|
@@ -124,9 +126,11 @@ const U = w(
|
|
|
124
126
|
alignItems: "center",
|
|
125
127
|
justifyContent: "center",
|
|
126
128
|
gap: 2,
|
|
129
|
+
"aria-labelledby": "available-schedule-section-status-title",
|
|
130
|
+
"aria-describedby": "available-schedule-section-status-desc",
|
|
127
131
|
inlineCSS: {
|
|
128
132
|
borderRadius: 8,
|
|
129
|
-
backgroundColor:
|
|
133
|
+
backgroundColor: f.primary
|
|
130
134
|
},
|
|
131
135
|
children: [
|
|
132
136
|
/* @__PURE__ */ e(
|
|
@@ -139,10 +143,20 @@ const U = w(
|
|
|
139
143
|
"aria-hidden": !0
|
|
140
144
|
}
|
|
141
145
|
),
|
|
142
|
-
/* @__PURE__ */ e(a, { tag: "h3", variant: "h4B", textAlign: "center", children: i.fallback.title || "쉬는 중일 때는 수업 요청이 오지 않아요!" }),
|
|
143
146
|
/* @__PURE__ */ e(
|
|
144
|
-
|
|
147
|
+
o,
|
|
148
|
+
{
|
|
149
|
+
id: "available-schedule-section-status-title",
|
|
150
|
+
tag: "h3",
|
|
151
|
+
variant: "h4B",
|
|
152
|
+
textAlign: "center",
|
|
153
|
+
children: i.fallback.title || "쉬는 중일 때는 수업 요청이 오지 않아요!"
|
|
154
|
+
}
|
|
155
|
+
),
|
|
156
|
+
/* @__PURE__ */ e(
|
|
157
|
+
o,
|
|
145
158
|
{
|
|
159
|
+
id: "available-schedule-section-status-desc",
|
|
146
160
|
tag: "p",
|
|
147
161
|
variant: "b4R",
|
|
148
162
|
color: "grey.70",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i, jsxs as e, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import { useId as D } from "react";
|
|
3
|
-
import { Flexbox as t, Label as j, Typography as g, Icon as h } from "
|
|
4
|
-
import p from "
|
|
5
|
-
import { useCheckHoverPossible as E } from "
|
|
3
|
+
import { Flexbox as t, Label as j, Typography as g, Icon as h } from "@dotss/ui";
|
|
4
|
+
import p from "@dotss/ui/core/useTheme";
|
|
5
|
+
import { useCheckHoverPossible as E } from "@dotss/ui/hooks";
|
|
6
6
|
import s from "dayjs";
|
|
7
7
|
function A({
|
|
8
8
|
title: v,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { FlexboxProps } from 'node_modules/@dotss/ui/Flexbox/Flexbox';
|
|
3
3
|
export interface CareerSectionProps extends FlexboxProps {
|
|
4
|
-
hideTooltip?: boolean;
|
|
5
4
|
action?: ReactNode;
|
|
5
|
+
showTooltip?: boolean;
|
|
6
6
|
enableToggle?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare function CareerSection({ children,
|
|
8
|
+
declare function CareerSection({ children, action, showTooltip, enableToggle, ...props }: CareerSectionProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default CareerSection;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as i, jsx as t, Fragment as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u, Children as b, isValidElement as O } from "react";
|
|
3
|
-
import { Flexbox as r, Typography as p, Tooltip as T, Icon as f, Button as Y } from "
|
|
4
|
-
import A from "
|
|
3
|
+
import { Flexbox as r, Typography as p, Tooltip as T, Icon as f, Button as Y } from "@dotss/ui";
|
|
4
|
+
import A from "@dotss/ui/core/useTheme";
|
|
5
5
|
import g from "dayjs";
|
|
6
6
|
import M from "./CareerItem/CareerItem.mjs";
|
|
7
7
|
function G({
|
|
8
8
|
children: y,
|
|
9
|
-
hideTooltip: w = !1,
|
|
10
9
|
action: S,
|
|
10
|
+
showTooltip: w = !1,
|
|
11
11
|
enableToggle: C = !1,
|
|
12
12
|
...o
|
|
13
13
|
}) {
|
|
@@ -54,7 +54,7 @@ function G({
|
|
|
54
54
|
children: "경력"
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
|
-
|
|
57
|
+
w && /* @__PURE__ */ t(
|
|
58
58
|
T,
|
|
59
59
|
{
|
|
60
60
|
open: I,
|
package/dist/teacher/profile/components/CertificationSection/CertificationItem/CertificationItem.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { useId as u } from "react";
|
|
3
|
-
import { Flexbox as a, Typography as g, Icon as c } from "
|
|
3
|
+
import { Flexbox as a, Typography as g, Icon as c } from "@dotss/ui";
|
|
4
4
|
import y from "/Users/x/WebstormProjects/dotss/node_modules/.pnpm/@dotss+ui@0.0.10_@emotion+react@11.14.0_@types+react@19.1.6_react@18.3.1__@emotion+styl_fdc48194e396bad48e1a88da53a8b49d/node_modules/@dotss/ui/core/useTheme.es.js";
|
|
5
|
-
import { useCheckHoverPossible as C } from "
|
|
5
|
+
import { useCheckHoverPossible as C } from "@dotss/ui/hooks";
|
|
6
6
|
function E({ name: b, acquisitionDate: h, status: o, ...e }) {
|
|
7
7
|
const t = u(), { isHoverPossible: s } = C(), {
|
|
8
8
|
palette: { grey: m },
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { FlexboxProps } from 'node_modules/@dotss/ui/Flexbox/Flexbox';
|
|
3
3
|
export interface CertificationSectionProps extends FlexboxProps {
|
|
4
|
-
hideTooltip?: boolean;
|
|
5
4
|
action?: ReactNode;
|
|
5
|
+
showTooltip?: boolean;
|
|
6
6
|
enableToggle?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare function CertificationList({ children,
|
|
8
|
+
declare function CertificationList({ children, action, showTooltip, enableToggle, ...props }: CertificationSectionProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default CertificationList;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as m, Children as p, isValidElement as v } from "react";
|
|
3
|
-
import { Flexbox as i, Typography as y, Tooltip as j, Icon as a, Button as k } from "
|
|
4
|
-
import D from "
|
|
3
|
+
import { Flexbox as i, Typography as y, Tooltip as j, Icon as a, Button as k } from "@dotss/ui";
|
|
4
|
+
import D from "@dotss/ui/core/useTheme";
|
|
5
5
|
import E from "./CertificationItem/CertificationItem.mjs";
|
|
6
6
|
function z({
|
|
7
7
|
children: s,
|
|
8
|
-
hideTooltip: g = !1,
|
|
9
8
|
action: d,
|
|
9
|
+
showTooltip: g = !1,
|
|
10
10
|
enableToggle: f = !1,
|
|
11
11
|
...n
|
|
12
12
|
}) {
|
|
@@ -38,7 +38,7 @@ function z({
|
|
|
38
38
|
children: "자격증"
|
|
39
39
|
}
|
|
40
40
|
),
|
|
41
|
-
|
|
41
|
+
g && /* @__PURE__ */ t(
|
|
42
42
|
j,
|
|
43
43
|
{
|
|
44
44
|
open: x,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { useId as y } from "react";
|
|
3
|
-
import { Flexbox as c, Typography as d, Icon as m } from "
|
|
3
|
+
import { Flexbox as c, Typography as d, Icon as m } from "@dotss/ui";
|
|
4
4
|
import C from "/Users/x/WebstormProjects/dotss/node_modules/.pnpm/@dotss+ui@0.0.10_@emotion+react@11.14.0_@types+react@19.1.6_react@18.3.1__@emotion+styl_fdc48194e396bad48e1a88da53a8b49d/node_modules/@dotss/ui/core/useTheme.es.js";
|
|
5
|
-
import { useCheckHoverPossible as v } from "
|
|
5
|
+
import { useCheckHoverPossible as v } from "@dotss/ui/hooks";
|
|
6
6
|
function R({ name: f, status: g, major: u, academicStatus: o, ...e }) {
|
|
7
7
|
const l = y(), { isHoverPossible: s } = v(), {
|
|
8
8
|
palette: { grey: a },
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { FlexboxProps } from 'node_modules/@dotss/ui/Flexbox/Flexbox';
|
|
3
3
|
export interface EducationSectionProps extends FlexboxProps {
|
|
4
|
-
hideTooltip?: boolean;
|
|
5
4
|
action?: ReactNode;
|
|
5
|
+
showTooltip?: boolean;
|
|
6
6
|
enableToggle?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare function EducationSection({ children,
|
|
8
|
+
declare function EducationSection({ children, action, showTooltip, enableToggle, ...props }: EducationSectionProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default EducationSection;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u, Children as p, isValidElement as v } from "react";
|
|
3
|
-
import { Flexbox as n, Typography as f, Tooltip as E, Icon as c, Button as j } from "
|
|
4
|
-
import k from "
|
|
3
|
+
import { Flexbox as n, Typography as f, Tooltip as E, Icon as c, Button as j } from "@dotss/ui";
|
|
4
|
+
import k from "@dotss/ui/core/useTheme";
|
|
5
5
|
import D from "./EducationItem/EducationItem.mjs";
|
|
6
6
|
function B({
|
|
7
7
|
children: s,
|
|
8
|
-
hideTooltip: y = !1,
|
|
9
8
|
action: d,
|
|
9
|
+
showTooltip: y = !1,
|
|
10
10
|
enableToggle: h = !1,
|
|
11
11
|
...i
|
|
12
12
|
}) {
|
|
@@ -38,7 +38,7 @@ function B({
|
|
|
38
38
|
children: "학력"
|
|
39
39
|
}
|
|
40
40
|
),
|
|
41
|
-
|
|
41
|
+
y && /* @__PURE__ */ e(
|
|
42
42
|
E,
|
|
43
43
|
{
|
|
44
44
|
open: g,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Typography as l, Flexbox as g, Label as u } from "
|
|
3
|
-
import x from "
|
|
2
|
+
import { Typography as l, Flexbox as g, Label as u } from "@dotss/ui";
|
|
3
|
+
import x from "@dotss/ui/core/useTheme";
|
|
4
4
|
import y from "dayjs";
|
|
5
5
|
import C from "../../../../../shared/components/Roller/RollerBlock/RollerBlock.mjs";
|
|
6
6
|
import { getChildLabel as S } from "../LessonNotesSection.utils.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
4
|
-
import "
|
|
5
|
-
import { L as a } from "../../../../LessonNotesSection-
|
|
3
|
+
import "@dotss/ui";
|
|
4
|
+
import "@dotss/ui/core/useTheme";
|
|
5
|
+
import { L as a } from "../../../../LessonNotesSection-Bg1DHFxg.js";
|
|
6
6
|
export {
|
|
7
7
|
a as default
|
|
8
8
|
};
|
package/dist/teacher/profile/components/ParentReviewSection/ParentReviewCard/ParentReviewCard.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useRef as z, useEffect as j } from "react";
|
|
3
|
-
import { Flexbox as i, Icon as u, Typography as t, Button as D } from "
|
|
4
|
-
import H from "
|
|
3
|
+
import { Flexbox as i, Icon as u, Typography as t, Button as D } from "@dotss/ui";
|
|
4
|
+
import H from "@dotss/ui/core/useTheme";
|
|
5
5
|
import Y from "dayjs";
|
|
6
6
|
import { getChildLabel as k } from "../ParentReviewSection.utils.mjs";
|
|
7
7
|
function B({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as m } from "react";
|
|
3
|
-
import { Flexbox as i, Typography as l, Button as s, Icon as h } from "
|
|
4
|
-
import p from "
|
|
3
|
+
import { Flexbox as i, Typography as l, Button as s, Icon as h } from "@dotss/ui";
|
|
4
|
+
import p from "@dotss/ui/core/useTheme";
|
|
5
5
|
const v = m(
|
|
6
6
|
({ children: c, totalCount: o, onClickViewAll: a, ...e }, g) => {
|
|
7
7
|
const {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as d, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { Flexbox as t, Typography as c, Label as g } from "
|
|
2
|
+
import { Flexbox as t, Typography as c, Label as g } from "@dotss/ui";
|
|
3
3
|
function f({
|
|
4
4
|
keywords: r,
|
|
5
5
|
title: a = "자신 있는 활동 키워드",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as a, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { Flexbox as t, Typography as g, Label as c } from "
|
|
2
|
+
import { Flexbox as t, Typography as g, Label as c } from "@dotss/ui";
|
|
3
3
|
function u({ keywords: r, action: n, ...e }) {
|
|
4
4
|
return /* @__PURE__ */ a(
|
|
5
5
|
t,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e, Fragment as C } from "react/jsx-runtime";
|
|
2
2
|
import { useState as E, useRef as F, useEffect as J } from "react";
|
|
3
|
-
import { Flexbox as r, Typography as t, Icon as d, Label as B, Button as G } from "
|
|
4
|
-
import K from "
|
|
3
|
+
import { Flexbox as r, Typography as t, Icon as d, Label as B, Button as G } from "@dotss/ui";
|
|
4
|
+
import K from "@dotss/ui/core/useTheme";
|
|
5
5
|
import I from "dayjs";
|
|
6
6
|
import N from "dayjs/plugin/relativeTime";
|
|
7
7
|
import O from "../../../../shared/components/Image/Image.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { Label as e } from "
|
|
2
|
+
import { Label as e } from "@dotss/ui";
|
|
3
3
|
import s from "../../../../../shared/components/Image/Image.mjs";
|
|
4
4
|
function n({ type: l, percent: t, ...i }) {
|
|
5
5
|
return l === "creativeArt" ? /* @__PURE__ */ r(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Flexbox as a, Icon as t, Typography as i } from "
|
|
2
|
+
import { Flexbox as a, Icon as t, Typography as i } from "@dotss/ui";
|
|
3
3
|
function p({
|
|
4
4
|
children: l,
|
|
5
5
|
hideDescription: o = !1,
|
|
@@ -16,7 +16,7 @@ import { default as K } from "./AbilityCollection/AbilityCollection.mjs";
|
|
|
16
16
|
import { default as R } from "./AbilityCollection/AbilityBadge/AbilityBadge.mjs";
|
|
17
17
|
import { getAbilityCollection as j } from "./AbilityCollection/AbilityCollection.utils.mjs";
|
|
18
18
|
import { default as q } from "./AvailableScheduleSection/AvailableScheduleSection.mjs";
|
|
19
|
-
import { L as D } from "../../../LessonNotesSection-
|
|
19
|
+
import { L as D } from "../../../LessonNotesSection-Bg1DHFxg.js";
|
|
20
20
|
import { default as H } from "./LessonNotesSection/LessonNote/LessonNote.mjs";
|
|
21
21
|
import { default as M } from "./ParentReviewSection/ParentReviewSection.mjs";
|
|
22
22
|
import { default as Q } from "./ParentReviewSection/ParentReviewCard/ParentReviewCard.mjs";
|
package/package.json
CHANGED