mdui 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/avatar/index.d.ts +17 -15
- package/components/avatar/index.js +7 -6
- package/components/badge/index.d.ts +11 -8
- package/components/badge/index.js +9 -7
- package/components/bottom-app-bar/index.d.ts +11 -4
- package/components/bottom-app-bar/index.js +8 -9
- package/components/button/button-base-style.js +1 -1
- package/components/button/button-base.d.ts +46 -47
- package/components/button/button-base.js +27 -25
- package/components/button/index.d.ts +19 -14
- package/components/button/index.js +12 -12
- package/components/button-icon/index.d.ts +15 -9
- package/components/button-icon/index.js +8 -9
- package/components/card/index.d.ts +15 -11
- package/components/card/index.js +10 -9
- package/components/checkbox/index.d.ts +30 -23
- package/components/checkbox/index.js +25 -25
- package/components/chip/index.d.ts +27 -20
- package/components/chip/index.js +19 -20
- package/components/circular-progress/index.d.ts +6 -4
- package/components/circular-progress/index.js +4 -3
- package/components/collapse/collapse-item.d.ts +17 -6
- package/components/collapse/collapse-item.js +7 -7
- package/components/collapse/collapse.d.ts +16 -11
- package/components/collapse/collapse.js +10 -10
- package/components/dialog/index.d.ts +22 -15
- package/components/dialog/index.js +23 -27
- package/components/divider/index.d.ts +7 -5
- package/components/divider/index.js +6 -5
- package/components/dropdown/index.d.ts +44 -37
- package/components/dropdown/index.js +50 -48
- package/components/fab/index.d.ts +12 -7
- package/components/fab/index.js +6 -6
- package/components/icon/index.d.ts +4 -2
- package/components/icon/index.js +3 -2
- package/components/layout/layout-item-base.d.ts +3 -2
- package/components/layout/layout-item-base.js +2 -2
- package/components/layout/layout-item.d.ts +11 -10
- package/components/layout/layout-item.js +6 -6
- package/components/layout/layout-main.d.ts +6 -4
- package/components/layout/layout-main.js +5 -4
- package/components/layout/layout.d.ts +6 -4
- package/components/layout/layout.js +5 -4
- package/components/linear-progress/index.d.ts +8 -6
- package/components/linear-progress/index.js +6 -5
- package/components/list/list-item-style.js +1 -1
- package/components/list/list-item.d.ts +24 -20
- package/components/list/list-item.js +10 -9
- package/components/list/list-subheader.d.ts +6 -4
- package/components/list/list-subheader.js +5 -4
- package/components/list/list.d.ts +5 -3
- package/components/list/list.js +4 -3
- package/components/menu/menu-item.d.ts +15 -7
- package/components/menu/menu-item.js +11 -15
- package/components/menu/menu.d.ts +20 -20
- package/components/menu/menu.js +13 -13
- package/components/navigation-bar/navigation-bar-item.d.ts +12 -8
- package/components/navigation-bar/navigation-bar-item.js +7 -6
- package/components/navigation-bar/navigation-bar.d.ts +17 -9
- package/components/navigation-bar/navigation-bar.js +15 -13
- package/components/navigation-drawer/index.d.ts +27 -21
- package/components/navigation-drawer/index.js +51 -38
- package/components/navigation-drawer/style.js +1 -1
- package/components/navigation-rail/navigation-rail-item.d.ts +13 -9
- package/components/navigation-rail/navigation-rail-item.js +7 -6
- package/components/navigation-rail/navigation-rail.d.ts +14 -12
- package/components/navigation-rail/navigation-rail.js +13 -12
- package/components/radio/radio-group.d.ts +20 -15
- package/components/radio/radio-group.js +21 -24
- package/components/radio/radio.d.ts +11 -6
- package/components/radio/radio.js +7 -7
- package/components/range-slider/index.d.ts +13 -8
- package/components/range-slider/index.js +10 -7
- package/components/ripple/index.d.ts +4 -2
- package/components/ripple/index.js +3 -2
- package/components/ripple/ripple-mixin.d.ts +1 -1
- package/components/ripple/ripple-mixin.js +0 -1
- package/components/segmented-button/segmented-button-group-style.js +1 -1
- package/components/segmented-button/segmented-button-group.d.ts +23 -22
- package/components/segmented-button/segmented-button-group.js +20 -23
- package/components/segmented-button/segmented-button.d.ts +9 -4
- package/components/segmented-button/segmented-button.js +3 -3
- package/components/select/index.d.ts +42 -35
- package/components/select/index.js +24 -25
- package/components/slider/index.d.ts +9 -2
- package/components/slider/index.js +5 -10
- package/components/slider/slider-base.d.ts +22 -18
- package/components/slider/slider-base.js +40 -21
- package/components/snackbar/index.d.ts +30 -23
- package/components/snackbar/index.js +25 -25
- package/components/switch/index.d.ts +24 -17
- package/components/switch/index.js +18 -18
- package/components/tabs/tab-panel.d.ts +7 -5
- package/components/tabs/tab-panel.js +5 -4
- package/components/tabs/tab.d.ts +13 -9
- package/components/tabs/tab.js +8 -7
- package/components/tabs/tabs.d.ts +24 -21
- package/components/tabs/tabs.js +24 -21
- package/components/text-field/index.d.ts +62 -54
- package/components/text-field/index.js +37 -37
- package/components/tooltip/index.d.ts +40 -33
- package/components/tooltip/index.js +45 -43
- package/components/top-app-bar/top-app-bar-title.d.ts +8 -6
- package/components/top-app-bar/top-app-bar-title.js +7 -6
- package/components/top-app-bar/top-app-bar.d.ts +12 -6
- package/components/top-app-bar/top-app-bar.js +9 -10
- package/css-data.en.json +2826 -0
- package/css-data.zh-cn.json +374 -367
- package/custom-elements.json +3844 -3824
- package/html-data.en.json +6551 -0
- package/html-data.zh-cn.json +1621 -1636
- package/jsx.en.d.ts +3303 -0
- package/jsx.zh-cn.d.ts +3351 -0
- package/mdui.esm.js +9 -9
- package/mdui.global.js +9 -9
- package/package.json +7 -5
- package/web-types.en.json +11718 -0
- package/web-types.zh-cn.json +3613 -3623
package/css-data.en.json
ADDED
|
@@ -0,0 +1,2826 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1.1,
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "--mdui-breakpoint-xs",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": "The breakpoint value. The default is `0px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-xs: 0px;\n}\n```\n"
|
|
9
|
+
},
|
|
10
|
+
"references": [
|
|
11
|
+
{
|
|
12
|
+
"name": "Docs",
|
|
13
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "--mdui-breakpoint-sm",
|
|
19
|
+
"description": {
|
|
20
|
+
"kind": "markdown",
|
|
21
|
+
"value": "The breakpoint value. The default is `600px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-sm: 620px;\n}\n```\n"
|
|
22
|
+
},
|
|
23
|
+
"references": [
|
|
24
|
+
{
|
|
25
|
+
"name": "Docs",
|
|
26
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "--mdui-breakpoint-md",
|
|
32
|
+
"description": {
|
|
33
|
+
"kind": "markdown",
|
|
34
|
+
"value": "The breakpoint value. The default is `840px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-md: 860px;\n}\n```\n"
|
|
35
|
+
},
|
|
36
|
+
"references": [
|
|
37
|
+
{
|
|
38
|
+
"name": "Docs",
|
|
39
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--mdui-breakpoint-lg",
|
|
45
|
+
"description": {
|
|
46
|
+
"kind": "markdown",
|
|
47
|
+
"value": "The breakpoint value. The default is `1080px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-lg: 1100px;\n}\n```\n"
|
|
48
|
+
},
|
|
49
|
+
"references": [
|
|
50
|
+
{
|
|
51
|
+
"name": "Docs",
|
|
52
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "--mdui-breakpoint-xl",
|
|
58
|
+
"description": {
|
|
59
|
+
"kind": "markdown",
|
|
60
|
+
"value": "The breakpoint value. The default is `1440px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-xl: 1460px;\n}\n```\n"
|
|
61
|
+
},
|
|
62
|
+
"references": [
|
|
63
|
+
{
|
|
64
|
+
"name": "Docs",
|
|
65
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "--mdui-breakpoint-xxl",
|
|
71
|
+
"description": {
|
|
72
|
+
"kind": "markdown",
|
|
73
|
+
"value": "The breakpoint value. The default is `1920px`.\n\n**Note**: This breakpoint value is not supported in CSS media queries.\n\n**Example**:\n```css\n/* Modify the breakpoint value */\n:root {\n --mdui-breakpoint-xxl: 1940px;\n}\n```\n"
|
|
74
|
+
},
|
|
75
|
+
"references": [
|
|
76
|
+
{
|
|
77
|
+
"name": "Docs",
|
|
78
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#breakpoint"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "--mdui-color-primary-light",
|
|
84
|
+
"description": {
|
|
85
|
+
"kind": "markdown",
|
|
86
|
+
"value": "**Primary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-primary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-primary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n```\n"
|
|
87
|
+
},
|
|
88
|
+
"references": [
|
|
89
|
+
{
|
|
90
|
+
"name": "Docs",
|
|
91
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--mdui-color-primary-container-light",
|
|
97
|
+
"description": {
|
|
98
|
+
"kind": "markdown",
|
|
99
|
+
"value": "**Primary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-primary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-primary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n```\n"
|
|
100
|
+
},
|
|
101
|
+
"references": [
|
|
102
|
+
{
|
|
103
|
+
"name": "Docs",
|
|
104
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "--mdui-color-on-primary-light",
|
|
110
|
+
"description": {
|
|
111
|
+
"kind": "markdown",
|
|
112
|
+
"value": "**On Primary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-primary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-primary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n```\n"
|
|
113
|
+
},
|
|
114
|
+
"references": [
|
|
115
|
+
{
|
|
116
|
+
"name": "Docs",
|
|
117
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "--mdui-color-on-primary-container-light",
|
|
123
|
+
"description": {
|
|
124
|
+
"kind": "markdown",
|
|
125
|
+
"value": "**On Primary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-primary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-primary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n```\n"
|
|
126
|
+
},
|
|
127
|
+
"references": [
|
|
128
|
+
{
|
|
129
|
+
"name": "Docs",
|
|
130
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "--mdui-color-inverse-primary-light",
|
|
136
|
+
"description": {
|
|
137
|
+
"kind": "markdown",
|
|
138
|
+
"value": "**Inverse Primary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-inverse-primary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-primary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n```\n"
|
|
139
|
+
},
|
|
140
|
+
"references": [
|
|
141
|
+
{
|
|
142
|
+
"name": "Docs",
|
|
143
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "--mdui-color-secondary-light",
|
|
149
|
+
"description": {
|
|
150
|
+
"kind": "markdown",
|
|
151
|
+
"value": "**Secondary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-secondary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-secondary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n```\n"
|
|
152
|
+
},
|
|
153
|
+
"references": [
|
|
154
|
+
{
|
|
155
|
+
"name": "Docs",
|
|
156
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "--mdui-color-secondary-container-light",
|
|
162
|
+
"description": {
|
|
163
|
+
"kind": "markdown",
|
|
164
|
+
"value": "**Secondary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-secondary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-secondary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n```\n"
|
|
165
|
+
},
|
|
166
|
+
"references": [
|
|
167
|
+
{
|
|
168
|
+
"name": "Docs",
|
|
169
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "--mdui-color-on-secondary-light",
|
|
175
|
+
"description": {
|
|
176
|
+
"kind": "markdown",
|
|
177
|
+
"value": "**On Secondary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-secondary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-secondary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n```\n"
|
|
178
|
+
},
|
|
179
|
+
"references": [
|
|
180
|
+
{
|
|
181
|
+
"name": "Docs",
|
|
182
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "--mdui-color-on-secondary-container-light",
|
|
188
|
+
"description": {
|
|
189
|
+
"kind": "markdown",
|
|
190
|
+
"value": "**On Secondary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-secondary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n```\n"
|
|
191
|
+
},
|
|
192
|
+
"references": [
|
|
193
|
+
{
|
|
194
|
+
"name": "Docs",
|
|
195
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "--mdui-color-tertiary-light",
|
|
201
|
+
"description": {
|
|
202
|
+
"kind": "markdown",
|
|
203
|
+
"value": "**Tertiary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-tertiary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-tertiary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n```\n"
|
|
204
|
+
},
|
|
205
|
+
"references": [
|
|
206
|
+
{
|
|
207
|
+
"name": "Docs",
|
|
208
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "--mdui-color-tertiary-container-light",
|
|
214
|
+
"description": {
|
|
215
|
+
"kind": "markdown",
|
|
216
|
+
"value": "**Tertiary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-tertiary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-tertiary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n```\n"
|
|
217
|
+
},
|
|
218
|
+
"references": [
|
|
219
|
+
{
|
|
220
|
+
"name": "Docs",
|
|
221
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "--mdui-color-on-tertiary-light",
|
|
227
|
+
"description": {
|
|
228
|
+
"kind": "markdown",
|
|
229
|
+
"value": "**On Tertiary**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-tertiary-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n```\n"
|
|
230
|
+
},
|
|
231
|
+
"references": [
|
|
232
|
+
{
|
|
233
|
+
"name": "Docs",
|
|
234
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "--mdui-color-on-tertiary-container-light",
|
|
240
|
+
"description": {
|
|
241
|
+
"kind": "markdown",
|
|
242
|
+
"value": "**On Tertiary Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-tertiary-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n```\n"
|
|
243
|
+
},
|
|
244
|
+
"references": [
|
|
245
|
+
{
|
|
246
|
+
"name": "Docs",
|
|
247
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "--mdui-color-surface-light",
|
|
253
|
+
"description": {
|
|
254
|
+
"kind": "markdown",
|
|
255
|
+
"value": "**Surface**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n```\n"
|
|
256
|
+
},
|
|
257
|
+
"references": [
|
|
258
|
+
{
|
|
259
|
+
"name": "Docs",
|
|
260
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "--mdui-color-surface-dim-light",
|
|
266
|
+
"description": {
|
|
267
|
+
"kind": "markdown",
|
|
268
|
+
"value": "**Surface Dim**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-dim-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-dim-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n```\n"
|
|
269
|
+
},
|
|
270
|
+
"references": [
|
|
271
|
+
{
|
|
272
|
+
"name": "Docs",
|
|
273
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "--mdui-color-surface-bright-light",
|
|
279
|
+
"description": {
|
|
280
|
+
"kind": "markdown",
|
|
281
|
+
"value": "**Surface Bright**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-bright-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-bright-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n```\n"
|
|
282
|
+
},
|
|
283
|
+
"references": [
|
|
284
|
+
{
|
|
285
|
+
"name": "Docs",
|
|
286
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "--mdui-color-surface-container-lowest-light",
|
|
292
|
+
"description": {
|
|
293
|
+
"kind": "markdown",
|
|
294
|
+
"value": "**Surface Container Lowest**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-container-lowest-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n```\n"
|
|
295
|
+
},
|
|
296
|
+
"references": [
|
|
297
|
+
{
|
|
298
|
+
"name": "Docs",
|
|
299
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
300
|
+
}
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "--mdui-color-surface-container-low-light",
|
|
305
|
+
"description": {
|
|
306
|
+
"kind": "markdown",
|
|
307
|
+
"value": "**Surface Container Low**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-container-low-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-low-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n```\n"
|
|
308
|
+
},
|
|
309
|
+
"references": [
|
|
310
|
+
{
|
|
311
|
+
"name": "Docs",
|
|
312
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "--mdui-color-surface-container-light",
|
|
318
|
+
"description": {
|
|
319
|
+
"kind": "markdown",
|
|
320
|
+
"value": "**Surface Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n```\n"
|
|
321
|
+
},
|
|
322
|
+
"references": [
|
|
323
|
+
{
|
|
324
|
+
"name": "Docs",
|
|
325
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
326
|
+
}
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "--mdui-color-surface-container-high-light",
|
|
331
|
+
"description": {
|
|
332
|
+
"kind": "markdown",
|
|
333
|
+
"value": "**Surface Container High**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-container-high-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-high-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n```\n"
|
|
334
|
+
},
|
|
335
|
+
"references": [
|
|
336
|
+
{
|
|
337
|
+
"name": "Docs",
|
|
338
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "--mdui-color-surface-container-highest-light",
|
|
344
|
+
"description": {
|
|
345
|
+
"kind": "markdown",
|
|
346
|
+
"value": "**Surface Container Highest**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-container-highest-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n```\n"
|
|
347
|
+
},
|
|
348
|
+
"references": [
|
|
349
|
+
{
|
|
350
|
+
"name": "Docs",
|
|
351
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "--mdui-color-surface-variant-light",
|
|
357
|
+
"description": {
|
|
358
|
+
"kind": "markdown",
|
|
359
|
+
"value": "**Surface Variant**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-variant-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-variant-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n```\n"
|
|
360
|
+
},
|
|
361
|
+
"references": [
|
|
362
|
+
{
|
|
363
|
+
"name": "Docs",
|
|
364
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
365
|
+
}
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "--mdui-color-on-surface-light",
|
|
370
|
+
"description": {
|
|
371
|
+
"kind": "markdown",
|
|
372
|
+
"value": "**On Surface**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-surface-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-surface-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n```\n"
|
|
373
|
+
},
|
|
374
|
+
"references": [
|
|
375
|
+
{
|
|
376
|
+
"name": "Docs",
|
|
377
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
378
|
+
}
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "--mdui-color-on-surface-variant-light",
|
|
383
|
+
"description": {
|
|
384
|
+
"kind": "markdown",
|
|
385
|
+
"value": "**On Surface Variant**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-surface-variant-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n```\n"
|
|
386
|
+
},
|
|
387
|
+
"references": [
|
|
388
|
+
{
|
|
389
|
+
"name": "Docs",
|
|
390
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "--mdui-color-inverse-surface-light",
|
|
396
|
+
"description": {
|
|
397
|
+
"kind": "markdown",
|
|
398
|
+
"value": "**Inverse Surface**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-inverse-surface-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-surface-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n```\n"
|
|
399
|
+
},
|
|
400
|
+
"references": [
|
|
401
|
+
{
|
|
402
|
+
"name": "Docs",
|
|
403
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "--mdui-color-inverse-on-surface-light",
|
|
409
|
+
"description": {
|
|
410
|
+
"kind": "markdown",
|
|
411
|
+
"value": "**Inverse On Surface**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-inverse-on-surface-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n```\n"
|
|
412
|
+
},
|
|
413
|
+
"references": [
|
|
414
|
+
{
|
|
415
|
+
"name": "Docs",
|
|
416
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "--mdui-color-background-light",
|
|
422
|
+
"description": {
|
|
423
|
+
"kind": "markdown",
|
|
424
|
+
"value": "**Background**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-background-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-background-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n```\n"
|
|
425
|
+
},
|
|
426
|
+
"references": [
|
|
427
|
+
{
|
|
428
|
+
"name": "Docs",
|
|
429
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "--mdui-color-on-background-light",
|
|
435
|
+
"description": {
|
|
436
|
+
"kind": "markdown",
|
|
437
|
+
"value": "**On Background**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-background-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-background-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n```\n"
|
|
438
|
+
},
|
|
439
|
+
"references": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Docs",
|
|
442
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "--mdui-color-error-light",
|
|
448
|
+
"description": {
|
|
449
|
+
"kind": "markdown",
|
|
450
|
+
"value": "**Error**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-error-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-error-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n```\n"
|
|
451
|
+
},
|
|
452
|
+
"references": [
|
|
453
|
+
{
|
|
454
|
+
"name": "Docs",
|
|
455
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "--mdui-color-error-container-light",
|
|
461
|
+
"description": {
|
|
462
|
+
"kind": "markdown",
|
|
463
|
+
"value": "**Error Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-error-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-error-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n```\n"
|
|
464
|
+
},
|
|
465
|
+
"references": [
|
|
466
|
+
{
|
|
467
|
+
"name": "Docs",
|
|
468
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
469
|
+
}
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "--mdui-color-on-error-light",
|
|
474
|
+
"description": {
|
|
475
|
+
"kind": "markdown",
|
|
476
|
+
"value": "**On Error**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-error-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-error-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n```\n"
|
|
477
|
+
},
|
|
478
|
+
"references": [
|
|
479
|
+
{
|
|
480
|
+
"name": "Docs",
|
|
481
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "--mdui-color-on-error-container-light",
|
|
487
|
+
"description": {
|
|
488
|
+
"kind": "markdown",
|
|
489
|
+
"value": "**On Error Container**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-on-error-container-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-error-container-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n```\n"
|
|
490
|
+
},
|
|
491
|
+
"references": [
|
|
492
|
+
{
|
|
493
|
+
"name": "Docs",
|
|
494
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "--mdui-color-outline-light",
|
|
500
|
+
"description": {
|
|
501
|
+
"kind": "markdown",
|
|
502
|
+
"value": "**Outline**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-outline-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-outline-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n```\n"
|
|
503
|
+
},
|
|
504
|
+
"references": [
|
|
505
|
+
{
|
|
506
|
+
"name": "Docs",
|
|
507
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "--mdui-color-outline-variant-light",
|
|
513
|
+
"description": {
|
|
514
|
+
"kind": "markdown",
|
|
515
|
+
"value": "**Outline Variant**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-outline-variant-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-outline-variant-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n```\n"
|
|
516
|
+
},
|
|
517
|
+
"references": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Docs",
|
|
520
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
521
|
+
}
|
|
522
|
+
]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "--mdui-color-shadow-light",
|
|
526
|
+
"description": {
|
|
527
|
+
"kind": "markdown",
|
|
528
|
+
"value": "**Shadow**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-shadow-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-shadow-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n```\n"
|
|
529
|
+
},
|
|
530
|
+
"references": [
|
|
531
|
+
{
|
|
532
|
+
"name": "Docs",
|
|
533
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "--mdui-color-surface-tint-color-light",
|
|
539
|
+
"description": {
|
|
540
|
+
"kind": "markdown",
|
|
541
|
+
"value": "**Surface Tint Color**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-surface-tint-color-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n```\n"
|
|
542
|
+
},
|
|
543
|
+
"references": [
|
|
544
|
+
{
|
|
545
|
+
"name": "Docs",
|
|
546
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "--mdui-color-scrim-light",
|
|
552
|
+
"description": {
|
|
553
|
+
"kind": "markdown",
|
|
554
|
+
"value": "**Scrim**\n\nRGB color value for Light Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Light Mode.\n\n**Example**:\n```css\n/* Set Light Mode color value */\n:root {\n --mdui-color-scrim-light: 255, 0, 0;\n}\n\n/* Read Light Mode color value */\n.element {\n color: rgb(var(--mdui-color-scrim-light));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n```\n"
|
|
555
|
+
},
|
|
556
|
+
"references": [
|
|
557
|
+
{
|
|
558
|
+
"name": "Docs",
|
|
559
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
560
|
+
}
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "--mdui-color-primary-dark",
|
|
565
|
+
"description": {
|
|
566
|
+
"kind": "markdown",
|
|
567
|
+
"value": "**Primary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-primary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-primary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n```\n"
|
|
568
|
+
},
|
|
569
|
+
"references": [
|
|
570
|
+
{
|
|
571
|
+
"name": "Docs",
|
|
572
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "--mdui-color-primary-container-dark",
|
|
578
|
+
"description": {
|
|
579
|
+
"kind": "markdown",
|
|
580
|
+
"value": "**Primary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-primary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-primary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n```\n"
|
|
581
|
+
},
|
|
582
|
+
"references": [
|
|
583
|
+
{
|
|
584
|
+
"name": "Docs",
|
|
585
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
586
|
+
}
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "--mdui-color-on-primary-dark",
|
|
591
|
+
"description": {
|
|
592
|
+
"kind": "markdown",
|
|
593
|
+
"value": "**On Primary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-primary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-primary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n```\n"
|
|
594
|
+
},
|
|
595
|
+
"references": [
|
|
596
|
+
{
|
|
597
|
+
"name": "Docs",
|
|
598
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
599
|
+
}
|
|
600
|
+
]
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "--mdui-color-on-primary-container-dark",
|
|
604
|
+
"description": {
|
|
605
|
+
"kind": "markdown",
|
|
606
|
+
"value": "**On Primary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-primary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-primary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n```\n"
|
|
607
|
+
},
|
|
608
|
+
"references": [
|
|
609
|
+
{
|
|
610
|
+
"name": "Docs",
|
|
611
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "--mdui-color-inverse-primary-dark",
|
|
617
|
+
"description": {
|
|
618
|
+
"kind": "markdown",
|
|
619
|
+
"value": "**Inverse Primary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-inverse-primary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-primary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n```\n"
|
|
620
|
+
},
|
|
621
|
+
"references": [
|
|
622
|
+
{
|
|
623
|
+
"name": "Docs",
|
|
624
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "--mdui-color-secondary-dark",
|
|
630
|
+
"description": {
|
|
631
|
+
"kind": "markdown",
|
|
632
|
+
"value": "**Secondary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-secondary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-secondary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n```\n"
|
|
633
|
+
},
|
|
634
|
+
"references": [
|
|
635
|
+
{
|
|
636
|
+
"name": "Docs",
|
|
637
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
638
|
+
}
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "--mdui-color-secondary-container-dark",
|
|
643
|
+
"description": {
|
|
644
|
+
"kind": "markdown",
|
|
645
|
+
"value": "**Secondary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-secondary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-secondary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n```\n"
|
|
646
|
+
},
|
|
647
|
+
"references": [
|
|
648
|
+
{
|
|
649
|
+
"name": "Docs",
|
|
650
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
651
|
+
}
|
|
652
|
+
]
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "--mdui-color-on-secondary-dark",
|
|
656
|
+
"description": {
|
|
657
|
+
"kind": "markdown",
|
|
658
|
+
"value": "**On Secondary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-secondary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-secondary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n```\n"
|
|
659
|
+
},
|
|
660
|
+
"references": [
|
|
661
|
+
{
|
|
662
|
+
"name": "Docs",
|
|
663
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "--mdui-color-on-secondary-container-dark",
|
|
669
|
+
"description": {
|
|
670
|
+
"kind": "markdown",
|
|
671
|
+
"value": "**On Secondary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-secondary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n```\n"
|
|
672
|
+
},
|
|
673
|
+
"references": [
|
|
674
|
+
{
|
|
675
|
+
"name": "Docs",
|
|
676
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "--mdui-color-tertiary-dark",
|
|
682
|
+
"description": {
|
|
683
|
+
"kind": "markdown",
|
|
684
|
+
"value": "**Tertiary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-tertiary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-tertiary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n```\n"
|
|
685
|
+
},
|
|
686
|
+
"references": [
|
|
687
|
+
{
|
|
688
|
+
"name": "Docs",
|
|
689
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "--mdui-color-tertiary-container-dark",
|
|
695
|
+
"description": {
|
|
696
|
+
"kind": "markdown",
|
|
697
|
+
"value": "**Tertiary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-tertiary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-tertiary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n```\n"
|
|
698
|
+
},
|
|
699
|
+
"references": [
|
|
700
|
+
{
|
|
701
|
+
"name": "Docs",
|
|
702
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "--mdui-color-on-tertiary-dark",
|
|
708
|
+
"description": {
|
|
709
|
+
"kind": "markdown",
|
|
710
|
+
"value": "**On Tertiary**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-tertiary-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n```\n"
|
|
711
|
+
},
|
|
712
|
+
"references": [
|
|
713
|
+
{
|
|
714
|
+
"name": "Docs",
|
|
715
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "--mdui-color-on-tertiary-container-dark",
|
|
721
|
+
"description": {
|
|
722
|
+
"kind": "markdown",
|
|
723
|
+
"value": "**On Tertiary Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-tertiary-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n```\n"
|
|
724
|
+
},
|
|
725
|
+
"references": [
|
|
726
|
+
{
|
|
727
|
+
"name": "Docs",
|
|
728
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "--mdui-color-surface-dark",
|
|
734
|
+
"description": {
|
|
735
|
+
"kind": "markdown",
|
|
736
|
+
"value": "**Surface**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n```\n"
|
|
737
|
+
},
|
|
738
|
+
"references": [
|
|
739
|
+
{
|
|
740
|
+
"name": "Docs",
|
|
741
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
742
|
+
}
|
|
743
|
+
]
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "--mdui-color-surface-dim-dark",
|
|
747
|
+
"description": {
|
|
748
|
+
"kind": "markdown",
|
|
749
|
+
"value": "**Surface Dim**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-dim-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-dim-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n```\n"
|
|
750
|
+
},
|
|
751
|
+
"references": [
|
|
752
|
+
{
|
|
753
|
+
"name": "Docs",
|
|
754
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
755
|
+
}
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "--mdui-color-surface-bright-dark",
|
|
760
|
+
"description": {
|
|
761
|
+
"kind": "markdown",
|
|
762
|
+
"value": "**Surface Bright**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-bright-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-bright-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n```\n"
|
|
763
|
+
},
|
|
764
|
+
"references": [
|
|
765
|
+
{
|
|
766
|
+
"name": "Docs",
|
|
767
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "--mdui-color-surface-container-lowest-dark",
|
|
773
|
+
"description": {
|
|
774
|
+
"kind": "markdown",
|
|
775
|
+
"value": "**Surface Container Lowest**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-container-lowest-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n```\n"
|
|
776
|
+
},
|
|
777
|
+
"references": [
|
|
778
|
+
{
|
|
779
|
+
"name": "Docs",
|
|
780
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
781
|
+
}
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "--mdui-color-surface-container-low-dark",
|
|
786
|
+
"description": {
|
|
787
|
+
"kind": "markdown",
|
|
788
|
+
"value": "**Surface Container Low**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-container-low-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-low-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n```\n"
|
|
789
|
+
},
|
|
790
|
+
"references": [
|
|
791
|
+
{
|
|
792
|
+
"name": "Docs",
|
|
793
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "--mdui-color-surface-container-dark",
|
|
799
|
+
"description": {
|
|
800
|
+
"kind": "markdown",
|
|
801
|
+
"value": "**Surface Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n```\n"
|
|
802
|
+
},
|
|
803
|
+
"references": [
|
|
804
|
+
{
|
|
805
|
+
"name": "Docs",
|
|
806
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "--mdui-color-surface-container-high-dark",
|
|
812
|
+
"description": {
|
|
813
|
+
"kind": "markdown",
|
|
814
|
+
"value": "**Surface Container High**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-container-high-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-high-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n```\n"
|
|
815
|
+
},
|
|
816
|
+
"references": [
|
|
817
|
+
{
|
|
818
|
+
"name": "Docs",
|
|
819
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "--mdui-color-surface-container-highest-dark",
|
|
825
|
+
"description": {
|
|
826
|
+
"kind": "markdown",
|
|
827
|
+
"value": "**Surface Container Highest**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-container-highest-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n```\n"
|
|
828
|
+
},
|
|
829
|
+
"references": [
|
|
830
|
+
{
|
|
831
|
+
"name": "Docs",
|
|
832
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "--mdui-color-surface-variant-dark",
|
|
838
|
+
"description": {
|
|
839
|
+
"kind": "markdown",
|
|
840
|
+
"value": "**Surface Variant**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-variant-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-variant-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n```\n"
|
|
841
|
+
},
|
|
842
|
+
"references": [
|
|
843
|
+
{
|
|
844
|
+
"name": "Docs",
|
|
845
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "--mdui-color-on-surface-dark",
|
|
851
|
+
"description": {
|
|
852
|
+
"kind": "markdown",
|
|
853
|
+
"value": "**On Surface**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-surface-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-surface-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n```\n"
|
|
854
|
+
},
|
|
855
|
+
"references": [
|
|
856
|
+
{
|
|
857
|
+
"name": "Docs",
|
|
858
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
859
|
+
}
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "--mdui-color-on-surface-variant-dark",
|
|
864
|
+
"description": {
|
|
865
|
+
"kind": "markdown",
|
|
866
|
+
"value": "**On Surface Variant**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-surface-variant-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n```\n"
|
|
867
|
+
},
|
|
868
|
+
"references": [
|
|
869
|
+
{
|
|
870
|
+
"name": "Docs",
|
|
871
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "--mdui-color-inverse-surface-dark",
|
|
877
|
+
"description": {
|
|
878
|
+
"kind": "markdown",
|
|
879
|
+
"value": "**Inverse Surface**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-inverse-surface-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-surface-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n```\n"
|
|
880
|
+
},
|
|
881
|
+
"references": [
|
|
882
|
+
{
|
|
883
|
+
"name": "Docs",
|
|
884
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
885
|
+
}
|
|
886
|
+
]
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "--mdui-color-inverse-on-surface-dark",
|
|
890
|
+
"description": {
|
|
891
|
+
"kind": "markdown",
|
|
892
|
+
"value": "**Inverse On Surface**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-inverse-on-surface-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n```\n"
|
|
893
|
+
},
|
|
894
|
+
"references": [
|
|
895
|
+
{
|
|
896
|
+
"name": "Docs",
|
|
897
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "--mdui-color-background-dark",
|
|
903
|
+
"description": {
|
|
904
|
+
"kind": "markdown",
|
|
905
|
+
"value": "**Background**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-background-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-background-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n```\n"
|
|
906
|
+
},
|
|
907
|
+
"references": [
|
|
908
|
+
{
|
|
909
|
+
"name": "Docs",
|
|
910
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
911
|
+
}
|
|
912
|
+
]
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "--mdui-color-on-background-dark",
|
|
916
|
+
"description": {
|
|
917
|
+
"kind": "markdown",
|
|
918
|
+
"value": "**On Background**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-background-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-background-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n```\n"
|
|
919
|
+
},
|
|
920
|
+
"references": [
|
|
921
|
+
{
|
|
922
|
+
"name": "Docs",
|
|
923
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "--mdui-color-error-dark",
|
|
929
|
+
"description": {
|
|
930
|
+
"kind": "markdown",
|
|
931
|
+
"value": "**Error**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-error-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-error-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n```\n"
|
|
932
|
+
},
|
|
933
|
+
"references": [
|
|
934
|
+
{
|
|
935
|
+
"name": "Docs",
|
|
936
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
937
|
+
}
|
|
938
|
+
]
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "--mdui-color-error-container-dark",
|
|
942
|
+
"description": {
|
|
943
|
+
"kind": "markdown",
|
|
944
|
+
"value": "**Error Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-error-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-error-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n```\n"
|
|
945
|
+
},
|
|
946
|
+
"references": [
|
|
947
|
+
{
|
|
948
|
+
"name": "Docs",
|
|
949
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "--mdui-color-on-error-dark",
|
|
955
|
+
"description": {
|
|
956
|
+
"kind": "markdown",
|
|
957
|
+
"value": "**On Error**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-error-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-error-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n```\n"
|
|
958
|
+
},
|
|
959
|
+
"references": [
|
|
960
|
+
{
|
|
961
|
+
"name": "Docs",
|
|
962
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
963
|
+
}
|
|
964
|
+
]
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "--mdui-color-on-error-container-dark",
|
|
968
|
+
"description": {
|
|
969
|
+
"kind": "markdown",
|
|
970
|
+
"value": "**On Error Container**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-on-error-container-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-on-error-container-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n```\n"
|
|
971
|
+
},
|
|
972
|
+
"references": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Docs",
|
|
975
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
976
|
+
}
|
|
977
|
+
]
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "--mdui-color-outline-dark",
|
|
981
|
+
"description": {
|
|
982
|
+
"kind": "markdown",
|
|
983
|
+
"value": "**Outline**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-outline-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-outline-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n```\n"
|
|
984
|
+
},
|
|
985
|
+
"references": [
|
|
986
|
+
{
|
|
987
|
+
"name": "Docs",
|
|
988
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
989
|
+
}
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "--mdui-color-outline-variant-dark",
|
|
994
|
+
"description": {
|
|
995
|
+
"kind": "markdown",
|
|
996
|
+
"value": "**Outline Variant**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-outline-variant-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-outline-variant-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n```\n"
|
|
997
|
+
},
|
|
998
|
+
"references": [
|
|
999
|
+
{
|
|
1000
|
+
"name": "Docs",
|
|
1001
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "--mdui-color-shadow-dark",
|
|
1007
|
+
"description": {
|
|
1008
|
+
"kind": "markdown",
|
|
1009
|
+
"value": "**Shadow**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-shadow-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-shadow-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n```\n"
|
|
1010
|
+
},
|
|
1011
|
+
"references": [
|
|
1012
|
+
{
|
|
1013
|
+
"name": "Docs",
|
|
1014
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "--mdui-color-surface-tint-color-dark",
|
|
1020
|
+
"description": {
|
|
1021
|
+
"kind": "markdown",
|
|
1022
|
+
"value": "**Surface Tint Color**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-surface-tint-color-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n```\n"
|
|
1023
|
+
},
|
|
1024
|
+
"references": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "Docs",
|
|
1027
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "--mdui-color-scrim-dark",
|
|
1033
|
+
"description": {
|
|
1034
|
+
"kind": "markdown",
|
|
1035
|
+
"value": "**Scrim**\n\nRGB color value for Dark Mode, separated by `,`.\n\nBy modifying this property, you can change the color value under Dark Mode.\n\n**Example**:\n```css\n/* Set Dark Mode color value */\n:root {\n --mdui-color-scrim-dark: 255, 0, 0;\n}\n\n/* Read Dark Mode color value */\n.element {\n color: rgb(var(--mdui-color-scrim-dark));\n}\n\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n```\n"
|
|
1036
|
+
},
|
|
1037
|
+
"references": [
|
|
1038
|
+
{
|
|
1039
|
+
"name": "Docs",
|
|
1040
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1041
|
+
}
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "--mdui-color-primary",
|
|
1046
|
+
"description": {
|
|
1047
|
+
"kind": "markdown",
|
|
1048
|
+
"value": "**Primary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-primary-light` and `--mdui-color-primary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-primary-light: 255, 0, 0;\n --mdui-color-primary-dark: 255, 0, 0;\n}\n```\n"
|
|
1049
|
+
},
|
|
1050
|
+
"references": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "Docs",
|
|
1053
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "--mdui-color-primary-container",
|
|
1059
|
+
"description": {
|
|
1060
|
+
"kind": "markdown",
|
|
1061
|
+
"value": "**Primary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-primary-container-light` and `--mdui-color-primary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-primary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-primary-container-light: 255, 0, 0;\n --mdui-color-primary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1062
|
+
},
|
|
1063
|
+
"references": [
|
|
1064
|
+
{
|
|
1065
|
+
"name": "Docs",
|
|
1066
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "--mdui-color-on-primary",
|
|
1072
|
+
"description": {
|
|
1073
|
+
"kind": "markdown",
|
|
1074
|
+
"value": "**On Primary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-primary-light` and `--mdui-color-on-primary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-primary-light: 255, 0, 0;\n --mdui-color-on-primary-dark: 255, 0, 0;\n}\n```\n"
|
|
1075
|
+
},
|
|
1076
|
+
"references": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "Docs",
|
|
1079
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1080
|
+
}
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "--mdui-color-on-primary-container",
|
|
1085
|
+
"description": {
|
|
1086
|
+
"kind": "markdown",
|
|
1087
|
+
"value": "**On Primary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-primary-container-light` and `--mdui-color-on-primary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-primary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-primary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-primary-container-light: 255, 0, 0;\n --mdui-color-on-primary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1088
|
+
},
|
|
1089
|
+
"references": [
|
|
1090
|
+
{
|
|
1091
|
+
"name": "Docs",
|
|
1092
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1093
|
+
}
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "--mdui-color-inverse-primary",
|
|
1098
|
+
"description": {
|
|
1099
|
+
"kind": "markdown",
|
|
1100
|
+
"value": "**Inverse Primary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-inverse-primary-light` and `--mdui-color-inverse-primary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-primary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-primary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-inverse-primary-light: 255, 0, 0;\n --mdui-color-inverse-primary-dark: 255, 0, 0;\n}\n```\n"
|
|
1101
|
+
},
|
|
1102
|
+
"references": [
|
|
1103
|
+
{
|
|
1104
|
+
"name": "Docs",
|
|
1105
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1106
|
+
}
|
|
1107
|
+
]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "--mdui-color-secondary",
|
|
1111
|
+
"description": {
|
|
1112
|
+
"kind": "markdown",
|
|
1113
|
+
"value": "**Secondary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-secondary-light` and `--mdui-color-secondary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-secondary-light: 255, 0, 0;\n --mdui-color-secondary-dark: 255, 0, 0;\n}\n```\n"
|
|
1114
|
+
},
|
|
1115
|
+
"references": [
|
|
1116
|
+
{
|
|
1117
|
+
"name": "Docs",
|
|
1118
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1119
|
+
}
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "--mdui-color-secondary-container",
|
|
1124
|
+
"description": {
|
|
1125
|
+
"kind": "markdown",
|
|
1126
|
+
"value": "**Secondary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-secondary-container-light` and `--mdui-color-secondary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-secondary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-secondary-container-light: 255, 0, 0;\n --mdui-color-secondary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1127
|
+
},
|
|
1128
|
+
"references": [
|
|
1129
|
+
{
|
|
1130
|
+
"name": "Docs",
|
|
1131
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "--mdui-color-on-secondary",
|
|
1137
|
+
"description": {
|
|
1138
|
+
"kind": "markdown",
|
|
1139
|
+
"value": "**On Secondary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-secondary-light` and `--mdui-color-on-secondary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-secondary-light: 255, 0, 0;\n --mdui-color-on-secondary-dark: 255, 0, 0;\n}\n```\n"
|
|
1140
|
+
},
|
|
1141
|
+
"references": [
|
|
1142
|
+
{
|
|
1143
|
+
"name": "Docs",
|
|
1144
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "--mdui-color-on-secondary-container",
|
|
1150
|
+
"description": {
|
|
1151
|
+
"kind": "markdown",
|
|
1152
|
+
"value": "**On Secondary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-secondary-container-light` and `--mdui-color-on-secondary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-secondary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-secondary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-secondary-container-light: 255, 0, 0;\n --mdui-color-on-secondary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1153
|
+
},
|
|
1154
|
+
"references": [
|
|
1155
|
+
{
|
|
1156
|
+
"name": "Docs",
|
|
1157
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "--mdui-color-tertiary",
|
|
1163
|
+
"description": {
|
|
1164
|
+
"kind": "markdown",
|
|
1165
|
+
"value": "**Tertiary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-tertiary-light` and `--mdui-color-tertiary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-tertiary-light: 255, 0, 0;\n --mdui-color-tertiary-dark: 255, 0, 0;\n}\n```\n"
|
|
1166
|
+
},
|
|
1167
|
+
"references": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "Docs",
|
|
1170
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1171
|
+
}
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "--mdui-color-tertiary-container",
|
|
1176
|
+
"description": {
|
|
1177
|
+
"kind": "markdown",
|
|
1178
|
+
"value": "**Tertiary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-tertiary-container-light` and `--mdui-color-tertiary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-tertiary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-tertiary-container-light: 255, 0, 0;\n --mdui-color-tertiary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1179
|
+
},
|
|
1180
|
+
"references": [
|
|
1181
|
+
{
|
|
1182
|
+
"name": "Docs",
|
|
1183
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "--mdui-color-on-tertiary",
|
|
1189
|
+
"description": {
|
|
1190
|
+
"kind": "markdown",
|
|
1191
|
+
"value": "**On Tertiary**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-tertiary-light` and `--mdui-color-on-tertiary-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-tertiary-light: 255, 0, 0;\n --mdui-color-on-tertiary-dark: 255, 0, 0;\n}\n```\n"
|
|
1192
|
+
},
|
|
1193
|
+
"references": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "Docs",
|
|
1196
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1197
|
+
}
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "--mdui-color-on-tertiary-container",
|
|
1202
|
+
"description": {
|
|
1203
|
+
"kind": "markdown",
|
|
1204
|
+
"value": "**On Tertiary Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-tertiary-container-light` and `--mdui-color-on-tertiary-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-tertiary-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-tertiary-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-tertiary-container-light: 255, 0, 0;\n --mdui-color-on-tertiary-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1205
|
+
},
|
|
1206
|
+
"references": [
|
|
1207
|
+
{
|
|
1208
|
+
"name": "Docs",
|
|
1209
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "--mdui-color-surface",
|
|
1215
|
+
"description": {
|
|
1216
|
+
"kind": "markdown",
|
|
1217
|
+
"value": "**Surface**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-light` and `--mdui-color-surface-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-light: 255, 0, 0;\n --mdui-color-surface-dark: 255, 0, 0;\n}\n```\n"
|
|
1218
|
+
},
|
|
1219
|
+
"references": [
|
|
1220
|
+
{
|
|
1221
|
+
"name": "Docs",
|
|
1222
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1223
|
+
}
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "--mdui-color-surface-dim",
|
|
1228
|
+
"description": {
|
|
1229
|
+
"kind": "markdown",
|
|
1230
|
+
"value": "**Surface Dim**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-dim-light` and `--mdui-color-surface-dim-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-dim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-dim), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-dim-light: 255, 0, 0;\n --mdui-color-surface-dim-dark: 255, 0, 0;\n}\n```\n"
|
|
1231
|
+
},
|
|
1232
|
+
"references": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "Docs",
|
|
1235
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1236
|
+
}
|
|
1237
|
+
]
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "--mdui-color-surface-bright",
|
|
1241
|
+
"description": {
|
|
1242
|
+
"kind": "markdown",
|
|
1243
|
+
"value": "**Surface Bright**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-bright-light` and `--mdui-color-surface-bright-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-bright));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-bright), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-bright-light: 255, 0, 0;\n --mdui-color-surface-bright-dark: 255, 0, 0;\n}\n```\n"
|
|
1244
|
+
},
|
|
1245
|
+
"references": [
|
|
1246
|
+
{
|
|
1247
|
+
"name": "Docs",
|
|
1248
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1249
|
+
}
|
|
1250
|
+
]
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "--mdui-color-surface-container-lowest",
|
|
1254
|
+
"description": {
|
|
1255
|
+
"kind": "markdown",
|
|
1256
|
+
"value": "**Surface Container Lowest**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-container-lowest-light` and `--mdui-color-surface-container-lowest-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-lowest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-lowest), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-container-lowest-light: 255, 0, 0;\n --mdui-color-surface-container-lowest-dark: 255, 0, 0;\n}\n```\n"
|
|
1257
|
+
},
|
|
1258
|
+
"references": [
|
|
1259
|
+
{
|
|
1260
|
+
"name": "Docs",
|
|
1261
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1262
|
+
}
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "--mdui-color-surface-container-low",
|
|
1267
|
+
"description": {
|
|
1268
|
+
"kind": "markdown",
|
|
1269
|
+
"value": "**Surface Container Low**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-container-low-light` and `--mdui-color-surface-container-low-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-low));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-low), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-container-low-light: 255, 0, 0;\n --mdui-color-surface-container-low-dark: 255, 0, 0;\n}\n```\n"
|
|
1270
|
+
},
|
|
1271
|
+
"references": [
|
|
1272
|
+
{
|
|
1273
|
+
"name": "Docs",
|
|
1274
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "--mdui-color-surface-container",
|
|
1280
|
+
"description": {
|
|
1281
|
+
"kind": "markdown",
|
|
1282
|
+
"value": "**Surface Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-container-light` and `--mdui-color-surface-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-container-light: 255, 0, 0;\n --mdui-color-surface-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1283
|
+
},
|
|
1284
|
+
"references": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "Docs",
|
|
1287
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1288
|
+
}
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "--mdui-color-surface-container-high",
|
|
1293
|
+
"description": {
|
|
1294
|
+
"kind": "markdown",
|
|
1295
|
+
"value": "**Surface Container High**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-container-high-light` and `--mdui-color-surface-container-high-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-high));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-high), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-container-high-light: 255, 0, 0;\n --mdui-color-surface-container-high-dark: 255, 0, 0;\n}\n```\n"
|
|
1296
|
+
},
|
|
1297
|
+
"references": [
|
|
1298
|
+
{
|
|
1299
|
+
"name": "Docs",
|
|
1300
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1301
|
+
}
|
|
1302
|
+
]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "--mdui-color-surface-container-highest",
|
|
1306
|
+
"description": {
|
|
1307
|
+
"kind": "markdown",
|
|
1308
|
+
"value": "**Surface Container Highest**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-container-highest-light` and `--mdui-color-surface-container-highest-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-container-highest));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-container-highest), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-container-highest-light: 255, 0, 0;\n --mdui-color-surface-container-highest-dark: 255, 0, 0;\n}\n```\n"
|
|
1309
|
+
},
|
|
1310
|
+
"references": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "Docs",
|
|
1313
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "--mdui-color-surface-variant",
|
|
1319
|
+
"description": {
|
|
1320
|
+
"kind": "markdown",
|
|
1321
|
+
"value": "**Surface Variant**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-variant-light` and `--mdui-color-surface-variant-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-variant), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-variant-light: 255, 0, 0;\n --mdui-color-surface-variant-dark: 255, 0, 0;\n}\n```\n"
|
|
1322
|
+
},
|
|
1323
|
+
"references": [
|
|
1324
|
+
{
|
|
1325
|
+
"name": "Docs",
|
|
1326
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "--mdui-color-on-surface",
|
|
1332
|
+
"description": {
|
|
1333
|
+
"kind": "markdown",
|
|
1334
|
+
"value": "**On Surface**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-surface-light` and `--mdui-color-on-surface-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-surface-light: 255, 0, 0;\n --mdui-color-on-surface-dark: 255, 0, 0;\n}\n```\n"
|
|
1335
|
+
},
|
|
1336
|
+
"references": [
|
|
1337
|
+
{
|
|
1338
|
+
"name": "Docs",
|
|
1339
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1340
|
+
}
|
|
1341
|
+
]
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "--mdui-color-on-surface-variant",
|
|
1345
|
+
"description": {
|
|
1346
|
+
"kind": "markdown",
|
|
1347
|
+
"value": "**On Surface Variant**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-surface-variant-light` and `--mdui-color-on-surface-variant-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-surface-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-surface-variant), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-surface-variant-light: 255, 0, 0;\n --mdui-color-on-surface-variant-dark: 255, 0, 0;\n}\n```\n"
|
|
1348
|
+
},
|
|
1349
|
+
"references": [
|
|
1350
|
+
{
|
|
1351
|
+
"name": "Docs",
|
|
1352
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "--mdui-color-inverse-surface",
|
|
1358
|
+
"description": {
|
|
1359
|
+
"kind": "markdown",
|
|
1360
|
+
"value": "**Inverse Surface**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-inverse-surface-light` and `--mdui-color-inverse-surface-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-surface), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-inverse-surface-light: 255, 0, 0;\n --mdui-color-inverse-surface-dark: 255, 0, 0;\n}\n```\n"
|
|
1361
|
+
},
|
|
1362
|
+
"references": [
|
|
1363
|
+
{
|
|
1364
|
+
"name": "Docs",
|
|
1365
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1366
|
+
}
|
|
1367
|
+
]
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "--mdui-color-inverse-on-surface",
|
|
1371
|
+
"description": {
|
|
1372
|
+
"kind": "markdown",
|
|
1373
|
+
"value": "**Inverse On Surface**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-inverse-on-surface-light` and `--mdui-color-inverse-on-surface-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-inverse-on-surface));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-inverse-on-surface), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-inverse-on-surface-light: 255, 0, 0;\n --mdui-color-inverse-on-surface-dark: 255, 0, 0;\n}\n```\n"
|
|
1374
|
+
},
|
|
1375
|
+
"references": [
|
|
1376
|
+
{
|
|
1377
|
+
"name": "Docs",
|
|
1378
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1379
|
+
}
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "--mdui-color-background",
|
|
1384
|
+
"description": {
|
|
1385
|
+
"kind": "markdown",
|
|
1386
|
+
"value": "**Background**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-background-light` and `--mdui-color-background-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-background), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-background-light: 255, 0, 0;\n --mdui-color-background-dark: 255, 0, 0;\n}\n```\n"
|
|
1387
|
+
},
|
|
1388
|
+
"references": [
|
|
1389
|
+
{
|
|
1390
|
+
"name": "Docs",
|
|
1391
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "--mdui-color-on-background",
|
|
1397
|
+
"description": {
|
|
1398
|
+
"kind": "markdown",
|
|
1399
|
+
"value": "**On Background**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-background-light` and `--mdui-color-on-background-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-background));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-background), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-background-light: 255, 0, 0;\n --mdui-color-on-background-dark: 255, 0, 0;\n}\n```\n"
|
|
1400
|
+
},
|
|
1401
|
+
"references": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Docs",
|
|
1404
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "--mdui-color-error",
|
|
1410
|
+
"description": {
|
|
1411
|
+
"kind": "markdown",
|
|
1412
|
+
"value": "**Error**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-error-light` and `--mdui-color-error-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-error-light: 255, 0, 0;\n --mdui-color-error-dark: 255, 0, 0;\n}\n```\n"
|
|
1413
|
+
},
|
|
1414
|
+
"references": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "Docs",
|
|
1417
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1418
|
+
}
|
|
1419
|
+
]
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "--mdui-color-error-container",
|
|
1423
|
+
"description": {
|
|
1424
|
+
"kind": "markdown",
|
|
1425
|
+
"value": "**Error Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-error-container-light` and `--mdui-color-error-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-error-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-error-container-light: 255, 0, 0;\n --mdui-color-error-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1426
|
+
},
|
|
1427
|
+
"references": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "Docs",
|
|
1430
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "--mdui-color-on-error",
|
|
1436
|
+
"description": {
|
|
1437
|
+
"kind": "markdown",
|
|
1438
|
+
"value": "**On Error**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-error-light` and `--mdui-color-on-error-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-error-light: 255, 0, 0;\n --mdui-color-on-error-dark: 255, 0, 0;\n}\n```\n"
|
|
1439
|
+
},
|
|
1440
|
+
"references": [
|
|
1441
|
+
{
|
|
1442
|
+
"name": "Docs",
|
|
1443
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1444
|
+
}
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "--mdui-color-on-error-container",
|
|
1449
|
+
"description": {
|
|
1450
|
+
"kind": "markdown",
|
|
1451
|
+
"value": "**On Error Container**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-on-error-container-light` and `--mdui-color-on-error-container-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-on-error-container));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-on-error-container), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-on-error-container-light: 255, 0, 0;\n --mdui-color-on-error-container-dark: 255, 0, 0;\n}\n```\n"
|
|
1452
|
+
},
|
|
1453
|
+
"references": [
|
|
1454
|
+
{
|
|
1455
|
+
"name": "Docs",
|
|
1456
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "--mdui-color-outline",
|
|
1462
|
+
"description": {
|
|
1463
|
+
"kind": "markdown",
|
|
1464
|
+
"value": "**Outline**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-outline-light` and `--mdui-color-outline-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-outline-light: 255, 0, 0;\n --mdui-color-outline-dark: 255, 0, 0;\n}\n```\n"
|
|
1465
|
+
},
|
|
1466
|
+
"references": [
|
|
1467
|
+
{
|
|
1468
|
+
"name": "Docs",
|
|
1469
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1470
|
+
}
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "--mdui-color-outline-variant",
|
|
1475
|
+
"description": {
|
|
1476
|
+
"kind": "markdown",
|
|
1477
|
+
"value": "**Outline Variant**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-outline-variant-light` and `--mdui-color-outline-variant-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-outline-variant));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-outline-variant), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-outline-variant-light: 255, 0, 0;\n --mdui-color-outline-variant-dark: 255, 0, 0;\n}\n```\n"
|
|
1478
|
+
},
|
|
1479
|
+
"references": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "Docs",
|
|
1482
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "--mdui-color-shadow",
|
|
1488
|
+
"description": {
|
|
1489
|
+
"kind": "markdown",
|
|
1490
|
+
"value": "**Shadow**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-shadow-light` and `--mdui-color-shadow-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-shadow));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-shadow), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-shadow-light: 255, 0, 0;\n --mdui-color-shadow-dark: 255, 0, 0;\n}\n```\n"
|
|
1491
|
+
},
|
|
1492
|
+
"references": [
|
|
1493
|
+
{
|
|
1494
|
+
"name": "Docs",
|
|
1495
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "--mdui-color-surface-tint-color",
|
|
1501
|
+
"description": {
|
|
1502
|
+
"kind": "markdown",
|
|
1503
|
+
"value": "**Surface Tint Color**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-surface-tint-color-light` and `--mdui-color-surface-tint-color-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-surface-tint-color));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-surface-tint-color), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-surface-tint-color-light: 255, 0, 0;\n --mdui-color-surface-tint-color-dark: 255, 0, 0;\n}\n```\n"
|
|
1504
|
+
},
|
|
1505
|
+
"references": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "Docs",
|
|
1508
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "--mdui-color-scrim",
|
|
1514
|
+
"description": {
|
|
1515
|
+
"kind": "markdown",
|
|
1516
|
+
"value": "**Scrim**\n\nRGB color value that automatically adapts to light and dark modes, separated by `,`.\n\nIf you want to set this color value, it is recommended to set `--mdui-color-scrim-light` and `--mdui-color-scrim-dark` separately.\n\n**Example**:\n```css\n/* Read the color value that automatically adapts */\n.element {\n color: rgb(var(--mdui-color-scrim));\n}\n\n/* Read the color value that automatically adapts and add opacity */\n.element {\n color: rgba(var(--mdui-color-scrim), 0.5);\n}\n\n/* Set the color values for light mode and dark mode separately */\n:root {\n --mdui-color-scrim-light: 255, 0, 0;\n --mdui-color-scrim-dark: 255, 0, 0;\n}\n```\n"
|
|
1517
|
+
},
|
|
1518
|
+
"references": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "Docs",
|
|
1521
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#color"
|
|
1522
|
+
}
|
|
1523
|
+
]
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "--mdui-elevation-level0",
|
|
1527
|
+
"description": {
|
|
1528
|
+
"kind": "markdown",
|
|
1529
|
+
"value": "Shadow value corresponding to Level 0 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level0 elevation */\n:root {\n --mdui-elevation-level0: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level0 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level0);\n}\n```\n"
|
|
1530
|
+
},
|
|
1531
|
+
"references": [
|
|
1532
|
+
{
|
|
1533
|
+
"name": "Docs",
|
|
1534
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1535
|
+
}
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "--mdui-elevation-level1",
|
|
1540
|
+
"description": {
|
|
1541
|
+
"kind": "markdown",
|
|
1542
|
+
"value": "Shadow value corresponding to Level 1 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level1 elevation */\n:root {\n --mdui-elevation-level1: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level1 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level1);\n}\n```\n"
|
|
1543
|
+
},
|
|
1544
|
+
"references": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "Docs",
|
|
1547
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1548
|
+
}
|
|
1549
|
+
]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "--mdui-elevation-level2",
|
|
1553
|
+
"description": {
|
|
1554
|
+
"kind": "markdown",
|
|
1555
|
+
"value": "Shadow value corresponding to Level 2 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level2 elevation */\n:root {\n --mdui-elevation-level2: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level2 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level2);\n}\n```\n"
|
|
1556
|
+
},
|
|
1557
|
+
"references": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "Docs",
|
|
1560
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1561
|
+
}
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "--mdui-elevation-level3",
|
|
1566
|
+
"description": {
|
|
1567
|
+
"kind": "markdown",
|
|
1568
|
+
"value": "Shadow value corresponding to Level 3 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level3 elevation */\n:root {\n --mdui-elevation-level3: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level3 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level3);\n}\n```\n"
|
|
1569
|
+
},
|
|
1570
|
+
"references": [
|
|
1571
|
+
{
|
|
1572
|
+
"name": "Docs",
|
|
1573
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "--mdui-elevation-level4",
|
|
1579
|
+
"description": {
|
|
1580
|
+
"kind": "markdown",
|
|
1581
|
+
"value": "Shadow value corresponding to Level 4 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level4 elevation */\n:root {\n --mdui-elevation-level4: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level4 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level4);\n}\n```\n"
|
|
1582
|
+
},
|
|
1583
|
+
"references": [
|
|
1584
|
+
{
|
|
1585
|
+
"name": "Docs",
|
|
1586
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1587
|
+
}
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "--mdui-elevation-level5",
|
|
1592
|
+
"description": {
|
|
1593
|
+
"kind": "markdown",
|
|
1594
|
+
"value": "Shadow value corresponding to Level 5 elevation.\n\n**Example**:\n```css\n/* Set the shadow value corresponding to level5 elevation */\n:root {\n --mdui-elevation-level5: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.19);\n}\n\n/* Read the shadow value corresponding to level5 elevation */\n.element {\n box-shadow: var(--mdui-elevation-level5);\n}\n```\n"
|
|
1595
|
+
},
|
|
1596
|
+
"references": [
|
|
1597
|
+
{
|
|
1598
|
+
"name": "Docs",
|
|
1599
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#elevation"
|
|
1600
|
+
}
|
|
1601
|
+
]
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "--mdui-motion-easing-linear",
|
|
1605
|
+
"description": {
|
|
1606
|
+
"kind": "markdown",
|
|
1607
|
+
"value": "Easing curve for Linear Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Linear Animation */\n:root {\n --mdui-motion-easing-linear: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Linear Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-linear);\n}\n```\n"
|
|
1608
|
+
},
|
|
1609
|
+
"references": [
|
|
1610
|
+
{
|
|
1611
|
+
"name": "Docs",
|
|
1612
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1613
|
+
}
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "--mdui-motion-easing-standard",
|
|
1618
|
+
"description": {
|
|
1619
|
+
"kind": "markdown",
|
|
1620
|
+
"value": "Easing curve for Standard Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Standard Animation */\n:root {\n --mdui-motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Standard Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard);\n}\n```\n"
|
|
1621
|
+
},
|
|
1622
|
+
"references": [
|
|
1623
|
+
{
|
|
1624
|
+
"name": "Docs",
|
|
1625
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1626
|
+
}
|
|
1627
|
+
]
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "--mdui-motion-easing-standard-accelerate",
|
|
1631
|
+
"description": {
|
|
1632
|
+
"kind": "markdown",
|
|
1633
|
+
"value": "Easing curve for Standard Accelerated Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Standard Accelerated Animation */\n:root {\n --mdui-motion-easing-standard-accelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Standard Accelerated Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard-accelerate);\n}\n```\n"
|
|
1634
|
+
},
|
|
1635
|
+
"references": [
|
|
1636
|
+
{
|
|
1637
|
+
"name": "Docs",
|
|
1638
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "--mdui-motion-easing-standard-decelerate",
|
|
1644
|
+
"description": {
|
|
1645
|
+
"kind": "markdown",
|
|
1646
|
+
"value": "Easing curve for Standard Decelerated Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Standard Decelerated Animation */\n:root {\n --mdui-motion-easing-standard-decelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Standard Decelerated Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-standard-decelerate);\n}\n```\n"
|
|
1647
|
+
},
|
|
1648
|
+
"references": [
|
|
1649
|
+
{
|
|
1650
|
+
"name": "Docs",
|
|
1651
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "--mdui-motion-easing-emphasized",
|
|
1657
|
+
"description": {
|
|
1658
|
+
"kind": "markdown",
|
|
1659
|
+
"value": "Easing curve for Emphasized Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Emphasized Animation */\n:root {\n --mdui-motion-easing-emphasized: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Emphasized Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized);\n}\n```\n"
|
|
1660
|
+
},
|
|
1661
|
+
"references": [
|
|
1662
|
+
{
|
|
1663
|
+
"name": "Docs",
|
|
1664
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1665
|
+
}
|
|
1666
|
+
]
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "--mdui-motion-easing-emphasized-accelerate",
|
|
1670
|
+
"description": {
|
|
1671
|
+
"kind": "markdown",
|
|
1672
|
+
"value": "Easing curve for Emphasized Accelerated Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Emphasized Accelerated Animation */\n:root {\n --mdui-motion-easing-emphasized-accelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Emphasized Accelerated Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized-accelerate);\n}\n```\n"
|
|
1673
|
+
},
|
|
1674
|
+
"references": [
|
|
1675
|
+
{
|
|
1676
|
+
"name": "Docs",
|
|
1677
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "--mdui-motion-easing-emphasized-decelerate",
|
|
1683
|
+
"description": {
|
|
1684
|
+
"kind": "markdown",
|
|
1685
|
+
"value": "Easing curve for Emphasized Decelerated Animation.\n\n**Example**:\n```css\n/* Set the easing curve for Emphasized Decelerated Animation */\n:root {\n --mdui-motion-easing-emphasized-decelerate: cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n/* Read the easing curve for Emphasized Decelerated Animation */\n.element {\n transition-timing-function: var(--mdui-motion-easing-emphasized-decelerate);\n}\n```\n"
|
|
1686
|
+
},
|
|
1687
|
+
"references": [
|
|
1688
|
+
{
|
|
1689
|
+
"name": "Docs",
|
|
1690
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1691
|
+
}
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "--mdui-motion-duration-short1",
|
|
1696
|
+
"description": {
|
|
1697
|
+
"kind": "markdown",
|
|
1698
|
+
"value": "Animation duration for short1.\n\n**Example**:\n```css\n/* Set the animation duration for short1 */\n:root {\n --mdui-motion-duration-short1: 0.3s;\n}\n\n/* Read the animation duration for short1 */\n.element {\n transition-duration: var(--mdui-motion-duration-short1);\n}\n```\n"
|
|
1699
|
+
},
|
|
1700
|
+
"references": [
|
|
1701
|
+
{
|
|
1702
|
+
"name": "Docs",
|
|
1703
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "--mdui-motion-duration-short2",
|
|
1709
|
+
"description": {
|
|
1710
|
+
"kind": "markdown",
|
|
1711
|
+
"value": "Animation duration for short2.\n\n**Example**:\n```css\n/* Set the animation duration for short2 */\n:root {\n --mdui-motion-duration-short2: 0.3s;\n}\n\n/* Read the animation duration for short2 */\n.element {\n transition-duration: var(--mdui-motion-duration-short2);\n}\n```\n"
|
|
1712
|
+
},
|
|
1713
|
+
"references": [
|
|
1714
|
+
{
|
|
1715
|
+
"name": "Docs",
|
|
1716
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "--mdui-motion-duration-short3",
|
|
1722
|
+
"description": {
|
|
1723
|
+
"kind": "markdown",
|
|
1724
|
+
"value": "Animation duration for short3.\n\n**Example**:\n```css\n/* Set the animation duration for short3 */\n:root {\n --mdui-motion-duration-short3: 0.3s;\n}\n\n/* Read the animation duration for short3 */\n.element {\n transition-duration: var(--mdui-motion-duration-short3);\n}\n```\n"
|
|
1725
|
+
},
|
|
1726
|
+
"references": [
|
|
1727
|
+
{
|
|
1728
|
+
"name": "Docs",
|
|
1729
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1730
|
+
}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "--mdui-motion-duration-short4",
|
|
1735
|
+
"description": {
|
|
1736
|
+
"kind": "markdown",
|
|
1737
|
+
"value": "Animation duration for short4.\n\n**Example**:\n```css\n/* Set the animation duration for short4 */\n:root {\n --mdui-motion-duration-short4: 0.3s;\n}\n\n/* Read the animation duration for short4 */\n.element {\n transition-duration: var(--mdui-motion-duration-short4);\n}\n```\n"
|
|
1738
|
+
},
|
|
1739
|
+
"references": [
|
|
1740
|
+
{
|
|
1741
|
+
"name": "Docs",
|
|
1742
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "--mdui-motion-duration-medium1",
|
|
1748
|
+
"description": {
|
|
1749
|
+
"kind": "markdown",
|
|
1750
|
+
"value": "Animation duration for medium1.\n\n**Example**:\n```css\n/* Set the animation duration for medium1 */\n:root {\n --mdui-motion-duration-medium1: 0.3s;\n}\n\n/* Read the animation duration for medium1 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium1);\n}\n```\n"
|
|
1751
|
+
},
|
|
1752
|
+
"references": [
|
|
1753
|
+
{
|
|
1754
|
+
"name": "Docs",
|
|
1755
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1756
|
+
}
|
|
1757
|
+
]
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "--mdui-motion-duration-medium2",
|
|
1761
|
+
"description": {
|
|
1762
|
+
"kind": "markdown",
|
|
1763
|
+
"value": "Animation duration for medium2.\n\n**Example**:\n```css\n/* Set the animation duration for medium2 */\n:root {\n --mdui-motion-duration-medium2: 0.3s;\n}\n\n/* Read the animation duration for medium2 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium2);\n}\n```\n"
|
|
1764
|
+
},
|
|
1765
|
+
"references": [
|
|
1766
|
+
{
|
|
1767
|
+
"name": "Docs",
|
|
1768
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1769
|
+
}
|
|
1770
|
+
]
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "--mdui-motion-duration-medium3",
|
|
1774
|
+
"description": {
|
|
1775
|
+
"kind": "markdown",
|
|
1776
|
+
"value": "Animation duration for medium3.\n\n**Example**:\n```css\n/* Set the animation duration for medium3 */\n:root {\n --mdui-motion-duration-medium3: 0.3s;\n}\n\n/* Read the animation duration for medium3 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium3);\n}\n```\n"
|
|
1777
|
+
},
|
|
1778
|
+
"references": [
|
|
1779
|
+
{
|
|
1780
|
+
"name": "Docs",
|
|
1781
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1782
|
+
}
|
|
1783
|
+
]
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "--mdui-motion-duration-medium4",
|
|
1787
|
+
"description": {
|
|
1788
|
+
"kind": "markdown",
|
|
1789
|
+
"value": "Animation duration for medium4.\n\n**Example**:\n```css\n/* Set the animation duration for medium4 */\n:root {\n --mdui-motion-duration-medium4: 0.3s;\n}\n\n/* Read the animation duration for medium4 */\n.element {\n transition-duration: var(--mdui-motion-duration-medium4);\n}\n```\n"
|
|
1790
|
+
},
|
|
1791
|
+
"references": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "Docs",
|
|
1794
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1795
|
+
}
|
|
1796
|
+
]
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "--mdui-motion-duration-long1",
|
|
1800
|
+
"description": {
|
|
1801
|
+
"kind": "markdown",
|
|
1802
|
+
"value": "Animation duration for long1.\n\n**Example**:\n```css\n/* Set the animation duration for long1 */\n:root {\n --mdui-motion-duration-long1: 0.3s;\n}\n\n/* Read the animation duration for long1 */\n.element {\n transition-duration: var(--mdui-motion-duration-long1);\n}\n```\n"
|
|
1803
|
+
},
|
|
1804
|
+
"references": [
|
|
1805
|
+
{
|
|
1806
|
+
"name": "Docs",
|
|
1807
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1808
|
+
}
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "--mdui-motion-duration-long2",
|
|
1813
|
+
"description": {
|
|
1814
|
+
"kind": "markdown",
|
|
1815
|
+
"value": "Animation duration for long2.\n\n**Example**:\n```css\n/* Set the animation duration for long2 */\n:root {\n --mdui-motion-duration-long2: 0.3s;\n}\n\n/* Read the animation duration for long2 */\n.element {\n transition-duration: var(--mdui-motion-duration-long2);\n}\n```\n"
|
|
1816
|
+
},
|
|
1817
|
+
"references": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "Docs",
|
|
1820
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1821
|
+
}
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "--mdui-motion-duration-long3",
|
|
1826
|
+
"description": {
|
|
1827
|
+
"kind": "markdown",
|
|
1828
|
+
"value": "Animation duration for long3.\n\n**Example**:\n```css\n/* Set the animation duration for long3 */\n:root {\n --mdui-motion-duration-long3: 0.3s;\n}\n\n/* Read the animation duration for long3 */\n.element {\n transition-duration: var(--mdui-motion-duration-long3);\n}\n```\n"
|
|
1829
|
+
},
|
|
1830
|
+
"references": [
|
|
1831
|
+
{
|
|
1832
|
+
"name": "Docs",
|
|
1833
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1834
|
+
}
|
|
1835
|
+
]
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "--mdui-motion-duration-long4",
|
|
1839
|
+
"description": {
|
|
1840
|
+
"kind": "markdown",
|
|
1841
|
+
"value": "Animation duration for long4.\n\n**Example**:\n```css\n/* Set the animation duration for long4 */\n:root {\n --mdui-motion-duration-long4: 0.3s;\n}\n\n/* Read the animation duration for long4 */\n.element {\n transition-duration: var(--mdui-motion-duration-long4);\n}\n```\n"
|
|
1842
|
+
},
|
|
1843
|
+
"references": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "Docs",
|
|
1846
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "--mdui-motion-duration-extra-long1",
|
|
1852
|
+
"description": {
|
|
1853
|
+
"kind": "markdown",
|
|
1854
|
+
"value": "Animation duration for extra-long1.\n\n**Example**:\n```css\n/* Set the animation duration for extra-long1 */\n:root {\n --mdui-motion-duration-extra-long1: 0.3s;\n}\n\n/* Read the animation duration for extra-long1 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long1);\n}\n```\n"
|
|
1855
|
+
},
|
|
1856
|
+
"references": [
|
|
1857
|
+
{
|
|
1858
|
+
"name": "Docs",
|
|
1859
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "--mdui-motion-duration-extra-long2",
|
|
1865
|
+
"description": {
|
|
1866
|
+
"kind": "markdown",
|
|
1867
|
+
"value": "Animation duration for extra-long2.\n\n**Example**:\n```css\n/* Set the animation duration for extra-long2 */\n:root {\n --mdui-motion-duration-extra-long2: 0.3s;\n}\n\n/* Read the animation duration for extra-long2 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long2);\n}\n```\n"
|
|
1868
|
+
},
|
|
1869
|
+
"references": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "Docs",
|
|
1872
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1873
|
+
}
|
|
1874
|
+
]
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "--mdui-motion-duration-extra-long3",
|
|
1878
|
+
"description": {
|
|
1879
|
+
"kind": "markdown",
|
|
1880
|
+
"value": "Animation duration for extra-long3.\n\n**Example**:\n```css\n/* Set the animation duration for extra-long3 */\n:root {\n --mdui-motion-duration-extra-long3: 0.3s;\n}\n\n/* Read the animation duration for extra-long3 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long3);\n}\n```\n"
|
|
1881
|
+
},
|
|
1882
|
+
"references": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "Docs",
|
|
1885
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1886
|
+
}
|
|
1887
|
+
]
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "--mdui-motion-duration-extra-long4",
|
|
1891
|
+
"description": {
|
|
1892
|
+
"kind": "markdown",
|
|
1893
|
+
"value": "Animation duration for extra-long4.\n\n**Example**:\n```css\n/* Set the animation duration for extra-long4 */\n:root {\n --mdui-motion-duration-extra-long4: 0.3s;\n}\n\n/* Read the animation duration for extra-long4 */\n.element {\n transition-duration: var(--mdui-motion-duration-extra-long4);\n}\n```\n"
|
|
1894
|
+
},
|
|
1895
|
+
"references": [
|
|
1896
|
+
{
|
|
1897
|
+
"name": "Docs",
|
|
1898
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#motion"
|
|
1899
|
+
}
|
|
1900
|
+
]
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "--mdui-shape-corner-none",
|
|
1904
|
+
"description": {
|
|
1905
|
+
"kind": "markdown",
|
|
1906
|
+
"value": "Corner radius value for none level.\n\n**Example**:\n```css\n/* Set the corner radius value for none level */\n:root {\n --mdui-shape-corner-none: 4px;\n}\n\n/* Read the corner radius value for none level */\n.element {\n border-radius: var(--mdui-shape-corner-none);\n}\n```\n"
|
|
1907
|
+
},
|
|
1908
|
+
"references": [
|
|
1909
|
+
{
|
|
1910
|
+
"name": "Docs",
|
|
1911
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "--mdui-shape-corner-extra-small",
|
|
1917
|
+
"description": {
|
|
1918
|
+
"kind": "markdown",
|
|
1919
|
+
"value": "Corner radius value for extra-small level.\n\n**Example**:\n```css\n/* Set the corner radius value for extra-small level */\n:root {\n --mdui-shape-corner-extra-small: 4px;\n}\n\n/* Read the corner radius value for extra-small level */\n.element {\n border-radius: var(--mdui-shape-corner-extra-small);\n}\n```\n"
|
|
1920
|
+
},
|
|
1921
|
+
"references": [
|
|
1922
|
+
{
|
|
1923
|
+
"name": "Docs",
|
|
1924
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1925
|
+
}
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"name": "--mdui-shape-corner-small",
|
|
1930
|
+
"description": {
|
|
1931
|
+
"kind": "markdown",
|
|
1932
|
+
"value": "Corner radius value for small level.\n\n**Example**:\n```css\n/* Set the corner radius value for small level */\n:root {\n --mdui-shape-corner-small: 4px;\n}\n\n/* Read the corner radius value for small level */\n.element {\n border-radius: var(--mdui-shape-corner-small);\n}\n```\n"
|
|
1933
|
+
},
|
|
1934
|
+
"references": [
|
|
1935
|
+
{
|
|
1936
|
+
"name": "Docs",
|
|
1937
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1938
|
+
}
|
|
1939
|
+
]
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "--mdui-shape-corner-medium",
|
|
1943
|
+
"description": {
|
|
1944
|
+
"kind": "markdown",
|
|
1945
|
+
"value": "Corner radius value for medium level.\n\n**Example**:\n```css\n/* Set the corner radius value for medium level */\n:root {\n --mdui-shape-corner-medium: 4px;\n}\n\n/* Read the corner radius value for medium level */\n.element {\n border-radius: var(--mdui-shape-corner-medium);\n}\n```\n"
|
|
1946
|
+
},
|
|
1947
|
+
"references": [
|
|
1948
|
+
{
|
|
1949
|
+
"name": "Docs",
|
|
1950
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1951
|
+
}
|
|
1952
|
+
]
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "--mdui-shape-corner-large",
|
|
1956
|
+
"description": {
|
|
1957
|
+
"kind": "markdown",
|
|
1958
|
+
"value": "Corner radius value for large level.\n\n**Example**:\n```css\n/* Set the corner radius value for large level */\n:root {\n --mdui-shape-corner-large: 4px;\n}\n\n/* Read the corner radius value for large level */\n.element {\n border-radius: var(--mdui-shape-corner-large);\n}\n```\n"
|
|
1959
|
+
},
|
|
1960
|
+
"references": [
|
|
1961
|
+
{
|
|
1962
|
+
"name": "Docs",
|
|
1963
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "--mdui-shape-corner-extra-large",
|
|
1969
|
+
"description": {
|
|
1970
|
+
"kind": "markdown",
|
|
1971
|
+
"value": "Corner radius value for extra-large level.\n\n**Example**:\n```css\n/* Set the corner radius value for extra-large level */\n:root {\n --mdui-shape-corner-extra-large: 4px;\n}\n\n/* Read the corner radius value for extra-large level */\n.element {\n border-radius: var(--mdui-shape-corner-extra-large);\n}\n```\n"
|
|
1972
|
+
},
|
|
1973
|
+
"references": [
|
|
1974
|
+
{
|
|
1975
|
+
"name": "Docs",
|
|
1976
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1977
|
+
}
|
|
1978
|
+
]
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"name": "--mdui-shape-corner-full",
|
|
1982
|
+
"description": {
|
|
1983
|
+
"kind": "markdown",
|
|
1984
|
+
"value": "Corner radius value for full level.\n\n**Example**:\n```css\n/* Set the corner radius value for full level */\n:root {\n --mdui-shape-corner-full: 4px;\n}\n\n/* Read the corner radius value for full level */\n.element {\n border-radius: var(--mdui-shape-corner-full);\n}\n```\n"
|
|
1985
|
+
},
|
|
1986
|
+
"references": [
|
|
1987
|
+
{
|
|
1988
|
+
"name": "Docs",
|
|
1989
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#shape-corner"
|
|
1990
|
+
}
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "--mdui-state-layer-hover",
|
|
1995
|
+
"description": {
|
|
1996
|
+
"kind": "markdown",
|
|
1997
|
+
"value": "Opacity for the state layer in the `hover` state.\n\n**Example**:\n```css\n/* Set the opacity for the state layer in hover state */\n:root {\n --mdui-state-layer-hover: 0.1;\n}\n```\n"
|
|
1998
|
+
},
|
|
1999
|
+
"references": [
|
|
2000
|
+
{
|
|
2001
|
+
"name": "Docs",
|
|
2002
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#state-layer"
|
|
2003
|
+
}
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "--mdui-state-layer-focus",
|
|
2008
|
+
"description": {
|
|
2009
|
+
"kind": "markdown",
|
|
2010
|
+
"value": "Opacity for the state layer in the `focus` state.\n\n**Example**:\n```css\n/* Set the opacity for the state layer in focus state */\n:root {\n --mdui-state-layer-focus: 0.1;\n}\n```\n"
|
|
2011
|
+
},
|
|
2012
|
+
"references": [
|
|
2013
|
+
{
|
|
2014
|
+
"name": "Docs",
|
|
2015
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#state-layer"
|
|
2016
|
+
}
|
|
2017
|
+
]
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "--mdui-state-layer-pressed",
|
|
2021
|
+
"description": {
|
|
2022
|
+
"kind": "markdown",
|
|
2023
|
+
"value": "Opacity for the state layer in the `pressed` state.\n\n**Example**:\n```css\n/* Set the opacity for the state layer in pressed state */\n:root {\n --mdui-state-layer-pressed: 0.1;\n}\n```\n"
|
|
2024
|
+
},
|
|
2025
|
+
"references": [
|
|
2026
|
+
{
|
|
2027
|
+
"name": "Docs",
|
|
2028
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#state-layer"
|
|
2029
|
+
}
|
|
2030
|
+
]
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "--mdui-state-layer-dragged",
|
|
2034
|
+
"description": {
|
|
2035
|
+
"kind": "markdown",
|
|
2036
|
+
"value": "Opacity for the state layer in the `dragged` state.\n\n**Example**:\n```css\n/* Set the opacity for the state layer in dragged state */\n:root {\n --mdui-state-layer-dragged: 0.1;\n}\n```\n"
|
|
2037
|
+
},
|
|
2038
|
+
"references": [
|
|
2039
|
+
{
|
|
2040
|
+
"name": "Docs",
|
|
2041
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#state-layer"
|
|
2042
|
+
}
|
|
2043
|
+
]
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "--mdui-typescale-display-large-weight",
|
|
2047
|
+
"description": {
|
|
2048
|
+
"kind": "markdown",
|
|
2049
|
+
"value": "Display Large font weight.\n\n**Example**:\n```css\n/* Set Display Large font weight */\n:root {\n --mdui-typescale-display-large-weight: 500;\n}\n\n/* Read Display Large font weight */\n.element {\n font-weight: var(--mdui-typescale-display-large-weight);\n}\n```\n"
|
|
2050
|
+
},
|
|
2051
|
+
"references": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "Docs",
|
|
2054
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2055
|
+
}
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "--mdui-typescale-display-large-line-height",
|
|
2060
|
+
"description": {
|
|
2061
|
+
"kind": "markdown",
|
|
2062
|
+
"value": "Display Large line height.\n\n**Example**:\n```css\n/* Set Display Large line height */\n:root {\n --mdui-typescale-display-large-line-height: 1.5;\n}\n\n/* Read Display Large line height */\n.element {\n line-height: var(--mdui-typescale-display-large-line-height);\n}\n```\n"
|
|
2063
|
+
},
|
|
2064
|
+
"references": [
|
|
2065
|
+
{
|
|
2066
|
+
"name": "Docs",
|
|
2067
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2068
|
+
}
|
|
2069
|
+
]
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "--mdui-typescale-display-large-size",
|
|
2073
|
+
"description": {
|
|
2074
|
+
"kind": "markdown",
|
|
2075
|
+
"value": "Display Large font size.\n\n**Example**:\n```css\n/* Set Display Large font size */\n:root {\n --mdui-typescale-display-large-size: 16px;\n}\n\n/* Read Display Large font size */\n.element {\n font-size: var(--mdui-typescale-display-large-size);\n}\n```\n"
|
|
2076
|
+
},
|
|
2077
|
+
"references": [
|
|
2078
|
+
{
|
|
2079
|
+
"name": "Docs",
|
|
2080
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "--mdui-typescale-display-large-tracking",
|
|
2086
|
+
"description": {
|
|
2087
|
+
"kind": "markdown",
|
|
2088
|
+
"value": "Display Large font tracking.\n\n**Example**:\n```css\n/* Set Display Large font tracking */\n:root {\n --mdui-typescale-display-large-tracking: 0.1;\n}\n\n/* Read Display Large font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-display-large-tracking);\n}\n```\n"
|
|
2089
|
+
},
|
|
2090
|
+
"references": [
|
|
2091
|
+
{
|
|
2092
|
+
"name": "Docs",
|
|
2093
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "--mdui-typescale-display-medium-weight",
|
|
2099
|
+
"description": {
|
|
2100
|
+
"kind": "markdown",
|
|
2101
|
+
"value": "Display Medium font weight.\n\n**Example**:\n```css\n/* Set Display Medium font weight */\n:root {\n --mdui-typescale-display-medium-weight: 500;\n}\n\n/* Read Display Medium font weight */\n.element {\n font-weight: var(--mdui-typescale-display-medium-weight);\n}\n```\n"
|
|
2102
|
+
},
|
|
2103
|
+
"references": [
|
|
2104
|
+
{
|
|
2105
|
+
"name": "Docs",
|
|
2106
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2107
|
+
}
|
|
2108
|
+
]
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "--mdui-typescale-display-medium-line-height",
|
|
2112
|
+
"description": {
|
|
2113
|
+
"kind": "markdown",
|
|
2114
|
+
"value": "Display Medium line height.\n\n**Example**:\n```css\n/* Set Display Medium line height */\n:root {\n --mdui-typescale-display-medium-line-height: 1.5;\n}\n\n/* Read Display Medium line height */\n.element {\n line-height: var(--mdui-typescale-display-medium-line-height);\n}\n```\n"
|
|
2115
|
+
},
|
|
2116
|
+
"references": [
|
|
2117
|
+
{
|
|
2118
|
+
"name": "Docs",
|
|
2119
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2120
|
+
}
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "--mdui-typescale-display-medium-size",
|
|
2125
|
+
"description": {
|
|
2126
|
+
"kind": "markdown",
|
|
2127
|
+
"value": "Display Medium font size.\n\n**Example**:\n```css\n/* Set Display Medium font size */\n:root {\n --mdui-typescale-display-medium-size: 16px;\n}\n\n/* Read Display Medium font size */\n.element {\n font-size: var(--mdui-typescale-display-medium-size);\n}\n```\n"
|
|
2128
|
+
},
|
|
2129
|
+
"references": [
|
|
2130
|
+
{
|
|
2131
|
+
"name": "Docs",
|
|
2132
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "--mdui-typescale-display-medium-tracking",
|
|
2138
|
+
"description": {
|
|
2139
|
+
"kind": "markdown",
|
|
2140
|
+
"value": "Display Medium font tracking.\n\n**Example**:\n```css\n/* Set Display Medium font tracking */\n:root {\n --mdui-typescale-display-medium-tracking: 0.1;\n}\n\n/* Read Display Medium font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-display-medium-tracking);\n}\n```\n"
|
|
2141
|
+
},
|
|
2142
|
+
"references": [
|
|
2143
|
+
{
|
|
2144
|
+
"name": "Docs",
|
|
2145
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2146
|
+
}
|
|
2147
|
+
]
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "--mdui-typescale-display-small-weight",
|
|
2151
|
+
"description": {
|
|
2152
|
+
"kind": "markdown",
|
|
2153
|
+
"value": "Display Small font weight.\n\n**Example**:\n```css\n/* Set Display Small font weight */\n:root {\n --mdui-typescale-display-small-weight: 500;\n}\n\n/* Read Display Small font weight */\n.element {\n font-weight: var(--mdui-typescale-display-small-weight);\n}\n```\n"
|
|
2154
|
+
},
|
|
2155
|
+
"references": [
|
|
2156
|
+
{
|
|
2157
|
+
"name": "Docs",
|
|
2158
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "--mdui-typescale-display-small-line-height",
|
|
2164
|
+
"description": {
|
|
2165
|
+
"kind": "markdown",
|
|
2166
|
+
"value": "Display Small line height.\n\n**Example**:\n```css\n/* Set Display Small line height */\n:root {\n --mdui-typescale-display-small-line-height: 1.5;\n}\n\n/* Read Display Small line height */\n.element {\n line-height: var(--mdui-typescale-display-small-line-height);\n}\n```\n"
|
|
2167
|
+
},
|
|
2168
|
+
"references": [
|
|
2169
|
+
{
|
|
2170
|
+
"name": "Docs",
|
|
2171
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2172
|
+
}
|
|
2173
|
+
]
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "--mdui-typescale-display-small-size",
|
|
2177
|
+
"description": {
|
|
2178
|
+
"kind": "markdown",
|
|
2179
|
+
"value": "Display Small font size.\n\n**Example**:\n```css\n/* Set Display Small font size */\n:root {\n --mdui-typescale-display-small-size: 16px;\n}\n\n/* Read Display Small font size */\n.element {\n font-size: var(--mdui-typescale-display-small-size);\n}\n```\n"
|
|
2180
|
+
},
|
|
2181
|
+
"references": [
|
|
2182
|
+
{
|
|
2183
|
+
"name": "Docs",
|
|
2184
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2185
|
+
}
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "--mdui-typescale-display-small-tracking",
|
|
2190
|
+
"description": {
|
|
2191
|
+
"kind": "markdown",
|
|
2192
|
+
"value": "Display Small font tracking.\n\n**Example**:\n```css\n/* Set Display Small font tracking */\n:root {\n --mdui-typescale-display-small-tracking: 0.1;\n}\n\n/* Read Display Small font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-display-small-tracking);\n}\n```\n"
|
|
2193
|
+
},
|
|
2194
|
+
"references": [
|
|
2195
|
+
{
|
|
2196
|
+
"name": "Docs",
|
|
2197
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "--mdui-typescale-headline-large-weight",
|
|
2203
|
+
"description": {
|
|
2204
|
+
"kind": "markdown",
|
|
2205
|
+
"value": "Headline Large font weight.\n\n**Example**:\n```css\n/* Set Headline Large font weight */\n:root {\n --mdui-typescale-headline-large-weight: 500;\n}\n\n/* Read Headline Large font weight */\n.element {\n font-weight: var(--mdui-typescale-headline-large-weight);\n}\n```\n"
|
|
2206
|
+
},
|
|
2207
|
+
"references": [
|
|
2208
|
+
{
|
|
2209
|
+
"name": "Docs",
|
|
2210
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "--mdui-typescale-headline-large-line-height",
|
|
2216
|
+
"description": {
|
|
2217
|
+
"kind": "markdown",
|
|
2218
|
+
"value": "Headline Large line height.\n\n**Example**:\n```css\n/* Set Headline Large line height */\n:root {\n --mdui-typescale-headline-large-line-height: 1.5;\n}\n\n/* Read Headline Large line height */\n.element {\n line-height: var(--mdui-typescale-headline-large-line-height);\n}\n```\n"
|
|
2219
|
+
},
|
|
2220
|
+
"references": [
|
|
2221
|
+
{
|
|
2222
|
+
"name": "Docs",
|
|
2223
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2224
|
+
}
|
|
2225
|
+
]
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"name": "--mdui-typescale-headline-large-size",
|
|
2229
|
+
"description": {
|
|
2230
|
+
"kind": "markdown",
|
|
2231
|
+
"value": "Headline Large font size.\n\n**Example**:\n```css\n/* Set Headline Large font size */\n:root {\n --mdui-typescale-headline-large-size: 16px;\n}\n\n/* Read Headline Large font size */\n.element {\n font-size: var(--mdui-typescale-headline-large-size);\n}\n```\n"
|
|
2232
|
+
},
|
|
2233
|
+
"references": [
|
|
2234
|
+
{
|
|
2235
|
+
"name": "Docs",
|
|
2236
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "--mdui-typescale-headline-large-tracking",
|
|
2242
|
+
"description": {
|
|
2243
|
+
"kind": "markdown",
|
|
2244
|
+
"value": "Headline Large font tracking.\n\n**Example**:\n```css\n/* Set Headline Large font tracking */\n:root {\n --mdui-typescale-headline-large-tracking: 0.1;\n}\n\n/* Read Headline Large font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-headline-large-tracking);\n}\n```\n"
|
|
2245
|
+
},
|
|
2246
|
+
"references": [
|
|
2247
|
+
{
|
|
2248
|
+
"name": "Docs",
|
|
2249
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2250
|
+
}
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "--mdui-typescale-headline-medium-weight",
|
|
2255
|
+
"description": {
|
|
2256
|
+
"kind": "markdown",
|
|
2257
|
+
"value": "Headline Medium font weight.\n\n**Example**:\n```css\n/* Set Headline Medium font weight */\n:root {\n --mdui-typescale-headline-medium-weight: 500;\n}\n\n/* Read Headline Medium font weight */\n.element {\n font-weight: var(--mdui-typescale-headline-medium-weight);\n}\n```\n"
|
|
2258
|
+
},
|
|
2259
|
+
"references": [
|
|
2260
|
+
{
|
|
2261
|
+
"name": "Docs",
|
|
2262
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"name": "--mdui-typescale-headline-medium-line-height",
|
|
2268
|
+
"description": {
|
|
2269
|
+
"kind": "markdown",
|
|
2270
|
+
"value": "Headline Medium line height.\n\n**Example**:\n```css\n/* Set Headline Medium line height */\n:root {\n --mdui-typescale-headline-medium-line-height: 1.5;\n}\n\n/* Read Headline Medium line height */\n.element {\n line-height: var(--mdui-typescale-headline-medium-line-height);\n}\n```\n"
|
|
2271
|
+
},
|
|
2272
|
+
"references": [
|
|
2273
|
+
{
|
|
2274
|
+
"name": "Docs",
|
|
2275
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2276
|
+
}
|
|
2277
|
+
]
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "--mdui-typescale-headline-medium-size",
|
|
2281
|
+
"description": {
|
|
2282
|
+
"kind": "markdown",
|
|
2283
|
+
"value": "Headline Medium font size.\n\n**Example**:\n```css\n/* Set Headline Medium font size */\n:root {\n --mdui-typescale-headline-medium-size: 16px;\n}\n\n/* Read Headline Medium font size */\n.element {\n font-size: var(--mdui-typescale-headline-medium-size);\n}\n```\n"
|
|
2284
|
+
},
|
|
2285
|
+
"references": [
|
|
2286
|
+
{
|
|
2287
|
+
"name": "Docs",
|
|
2288
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2289
|
+
}
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "--mdui-typescale-headline-medium-tracking",
|
|
2294
|
+
"description": {
|
|
2295
|
+
"kind": "markdown",
|
|
2296
|
+
"value": "Headline Medium font tracking.\n\n**Example**:\n```css\n/* Set Headline Medium font tracking */\n:root {\n --mdui-typescale-headline-medium-tracking: 0.1;\n}\n\n/* Read Headline Medium font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-headline-medium-tracking);\n}\n```\n"
|
|
2297
|
+
},
|
|
2298
|
+
"references": [
|
|
2299
|
+
{
|
|
2300
|
+
"name": "Docs",
|
|
2301
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2302
|
+
}
|
|
2303
|
+
]
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"name": "--mdui-typescale-headline-small-weight",
|
|
2307
|
+
"description": {
|
|
2308
|
+
"kind": "markdown",
|
|
2309
|
+
"value": "Headline Small font weight.\n\n**Example**:\n```css\n/* Set Headline Small font weight */\n:root {\n --mdui-typescale-headline-small-weight: 500;\n}\n\n/* Read Headline Small font weight */\n.element {\n font-weight: var(--mdui-typescale-headline-small-weight);\n}\n```\n"
|
|
2310
|
+
},
|
|
2311
|
+
"references": [
|
|
2312
|
+
{
|
|
2313
|
+
"name": "Docs",
|
|
2314
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "--mdui-typescale-headline-small-line-height",
|
|
2320
|
+
"description": {
|
|
2321
|
+
"kind": "markdown",
|
|
2322
|
+
"value": "Headline Small line height.\n\n**Example**:\n```css\n/* Set Headline Small line height */\n:root {\n --mdui-typescale-headline-small-line-height: 1.5;\n}\n\n/* Read Headline Small line height */\n.element {\n line-height: var(--mdui-typescale-headline-small-line-height);\n}\n```\n"
|
|
2323
|
+
},
|
|
2324
|
+
"references": [
|
|
2325
|
+
{
|
|
2326
|
+
"name": "Docs",
|
|
2327
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"name": "--mdui-typescale-headline-small-size",
|
|
2333
|
+
"description": {
|
|
2334
|
+
"kind": "markdown",
|
|
2335
|
+
"value": "Headline Small font size.\n\n**Example**:\n```css\n/* Set Headline Small font size */\n:root {\n --mdui-typescale-headline-small-size: 16px;\n}\n\n/* Read Headline Small font size */\n.element {\n font-size: var(--mdui-typescale-headline-small-size);\n}\n```\n"
|
|
2336
|
+
},
|
|
2337
|
+
"references": [
|
|
2338
|
+
{
|
|
2339
|
+
"name": "Docs",
|
|
2340
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2341
|
+
}
|
|
2342
|
+
]
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "--mdui-typescale-headline-small-tracking",
|
|
2346
|
+
"description": {
|
|
2347
|
+
"kind": "markdown",
|
|
2348
|
+
"value": "Headline Small font tracking.\n\n**Example**:\n```css\n/* Set Headline Small font tracking */\n:root {\n --mdui-typescale-headline-small-tracking: 0.1;\n}\n\n/* Read Headline Small font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-headline-small-tracking);\n}\n```\n"
|
|
2349
|
+
},
|
|
2350
|
+
"references": [
|
|
2351
|
+
{
|
|
2352
|
+
"name": "Docs",
|
|
2353
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2354
|
+
}
|
|
2355
|
+
]
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"name": "--mdui-typescale-title-large-weight",
|
|
2359
|
+
"description": {
|
|
2360
|
+
"kind": "markdown",
|
|
2361
|
+
"value": "Title Large font weight.\n\n**Example**:\n```css\n/* Set Title Large font weight */\n:root {\n --mdui-typescale-title-large-weight: 500;\n}\n\n/* Read Title Large font weight */\n.element {\n font-weight: var(--mdui-typescale-title-large-weight);\n}\n```\n"
|
|
2362
|
+
},
|
|
2363
|
+
"references": [
|
|
2364
|
+
{
|
|
2365
|
+
"name": "Docs",
|
|
2366
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2367
|
+
}
|
|
2368
|
+
]
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "--mdui-typescale-title-large-line-height",
|
|
2372
|
+
"description": {
|
|
2373
|
+
"kind": "markdown",
|
|
2374
|
+
"value": "Title Large line height.\n\n**Example**:\n```css\n/* Set Title Large line height */\n:root {\n --mdui-typescale-title-large-line-height: 1.5;\n}\n\n/* Read Title Large line height */\n.element {\n line-height: var(--mdui-typescale-title-large-line-height);\n}\n```\n"
|
|
2375
|
+
},
|
|
2376
|
+
"references": [
|
|
2377
|
+
{
|
|
2378
|
+
"name": "Docs",
|
|
2379
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2380
|
+
}
|
|
2381
|
+
]
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "--mdui-typescale-title-large-size",
|
|
2385
|
+
"description": {
|
|
2386
|
+
"kind": "markdown",
|
|
2387
|
+
"value": "Title Large font size.\n\n**Example**:\n```css\n/* Set Title Large font size */\n:root {\n --mdui-typescale-title-large-size: 16px;\n}\n\n/* Read Title Large font size */\n.element {\n font-size: var(--mdui-typescale-title-large-size);\n}\n```\n"
|
|
2388
|
+
},
|
|
2389
|
+
"references": [
|
|
2390
|
+
{
|
|
2391
|
+
"name": "Docs",
|
|
2392
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2393
|
+
}
|
|
2394
|
+
]
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "--mdui-typescale-title-large-tracking",
|
|
2398
|
+
"description": {
|
|
2399
|
+
"kind": "markdown",
|
|
2400
|
+
"value": "Title Large font tracking.\n\n**Example**:\n```css\n/* Set Title Large font tracking */\n:root {\n --mdui-typescale-title-large-tracking: 0.1;\n}\n\n/* Read Title Large font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-title-large-tracking);\n}\n```\n"
|
|
2401
|
+
},
|
|
2402
|
+
"references": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "Docs",
|
|
2405
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2406
|
+
}
|
|
2407
|
+
]
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "--mdui-typescale-title-medium-weight",
|
|
2411
|
+
"description": {
|
|
2412
|
+
"kind": "markdown",
|
|
2413
|
+
"value": "Title Medium font weight.\n\n**Example**:\n```css\n/* Set Title Medium font weight */\n:root {\n --mdui-typescale-title-medium-weight: 500;\n}\n\n/* Read Title Medium font weight */\n.element {\n font-weight: var(--mdui-typescale-title-medium-weight);\n}\n```\n"
|
|
2414
|
+
},
|
|
2415
|
+
"references": [
|
|
2416
|
+
{
|
|
2417
|
+
"name": "Docs",
|
|
2418
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2419
|
+
}
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "--mdui-typescale-title-medium-line-height",
|
|
2424
|
+
"description": {
|
|
2425
|
+
"kind": "markdown",
|
|
2426
|
+
"value": "Title Medium line height.\n\n**Example**:\n```css\n/* Set Title Medium line height */\n:root {\n --mdui-typescale-title-medium-line-height: 1.5;\n}\n\n/* Read Title Medium line height */\n.element {\n line-height: var(--mdui-typescale-title-medium-line-height);\n}\n```\n"
|
|
2427
|
+
},
|
|
2428
|
+
"references": [
|
|
2429
|
+
{
|
|
2430
|
+
"name": "Docs",
|
|
2431
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "--mdui-typescale-title-medium-size",
|
|
2437
|
+
"description": {
|
|
2438
|
+
"kind": "markdown",
|
|
2439
|
+
"value": "Title Medium font size.\n\n**Example**:\n```css\n/* Set Title Medium font size */\n:root {\n --mdui-typescale-title-medium-size: 16px;\n}\n\n/* Read Title Medium font size */\n.element {\n font-size: var(--mdui-typescale-title-medium-size);\n}\n```\n"
|
|
2440
|
+
},
|
|
2441
|
+
"references": [
|
|
2442
|
+
{
|
|
2443
|
+
"name": "Docs",
|
|
2444
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "--mdui-typescale-title-medium-tracking",
|
|
2450
|
+
"description": {
|
|
2451
|
+
"kind": "markdown",
|
|
2452
|
+
"value": "Title Medium font tracking.\n\n**Example**:\n```css\n/* Set Title Medium font tracking */\n:root {\n --mdui-typescale-title-medium-tracking: 0.1;\n}\n\n/* Read Title Medium font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-title-medium-tracking);\n}\n```\n"
|
|
2453
|
+
},
|
|
2454
|
+
"references": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "Docs",
|
|
2457
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2458
|
+
}
|
|
2459
|
+
]
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "--mdui-typescale-title-small-weight",
|
|
2463
|
+
"description": {
|
|
2464
|
+
"kind": "markdown",
|
|
2465
|
+
"value": "Title Small font weight.\n\n**Example**:\n```css\n/* Set Title Small font weight */\n:root {\n --mdui-typescale-title-small-weight: 500;\n}\n\n/* Read Title Small font weight */\n.element {\n font-weight: var(--mdui-typescale-title-small-weight);\n}\n```\n"
|
|
2466
|
+
},
|
|
2467
|
+
"references": [
|
|
2468
|
+
{
|
|
2469
|
+
"name": "Docs",
|
|
2470
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "--mdui-typescale-title-small-line-height",
|
|
2476
|
+
"description": {
|
|
2477
|
+
"kind": "markdown",
|
|
2478
|
+
"value": "Title Small line height.\n\n**Example**:\n```css\n/* Set Title Small line height */\n:root {\n --mdui-typescale-title-small-line-height: 1.5;\n}\n\n/* Read Title Small line height */\n.element {\n line-height: var(--mdui-typescale-title-small-line-height);\n}\n```\n"
|
|
2479
|
+
},
|
|
2480
|
+
"references": [
|
|
2481
|
+
{
|
|
2482
|
+
"name": "Docs",
|
|
2483
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"name": "--mdui-typescale-title-small-size",
|
|
2489
|
+
"description": {
|
|
2490
|
+
"kind": "markdown",
|
|
2491
|
+
"value": "Title Small font size.\n\n**Example**:\n```css\n/* Set Title Small font size */\n:root {\n --mdui-typescale-title-small-size: 16px;\n}\n\n/* Read Title Small font size */\n.element {\n font-size: var(--mdui-typescale-title-small-size);\n}\n```\n"
|
|
2492
|
+
},
|
|
2493
|
+
"references": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "Docs",
|
|
2496
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "--mdui-typescale-title-small-tracking",
|
|
2502
|
+
"description": {
|
|
2503
|
+
"kind": "markdown",
|
|
2504
|
+
"value": "Title Small font tracking.\n\n**Example**:\n```css\n/* Set Title Small font tracking */\n:root {\n --mdui-typescale-title-small-tracking: 0.1;\n}\n\n/* Read Title Small font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-title-small-tracking);\n}\n```\n"
|
|
2505
|
+
},
|
|
2506
|
+
"references": [
|
|
2507
|
+
{
|
|
2508
|
+
"name": "Docs",
|
|
2509
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2510
|
+
}
|
|
2511
|
+
]
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "--mdui-typescale-label-large-weight",
|
|
2515
|
+
"description": {
|
|
2516
|
+
"kind": "markdown",
|
|
2517
|
+
"value": "Label Large font weight.\n\n**Example**:\n```css\n/* Set Label Large font weight */\n:root {\n --mdui-typescale-label-large-weight: 500;\n}\n\n/* Read Label Large font weight */\n.element {\n font-weight: var(--mdui-typescale-label-large-weight);\n}\n```\n"
|
|
2518
|
+
},
|
|
2519
|
+
"references": [
|
|
2520
|
+
{
|
|
2521
|
+
"name": "Docs",
|
|
2522
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "--mdui-typescale-label-large-line-height",
|
|
2528
|
+
"description": {
|
|
2529
|
+
"kind": "markdown",
|
|
2530
|
+
"value": "Label Large line height.\n\n**Example**:\n```css\n/* Set Label Large line height */\n:root {\n --mdui-typescale-label-large-line-height: 1.5;\n}\n\n/* Read Label Large line height */\n.element {\n line-height: var(--mdui-typescale-label-large-line-height);\n}\n```\n"
|
|
2531
|
+
},
|
|
2532
|
+
"references": [
|
|
2533
|
+
{
|
|
2534
|
+
"name": "Docs",
|
|
2535
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2536
|
+
}
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "--mdui-typescale-label-large-size",
|
|
2541
|
+
"description": {
|
|
2542
|
+
"kind": "markdown",
|
|
2543
|
+
"value": "Label Large font size.\n\n**Example**:\n```css\n/* Set Label Large font size */\n:root {\n --mdui-typescale-label-large-size: 16px;\n}\n\n/* Read Label Large font size */\n.element {\n font-size: var(--mdui-typescale-label-large-size);\n}\n```\n"
|
|
2544
|
+
},
|
|
2545
|
+
"references": [
|
|
2546
|
+
{
|
|
2547
|
+
"name": "Docs",
|
|
2548
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2549
|
+
}
|
|
2550
|
+
]
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "--mdui-typescale-label-large-tracking",
|
|
2554
|
+
"description": {
|
|
2555
|
+
"kind": "markdown",
|
|
2556
|
+
"value": "Label Large font tracking.\n\n**Example**:\n```css\n/* Set Label Large font tracking */\n:root {\n --mdui-typescale-label-large-tracking: 0.1;\n}\n\n/* Read Label Large font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-label-large-tracking);\n}\n```\n"
|
|
2557
|
+
},
|
|
2558
|
+
"references": [
|
|
2559
|
+
{
|
|
2560
|
+
"name": "Docs",
|
|
2561
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2562
|
+
}
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "--mdui-typescale-label-medium-weight",
|
|
2567
|
+
"description": {
|
|
2568
|
+
"kind": "markdown",
|
|
2569
|
+
"value": "Label Medium font weight.\n\n**Example**:\n```css\n/* Set Label Medium font weight */\n:root {\n --mdui-typescale-label-medium-weight: 500;\n}\n\n/* Read Label Medium font weight */\n.element {\n font-weight: var(--mdui-typescale-label-medium-weight);\n}\n```\n"
|
|
2570
|
+
},
|
|
2571
|
+
"references": [
|
|
2572
|
+
{
|
|
2573
|
+
"name": "Docs",
|
|
2574
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "--mdui-typescale-label-medium-line-height",
|
|
2580
|
+
"description": {
|
|
2581
|
+
"kind": "markdown",
|
|
2582
|
+
"value": "Label Medium line height.\n\n**Example**:\n```css\n/* Set Label Medium line height */\n:root {\n --mdui-typescale-label-medium-line-height: 1.5;\n}\n\n/* Read Label Medium line height */\n.element {\n line-height: var(--mdui-typescale-label-medium-line-height);\n}\n```\n"
|
|
2583
|
+
},
|
|
2584
|
+
"references": [
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Docs",
|
|
2587
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2588
|
+
}
|
|
2589
|
+
]
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "--mdui-typescale-label-medium-size",
|
|
2593
|
+
"description": {
|
|
2594
|
+
"kind": "markdown",
|
|
2595
|
+
"value": "Label Medium font size.\n\n**Example**:\n```css\n/* Set Label Medium font size */\n:root {\n --mdui-typescale-label-medium-size: 16px;\n}\n\n/* Read Label Medium font size */\n.element {\n font-size: var(--mdui-typescale-label-medium-size);\n}\n```\n"
|
|
2596
|
+
},
|
|
2597
|
+
"references": [
|
|
2598
|
+
{
|
|
2599
|
+
"name": "Docs",
|
|
2600
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2601
|
+
}
|
|
2602
|
+
]
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "--mdui-typescale-label-medium-tracking",
|
|
2606
|
+
"description": {
|
|
2607
|
+
"kind": "markdown",
|
|
2608
|
+
"value": "Label Medium font tracking.\n\n**Example**:\n```css\n/* Set Label Medium font tracking */\n:root {\n --mdui-typescale-label-medium-tracking: 0.1;\n}\n\n/* Read Label Medium font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-label-medium-tracking);\n}\n```\n"
|
|
2609
|
+
},
|
|
2610
|
+
"references": [
|
|
2611
|
+
{
|
|
2612
|
+
"name": "Docs",
|
|
2613
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"name": "--mdui-typescale-label-small-weight",
|
|
2619
|
+
"description": {
|
|
2620
|
+
"kind": "markdown",
|
|
2621
|
+
"value": "Label Small font weight.\n\n**Example**:\n```css\n/* Set Label Small font weight */\n:root {\n --mdui-typescale-label-small-weight: 500;\n}\n\n/* Read Label Small font weight */\n.element {\n font-weight: var(--mdui-typescale-label-small-weight);\n}\n```\n"
|
|
2622
|
+
},
|
|
2623
|
+
"references": [
|
|
2624
|
+
{
|
|
2625
|
+
"name": "Docs",
|
|
2626
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2627
|
+
}
|
|
2628
|
+
]
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"name": "--mdui-typescale-label-small-line-height",
|
|
2632
|
+
"description": {
|
|
2633
|
+
"kind": "markdown",
|
|
2634
|
+
"value": "Label Small line height.\n\n**Example**:\n```css\n/* Set Label Small line height */\n:root {\n --mdui-typescale-label-small-line-height: 1.5;\n}\n\n/* Read Label Small line height */\n.element {\n line-height: var(--mdui-typescale-label-small-line-height);\n}\n```\n"
|
|
2635
|
+
},
|
|
2636
|
+
"references": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "Docs",
|
|
2639
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2640
|
+
}
|
|
2641
|
+
]
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "--mdui-typescale-label-small-size",
|
|
2645
|
+
"description": {
|
|
2646
|
+
"kind": "markdown",
|
|
2647
|
+
"value": "Label Small font size.\n\n**Example**:\n```css\n/* Set Label Small font size */\n:root {\n --mdui-typescale-label-small-size: 16px;\n}\n\n/* Read Label Small font size */\n.element {\n font-size: var(--mdui-typescale-label-small-size);\n}\n```\n"
|
|
2648
|
+
},
|
|
2649
|
+
"references": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "Docs",
|
|
2652
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2653
|
+
}
|
|
2654
|
+
]
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"name": "--mdui-typescale-label-small-tracking",
|
|
2658
|
+
"description": {
|
|
2659
|
+
"kind": "markdown",
|
|
2660
|
+
"value": "Label Small font tracking.\n\n**Example**:\n```css\n/* Set Label Small font tracking */\n:root {\n --mdui-typescale-label-small-tracking: 0.1;\n}\n\n/* Read Label Small font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-label-small-tracking);\n}\n```\n"
|
|
2661
|
+
},
|
|
2662
|
+
"references": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "Docs",
|
|
2665
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"name": "--mdui-typescale-body-large-weight",
|
|
2671
|
+
"description": {
|
|
2672
|
+
"kind": "markdown",
|
|
2673
|
+
"value": "Body Large font weight.\n\n**Example**:\n```css\n/* Set Body Large font weight */\n:root {\n --mdui-typescale-body-large-weight: 500;\n}\n\n/* Read Body Large font weight */\n.element {\n font-weight: var(--mdui-typescale-body-large-weight);\n}\n```\n"
|
|
2674
|
+
},
|
|
2675
|
+
"references": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "Docs",
|
|
2678
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2679
|
+
}
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"name": "--mdui-typescale-body-large-line-height",
|
|
2684
|
+
"description": {
|
|
2685
|
+
"kind": "markdown",
|
|
2686
|
+
"value": "Body Large line height.\n\n**Example**:\n```css\n/* Set Body Large line height */\n:root {\n --mdui-typescale-body-large-line-height: 1.5;\n}\n\n/* Read Body Large line height */\n.element {\n line-height: var(--mdui-typescale-body-large-line-height);\n}\n```\n"
|
|
2687
|
+
},
|
|
2688
|
+
"references": [
|
|
2689
|
+
{
|
|
2690
|
+
"name": "Docs",
|
|
2691
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"name": "--mdui-typescale-body-large-size",
|
|
2697
|
+
"description": {
|
|
2698
|
+
"kind": "markdown",
|
|
2699
|
+
"value": "Body Large font size.\n\n**Example**:\n```css\n/* Set Body Large font size */\n:root {\n --mdui-typescale-body-large-size: 16px;\n}\n\n/* Read Body Large font size */\n.element {\n font-size: var(--mdui-typescale-body-large-size);\n}\n```\n"
|
|
2700
|
+
},
|
|
2701
|
+
"references": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "Docs",
|
|
2704
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2705
|
+
}
|
|
2706
|
+
]
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "--mdui-typescale-body-large-tracking",
|
|
2710
|
+
"description": {
|
|
2711
|
+
"kind": "markdown",
|
|
2712
|
+
"value": "Body Large font tracking.\n\n**Example**:\n```css\n/* Set Body Large font tracking */\n:root {\n --mdui-typescale-body-large-tracking: 0.1;\n}\n\n/* Read Body Large font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-body-large-tracking);\n}\n```\n"
|
|
2713
|
+
},
|
|
2714
|
+
"references": [
|
|
2715
|
+
{
|
|
2716
|
+
"name": "Docs",
|
|
2717
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2718
|
+
}
|
|
2719
|
+
]
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "--mdui-typescale-body-medium-weight",
|
|
2723
|
+
"description": {
|
|
2724
|
+
"kind": "markdown",
|
|
2725
|
+
"value": "Body Medium font weight.\n\n**Example**:\n```css\n/* Set Body Medium font weight */\n:root {\n --mdui-typescale-body-medium-weight: 500;\n}\n\n/* Read Body Medium font weight */\n.element {\n font-weight: var(--mdui-typescale-body-medium-weight);\n}\n```\n"
|
|
2726
|
+
},
|
|
2727
|
+
"references": [
|
|
2728
|
+
{
|
|
2729
|
+
"name": "Docs",
|
|
2730
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2731
|
+
}
|
|
2732
|
+
]
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "--mdui-typescale-body-medium-line-height",
|
|
2736
|
+
"description": {
|
|
2737
|
+
"kind": "markdown",
|
|
2738
|
+
"value": "Body Medium line height.\n\n**Example**:\n```css\n/* Set Body Medium line height */\n:root {\n --mdui-typescale-body-medium-line-height: 1.5;\n}\n\n/* Read Body Medium line height */\n.element {\n line-height: var(--mdui-typescale-body-medium-line-height);\n}\n```\n"
|
|
2739
|
+
},
|
|
2740
|
+
"references": [
|
|
2741
|
+
{
|
|
2742
|
+
"name": "Docs",
|
|
2743
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "--mdui-typescale-body-medium-size",
|
|
2749
|
+
"description": {
|
|
2750
|
+
"kind": "markdown",
|
|
2751
|
+
"value": "Body Medium font size.\n\n**Example**:\n```css\n/* Set Body Medium font size */\n:root {\n --mdui-typescale-body-medium-size: 16px;\n}\n\n/* Read Body Medium font size */\n.element {\n font-size: var(--mdui-typescale-body-medium-size);\n}\n```\n"
|
|
2752
|
+
},
|
|
2753
|
+
"references": [
|
|
2754
|
+
{
|
|
2755
|
+
"name": "Docs",
|
|
2756
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2757
|
+
}
|
|
2758
|
+
]
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "--mdui-typescale-body-medium-tracking",
|
|
2762
|
+
"description": {
|
|
2763
|
+
"kind": "markdown",
|
|
2764
|
+
"value": "Body Medium font tracking.\n\n**Example**:\n```css\n/* Set Body Medium font tracking */\n:root {\n --mdui-typescale-body-medium-tracking: 0.1;\n}\n\n/* Read Body Medium font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-body-medium-tracking);\n}\n```\n"
|
|
2765
|
+
},
|
|
2766
|
+
"references": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "Docs",
|
|
2769
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2770
|
+
}
|
|
2771
|
+
]
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "--mdui-typescale-body-small-weight",
|
|
2775
|
+
"description": {
|
|
2776
|
+
"kind": "markdown",
|
|
2777
|
+
"value": "Body Small font weight.\n\n**Example**:\n```css\n/* Set Body Small font weight */\n:root {\n --mdui-typescale-body-small-weight: 500;\n}\n\n/* Read Body Small font weight */\n.element {\n font-weight: var(--mdui-typescale-body-small-weight);\n}\n```\n"
|
|
2778
|
+
},
|
|
2779
|
+
"references": [
|
|
2780
|
+
{
|
|
2781
|
+
"name": "Docs",
|
|
2782
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "--mdui-typescale-body-small-line-height",
|
|
2788
|
+
"description": {
|
|
2789
|
+
"kind": "markdown",
|
|
2790
|
+
"value": "Body Small line height.\n\n**Example**:\n```css\n/* Set Body Small line height */\n:root {\n --mdui-typescale-body-small-line-height: 1.5;\n}\n\n/* Read Body Small line height */\n.element {\n line-height: var(--mdui-typescale-body-small-line-height);\n}\n```\n"
|
|
2791
|
+
},
|
|
2792
|
+
"references": [
|
|
2793
|
+
{
|
|
2794
|
+
"name": "Docs",
|
|
2795
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2796
|
+
}
|
|
2797
|
+
]
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "--mdui-typescale-body-small-size",
|
|
2801
|
+
"description": {
|
|
2802
|
+
"kind": "markdown",
|
|
2803
|
+
"value": "Body Small font size.\n\n**Example**:\n```css\n/* Set Body Small font size */\n:root {\n --mdui-typescale-body-small-size: 16px;\n}\n\n/* Read Body Small font size */\n.element {\n font-size: var(--mdui-typescale-body-small-size);\n}\n```\n"
|
|
2804
|
+
},
|
|
2805
|
+
"references": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "Docs",
|
|
2808
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2809
|
+
}
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "--mdui-typescale-body-small-tracking",
|
|
2814
|
+
"description": {
|
|
2815
|
+
"kind": "markdown",
|
|
2816
|
+
"value": "Body Small font tracking.\n\n**Example**:\n```css\n/* Set Body Small font tracking */\n:root {\n --mdui-typescale-body-small-tracking: 0.1;\n}\n\n/* Read Body Small font tracking */\n.element {\n letter-spacing: var(--mdui-typescale-body-small-tracking);\n}\n```\n"
|
|
2817
|
+
},
|
|
2818
|
+
"references": [
|
|
2819
|
+
{
|
|
2820
|
+
"name": "Docs",
|
|
2821
|
+
"url": "https://www.mdui.org/en/docs/2/styles/design-tokens#typescale"
|
|
2822
|
+
}
|
|
2823
|
+
]
|
|
2824
|
+
}
|
|
2825
|
+
]
|
|
2826
|
+
}
|