@dcl/auth-site 0.1.3-7329459683.commit-308004f → 0.1.3-7351006403.commit-a572a7d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <ellipse cx="12" cy="12.5" rx="12" ry="12" fill="#FF2D55"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.6464 8.90655C15.9808 9.24055 15.9806 9.78182 15.6458 10.1155L9.6422 16.0993C9.30741 16.433 8.76486 16.4328 8.43038 16.0988C8.0959 15.7648 8.09615 15.2235 8.43095 14.8898L14.4345 8.90599C14.7693 8.5723 15.3119 8.57255 15.6464 8.90655Z" fill="#FCFCFC"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.6464 16.099C15.3119 16.433 14.7693 16.4332 14.4345 16.0996L8.43095 10.1157C8.09616 9.78204 8.0959 9.24077 8.43038 8.90677C8.76486 8.57277 9.30741 8.57252 9.64221 8.9062L15.6458 14.89C15.9806 15.2237 15.9808 15.765 15.6464 16.099Z" fill="#FCFCFC"/>
5
+ </svg>
package/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/x-icon" href="favicon.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Decentraland | Authorization</title>
8
- <script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7329459683.commit-308004f/assets/index-1bda8d1c.js"></script>
9
- <link rel="stylesheet" href="https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7329459683.commit-308004f/assets/index-b12efce4.css">
8
+ <script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7351006403.commit-a572a7d/assets/index-dc2af287.js"></script>
9
+ <link rel="stylesheet" href="https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7351006403.commit-a572a7d/assets/index-7d5640dd.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/auth-site",
3
- "version": "0.1.3-7329459683.commit-308004f",
3
+ "version": "0.1.3-7351006403.commit-a572a7d",
4
4
  "description": "Auth website",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,6 +17,6 @@
17
17
  "type": "git",
18
18
  "url": "https://github.com/decentraland/auth.git"
19
19
  },
20
- "homepage": "https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7329459683.commit-308004f",
21
- "commit": "308004f2e2f4c154ef5a07e6c193dc70355260e6"
20
+ "homepage": "https://cdn.decentraland.org/@dcl/auth-site/0.1.3-7351006403.commit-a572a7d",
21
+ "commit": "a572a7d452b75c01399ce1d62d7d3177c61d4d6a"
22
22
  }