Merge pull request #168 from public-awesome/develop
Sync development > main
This commit is contained in:
commit
a2029da8a4
@ -1,4 +1,4 @@
|
|||||||
APP_VERSION=0.6.2
|
APP_VERSION=0.6.3
|
||||||
|
|
||||||
NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS
|
NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS
|
||||||
NEXT_PUBLIC_SG721_CODE_ID=2092
|
NEXT_PUBLIC_SG721_CODE_ID=2092
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stargaze-studio",
|
"name": "stargaze-studio",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
@ -28,6 +28,7 @@
|
|||||||
"@svgr/webpack": "^6",
|
"@svgr/webpack": "^6",
|
||||||
"@tailwindcss/forms": "^0",
|
"@tailwindcss/forms": "^0",
|
||||||
"@tailwindcss/line-clamp": "^0",
|
"@tailwindcss/line-clamp": "^0",
|
||||||
|
"@typeform/embed-react": "2.21.0",
|
||||||
"axios": "^0",
|
"axios": "^0",
|
||||||
"clsx": "^1",
|
"clsx": "^1",
|
||||||
"compare-versions": "^4",
|
"compare-versions": "^4",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||||
|
import { Sidetab } from '@typeform/embed-react'
|
||||||
import type { MintRule } from 'components/badges/creation/ImageUploadDetails'
|
import type { MintRule } from 'components/badges/creation/ImageUploadDetails'
|
||||||
import { BadgeQueries } from 'components/badges/queries/Queries'
|
import { BadgeQueries } from 'components/badges/queries/Queries'
|
||||||
import { ContractPageHeader } from 'components/ContractPageHeader'
|
import { ContractPageHeader } from 'components/ContractPageHeader'
|
||||||
@ -206,6 +207,7 @@ const BadgeActionsPage: NextPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Sidetab buttonColor="#455CF9" buttonText="Studio Survey" height={600} id="yJnL8fXk" width={800} />
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||||
|
|
||||||
//import { coin } from '@cosmjs/proto-signing'
|
//import { coin } from '@cosmjs/proto-signing'
|
||||||
|
import { Sidetab } from '@typeform/embed-react'
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import { Alert } from 'components/Alert'
|
import { Alert } from 'components/Alert'
|
||||||
import { Anchor } from 'components/Anchor'
|
import { Anchor } from 'components/Anchor'
|
||||||
@ -765,6 +766,7 @@ const BadgeCreationPage: NextPage = () => {
|
|||||||
Create Badge
|
Create Badge
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
<Sidetab buttonColor="#455CF9" buttonText="Studio Survey" height={600} id="yJnL8fXk" width={800} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import { toUtf8 } from '@cosmjs/encoding'
|
import { toUtf8 } from '@cosmjs/encoding'
|
||||||
|
import { Sidetab } from '@typeform/embed-react'
|
||||||
import { CollectionActions } from 'components/collections/actions/Action'
|
import { CollectionActions } from 'components/collections/actions/Action'
|
||||||
import { CollectionQueries } from 'components/collections/queries/Queries'
|
import { CollectionQueries } from 'components/collections/queries/Queries'
|
||||||
import { ContractPageHeader } from 'components/ContractPageHeader'
|
import { ContractPageHeader } from 'components/ContractPageHeader'
|
||||||
@ -231,6 +232,7 @@ const CollectionActionsPage: NextPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Sidetab buttonColor="#455CF9" buttonText="Studio Survey" height={600} id="yJnL8fXk" width={800} />
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
import { toUtf8 } from '@cosmjs/encoding'
|
import { toUtf8 } from '@cosmjs/encoding'
|
||||||
import { coin } from '@cosmjs/proto-signing'
|
import { coin } from '@cosmjs/proto-signing'
|
||||||
|
import { Sidetab } from '@typeform/embed-react'
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import { Alert } from 'components/Alert'
|
import { Alert } from 'components/Alert'
|
||||||
import { Anchor } from 'components/Anchor'
|
import { Anchor } from 'components/Anchor'
|
||||||
@ -1472,6 +1473,7 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
Mint & Add Token(s)
|
Mint & Add Token(s)
|
||||||
</Button>
|
</Button>
|
||||||
</Conditional>
|
</Conditional>
|
||||||
|
<Sidetab buttonColor="#455CF9" buttonText="Studio Survey" height={600} id="yJnL8fXk" width={800} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
13
yarn.lock
13
yarn.lock
@ -2703,6 +2703,19 @@
|
|||||||
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
|
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
|
||||||
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
|
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
|
||||||
|
|
||||||
|
"@typeform/embed-react@2.21.0":
|
||||||
|
version "2.21.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typeform/embed-react/-/embed-react-2.21.0.tgz#1c2cdb38923540a7f1becefea175631b82d49433"
|
||||||
|
integrity sha512-gEiBVoeEzNBeiWqOOFATcKz62A2lVKsmIwcGC5a432OTIJVGZG2rcWVA4NUYwJnL/TS9+OEsk5ot/cppMeXsoQ==
|
||||||
|
dependencies:
|
||||||
|
"@typeform/embed" "2.11.0"
|
||||||
|
fast-deep-equal "^3.1.3"
|
||||||
|
|
||||||
|
"@typeform/embed@2.11.0":
|
||||||
|
version "2.11.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typeform/embed/-/embed-2.11.0.tgz#97ab13d8c010a87bd2586b95b4d44c27859ba671"
|
||||||
|
integrity sha512-MEckCfqsqj4z00w5b3D4nK1ix4Elm15L4xsgAkFX7NuCLETa9TZD/vqARlBb63yqR5tPD4LW1mw/ftBBoeIQgA==
|
||||||
|
|
||||||
"@types/glob@*":
|
"@types/glob@*":
|
||||||
version "7.2.0"
|
version "7.2.0"
|
||||||
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
|
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
|
||||||
|
Loading…
Reference in New Issue
Block a user