@cuemath/leap 2.8.38 → 2.8.40-hg1
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/sheet.js +54 -0
- package/dist/assets/line-icons/icons/sheet.js.map +1 -0
- 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 +15 -13
- 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 +2 -1
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-styled.js +11 -9
- 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 +6 -8
- 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 +130 -117
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js +205 -0
- package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js +11 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +9 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js +9 -0
- package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js +47 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js +22 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js +60 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js +6 -0
- package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js +6 -0
- package/dist/features/milestone/milestone-resources/resources-assign/constant.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js +32 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js +19 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js +85 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js +65 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +233 -0
- package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -0
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js +12 -0
- package/dist/features/milestone/milestone-resources/resources-assign/utils.js.map +1 -0
- 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 +191 -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.js +27 -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/inputs/searchable-input/searchable-input-styled.js +28 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js.map +1 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input.js +101 -0
- package/dist/features/ui/inputs/searchable-input/searchable-input.js.map +1 -0
- package/dist/features/ui/tab/tab-styled.js +7 -8
- package/dist/features/ui/tab/tab-styled.js.map +1 -1
- package/dist/features/ui/tab/tab.js +36 -31
- 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 +94 -5
- package/dist/index.js +349 -343
- 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 +1 -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
@@ -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
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;"}
|