frst-components 0.23.21 → 0.23.24
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/index.js +123 -105
- package/dist/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.d.ts.map +1 -1
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts.map +1 -1
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/index.d.ts.map +1 -1
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.d.ts.map +1 -1
- package/dist/src/components/DS/select/styles/StylesSelect.d.ts.map +1 -1
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map +1 -1
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.d.ts.map +1 -1
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.d.ts.map +1 -1
- package/dist/src/components/FI/interactionsModal/index.d.ts.map +1 -1
- package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -1
- package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -1
- package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts.map +1 -1
- package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts.map +1 -1
- package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts.map +1 -1
- package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.d.ts.map +1 -1
- package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.d.ts.map +1 -1
- package/dist/src/components/global-menu/components/customMenu/index.d.ts.map +1 -1
- package/dist/src/components/hypothesisComponent/index.d.ts.map +1 -1
- package/dist/src/components/input-comment/useInputHook.d.ts.map +1 -1
- package/dist/src/components/menu-more/index.d.ts.map +1 -1
- package/dist/src/components/menu-more/menuMoreStyles.d.ts +4 -3
- package/dist/src/components/menu-more/menuMoreStyles.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3444,41 +3444,41 @@ const HypothesisComponent = ({ description, type, id, title, votes = [], onVote,
|
|
|
3444
3444
|
return (jsxRuntime.jsx(ImageContent$1, { style: { zIndex: 14 - index }, children: jsxRuntime.jsx("img", { src: vote?.user?.avatar || 'https://cdn-images.frstfalconi.cloud/path582.svg' }) }, vote?.id));
|
|
3445
3445
|
}), votes?.length > 2 && (jsxRuntime.jsx(ImageContent$1, { style: { background: '#444444' }, children: jsxRuntime.jsxs("p", { style: {
|
|
3446
3446
|
fontSize: votes?.length > 9 ? 10 : votes?.length > 99 ? 8 : 14
|
|
3447
|
-
}, children: ["+", votes?.length - 2] }) }))] }), votes?.length, " ", votes?.length > 1 ? votesPluralText : votesSingularText] }) }) }), jsxRuntime.jsx(VoteList, { hypothesisVotes: votes, showVotes: showVotesList, viewProfile: handleViewProfile })] })), canVote && hasVoteGoal && votes?.length > 0
|
|
3447
|
+
}, children: ["+", votes?.length - 2] }) }))] }), votes?.length, " ", votes?.length > 1 ? votesPluralText : votesSingularText] }) }) }), jsxRuntime.jsx(VoteList, { hypothesisVotes: votes, showVotes: showVotesList, viewProfile: handleViewProfile })] })), canVote && hasVoteGoal && votes?.length > 0 ? (jsxRuntime.jsx(SplitContainer, { onClick: () => hasVoteHypothesis && isHover
|
|
3448
3448
|
? handleDeleteVote(votes?.find((vote) => vote?.user_uuid === userLoggedId)?.id)
|
|
3449
|
-
:
|
|
3449
|
+
: handleChangeVote(id), children: jsxRuntime.jsx(VoteButtonContainer, { type: type, modeDelete: isHover, height: heightContainer, onMouseEnter: () => seIsHover(true), onMouseLeave: () => seIsHover(false), style: { cursor: 'pointer' }, children: isHover ? (jsxRuntime.jsx("div", { style: {
|
|
3450
3450
|
display: 'flex',
|
|
3451
3451
|
alignItems: 'center',
|
|
3452
3452
|
gap: '4px',
|
|
3453
3453
|
justifyContent: 'center'
|
|
3454
|
-
}, children: [jsxRuntime.jsx(ExcludeVoteIcon, { width: "24", height: "24" }), jsxRuntime.jsx(VoteButton, { children: deleteVoteText })] })) : (jsxRuntime.jsxs(VoteCount, { children: [jsxRuntime.jsxs(VoteContent, { children: [votes?.slice(0, 2)?.map((vote, index) => {
|
|
3454
|
+
}, children: !hasVoteHypothesis ? (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(VoteCurrentIcon, { width: "24", height: "24", style: { marginLeft: '4px', marginRight: '4px' } }), jsxRuntime.jsx(VoteButton, { children: changeVoteText })] })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(ExcludeVoteIcon, { width: "24", height: "24" }), jsxRuntime.jsx(VoteButton, { children: deleteVoteText })] })) })) : (jsxRuntime.jsxs(VoteCount, { children: [jsxRuntime.jsxs(VoteContent, { children: [votes?.slice(0, 2)?.map((vote, index) => {
|
|
3455
3455
|
return (jsxRuntime.jsx(ImageContent$1, { style: { zIndex: 14 - index }, children: jsxRuntime.jsx("img", { src: vote?.user?.avatar || 'https://cdn-images.frstfalconi.cloud/path582.svg' }) }, vote?.id));
|
|
3456
|
-
}), votes.length > 2 && (jsxRuntime.jsx(ImageContent$1, { style: { background: '#444444' }, children: jsxRuntime.jsxs("p", { children: ["+", votes?.length - 2] }) }))] }), jsxRuntime.jsxs("p", { children: [votes?.length, " ", votes?.length > 1 ? votesPluralText : votesSingularText] })] }))
|
|
3456
|
+
}), votes.length > 2 && (jsxRuntime.jsx(ImageContent$1, { style: { background: '#444444' }, children: jsxRuntime.jsxs("p", { children: ["+", votes?.length - 2] }) }))] }), jsxRuntime.jsxs("p", { children: [votes?.length, " ", votes?.length > 1 ? votesPluralText : votesSingularText] })] })) }) })) : (canVote &&
|
|
3457
|
+
!hasVoteHypothesis && hasVoteGoal && (jsxRuntime.jsx(SplitContainer, { onClick: () => handleChangeVote(id), children: jsxRuntime.jsx(VoteButtonContainer, { type: type, modeDelete: isHover, height: heightContainer, onMouseEnter: () => seIsHover(true), onMouseLeave: () => seIsHover(false), children: jsxRuntime.jsxs("div", { style: {
|
|
3457
3458
|
display: 'flex',
|
|
3458
3459
|
alignItems: 'center',
|
|
3459
3460
|
justifyContent: 'center',
|
|
3460
3461
|
paddingLeft: '4px',
|
|
3461
3462
|
height: '100%'
|
|
3462
|
-
}, children: [jsxRuntime.jsx(
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3463
|
+
}, children: [jsxRuntime.jsx(VoteCurrentIcon, { width: "24", height: "24", style: { marginLeft: '4px', marginRight: '4px' } }), jsxRuntime.jsx(VoteButton, { children: changeVoteText })] }) }) }))), canVote && !hasVoteGoal ? (jsxRuntime.jsx(SplitContainer, { onClick: () => handleVote(id), children: jsxRuntime.jsx(VoteButtonContainer, { type: type, modeDelete: isHover, height: heightContainer, onMouseEnter: () => seIsHover(true), onMouseLeave: () => seIsHover(false), children: jsxRuntime.jsxs("div", { style: {
|
|
3464
|
+
display: 'flex',
|
|
3465
|
+
alignItems: 'center',
|
|
3466
|
+
justifyContent: 'center',
|
|
3467
|
+
paddingLeft: '4px',
|
|
3468
|
+
height: '100%'
|
|
3469
|
+
}, children: [jsxRuntime.jsx(VoteIcon, { width: "24", height: "24", style: { marginLeft: '4px', marginRight: '4px' } }), jsxRuntime.jsx(VoteButton, { children: voteText })] }) }) })) : (canVote &&
|
|
3470
|
+
!hasVoteHypothesis &&
|
|
3471
|
+
!canViewVote && (jsxRuntime.jsx(SplitContainer, { onClick: () => handleChangeVote(id), children: jsxRuntime.jsx(VoteButtonContainer, { type: type, modeDelete: isHover, height: heightContainer, onMouseEnter: () => seIsHover(true), onMouseLeave: () => seIsHover(false), children: jsxRuntime.jsxs("div", { style: {
|
|
3472
|
+
display: 'flex',
|
|
3473
|
+
alignItems: 'center',
|
|
3474
|
+
justifyContent: 'center',
|
|
3475
|
+
paddingLeft: '4px',
|
|
3476
|
+
height: '100%'
|
|
3477
|
+
}, children: [jsxRuntime.jsx(VoteCurrentIcon, { width: "24", height: "24", style: { marginLeft: '4px', marginRight: '4px' } }), jsxRuntime.jsx(VoteButton, { children: changeVoteText })] }) }) })))] }))] }) }));
|
|
3471
3478
|
};
|
|
3472
3479
|
const VoteList = ({ hypothesisVotes, showVotes, viewProfile }) => {
|
|
3473
3480
|
const sortedVotes = [...hypothesisVotes].sort((a, b) => a.user.name.localeCompare(b.user.name));
|
|
3474
3481
|
return (jsxRuntime.jsx(VoteListContainer, { showVotes: showVotes, children: sortedVotes?.map((vote, index) => (jsxRuntime.jsxs(VoteListItem, { className: "VoteListItem", lastVote: hypothesisVotes?.length === index + 1, onClick: () => viewProfile(vote?.user?.uuid), children: [jsxRuntime.jsx(Avatar, { src: vote?.user?.avatar, size: '24px', alt: vote?.user?.name, style: { marginLeft: '6px', cursor: 'pointer' } }), jsxRuntime.jsx("p", { children: vote?.user?.name })] }, vote?.id))) }));
|
|
3475
|
-
};
|
|
3476
|
-
const ViewVotes = ({ hypothesisVotes, votesPluralText, votesSingularText }) => {
|
|
3477
|
-
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: hypothesisVotes?.length > 0 && (jsxRuntime.jsxs(VoteCount, { children: [jsxRuntime.jsxs(VoteContent, { children: [hypothesisVotes?.slice(0, 2)?.map((vote, index) => {
|
|
3478
|
-
return (jsxRuntime.jsx(ImageContent$1, { style: { zIndex: 14 - index }, children: jsxRuntime.jsx("img", { src: vote?.user?.avatar || 'https://cdn-images.frstfalconi.cloud/path582.svg' }) }, vote?.id));
|
|
3479
|
-
}), hypothesisVotes?.length > 2 && (jsxRuntime.jsx(ImageContent$1, { style: { background: '#444444' }, children: jsxRuntime.jsxs("p", { style: {
|
|
3480
|
-
fontSize: hypothesisVotes?.length > 9 ? 10 : hypothesisVotes?.length > 99 ? 8 : 14
|
|
3481
|
-
}, children: ["+", hypothesisVotes?.length - 2] }) }))] }), hypothesisVotes?.length, " ", hypothesisVotes?.length > 1 ? votesPluralText : votesSingularText] })) }));
|
|
3482
3482
|
};
|
|
3483
3483
|
|
|
3484
3484
|
const ButtonGroupWrapper = styled__default["default"].div `
|
|
@@ -3969,6 +3969,7 @@ const useInputHook = ({ limit, placeholder, onSendMentions, onContentFormat, onC
|
|
|
3969
3969
|
onContentUnformat(plainContent);
|
|
3970
3970
|
addOrDeleteMentionedUser();
|
|
3971
3971
|
};
|
|
3972
|
+
const [spaceCount, setSpaceCount] = React.useState(0);
|
|
3972
3973
|
const handleInput = (event) => {
|
|
3973
3974
|
const selection = window.getSelection();
|
|
3974
3975
|
let inputSearch = '';
|
|
@@ -3976,6 +3977,17 @@ const useInputHook = ({ limit, placeholder, onSendMentions, onContentFormat, onC
|
|
|
3976
3977
|
let hasKeyPresent = false;
|
|
3977
3978
|
let textBeforeCursor = '';
|
|
3978
3979
|
let textBeforeKey = '';
|
|
3980
|
+
if (event.key === ' ') {
|
|
3981
|
+
setSpaceCount((prevCount) => prevCount + 1);
|
|
3982
|
+
if (spaceCount === 1) {
|
|
3983
|
+
setShowMention(false);
|
|
3984
|
+
setSpaceCount(0);
|
|
3985
|
+
return;
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
else {
|
|
3989
|
+
setSpaceCount(0);
|
|
3990
|
+
}
|
|
3979
3991
|
if (selection && selection.rangeCount > 0) {
|
|
3980
3992
|
const range = selection.getRangeAt(0);
|
|
3981
3993
|
if (range.startContainer.textContent === null)
|
|
@@ -4005,7 +4017,8 @@ const useInputHook = ({ limit, placeholder, onSendMentions, onContentFormat, onC
|
|
|
4005
4017
|
setShowMention(false);
|
|
4006
4018
|
}
|
|
4007
4019
|
}
|
|
4008
|
-
if ((
|
|
4020
|
+
if ((event.key === '@' && hasSpaceBeForeKey && hasKeyPresent) ||
|
|
4021
|
+
(textBeforeCursor === '@' && textBeforeKey.length === 0)) {
|
|
4009
4022
|
setShowMention(true);
|
|
4010
4023
|
setInputSearch(inputSearch);
|
|
4011
4024
|
!!onChange && onChange(inputSearch);
|
|
@@ -5188,32 +5201,29 @@ styled__default["default"].p `
|
|
|
5188
5201
|
font-size: 16px;
|
|
5189
5202
|
`;
|
|
5190
5203
|
const ButtonMore$1 = styled__default["default"](Button__default["default"]) `
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
${({ isHover }) => isHover && `&:hover {
|
|
5202
|
-
background-color: #FFF9 !important;
|
|
5203
|
-
}`};
|
|
5204
|
+
width: 30px !important;
|
|
5205
|
+
min-width: 30px !important;
|
|
5206
|
+
max-width: 30px !important;
|
|
5207
|
+
height: 30px !important;
|
|
5208
|
+
margin: 0px !important;
|
|
5209
|
+
padding: 0px !important;
|
|
5210
|
+
display: flex !important;
|
|
5211
|
+
justify-content: center !important;
|
|
5212
|
+
border-radius: 12px !important;
|
|
5213
|
+
background-color: transparent !important;
|
|
5204
5214
|
`;
|
|
5205
5215
|
const MenuCustom$2 = styled__default["default"](Menu__default["default"]) `
|
|
5206
|
-
margin-top: ${({ isArrowInMenu }) => isArrowInMenu ? '8px' : '15px'};
|
|
5207
|
-
margin-left: 30px;
|
|
5208
|
-
overflow: hidden;
|
|
5209
|
-
border-radius: 8px;
|
|
5216
|
+
margin-top: ${({ isArrowInMenu }) => (isArrowInMenu ? '8px' : '15px')};
|
|
5217
|
+
margin-left: 30px;
|
|
5218
|
+
overflow: hidden;
|
|
5219
|
+
border-radius: 8px;
|
|
5210
5220
|
|
|
5211
5221
|
& .MuiPaper-root {
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5222
|
+
border-radius: 8px !important;
|
|
5223
|
+
box-shadow: 0px 15px 20px -20px rgba(34, 34, 34, 0.15), 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
|
|
5224
|
+
overflow: visible;
|
|
5225
|
+
background: #00000000;
|
|
5226
|
+
${({ isArrowInMenu }) => isArrowInMenu &&
|
|
5217
5227
|
`&:before {
|
|
5218
5228
|
content: "";
|
|
5219
5229
|
position: absolute;
|
|
@@ -5235,65 +5245,83 @@ border-radius: 8px;
|
|
|
5235
5245
|
border-left: 8px solid transparent;
|
|
5236
5246
|
border-right: 8px solid transparent;
|
|
5237
5247
|
|
|
5238
|
-
}`}
|
|
5239
|
-
}
|
|
5240
|
-
ul {
|
|
5241
|
-
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15), 0px 15px 20px -20px rgba(34, 34, 34, 0.15);
|
|
5242
|
-
padding-top: 0px;
|
|
5243
|
-
padding-bottom: 0px;
|
|
5244
|
-
border: 1px solid ${({ isDarkMode }) => isDarkMode ? '#1f1f1f' : '#EBEBEB'}!important;
|
|
5245
|
-
border-radius: 8px!important;
|
|
5246
|
-
overflow: hidden;
|
|
5247
|
-
background:${({ isDarkMode }) => isDarkMode ? '#1f1f1f' : '#FFF'};
|
|
5248
|
-
min-width: 160px;
|
|
5249
|
-
width: auto;
|
|
5250
|
-
&:hover {
|
|
5251
|
-
background:${({ isDarkMode }) => isDarkMode ? '#525252' : '#FFF'};
|
|
5252
|
-
border: 1px solid ${({ isDarkMode }) => isDarkMode ? '#525252' : '#EBEBEB'} !important;
|
|
5248
|
+
}`}
|
|
5253
5249
|
}
|
|
5254
|
-
|
|
5255
|
-
|
|
5250
|
+
ul {
|
|
5251
|
+
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15), 0px 15px 20px -20px rgba(34, 34, 34, 0.15);
|
|
5252
|
+
padding-top: 0px;
|
|
5253
|
+
padding-bottom: 0px;
|
|
5254
|
+
border: 1px solid ${({ isDarkMode }) => (isDarkMode ? '#1f1f1f !important;' : '#EBEBEB !important;')}!important;
|
|
5255
|
+
border-radius: 8px !important;
|
|
5256
|
+
overflow: hidden;
|
|
5257
|
+
background: ${({ isDarkMode }) => (isDarkMode ? '#1f1f1f !important;' : '#FFF !important;')};
|
|
5258
|
+
min-width: 160px;
|
|
5259
|
+
width: auto;
|
|
5260
|
+
/* &:hover {
|
|
5261
|
+
background:${({ isDarkMode }) => (isDarkMode ? '#525252 !important;' : '#FFF !important;')};
|
|
5262
|
+
border: 1px solid ${({ isDarkMode }) => (isDarkMode ? '#525252 !important;' : '#EBEBEB !important;')} !important;
|
|
5263
|
+
} */
|
|
5264
|
+
li {
|
|
5265
|
+
${({ isPaddingInMenu }) => isPaddingInMenu && `padding-left: 25px; !important;`}
|
|
5266
|
+
}
|
|
5256
5267
|
}
|
|
5257
|
-
}
|
|
5258
5268
|
`;
|
|
5259
|
-
|
|
5260
|
-
background-color: ${({ theme, isDarkMode }) => isDarkMode ? `#1f1f1f
|
|
5261
|
-
${({ isPaddingInMenu }) => isPaddingInMenu && `padding-right: 45px!important;`}
|
|
5269
|
+
styled__default["default"](MenuItem__default["default"]) `
|
|
5270
|
+
background-color: ${({ theme, isDarkMode }) => isDarkMode ? `#1f1f1f !important;` : theme.colors.shadeWhite} !important;
|
|
5271
|
+
${({ isPaddingInMenu }) => isPaddingInMenu && `padding-right: 45px !important;`}
|
|
5262
5272
|
margin: 1px!important;
|
|
5263
|
-
transition: none!important;
|
|
5264
|
-
animation: none!important;
|
|
5265
|
-
|
|
5266
|
-
background-color: ${({ isDarkMode }) => isDarkMode ? `#525252 !important;` : `#F7F9FC!important;`};
|
|
5273
|
+
transition: none !important;
|
|
5274
|
+
animation: none !important;
|
|
5275
|
+
&:hover {
|
|
5276
|
+
background-color: ${({ isDarkMode }) => (isDarkMode ? `#525252 !important;` : `#F7F9FC !important;`)};
|
|
5267
5277
|
}
|
|
5268
|
-
|
|
5269
|
-
background-color: ${({ isDarkMode }) => isDarkMode ? `#525252 !important;` : `#FCF3EB!important;`};
|
|
5278
|
+
&:active {
|
|
5279
|
+
background-color: ${({ isDarkMode }) => (isDarkMode ? `#525252 !important;` : `#FCF3EB !important;`)};
|
|
5270
5280
|
}
|
|
5271
5281
|
`;
|
|
5272
5282
|
styled__default["default"](MenuItem__default["default"]) `
|
|
5273
|
-
color: white!important;
|
|
5274
|
-
background-color: #
|
|
5283
|
+
color: white !important;
|
|
5284
|
+
background-color: #f5792a !important;
|
|
5275
5285
|
|
|
5276
|
-
display: flex;
|
|
5277
|
-
flex-direction: row;
|
|
5286
|
+
display: flex;
|
|
5287
|
+
flex-direction: row;
|
|
5278
5288
|
&:hover {
|
|
5279
|
-
|
|
5280
|
-
}
|
|
5289
|
+
background-color: #fd9350 !important;
|
|
5290
|
+
}
|
|
5281
5291
|
`;
|
|
5282
|
-
|
|
5283
|
-
margin-left: 10px;
|
|
5284
|
-
padding-top: 1px;
|
|
5285
|
-
font-family: 'PT Sans';
|
|
5286
|
-
font-style: normal;
|
|
5287
|
-
font-weight: 400;
|
|
5288
|
-
font-size: 16px;
|
|
5289
|
-
line-height: 17.6px;
|
|
5292
|
+
styled__default["default"].div `
|
|
5293
|
+
margin-left: 10px;
|
|
5294
|
+
padding-top: 1px;
|
|
5295
|
+
font-family: 'PT Sans';
|
|
5296
|
+
font-style: normal;
|
|
5297
|
+
font-weight: 400;
|
|
5298
|
+
font-size: 16px;
|
|
5299
|
+
line-height: 17.6px;
|
|
5290
5300
|
`;
|
|
5291
|
-
|
|
5292
|
-
width: 20px;
|
|
5293
|
-
height: 30px;
|
|
5294
|
-
display: flex;
|
|
5295
|
-
align-items: center;
|
|
5296
|
-
justify-content: center;
|
|
5301
|
+
styled__default["default"].div `
|
|
5302
|
+
width: 20px;
|
|
5303
|
+
height: 30px;
|
|
5304
|
+
display: flex;
|
|
5305
|
+
align-items: center;
|
|
5306
|
+
justify-content: center;
|
|
5307
|
+
`;
|
|
5308
|
+
const ButtonMenuNotification = styled__default["default"].button `
|
|
5309
|
+
width: 100% !important;
|
|
5310
|
+
text-decoration: none !important;
|
|
5311
|
+
color: ${({ isColor }) => (isColor ? isColor : `#FFFFF`)} !important;
|
|
5312
|
+
padding: 6px 16px !important;
|
|
5313
|
+
border: none !important;
|
|
5314
|
+
background: transparent !important;
|
|
5315
|
+
font-family: 'PT Sans' !important;
|
|
5316
|
+
font-style: normal !important;
|
|
5317
|
+
font-weight: 400 !important;
|
|
5318
|
+
font-size: 16px !important;
|
|
5319
|
+
display: flex !important;
|
|
5320
|
+
justify-content: start !important;
|
|
5321
|
+
cursor: pointer !important;
|
|
5322
|
+
:hover {
|
|
5323
|
+
background-color: rgb(82, 82, 82) !important;
|
|
5324
|
+
}
|
|
5297
5325
|
`;
|
|
5298
5326
|
|
|
5299
5327
|
function MenuMore({ iconButton, options, style, closeAfterClick, isHover = true, isArrowInMenu = true, isPaddingInMenu = true, isDarkMode = false }) {
|
|
@@ -5309,16 +5337,12 @@ function MenuMore({ iconButton, options, style, closeAfterClick, isHover = true,
|
|
|
5309
5337
|
const handleClose = () => {
|
|
5310
5338
|
setAnchorEl(null);
|
|
5311
5339
|
};
|
|
5312
|
-
return (jsxRuntime.jsx(styled.ThemeProvider, { theme: FRSTTheme, children: jsxRuntime.jsxs("div", { style: { ...style }, children: [jsxRuntime.jsx(ButtonMore$1, { id: "basic-button", disableRipple: isHover ? false : true, "aria-controls": "basic-menu", "aria-haspopup": "true", "aria-expanded": open ? 'true' : undefined, onClick: handleClick,
|
|
5313
|
-
|
|
5340
|
+
return (jsxRuntime.jsx(styled.ThemeProvider, { theme: FRSTTheme, children: jsxRuntime.jsxs("div", { style: { ...style }, children: [jsxRuntime.jsx(ButtonMore$1, { id: "basic-button", disableRipple: isHover ? false : true, "aria-controls": "basic-menu", "aria-haspopup": "true", "aria-expanded": open ? 'true' : undefined, onClick: handleClick, children: iconButton ? iconButton : jsxRuntime.jsx(MoreDotsVertical, { fill: "#444" }) }), listOptions && listOptions?.length > 0 && (jsxRuntime.jsx(MenuCustom$2, { id: "basic-menu", anchorOrigin: { vertical: 'bottom', horizontal: 'left' }, transformOrigin: { vertical: 'top', horizontal: 'right' }, anchorEl: anchorEl, open: open, onClose: handleClose, isArrowInMenu: isArrowInMenu, isPaddingInMenu: isPaddingInMenu, isDarkMode: isDarkMode, children: listOptions.map((itemOption, index) => {
|
|
5341
|
+
console.log("options ", itemOption);
|
|
5342
|
+
return (jsxRuntime.jsx(material.Box, { children: jsxRuntime.jsx(ButtonMenuNotification, { onClick: () => {
|
|
5314
5343
|
itemOption?.onClick();
|
|
5315
5344
|
closeAfterClick && handleClose();
|
|
5316
|
-
},
|
|
5317
|
-
borderBottom: listOptions?.length - 1 == index ? '' : isDarkMode ? '1px solid #525252' : '1px solid #EBEBEB',
|
|
5318
|
-
color: itemOption?.color ? itemOption?.color : '#222',
|
|
5319
|
-
pointerEvents: itemOption?.disabled ? 'none' : 'auto',
|
|
5320
|
-
cursor: itemOption?.disabled ? 'default' : 'pointer'
|
|
5321
|
-
}, disableRipple: true, children: [itemOption?.startIcon && jsxRuntime.jsx(IconOption, { children: itemOption?.startIcon }), jsxRuntime.jsx(TextOption$1, { style: !itemOption?.startIcon ? { marginLeft: '0px' } : {}, children: itemOption?.description })] }) }, index));
|
|
5345
|
+
}, isColor: itemOption?.color, children: itemOption?.description }) }, index));
|
|
5322
5346
|
}) }))] }) }));
|
|
5323
5347
|
}
|
|
5324
5348
|
|
|
@@ -16860,18 +16884,12 @@ function InteractionsModal({ textTitle, textSubtitle, listUsers, isOpen, handleC
|
|
|
16860
16884
|
}
|
|
16861
16885
|
};
|
|
16862
16886
|
}, []);
|
|
16863
|
-
const [listUsersState, setListUsersState] = React.useState(listUsers);
|
|
16864
|
-
React.useEffect(() => {
|
|
16865
|
-
if (newListUsers) {
|
|
16866
|
-
setListUsersState((listUsersState) => [...listUsersState, ...newListUsers]);
|
|
16867
|
-
}
|
|
16868
|
-
}, [newListUsers]);
|
|
16869
16887
|
return (jsxRuntime.jsx(styled.ThemeProvider, { theme: FRSTTheme, children: jsxRuntime.jsx(material.Modal, { open: isOpen, onClose: () => handleClickClose(), children: jsxRuntime.jsxs(Container, { style: {
|
|
16870
16888
|
top: '50%',
|
|
16871
16889
|
left: '50%',
|
|
16872
16890
|
transform: 'translate(-50%, -50%)',
|
|
16873
16891
|
...style
|
|
16874
|
-
}, children: [jsxRuntime.jsxs(HeaderDiv, { children: [jsxRuntime.jsx("div", { style: { width: '100%', display: 'flex', justifyContent: 'flex-end' }, children: jsxRuntime.jsx(CloseButton, { onClick: () => handleClickClose(), children: jsxRuntime.jsx(CloseIcon, { width: '11' }) }) }), jsxRuntime.jsx(Typography, { children: textTitle }), jsxRuntime.jsx(Typography, { children: textSubtitle })] }), jsxRuntime.jsx(ContentDiv, { ref: scrollContainerRef, onScroll: handleScroll, onClick: trackClick ? () => trackClick() : () => { }, children: jsxRuntime.jsx(ContentScroll, { children:
|
|
16892
|
+
}, children: [jsxRuntime.jsxs(HeaderDiv, { children: [jsxRuntime.jsx("div", { style: { width: '100%', display: 'flex', justifyContent: 'flex-end' }, children: jsxRuntime.jsx(CloseButton, { onClick: () => handleClickClose(), children: jsxRuntime.jsx(CloseIcon, { width: '11' }) }) }), jsxRuntime.jsx(Typography, { children: textTitle }), jsxRuntime.jsx(Typography, { children: textSubtitle })] }), jsxRuntime.jsx(ContentDiv, { ref: scrollContainerRef, onScroll: handleScroll, onClick: trackClick ? () => trackClick() : () => { }, children: jsxRuntime.jsx(ContentScroll, { children: newListUsers && newListUsers.map((item) => {
|
|
16875
16893
|
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(CardItemUser, { children: item?.onClickUserInfo ?
|
|
16876
16894
|
jsxRuntime.jsxs(Tooltip$2, { direction: "bottom", content: item.textVisitProfile ? item.textVisitProfile : 'Visitar perfil', trigger: 'hover', width: '101px', height: '32px', style: { top: '10px', textAlign: 'center' }, children: [jsxRuntime.jsx(Avatar, { size: '50px', src: item?.avatar, isActiveClick: true, onClick: () => item?.onClickUserInfo ? item?.onClickUserInfo() : {} }), jsxRuntime.jsxs(UserInfoContainer, { onClick: () => item?.onClickUserInfo ? item?.onClickUserInfo() : {}, style: { cursor: item?.onClickUserInfo ? 'pointer' : 'auto' }, children: [jsxRuntime.jsxs(NameUser$2, { children: [" ", item?.name, " "] }), jsxRuntime.jsxs(PositionUser, { children: [" ", item?.position, " "] }), jsxRuntime.jsxs(OrgUser, { children: [" ", item?.organization, " "] })] })] })
|
|
16877
16895
|
: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Avatar, { size: '50px', src: item?.avatar }), jsxRuntime.jsxs(UserInfoContainer, { onClick: () => item?.onClickUserInfo ? item?.onClickUserInfo() : {}, style: { cursor: item?.onClickUserInfo ? 'pointer' : 'auto' }, children: [jsxRuntime.jsxs(NameUser$2, { children: [" ", item?.name, " "] }), jsxRuntime.jsxs(PositionUser, { children: [" ", item?.position, " "] }), jsxRuntime.jsxs(OrgUser, { children: [" ", item?.organization, " "] })] })] }) }, item?.id) }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/dropdown-Multiselect/styles/multiselectStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oEAiB3B,CAAA;AAED,eAAO,MAAM,YAAY,oEAexB,CAAA;AAED,eAAO,MAAM,YAAY,oEA0CxB,CAAA;AAED,eAAO,MAAM,eAAe,oEAI3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,SAAS,oEA4BrB,CAAA;AAED,eAAO,MAAM,YAAY,oEAmBxB,CAAA;AAED,eAAO,MAAM,cAAc,oEAc1B,CAAA;AAED,eAAO,MAAM,WAAW,oEASvB,CAAA;AAED,eAAO,MAAM,YAAY,oEAkBxB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,SAAS,oEAMrB,CAAA;AAED,eAAO,MAAM,eAAe,oEAM3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAItB,CAAA"}
|
package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAGD,eAAO,MAAM,oBAAoB,gFAmChC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/index.tsx"],"names":[],"mappings":";AAMA,wBAAgB,cAAc,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,MAAM,EACT;;;;;;;;CAAA,eAuBF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/useLongPress.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAAC,QAAQ,aAAW,EAAE,EAAE,SAAO;;;;;;EAsB1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/select/styles/StylesSelect.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6EAa7B,CAAA;AACD,eAAO,MAAM,YAAY,6EAaxB,CAAA;AACD,eAAO,MAAM,cAAc,6EAsC1B,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAAkB,CAAA;AAEpD,eAAO,MAAM,YAAY,mEAgBxB,CAAA;AACD,eAAO,MAAM,kBAAkB;UAAyB,OAAO;SAa9D,CAAA;AACD,eAAO,MAAM,cAAc,kEAO1B,CAAA"}
|
package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAKtE,eAAO,MAAM,kBAAkB,scAgC5B,yBAAyB,gBAsH3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,UAAU,oMAapB,WAAW,gBAkGb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAGrB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/interactionsModal/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,kBAAkB,EAAS,MAAM,qBAAqB,CAAA;AAkB/D,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACtC,SAAS,EACT,YAAY,EACZ,SAAS,EACT,MAAM,EACN,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,UAAU,EACV,KAAK,EAAE,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/interactionsModal/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,kBAAkB,EAAS,MAAM,qBAAqB,CAAA;AAkB/D,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACtC,SAAS,EACT,YAAY,EACZ,SAAS,EACT,MAAM,EACN,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,UAAU,EACV,KAAK,EAAE,EAAE,kBAAkB,eAoG9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorIcon.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"errorIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/errorIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,gBAUhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"successIcon.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"successIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/successIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,gBASnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"warningIcon.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"warningIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/warningIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,gBAWnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,eAAO,MAAM,SAAS,kNAcnB,UAAU,gBAyEZ,CAAA"}
|
package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAKrB,CAAA;AAED,eAAO,MAAM,QAAQ,kEAOpB,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAM5B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/global-menu/components/customMenu/index.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,UAAU,SAAK"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hypothesisComponent/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAK9B,eAAO,MAAM,mBAAmB;iBAyBjB,MAAM;UACb,MAAM;QACR,MAAM;WACH,MAAM;WACN,IAAI,EAAE;kBACC,MAAM;2BACG,MAAM,KAAK,GAAG;0BACf,MAAM,KAAK,GAAG;iCACP,MAAM,KAAK,GAAG;cACjC,OAAO;uBACE,OAAO;kBACZ,OAAO;kBACP,OAAO;wBACD,MAAM;sBACR,MAAM;eACb,MAAM;qBACA,MAAM;aACd,MAAM;iBACF,OAAO;eACT,MAAM;cACP,OAAO;iCACY,MAAM,KAAK,GAAG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hypothesisComponent/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAK9B,eAAO,MAAM,mBAAmB;iBAyBjB,MAAM;UACb,MAAM;QACR,MAAM;WACH,MAAM;WACN,IAAI,EAAE;kBACC,MAAM;2BACG,MAAM,KAAK,GAAG;0BACf,MAAM,KAAK,GAAG;iCACP,MAAM,KAAK,GAAG;cACjC,OAAO;uBACE,OAAO;kBACZ,OAAO;kBACP,OAAO;wBACD,MAAM;sBACR,MAAM;eACb,MAAM;qBACA,MAAM;aACd,MAAM;iBACF,OAAO;eACT,MAAM;cACP,OAAO;iCACY,MAAM,KAAK,GAAG;qBAC1B,MAAM;iBAgRxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInputHook.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/useInputHook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAE1D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAE9B,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC5C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,YAAY,iIAUtB,UAAU;
|
|
1
|
+
{"version":3,"file":"useInputHook.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/useInputHook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAE1D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAE9B,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC5C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,YAAY,iIAUtB,UAAU;yBAwHiB,mBAAmB;sDAmGS,OAAO;;;;;;;8BA3K9B,IAAI;;;;;CAmXtC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/index.tsx"],"names":[],"mappings":";AAGA,OAAO,yBAAyB,CAAA;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAGtC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,OAAO,EACP,KAAK,EACL,eAAe,EACf,OAAc,EACd,aAAoB,EACpB,eAAsB,EACtB,UAAkB,EACnB,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/index.tsx"],"names":[],"mappings":";AAGA,OAAO,yBAAyB,CAAA;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAGtC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,OAAO,EACP,KAAK,EACL,eAAe,EACf,OAAc,EACd,aAAoB,EACpB,eAAsB,EACtB,UAAkB,EACnB,EAAE,SAAS,eAmFX"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import Menu from '@mui/material/Menu';
|
|
2
2
|
export declare const UserName: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
3
|
-
export declare const ButtonMore: import("styled-components").StyledComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/Button").ButtonTypeMap<{}, "button">>, any, {
|
|
4
|
-
isHover: boolean;
|
|
5
|
-
}, never>;
|
|
3
|
+
export declare const ButtonMore: import("styled-components").StyledComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/Button").ButtonTypeMap<{}, "button">>, any, {}, never>;
|
|
6
4
|
export declare const MenuCustom: import("styled-components").StyledComponent<typeof Menu, any, {
|
|
7
5
|
isArrowInMenu: boolean;
|
|
8
6
|
isPaddingInMenu: boolean;
|
|
@@ -15,4 +13,7 @@ export declare const MenuItemCustom: import("styled-components").StyledComponent
|
|
|
15
13
|
export declare const SubMenuItemCustom: import("styled-components").StyledComponent<import("@mui/material").ExtendButtonBase<import("@mui/material/MenuItem").MenuItemTypeMap<{}, "li">>, any, {}, never>;
|
|
16
14
|
export declare const TextOption: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
15
|
export declare const IconOption: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
16
|
+
export declare const ButtonMenuNotification: import("styled-components").StyledComponent<"button", any, {
|
|
17
|
+
isColor: string;
|
|
18
|
+
}, never>;
|
|
18
19
|
//# sourceMappingURL=menuMoreStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menuMoreStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/menuMoreStyles.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,oBAAoB,CAAA;AAIrC,eAAO,MAAM,QAAQ,kEAIpB,CAAA;AAED,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"menuMoreStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/menuMoreStyles.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,oBAAoB,CAAA;AAIrC,eAAO,MAAM,QAAQ,kEAIpB,CAAA;AAED,eAAO,MAAM,UAAU,mKAWtB,CAAA;AAED,eAAO,MAAM,UAAU;mBAAiC,OAAO;qBAAmB,OAAO;gBAAc,OAAO;SAsD7G,CAAA;AAED,eAAO,MAAM,cAAc;qBAAuC,OAAO;gBAAc,OAAO;SAa7F,CAAA;AAED,eAAO,MAAM,iBAAiB,mKAS7B,CAAA;AAED,eAAO,MAAM,UAAU,oEAQtB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AACD,eAAO,MAAM,sBAAsB;aAA2B,MAAM;SAiBnE,CAAA"}
|