-
Notifications
You must be signed in to change notification settings - Fork 28
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
Showing
13 changed files
with
212 additions
and
22 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
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,42 @@ | ||
{ | ||
"kind": "Tokens", | ||
"metadata": { | ||
"id": "duration", | ||
"name": "Duration" | ||
}, | ||
"data": { | ||
"collection": "global", | ||
"tokens": { | ||
"$duration.s1": { | ||
"values": { | ||
"default": "50ms" | ||
} | ||
}, | ||
"$duration.s2": { | ||
"values": { | ||
"default": "100ms" | ||
} | ||
}, | ||
"$duration.s3": { | ||
"values": { | ||
"default": "150ms" | ||
} | ||
}, | ||
"$duration.s4": { | ||
"values": { | ||
"default": "200ms" | ||
} | ||
}, | ||
"$duration.s5": { | ||
"values": { | ||
"default": "250ms" | ||
} | ||
}, | ||
"$duration.s6": { | ||
"values": { | ||
"default": "300ms" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
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
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,25 @@ | ||
kind: Tokens | ||
metadata: | ||
id: duration | ||
name: Duration | ||
data: | ||
collection: global | ||
tokens: | ||
$duration.s1: | ||
values: | ||
default: 50ms | ||
$duration.s2: | ||
values: | ||
default: 100ms | ||
$duration.s3: | ||
values: | ||
default: 150ms | ||
$duration.s4: | ||
values: | ||
default: 200ms | ||
$duration.s5: | ||
values: | ||
default: 250ms | ||
$duration.s6: | ||
values: | ||
default: 300ms |
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
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
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,6 @@ | ||
export declare const s1 = "var(--seed-v3-duration-s1)"; | ||
export declare const s2 = "var(--seed-v3-duration-s2)"; | ||
export declare const s3 = "var(--seed-v3-duration-s3)"; | ||
export declare const s4 = "var(--seed-v3-duration-s4)"; | ||
export declare const s5 = "var(--seed-v3-duration-s5)"; | ||
export declare const s6 = "var(--seed-v3-duration-s6)"; |
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,6 @@ | ||
export const s1 = "var(--seed-v3-duration-s1)"; | ||
export const s2 = "var(--seed-v3-duration-s2)"; | ||
export const s3 = "var(--seed-v3-duration-s3)"; | ||
export const s4 = "var(--seed-v3-duration-s4)"; | ||
export const s5 = "var(--seed-v3-duration-s5)"; | ||
export const s6 = "var(--seed-v3-duration-s6)"; |
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 |
---|---|---|
@@ -1 +1,6 @@ | ||
export declare const linear = "var(--seed-v3-timing-function-linear)"; | ||
export declare const linear = "var(--seed-v3-timing-function-linear)"; | ||
export declare const easing = "var(--seed-v3-timing-function-easing)"; | ||
export declare const enter = "var(--seed-v3-timing-function-enter)"; | ||
export declare const exit = "var(--seed-v3-timing-function-exit)"; | ||
export declare const enterExpressive = "var(--seed-v3-timing-function-enter-expressive)"; | ||
export declare const exitExpressive = "var(--seed-v3-timing-function-exit-expressive)"; |
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 |
---|---|---|
@@ -1 +1,6 @@ | ||
export const linear = "var(--seed-v3-timing-function-linear)"; | ||
export const linear = "var(--seed-v3-timing-function-linear)"; | ||
export const easing = "var(--seed-v3-timing-function-easing)"; | ||
export const enter = "var(--seed-v3-timing-function-enter)"; | ||
export const exit = "var(--seed-v3-timing-function-exit)"; | ||
export const enterExpressive = "var(--seed-v3-timing-function-enter-expressive)"; | ||
export const exitExpressive = "var(--seed-v3-timing-function-exit-expressive)"; |
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
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