@zimyo/engage 0.0.38 → 0.0.40
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/description/description.d.ts +1 -2
- package/dist/main.cjs +245 -252
- package/dist/main.js +25426 -23190
- package/dist/shared/constants/endpoints.d.ts +32 -17
- package/dist/shared/utils/utils.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +15 -6
|
@@ -1,21 +1,11 @@
|
|
|
1
|
-
export declare const LOGIN_API = "guest/user/login";
|
|
2
|
-
export declare const AUTHENTICATE_TOKEN = "guest/user/authenticateToken";
|
|
3
|
-
export declare const SEARCH_EMPLOYEES = "admin/employee/search";
|
|
4
|
-
export declare const FETCH_MASTER_BADGES = "admin/badge-master/list";
|
|
5
|
-
export declare const FECTCH_SKILL_RATING_LIST = "admin/org-rating-skill/list";
|
|
6
|
-
export declare const FETCH_APPRECIATION_LIST = "admin/appreciation/list";
|
|
7
|
-
export declare const CREATE_APPRECIATION = "admin/appreciation/create";
|
|
8
|
-
export declare const FETCH_FEEDBACK_LIST = "admin/feedback/list";
|
|
9
|
-
export declare const CREATE_FEEDBACK = "admin/feedback/create";
|
|
10
|
-
export declare const FETCH_ONE_TO_ONE_LIST = "admin/meeting/list";
|
|
11
|
-
export declare const FETCH_MEETING_LIST = "admin/meeting";
|
|
12
|
-
export declare const CREATE_MEETING = "admin/meeting/create";
|
|
13
|
-
export declare const RESCHEDULE_ONE_TO_ONE = "admin/meeting/reschedule";
|
|
14
|
-
export declare const UPDATE_ONE_TO_ONE = "admin/meeting/update";
|
|
15
|
-
export declare const CREATE_MEETING_REMARK = "admin/meeting/remark/create";
|
|
16
|
-
export declare const GET_SEARCH_FIELDS = "common/get-form-master";
|
|
17
|
-
export declare const GET_FORM_FIELDS = "common/get-form-field";
|
|
18
1
|
export declare const APIS: {
|
|
2
|
+
AUTH: {
|
|
3
|
+
LOGIN: string;
|
|
4
|
+
AUTHENTICATE_TOKEN: string;
|
|
5
|
+
};
|
|
6
|
+
EMPLOYEE: {
|
|
7
|
+
SEARCH: string;
|
|
8
|
+
};
|
|
19
9
|
ORG_SETTING: {
|
|
20
10
|
FETCH: string;
|
|
21
11
|
UPDATE: string;
|
|
@@ -26,4 +16,29 @@ export declare const APIS: {
|
|
|
26
16
|
UPDATE: string;
|
|
27
17
|
DELETE: string;
|
|
28
18
|
};
|
|
19
|
+
APPRECIATION: {
|
|
20
|
+
FETCH: string;
|
|
21
|
+
CREATE: string;
|
|
22
|
+
};
|
|
23
|
+
FEEDBACK: {
|
|
24
|
+
FETCH: string;
|
|
25
|
+
CREATE: string;
|
|
26
|
+
RATING_SKILLS: {
|
|
27
|
+
FETCH: string;
|
|
28
|
+
};
|
|
29
|
+
FORM_FIELDS: {
|
|
30
|
+
GET: string;
|
|
31
|
+
SEARCH: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
ONE_TO_ONE: {
|
|
35
|
+
FETCH: string;
|
|
36
|
+
FETCH_ONE: string;
|
|
37
|
+
CREATE: string;
|
|
38
|
+
UPDATE: string;
|
|
39
|
+
RESCHEDULE: string;
|
|
40
|
+
REMARK: {
|
|
41
|
+
CREATE: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
29
44
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.overview__container__bg{width:100%!important;overflow:scroll;font-style:normal;padding:10px!important;background-color:#fafbfc;display:flex;flex-direction:column;gap:1rem}.avatar_container{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px;gap:.5rem}.all__upload__images{margin:1rem 0rem;position:relative;box-shadow:#0000000d 0 1px 2px;width:100px;height:100px;border:1px solid #333}.all__upload__images>img{width:100%;height:100%}.all__upload__images button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}.pdfView__preview{margin:20px 0;position:relative;padding:8px;width:243px;height:auto;background:#fff;border:1px solid #E8E8EA;border-radius:4px;display:flex}.pdfView__preview p{font-weight:400;font-size:14px;line-height:25px;display:flex;align-items:center;padding:0;margin:0;color:#262626}.pdfView__preview button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}.main__upload__box{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;width:100%}.input-date{height:40px;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.form_error{display:flex;align-items:center;gap:.5rem;font-size:13px;color:red;margin-top:10px;margin-left:5px}.form_error p{margin:0!important;color:red}.one__icons__bottom{display:flex;align-items:center;margin-left:30px}.one__icons__bottom>p{margin-right:20px;display:flex;align-items:center;font-weight:400;font-size:12px;color:#615e69}.one__icons__bottom>p>span{display:flex;align-items:center;justify-content:center}.one__icons__bottom>p>span>svg{width:14px;height:14px;color:#615e69;margin-right:10px}.images__structure{display:flex;flex-flow:wrap;column-gap:20px;margin-top:15px}.images__structure img{width:100px;height:100px;object-fit:cover;border:1px solid #eee;background-color:#f2f2f2;margin-bottom:20px}.overlay{position:fixed;display:flex;width:100%;height:100%;inset:0;cursor:pointer;align-items:center;justify-content:center;background-color:#fff;z-index:999}.overlay-component{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transform:-webkit-translate(-50%,-50%);transform:-moz-translate(-50%,-50%);transform:-ms-translate(-50%,-50%);background-color:#fff0;z-index:999}.toggle-button-group{background:#f3f3f3;border-radius:4px;padding:0}.toggle-button-group>button{padding:7px 20px!important;font-weight:400;font-size:14px;line-height:18px;text-align:center;color:#615e69;border-radius:4px!important;margin:2px;border:none!important}._container_146t7_1{overflow:auto;display:flex;flex-direction:column;gap:1rem}._badges_container_146t7_8{gap:.5rem;display:flex;flex-direction:column}._badges_container_title_146t7_15{font-size:14px;font-weight:600}._active_badge_146t7_20{border:1px solid rgba(10,122,255,.2);border-radius:8px}._badge_card_146t7_25{display:flex;flex-direction:row;align-items:center;padding:8px;gap:10px;width:100%;background:#fff;border-radius:8px}._badge_card_146t7_25 h3{font-style:normal;font-weight:600;font-size:14px;line-height:17px;margin:0 0 4px;padding:0;color:#172b4d}._badge_card_146t7_25 p{font-style:normal;font-weight:400;font-size:12px;line-height:15px;margin:0;padding:0;display:flex;align-items:center;color:#a5a3a9}._badge_card_146t7_25:hover{cursor:pointer}._feedback__appreciation_eow5e_1{text-align:center}._feedback__appreciation_eow5e_1>h3{font-style:normal;font-weight:600;font-size:14px;line-height:17px;color:#172b4d}._feedback__appreciation_eow5e_1>p{word-break:break-all}._feedback__rating_eow5e_18{display:block;padding:12px;background:#fff;border:1px solid #EBECF0;border-radius:4px;margin-bottom:20px}._feedback__rating_eow5e_18 h4{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0}._feedback__rating_eow5e_18>p{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#172b4d;word-break:break-all}._icon__appriciate_eow5e_47{margin-right:17px;align-items:center;display:flex;justify-content:center}._box__appriciate_eow5e_54{display:flex}._box__top_appriciate_eow5e_58{display:flex;width:100%;align-items:center;justify-content:"center"}._box__top_appriciate_eow5e_58 h3{padding:0;margin:0;font-size:18px;line-height:20px;font-weight:600;cursor:pointer}._box__top_appriciate_eow5e_58 p{padding:0;margin:7px 0 0;font-size:15px;color:#615e83;font:600}._summury__box_outline_eow5e_82{background:#fff;border:1px solid #e8e8ea;border-radius:4px;margin-bottom:20px;padding:25px 20px}._feedback__rating_1ihre_3{display:block;padding:12px;background:#fff;border:1px solid #EBECF0;border-radius:4px;margin-bottom:20px}._feedback__rating_1ihre_3 h4{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0}._feedback__rating_1ihre_3>p{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#172b4d;word-break:break-all}._previeww__color_1ihre_33{font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center;color:#4c8bff;margin-top:4px;cursor:pointer}._skill__btns_1ihre_44{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;color:#4c70ff}._item__centerdirector_1ihre_57{display:flex;align-items:center}._custom-descriptions-title_17b5o_10{font-weight:600;font-size:16px;line-height:24px}._custom-descriptions-item-label_17b5o_25{font-weight:400;font-size:14px;line-height:19px;letter-spacing:.02em;color:#4f4f4f}._custom-descriptions-item-content_17b5o_34{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d}._schedule__employee_9whs1_2{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px}._skill__btns_9whs1_15{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;word-break:break-all;color:#4c70ff}._item__centerdirector_9whs1_30{display:flex;align-items:center}._closeRatingicon_9whs1_35{color:#757575;margin-left:10px;margin-top:5px;cursor:pointer}._footer__upload_assets_9whs1_42{opacity:.5!important;padding-right:15px}._one__to__one__card_1l6m1_1{display:block;padding:12px;width:100%;height:78px;background:#fff;border:1px solid #EBECF0;border-radius:4px}._one__to__one__card__top_1l6m1_11{display:flex;justify-content:space-between;align-items:center}._one__to__one__icon_1l6m1_17{display:flex;flex-direction:row;align-items:flex-start;padding:4px;width:20px;height:20px;background:#f6faff;border-radius:20px;margin-right:12px}._one__to__one__icon_1l6m1_17>svg{color:#4c8bff;width:12px;height:12px}._one__to__one__card__top_1l6m1_11 h3{font-weight:600;font-size:16px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0;word-break:break-all}._one__to__one__card__top_1l6m1_11 h3 span{font-weight:400;font-size:14px;line-height:22px;margin-left:12px;display:flex;align-items:center;color:#fac800}._face__to__face_1l6m1_58{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#172b4d}._one__to__one__cancel_1l6m1_73{font-weight:400;font-size:14px;line-height:18px;height:20px!important;cursor:pointer;align-items:center;text-align:center;letter-spacing:.1px;color:red!important}._meeting__details_75256_1{padding:30px}._meeting__details__topbox_75256_5{clear:both}._meeting__details__topbox_75256_5 h3{font-style:normal;font-weight:600;font-size:20px;line-height:27px;color:#172b4d;padding:0;margin:0;display:flex;align-items:center}._meeting__details__topbox_75256_5 ._meeting-desc_75256_21{word-wrap:break-word}._meeting__details__topbox_75256_5 h3 span{font-style:normal;font-weight:400;font-size:14px;line-height:22px;margin-left:10px}._meeting__details__topbox_75256_5 p{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#a5a3a9}._bottom_create_loaction_75256_42{display:flex}._bottom_create_loaction_75256_42>p{font-size:12px;line-height:22px;display:flex;align-items:center;color:#b3b3b3;padding-right:10px;margin-right:10px}._bottom_create_loaction_75256_42>p:not(:last-child){border-right:1px solid #B3B3B3}._bottom_create_loaction_75256_42>p>span{font-weight:400;font-size:14px;line-height:22px;display:flex;align-items:center;color:#615e69;margin-left:10px}._date__time__box_75256_71{clear:auto;display:flex}._date__time__box_75256_71>p{display:flex;justify-content:center;align-items:center;padding:6px 12px;height:28px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#615e69;margin-right:24px}._date__time__box_75256_71>p>span>svg{color:#615e69;width:14px;height:14px;margin-right:10px;float:left}._connected__meeting_75256_100{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:19px;color:#615e69}._connected__meeting_75256_100>span{display:flex;align-items:center;justify-content:center}._connected__meeting_75256_100>span>svg{color:#615e69;width:20px;height:20px}._connected__meeting_75256_100 span{color:#172b4d;margin-left:10px}._remarks__meeting_75256_126{clear:both;padding:12px;isolation:isolate;background:#fff;border:1px solid #EBECF0;border-radius:8px;margin-top:30px}._remarks__meeting_75256_126 h4{justify-content:space-between;font-weight:600;font-size:14px;line-height:20px;display:flex;align-items:center;color:#172b4d;margin:0 0 15px}._remarks__meeting_75256_126 h4 span{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;height:20px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#172b4d}._remarks__meeting_75256_126 p{font-weight:400;font-size:14px;line-height:19px;color:#172b4d;margin:0;padding:0;word-break:break-all}._previeww__color_75256_176{font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center;color:#4c8bff;margin-top:4px;cursor:pointer}._comment__users__meeting_75256_187{display:flex;align-items:center;justify-content:flex-start;font-weight:600;font-size:16px;line-height:21px;color:#172b4d;margin-top:15px}._comment__users__meeting_75256_187>span{font-style:normal;font-weight:400;font-size:14px;line-height:19px;margin-left:6px;color:#afafaf}._editor__remarks_75256_207{height:auto;background:#fff;border:1px solid #A5A3A9;border-radius:8px;margin-top:30px;padding:4px}._editor__bottom_75256_216{display:flex;justify-content:space-between;padding:15px}._editor__bottom_75256_216 span{float:left;cursor:pointer}._editor__bottom_75256_216 span>svg{opacity:.5}
|
|
1
|
+
*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.col-span-1{grid-column:span 1 / span 1}.\!m-0{margin:0!important}.mx-1{margin-left:.25rem;margin-right:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-1{height:.25rem!important}.\!h-1\.5{height:.375rem!important}.\!h-3{height:.75rem!important}.\!h-4{height:1rem!important}.h-24{height:6rem}.h-6{height:1.5rem}.\!w-3{width:.75rem!important}.w-24{width:6rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.place-items-start{place-items:start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.\!space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.break-all{word-break:break-all}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.bg-\[\#E6ECFF\]{--tw-bg-opacity: 1;background-color:rgb(230 236 255 / var(--tw-bg-opacity))}.bg-\[\#F6FAFF\]{--tw-bg-opacity: 1;background-color:rgb(246 250 255 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.text-center{text-align:center}.text-start{text-align:start}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-normal{font-weight:400}.font-semibold{font-weight:600}.\!text-\[\#615E69\]{--tw-text-opacity: 1 !important;color:rgb(97 94 105 / var(--tw-text-opacity))!important}.text-\[\#4C70FF\]{--tw-text-opacity: 1;color:rgb(76 112 255 / var(--tw-text-opacity))}.text-\[\#615E69\]{--tw-text-opacity: 1;color:rgb(97 94 105 / var(--tw-text-opacity))}.text-\[\#615E83\]{--tw-text-opacity: 1;color:rgb(97 94 131 / var(--tw-text-opacity))}.text-\[\#D2D1D4\]{--tw-text-opacity: 1;color:rgb(210 209 212 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-950{--tw-text-opacity: 1;color:rgb(23 37 84 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{--tw-text-opacity: 1;color:rgb(23 37 84 / var(--tw-text-opacity))}.form_error{display:flex;align-items:center;gap:.5rem;font-size:13px;color:red;margin-top:10px;margin-left:5px}.form_error p{margin:0!important;color:red}.list_container{display:flex;width:100%;flex-direction:column;gap:1rem;--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity));padding:.75rem}.one_to_one_details_icon{height:1rem!important;width:1rem!important;--tw-text-opacity: 1;color:rgb(97 94 105 / var(--tw-text-opacity))}.one_to_one_details_text{font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity: 1;color:rgb(97 94 105 / var(--tw-text-opacity))}.avatar_container{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px;gap:.5rem}.all__upload__images{margin:1rem 0rem;position:relative;box-shadow:#0000000d 0 1px 2px;width:100px;height:100px;border:1px solid #333}.all__upload__images>img{width:100%;height:100%}.all__upload__images button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}.pdfView__preview{margin:20px 0;position:relative;padding:8px;width:243px;height:auto;background:#fff;border:1px solid #E8E8EA;border-radius:4px;display:flex}.pdfView__preview p{font-weight:400;font-size:14px;line-height:25px;display:flex;align-items:center;padding:0;margin:0;color:#262626}.pdfView__preview button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}.main__upload__box{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;width:100%}.input-date{height:40px;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.one__icons__bottom{display:flex;align-items:center;margin-left:30px}.one__icons__bottom>p{margin-right:20px;display:flex;align-items:center;font-weight:400;font-size:12px;color:#615e69}.one__icons__bottom>p>span{display:flex;align-items:center;justify-content:center}.one__icons__bottom>p>span>svg{width:14px;height:14px;color:#615e69;margin-right:10px}.images__structure{display:flex;flex-flow:wrap;-moz-column-gap:20px;column-gap:20px;margin-top:15px}.images__structure img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border:1px solid #eee;background-color:#f2f2f2;margin-bottom:20px}.overlay{position:fixed;display:flex;width:100%;height:100%;inset:0;cursor:pointer;align-items:center;justify-content:center;background-color:#fff;z-index:999}.overlay-component{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transform:-webkit-translate(-50%,-50%);transform:-moz-translate(-50%,-50%);transform:-ms-translate(-50%,-50%);background-color:#fff0;z-index:999}.toggle-button-group{background:#f3f3f3;border-radius:4px;padding:0}.toggle-button-group>button{padding:7px 20px!important;font-weight:400;font-size:14px;line-height:18px;text-align:center;color:#615e69;border-radius:4px!important;margin:2px;border:none!important}._container_146t7_1{overflow:auto;display:flex;flex-direction:column;gap:1rem}._badges_container_146t7_8{gap:.5rem;display:flex;flex-direction:column}._badges_container_title_146t7_15{font-size:14px;font-weight:600}._active_badge_146t7_20{border:1px solid rgba(10,122,255,.2);border-radius:8px}._badge_card_146t7_25{display:flex;flex-direction:row;align-items:center;padding:8px;gap:10px;width:100%;background:#fff;border-radius:8px}._badge_card_146t7_25 h3{font-style:normal;font-weight:600;font-size:14px;line-height:17px;margin:0 0 4px;padding:0;color:#172b4d}._badge_card_146t7_25 p{font-style:normal;font-weight:400;font-size:12px;line-height:15px;margin:0;padding:0;display:flex;align-items:center;color:#a5a3a9}._badge_card_146t7_25:hover{cursor:pointer}._feedback__rating_1ihre_3{display:block;padding:12px;background:#fff;border:1px solid #EBECF0;border-radius:4px;margin-bottom:20px}._feedback__rating_1ihre_3 h4{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0}._feedback__rating_1ihre_3>p{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#172b4d;word-break:break-all}._previeww__color_1ihre_33{font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center;color:#4c8bff;margin-top:4px;cursor:pointer}._skill__btns_1ihre_44{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;color:#4c70ff}._item__centerdirector_1ihre_57{display:flex;align-items:center}._custom-descriptions-title_17b5o_10{font-weight:600;font-size:16px;line-height:24px}._custom-descriptions-item-label_17b5o_25{font-weight:400;font-size:14px;line-height:19px;letter-spacing:.02em;color:#4f4f4f}._custom-descriptions-item-content_17b5o_34{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d}._schedule__employee_9whs1_2{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px}._skill__btns_9whs1_15{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;word-break:break-all;color:#4c70ff}._item__centerdirector_9whs1_30{display:flex;align-items:center}._closeRatingicon_9whs1_35{color:#757575;margin-left:10px;margin-top:5px;cursor:pointer}._footer__upload_assets_9whs1_42{opacity:.5!important;padding-right:15px}._meeting__details_75256_1{padding:30px}._meeting__details__topbox_75256_5{clear:both}._meeting__details__topbox_75256_5 h3{font-style:normal;font-weight:600;font-size:20px;line-height:27px;color:#172b4d;padding:0;margin:0;display:flex;align-items:center}._meeting__details__topbox_75256_5 ._meeting-desc_75256_21{word-wrap:break-word}._meeting__details__topbox_75256_5 h3 span{font-style:normal;font-weight:400;font-size:14px;line-height:22px;margin-left:10px}._meeting__details__topbox_75256_5 p{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#a5a3a9}._bottom_create_loaction_75256_42{display:flex}._bottom_create_loaction_75256_42>p{font-size:12px;line-height:22px;display:flex;align-items:center;color:#b3b3b3;padding-right:10px;margin-right:10px}._bottom_create_loaction_75256_42>p:not(:last-child){border-right:1px solid #B3B3B3}._bottom_create_loaction_75256_42>p>span{font-weight:400;font-size:14px;line-height:22px;display:flex;align-items:center;color:#615e69;margin-left:10px}._date__time__box_75256_71{clear:auto;display:flex}._date__time__box_75256_71>p{display:flex;justify-content:center;align-items:center;padding:6px 12px;height:28px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#615e69;margin-right:24px}._date__time__box_75256_71>p>span>svg{color:#615e69;width:14px;height:14px;margin-right:10px;float:left}._connected__meeting_75256_100{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:19px;color:#615e69}._connected__meeting_75256_100>span{display:flex;align-items:center;justify-content:center}._connected__meeting_75256_100>span>svg{color:#615e69;width:20px;height:20px}._connected__meeting_75256_100 span{color:#172b4d;margin-left:10px}._remarks__meeting_75256_126{clear:both;padding:12px;isolation:isolate;background:#fff;border:1px solid #EBECF0;border-radius:8px;margin-top:30px}._remarks__meeting_75256_126 h4{justify-content:space-between;font-weight:600;font-size:14px;line-height:20px;display:flex;align-items:center;color:#172b4d;margin:0 0 15px}._remarks__meeting_75256_126 h4 span{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;height:20px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#172b4d}._remarks__meeting_75256_126 p{font-weight:400;font-size:14px;line-height:19px;color:#172b4d;margin:0;padding:0;word-break:break-all}._previeww__color_75256_176{font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center;color:#4c8bff;margin-top:4px;cursor:pointer}._comment__users__meeting_75256_187{display:flex;align-items:center;justify-content:flex-start;font-weight:600;font-size:16px;line-height:21px;color:#172b4d;margin-top:15px}._comment__users__meeting_75256_187>span{font-style:normal;font-weight:400;font-size:14px;line-height:19px;margin-left:6px;color:#afafaf}._editor__remarks_75256_207{height:auto;background:#fff;border:1px solid #A5A3A9;border-radius:8px;margin-top:30px;padding:4px}._editor__bottom_75256_216{display:flex;justify-content:space-between;padding:15px}._editor__bottom_75256_216 span{float:left;cursor:pointer}._editor__bottom_75256_216 span>svg{opacity:.5}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimyo/engage",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.40",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"dev": "vite",
|
|
29
29
|
"build": "tsc && vite build",
|
|
30
30
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
31
|
-
"preview": "vite preview"
|
|
31
|
+
"preview": "vite preview",
|
|
32
|
+
"postinstall": "npx typesync"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@emotion/react": "^11.11.4",
|
|
@@ -44,37 +45,45 @@
|
|
|
44
45
|
"@zimyo/components": "^4.2.4",
|
|
45
46
|
"@zimyo/design-system": "^4.0.0",
|
|
46
47
|
"axios": "^1.6.8",
|
|
48
|
+
"clx": "^1.0.0",
|
|
47
49
|
"debounce-promise": "^3.1.2",
|
|
48
50
|
"lodash": "^4.17.21",
|
|
49
51
|
"moment": "^2.30.1",
|
|
50
|
-
"react": "
|
|
51
|
-
"react-dom": "
|
|
52
|
+
"react": "17.0.0",
|
|
53
|
+
"react-dom": "17.0.0",
|
|
52
54
|
"react-hook-form": "^7.51.4",
|
|
53
55
|
"react-icons": "^5.2.1",
|
|
54
56
|
"react-intl": "^6.6.6",
|
|
55
57
|
"react-query": "^3.39.3",
|
|
56
58
|
"react-select": "^5.8.0",
|
|
59
|
+
"tailwind-merge": "^2.3.0",
|
|
57
60
|
"tinycolor2": "^1.6.0",
|
|
58
61
|
"zod": "^3.23.8",
|
|
59
62
|
"zustand": "^4.5.2"
|
|
60
63
|
},
|
|
61
64
|
"devDependencies": {
|
|
62
65
|
"@babel/preset-env": "^7.24.7",
|
|
66
|
+
"@types/babel__preset-env": "~7.9.7",
|
|
67
|
+
"@types/debounce-promise": "~3.1.9",
|
|
68
|
+
"@types/eslint": "~8.56.10",
|
|
63
69
|
"@types/react": "^18.2.66",
|
|
64
70
|
"@types/react-dom": "^18.2.22",
|
|
65
71
|
"@types/tinycolor2": "^1.4.6",
|
|
66
72
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
67
73
|
"@typescript-eslint/parser": "^7.2.0",
|
|
68
74
|
"@vitejs/plugin-react": "^4.3.1",
|
|
75
|
+
"autoprefixer": "^10.4.19",
|
|
69
76
|
"eslint": "^8.57.0",
|
|
70
77
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
71
78
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
79
|
+
"postcss": "^8.4.38",
|
|
72
80
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
81
|
+
"tailwindcss": "^3.4.4",
|
|
73
82
|
"tsc-alias": "^1.8.10",
|
|
74
83
|
"typescript": "^5.2.2",
|
|
75
84
|
"vite": "^5.2.0",
|
|
76
85
|
"vite-plugin-dts": "^3.9.1"
|
|
77
86
|
},
|
|
78
|
-
"react": ">=
|
|
79
|
-
"react-dom": ">=
|
|
87
|
+
"react": ">=17.0.0",
|
|
88
|
+
"react-dom": ">=17.0.0"
|
|
80
89
|
}
|