Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taikoon): ui qa checklist #16870

Merged
merged 124 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
1992970
brought over contracts, tests and scripts; getting everything to run now
bearni95 Apr 25, 2024
b9b56ba
refreshed gitignore
bearni95 Apr 25, 2024
570e770
removed lib from tree
bearni95 Apr 25, 2024
175e4a4
tracking pnpm-lock.yaml main
bearni95 Apr 25, 2024
2d89594
missing deps added to enable compiling
bearni95 Apr 25, 2024
d3335f1
format & mint
bearni95 Apr 25, 2024
cb4baca
cleared lint warnings
bearni95 Apr 25, 2024
d44c463
updated pnpm; passing tests and build
bearni95 Apr 25, 2024
6817f27
removed .gitmodules
bearni95 Apr 25, 2024
71eaf4c
fixed typo leafs > leaves
bearni95 Apr 25, 2024
2442adc
added build step to gha
bearni95 Apr 25, 2024
7a522a2
fixed merkle whitelist generation script under new location
bearni95 Apr 25, 2024
5f55717
localhost deployment re-enabled
bearni95 Apr 25, 2024
30ec660
added holesky deployment
bearni95 Apr 25, 2024
311d129
restored ipfs deploy script
bearni95 Apr 25, 2024
c7e5731
updated pnpm-lock.yaml
bearni95 Apr 25, 2024
3e2099f
ran linter
bearni95 Apr 25, 2024
8b42156
simplified tests for taikoonToken.t.sol
bearni95 Apr 25, 2024
ae80196
updated forge-std version
bearni95 Apr 25, 2024
9e6f6e9
added compile step to gha
bearni95 Apr 25, 2024
bacd1d1
fixed gha typo
bearni95 Apr 25, 2024
3bd7dad
upgraded foundry toolchain version on gha
bearni95 Apr 25, 2024
ae94276
upgraded foundry toolchain version on gha
bearni95 Apr 25, 2024
57d0404
frontend builds
bearni95 Apr 25, 2024
b724f0d
holesky deployments enabled
bearni95 Apr 25, 2024
93328c9
recovered functionality for frontend
bearni95 Apr 25, 2024
f10fade
gha for taikoon-ui
bearni95 Apr 25, 2024
84e2746
removed unused graphql schema
bearni95 Apr 25, 2024
bf6c85a
formatted and linted frontend
bearni95 Apr 25, 2024
a8dd1d1
changed lorem ipsum to the first pages of the hobbit to bypass typo c…
bearni95 Apr 25, 2024
3c8b4f4
added .env var to gha
bearni95 Apr 25, 2024
78057a4
typos fixed
bearni95 Apr 25, 2024
a816b7c
fixes for lint and typos
bearni95 Apr 25, 2024
b0de72e
Merge branch 'main' into taikoon-ui-setup
bearni95 Apr 26, 2024
5992373
corrected background gradient and color on light mode
bearni95 Apr 26, 2024
a5a7333
snap scroll
bearni95 Apr 26, 2024
659b5b7
header glassy bg after scroll only
bearni95 Apr 26, 2024
468ba06
nav buttons and header fixes
bearni95 Apr 26, 2024
6dd13fd
wtf text replacements
bearni95 Apr 26, 2024
08ca14f
Merge branch 'main' into taikoon-ui-setup
dantaik Apr 29, 2024
2b62a91
removed csv and json whitelists; added an example templated one
bearni95 Apr 29, 2024
08799e8
using viem's zeroAddress instead of custom one
bearni95 Apr 29, 2024
e456f00
replaced explicit address type with viem's one
bearni95 Apr 29, 2024
47b825e
moved IPFS_GATEWAY to .env; created .env.example
bearni95 Apr 29, 2024
4e90dec
cleanup of unused errors
bearni95 Apr 29, 2024
eaca895
- token custom errors implemented
bearni95 Apr 29, 2024
d11656e
ipfs custom errors
bearni95 Apr 29, 2024
4ca46ce
cleanup of unused errors
bearni95 Apr 29, 2024
5b77e71
replaced 'classes' component export with 136259props.class
bearni95 Apr 29, 2024
7df8737
i18n texts for landing and countdown pages and all their sections
bearni95 Apr 29, 2024
6240913
mint page, mint modal and terms modal have i18n texts
bearni95 Apr 29, 2024
47775d6
collection page using i18n
bearni95 Apr 29, 2024
43ac853
using daisyui collapsible element
bearni95 Apr 29, 2024
9431abd
non-core, non-modal, non-section components with abstracted classing
bearni95 Apr 29, 2024
fdb8434
refactored classes for core components
bearni95 Apr 29, 2024
86c0883
refactored classes for modals
bearni95 Apr 29, 2024
bfb6e75
refactored classes out of sections
bearni95 Apr 29, 2024
ece7ca9
re-run pnpm install + lock.yaml
bearni95 Apr 29, 2024
df0f258
Merge branch 'main' into taikoon-ui-setup
bearni95 Apr 29, 2024
a75cc55
patched pnpm-lock.yaml
bearni95 Apr 29, 2024
a024efc
formatted and lintes taikoons package
bearni95 Apr 29, 2024
6c86d89
added env var for ipfs gateway to gha
bearni95 Apr 29, 2024
9650451
Merge branch 'taikoon-ui-setup' into ui-qa-checklist
bearni95 Apr 29, 2024
3db0718
lint, format, fresh deployment
bearni95 Apr 29, 2024
d47e9f3
adjusted design and animation for 'mint now' button
bearni95 Apr 29, 2024
a5d1b71
fixed footer display on all resolutions; fixed responsive screen assi…
bearni95 Apr 29, 2024
d2059c5
recreated taiko-xyz footer animations
bearni95 Apr 29, 2024
d1d6afd
fixed vertical alignment for mint page
bearni95 Apr 29, 2024
596d369
info section css corrections
bearni95 Apr 29, 2024
74ea918
faq design adjustments
bearni95 Apr 29, 2024
104fb18
minor spacing correction for faq
bearni95 Apr 29, 2024
6ea14f6
implemented batch-only, free design for mint form
bearni95 Apr 29, 2024
16c626f
fixed overlapping panel on mint page for mobile
bearni95 Apr 29, 2024
4d884b6
minor fix for md display of non-authed, connect button
bearni95 Apr 29, 2024
c1e31ab
Merge branch 'main' into ui-qa-checklist
bearni95 Apr 30, 2024
7137428
mint modal adjustments
bearni95 Apr 30, 2024
70dfaf8
split mint confirmation and post-mint modals
bearni95 Apr 30, 2024
ffd59f2
Merge branch 'main' into ui-qa-checklist
bearni95 Apr 30, 2024
100db26
visual implementation of the post-mint nft slider
bearni95 Apr 30, 2024
49afbd6
fully functional nft slider
bearni95 Apr 30, 2024
ef2e879
network config update
bearni95 May 6, 2024
dd04588
Merge branch 'main' into ui-qa-checklist
bearni95 May 7, 2024
f12a712
format, lint, build
bearni95 May 7, 2024
2d68157
fixes for pre-mint site
bearni95 May 8, 2024
341dc4b
carousel scrolling
bearni95 May 8, 2024
1350511
missing pnpm lock file
bearni95 May 8, 2024
390098d
color corrections on footer
bearni95 May 9, 2024
65f0e42
carousel on post-mint nft viewer
bearni95 May 9, 2024
ac33f9d
collection filters replaced with title
bearni95 May 9, 2024
8d4b654
copyright padding fix on mobile menu
bearni95 May 9, 2024
c5f63e2
merged main
bearni95 May 9, 2024
ae21819
added env date to gha
bearni95 May 9, 2024
c16d0f0
forge fmt & update contract layout table
bearni95 May 9, 2024
ad2da0c
adapted gha task to config structure of taikoon-ui; exported .env.exa…
bearni95 May 9, 2024
e9457b8
Merge branch 'ui-qa-checklist' of ssh://github.com/taikoxyz/taiko-mon…
bearni95 May 9, 2024
0751ab6
gha exporting .env.example
bearni95 May 9, 2024
3341b2a
gha exporting .env.example
bearni95 May 9, 2024
003ff2e
proper check command on gha
bearni95 May 9, 2024
9529e30
fixed most svelte:check errors
bearni95 May 9, 2024
2c32377
fixes for svelte:check; using daisy-ui countdown
bearni95 May 9, 2024
4c6797f
removed svelte-countdown as a dependency
bearni95 May 9, 2024
1fb25ef
updated pnpm
bearni95 May 9, 2024
311e09a
exported vars for check on gha
bearni95 May 9, 2024
188c477
fixed tests and checks
bearni95 May 9, 2024
d6a7ee0
check corrections
bearni95 May 9, 2024
fa782f9
Merge branch 'main' into ui-qa-checklist
bearni95 May 13, 2024
6c7d7c8
Merge branch 'main' into ui-qa-checklist
bearni95 May 13, 2024
ff7c869
updated pnpm-lock
bearni95 May 13, 2024
58c977c
added svelte:check npm script
bearni95 May 13, 2024
39ce547
updated pnpm-lock.yaml
bearni95 May 13, 2024
8aa5060
flags on gha
bearni95 May 13, 2024
6ef6f71
Merge branch 'main' into ui-qa-checklist
bearni95 May 13, 2024
f7a35a2
altering env configs for gha
bearni95 May 13, 2024
a1eb4f3
removed redundant .env.example flag from gha
bearni95 May 13, 2024
2a544c7
gha formatting
bearni95 May 13, 2024
cda319f
export values from .env.example
May 13, 2024
452c8c7
test check for initial svelte-kit sync
May 13, 2024
a3c7f75
restore file
May 13, 2024
044c2c2
restore changes
May 13, 2024
1d6bf06
Merge branch 'main' into ui-qa-checklist
bearni95 May 14, 2024
3976980
restored taikoon-ui-ci
bearni95 May 14, 2024
88f72b1
reverted test change to action
bearni95 May 14, 2024
9fd3515
Merge branch 'main' into ui-qa-checklist
bearni95 May 14, 2024
d193ee8
Merge branch 'main' into ui-qa-checklist
bearni95 May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .github/workflows/taikoon-ui--ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,20 @@ jobs:

