Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"author": "HashiCorp Design Systems <[email protected]>",
"scripts": {
"build": "rollup --config",
"postbuild": "cp -R dist/styles/@hashicorp/design-system-components.css ../../showcase/public/assets/styles/@hashicorp/ && cp -R dist/styles/@hashicorp/design-system-components-common.css ../../showcase/public/assets/styles/@hashicorp/ && cp -R dist/styles/@hashicorp/design-system-power-select-overrides.css ../../showcase/public/assets/styles/@hashicorp/",
"format": "prettier . --cache --write",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/dist/cloud-email/helpers/typography.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions packages/tokens/dist/cloud-email/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ $token-typography-font-weight-bold: 700;
$token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-display-500-font-size: 30px; // 30px/1.875rem
$token-typography-display-500-line-height: 1.2666; // 38px
$token-typography-display-500-letter-spacing: -0.5px; // this is `tracking`
$token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-display-400-font-size: 24px; // 24px/1.5rem
$token-typography-display-400-line-height: 1.3333; // 32px
$token-typography-display-400-letter-spacing: 0px; // this is `tracking`
$token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-display-300-font-size: 18px; // 18px/1.125rem
$token-typography-display-300-line-height: 1.3333; // 24px
Expand All @@ -218,6 +220,7 @@ $token-typography-display-200-letter-spacing: -0.5px; // this is `tracking`
$token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-display-100-font-size: 13px; // 13px/0.8125rem
$token-typography-display-100-line-height: 1.3846; // 18px
$token-typography-display-100-letter-spacing: 0px; // this is `tracking`
$token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-body-300-font-size: 16px; // 16px/1rem
$token-typography-body-300-line-height: 1.5; // 24px
Expand All @@ -227,12 +230,12 @@ $token-typography-body-200-line-height: 1.4286; // 20px
$token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
$token-typography-body-100-font-size: 13px; // 13px/0.8125rem
$token-typography-body-100-line-height: 1.3846; // 18px
$token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
$token-typography-code-100-font-size: 13px; // 13px/0.8125rem
$token-typography-code-100-line-height: 1.23; // 16px
$token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
$token-typography-code-200-font-size: 14px; // 14px/0.875rem
$token-typography-code-200-line-height: 1.125; // 18px
$token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace;
$token-typography-code-300-font-size: 16px; // 16px/1rem
$token-typography-code-300-line-height: 1.25; // 20px
$token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
$token-typography-code-200-font-size: 14px; // 14px/0.875rem
$token-typography-code-200-line-height: 1.125; // 18px
$token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
$token-typography-code-100-font-size: 13px; // 13px/0.8125rem
$token-typography-code-100-line-height: 1.23; // 16px
4 changes: 2 additions & 2 deletions packages/tokens/dist/devdot/css/helpers/typography.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions packages/tokens/dist/devdot/css/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,11 @@
--token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-display-500-font-size: 1.875rem; /** 30px/1.875rem */
--token-typography-display-500-line-height: 1.2666; /** 38px */
--token-typography-display-500-letter-spacing: -0.5px; /** this is `tracking` */
--token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-display-400-font-size: 1.5rem; /** 24px/1.5rem */
--token-typography-display-400-line-height: 1.3333; /** 32px */
--token-typography-display-400-letter-spacing: 0px; /** this is `tracking` */
--token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-display-300-font-size: 1.125rem; /** 18px/1.125rem */
--token-typography-display-300-line-height: 1.3333; /** 24px */
Expand All @@ -372,6 +374,7 @@
--token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-display-100-font-size: 0.8125rem; /** 13px/0.8125rem */
--token-typography-display-100-line-height: 1.3846; /** 18px */
--token-typography-display-100-letter-spacing: 0px; /** this is `tracking` */
--token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-body-300-font-size: 1rem; /** 16px/1rem */
--token-typography-body-300-line-height: 1.5; /** 24px */
Expand All @@ -381,13 +384,13 @@
--token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--token-typography-body-100-font-size: 0.8125rem; /** 13px/0.8125rem */
--token-typography-body-100-line-height: 1.3846; /** 18px */
--token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
--token-typography-code-100-font-size: 0.8125rem; /** 13px/0.8125rem */
--token-typography-code-100-line-height: 1.23; /** 16px */
--token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
--token-typography-code-200-font-size: 0.875rem; /** 14px/0.875rem */
--token-typography-code-200-line-height: 1.125; /** 18px */
--token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace;
--token-typography-code-300-font-size: 1rem; /** 16px/1rem */
--token-typography-code-300-line-height: 1.25; /** 20px */
--token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
--token-typography-code-200-font-size: 0.875rem; /** 14px/0.875rem */
--token-typography-code-200-line-height: 1.125; /** 18px */
--token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
--token-typography-code-100-font-size: 0.8125rem; /** 13px/0.8125rem */
--token-typography-code-100-line-height: 1.23; /** 16px */
}
Loading
Loading