@cuemath/leap 2.8.38-guru.0 → 2.8.38-hg2
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/lottie/lottie.js +6 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/analytics-events/whitelist-events.js +13 -15
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +3 -3
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +29 -35
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js +25 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js +57 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js +27 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js +37 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +35 -42
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +223 -212
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js +8 -7
- package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js.map +1 -1
- package/dist/features/circle-games/game-launcher/game-launcher.js +25 -24
- package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js +8 -3
- package/dist/features/circle-games/hooks/use-circle-sounds/constants.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js +2 -2
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js.map +1 -1
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js +22 -17
- package/dist/features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +1 -2
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-styled.js +9 -11
- package/dist/features/milestone/create/milestone-create-styled.js.map +1 -1
- package/dist/features/milestone/edit/comps/milestone-edit-loader/milestone-edit-loader-styled.js +8 -6
- package/dist/features/milestone/edit/comps/milestone-edit-loader/milestone-edit-loader-styled.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +117 -130
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +17 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +47 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +6 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/constants.js +16 -0
- package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +87 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js +190 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/helper.js +33 -0
- package/dist/features/post-game-stats/digital-meter/helper.js.map +1 -0
- package/dist/features/post-game-stats/enums/post-game-stats-enum.js +1 -1
- package/dist/features/post-game-stats/enums/post-game-stats-enum.js.map +1 -1
- package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js +30 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js.map +1 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js +22 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +1 -0
- package/dist/features/post-game-stats/points/points.js +15 -10
- package/dist/features/post-game-stats/points/points.js.map +1 -1
- package/dist/features/post-game-stats/post-game-stats.js +83 -61
- package/dist/features/post-game-stats/post-game-stats.js.map +1 -1
- package/dist/features/ui/grade-selector/grade-tab.js +15 -15
- package/dist/features/ui/grade-selector/grade-tab.js.map +1 -1
- package/dist/features/ui/tab/tab-styled.js +8 -7
- package/dist/features/ui/tab/tab-styled.js.map +1 -1
- package/dist/features/ui/tab/tab.js +31 -36
- package/dist/features/ui/tab/tab.js.map +1 -1
- package/dist/features/ui/theme/tab.js +3 -3
- package/dist/features/ui/theme/tab.js.map +1 -1
- package/dist/index.d.ts +53 -46
- package/dist/index.js +343 -345
- package/dist/index.js.map +1 -1
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/package.json +3 -2
- package/dist/assets/line-icons/icons/sheet.js +0 -54
- package/dist/assets/line-icons/icons/sheet.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +0 -11
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +0 -16
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js +0 -205
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js +0 -11
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +0 -9
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js +0 -9
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js +0 -19
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js +0 -47
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js +0 -22
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js +0 -60
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js +0 -6
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js +0 -6
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js +0 -19
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js +0 -32
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js +0 -19
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js +0 -85
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js +0 -65
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +0 -233
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +0 -1
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js +0 -12
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js.map +0 -1
- package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js +0 -28
- package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js.map +0 -1
- package/dist/features/ui/inputs/searchable-input/searchable-input.js +0 -101
- package/dist/features/ui/inputs/searchable-input/searchable-input.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"v":"5.12.1","fr":30,"ip":0,"op":120,"w":200,"h":70,"nm":"TARGET ACHIEVED","ddd":0,"assets":[{"id":"comp_0","nm":"CONFETTI","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[153.5,42.25,0],"to":[6.75,-16.25,0],"ti":[1.167,9.22,0]},{"t":24,"s":[141.833,14.53,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-17.172,503.828,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.656,9.656],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":1,"k":[{"t":9,"s":[1,1,1,1],"h":1},{"t":11.223,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":13.444,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":15.667,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":17.89,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":20.11,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":22.333,"s":[1,1,1,1],"h":1},{"t":24.556,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":26.777,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":29,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":31.223,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":33.444,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":35.667,"s":[1,1,1,1],"h":1},{"t":37.89,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":40.11,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":42.333,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":44.556,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":46.777,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":49,"s":[1,1,1,1],"h":1},{"t":51,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":53.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":55.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":57.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":59.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":62.11,"s":[1,1,1,1],"h":1},{"t":64,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":66.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":68.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":70.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":72.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":75.11,"s":[1,1,1,1],"h":1},{"t":77.333,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":79.555,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":81.777,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":84,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":86.222,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":88.444,"s":[1,1,1,1],"h":1},{"t":90.667,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":92.888,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":95.11,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":97.333,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":99.555,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":101.777,"s":[1,1,1,1],"h":1},{"t":103.777,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":105.999,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":108.222,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":110.444,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":112.665,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":114.888,"s":[1,1,1,1],"h":1},{"t":117,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":119.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":121.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":123.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":125.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":128.11,"s":[1,1,1,1],"h":1},{"t":130,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":132.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":134.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":136.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":138.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":141.11,"s":[1,1,1,1],"h":1},{"t":143,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":145.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":147.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":149.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":151.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":154.1103515625,"s":[1,1,1,1],"h":1}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-17.172,503.828],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50,50],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":9,"op":24,"st":-1,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[128.5,37.25,0],"to":[6.75,-16.25,0],"ti":[1.167,9.22,0]},{"t":18,"s":[116.833,9.53,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-17.172,503.828,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[9.656,9.656],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":1,"k":[{"t":3,"s":[1,1,1,1],"h":1},{"t":5.223,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":7.444,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":9.667,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":11.89,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":14.11,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":16.333,"s":[1,1,1,1],"h":1},{"t":18.556,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":20.777,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":23,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":25.223,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":27.444,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":29.667,"s":[1,1,1,1],"h":1},{"t":31.89,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":34.11,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":36.333,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":38.556,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":40.777,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":43,"s":[1,1,1,1],"h":1},{"t":45,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":47.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":49.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":51.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":53.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":56.11,"s":[1,1,1,1],"h":1},{"t":58,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":60.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":62.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":64.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":66.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":69.11,"s":[1,1,1,1],"h":1},{"t":71.333,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":73.555,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":75.777,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":78,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":80.222,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":82.444,"s":[1,1,1,1],"h":1},{"t":84.667,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":86.888,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":89.11,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":91.333,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":93.555,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":95.777,"s":[1,1,1,1],"h":1},{"t":97.777,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":99.999,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":102.222,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":104.444,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":106.665,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":108.888,"s":[1,1,1,1],"h":1},{"t":111,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":113.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":115.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":117.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":119.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":122.11,"s":[1,1,1,1],"h":1},{"t":124,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":126.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":128.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":130.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":132.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":135.11,"s":[1,1,1,1],"h":1},{"t":137,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":139.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":141.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":143.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":145.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":148.1103515625,"s":[1,1,1,1],"h":1}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-17.172,503.828],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[50,50],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":3,"op":18,"st":-7,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[165.58,23.128,0],"ix":2,"l":2},"a":{"a":0,"k":[-29.5,501.796,0],"ix":1,"l":2},"s":{"a":0,"k":[-100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-10.25],[-6.75,-0.75]],"o":[[0,0],[-0.923,5.405],[3.113,0.346]],"v":[[-37.5,491.75],[-26.75,500],[-21.5,512]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"t":5,"s":[1,1,1,1],"h":1},{"t":7.223,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":9.444,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":11.667,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":13.89,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":16.11,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":18.333,"s":[1,1,1,1],"h":1},{"t":20.556,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":22.777,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":25,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":27.223,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":29.444,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":31.667,"s":[1,1,1,1],"h":1},{"t":33.89,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":36.11,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":38.333,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":40.556,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":42.777,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":45,"s":[1,1,1,1],"h":1},{"t":47,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":49.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":51.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":53.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":55.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":58.11,"s":[1,1,1,1],"h":1},{"t":60,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":62.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":64.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":66.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":68.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":71.11,"s":[1,1,1,1],"h":1},{"t":73.333,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":75.555,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":77.777,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":80,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":82.222,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":84.444,"s":[1,1,1,1],"h":1},{"t":86.667,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":88.888,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":91.11,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":93.333,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":95.555,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":97.777,"s":[1,1,1,1],"h":1},{"t":99.777,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":101.999,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":104.222,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":106.444,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":108.665,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":110.888,"s":[1,1,1,1],"h":1},{"t":113,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":115.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":117.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":119.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":121.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":124.11,"s":[1,1,1,1],"h":1},{"t":126,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":128.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":130.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":132.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":134.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":137.11,"s":[1,1,1,1],"h":1},{"t":139,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":141.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":143.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":145.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":147.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":150.1103515625,"s":[1,1,1,1],"h":1}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[100]},{"t":20,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[100]},{"t":15,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5,"op":20,"st":5,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[105.5,22.046,0],"ix":2,"l":2},"a":{"a":0,"k":[-29.5,501.796,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.75,-10.25],[-6.75,-0.75]],"o":[[0,0],[-0.923,5.405],[3.113,0.346]],"v":[[-37.5,491.75],[-26.75,500],[-21.5,512]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"t":0,"s":[1,1,1,1],"h":1},{"t":2.223,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":4.444,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":6.667,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":8.89,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":11.11,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":13.333,"s":[1,1,1,1],"h":1},{"t":15.556,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":17.777,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":20,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":22.223,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":24.444,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":26.667,"s":[1,1,1,1],"h":1},{"t":28.89,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":31.11,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":33.333,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":35.556,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":37.777,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":40,"s":[1,1,1,1],"h":1},{"t":42,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":44.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":46.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":48.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":50.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":53.11,"s":[1,1,1,1],"h":1},{"t":55,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":57.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":59.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":61.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":63.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":66.11,"s":[1,1,1,1],"h":1},{"t":68.333,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":70.555,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":72.777,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":75,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":77.222,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":79.444,"s":[1,1,1,1],"h":1},{"t":81.667,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":83.888,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":86.11,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":88.333,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":90.555,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":92.777,"s":[1,1,1,1],"h":1},{"t":94.777,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":96.999,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":99.222,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":101.444,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":103.665,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":105.888,"s":[1,1,1,1],"h":1},{"t":108,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":110.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":112.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":114.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":116.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":119.11,"s":[1,1,1,1],"h":1},{"t":121,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":123.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":125.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":127.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":129.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":132.11,"s":[1,1,1,1],"h":1},{"t":134,"s":[0.117647059262,0.709803938866,0.941176474094,1],"h":1},{"t":136.222,"s":[0.239215686917,0.843137264252,0.443137258291,1],"h":1},{"t":138.444,"s":[1,0.494117647409,0.23137255013,1],"h":1},{"t":140.667,"s":[0.929411768913,0.423529416323,0.937254905701,1],"h":1},{"t":142.888,"s":[1,0.729411780834,0.027450980619,1],"h":1},{"t":145.1103515625,"s":[1,1,1,1],"h":1}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5,"s":[100]},{"t":15,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[100]},{"t":10,"s":[0]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":15,"st":0,"ct":1,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"TARGET ACHIEVED! Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.61,"y":1},"o":{"x":0,"y":0},"t":0,"s":[100.514,34.763,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.405,"y":1},"o":{"x":0.458,"y":0},"t":4,"s":[100.514,40.883,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20,"s":[100.514,35.783,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-0.182,-4.23,0],"ix":1,"l":2},"s":{"a":0,"k":[102,102,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":21,"nm":"Fill","np":9,"mn":"ADBE Fill","ix":1,"en":1,"ef":[{"ty":10,"nm":"Fill Mask","mn":"ADBE Fill-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":7,"nm":"All Masks","mn":"ADBE Fill-0007","ix":2,"v":{"a":0,"k":0,"ix":2}},{"ty":2,"nm":"Color","mn":"ADBE Fill-0002","ix":3,"v":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[1,0.717647075653,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":8,"s":[1,0.533333361149,0.298039227724,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[1,0.501960813999,0.956862747669,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[0.20000000298,0.800000011921,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[1,0.717647075653,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[1,0.533333361149,0.298039227724,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[1,0.501960813999,0.956862747669,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":72,"s":[0.20000000298,0.800000011921,1,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":80,"s":[1,0.717647075653,0,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":88,"s":[1,0.533333361149,0.298039227724,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":96,"s":[1,0.501960813999,0.956862747669,1]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":112,"s":[0.20000000298,0.800000011921,1,1]},{"t":120,"s":[1,0.717647075653,0,1]}],"ix":3}},{"ty":7,"nm":"Invert","mn":"ADBE Fill-0006","ix":4,"v":{"a":0,"k":0,"ix":4}},{"ty":0,"nm":"Horizontal Feather","mn":"ADBE Fill-0003","ix":5,"v":{"a":0,"k":0,"ix":5}},{"ty":0,"nm":"Vertical Feather","mn":"ADBE Fill-0004","ix":6,"v":{"a":0,"k":0,"ix":6}},{"ty":0,"nm":"Opacity","mn":"ADBE Fill-0005","ix":7,"v":{"a":0,"k":1,"ix":7}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-56.153,-6.84],[-53.421,-6.84],[-53.421,0],[-51.729,0],[-51.729,-6.84],[-48.998,-6.84],[-48.998,-8.459],[-56.153,-8.459]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"T","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-50.033,0],[-48.184,0],[-47.386,-2.006],[-43.833,-2.006],[-43.024,0],[-41.163,0],[-44.607,-8.459],[-46.613,-8.459]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-46.734,-3.625],[-45.61,-6.441],[-44.474,-3.625]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"A","np":5,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,1.136],[1.656,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.955,-0.411],[0,-1.559],[0,0],[0,0]],"v":[[-40.453,0],[-38.762,0],[-38.762,-3.13],[-37.082,-3.13],[-35.619,0.012],[-33.783,0.012],[-35.39,-3.36],[-33.879,-5.801],[-36.61,-8.459],[-40.453,-8.459]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-0.665],[0.713,0]],"o":[[0,0],[0,0],[0.713,0],[0,0.677],[0,0]],"v":[[-38.762,-4.749],[-38.762,-6.84],[-36.731,-6.84],[-35.571,-5.801],[-36.731,-4.749]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"R","np":5,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.502],[-2.381,0],[-0.532,0.665],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.834,0],[0,1.656],[-1.631,0],[-0.181,-1.039],[0,0],[1.958,0]],"o":[[0,2.538],[1.221,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.423,0.641],[-1.668,0],[0,-1.523],[1.16,0],[0,0],[-0.326,-1.68],[-2.635,0]],"v":[[-33.147,-4.218],[-29.05,0.181],[-26.439,-0.943],[-26.439,0],[-24.953,0],[-24.953,-3.988],[-28.578,-3.988],[-28.578,-2.453],[-26.705,-2.453],[-28.699,-1.438],[-31.455,-4.242],[-28.808,-7.021],[-26.693,-5.281],[-25.11,-5.837],[-28.796,-8.641]],"c":true},"ix":2},"nm":"G","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"G","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-23.869,0],[-17.815,0],[-17.815,-1.619],[-22.178,-1.619],[-22.178,-3.517],[-18.31,-3.517],[-18.31,-5.136],[-22.178,-5.136],[-22.178,-6.84],[-17.815,-6.84],[-17.815,-8.459],[-23.869,-8.459]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"E","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-17.237,-6.84],[-14.505,-6.84],[-14.505,0],[-12.813,0],[-12.813,-6.84],[-10.082,-6.84],[-10.082,-8.459],[-17.237,-8.459]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"T","np":3,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-7.013,0],[-5.164,0],[-4.366,-2.006],[-0.813,-2.006],[-0.004,0],[1.857,0],[-1.587,-8.459],[-3.593,-8.459]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-3.714,-3.625],[-2.59,-6.441],[-1.454,-3.625]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"A","np":5,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.502],[-2.659,0],[-0.218,1.922],[0,0],[1.233,0],[0,1.728],[-1.535,0],[-0.181,-1.039],[0,0],[1.922,0]],"o":[[0,2.526],[2.079,0],[0,0],[-0.133,1.233],[-1.607,0],[0,-1.462],[1.16,0],[0,0],[-0.326,-1.68],[-2.586,0]],"v":[[1.761,-4.206],[6.172,0.181],[10.136,-3.094],[8.505,-3.468],[6.124,-1.438],[3.453,-4.351],[6.027,-7.021],[8.166,-5.281],[9.677,-5.837],[6.04,-8.641]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"C","np":3,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[10.955,0],[12.646,0],[12.646,-3.517],[16.502,-3.517],[16.502,0],[18.193,0],[18.193,-8.459],[16.502,-8.459],[16.502,-5.136],[12.646,-5.136],[12.646,-8.459],[10.955,-8.459]],"c":true},"ix":2},"nm":"H","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"H","np":3,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[19.415,0],[21.106,0],[21.106,-8.459],[19.415,-8.459]],"c":true},"ix":2},"nm":"I","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"I","np":3,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[22.367,0],[28.421,0],[28.421,-1.619],[24.058,-1.619],[24.058,-3.517],[27.926,-3.517],[27.926,-5.136],[24.058,-5.136],[24.058,-6.84],[28.421,-6.84],[28.421,-8.459],[22.367,-8.459]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"E","np":3,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[28.951,-8.459],[32.202,0],[34.293,0],[37.555,-8.459],[35.67,-8.459],[33.241,-2.067],[30.812,-8.459]],"c":true},"ix":2},"nm":"V","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"V","np":3,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[38.267,0],[44.321,0],[44.321,-1.619],[39.958,-1.619],[39.958,-3.517],[43.826,-3.517],[43.826,-5.136],[39.958,-5.136],[39.958,-6.84],[44.321,-6.84],[44.321,-8.459],[38.267,-8.459]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"E","np":3,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,2.369],[2.405,0],[0,0]],"o":[[0,0],[2.405,0],[0,-2.369],[0,0],[0,0]],"v":[[45.359,0],[48.622,0],[52.67,-4.218],[48.622,-8.459],[45.359,-8.459]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,-1.462],[1.354,0]],"o":[[0,0],[0,0],[1.354,0],[0,1.462],[0,0]],"v":[[47.05,-1.704],[47.05,-6.755],[48.597,-6.755],[50.918,-4.218],[48.597,-1.704]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"D","np":5,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[53.915,-2.78],[55.607,-2.78],[55.607,-8.459],[53.915,-8.459]],"c":true},"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-0.556],[-0.604,0],[0,0.592],[0.544,0]],"o":[[0,0.592],[0.544,0],[0,-0.556],[-0.604,0]],"v":[[53.734,-0.955],[54.786,0.097],[55.789,-0.955],[54.786,-1.97]],"c":true},"ix":2},"nm":"!","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.717649990905,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"!","np":5,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":120,"st":-56,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"CONFETTI","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[113.81,45.998,0],"ix":2,"l":2},"a":{"a":0,"k":[135,135,0],"ix":1,"l":2},"s":{"a":0,"k":[56.1,56.1,100],"ix":6,"l":2}},"ao":0,"w":270,"h":270,"ip":0,"op":24,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"CONFETTI","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-82,"ix":10},"p":{"a":0,"k":[83.72,32.228,0],"ix":2,"l":2},"a":{"a":0,"k":[135,135,0],"ix":1,"l":2},"s":{"a":0,"k":[51,51,100],"ix":6,"l":2}},"ao":0,"w":270,"h":270,"ip":2,"op":26,"st":2,"bm":0}],"markers":[],"props":{}}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cuemath/leap",
|
3
|
-
"version": "2.8.38-
|
3
|
+
"version": "2.8.38-hg2",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -17,7 +17,8 @@
|
|
17
17
|
"prepare": "husky install",
|
18
18
|
"build-storybook": "storybook build",
|
19
19
|
"prepublishOnly": "yarn build",
|
20
|
-
"hash-image": "node scripts/hash-images.js"
|
20
|
+
"hash-image": "node scripts/hash-images.js",
|
21
|
+
"collect-sounds:": "aws s3 sync --acl public-read src/assets/sounds/ s3://static.qumath.in/static/sounds/ --metadata-directive REPLACE --cache-control no-cache"
|
21
22
|
},
|
22
23
|
"dependencies": {
|
23
24
|
"@cuemath/analytics-v2": "1.4.6",
|
@@ -1,54 +0,0 @@
|
|
1
|
-
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
2
|
-
const d = (l) => /* @__PURE__ */ o(
|
3
|
-
"svg",
|
4
|
-
{
|
5
|
-
width: "56",
|
6
|
-
height: "56",
|
7
|
-
viewBox: "0 0 56 56",
|
8
|
-
fill: "none",
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
10
|
-
...l,
|
11
|
-
children: [
|
12
|
-
/* @__PURE__ */ e(
|
13
|
-
"path",
|
14
|
-
{
|
15
|
-
fillRule: "evenodd",
|
16
|
-
clipRule: "evenodd",
|
17
|
-
d: "M12.6006 9.10059H31.5099L43.4006 21.3667V46.9006H12.6006V9.10059ZM15.4006 11.9006V44.1006H40.6006V23.3339H29.5173V11.9006H15.4006ZM32.3173 13.9562L38.6936 20.5339H32.3173V13.9562Z",
|
18
|
-
fill: "currentColor"
|
19
|
-
}
|
20
|
-
),
|
21
|
-
/* @__PURE__ */ e(
|
22
|
-
"path",
|
23
|
-
{
|
24
|
-
fillRule: "evenodd",
|
25
|
-
clipRule: "evenodd",
|
26
|
-
d: "M20.7673 28.1172H35.2339V30.9172H20.7673V28.1172Z",
|
27
|
-
fill: "currentColor"
|
28
|
-
}
|
29
|
-
),
|
30
|
-
/* @__PURE__ */ e(
|
31
|
-
"path",
|
32
|
-
{
|
33
|
-
fillRule: "evenodd",
|
34
|
-
clipRule: "evenodd",
|
35
|
-
d: "M20.7673 34.1839H35.2339V36.9839H20.7673V34.1839Z",
|
36
|
-
fill: "currentColor"
|
37
|
-
}
|
38
|
-
),
|
39
|
-
/* @__PURE__ */ e(
|
40
|
-
"path",
|
41
|
-
{
|
42
|
-
fillRule: "evenodd",
|
43
|
-
clipRule: "evenodd",
|
44
|
-
d: "M20.7673 22.0506H26.4839V24.8506H20.7673V22.0506Z",
|
45
|
-
fill: "currentColor"
|
46
|
-
}
|
47
|
-
)
|
48
|
-
]
|
49
|
-
}
|
50
|
-
), t = d;
|
51
|
-
export {
|
52
|
-
t as default
|
53
|
-
};
|
54
|
-
//# sourceMappingURL=sheet.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sheet.js","sources":["../../../../src/assets/line-icons/icons/sheet.tsx"],"sourcesContent":["const SheetIcon: React.FC<React.SVGProps<SVGSVGElement>> = props => (\n <svg\n width=\"56\"\n height=\"56\"\n viewBox=\"0 0 56 56\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.6006 9.10059H31.5099L43.4006 21.3667V46.9006H12.6006V9.10059ZM15.4006 11.9006V44.1006H40.6006V23.3339H29.5173V11.9006H15.4006ZM32.3173 13.9562L38.6936 20.5339H32.3173V13.9562Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.7673 28.1172H35.2339V30.9172H20.7673V28.1172Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.7673 34.1839H35.2339V36.9839H20.7673V34.1839Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.7673 22.0506H26.4839V24.8506H20.7673V22.0506Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n\nexport default SheetIcon;\n"],"names":["SheetIcon","props","jsxs","jsx","SheetIcon$1"],"mappings":";AAAA,MAAMA,IAAqD,CACzDC,MAAA,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGD;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MACP;AAAA,MACA,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MACP;AAAA,MACA,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MACP;AAAA,MACA,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MACP;AAAA,IAAA;AAAA,EAAA;AACF,GAGFC,IAAeJ;"}
|
package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
import c from "styled-components";
|
2
|
-
const t = c.circle`
|
3
|
-
fill: ${({ $fill: l, theme: o }) => o.colors[l]};
|
4
|
-
`, i = c.path`
|
5
|
-
fill: ${({ $fill: l, theme: o }) => o.colors[l]};
|
6
|
-
`;
|
7
|
-
export {
|
8
|
-
t as Circle,
|
9
|
-
i as Path
|
10
|
-
};
|
11
|
-
//# sourceMappingURL=table-star-styled.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"table-star-styled.js","sources":["../../../../../../../src/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.tsx"],"sourcesContent":["import type { TColorNames } from '../../../../../ui/types';\n\nimport styled from 'styled-components';\n\nexport const Circle = styled.circle<{ $fill: TColorNames }>`\n fill: ${({ $fill, theme }) => theme.colors[$fill]};\n`;\n\nexport const Path = styled.path<{ $fill: TColorNames }>`\n fill: ${({ $fill, theme }) => theme.colors[$fill]};\n`;\n"],"names":["Circle","styled","$fill","theme","Path"],"mappings":";AAIO,MAAMA,IAASC,EAAO;AAAA,UACnB,CAAC,EAAE,OAAAC,GAAO,OAAAC,EAAA,MAAYA,EAAM,OAAOD,CAAK,CAAC;AAAA,GAGtCE,IAAOH,EAAO;AAAA,UACjB,CAAC,EAAE,OAAAC,GAAO,OAAAC,EAAA,MAAYA,EAAM,OAAOD,CAAK,CAAC;AAAA;"}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
2
|
-
import { Circle as L, Path as e } from "./table-star-styled.js";
|
3
|
-
const f = ({ fill: t, bgFill: l }) => /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", children: [
|
4
|
-
/* @__PURE__ */ r(L, { cx: "8", cy: "8", r: "8", $fill: l }),
|
5
|
-
/* @__PURE__ */ r(
|
6
|
-
e,
|
7
|
-
{
|
8
|
-
d: "M8 2L6.23664 5.57295L2.29366 6.1459L5.14683 8.92705L4.47329 12.8541L8 11L11.5267 12.8541L10.8532 8.92705L13.7063 6.1459L9.76336 5.57295L8 2Z",
|
9
|
-
$fill: t
|
10
|
-
}
|
11
|
-
)
|
12
|
-
] });
|
13
|
-
export {
|
14
|
-
f as default
|
15
|
-
};
|
16
|
-
//# sourceMappingURL=table-star.js.map
|
package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"table-star.js","sources":["../../../../../../../src/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.tsx"],"sourcesContent":["import type { ITableStarProps } from './table-star-types';\n\nimport React from 'react';\n\nimport * as Styled from './table-star-styled';\n\nconst TableStar: React.FC<ITableStarProps> = ({ fill, bgFill }) => {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <Styled.Circle cx=\"8\" cy=\"8\" r=\"8\" $fill={bgFill} />\n <Styled.Path\n d=\"M8 2L6.23664 5.57295L2.29366 6.1459L5.14683 8.92705L4.47329 12.8541L8 11L11.5267 12.8541L10.8532 8.92705L13.7063 6.1459L9.76336 5.57295L8 2Z\"\n $fill={fill}\n />\n </svg>\n );\n};\n\nexport default TableStar;\n"],"names":["TableStar","fill","bgFill","jsxs","jsx","Styled.Circle","Styled.Path"],"mappings":";;AAMA,MAAMA,IAAuC,CAAC,EAAE,MAAAC,GAAM,QAAAC,QAElD,gBAAAC,EAAC,OAAI,EAAA,OAAM,8BAA6B,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QACtF,UAAA;AAAA,EAAC,gBAAAC,EAAAC,GAAA,EAAc,IAAG,KAAI,IAAG,KAAI,GAAE,KAAI,OAAOH,EAAQ,CAAA;AAAA,EAClD,gBAAAE;AAAA,IAACE;AAAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,OAAOL;AAAA,IAAA;AAAA,EACT;AACF,EAAA,CAAA;"}
|
package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
import { jsxs as c, Fragment as h, jsx as t } from "react/jsx-runtime";
|
2
|
-
import { memo as x, useState as y, useMemo as $, useCallback as S, Fragment as U } from "react";
|
3
|
-
import B from "../../../../assets/line-icons/icons/sheet.js";
|
4
|
-
import { useUIContext as N } from "../../../ui/context/context.js";
|
5
|
-
import _ from "../../../ui/layout/flex-view.js";
|
6
|
-
import X from "../../../ui/separator/separator.js";
|
7
|
-
import g from "../../../ui/text/text.js";
|
8
|
-
import G from "./comps/filter-item/filter-item.js";
|
9
|
-
import W from "./comps/resource-item/resource-item.js";
|
10
|
-
import { RESOURCE_ASSIGN_ANALYTICS_EVENTS as i } from "./resource-assign-analytics-events.js";
|
11
|
-
import { HeaderWrapper as j, FilterTabWrapper as w, ResourceCountWrapper as P, FilterListWrapper as V } from "./resources-assign-styled.js";
|
12
|
-
const Y = [
|
13
|
-
{
|
14
|
-
id: "resource-filters",
|
15
|
-
label: "Filters"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
id: "resource-added",
|
19
|
-
label: "Added"
|
20
|
-
}
|
21
|
-
], H = {
|
22
|
-
LEARNING: "Learning",
|
23
|
-
PRACTICE: "Practice",
|
24
|
-
ASSESSMENT: "Assessment",
|
25
|
-
LEVEL2: "Advanced",
|
26
|
-
LEVEL3: "Advanced",
|
27
|
-
SUBJECTIVE: "Subjective"
|
28
|
-
}, oe = x((T) => {
|
29
|
-
const {
|
30
|
-
resourceFilters: f,
|
31
|
-
selectedResources: R,
|
32
|
-
onResourceDeSelection: b,
|
33
|
-
onFilterUpdate: n,
|
34
|
-
onViewResource: L
|
35
|
-
} = T, { boards: s, grades: a, node_types: d } = f, { onEvent: o } = N(), [A, D] = y("resource-filters"), E = R.length, p = $(() => {
|
36
|
-
var e;
|
37
|
-
return (e = s.find((r) => r.applied)) == null ? void 0 : e.name;
|
38
|
-
}, [s]), u = $(() => {
|
39
|
-
var e;
|
40
|
-
return (e = a.find((r) => r.applied)) == null ? void 0 : e.name;
|
41
|
-
}, [a]), m = $(() => {
|
42
|
-
var e;
|
43
|
-
return (e = d.find((r) => r.applied)) == null ? void 0 : e.name;
|
44
|
-
}, [d]), I = S(
|
45
|
-
(e) => {
|
46
|
-
const r = p === e;
|
47
|
-
o(
|
48
|
-
r ? i.RESOURCE_BOARD_DESELECTED : i.RESOURCE_BOARD_SELECTED,
|
49
|
-
{
|
50
|
-
board: e
|
51
|
-
}
|
52
|
-
), n({ board: r ? "" : e });
|
53
|
-
},
|
54
|
-
[o, n, p]
|
55
|
-
), O = S(
|
56
|
-
(e) => {
|
57
|
-
const r = u === e;
|
58
|
-
o(
|
59
|
-
r ? i.RESOURCE_GRADE_DESELECTED : i.RESOURCE_GRADE_SELECTED,
|
60
|
-
{
|
61
|
-
grade: e
|
62
|
-
}
|
63
|
-
), n({ grade: r ? "" : e });
|
64
|
-
},
|
65
|
-
[o, n, u]
|
66
|
-
), v = S(
|
67
|
-
(e) => {
|
68
|
-
const r = m === e;
|
69
|
-
o(
|
70
|
-
r ? i.RESOURCE_NODE_TYPE_DESELECTED : i.RESOURCE_NODE_TYPE_SELECTED,
|
71
|
-
{
|
72
|
-
node_type: e
|
73
|
-
}
|
74
|
-
), n({ node_type: r ? "" : e });
|
75
|
-
},
|
76
|
-
[o, n, m]
|
77
|
-
), k = [
|
78
|
-
{
|
79
|
-
title: "Curriculum",
|
80
|
-
options: s.map(({ code: e, name: r }) => ({
|
81
|
-
id: e,
|
82
|
-
label: r,
|
83
|
-
value: r
|
84
|
-
})),
|
85
|
-
value: p,
|
86
|
-
onClick: I
|
87
|
-
},
|
88
|
-
{
|
89
|
-
title: "Grade",
|
90
|
-
options: a.map(({ code: e, name: r }) => ({
|
91
|
-
id: e,
|
92
|
-
label: e,
|
93
|
-
value: r
|
94
|
-
})),
|
95
|
-
value: u,
|
96
|
-
onClick: O
|
97
|
-
},
|
98
|
-
{
|
99
|
-
title: "Type",
|
100
|
-
options: d.map(({ code: e, name: r }) => ({
|
101
|
-
id: e,
|
102
|
-
label: H[r] || "",
|
103
|
-
value: r || ""
|
104
|
-
})),
|
105
|
-
value: m,
|
106
|
-
onClick: v
|
107
|
-
}
|
108
|
-
];
|
109
|
-
return /* @__PURE__ */ c(h, { children: [
|
110
|
-
/* @__PURE__ */ t(
|
111
|
-
j,
|
112
|
-
{
|
113
|
-
$heightX: 4,
|
114
|
-
$background: "WHITE_3",
|
115
|
-
$flexDirection: "row",
|
116
|
-
$alignItems: "end",
|
117
|
-
$noBorder: !0,
|
118
|
-
children: Y.map((e) => {
|
119
|
-
const { id: r, label: C } = e, l = r === A;
|
120
|
-
return /* @__PURE__ */ c(
|
121
|
-
w,
|
122
|
-
{
|
123
|
-
$flexDirection: "row",
|
124
|
-
$width: "100%",
|
125
|
-
$alignItems: "center",
|
126
|
-
$justifyContent: "center",
|
127
|
-
$gapX: 0.5,
|
128
|
-
$selected: l,
|
129
|
-
onClick: () => D(r),
|
130
|
-
$flexGap: 4,
|
131
|
-
$heightX: 2.5,
|
132
|
-
children: [
|
133
|
-
/* @__PURE__ */ t(
|
134
|
-
g,
|
135
|
-
{
|
136
|
-
$renderAs: l ? "ub3-bold" : "ub3",
|
137
|
-
$align: "center",
|
138
|
-
$color: l ? "BLACK_T_87" : "BLACK_T_38",
|
139
|
-
children: C
|
140
|
-
}
|
141
|
-
),
|
142
|
-
E > 0 && r === "resource-added" && /* @__PURE__ */ t(
|
143
|
-
P,
|
144
|
-
{
|
145
|
-
$borderRadius: 50,
|
146
|
-
$background: "YELLOW_4",
|
147
|
-
$gutter: 4,
|
148
|
-
$justifyContent: "center",
|
149
|
-
$alignItems: "center",
|
150
|
-
$heightX: 1.25,
|
151
|
-
children: /* @__PURE__ */ t(g, { $renderAs: "ac4-black", children: E })
|
152
|
-
}
|
153
|
-
)
|
154
|
-
]
|
155
|
-
},
|
156
|
-
r
|
157
|
-
);
|
158
|
-
})
|
159
|
-
}
|
160
|
-
),
|
161
|
-
/* @__PURE__ */ t(V, { children: A === "resource-filters" ? /* @__PURE__ */ t(h, { children: k.map((e) => {
|
162
|
-
const { title: r, value: C, options: l, onClick: F } = e;
|
163
|
-
return /* @__PURE__ */ c(U, { children: [
|
164
|
-
/* @__PURE__ */ t(
|
165
|
-
G,
|
166
|
-
{
|
167
|
-
title: r,
|
168
|
-
value: C ?? "",
|
169
|
-
options: l,
|
170
|
-
onClick: F
|
171
|
-
}
|
172
|
-
),
|
173
|
-
/* @__PURE__ */ t(X, { height: 1, background: "WHITE_5" })
|
174
|
-
] }, r);
|
175
|
-
}) }) : /* @__PURE__ */ c(h, { children: [
|
176
|
-
R.map((e) => /* @__PURE__ */ t(_, { $gapX: 1, $gutterX: 1, children: /* @__PURE__ */ t(
|
177
|
-
W,
|
178
|
-
{
|
179
|
-
resource: e,
|
180
|
-
onViewResource: L,
|
181
|
-
onResourceAdditionOrDeletion: b,
|
182
|
-
selected: !0
|
183
|
-
}
|
184
|
-
) }, e.id)),
|
185
|
-
E === 0 && /* @__PURE__ */ c(
|
186
|
-
_,
|
187
|
-
{
|
188
|
-
$alignItems: "center",
|
189
|
-
$justifyContent: "center",
|
190
|
-
$gapX: 2,
|
191
|
-
$height: "100%",
|
192
|
-
$flexGap: 8,
|
193
|
-
children: [
|
194
|
-
/* @__PURE__ */ t(B, { opacity: 0.38 }),
|
195
|
-
/* @__PURE__ */ t(_, { $widthX: 15, children: /* @__PURE__ */ t(g, { $renderAs: "ub1-bold", $color: "BLACK_T_38", $align: "center", children: "No sheets added" }) })
|
196
|
-
]
|
197
|
-
}
|
198
|
-
)
|
199
|
-
] }) })
|
200
|
-
] });
|
201
|
-
});
|
202
|
-
export {
|
203
|
-
oe as default
|
204
|
-
};
|
205
|
-
//# sourceMappingURL=added-resource-and-filters.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"added-resource-and-filters.js","sources":["../../../../../src/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.tsx"],"sourcesContent":["import type { IAddedResourceAndFilters } from './resources-assign-type';\nimport type { FC } from 'react';\n\nimport { Fragment, memo, useCallback, useMemo, useState } from 'react';\n\nimport SheetIcon from '../../../../assets/line-icons/icons/sheet';\nimport { useUIContext } from '../../../ui/context/context';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport FilterItem from './comps/filter-item/filter-item';\nimport ResourceItem from './comps/resource-item/resource-item';\nimport { RESOURCE_ASSIGN_ANALYTICS_EVENTS } from './resource-assign-analytics-events';\nimport * as Styled from './resources-assign-styled';\n\nconst TABS = [\n {\n id: 'resource-filters',\n label: 'Filters',\n },\n {\n id: 'resource-added',\n label: 'Added',\n },\n];\n\nconst EXTRA_PRACTICE_LABEL_MAP: Record<string, string> = {\n LEARNING: 'Learning',\n PRACTICE: 'Practice',\n ASSESSMENT: 'Assessment',\n LEVEL2: 'Advanced',\n LEVEL3: 'Advanced',\n SUBJECTIVE: 'Subjective',\n};\n\nconst AddedResourceAndFilters: FC<IAddedResourceAndFilters> = memo(props => {\n const {\n resourceFilters,\n selectedResources,\n onResourceDeSelection,\n onFilterUpdate,\n onViewResource,\n } = props;\n\n const { boards, grades, node_types: nodeTypes } = resourceFilters;\n\n const { onEvent: trackEvent } = useUIContext();\n\n const [selectedTab, setSelectedTab] = useState('resource-filters');\n\n const addedResourceCount = selectedResources.length;\n const appliedBoard = useMemo(() => boards.find(board => board.applied)?.name, [boards]);\n const appliedGrade = useMemo(() => grades.find(grade => grade.applied)?.name, [grades]);\n const appliedNodeType = useMemo(() => nodeTypes.find(grade => grade.applied)?.name, [nodeTypes]);\n\n const handleOnBoardChange = useCallback(\n (updatedBoard: string) => {\n const boardSelection = appliedBoard === updatedBoard;\n\n trackEvent(\n boardSelection\n ? RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_BOARD_DESELECTED\n : RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_BOARD_SELECTED,\n {\n board: updatedBoard,\n },\n );\n onFilterUpdate({ board: boardSelection ? '' : updatedBoard });\n },\n [trackEvent, onFilterUpdate, appliedBoard],\n );\n\n const handleOnGradeChange = useCallback(\n (updatedGrade: string) => {\n const gradeSelection = appliedGrade === updatedGrade;\n\n trackEvent(\n gradeSelection\n ? RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_GRADE_DESELECTED\n : RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_GRADE_SELECTED,\n {\n grade: updatedGrade,\n },\n );\n onFilterUpdate({ grade: gradeSelection ? '' : updatedGrade });\n },\n [trackEvent, onFilterUpdate, appliedGrade],\n );\n\n const handleOnNodeTypeChange = useCallback(\n (updatedNodeType: string) => {\n const nodeTypeSelection = appliedNodeType === updatedNodeType;\n\n trackEvent(\n nodeTypeSelection\n ? RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_NODE_TYPE_DESELECTED\n : RESOURCE_ASSIGN_ANALYTICS_EVENTS.RESOURCE_NODE_TYPE_SELECTED,\n {\n node_type: updatedNodeType,\n },\n );\n onFilterUpdate({ node_type: nodeTypeSelection ? '' : updatedNodeType });\n },\n [trackEvent, onFilterUpdate, appliedNodeType],\n );\n\n const filterItemList = [\n {\n title: 'Curriculum',\n options: boards.map(({ code, name }) => ({\n id: code,\n label: name,\n value: name,\n })),\n value: appliedBoard,\n onClick: handleOnBoardChange,\n },\n {\n title: 'Grade',\n options: grades.map(({ code, name }) => ({\n id: code,\n label: code,\n value: name,\n })),\n value: appliedGrade,\n onClick: handleOnGradeChange,\n },\n {\n title: 'Type',\n options: nodeTypes.map(({ code, name }) => ({\n id: code,\n label: EXTRA_PRACTICE_LABEL_MAP[name] || '',\n value: name || '',\n })),\n value: appliedNodeType,\n onClick: handleOnNodeTypeChange,\n },\n ];\n\n return (\n <>\n <Styled.HeaderWrapper\n $heightX={4}\n $background=\"WHITE_3\"\n $flexDirection=\"row\"\n $alignItems=\"end\"\n $noBorder\n >\n {TABS.map(tab => {\n const { id, label } = tab;\n const selected = id === selectedTab;\n\n return (\n <Styled.FilterTabWrapper\n key={id}\n $flexDirection=\"row\"\n $width=\"100%\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $gapX={0.5}\n $selected={selected}\n onClick={() => setSelectedTab(id)}\n $flexGap={4}\n $heightX={2.5}\n >\n <Text\n $renderAs={selected ? 'ub3-bold' : 'ub3'}\n $align=\"center\"\n $color={selected ? 'BLACK_T_87' : 'BLACK_T_38'}\n >\n {label}\n </Text>\n {addedResourceCount > 0 && id === 'resource-added' && (\n <Styled.ResourceCountWrapper\n $borderRadius={50}\n $background=\"YELLOW_4\"\n $gutter={4}\n $justifyContent=\"center\"\n $alignItems=\"center\"\n $heightX={1.25}\n >\n <Text $renderAs=\"ac4-black\">{addedResourceCount}</Text>\n </Styled.ResourceCountWrapper>\n )}\n </Styled.FilterTabWrapper>\n );\n })}\n </Styled.HeaderWrapper>\n\n <Styled.FilterListWrapper>\n {selectedTab === 'resource-filters' ? (\n <>\n {filterItemList.map(item => {\n const { title, value, options, onClick } = item;\n\n return (\n <Fragment key={title}>\n <FilterItem\n title={title}\n value={value ?? ''}\n options={options}\n onClick={onClick}\n />\n\n <Separator height={1} background=\"WHITE_5\" />\n </Fragment>\n );\n })}\n </>\n ) : (\n <>\n {selectedResources.map(item => (\n <FlexView $gapX={1} $gutterX={1} key={item.id}>\n <ResourceItem\n resource={item}\n onViewResource={onViewResource}\n onResourceAdditionOrDeletion={onResourceDeSelection}\n selected={true}\n />\n </FlexView>\n ))}\n\n {addedResourceCount === 0 && (\n <FlexView\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $gapX={2}\n $height=\"100%\"\n $flexGap={8}\n >\n <SheetIcon opacity={0.38} />\n <FlexView $widthX={15}>\n <Text $renderAs=\"ub1-bold\" $color=\"BLACK_T_38\" $align=\"center\">\n No sheets added\n </Text>\n </FlexView>\n </FlexView>\n )}\n </>\n )}\n </Styled.FilterListWrapper>\n </>\n );\n});\n\nexport default AddedResourceAndFilters;\n"],"names":["TABS","EXTRA_PRACTICE_LABEL_MAP","AddedResourceAndFilters","memo","props","resourceFilters","selectedResources","onResourceDeSelection","onFilterUpdate","onViewResource","boards","grades","nodeTypes","trackEvent","useUIContext","selectedTab","setSelectedTab","useState","addedResourceCount","appliedBoard","useMemo","_a","board","appliedGrade","grade","appliedNodeType","handleOnBoardChange","useCallback","updatedBoard","boardSelection","RESOURCE_ASSIGN_ANALYTICS_EVENTS","handleOnGradeChange","updatedGrade","gradeSelection","handleOnNodeTypeChange","updatedNodeType","nodeTypeSelection","filterItemList","code","name","jsxs","Fragment","jsx","Styled.HeaderWrapper","tab","id","label","selected","Styled.FilterTabWrapper","Text","Styled.ResourceCountWrapper","Styled.FilterListWrapper","item","title","value","options","onClick","FilterItem","Separator","FlexView","ResourceItem","SheetIcon"],"mappings":"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"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { createGetAPI as r } from "@cuemath/rest-api";
|
2
|
-
import { BASE_URL_V3 as t } from "../../../../../constants/api.js";
|
3
|
-
import { stringify as o } from "../../../../../helpers/query-string.js";
|
4
|
-
const { get: i, useGet: a } = r({
|
5
|
-
getURL: (c, e) => `${t}/curriculum/extra-resources/?${o(e)}`
|
6
|
-
});
|
7
|
-
export {
|
8
|
-
i as getResourceSearchAPI,
|
9
|
-
a as useGetSearchResource
|
10
|
-
};
|
11
|
-
//# sourceMappingURL=get-resource.js.map
|
package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"get-resource.js","sources":["../../../../../../src/features/milestone/milestone-resources/resources-assign/api/get-resource.ts"],"sourcesContent":["import type { TCourseStream } from '../../../create/milestone-create-types';\nimport type { IResourceData } from '../resources-assign-type';\nimport type { ResourceModel } from '@cuemath/rest-api';\n\nimport { createGetAPI } from '@cuemath/rest-api';\n\nimport { BASE_URL_V3 } from '../../../../../constants/api';\nimport { stringify } from '../../../../../helpers/query-string';\n\ninterface IExtraPracticeQuery {\n board?: string;\n grade?: string;\n stream: TCourseStream;\n search_term?: string;\n node_type?: string;\n page?: number;\n per_page?: number;\n user_milestone_id?: string;\n program_id?: string;\n user_id?: string;\n}\n\nexport type IExtendedResourceModel = ResourceModel<IResourceData> & {\n __ERROR__: Record<string, string>;\n};\n\nconst { get: getResourceSearchAPI, useGet: useGetSearchResource } = createGetAPI<\n IResourceData,\n IExtraPracticeQuery,\n null\n>({\n getURL: (_, query) => `${BASE_URL_V3}/curriculum/extra-resources/?${stringify(query)}`,\n});\n\nexport { getResourceSearchAPI, useGetSearchResource, type IExtraPracticeQuery };\n"],"names":["getResourceSearchAPI","useGetSearchResource","createGetAPI","_","query","BASE_URL_V3","stringify"],"mappings":";;;AA0BA,MAAM,EAAE,KAAKA,GAAsB,QAAQC,EAAA,IAAyBC,EAIlE;AAAA,EACA,QAAQ,CAACC,GAAGC,MAAU,GAAGC,CAAW,gCAAgCC,EAAUF,CAAK,CAAC;AACtF,CAAC;"}
|
package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { createPostAPI as o } from "@cuemath/rest-api";
|
2
|
-
import { BASE_URL_V3 as s } from "../../../../../constants/api.js";
|
3
|
-
const { usePost: u } = o({
|
4
|
-
getURL: (t, { userMilestoneId: e }) => `${s}/user-milestone/${e}/resources`
|
5
|
-
});
|
6
|
-
export {
|
7
|
-
u as usePostMilestoneResource
|
8
|
-
};
|
9
|
-
//# sourceMappingURL=goal-resource-assign.js.map
|
package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"goal-resource-assign.js","sources":["../../../../../../src/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.ts"],"sourcesContent":["import { createPostAPI } from '@cuemath/rest-api';\n\nimport { BASE_URL_V3 } from '../../../../../constants/api';\n\nconst { usePost: usePostMilestoneResource } = createPostAPI<\n void,\n {\n node_ids: string[];\n },\n { userMilestoneId: string }\n>({\n getURL: (_, { userMilestoneId }) => `${BASE_URL_V3}/user-milestone/${userMilestoneId}/resources`,\n});\n\nexport { usePostMilestoneResource };\n"],"names":["usePostMilestoneResource","createPostAPI","_","userMilestoneId","BASE_URL_V3"],"mappings":";;AAIA,MAAM,EAAE,SAASA,EAAyB,IAAIC,EAM5C;AAAA,EACA,QAAQ,CAACC,GAAG,EAAE,iBAAAC,EAAsB,MAAA,GAAGC,CAAW,mBAAmBD,CAAe;AACtF,CAAC;"}
|
package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { createPostAPI as e } from "@cuemath/rest-api";
|
2
|
-
import { BASE_URL_V2 as s } from "../../../../../constants/api.js";
|
3
|
-
const { usePost: P } = e({
|
4
|
-
getURL: (o, { studentId: t }) => `${s}/students/${t}/practice-sheets/`
|
5
|
-
});
|
6
|
-
export {
|
7
|
-
P as usePostLPARResource
|
8
|
-
};
|
9
|
-
//# sourceMappingURL=lpar-resource-assign.js.map
|
package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"lpar-resource-assign.js","sources":["../../../../../../src/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.ts"],"sourcesContent":["import { createPostAPI } from '@cuemath/rest-api';\n\nimport { BASE_URL_V2 } from '../../../../../constants/api';\n\nconst { usePost: usePostLPARResource } = createPostAPI<\n void,\n {\n program_id: string;\n nodes: { id: string; attempt_location: string }[];\n },\n { studentId: string }\n>({\n getURL: (_, { studentId }) => `${BASE_URL_V2}/students/${studentId}/practice-sheets/`,\n});\n\nexport { usePostLPARResource };\n"],"names":["usePostLPARResource","createPostAPI","_","studentId","BASE_URL_V2"],"mappings":";;AAIA,MAAM,EAAE,SAASA,EAAoB,IAAIC,EAOvC;AAAA,EACA,QAAQ,CAACC,GAAG,EAAE,WAAAC,EAAgB,MAAA,GAAGC,CAAW,aAAaD,CAAS;AACpE,CAAC;"}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import o from "styled-components";
|
2
|
-
import n from "../../../../../../assets/line-icons/icons/chevron-down.js";
|
3
|
-
import i from "../../../../../ui/layout/flex-view.js";
|
4
|
-
const p = o(i)`
|
5
|
-
cursor: pointer;
|
6
|
-
`, c = o(n)(({ $active: r, theme: e }) => {
|
7
|
-
const { gutter: t } = e.layout;
|
8
|
-
return `
|
9
|
-
width: ${t}px;
|
10
|
-
height: ${t}px;
|
11
|
-
transform: rotate(${r ? 180 : 0}deg);
|
12
|
-
transition: transform 0.3s ease-out;
|
13
|
-
`;
|
14
|
-
});
|
15
|
-
export {
|
16
|
-
p as FilterItemHeader,
|
17
|
-
c as StyledChevronIcon
|
18
|
-
};
|
19
|
-
//# sourceMappingURL=filter-item-styled.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"filter-item-styled.js","sources":["../../../../../../../src/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport ChevronDownIcon from '../../../../../../assets/line-icons/icons/chevron-down';\nimport FlexView from '../../../../../ui/layout/flex-view';\n\nconst FilterItemHeader = styled(FlexView)`\n cursor: pointer;\n`;\n\ninterface IChevronIcon {\n $active: boolean;\n}\n\nconst StyledChevronIcon = styled(ChevronDownIcon)<IChevronIcon>(({ $active, theme }) => {\n const { gutter } = theme.layout;\n\n return `\n width: ${gutter}px;\n height: ${gutter}px;\n transform: rotate(${$active ? 180 : 0}deg);\n transition: transform 0.3s ease-out;\n `;\n});\n\nexport { FilterItemHeader, StyledChevronIcon };\n"],"names":["FilterItemHeader","styled","FlexView","StyledChevronIcon","ChevronDownIcon","$active","theme","gutter"],"mappings":";;;AAKM,MAAAA,IAAmBC,EAAOC,CAAQ;AAAA;AAAA,GAQlCC,IAAoBF,EAAOG,CAAe,EAAgB,CAAC,EAAE,SAAAC,GAAS,OAAAC,QAAY;AAChF,QAAA,EAAE,QAAAC,EAAO,IAAID,EAAM;AAElB,SAAA;AAAA,aACIC,CAAM;AAAA,cACLA,CAAM;AAAA,wBACIF,IAAU,MAAM,CAAC;AAAA;AAAA;AAGzC,CAAC;"}
|