- name: Install pnpm dependencies
uses: ./.github/actions/install-pnpm-dependencies
# This step is needed because the .env file is not committed to the repository
# and the Svelte check complains about not finding the exports from $env/static/public,
# which will be generated based on the .env file when running `svelte-kit sync`
- name: Copy .env.example to .env
working-directory: ./packages/taikoon-ui
run: cp .env.example .env

- name: Frontend build
working-directory: ./packages/taikoon-ui
run: |
export PUBLIC_WALLETCONNECT_PROJECT_ID="fake_project_id"
export PUBLIC_IPFS_GATEWAY="https://ipfs.io/ipfs/"
pnpm build
run: pnpm build

- name: Svelte check
working-directory: ./packages/taikoon-ui
run: pnpm svelte:check
run: pnpm check

- name: Check formatting
working-directory: ./packages/taikoon-ui
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/taikoon-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
needs: build-and-test
uses: ./.github/workflows/repo--vercel-deploy.yml
with:
environment: 'preview'
flags: ''
environment: "preview"
flags: ""
secrets:
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID_TAIKOON_UI_MAINNET }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
Expand All @@ -32,8 +32,8 @@ jobs:
needs: build-and-test
uses: ./.github/workflows/repo--vercel-deploy.yml
with:
environment: 'production'
flags: '--prod'
environment: "production"
flags: "--prod"
secrets:
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID_TAIKOON_UI_MAINNET }}
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
68 changes: 33 additions & 35 deletions packages/docs-site/src/content/docs/network-reference/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,42 @@ description: Network reference page describing various important addresses on Ta

