@iress-oss/ids-mcp-server 0.0.1 → 5.14.2

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 (122) hide show
  1. package/LICENSE.txt +201 -0
  2. package/README.md +29 -159
  3. package/dist/componentHandlers.js +241 -0
  4. package/dist/componentHandlers.test.js +380 -0
  5. package/{build → dist}/config.js +5 -5
  6. package/dist/index.js +53 -0
  7. package/{build → dist}/iressHandlers.js +52 -46
  8. package/dist/iressHandlers.test.js +316 -0
  9. package/{build → dist}/resourceHandlers.js +23 -22
  10. package/dist/resourceHandlers.test.js +352 -0
  11. package/{build → dist}/searchHandlers.js +107 -92
  12. package/dist/searchHandlers.test.js +524 -0
  13. package/{build → dist}/toolHandler.js +13 -13
  14. package/dist/toolHandler.test.js +369 -0
  15. package/dist/tools.js +165 -0
  16. package/{build → dist}/utils.js +11 -15
  17. package/dist/utils.test.js +286 -0
  18. package/{docs/ids → generated/docs}/components-autocomplete-docs.md +3 -3
  19. package/{docs/ids → generated/docs}/components-autocomplete-recipes-docs.md +17 -51
  20. package/{docs/ids → generated/docs}/components-card-recipes-docs.md +1 -1
  21. package/{docs/ids → generated/docs}/components-checkbox-docs.md +6 -19
  22. package/{docs/ids → generated/docs}/components-checkboxgroup-docs.md +18 -18
  23. package/{docs/ids → generated/docs}/components-checkboxgroup-recipes-docs.md +9 -9
  24. package/{docs/ids → generated/docs}/components-col-docs.md +1 -1
  25. package/{docs/ids → generated/docs}/components-combobox-docs.md +4 -4
  26. package/{docs/ids → generated/docs}/components-container-docs.md +8 -42
  27. package/{docs/ids → generated/docs}/components-filter-docs.md +14 -67
  28. package/{docs/ids → generated/docs}/components-form-docs.md +341 -335
  29. package/{docs/ids → generated/docs}/components-form-recipes-docs.md +198 -1
  30. package/{docs/ids → generated/docs}/components-hide-docs.md +16 -70
  31. package/{docs/ids → generated/docs}/components-icon-docs.md +4 -4
  32. package/{docs/ids → generated/docs}/components-input-recipes-docs.md +2 -2
  33. package/{docs/ids → generated/docs}/components-inputcurrency-recipes-docs.md +6 -40
  34. package/{docs/ids → generated/docs}/components-modal-docs.md +3 -113
  35. package/generated/docs/components-popover-docs.md +464 -0
  36. package/{docs/ids → generated/docs}/components-radiogroup-docs.md +21 -21
  37. package/{docs/ids → generated/docs}/components-richselect-docs.md +149 -111
  38. package/{docs/ids → generated/docs}/components-row-docs.md +4 -4
  39. package/{docs/ids → generated/docs}/components-skeleton-docs.md +3 -3
  40. package/{docs/ids → generated/docs}/components-skeleton-recipes-docs.md +1 -1
  41. package/{docs/ids → generated/docs}/components-skiplink-docs.md +1 -1
  42. package/{docs/ids → generated/docs}/components-slideout-docs.md +3 -113
  43. package/{docs/ids → generated/docs}/components-table-ag-grid-docs.md +109 -137
  44. package/{docs/ids → generated/docs}/components-table-docs.md +92 -597
  45. package/{docs/ids → generated/docs}/components-tabset-docs.md +2 -2
  46. package/{docs/ids → generated/docs}/components-tag-docs.md +1 -1
  47. package/{docs/ids → generated/docs}/components-toaster-docs.md +5 -5
  48. package/{docs/ids → generated/docs}/extensions-editor-docs.md +4 -4
  49. package/generated/docs/foundations-accessibility-docs.md +62 -0
  50. package/{docs/ids → generated/docs}/foundations-colours-docs.md +1 -1
  51. package/generated/docs/foundations-consistency-docs.md +52 -0
  52. package/generated/docs/foundations-content-docs.md +23 -0
  53. package/generated/docs/foundations-introduction-docs.md +17 -0
  54. package/generated/docs/foundations-principles-docs.md +70 -0
  55. package/{docs/ids → generated/docs}/foundations-typography-docs.md +7 -2
  56. package/generated/docs/foundations-user-experience-docs.md +63 -0
  57. package/generated/docs/foundations-visual-design-docs.md +46 -0
  58. package/{docs/ids → generated/docs}/get-started-develop-docs.md +3 -3
  59. package/generated/docs/guidelines.md +812 -0
  60. package/{docs/ids → generated/docs}/introduction-docs.md +4 -4
  61. package/{docs/ids → generated/docs}/patterns-loading-docs.md +332 -2
  62. package/generated/docs/resources-migration-guides-from-v4-to-v5-docs.md +437 -0
  63. package/generated/docs/themes-available-themes-docs.md +66 -0
  64. package/generated/docs/themes-tokens-docs.md +1200 -0
  65. package/generated/docs/versions-docs.md +17 -0
  66. package/package.json +42 -14
  67. package/LICENSE +0 -193
  68. package/build/componentHandlers.js +0 -205
  69. package/build/index.js +0 -51
  70. package/build/tools.js +0 -165
  71. package/docs/api-reference.md +0 -0
  72. package/docs/best-practices.md +0 -0
  73. package/docs/configuration.md +0 -0
  74. package/docs/examples.md +0 -0
  75. package/docs/guidelines.md +0 -269
  76. package/docs/ids/components-popover-docs.md +0 -4
  77. package/docs/ids/resources-migration-guides-from-v4-to-v5-docs.md +0 -639
  78. package/docs/ids/themes-available-themes-docs.md +0 -74
  79. package/docs/ids/themes-tokens-docs.md +0 -4580
  80. package/docs/ids/versions-docs.md +0 -27
  81. package/docs/tutorials/basic-integration.md +0 -0
  82. /package/{build → dist}/types.js +0 -0
  83. /package/{docs/ids → generated/docs}/components-alert-docs.md +0 -0
  84. /package/{docs/ids → generated/docs}/components-badge-docs.md +0 -0
  85. /package/{docs/ids → generated/docs}/components-button-docs.md +0 -0
  86. /package/{docs/ids → generated/docs}/components-button-recipes-docs.md +0 -0
  87. /package/{docs/ids → generated/docs}/components-buttongroup-docs.md +0 -0
  88. /package/{docs/ids → generated/docs}/components-card-docs.md +0 -0
  89. /package/{docs/ids → generated/docs}/components-divider-docs.md +0 -0
  90. /package/{docs/ids → generated/docs}/components-expander-docs.md +0 -0
  91. /package/{docs/ids → generated/docs}/components-field-docs.md +0 -0
  92. /package/{docs/ids → generated/docs}/components-inline-docs.md +0 -0
  93. /package/{docs/ids → generated/docs}/components-input-docs.md +0 -0
  94. /package/{docs/ids → generated/docs}/components-inputcurrency-docs.md +0 -0
  95. /package/{docs/ids → generated/docs}/components-label-docs.md +0 -0
  96. /package/{docs/ids → generated/docs}/components-menu-docs.md +0 -0
  97. /package/{docs/ids → generated/docs}/components-menu-menuitem-docs.md +0 -0
  98. /package/{docs/ids → generated/docs}/components-navbar-docs.md +0 -0
  99. /package/{docs/ids → generated/docs}/components-navbar-recipes-docs.md +0 -0
  100. /package/{docs/ids → generated/docs}/components-panel-docs.md +0 -0
  101. /package/{docs/ids → generated/docs}/components-placeholder-docs.md +0 -0
  102. /package/{docs/ids → generated/docs}/components-popover-recipes-docs.md +0 -0
  103. /package/{docs/ids → generated/docs}/components-progress-docs.md +0 -0
  104. /package/{docs/ids → generated/docs}/components-radio-docs.md +0 -0
  105. /package/{docs/ids → generated/docs}/components-readonly-docs.md +0 -0
  106. /package/{docs/ids → generated/docs}/components-select-docs.md +0 -0
  107. /package/{docs/ids → generated/docs}/components-slider-docs.md +0 -0
  108. /package/{docs/ids → generated/docs}/components-spinner-docs.md +0 -0
  109. /package/{docs/ids → generated/docs}/components-stack-docs.md +0 -0
  110. /package/{docs/ids → generated/docs}/components-tabset-tab-docs.md +0 -0
  111. /package/{docs/ids → generated/docs}/components-text-docs.md +0 -0
  112. /package/{docs/ids → generated/docs}/components-toaster-toast-docs.md +0 -0
  113. /package/{docs/ids → generated/docs}/components-toggle-docs.md +0 -0
  114. /package/{docs/ids → generated/docs}/components-tooltip-docs.md +0 -0
  115. /package/{docs/ids → generated/docs}/components-validationmessage-docs.md +0 -0
  116. /package/{docs/ids → generated/docs}/contact-us-docs.md +0 -0
  117. /package/{docs/ids → generated/docs}/extensions-editor-recipes-docs.md +0 -0
  118. /package/{docs/ids → generated/docs}/frequently-asked-questions-docs.md +0 -0
  119. /package/{docs/ids → generated/docs}/get-started-using-storybook-docs.md +0 -0
  120. /package/{docs/ids → generated/docs}/resources-changelog-docs.md +0 -0
  121. /package/{docs/ids → generated/docs}/resources-code-katas-docs.md +0 -0
  122. /package/{docs/ids → generated/docs}/themes-introduction-docs.md +0 -0
