Design System Utilities @ 0.1.1-alpha.0
GitHub
by Maddi Mathon
Preparing search index...
Tokens
Themes
AllVariations
Interface AllVariations<T_ColourName, T_ThemeKeyword_Universal, T_ThemeKeyword_Text, T_ThemeKeyword_Background>
Since
0.1.0-alpha
interface
AllVariations
<
T_ColourName
extends
string
=
Default_ColourName
,
T_ThemeKeyword_Universal
extends
string
=
never
,
T_ThemeKeyword_Text
extends
string
=
never
,
T_ThemeKeyword_Background
extends
string
=
never
,
>
{
background
:
{
alt
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
;
base
:
T_ColourName
;
heading
:
{
"1"
:
T_ColourName
;
"10"
:
T_ColourName
;
"2"
:
T_ColourName
;
"3"
:
T_ColourName
;
"4"
:
T_ColourName
;
"5"
:
T_ColourName
;
"6"
:
T_ColourName
;
"7"
:
T_ColourName
;
"8"
:
T_ColourName
;
"9"
:
T_ColourName
;
}
&
{
[
key
:
number
]:
T_ColourName
}
;
interactive
:
{
active
:
T_ColourName
;
disabled
:
T_ColourName
;
hover
:
T_ColourName
;
}
;
text
:
{
active
:
T_ColourName
;
disabled
:
T_ColourName
;
grey
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
;
universal
:
{
primary
:
T_ColourName
;
secondary
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
;
}
Type Parameters
T_ColourName
extends
string
=
Default_ColourName
T_ThemeKeyword_Universal
extends
string
=
never
T_ThemeKeyword_Text
extends
string
=
never
T_ThemeKeyword_Background
extends
string
=
never
Hierarchy (
View Summary
)
Tokens_Themes_Set_SingleMode
.
AllVariations
<
T_ColourName
,
T_ThemeKeyword_Universal
,
T_ThemeKeyword_Text
,
T_ThemeKeyword_Background
,
>
AllVariations
Index
Properties
background
base
heading
interactive
text
universal
Properties
Internal
background
background
:
{
alt
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
Internal
base
base
:
T_ColourName
Internal
heading
heading
:
{
"1"
:
T_ColourName
;
"10"
:
T_ColourName
;
"2"
:
T_ColourName
;
"3"
:
T_ColourName
;
"4"
:
T_ColourName
;
"5"
:
T_ColourName
;
"6"
:
T_ColourName
;
"7"
:
T_ColourName
;
"8"
:
T_ColourName
;
"9"
:
T_ColourName
;
}
&
{
[
key
:
number
]:
T_ColourName
}
Internal
interactive
interactive
:
{
active
:
T_ColourName
;
disabled
:
T_ColourName
;
hover
:
T_ColourName
;
}
Internal
text
text
:
{
active
:
T_ColourName
;
disabled
:
T_ColourName
;
grey
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
Internal
universal
universal
:
{
primary
:
T_ColourName
;
secondary
:
T_ColourName
}
&
{
[
K
in
string
]
:
T_ColourName
}
Settings
Member Visibility
Alpha
Beta
External
Inherited
Private
Protected
Theme
OS
Light
Dark
On This Page
Properties
background
base
heading
interactive
text
universal
GitHub
by Maddi Mathon
Design System Utilities @ 0.1.1-alpha.0
Loading...
Since
0.1.0-alpha