## Ethereum (Holesky) contracts


| Contract Name (Shared) | Address |
| ----------------------- | -------------------------------------------- |
| SharedAddressManager | `0x7D3338FD5e654CAC5B10028088624CA1D64e74f7` |
| TaikoToken | `0x6490E12d480549D333499236fF2Ba6676C296011` |
| SignalService | `0x6Fc2fe9D9dd0251ec5E0727e826Afbb0Db2CBe0D` |
| Bridge | `0xA098b76a3Dd499D3F6D58D8AcCaFC8efBFd06807` |
| ERC20Vault | `0x2259662ed5dE0E09943Abe701bc5f5a108eABBAa` |
| ERC721Vault | `0x046b82D9010b534c716742BE98ac3FEf3f2EC99f` |
| ERC1155Vault | `0x9Ae5945Ab34f6182F75E16B73e037421F341fEe3` |


| Contract Name (Rollup-Specific) | Address |
| ----------------------- | -------------------------------------------- |
| TaikoL1 | `0x79C9109b764609df928d16fC4a91e9081F7e87DB` |
| RollupAddressManager | `0x1F027871F286Cf4B7F898B21298E7B3e090a8403` |
| GuardianProver | `0x92F195a8702da2104aE8E3E10779176E7C35d6BC` |
| AssignmentHook | `0x9e640a6aadf4f664CF467B795c31332f44AcBe6c` |
| SgxVerifier | `0x532EFBf6D62720D0B2a2Bb9d11066E8588cAE6D9` |
| AutomataDcapAttestation | `0xC6cD3878Fc56F2b2BaB0769C580fc230A95e1398` |
| PemCertChainLib | `0x08d7865e7F534d743Aba5874A9AD04bcB223a92E` |
| Contract Name (Shared) | Address |
| ---------------------- | -------------------------------------------- |
| SharedAddressManager | `0x7D3338FD5e654CAC5B10028088624CA1D64e74f7` |
| TaikoToken | `0x6490E12d480549D333499236fF2Ba6676C296011` |
| SignalService | `0x6Fc2fe9D9dd0251ec5E0727e826Afbb0Db2CBe0D` |
| Bridge | `0xA098b76a3Dd499D3F6D58D8AcCaFC8efBFd06807` |
| ERC20Vault | `0x2259662ed5dE0E09943Abe701bc5f5a108eABBAa` |
| ERC721Vault | `0x046b82D9010b534c716742BE98ac3FEf3f2EC99f` |
| ERC1155Vault | `0x9Ae5945Ab34f6182F75E16B73e037421F341fEe3` |

