@cuemath/leap 3.5.19-as1 → 3.5.19-link.0
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/assets/line-icons/icons/change-icon.js +41 -0
- package/dist/assets/line-icons/icons/change-icon.js.map +1 -0
- package/dist/features/timeline/comps/accordion-item/accordion-item.js +39 -51
- package/dist/features/timeline/comps/accordion-item/accordion-item.js.map +1 -1
- package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items.js +10 -9
- package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items.js.map +1 -1
- package/dist/features/timeline/comps/no-activity.js +5 -4
- package/dist/features/timeline/comps/no-activity.js.map +1 -1
- package/dist/features/timeline/comps/utils.js +9 -9
- package/dist/features/timeline/comps/utils.js.map +1 -1
- package/dist/features/timeline/daily-timeline-types.js.map +1 -1
- package/dist/features/trial-session/api/course-stream.js.map +1 -1
- package/dist/features/trial-session/api/trial-nodes.js +6 -5
- package/dist/features/trial-session/api/trial-nodes.js.map +1 -1
- package/dist/features/trial-session/comps/confirmation-modal/confirmation-modal-styled.js +68 -0
- package/dist/features/trial-session/comps/confirmation-modal/confirmation-modal-styled.js.map +1 -0
- package/dist/features/trial-session/comps/confirmation-modal/confirmation-modal.js +65 -0
- package/dist/features/trial-session/comps/confirmation-modal/confirmation-modal.js.map +1 -0
- package/dist/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.js +41 -0
- package/dist/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.js.map +1 -0
- package/dist/features/trial-session/comps/student-feedback/student-feedback.js +90 -71
- package/dist/features/trial-session/comps/student-feedback/student-feedback.js.map +1 -1
- package/dist/features/trial-session/comps/worksheet/worksheet.js +27 -23
- package/dist/features/trial-session/comps/worksheet/worksheet.js.map +1 -1
- package/dist/features/trial-session/hooks/use-trial-session-navigation.js +26 -25
- package/dist/features/trial-session/hooks/use-trial-session-navigation.js.map +1 -1
- package/dist/features/trial-session/left-panel/index.js +37 -34
- package/dist/features/trial-session/left-panel/index.js.map +1 -1
- package/dist/features/trial-session/left-panel/left-panel-styled.js +7 -4
- package/dist/features/trial-session/left-panel/left-panel-styled.js.map +1 -1
- package/dist/features/trial-session/trial-session-types.js.map +1 -1
- package/dist/features/trial-session/trial-session-view.js +77 -74
- package/dist/features/trial-session/trial-session-view.js.map +1 -1
- package/dist/features/ui/theme/button.js +17 -0
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/index.d.ts +31 -54
- package/dist/index.js +735 -733
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/features/timeline/comps/accordion-item/accordian-item-styled.js +0 -30
- package/dist/features/timeline/comps/accordion-item/accordian-item-styled.js.map +0 -1
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import d from "styled-components";
|
|
2
|
-
import c from "../../../ui/text/text.js";
|
|
3
|
-
import { ClickableWrapper as x } from "../../../ui/buttons/clickable/clickable-styled.js";
|
|
4
|
-
const p = d(c)(({ theme: t, $buttonSize: n, $isParent: o }) => {
|
|
5
|
-
const { textButton: r } = t, { underlineHeight: e, underlineOffset: i } = r.sizes[n];
|
|
6
|
-
return `
|
|
7
|
-
text-decoration: underline;
|
|
8
|
-
text-decoration-thickness: ${e}px;
|
|
9
|
-
text-underline-offset: ${i}px;
|
|
10
|
-
|
|
11
|
-
&:active {
|
|
12
|
-
text-decoration: underline;
|
|
13
|
-
text-decoration-thickness: ${e}px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&:hover {
|
|
17
|
-
text-decoration: ${o ? "underline" : "none"};
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
${x}[aria-disabled='true'] & {
|
|
21
|
-
text-decoration: underline;
|
|
22
|
-
text-decoration-thickness: ${e}px;
|
|
23
|
-
opacity: 0.5;
|
|
24
|
-
}
|
|
25
|
-
`;
|
|
26
|
-
});
|
|
27
|
-
export {
|
|
28
|
-
p as Text
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=accordian-item-styled.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accordian-item-styled.js","sources":["../../../../../src/features/timeline/comps/accordion-item/accordian-item-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport UIText from '../../../ui/text/text';\nimport { type ITextButtonProps } from '../../../ui/buttons/text-button/text-button-types';\nimport { ClickableWrapper } from '../../../ui/buttons/clickable/clickable-styled';\n\ninterface IStyledTextProps {\n $buttonSize: NonNullable<ITextButtonProps['size']>;\n $isParent: boolean;\n}\n\nexport const Text = styled(UIText)<IStyledTextProps>(({ theme, $buttonSize, $isParent }) => {\n const { textButton } = theme;\n const { underlineHeight, underlineOffset } = textButton.sizes[$buttonSize];\n\n return `\n text-decoration: underline;\n text-decoration-thickness: ${underlineHeight}px;\n text-underline-offset: ${underlineOffset}px;\n\n &:active {\n text-decoration: underline;\n text-decoration-thickness: ${underlineHeight}px;\n }\n\n &:hover {\n text-decoration: ${$isParent ? 'underline' : 'none'};\n }\n\n ${ClickableWrapper}[aria-disabled='true'] & {\n text-decoration: underline;\n text-decoration-thickness: ${underlineHeight}px;\n opacity: 0.5;\n }\n `;\n});\n"],"names":["Text","styled","UIText","theme","$buttonSize","$isParent","textButton","underlineHeight","underlineOffset","ClickableWrapper"],"mappings":";;;AAWa,MAAAA,IAAOC,EAAOC,CAAM,EAAoB,CAAC,EAAE,OAAAC,GAAO,aAAAC,GAAa,WAAAC,QAAgB;AACpF,QAAA,EAAE,YAAAC,EAAe,IAAAH,GACjB,EAAE,iBAAAI,GAAiB,iBAAAC,EAAA,IAAoBF,EAAW,MAAMF,CAAW;AAElE,SAAA;AAAA;AAAA,iCAEwBG,CAAe;AAAA,6BACnBC,CAAe;AAAA;AAAA;AAAA;AAAA,mCAITD,CAAe;AAAA;AAAA;AAAA;AAAA,yBAIzBF,IAAY,cAAc,MAAM;AAAA;AAAA;AAAA,MAGnDI,CAAgB;AAAA;AAAA,mCAEaF,CAAe;AAAA;AAAA;AAAA;AAIlD,CAAC;"}
|