@planningcenter/tapestry 1.0.0-rc.1 → 1.0.0-rc.2
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.
- package/dist/index.css +231 -111
- package/dist/index.css.map +1 -1
- package/dist/packages/tapestry-wc/dist/components/tds-page-header.js +1 -1
- package/dist/packages/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
- package/dist/tokens/ts/tokens.d.ts +199 -79
- package/dist/tokens/ts/tokens.d.ts.map +1 -1
- package/dist/tokens/ts/tokens.js +199 -79
- package/dist/tokens/ts/tokens.js.map +1 -1
- package/dist/tokens.css +231 -111
- package/dist/tokens.css.map +1 -1
- package/dist/unstable.css +231 -111
- package/dist/unstable.css.map +1 -1
- package/dist/webComponents.css +231 -111
- package/dist/webComponents.css.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.js","sources":["../../../src/tokens/ts/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokens = {\n \"--t-border-radius-sm\": \"2px\" as const,\n \"--t-border-radius-md\": \"4px\" as const,\n \"--t-border-radius-lg\": \"8px\" as const,\n \"--t-border-radius-xl\": \"16px\" as const,\n \"--t-border-radius-round\": \"56px\" as const,\n \"--t-border-radius-default\": \"4px\" as const,\n \"--t-border-size-default\": \"1px\" as const,\n \"--t-border-size-thick\": \"2px\" as const,\n \"--t-spacing-1\": \"8px\" as const,\n \"--t-spacing-2\": \"16px\" as const,\n \"--t-spacing-3\": \"24px\" as const,\n \"--t-spacing-4\": \"32px\" as const,\n \"--t-spacing-5\": \"40px\" as const,\n \"--t-spacing-6\": \"48px\" as const,\n \"--t-spacing-7\": \"56px\" as const,\n \"--t-spacing-fourth\": \"2px\" as const,\n \"--t-spacing-half\": \"4px\" as const,\n \"--t-element-size-3xl\": \"48px\" as const,\n \"--t-element-size-2xl\": \"32px\" as const,\n \"--t-element-size-xl\": \"24px\" as const,\n \"--t-element-size-lg\": \"18px\" as const,\n \"--t-element-size-md\": \"16px\" as const,\n \"--t-element-size-sm\": \"14px\" as const,\n \"--t-element-size-xs\": \"12px\" as const,\n \"--t-font-size-4xl\": \"32px\" as const,\n \"--t-font-size-3xl\": \"28px\" as const,\n \"--t-font-size-2xl\": \"24px\" as const,\n \"--t-font-size-xl\": \"20px\" as const,\n \"--t-font-size-lg\": \"18px\" as const,\n \"--t-font-size-md\": \"16px\" as const,\n \"--t-font-size-sm\": \"14px\" as const,\n \"--t-font-size-xs\": \"12px\" as const,\n \"--t-font-size-2xs\": \"10px\" as const,\n \"--t-font-weight-normal\": \"400\" as const,\n \"--t-font-weight-medium\": \"500\" as const,\n \"--t-font-weight-semi-bold\": \"600\" as const,\n \"--t-font-weight-bold\": \"700\" as const,\n \"--t-container-size-xl\": \"48px\" as const,\n \"--t-container-size-lg\": \"40px\" as const,\n \"--t-container-size-md\": \"32px\" as const,\n \"--t-container-size-sm\": \"24px\" as const,\n \"--t-container-size-xs\": \"20px\" as const,\n \"--t-avatar-size-20\": \"20px\" as const,\n \"--t-avatar-size-24\": \"24px\" as const,\n \"--t-avatar-size-36\": \"36px\" as const,\n \"--t-avatar-size-48\": \"48px\" as const,\n \"--t-avatar-size-72\": \"72px\" as const,\n \"--t-avatar-size-112\": \"112px\" as const,\n \"--t-text-color-default-headline\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-text-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-text-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-text-color-default-placeholder\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-text-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-text-color-interaction-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-text-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-interaction-visited\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-status-neutral\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-status-info\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-status-success\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-text-color-status-warning\": \"hsl(42, 100%, 29%)\" as const,\n \"--t-text-color-status-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-text-color-tag-subtle-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-subtle-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-subtle-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-subtle-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-subtle-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-subtle-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-subtle-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-subtle-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-subtle-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-subtle-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-bold-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-bold-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-bold-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-bold-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-bold-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-bold-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-bold-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-bold-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-icon-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-default-dim\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-icon-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-icon-color-status-neutral-primary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-status-neutral-secondary\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-status-neutral-bold\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-neutral-dark\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-info-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-info-secondary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-success-primary\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-icon-color-status-success-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-icon-color-status-warning-primary\": \"hsl(42, 84%, 49%)\" as const,\n \"--t-icon-color-status-error-primary\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-neutral-020\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-neutral-030\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-fill-color-interaction-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-interaction-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-control-neutral-off\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-control-neutral-on\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-control-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-control-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-fill-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-control-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-status-neutral-solid\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-status-neutral-dim\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-status-info-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-info-ghost\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-status-info-dim\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-status-success-solid\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-success-ghost\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-status-success-dim\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-status-warning-solid\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-warning-ghost\": \"hsl(42, 87%, 94%)\" as const,\n \"--t-fill-color-status-warning-dim\": \"hsl(42, 87%, 97%)\" as const,\n \"--t-fill-color-status-error-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-status-error-ghost\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-status-error-dim\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-alert-info\": \"hsl(204, 94%, 49%)\" as const,\n \"--t-fill-color-alert-success\": \"hsl(122, 60%, 41%)\" as const,\n \"--t-fill-color-alert-warning\": \"hsl(43, 96%, 58%)\" as const,\n \"--t-fill-color-alert-error\": \"hsl(4, 77%, 59%)\" as const,\n \"--t-fill-color-tooltip-primary\": \"hsla(0, 0%, 12%, 0.77)\" as const,\n \"--t-fill-color-tag-subtle-gray\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-blue\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-subtle-label-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-subtle-label-blue\": \"hsl(221, 100%, 81%)\" as const,\n \"--t-fill-color-tag-subtle-label-aqua\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-teal\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-subtle-label-green\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-subtle-label-yellow\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-subtle-label-orange\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-pink\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-purple\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-magenta\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-subtle-aqua\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-teal\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-subtle-green\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-yellow\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-orange\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-pink\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-subtle-purple\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-magenta\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-bold-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-bold-blue\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-bold-aqua\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-bold-teal\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-bold-green\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-bold-yellow\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-bold-orange\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-bold-pink\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-bold-purple\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-bold-magenta\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-gray\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-bold-label-blue\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-bold-label-aqua\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-teal\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-bold-label-green\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-bold-label-yellow\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-bold-label-orange\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-pink\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-purple\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-magenta\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-button-neutral-solid-default\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-button-neutral-solid-hover\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-button-neutral-solid-active\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-button-neutral-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-ghost-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-interaction-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-interaction-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-default-info-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-default-info-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-default-info-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-solid-default\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-button-create-solid-hover\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-fill-color-button-create-solid-active\": \"hsl(97, 57%, 23%)\" as const,\n \"--t-fill-color-button-create-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-create-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-ghost-hover\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-button-create-ghost-active\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-button-create-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-solid-default\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-button-delete-solid-hover\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-fill-color-button-delete-solid-active\": \"hsl(8, 60%, 40%)\" as const,\n \"--t-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-ghost-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-pill-default\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-pill-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-active\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-disabled\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-product-accounts-base\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-light\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-lighter\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-lightest\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-dark\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-darker\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-darkest\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-base\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-light\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-lighter\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-lightest\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-dark\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-darker\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-darkest\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-base\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-light\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-lighter\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-lightest\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-dark\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-darker\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-darkest\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-base\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-light\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-lighter\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-lightest\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-dark\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-darker\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-darkest\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-base\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-light\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-lighter\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-lightest\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-dark\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-darker\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-darkest\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-base\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-light\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-lighter\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-lightest\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-dark\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-darker\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-darkest\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-base\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-light\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-lighter\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-lightest\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-dark\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-darker\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-darkest\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-base\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-light\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-lighter\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-lightest\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-dark\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-darker\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-darkest\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-base\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-light\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-lighter\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-lightest\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-dark\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-darker\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-darkest\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-base\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-light\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-lighter\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-lightest\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-dark\": \"hsl(89, 62%, 32%)\" as const,\n \"--t-fill-color-product-services-darker\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-darkest\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-staff-base\": \"hsl(328, 100%, 45%)\" as const,\n \"--t-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\" as const,\n \"--t-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\" as const,\n \"--t-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\" as const,\n \"--t-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\" as const,\n \"--t-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\" as const,\n \"--t-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\" as const,\n \"--t-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\" as const,\n \"--t-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\" as const,\n \"--t-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-surface-color-canvas\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-surface-color-card\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-default-base\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dark\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-border-color-default-darker\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-default-darkest\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-default-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dim\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-border-color-default-white\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-status-neutral\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-status-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-button-neutral\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-button-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-button-create\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-border-color-button-delete\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-neutral\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-control-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-control-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-control-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-disabled\": \"hsl(0, 0%, 88%)\" as const\n}\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"tokens.js","sources":["../../../src/tokens/ts/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokens = {\n \"--t-border-radius-sm\": \"2px\" as const,\n \"--t-border-radius-md\": \"4px\" as const,\n \"--t-border-radius-lg\": \"8px\" as const,\n \"--t-border-radius-xl\": \"16px\" as const,\n \"--t-border-radius-round\": \"56px\" as const,\n \"--t-border-radius-default\": \"4px\" as const,\n \"--t-border-size-default\": \"1px\" as const,\n \"--t-border-size-thick\": \"2px\" as const,\n \"--t-spacing-1\": \"8px\" as const,\n \"--t-spacing-2\": \"16px\" as const,\n \"--t-spacing-3\": \"24px\" as const,\n \"--t-spacing-4\": \"32px\" as const,\n \"--t-spacing-5\": \"40px\" as const,\n \"--t-spacing-6\": \"48px\" as const,\n \"--t-spacing-7\": \"56px\" as const,\n \"--t-spacing-fourth\": \"2px\" as const,\n \"--t-spacing-half\": \"4px\" as const,\n \"--t-element-size-3xl\": \"48px\" as const,\n \"--t-element-size-2xl\": \"32px\" as const,\n \"--t-element-size-xl\": \"24px\" as const,\n \"--t-element-size-lg\": \"18px\" as const,\n \"--t-element-size-md\": \"16px\" as const,\n \"--t-element-size-sm\": \"14px\" as const,\n \"--t-element-size-xs\": \"12px\" as const,\n \"--t-font-size-4xl\": \"32px\" as const,\n \"--t-font-size-3xl\": \"28px\" as const,\n \"--t-font-size-2xl\": \"24px\" as const,\n \"--t-font-size-xl\": \"20px\" as const,\n \"--t-font-size-lg\": \"18px\" as const,\n \"--t-font-size-md\": \"16px\" as const,\n \"--t-font-size-sm\": \"14px\" as const,\n \"--t-font-size-xs\": \"12px\" as const,\n \"--t-font-size-2xs\": \"10px\" as const,\n \"--t-font-weight-normal\": \"400\" as const,\n \"--t-font-weight-medium\": \"500\" as const,\n \"--t-font-weight-semi-bold\": \"600\" as const,\n \"--t-font-weight-bold\": \"700\" as const,\n \"--t-container-size-xl\": \"48px\" as const,\n \"--t-container-size-lg\": \"40px\" as const,\n \"--t-container-size-md\": \"32px\" as const,\n \"--t-container-size-sm\": \"24px\" as const,\n \"--t-container-size-xs\": \"20px\" as const,\n \"--t-avatar-size-20\": \"20px\" as const,\n \"--t-avatar-size-24\": \"24px\" as const,\n \"--t-avatar-size-36\": \"36px\" as const,\n \"--t-avatar-size-48\": \"48px\" as const,\n \"--t-avatar-size-72\": \"72px\" as const,\n \"--t-avatar-size-112\": \"112px\" as const,\n \"--t-text-color-default-headline\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-text-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-text-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-text-color-default-placeholder\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-text-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-text-color-interaction-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-text-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-interaction-visited\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-status-neutral\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-status-info\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-status-success\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-text-color-status-warning\": \"hsl(42, 100%, 29%)\" as const,\n \"--t-text-color-status-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-text-color-tag-subtle-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-subtle-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-subtle-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-subtle-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-subtle-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-subtle-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-subtle-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-subtle-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-subtle-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-subtle-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-bold-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-bold-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-bold-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-bold-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-bold-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-bold-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-bold-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-bold-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-icon-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-default-dim\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-icon-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-icon-color-status-neutral-primary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-status-neutral-secondary\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-status-neutral-bold\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-neutral-dark\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-info-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-info-secondary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-success-primary\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-icon-color-status-success-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-icon-color-status-warning-primary\": \"hsl(42, 84%, 49%)\" as const,\n \"--t-icon-color-status-error-primary\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-neutral-020\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-neutral-030\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-fill-color-interaction-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-interaction-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-control-neutral-off\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-control-neutral-on\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-control-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-control-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-fill-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-control-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-status-neutral-solid\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-status-neutral-dim\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-status-info-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-info-ghost\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-status-info-dim\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-status-success-solid\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-success-ghost\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-status-success-dim\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-status-warning-solid\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-warning-ghost\": \"hsl(42, 87%, 94%)\" as const,\n \"--t-fill-color-status-warning-dim\": \"hsl(42, 87%, 97%)\" as const,\n \"--t-fill-color-status-error-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-status-error-ghost\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-status-error-dim\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-alert-info\": \"hsl(204, 94%, 49%)\" as const,\n \"--t-fill-color-alert-success\": \"hsl(122, 60%, 41%)\" as const,\n \"--t-fill-color-alert-warning\": \"hsl(43, 96%, 58%)\" as const,\n \"--t-fill-color-alert-error\": \"hsl(4, 77%, 59%)\" as const,\n \"--t-fill-color-tooltip-primary\": \"hsla(0, 0%, 12%, 0.77)\" as const,\n \"--t-fill-color-product-accounts-010\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-020\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-030\": \"hsl(210, 56%, 70%)\" as const,\n \"--t-fill-color-product-accounts-040\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-050\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-060\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-070\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-080\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-010\": \"hsl(8, 61%, 90%)\" as const,\n \"--t-fill-color-product-calendar-020\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-030\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-040\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-050\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-060\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-070\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-080\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-010\": \"hsl(285, 20%, 92%)\" as const,\n \"--t-fill-color-product-checkins-020\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-030\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-040\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-050\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-060\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-070\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-080\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-010\": \"hsl(41, 95%, 93%)\" as const,\n \"--t-fill-color-product-giving-020\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-030\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-040\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-050\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-060\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-070\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-080\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-010\": \"hsl(18, 95%, 92%)\" as const,\n \"--t-fill-color-product-groups-020\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-030\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-040\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-050\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-060\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-070\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-080\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-010\": \"hsl(221, 89%, 93%)\" as const,\n \"--t-fill-color-product-home-020\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-030\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-040\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-050\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-060\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-070\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-080\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-010\": \"hsl(219, 73%, 91%)\" as const,\n \"--t-fill-color-product-people-020\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-030\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-040\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-050\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-060\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-070\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-080\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-010\": \"hsl(220, 4%, 86%)\" as const,\n \"--t-fill-color-product-publishing-020\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-030\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-040\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-050\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-060\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-070\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-080\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-010\": \"hsl(173, 28%, 89%)\" as const,\n \"--t-fill-color-product-registrations-020\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-030\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-040\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-050\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-060\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-070\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-080\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-010\": \"hsl(88, 31%, 88%)\" as const,\n \"--t-fill-color-product-services-020\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-030\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-040\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-050\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-060\": \"hsl(89, 62%, 31%)\" as const,\n \"--t-fill-color-product-services-070\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-080\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-accounts-lightest\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-lighter\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-light\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-base\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-dark\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-darker\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-darkest\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-lightest\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-lighter\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-light\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-base\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-dark\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-darker\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-darkest\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-lightest\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-lighter\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-light\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-base\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-dark\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-darker\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-darkest\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-lightest\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-lighter\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-light\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-base\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-dark\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-darker\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-darkest\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-lightest\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-lighter\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-light\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-base\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-dark\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-darker\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-darkest\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-lightest\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-lighter\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-light\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-base\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-dark\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-darker\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-darkest\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-lightest\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-lighter\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-light\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-base\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-dark\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-darker\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-darkest\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-lightest\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-lighter\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-light\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-base\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-dark\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-darker\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-darkest\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-lightest\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-lighter\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-light\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-base\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-dark\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-darker\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-darkest\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-lightest\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-lighter\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-light\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-base\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-dark\": \"hsl(89, 62%, 32%)\" as const,\n \"--t-fill-color-product-services-darker\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-darkest\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-staff-base\": \"hsl(328, 100%, 45%)\" as const,\n \"--t-fill-color-tag-gray-010\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-gray-020\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-030\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-blue-010\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-blue-020\": \"hsl(221, 100%, 81%)\" as const,\n \"--t-fill-color-tag-blue-030\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-blue-040\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-aqua-010\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-aqua-020\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-aqua-030\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-aqua-040\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-teal-010\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-teal-020\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-teal-030\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-teal-040\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-green-010\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-green-020\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-green-030\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-green-040\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-yellow-010\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-yellow-020\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-yellow-030\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-yellow-040\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-orange-010\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-orange-020\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-orange-030\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-orange-040\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-pink-010\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-pink-020\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-pink-030\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-pink-040\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-purple-010\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-purple-020\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-purple-030\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-purple-040\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-010\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-magenta-020\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-magenta-030\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-040\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-tag-subtle-gray\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-blue\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-subtle-aqua\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-teal\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-subtle-green\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-yellow\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-orange\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-pink\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-subtle-purple\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-magenta\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-subtle-label-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-subtle-label-blue\": \"hsl(221, 100%, 81%)\" as const,\n \"--t-fill-color-tag-subtle-label-aqua\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-teal\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-subtle-label-green\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-subtle-label-yellow\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-subtle-label-orange\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-pink\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-purple\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-magenta\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-bold-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-bold-blue\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-bold-aqua\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-bold-teal\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-bold-green\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-bold-yellow\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-bold-orange\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-bold-pink\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-bold-purple\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-bold-magenta\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-gray\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-bold-label-blue\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-bold-label-aqua\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-teal\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-bold-label-green\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-bold-label-yellow\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-bold-label-orange\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-pink\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-purple\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-magenta\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-button-neutral-solid-default\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-button-neutral-solid-hover\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-button-neutral-solid-active\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-button-neutral-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-ghost-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-interaction-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-interaction-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-default-info-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-default-info-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-default-info-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-solid-default\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-button-create-solid-hover\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-fill-color-button-create-solid-active\": \"hsl(97, 57%, 23%)\" as const,\n \"--t-fill-color-button-create-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-create-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-ghost-hover\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-button-create-ghost-active\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-button-create-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-solid-default\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-button-delete-solid-hover\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-fill-color-button-delete-solid-active\": \"hsl(8, 60%, 40%)\" as const,\n \"--t-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-ghost-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-pill-default\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-pill-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-active\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-disabled\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\" as const,\n \"--t-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\" as const,\n \"--t-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\" as const,\n \"--t-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\" as const,\n \"--t-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\" as const,\n \"--t-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\" as const,\n \"--t-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\" as const,\n \"--t-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\" as const,\n \"--t-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-surface-color-canvas\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-surface-color-card\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-default-base\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dark\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-border-color-default-darker\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-default-darkest\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-default-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dim\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-border-color-default-white\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-status-neutral\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-status-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-button-neutral\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-button-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-button-create\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-border-color-button-delete\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-neutral\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-control-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-control-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-control-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-disabled\": \"hsl(0, 0%, 88%)\" as const\n}\n"],"names":[],"mappings":"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"}
|
package/dist/tokens.css
CHANGED
|
@@ -136,46 +136,127 @@
|
|
|
136
136
|
--t-fill-color-status-error-ghost: hsl(9, 59%, 93%);
|
|
137
137
|
--t-fill-color-status-error-dim: hsl(7, 60%, 97%);
|
|
138
138
|
--t-fill-color-tooltip-primary: hsla(0, 0%, 12%, 0.77);
|
|
139
|
-
--t-fill-color-
|
|
140
|
-
--t-fill-color-
|
|
141
|
-
--t-fill-color-
|
|
142
|
-
--t-fill-color-
|
|
143
|
-
--t-fill-color-
|
|
144
|
-
--t-fill-color-
|
|
145
|
-
--t-fill-color-
|
|
146
|
-
--t-fill-color-
|
|
147
|
-
--t-fill-color-
|
|
148
|
-
--t-fill-color-
|
|
149
|
-
--t-fill-color-
|
|
150
|
-
--t-fill-color-
|
|
151
|
-
--t-fill-color-
|
|
152
|
-
--t-fill-color-
|
|
153
|
-
--t-fill-color-
|
|
154
|
-
--t-fill-color-
|
|
155
|
-
--t-fill-color-
|
|
156
|
-
--t-fill-color-
|
|
157
|
-
--t-fill-color-
|
|
158
|
-
--t-fill-color-
|
|
159
|
-
--t-fill-color-
|
|
160
|
-
--t-fill-color-
|
|
161
|
-
--t-fill-color-
|
|
162
|
-
--t-fill-color-
|
|
163
|
-
--t-fill-color-
|
|
164
|
-
--t-fill-color-
|
|
165
|
-
--t-fill-color-
|
|
166
|
-
--t-fill-color-
|
|
167
|
-
--t-fill-color-
|
|
168
|
-
--t-fill-color-
|
|
169
|
-
--t-fill-color-
|
|
170
|
-
--t-fill-color-
|
|
171
|
-
--t-fill-color-
|
|
172
|
-
--t-fill-color-
|
|
173
|
-
--t-fill-color-
|
|
174
|
-
--t-fill-color-
|
|
175
|
-
--t-fill-color-
|
|
176
|
-
--t-fill-color-
|
|
177
|
-
--t-fill-color-
|
|
178
|
-
--t-fill-color-
|
|
139
|
+
--t-fill-color-product-accounts-010: hsl(212, 54%, 93%);
|
|
140
|
+
--t-fill-color-product-accounts-020: hsl(209, 53%, 90%);
|
|
141
|
+
--t-fill-color-product-accounts-030: hsl(210, 56%, 70%);
|
|
142
|
+
--t-fill-color-product-accounts-040: hsl(210, 54%, 60%);
|
|
143
|
+
--t-fill-color-product-accounts-050: hsl(210, 55%, 50%);
|
|
144
|
+
--t-fill-color-product-accounts-060: hsl(210, 65%, 40%);
|
|
145
|
+
--t-fill-color-product-accounts-070: hsl(211, 70%, 32%);
|
|
146
|
+
--t-fill-color-product-accounts-080: hsl(210, 75%, 25%);
|
|
147
|
+
--t-fill-color-product-calendar-010: hsl(8, 61%, 90%);
|
|
148
|
+
--t-fill-color-product-calendar-020: hsl(8, 61%, 70%);
|
|
149
|
+
--t-fill-color-product-calendar-030: hsl(8, 72%, 59%);
|
|
150
|
+
--t-fill-color-product-calendar-040: hsl(8, 65%, 55%);
|
|
151
|
+
--t-fill-color-product-calendar-050: hsl(9, 61%, 50%);
|
|
152
|
+
--t-fill-color-product-calendar-060: hsl(8, 65%, 42%);
|
|
153
|
+
--t-fill-color-product-calendar-070: hsl(7, 65%, 34%);
|
|
154
|
+
--t-fill-color-product-calendar-080: hsl(9, 61%, 27%);
|
|
155
|
+
--t-fill-color-product-checkins-010: hsl(285, 20%, 92%);
|
|
156
|
+
--t-fill-color-product-checkins-020: hsl(283, 22%, 75%);
|
|
157
|
+
--t-fill-color-product-checkins-030: hsl(284, 22%, 64%);
|
|
158
|
+
--t-fill-color-product-checkins-040: hsl(283, 22%, 55%);
|
|
159
|
+
--t-fill-color-product-checkins-050: hsl(283, 22%, 48%);
|
|
160
|
+
--t-fill-color-product-checkins-060: hsl(283, 27%, 42%);
|
|
161
|
+
--t-fill-color-product-checkins-070: hsl(284, 33%, 34%);
|
|
162
|
+
--t-fill-color-product-checkins-080: hsl(283, 33%, 27%);
|
|
163
|
+
--t-fill-color-product-giving-010: hsl(41, 95%, 93%);
|
|
164
|
+
--t-fill-color-product-giving-020: hsl(42, 95%, 83%);
|
|
165
|
+
--t-fill-color-product-giving-030: hsl(43, 95%, 75%);
|
|
166
|
+
--t-fill-color-product-giving-040: hsl(43, 88%, 70%);
|
|
167
|
+
--t-fill-color-product-giving-050: hsl(43, 88%, 64%);
|
|
168
|
+
--t-fill-color-product-giving-060: hsl(42, 84%, 55%);
|
|
169
|
+
--t-fill-color-product-giving-070: hsl(42, 84%, 48%);
|
|
170
|
+
--t-fill-color-product-giving-080: hsl(42, 100%, 40%);
|
|
171
|
+
--t-fill-color-product-groups-010: hsl(18, 95%, 92%);
|
|
172
|
+
--t-fill-color-product-groups-020: hsl(17, 96%, 80%);
|
|
173
|
+
--t-fill-color-product-groups-030: hsl(17, 96%, 70%);
|
|
174
|
+
--t-fill-color-product-groups-040: hsl(17, 96%, 63%);
|
|
175
|
+
--t-fill-color-product-groups-050: hsl(17, 88%, 55%);
|
|
176
|
+
--t-fill-color-product-groups-060: hsl(12, 70%, 48%);
|
|
177
|
+
--t-fill-color-product-groups-070: hsl(12, 70%, 40%);
|
|
178
|
+
--t-fill-color-product-groups-080: hsl(14, 70%, 34%);
|
|
179
|
+
--t-fill-color-product-home-010: hsl(221, 89%, 93%);
|
|
180
|
+
--t-fill-color-product-home-020: hsl(221, 91%, 91%);
|
|
181
|
+
--t-fill-color-product-home-030: hsl(221, 91%, 87%);
|
|
182
|
+
--t-fill-color-product-home-040: hsl(221, 91%, 62%);
|
|
183
|
+
--t-fill-color-product-home-050: hsl(221, 91%, 55%);
|
|
184
|
+
--t-fill-color-product-home-060: hsl(221, 90%, 50%);
|
|
185
|
+
--t-fill-color-product-home-070: hsl(221, 90%, 45%);
|
|
186
|
+
--t-fill-color-product-home-080: hsl(218, 84%, 25%);
|
|
187
|
+
--t-fill-color-product-people-010: hsl(219, 73%, 91%);
|
|
188
|
+
--t-fill-color-product-people-020: hsl(220, 69%, 81%);
|
|
189
|
+
--t-fill-color-product-people-030: hsl(221, 73%, 71%);
|
|
190
|
+
--t-fill-color-product-people-040: hsl(221, 73%, 65%);
|
|
191
|
+
--t-fill-color-product-people-050: hsl(220, 74%, 57%);
|
|
192
|
+
--t-fill-color-product-people-060: hsl(220, 68%, 51%);
|
|
193
|
+
--t-fill-color-product-people-070: hsl(220, 68%, 41%);
|
|
194
|
+
--t-fill-color-product-people-080: hsl(221, 68%, 31%);
|
|
195
|
+
--t-fill-color-product-publishing-010: hsl(220, 4%, 86%);
|
|
196
|
+
--t-fill-color-product-publishing-020: hsl(222, 10%, 60%);
|
|
197
|
+
--t-fill-color-product-publishing-030: hsl(221, 11%, 50%);
|
|
198
|
+
--t-fill-color-product-publishing-040: hsl(222, 12%, 39%);
|
|
199
|
+
--t-fill-color-product-publishing-050: hsl(220, 12%, 31%);
|
|
200
|
+
--t-fill-color-product-publishing-060: hsl(220, 11%, 26%);
|
|
201
|
+
--t-fill-color-product-publishing-070: hsl(217, 12%, 22%);
|
|
202
|
+
--t-fill-color-product-publishing-080: hsl(214, 11%, 12%);
|
|
203
|
+
--t-fill-color-product-registrations-010: hsl(173, 28%, 89%);
|
|
204
|
+
--t-fill-color-product-registrations-020: hsl(176, 38%, 78%);
|
|
205
|
+
--t-fill-color-product-registrations-030: hsl(176, 37%, 68%);
|
|
206
|
+
--t-fill-color-product-registrations-040: hsl(176, 37%, 60%);
|
|
207
|
+
--t-fill-color-product-registrations-050: hsl(175, 36%, 43%);
|
|
208
|
+
--t-fill-color-product-registrations-060: hsl(175, 51%, 34%);
|
|
209
|
+
--t-fill-color-product-registrations-070: hsl(174, 51%, 28%);
|
|
210
|
+
--t-fill-color-product-registrations-080: hsl(175, 52%, 22%);
|
|
211
|
+
--t-fill-color-product-services-010: hsl(88, 31%, 88%);
|
|
212
|
+
--t-fill-color-product-services-020: hsl(88, 39%, 75%);
|
|
213
|
+
--t-fill-color-product-services-030: hsl(88, 39%, 66%);
|
|
214
|
+
--t-fill-color-product-services-040: hsl(88, 40%, 54%);
|
|
215
|
+
--t-fill-color-product-services-050: hsl(88, 45%, 41%);
|
|
216
|
+
--t-fill-color-product-services-060: hsl(89, 62%, 31%);
|
|
217
|
+
--t-fill-color-product-services-070: hsl(89, 62%, 26%);
|
|
218
|
+
--t-fill-color-product-services-080: hsl(89, 63%, 21%);
|
|
219
|
+
--t-fill-color-product-staff-base: hsl(328, 100%, 45%);
|
|
220
|
+
--t-fill-color-tag-gray-010: hsl(0, 0%, 93%);
|
|
221
|
+
--t-fill-color-tag-gray-020: hsl(0, 0%, 88%);
|
|
222
|
+
--t-fill-color-tag-gray-030: hsl(0, 0%, 88%);
|
|
223
|
+
--t-fill-color-tag-gray-040: hsl(0, 0%, 81%);
|
|
224
|
+
--t-fill-color-tag-blue-010: hsl(220, 100%, 95%);
|
|
225
|
+
--t-fill-color-tag-blue-020: hsl(221, 100%, 81%);
|
|
226
|
+
--t-fill-color-tag-blue-030: hsl(220, 98%, 81%);
|
|
227
|
+
--t-fill-color-tag-blue-040: hsl(220, 98%, 74%);
|
|
228
|
+
--t-fill-color-tag-aqua-010: hsl(200, 82%, 89%);
|
|
229
|
+
--t-fill-color-tag-aqua-020: hsl(200, 82%, 82%);
|
|
230
|
+
--t-fill-color-tag-aqua-030: hsl(201, 76%, 71%);
|
|
231
|
+
--t-fill-color-tag-aqua-040: hsl(200, 75%, 64%);
|
|
232
|
+
--t-fill-color-tag-teal-010: hsl(163, 53%, 83%);
|
|
233
|
+
--t-fill-color-tag-teal-020: hsl(164, 52%, 76%);
|
|
234
|
+
--t-fill-color-tag-teal-030: hsl(169, 62%, 64%);
|
|
235
|
+
--t-fill-color-tag-teal-040: hsl(169, 62%, 56%);
|
|
236
|
+
--t-fill-color-tag-green-010: hsl(98, 59%, 85%);
|
|
237
|
+
--t-fill-color-tag-green-020: hsl(99, 59%, 78%);
|
|
238
|
+
--t-fill-color-tag-green-030: hsl(112, 57%, 65%);
|
|
239
|
+
--t-fill-color-tag-green-040: hsl(112, 57%, 57%);
|
|
240
|
+
--t-fill-color-tag-yellow-010: hsl(45, 77%, 85%);
|
|
241
|
+
--t-fill-color-tag-yellow-020: hsl(44, 78%, 77%);
|
|
242
|
+
--t-fill-color-tag-yellow-030: hsl(44, 92%, 69%);
|
|
243
|
+
--t-fill-color-tag-yellow-040: hsl(44, 93%, 61%);
|
|
244
|
+
--t-fill-color-tag-orange-010: hsl(22, 89%, 89%);
|
|
245
|
+
--t-fill-color-tag-orange-020: hsl(21, 89%, 82%);
|
|
246
|
+
--t-fill-color-tag-orange-030: hsl(21, 86%, 72%);
|
|
247
|
+
--t-fill-color-tag-orange-040: hsl(21, 86%, 64%);
|
|
248
|
+
--t-fill-color-tag-pink-010: hsl(311, 66%, 92%);
|
|
249
|
+
--t-fill-color-tag-pink-020: hsl(310, 64%, 85%);
|
|
250
|
+
--t-fill-color-tag-pink-030: hsl(324, 78%, 77%);
|
|
251
|
+
--t-fill-color-tag-pink-040: hsl(324, 76%, 70%);
|
|
252
|
+
--t-fill-color-tag-purple-010: hsl(259, 74%, 93%);
|
|
253
|
+
--t-fill-color-tag-purple-020: hsl(259, 74%, 85%);
|
|
254
|
+
--t-fill-color-tag-purple-030: hsl(273, 62%, 76%);
|
|
255
|
+
--t-fill-color-tag-purple-040: hsl(273, 62%, 70%);
|
|
256
|
+
--t-fill-color-tag-magenta-010: hsl(294, 37%, 90%);
|
|
257
|
+
--t-fill-color-tag-magenta-020: hsl(291, 40%, 83%);
|
|
258
|
+
--t-fill-color-tag-magenta-030: hsl(291, 48%, 70%);
|
|
259
|
+
--t-fill-color-tag-magenta-040: hsl(292, 48%, 63%);
|
|
179
260
|
--t-fill-color-button-neutral-solid-default: hsl(0, 0%, 45%);
|
|
180
261
|
--t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);
|
|
181
262
|
--t-fill-color-button-neutral-solid-active: hsl(0, 0%, 12%);
|
|
@@ -218,77 +299,6 @@
|
|
|
218
299
|
--t-fill-color-button-pill-hover: hsl(0, 0%, 88%);
|
|
219
300
|
--t-fill-color-button-pill-active: hsl(0, 0%, 88%);
|
|
220
301
|
--t-fill-color-button-pill-disabled: hsl(0, 0%, 93%);
|
|
221
|
-
--t-fill-color-product-accounts-base: hsl(210, 55%, 50%);
|
|
222
|
-
--t-fill-color-product-accounts-light: hsl(210, 54%, 60%);
|
|
223
|
-
--t-fill-color-product-accounts-lighter: hsl(209, 53%, 90%);
|
|
224
|
-
--t-fill-color-product-accounts-lightest: hsl(212, 54%, 93%);
|
|
225
|
-
--t-fill-color-product-accounts-dark: hsl(210, 65%, 40%);
|
|
226
|
-
--t-fill-color-product-accounts-darker: hsl(211, 70%, 32%);
|
|
227
|
-
--t-fill-color-product-accounts-darkest: hsl(210, 75%, 25%);
|
|
228
|
-
--t-fill-color-product-calendar-base: hsl(9, 61%, 50%);
|
|
229
|
-
--t-fill-color-product-calendar-light: hsl(8, 65%, 55%);
|
|
230
|
-
--t-fill-color-product-calendar-lighter: hsl(8, 72%, 59%);
|
|
231
|
-
--t-fill-color-product-calendar-lightest: hsl(8, 61%, 70%);
|
|
232
|
-
--t-fill-color-product-calendar-dark: hsl(8, 65%, 42%);
|
|
233
|
-
--t-fill-color-product-calendar-darker: hsl(7, 65%, 34%);
|
|
234
|
-
--t-fill-color-product-calendar-darkest: hsl(9, 61%, 27%);
|
|
235
|
-
--t-fill-color-product-checkins-base: hsl(283, 22%, 48%);
|
|
236
|
-
--t-fill-color-product-checkins-light: hsl(283, 22%, 55%);
|
|
237
|
-
--t-fill-color-product-checkins-lighter: hsl(284, 22%, 64%);
|
|
238
|
-
--t-fill-color-product-checkins-lightest: hsl(283, 22%, 75%);
|
|
239
|
-
--t-fill-color-product-checkins-dark: hsl(283, 27%, 42%);
|
|
240
|
-
--t-fill-color-product-checkins-darker: hsl(284, 33%, 34%);
|
|
241
|
-
--t-fill-color-product-checkins-darkest: hsl(283, 33%, 27%);
|
|
242
|
-
--t-fill-color-product-giving-base: hsl(43, 88%, 64%);
|
|
243
|
-
--t-fill-color-product-giving-light: hsl(43, 88%, 70%);
|
|
244
|
-
--t-fill-color-product-giving-lighter: hsl(43, 95%, 75%);
|
|
245
|
-
--t-fill-color-product-giving-lightest: hsl(42, 95%, 83%);
|
|
246
|
-
--t-fill-color-product-giving-dark: hsl(42, 84%, 55%);
|
|
247
|
-
--t-fill-color-product-giving-darker: hsl(42, 84%, 48%);
|
|
248
|
-
--t-fill-color-product-giving-darkest: hsl(42, 100%, 40%);
|
|
249
|
-
--t-fill-color-product-groups-base: hsl(17, 88%, 55%);
|
|
250
|
-
--t-fill-color-product-groups-light: hsl(17, 96%, 63%);
|
|
251
|
-
--t-fill-color-product-groups-lighter: hsl(17, 96%, 70%);
|
|
252
|
-
--t-fill-color-product-groups-lightest: hsl(17, 96%, 80%);
|
|
253
|
-
--t-fill-color-product-groups-dark: hsl(12, 70%, 48%);
|
|
254
|
-
--t-fill-color-product-groups-darker: hsl(12, 70%, 40%);
|
|
255
|
-
--t-fill-color-product-groups-darkest: hsl(14, 70%, 34%);
|
|
256
|
-
--t-fill-color-product-home-base: hsl(221, 91%, 55%);
|
|
257
|
-
--t-fill-color-product-home-light: hsl(221, 91%, 62%);
|
|
258
|
-
--t-fill-color-product-home-lighter: hsl(221, 91%, 87%);
|
|
259
|
-
--t-fill-color-product-home-lightest: hsl(221, 91%, 91%);
|
|
260
|
-
--t-fill-color-product-home-dark: hsl(221, 90%, 50%);
|
|
261
|
-
--t-fill-color-product-home-darker: hsl(221, 90%, 45%);
|
|
262
|
-
--t-fill-color-product-home-darkest: hsl(218, 84%, 25%);
|
|
263
|
-
--t-fill-color-product-people-base: hsl(220, 74%, 57%);
|
|
264
|
-
--t-fill-color-product-people-light: hsl(221, 73%, 65%);
|
|
265
|
-
--t-fill-color-product-people-lighter: hsl(221, 73%, 71%);
|
|
266
|
-
--t-fill-color-product-people-lightest: hsl(220, 69%, 81%);
|
|
267
|
-
--t-fill-color-product-people-dark: hsl(220, 68%, 51%);
|
|
268
|
-
--t-fill-color-product-people-darker: hsl(220, 68%, 41%);
|
|
269
|
-
--t-fill-color-product-people-darkest: hsl(221, 68%, 31%);
|
|
270
|
-
--t-fill-color-product-publishing-base: hsl(220, 12%, 31%);
|
|
271
|
-
--t-fill-color-product-publishing-light: hsl(222, 12%, 39%);
|
|
272
|
-
--t-fill-color-product-publishing-lighter: hsl(221, 11%, 50%);
|
|
273
|
-
--t-fill-color-product-publishing-lightest: hsl(222, 10%, 60%);
|
|
274
|
-
--t-fill-color-product-publishing-dark: hsl(220, 11%, 26%);
|
|
275
|
-
--t-fill-color-product-publishing-darker: hsl(217, 12%, 22%);
|
|
276
|
-
--t-fill-color-product-publishing-darkest: hsl(214, 11%, 12%);
|
|
277
|
-
--t-fill-color-product-registrations-base: hsl(175, 36%, 43%);
|
|
278
|
-
--t-fill-color-product-registrations-light: hsl(176, 37%, 60%);
|
|
279
|
-
--t-fill-color-product-registrations-lighter: hsl(176, 37%, 68%);
|
|
280
|
-
--t-fill-color-product-registrations-lightest: hsl(176, 38%, 78%);
|
|
281
|
-
--t-fill-color-product-registrations-dark: hsl(175, 51%, 34%);
|
|
282
|
-
--t-fill-color-product-registrations-darker: hsl(174, 51%, 28%);
|
|
283
|
-
--t-fill-color-product-registrations-darkest: hsl(175, 52%, 22%);
|
|
284
|
-
--t-fill-color-product-services-base: hsl(88, 45%, 41%);
|
|
285
|
-
--t-fill-color-product-services-light: hsl(88, 40%, 54%);
|
|
286
|
-
--t-fill-color-product-services-lighter: hsl(88, 39%, 66%);
|
|
287
|
-
--t-fill-color-product-services-lightest: hsl(88, 39%, 75%);
|
|
288
|
-
--t-fill-color-product-services-dark: hsl(89, 62%, 32%);
|
|
289
|
-
--t-fill-color-product-services-darker: hsl(89, 62%, 26%);
|
|
290
|
-
--t-fill-color-product-services-darkest: hsl(89, 63%, 21%);
|
|
291
|
-
--t-fill-color-product-staff-base: hsl(328, 100%, 45%);
|
|
292
302
|
--t-fill-color-transparency-light-010: hsla(0, 0%, 100%, 0.1);
|
|
293
303
|
--t-fill-color-transparency-light-020: hsla(0, 0%, 100%, 0.2);
|
|
294
304
|
--t-fill-color-transparency-light-030: hsla(0, 0%, 100%, 0.3);
|
|
@@ -347,6 +357,116 @@
|
|
|
347
357
|
--t-fill-color-alert-success: hsl(122, 60%, 41%);
|
|
348
358
|
--t-fill-color-alert-warning: hsl(43, 96%, 58%);
|
|
349
359
|
--t-fill-color-alert-error: hsl(4, 77%, 59%);
|
|
360
|
+
--t-fill-color-product-accounts-lightest: hsl(212, 54%, 93%);
|
|
361
|
+
--t-fill-color-product-accounts-lighter: hsl(209, 53%, 90%);
|
|
362
|
+
--t-fill-color-product-accounts-light: hsl(210, 54%, 60%);
|
|
363
|
+
--t-fill-color-product-accounts-base: hsl(210, 55%, 50%);
|
|
364
|
+
--t-fill-color-product-accounts-dark: hsl(210, 65%, 40%);
|
|
365
|
+
--t-fill-color-product-accounts-darker: hsl(211, 70%, 32%);
|
|
366
|
+
--t-fill-color-product-accounts-darkest: hsl(210, 75%, 25%);
|
|
367
|
+
--t-fill-color-product-calendar-lightest: hsl(8, 61%, 70%);
|
|
368
|
+
--t-fill-color-product-calendar-lighter: hsl(8, 72%, 59%);
|
|
369
|
+
--t-fill-color-product-calendar-light: hsl(8, 65%, 55%);
|
|
370
|
+
--t-fill-color-product-calendar-base: hsl(9, 61%, 50%);
|
|
371
|
+
--t-fill-color-product-calendar-dark: hsl(8, 65%, 42%);
|
|
372
|
+
--t-fill-color-product-calendar-darker: hsl(7, 65%, 34%);
|
|
373
|
+
--t-fill-color-product-calendar-darkest: hsl(9, 61%, 27%);
|
|
374
|
+
--t-fill-color-product-checkins-lightest: hsl(283, 22%, 75%);
|
|
375
|
+
--t-fill-color-product-checkins-lighter: hsl(284, 22%, 64%);
|
|
376
|
+
--t-fill-color-product-checkins-light: hsl(283, 22%, 55%);
|
|
377
|
+
--t-fill-color-product-checkins-base: hsl(283, 22%, 48%);
|
|
378
|
+
--t-fill-color-product-checkins-dark: hsl(283, 27%, 42%);
|
|
379
|
+
--t-fill-color-product-checkins-darker: hsl(284, 33%, 34%);
|
|
380
|
+
--t-fill-color-product-checkins-darkest: hsl(283, 33%, 27%);
|
|
381
|
+
--t-fill-color-product-giving-lightest: hsl(42, 95%, 83%);
|
|
382
|
+
--t-fill-color-product-giving-lighter: hsl(43, 95%, 75%);
|
|
383
|
+
--t-fill-color-product-giving-light: hsl(43, 88%, 70%);
|
|
384
|
+
--t-fill-color-product-giving-base: hsl(43, 88%, 64%);
|
|
385
|
+
--t-fill-color-product-giving-dark: hsl(42, 84%, 55%);
|
|
386
|
+
--t-fill-color-product-giving-darker: hsl(42, 84%, 48%);
|
|
387
|
+
--t-fill-color-product-giving-darkest: hsl(42, 100%, 40%);
|
|
388
|
+
--t-fill-color-product-groups-lightest: hsl(17, 96%, 80%);
|
|
389
|
+
--t-fill-color-product-groups-lighter: hsl(17, 96%, 70%);
|
|
390
|
+
--t-fill-color-product-groups-light: hsl(17, 96%, 63%);
|
|
391
|
+
--t-fill-color-product-groups-base: hsl(17, 88%, 55%);
|
|
392
|
+
--t-fill-color-product-groups-dark: hsl(12, 70%, 48%);
|
|
393
|
+
--t-fill-color-product-groups-darker: hsl(12, 70%, 40%);
|
|
394
|
+
--t-fill-color-product-groups-darkest: hsl(14, 70%, 34%);
|
|
395
|
+
--t-fill-color-product-home-lightest: hsl(221, 91%, 91%);
|
|
396
|
+
--t-fill-color-product-home-lighter: hsl(221, 91%, 87%);
|
|
397
|
+
--t-fill-color-product-home-light: hsl(221, 91%, 62%);
|
|
398
|
+
--t-fill-color-product-home-base: hsl(221, 91%, 55%);
|
|
399
|
+
--t-fill-color-product-home-dark: hsl(221, 90%, 50%);
|
|
400
|
+
--t-fill-color-product-home-darker: hsl(221, 90%, 45%);
|
|
401
|
+
--t-fill-color-product-home-darkest: hsl(218, 84%, 25%);
|
|
402
|
+
--t-fill-color-product-people-lightest: hsl(220, 69%, 81%);
|
|
403
|
+
--t-fill-color-product-people-lighter: hsl(221, 73%, 71%);
|
|
404
|
+
--t-fill-color-product-people-light: hsl(221, 73%, 65%);
|
|
405
|
+
--t-fill-color-product-people-base: hsl(220, 74%, 57%);
|
|
406
|
+
--t-fill-color-product-people-dark: hsl(220, 68%, 51%);
|
|
407
|
+
--t-fill-color-product-people-darker: hsl(220, 68%, 41%);
|
|
408
|
+
--t-fill-color-product-people-darkest: hsl(221, 68%, 31%);
|
|
409
|
+
--t-fill-color-product-publishing-lightest: hsl(222, 10%, 60%);
|
|
410
|
+
--t-fill-color-product-publishing-lighter: hsl(221, 11%, 50%);
|
|
411
|
+
--t-fill-color-product-publishing-light: hsl(222, 12%, 39%);
|
|
412
|
+
--t-fill-color-product-publishing-base: hsl(220, 12%, 31%);
|
|
413
|
+
--t-fill-color-product-publishing-dark: hsl(220, 11%, 26%);
|
|
414
|
+
--t-fill-color-product-publishing-darker: hsl(217, 12%, 22%);
|
|
415
|
+
--t-fill-color-product-publishing-darkest: hsl(214, 11%, 12%);
|
|
416
|
+
--t-fill-color-product-registrations-lightest: hsl(176, 38%, 78%);
|
|
417
|
+
--t-fill-color-product-registrations-lighter: hsl(176, 37%, 68%);
|
|
418
|
+
--t-fill-color-product-registrations-light: hsl(176, 37%, 60%);
|
|
419
|
+
--t-fill-color-product-registrations-base: hsl(175, 36%, 43%);
|
|
420
|
+
--t-fill-color-product-registrations-dark: hsl(175, 51%, 34%);
|
|
421
|
+
--t-fill-color-product-registrations-darker: hsl(174, 51%, 28%);
|
|
422
|
+
--t-fill-color-product-registrations-darkest: hsl(175, 52%, 22%);
|
|
423
|
+
--t-fill-color-product-services-lightest: hsl(88, 39%, 75%);
|
|
424
|
+
--t-fill-color-product-services-lighter: hsl(88, 39%, 66%);
|
|
425
|
+
--t-fill-color-product-services-light: hsl(88, 40%, 54%);
|
|
426
|
+
--t-fill-color-product-services-base: hsl(88, 45%, 41%);
|
|
427
|
+
--t-fill-color-product-services-dark: hsl(89, 62%, 32%);
|
|
428
|
+
--t-fill-color-product-services-darker: hsl(89, 62%, 26%);
|
|
429
|
+
--t-fill-color-product-services-darkest: hsl(89, 63%, 21%);
|
|
430
|
+
--t-fill-color-tag-subtle-gray: hsl(0, 0%, 93%);
|
|
431
|
+
--t-fill-color-tag-subtle-blue: hsl(220, 100%, 95%);
|
|
432
|
+
--t-fill-color-tag-subtle-aqua: hsl(200, 82%, 89%);
|
|
433
|
+
--t-fill-color-tag-subtle-teal: hsl(163, 53%, 83%);
|
|
434
|
+
--t-fill-color-tag-subtle-green: hsl(98, 59%, 85%);
|
|
435
|
+
--t-fill-color-tag-subtle-yellow: hsl(45, 77%, 85%);
|
|
436
|
+
--t-fill-color-tag-subtle-orange: hsl(22, 89%, 89%);
|
|
437
|
+
--t-fill-color-tag-subtle-pink: hsl(311, 66%, 92%);
|
|
438
|
+
--t-fill-color-tag-subtle-purple: hsl(259, 74%, 93%);
|
|
439
|
+
--t-fill-color-tag-subtle-magenta: hsl(294, 37%, 90%);
|
|
440
|
+
--t-fill-color-tag-subtle-label-gray: hsl(0, 0%, 88%);
|
|
441
|
+
--t-fill-color-tag-subtle-label-blue: hsl(221, 100%, 81%);
|
|
442
|
+
--t-fill-color-tag-subtle-label-aqua: hsl(200, 82%, 82%);
|
|
443
|
+
--t-fill-color-tag-subtle-label-teal: hsl(164, 52%, 76%);
|
|
444
|
+
--t-fill-color-tag-subtle-label-green: hsl(99, 59%, 78%);
|
|
445
|
+
--t-fill-color-tag-subtle-label-yellow: hsl(44, 78%, 77%);
|
|
446
|
+
--t-fill-color-tag-subtle-label-orange: hsl(21, 89%, 82%);
|
|
447
|
+
--t-fill-color-tag-subtle-label-pink: hsl(310, 64%, 85%);
|
|
448
|
+
--t-fill-color-tag-subtle-label-purple: hsl(259, 74%, 85%);
|
|
449
|
+
--t-fill-color-tag-subtle-label-magenta: hsl(291, 40%, 83%);
|
|
450
|
+
--t-fill-color-tag-bold-gray: hsl(0, 0%, 88%);
|
|
451
|
+
--t-fill-color-tag-bold-blue: hsl(220, 98%, 81%);
|
|
452
|
+
--t-fill-color-tag-bold-aqua: hsl(201, 76%, 71%);
|
|
453
|
+
--t-fill-color-tag-bold-teal: hsl(169, 62%, 64%);
|
|
454
|
+
--t-fill-color-tag-bold-green: hsl(112, 57%, 65%);
|
|
455
|
+
--t-fill-color-tag-bold-yellow: hsl(44, 92%, 69%);
|
|
456
|
+
--t-fill-color-tag-bold-orange: hsl(21, 86%, 72%);
|
|
457
|
+
--t-fill-color-tag-bold-pink: hsl(324, 78%, 77%);
|
|
458
|
+
--t-fill-color-tag-bold-purple: hsl(273, 62%, 76%);
|
|
459
|
+
--t-fill-color-tag-bold-magenta: hsl(291, 48%, 70%);
|
|
460
|
+
--t-fill-color-tag-bold-label-gray: hsl(0, 0%, 81%);
|
|
461
|
+
--t-fill-color-tag-bold-label-blue: hsl(220, 98%, 74%);
|
|
462
|
+
--t-fill-color-tag-bold-label-aqua: hsl(200, 75%, 64%);
|
|
463
|
+
--t-fill-color-tag-bold-label-teal: hsl(169, 62%, 56%);
|
|
464
|
+
--t-fill-color-tag-bold-label-green: hsl(112, 57%, 57%);
|
|
465
|
+
--t-fill-color-tag-bold-label-yellow: hsl(44, 93%, 61%);
|
|
466
|
+
--t-fill-color-tag-bold-label-orange: hsl(21, 86%, 64%);
|
|
467
|
+
--t-fill-color-tag-bold-label-pink: hsl(324, 76%, 70%);
|
|
468
|
+
--t-fill-color-tag-bold-label-purple: hsl(273, 62%, 70%);
|
|
469
|
+
--t-fill-color-tag-bold-label-magenta: hsl(292, 48%, 63%);
|
|
350
470
|
--t-fill-color-button-default-info-solid-default: hsl(204, 100%, 40%);
|
|
351
471
|
--t-fill-color-button-default-info-solid-hover: hsl(204, 100%, 35%);
|
|
352
472
|
--t-fill-color-button-default-info-solid-active: hsl(204, 100%, 30%);
|