@iress-oss/ids-mcp-server 5.15.0 → 5.20.1

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.
Files changed (132) hide show
  1. package/generated/docs/components_components-alert-docs.md +492 -0
  2. package/generated/docs/components_components-autocomplete-docs.md +3485 -0
  3. package/generated/docs/{components-autocomplete-recipes-docs.md → components_components-autocomplete-recipes-docs.md} +32 -14
  4. package/generated/docs/{components-badge-docs.md → components_components-badge-docs.md} +222 -30
  5. package/generated/docs/components_components-button-docs.md +2078 -0
  6. package/generated/docs/components_components-button-recipes-docs.md +37 -0
  7. package/generated/docs/components_components-buttongroup-docs.md +1045 -0
  8. package/generated/docs/components_components-card-docs.md +2276 -0
  9. package/generated/docs/{components-card-recipes-docs.md → components_components-card-recipes-docs.md} +131 -14
  10. package/generated/docs/components_components-checkbox-docs.md +1054 -0
  11. package/generated/docs/{components-checkboxgroup-docs.md → components_components-checkboxgroup-docs.md} +1000 -81
  12. package/generated/docs/{components-checkboxgroup-recipes-docs.md → components_components-checkboxgroup-recipes-docs.md} +101 -11
  13. package/generated/docs/{components-col-docs.md → components_components-col-docs.md} +331 -58
  14. package/generated/docs/components_components-combobox-docs.md +3767 -0
  15. package/generated/docs/{components-container-docs.md → components_components-container-docs.md} +61 -24
  16. package/generated/docs/{components-divider-docs.md → components_components-divider-docs.md} +83 -24
  17. package/generated/docs/{components-expander-docs.md → components_components-expander-docs.md} +264 -33
  18. package/generated/docs/{components-field-docs.md → components_components-field-docs.md} +814 -120
  19. package/generated/docs/components_components-filter-docs.md +4080 -0
  20. package/generated/docs/{components-form-docs.md → components_components-form-docs.md} +1515 -353
  21. package/generated/docs/{components-form-recipes-docs.md → components_components-form-recipes-docs.md} +170 -54
  22. package/generated/docs/components_components-hide-docs.md +293 -0
  23. package/generated/docs/components_components-icon-docs.md +1337 -0
  24. package/generated/docs/{components-inline-docs.md → components_components-inline-docs.md} +462 -42
  25. package/generated/docs/components_components-input-docs.md +1468 -0
  26. package/generated/docs/components_components-input-recipes-docs.md +367 -0
  27. package/generated/docs/components_components-inputcurrency-docs.md +432 -0
  28. package/generated/docs/{components-inputcurrency-recipes-docs.md → components_components-inputcurrency-recipes-docs.md} +110 -17
  29. package/generated/docs/components_components-label-docs.md +323 -0
  30. package/generated/docs/components_components-menu-docs.md +2345 -0
  31. package/generated/docs/components_components-menu-menuitem-docs.md +633 -0
  32. package/generated/docs/{components-modal-docs.md → components_components-modal-docs.md} +1625 -232
  33. package/generated/docs/components_components-navbar-docs.md +1847 -0
  34. package/generated/docs/{components-navbar-recipes-docs.md → components_components-navbar-recipes-docs.md} +697 -39
  35. package/generated/docs/{components-panel-docs.md → components_components-panel-docs.md} +754 -57
  36. package/generated/docs/components_components-placeholder-docs.md +92 -0
  37. package/generated/docs/components_components-popover-docs.md +1641 -0
  38. package/generated/docs/{components-popover-recipes-docs.md → components_components-popover-recipes-docs.md} +347 -17
  39. package/generated/docs/components_components-progress-docs.md +115 -0
  40. package/generated/docs/{components-provider-docs.md → components_components-provider-docs.md} +41 -32
  41. package/generated/docs/components_components-radio-docs.md +491 -0
  42. package/generated/docs/{components-radiogroup-docs.md → components_components-radiogroup-docs.md} +943 -75
  43. package/generated/docs/components_components-readonly-docs.md +263 -0
  44. package/generated/docs/components_components-richselect-docs.md +6497 -0
  45. package/generated/docs/{components-row-docs.md → components_components-row-docs.md} +353 -43
  46. package/generated/docs/{components-select-docs.md → components_components-select-docs.md} +719 -61
  47. package/generated/docs/components_components-skeleton-docs.md +480 -0
  48. package/generated/docs/{components-skeleton-recipes-docs.md → components_components-skeleton-recipes-docs.md} +50 -10
  49. package/generated/docs/{components-skiplink-docs.md → components_components-skiplink-docs.md} +53 -14
  50. package/generated/docs/components_components-slideout-docs.md +2262 -0
  51. package/generated/docs/components_components-slider-docs.md +1276 -0
  52. package/generated/docs/components_components-spinner-docs.md +82 -0
  53. package/generated/docs/{components-stack-docs.md → components_components-stack-docs.md} +223 -40
  54. package/generated/docs/components_components-table-docs.md +3651 -0
  55. package/generated/docs/components_components-tabset-docs.md +772 -0
  56. package/generated/docs/components_components-tabset-tab-docs.md +262 -0
  57. package/generated/docs/components_components-tag-docs.md +259 -0
  58. package/generated/docs/{components-text-docs.md → components_components-text-docs.md} +491 -51
  59. package/generated/docs/{components-toaster-docs.md → components_components-toaster-docs.md} +181 -79
  60. package/generated/docs/components_components-toaster-toast-docs.md +634 -0
  61. package/generated/docs/components_components-toggle-docs.md +461 -0
  62. package/generated/docs/{components-tooltip-docs.md → components_components-tooltip-docs.md} +286 -41
  63. package/generated/docs/{components-validationmessage-docs.md → components_components-validationmessage-docs.md} +230 -61
  64. package/generated/docs/components_contact-us-docs.md +12 -0
  65. package/generated/docs/{foundations-accessibility-docs.md → components_foundations-accessibility-docs.md} +11 -21
  66. package/generated/docs/{foundations-colours-docs.md → components_foundations-colour-030-colours.md} +8 -15
  67. package/generated/docs/{foundations-consistency-docs.md → components_foundations-consistency-docs.md} +12 -20
  68. package/generated/docs/{foundations-content-docs.md → components_foundations-content-docs.md} +6 -11
  69. package/generated/docs/components_foundations-introduction-docs.md +15 -0
  70. package/generated/docs/{foundations-principles-docs.md → components_foundations-principles-docs.md} +14 -24
  71. package/generated/docs/components_foundations-typography-docs.md +608 -0
  72. package/generated/docs/{foundations-user-experience-docs.md → components_foundations-user-experience-docs.md} +16 -26
  73. package/generated/docs/{foundations-visual-design-docs.md → components_foundations-visual-design-docs.md} +10 -17
  74. package/generated/docs/{frequently-asked-questions-docs.md → components_frequently-asked-questions-docs.md} +14 -23
  75. package/generated/docs/components_get-started-develop-docs.md +84 -0
  76. package/generated/docs/components_get-started-using-storybook-docs.md +55 -0
  77. package/generated/docs/components_introduction-docs.md +15 -0
  78. package/generated/docs/{patterns-loading-docs.md → components_patterns-loading-docs.md} +711 -143
  79. package/generated/docs/components_resources-changelog-docs.md +4 -0
  80. package/generated/docs/{resources-code-katas-docs.md → components_resources-code-katas-docs.md} +5 -9
  81. package/generated/docs/{resources-migration-guides-from-v4-to-v5-docs.md → components_resources-migration-guides-from-v4-to-v5-docs.md} +54 -239
  82. package/generated/docs/{versions-docs.md → components_versions-docs.md} +5 -8
  83. package/generated/docs/guidelines.md +484 -200
  84. package/generated/docs/introduction-docs.md +19 -30
  85. package/package.json +41 -45
  86. package/generated/docs/components-alert-docs.md +0 -130
  87. package/generated/docs/components-autocomplete-docs.md +0 -754
  88. package/generated/docs/components-button-docs.md +0 -362
  89. package/generated/docs/components-button-recipes-docs.md +0 -76
  90. package/generated/docs/components-buttongroup-docs.md +0 -310
  91. package/generated/docs/components-card-docs.md +0 -494
  92. package/generated/docs/components-checkbox-docs.md +0 -193
  93. package/generated/docs/components-combobox-docs.md +0 -1016
  94. package/generated/docs/components-filter-docs.md +0 -1109
  95. package/generated/docs/components-hide-docs.md +0 -265
  96. package/generated/docs/components-icon-docs.md +0 -553
  97. package/generated/docs/components-input-docs.md +0 -335
  98. package/generated/docs/components-input-recipes-docs.md +0 -140
  99. package/generated/docs/components-inputcurrency-docs.md +0 -157
  100. package/generated/docs/components-label-docs.md +0 -135
  101. package/generated/docs/components-menu-docs.md +0 -704
  102. package/generated/docs/components-menu-menuitem-docs.md +0 -193
  103. package/generated/docs/components-navbar-docs.md +0 -291
  104. package/generated/docs/components-placeholder-docs.md +0 -27
  105. package/generated/docs/components-popover-docs.md +0 -464
  106. package/generated/docs/components-progress-docs.md +0 -104
  107. package/generated/docs/components-radio-docs.md +0 -107
  108. package/generated/docs/components-readonly-docs.md +0 -89
  109. package/generated/docs/components-richselect-docs.md +0 -2433
  110. package/generated/docs/components-skeleton-docs.md +0 -214
  111. package/generated/docs/components-slideout-docs.md +0 -538
  112. package/generated/docs/components-slider-docs.md +0 -346
  113. package/generated/docs/components-spinner-docs.md +0 -59
  114. package/generated/docs/components-table-ag-grid-docs.md +0 -1074
  115. package/generated/docs/components-table-docs.md +0 -1305
  116. package/generated/docs/components-tabset-docs.md +0 -341
  117. package/generated/docs/components-tabset-tab-docs.md +0 -86
  118. package/generated/docs/components-tag-docs.md +0 -115
  119. package/generated/docs/components-toaster-toast-docs.md +0 -157
  120. package/generated/docs/components-toggle-docs.md +0 -158
  121. package/generated/docs/contact-us-docs.md +0 -27
  122. package/generated/docs/extensions-editor-docs.md +0 -288
  123. package/generated/docs/extensions-editor-recipes-docs.md +0 -39
  124. package/generated/docs/foundations-introduction-docs.md +0 -17
  125. package/generated/docs/foundations-typography-docs.md +0 -191
  126. package/generated/docs/get-started-develop-docs.md +0 -209
  127. package/generated/docs/get-started-using-storybook-docs.md +0 -68
  128. package/generated/docs/resources-changelog-docs.md +0 -6
  129. package/generated/docs/themes-available-themes-docs.md +0 -66
  130. package/generated/docs/themes-introduction-docs.md +0 -121
  131. package/generated/docs/themes-tokens-docs.md +0 -1200
  132. /package/{LICENSE.txt → LICENSE} +0 -0