@@ -1,4580 +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
-
64
- Name
65
-
66
- Description
67
-
68
- g.page.background.color
69
-
70
- Page background colour
71
-
72
- g.inactive.color
73
-
74
- Inactive state colour
75
-
76
- g.inactive.contrast.color
77
-
78
- Inactive state contrast colour
79
-
80
- g.background.color
81
-
82
- Default background colour
83
-
84
- g.background.colorAlt
85
-
86
- Alt background colour
87
-
88
- g.small.border.radius
89
-
90
- Border radius - small
91
-
92
- g.border.radius
93
-
94
- Border radius
95
-
96
- g.border.width
97
-
98
- Border width
99
-
100
- g.border.color
101
-
102
- Border colour
103
-
104
- g.form.border.color
105
-
106
- Form elements border colour
107
-
108
- g.primary.color
109
-
110
- Primary colour
111
-
112
- g.primary.contrast.color
113
-
114
- Primary contrast colour
115
-
116
- g.primary.hover.color
117
-
118
- Primary colour (hover)
119
-
120
- g.box.shadow.color
121
-
122
- Box shadow colour
123
-
124
- g.hover.background.color
125
-
126
- Hover state background colour
127
-
128
- g.hover.text.color
129
-
130
- Hover state text colour
131
-
132
- g.focus.width
133
-
134
- Global focus width
135
-
136
- g.focus.color
137
-
138
- Global focus colour
139
-
140
- g.spacing.rem
141
-
142
- Spacing
143
-
144
- g.spacing.xs
145
-
146
- Spacing (xs)
147
-
148
- g.spacing.sm
149
-
150
- Spacing (sm)
151
-
152
- g.spacing.md
153
-
154
- Spacing (md)
155
-
156
- g.spacing.lg
157
-
158
- Spacing (lg)
159
-
160
- g.spacing.xl
161
-
162
- Spacing (xl)
163
-
164
- g.spacing.ratio.xs
165
-
166
- Xs spacing ratio
167
-
168
- g.spacing.ratio.sm
169
-
170
- Sm spacing ratio
171
-
172
- g.spacing.ratio.md
173
-
174
- Md spacing ratio
175
-
176
- g.spacing.ratio.lg
177
-
178
- Lg spacing ratio
179
-
180
- g.spacing.ratio.xl
181
-
182
- Xl spacing ratio
183
-
184
- g.danger.color
185
-
186
- Danger colour
187
-
188
- g.danger.contrast.color
189
-
190
- Danger contrast colour
191
-
192
- g.info.color
193
-
194
- Info colour
195
-
196
- g.info.contrast.color
197
-
198
- Info contrast colour
199
-
200
- g.success.color
201
-
202
- Success colour
203
-
204
- g.success.contrast.color
205
-
206
- Success contrast colour
207
-
208
- g.warning.color
209
-
210
- Warning colour
211
-
212
- g.warning.contrast.color
213
-
214
- Warning contrast colour
215
-
216
- g.positive.color
217
-
218
- Positive colour
219
-
220
- g.positive.contrast.color
221
-
222
- Positive contrast colour
223
-
224
- g.negative.color
225
-
226
- Negative colour
227
-
228
- g.negative.contrast.color
229
-
230
- Negative contrast colour
231
-
232
- g.font.family
233
-
234
- Font family
235
-
236
- g.font.weight
237
-
238
- Font weight
239
-
240
- g.font.size.rem
241
-
242
- Font size
243
-
244
- g.font.size.xxxs
245
-
246
- Font size (xxxs)
247
-
248
- g.font.size.xxs
249
-
250
- Font size (xxs)
251
-
252
- g.font.size.xs
253
-
254
- Font size (xs)
255
-
256
- g.font.size.sm
257
-
258
- Font size (sm)
259
-
260
- g.font.size.md
261
-
262
- Font size (md)
263
-
264
- g.font.size.lg
265
-
266
- Font size (lg)
267
-
268
- g.font.size.xl
269
-
270
- Font size (xl)
271
-
272
- g.font.size.xxl
273
-
274
- Font size (xxl)
275
-
276
- g.font.size.xxxl
277
-
278
- Font size (xxxl)
279
-
280
- g.font.size.xxxxl
281
-
282
- Font size (xxxxl)
283
-
284
- g.heading.font.weight
285
-
286
- Heading font weight
287
-
288
- g.label.font.weight
289
-
290
- Label font weight
291
-
292
- g.line.height
293
-
294
- Global line height
295
-
296
- g.link.text.color
297
-
298
- Link text colour
299
-
300
- g.muted.text.color
301
-
302
- Muted text colour
303
-
304
- g.text.color
305
-
306
- Text colour
307
-
308
- g.transition.hover.duration
309
-
310
- Global transition hover duration
311
-
312
- g.transition.hover.type
313
-
314
- Global transition hover type
315
-
316
- g.animation.duration
317
-
318
- Global animation duration
319
-
320
- g.animation.type
321
-
322
- Global animation type
323
-
324
- a.button.border.radius
325
-
326
- Button border radius
327
-
328
- a.button.border.width
329
-
330
- Alias border width for buttons
331
-
332
- a.layout.background.color
333
-
334
- Layout background colour
335
-
336
- a.layout.hover.text.color
337
-
338
- Alias for layout components text colour in hover state
339
-
340
- a.layout.hover.background.color
341
-
342
- Alias for layout components background colour in hover state
343
-
344
- a.form.background.color
345
-
346
- Form elements background colour
347
-
348
- a.form.border.radius
349
-
350
- Form elements border radius
351
-
352
- a.form.border.width
353
-
354
- Alias border width for forms
355
-
356
- a.form.font.family
357
-
358
- Alias token for form element font family
359
-
360
- a.form.line.height
361
-
362
- Alias token for form element line height
363
-
364
- a.form.hover.text.color
365
-
366
- Alias for form element text colour in hover state
367
-
368
- a.form.hover.background.color
369
-
370
- Alias for form element background colour in hover state
371
-
372
- a.label.text.color
373
-
374
- Label text colour
375
-
376
- a.active.background.color
377
-
378
- Active state background colour
379
-
380
- a.active.border.color
381
-
382
- Active state border colour
383
-
384
- a.active.contrast.color
385
-
386
- Active state text colour
387
-
388
- a.active.hover.background.color
389
-
390
- Active state background colour (hover)
391
-
392
- a.active.hover.border.color
393
-
394
- Active state border colour (hover)
395
-
396
- a.horizontal.spacing.xs
397
-
398
- Horizontal spacing (xs)
399
-
400
- a.horizontal.spacing.sm
401
-
402
- Horizontal spacing (sm)
403
-
404
- a.horizontal.spacing.md
405
-
406
- Horizontal spacing (md)
407
-
408
- a.horizontal.spacing.lg
409
-
410
- Horizontal spacing (lg)
411
-
412
- a.horizontal.spacing.xl
413
-
414
- Horizontal spacing (xl)
415
-
416
- a.vertical.spacing.xs
417
-
418
- Vertical spacing (xs)
419
-
420
- a.vertical.spacing.sm
421
-
422
- Vertical spacing (sm)
423
-
424
- a.vertical.spacing.md
425
-
426
- Vertical spacing (md)
427
-
428
- a.vertical.spacing.lg
429
-
430
- Vertical spacing (lg)
431
-
432
- a.vertical.spacing.xl
433
-
434
- Vertical spacing (xl)
435
-
436
- a.danger.text.color
437
-
438
- Alias token for danger text color
439
-
440
- a.danger.background.color
441
-
442
- Alias token for danger background color
443
-
444
- a.danger.border.color
445
-
446
- Alias token for danger border color
447
-
448
- a.danger.hover.background.color
449
-
450
- Danger background colour (hover)
451
-
452
- a.danger.hover.text.color
453
-
454
- Danger text colour (hover)
455
-
456
- a.warning.text.color
457
-
458
- Alias token for warning text color
459
-
460
- a.warning.background.color
461
-
462
- Alias token for warning background color
463
-
464
- a.warning.border.color
465
-
466
- Alias token for warning border color
467
-
468
- a.warning.hover.background.color
469
-
470
- Warning background colour (hover)
471
-
472
- a.warning.hover.text.color
473
-
474
- Warning text colour (hover)
475
-
476
- a.success.text.color
477
-
478
- Alias token for success text color
479
-
480
- a.success.background.color
481
-
482
- Alias token for success background color
483
-
484
- a.success.border.color
485
-
486
- Alias token for success border color
487
-
488
- a.success.hover.background.color
489
-
490
- Success background colour (hover)
491
-
492
- a.success.hover.text.color
493
-
494
- Success text colour (hover)
495
-
496
- a.info.text.color
497
-
498
- Alias token for info text color
499
-
500
- a.info.background.color
501
-
502
- Alias token for info background color
503
-
504
- a.info.border.color
505
-
506
- Alias token for info border color
507
-
508
- a.info.hover.background.color
509
-
510
- Info background colour (hover)
511
-
512
- a.info.hover.text.color
513
-
514
- Info text colour (hover)
515
-
516
- a.negative.background.color
517
-
518
- Alias token for negative background color
519
-
520
- a.negative.border.color
521
-
522
- Alias token for negative border color
523
-
524
- a.negative.hover.background.color
525
-
526
- Negative background colour (hover)
527
-
528
- a.negative.hover.text.color
529
-
530
- Negative text colour (hover)
531
-
532
- a.negative.text.color
533
-
534
- Alias token for negative text color
535
-
536
- a.positive.background.color
537
-
538
- Alias token for positive background color
539
-
540
- a.positive.border.color
541
-
542
- Alias token for positive border color
543
-
544
- a.positive.hover.background.color
545
-
546
- Positive background colour (hover)
547
-
548
- a.positive.hover.text.color
549
-
550
- Positive text colour (hover)
551
-
552
- a.positive.text.color
553
-
554
- Alias token for positive text color
555
-
556
- a.heading.text.color
557
-
558
- Heading text colour
559
-
560
- a.heading.font.family
561
-
562
- Heading font family
563
-
564
- a.display.text.color
565
-
566
- Display text colour
567
-
568
- a.display.font.weight
569
-
570
- Display text font weight
571
-
572
- a.display.font.family
573
-
574
- Display text font family
575
-
576
- a.lead.font.weight
577
-
578
- Lead text font weight
579
-
580
- a.lead.text.color
581
-
582
- Lead text colour
583
-
584
- a.link.hover.text.color
585
-
586
- Link text colour (hover)
587
-
588
- a.link.active.text.color
589
-
590
- Link text colour (active)
591
-
592
- a.muted.font.weight
593
-
594
- Muted text font weight
595
-
596
- alert.font.size
597
-
598
- Alert font size
599
-
600
- alert.font.weight
601
-
602
- Alert font weight
603
-
604
- alert.font.family
605
-
606
- Alert font family
607
-
608
- alert.text.color
609
-
610
- Alert text color
611
-
612
- alert.heading.font.family
613
-
614
- Alert heading font family
615
-
616
- alert.heading.font.size
617
-
618
- Alert heading font size
619
-
620
- alert.heading.font.weight
621
-
622
- Alert heading font weight
623
-
624
- alert.heading.margin.bottom
625
-
626
- Alert bottom margin on the alert heading
627
-
628
- alert.heading.margin.right
629
-
630
- Alert right margin on the alert heading
631
-
632
- alert.border.left.width
633
-
634
- Alert left border width
635
-
636
- alert.border.right.width
637
-
638
- Alert right border width
639
-
640
- alert.border.top.width
641
-
642
- Alert top border width
643
-
644
- alert.border.bottom.width
645
-
646
- Alert bottom border width
647
-
648
- alert.border.radius
649
-
650
- Alert border radius
651
-
652
- alert.padding.x
653
-
654
- Alert horizontal padding
655
-
656
- alert.padding.y
657
-
658
- Alert vertical padding
659
-
660
- alert.margin.bottom
661
-
662
- Alert bottom margin
663
-
664
- alert.background.color
665
-
666
- Alert background color
667
-
668
- alert.danger.text.color
669
-
670
- Alert text color (danger)
671
-
672
- alert.danger.background.color
673
-
674
- Alert background color (danger)
675
-
676
- alert.danger.border.color
677
-
678
- Alert border color (danger)
679
-
680
- alert.danger.heading.text.color
681
-
682
- Alert heading text color (danger)
683
-
684
- alert.info.text.color
685
-
686
- Alert text color (info)
687
-
688
- alert.info.background.color
689
-
690
- Alert background color (info)
691
-
692
- alert.info.border.color
693
-
694
- Alert border color (info)
695
-
696
- alert.info.heading.text.color
697
-
698
- Alert heading text color (info)
699
-
700
- alert.success.text.color
701
-
702
- Alert text color (success)
703
-
704
- alert.success.background.color
705
-
706
- Alert background color (success)
707
-
708
- alert.success.border.color
709
-
710
- Alert border color (success)
711
-
712
- alert.success.heading.text.color
713
-
714
- Alert heading text color (success)
715
-
716
- alert.warning.text.color
717
-
718
- Alert text color (warning)
719
-
720
- alert.warning.background.color
721
-
722
- Alert background color (warning)
723
-
724
- alert.warning.border.color
725
-
726
- Alert border color (warning)
727
-
728
- alert.warning.heading.text.color
729
-
730
- Alert heading text color (warning)
731
-
732
- backdrop.background.color
733
-
734
- Backdrop background Color
735
-
736
- backdrop.opacity
737
-
738
- Backdrop opacity
739
-
740
- backdrop.transition.duration
741
-
742
- Backdrop enter/exit transition duration
743
-
744
- backdrop.transition.type
745
-
746
- Backdrop enter/exit transition type
747
-
748
- badge.font.size
749
-
750
- Badge font size
751
-
752
- badge.font.family
753
-
754
- Badge font family
755
-
756
- badge.font.weight
757
-
758
- Badge font weight
759
-
760
- badge.border.radius
761
-
762
- Badge border radius
763
-
764
- badge.border.width
765
-
766
- Badge border width
767
-
768
- badge.size
769
-
770
- Badge size
771
-
772
- badge.padding.x
773
-
774
- Badge horizontal padding
775
-
776
- badge.padding.y
777
-
778
- Badge vertical padding
779
-
780
- badge.success.background.color
781
-
782
- Badge success background color
783
-
784
- badge.success.border.color
785
-
786
- Badge success border color
787
-
788
- badge.success.text.color
789
-
790
- Badge success text color
791
-
792
- badge.warning.background.color
793
-
794
- Badge warning background color
795
-
796
- badge.warning.border.color
797
-
798
- Badge warning border color
799
-
800
- badge.warning.text.color
801
-
802
- Badge warning text color
803
-
804
- badge.danger.background.color
805
-
806
- Badge danger background color
807
-
808
- badge.danger.border.color
809
-
810
- Badge danger border color
811
-
812
- badge.danger.text.color
813
-
814
- Badge danger text color
815
-
816
- badge.info.background.color
817
-
818
- Badge info background color
819
-
820
- badge.info.border.color
821
-
822
- Badge info border color
823
-
824
- badge.info.text.color
825
-
826
- Badge info text color
827
-
828
- badge.negative.background.color
829
-
830
- Badge negative background color
831
-
832
- badge.negative.border.color
833
-
834
- Badge negative border color
835
-
836
- badge.negative.text.color
837
-
838
- Badge negative text color
839
-
840
- badge.positive.background.color
841
-
842
- Badge positive background color
843
-
844
- badge.positive.border.color
845
-
846
- Badge positive border color
847
-
848
- badge.positive.text.color
849
-
850
- Badge positive text color
851
-
852
- badge.transparent.background.color
853
-
854
- Badge transparent background color
855
-
856
- badge.transparent.border.color
857
-
858
- Badge transparent border color
859
-
860
- badge.transparent.text.color
861
-
862
- Badge transparent text color
863
-
864
- badge.default.background.color
865
-
866
- Badge default background color
867
-
868
- badge.default.border.color
869
-
870
- Badge default border color
871
-
872
- badge.default.text.color
873
-
874
- Badge default text color
875
-
876
- badge.alt.background.color
877
-
878
- Badge background-alt background color
879
-
880
- badge.alt.border.color
881
-
882
- Badge background-alt border color
883
-
884
- badge.alt.text.color
885
-
886
- Badge background-alt text color
887
-
888
- buttonGroup.background.color
889
-
890
- ButtonGroup background colour
891
-
892
- buttonGroup.padding
893
-
894
- ButtonGroup padding
895
-
896
- buttonGroup.border.radius
897
-
898
- ButtonGroup border radius
899
-
900
- buttonGroup.border.width
901
-
902
- ButtonGroup border width
903
-
904
- buttonGroup.border.color
905
-
906
- ButtonGroup border colour
907
-
908
- buttonGroup.label.font.family
909
-
910
- Button Group label text font family
911
-
912
- buttonGroup.label.font.size
913
-
914
- Button Group label text font size
915
-
916
- buttonGroup.label.font.weight
917
-
918
- Button Group label text font weight
919
-
920
- buttonGroup.label.text.color
921
-
922
- Button Group label text color
923
-
924
- buttonGroup.label.margin.bottom
925
-
926
- ButtonGroup label margin bottom
927
-
928
- buttonGroup.button.border.width
929
-
930
- ButtonGroup button border width
931
-
932
- buttonGroup.button.border.radius
933
-
934
- ButtonGroup button border radius
935
-
936
- buttonGroup.button.padding.x
937
-
938
- ButtonGroup button horizontal padding
939
-
940
- buttonGroup.button.padding.y
941
-
942
- ButtonGroup button vertical padding
943
-
944
- buttonGroup.button.min.height
945
-
946
- ButtonGroup button minimum height
947
-
948
- buttonGroup.button.margin.right
949
-
950
- ButtonGroup button right margin
951
-
952
- buttonGroup.button.inactive.background.color
953
-
954
- ButtonGroup inactive button background color
955
-
956
- buttonGroup.button.inactive.text.color
957
-
958
- ButtonGroup inactive button text color
959
-
960
- buttonGroup.button.inactive.border.color
961
-
962
- ButtonGroup inactive button border color
963
-
964
- buttonGroup.button.inactive.hover.background.color
965
-
966
- ButtonGroup inactive button background color in hover state
967
-
968
- buttonGroup.button.inactive.hover.text.color
969
-
970
- ButtonGroup inactive button text color in hover state
971
-
972
- buttonGroup.button.inactive.active.background.color
973
-
974
- ButtonGroup inactive button background color in active state
975
-
976
- buttonGroup.button.inactive.active.text.color
977
-
978
- ButtonGroup inactive button text color in active state
979
-
980
- buttonGroup.button.active.background.color
981
-
982
- ButtonGroup active button background color
983
-
984
- buttonGroup.button.active.text.color
985
-
986
- ButtonGroup active button text color
987
-
988
- buttonGroup.button.active.border.color
989
-
990
- ButtonGroup active button border color
991
-
992
- buttonGroup.button.active.hover.background.color
993
-
994
- ButtonGroup active button background color in hover state
995
-
996
- buttonGroup.button.active.hover.text.color
997
-
998
- ButtonGroup active button text color in hover state
999
-
1000
- buttonGroup.button.active.active.background.color
1001
-
1002
- ButtonGroup active button background color in active state
1003
-
1004
- buttonGroup.button.active.active.text.color
1005
-
1006
- ButtonGroup active button text color in active state
1007
-
1008
- button.border.width
1009
-
1010
- Button border width
1011
-
1012
- button.border.radius
1013
-
1014
- Button border radius
1015
-
1016
- button.font.family
1017
-
1018
- Button font family
1019
-
1020
- button.font.size
1021
-
1022
- Button font size
1023
-
1024
- button.font.weight
1025
-
1026
- Button font weight
1027
-
1028
- button.line.height
1029
-
1030
- Button line height
1031
-
1032
- button.padding.x
1033
-
1034
- Button horizontal padding
1035
-
1036
- button.padding.y
1037
-
1038
- Button vertical padding
1039
-
1040
- button.transition.hover.type
1041
-
1042
- Button hover transition type
1043
-
1044
- button.transition.hover.duration
1045
-
1046
- Button hover transition duration
1047
-
1048
- button.animation.active
1049
-
1050
- Button active animation
1051
-
1052
- button.slot.margin.x
1053
-
1054
- Button horizontal margin between named slot and default
1055
-
1056
- button.primary.background.color
1057
-
1058
- Button primary background colour
1059
-
1060
- button.primary.background.image
1061
-
1062
- Button primary background image
1063
-
1064
- button.primary.box.shadow.size
1065
-
1066
- Button primary box shadow size
1067
-
1068
- button.primary.box.shadow.color
1069
-
1070
- Button primary box shadow color
1071
-
1072
- button.primary.border.color
1073
-
1074
- Button primary border colour
1075
-
1076
- button.primary.text.color
1077
-
1078
- Button primary text colour
1079
-
1080
- button.primary.text.decoration
1081
-
1082
- Button primary text-decoration
1083
-
1084
- button.primary.hover.background.color
1085
-
1086
- Button primary background colour (hover)
1087
-
1088
- button.primary.hover.background.image
1089
-
1090
- Button primary background image (hover)
1091
-
1092
- button.primary.hover.text.color
1093
-
1094
- Button primary text colour (hover)
1095
-
1096
- button.primary.hover.text.decoration
1097
-
1098
- Button primary text-decoration (hover)
1099
-
1100
- button.primary.hover.box.shadow.size
1101
-
1102
- Button primary box shadow size (hover)
1103
-
1104
- button.primary.hover.box.shadow.color
1105
-
1106
- Button primary box shadow color (hover)
1107
-
1108
- button.primary.hover.border.color
1109
-
1110
- Button primary border colour (hover)
1111
-
1112
- button.primary.active.background.color
1113
-
1114
- Button primary background color (active)
1115
-
1116
- button.primary.active.background.image
1117
-
1118
- Button primary background image (active)
1119
-
1120
- button.primary.active.text.color
1121
-
1122
- Button primary text color (active)
1123
-
1124
- button.primary.active.text.decoration
1125
-
1126
- Button primary text decoration (active)
1127
-
1128
- button.primary.active.box.shadow.size
1129
-
1130
- Button primary box shadow size (active)
1131
-
1132
- button.primary.active.box.shadow.color
1133
-
1134
- Button primary box shadow color (active)
1135
-
1136
- button.primary.active.border.color
1137
-
1138
- Button primary border color (active)
1139
-
1140
- button.secondary.background.color
1141
-
1142
- Button secondary background colour
1143
-
1144
- button.secondary.background.image
1145
-
1146
- Button secondary background image
1147
-
1148
- button.secondary.box.shadow.size
1149
-
1150
- Button secondary box shadow size
1151
-
1152
- button.secondary.box.shadow.color
1153
-
1154
- Button secondary box shadow color
1155
-
1156
- button.secondary.border.color
1157
-
1158
- Button secondary border colour
1159
-
1160
- button.secondary.text.color
1161
-
1162
- Button secondary text colour
1163
-
1164
- button.secondary.text.decoration
1165
-
1166
- Button secondary text-decoration
1167
-
1168
- button.secondary.hover.background.color
1169
-
1170
- Button secondary background colour (hover)
1171
-
1172
- button.secondary.hover.background.image
1173
-
1174
- Button secondary background image (hover)
1175
-
1176
- button.secondary.hover.text.color
1177
-
1178
- Button secondary text colour (hover)
1179
-
1180
- button.secondary.hover.text.decoration
1181
-
1182
- Button secondary text-decoration (hover)
1183
-
1184
- button.secondary.hover.box.shadow.size
1185
-
1186
- Button secondary box shadow size (hover)
1187
-
1188
- button.secondary.hover.box.shadow.color
1189
-
1190
- Button secondary box shadow color (hover)
1191
-
1192
- button.secondary.hover.border.color
1193
-
1194
- Button secondary border colour (hover)
1195
-
1196
- button.secondary.active.background.color
1197
-
1198
- Button secondary background color (active)
1199
-
1200
- button.secondary.active.background.image
1201
-
1202
- Button secondary background image (active)
1203
-
1204
- button.secondary.active.text.color
1205
-
1206
- Button secondary text color (active)
1207
-
1208
- button.secondary.active.text.decoration
1209
-
1210
- Button secondary text decoration (active)
1211
-
1212
- button.secondary.active.box.shadow.size
1213
-
1214
- Button secondary box shadow size (active)
1215
-
1216
- button.secondary.active.box.shadow.color
1217
-
1218
- Button secondary box shadow color (active)
1219
-
1220
- button.secondary.active.border.color
1221
-
1222
- Button secondary border color (active)
1223
-
1224
- button.tertiary.background.color
1225
-
1226
- Button tertiary background colour
1227
-
1228
- button.tertiary.background.image
1229
-
1230
- Button tertiary background image
1231
-
1232
- button.tertiary.box.shadow.size
1233
-
1234
- Button tertiary box shadow size
1235
-
1236
- button.tertiary.box.shadow.color
1237
-
1238
- Button tertiary box shadow color
1239
-
1240
- button.tertiary.border.color
1241
-
1242
- Button tertiary border colour
1243
-
1244
- button.tertiary.text.color
1245
-
1246
- Button tertiary text colour
1247
-
1248
- button.tertiary.text.decoration
1249
-
1250
- Button tertiary text-decoration
1251
-
1252
- button.tertiary.hover.background.color
1253
-
1254
- Button tertiary background colour (hover)
1255
-
1256
- button.tertiary.hover.background.image
1257
-
1258
- Button tertiary background image (hover)
1259
-
1260
- button.tertiary.hover.text.color
1261
-
1262
- Button tertiary text colour (hover)
1263
-
1264
- button.tertiary.hover.text.decoration
1265
-
1266
- Button tertiary text-decoration (hover)
1267
-
1268
- button.tertiary.hover.box.shadow.size
1269
-
1270
- Button tertiary box shadow size (hover)
1271
-
1272
- button.tertiary.hover.box.shadow.color
1273
-
1274
- Button tertiary box shadow color (hover)
1275
-
1276
- button.tertiary.hover.border.color
1277
-
1278
- Button tertiary border colour (hover)
1279
-
1280
- button.tertiary.active.background.color
1281
-
1282
- Button tertiary background color (active)
1283
-
1284
- button.tertiary.active.background.image
1285
-
1286
- Button tertiary background image (active)
1287
-
1288
- button.tertiary.active.text.color
1289
-
1290
- Button tertiary text color (active)
1291
-
1292
- button.tertiary.active.text.decoration
1293
-
1294
- Button tertiary text decoration (active)
1295
-
1296
- button.tertiary.active.box.shadow.size
1297
-
1298
- Button tertiary box shadow size (active)
1299
-
1300
- button.tertiary.active.box.shadow.color
1301
-
1302
- Button tertiary box shadow color (active)
1303
-
1304
- button.tertiary.active.border.color
1305
-
1306
- Button tertiary border color (active)
1307
-
1308
- button.link.background.color
1309
-
1310
- Button link background color
1311
-
1312
- button.link.background.image
1313
-
1314
- Button link background image
1315
-
1316
- button.link.box.shadow.size
1317
-
1318
- Button link box shadow size
1319
-
1320
- button.link.box.shadow.color
1321
-
1322
- Button link box shadow color
1323
-
1324
- button.link.border.color
1325
-
1326
- Button link border color
1327
-
1328
- button.link.text.color
1329
-
1330
- Button link text color
1331
-
1332
- button.link.text.decoration
1333
-
1334
- Button link text-decoration
1335
-
1336
- button.link.hover.background.color
1337
-
1338
- Button link background color (hover)
1339
-
1340
- button.link.hover.background.image
1341
-
1342
- Button link background image (hover)
1343
-
1344
- button.link.hover.text.color
1345
-
1346
- Button link text color (hover)
1347
-
1348
- button.link.hover.text.decoration
1349
-
1350
- Button link text-decoration (hover)
1351
-
1352
- button.link.hover.box.shadow.size
1353
-
1354
- Button link box shadow size (hover)
1355
-
1356
- button.link.hover.box.shadow.color
1357
-
1358
- Button link box shadow color (hover)
1359
-
1360
- button.link.hover.border.color
1361
-
1362
- Button link border color (hover)
1363
-
1364
- button.link.active.background.color
1365
-
1366
- Button link background color (active)
1367
-
1368
- button.link.active.background.image
1369
-
1370
- Button link background image (active)
1371
-
1372
- button.link.active.text.color
1373
-
1374
- Button link text color (active)
1375
-
1376
- button.link.active.text.decoration
1377
-
1378
- Button link text decoration (active)
1379
-
1380
- button.link.active.box.shadow.size
1381
-
1382
- Button link box shadow size (active)
1383
-
1384
- button.link.active.box.shadow.color
1385
-
1386
- Button link box shadow color (active)
1387
-
1388
- button.link.active.border.color
1389
-
1390
- Button link border color (active)
1391
-
1392
- button.danger.background.color
1393
-
1394
- Button danger background color
1395
-
1396
- button.danger.background.image
1397
-
1398
- Button danger background image
1399
-
1400
- button.danger.box.shadow.size
1401
-
1402
- Button danger box shadow size
1403
-
1404
- button.danger.box.shadow.color
1405
-
1406
- Button danger box shadow color
1407
-
1408
- button.danger.border.color
1409
-
1410
- Button danger border color
1411
-
1412
- button.danger.text.color
1413
-
1414
- Button danger text color
1415
-
1416
- button.danger.text.decoration
1417
-
1418
- Button danger text-decoration
1419
-
1420
- button.danger.hover.background.color
1421
-
1422
- Button danger background color (hover)
1423
-
1424
- button.danger.hover.background.image
1425
-
1426
- Button danger background image (hover)
1427
-
1428
- button.danger.hover.text.color
1429
-
1430
- Button danger text color (hover)
1431
-
1432
- button.danger.hover.text.decoration
1433
-
1434
- Button danger text-decoration (hover)
1435
-
1436
- button.danger.hover.box.shadow.size
1437
-
1438
- Button danger box shadow size (hover)
1439
-
1440
- button.danger.hover.box.shadow.color
1441
-
1442
- Button danger box shadow color (hover)
1443
-
1444
- button.danger.hover.border.color
1445
-
1446
- Button danger border color (hover)
1447
-
1448
- button.danger.active.background.color
1449
-
1450
- Button danger background color (active)
1451
-
1452
- button.danger.active.background.image
1453
-
1454
- Button danger background image (active)
1455
-
1456
- button.danger.active.text.color
1457
-
1458
- Button danger text color (active)
1459
-
1460
- button.danger.active.text.decoration
1461
-
1462
- Button danger text decoration (active)
1463
-
1464
- button.danger.active.box.shadow.size
1465
-
1466
- Button danger box shadow size (active)
1467
-
1468
- button.danger.active.box.shadow.color
1469
-
1470
- Button danger box shadow color (active)
1471
-
1472
- button.danger.active.border.color
1473
-
1474
- Button danger border color (active)
1475
-
1476
- button.positive.background.color
1477
-
1478
- Button positive background color
1479
-
1480
- button.positive.background.image
1481
-
1482
- Button positive background image
1483
-
1484
- button.positive.box.shadow.size
1485
-
1486
- Button positive box shadow size
1487
-
1488
- button.positive.box.shadow.color
1489
-
1490
- Button positive box shadow color
1491
-
1492
- button.positive.border.color
1493
-
1494
- Button positive border color
1495
-
1496
- button.positive.text.color
1497
-
1498
- Button positive text color
1499
-
1500
- button.positive.text.decoration
1501
-
1502
- Button positive text-decoration
1503
-
1504
- button.positive.hover.background.color
1505
-
1506
- Button positive background color (hover)
1507
-
1508
- button.positive.hover.background.image
1509
-
1510
- Button positive background image (hover)
1511
-
1512
- button.positive.hover.text.color
1513
-
1514
- Button positive text color (hover)
1515
-
1516
- button.positive.hover.text.decoration
1517
-
1518
- Button positive text-decoration (hover)
1519
-
1520
- button.positive.hover.box.shadow.size
1521
-
1522
- Button positive box shadow size (hover)
1523
-
1524
- button.positive.hover.box.shadow.color
1525
-
1526
- Button positive box shadow color (hover)
1527
-
1528
- button.positive.hover.border.color
1529
-
1530
- Button positive border color (hover)
1531
-
1532
- button.positive.active.background.color
1533
-
1534
- Button positive background color (active)
1535
-
1536
- button.positive.active.background.image
1537
-
1538
- Button positive background image (active)
1539
-
1540
- button.positive.active.text.color
1541
-
1542
- Button positive text color (active)
1543
-
1544
- button.positive.active.text.decoration
1545
-
1546
- Button positive text decoration (active)
1547
-
1548
- button.positive.active.box.shadow.size
1549
-
1550
- Button positive box shadow size (active)
1551
-
1552
- button.positive.active.box.shadow.color
1553
-
1554
- Button positive box shadow color (active)
1555
-
1556
- button.positive.active.border.color
1557
-
1558
- Button positive border color (active)
1559
-
1560
- button.negative.background.color
1561
-
1562
- Button negative background color
1563
-
1564
- button.negative.background.image
1565
-
1566
- Button negative background image
1567
-
1568
- button.negative.box.shadow.size
1569
-
1570
- Button negative box shadow size
1571
-
1572
- button.negative.box.shadow.color
1573
-
1574
- Button negative box shadow color
1575
-
1576
- button.negative.border.color
1577
-
1578
- Button negative border color
1579
-
1580
- button.negative.text.color
1581
-
1582
- Button negative text color
1583
-
1584
- button.negative.text.decoration
1585
-
1586
- Button negative text-decoration
1587
-
1588
- button.negative.hover.background.color
1589
-
1590
- Button negative background color (hover)
1591
-
1592
- button.negative.hover.background.image
1593
-
1594
- Button negative background image (hover)
1595
-
1596
- button.negative.hover.text.color
1597
-
1598
- Button negative text color (hover)
1599
-
1600
- button.negative.hover.text.decoration
1601
-
1602
- Button negative text-decoration (hover)
1603
-
1604
- button.negative.hover.box.shadow.size
1605
-
1606
- Button negative box shadow size (hover)
1607
-
1608
- button.negative.hover.box.shadow.color
1609
-
1610
- Button negative box shadow color (hover)
1611
-
1612
- button.negative.hover.border.color
1613
-
1614
- Button negative border color (hover)
1615
-
1616
- button.negative.active.background.color
1617
-
1618
- Button negative background color (active)
1619
-
1620
- button.negative.active.background.image
1621
-
1622
- Button negative background image (active)
1623
-
1624
- button.negative.active.text.color
1625
-
1626
- Button negative text color (active)
1627
-
1628
- button.negative.active.text.decoration
1629
-
1630
- Button negative text decoration (active)
1631
-
1632
- button.negative.active.box.shadow.size
1633
-
1634
- Button negative box shadow size (active)
1635
-
1636
- button.negative.active.box.shadow.color
1637
-
1638
- Button negative box shadow color (active)
1639
-
1640
- button.negative.active.border.color
1641
-
1642
- Button negative border color (active)
1643
-
1644
- card.font.family
1645
-
1646
- Card font family
1647
-
1648
- card.font.size
1649
-
1650
- Card font size
1651
-
1652
- card.font.weight
1653
-
1654
- Card font weight
1655
-
1656
- card.sm.padding
1657
-
1658
- Card padding small
1659
-
1660
- card.md.padding
1661
-
1662
- Card padding medium
1663
-
1664
- card.lg.padding
1665
-
1666
- Card padding large
1667
-
1668
- card.background.color
1669
-
1670
- Card background colour
1671
-
1672
- card.clickable.background.color
1673
-
1674
- Card background color clickable
1675
-
1676
- card.clickable.border.color
1677
-
1678
- Card border color clickable
1679
-
1680
- card.clickable.box.shadow.size
1681
-
1682
- Card clickable box shadow size
1683
-
1684
- card.clickable.hover.box.shadow.size
1685
-
1686
- Card clickable box shadow size in hover state
1687
-
1688
- card.clickable.hover.background.color
1689
-
1690
- Card clickable hover background color
1691
-
1692
- card.clickable.hover.text.color
1693
-
1694
- Card clickable hover text color
1695
-
1696
- card.clickable.text.color
1697
-
1698
- Card clickable text color
1699
-
1700
- card.text.color
1701
-
1702
- Card text color
1703
-
1704
- card.border.radius
1705
-
1706
- Card border radius
1707
-
1708
- card.border.color
1709
-
1710
- Card border color
1711
-
1712
- card.border.width
1713
-
1714
- Card border width
1715
-
1716
- card.selected.border.color
1717
-
1718
- Card border color for selected card
1719
-
1720
- card.box.shadow.size
1721
-
1722
- Card box shadow size
1723
-
1724
- card.box.shadow.color
1725
-
1726
- Card box shadow color
1727
-
1728
- card.transition.hover.type
1729
-
1730
- Card transition timing function
1731
-
1732
- card.transition.hover.duration
1733
-
1734
- Card transition duration
1735
-
1736
- card.heading.font.family
1737
-
1738
- Card heading font family
1739
-
1740
- card.heading.font.weight
1741
-
1742
- Card heading font weight
1743
-
1744
- card.heading.text.color
1745
-
1746
- Card heading text color
1747
-
1748
- card.heading.link.active.text.color
1749
-
1750
- Card heading link active text color
1751
-
1752
- card.heading.link.hover.text.color
1753
-
1754
- Card heading link hover text color
1755
-
1756
- card.heading.link.text.color
1757
-
1758
- Card heading link text color
1759
-
1760
- card.footer.border.width
1761
-
1762
- Card footer border width
1763
-
1764
- card.footer.border.color
1765
-
1766
- Card footer border color
1767
-
1768
- card.line.height
1769
-
1770
- Card line height
1771
-
1772
- card.prepend.icon.color
1773
-
1774
- Card prepended icon color
1775
-
1776
- card.prepend.icon.default.font.size
1777
-
1778
- Card prepended icon default font size
1779
-
1780
- card.top.right.border.color
1781
-
1782
- Top right slot border color
1783
-
1784
- card.top.right.hover.border.color
1785
-
1786
- Card border color for top right slot in hover state
1787
-
1788
- checkboxGroup.inline.spacing
1789
-
1790
- Checkbox group space between inline checkboxes
1791
-
1792
- checkbox.font.family
1793
-
1794
- Checkbox font family
1795
-
1796
- checkbox.font.size
1797
-
1798
- Checkbox font size
1799
-
1800
- checkbox.font.weight
1801
-
1802
- Checkbox font weight
1803
-
1804
- checkbox.hiddenControl.label.background.color
1805
-
1806
- Checkbox hidden control label background color
1807
-
1808
- checkbox.hiddenControl.label.border.color
1809
-
1810
- Checkbox hidden control label border color
1811
-
1812
- checkbox.hiddenControl.label.border.width
1813
-
1814
- Checkbox hidden control label border width
1815
-
1816
- checkbox.hiddenControl.label.border.radius
1817
-
1818
- Checkbox hidden control label border radius
1819
-
1820
- checkbox.hiddenControl.label.hover.background.color
1821
-
1822
- Checkbox hidden control label hover background color
1823
-
1824
- checkbox.hiddenControl.label.hover.text.color
1825
-
1826
- Checkbox hidden control label hover text color
1827
-
1828
- checkbox.text.color
1829
-
1830
- Checkbox text color
1831
-
1832
- checkbox.margin.bottom
1833
-
1834
- Checkbox bottom margin
1835
-
1836
- checkbox.padding.x
1837
-
1838
- Checkbox label horizontal padding
1839
-
1840
- checkbox.padding.y
1841
-
1842
- Checkbox label vertical padding
1843
-
1844
- checkbox.spacing.right
1845
-
1846
- Spacing between checkbox mark and label text
1847
-
1848
- checkbox.border.radius
1849
-
1850
- Checkbox border radius
1851
-
1852
- checkbox.border.color
1853
-
1854
- Checkbox border color
1855
-
1856
- checkbox.checked.border.color
1857
-
1858
- Checkbox border color when checked
1859
-
1860
- checkbox.checked.background.color
1861
-
1862
- Checkbox background color when checked
1863
-
1864
- checkbox.checked.hover.background.color
1865
-
1866
- Checkbox background color when checked and hovered
1867
-
1868
- checkbox.background.color
1869
-
1870
- Checkbox background color
1871
-
1872
- checkbox.hover.background.color
1873
-
1874
- Checkbox background color when hovered
1875
-
1876
- checkbox.mark.color
1877
-
1878
- Checkbox checked mark color
1879
-
1880
- checkbox.mark.hover.color
1881
-
1882
- Checkbox checked mark color (hover)
1883
-
1884
- checkbox.size
1885
-
1886
- Size of checkbox mark
1887
-
1888
- checkbox.line.height
1889
-
1890
- Checkbox line height
1891
-
1892
- checkbox.label.background.color
1893
-
1894
- Checkbox label background color
1895
-
1896
- checkbox.label.border.width
1897
-
1898
- Checkbox label border width
1899
-
1900
- checkbox.label.border.color
1901
-
1902
- Checkbox label border color
1903
-
1904
- checkbox.label.border.radius
1905
-
1906
- Checkbox label border radius
1907
-
1908
- checkbox.transition.hover.type
1909
-
1910
- Checkbox hover transition type
1911
-
1912
- checkbox.transition.hover.duration
1913
-
1914
- Checkbox hover transition duration
1915
-
1916
- combobox.popover.max.height
1917
-
1918
- Combobox maximum height of menu popover
1919
-
1920
- container.font.family
1921
-
1922
- Container font family
1923
-
1924
- container.font.size
1925
-
1926
- Container font size
1927
-
1928
- container.font.weight
1929
-
1930
- Container font weight
1931
-
1932
- container.padding.x
1933
-
1934
- Container horizontal padding
1935
-
1936
- container.sm.max.width
1937
-
1938
- Container max width at small (568px) viewport
1939
-
1940
- container.md.max.width
1941
-
1942
- Container max width at medium (768px) viewport
1943
-
1944
- container.lg.max.width
1945
-
1946
- Container max width at large (1024px) viewport
1947
-
1948
- container.xl.max.width
1949
-
1950
- Container max width at extra large (1200px >) viewport
1951
-
1952
- editor.background.color
1953
-
1954
- Editor background color
1955
-
1956
- editor.border.color
1957
-
1958
- Editor border color
1959
-
1960
- editor.border.radius
1961
-
1962
- Editor border radius
1963
-
1964
- editor.padding.x
1965
-
1966
- Editor horizontal padding
1967
-
1968
- editor.padding.y
1969
-
1970
- Editor vertical padding
1971
-
1972
- editor.toolbar.background.color
1973
-
1974
- Editor toolbar background color
1975
-
1976
- editor.toolbar.hover.background.color
1977
-
1978
- Editor toolbar background color (hover)
1979
-
1980
- editor.toolbar.disabled.text.color
1981
-
1982
- Editor toolbar disabled text color
1983
-
1984
- editor.toolbar.active.background.color
1985
-
1986
- Editor toolbar active background color
1987
-
1988
- editor.toolbar.control.border.radius
1989
-
1990
- Editor toolbar control/button border radius
1991
-
1992
- expander.activator.background.color
1993
-
1994
- Expander activator background color (section mode)
1995
-
1996
- expander.activator.chevron.spacing.x
1997
-
1998
- Expander activator chevron horizontal spacing (section mode)
1999
-
2000
- expander.activator.hover.background.color
2001
-
2002
- Expander activator hover background color (section mode)
2003
-
2004
- expander.activator.hover.text.color
2005
-
2006
- Expander activator hover text color (section mode)
2007
-
2008
- expander.activator.text.color
2009
-
2010
- Expander activator text color (section mode)
2011
-
2012
- expander.activator.padding.top
2013
-
2014
- Expander activator top padding (section mode)
2015
-
2016
- expander.activator.padding.bottom
2017
-
2018
- Expander activator bottom padding (section mode)
2019
-
2020
- expander.activator.padding.left
2021
-
2022
- Expander activator left padding (section mode)
2023
-
2024
- expander.activator.padding.right
2025
-
2026
- Expander activator right padding (section mode)
2027
-
2028
- expander.activator.border.color
2029
-
2030
- Expander activator border color (section mode)
2031
-
2032
- expander.activator.border.width
2033
-
2034
- Expander activator border width (section mode)
2035
-
2036
- expander.container.padding.y
2037
-
2038
- Expander container vertical padding (section mode)
2039
-
2040
- expander.margin.bottom
2041
-
2042
- Expander margin bottom (section mode)
2043
-
2044
- expander.animation.duration
2045
-
2046
- Expander open/close animation duration
2047
-
2048
- expander.animation.type
2049
-
2050
- Expander open/close animation type
2051
-
2052
- field.line.height
2053
-
2054
- Field line height
2055
-
2056
- field.border.left.width
2057
-
2058
- Field border left
2059
-
2060
- field.focus.border.color
2061
-
2062
- Field border color when focussed
2063
-
2064
- field.focus.background.color
2065
-
2066
- Field background color when focussed
2067
-
2068
- field.margin.x
2069
-
2070
- Field horizontal margin
2071
-
2072
- field.background.color
2073
-
2074
- Field background color
2075
-
2076
- field.hint.text.color
2077
-
2078
- Field hint text color
2079
-
2080
- field.hint.font.weight
2081
-
2082
- Field hint font weight
2083
-
2084
- field.multiple.elements.label.text.color
2085
-
2086
- Field text color of multi elements labels in form elements
2087
-
2088
- field.element.invalid.border.color
2089
-
2090
- Field form element border color (invalid)
2091
-
2092
- field.element.invalid.focus.border.color
2093
-
2094
- Field form element border color (invalid & focus)
2095
-
2096
- filter.utils.border.color
2097
-
2098
- Filter utils border color
2099
-
2100
- filter.utils.border.width
2101
-
2102
- Filter utils border width
2103
-
2104
- filter.chevron.color
2105
-
2106
- Filter chevron color
2107
-
2108
- icon.body.text.color
2109
-
2110
- Icon body text color
2111
-
2112
- icon.muted.text.color
2113
-
2114
- Icon muted text color
2115
-
2116
- icon.primary.text.color
2117
-
2118
- Icon primary text color
2119
-
2120
- icon.info.text.color
2121
-
2122
- Icon info text color
2123
-
2124
- icon.success.text.color
2125
-
2126
- Icon success text color
2127
-
2128
- icon.warning.text.color
2129
-
2130
- Icon warning text color
2131
-
2132
- icon.danger.text.color
2133
-
2134
- Icon danger text color
2135
-
2136
- icon.positive.text.color
2137
-
2138
- Icon positive text color
2139
-
2140
- icon.negative.text.color
2141
-
2142
- Icon negative text color
2143
-
2144
- inline.xs.gutter
2145
-
2146
- Inline xs gutter
2147
-
2148
- inline.sm.gutter
2149
-
2150
- Inline sm gutter
2151
-
2152
- inline.md.gutter
2153
-
2154
- Inline md gutter
2155
-
2156
- inline.lg.gutter
2157
-
2158
- Inline lg gutter
2159
-
2160
- inline.xl.gutter
2161
-
2162
- Inline xl gutter
2163
-
2164
- input.font.family
2165
-
2166
- Input font family
2167
-
2168
- input.font.size
2169
-
2170
- Input font size
2171
-
2172
- input.font.weight
2173
-
2174
- Input font weight
2175
-
2176
- input.background.color
2177
-
2178
- Input background color
2179
-
2180
- input.border.width
2181
-
2182
- Input border width
2183
-
2184
- input.border.color
2185
-
2186
- Input border color
2187
-
2188
- input.border.radius
2189
-
2190
- Input border radius
2191
-
2192
- input.text.color
2193
-
2194
- Input text color
2195
-
2196
- input.focus.border.color
2197
-
2198
- Input border color (focus)
2199
-
2200
- input.focus.text.color
2201
-
2202
- Input text color (focus)
2203
-
2204
- input.focus.background.color
2205
-
2206
- Input background color (focus)
2207
-
2208
- input.watermark.text.color
2209
-
2210
- Input text color of watermark
2211
-
2212
- input.placeholder.text.color
2213
-
2214
- Input text color of placeholder text
2215
-
2216
- input.padding.x
2217
-
2218
- Input horizontal padding
2219
-
2220
- input.padding.y
2221
-
2222
- Input vertical padding
2223
-
2224
- input.label.padding.bottom
2225
-
2226
- Input bottom padding of multi input label
2227
-
2228
- input.min.height
2229
-
2230
- Input minimum height
2231
-
2232
- input.transition.duration
2233
-
2234
- Input transition duration
2235
-
2236
- input.transition.type
2237
-
2238
- Input transition type
2239
-
2240
- input.addon.border.width
2241
-
2242
- Input addon border width
2243
-
2244
- input.calendar.icon.filter
2245
-
2246
- Input calendar icon filter
2247
-
2248
- input.readonly.background.color
2249
-
2250
- Readonly input background color
2251
-
2252
- input.readonly.border.color
2253
-
2254
- Readonly input border color
2255
-
2256
- input.readonly.font.size
2257
-
2258
- Readonly input font size
2259
-
2260
- input.readonly.padding.x
2261
-
2262
- Readonly input horizontal padding
2263
-
2264
- input.readonly.padding.y
2265
-
2266
- Readonly input vertical padding
2267
-
2268
- label.text.color
2269
-
2270
- Label text color
2271
-
2272
- label.font.weight
2273
-
2274
- Label text font weight
2275
-
2276
- label.font.family
2277
-
2278
- Label text font family
2279
-
2280
- label.font.size
2281
-
2282
- Label text font size
2283
-
2284
- label.required.text.color
2285
-
2286
- Label required text color
2287
-
2288
- label.optional.font.weight
2289
-
2290
- Label optional text font weight
2291
-
2292
- label.optional.text.color
2293
-
2294
- Label optional text color
2295
-
2296
- label.meta.font.style
2297
-
2298
- Label meta text font style
2299
-
2300
- label.meta.font.size
2301
-
2302
- Label meta text font size
2303
-
2304
- label.meta.margin
2305
-
2306
- Label meta margin
2307
-
2308
- label.meta.padding.left
2309
-
2310
- Label meta padding left
2311
-
2312
- label.line.height
2313
-
2314
- Label line height
2315
-
2316
- menuItem.border.radius
2317
-
2318
- Border radius for menu item in nav menu
2319
-
2320
- menuItem.font.family
2321
-
2322
- Menu item font family
2323
-
2324
- menuItem.font.size
2325
-
2326
- Menu item font size
2327
-
2328
- menuItem.font.weight
2329
-
2330
- Menu item font weight
2331
-
2332
- menuItem.text.color
2333
-
2334
- Menu item text color
2335
-
2336
- menuItem.text.align
2337
-
2338
- Alignment of caption text in menu item
2339
-
2340
- menuItem.hover.text.color
2341
-
2342
- Menu item text color (hover)
2343
-
2344
- menuItem.hover.background.color
2345
-
2346
- Menu item background color (hover)
2347
-
2348
- menuItem.active.text.color
2349
-
2350
- Menu item text color (active)
2351
-
2352
- menuItem.active.background.color
2353
-
2354
- Menu item background color (active)
2355
-
2356
- menuItem.active.border.color
2357
-
2358
- Menu item active border color
2359
-
2360
- menuItem.active.hover.border.color
2361
-
2362
- Menu item hover active border color
2363
-
2364
- menuItem.background.color
2365
-
2366
- Menu item background color
2367
-
2368
- menuItem.padding.y
2369
-
2370
- Menu item vertical padding
2371
-
2372
- menuItem.padding.x
2373
-
2374
- Menu item horizontal padding
2375
-
2376
- menuItem.header.font.family
2377
-
2378
- Menu item header font family
2379
-
2380
- menuItem.header.font.weight
2381
-
2382
- Menu item header font weight
2383
-
2384
- menuItem.header.text.color
2385
-
2386
- Menu item header text color
2387
-
2388
- menuItem.header.text.align
2389
-
2390
- Menu item header text aligment
2391
-
2392
- menuItem.header.background.color
2393
-
2394
- Menu item header background color
2395
-
2396
- menuItem.divider.border.width
2397
-
2398
- Menu item divider border width
2399
-
2400
- menuItem.divider.border.color
2401
-
2402
- Menu item divider border color
2403
-
2404
- menuItem.min.height
2405
-
2406
- Menu item minimum height
2407
-
2408
- menuItem.transition.hover.duration
2409
-
2410
- Menu item hover transition duration
2411
-
2412
- menuItem.transition.hover.type
2413
-
2414
- Menu item hover transition type
2415
-
2416
- menuItem.nav.selected.text.color
2417
-
2418
- Menu item text color (selected in nav menu)
2419
-
2420
- menuItem.nav.selected.background.color
2421
-
2422
- Menu item background color (selected in nav menu)
2423
-
2424
- menuItem.nav.border.radius
2425
-
2426
- Border radius for menu item in nav menu
2427
-
2428
- menuItem.nav.text.align
2429
-
2430
- Alignment of caption text in menu item in nav menu
2431
-
2432
- modal.background.color
2433
-
2434
- Modal background color
2435
-
2436
- modal.animation.duration
2437
-
2438
- Modal enter/exit animation duration
2439
-
2440
- modal.animation.type
2441
-
2442
- Modal enter/exit animation type
2443
-
2444
- modal.border.width
2445
-
2446
- Modal border width
2447
-
2448
- modal.border.color
2449
-
2450
- Modal border color
2451
-
2452
- modal.border.radius
2453
-
2454
- Modal border radius
2455
-
2456
- modal.box.shadow.size
2457
-
2458
- Modal box shadow size
2459
-
2460
- modal.box.shadow.color
2461
-
2462
- Modal box shadow color
2463
-
2464
- modal.font.family
2465
-
2466
- Modal font family
2467
-
2468
- modal.font.size
2469
-
2470
- Modal font size
2471
-
2472
- modal.font.weight
2473
-
2474
- Modal font weight
2475
-
2476
- modal.margin.y
2477
-
2478
- Modal vertical margin
2479
-
2480
- modal.margin.x
2481
-
2482
- Modal horizontal margin
2483
-
2484
- modal.sm.width
2485
-
2486
- Modal width (small)
2487
-
2488
- modal.md.width
2489
-
2490
- Modal width (medium)
2491
-
2492
- modal.lg.width
2493
-
2494
- Modal width (large)
2495
-
2496
- modal.footer.border.color
2497
-
2498
- Modal footer border color
2499
-
2500
- modal.close.button.offset.top
2501
-
2502
- Modal close button top offset
2503
-
2504
- modal.close.button.offset.right
2505
-
2506
- Modal close button right offset
2507
-
2508
- navbar.background.color
2509
-
2510
- Navbar background colour
2511
-
2512
- navbar.background.image
2513
-
2514
- Navbar background image
2515
-
2516
- navbar.border.bottom.color
2517
-
2518
- Navbar bottom border colour
2519
-
2520
- navbar.border.bottom.width
2521
-
2522
- Navbar bottom border width
2523
-
2524
- navbar.box.shadow.color
2525
-
2526
- Navbar box shadow colour
2527
-
2528
- navbar.box.shadow.size
2529
-
2530
- Navbar box shadow size
2531
-
2532
- navbar.focus.color
2533
-
2534
- Navbar focus colour; allows the global focus colour to be overridden to maintain accessible contrast
2535
-
2536
- navbar.form.ele.background.color
2537
-
2538
- Form element background colour when used in Navbar
2539
-
2540
- navbar.form.ele.border.color
2541
-
2542
- Form element border colour when used in Navbar
2543
-
2544
- navbar.form.ele.text.color
2545
-
2546
- Form element text colour when used in Navbar
2547
-
2548
- navbar.logo.maxHeight
2549
-
2550
- Navbar logo max height
2551
-
2552
- navbar.logo.spacing.y
2553
-
2554
- Adds vertical spacing to logos and form elements
2555
-
2556
- navbar.nav.link.active.background.color
2557
-
2558
- Navbar link background colour (active)
2559
-
2560
- navbar.nav.link.active.selected.mark.color
2561
-
2562
- Navbar link selected mark colour in active state
2563
-
2564
- navbar.nav.link.active.text.color
2565
-
2566
- Navbar link text colour (active)
2567
-
2568
- navbar.nav.link.background.color
2569
-
2570
- Navbar link background colour
2571
-
2572
- navbar.nav.link.hover.background.color
2573
-
2574
- Navbar link background colour (hover)
2575
-
2576
- navbar.nav.link.hover.selected.mark.color
2577
-
2578
- Navbar link selected mark colour in hover state
2579
-
2580
- navbar.nav.link.hover.text.color
2581
-
2582
- Navbar link text colour (hover)
2583
-
2584
- navbar.nav.link.selected.background.color
2585
-
2586
- Navbar link selected background colour
2587
-
2588
- navbar.nav.link.selected.mark.color
2589
-
2590
- Navbar link selected mark colour
2591
-
2592
- navbar.nav.link.selected.text.color
2593
-
2594
- Navbar link selected text colour
2595
-
2596
- navbar.nav.link.text.color
2597
-
2598
- Navbar link text colour
2599
-
2600
- navbar.padding.x
2601
-
2602
- Horizontal navbar padding (to match IressContainer)
2603
-
2604
- navbar.spacing.x
2605
-
2606
- Horizontal spacing between navbar components
2607
-
2608
- navbar.responsive.nav.container.border.color
2609
-
2610
- Responsive nav container border colour
2611
-
2612
- navbar.responsive.nav.container.border.width
2613
-
2614
- Navbar bottom border width
2615
-
2616
- navbar.text.color
2617
-
2618
- Navbar text colour
2619
-
2620
- panel.font.family
2621
-
2622
- Panel font family
2623
-
2624
- panel.font.size
2625
-
2626
- Panel font size
2627
-
2628
- panel.font.weight
2629
-
2630
- Panel font weight
2631
-
2632
- panel.line.height
2633
-
2634
- Panel line height
2635
-
2636
- panel.border.width
2637
-
2638
- Panel border width (all)
2639
-
2640
- panel.border.top.width
2641
-
2642
- Panel border width (block start)
2643
-
2644
- panel.border.bottom.width
2645
-
2646
- Panel border width (block end)
2647
-
2648
- panel.border.left.width
2649
-
2650
- Panel border width (inline start)
2651
-
2652
- panel.border.right.width
2653
-
2654
- Panel border width (inline end)
2655
-
2656
- panel.border.style
2657
-
2658
- Panel border style
2659
-
2660
- panel.border.color
2661
-
2662
- Panel border color
2663
-
2664
- panel.border.colorAlt
2665
-
2666
- Panel border color alt
2667
-
2668
- panel.border.radius
2669
-
2670
- Panel border radius
2671
-
2672
- panel.background.color
2673
-
2674
- Panel background color (default)
2675
-
2676
- panel.background.colorAlt
2677
-
2678
- Panel background color (alt)
2679
-
2680
- panel.background.image
2681
-
2682
- Panel background image
2683
-
2684
- panel.background.imageAlt
2685
-
2686
- Panel background image alt
2687
-
2688
- panel.text.color
2689
-
2690
- Panel text color
2691
-
2692
- panel.text.colorAlt
2693
-
2694
- Panel text color alt
2695
-
2696
- panel.sm.padding.x
2697
-
2698
- Panel small horizontal padding
2699
-
2700
- panel.sm.padding.y
2701
-
2702
- Panel small vertical padding
2703
-
2704
- panel.md.padding.x
2705
-
2706
- Panel medium horizontal padding
2707
-
2708
- panel.md.padding.y
2709
-
2710
- Panel medium vertical padding
2711
-
2712
- panel.lg.padding.x
2713
-
2714
- Panel large horizontal padding
2715
-
2716
- panel.lg.padding.y
2717
-
2718
- Panel large vertical padding
2719
-
2720
- panel.page.border.color
2721
-
2722
- Panel page border color
2723
-
2724
- popover.background.color
2725
-
2726
- Popover background color
2727
-
2728
- popover.border.color
2729
-
2730
- Popover border color
2731
-
2732
- popover.border.radius
2733
-
2734
- Popover border radius
2735
-
2736
- popover.border.width
2737
-
2738
- Popover border width
2739
-
2740
- popover.max.width
2741
-
2742
- Popover maximum width
2743
-
2744
- popover.overflow.y
2745
-
2746
- Popover vertical overflow
2747
-
2748
- popover.box.shadow.size
2749
-
2750
- Popover box shadow size
2751
-
2752
- popover.box.shadow.color
2753
-
2754
- Popover box shadow color
2755
-
2756
- progress.inactive.background.color
2757
-
2758
- Progress inactive color
2759
-
2760
- progress.active.background.color
2761
-
2762
- Progress active color
2763
-
2764
- progress.height
2765
-
2766
- Progress height
2767
-
2768
- progress.transition.duration
2769
-
2770
- Progress transition duration
2771
-
2772
- progress.transition.type
2773
-
2774
- Progress animation type
2775
-
2776
- progress.border.radius
2777
-
2778
- Progress border radius
2779
-
2780
- radioGroup.inline.spacing
2781
-
2782
- Radio group inline spacing
2783
-
2784
- radio.font.family
2785
-
2786
- Radio font family
2787
-
2788
- radio.font.size
2789
-
2790
- Radio font size
2791
-
2792
- radio.font.weight
2793
-
2794
- Radio font weight
2795
-
2796
- radio.hiddenControl.label.background.color
2797
-
2798
- Radio hidden control label background color
2799
-
2800
- radio.hiddenControl.label.border.color
2801
-
2802
- Radio hidden control label border color
2803
-
2804
- radio.hiddenControl.label.border.width
2805
-
2806
- Radio hidden control label border width
2807
-
2808
- radio.hiddenControl.label.border.radius
2809
-
2810
- Radio hidden control label border radius
2811
-
2812
- radio.hiddenControl.label.hover.background.color
2813
-
2814
- Radio hidden control label hover background color
2815
-
2816
- radio.hiddenControl.label.hover.text.color
2817
-
2818
- Radio hidden control label hover text color
2819
-
2820
- radio.border.color
2821
-
2822
- Radio border colour
2823
-
2824
- radio.background.color
2825
-
2826
- Radio background colour
2827
-
2828
- radio.text.color
2829
-
2830
- Radio label text colour
2831
-
2832
- radio.line.height
2833
-
2834
- Radio line height
2835
-
2836
- radio.size
2837
-
2838
- Radio outer circle diameter
2839
-
2840
- radio.margin.bottom
2841
-
2842
- Radio bottom margin
2843
-
2844
- radio.spacing.right
2845
-
2846
- Radio spacing right
2847
-
2848
- radio.padding.x
2849
-
2850
- Horizontal padding for toggle
2851
-
2852
- radio.padding.y
2853
-
2854
- Vertical padding for toggle
2855
-
2856
- radio.checked.background.color
2857
-
2858
- Radio background colour (checked)
2859
-
2860
- radio.checked.border.color
2861
-
2862
- Radio border colour (checked)
2863
-
2864
- radio.checked.inner.background.color
2865
-
2866
- Radio inner dot background colour (checked)
2867
-
2868
- radio.checked.hover.inner.background.color
2869
-
2870
- Radio inner dot background colour on hover (checked)
2871
-
2872
- radio.hover.inner.background.color
2873
-
2874
- Radio inner dot background colour on hover (not checked)
2875
-
2876
- radio.label.background.color
2877
-
2878
- Radio label background color
2879
-
2880
- radio.label.border.width
2881
-
2882
- Border width of radio label
2883
-
2884
- radio.label.radius
2885
-
2886
- Radio label border radius
2887
-
2888
- radio.transition.hover.type
2889
-
2890
- Radio hover transition type
2891
-
2892
- radio.transition.hover.duration
2893
-
2894
- Radio hover transition duration
2895
-
2896
- row.xs.gutter
2897
-
2898
- Row xs gutter
2899
-
2900
- row.sm.gutter
2901
-
2902
- Row sm gutter
2903
-
2904
- row.md.gutter
2905
-
2906
- Row md gutter
2907
-
2908
- row.lg.gutter
2909
-
2910
- Row lg gutter
2911
-
2912
- row.xl.gutter
2913
-
2914
- Row xl gutter
2915
-
2916
- select.font.family
2917
-
2918
- Select font family
2919
-
2920
- select.font.size
2921
-
2922
- Select font size
2923
-
2924
- select.font.weight
2925
-
2926
- Select font weight
2927
-
2928
- select.background.color
2929
-
2930
- Select background color
2931
-
2932
- select.border.color
2933
-
2934
- Select border color
2935
-
2936
- select.border.radius
2937
-
2938
- Select border radius
2939
-
2940
- select.border.width
2941
-
2942
- Select border width
2943
-
2944
- select.chevron.color
2945
-
2946
- Select chevron color
2947
-
2948
- select.focus.background.color
2949
-
2950
- Select background color (focus)
2951
-
2952
- select.focus.border.color
2953
-
2954
- Select border color (focus)
2955
-
2956
- select.focus.box.shadow
2957
-
2958
- Select box shadow (focus)
2959
-
2960
- select.focus.text.color
2961
-
2962
- Select text color (focus)
2963
-
2964
- select.margin.bottom
2965
-
2966
- Select margin bottom
2967
-
2968
- select.option.text.color
2969
-
2970
- Select option text color
2971
-
2972
- select.padding.x
2973
-
2974
- Select horizontal padding
2975
-
2976
- select.text.color
2977
-
2978
- Select text color
2979
-
2980
- skeleton.bone.fallback.height
2981
-
2982
- Skeleton bone fall back height (if height prop is not specified)
2983
-
2984
- skeleton.bone.background.color
2985
-
2986
- Skeleton bone background color
2987
-
2988
- skeleton.bone.background.image
2989
-
2990
- Skeleton background image that the animation is performed on
2991
-
2992
- skeleton.bone.highlight.color
2993
-
2994
- Skeleton bone highlight color
2995
-
2996
- skeleton.bone.transition.speed
2997
-
2998
- Skeleton transition duration
2999
-
3000
- skeleton.bone.border.radius
3001
-
3002
- Skeleton bone border radius
3003
-
3004
- skipLink.text.color
3005
-
3006
- Skip link text color
3007
-
3008
- skipLink.background.color
3009
-
3010
- Skip link background color
3011
-
3012
- skipLink.border.color
3013
-
3014
- Skip link border color
3015
-
3016
- skipLink.border.width
3017
-
3018
- Skip link border width
3019
-
3020
- skipLink.border.radius
3021
-
3022
- Skip link border radius
3023
-
3024
- skipLink.padding.x
3025
-
3026
- Skip link horizontal padding
3027
-
3028
- skipLink.padding.y
3029
-
3030
- Skip link vertical padding
3031
-
3032
- skipLink.hover.text.color
3033
-
3034
- Skip link (hover) text color
3035
-
3036
- skipLink.hover.background.color
3037
-
3038
- Skip link (hover) background color
3039
-
3040
- skipLink.hover.border.color
3041
-
3042
- Skip link (hover) border color
3043
-
3044
- skipLink.active.background.color
3045
-
3046
- Skip link (active) background color
3047
-
3048
- skipLink.active.border.color
3049
-
3050
- Skip link (active) border color
3051
-
3052
- skipLink.active.text.color
3053
-
3054
- Skip link (active) text color
3055
-
3056
- slideout.box.shadow.size
3057
-
3058
- Slideout box shadow size
3059
-
3060
- slideout.box.shadow.color
3061
-
3062
- Slideout box shadow color
3063
-
3064
- slideout.background.color
3065
-
3066
- Slideout background color
3067
-
3068
- slideout.animation.duration
3069
-
3070
- Slideout animation duration
3071
-
3072
- slideout.animation.type
3073
-
3074
- Slideout animation type
3075
-
3076
- slideout.font.family
3077
-
3078
- Slideout font family
3079
-
3080
- slideout.font.weight
3081
-
3082
- Slideout font weight
3083
-
3084
- slideout.font.size
3085
-
3086
- Slideout font size
3087
-
3088
- slideout.border.width
3089
-
3090
- Slideout border width
3091
-
3092
- slideout.border.color
3093
-
3094
- Slideout border colour
3095
-
3096
- slideout.border.radius
3097
-
3098
- Slideout border radius
3099
-
3100
- slideout.footer.border.color
3101
-
3102
- Slideout footer border colour
3103
-
3104
- slideout.close.button.offset.top
3105
-
3106
- Slideout close button top offset
3107
-
3108
- slideout.close.button.offset.right
3109
-
3110
- Slideout right offset
3111
-
3112
- slideout.sm.width
3113
-
3114
- Slideout width (small)
3115
-
3116
- slideout.md.width
3117
-
3118
- Slideout width (medium)
3119
-
3120
- slideout.lg.width
3121
-
3122
- Slideout width (large)
3123
-
3124
- slider.background.color
3125
-
3126
- Slider background color
3127
-
3128
- slider.border.radius
3129
-
3130
- Slider track border radius
3131
-
3132
- slider.first.label.offset
3133
-
3134
- Slider tick label offset for the first label
3135
-
3136
- slider.font.family
3137
-
3138
- Slider font family
3139
-
3140
- slider.font.size
3141
-
3142
- Text font size for slider
3143
-
3144
- slider.font.weight
3145
-
3146
- Slider font weight
3147
-
3148
- slider.last.label.offset
3149
-
3150
- Slider tick label offset for the last label
3151
-
3152
- slider.text.color
3153
-
3154
- Slider text colour
3155
-
3156
- slider.thumb.background.color
3157
-
3158
- Slider thumb background color
3159
-
3160
- slider.thumb.border.color
3161
-
3162
- Slider thumb border color
3163
-
3164
- slider.thumb.border.radius
3165
-
3166
- Slider thumb border radius
3167
-
3168
- slider.thumb.border.width
3169
-
3170
- Slider thumb border width
3171
-
3172
- slider.thumb.height
3173
-
3174
- Slider thumb height
3175
-
3176
- slider.thumb.offset
3177
-
3178
- Slider thumb offset
3179
-
3180
- slider.thumb.width
3181
-
3182
- Slider thumb width
3183
-
3184
- slider.tick.color
3185
-
3186
- Slider tick colour
3187
-
3188
- slider.tick.height
3189
-
3190
- Slider tick mark height
3191
-
3192
- slider.tick.padding
3193
-
3194
- Slider tick mark padding to allow aligning with labels
3195
-
3196
- slider.tick.position.x
3197
-
3198
- Slider tick x position
3199
-
3200
- slider.tick.position.y
3201
-
3202
- Slider tick y position
3203
-
3204
- slider.tick.width
3205
-
3206
- Slider tick mark width
3207
-
3208
- slider.track.height
3209
-
3210
- Slider track height
3211
-
3212
- stack.xs.gutter
3213
-
3214
- Stack xs gutter
3215
-
3216
- stack.sm.gutter
3217
-
3218
- Stack sm gutter
3219
-
3220
- stack.md.gutter
3221
-
3222
- Stack md gutter
3223
-
3224
- stack.lg.gutter
3225
-
3226
- Stack lg gutter
3227
-
3228
- stack.xl.gutter
3229
-
3230
- Stack xl gutter
3231
-
3232
- table.background.color
3233
-
3234
- Table background color
3235
-
3236
- table.border.color
3237
-
3238
- Table border color
3239
-
3240
- table.border.radius
3241
-
3242
- Table border radius
3243
-
3244
- table.border.style
3245
-
3246
- Table border style
3247
-
3248
- table.border.width
3249
-
3250
- Table border width
3251
-
3252
- table.caption.text.align
3253
-
3254
- Table alignment of caption text
3255
-
3256
- table.caption.text.color
3257
-
3258
- Table caption text color
3259
-
3260
- table.caption.font.size
3261
-
3262
- Table caption font size
3263
-
3264
- table.caption.font.weight
3265
-
3266
- Table caption font weight
3267
-
3268
- table.caption.spacing
3269
-
3270
- Table spacing between caption and table
3271
-
3272
- table.cell.positive.text.color
3273
-
3274
- Table positive (buy) text color
3275
-
3276
- table.cell.negative.text.color
3277
-
3278
- Table negative (sell) text color
3279
-
3280
- table.cell.updated.background.color
3281
-
3282
- Updated cell background color
3283
-
3284
- table.column.border.color
3285
-
3286
- Table column border color
3287
-
3288
- table.column.border.style
3289
-
3290
- Table column border style
3291
-
3292
- table.column.border.width
3293
-
3294
- Table column border width
3295
-
3296
- table.column.divider.border.width
3297
-
3298
- Table column divider width
3299
-
3300
- table.column.spacing
3301
-
3302
- Table horizontal padding for table cells
3303
-
3304
- table.font.family
3305
-
3306
- Table font family
3307
-
3308
- table.font.size
3309
-
3310
- Table font size
3311
-
3312
- table.font.weight
3313
-
3314
- Table font weight
3315
-
3316
- table.header.background.color
3317
-
3318
- Table header background color
3319
-
3320
- table.header.column.border.color
3321
-
3322
- Table header column border color
3323
-
3324
- table.header.column.border.style
3325
-
3326
- Table header column border style
3327
-
3328
- table.header.column.border.width
3329
-
3330
- Table header column border width
3331
-
3332
- table.header.font.size
3333
-
3334
- Table header font size
3335
-
3336
- table.header.font.weight
3337
-
3338
- Table header font weight
3339
-
3340
- table.header.icon.spacing
3341
-
3342
- Table spacing between icon and header text
3343
-
3344
- table.header.row.border.color
3345
-
3346
- Table header row border color
3347
-
3348
- table.header.row.border.style
3349
-
3350
- Table header row border style
3351
-
3352
- table.header.row.border.width
3353
-
3354
- Table header row border width
3355
-
3356
- table.header.row.border.radius
3357
-
3358
- Table header row border radius
3359
-
3360
- table.header.text.color
3361
-
3362
- Table header text color
3363
-
3364
- table.line.height
3365
-
3366
- Table line height
3367
-
3368
- table.row.border.color
3369
-
3370
- Table row border color
3371
-
3372
- table.row.border.style
3373
-
3374
- Table row border style
3375
-
3376
- table.row.border.width
3377
-
3378
- Table row border width
3379
-
3380
- table.row.border.radius
3381
-
3382
- Table row border radius
3383
-
3384
- table.row.even.background.color
3385
-
3386
- Table row background color (even rows)
3387
-
3388
- table.row.even.text.color
3389
-
3390
- Table row text color (even rows)
3391
-
3392
- table.row.compact.border.width
3393
-
3394
- Table row border width in compact view mode only
3395
-
3396
- table.row.compact.even.background.color
3397
-
3398
- Table row background color (even rows) in compact view mode only
3399
-
3400
- table.row.compact.even.text.color
3401
-
3402
- Table row text color (even rows) in compact view mode only
3403
-
3404
- table.row.hover.background.color
3405
-
3406
- Table row background color when hovered
3407
-
3408
- table.row.hover.text.color
3409
-
3410
- Table row text color when hovered
3411
-
3412
- table.row.odd.background.color
3413
-
3414
- Table row background color (odd rows)
3415
-
3416
- table.row.odd.text.color
3417
-
3418
- Table row text color (odd rows)
3419
-
3420
- table.row.selected.background.color
3421
-
3422
- Table row background color when selected
3423
-
3424
- table.row.selected.positive.text.color
3425
-
3426
- Table positive (buy) text color on selected row
3427
-
3428
- table.row.selected.negative.text.color
3429
-
3430
- Table negative (sell) text color on selected row
3431
-
3432
- table.row.selected.text.color
3433
-
3434
- Table row text color when selected
3435
-
3436
- table.row.spacing
3437
-
3438
- Table vertical padding for table cells
3439
-
3440
- table.text.color
3441
-
3442
- Table text color
3443
-
3444
- tabButton.background.color
3445
-
3446
- Tab button background colour
3447
-
3448
- tabButton.border.bottom.width
3449
-
3450
- Tab button bottom border width
3451
-
3452
- tabButton.border.bottom.color
3453
-
3454
- Tab button bottom border color
3455
-
3456
- tabButton.border.color
3457
-
3458
- Tab button border color
3459
-
3460
- tabButton.border.width
3461
-
3462
- Tab button border width
3463
-
3464
- tabButton.text.color
3465
-
3466
- Tab button text color
3467
-
3468
- tabButton.padding.y
3469
-
3470
- Tab button vertical padding
3471
-
3472
- tabButton.padding.x
3473
-
3474
- Tab button horizontal padding
3475
-
3476
- tabButton.hover.background.color
3477
-
3478
- Tab button background color (hover)
3479
-
3480
- tabButton.hover.border.color
3481
-
3482
- Tab button border color (hover)
3483
-
3484
- tabButton.hover.border.bottom.color
3485
-
3486
- Tab button bottom border color (hover)
3487
-
3488
- tabButton.hover.text.color
3489
-
3490
- Tab button text color (hover)
3491
-
3492
- tabButton.active.font.weight
3493
-
3494
- Tab button font weight (active)
3495
-
3496
- tabButton.active.background.color
3497
-
3498
- Tab button background color (active)
3499
-
3500
- tabButton.active.border.color
3501
-
3502
- Tab button border color (active)
3503
-
3504
- tabButton.active.border.bottom.color
3505
-
3506
- Tab button bottom border color (active)
3507
-
3508
- tabButton.active.text.color
3509
-
3510
- Tab button text color (active)
3511
-
3512
- tabButton.active.hover.background.color
3513
-
3514
- Tab button background color (active hover)
3515
-
3516
- tabButton.active.hover.border.color
3517
-
3518
- Tab button border color (active hover)
3519
-
3520
- tabButton.active.hover.border.bottom.color
3521
-
3522
- Tab button bottom border color (active hover)
3523
-
3524
- tabButton.active.hover.text.color
3525
-
3526
- Tab button text color (active hover)
3527
-
3528
- tabButton.font.family
3529
-
3530
- Tab button font family
3531
-
3532
- tabButton.font.weight
3533
-
3534
- Tab button font weight
3535
-
3536
- tabButton.font.size
3537
-
3538
- Tab button font size
3539
-
3540
- tabButton.transition.hover.type
3541
-
3542
- Tab button hover transition type
3543
-
3544
- tabButton.transition.hover.duration
3545
-
3546
- Tab button hover transition duration
3547
-
3548
- tabContainer.background.color
3549
-
3550
- Tab container background color
3551
-
3552
- tabContainer.border.radius
3553
-
3554
- Tab container border radius
3555
-
3556
- tabContainer.border.end.radius
3557
-
3558
- Tab container border end radius
3559
-
3560
- tabContainer.font.family
3561
-
3562
- Tab container font family
3563
-
3564
- tabContainer.font.weight
3565
-
3566
- Tab container font weight
3567
-
3568
- tabPanel.border.radius
3569
-
3570
- Tab panel border radius
3571
-
3572
- tabPanel.border.top.color
3573
-
3574
- Tab panel top border color
3575
-
3576
- tabPanel.border.top.width
3577
-
3578
- Tab panel top border width
3579
-
3580
- tabPanel.border.width
3581
-
3582
- Tab panel border width
3583
-
3584
- tabPanel.border.color
3585
-
3586
- Tab panel border color
3587
-
3588
- tabPanel.padding.x
3589
-
3590
- Tab panel horizontal padding
3591
-
3592
- tabPanel.padding.y
3593
-
3594
- Tab panel vertical padding
3595
-
3596
- tabPanel.padding.block.start
3597
-
3598
- Tab panel top padding
3599
-
3600
- tabPanel.padding.block.end
3601
-
3602
- Tab panel bottom padding
3603
-
3604
- tabPanel.background.color
3605
-
3606
- Tab panel background color
3607
-
3608
- tag.background.color
3609
-
3610
- Tag background color
3611
-
3612
- tag.border.color
3613
-
3614
- Tag border color
3615
-
3616
- tag.border.radius
3617
-
3618
- Tag border radius
3619
-
3620
- tag.border.width
3621
-
3622
- Tag border width
3623
-
3624
- tag.delete.button.background.color
3625
-
3626
- Tag delete button background color
3627
-
3628
- tag.delete.button.hover.background.color
3629
-
3630
- Tag delete button hover background color
3631
-
3632
- tag.delete.button.hover.text.color
3633
-
3634
- Tag delete button hovertext color
3635
-
3636
- tag.delete.button.text.color
3637
-
3638
- Tag delete button text color
3639
-
3640
- tag.font.size
3641
-
3642
- Tag delete button font size
3643
-
3644
- tag.font.weight
3645
-
3646
- Tag delete button font weight
3647
-
3648
- tag.padding.x
3649
-
3650
- Tag delete button horizontal padding
3651
-
3652
- tag.padding.y
3653
-
3654
- Tag delete button vertical padding
3655
-
3656
- tag.text.color
3657
-
3658
- Tag text color
3659
-
3660
- text.font.family
3661
-
3662
- Text font family for text
3663
-
3664
- text.font.size
3665
-
3666
- Text font size for text
3667
-
3668
- text.font.weight
3669
-
3670
- Text font weight for text
3671
-
3672
- text.heading.1.font.weight
3673
-
3674
- H1 font weight
3675
-
3676
- text.heading.1.font.size
3677
-
3678
- H1 font size
3679
-
3680
- text.heading.2.font.size
3681
-
3682
- H2 font size
3683
-
3684
- text.heading.3.font.size
3685
-
3686
- H3 font size
3687
-
3688
- text.heading.4.font.size
3689
-
3690
- H4 font size
3691
-
3692
- text.heading.5.font.size
3693
-
3694
- H5 font size
3695
-
3696
- text.heading.6.font.size
3697
-
3698
- H6 font size
3699
-
3700
- text.heading.font.weight
3701
-
3702
- Heading font weight
3703
-
3704
- text.heading.font.family
3705
-
3706
- Heading font family
3707
-
3708
- text.heading.icon.spacing
3709
-
3710
- Heading icon spacing
3711
-
3712
- text.heading.line.height
3713
-
3714
- Heading line height
3715
-
3716
- text.heading.margin.bottom
3717
-
3718
- Heading bottom margin
3719
-
3720
- text.heading.text.color
3721
-
3722
- Heading text color
3723
-
3724
- text.line.height
3725
-
3726
- Text line height
3727
-
3728
- text.link.text.color
3729
-
3730
- Link text color
3731
-
3732
- text.link.transition.hover.duration
3733
-
3734
- Link text hover transition duration
3735
-
3736
- text.link.transition.hover.type
3737
-
3738
- Link text hover transition type
3739
-
3740
- text.link.hover.text.color
3741
-
3742
- Link text color (hover)
3743
-
3744
- text.link.active.text.color
3745
-
3746
- Link text color (active)
3747
-
3748
- text.display.1.font.size
3749
-
3750
- Display1 font size
3751
-
3752
- text.display.2.font.size
3753
-
3754
- Display2 font size
3755
-
3756
- text.display.3.font.size
3757
-
3758
- Display3 font size
3759
-
3760
- text.display.4.font.size
3761
-
3762
- Display4 font size
3763
-
3764
- text.display.font.family
3765
-
3766
- Display font family
3767
-
3768
- text.display.font.weight
3769
-
3770
- Display font weight
3771
-
3772
- text.display.line.height
3773
-
3774
- Display line height
3775
-
3776
- text.display.margin.top
3777
-
3778
- Display top margin
3779
-
3780
- text.display.margin.bottom
3781
-
3782
- Display bottom margin
3783
-
3784
- text.display.text.color
3785
-
3786
- Display text color
3787
-
3788
- text.paragraph.margin.bottom
3789
-
3790
- Paragraph bottom margin
3791
-
3792
- text.list.margin.bottom
3793
-
3794
- List bottom margin
3795
-
3796
- text.list.padding.x
3797
-
3798
- List horizontal padding
3799
-
3800
- text.lead.text.color
3801
-
3802
- Lead text color
3803
-
3804
- text.lead.font.size
3805
-
3806
- Lead font size
3807
-
3808
- text.lead.font.weight
3809
-
3810
- Lead font weight
3811
-
3812
- text.caption.text.color
3813
-
3814
- Caption text color
3815
-
3816
- text.caption.font.size
3817
-
3818
- Caption font size
3819
-
3820
- text.caption.font.weight
3821
-
3822
- Caption font weight
3823
-
3824
- text.small.font.size
3825
-
3826
- Small (element) font size
3827
-
3828
- text.code.text.color
3829
-
3830
- Code text color
3831
-
3832
- text.code.background.color
3833
-
3834
- Code background color
3835
-
3836
- text.code.border.width
3837
-
3838
- Code border width
3839
-
3840
- text.code.border.color
3841
-
3842
- Code border color
3843
-
3844
- text.code.font.family
3845
-
3846
- Code font family
3847
-
3848
- text.code.line.height
3849
-
3850
- Code line height
3851
-
3852
- text.strong.font.weight
3853
-
3854
- Strong / bold font weight
3855
-
3856
- text.blockquote.border.width
3857
-
3858
- Blockquote border width
3859
-
3860
- text.blockquote.border.color
3861
-
3862
- Blockquote border color
3863
-
3864
- text.blockquote.padding.left
3865
-
3866
- Blockquote padding
3867
-
3868
- text.danger.text.color
3869
-
3870
- Danger text color for errors
3871
-
3872
- text.info.text.color
3873
-
3874
- Info text color
3875
-
3876
- text.warning.text.color
3877
-
3878
- Warning text color
3879
-
3880
- text.success.text.color
3881
-
3882
- Success text color
3883
-
3884
- text.negative.text.color
3885
-
3886
- Negative text color
3887
-
3888
- text.positive.text.color
3889
-
3890
- Positive text color
3891
-
3892
- text.muted.text.color
3893
-
3894
- Muted text color
3895
-
3896
- text.primary.text.color
3897
-
3898
- Primary text color
3899
-
3900
- text.divider.margin.top
3901
-
3902
- Divider margin top
3903
-
3904
- text.divider.margin.bottom
3905
-
3906
- Divider margin bottom
3907
-
3908
- toast.animation.duration
3909
-
3910
- Toast enter/exit transition duration
3911
-
3912
- toast.animation.type
3913
-
3914
- Toast enter/exit transition type
3915
-
3916
- toast.margin.bottom
3917
-
3918
- Toast bottom margin
3919
-
3920
- toast.heading.margin.bottom
3921
-
3922
- Toast heading bottom margin
3923
-
3924
- toast.heading.font.family
3925
-
3926
- Toast heading font family
3927
-
3928
- toast.heading.font.size
3929
-
3930
- Toast heading font size
3931
-
3932
- toast.heading.font.weight
3933
-
3934
- Toast heading font weight
3935
-
3936
- toast.heading.text.color
3937
-
3938
- Toast heading color (if success/error/info header colors are not specified)
3939
-
3940
- toast.success.heading.text.color
3941
-
3942
- Toast success heading color
3943
-
3944
- toast.success.border.color
3945
-
3946
- Toast success border color
3947
-
3948
- toast.success.icon.color
3949
-
3950
- Toast success icon color
3951
-
3952
- toast.success.background.color
3953
-
3954
- Toast success background color
3955
-
3956
- toast.error.heading.text.color
3957
-
3958
- Toast error heading color
3959
-
3960
- toast.error.border.color
3961
-
3962
- Toast error border color
3963
-
3964
- toast.error.icon.color
3965
-
3966
- Toast error icon color
3967
-
3968
- toast.error.background.color
3969
-
3970
- Toast error background color
3971
-
3972
- toast.info.heading.text.color
3973
-
3974
- Toast info heading color
3975
-
3976
- toast.info.border.color
3977
-
3978
- Toast info border color
3979
-
3980
- toast.info.icon.color
3981
-
3982
- Toast info icon color
3983
-
3984
- toast.info.background.color
3985
-
3986
- Toast info background color
3987
-
3988
- toast.border.top.width
3989
-
3990
- Toast top border width
3991
-
3992
- toast.border.bottom.width
3993
-
3994
- Toast bottom border width
3995
-
3996
- toast.border.left.width
3997
-
3998
- Toast left border width
3999
-
4000
- toast.border.right.width
4001
-
4002
- Toast right border width
4003
-
4004
- toast.border.color
4005
-
4006
- Toast border color (if Success/Error/Info border color is not specified)
4007
-
4008
- toast.border.radius
4009
-
4010
- Toast border radius
4011
-
4012
- toast.icon.color
4013
-
4014
- Toast icon color (if Success/Error/Info icon color not specified)
4015
-
4016
- toast.background.color
4017
-
4018
- Toast background color (if Success/Error/Info background not specified)
4019
-
4020
- toast.padding.x
4021
-
4022
- Toast horizontal padding
4023
-
4024
- toast.padding.y
4025
-
4026
- Toast vertical padding
4027
-
4028
- toast.padding.right
4029
-
4030
- Toast right padding
4031
-
4032
- toast.box.shadow.size
4033
-
4034
- Toast box shadow size
4035
-
4036
- toast.box.shadow.color
4037
-
4038
- Toast box shadow color
4039
-
4040
- toast.font.family
4041
-
4042
- Toast font family
4043
-
4044
- toast.font.size
4045
-
4046
- Toast font size
4047
-
4048
- toast.font.weight
4049
-
4050
- Toast font weight
4051
-
4052
- toast.text.color
4053
-
4054
- Toast text color (sets success and error)
4055
-
4056
- toggle.active.background.color
4057
-
4058
- Toggle active background colour
4059
-
4060
- toggle.active.border.color
4061
-
4062
- Toggle active border colour
4063
-
4064
- toggle.active.hover.background.color
4065
-
4066
- Toggle active hover background colour
4067
-
4068
- toggle.active.hover.border.color
4069
-
4070
- Toggle active hover border colour
4071
-
4072
- toggle.active.mark.color
4073
-
4074
- Toggle check mark color (shown when active)
4075
-
4076
- toggle.active.thumb.background.color
4077
-
4078
- Toggle active thumb background colour
4079
-
4080
- toggle.active.thumb.border.color
4081
-
4082
- Toggle active thumb border colour
4083
-
4084
- toggle.border.radius
4085
-
4086
- Toggle border radius
4087
-
4088
- toggle.border.width
4089
-
4090
- Toggle border width
4091
-
4092
- toggle.height
4093
-
4094
- Toggle height
4095
-
4096
- toggle.inactive.background.color
4097
-
4098
- Toggle inactive background colour
4099
-
4100
- toggle.inactive.border.color
4101
-
4102
- Toggle inactive border colour
4103
-
4104
- toggle.inactive.hover.background.color
4105
-
4106
- Toggle inactive hover background colour
4107
-
4108
- toggle.inactive.hover.border.color
4109
-
4110
- Toggle inactive hover border colour
4111
-
4112
- toggle.inactive.thumb.background.color
4113
-
4114
- Toggle inactive thumb background colour
4115
-
4116
- toggle.inactive.thumb.border.color
4117
-
4118
- Toggle inactive thumb border colour
4119
-
4120
- toggle.label.font.family
4121
-
4122
- Toggle label text font family
4123
-
4124
- toggle.label.font.size
4125
-
4126
- Toggle label text font size
4127
-
4128
- toggle.label.font.weight
4129
-
4130
- Toggle label text font weight
4131
-
4132
- toggle.label.text.color
4133
-
4134
- Toggle label text color
4135
-
4136
- toggle.thumb.border.width
4137
-
4138
- Toggle thumb border width
4139
-
4140
- toggle.thumb.height
4141
-
4142
- Toggle thumb height
4143
-
4144
- toggle.transition.hover.type
4145
-
4146
- Toggle hover transition type
4147
-
4148
- toggle.transition.hover.duration
4149
-
4150
- Toggle hover transition duration
4151
-
4152
- tooltip.background.color
4153
-
4154
- Tooltip background color
4155
-
4156
- tooltip.text.color
4157
-
4158
- Tooltip text colour
4159
-
4160
- tooltip.font.size
4161
-
4162
- Text font size for tooltip
4163
-
4164
- tooltip.font.family
4165
-
4166
- Tooltip font family
4167
-
4168
- tooltip.font.weight
4169
-
4170
- Tooltip font weight
4171
-
4172
- tooltip.padding.x
4173
-
4174
- Tooltip horizontal padding
4175
-
4176
- tooltip.padding.y
4177
-
4178
- Tooltip vertical padding
4179
-
4180
- tooltip.border.width
4181
-
4182
- Tooltip border width
4183
-
4184
- tooltip.border.color
4185
-
4186
- Tooltip border color
4187
-
4188
- tooltip.border.radius
4189
-
4190
- Tooltip border radius
4191
-
4192
- tooltip.box.shadow.size
4193
-
4194
- Tooltip box shadow size
4195
-
4196
- tooltip.box.shadow.color
4197
-
4198
- Tooltip box shadow color
4199
-
4200
- validationMessage.danger.text.color
4201
-
4202
- Danger validation message text color
4203
-
4204
- validationMessage.info.text.color
4205
-
4206
- Info validation message text color
4207
-
4208
- validationMessage.success.text.color
4209
-
4210
- Success validation message text color
4211
-
4212
- validationMessage.warning.text.color
4213
-
4214
- Warning validation message text color
4215
-
4216
- validationMessage.prefix.font.weight
4217
-
4218
- Validation message prefix font weight
4219
-
4220
- colour.primary.fill
4221
-
4222
- TODO: Add description from Figma once available
4223
-
4224
- colour.primary.onFill
4225
-
4226
- TODO: Add description from Figma once available
4227
-
4228
- colour.primary.surface
4229
-
4230
- TODO: Add description from Figma once available
4231
-
4232
- colour.primary.text
4233
-
4234
- TODO: Add description from Figma once available
4235
-
4236
- colour.neutral.10
4237
-
4238
- TODO: Add description from Figma once available
4239
-
4240
- colour.neutral.20
4241
-
4242
- TODO: Add description from Figma once available
4243
-
4244
- colour.neutral.30
4245
-
4246
- TODO: Add description from Figma once available
4247
-
4248
- colour.neutral.40
4249
-
4250
- TODO: Add description from Figma once available
4251
-
4252
- colour.neutral.50
4253
-
4254
- TODO: Add description from Figma once available
4255
-
4256
- colour.neutral.60
4257
-
4258
- TODO: Add description from Figma once available
4259
-
4260
- colour.neutral.70
4261
-
4262
- TODO: Add description from Figma once available
4263
-
4264
- colour.neutral.80
4265
-
4266
- TODO: Add description from Figma once available
4267
-
4268
- colour.accent.brand
4269
-
4270
- 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.
4271
-
4272
- colour.accent.ui
4273
-
4274
- The UI accent brings attention to focused/active areas in the UI (eg. focus state of components).
4275
-
4276
- colour.system.success.fill
4277
-
4278
- TODO: Add description from Figma once available
4279
-
4280
- colour.system.success.onFill
4281
-
4282
- TODO: Add description from Figma once available
4283
-
4284
- colour.system.success.surface
4285
-
4286
- TODO: Add description from Figma once available
4287
-
4288
- colour.system.success.text
4289
-
4290
- TODO: Add description from Figma once available
4291
-
4292
- colour.system.danger.fill
4293
-
4294
- TODO: Add description from Figma once available
4295
-
4296
- colour.system.danger.onFill
4297
-
4298
- TODO: Add description from Figma once available
4299
-
4300
- colour.system.danger.surface
4301
-
4302
- TODO: Add description from Figma once available
4303
-
4304
- colour.system.danger.text
4305
-
4306
- TODO: Add description from Figma once available
4307
-
4308
- colour.system.warning.fill
4309
-
4310
- TODO: Add description from Figma once available
4311
-
4312
- colour.system.warning.onFill
4313
-
4314
- TODO: Add description from Figma once available
4315
-
4316
- colour.system.warning.surface
4317
-
4318
- TODO: Add description from Figma once available
4319
-
4320
- colour.system.warning.text
4321
-
4322
- TODO: Add description from Figma once available
4323
-
4324
- colour.system.info.fill
4325
-
4326
- TODO: Add description from Figma once available
4327
-
4328
- colour.system.info.onFill
4329
-
4330
- TODO: Add description from Figma once available
4331
-
4332
- colour.system.info.surface
4333
-
4334
- TODO: Add description from Figma once available
4335
-
4336
- colour.system.info.text
4337
-
4338
- TODO: Add description from Figma once available
4339
-
4340
- elevation.background.default
4341
-
4342
- Default background is the default state of most components, such as panels and inputs.
4343
-
4344
- elevation.background.alt
4345
-
4346
- Alt background is used to establish application hierarchy and structure in combination with default.
4347
-
4348
- elevation.background.cover
4349
-
4350
- Cover background is used to cover the page in order to highlight a specific component, such as a modal.
4351
-
4352
- elevation.interaction.hover.overlay
4353
-
4354
- Overlay for hover elevations, it is usually kept semi-transparent so the background can be seen underneath.
4355
-
4356
- elevation.interaction.hover.shadow
4357
-
4358
- Shadow for hover elevations
4359
-
4360
- elevation.interaction.pressed.overlay
4361
-
4362
- Overlay for pressed elevations, it is usually kept semi-transparent so the background can be seen underneath.
4363
-
4364
- elevation.interaction.pressed.shadow
4365
-
4366
- Shadow for pressed elevations
4367
-
4368
- elevation.interaction.selected.overlay
4369
-
4370
- Overlay for selected elevations, it is usually kept semi-transparent so the background can be seen underneath.
4371
-
4372
- elevation.interaction.selected.shadow
4373
-
4374
- Shadow for selected elevations
4375
-
4376
- elevation.raised.shadow
4377
-
4378
- Shadow for raised elevations
4379
-
4380
- elevation.raised.border
4381
-
4382
- Border for raised elevations
4383
-
4384
- elevation.floating.shadow
4385
-
4386
- Shadow for floating elevations
4387
-
4388
- elevation.floating.border
4389
-
4390
- Border for floating elevations
4391
-
4392
- elevation.overflow.shadow
4393
-
4394
- Shadow for overflow elevations
4395
-
4396
- elevation.overflow.border
4397
-
4398
- Border for overflow elevations
4399
-
4400
- radius.100
4401
-
4402
- The base unit for radius. The fallback for all other values will be calculated from this value.
4403
-
4404
- radius.000
4405
-
4406
- No radius
4407
-
4408
- radius.025
4409
-
4410
- 25% (0.25x) radius
4411
-
4412
- radius.050
4413
-
4414
- 50% (0.5x) radius
4415
-
4416
- radius.075
4417
-
4418
- 75% (0.75x) radius
4419
-
4420
- radius.system.badge
4421
-
4422
- Applies to badges and tags (that have not been designated to be a circle).
4423
-
4424
- radius.system.button
4425
-
4426
- Applies to buttons and other interactive elements such as the hover state of links.
4427
-
4428
- radius.system.form
4429
-
4430
- Applies to form inputs and alerts.
4431
-
4432
- radius.system.layout
4433
-
4434
- Applies to panels, modals and slideouts.
4435
-
4436
- spacing.100
4437
-
4438
- The base unit for spacing. The fallback for all other values will be calculated from this value.
4439
-
4440
- spacing.150
4441
-
4442
- 150% (1.5x) spacing
4443
-
4444
- spacing.200
4445
-
4446
- 200% (2x) spacing
4447
-
4448
- spacing.250
4449
-
4450
- 250% (2.5x) spacing
4451
-
4452
- spacing.300
4453
-
4454
- 300% (3x) spacing
4455
-
4456
- spacing.350
4457
-
4458
- 350% (3.5x) spacing
4459
-
4460
- spacing.400
4461
-
4462
- 400% (4x) spacing
4463
-
4464
- spacing.500
4465
-
4466
- 500% (5x) spacing
4467
-
4468
- spacing.600
4469
-
4470
- 600% (6x) spacing
4471
-
4472
- spacing.700
4473
-
4474
- 700% (7x) spacing
4475
-
4476
- spacing.800
4477
-
4478
- 800% (8x) spacing
4479
-
4480
- spacing.900
4481
-
4482
- 900% (9x) spacing
4483
-
4484
- spacing.1000
4485
-
4486
- 1000% (10x) spacing
4487
-
4488
- spacing.1200
4489
-
4490
- 1200% (12x) spacing
4491
-
4492
- spacing.000
4493
-
4494
- No spacing
4495
-
4496
- spacing.050
4497
-
4498
- 50% (0.5x) spacing
4499
-
4500
- typography.base.size
4501
-
4502
- This is the base font size, and is used to calculate the font sizes of each token.
4503
-
4504
- typography.base.headingFont
4505
-
4506
- This is the base font family for headings, used for heading tokens.
4507
-
4508
- typography.base.bodyFont
4509
-
4510
- This is the base font family for body, used for body tokens.
4511
-
4512
- typography.heading.1
4513
-
4514
- Used for page titles in products such as a form title.
4515
-
4516
- typography.heading.2
4517
-
4518
- Used in large components where space is not limited and perfectly balances with body.md and body.lg, such as modals.
4519
-
4520
- typography.heading.3
4521
-
4522
- Used in large components where space is not limited and perfectly balances with body.md, such as modals.
4523
-
4524
- typography.heading.4
4525
-
4526
- Used for titles in small components where space is limited, such as notifications.
4527
-
4528
- typography.heading.5
4529
-
4530
- Used sparingly and is suitable matched with body.sm, for example, in fine print.
4531
-
4532
- typography.heading.6
4533
-
4534
- Used sparingly and is suitable matched with body.sm, for example, in fine print.
4535
-
4536
- typography.body.sm.regular
4537
-
4538
- The default small text, most commonly used to display text in small components and compact tables and lists.
4539
-
4540
- typography.body.sm.strong
4541
-
4542
- Strong text is used to highlight important information in a paragraph of text.
4543
-
4544
- typography.body.sm.em
4545
-
4546
- Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes.
4547
-
4548
- typography.body.md.regular
4549
-
4550
- The default medium text, most commonly used to display text across all products.
4551
-
4552
- typography.body.md.strong
4553
-
4554
- Strong text is used to highlight important information in a paragraph of text.
4555
-
4556
- typography.body.md.em
4557
-
4558
- Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes.
4559
-
4560
- typography.body.lg.regular
4561
-
4562
- The default large text, most commonly used to display large text across all products.
4563
-
4564
- typography.body.lg.strong
4565
-
4566
- Strong text is used to highlight important information in a paragraph of text.
4567
-
4568
- typography.body.lg.em
4569
-
4570
- Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes.
4571
-
4572
- typography.code
4573
-
4574
- Used to display code snippets in the product, such as in the API documentation.
4575
-
4576
- On this page
4577
-
4578
- * [What are tokens?](#what-are-tokens)
4579
- * [How to use the tokens](#how-to-use-the-tokens)
4580
- * [Token list](#token-list)