|
360 | 360 | --token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
361 | 361 | --token-typography-display-500-font-size: 1.875rem; /** 30px/1.875rem */ |
362 | 362 | --token-typography-display-500-line-height: 1.2666; /** 38px */ |
| 363 | + --token-typography-display-500-letter-spacing: -0.5px; /** this is `tracking` */ |
363 | 364 | --token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
364 | 365 | --token-typography-display-400-font-size: 1.5rem; /** 24px/1.5rem */ |
365 | 366 | --token-typography-display-400-line-height: 1.3333; /** 32px */ |
| 367 | + --token-typography-display-400-letter-spacing: 0px; /** this is `tracking` */ |
366 | 368 | --token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
367 | 369 | --token-typography-display-300-font-size: 1.125rem; /** 18px/1.125rem */ |
368 | 370 | --token-typography-display-300-line-height: 1.3333; /** 24px */ |
|
374 | 376 | --token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
375 | 377 | --token-typography-display-100-font-size: 0.8125rem; /** 13px/0.8125rem */ |
376 | 378 | --token-typography-display-100-line-height: 1.3846; /** 18px */ |
| 379 | + --token-typography-display-100-letter-spacing: 0px; /** this is `tracking` */ |
377 | 380 | --token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
378 | 381 | --token-typography-body-300-font-size: 1rem; /** 16px/1rem */ |
379 | 382 | --token-typography-body-300-line-height: 1.5; /** 24px */ |
|
383 | 386 | --token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; |
384 | 387 | --token-typography-body-100-font-size: 0.8125rem; /** 13px/0.8125rem */ |
385 | 388 | --token-typography-body-100-line-height: 1.3846; /** 18px */ |
386 | | - --token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace; |
387 | | - --token-typography-code-100-font-size: 0.8125rem; /** 13px/0.8125rem */ |
388 | | - --token-typography-code-100-line-height: 1.23; /** 16px */ |
389 | | - --token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace; |
390 | | - --token-typography-code-200-font-size: 0.875rem; /** 14px/0.875rem */ |
391 | | - --token-typography-code-200-line-height: 1.125; /** 18px */ |
392 | 389 | --token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace; |
393 | 390 | --token-typography-code-300-font-size: 1rem; /** 16px/1rem */ |
394 | 391 | --token-typography-code-300-line-height: 1.25; /** 20px */ |
| 392 | + --token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace; |
| 393 | + --token-typography-code-200-font-size: 0.875rem; /** 14px/0.875rem */ |
| 394 | + --token-typography-code-200-line-height: 1.125; /** 18px */ |
| 395 | + --token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace; |
| 396 | + --token-typography-code-100-font-size: 0.8125rem; /** 13px/0.8125rem */ |
| 397 | + --token-typography-code-100-line-height: 1.23; /** 16px */ |
395 | 398 | } |
396 | 399 |
|
| 400 | +/** |
| 401 | + * Copyright (c) HashiCorp, Inc. |
| 402 | + * SPDX-License-Identifier: MPL-2.0 |
| 403 | + */ |
397 | 404 | /** |
398 | 405 | * Do not edit directly, this file was auto-generated. |
399 | 406 | */ |
|
647 | 654 | } |
648 | 655 |
|
649 | 656 | .hds-font-weight-regular { |
650 | | - font-weight: 400; |
| 657 | + font-weight: var(--token-typography-font-weight-regular); |
651 | 658 | } |
652 | 659 |
|
653 | 660 | .hds-font-weight-medium { |
654 | | - font-weight: 500; |
| 661 | + font-weight: var(--token-typography-font-weight-medium); |
655 | 662 | } |
656 | 663 |
|
657 | 664 | .hds-font-weight-semibold { |
658 | | - font-weight: 600; |
| 665 | + font-weight: var(--token-typography-font-weight-semibold); |
659 | 666 | } |
660 | 667 |
|
661 | 668 | .hds-font-weight-bold { |
662 | | - font-weight: 700; |
| 669 | + font-weight: var(--token-typography-font-weight-bold); |
663 | 670 | } |
664 | 671 |
|
665 | 672 | .hds-typography-display-500 { |
|
726 | 733 | padding: 0; |
727 | 734 | } |
728 | 735 |
|
729 | | -.hds-typography-code-100 { |
730 | | - font-family: var(--token-typography-code-100-font-family); |
731 | | - font-size: var(--token-typography-code-100-font-size); |
732 | | - line-height: var(--token-typography-code-100-line-height); |
| 736 | +.hds-typography-code-300 { |
| 737 | + font-family: var(--token-typography-code-300-font-family); |
| 738 | + font-size: var(--token-typography-code-300-font-size); |
| 739 | + line-height: var(--token-typography-code-300-line-height); |
733 | 740 | margin: 0; |
734 | 741 | padding: 0; |
735 | 742 | } |
|
742 | 749 | padding: 0; |
743 | 750 | } |
744 | 751 |
|
745 | | -.hds-typography-code-300 { |
746 | | - font-family: var(--token-typography-code-300-font-family); |
747 | | - font-size: var(--token-typography-code-300-font-size); |
748 | | - line-height: var(--token-typography-code-300-line-height); |
| 752 | +.hds-typography-code-100 { |
| 753 | + font-family: var(--token-typography-code-100-font-family); |
| 754 | + font-size: var(--token-typography-code-100-font-size); |
| 755 | + line-height: var(--token-typography-code-100-line-height); |
749 | 756 | margin: 0; |
750 | 757 | padding: 0; |
751 | 758 | } |
|
1902 | 1909 |
|
1903 | 1910 | .hds-app-footer__copyright { |
1904 | 1911 | display: flex; |
| 1912 | + flex-wrap: wrap; |
1905 | 1913 | gap: 6px; |
1906 | 1914 | align-items: center; |
| 1915 | + justify-content: center; |
1907 | 1916 | color: var(--app-footer-copyright-text-color); |
1908 | 1917 | } |
1909 | 1918 | .hds-app-footer__copyright .hds-icon { |
@@ -5358,6 +5367,7 @@ button.hds-button[href]::after { |
5358 | 5367 | * SPDX-License-Identifier: MPL-2.0 |
5359 | 5368 | */ |
5360 | 5369 | .hds-form-file-input { |
| 5370 | + width: 100%; |
5361 | 5371 | margin: -4px 0 -4px -4px; |
5362 | 5372 | padding: 3px 0 3px 3px; |
5363 | 5373 | color: var(--token-color-foreground-primary); |
|
0 commit comments