-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8a61a09
Showing
29 changed files
with
10,609 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/ico" href="images/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>UI-KIT-TS Showcase</title> | ||
<script type="module" crossorigin src="/ui-kit-ts/assets/index-DFue4WKe.js"></script> | ||
<link rel="modulepreload" crossorigin href="/ui-kit-ts/assets/vendor-CjBUdmd1.js"> | ||
<link rel="stylesheet" crossorigin href="/ui-kit-ts/assets/index-DOtS_2MX.css"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const a=` | ||
html[data-color-mode="light"][data-theme~="light:light"], | ||
html[data-color-mode="dark"][data-theme~="dark:light"] { | ||
color-scheme: dark; | ||
--ds-background-disabled: #B3DF72; | ||
} | ||
`;export{a as default}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const a=` | ||
html[data-color-mode="light"][data-theme~="light:dark"], | ||
html[data-color-mode="dark"][data-theme~="dark:dark"] { | ||
color-scheme: dark; | ||
--ds-border-input: #738496; | ||
} | ||
`;export{a as default}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const t=` | ||
html[data-color-mode="light"][data-theme~="light:light"], | ||
html[data-color-mode="dark"][data-theme~="dark:light"] { | ||
color-scheme: light; | ||
--ds-background-disabled: #28311B; | ||
} | ||
`;export{t as default}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const t=` | ||
html[data-color-mode="light"][data-theme~="light:light"], | ||
html[data-color-mode="dark"][data-theme~="dark:light"] { | ||
color-scheme: light; | ||
--ds-border-input: #8590A2; | ||
} | ||
`;export{t as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
const r=` | ||
html[data-theme~="shape:shape"] { | ||
--ds-border-radius-050: 0.125rem; | ||
--ds-border-radius: 0.25rem; | ||
--ds-border-radius-100: 0.25rem; | ||
--ds-border-radius-200: 0.5rem; | ||
--ds-border-radius-300: 0.75rem; | ||
--ds-border-radius-400: 1rem; | ||
--ds-border-radius-circle: 2002rem; | ||
--ds-border-width: 0.0625rem; | ||
--ds-border-width-0: 0rem; | ||
--ds-border-width-indicator: 0.1875rem; | ||
--ds-border-width-outline: 0.125rem; | ||
} | ||
`;export{r as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
const e=` | ||
html[data-theme~="spacing:spacing"] { | ||
--ds-space-0: 0rem; | ||
--ds-space-025: 0.125rem; | ||
--ds-space-050: 0.25rem; | ||
--ds-space-075: 0.375rem; | ||
--ds-space-100: 0.5rem; | ||
--ds-space-150: 0.75rem; | ||
--ds-space-200: 1rem; | ||
--ds-space-250: 1.25rem; | ||
--ds-space-300: 1.5rem; | ||
--ds-space-400: 2rem; | ||
--ds-space-500: 2.5rem; | ||
--ds-space-600: 3rem; | ||
--ds-space-800: 4rem; | ||
--ds-space-1000: 5rem; | ||
--ds-space-negative-025: -0.125rem; | ||
--ds-space-negative-050: -0.25rem; | ||
--ds-space-negative-075: -0.375rem; | ||
--ds-space-negative-100: -0.5rem; | ||
--ds-space-negative-150: -0.75rem; | ||
--ds-space-negative-200: -1rem; | ||
--ds-space-negative-250: -1.25rem; | ||
--ds-space-negative-300: -1.5rem; | ||
--ds-space-negative-400: -2rem; | ||
} | ||
`;export{e as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
const e=` | ||
html[data-theme~="typography:typography-adg3"] { | ||
--ds-UNSAFE-textTransformUppercase: uppercase; | ||
--ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-ui-small: normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-letterSpacing-0: 0; | ||
--ds-font-letterSpacing-100: -0.003em; | ||
--ds-font-letterSpacing-200: -0.006em; | ||
--ds-font-letterSpacing-300: -0.008em; | ||
--ds-font-letterSpacing-400: -0.01em; | ||
--ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; | ||
--ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-size-050: 0.6875rem; | ||
--ds-font-size-075: 0.75rem; | ||
--ds-font-size-100: 0.875rem; | ||
--ds-font-size-200: 1rem; | ||
--ds-font-size-300: 1.25rem; | ||
--ds-font-size-400: 1.5rem; | ||
--ds-font-size-500: 1.8125rem; | ||
--ds-font-size-600: 2.1875rem; | ||
--ds-font-weight-bold: 700; | ||
--ds-font-weight-medium: 500; | ||
--ds-font-weight-regular: 400; | ||
--ds-font-weight-semibold: 600; | ||
--ds-font-lineHeight-1: 1; | ||
--ds-font-lineHeight-100: 1rem; | ||
--ds-font-lineHeight-200: 1.25rem; | ||
--ds-font-lineHeight-300: 1.5rem; | ||
--ds-font-lineHeight-400: 1.75rem; | ||
--ds-font-lineHeight-500: 2rem; | ||
--ds-font-lineHeight-600: 2.5rem; | ||
} | ||
`;export{e as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
const e=` | ||
html[data-theme~="typography:typography-minor3"] { | ||
--ds-UNSAFE-textTransformUppercase: uppercase; | ||
--ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-letterSpacing-0: 0; | ||
--ds-font-letterSpacing-100: 0; | ||
--ds-font-letterSpacing-200: 0; | ||
--ds-font-letterSpacing-300: 0; | ||
--ds-font-letterSpacing-400: 0; | ||
--ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace; | ||
--ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-weight-bold: 700; | ||
--ds-font-weight-medium: 500; | ||
--ds-font-weight-regular: 400; | ||
--ds-font-weight-semibold: 600; | ||
@media not all and (min-width: 64rem) { | ||
--ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
--ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif; | ||
} | ||
} | ||
`;export{e as default}; |
Oops, something went wrong.