| Contract Name (Rollup-Specific) | Address |
| ------------------------------- | -------------------------------------------- |
| TaikoL1 | `0x79C9109b764609df928d16fC4a91e9081F7e87DB` |
| RollupAddressManager | `0x1F027871F286Cf4B7F898B21298E7B3e090a8403` |
| GuardianProver | `0x92F195a8702da2104aE8E3E10779176E7C35d6BC` |
| AssignmentHook | `0x9e640a6aadf4f664CF467B795c31332f44AcBe6c` |
| SgxVerifier | `0x532EFBf6D62720D0B2a2Bb9d11066E8588cAE6D9` |
| AutomataDcapAttestation | `0xC6cD3878Fc56F2b2BaB0769C580fc230A95e1398` |
| PemCertChainLib | `0x08d7865e7F534d743Aba5874A9AD04bcB223a92E` |

## Taiko (Hekla) contracts

| Contract Name (Shared) | Address |
| -------------------- | -------------------------------------------- |
| Bridge | `0x1670090000000000000000000000000000000001` |
| ERC20Vault | `0x1670090000000000000000000000000000000002` |
| ERC721Vault | `0x1670090000000000000000000000000000000003` |
| ERC1155Vault | `0x1670090000000000000000000000000000000004` |
| SignalService | `0x1670090000000000000000000000000000000005` |
| SharedAddressManager | `0x1670090000000000000000000000000000000006` |