@@ -1,1200 +0,0 @@
1
- [](#tokens)Tokens
2
- =================
3
-
4
- Design tokens are an integral part of the design system. They help us create consistency across components and simplify our theming ecosystem.
5
-
6
- [](#what-are-tokens)What are tokens?
7
- ------------------------------------
8
-
9
- Tokens are a set of variables that define the design properties of a component. They are used to define the visual properties of a component, such as colours, typography, spacing, and more.
10
-
11
- Upcoming changes to tokens
12
- --------------------------
13
-
14
- IDS is introducing a new token system to simplify the design token structure.
15
-
16
- To minimise the number of tokens, we have stripped out the majority of semantic conventions and use more brand-related tokens, as these are easier to use and the only ones likely to change between themes. Due to this change, we have reduced the number of tokens from 1000+ to 103 tokens.
17
-
18
- This is to ensure it is easier to use and maintain a consistent experience across all Iress products.
19
-
20
- [](#how-to-use-the-tokens)How to use the tokens
21
- -----------------------------------------------
22
-
23
- You can use the tokens directly by using the `theme` object from `@iress/ids-themes`.
24
-
25
- \[data-radix-scroll-area-viewport\] {
26
- scrollbar-width: none;
27
- -ms-overflow-style: none;
28
- -webkit-overflow-scrolling: touch;
29
- }
30
- \[data-radix-scroll-area-viewport\]::-webkit-scrollbar {
31
- display: none;
32
- }
33
- :where(\[data-radix-scroll-area-viewport\]) {
34
- display: flex;
35
- flex-direction: column;
36
- align-items: stretch;
37
- }
38
- :where(\[data-radix-scroll-area-content\]) {
39
- flex-grow: 1;
40
- }
41
-
42
- import { theme } from '@iress/ids-themes';
43
- <div style\={{ color: theme.colour.primary.text }}\>I am branded text</div\>;
44
-
45
- Copy
46
-
47
- [](#token-list)Token list
48
- -------------------------
49
-
50
- The table below shows all the new and old tokens in the design system. Use the filters to narrow down the list of tokens.
51
-
52
- Columns: 2 selected
53
-
54
- labeldescription
55
-
56
- * * *
57
-
58
- typedefaultValuedeprecatedreadonly
59
-
60
- None selected
61
-
62
- Tokens (1127)
63
- | Name
64
- | Description
65
-
66
- |
67
- | --- | --- |
68
- | g.page.background.color | Page background colour |
69
- | g.inactive.color | Inactive state colour |
70
- | g.inactive.contrast.color | Inactive state contrast colour |
71
- | g.background.color | Default background colour |
72
- | g.background.colorAlt | Alt background colour |
73
- | g.small.border.radius | Border radius - small |
74
- | g.border.radius | Border radius |
75
- | g.border.width | Border width |
76
- | g.border.color | Border colour |
77
- | g.form.border.color | Form elements border colour |
78
- | g.primary.color | Primary colour |
79
- | g.primary.contrast.color | Primary contrast colour |
80
- | g.primary.hover.color | Primary colour (hover) |
81
- | g.box.shadow.color | Box shadow colour |
82
- | g.hover.background.color | Hover state background colour |
83
- | g.hover.text.color | Hover state text colour |
84
- | g.focus.width | Global focus width |
85
- | g.focus.color | Global focus colour |
86
- | g.spacing.rem | Spacing |
87
- | g.spacing.xs | Spacing (xs) |
88
- | g.spacing.sm | Spacing (sm) |
89
- | g.spacing.md | Spacing (md) |
90
- | g.spacing.lg | Spacing (lg) |
91
- | g.spacing.xl | Spacing (xl) |
92
- | g.spacing.ratio.xs | Xs spacing ratio |
93
- | g.spacing.ratio.sm | Sm spacing ratio |
94
- | g.spacing.ratio.md | Md spacing ratio |
95
- | g.spacing.ratio.lg | Lg spacing ratio |
96
- | g.spacing.ratio.xl | Xl spacing ratio |
97
- | g.danger.color | Danger colour |
98
- | g.danger.contrast.color | Danger contrast colour |
99
- | g.info.color | Info colour |
100
- | g.info.contrast.color | Info contrast colour |
101
- | g.success.color | Success colour |
102
- | g.success.contrast.color | Success contrast colour |
103
- | g.warning.color | Warning colour |
104
- | g.warning.contrast.color | Warning contrast colour |
105
- | g.positive.color | Positive colour |
106
- | g.positive.contrast.color | Positive contrast colour |
107
- | g.negative.color | Negative colour |
108
- | g.negative.contrast.color | Negative contrast colour |
109
- | g.font.family | Font family |
110
- | g.font.weight | Font weight |
111
- | g.font.size.rem | Font size |
112
- | g.font.size.xxxs | Font size (xxxs) |
113
- | g.font.size.xxs | Font size (xxs) |
114
- | g.font.size.xs | Font size (xs) |
115
- | g.font.size.sm | Font size (sm) |
116
- | g.font.size.md | Font size (md) |
117
- | g.font.size.lg | Font size (lg) |
118
- | g.font.size.xl | Font size (xl) |
119
- | g.font.size.xxl | Font size (xxl) |
120
- | g.font.size.xxxl | Font size (xxxl) |
121
- | g.font.size.xxxxl | Font size (xxxxl) |
122
- | g.heading.font.weight | Heading font weight |
123
- | g.label.font.weight | Label font weight |
124
- | g.line.height | Global line height |
125
- | g.link.text.color | Link text colour |
126
- | g.muted.text.color | Muted text colour |
127
- | g.text.color | Text colour |
128
- | g.transition.hover.duration | Global transition hover duration |
129
- | g.transition.hover.type | Global transition hover type |
130
- | g.animation.duration | Global animation duration |
131
- | g.animation.type | Global animation type |
132
- | a.button.border.radius | Button border radius |
133
- | a.button.border.width | Alias border width for buttons |
134
- | a.layout.background.color | Layout background colour |
135
- | a.layout.hover.text.color | Alias for layout components text colour in hover state |
136
- | a.layout.hover.background.color | Alias for layout components background colour in hover state |
137
- | a.form.background.color | Form elements background colour |
138
- | a.form.border.radius | Form elements border radius |
139
- | a.form.border.width | Alias border width for forms |
140
- | a.form.font.family | Alias token for form element font family |
141
- | a.form.line.height | Alias token for form element line height |
142
- | a.form.hover.text.color | Alias for form element text colour in hover state |
143
- | a.form.hover.background.color | Alias for form element background colour in hover state |
144
- | a.label.text.color | Label text colour |
145
- | a.active.background.color | Active state background colour |
146
- | a.active.border.color | Active state border colour |
147
- | a.active.contrast.color | Active state text colour |
148
- | a.active.hover.background.color | Active state background colour (hover) |
149
- | a.active.hover.border.color | Active state border colour (hover) |
150
- | a.horizontal.spacing.xs | Horizontal spacing (xs) |
151
- | a.horizontal.spacing.sm | Horizontal spacing (sm) |
152
- | a.horizontal.spacing.md | Horizontal spacing (md) |
153
- | a.horizontal.spacing.lg | Horizontal spacing (lg) |
154
- | a.horizontal.spacing.xl | Horizontal spacing (xl) |
155
- | a.vertical.spacing.xs | Vertical spacing (xs) |
156
- | a.vertical.spacing.sm | Vertical spacing (sm) |
157
- | a.vertical.spacing.md | Vertical spacing (md) |
158
- | a.vertical.spacing.lg | Vertical spacing (lg) |
159
- | a.vertical.spacing.xl | Vertical spacing (xl) |
160
- | a.danger.text.color | Alias token for danger text color |
161
- | a.danger.background.color | Alias token for danger background color |
162
- | a.danger.border.color | Alias token for danger border color |
163
- | a.danger.hover.background.color | Danger background colour (hover) |
164
- | a.danger.hover.text.color | Danger text colour (hover) |
165
- | a.warning.text.color | Alias token for warning text color |
166
- | a.warning.background.color | Alias token for warning background color |
167
- | a.warning.border.color | Alias token for warning border color |
168
- | a.warning.hover.background.color | Warning background colour (hover) |
169
- | a.warning.hover.text.color | Warning text colour (hover) |
170
- | a.success.text.color | Alias token for success text color |
171
- | a.success.background.color | Alias token for success background color |
172
- | a.success.border.color | Alias token for success border color |
173
- | a.success.hover.background.color | Success background colour (hover) |
174
- | a.success.hover.text.color | Success text colour (hover) |
175
- | a.info.text.color | Alias token for info text color |
176
- | a.info.background.color | Alias token for info background color |
177
- | a.info.border.color | Alias token for info border color |
178
- | a.info.hover.background.color | Info background colour (hover) |
179
- | a.info.hover.text.color | Info text colour (hover) |
180
- | a.negative.background.color | Alias token for negative background color |
181
- | a.negative.border.color | Alias token for negative border color |
182
- | a.negative.hover.background.color | Negative background colour (hover) |
183
- | a.negative.hover.text.color | Negative text colour (hover) |
184
- | a.negative.text.color | Alias token for negative text color |
185
- | a.positive.background.color | Alias token for positive background color |
186
- | a.positive.border.color | Alias token for positive border color |
187
- | a.positive.hover.background.color | Positive background colour (hover) |
188
- | a.positive.hover.text.color | Positive text colour (hover) |
189
- | a.positive.text.color | Alias token for positive text color |
190
- | a.heading.text.color | Heading text colour |
191
- | a.heading.font.family | Heading font family |
192
- | a.display.text.color | Display text colour |
193
- | a.display.font.weight | Display text font weight |
194
- | a.display.font.family | Display text font family |
195
- | a.lead.font.weight | Lead text font weight |
196
- | a.lead.text.color | Lead text colour |
197
- | a.link.hover.text.color | Link text colour (hover) |
198
- | a.link.active.text.color | Link text colour (active) |
199
- | a.muted.font.weight | Muted text font weight |
200
- | alert.font.size | Alert font size |
201
- | alert.font.weight | Alert font weight |
202
- | alert.font.family | Alert font family |
203
- | alert.text.color | Alert text color |
204
- | alert.heading.font.family | Alert heading font family |
205
- | alert.heading.font.size | Alert heading font size |
206
- | alert.heading.font.weight | Alert heading font weight |
207
- | alert.heading.margin.bottom | Alert bottom margin on the alert heading |
208
- | alert.heading.margin.right | Alert right margin on the alert heading |
209
- | alert.border.left.width | Alert left border width |
210
- | alert.border.right.width | Alert right border width |
211
- | alert.border.top.width | Alert top border width |
212
- | alert.border.bottom.width | Alert bottom border width |
213
- | alert.border.radius | Alert border radius |
214
- | alert.padding.x | Alert horizontal padding |
215
- | alert.padding.y | Alert vertical padding |
216
- | alert.margin.bottom | Alert bottom margin |
217
- | alert.background.color | Alert background color |
218
- | alert.danger.text.color | Alert text color (danger) |
219
- | alert.danger.background.color | Alert background color (danger) |
220
- | alert.danger.border.color | Alert border color (danger) |
221
- | alert.danger.heading.text.color | Alert heading text color (danger) |
222
- | alert.info.text.color | Alert text color (info) |
223
- | alert.info.background.color | Alert background color (info) |
224
- | alert.info.border.color | Alert border color (info) |
225
- | alert.info.heading.text.color | Alert heading text color (info) |
226
- | alert.success.text.color | Alert text color (success) |
227
- | alert.success.background.color | Alert background color (success) |
228
- | alert.success.border.color | Alert border color (success) |
229
- | alert.success.heading.text.color | Alert heading text color (success) |
230
- | alert.warning.text.color | Alert text color (warning) |
231
- | alert.warning.background.color | Alert background color (warning) |
232
- | alert.warning.border.color | Alert border color (warning) |
233
- | alert.warning.heading.text.color | Alert heading text color (warning) |
234
- | backdrop.background.color | Backdrop background Color |
235
- | backdrop.opacity | Backdrop opacity |
236
- | backdrop.transition.duration | Backdrop enter/exit transition duration |
237
- | backdrop.transition.type | Backdrop enter/exit transition type |
238
- | badge.font.size | Badge font size |
239
- | badge.font.family | Badge font family |
240
- | badge.font.weight | Badge font weight |
241
- | badge.border.radius | Badge border radius |
242
- | badge.border.width | Badge border width |
243
- | badge.size | Badge size |
244
- | badge.padding.x | Badge horizontal padding |
245
- | badge.padding.y | Badge vertical padding |
246
- | badge.success.background.color | Badge success background color |
247
- | badge.success.border.color | Badge success border color |
248
- | badge.success.text.color | Badge success text color |
249
- | badge.warning.background.color | Badge warning background color |
250
- | badge.warning.border.color | Badge warning border color |
251
- | badge.warning.text.color | Badge warning text color |
252
- | badge.danger.background.color | Badge danger background color |
253
- | badge.danger.border.color | Badge danger border color |
254
- | badge.danger.text.color | Badge danger text color |
255
- | badge.info.background.color | Badge info background color |
256
- | badge.info.border.color | Badge info border color |
257
- | badge.info.text.color | Badge info text color |
258
- | badge.negative.background.color | Badge negative background color |
259
- | badge.negative.border.color | Badge negative border color |
260
- | badge.negative.text.color | Badge negative text color |
261
- | badge.positive.background.color | Badge positive background color |
262
- | badge.positive.border.color | Badge positive border color |
263
- | badge.positive.text.color | Badge positive text color |
264
- | badge.transparent.background.color | Badge transparent background color |
265
- | badge.transparent.border.color | Badge transparent border color |
266
- | badge.transparent.text.color | Badge transparent text color |
267
- | badge.default.background.color | Badge default background color |
268
- | badge.default.border.color | Badge default border color |
269
- | badge.default.text.color | Badge default text color |
270
- | badge.alt.background.color | Badge background-alt background color |
271
- | badge.alt.border.color | Badge background-alt border color |
272
- | badge.alt.text.color | Badge background-alt text color |
273
- | buttonGroup.background.color | ButtonGroup background colour |
274
- | buttonGroup.padding | ButtonGroup padding |
275
- | buttonGroup.border.radius | ButtonGroup border radius |
276
- | buttonGroup.border.width | ButtonGroup border width |
277
- | buttonGroup.border.color | ButtonGroup border colour |
278
- | buttonGroup.label.font.family | Button Group label text font family |
279
- | buttonGroup.label.font.size | Button Group label text font size |
280
- | buttonGroup.label.font.weight | Button Group label text font weight |
281
- | buttonGroup.label.text.color | Button Group label text color |
282
- | buttonGroup.label.margin.bottom | ButtonGroup label margin bottom |
283
- | buttonGroup.button.border.width | ButtonGroup button border width |
284
- | buttonGroup.button.border.radius | ButtonGroup button border radius |
285
- | buttonGroup.button.padding.x | ButtonGroup button horizontal padding |
286
- | buttonGroup.button.padding.y | ButtonGroup button vertical padding |
287
- | buttonGroup.button.min.height | ButtonGroup button minimum height |
288
- | buttonGroup.button.margin.right | ButtonGroup button right margin |
289
- | buttonGroup.button.inactive.background.color | ButtonGroup inactive button background color |
290
- | buttonGroup.button.inactive.text.color | ButtonGroup inactive button text color |
291
- | buttonGroup.button.inactive.border.color | ButtonGroup inactive button border color |
292
- | buttonGroup.button.inactive.hover.background.color | ButtonGroup inactive button background color in hover state |
293
- | buttonGroup.button.inactive.hover.text.color | ButtonGroup inactive button text color in hover state |
294
- | buttonGroup.button.inactive.active.background.color | ButtonGroup inactive button background color in active state |
295
- | buttonGroup.button.inactive.active.text.color | ButtonGroup inactive button text color in active state |
296
- | buttonGroup.button.active.background.color | ButtonGroup active button background color |
297
- | buttonGroup.button.active.text.color | ButtonGroup active button text color |
298
- | buttonGroup.button.active.border.color | ButtonGroup active button border color |
299
- | buttonGroup.button.active.hover.background.color | ButtonGroup active button background color in hover state |
300
- | buttonGroup.button.active.hover.text.color | ButtonGroup active button text color in hover state |
301
- | buttonGroup.button.active.active.background.color | ButtonGroup active button background color in active state |
302
- | buttonGroup.button.active.active.text.color | ButtonGroup active button text color in active state |
303
- | button.border.width | Button border width |
304
- | button.border.radius | Button border radius |
305
- | button.font.family | Button font family |
306
- | button.font.size | Button font size |
307
- | button.font.weight | Button font weight |
308
- | button.line.height | Button line height |
309
- | button.padding.x | Button horizontal padding |
310
- | button.padding.y | Button vertical padding |
311
- | button.transition.hover.type | Button hover transition type |
312
- | button.transition.hover.duration | Button hover transition duration |
313
- | button.animation.active | Button active animation |
314
- | button.slot.margin.x | Button horizontal margin between named slot and default |
315
- | button.primary.background.color | Button primary background colour |
316
- | button.primary.background.image | Button primary background image |
317
- | button.primary.box.shadow.size | Button primary box shadow size |
318
- | button.primary.box.shadow.color | Button primary box shadow color |
319
- | button.primary.border.color | Button primary border colour |
320
- | button.primary.text.color | Button primary text colour |
321
- | button.primary.text.decoration | Button primary text-decoration |
322
- | button.primary.hover.background.color | Button primary background colour (hover) |
323
- | button.primary.hover.background.image | Button primary background image (hover) |
324
- | button.primary.hover.text.color | Button primary text colour (hover) |
325
- | button.primary.hover.text.decoration | Button primary text-decoration (hover) |
326
- | button.primary.hover.box.shadow.size | Button primary box shadow size (hover) |
327
- | button.primary.hover.box.shadow.color | Button primary box shadow color (hover) |
328
- | button.primary.hover.border.color | Button primary border colour (hover) |
329
- | button.primary.active.background.color | Button primary background color (active) |
330
- | button.primary.active.background.image | Button primary background image (active) |
331
- | button.primary.active.text.color | Button primary text color (active) |
332
- | button.primary.active.text.decoration | Button primary text decoration (active) |
333
- | button.primary.active.box.shadow.size | Button primary box shadow size (active) |
334
- | button.primary.active.box.shadow.color | Button primary box shadow color (active) |
335
- | button.primary.active.border.color | Button primary border color (active) |
336
- | button.secondary.background.color | Button secondary background colour |
337
- | button.secondary.background.image | Button secondary background image |
338
- | button.secondary.box.shadow.size | Button secondary box shadow size |
339
- | button.secondary.box.shadow.color | Button secondary box shadow color |
340
- | button.secondary.border.color | Button secondary border colour |
341
- | button.secondary.text.color | Button secondary text colour |
342
- | button.secondary.text.decoration | Button secondary text-decoration |
343
- | button.secondary.hover.background.color | Button secondary background colour (hover) |
344
- | button.secondary.hover.background.image | Button secondary background image (hover) |
345
- | button.secondary.hover.text.color | Button secondary text colour (hover) |
346
- | button.secondary.hover.text.decoration | Button secondary text-decoration (hover) |
347
- | button.secondary.hover.box.shadow.size | Button secondary box shadow size (hover) |
348
- | button.secondary.hover.box.shadow.color | Button secondary box shadow color (hover) |
349
- | button.secondary.hover.border.color | Button secondary border colour (hover) |
350
- | button.secondary.active.background.color | Button secondary background color (active) |
351
- | button.secondary.active.background.image | Button secondary background image (active) |
352
- | button.secondary.active.text.color | Button secondary text color (active) |
353
- | button.secondary.active.text.decoration | Button secondary text decoration (active) |
354
- | button.secondary.active.box.shadow.size | Button secondary box shadow size (active) |
355
- | button.secondary.active.box.shadow.color | Button secondary box shadow color (active) |
356
- | button.secondary.active.border.color | Button secondary border color (active) |
357
- | button.tertiary.background.color | Button tertiary background colour |
358
- | button.tertiary.background.image | Button tertiary background image |
359
- | button.tertiary.box.shadow.size | Button tertiary box shadow size |
360
- | button.tertiary.box.shadow.color | Button tertiary box shadow color |
361
- | button.tertiary.border.color | Button tertiary border colour |
362
- | button.tertiary.text.color | Button tertiary text colour |
363
- | button.tertiary.text.decoration | Button tertiary text-decoration |
364
- | button.tertiary.hover.background.color | Button tertiary background colour (hover) |
365
- | button.tertiary.hover.background.image | Button tertiary background image (hover) |
366
- | button.tertiary.hover.text.color | Button tertiary text colour (hover) |
367
- | button.tertiary.hover.text.decoration | Button tertiary text-decoration (hover) |
368
- | button.tertiary.hover.box.shadow.size | Button tertiary box shadow size (hover) |
369
- | button.tertiary.hover.box.shadow.color | Button tertiary box shadow color (hover) |
370
- | button.tertiary.hover.border.color | Button tertiary border colour (hover) |
371
- | button.tertiary.active.background.color | Button tertiary background color (active) |
372
- | button.tertiary.active.background.image | Button tertiary background image (active) |
373
- | button.tertiary.active.text.color | Button tertiary text color (active) |
374
- | button.tertiary.active.text.decoration | Button tertiary text decoration (active) |
375
- | button.tertiary.active.box.shadow.size | Button tertiary box shadow size (active) |
376
- | button.tertiary.active.box.shadow.color | Button tertiary box shadow color (active) |
377
- | button.tertiary.active.border.color | Button tertiary border color (active) |
378
- | button.link.background.color | Button link background color |
379
- | button.link.background.image | Button link background image |
380
- | button.link.box.shadow.size | Button link box shadow size |
381
- | button.link.box.shadow.color | Button link box shadow color |
382
- | button.link.border.color | Button link border color |
383
- | button.link.text.color | Button link text color |
384
- | button.link.text.decoration | Button link text-decoration |
385
- | button.link.hover.background.color | Button link background color (hover) |
386
- | button.link.hover.background.image | Button link background image (hover) |
387
- | button.link.hover.text.color | Button link text color (hover) |
388
- | button.link.hover.text.decoration | Button link text-decoration (hover) |
389
- | button.link.hover.box.shadow.size | Button link box shadow size (hover) |
390
- | button.link.hover.box.shadow.color | Button link box shadow color (hover) |
391
- | button.link.hover.border.color | Button link border color (hover) |
392
- | button.link.active.background.color | Button link background color (active) |
393
- | button.link.active.background.image | Button link background image (active) |
394
- | button.link.active.text.color | Button link text color (active) |
395
- | button.link.active.text.decoration | Button link text decoration (active) |
396
- | button.link.active.box.shadow.size | Button link box shadow size (active) |
397
- | button.link.active.box.shadow.color | Button link box shadow color (active) |
398
- | button.link.active.border.color | Button link border color (active) |
399
- | button.danger.background.color | Button danger background color |
400
- | button.danger.background.image | Button danger background image |
401
- | button.danger.box.shadow.size | Button danger box shadow size |
402
- | button.danger.box.shadow.color | Button danger box shadow color |
403
- | button.danger.border.color | Button danger border color |
404
- | button.danger.text.color | Button danger text color |
405
- | button.danger.text.decoration | Button danger text-decoration |
406
- | button.danger.hover.background.color | Button danger background color (hover) |
407
- | button.danger.hover.background.image | Button danger background image (hover) |
408
- | button.danger.hover.text.color | Button danger text color (hover) |
409
- | button.danger.hover.text.decoration | Button danger text-decoration (hover) |
410
- | button.danger.hover.box.shadow.size | Button danger box shadow size (hover) |
411
- | button.danger.hover.box.shadow.color | Button danger box shadow color (hover) |
412
- | button.danger.hover.border.color | Button danger border color (hover) |
413
- | button.danger.active.background.color | Button danger background color (active) |
414
- | button.danger.active.background.image | Button danger background image (active) |
415
- | button.danger.active.text.color | Button danger text color (active) |
416
- | button.danger.active.text.decoration | Button danger text decoration (active) |
417
- | button.danger.active.box.shadow.size | Button danger box shadow size (active) |
418
- | button.danger.active.box.shadow.color | Button danger box shadow color (active) |
419
- | button.danger.active.border.color | Button danger border color (active) |
420
- | button.positive.background.color | Button positive background color |
421
- | button.positive.background.image | Button positive background image |
422
- | button.positive.box.shadow.size | Button positive box shadow size |
423
- | button.positive.box.shadow.color | Button positive box shadow color |
424
- | button.positive.border.color | Button positive border color |
425
- | button.positive.text.color | Button positive text color |
426
- | button.positive.text.decoration | Button positive text-decoration |
427
- | button.positive.hover.background.color | Button positive background color (hover) |
428
- | button.positive.hover.background.image | Button positive background image (hover) |
429
- | button.positive.hover.text.color | Button positive text color (hover) |
430
- | button.positive.hover.text.decoration | Button positive text-decoration (hover) |
431
- | button.positive.hover.box.shadow.size | Button positive box shadow size (hover) |
432
- | button.positive.hover.box.shadow.color | Button positive box shadow color (hover) |
433
- | button.positive.hover.border.color | Button positive border color (hover) |
434
- | button.positive.active.background.color | Button positive background color (active) |
435
- | button.positive.active.background.image | Button positive background image (active) |
436
- | button.positive.active.text.color | Button positive text color (active) |
437
- | button.positive.active.text.decoration | Button positive text decoration (active) |
438
- | button.positive.active.box.shadow.size | Button positive box shadow size (active) |
439
- | button.positive.active.box.shadow.color | Button positive box shadow color (active) |
440
- | button.positive.active.border.color | Button positive border color (active) |
441
- | button.negative.background.color | Button negative background color |
442
- | button.negative.background.image | Button negative background image |
443
- | button.negative.box.shadow.size | Button negative box shadow size |
444
- | button.negative.box.shadow.color | Button negative box shadow color |
445
- | button.negative.border.color | Button negative border color |
446
- | button.negative.text.color | Button negative text color |
447
- | button.negative.text.decoration | Button negative text-decoration |
448
- | button.negative.hover.background.color | Button negative background color (hover) |
449
- | button.negative.hover.background.image | Button negative background image (hover) |
450
- | button.negative.hover.text.color | Button negative text color (hover) |
451
- | button.negative.hover.text.decoration | Button negative text-decoration (hover) |
452
- | button.negative.hover.box.shadow.size | Button negative box shadow size (hover) |
453
- | button.negative.hover.box.shadow.color | Button negative box shadow color (hover) |
454
- | button.negative.hover.border.color | Button negative border color (hover) |
455
- | button.negative.active.background.color | Button negative background color (active) |
456
- | button.negative.active.background.image | Button negative background image (active) |
457
- | button.negative.active.text.color | Button negative text color (active) |
458
- | button.negative.active.text.decoration | Button negative text decoration (active) |
459
- | button.negative.active.box.shadow.size | Button negative box shadow size (active) |
460
- | button.negative.active.box.shadow.color | Button negative box shadow color (active) |
461
- | button.negative.active.border.color | Button negative border color (active) |
462
- | card.font.family | Card font family |
463
- | card.font.size | Card font size |
464
- | card.font.weight | Card font weight |
465
- | card.sm.padding | Card padding small |
466
- | card.md.padding | Card padding medium |
467
- | card.lg.padding | Card padding large |
468
- | card.background.color | Card background colour |
469
- | card.clickable.background.color | Card background color clickable |
470
- | card.clickable.border.color | Card border color clickable |
471
- | card.clickable.box.shadow.size | Card clickable box shadow size |
472
- | card.clickable.hover.box.shadow.size | Card clickable box shadow size in hover state |
473
- | card.clickable.hover.background.color | Card clickable hover background color |
474
- | card.clickable.hover.text.color | Card clickable hover text color |
475
- | card.clickable.text.color | Card clickable text color |
476
- | card.text.color | Card text color |
477
- | card.border.radius | Card border radius |
478
- | card.border.color | Card border color |
479
- | card.border.width | Card border width |
480
- | card.selected.border.color | Card border color for selected card |
481
- | card.box.shadow.size | Card box shadow size |
482
- | card.box.shadow.color | Card box shadow color |
483
- | card.transition.hover.type | Card transition timing function |
484
- | card.transition.hover.duration | Card transition duration |
485
- | card.heading.font.family | Card heading font family |
486
- | card.heading.font.weight | Card heading font weight |
487
- | card.heading.text.color | Card heading text color |
488
- | card.heading.link.active.text.color | Card heading link active text color |
489
- | card.heading.link.hover.text.color | Card heading link hover text color |
490
- | card.heading.link.text.color | Card heading link text color |
491
- | card.footer.border.width | Card footer border width |
492
- | card.footer.border.color | Card footer border color |
493
- | card.line.height | Card line height |
494
- | card.prepend.icon.color | Card prepended icon color |
495
- | card.prepend.icon.default.font.size | Card prepended icon default font size |
496
- | card.top.right.border.color | Top right slot border color |
497
- | card.top.right.hover.border.color | Card border color for top right slot in hover state |
498
- | checkboxGroup.inline.spacing | Checkbox group space between inline checkboxes |
499
- | checkbox.font.family | Checkbox font family |
500
- | checkbox.font.size | Checkbox font size |
501
- | checkbox.font.weight | Checkbox font weight |
502
- | checkbox.hiddenControl.label.background.color | Checkbox hidden control label background color |
503
- | checkbox.hiddenControl.label.border.color | Checkbox hidden control label border color |
504
- | checkbox.hiddenControl.label.border.width | Checkbox hidden control label border width |
505
- | checkbox.hiddenControl.label.border.radius | Checkbox hidden control label border radius |
506
- | checkbox.hiddenControl.label.hover.background.color | Checkbox hidden control label hover background color |
507
- | checkbox.hiddenControl.label.hover.text.color | Checkbox hidden control label hover text color |
508
- | checkbox.text.color | Checkbox text color |
509
- | checkbox.margin.bottom | Checkbox bottom margin |
510
- | checkbox.padding.x | Checkbox label horizontal padding |
511
- | checkbox.padding.y | Checkbox label vertical padding |
512
- | checkbox.spacing.right | Spacing between checkbox mark and label text |
513
- | checkbox.border.radius | Checkbox border radius |
514
- | checkbox.border.color | Checkbox border color |
515
- | checkbox.checked.border.color | Checkbox border color when checked |
516
- | checkbox.checked.background.color | Checkbox background color when checked |
517
- | checkbox.checked.hover.background.color | Checkbox background color when checked and hovered |
518
- | checkbox.background.color | Checkbox background color |
519
- | checkbox.hover.background.color | Checkbox background color when hovered |
520
- | checkbox.mark.color | Checkbox checked mark color |
521
- | checkbox.mark.hover.color | Checkbox checked mark color (hover) |
522
- | checkbox.size | Size of checkbox mark |
523
- | checkbox.line.height | Checkbox line height |
524
- | checkbox.label.background.color | Checkbox label background color |
525
- | checkbox.label.border.width | Checkbox label border width |
526
- | checkbox.label.border.color | Checkbox label border color |
527
- | checkbox.label.border.radius | Checkbox label border radius |
528
- | checkbox.transition.hover.type | Checkbox hover transition type |
529
- | checkbox.transition.hover.duration | Checkbox hover transition duration |
530
- | combobox.popover.max.height | Combobox maximum height of menu popover |
531
- | container.font.family | Container font family |
532
- | container.font.size | Container font size |
533
- | container.font.weight | Container font weight |
534
- | container.padding.x | Container horizontal padding |
535
- | container.sm.max.width | Container max width at small (568px) viewport |
536
- | container.md.max.width | Container max width at medium (768px) viewport |
537
- | container.lg.max.width | Container max width at large (1024px) viewport |
538
- | container.xl.max.width | Container max width at extra large (1200px >) viewport |
539
- | editor.background.color | Editor background color |
540
- | editor.border.color | Editor border color |
541
- | editor.border.radius | Editor border radius |
542
- | editor.padding.x | Editor horizontal padding |
543
- | editor.padding.y | Editor vertical padding |
544
- | editor.toolbar.background.color | Editor toolbar background color |
545
- | editor.toolbar.hover.background.color | Editor toolbar background color (hover) |
546
- | editor.toolbar.disabled.text.color | Editor toolbar disabled text color |
547
- | editor.toolbar.active.background.color | Editor toolbar active background color |
548
- | editor.toolbar.control.border.radius | Editor toolbar control/button border radius |
549
- | expander.activator.background.color | Expander activator background color (section mode) |
550
- | expander.activator.chevron.spacing.x | Expander activator chevron horizontal spacing (section mode) |
551
- | expander.activator.hover.background.color | Expander activator hover background color (section mode) |
552
- | expander.activator.hover.text.color | Expander activator hover text color (section mode) |
553
- | expander.activator.text.color | Expander activator text color (section mode) |
554
- | expander.activator.padding.top | Expander activator top padding (section mode) |
555
- | expander.activator.padding.bottom | Expander activator bottom padding (section mode) |
556
- | expander.activator.padding.left | Expander activator left padding (section mode) |
557
- | expander.activator.padding.right | Expander activator right padding (section mode) |
558
- | expander.activator.border.color | Expander activator border color (section mode) |
559
- | expander.activator.border.width | Expander activator border width (section mode) |
560
- | expander.container.padding.y | Expander container vertical padding (section mode) |
561
- | expander.margin.bottom | Expander margin bottom (section mode) |
562
- | expander.animation.duration | Expander open/close animation duration |
563
- | expander.animation.type | Expander open/close animation type |
564
- | field.line.height | Field line height |
565
- | field.border.left.width | Field border left |
566
- | field.focus.border.color | Field border color when focussed |
567
- | field.focus.background.color | Field background color when focussed |
568
- | field.margin.x | Field horizontal margin |
569
- | field.background.color | Field background color |
570
- | field.hint.text.color | Field hint text color |
571
- | field.hint.font.weight | Field hint font weight |
572
- | field.multiple.elements.label.text.color | Field text color of multi elements labels in form elements |
573
- | field.element.invalid.border.color | Field form element border color (invalid) |
574
- | field.element.invalid.focus.border.color | Field form element border color (invalid & focus) |
575
- | filter.utils.border.color | Filter utils border color |
576
- | filter.utils.border.width | Filter utils border width |
577
- | filter.chevron.color | Filter chevron color |
578
- | icon.body.text.color | Icon body text color |
579
- | icon.muted.text.color | Icon muted text color |
580
- | icon.primary.text.color | Icon primary text color |
581
- | icon.info.text.color | Icon info text color |
582
- | icon.success.text.color | Icon success text color |
583
- | icon.warning.text.color | Icon warning text color |
584
- | icon.danger.text.color | Icon danger text color |
585
- | icon.positive.text.color | Icon positive text color |
586
- | icon.negative.text.color | Icon negative text color |
587
- | inline.xs.gutter | Inline xs gutter |
588
- | inline.sm.gutter | Inline sm gutter |
589
- | inline.md.gutter | Inline md gutter |
590
- | inline.lg.gutter | Inline lg gutter |
591
- | inline.xl.gutter | Inline xl gutter |
592
- | input.font.family | Input font family |
593
- | input.font.size | Input font size |
594
- | input.font.weight | Input font weight |
595
- | input.background.color | Input background color |
596
- | input.border.width | Input border width |
597
- | input.border.color | Input border color |
598
- | input.border.radius | Input border radius |
599
- | input.text.color | Input text color |
600
- | input.focus.border.color | Input border color (focus) |
601
- | input.focus.text.color | Input text color (focus) |
602
- | input.focus.background.color | Input background color (focus) |
603
- | input.watermark.text.color | Input text color of watermark |
604
- | input.placeholder.text.color | Input text color of placeholder text |
605
- | input.padding.x | Input horizontal padding |
606
- | input.padding.y | Input vertical padding |
607
- | input.label.padding.bottom | Input bottom padding of multi input label |
608
- | input.min.height | Input minimum height |
609
- | input.transition.duration | Input transition duration |
610
- | input.transition.type | Input transition type |
611
- | input.addon.border.width | Input addon border width |
612
- | input.calendar.icon.filter | Input calendar icon filter |
613
- | input.readonly.background.color | Readonly input background color |
614
- | input.readonly.border.color | Readonly input border color |
615
- | input.readonly.font.size | Readonly input font size |
616
- | input.readonly.padding.x | Readonly input horizontal padding |
617
- | input.readonly.padding.y | Readonly input vertical padding |
618
- | label.text.color | Label text color |
619
- | label.font.weight | Label text font weight |
620
- | label.font.family | Label text font family |
621
- | label.font.size | Label text font size |
622
- | label.required.text.color | Label required text color |
623
- | label.optional.font.weight | Label optional text font weight |
624
- | label.optional.text.color | Label optional text color |
625
- | label.meta.font.style | Label meta text font style |
626
- | label.meta.font.size | Label meta text font size |
627
- | label.meta.margin | Label meta margin |
628
- | label.meta.padding.left | Label meta padding left |
629
- | label.line.height | Label line height |
630
- | menuItem.border.radius | Border radius for menu item in nav menu |
631
- | menuItem.font.family | Menu item font family |
632
- | menuItem.font.size | Menu item font size |
633
- | menuItem.font.weight | Menu item font weight |
634
- | menuItem.text.color | Menu item text color |
635
- | menuItem.text.align | Alignment of caption text in menu item |
636
- | menuItem.hover.text.color | Menu item text color (hover) |
637
- | menuItem.hover.background.color | Menu item background color (hover) |
638
- | menuItem.active.text.color | Menu item text color (active) |
639
- | menuItem.active.background.color | Menu item background color (active) |
640
- | menuItem.active.border.color | Menu item active border color |
641
- | menuItem.active.hover.border.color | Menu item hover active border color |
642
- | menuItem.background.color | Menu item background color |
643
- | menuItem.padding.y | Menu item vertical padding |
644
- | menuItem.padding.x | Menu item horizontal padding |
645
- | menuItem.header.font.family | Menu item header font family |
646
- | menuItem.header.font.weight | Menu item header font weight |
647
- | menuItem.header.text.color | Menu item header text color |
648
- | menuItem.header.text.align | Menu item header text aligment |
649
- | menuItem.header.background.color | Menu item header background color |
650
- | menuItem.divider.border.width | Menu item divider border width |
651
- | menuItem.divider.border.color | Menu item divider border color |
652
- | menuItem.min.height | Menu item minimum height |
653
- | menuItem.transition.hover.duration | Menu item hover transition duration |
654
- | menuItem.transition.hover.type | Menu item hover transition type |
655
- | menuItem.nav.selected.text.color | Menu item text color (selected in nav menu) |
656
- | menuItem.nav.selected.background.color | Menu item background color (selected in nav menu) |
657
- | menuItem.nav.border.radius | Border radius for menu item in nav menu |
658
- | menuItem.nav.text.align | Alignment of caption text in menu item in nav menu |
659
- | modal.background.color | Modal background color |
660
- | modal.animation.duration | Modal enter/exit animation duration |
661
- | modal.animation.type | Modal enter/exit animation type |
662
- | modal.border.width | Modal border width |
663
- | modal.border.color | Modal border color |
664
- | modal.border.radius | Modal border radius |
665
- | modal.box.shadow.size | Modal box shadow size |
666
- | modal.box.shadow.color | Modal box shadow color |
667
- | modal.font.family | Modal font family |
668
- | modal.font.size | Modal font size |
669
- | modal.font.weight | Modal font weight |
670
- | modal.margin.y | Modal vertical margin |
671
- | modal.margin.x | Modal horizontal margin |
672
- | modal.sm.width | Modal width (small) |
673
- | modal.md.width | Modal width (medium) |
674
- | modal.lg.width | Modal width (large) |
675
- | modal.footer.border.color | Modal footer border color |
676
- | modal.close.button.offset.top | Modal close button top offset |
677
- | modal.close.button.offset.right | Modal close button right offset |
678
- | navbar.background.color | Navbar background colour |
679
- | navbar.background.image | Navbar background image |
680
- | navbar.border.bottom.color | Navbar bottom border colour |
681
- | navbar.border.bottom.width | Navbar bottom border width |
682
- | navbar.box.shadow.color | Navbar box shadow colour |
683
- | navbar.box.shadow.size | Navbar box shadow size |
684
- | navbar.focus.color | Navbar focus colour; allows the global focus colour to be overridden to maintain accessible contrast |
685
- | navbar.form.ele.background.color | Form element background colour when used in Navbar |
686
- | navbar.form.ele.border.color | Form element border colour when used in Navbar |
687
- | navbar.form.ele.text.color | Form element text colour when used in Navbar |
688
- | navbar.logo.maxHeight | Navbar logo max height |
689
- | navbar.logo.spacing.y | Adds vertical spacing to logos and form elements |
690
- | navbar.nav.link.active.background.color | Navbar link background colour (active) |
691
- | navbar.nav.link.active.selected.mark.color | Navbar link selected mark colour in active state |
692
- | navbar.nav.link.active.text.color | Navbar link text colour (active) |
693
- | navbar.nav.link.background.color | Navbar link background colour |
694
- | navbar.nav.link.hover.background.color | Navbar link background colour (hover) |
695
- | navbar.nav.link.hover.selected.mark.color | Navbar link selected mark colour in hover state |
696
- | navbar.nav.link.hover.text.color | Navbar link text colour (hover) |
697
- | navbar.nav.link.selected.background.color | Navbar link selected background colour |
698
- | navbar.nav.link.selected.mark.color | Navbar link selected mark colour |
699
- | navbar.nav.link.selected.text.color | Navbar link selected text colour |
700
- | navbar.nav.link.text.color | Navbar link text colour |
701
- | navbar.padding.x | Horizontal navbar padding (to match IressContainer) |
702
- | navbar.spacing.x | Horizontal spacing between navbar components |
703
- | navbar.responsive.nav.container.border.color | Responsive nav container border colour |
704
- | navbar.responsive.nav.container.border.width | Navbar bottom border width |
705
- | navbar.text.color | Navbar text colour |
706
- | panel.font.family | Panel font family |
707
- | panel.font.size | Panel font size |
708
- | panel.font.weight | Panel font weight |
709
- | panel.line.height | Panel line height |
710
- | panel.border.width | Panel border width (all) |
711
- | panel.border.top.width | Panel border width (block start) |
712
- | panel.border.bottom.width | Panel border width (block end) |
713
- | panel.border.left.width | Panel border width (inline start) |
714
- | panel.border.right.width | Panel border width (inline end) |
715
- | panel.border.style | Panel border style |
716
- | panel.border.color | Panel border color |
717
- | panel.border.colorAlt | Panel border color alt |
718
- | panel.border.radius | Panel border radius |
719
- | panel.background.color | Panel background color (default) |
720
- | panel.background.colorAlt | Panel background color (alt) |
721
- | panel.background.image | Panel background image |
722
- | panel.background.imageAlt | Panel background image alt |
723
- | panel.text.color | Panel text color |
724
- | panel.text.colorAlt | Panel text color alt |
725
- | panel.sm.padding.x | Panel small horizontal padding |
726
- | panel.sm.padding.y | Panel small vertical padding |
727
- | panel.md.padding.x | Panel medium horizontal padding |
728
- | panel.md.padding.y | Panel medium vertical padding |
729
- | panel.lg.padding.x | Panel large horizontal padding |
730
- | panel.lg.padding.y | Panel large vertical padding |
731
- | panel.page.border.color | Panel page border color |
732
- | popover.background.color | Popover background color |
733
- | popover.border.color | Popover border color |
734
- | popover.border.radius | Popover border radius |
735
- | popover.border.width | Popover border width |
736
- | popover.max.width | Popover maximum width |
737
- | popover.overflow.y | Popover vertical overflow |
738
- | popover.box.shadow.size | Popover box shadow size |
739
- | popover.box.shadow.color | Popover box shadow color |
740
- | progress.inactive.background.color | Progress inactive color |
741
- | progress.active.background.color | Progress active color |
742
- | progress.height | Progress height |
743
- | progress.transition.duration | Progress transition duration |
744
- | progress.transition.type | Progress animation type |
745
- | progress.border.radius | Progress border radius |
746
- | radioGroup.inline.spacing | Radio group inline spacing |
747
- | radio.font.family | Radio font family |
748
- | radio.font.size | Radio font size |
749
- | radio.font.weight | Radio font weight |
750
- | radio.hiddenControl.label.background.color | Radio hidden control label background color |
751
- | radio.hiddenControl.label.border.color | Radio hidden control label border color |
752
- | radio.hiddenControl.label.border.width | Radio hidden control label border width |
753
- | radio.hiddenControl.label.border.radius | Radio hidden control label border radius |
754
- | radio.hiddenControl.label.hover.background.color | Radio hidden control label hover background color |
755
- | radio.hiddenControl.label.hover.text.color | Radio hidden control label hover text color |
756
- | radio.border.color | Radio border colour |
757
- | radio.background.color | Radio background colour |
758
- | radio.text.color | Radio label text colour |
759
- | radio.line.height | Radio line height |
760
- | radio.size | Radio outer circle diameter |
761
- | radio.margin.bottom | Radio bottom margin |
762
- | radio.spacing.right | Radio spacing right |
763
- | radio.padding.x | Horizontal padding for toggle |
764
- | radio.padding.y | Vertical padding for toggle |
765
- | radio.checked.background.color | Radio background colour (checked) |
766
- | radio.checked.border.color | Radio border colour (checked) |
767
- | radio.checked.inner.background.color | Radio inner dot background colour (checked) |
768
- | radio.checked.hover.inner.background.color | Radio inner dot background colour on hover (checked) |
769
- | radio.hover.inner.background.color | Radio inner dot background colour on hover (not checked) |
770
- | radio.label.background.color | Radio label background color |
771
- | radio.label.border.width | Border width of radio label |
772
- | radio.label.radius | Radio label border radius |
773
- | radio.transition.hover.type | Radio hover transition type |
774
- | radio.transition.hover.duration | Radio hover transition duration |
775
- | row.xs.gutter | Row xs gutter |
776
- | row.sm.gutter | Row sm gutter |
777
- | row.md.gutter | Row md gutter |
778
- | row.lg.gutter | Row lg gutter |
779
- | row.xl.gutter | Row xl gutter |
780
- | select.font.family | Select font family |
781
- | select.font.size | Select font size |
782
- | select.font.weight | Select font weight |
783
- | select.background.color | Select background color |
784
- | select.border.color | Select border color |
785
- | select.border.radius | Select border radius |
786
- | select.border.width | Select border width |
787
- | select.chevron.color | Select chevron color |
788
- | select.focus.background.color | Select background color (focus) |
789
- | select.focus.border.color | Select border color (focus) |
790
- | select.focus.box.shadow | Select box shadow (focus) |
791
- | select.focus.text.color | Select text color (focus) |
792
- | select.margin.bottom | Select margin bottom |
793
- | select.option.text.color | Select option text color |
794
- | select.padding.x | Select horizontal padding |
795
- | select.text.color | Select text color |
796
- | skeleton.bone.fallback.height | Skeleton bone fall back height (if height prop is not specified) |
797
- | skeleton.bone.background.color | Skeleton bone background color |
798
- | skeleton.bone.background.image | Skeleton background image that the animation is performed on |
799
- | skeleton.bone.highlight.color | Skeleton bone highlight color |
800
- | skeleton.bone.transition.speed | Skeleton transition duration |
801
- | skeleton.bone.border.radius | Skeleton bone border radius |
802
- | skipLink.text.color | Skip link text color |
803
- | skipLink.background.color | Skip link background color |
804
- | skipLink.border.color | Skip link border color |
805
- | skipLink.border.width | Skip link border width |
806
- | skipLink.border.radius | Skip link border radius |
807
- | skipLink.padding.x | Skip link horizontal padding |
808
- | skipLink.padding.y | Skip link vertical padding |
809
- | skipLink.hover.text.color | Skip link (hover) text color |
810
- | skipLink.hover.background.color | Skip link (hover) background color |
811
- | skipLink.hover.border.color | Skip link (hover) border color |
812
- | skipLink.active.background.color | Skip link (active) background color |
813
- | skipLink.active.border.color | Skip link (active) border color |
814
- | skipLink.active.text.color | Skip link (active) text color |
815
- | slideout.box.shadow.size | Slideout box shadow size |
816
- | slideout.box.shadow.color | Slideout box shadow color |
817
- | slideout.background.color | Slideout background color |
818
- | slideout.animation.duration | Slideout animation duration |
819
- | slideout.animation.type | Slideout animation type |
820
- | slideout.font.family | Slideout font family |
821
- | slideout.font.weight | Slideout font weight |
822
- | slideout.font.size | Slideout font size |
823
- | slideout.border.width | Slideout border width |
824
- | slideout.border.color | Slideout border colour |
825
- | slideout.border.radius | Slideout border radius |
826
- | slideout.footer.border.color | Slideout footer border colour |
827
- | slideout.close.button.offset.top | Slideout close button top offset |
828
- | slideout.close.button.offset.right | Slideout right offset |
829
- | slideout.sm.width | Slideout width (small) |
830
- | slideout.md.width | Slideout width (medium) |
831
- | slideout.lg.width | Slideout width (large) |
832
- | slider.background.color | Slider background color |
833
- | slider.border.radius | Slider track border radius |
834
- | slider.first.label.offset | Slider tick label offset for the first label |
835
- | slider.font.family | Slider font family |
836
- | slider.font.size | Text font size for slider |
837
- | slider.font.weight | Slider font weight |
838
- | slider.last.label.offset | Slider tick label offset for the last label |
839
- | slider.text.color | Slider text colour |
840
- | slider.thumb.background.color | Slider thumb background color |
841
- | slider.thumb.border.color | Slider thumb border color |
842
- | slider.thumb.border.radius | Slider thumb border radius |
843
- | slider.thumb.border.width | Slider thumb border width |
844
- | slider.thumb.height | Slider thumb height |
845
- | slider.thumb.offset | Slider thumb offset |
846
- | slider.thumb.width | Slider thumb width |
847
- | slider.tick.color | Slider tick colour |
848
- | slider.tick.height | Slider tick mark height |
849
- | slider.tick.padding | Slider tick mark padding to allow aligning with labels |
850
- | slider.tick.position.x | Slider tick x position |
851
- | slider.tick.position.y | Slider tick y position |
852
- | slider.tick.width | Slider tick mark width |
853
- | slider.track.height | Slider track height |
854
- | stack.xs.gutter | Stack xs gutter |
855
- | stack.sm.gutter | Stack sm gutter |
856
- | stack.md.gutter | Stack md gutter |
857
- | stack.lg.gutter | Stack lg gutter |
858
- | stack.xl.gutter | Stack xl gutter |
859
- | table.background.color | Table background color |
860
- | table.border.color | Table border color |
861
- | table.border.radius | Table border radius |
862
- | table.border.style | Table border style |
863
- | table.border.width | Table border width |
864
- | table.caption.text.align | Table alignment of caption text |
865
- | table.caption.text.color | Table caption text color |
866
- | table.caption.font.size | Table caption font size |
867
- | table.caption.font.weight | Table caption font weight |
868
- | table.caption.spacing | Table spacing between caption and table |
869
- | table.cell.positive.text.color | Table positive (buy) text color |
870
- | table.cell.negative.text.color | Table negative (sell) text color |
871
- | table.cell.updated.background.color | Updated cell background color |
872
- | table.column.border.color | Table column border color |
873
- | table.column.border.style | Table column border style |
874
- | table.column.border.width | Table column border width |
875
- | table.column.divider.border.width | Table column divider width |
876
- | table.column.spacing | Table horizontal padding for table cells |
877
- | table.font.family | Table font family |
878
- | table.font.size | Table font size |
879
- | table.font.weight | Table font weight |
880
- | table.header.background.color | Table header background color |
881
- | table.header.column.border.color | Table header column border color |
882
- | table.header.column.border.style | Table header column border style |
883
- | table.header.column.border.width | Table header column border width |
884
- | table.header.font.size | Table header font size |
885
- | table.header.font.weight | Table header font weight |
886
- | table.header.icon.spacing | Table spacing between icon and header text |
887
- | table.header.row.border.color | Table header row border color |
888
- | table.header.row.border.style | Table header row border style |
889
- | table.header.row.border.width | Table header row border width |
890
- | table.header.row.border.radius | Table header row border radius |
891
- | table.header.text.color | Table header text color |
892
- | table.line.height | Table line height |
893
- | table.row.border.color | Table row border color |
894
- | table.row.border.style | Table row border style |
895
- | table.row.border.width | Table row border width |
896
- | table.row.border.radius | Table row border radius |
897
- | table.row.even.background.color | Table row background color (even rows) |
898
- | table.row.even.text.color | Table row text color (even rows) |
899
- | table.row.compact.border.width | Table row border width in compact view mode only |
900
- | table.row.compact.even.background.color | Table row background color (even rows) in compact view mode only |
901
- | table.row.compact.even.text.color | Table row text color (even rows) in compact view mode only |
902
- | table.row.hover.background.color | Table row background color when hovered |
903
- | table.row.hover.text.color | Table row text color when hovered |
904
- | table.row.odd.background.color | Table row background color (odd rows) |
905
- | table.row.odd.text.color | Table row text color (odd rows) |
906
- | table.row.selected.background.color | Table row background color when selected |
907
- | table.row.selected.positive.text.color | Table positive (buy) text color on selected row |
908
- | table.row.selected.negative.text.color | Table negative (sell) text color on selected row |
909
- | table.row.selected.text.color | Table row text color when selected |
910
- | table.row.spacing | Table vertical padding for table cells |
911
- | table.text.color | Table text color |
912
- | tabButton.background.color | Tab button background colour |
913
- | tabButton.border.bottom.width | Tab button bottom border width |
914
- | tabButton.border.bottom.color | Tab button bottom border color |
915
- | tabButton.border.color | Tab button border color |
916
- | tabButton.border.width | Tab button border width |
917
- | tabButton.text.color | Tab button text color |
918
- | tabButton.padding.y | Tab button vertical padding |
919
- | tabButton.padding.x | Tab button horizontal padding |
920
- | tabButton.hover.background.color | Tab button background color (hover) |
921
- | tabButton.hover.border.color | Tab button border color (hover) |
922
- | tabButton.hover.border.bottom.color | Tab button bottom border color (hover) |
923
- | tabButton.hover.text.color | Tab button text color (hover) |
924
- | tabButton.active.font.weight | Tab button font weight (active) |
925
- | tabButton.active.background.color | Tab button background color (active) |
926
- | tabButton.active.border.color | Tab button border color (active) |
927
- | tabButton.active.border.bottom.color | Tab button bottom border color (active) |
928
- | tabButton.active.text.color | Tab button text color (active) |
929
- | tabButton.active.hover.background.color | Tab button background color (active hover) |
930
- | tabButton.active.hover.border.color | Tab button border color (active hover) |
931
- | tabButton.active.hover.border.bottom.color | Tab button bottom border color (active hover) |
932
- | tabButton.active.hover.text.color | Tab button text color (active hover) |
933
- | tabButton.font.family | Tab button font family |
934
- | tabButton.font.weight | Tab button font weight |
935
- | tabButton.font.size | Tab button font size |
936
- | tabButton.transition.hover.type | Tab button hover transition type |
937
- | tabButton.transition.hover.duration | Tab button hover transition duration |
938
- | tabContainer.background.color | Tab container background color |
939
- | tabContainer.border.radius | Tab container border radius |
940
- | tabContainer.border.end.radius | Tab container border end radius |
941
- | tabContainer.font.family | Tab container font family |
942
- | tabContainer.font.weight | Tab container font weight |
943
- | tabPanel.border.radius | Tab panel border radius |
944
- | tabPanel.border.top.color | Tab panel top border color |
945
- | tabPanel.border.top.width | Tab panel top border width |
946
- | tabPanel.border.width | Tab panel border width |
947
- | tabPanel.border.color | Tab panel border color |
948
- | tabPanel.padding.x | Tab panel horizontal padding |
949
- | tabPanel.padding.y | Tab panel vertical padding |
950
- | tabPanel.padding.block.start | Tab panel top padding |
951
- | tabPanel.padding.block.end | Tab panel bottom padding |
952
- | tabPanel.background.color | Tab panel background color |
953
- | tag.background.color | Tag background color |
954
- | tag.border.color | Tag border color |
955
- | tag.border.radius | Tag border radius |
956
- | tag.border.width | Tag border width |
957
- | tag.delete.button.background.color | Tag delete button background color |
958
- | tag.delete.button.hover.background.color | Tag delete button hover background color |
959
- | tag.delete.button.hover.text.color | Tag delete button hovertext color |
960
- | tag.delete.button.text.color | Tag delete button text color |
961
- | tag.font.size | Tag delete button font size |
962
- | tag.font.weight | Tag delete button font weight |
963
- | tag.padding.x | Tag delete button horizontal padding |
964
- | tag.padding.y | Tag delete button vertical padding |
965
- | tag.text.color | Tag text color |
966
- | text.font.family | Text font family for text |
967
- | text.font.size | Text font size for text |
968
- | text.font.weight | Text font weight for text |
969
- | text.heading.1.font.weight | H1 font weight |
970
- | text.heading.1.font.size | H1 font size |
971
- | text.heading.2.font.size | H2 font size |
972
- | text.heading.3.font.size | H3 font size |
973
- | text.heading.4.font.size | H4 font size |
974
- | text.heading.5.font.size | H5 font size |
975
- | text.heading.6.font.size | H6 font size |
976
- | text.heading.font.weight | Heading font weight |
977
- | text.heading.font.family | Heading font family |
978
- | text.heading.icon.spacing | Heading icon spacing |
979
- | text.heading.line.height | Heading line height |
980
- | text.heading.margin.bottom | Heading bottom margin |
981
- | text.heading.text.color | Heading text color |
982
- | text.line.height | Text line height |
983
- | text.link.text.color | Link text color |
984
- | text.link.transition.hover.duration | Link text hover transition duration |
985
- | text.link.transition.hover.type | Link text hover transition type |
986
- | text.link.hover.text.color | Link text color (hover) |
987
- | text.link.active.text.color | Link text color (active) |
988
- | text.display.1.font.size | Display1 font size |
989
- | text.display.2.font.size | Display2 font size |
990
- | text.display.3.font.size | Display3 font size |
991
- | text.display.4.font.size | Display4 font size |
992
- | text.display.font.family | Display font family |
993
- | text.display.font.weight | Display font weight |
994
- | text.display.line.height | Display line height |
995
- | text.display.margin.top | Display top margin |
996
- | text.display.margin.bottom | Display bottom margin |
997
- | text.display.text.color | Display text color |
998
- | text.paragraph.margin.bottom | Paragraph bottom margin |
999
- | text.list.margin.bottom | List bottom margin |
1000
- | text.list.padding.x | List horizontal padding |
1001
- | text.lead.text.color | Lead text color |
1002
- | text.lead.font.size | Lead font size |
1003
- | text.lead.font.weight | Lead font weight |
1004
- | text.caption.text.color | Caption text color |
1005
- | text.caption.font.size | Caption font size |
1006
- | text.caption.font.weight | Caption font weight |
1007
- | text.small.font.size | Small (element) font size |
1008
- | text.code.text.color | Code text color |
1009
- | text.code.background.color | Code background color |
1010
- | text.code.border.width | Code border width |
1011
- | text.code.border.color | Code border color |
1012
- | text.code.font.family | Code font family |
1013
- | text.code.line.height | Code line height |
1014
- | text.strong.font.weight | Strong / bold font weight |
1015
- | text.blockquote.border.width | Blockquote border width |
1016
- | text.blockquote.border.color | Blockquote border color |
1017
- | text.blockquote.padding.left | Blockquote padding |
1018
- | text.danger.text.color | Danger text color for errors |
1019
- | text.info.text.color | Info text color |
1020
- | text.warning.text.color | Warning text color |
1021
- | text.success.text.color | Success text color |
1022
- | text.negative.text.color | Negative text color |
1023
- | text.positive.text.color | Positive text color |
1024
- | text.muted.text.color | Muted text color |
1025
- | text.primary.text.color | Primary text color |
1026
- | text.divider.margin.top | Divider margin top |
1027
- | text.divider.margin.bottom | Divider margin bottom |
1028
- | toast.animation.duration | Toast enter/exit transition duration |
1029
- | toast.animation.type | Toast enter/exit transition type |
1030
- | toast.margin.bottom | Toast bottom margin |
1031
- | toast.heading.margin.bottom | Toast heading bottom margin |
1032
- | toast.heading.font.family | Toast heading font family |
1033
- | toast.heading.font.size | Toast heading font size |
1034
- | toast.heading.font.weight | Toast heading font weight |
1035
- | toast.heading.text.color | Toast heading color (if success/error/info header colors are not specified) |
1036
- | toast.success.heading.text.color | Toast success heading color |
1037
- | toast.success.border.color | Toast success border color |
1038
- | toast.success.icon.color | Toast success icon color |
1039
- | toast.success.background.color | Toast success background color |
1040
- | toast.error.heading.text.color | Toast error heading color |
1041
- | toast.error.border.color | Toast error border color |
1042
- | toast.error.icon.color | Toast error icon color |
1043
- | toast.error.background.color | Toast error background color |
1044
- | toast.info.heading.text.color | Toast info heading color |
1045
- | toast.info.border.color | Toast info border color |
1046
- | toast.info.icon.color | Toast info icon color |
1047
- | toast.info.background.color | Toast info background color |
1048
- | toast.border.top.width | Toast top border width |
1049
- | toast.border.bottom.width | Toast bottom border width |
1050
- | toast.border.left.width | Toast left border width |
1051
- | toast.border.right.width | Toast right border width |
1052
- | toast.border.color | Toast border color (if Success/Error/Info border color is not specified) |
1053
- | toast.border.radius | Toast border radius |
1054
- | toast.icon.color | Toast icon color (if Success/Error/Info icon color not specified) |
1055
- | toast.background.color | Toast background color (if Success/Error/Info background not specified) |
1056
- | toast.padding.x | Toast horizontal padding |
1057
- | toast.padding.y | Toast vertical padding |
1058
- | toast.padding.right | Toast right padding |
1059
- | toast.box.shadow.size | Toast box shadow size |
1060
- | toast.box.shadow.color | Toast box shadow color |
1061
- | toast.font.family | Toast font family |
1062
- | toast.font.size | Toast font size |
1063
- | toast.font.weight | Toast font weight |
1064
- | toast.text.color | Toast text color (sets success and error) |
1065
- | toggle.active.background.color | Toggle active background colour |
1066
- | toggle.active.border.color | Toggle active border colour |
1067
- | toggle.active.hover.background.color | Toggle active hover background colour |
1068
- | toggle.active.hover.border.color | Toggle active hover border colour |
1069
- | toggle.active.mark.color | Toggle check mark color (shown when active) |
1070
- | toggle.active.thumb.background.color | Toggle active thumb background colour |
1071
- | toggle.active.thumb.border.color | Toggle active thumb border colour |
1072
- | toggle.border.radius | Toggle border radius |
1073
- | toggle.border.width | Toggle border width |
1074
- | toggle.height | Toggle height |
1075
- | toggle.inactive.background.color | Toggle inactive background colour |
1076
- | toggle.inactive.border.color | Toggle inactive border colour |
1077
- | toggle.inactive.hover.background.color | Toggle inactive hover background colour |
1078
- | toggle.inactive.hover.border.color | Toggle inactive hover border colour |
1079
- | toggle.inactive.thumb.background.color | Toggle inactive thumb background colour |
1080
- | toggle.inactive.thumb.border.color | Toggle inactive thumb border colour |
1081
- | toggle.label.font.family | Toggle label text font family |
1082
- | toggle.label.font.size | Toggle label text font size |
1083
- | toggle.label.font.weight | Toggle label text font weight |
1084
- | toggle.label.text.color | Toggle label text color |
1085
- | toggle.thumb.border.width | Toggle thumb border width |
1086
- | toggle.thumb.height | Toggle thumb height |
1087
- | toggle.transition.hover.type | Toggle hover transition type |
1088
- | toggle.transition.hover.duration | Toggle hover transition duration |
1089
- | tooltip.background.color | Tooltip background color |
1090
- | tooltip.text.color | Tooltip text colour |
1091
- | tooltip.font.size | Text font size for tooltip |
1092
- | tooltip.font.family | Tooltip font family |
1093
- | tooltip.font.weight | Tooltip font weight |
1094
- | tooltip.padding.x | Tooltip horizontal padding |
1095
- | tooltip.padding.y | Tooltip vertical padding |
1096
- | tooltip.border.width | Tooltip border width |
1097
- | tooltip.border.color | Tooltip border color |
1098
- | tooltip.border.radius | Tooltip border radius |
1099
- | tooltip.box.shadow.size | Tooltip box shadow size |
1100
- | tooltip.box.shadow.color | Tooltip box shadow color |
1101
- | validationMessage.danger.text.color | Danger validation message text color |
1102
- | validationMessage.info.text.color | Info validation message text color |
1103
- | validationMessage.success.text.color | Success validation message text color |
1104
- | validationMessage.warning.text.color | Warning validation message text color |
1105
- | validationMessage.prefix.font.weight | Validation message prefix font weight |
1106
- | colour.primary.fill | TODO: Add description from Figma once available |
1107
- | colour.primary.onFill | TODO: Add description from Figma once available |
1108
- | colour.primary.surface | TODO: Add description from Figma once available |
1109
- | colour.primary.text | TODO: Add description from Figma once available |
1110
- | colour.neutral.10 | TODO: Add description from Figma once available |
1111
- | colour.neutral.20 | TODO: Add description from Figma once available |
1112
- | colour.neutral.30 | TODO: Add description from Figma once available |
1113
- | colour.neutral.40 | TODO: Add description from Figma once available |
1114
- | colour.neutral.50 | TODO: Add description from Figma once available |
1115
- | colour.neutral.60 | TODO: Add description from Figma once available |
1116
- | colour.neutral.70 | TODO: Add description from Figma once available |
1117
- | colour.neutral.80 | TODO: Add description from Figma once available |
1118
- | colour.accent.brand | The brand accent is useful for grabbing attention and to support your primary/brand colour. It should be used sparingly to draw attention to key elements. |
1119
- | colour.accent.ui | The UI accent brings attention to focused/active areas in the UI (eg. focus state of components). |
1120
- | colour.system.success.fill | TODO: Add description from Figma once available |
1121
- | colour.system.success.onFill | TODO: Add description from Figma once available |
1122
- | colour.system.success.surface | TODO: Add description from Figma once available |
1123
- | colour.system.success.text | TODO: Add description from Figma once available |
1124
- | colour.system.danger.fill | TODO: Add description from Figma once available |
1125
- | colour.system.danger.onFill | TODO: Add description from Figma once available |
1126
- | colour.system.danger.surface | TODO: Add description from Figma once available |
1127
- | colour.system.danger.text | TODO: Add description from Figma once available |
1128
- | colour.system.warning.fill | TODO: Add description from Figma once available |
1129
- | colour.system.warning.onFill | TODO: Add description from Figma once available |
1130
- | colour.system.warning.surface | TODO: Add description from Figma once available |
1131
- | colour.system.warning.text | TODO: Add description from Figma once available |
1132
- | colour.system.info.fill | TODO: Add description from Figma once available |
1133
- | colour.system.info.onFill | TODO: Add description from Figma once available |
1134
- | colour.system.info.surface | TODO: Add description from Figma once available |
1135
- | colour.system.info.text | TODO: Add description from Figma once available |
1136
- | elevation.background.default | Default background is the default state of most components, such as panels and inputs. |
1137
- | elevation.background.alt | Alt background is used to establish application hierarchy and structure in combination with default. |
1138
- | elevation.background.cover | Cover background is used to cover the page in order to highlight a specific component, such as a modal. |
1139
- | elevation.interaction.hover.overlay | Overlay for hover elevations, it is usually kept semi-transparent so the background can be seen underneath. |
1140
- | elevation.interaction.hover.shadow | Shadow for hover elevations |
1141
- | elevation.interaction.pressed.overlay | Overlay for pressed elevations, it is usually kept semi-transparent so the background can be seen underneath. |
1142
- | elevation.interaction.pressed.shadow | Shadow for pressed elevations |
1143
- | elevation.interaction.selected.overlay | Overlay for selected elevations, it is usually kept semi-transparent so the background can be seen underneath. |
1144
- | elevation.interaction.selected.shadow | Shadow for selected elevations |
1145
- | elevation.raised.shadow | Shadow for raised elevations |
1146
- | elevation.raised.border | Border for raised elevations |
1147
- | elevation.floating.shadow | Shadow for floating elevations |
1148
- | elevation.floating.border | Border for floating elevations |
1149
- | elevation.overflow.shadow | Shadow for overflow elevations |
1150
- | elevation.overflow.border | Border for overflow elevations |
1151
- | radius.100 | The base unit for radius. The fallback for all other values will be calculated from this value. |
1152
- | radius.000 | No radius |
1153
- | radius.025 | 25% (0.25x) radius |
1154
- | radius.050 | 50% (0.5x) radius |
1155
- | radius.075 | 75% (0.75x) radius |
1156
- | radius.system.badge | Applies to badges and tags (that have not been designated to be a circle). |
1157
- | radius.system.button | Applies to buttons and other interactive elements such as the hover state of links. |
1158
- | radius.system.form | Applies to form inputs and alerts. |
1159
- | radius.system.layout | Applies to panels, modals and slideouts. |
1160
- | spacing.100 | The base unit for spacing. The fallback for all other values will be calculated from this value. |
1161
- | spacing.150 | 150% (1.5x) spacing |
1162
- | spacing.200 | 200% (2x) spacing |
1163
- | spacing.250 | 250% (2.5x) spacing |
1164
- | spacing.300 | 300% (3x) spacing |
1165
- | spacing.350 | 350% (3.5x) spacing |
1166
- | spacing.400 | 400% (4x) spacing |
1167
- | spacing.500 | 500% (5x) spacing |
1168
- | spacing.600 | 600% (6x) spacing |
1169
- | spacing.700 | 700% (7x) spacing |
1170
- | spacing.800 | 800% (8x) spacing |
1171
- | spacing.900 | 900% (9x) spacing |
1172
- | spacing.1000 | 1000% (10x) spacing |
1173
- | spacing.1200 | 1200% (12x) spacing |
1174
- | spacing.000 | No spacing |
1175
- | spacing.050 | 50% (0.5x) spacing |
1176
- | typography.base.size | This is the base font size, and is used to calculate the font sizes of each token. |
1177
- | typography.base.headingFont | This is the base font family for headings, used for heading tokens. |
1178
- | typography.base.bodyFont | This is the base font family for body, used for body tokens. |
1179
- | typography.heading.1 | Used for page titles in products such as a form title. |
1180
- | typography.heading.2 | Used in large components where space is not limited and perfectly balances with body.md and body.lg, such as modals. |
1181
- | typography.heading.3 | Used in large components where space is not limited and perfectly balances with body.md, such as modals. |
1182
- | typography.heading.4 | Used for titles in small components where space is limited, such as notifications. |
1183
- | typography.heading.5 | Used sparingly and is suitable matched with body.sm, for example, in fine print. |
1184
- | typography.heading.6 | Used sparingly and is suitable matched with body.sm, for example, in fine print. |
1185
- | typography.body.sm.regular | The default small text, most commonly used to display text in small components and compact tables and lists. |
1186
- | typography.body.sm.strong | Strong text is used to highlight important information in a paragraph of text. |
1187
- | typography.body.sm.em | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. |
1188
- | typography.body.md.regular | The default medium text, most commonly used to display text across all products. |
1189
- | typography.body.md.strong | Strong text is used to highlight important information in a paragraph of text. |
1190
- | typography.body.md.em | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. |
1191
- | typography.body.lg.regular | The default large text, most commonly used to display large text across all products. |
1192
- | typography.body.lg.strong | Strong text is used to highlight important information in a paragraph of text. |
1193
- | typography.body.lg.em | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. |
1194
- | typography.code | Used to display code snippets in the product, such as in the API documentation. |
1195
-
1196
- On this page
1197
-
1198
- * [What are tokens?](#what-are-tokens)
1199
- * [How to use the tokens](#how-to-use-the-tokens)
1200
- * [Token list](#token-list)