Skip to content

Commit

Permalink
chore(root): Fix misspellings in token keys and svgs (#6895)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 8, 2024
1 parent 5a0efd7 commit d19847c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
22 changes: 13 additions & 9 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"adresses",
"africas",
"africastalking",
"Aland",
"alanturing",
"alexjoverm",
"alist",
Expand Down Expand Up @@ -68,6 +69,7 @@
"buildscript",
"buildx",
"bullmq",
"Burkina",
"bzrignore",
"cacheable",
"cafebabe",
Expand All @@ -92,6 +94,7 @@
"Clicksend",
"clonedeep",
"clsx",
"cmdk",
"cnamek",
"cnames",
"codecov",
Expand Down Expand Up @@ -188,6 +191,7 @@
"exponentiate",
"externaldb",
"externalredis",
"Faso",
"Fdfdf",
"fieldname",
"fieldtype",
Expand Down Expand Up @@ -274,6 +278,7 @@
"kannel",
"kebabcase",
"keybase",
"Keymap",
"keyrings",
"keysize",
"kitterma",
Expand All @@ -287,6 +292,7 @@
"lastindex",
"Lato",
"Lentczner",
"lezer"
"libarary",
"libauth",
"libspf",
Expand Down Expand Up @@ -342,14 +348,15 @@
"mlen",
"mobishastra",
"Mobishastra",
"Mobishatra",
"moby",
"Modiin",
"modlen",
"Mobishatra",
"mongod",
"mongosh",
"monokai",
"monorepository",
"motionone",
"mpeltonen",
"mpim",
"MPIMs",
Expand Down Expand Up @@ -521,6 +528,7 @@
"RETRYABLE",
"revlookup",
"revlookupall",
"Rica",
"righthand",
"rimraf",
"ringcentral",
Expand Down Expand Up @@ -567,6 +575,8 @@
"softfail",
"softwareupdate",
"sonarjs",
"sonner",
"Sonner",
"sortlist",
"sourcemaps",
"spamassassin",
Expand Down Expand Up @@ -603,6 +613,7 @@
"supernet",
"supertest",
"suported",
"Syncable",
"tabnannied",
"tailwindcss",
"tanstack",
Expand Down Expand Up @@ -685,16 +696,9 @@
"whatsappbusiness",
"xcodebuild",
"xkeysib",
"xyflow",
"zulip",
"zwnj",
"motionone",
"xyflow",
"Sonner",
"sonner",
"cmdk",
"Keymap",
"Syncable",
"lezer"
],
"flagWords": [],
"patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export const INBOX_TOKENS = {
'semantic/color/neutral/80': '#3D3D4D',
'semantic/color/neutral/90': '#292933',
'semantic/margins/buttons/S/S': '1rem',
'Inbox/whiteLable/buttons/accent/normal': '#369EFF',
'Inbox/whiteLable/secondaryButton': '#2E2E32',
'Inbox/whiteLable/devider': '#2E2E32',
'Inbox/whiteLabel/buttons/accent/normal': '#369EFF',
'Inbox/whiteLabel/secondaryButton': '#2E2E32',
'Inbox/whiteLabel/divider': '#2E2E32',
'Inbox/paddings/header/vertical': '1.25rem',
'Inbox/paddings/header/horizontal': '1.5rem',
'Inbox/paddings/message/horizontal': '1.5rem',
Expand Down Expand Up @@ -91,7 +91,7 @@ export function InboxPreviewContent({
<HStack
gap={28}
className={css({
borderColor: INBOX_TOKENS['Inbox/whiteLable/devider'],
borderColor: INBOX_TOKENS['Inbox/whiteLabel/divider'],
borderBottom: 'solid',
borderBottomWidth: '1',
alignSelf: 'stretch',
Expand Down Expand Up @@ -249,10 +249,10 @@ const actionButtonRecipe = cva({
variants: {
type: {
primary: {
bgColor: INBOX_TOKENS['Inbox/whiteLable/buttons/accent/normal'],
bgColor: INBOX_TOKENS['Inbox/whiteLabel/buttons/accent/normal'],
},
secondary: {
bgColor: INBOX_TOKENS['Inbox/whiteLable/secondaryButton'],
bgColor: INBOX_TOKENS['Inbox/whiteLabel/secondaryButton'],
},
},
},
Expand Down

0 comments on commit d19847c

Please sign in to comment.