| Contract Name (Rollup-Specific) | Address |
| -------------------- | -------------------------------------------- |
| TaikoL2 | `0x1670090000000000000000000000000000010001` |
| RollupAddressManager | `0x1670090000000000000000000000000000010002` |
| BridgedTaikoToken | `0xebf1f662bf092ff0d913a9fe9d7179b0efef1611` |
| Contract Name (Shared) | Address |
| ---------------------- | -------------------------------------------- |
| Bridge | `0x1670090000000000000000000000000000000001` |
| ERC20Vault | `0x1670090000000000000000000000000000000002` |
| ERC721Vault | `0x1670090000000000000000000000000000000003` |
| ERC1155Vault | `0x1670090000000000000000000000000000000004` |
| SignalService | `0x1670090000000000000000000000000000000005` |
| SharedAddressManager | `0x1670090000000000000000000000000000000006` |

| Contract Name (Rollup-Specific) | Address |
| ------------------------------- | -------------------------------------------- |
| TaikoL2 | `0x1670090000000000000000000000000000010001` |
| RollupAddressManager | `0x1670090000000000000000000000000000010002` |
| BridgedTaikoToken | `0xebf1f662bf092ff0d913a9fe9d7179b0efef1611` |

## Rollup contracts owner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Any provers added to this page must be tested by the team to ensure they have go

## Prover marketplace list

| Name | Endpoint |
| ------ | ------------------------------------- |
| Name | Endpoint |
| ---- | -------- |
5 changes: 3 additions & 2 deletions packages/taikoon-ui/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PUBLIC_WALLETCONNECT_PROJECT_ID=
PUBLIC_IPFS_GATEWAY=
PUBLIC_WALLETCONNECT_PROJECT_ID=fake
PUBLIC_IPFS_GATEWAY=https://taikoons-fake-ipfs-gateway.vercel.app/ipfs/
PUBLIC_LAUNCH_DATE=2024-05-26T00:00:00
6 changes: 4 additions & 2 deletions packages/taikoon-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"svelte:check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check": "npm run svelte:check",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check ./src && eslint ./src --fix",
"format": "prettier --write ./src",
Expand All @@ -23,10 +24,12 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"convert-csv-to-json": "^2.44.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
Expand Down Expand Up @@ -65,7 +68,6 @@
"debug": "^4.3.4",
"minidenticons": "^4.2.1",
"postcss": "^8.4.38",
"svelte-countdown": "^1.1.2",
"tailwindcss": "^3.4.3",
"viem": "^2.9.29"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<script lang="ts">
import { Icons } from '$components/core/Icons';
import { classNames } from '$lib/util/classNames';
export let isHovered = false;
const ArrowIcon = Icons.ArrowRightFilled;

const wrapperClasses = classNames(
'bg-primary-content',
'rounded-full',
'w-[32px]',
'h-[32px]',
'flex',
'items-center',
'justify-center',
'overflow-hidden',
);

$: arrowsWrapper = classNames(
'w-full',
'h-full',
'relative',

'flex',
'items-center',
'justify-center',
'transition',
'transform',
isHovered ? 'translate-x-[100%]' : null,
'ease-in-out',
'duration-300',
);

const arrowClasses = classNames('absolute');

const leftArrowClasses = classNames(arrowClasses, 'left-[-100%]');

const rightArrowClasses = classNames(arrowClasses);
</script>

<div class={wrapperClasses}>
<div class={arrowsWrapper}>
<ArrowIcon size="32" class={leftArrowClasses} />
<ArrowIcon size="32" class={rightArrowClasses} />
</div>
</div>
1 change: 1 addition & 0 deletions packages/taikoon-ui/src/components/AnimatedArrow/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as AnimatedArrow } from './AnimatedArrow.svelte';
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<script>
import { getContext } from 'svelte';
const ctx = getContext('iconCtx') ?? {};
<script lang="ts">
export let size = 'full';
export let role = ctx.role || 'img';
export let ariaLabel = 'angle up solid';
export let title = {};
export let desc = {};
export let role = 'img';
export let ariaLabel = 'animated taikoon';
export let title = {
id: `animated-taikoon-title-${Math.random().toString(36).substring(7)}`,
title: ariaLabel,
};
export let desc = {
id: `animated-taikoon-desc-${Math.random().toString(36).substring(7)}`,
desc: 'An animated taikoon',
};
import { onDestroy, onMount } from 'svelte';

import { Theme, theme } from '../../stores/theme';
Expand All @@ -32,7 +36,7 @@

$: colorPairIndex = 0;

let animationIntervalId;
let animationIntervalId: any;
onMount(() => {
animationIntervalId = setInterval(() => {
primaryColor = colorPairs[colorPairIndex].primary;
Expand Down
28 changes: 6 additions & 22 deletions packages/taikoon-ui/src/components/Collection/Collection.svelte
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<script lang="ts">
import { getContext } from 'svelte';
import { t } from 'svelte-i18n';

import { ResponsiveController } from '$components/core/ResponsiveController';
import { classNames } from '$lib/util/classNames';
import { InputBox } from '$ui/InputBox';
import { Select } from '$ui/Select';
import type { ITaikoonDetail } from '$stores/taikoonDetail';

import { NftRenderer } from '../NftRenderer';
import { filterFormWrapperClasses, taikoonsWrapperClasses, wrapperClasses } from './classes';
import { filterFormWrapperClasses, taikoonsWrapperClasses, titleClasses, wrapperClasses } from './classes';
import { default as TaikoonDetail } from './TaikoonDetail.svelte';

export let tokenIds: number[] = [];
let windowSize: 'sm' | 'md' | 'lg' = 'md';

export let title: string = 'The Collection';

export let isLoading = false;
const taikoonDetailState = getContext('taikoonDetail');
const taikoonDetailState = getContext<ITaikoonDetail>('taikoonDetail');

$: selectedTaikoonId = -1;

Expand All @@ -40,23 +40,7 @@
{/if}
<div class="flex flex-col w-full h-full">
<div class={filterFormWrapperClasses}>
<InputBox class="w-full" size="lg" placeholder={$t('content.collection.search.placeholder')} />

<Select
onSelect={(value) => {
console.warn(value);
}}
label={$t('content.collection.filter.latest')}
options={[
{
label: $t('content.collection.filter.latest'),
value: 'latest',
},
{
label: $t('content.collection.filter.oldest'),
value: 'oldest',
},
]} />
<div class={titleClasses}>{title}</div>
</div>
<div class={taikoonsWrapperClasses}>
{#each tokenIds as tokenId}
Expand Down
8 changes: 8 additions & 0 deletions packages/taikoon-ui/src/components/Collection/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const taikoonsWrapperClasses = classNames(
'gap-5',
'p-5',
'grid',
'xl:grid-cols-8',
'lg:grid-cols-6',
'md:grid-cols-4',
'grid-cols-3',
Expand Down Expand Up @@ -74,3 +75,10 @@ export const detailTitleClasses = classNames(
);

export const chipWrapperClasses = classNames('my-2', 'flex', 'flex-row', 'w-full', 'justify-start');

export const titleClasses = classNames(
'font-clash-grotesk',
'text-[57px]/[64px]',
'text-content-primary',
'font-semibold',
);
Loading