frst-components 0.25.6 → 0.25.7
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 +81 -67
- package/dist/src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.d.ts +2 -0
- package/dist/src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.d.ts.map +1 -1
- package/dist/src/components/DS/hypotesisAndImpediment/index.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/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/form-elements/table/parts/TableBody/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableBody/tableStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableHead/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableHead/tableStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/DateLimit/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/EmptyState/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/TagStatus/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4256,13 +4256,13 @@ styled__default["default"].div `
|
|
|
4256
4256
|
border: 1px solid ${({ theme }) => theme.colors.neutralsGrey4};
|
|
4257
4257
|
position: absolute;
|
|
4258
4258
|
`;
|
|
4259
|
-
const LimitCharsContainer = styled__default["default"].div `
|
|
4259
|
+
const LimitCharsContainer$1 = styled__default["default"].div `
|
|
4260
4260
|
display:flex;
|
|
4261
4261
|
justify-content: flex-start;
|
|
4262
4262
|
align-items: center;
|
|
4263
4263
|
margin-left: 10px;
|
|
4264
4264
|
`;
|
|
4265
|
-
const LimitCharsExceededMessage = styled__default["default"].span `
|
|
4265
|
+
const LimitCharsExceededMessage$1 = styled__default["default"].span `
|
|
4266
4266
|
color: ${({ theme }) => theme.colors.linkError};
|
|
4267
4267
|
font-size: 12px;
|
|
4268
4268
|
margin-left: 5px;
|
|
@@ -4864,7 +4864,7 @@ function InputComment$1({ placeholder, onChange, limit, users, showCharacterCoun
|
|
|
4864
4864
|
}, "data-text": "enter", suppressContentEditableWarning: true, onPaste: handlePaste, children: jsxRuntime.jsx("p", { children: jsxRuntime.jsx("br", {}) }) }), jsxRuntime.jsx(InputPlaceholder, { style: { display: 'none' }, contentEditable: true, ref: divPlaceholder, children: placeholder }), showMention && users && users.length > 0 && (jsxRuntime.jsx(Mentions, { users: users, top: mentionTopPosition, onSelect: (user) => {
|
|
4865
4865
|
setShowMention(false);
|
|
4866
4866
|
handleMentionUser(user);
|
|
4867
|
-
} }))] }), jsxRuntime.jsx(HelperContainer, { children: !isPlaceholder && showCharacterCounter && (jsxRuntime.jsxs(HelperText$2, { isInputLimit: styleLimitExceeded, children: [textLength, "/", limit] })) }), styleLimitExceeded && (jsxRuntime.jsxs(LimitCharsContainer, { children: [jsxRuntime.jsx(TagAlert, {}), jsxRuntime.jsx(LimitCharsExceededMessage, { children: limitMessageExceeded })] }))] }) }));
|
|
4867
|
+
} }))] }), jsxRuntime.jsx(HelperContainer, { children: !isPlaceholder && showCharacterCounter && (jsxRuntime.jsxs(HelperText$2, { isInputLimit: styleLimitExceeded, children: [textLength, "/", limit] })) }), styleLimitExceeded && (jsxRuntime.jsxs(LimitCharsContainer$1, { children: [jsxRuntime.jsx(TagAlert, {}), jsxRuntime.jsx(LimitCharsExceededMessage$1, { children: limitMessageExceeded })] }))] }) }));
|
|
4868
4868
|
}
|
|
4869
4869
|
|
|
4870
4870
|
const HeaderWrapper$1 = styled__default["default"].div `
|
|
@@ -7725,36 +7725,36 @@ const backgroundColors$2 = {
|
|
|
7725
7725
|
hypothesis: {
|
|
7726
7726
|
prioritize: '#FAB637',
|
|
7727
7727
|
owner: '#f8d784',
|
|
7728
|
-
suggested: '#FBEECF'
|
|
7728
|
+
suggested: '#FBEECF'
|
|
7729
7729
|
},
|
|
7730
7730
|
impediment: {
|
|
7731
7731
|
prioritize: '#D2ADE3',
|
|
7732
7732
|
owner: '#E5CBF1',
|
|
7733
|
-
suggested: '#EFE1F6'
|
|
7733
|
+
suggested: '#EFE1F6'
|
|
7734
7734
|
}
|
|
7735
7735
|
};
|
|
7736
7736
|
const separatorColors = {
|
|
7737
7737
|
hypothesis: {
|
|
7738
7738
|
prioritize: '#CF8E11',
|
|
7739
7739
|
owner: '#C8A561',
|
|
7740
|
-
suggested: '#E1CCA5'
|
|
7740
|
+
suggested: '#E1CCA5'
|
|
7741
7741
|
},
|
|
7742
7742
|
impediment: {
|
|
7743
7743
|
prioritize: '#AA83C3',
|
|
7744
7744
|
owner: '#BF9AD6',
|
|
7745
|
-
suggested: '#DAB4EC'
|
|
7745
|
+
suggested: '#DAB4EC'
|
|
7746
7746
|
}
|
|
7747
7747
|
};
|
|
7748
7748
|
const borderAvatar = {
|
|
7749
7749
|
hypothesis: {
|
|
7750
7750
|
prioritize: '#C48000',
|
|
7751
7751
|
owner: '#EE9F08',
|
|
7752
|
-
suggested: '#EE9F08'
|
|
7752
|
+
suggested: '#EE9F08'
|
|
7753
7753
|
},
|
|
7754
7754
|
impediment: {
|
|
7755
7755
|
prioritize: '#AD46FF',
|
|
7756
7756
|
owner: '#AD46FF',
|
|
7757
|
-
suggested: '#AD46FF'
|
|
7757
|
+
suggested: '#AD46FF'
|
|
7758
7758
|
}
|
|
7759
7759
|
};
|
|
7760
7760
|
const MainContainer = styled__default["default"].div `
|
|
@@ -7791,7 +7791,7 @@ const SplitContainerDescription = styled__default["default"].div `
|
|
|
7791
7791
|
width: 100%;
|
|
7792
7792
|
`;
|
|
7793
7793
|
styled__default["default"].div `
|
|
7794
|
-
height: 24px;
|
|
7794
|
+
height: 24px;
|
|
7795
7795
|
width: 1px;
|
|
7796
7796
|
margin-left: 14px;
|
|
7797
7797
|
margin-right: 14px;
|
|
@@ -7820,6 +7820,17 @@ const Description$4 = styled__default["default"].span `
|
|
|
7820
7820
|
border-left: 1px solid ${border};
|
|
7821
7821
|
`;
|
|
7822
7822
|
}}
|
|
7823
|
+
`;
|
|
7824
|
+
const LimitCharsContainer = styled__default["default"].div `
|
|
7825
|
+
display: flex;
|
|
7826
|
+
justify-content: flex-start;
|
|
7827
|
+
align-items: center;
|
|
7828
|
+
margin-top: 4px;
|
|
7829
|
+
`;
|
|
7830
|
+
const LimitCharsExceededMessage = styled__default["default"].span `
|
|
7831
|
+
color: #a50000;
|
|
7832
|
+
font-size: 12px;
|
|
7833
|
+
margin-left: 5px;
|
|
7823
7834
|
`;
|
|
7824
7835
|
|
|
7825
7836
|
const backgroundColors$1 = {
|
|
@@ -8017,44 +8028,45 @@ const Voting = ({ type, voteText, onDeleteVote, onChangeVote, votersList, onVote
|
|
|
8017
8028
|
jsxRuntime.jsxs("div", { onClick: handleChangeVote, children: [jsxRuntime.jsx(SwitchVoteIcon, {}), "Trocar voto"] })] })) : (jsxRuntime.jsxs("span", { children: [votersList?.length, " ", votersList?.length > 1 ? 'votos' : 'voto'] })) })] })) : (jsxRuntime.jsx(ContainerVoting, { type: type, children: jsxRuntime.jsxs(ContainerTitleVoting, { onClick: onVote, children: [jsxRuntime.jsx(NewVoteIcon, {}), jsxRuntime.jsx(TitleVoting, { children: voteText })] }) })) }));
|
|
8018
8029
|
};
|
|
8019
8030
|
|
|
8020
|
-
const HypothesisAndImpediment = ({ description, variant, type, avatar, id, index, authorGoalId,
|
|
8021
|
-
userLoggedId, authorName, // nome autor da hipotese ou do impedimento
|
|
8022
|
-
handleViewProfile, authorId, // id do autor do impedimento ou da hipotese
|
|
8023
|
-
hasVoting, voteHasAlreadyBeenRegistered, isVotedByUserLogged, voteText, onDeleteVote, onChangeVote, votersList, onDeleteHipotesisOrImpediment, onSaveEditHipotesisOrImpediment, hasEditHipotesisOrImpediment, onVote, onPrioritize, onDown, onUp, hasUpdownButtons, onClickAction, onAddActions, hasAddActions, popperStyle }) => {
|
|
8031
|
+
const HypothesisAndImpediment = ({ description, variant, type, avatar, id, index, authorGoalId, userLoggedId, authorName, handleViewProfile, authorId, hasVoting, voteHasAlreadyBeenRegistered, isVotedByUserLogged, voteText, onDeleteVote, onChangeVote, votersList, onDeleteHipotesisOrImpediment, onSaveEditHipotesisOrImpediment, hasEditHipotesisOrImpediment, onVote, onPrioritize, onDown, onUp, hasUpdownButtons, onClickAction, onAddActions, hasAddActions, popperStyle }) => {
|
|
8024
8032
|
const [editDescription, setEditDescription] = React.useState(description);
|
|
8025
8033
|
const [isEditing, setIsEditing] = React.useState(false);
|
|
8026
8034
|
const isOwnerGoal = authorGoalId === authorId;
|
|
8035
|
+
const limitCaraterers = variant === 'impediment' ? 365 : 200;
|
|
8036
|
+
const [isLimitExceeded, setIsLimitExceeded] = React.useState(false);
|
|
8027
8037
|
const options = [
|
|
8028
|
-
hasUpdownButtons &&
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8038
|
+
hasUpdownButtons &&
|
|
8039
|
+
userLoggedId === authorGoalId && {
|
|
8040
|
+
startIcon: jsxRuntime.jsx(StarPrioritize, { stroke: type === 'prioritize' ? '#9C9C9C' : '#222222' }),
|
|
8041
|
+
description: 'Priorizar',
|
|
8042
|
+
onClick: () => onPrioritize(id),
|
|
8043
|
+
disabled: type === 'prioritize',
|
|
8044
|
+
color: type === 'prioritize' ? '#9C9C9C' : '#222222'
|
|
8045
|
+
},
|
|
8036
8046
|
{
|
|
8037
8047
|
startIcon: jsxRuntime.jsx(EditHipoteses, {}),
|
|
8038
8048
|
description: 'Editar',
|
|
8039
8049
|
onClick: (e) => setIsEditing(true)
|
|
8040
8050
|
},
|
|
8041
|
-
hasAddActions &&
|
|
8042
|
-
({
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
|
|
8047
|
-
}),
|
|
8051
|
+
hasAddActions && {
|
|
8052
|
+
startIcon: jsxRuntime.jsx(AddAction, {}),
|
|
8053
|
+
description: 'Adicionar ações',
|
|
8054
|
+
onClick: () => onAddActions(id),
|
|
8055
|
+
color: '#222222'
|
|
8056
|
+
},
|
|
8048
8057
|
{
|
|
8049
8058
|
startIcon: jsxRuntime.jsx(TrashHipoteses, {}),
|
|
8050
8059
|
description: 'Excluir',
|
|
8051
8060
|
onClick: () => onDeleteHipotesisOrImpediment(id),
|
|
8052
8061
|
color: '#C00F00'
|
|
8053
8062
|
}
|
|
8054
|
-
].filter(item => item);
|
|
8063
|
+
].filter((item) => item);
|
|
8055
8064
|
React.useEffect(() => {
|
|
8056
8065
|
setEditDescription(description);
|
|
8057
8066
|
}, [description]);
|
|
8067
|
+
React.useEffect(() => {
|
|
8068
|
+
editDescription?.length >= limitCaraterers ? setIsLimitExceeded(true) : setIsLimitExceeded(false);
|
|
8069
|
+
}, [editDescription]);
|
|
8058
8070
|
const title = React.useMemo(() => {
|
|
8059
8071
|
if (type === 'prioritize' && variant === 'hypothesis')
|
|
8060
8072
|
return 'HIPÓTESE PRIORIZADA';
|
|
@@ -8099,7 +8111,13 @@ hasVoting, voteHasAlreadyBeenRegistered, isVotedByUserLogged, voteText, onDelete
|
|
|
8099
8111
|
};
|
|
8100
8112
|
const inputRef = React.useRef(null);
|
|
8101
8113
|
const handleChange = (event) => {
|
|
8102
|
-
|
|
8114
|
+
if (limitCaraterers > editDescription?.length || event.target.value?.length < editDescription?.length) {
|
|
8115
|
+
let newValue = event.target.value;
|
|
8116
|
+
if (newValue.length > limitCaraterers) {
|
|
8117
|
+
newValue = newValue.substring(0, limitCaraterers);
|
|
8118
|
+
}
|
|
8119
|
+
setEditDescription(newValue);
|
|
8120
|
+
}
|
|
8103
8121
|
};
|
|
8104
8122
|
const handleKeyDown = (event) => {
|
|
8105
8123
|
if (event.key === 'Enter') {
|
|
@@ -8116,47 +8134,43 @@ hasVoting, voteHasAlreadyBeenRegistered, isVotedByUserLogged, voteText, onDelete
|
|
|
8116
8134
|
}, 200);
|
|
8117
8135
|
}
|
|
8118
8136
|
}, [isEditing]);
|
|
8119
|
-
return (jsxRuntime.
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
|
|
8133
|
-
|
|
8134
|
-
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
}, style: { height: isEditing ? "auto" : "fit-content" }, children: isEditing ?
|
|
8138
|
-
jsxRuntime.jsx(material.TextField, { inputRef: inputRef, value: editDescription, onBlur: handleSaveDescription, onChange: handleChange, onKeyDown: handleKeyDown, multiline: true, fullWidth: true, variant: 'standard', InputProps: {
|
|
8137
|
+
return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(MainContainer, { children: jsxRuntime.jsxs(ContainerHypotheis, { type: type, variant: variant, children: [hasUpdownButtons && (jsxRuntime.jsx(UpDownButtons, { type: type, variant: variant, onDownClick: () => onDown(id, index), onUpClick: () => onUp(id, index) })), jsxRuntime.jsxs(SplitContainerDescription, { children: [jsxRuntime.jsx(Tooltip$2, { content: authorName, direction: 'bottom', style: {
|
|
8138
|
+
fontFamily: 'PT Sans',
|
|
8139
|
+
fontWeight: 400,
|
|
8140
|
+
fontSize: '14px',
|
|
8141
|
+
color: 'rgba(117, 117, 117, 1)',
|
|
8142
|
+
width: 'fit-content',
|
|
8143
|
+
height: '31px',
|
|
8144
|
+
top: '8px',
|
|
8145
|
+
left: '4px',
|
|
8146
|
+
whiteSpace: 'nowrap',
|
|
8147
|
+
boxShadow: ' 0px 0px 18px 0px rgba(34, 34, 34, 0.2)'
|
|
8148
|
+
}, children: jsxRuntime.jsx(Avatar, { src: avatar, size: isOwnerGoal ? '24px' : '24px', border: avatarBorder, style: { cursor: 'pointer', marginLeft: '16px' }, onClick: () => handleViewProfile(authorId) }) }), jsxRuntime.jsx(Title$6, { children: title }), jsxRuntime.jsx(Description$4, { type: type, variant: variant, onClick: handleClickAction, onDoubleClick: () => {
|
|
8149
|
+
if (clickTimeoutRef.current) {
|
|
8150
|
+
clearTimeout(clickTimeoutRef.current);
|
|
8151
|
+
}
|
|
8152
|
+
if (hasEditHipotesisOrImpediment)
|
|
8153
|
+
setIsEditing(true);
|
|
8154
|
+
}, style: { height: isEditing ? 'auto' : 'fit-content' }, children: isEditing ? (jsxRuntime.jsx(material.TextField, { inputRef: inputRef, value: editDescription, onBlur: handleSaveDescription, onChange: handleChange, onKeyDown: handleKeyDown, multiline: true, fullWidth: true, variant: "standard", InputProps: {
|
|
8139
8155
|
disableUnderline: true,
|
|
8140
8156
|
style: {
|
|
8141
8157
|
fontFamily: 'PT Sans',
|
|
8142
8158
|
fontSize: '14px',
|
|
8143
8159
|
lineHeight: 1.3
|
|
8144
|
-
}
|
|
8145
|
-
}, onFocus: (e) => e.currentTarget.setSelectionRange(e.currentTarget.value.length, e.currentTarget.value.length) })
|
|
8146
|
-
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
display: variant === 'impediment' || isEditing ? 'none' : 'block'
|
|
8159
|
-
}, children: jsxRuntime.jsx("div", { style: { width: '100%', overflow: 'hidden' }, children: editDescription }) }) }), !isEditing && hasVoting && (jsxRuntime.jsx(Voting, { voteText: voteText, type: type, onDeleteVote: onDeleteVote, votersList: votersList, onVote: () => onVote(id), onChangeVote: () => onChangeVote(id), isVotedByUserLogged: isVotedByUserLogged, voteHasAlreadyBeenRegistered: voteHasAlreadyBeenRegistered, popperStyle: popperStyle })), !isEditing && validHasEditHipotesisOrImpediment && (jsxRuntime.jsx(MenuMore, { options: options, isContainerOptions: true, closeAfterClick: true }))] })] }) }) }));
|
|
8160
|
+
}
|
|
8161
|
+
}, onFocus: (e) => e.currentTarget.setSelectionRange(e.currentTarget.value.length, e.currentTarget.value.length) })) : (jsxRuntime.jsx(Tooltip$2, { content: 'Clique na hipótese para ver as ações vinculadas', direction: 'bottom', wrapperWidth: "100%", style: {
|
|
8162
|
+
fontFamily: 'PT Sans',
|
|
8163
|
+
fontWeight: 400,
|
|
8164
|
+
fontSize: '14px',
|
|
8165
|
+
color: '#757575',
|
|
8166
|
+
width: '171px',
|
|
8167
|
+
height: '52px',
|
|
8168
|
+
top: '8px',
|
|
8169
|
+
left: '4px',
|
|
8170
|
+
whiteSpace: 'wrap',
|
|
8171
|
+
boxShadow: ' 0px 25px 18px -20px #22222233;',
|
|
8172
|
+
display: variant === 'impediment' || isEditing ? 'none' : 'block'
|
|
8173
|
+
}, children: jsxRuntime.jsx("div", { style: { width: '100%', overflow: 'hidden' }, children: editDescription }) })) }), !isEditing && hasVoting && (jsxRuntime.jsx(Voting, { voteText: voteText, type: type, onDeleteVote: onDeleteVote, votersList: votersList, onVote: () => onVote(id), onChangeVote: () => onChangeVote(id), isVotedByUserLogged: isVotedByUserLogged, voteHasAlreadyBeenRegistered: voteHasAlreadyBeenRegistered, popperStyle: popperStyle })), !isEditing && validHasEditHipotesisOrImpediment && (jsxRuntime.jsx(MenuMore, { options: options, isContainerOptions: true, closeAfterClick: true }))] })] }) }), isEditing && isLimitExceeded && (jsxRuntime.jsxs(LimitCharsContainer, { children: [jsxRuntime.jsx(TagAlert, { color: "#A50000" }), jsxRuntime.jsx(LimitCharsExceededMessage, { children: 'Você atingiu a quantidade máxima de caracteres' })] }))] }));
|
|
8160
8174
|
};
|
|
8161
8175
|
|
|
8162
8176
|
const MESSAGES = {
|
|
@@ -23,4 +23,6 @@ export declare const Description: import("styled-components").StyledComponent<"s
|
|
|
23
23
|
type: string;
|
|
24
24
|
variant: string;
|
|
25
25
|
}, never>;
|
|
26
|
+
export declare const LimitCharsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
27
|
+
export declare const LimitCharsExceededMessage: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
26
28
|
//# sourceMappingURL=hypothesisAndImpediment.style.d.ts.map
|
package/dist/src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hypothesisAndImpediment.style.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"hypothesisAndImpediment.style.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/hypothesisAndImpediment.style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AA4B7D,eAAO,MAAM,YAAY;;;;;;;;;;;CAWxB,CAAA;AAED,eAAO,MAAM,aAAa,oEAQzB,CAAA;AAED,eAAO,MAAM,kBAAkB,mFAc9B,CAAA;AAED,eAAO,MAAM,yBAAyB,oEAQrC,CAAA;AAED,eAAO,MAAM,SAAS;UAAsB,MAAM;aAAW,MAAM;SAWlE,CAAA;AACD,eAAO,MAAM,KAAK,qEAGjB,CAAA;AACD,eAAO,MAAM,WAAW;UAAuB,MAAM;aAAW,MAAM;SAcrE,CAAA;AAED,eAAO,MAAM,mBAAmB,oEAK/B,CAAA;AAED,eAAO,MAAM,yBAAyB,qEAIrC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,2BAA2B,CAAA;AAY7E,eAAO,MAAM,uBAAuB,wbA+BjC,iCAAiC,4CAsQnC,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,2dAiC5B,yBAAyB,4CAsH3B,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,4CAkGb,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":["
|
|
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,2CAiFnD"}
|
|
@@ -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":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableBody/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,MAAM,aAAa,CAAA;AAUlD,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAAE,UAAU,2CAiB/F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableBody/tableStyle.ts"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,cAAc,qFAI1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,mEAM5B,CAAC;AAEF,eAAO,MAAM,qBAAqB,qFAMjC,CAAC;AAEF,eAAO,MAAM,8BAA8B,sFAI1C,CAAC;AAEF,eAAO,MAAM,WAAW,sFAUvB,CAAC;AAEF,UAAU,wBAAwB;IAChC,UAAU,EAAE,OAAO,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,0FAU/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableHead/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,OAAO,EAAE,EAAE,UAAU,2CAmBxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableHead/tableStyle.ts"],"names":[],"mappings":"AAEA,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,WAAW,sEAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,mEAEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sFAY7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collaboratorAvatarStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"collaboratorAvatarStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB;;SASrC,CAAC"}
|
package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/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/form-elements/table-actions/parts/CollaboratorAvatar/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAI3D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,GAAG,EACH,aAAa,EACb,qBAAqB,EACrB,IAAI,EACJ,KAAK,EACL,aAAa,EACb,QAAQ,EACX,EAAE,mBAAmB,2CA8CrB"}
|
package/dist/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateLimitStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"dateLimitStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.ts"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAGD,eAAO,MAAM,gBAAgB,oFAkB5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/DateLimit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,UAAU,2CAE7D"}
|
package/dist/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emptyStateStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"emptyStateStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAY7B,CAAA;AAED,eAAO,MAAM,eAAe,oEAE3B,CAAA;AAED,eAAO,MAAM,eAAe,oEAY3B,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAuB9B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/EmptyState/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAI1C,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,UAAU,EAAE,WAAW,EAAE,EAAE,WAAW,2CA2B1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/TagStatus/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,UAAU,2CAS9D"}
|
package/dist/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagStatusStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tagStatusStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.ts"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAGD,eAAO,MAAM,YAAY,oEAKxB,CAAA;AAED,eAAO,MAAM,UAAU,6EAqBtB,CAAC;AAEF,eAAO,MAAM,QAAQ,6EAapB,CAAC"}
|