mirror of
				https://github.com/hydralauncher/hydra.git
				synced 2025-03-09 15:40:26 +00:00 
			
		
		
		
	feat: removing lottie react
This commit is contained in:
		
							parent
							
								
									bef9ec30f9
								
							
						
					
					
						commit
						d09a441faa
					
				
					 21 changed files with 309 additions and 1918 deletions
				
			
		| 
						 | 
				
			
			@ -29,11 +29,6 @@ import { UserFriendModal } from "./pages/shared-modals/user-friend-modal";
 | 
			
		|||
import { downloadSourcesWorker } from "./workers";
 | 
			
		||||
import { repacksContext } from "./context";
 | 
			
		||||
import { logger } from "./logger";
 | 
			
		||||
import { SubscriptionTourModal } from "./pages/shared-modals/subscription-tour-modal";
 | 
			
		||||
 | 
			
		||||
interface TourModals {
 | 
			
		||||
  subscriptionModal?: boolean;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export interface AppProps {
 | 
			
		||||
  children: React.ReactNode;
 | 
			
		||||
| 
						 | 
				
			
			@ -77,9 +72,6 @@ export function App() {
 | 
			
		|||
 | 
			
		||||
  const { showSuccessToast } = useToast();
 | 
			
		||||
 | 
			
		||||
  const [showSubscritionTourModal, setShowSubscritionTourModal] =
 | 
			
		||||
    useState(false);
 | 
			
		||||
 | 
			
		||||
  useEffect(() => {
 | 
			
		||||
    Promise.all([window.electron.getUserPreferences(), updateLibrary()]).then(
 | 
			
		||||
      ([preferences]) => {
 | 
			
		||||
| 
						 | 
				
			
			@ -125,16 +117,6 @@ export function App() {
 | 
			
		|||
    });
 | 
			
		||||
  }, [fetchUserDetails, syncFriendRequests, updateUserDetails, dispatch]);
 | 
			
		||||
 | 
			
		||||
  useEffect(() => {
 | 
			
		||||
    const tourModalsString = window.localStorage.getItem("tourModals") || "{}";
 | 
			
		||||
 | 
			
		||||
    const tourModals = JSON.parse(tourModalsString) as TourModals;
 | 
			
		||||
 | 
			
		||||
    if (!tourModals.subscriptionModal) {
 | 
			
		||||
      setShowSubscritionTourModal(true);
 | 
			
		||||
    }
 | 
			
		||||
  }, []);
 | 
			
		||||
 | 
			
		||||
  const onSignIn = useCallback(() => {
 | 
			
		||||
    fetchUserDetails().then((response) => {
 | 
			
		||||
      if (response) {
 | 
			
		||||
| 
						 | 
				
			
			@ -280,14 +262,6 @@ export function App() {
 | 
			
		|||
    });
 | 
			
		||||
  }, [indexRepacks]);
 | 
			
		||||
 | 
			
		||||
  const handleCloseSubscriptionTourModal = () => {
 | 
			
		||||
    setShowSubscritionTourModal(false);
 | 
			
		||||
    window.localStorage.setItem(
 | 
			
		||||
      "tourModals",
 | 
			
		||||
      JSON.stringify({ subscriptionModal: true } as TourModals)
 | 
			
		||||
    );
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  const handleToastClose = useCallback(() => {
 | 
			
		||||
    dispatch(closeToast());
 | 
			
		||||
  }, [dispatch]);
 | 
			
		||||
| 
						 | 
				
			
			@ -307,11 +281,6 @@ export function App() {
 | 
			
		|||
        onClose={handleToastClose}
 | 
			
		||||
      />
 | 
			
		||||
 | 
			
		||||
      <SubscriptionTourModal
 | 
			
		||||
        visible={showSubscritionTourModal && false}
 | 
			
		||||
        onClose={handleCloseSubscriptionTourModal}
 | 
			
		||||
      />
 | 
			
		||||
 | 
			
		||||
      {userDetails && (
 | 
			
		||||
        <UserFriendModal
 | 
			
		||||
          visible={isFriendsModalVisible}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								src/renderer/src/assets/icons/cloud-animated.gif
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/renderer/src/assets/icons/cloud-animated.gif
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 59 KiB  | 
| 
						 | 
				
			
			@ -1,725 +0,0 @@
 | 
			
		|||
{
 | 
			
		||||
  "v": "5.12.1",
 | 
			
		||||
  "fr": 30,
 | 
			
		||||
  "ip": 0,
 | 
			
		||||
  "op": 60,
 | 
			
		||||
  "w": 400,
 | 
			
		||||
  "h": 400,
 | 
			
		||||
  "nm": "Cloud",
 | 
			
		||||
  "ddd": 0,
 | 
			
		||||
  "assets": [],
 | 
			
		||||
  "layers": [
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 2,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "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": 0,
 | 
			
		||||
              "s": [322.789, 202.565, 0],
 | 
			
		||||
              "to": [-1.5, -0.167, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [313.789, 201.565, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [-1.5, -0.167, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [322.789, 202.565, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -38.564],
 | 
			
		||||
                    [38.564, 0],
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0],
 | 
			
		||||
                    [0, -38.564],
 | 
			
		||||
                    [38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [69.827, 0],
 | 
			
		||||
                    [0, 69.827],
 | 
			
		||||
                    [-69.827, 0],
 | 
			
		||||
                    [0, -69.827]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 3,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "Layer 5",
 | 
			
		||||
      "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": 0,
 | 
			
		||||
              "s": [243.704, 202.565, 0],
 | 
			
		||||
              "to": [-1.667, 0, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [233.704, 202.565, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [-1.667, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [243.704, 202.565, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -38.564],
 | 
			
		||||
                    [38.564, 0],
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0],
 | 
			
		||||
                    [0, -38.564],
 | 
			
		||||
                    [38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [69.827, 0],
 | 
			
		||||
                    [0, 69.827],
 | 
			
		||||
                    [-69.827, 0],
 | 
			
		||||
                    [0, -69.827]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 4,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "Layer 4",
 | 
			
		||||
      "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": 0,
 | 
			
		||||
              "s": [260.681, 151.053, 0],
 | 
			
		||||
              "to": [1.333, -1.333, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [268.681, 143.053, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [1.333, -1.333, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [260.681, 151.053, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -38.564],
 | 
			
		||||
                    [38.564, 0],
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 38.564],
 | 
			
		||||
                    [-38.564, 0],
 | 
			
		||||
                    [0, -38.564],
 | 
			
		||||
                    [38.564, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [69.827, 0],
 | 
			
		||||
                    [0, 69.827],
 | 
			
		||||
                    [-69.827, 0],
 | 
			
		||||
                    [0, -69.827]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 5,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "Layer 3",
 | 
			
		||||
      "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": 0,
 | 
			
		||||
              "s": [162.135, 206.563, 0],
 | 
			
		||||
              "to": [-0.833, -0.167, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [157.135, 205.563, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [-0.833, -0.167, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [162.135, 206.563, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -36.66],
 | 
			
		||||
                    [36.66, 0],
 | 
			
		||||
                    [0, 36.66],
 | 
			
		||||
                    [-36.66, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 36.66],
 | 
			
		||||
                    [-36.66, 0],
 | 
			
		||||
                    [0, -36.66],
 | 
			
		||||
                    [36.66, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [66.378, 0],
 | 
			
		||||
                    [0, 66.378],
 | 
			
		||||
                    [-66.378, 0],
 | 
			
		||||
                    [0, -66.378]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 6,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "Layer 2",
 | 
			
		||||
      "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": 0,
 | 
			
		||||
              "s": [180.178, 132.225, 0],
 | 
			
		||||
              "to": [-0.5, -2.333, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [177.178, 118.225, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [-0.5, -2.333, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [180.178, 132.225, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -50.068],
 | 
			
		||||
                    [50.068, 0],
 | 
			
		||||
                    [0, 50.068],
 | 
			
		||||
                    [-50.068, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 50.068],
 | 
			
		||||
                    [-50.068, 0],
 | 
			
		||||
                    [0, -50.068],
 | 
			
		||||
                    [50.068, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [90.655, 0],
 | 
			
		||||
                    [0, 90.655],
 | 
			
		||||
                    [-90.655, 0],
 | 
			
		||||
                    [0, -90.655]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 7,
 | 
			
		||||
      "ty": 4,
 | 
			
		||||
      "nm": "Layer 1",
 | 
			
		||||
      "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": 0,
 | 
			
		||||
              "s": [95.756, 208.288, 0],
 | 
			
		||||
              "to": [-1.167, 0, 0],
 | 
			
		||||
              "ti": [0, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "i": { "x": 0.667, "y": 1 },
 | 
			
		||||
              "o": { "x": 0.333, "y": 0 },
 | 
			
		||||
              "t": 30,
 | 
			
		||||
              "s": [88.756, 208.288, 0],
 | 
			
		||||
              "to": [0, 0, 0],
 | 
			
		||||
              "ti": [-1.167, 0, 0]
 | 
			
		||||
            },
 | 
			
		||||
            { "t": 60, "s": [95.756, 208.288, 0] }
 | 
			
		||||
          ],
 | 
			
		||||
          "ix": 2,
 | 
			
		||||
          "l": 2
 | 
			
		||||
        },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 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, -35.403],
 | 
			
		||||
                    [35.403, 0],
 | 
			
		||||
                    [0, 35.403],
 | 
			
		||||
                    [-35.403, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "o": [
 | 
			
		||||
                    [0, 35.403],
 | 
			
		||||
                    [-35.403, 0],
 | 
			
		||||
                    [0, -35.403],
 | 
			
		||||
                    [35.403, 0]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [64.103, 0],
 | 
			
		||||
                    [0, 64.103],
 | 
			
		||||
                    [-64.103, 0],
 | 
			
		||||
                    [0, -64.103]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              },
 | 
			
		||||
              "nm": "Path 1",
 | 
			
		||||
              "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
              "hd": false
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": "fl",
 | 
			
		||||
              "c": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [0.839215686275, 0.854901960784, 0.933333333333, 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": "Group 1",
 | 
			
		||||
          "np": 2,
 | 
			
		||||
          "cix": 2,
 | 
			
		||||
          "bm": 0,
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "mn": "ADBE Vector Group",
 | 
			
		||||
          "hd": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "ct": 1,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 8,
 | 
			
		||||
      "ty": 3,
 | 
			
		||||
      "nm": "Null 1",
 | 
			
		||||
      "parent": 6,
 | 
			
		||||
      "sr": 1,
 | 
			
		||||
      "ks": {
 | 
			
		||||
        "o": { "a": 0, "k": 0, "ix": 11 },
 | 
			
		||||
        "r": { "a": 0, "k": 0, "ix": 10 },
 | 
			
		||||
        "p": { "a": 0, "k": [19.822, 67.775, 0], "ix": 2, "l": 2 },
 | 
			
		||||
        "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
 | 
			
		||||
        "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
 | 
			
		||||
      },
 | 
			
		||||
      "ao": 0,
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 270,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "markers": [],
 | 
			
		||||
  "props": {}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,928 +0,0 @@
 | 
			
		|||
{
 | 
			
		||||
  "v": "4.8.0",
 | 
			
		||||
  "meta": { "g": "LottieFiles AE 3.5.6", "a": "", "k": "", "d": "", "tc": "" },
 | 
			
		||||
  "fr": 60,
 | 
			
		||||
  "ip": 0,
 | 
			
		||||
  "op": 120,
 | 
			
		||||
  "w": 300,
 | 
			
		||||
  "h": 300,
 | 
			
		||||
  "nm": "Comp 1",
 | 
			
		||||
  "ddd": 0,
 | 
			
		||||
  "assets": [
 | 
			
		||||
    {
 | 
			
		||||
      "id": "comp_0",
 | 
			
		||||
      "layers": [
 | 
			
		||||
        {
 | 
			
		||||
          "ddd": 0,
 | 
			
		||||
          "ind": 1,
 | 
			
		||||
          "ty": 5,
 | 
			
		||||
          "nm": "3",
 | 
			
		||||
          "sr": 1,
 | 
			
		||||
          "ks": {
 | 
			
		||||
            "o": { "a": 0, "k": 100, "ix": 11 },
 | 
			
		||||
            "r": {
 | 
			
		||||
              "a": 1,
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 0,
 | 
			
		||||
                  "s": [0]
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 30,
 | 
			
		||||
                  "s": [8]
 | 
			
		||||
                },
 | 
			
		||||
                { "t": 60, "s": [0] }
 | 
			
		||||
              ],
 | 
			
		||||
              "ix": 10
 | 
			
		||||
            },
 | 
			
		||||
            "p": { "a": 0, "k": [930, 525, 0], "ix": 2 },
 | 
			
		||||
            "a": { "a": 0, "k": [16.605, -23.904, 0], "ix": 1 },
 | 
			
		||||
            "s": { "a": 0, "k": [170, 170, 100], "ix": 6 }
 | 
			
		||||
          },
 | 
			
		||||
          "ao": 0,
 | 
			
		||||
          "hasMask": true,
 | 
			
		||||
          "masksProperties": [
 | 
			
		||||
            {
 | 
			
		||||
              "inv": false,
 | 
			
		||||
              "mode": "a",
 | 
			
		||||
              "pt": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": {
 | 
			
		||||
                  "i": [
 | 
			
		||||
                    [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]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [14.987, -34.426],
 | 
			
		||||
                    [9.105, -30.309],
 | 
			
		||||
                    [9.987, -22.073],
 | 
			
		||||
                    [17.487, -16.779],
 | 
			
		||||
                    [24.105, -23.544],
 | 
			
		||||
                    [22.193, -30.603]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 1
 | 
			
		||||
              },
 | 
			
		||||
              "o": { "a": 0, "k": 100, "ix": 3 },
 | 
			
		||||
              "x": { "a": 0, "k": 0, "ix": 4 },
 | 
			
		||||
              "nm": "Mask 1"
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "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": 0,
 | 
			
		||||
                    "k": [0.992156863213, 0.880375564098, 0.128396704793, 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 }
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "t": {
 | 
			
		||||
            "d": {
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "s": {
 | 
			
		||||
                    "s": 40,
 | 
			
		||||
                    "f": "SegoeUIEmoji",
 | 
			
		||||
                    "t": "✨",
 | 
			
		||||
                    "j": 0,
 | 
			
		||||
                    "tr": 0,
 | 
			
		||||
                    "lh": 48,
 | 
			
		||||
                    "ls": 0,
 | 
			
		||||
                    "fc": [1, 1, 1]
 | 
			
		||||
                  },
 | 
			
		||||
                  "t": 0
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            },
 | 
			
		||||
            "p": {},
 | 
			
		||||
            "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } },
 | 
			
		||||
            "a": []
 | 
			
		||||
          },
 | 
			
		||||
          "ip": 0,
 | 
			
		||||
          "op": 123,
 | 
			
		||||
          "st": 0,
 | 
			
		||||
          "bm": 0
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "ddd": 0,
 | 
			
		||||
          "ind": 2,
 | 
			
		||||
          "ty": 5,
 | 
			
		||||
          "nm": "2",
 | 
			
		||||
          "sr": 1,
 | 
			
		||||
          "ks": {
 | 
			
		||||
            "o": { "a": 0, "k": 100, "ix": 11 },
 | 
			
		||||
            "r": {
 | 
			
		||||
              "a": 1,
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 0,
 | 
			
		||||
                  "s": [0]
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 30,
 | 
			
		||||
                  "s": [-8]
 | 
			
		||||
                },
 | 
			
		||||
                { "t": 60, "s": [0] }
 | 
			
		||||
              ],
 | 
			
		||||
              "ix": 10
 | 
			
		||||
            },
 | 
			
		||||
            "p": { "a": 0, "k": [960, 540, 0], "ix": 2 },
 | 
			
		||||
            "a": { "a": 0, "k": [31.912, -13.397, 0], "ix": 1 },
 | 
			
		||||
            "s": { "a": 0, "k": [170, 170, 100], "ix": 6 }
 | 
			
		||||
          },
 | 
			
		||||
          "ao": 0,
 | 
			
		||||
          "hasMask": true,
 | 
			
		||||
          "masksProperties": [
 | 
			
		||||
            {
 | 
			
		||||
              "inv": false,
 | 
			
		||||
              "mode": "a",
 | 
			
		||||
              "pt": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": {
 | 
			
		||||
                  "i": [
 | 
			
		||||
                    [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]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "v": [
 | 
			
		||||
                    [31.31, -34.72],
 | 
			
		||||
                    [24.546, -22.514],
 | 
			
		||||
                    [16.605, -16.485],
 | 
			
		||||
                    [17.046, -11.338],
 | 
			
		||||
                    [21.163, -7.073],
 | 
			
		||||
                    [27.487, -0.309],
 | 
			
		||||
                    [33.663, 10.133],
 | 
			
		||||
                    [47.634, -1.926],
 | 
			
		||||
                    [51.31, -12.073]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 1
 | 
			
		||||
              },
 | 
			
		||||
              "o": { "a": 0, "k": 100, "ix": 3 },
 | 
			
		||||
              "x": { "a": 0, "k": 0, "ix": 4 },
 | 
			
		||||
              "nm": "Mask 1"
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "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": 0,
 | 
			
		||||
                    "k": [0.992156863213, 0.880375564098, 0.128396704793, 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 }
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "t": {
 | 
			
		||||
            "d": {
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "s": {
 | 
			
		||||
                    "s": 40,
 | 
			
		||||
                    "f": "SegoeUIEmoji",
 | 
			
		||||
                    "t": "✨",
 | 
			
		||||
                    "j": 0,
 | 
			
		||||
                    "tr": 0,
 | 
			
		||||
                    "lh": 48,
 | 
			
		||||
                    "ls": 0,
 | 
			
		||||
                    "fc": [1, 1, 1]
 | 
			
		||||
                  },
 | 
			
		||||
                  "t": 0
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            },
 | 
			
		||||
            "p": {},
 | 
			
		||||
            "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } },
 | 
			
		||||
            "a": []
 | 
			
		||||
          },
 | 
			
		||||
          "ip": 0,
 | 
			
		||||
          "op": 123,
 | 
			
		||||
          "st": 0,
 | 
			
		||||
          "bm": 0
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "ddd": 0,
 | 
			
		||||
          "ind": 3,
 | 
			
		||||
          "ty": 5,
 | 
			
		||||
          "nm": "✨",
 | 
			
		||||
          "sr": 1,
 | 
			
		||||
          "ks": {
 | 
			
		||||
            "o": { "a": 0, "k": 100, "ix": 11 },
 | 
			
		||||
            "r": {
 | 
			
		||||
              "a": 1,
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 0,
 | 
			
		||||
                  "s": [0]
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                  "i": { "x": [0.055], "y": [1] },
 | 
			
		||||
                  "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                  "t": 30,
 | 
			
		||||
                  "s": [8]
 | 
			
		||||
                },
 | 
			
		||||
                { "t": 60, "s": [0] }
 | 
			
		||||
              ],
 | 
			
		||||
              "ix": 10
 | 
			
		||||
            },
 | 
			
		||||
            "p": { "a": 0, "k": [935, 560, 0], "ix": 2 },
 | 
			
		||||
            "a": { "a": 0, "k": [14.973, -6.64, 0], "ix": 1 },
 | 
			
		||||
            "s": { "a": 0, "k": [170, 170, 100], "ix": 6 }
 | 
			
		||||
          },
 | 
			
		||||
          "ao": 0,
 | 
			
		||||
          "hasMask": true,
 | 
			
		||||
          "masksProperties": [
 | 
			
		||||
            {
 | 
			
		||||
              "inv": false,
 | 
			
		||||
              "mode": "a",
 | 
			
		||||
              "pt": {
 | 
			
		||||
                "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": [
 | 
			
		||||
                    [13.957, -17.514],
 | 
			
		||||
                    [2.928, -9.132],
 | 
			
		||||
                    [2.487, 1.603],
 | 
			
		||||
                    [14.105, 7.339],
 | 
			
		||||
                    [21.605, -0.161],
 | 
			
		||||
                    [22.193, -5.161],
 | 
			
		||||
                    [17.34, -10.014]
 | 
			
		||||
                  ],
 | 
			
		||||
                  "c": true
 | 
			
		||||
                },
 | 
			
		||||
                "ix": 1
 | 
			
		||||
              },
 | 
			
		||||
              "o": { "a": 0, "k": 100, "ix": 3 },
 | 
			
		||||
              "x": { "a": 0, "k": 0, "ix": 4 },
 | 
			
		||||
              "nm": "Mask 1"
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "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": 0,
 | 
			
		||||
                    "k": [0.992156863213, 0.880375564098, 0.128396704793, 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 }
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "t": {
 | 
			
		||||
            "d": {
 | 
			
		||||
              "k": [
 | 
			
		||||
                {
 | 
			
		||||
                  "s": {
 | 
			
		||||
                    "s": 40,
 | 
			
		||||
                    "f": "SegoeUIEmoji",
 | 
			
		||||
                    "t": "✨",
 | 
			
		||||
                    "j": 0,
 | 
			
		||||
                    "tr": 0,
 | 
			
		||||
                    "lh": 48,
 | 
			
		||||
                    "ls": 0,
 | 
			
		||||
                    "fc": [1, 1, 1]
 | 
			
		||||
                  },
 | 
			
		||||
                  "t": 0
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            },
 | 
			
		||||
            "p": {},
 | 
			
		||||
            "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } },
 | 
			
		||||
            "a": []
 | 
			
		||||
          },
 | 
			
		||||
          "ip": 0,
 | 
			
		||||
          "op": 123,
 | 
			
		||||
          "st": 0,
 | 
			
		||||
          "bm": 0
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "fonts": {
 | 
			
		||||
    "list": [
 | 
			
		||||
      {
 | 
			
		||||
        "fName": "SegoeUIEmoji",
 | 
			
		||||
        "fFamily": "Segoe UI Emoji",
 | 
			
		||||
        "fStyle": "Regular",
 | 
			
		||||
        "ascent": 74.0234375
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "layers": [
 | 
			
		||||
    {
 | 
			
		||||
      "ddd": 0,
 | 
			
		||||
      "ind": 1,
 | 
			
		||||
      "ty": 0,
 | 
			
		||||
      "nm": "botão",
 | 
			
		||||
      "refId": "comp_0",
 | 
			
		||||
      "sr": 1,
 | 
			
		||||
      "ks": {
 | 
			
		||||
        "o": { "a": 0, "k": 100, "ix": 11 },
 | 
			
		||||
        "r": { "a": 0, "k": 0, "ix": 10 },
 | 
			
		||||
        "p": { "a": 0, "k": [155, 154, 0], "ix": 2 },
 | 
			
		||||
        "a": { "a": 0, "k": [960, 540, 0], "ix": 1 },
 | 
			
		||||
        "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
 | 
			
		||||
      },
 | 
			
		||||
      "ao": 0,
 | 
			
		||||
      "ef": [
 | 
			
		||||
        {
 | 
			
		||||
          "ty": 25,
 | 
			
		||||
          "nm": "Drop Shadow",
 | 
			
		||||
          "np": 8,
 | 
			
		||||
          "mn": "ADBE Drop Shadow",
 | 
			
		||||
          "ix": 1,
 | 
			
		||||
          "en": 1,
 | 
			
		||||
          "ef": [
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 2,
 | 
			
		||||
              "nm": "Shadow Color",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0001",
 | 
			
		||||
              "ix": 1,
 | 
			
		||||
              "v": {
 | 
			
		||||
                "a": 0,
 | 
			
		||||
                "k": [1, 0.829733371735, 0.414901971817, 1],
 | 
			
		||||
                "ix": 1
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 0,
 | 
			
		||||
              "nm": "Opacity",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0002",
 | 
			
		||||
              "ix": 2,
 | 
			
		||||
              "v": {
 | 
			
		||||
                "a": 1,
 | 
			
		||||
                "k": [
 | 
			
		||||
                  {
 | 
			
		||||
                    "i": { "x": [0], "y": [1] },
 | 
			
		||||
                    "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                    "t": 0,
 | 
			
		||||
                    "s": [127.5]
 | 
			
		||||
                  },
 | 
			
		||||
                  {
 | 
			
		||||
                    "i": { "x": [0], "y": [1] },
 | 
			
		||||
                    "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                    "t": 15,
 | 
			
		||||
                    "s": [204]
 | 
			
		||||
                  },
 | 
			
		||||
                  {
 | 
			
		||||
                    "i": { "x": [0], "y": [1] },
 | 
			
		||||
                    "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                    "t": 30,
 | 
			
		||||
                    "s": [127.5]
 | 
			
		||||
                  },
 | 
			
		||||
                  {
 | 
			
		||||
                    "i": { "x": [0], "y": [1] },
 | 
			
		||||
                    "o": { "x": [0.333], "y": [0] },
 | 
			
		||||
                    "t": 45,
 | 
			
		||||
                    "s": [204]
 | 
			
		||||
                  },
 | 
			
		||||
                  { "t": 70, "s": [76.5] }
 | 
			
		||||
                ],
 | 
			
		||||
                "ix": 2
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 0,
 | 
			
		||||
              "nm": "Direction",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0003",
 | 
			
		||||
              "ix": 3,
 | 
			
		||||
              "v": { "a": 0, "k": 135, "ix": 3 }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 0,
 | 
			
		||||
              "nm": "Distance",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0004",
 | 
			
		||||
              "ix": 4,
 | 
			
		||||
              "v": { "a": 0, "k": 0, "ix": 4 }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 0,
 | 
			
		||||
              "nm": "Softness",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0005",
 | 
			
		||||
              "ix": 5,
 | 
			
		||||
              "v": { "a": 0, "k": 40, "ix": 5 }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
              "ty": 7,
 | 
			
		||||
              "nm": "Shadow Only",
 | 
			
		||||
              "mn": "ADBE Drop Shadow-0006",
 | 
			
		||||
              "ix": 6,
 | 
			
		||||
              "v": { "a": 0, "k": 0, "ix": 6 }
 | 
			
		||||
            }
 | 
			
		||||
          ]
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "w": 1920,
 | 
			
		||||
      "h": 1080,
 | 
			
		||||
      "ip": 0,
 | 
			
		||||
      "op": 120,
 | 
			
		||||
      "st": 0,
 | 
			
		||||
      "bm": 0
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "markers": [],
 | 
			
		||||
  "chars": [
 | 
			
		||||
    {
 | 
			
		||||
      "ch": "✨",
 | 
			
		||||
      "size": 40,
 | 
			
		||||
      "style": "Regular",
 | 
			
		||||
      "w": 137.3,
 | 
			
		||||
      "data": {
 | 
			
		||||
        "shapes": [
 | 
			
		||||
          {
 | 
			
		||||
            "ty": "gr",
 | 
			
		||||
            "it": [
 | 
			
		||||
              {
 | 
			
		||||
                "ind": 0,
 | 
			
		||||
                "ty": "sh",
 | 
			
		||||
                "ix": 1,
 | 
			
		||||
                "ks": {
 | 
			
		||||
                  "a": 0,
 | 
			
		||||
                  "k": {
 | 
			
		||||
                    "i": [
 | 
			
		||||
                      [0.423, 1.042],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.7, 0],
 | 
			
		||||
                      [0.293, -0.618],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.041, -0.488],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0, -0.684],
 | 
			
		||||
                      [-0.652, -0.293],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.423, -1.041],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.716, 0],
 | 
			
		||||
                      [-0.293, 0.619],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.042, 0.488],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0, 0.684],
 | 
			
		||||
                      [0.618, 0.293],
 | 
			
		||||
                      [0, 0]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "o": [
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.326, -0.618],
 | 
			
		||||
                      [-0.7, 0],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.456, 1.009],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.652, 0.293],
 | 
			
		||||
                      [0, 0.684],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.074, 0.456],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.293, 0.619],
 | 
			
		||||
                      [0.716, 0],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.455, -1.009],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.618, -0.293],
 | 
			
		||||
                      [0, -0.684],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.074, -0.455]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "v": [
 | 
			
		||||
                      [47.119, -68.994],
 | 
			
		||||
                      [43.799, -76.562],
 | 
			
		||||
                      [42.261, -77.49],
 | 
			
		||||
                      [40.771, -76.562],
 | 
			
		||||
                      [37.402, -68.994],
 | 
			
		||||
                      [35.156, -66.748],
 | 
			
		||||
                      [30.908, -64.893],
 | 
			
		||||
                      [29.932, -63.428],
 | 
			
		||||
                      [30.908, -61.963],
 | 
			
		||||
                      [35.156, -60.107],
 | 
			
		||||
                      [37.402, -57.861],
 | 
			
		||||
                      [40.771, -50.244],
 | 
			
		||||
                      [42.285, -49.316],
 | 
			
		||||
                      [43.799, -50.244],
 | 
			
		||||
                      [47.119, -57.861],
 | 
			
		||||
                      [49.365, -60.107],
 | 
			
		||||
                      [53.662, -61.963],
 | 
			
		||||
                      [54.59, -63.428],
 | 
			
		||||
                      [53.662, -64.893],
 | 
			
		||||
                      [49.365, -66.748]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "c": true
 | 
			
		||||
                  },
 | 
			
		||||
                  "ix": 2
 | 
			
		||||
                },
 | 
			
		||||
                "nm": "✨",
 | 
			
		||||
                "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
                "hd": false
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "ind": 1,
 | 
			
		||||
                "ty": "sh",
 | 
			
		||||
                "ix": 2,
 | 
			
		||||
                "ks": {
 | 
			
		||||
                  "a": 0,
 | 
			
		||||
                  "k": {
 | 
			
		||||
                    "i": [
 | 
			
		||||
                      [1.334, 3.223],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.204, 0.423],
 | 
			
		||||
                      [1.204, -0.423],
 | 
			
		||||
                      [0.618, -1.237],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [3.125, -1.432],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.423, -1.221],
 | 
			
		||||
                      [-0.423, -1.221],
 | 
			
		||||
                      [-1.27, -0.618],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.335, -3.223],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.205, -0.407],
 | 
			
		||||
                      [-1.205, 0.407],
 | 
			
		||||
                      [-0.619, 1.27],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-3.125, 1.433],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.423, 1.221],
 | 
			
		||||
                      [0.423, 1.221],
 | 
			
		||||
                      [1.27, 0.619],
 | 
			
		||||
                      [0, 0]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "o": [
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.619, -1.237],
 | 
			
		||||
                      [-1.205, -0.423],
 | 
			
		||||
                      [-1.205, 0.423],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.367, 3.223],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.27, 0.619],
 | 
			
		||||
                      [-0.423, 1.221],
 | 
			
		||||
                      [0.423, 1.221],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [3.157, 1.433],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.618, 1.27],
 | 
			
		||||
                      [1.204, 0.407],
 | 
			
		||||
                      [1.204, -0.407],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.367, -3.223],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.27, -0.618],
 | 
			
		||||
                      [0.423, -1.221],
 | 
			
		||||
                      [-0.423, -1.221],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-3.158, -1.432]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "v": [
 | 
			
		||||
                      [95.605, -50.83],
 | 
			
		||||
                      [85.498, -74.658],
 | 
			
		||||
                      [82.764, -77.148],
 | 
			
		||||
                      [79.15, -77.148],
 | 
			
		||||
                      [76.416, -74.658],
 | 
			
		||||
                      [66.357, -50.83],
 | 
			
		||||
                      [59.619, -43.848],
 | 
			
		||||
                      [46.875, -38.086],
 | 
			
		||||
                      [44.336, -35.327],
 | 
			
		||||
                      [44.336, -31.665],
 | 
			
		||||
                      [46.875, -28.906],
 | 
			
		||||
                      [59.619, -23.145],
 | 
			
		||||
                      [66.357, -16.162],
 | 
			
		||||
                      [76.416, 7.666],
 | 
			
		||||
                      [79.15, 10.181],
 | 
			
		||||
                      [82.764, 10.181],
 | 
			
		||||
                      [85.498, 7.666],
 | 
			
		||||
                      [95.605, -16.162],
 | 
			
		||||
                      [102.344, -23.145],
 | 
			
		||||
                      [115.088, -28.906],
 | 
			
		||||
                      [117.627, -31.665],
 | 
			
		||||
                      [117.627, -35.327],
 | 
			
		||||
                      [115.088, -38.086],
 | 
			
		||||
                      [102.344, -43.848]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "c": true
 | 
			
		||||
                  },
 | 
			
		||||
                  "ix": 2
 | 
			
		||||
                },
 | 
			
		||||
                "nm": "✨",
 | 
			
		||||
                "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
                "hd": false
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "ind": 2,
 | 
			
		||||
                "ty": "sh",
 | 
			
		||||
                "ix": 3,
 | 
			
		||||
                "ks": {
 | 
			
		||||
                  "a": 0,
 | 
			
		||||
                  "k": {
 | 
			
		||||
                    "i": [
 | 
			
		||||
                      [-1.367, -0.651],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0, -0.928],
 | 
			
		||||
                      [0.813, -0.423],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.586, -1.399],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.895, 0],
 | 
			
		||||
                      [0.391, 0.846],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.334, 0.652],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0, 0.928],
 | 
			
		||||
                      [-0.814, 0.423],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.586, 1.4],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.896, 0],
 | 
			
		||||
                      [-0.391, -0.846],
 | 
			
		||||
                      [0, 0]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "o": [
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.813, 0.423],
 | 
			
		||||
                      [0, 0.928],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-1.335, 0.652],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.391, 0.846],
 | 
			
		||||
                      [-0.896, 0],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.586, -1.399],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [-0.814, -0.423],
 | 
			
		||||
                      [0, -0.928],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [1.334, -0.651],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.391, -0.846],
 | 
			
		||||
                      [0.895, 0],
 | 
			
		||||
                      [0, 0],
 | 
			
		||||
                      [0.553, 1.4]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "v": [
 | 
			
		||||
                      [44.385, -16.943],
 | 
			
		||||
                      [49.854, -14.404],
 | 
			
		||||
                      [51.074, -12.378],
 | 
			
		||||
                      [49.854, -10.352],
 | 
			
		||||
                      [44.385, -7.812],
 | 
			
		||||
                      [41.504, -4.736],
 | 
			
		||||
                      [37.158, 5.713],
 | 
			
		||||
                      [35.229, 6.982],
 | 
			
		||||
                      [33.301, 5.713],
 | 
			
		||||
                      [28.955, -4.736],
 | 
			
		||||
                      [26.074, -7.812],
 | 
			
		||||
                      [20.605, -10.352],
 | 
			
		||||
                      [19.385, -12.378],
 | 
			
		||||
                      [20.605, -14.404],
 | 
			
		||||
                      [26.074, -16.943],
 | 
			
		||||
                      [28.955, -20.02],
 | 
			
		||||
                      [33.301, -30.469],
 | 
			
		||||
                      [35.229, -31.738],
 | 
			
		||||
                      [37.158, -30.469],
 | 
			
		||||
                      [41.504, -20.02]
 | 
			
		||||
                    ],
 | 
			
		||||
                    "c": true
 | 
			
		||||
                  },
 | 
			
		||||
                  "ix": 2
 | 
			
		||||
                },
 | 
			
		||||
                "nm": "✨",
 | 
			
		||||
                "mn": "ADBE Vector Shape - Group",
 | 
			
		||||
                "hd": false
 | 
			
		||||
              }
 | 
			
		||||
            ],
 | 
			
		||||
            "nm": "✨",
 | 
			
		||||
            "np": 6,
 | 
			
		||||
            "cix": 2,
 | 
			
		||||
            "bm": 0,
 | 
			
		||||
            "ix": 1,
 | 
			
		||||
            "mn": "ADBE Vector Group",
 | 
			
		||||
            "hd": false
 | 
			
		||||
          }
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "fFamily": "Segoe UI Emoji"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,23 +0,0 @@
 | 
			
		|||
import { style } from "@vanilla-extract/css";
 | 
			
		||||
 | 
			
		||||
import { vars } from "../../theme.css";
 | 
			
		||||
 | 
			
		||||
export const profileAvatar = style({
 | 
			
		||||
  borderRadius: "4px",
 | 
			
		||||
  display: "flex",
 | 
			
		||||
  justifyContent: "center",
 | 
			
		||||
  alignItems: "center",
 | 
			
		||||
  backgroundColor: vars.color.background,
 | 
			
		||||
  border: `solid 1px ${vars.color.border}`,
 | 
			
		||||
  cursor: "pointer",
 | 
			
		||||
  color: vars.color.muted,
 | 
			
		||||
  position: "relative",
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const profileAvatarImage = style({
 | 
			
		||||
  height: "100%",
 | 
			
		||||
  width: "100%",
 | 
			
		||||
  objectFit: "cover",
 | 
			
		||||
  overflow: "hidden",
 | 
			
		||||
  borderRadius: "4px",
 | 
			
		||||
});
 | 
			
		||||
							
								
								
									
										21
									
								
								src/renderer/src/components/avatar/avatar.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								src/renderer/src/components/avatar/avatar.scss
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,21 @@
 | 
			
		|||
@use "../../scss/globals.scss";
 | 
			
		||||
 | 
			
		||||
.profile-avatar {
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  background-color: globals.$background-color;
 | 
			
		||||
  border: solid 1px globals.$border-color;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  color: globals.$muted-color;
 | 
			
		||||
  position: relative;
 | 
			
		||||
 | 
			
		||||
  &__image {
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    object-fit: cover;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
import { PersonIcon } from "@primer/octicons-react";
 | 
			
		||||
 | 
			
		||||
import * as styles from "./avatar.css";
 | 
			
		||||
import "./avatar.scss";
 | 
			
		||||
 | 
			
		||||
export interface AvatarProps
 | 
			
		||||
  extends Omit<
 | 
			
		||||
| 
						 | 
				
			
			@ -16,14 +16,9 @@ export interface AvatarProps
 | 
			
		|||
 | 
			
		||||
export function Avatar({ size, alt, src, ...props }: AvatarProps) {
 | 
			
		||||
  return (
 | 
			
		||||
    <div className={styles.profileAvatar} style={{ width: size, height: size }}>
 | 
			
		||||
    <div className="profile-avatar" style={{ width: size, height: size }}>
 | 
			
		||||
      {src ? (
 | 
			
		||||
        <img
 | 
			
		||||
          className={styles.profileAvatarImage}
 | 
			
		||||
          alt={alt}
 | 
			
		||||
          src={src}
 | 
			
		||||
          {...props}
 | 
			
		||||
        />
 | 
			
		||||
        <img className="profile-avatar__image" alt={alt} src={src} {...props} />
 | 
			
		||||
      ) : (
 | 
			
		||||
        <PersonIcon size={size * 0.7} />
 | 
			
		||||
      )}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,69 +0,0 @@
 | 
			
		|||
import { style, styleVariants } from "@vanilla-extract/css";
 | 
			
		||||
import { SPACING_UNIT, vars } from "../../theme.css";
 | 
			
		||||
 | 
			
		||||
const base = style({
 | 
			
		||||
  padding: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px`,
 | 
			
		||||
  backgroundColor: vars.color.muted,
 | 
			
		||||
  borderRadius: "8px",
 | 
			
		||||
  border: "solid 1px transparent",
 | 
			
		||||
  transition: "all ease 0.2s",
 | 
			
		||||
  cursor: "pointer",
 | 
			
		||||
  minHeight: "40px",
 | 
			
		||||
  display: "flex",
 | 
			
		||||
  alignItems: "center",
 | 
			
		||||
  justifyContent: "center",
 | 
			
		||||
  gap: `${SPACING_UNIT}px`,
 | 
			
		||||
  ":active": {
 | 
			
		||||
    opacity: vars.opacity.active,
 | 
			
		||||
  },
 | 
			
		||||
  ":disabled": {
 | 
			
		||||
    opacity: vars.opacity.disabled,
 | 
			
		||||
    cursor: "not-allowed",
 | 
			
		||||
  },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const button = styleVariants({
 | 
			
		||||
  primary: [
 | 
			
		||||
    base,
 | 
			
		||||
    {
 | 
			
		||||
      ":hover": {
 | 
			
		||||
        backgroundColor: "#DADBE1",
 | 
			
		||||
      },
 | 
			
		||||
      ":disabled": {
 | 
			
		||||
        backgroundColor: vars.color.muted,
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
  outline: [
 | 
			
		||||
    base,
 | 
			
		||||
    {
 | 
			
		||||
      backgroundColor: "transparent",
 | 
			
		||||
      border: `solid 1px ${vars.color.border}`,
 | 
			
		||||
      color: vars.color.muted,
 | 
			
		||||
      ":hover": {
 | 
			
		||||
        backgroundColor: "rgba(255, 255, 255, 0.1)",
 | 
			
		||||
      },
 | 
			
		||||
      ":disabled": {
 | 
			
		||||
        backgroundColor: "transparent",
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
  dark: [
 | 
			
		||||
    base,
 | 
			
		||||
    {
 | 
			
		||||
      backgroundColor: vars.color.darkBackground,
 | 
			
		||||
      color: "#c0c1c7",
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
  danger: [
 | 
			
		||||
    base,
 | 
			
		||||
    {
 | 
			
		||||
      borderColor: "transparent",
 | 
			
		||||
      backgroundColor: "#a31533",
 | 
			
		||||
      color: "#c0c1c7",
 | 
			
		||||
      ":hover": {
 | 
			
		||||
        backgroundColor: "#b3203f",
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
});
 | 
			
		||||
							
								
								
									
										63
									
								
								src/renderer/src/components/button/button.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								src/renderer/src/components/button/button.scss
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,63 @@
 | 
			
		|||
@use "../../scss/globals.scss";
 | 
			
		||||
 | 
			
		||||
.button {
 | 
			
		||||
  padding: globals.$spacing-unit globals.$spacing-unit * 2;
 | 
			
		||||
  background-color: globals.$muted-color;
 | 
			
		||||
  border-radius: 8px;
 | 
			
		||||
  border: solid 1px transparent;
 | 
			
		||||
  transition: all ease 0.2s;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  min-height: 40px;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
  gap: globals.$spacing-unit;
 | 
			
		||||
 | 
			
		||||
  &:active {
 | 
			
		||||
    opacity: globals.$active-opacity;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &:disabled {
 | 
			
		||||
    opacity: globals.$disabled-opacity;
 | 
			
		||||
    cursor: not-allowed;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &--primary {
 | 
			
		||||
    &:hover {
 | 
			
		||||
      background-color: #dadbe1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &:disabled {
 | 
			
		||||
      background-color: globals.$muted-color;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &--outline {
 | 
			
		||||
    background-color: transparent;
 | 
			
		||||
    border: solid 1px globals.$border-color;
 | 
			
		||||
    color: globals.$muted-color;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      background-color: rgba(255, 255, 255, 0.1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &:disabled {
 | 
			
		||||
      background-color: transparent;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &--dark {
 | 
			
		||||
    background-color: globals.$dark-background-color;
 | 
			
		||||
    color: globals.$muted-color;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &--danger {
 | 
			
		||||
    border-color: transparent;
 | 
			
		||||
    background-color: globals.$danger-color;
 | 
			
		||||
    color: globals.$muted-color;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      background-color: #b3203f;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,12 +1,13 @@
 | 
			
		|||
import cn from "classnames";
 | 
			
		||||
import * as styles from "./button.css";
 | 
			
		||||
 | 
			
		||||
import "./button.scss";
 | 
			
		||||
 | 
			
		||||
export interface ButtonProps
 | 
			
		||||
  extends React.DetailedHTMLProps<
 | 
			
		||||
    React.ButtonHTMLAttributes<HTMLButtonElement>,
 | 
			
		||||
    HTMLButtonElement
 | 
			
		||||
  > {
 | 
			
		||||
  theme?: keyof typeof styles.button;
 | 
			
		||||
  theme?: "primary" | "outline" | "dark" | "danger";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function Button({
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +19,7 @@ export function Button({
 | 
			
		|||
  return (
 | 
			
		||||
    <button
 | 
			
		||||
      type="button"
 | 
			
		||||
      className={cn(styles.button[theme], className)}
 | 
			
		||||
      className={cn("button", `button--${theme}`, className)}
 | 
			
		||||
      {...props}
 | 
			
		||||
    >
 | 
			
		||||
      {children}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,18 +0,0 @@
 | 
			
		|||
import Lottie from "lottie-react";
 | 
			
		||||
 | 
			
		||||
import downloadingAnimation from "@renderer/assets/lottie/downloading.json";
 | 
			
		||||
 | 
			
		||||
export interface DownloadIconProps {
 | 
			
		||||
  isDownloading: boolean;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function DownloadIcon({ isDownloading }: DownloadIconProps) {
 | 
			
		||||
  return (
 | 
			
		||||
    <Lottie
 | 
			
		||||
      animationData={downloadingAnimation}
 | 
			
		||||
      loop={isDownloading}
 | 
			
		||||
      autoplay={isDownloading}
 | 
			
		||||
      style={{ width: 16 }}
 | 
			
		||||
    />
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,9 @@
 | 
			
		|||
import { AppsIcon, GearIcon, HomeIcon } from "@primer/octicons-react";
 | 
			
		||||
 | 
			
		||||
import { DownloadIcon } from "./download-icon";
 | 
			
		||||
import {
 | 
			
		||||
  AppsIcon,
 | 
			
		||||
  DownloadIcon,
 | 
			
		||||
  GearIcon,
 | 
			
		||||
  HomeIcon,
 | 
			
		||||
} from "@primer/octicons-react";
 | 
			
		||||
 | 
			
		||||
export const routes = [
 | 
			
		||||
  {
 | 
			
		||||
| 
						 | 
				
			
			@ -16,9 +19,7 @@ export const routes = [
 | 
			
		|||
  {
 | 
			
		||||
    path: "/downloads",
 | 
			
		||||
    nameKey: "downloads",
 | 
			
		||||
    render: (isDownloading: boolean) => (
 | 
			
		||||
      <DownloadIcon isDownloading={isDownloading} />
 | 
			
		||||
    ),
 | 
			
		||||
    render: () => <DownloadIcon />,
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    path: "/settings",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,10 +50,6 @@ export function Sidebar() {
 | 
			
		|||
    updateLibrary();
 | 
			
		||||
  }, [lastPacket?.game.id, updateLibrary]);
 | 
			
		||||
 | 
			
		||||
  const isDownloading = sortedLibrary.some(
 | 
			
		||||
    (game) => game.status === "active" && game.progress !== 1
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
  const sidebarRef = useRef<HTMLElement>(null);
 | 
			
		||||
 | 
			
		||||
  const cursorPos = useRef({ x: 0 });
 | 
			
		||||
| 
						 | 
				
			
			@ -187,7 +183,7 @@ export function Sidebar() {
 | 
			
		|||
                  className={styles.menuItemButton}
 | 
			
		||||
                  onClick={() => handleSidebarItemClick(path)}
 | 
			
		||||
                >
 | 
			
		||||
                  {render(isDownloading)}
 | 
			
		||||
                  {render()}
 | 
			
		||||
                  <span>{t(nameKey)}</span>
 | 
			
		||||
                </button>
 | 
			
		||||
              </li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,9 +11,8 @@ import * as styles from "./game-details.css";
 | 
			
		|||
import { useTranslation } from "react-i18next";
 | 
			
		||||
import { cloudSyncContext, gameDetailsContext } from "@renderer/context";
 | 
			
		||||
import { steamUrlBuilder } from "@shared";
 | 
			
		||||
import Lottie from "lottie-react";
 | 
			
		||||
 | 
			
		||||
import cloudAnimation from "@renderer/assets/lottie/cloud.json";
 | 
			
		||||
import cloudIconAnimated from "@renderer/assets/icons/cloud-animated.gif";
 | 
			
		||||
import { useUserDetails } from "@renderer/hooks";
 | 
			
		||||
 | 
			
		||||
const HERO_ANIMATION_THRESHOLD = 25;
 | 
			
		||||
| 
						 | 
				
			
			@ -165,10 +164,9 @@ export function GameDetailsContent() {
 | 
			
		|||
                    position: "relative",
 | 
			
		||||
                  }}
 | 
			
		||||
                >
 | 
			
		||||
                  <Lottie
 | 
			
		||||
                    animationData={cloudAnimation}
 | 
			
		||||
                    loop={false}
 | 
			
		||||
                    autoplay
 | 
			
		||||
                  <img
 | 
			
		||||
                    src={cloudIconAnimated}
 | 
			
		||||
                    alt="Cloud icon"
 | 
			
		||||
                    style={{ width: 26, position: "absolute", top: -3 }}
 | 
			
		||||
                  />
 | 
			
		||||
                </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,9 +6,8 @@ import type { GameRepack, GameShop, Steam250Game } from "@types";
 | 
			
		|||
import { Button, ConfirmationModal } from "@renderer/components";
 | 
			
		||||
import { buildGameDetailsPath } from "@renderer/helpers";
 | 
			
		||||
 | 
			
		||||
import starsAnimation from "@renderer/assets/lottie/stars.json";
 | 
			
		||||
import starsIconAnimated from "@renderer/assets/icons/stars-animated.gif";
 | 
			
		||||
 | 
			
		||||
import Lottie from "lottie-react";
 | 
			
		||||
import { useTranslation } from "react-i18next";
 | 
			
		||||
import { SkeletonTheme } from "react-loading-skeleton";
 | 
			
		||||
import { GameDetailsSkeleton } from "./game-details-skeleton";
 | 
			
		||||
| 
						 | 
				
			
			@ -194,15 +193,15 @@ export default function GameDetails() {
 | 
			
		|||
                    <div
 | 
			
		||||
                      style={{ width: 16, height: 16, position: "relative" }}
 | 
			
		||||
                    >
 | 
			
		||||
                      <Lottie
 | 
			
		||||
                        animationData={starsAnimation}
 | 
			
		||||
                      <img
 | 
			
		||||
                        src={starsIconAnimated}
 | 
			
		||||
                        alt="Stars animation"
 | 
			
		||||
                        style={{
 | 
			
		||||
                          width: 70,
 | 
			
		||||
                          position: "absolute",
 | 
			
		||||
                          top: -28,
 | 
			
		||||
                          left: -27,
 | 
			
		||||
                        }}
 | 
			
		||||
                        loop={false}
 | 
			
		||||
                      />
 | 
			
		||||
                    </div>
 | 
			
		||||
                    {t("next_suggestion")}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,9 @@
 | 
			
		|||
import { GearIcon, PlayIcon, PlusCircleIcon } from "@primer/octicons-react";
 | 
			
		||||
import {
 | 
			
		||||
  DownloadIcon,
 | 
			
		||||
  GearIcon,
 | 
			
		||||
  PlayIcon,
 | 
			
		||||
  PlusCircleIcon,
 | 
			
		||||
} from "@primer/octicons-react";
 | 
			
		||||
import { Button } from "@renderer/components";
 | 
			
		||||
import { useDownload, useLibrary } from "@renderer/hooks";
 | 
			
		||||
import { useContext, useState } from "react";
 | 
			
		||||
| 
						 | 
				
			
			@ -6,7 +11,6 @@ import { useTranslation } from "react-i18next";
 | 
			
		|||
import * as styles from "./hero-panel-actions.css";
 | 
			
		||||
 | 
			
		||||
import { gameDetailsContext } from "@renderer/context";
 | 
			
		||||
import { DownloadIcon } from "@renderer/components/sidebar/download-icon";
 | 
			
		||||
 | 
			
		||||
export function HeroPanelActions() {
 | 
			
		||||
  const [toggleLibraryGameDisabled, setToggleLibraryGameDisabled] =
 | 
			
		||||
| 
						 | 
				
			
			@ -125,7 +129,7 @@ export function HeroPanelActions() {
 | 
			
		|||
        disabled={isGameDownloading || !repacks.length}
 | 
			
		||||
        className={styles.heroPanelAction}
 | 
			
		||||
      >
 | 
			
		||||
        <DownloadIcon isDownloading={false} />
 | 
			
		||||
        <DownloadIcon />
 | 
			
		||||
        {t("download")}
 | 
			
		||||
      </Button>
 | 
			
		||||
    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,75 +0,0 @@
 | 
			
		|||
import { useTranslation } from "react-i18next";
 | 
			
		||||
import { Button, Modal } from "../../components";
 | 
			
		||||
import { SPACING_UNIT } from "../../theme.css";
 | 
			
		||||
 | 
			
		||||
export interface UserFriendsModalProps {
 | 
			
		||||
  visible: boolean;
 | 
			
		||||
  onClose: () => void;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export const SubscriptionTourModal = ({
 | 
			
		||||
  visible,
 | 
			
		||||
  onClose,
 | 
			
		||||
}: UserFriendsModalProps) => {
 | 
			
		||||
  const { t } = useTranslation("tour");
 | 
			
		||||
 | 
			
		||||
  const handleSubscribeClick = () => {
 | 
			
		||||
    window.electron.openCheckout().finally(onClose);
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <Modal
 | 
			
		||||
      visible={visible}
 | 
			
		||||
      title={t("subscription_tour_title")}
 | 
			
		||||
      onClose={onClose}
 | 
			
		||||
    >
 | 
			
		||||
      <div
 | 
			
		||||
        style={{
 | 
			
		||||
          display: "flex",
 | 
			
		||||
          flexDirection: "column",
 | 
			
		||||
          gap: `${SPACING_UNIT * 2}px`,
 | 
			
		||||
        }}
 | 
			
		||||
      >
 | 
			
		||||
        <div
 | 
			
		||||
          style={{
 | 
			
		||||
            display: "flex",
 | 
			
		||||
            flexDirection: "row",
 | 
			
		||||
            gap: `${SPACING_UNIT * 2}px`,
 | 
			
		||||
            justifyContent: "space-around",
 | 
			
		||||
          }}
 | 
			
		||||
        >
 | 
			
		||||
          <div
 | 
			
		||||
            style={{
 | 
			
		||||
              display: "flex",
 | 
			
		||||
              flexDirection: "column",
 | 
			
		||||
              gap: `${SPACING_UNIT * 2}px`,
 | 
			
		||||
            }}
 | 
			
		||||
          >
 | 
			
		||||
            <h2>Hydra Cloud</h2>
 | 
			
		||||
            <ul style={{ margin: "0", padding: "0" }}>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("cloud_saving")}
 | 
			
		||||
              </li>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("cloud_achievements")}
 | 
			
		||||
              </li>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("show_and_compare_achievements")}
 | 
			
		||||
              </li>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("animated_profile_banner")}
 | 
			
		||||
              </li>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("animated_profile_picture")}
 | 
			
		||||
              </li>
 | 
			
		||||
              <li style={{ margin: `${SPACING_UNIT}px ${SPACING_UNIT * 2}px` }}>
 | 
			
		||||
                {t("premium_support")}
 | 
			
		||||
              </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <Button onClick={handleSubscribeClick}>{t("subscribe_now")}</Button>
 | 
			
		||||
      </div>
 | 
			
		||||
    </Modal>
 | 
			
		||||
  );
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -101,6 +101,7 @@ export const UserFriendModalAddFriend = ({
 | 
			
		|||
        >
 | 
			
		||||
          {isAddingFriend ? t("sending") : t("add")}
 | 
			
		||||
        </Button>
 | 
			
		||||
 | 
			
		||||
        <Button
 | 
			
		||||
          onClick={handleClickSeeProfile}
 | 
			
		||||
          disabled={isAddingFriend}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										15
									
								
								src/renderer/src/scss/globals.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/renderer/src/scss/globals.scss
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
$background-color: #1c1c1c;
 | 
			
		||||
$dark-background-color: #151515;
 | 
			
		||||
 | 
			
		||||
$muted-color: #c0c1c7;
 | 
			
		||||
$body-color: #8e919b;
 | 
			
		||||
 | 
			
		||||
$border-color: #424244;
 | 
			
		||||
$success-color: #1c9749;
 | 
			
		||||
$danger-color: #e11d48;
 | 
			
		||||
$warning-color: #ffc107;
 | 
			
		||||
 | 
			
		||||
$disabled-opacity: 0.5;
 | 
			
		||||
$active-opacity: 0.7;
 | 
			
		||||
 | 
			
		||||
$spacing-unit: 8px;
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue