@sage/design-tokens 2.1.0 → 2.2.0

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 (47) hide show
  1. package/android/no-theme.xml +1 -1
  2. package/css/no-theme.css +1 -1
  3. package/data/tokens.json +0 -2864
  4. package/docs/tokens/index.html +68 -8329
  5. package/docs/tokens/no-theme/border-radius/index.html +0 -79
  6. package/docs/tokens/no-theme/border-width/index.html +0 -79
  7. package/docs/tokens/no-theme/box-shadow/index.html +0 -79
  8. package/docs/tokens/no-theme/colors/index.html +0 -79
  9. package/docs/tokens/no-theme/font-families/index.html +0 -79
  10. package/docs/tokens/no-theme/font-sizes/index.html +0 -79
  11. package/docs/tokens/no-theme/font-weights/index.html +0 -79
  12. package/docs/tokens/no-theme/index.html +0 -79
  13. package/docs/tokens/no-theme/line-heights/index.html +0 -79
  14. package/docs/tokens/no-theme/sizing/index.html +0 -79
  15. package/docs/tokens/no-theme/spacing/index.html +0 -79
  16. package/docs/tokens/no-theme/typography/index.html +0 -79
  17. package/index.d.ts +0 -2
  18. package/index.js +0 -2
  19. package/ios/no-theme.h +1 -1
  20. package/js/no-theme/common.js +1 -1
  21. package/package.json +1 -1
  22. package/sage-design-tokens-2.2.0.tgz +0 -0
  23. package/scss/no-theme.scss +1 -1
  24. package/android/base.xml +0 -385
  25. package/css/base.css +0 -387
  26. package/docs/tokens/base/border-radius/index.html +0 -399
  27. package/docs/tokens/base/border-width/index.html +0 -483
  28. package/docs/tokens/base/box-shadow/index.html +0 -525
  29. package/docs/tokens/base/colors/index.html +0 -4137
  30. package/docs/tokens/base/font-families/index.html +0 -462
  31. package/docs/tokens/base/font-sizes/index.html +0 -664
  32. package/docs/tokens/base/font-weights/index.html +0 -441
  33. package/docs/tokens/base/index.html +0 -8427
  34. package/docs/tokens/base/line-heights/index.html +0 -441
  35. package/docs/tokens/base/opacity/index.html +0 -441
  36. package/docs/tokens/base/sizing/index.html +0 -903
  37. package/docs/tokens/base/spacing/index.html +0 -735
  38. package/docs/tokens/base/typography/index.html +0 -2772
  39. package/docs/tokens/figma-only/index.html +0 -394
  40. package/docs/tokens/figma-only/sizing/index.html +0 -399
  41. package/ios/base.h +0 -389
  42. package/js/base/common.d.ts +0 -376
  43. package/js/base/common.js +0 -387
  44. package/js/base/es6.d.ts +0 -379
  45. package/js/base/es6.js +0 -382
  46. package/sage-design-tokens-2.1.0.tgz +0 -0
  47. package/scss/base.scss +0 -384
@@ -1,4137 +0,0 @@
1
- <!doctype html>
2
- <html class="no-js" lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
6
- <meta http-equiv="Pragma" content="no-cache" />
7
- <meta http-equiv="Expires" content="0" />
8
-
9
- <title>Sage Design Tokens / base / colors</title>
10
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
11
- <link rel="preconnect" href="https://fonts.googleapis.com">
12
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
- <link href="https://fonts.googleapis.com/css?family=Lato:400,500,600" rel="stylesheet">
14
- <meta name="description" content="">
15
- <style>
16
- *, *::before, *::after {
17
- box-sizing: border-box;
18
- }
19
-
20
- html {
21
- font-size: 62.5%;
22
- }
23
-
24
- body {
25
- font-size: 1.4rem;
26
- font-family: 'Lato', Arial, sans-serif;
27
- padding: 20px 40px;
28
- }
29
-
30
- table {
31
- width: 100%;
32
- }
33
-
34
- .menu {
35
- position: sticky;
36
- display: inline-block;
37
- vertical-align: top;
38
- max-height: 100vh;
39
- overflow-y: auto;
40
- top: 0;
41
- bottom: 0;
42
- font-size: 14px;
43
- }
44
-
45
- .with-icons:hover .permalink {
46
- visibility: visible;
47
- }
48
-
49
- .permalink {
50
- visibility: hidden;
51
- font-size: 80%;
52
- line-height: inherit;
53
- text-decoration: none;
54
- vertical-align: middle;
55
- }
56
-
57
- .table__color-preview,
58
- .table__spacing-preview,
59
- .table__border-width-preview,
60
- .table__font-size-preview,
61
- .table__sizing-preview,
62
- .table__opacity-preview,
63
- .table__typography-preview,
64
- .table__font-weight-preview,
65
- .table__box-shadow-preview,
66
- .table__font-family-preview,
67
- .table__border-radius-preview {
68
- height: 40px;
69
- width: 100%;
70
- }
71
-
72
- .table__font-size-preview,
73
- .table__typography-preview,
74
- .table__font-weight-preview,
75
- .table__font-family-preview {
76
- vertical-align: middle;
77
- display: table-cell;
78
- }
79
-
80
- .table__box-shadow-preview {
81
- height: 50px;
82
- }
83
-
84
- .table__spacing-preview {
85
- background-color: #626566;
86
- height: 10px;
87
- }
88
-
89
- .table__border-width-preview {
90
- border-style: solid;
91
- border-color: #CCD6DB;
92
- background-color: #626566;
93
- }
94
-
95
- .table__sizing-preview {
96
- background-color: #626566;
97
- }
98
-
99
- .table__opacity-preview {
100
- background-color: #ccc;
101
- }
102
-
103
- .table__opacity-preview div {
104
- width: 100%;
105
- height: 100%;
106
- background-color: #fff;
107
- }
108
-
109
- .table__border-radius-preview {
110
- width: 40px;
111
- border-color: #626566;
112
- border-width: 3px 3px 0 0;
113
- border-style: solid;
114
- }
115
-
116
- #main-container {
117
- max-width: 1024px;
118
- margin: 0 auto;
119
- }
120
-
121
- .embedded #main-container {
122
- max-width: 100%;
123
- }
124
-
125
- #icons-container {
126
- display: grid;
127
- grid-template-columns: repeat(6, 1fr);
128
- grid-gap: 20px;
129
- }
130
-
131
- .divider {
132
- margin: 20px 0 30px;
133
- }
134
-
135
- .grid-item {
136
- display: block;
137
- text-align: center;
138
- position: relative;
139
- padding-bottom: 40px;
140
- padding-top: 20px;
141
- border: 1px solid #dbdbdb;
142
- }
143
-
144
- .grid-item .codes {
145
- position: absolute;
146
- display: flex;
147
- justify-content: space-between;
148
- padding: 5px 20px;
149
- bottom: 0;
150
- left: 0;
151
- right: 0;
152
- border-top: 1px solid rgba(10, 10, 10, .1);
153
- }
154
-
155
- .grid-item .codes div {
156
- cursor: default;
157
- color: rgba(10, 10, 10, .6);
158
- }
159
-
160
- .preview {
161
- display: block;
162
- width: 32px;
163
- height: auto;
164
- }
165
-
166
- .layout {
167
- display: flex;
168
- }
169
-
170
- .layout .navigation {
171
- flex: 0 0 200px;
172
- }
173
-
174
- .layout .content {
175
- flex: 1 1 auto;
176
- }
177
-
178
- .embedded {
179
- padding: 10px;
180
- }
181
-
182
- .embedded .hide-on-embedded {
183
- display: none;
184
- }
185
- </style>
186
- </head>
187
- <body>
188
- <div id="main-container">
189
- <div class="layout">
190
- <aside class="hide-on-embedded navigation menu py-0">
191
- <section class="my-6">
192
- <p class="menu-label">
193
- <a href="../../base/index.html">
194
- base
195
- </a>
196
- </p>
197
- <ul class="menu-list">
198
- <li>
199
- <a href="../../base/colors/index.html">
200
- colors
201
- </a>
202
- </li>
203
- <li>
204
- <a href="../../base/sizing/index.html">
205
- sizing
206
- </a>
207
- </li>
208
- <li>
209
- <a href="../../base/spacing/index.html">
210
- spacing
211
- </a>
212
- </li>
213
- <li>
214
- <a href="../../base/border-width/index.html">
215
- borderWidth
216
- </a>
217
- </li>
218
- <li>
219
- <a href="../../base/font-sizes/index.html">
220
- fontSizes
221
- </a>
222
- </li>
223
- <li>
224
- <a href="../../base/box-shadow/index.html">
225
- boxShadow
226
- </a>
227
- </li>
228
- <li>
229
- <a href="../../base/font-weights/index.html">
230
- fontWeights
231
- </a>
232
- </li>
233
- <li>
234
- <a href="../../base/line-heights/index.html">
235
- lineHeights
236
- </a>
237
- </li>
238
- <li>
239
- <a href="../../base/font-families/index.html">
240
- fontFamilies
241
- </a>
242
- </li>
243
- <li>
244
- <a href="../../base/border-radius/index.html">
245
- borderRadius
246
- </a>
247
- </li>
248
- <li>
249
- <a href="../../base/typography/index.html">
250
- typography
251
- </a>
252
- </li>
253
- <li>
254
- <a href="../../base/opacity/index.html">
255
- opacity
256
- </a>
257
- </li>
258
- </ul>
259
- <p class="menu-label">
260
- <a href="../../no-theme/index.html">
261
- no-theme
262
- </a>
263
- </p>
264
- <ul class="menu-list">
265
- <li>
266
- <a href="../../no-theme/colors/index.html">
267
- colors
268
- </a>
269
- </li>
270
- <li>
271
- <a href="../../no-theme/sizing/index.html">
272
- sizing
273
- </a>
274
- </li>
275
- <li>
276
- <a href="../../no-theme/spacing/index.html">
277
- spacing
278
- </a>
279
- </li>
280
- <li>
281
- <a href="../../no-theme/border-width/index.html">
282
- borderWidth
283
- </a>
284
- </li>
285
- <li>
286
- <a href="../../no-theme/font-sizes/index.html">
287
- fontSizes
288
- </a>
289
- </li>
290
- <li>
291
- <a href="../../no-theme/box-shadow/index.html">
292
- boxShadow
293
- </a>
294
- </li>
295
- <li>
296
- <a href="../../no-theme/font-weights/index.html">
297
- fontWeights
298
- </a>
299
- </li>
300
- <li>
301
- <a href="../../no-theme/line-heights/index.html">
302
- lineHeights
303
- </a>
304
- </li>
305
- <li>
306
- <a href="../../no-theme/font-families/index.html">
307
- fontFamilies
308
- </a>
309
- </li>
310
- <li>
311
- <a href="../../no-theme/border-radius/index.html">
312
- borderRadius
313
- </a>
314
- </li>
315
- <li>
316
- <a href="../../no-theme/typography/index.html">
317
- typography
318
- </a>
319
- </li>
320
- </ul>
321
- <p class="menu-label">
322
- <a href="../../figma-only/index.html">
323
- figma-only
324
- </a>
325
- </p>
326
- <ul class="menu-list">
327
- <li>
328
- <a href="../../figma-only/sizing/index.html">
329
- sizing
330
- </a>
331
- </li>
332
- </ul>
333
- </section>
334
- </aside>
335
- <main class="content">
336
- <h1 class="hide-on-embedded">
337
- <a href="../../index.html">
338
- Sage Design Tokens
339
- </a>
340
- /
341
- <a href="../index.html">
342
- base
343
- </a>
344
- /
345
- colors
346
- </h1>
347
-
348
- <section class="my-6">
349
- <table class="table is-bordered is-hoverable is-fullwidth">
350
- <colgroup>
351
- <col width="50%">
352
- <col width="25%">
353
- <col width="35%">
354
- </colgroup>
355
- <thead>
356
- <tr>
357
- <th class="has-background-light">Name</th>
358
- <th class="has-background-light">Value</th>
359
- <th class="has-background-light">Preview</th>
360
- </tr>
361
- </thead>
362
- <tr>
363
- <td class="with-icons is-vcentered"
364
- id="base-colorsLogo"
365
- title="theme: base; category: colors; variant: logo; ">
366
- colorsLogo
367
- <a href="#base-colorsLogo"
368
- title="permalink"
369
- class="permalink">
370
- 🔗
371
- </a>
372
- </td>
373
- <td class="is-vcentered">
374
- <pre>#00d639ff</pre>
375
- </td>
376
- <td class="is-vcentered">
377
- <div class="table__color-preview"
378
- style="background-color: #00d639ff;">
379
- </div>
380
-
381
- </td>
382
- </tr>
383
- <tr>
384
- <td class="with-icons is-vcentered"
385
- id="base-colorsTransparent"
386
- title="theme: base; category: colors; variant: transparent; ">
387
- colorsTransparent
388
- <a href="#base-colorsTransparent"
389
- title="permalink"
390
- class="permalink">
391
- 🔗
392
- </a>
393
- </td>
394
- <td class="is-vcentered">
395
- <pre>#00000000</pre>
396
- </td>
397
- <td class="is-vcentered">
398
- <div class="table__color-preview"
399
- style="background-color: #00000000;">
400
- </div>
401
-
402
- </td>
403
- </tr>
404
- <tr>
405
- <td class="with-icons is-vcentered"
406
- id="base-colorsYin030"
407
- title="theme: base; category: colors; name: yin; variant: 030; ">
408
- colorsYin030
409
- <a href="#base-colorsYin030"
410
- title="permalink"
411
- class="permalink">
412
- 🔗
413
- </a>
414
- </td>
415
- <td class="is-vcentered">
416
- <pre>#0000004d</pre>
417
- </td>
418
- <td class="is-vcentered">
419
- <div class="table__color-preview"
420
- style="background-color: #0000004d;">
421
- </div>
422
-
423
- </td>
424
- </tr>
425
- <tr>
426
- <td class="with-icons is-vcentered"
427
- id="base-colorsYin055"
428
- title="theme: base; category: colors; name: yin; variant: 055; ">
429
- colorsYin055
430
- <a href="#base-colorsYin055"
431
- title="permalink"
432
- class="permalink">
433
- 🔗
434
- </a>
435
- </td>
436
- <td class="is-vcentered">
437
- <pre>#0000008c</pre>
438
- </td>
439
- <td class="is-vcentered">
440
- <div class="table__color-preview"
441
- style="background-color: #0000008c;">
442
- </div>
443
-
444
- </td>
445
- </tr>
446
- <tr>
447
- <td class="with-icons is-vcentered"
448
- id="base-colorsYin065"
449
- title="theme: base; category: colors; name: yin; variant: 065; ">
450
- colorsYin065
451
- <a href="#base-colorsYin065"
452
- title="permalink"
453
- class="permalink">
454
- 🔗
455
- </a>
456
- </td>
457
- <td class="is-vcentered">
458
- <pre>#000000a6</pre>
459
- </td>
460
- <td class="is-vcentered">
461
- <div class="table__color-preview"
462
- style="background-color: #000000a6;">
463
- </div>
464
-
465
- </td>
466
- </tr>
467
- <tr>
468
- <td class="with-icons is-vcentered"
469
- id="base-colorsYin075"
470
- title="theme: base; category: colors; name: yin; variant: 075; ">
471
- colorsYin075
472
- <a href="#base-colorsYin075"
473
- title="permalink"
474
- class="permalink">
475
- 🔗
476
- </a>
477
- </td>
478
- <td class="is-vcentered">
479
- <pre>#000000bf</pre>
480
- </td>
481
- <td class="is-vcentered">
482
- <div class="table__color-preview"
483
- style="background-color: #000000bf;">
484
- </div>
485
-
486
- </td>
487
- </tr>
488
- <tr>
489
- <td class="with-icons is-vcentered"
490
- id="base-colorsYin090"
491
- title="theme: base; category: colors; name: yin; variant: 090; ">
492
- colorsYin090
493
- <a href="#base-colorsYin090"
494
- title="permalink"
495
- class="permalink">
496
- 🔗
497
- </a>
498
- </td>
499
- <td class="is-vcentered">
500
- <pre>#000000e6</pre>
501
- </td>
502
- <td class="is-vcentered">
503
- <div class="table__color-preview"
504
- style="background-color: #000000e6;">
505
- </div>
506
-
507
- </td>
508
- </tr>
509
- <tr>
510
- <td class="with-icons is-vcentered"
511
- id="base-colorsYang100"
512
- title="theme: base; category: colors; name: yang; variant: 100; ">
513
- colorsYang100
514
- <a href="#base-colorsYang100"
515
- title="permalink"
516
- class="permalink">
517
- 🔗
518
- </a>
519
- </td>
520
- <td class="is-vcentered">
521
- <pre>#ffffffff</pre>
522
- </td>
523
- <td class="is-vcentered">
524
- <div class="table__color-preview"
525
- style="background-color: #ffffffff;">
526
- </div>
527
-
528
- </td>
529
- </tr>
530
- <tr>
531
- <td class="with-icons is-vcentered"
532
- id="base-colorsYang030"
533
- title="theme: base; category: colors; name: yang; variant: 030; ">
534
- colorsYang030
535
- <a href="#base-colorsYang030"
536
- title="permalink"
537
- class="permalink">
538
- 🔗
539
- </a>
540
- </td>
541
- <td class="is-vcentered">
542
- <pre>#ffffff4d</pre>
543
- </td>
544
- <td class="is-vcentered">
545
- <div class="table__color-preview"
546
- style="background-color: #ffffff4d;">
547
- </div>
548
-
549
- </td>
550
- </tr>
551
- <tr>
552
- <td class="with-icons is-vcentered"
553
- id="base-colorsYang080"
554
- title="theme: base; category: colors; name: yang; variant: 080; ">
555
- colorsYang080
556
- <a href="#base-colorsYang080"
557
- title="permalink"
558
- class="permalink">
559
- 🔗
560
- </a>
561
- </td>
562
- <td class="is-vcentered">
563
- <pre>#ffffffcc</pre>
564
- </td>
565
- <td class="is-vcentered">
566
- <div class="table__color-preview"
567
- style="background-color: #ffffffcc;">
568
- </div>
569
-
570
- </td>
571
- </tr>
572
- <tr>
573
- <td class="with-icons is-vcentered"
574
- id="base-colorsGray850"
575
- title="theme: base; category: colors; name: gray; variant: 850; ">
576
- colorsGray850
577
- <a href="#base-colorsGray850"
578
- title="permalink"
579
- class="permalink">
580
- 🔗
581
- </a>
582
- </td>
583
- <td class="is-vcentered">
584
- <pre>#262626ff</pre>
585
- </td>
586
- <td class="is-vcentered">
587
- <div class="table__color-preview"
588
- style="background-color: #262626ff;">
589
- </div>
590
-
591
- </td>
592
- </tr>
593
- <tr>
594
- <td class="with-icons is-vcentered"
595
- id="base-colorsGray900"
596
- title="theme: base; category: colors; name: gray; variant: 900; ">
597
- colorsGray900
598
- <a href="#base-colorsGray900"
599
- title="permalink"
600
- class="permalink">
601
- 🔗
602
- </a>
603
- </td>
604
- <td class="is-vcentered">
605
- <pre>#1a1a1aff</pre>
606
- </td>
607
- <td class="is-vcentered">
608
- <div class="table__color-preview"
609
- style="background-color: #1a1a1aff;">
610
- </div>
611
-
612
- </td>
613
- </tr>
614
- <tr>
615
- <td class="with-icons is-vcentered"
616
- id="base-colorsGray1000"
617
- title="theme: base; category: colors; name: gray; variant: 1000; ">
618
- colorsGray1000
619
- <a href="#base-colorsGray1000"
620
- title="permalink"
621
- class="permalink">
622
- 🔗
623
- </a>
624
- </td>
625
- <td class="is-vcentered">
626
- <pre>#000000ff</pre>
627
- </td>
628
- <td class="is-vcentered">
629
- <div class="table__color-preview"
630
- style="background-color: #000000ff;">
631
- </div>
632
-
633
- </td>
634
- </tr>
635
- <tr>
636
- <td class="with-icons is-vcentered"
637
- id="base-colorsGray000"
638
- title="theme: base; category: colors; name: gray; variant: 000; ">
639
- colorsGray000
640
- <a href="#base-colorsGray000"
641
- title="permalink"
642
- class="permalink">
643
- 🔗
644
- </a>
645
- </td>
646
- <td class="is-vcentered">
647
- <pre>#ffffffff</pre>
648
- </td>
649
- <td class="is-vcentered">
650
- <div class="table__color-preview"
651
- style="background-color: #ffffffff;">
652
- </div>
653
-
654
- </td>
655
- </tr>
656
- <tr>
657
- <td class="with-icons is-vcentered"
658
- id="base-colorsDisabled400"
659
- title="theme: base; category: colors; name: disabled; variant: 400; ">
660
- colorsDisabled400
661
- <a href="#base-colorsDisabled400"
662
- title="permalink"
663
- class="permalink">
664
- 🔗
665
- </a>
666
- </td>
667
- <td class="is-vcentered">
668
- <pre>#f2f5f6ff</pre>
669
- </td>
670
- <td class="is-vcentered">
671
- <div class="table__color-preview"
672
- style="background-color: #f2f5f6ff;">
673
- </div>
674
-
675
- </td>
676
- </tr>
677
- <tr>
678
- <td class="with-icons is-vcentered"
679
- id="base-colorsDisabled500"
680
- title="theme: base; category: colors; name: disabled; variant: 500; ">
681
- colorsDisabled500
682
- <a href="#base-colorsDisabled500"
683
- title="permalink"
684
- class="permalink">
685
- 🔗
686
- </a>
687
- </td>
688
- <td class="is-vcentered">
689
- <pre>#e6ebedff</pre>
690
- </td>
691
- <td class="is-vcentered">
692
- <div class="table__color-preview"
693
- style="background-color: #e6ebedff;">
694
- </div>
695
-
696
- </td>
697
- </tr>
698
- <tr>
699
- <td class="with-icons is-vcentered"
700
- id="base-colorsDisabled600"
701
- title="theme: base; category: colors; name: disabled; variant: 600; ">
702
- colorsDisabled600
703
- <a href="#base-colorsDisabled600"
704
- title="permalink"
705
- class="permalink">
706
- 🔗
707
- </a>
708
- </td>
709
- <td class="is-vcentered">
710
- <pre>#ccd6dbff</pre>
711
- </td>
712
- <td class="is-vcentered">
713
- <div class="table__color-preview"
714
- style="background-color: #ccd6dbff;">
715
- </div>
716
-
717
- </td>
718
- </tr>
719
- <tr>
720
- <td class="with-icons is-vcentered"
721
- id="base-colorsReadOnly400"
722
- title="theme: base; category: colors; name: readOnly; variant: 400; ">
723
- colorsReadOnly400
724
- <a href="#base-colorsReadOnly400"
725
- title="permalink"
726
- class="permalink">
727
- 🔗
728
- </a>
729
- </td>
730
- <td class="is-vcentered">
731
- <pre>#f2f5f6ff</pre>
732
- </td>
733
- <td class="is-vcentered">
734
- <div class="table__color-preview"
735
- style="background-color: #f2f5f6ff;">
736
- </div>
737
-
738
- </td>
739
- </tr>
740
- <tr>
741
- <td class="with-icons is-vcentered"
742
- id="base-colorsReadOnly500"
743
- title="theme: base; category: colors; name: readOnly; variant: 500; ">
744
- colorsReadOnly500
745
- <a href="#base-colorsReadOnly500"
746
- title="permalink"
747
- class="permalink">
748
- 🔗
749
- </a>
750
- </td>
751
- <td class="is-vcentered">
752
- <pre>#e6ebedff</pre>
753
- </td>
754
- <td class="is-vcentered">
755
- <div class="table__color-preview"
756
- style="background-color: #e6ebedff;">
757
- </div>
758
-
759
- </td>
760
- </tr>
761
- <tr>
762
- <td class="with-icons is-vcentered"
763
- id="base-colorsReadOnly600"
764
- title="theme: base; category: colors; name: readOnly; variant: 600; ">
765
- colorsReadOnly600
766
- <a href="#base-colorsReadOnly600"
767
- title="permalink"
768
- class="permalink">
769
- 🔗
770
- </a>
771
- </td>
772
- <td class="is-vcentered">
773
- <pre>#ccd6dbff</pre>
774
- </td>
775
- <td class="is-vcentered">
776
- <div class="table__color-preview"
777
- style="background-color: #ccd6dbff;">
778
- </div>
779
-
780
- </td>
781
- </tr>
782
- <tr>
783
- <td class="with-icons is-vcentered"
784
- id="base-colorsComponentsMenuSpringStandard500"
785
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: standard; variant: 500; ">
786
- colorsComponentsMenuSpringStandard500
787
- <a href="#base-colorsComponentsMenuSpringStandard500"
788
- title="permalink"
789
- class="permalink">
790
- 🔗
791
- </a>
792
- </td>
793
- <td class="is-vcentered">
794
- <pre>#e6ebedff</pre>
795
- </td>
796
- <td class="is-vcentered">
797
- <div class="table__color-preview"
798
- style="background-color: #e6ebedff;">
799
- </div>
800
-
801
- </td>
802
- </tr>
803
- <tr>
804
- <td class="with-icons is-vcentered"
805
- id="base-colorsComponentsMenuSpringStandard600"
806
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: standard; variant: 600; ">
807
- colorsComponentsMenuSpringStandard600
808
- <a href="#base-colorsComponentsMenuSpringStandard600"
809
- title="permalink"
810
- class="permalink">
811
- 🔗
812
- </a>
813
- </td>
814
- <td class="is-vcentered">
815
- <pre>#007e45ff</pre>
816
- </td>
817
- <td class="is-vcentered">
818
- <div class="table__color-preview"
819
- style="background-color: #007e45ff;">
820
- </div>
821
-
822
- </td>
823
- </tr>
824
- <tr>
825
- <td class="with-icons is-vcentered"
826
- id="base-colorsComponentsMenuSpringStandard700"
827
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: standard; variant: 700; ">
828
- colorsComponentsMenuSpringStandard700
829
- <a href="#base-colorsComponentsMenuSpringStandard700"
830
- title="permalink"
831
- class="permalink">
832
- 🔗
833
- </a>
834
- </td>
835
- <td class="is-vcentered">
836
- <pre>#d9e0e4ff</pre>
837
- </td>
838
- <td class="is-vcentered">
839
- <div class="table__color-preview"
840
- style="background-color: #d9e0e4ff;">
841
- </div>
842
-
843
- </td>
844
- </tr>
845
- <tr>
846
- <td class="with-icons is-vcentered"
847
- id="base-colorsComponentsMenuSpringParent500"
848
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: parent; variant: 500; ">
849
- colorsComponentsMenuSpringParent500
850
- <a href="#base-colorsComponentsMenuSpringParent500"
851
- title="permalink"
852
- class="permalink">
853
- 🔗
854
- </a>
855
- </td>
856
- <td class="is-vcentered">
857
- <pre>#e6ebedff</pre>
858
- </td>
859
- <td class="is-vcentered">
860
- <div class="table__color-preview"
861
- style="background-color: #e6ebedff;">
862
- </div>
863
-
864
- </td>
865
- </tr>
866
- <tr>
867
- <td class="with-icons is-vcentered"
868
- id="base-colorsComponentsMenuSpringParent600"
869
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: parent; variant: 600; ">
870
- colorsComponentsMenuSpringParent600
871
- <a href="#base-colorsComponentsMenuSpringParent600"
872
- title="permalink"
873
- class="permalink">
874
- 🔗
875
- </a>
876
- </td>
877
- <td class="is-vcentered">
878
- <pre>#ffffffff</pre>
879
- </td>
880
- <td class="is-vcentered">
881
- <div class="table__color-preview"
882
- style="background-color: #ffffffff;">
883
- </div>
884
-
885
- </td>
886
- </tr>
887
- <tr>
888
- <td class="with-icons is-vcentered"
889
- id="base-colorsComponentsMenuSpringParent700"
890
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: parent; variant: 700; ">
891
- colorsComponentsMenuSpringParent700
892
- <a href="#base-colorsComponentsMenuSpringParent700"
893
- title="permalink"
894
- class="permalink">
895
- 🔗
896
- </a>
897
- </td>
898
- <td class="is-vcentered">
899
- <pre>#d9e0e4ff</pre>
900
- </td>
901
- <td class="is-vcentered">
902
- <div class="table__color-preview"
903
- style="background-color: #d9e0e4ff;">
904
- </div>
905
-
906
- </td>
907
- </tr>
908
- <tr>
909
- <td class="with-icons is-vcentered"
910
- id="base-colorsComponentsMenuSpringChild400"
911
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: child; variant: 400; ">
912
- colorsComponentsMenuSpringChild400
913
- <a href="#base-colorsComponentsMenuSpringChild400"
914
- title="permalink"
915
- class="permalink">
916
- 🔗
917
- </a>
918
- </td>
919
- <td class="is-vcentered">
920
- <pre>#ccd6dbff</pre>
921
- </td>
922
- <td class="is-vcentered">
923
- <div class="table__color-preview"
924
- style="background-color: #ccd6dbff;">
925
- </div>
926
-
927
- </td>
928
- </tr>
929
- <tr>
930
- <td class="with-icons is-vcentered"
931
- id="base-colorsComponentsMenuSpringChild500"
932
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: child; variant: 500; ">
933
- colorsComponentsMenuSpringChild500
934
- <a href="#base-colorsComponentsMenuSpringChild500"
935
- title="permalink"
936
- class="permalink">
937
- 🔗
938
- </a>
939
- </td>
940
- <td class="is-vcentered">
941
- <pre>#ffffffff</pre>
942
- </td>
943
- <td class="is-vcentered">
944
- <div class="table__color-preview"
945
- style="background-color: #ffffffff;">
946
- </div>
947
-
948
- </td>
949
- </tr>
950
- <tr>
951
- <td class="with-icons is-vcentered"
952
- id="base-colorsComponentsMenuSpringChild600"
953
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: child; variant: 600; ">
954
- colorsComponentsMenuSpringChild600
955
- <a href="#base-colorsComponentsMenuSpringChild600"
956
- title="permalink"
957
- class="permalink">
958
- 🔗
959
- </a>
960
- </td>
961
- <td class="is-vcentered">
962
- <pre>#007e45ff</pre>
963
- </td>
964
- <td class="is-vcentered">
965
- <div class="table__color-preview"
966
- style="background-color: #007e45ff;">
967
- </div>
968
-
969
- </td>
970
- </tr>
971
- <tr>
972
- <td class="with-icons is-vcentered"
973
- id="base-colorsComponentsMenuSpringChildAlt500"
974
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: childAlt; variant: 500; ">
975
- colorsComponentsMenuSpringChildAlt500
976
- <a href="#base-colorsComponentsMenuSpringChildAlt500"
977
- title="permalink"
978
- class="permalink">
979
- 🔗
980
- </a>
981
- </td>
982
- <td class="is-vcentered">
983
- <pre>#e6ebedff</pre>
984
- </td>
985
- <td class="is-vcentered">
986
- <div class="table__color-preview"
987
- style="background-color: #e6ebedff;">
988
- </div>
989
-
990
- </td>
991
- </tr>
992
- <tr>
993
- <td class="with-icons is-vcentered"
994
- id="base-colorsComponentsMenuSpringChildAlt600"
995
- title="theme: base; category: colors; group: components; name: menu; subgroup: spring; element: childAlt; variant: 600; ">
996
- colorsComponentsMenuSpringChildAlt600
997
- <a href="#base-colorsComponentsMenuSpringChildAlt600"
998
- title="permalink"
999
- class="permalink">
1000
- 🔗
1001
- </a>
1002
- </td>
1003
- <td class="is-vcentered">
1004
- <pre>#007e45ff</pre>
1005
- </td>
1006
- <td class="is-vcentered">
1007
- <div class="table__color-preview"
1008
- style="background-color: #007e45ff;">
1009
- </div>
1010
-
1011
- </td>
1012
- </tr>
1013
- <tr>
1014
- <td class="with-icons is-vcentered"
1015
- id="base-colorsComponentsMenuSummerStandard500"
1016
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: standard; variant: 500; ">
1017
- colorsComponentsMenuSummerStandard500
1018
- <a href="#base-colorsComponentsMenuSummerStandard500"
1019
- title="permalink"
1020
- class="permalink">
1021
- 🔗
1022
- </a>
1023
- </td>
1024
- <td class="is-vcentered">
1025
- <pre>#ffffffff</pre>
1026
- </td>
1027
- <td class="is-vcentered">
1028
- <div class="table__color-preview"
1029
- style="background-color: #ffffffff;">
1030
- </div>
1031
-
1032
- </td>
1033
- </tr>
1034
- <tr>
1035
- <td class="with-icons is-vcentered"
1036
- id="base-colorsComponentsMenuSummerStandard600"
1037
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: standard; variant: 600; ">
1038
- colorsComponentsMenuSummerStandard600
1039
- <a href="#base-colorsComponentsMenuSummerStandard600"
1040
- title="permalink"
1041
- class="permalink">
1042
- 🔗
1043
- </a>
1044
- </td>
1045
- <td class="is-vcentered">
1046
- <pre>#007e45ff</pre>
1047
- </td>
1048
- <td class="is-vcentered">
1049
- <div class="table__color-preview"
1050
- style="background-color: #007e45ff;">
1051
- </div>
1052
-
1053
- </td>
1054
- </tr>
1055
- <tr>
1056
- <td class="with-icons is-vcentered"
1057
- id="base-colorsComponentsMenuSummerStandard700"
1058
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: standard; variant: 700; ">
1059
- colorsComponentsMenuSummerStandard700
1060
- <a href="#base-colorsComponentsMenuSummerStandard700"
1061
- title="permalink"
1062
- class="permalink">
1063
- 🔗
1064
- </a>
1065
- </td>
1066
- <td class="is-vcentered">
1067
- <pre>#f2f5f6ff</pre>
1068
- </td>
1069
- <td class="is-vcentered">
1070
- <div class="table__color-preview"
1071
- style="background-color: #f2f5f6ff;">
1072
- </div>
1073
-
1074
- </td>
1075
- </tr>
1076
- <tr>
1077
- <td class="with-icons is-vcentered"
1078
- id="base-colorsComponentsMenuSummerParent500"
1079
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: parent; variant: 500; ">
1080
- colorsComponentsMenuSummerParent500
1081
- <a href="#base-colorsComponentsMenuSummerParent500"
1082
- title="permalink"
1083
- class="permalink">
1084
- 🔗
1085
- </a>
1086
- </td>
1087
- <td class="is-vcentered">
1088
- <pre>#ffffffff</pre>
1089
- </td>
1090
- <td class="is-vcentered">
1091
- <div class="table__color-preview"
1092
- style="background-color: #ffffffff;">
1093
- </div>
1094
-
1095
- </td>
1096
- </tr>
1097
- <tr>
1098
- <td class="with-icons is-vcentered"
1099
- id="base-colorsComponentsMenuSummerParent600"
1100
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: parent; variant: 600; ">
1101
- colorsComponentsMenuSummerParent600
1102
- <a href="#base-colorsComponentsMenuSummerParent600"
1103
- title="permalink"
1104
- class="permalink">
1105
- 🔗
1106
- </a>
1107
- </td>
1108
- <td class="is-vcentered">
1109
- <pre>#e6ebedff</pre>
1110
- </td>
1111
- <td class="is-vcentered">
1112
- <div class="table__color-preview"
1113
- style="background-color: #e6ebedff;">
1114
- </div>
1115
-
1116
- </td>
1117
- </tr>
1118
- <tr>
1119
- <td class="with-icons is-vcentered"
1120
- id="base-colorsComponentsMenuSummerParent700"
1121
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: parent; variant: 700; ">
1122
- colorsComponentsMenuSummerParent700
1123
- <a href="#base-colorsComponentsMenuSummerParent700"
1124
- title="permalink"
1125
- class="permalink">
1126
- 🔗
1127
- </a>
1128
- </td>
1129
- <td class="is-vcentered">
1130
- <pre>#f2f5f6ff</pre>
1131
- </td>
1132
- <td class="is-vcentered">
1133
- <div class="table__color-preview"
1134
- style="background-color: #f2f5f6ff;">
1135
- </div>
1136
-
1137
- </td>
1138
- </tr>
1139
- <tr>
1140
- <td class="with-icons is-vcentered"
1141
- id="base-colorsComponentsMenuSummerChild400"
1142
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: child; variant: 400; ">
1143
- colorsComponentsMenuSummerChild400
1144
- <a href="#base-colorsComponentsMenuSummerChild400"
1145
- title="permalink"
1146
- class="permalink">
1147
- 🔗
1148
- </a>
1149
- </td>
1150
- <td class="is-vcentered">
1151
- <pre>#b3c2c9ff</pre>
1152
- </td>
1153
- <td class="is-vcentered">
1154
- <div class="table__color-preview"
1155
- style="background-color: #b3c2c9ff;">
1156
- </div>
1157
-
1158
- </td>
1159
- </tr>
1160
- <tr>
1161
- <td class="with-icons is-vcentered"
1162
- id="base-colorsComponentsMenuSummerChild500"
1163
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: child; variant: 500; ">
1164
- colorsComponentsMenuSummerChild500
1165
- <a href="#base-colorsComponentsMenuSummerChild500"
1166
- title="permalink"
1167
- class="permalink">
1168
- 🔗
1169
- </a>
1170
- </td>
1171
- <td class="is-vcentered">
1172
- <pre>#e6ebedff</pre>
1173
- </td>
1174
- <td class="is-vcentered">
1175
- <div class="table__color-preview"
1176
- style="background-color: #e6ebedff;">
1177
- </div>
1178
-
1179
- </td>
1180
- </tr>
1181
- <tr>
1182
- <td class="with-icons is-vcentered"
1183
- id="base-colorsComponentsMenuSummerChild600"
1184
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: child; variant: 600; ">
1185
- colorsComponentsMenuSummerChild600
1186
- <a href="#base-colorsComponentsMenuSummerChild600"
1187
- title="permalink"
1188
- class="permalink">
1189
- 🔗
1190
- </a>
1191
- </td>
1192
- <td class="is-vcentered">
1193
- <pre>#007e45ff</pre>
1194
- </td>
1195
- <td class="is-vcentered">
1196
- <div class="table__color-preview"
1197
- style="background-color: #007e45ff;">
1198
- </div>
1199
-
1200
- </td>
1201
- </tr>
1202
- <tr>
1203
- <td class="with-icons is-vcentered"
1204
- id="base-colorsComponentsMenuSummerChildAlt500"
1205
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: childAlt; variant: 500; ">
1206
- colorsComponentsMenuSummerChildAlt500
1207
- <a href="#base-colorsComponentsMenuSummerChildAlt500"
1208
- title="permalink"
1209
- class="permalink">
1210
- 🔗
1211
- </a>
1212
- </td>
1213
- <td class="is-vcentered">
1214
- <pre>#ccd6dbff</pre>
1215
- </td>
1216
- <td class="is-vcentered">
1217
- <div class="table__color-preview"
1218
- style="background-color: #ccd6dbff;">
1219
- </div>
1220
-
1221
- </td>
1222
- </tr>
1223
- <tr>
1224
- <td class="with-icons is-vcentered"
1225
- id="base-colorsComponentsMenuSummerChildAlt600"
1226
- title="theme: base; category: colors; group: components; name: menu; subgroup: summer; element: childAlt; variant: 600; ">
1227
- colorsComponentsMenuSummerChildAlt600
1228
- <a href="#base-colorsComponentsMenuSummerChildAlt600"
1229
- title="permalink"
1230
- class="permalink">
1231
- 🔗
1232
- </a>
1233
- </td>
1234
- <td class="is-vcentered">
1235
- <pre>#007e45ff</pre>
1236
- </td>
1237
- <td class="is-vcentered">
1238
- <div class="table__color-preview"
1239
- style="background-color: #007e45ff;">
1240
- </div>
1241
-
1242
- </td>
1243
- </tr>
1244
- <tr>
1245
- <td class="with-icons is-vcentered"
1246
- id="base-colorsComponentsMenuAutumnStandard500"
1247
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: standard; variant: 500; ">
1248
- colorsComponentsMenuAutumnStandard500
1249
- <a href="#base-colorsComponentsMenuAutumnStandard500"
1250
- title="permalink"
1251
- class="permalink">
1252
- 🔗
1253
- </a>
1254
- </td>
1255
- <td class="is-vcentered">
1256
- <pre>#00324cff</pre>
1257
- </td>
1258
- <td class="is-vcentered">
1259
- <div class="table__color-preview"
1260
- style="background-color: #00324cff;">
1261
- </div>
1262
-
1263
- </td>
1264
- </tr>
1265
- <tr>
1266
- <td class="with-icons is-vcentered"
1267
- id="base-colorsComponentsMenuAutumnStandard600"
1268
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: standard; variant: 600; ">
1269
- colorsComponentsMenuAutumnStandard600
1270
- <a href="#base-colorsComponentsMenuAutumnStandard600"
1271
- title="permalink"
1272
- class="permalink">
1273
- 🔗
1274
- </a>
1275
- </td>
1276
- <td class="is-vcentered">
1277
- <pre>#007e45ff</pre>
1278
- </td>
1279
- <td class="is-vcentered">
1280
- <div class="table__color-preview"
1281
- style="background-color: #007e45ff;">
1282
- </div>
1283
-
1284
- </td>
1285
- </tr>
1286
- <tr>
1287
- <td class="with-icons is-vcentered"
1288
- id="base-colorsComponentsMenuAutumnStandard700"
1289
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: standard; variant: 700; ">
1290
- colorsComponentsMenuAutumnStandard700
1291
- <a href="#base-colorsComponentsMenuAutumnStandard700"
1292
- title="permalink"
1293
- class="permalink">
1294
- 🔗
1295
- </a>
1296
- </td>
1297
- <td class="is-vcentered">
1298
- <pre>#19475eff</pre>
1299
- </td>
1300
- <td class="is-vcentered">
1301
- <div class="table__color-preview"
1302
- style="background-color: #19475eff;">
1303
- </div>
1304
-
1305
- </td>
1306
- </tr>
1307
- <tr>
1308
- <td class="with-icons is-vcentered"
1309
- id="base-colorsComponentsMenuAutumnParent500"
1310
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: parent; variant: 500; ">
1311
- colorsComponentsMenuAutumnParent500
1312
- <a href="#base-colorsComponentsMenuAutumnParent500"
1313
- title="permalink"
1314
- class="permalink">
1315
- 🔗
1316
- </a>
1317
- </td>
1318
- <td class="is-vcentered">
1319
- <pre>#00324cff</pre>
1320
- </td>
1321
- <td class="is-vcentered">
1322
- <div class="table__color-preview"
1323
- style="background-color: #00324cff;">
1324
- </div>
1325
-
1326
- </td>
1327
- </tr>
1328
- <tr>
1329
- <td class="with-icons is-vcentered"
1330
- id="base-colorsComponentsMenuAutumnParent600"
1331
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: parent; variant: 600; ">
1332
- colorsComponentsMenuAutumnParent600
1333
- <a href="#base-colorsComponentsMenuAutumnParent600"
1334
- title="permalink"
1335
- class="permalink">
1336
- 🔗
1337
- </a>
1338
- </td>
1339
- <td class="is-vcentered">
1340
- <pre>#001926ff</pre>
1341
- </td>
1342
- <td class="is-vcentered">
1343
- <div class="table__color-preview"
1344
- style="background-color: #001926ff;">
1345
- </div>
1346
-
1347
- </td>
1348
- </tr>
1349
- <tr>
1350
- <td class="with-icons is-vcentered"
1351
- id="base-colorsComponentsMenuAutumnParent700"
1352
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: parent; variant: 700; ">
1353
- colorsComponentsMenuAutumnParent700
1354
- <a href="#base-colorsComponentsMenuAutumnParent700"
1355
- title="permalink"
1356
- class="permalink">
1357
- 🔗
1358
- </a>
1359
- </td>
1360
- <td class="is-vcentered">
1361
- <pre>#19475eff</pre>
1362
- </td>
1363
- <td class="is-vcentered">
1364
- <div class="table__color-preview"
1365
- style="background-color: #19475eff;">
1366
- </div>
1367
-
1368
- </td>
1369
- </tr>
1370
- <tr>
1371
- <td class="with-icons is-vcentered"
1372
- id="base-colorsComponentsMenuAutumnChild400"
1373
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: child; variant: 400; ">
1374
- colorsComponentsMenuAutumnChild400
1375
- <a href="#base-colorsComponentsMenuAutumnChild400"
1376
- title="permalink"
1377
- class="permalink">
1378
- 🔗
1379
- </a>
1380
- </td>
1381
- <td class="is-vcentered">
1382
- <pre>#19475eff</pre>
1383
- </td>
1384
- <td class="is-vcentered">
1385
- <div class="table__color-preview"
1386
- style="background-color: #19475eff;">
1387
- </div>
1388
-
1389
- </td>
1390
- </tr>
1391
- <tr>
1392
- <td class="with-icons is-vcentered"
1393
- id="base-colorsComponentsMenuAutumnChild500"
1394
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: child; variant: 500; ">
1395
- colorsComponentsMenuAutumnChild500
1396
- <a href="#base-colorsComponentsMenuAutumnChild500"
1397
- title="permalink"
1398
- class="permalink">
1399
- 🔗
1400
- </a>
1401
- </td>
1402
- <td class="is-vcentered">
1403
- <pre>#001926ff</pre>
1404
- </td>
1405
- <td class="is-vcentered">
1406
- <div class="table__color-preview"
1407
- style="background-color: #001926ff;">
1408
- </div>
1409
-
1410
- </td>
1411
- </tr>
1412
- <tr>
1413
- <td class="with-icons is-vcentered"
1414
- id="base-colorsComponentsMenuAutumnChild600"
1415
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: child; variant: 600; ">
1416
- colorsComponentsMenuAutumnChild600
1417
- <a href="#base-colorsComponentsMenuAutumnChild600"
1418
- title="permalink"
1419
- class="permalink">
1420
- 🔗
1421
- </a>
1422
- </td>
1423
- <td class="is-vcentered">
1424
- <pre>#007e45ff</pre>
1425
- </td>
1426
- <td class="is-vcentered">
1427
- <div class="table__color-preview"
1428
- style="background-color: #007e45ff;">
1429
- </div>
1430
-
1431
- </td>
1432
- </tr>
1433
- <tr>
1434
- <td class="with-icons is-vcentered"
1435
- id="base-colorsComponentsMenuAutumnChildAlt500"
1436
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: childAlt; variant: 500; ">
1437
- colorsComponentsMenuAutumnChildAlt500
1438
- <a href="#base-colorsComponentsMenuAutumnChildAlt500"
1439
- title="permalink"
1440
- class="permalink">
1441
- 🔗
1442
- </a>
1443
- </td>
1444
- <td class="is-vcentered">
1445
- <pre>#00324cff</pre>
1446
- </td>
1447
- <td class="is-vcentered">
1448
- <div class="table__color-preview"
1449
- style="background-color: #00324cff;">
1450
- </div>
1451
-
1452
- </td>
1453
- </tr>
1454
- <tr>
1455
- <td class="with-icons is-vcentered"
1456
- id="base-colorsComponentsMenuAutumnChildAlt600"
1457
- title="theme: base; category: colors; group: components; name: menu; subgroup: autumn; element: childAlt; variant: 600; ">
1458
- colorsComponentsMenuAutumnChildAlt600
1459
- <a href="#base-colorsComponentsMenuAutumnChildAlt600"
1460
- title="permalink"
1461
- class="permalink">
1462
- 🔗
1463
- </a>
1464
- </td>
1465
- <td class="is-vcentered">
1466
- <pre>#007e45ff</pre>
1467
- </td>
1468
- <td class="is-vcentered">
1469
- <div class="table__color-preview"
1470
- style="background-color: #007e45ff;">
1471
- </div>
1472
-
1473
- </td>
1474
- </tr>
1475
- <tr>
1476
- <td class="with-icons is-vcentered"
1477
- id="base-colorsComponentsMenuWinterStandard500"
1478
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: standard; variant: 500; ">
1479
- colorsComponentsMenuWinterStandard500
1480
- <a href="#base-colorsComponentsMenuWinterStandard500"
1481
- title="permalink"
1482
- class="permalink">
1483
- 🔗
1484
- </a>
1485
- </td>
1486
- <td class="is-vcentered">
1487
- <pre>#000000ff</pre>
1488
- </td>
1489
- <td class="is-vcentered">
1490
- <div class="table__color-preview"
1491
- style="background-color: #000000ff;">
1492
- </div>
1493
-
1494
- </td>
1495
- </tr>
1496
- <tr>
1497
- <td class="with-icons is-vcentered"
1498
- id="base-colorsComponentsMenuWinterStandard600"
1499
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: standard; variant: 600; ">
1500
- colorsComponentsMenuWinterStandard600
1501
- <a href="#base-colorsComponentsMenuWinterStandard600"
1502
- title="permalink"
1503
- class="permalink">
1504
- 🔗
1505
- </a>
1506
- </td>
1507
- <td class="is-vcentered">
1508
- <pre>#007e45ff</pre>
1509
- </td>
1510
- <td class="is-vcentered">
1511
- <div class="table__color-preview"
1512
- style="background-color: #007e45ff;">
1513
- </div>
1514
-
1515
- </td>
1516
- </tr>
1517
- <tr>
1518
- <td class="with-icons is-vcentered"
1519
- id="base-colorsComponentsMenuWinterStandard700"
1520
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: standard; variant: 700; ">
1521
- colorsComponentsMenuWinterStandard700
1522
- <a href="#base-colorsComponentsMenuWinterStandard700"
1523
- title="permalink"
1524
- class="permalink">
1525
- 🔗
1526
- </a>
1527
- </td>
1528
- <td class="is-vcentered">
1529
- <pre>#262626ff</pre>
1530
- </td>
1531
- <td class="is-vcentered">
1532
- <div class="table__color-preview"
1533
- style="background-color: #262626ff;">
1534
- </div>
1535
-
1536
- </td>
1537
- </tr>
1538
- <tr>
1539
- <td class="with-icons is-vcentered"
1540
- id="base-colorsComponentsMenuWinterParent500"
1541
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: parent; variant: 500; ">
1542
- colorsComponentsMenuWinterParent500
1543
- <a href="#base-colorsComponentsMenuWinterParent500"
1544
- title="permalink"
1545
- class="permalink">
1546
- 🔗
1547
- </a>
1548
- </td>
1549
- <td class="is-vcentered">
1550
- <pre>#000000ff</pre>
1551
- </td>
1552
- <td class="is-vcentered">
1553
- <div class="table__color-preview"
1554
- style="background-color: #000000ff;">
1555
- </div>
1556
-
1557
- </td>
1558
- </tr>
1559
- <tr>
1560
- <td class="with-icons is-vcentered"
1561
- id="base-colorsComponentsMenuWinterParent600"
1562
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: parent; variant: 600; ">
1563
- colorsComponentsMenuWinterParent600
1564
- <a href="#base-colorsComponentsMenuWinterParent600"
1565
- title="permalink"
1566
- class="permalink">
1567
- 🔗
1568
- </a>
1569
- </td>
1570
- <td class="is-vcentered">
1571
- <pre>#000000ff</pre>
1572
- </td>
1573
- <td class="is-vcentered">
1574
- <div class="table__color-preview"
1575
- style="background-color: #000000ff;">
1576
- </div>
1577
-
1578
- </td>
1579
- </tr>
1580
- <tr>
1581
- <td class="with-icons is-vcentered"
1582
- id="base-colorsComponentsMenuWinterParent700"
1583
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: parent; variant: 700; ">
1584
- colorsComponentsMenuWinterParent700
1585
- <a href="#base-colorsComponentsMenuWinterParent700"
1586
- title="permalink"
1587
- class="permalink">
1588
- 🔗
1589
- </a>
1590
- </td>
1591
- <td class="is-vcentered">
1592
- <pre>#262626ff</pre>
1593
- </td>
1594
- <td class="is-vcentered">
1595
- <div class="table__color-preview"
1596
- style="background-color: #262626ff;">
1597
- </div>
1598
-
1599
- </td>
1600
- </tr>
1601
- <tr>
1602
- <td class="with-icons is-vcentered"
1603
- id="base-colorsComponentsMenuWinterChild400"
1604
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: child; variant: 400; ">
1605
- colorsComponentsMenuWinterChild400
1606
- <a href="#base-colorsComponentsMenuWinterChild400"
1607
- title="permalink"
1608
- class="permalink">
1609
- 🔗
1610
- </a>
1611
- </td>
1612
- <td class="is-vcentered">
1613
- <pre>#262626ff</pre>
1614
- </td>
1615
- <td class="is-vcentered">
1616
- <div class="table__color-preview"
1617
- style="background-color: #262626ff;">
1618
- </div>
1619
-
1620
- </td>
1621
- </tr>
1622
- <tr>
1623
- <td class="with-icons is-vcentered"
1624
- id="base-colorsComponentsMenuWinterChild500"
1625
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: child; variant: 500; ">
1626
- colorsComponentsMenuWinterChild500
1627
- <a href="#base-colorsComponentsMenuWinterChild500"
1628
- title="permalink"
1629
- class="permalink">
1630
- 🔗
1631
- </a>
1632
- </td>
1633
- <td class="is-vcentered">
1634
- <pre>#000000ff</pre>
1635
- </td>
1636
- <td class="is-vcentered">
1637
- <div class="table__color-preview"
1638
- style="background-color: #000000ff;">
1639
- </div>
1640
-
1641
- </td>
1642
- </tr>
1643
- <tr>
1644
- <td class="with-icons is-vcentered"
1645
- id="base-colorsComponentsMenuWinterChild600"
1646
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: child; variant: 600; ">
1647
- colorsComponentsMenuWinterChild600
1648
- <a href="#base-colorsComponentsMenuWinterChild600"
1649
- title="permalink"
1650
- class="permalink">
1651
- 🔗
1652
- </a>
1653
- </td>
1654
- <td class="is-vcentered">
1655
- <pre>#007e45ff</pre>
1656
- </td>
1657
- <td class="is-vcentered">
1658
- <div class="table__color-preview"
1659
- style="background-color: #007e45ff;">
1660
- </div>
1661
-
1662
- </td>
1663
- </tr>
1664
- <tr>
1665
- <td class="with-icons is-vcentered"
1666
- id="base-colorsComponentsMenuWinterChildAlt500"
1667
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: childAlt; variant: 500; ">
1668
- colorsComponentsMenuWinterChildAlt500
1669
- <a href="#base-colorsComponentsMenuWinterChildAlt500"
1670
- title="permalink"
1671
- class="permalink">
1672
- 🔗
1673
- </a>
1674
- </td>
1675
- <td class="is-vcentered">
1676
- <pre>#1a1a1aff</pre>
1677
- </td>
1678
- <td class="is-vcentered">
1679
- <div class="table__color-preview"
1680
- style="background-color: #1a1a1aff;">
1681
- </div>
1682
-
1683
- </td>
1684
- </tr>
1685
- <tr>
1686
- <td class="with-icons is-vcentered"
1687
- id="base-colorsComponentsMenuWinterChildAlt600"
1688
- title="theme: base; category: colors; group: components; name: menu; subgroup: winter; element: childAlt; variant: 600; ">
1689
- colorsComponentsMenuWinterChildAlt600
1690
- <a href="#base-colorsComponentsMenuWinterChildAlt600"
1691
- title="permalink"
1692
- class="permalink">
1693
- 🔗
1694
- </a>
1695
- </td>
1696
- <td class="is-vcentered">
1697
- <pre>#007e45ff</pre>
1698
- </td>
1699
- <td class="is-vcentered">
1700
- <div class="table__color-preview"
1701
- style="background-color: #007e45ff;">
1702
- </div>
1703
-
1704
- </td>
1705
- </tr>
1706
- <tr>
1707
- <td class="with-icons is-vcentered"
1708
- id="base-colorsComponentsMenuYin100"
1709
- title="theme: base; category: colors; group: components; name: menu; subgroup: yin; variant: 100; ">
1710
- colorsComponentsMenuYin100
1711
- <a href="#base-colorsComponentsMenuYin100"
1712
- title="permalink"
1713
- class="permalink">
1714
- 🔗
1715
- </a>
1716
- </td>
1717
- <td class="is-vcentered">
1718
- <pre>#000000ff</pre>
1719
- </td>
1720
- <td class="is-vcentered">
1721
- <div class="table__color-preview"
1722
- style="background-color: #000000ff;">
1723
- </div>
1724
-
1725
- </td>
1726
- </tr>
1727
- <tr>
1728
- <td class="with-icons is-vcentered"
1729
- id="base-colorsComponentsMenuYin065"
1730
- title="theme: base; category: colors; group: components; name: menu; subgroup: yin; variant: 065; ">
1731
- colorsComponentsMenuYin065
1732
- <a href="#base-colorsComponentsMenuYin065"
1733
- title="permalink"
1734
- class="permalink">
1735
- 🔗
1736
- </a>
1737
- </td>
1738
- <td class="is-vcentered">
1739
- <pre>#000000a6</pre>
1740
- </td>
1741
- <td class="is-vcentered">
1742
- <div class="table__color-preview"
1743
- style="background-color: #000000a6;">
1744
- </div>
1745
-
1746
- </td>
1747
- </tr>
1748
- <tr>
1749
- <td class="with-icons is-vcentered"
1750
- id="base-colorsComponentsMenuYin090"
1751
- title="theme: base; category: colors; group: components; name: menu; subgroup: yin; variant: 090; ">
1752
- colorsComponentsMenuYin090
1753
- <a href="#base-colorsComponentsMenuYin090"
1754
- title="permalink"
1755
- class="permalink">
1756
- 🔗
1757
- </a>
1758
- </td>
1759
- <td class="is-vcentered">
1760
- <pre>#000000e6</pre>
1761
- </td>
1762
- <td class="is-vcentered">
1763
- <div class="table__color-preview"
1764
- style="background-color: #000000e6;">
1765
- </div>
1766
-
1767
- </td>
1768
- </tr>
1769
- <tr>
1770
- <td class="with-icons is-vcentered"
1771
- id="base-colorsComponentsMenuYang100"
1772
- title="theme: base; category: colors; group: components; name: menu; subgroup: yang; variant: 100; ">
1773
- colorsComponentsMenuYang100
1774
- <a href="#base-colorsComponentsMenuYang100"
1775
- title="permalink"
1776
- class="permalink">
1777
- 🔗
1778
- </a>
1779
- </td>
1780
- <td class="is-vcentered">
1781
- <pre>#ffffffff</pre>
1782
- </td>
1783
- <td class="is-vcentered">
1784
- <div class="table__color-preview"
1785
- style="background-color: #ffffffff;">
1786
- </div>
1787
-
1788
- </td>
1789
- </tr>
1790
- <tr>
1791
- <td class="with-icons is-vcentered"
1792
- id="base-colorsComponentsMenuYang080"
1793
- title="theme: base; category: colors; group: components; name: menu; subgroup: yang; variant: 080; ">
1794
- colorsComponentsMenuYang080
1795
- <a href="#base-colorsComponentsMenuYang080"
1796
- title="permalink"
1797
- class="permalink">
1798
- 🔗
1799
- </a>
1800
- </td>
1801
- <td class="is-vcentered">
1802
- <pre>#ffffffcc</pre>
1803
- </td>
1804
- <td class="is-vcentered">
1805
- <div class="table__color-preview"
1806
- style="background-color: #ffffffcc;">
1807
- </div>
1808
-
1809
- </td>
1810
- </tr>
1811
- <tr>
1812
- <td class="with-icons is-vcentered"
1813
- id="base-colorsUtilityMajor100"
1814
- title="theme: base; category: colors; group: utility; name: major; variant: 100; ">
1815
- colorsUtilityMajor100
1816
- <a href="#base-colorsUtilityMajor100"
1817
- title="permalink"
1818
- class="permalink">
1819
- 🔗
1820
- </a>
1821
- </td>
1822
- <td class="is-vcentered">
1823
- <pre>#ccd6dbff</pre>
1824
- </td>
1825
- <td class="is-vcentered">
1826
- <div class="table__color-preview"
1827
- style="background-color: #ccd6dbff;">
1828
- </div>
1829
-
1830
- </td>
1831
- </tr>
1832
- <tr>
1833
- <td class="with-icons is-vcentered"
1834
- id="base-colorsUtilityMajor150"
1835
- title="theme: base; category: colors; group: utility; name: major; variant: 150; ">
1836
- colorsUtilityMajor150
1837
- <a href="#base-colorsUtilityMajor150"
1838
- title="permalink"
1839
- class="permalink">
1840
- 🔗
1841
- </a>
1842
- </td>
1843
- <td class="is-vcentered">
1844
- <pre>#b3c2c9ff</pre>
1845
- </td>
1846
- <td class="is-vcentered">
1847
- <div class="table__color-preview"
1848
- style="background-color: #b3c2c9ff;">
1849
- </div>
1850
-
1851
- </td>
1852
- </tr>
1853
- <tr>
1854
- <td class="with-icons is-vcentered"
1855
- id="base-colorsUtilityMajor200"
1856
- title="theme: base; category: colors; group: utility; name: major; variant: 200; ">
1857
- colorsUtilityMajor200
1858
- <a href="#base-colorsUtilityMajor200"
1859
- title="permalink"
1860
- class="permalink">
1861
- 🔗
1862
- </a>
1863
- </td>
1864
- <td class="is-vcentered">
1865
- <pre>#99adb7ff</pre>
1866
- </td>
1867
- <td class="is-vcentered">
1868
- <div class="table__color-preview"
1869
- style="background-color: #99adb7ff;">
1870
- </div>
1871
-
1872
- </td>
1873
- </tr>
1874
- <tr>
1875
- <td class="with-icons is-vcentered"
1876
- id="base-colorsUtilityMajor300"
1877
- title="theme: base; category: colors; group: utility; name: major; variant: 300; ">
1878
- colorsUtilityMajor300
1879
- <a href="#base-colorsUtilityMajor300"
1880
- title="permalink"
1881
- class="permalink">
1882
- 🔗
1883
- </a>
1884
- </td>
1885
- <td class="is-vcentered">
1886
- <pre>#668494ff</pre>
1887
- </td>
1888
- <td class="is-vcentered">
1889
- <div class="table__color-preview"
1890
- style="background-color: #668494ff;">
1891
- </div>
1892
-
1893
- </td>
1894
- </tr>
1895
- <tr>
1896
- <td class="with-icons is-vcentered"
1897
- id="base-colorsUtilityMajor400"
1898
- title="theme: base; category: colors; group: utility; name: major; variant: 400; ">
1899
- colorsUtilityMajor400
1900
- <a href="#base-colorsUtilityMajor400"
1901
- title="permalink"
1902
- class="permalink">
1903
- 🔗
1904
- </a>
1905
- </td>
1906
- <td class="is-vcentered">
1907
- <pre>#335b70ff</pre>
1908
- </td>
1909
- <td class="is-vcentered">
1910
- <div class="table__color-preview"
1911
- style="background-color: #335b70ff;">
1912
- </div>
1913
-
1914
- </td>
1915
- </tr>
1916
- <tr>
1917
- <td class="with-icons is-vcentered"
1918
- id="base-colorsUtilityMajor500"
1919
- title="theme: base; category: colors; group: utility; name: major; variant: 500; ">
1920
- colorsUtilityMajor500
1921
- <a href="#base-colorsUtilityMajor500"
1922
- title="permalink"
1923
- class="permalink">
1924
- 🔗
1925
- </a>
1926
- </td>
1927
- <td class="is-vcentered">
1928
- <pre>#00324cff</pre>
1929
- </td>
1930
- <td class="is-vcentered">
1931
- <div class="table__color-preview"
1932
- style="background-color: #00324cff;">
1933
- </div>
1934
-
1935
- </td>
1936
- </tr>
1937
- <tr>
1938
- <td class="with-icons is-vcentered"
1939
- id="base-colorsUtilityMajor800"
1940
- title="theme: base; category: colors; group: utility; name: major; variant: 800; ">
1941
- colorsUtilityMajor800
1942
- <a href="#base-colorsUtilityMajor800"
1943
- title="permalink"
1944
- class="permalink">
1945
- 🔗
1946
- </a>
1947
- </td>
1948
- <td class="is-vcentered">
1949
- <pre>#00141eff</pre>
1950
- </td>
1951
- <td class="is-vcentered">
1952
- <div class="table__color-preview"
1953
- style="background-color: #00141eff;">
1954
- </div>
1955
-
1956
- </td>
1957
- </tr>
1958
- <tr>
1959
- <td class="with-icons is-vcentered"
1960
- id="base-colorsUtilityMajor025"
1961
- title="theme: base; category: colors; group: utility; name: major; variant: 025; ">
1962
- colorsUtilityMajor025
1963
- <a href="#base-colorsUtilityMajor025"
1964
- title="permalink"
1965
- class="permalink">
1966
- 🔗
1967
- </a>
1968
- </td>
1969
- <td class="is-vcentered">
1970
- <pre>#f2f5f6ff</pre>
1971
- </td>
1972
- <td class="is-vcentered">
1973
- <div class="table__color-preview"
1974
- style="background-color: #f2f5f6ff;">
1975
- </div>
1976
-
1977
- </td>
1978
- </tr>
1979
- <tr>
1980
- <td class="with-icons is-vcentered"
1981
- id="base-colorsUtilityMajor010"
1982
- title="theme: base; category: colors; group: utility; name: major; variant: 010; ">
1983
- colorsUtilityMajor010
1984
- <a href="#base-colorsUtilityMajor010"
1985
- title="permalink"
1986
- class="permalink">
1987
- 🔗
1988
- </a>
1989
- </td>
1990
- <td class="is-vcentered">
1991
- <pre>#fafbfbff</pre>
1992
- </td>
1993
- <td class="is-vcentered">
1994
- <div class="table__color-preview"
1995
- style="background-color: #fafbfbff;">
1996
- </div>
1997
-
1998
- </td>
1999
- </tr>
2000
- <tr>
2001
- <td class="with-icons is-vcentered"
2002
- id="base-colorsUtilityMajor040"
2003
- title="theme: base; category: colors; group: utility; name: major; variant: 040; ">
2004
- colorsUtilityMajor040
2005
- <a href="#base-colorsUtilityMajor040"
2006
- title="permalink"
2007
- class="permalink">
2008
- 🔗
2009
- </a>
2010
- </td>
2011
- <td class="is-vcentered">
2012
- <pre>#edf1f2ff</pre>
2013
- </td>
2014
- <td class="is-vcentered">
2015
- <div class="table__color-preview"
2016
- style="background-color: #edf1f2ff;">
2017
- </div>
2018
-
2019
- </td>
2020
- </tr>
2021
- <tr>
2022
- <td class="with-icons is-vcentered"
2023
- id="base-colorsUtilityMajor050"
2024
- title="theme: base; category: colors; group: utility; name: major; variant: 050; ">
2025
- colorsUtilityMajor050
2026
- <a href="#base-colorsUtilityMajor050"
2027
- title="permalink"
2028
- class="permalink">
2029
- 🔗
2030
- </a>
2031
- </td>
2032
- <td class="is-vcentered">
2033
- <pre>#e6ebedff</pre>
2034
- </td>
2035
- <td class="is-vcentered">
2036
- <div class="table__color-preview"
2037
- style="background-color: #e6ebedff;">
2038
- </div>
2039
-
2040
- </td>
2041
- </tr>
2042
- <tr>
2043
- <td class="with-icons is-vcentered"
2044
- id="base-colorsUtilityMajor075"
2045
- title="theme: base; category: colors; group: utility; name: major; variant: 075; ">
2046
- colorsUtilityMajor075
2047
- <a href="#base-colorsUtilityMajor075"
2048
- title="permalink"
2049
- class="permalink">
2050
- 🔗
2051
- </a>
2052
- </td>
2053
- <td class="is-vcentered">
2054
- <pre>#d9e0e4ff</pre>
2055
- </td>
2056
- <td class="is-vcentered">
2057
- <div class="table__color-preview"
2058
- style="background-color: #d9e0e4ff;">
2059
- </div>
2060
-
2061
- </td>
2062
- </tr>
2063
- <tr>
2064
- <td class="with-icons is-vcentered"
2065
- id="base-colorsUtilityMajorTransparent"
2066
- title="theme: base; category: colors; group: utility; name: major; variant: transparent; ">
2067
- colorsUtilityMajorTransparent
2068
- <a href="#base-colorsUtilityMajorTransparent"
2069
- title="permalink"
2070
- class="permalink">
2071
- 🔗
2072
- </a>
2073
- </td>
2074
- <td class="is-vcentered">
2075
- <pre>#00000000</pre>
2076
- </td>
2077
- <td class="is-vcentered">
2078
- <div class="table__color-preview"
2079
- style="background-color: #00000000;">
2080
- </div>
2081
-
2082
- </td>
2083
- </tr>
2084
- <tr>
2085
- <td class="with-icons is-vcentered"
2086
- id="base-colorsUtilityYin030"
2087
- title="theme: base; category: colors; group: utility; name: yin; variant: 030; ">
2088
- colorsUtilityYin030
2089
- <a href="#base-colorsUtilityYin030"
2090
- title="permalink"
2091
- class="permalink">
2092
- 🔗
2093
- </a>
2094
- </td>
2095
- <td class="is-vcentered">
2096
- <pre>#0000004d</pre>
2097
- </td>
2098
- <td class="is-vcentered">
2099
- <div class="table__color-preview"
2100
- style="background-color: #0000004d;">
2101
- </div>
2102
-
2103
- </td>
2104
- </tr>
2105
- <tr>
2106
- <td class="with-icons is-vcentered"
2107
- id="base-colorsUtilityYin055"
2108
- title="theme: base; category: colors; group: utility; name: yin; variant: 055; ">
2109
- colorsUtilityYin055
2110
- <a href="#base-colorsUtilityYin055"
2111
- title="permalink"
2112
- class="permalink">
2113
- 🔗
2114
- </a>
2115
- </td>
2116
- <td class="is-vcentered">
2117
- <pre>#0000008c</pre>
2118
- </td>
2119
- <td class="is-vcentered">
2120
- <div class="table__color-preview"
2121
- style="background-color: #0000008c;">
2122
- </div>
2123
-
2124
- </td>
2125
- </tr>
2126
- <tr>
2127
- <td class="with-icons is-vcentered"
2128
- id="base-colorsUtilityYin065"
2129
- title="theme: base; category: colors; group: utility; name: yin; variant: 065; ">
2130
- colorsUtilityYin065
2131
- <a href="#base-colorsUtilityYin065"
2132
- title="permalink"
2133
- class="permalink">
2134
- 🔗
2135
- </a>
2136
- </td>
2137
- <td class="is-vcentered">
2138
- <pre>#000000a6</pre>
2139
- </td>
2140
- <td class="is-vcentered">
2141
- <div class="table__color-preview"
2142
- style="background-color: #000000a6;">
2143
- </div>
2144
-
2145
- </td>
2146
- </tr>
2147
- <tr>
2148
- <td class="with-icons is-vcentered"
2149
- id="base-colorsUtilityYin090"
2150
- title="theme: base; category: colors; group: utility; name: yin; variant: 090; ">
2151
- colorsUtilityYin090
2152
- <a href="#base-colorsUtilityYin090"
2153
- title="permalink"
2154
- class="permalink">
2155
- 🔗
2156
- </a>
2157
- </td>
2158
- <td class="is-vcentered">
2159
- <pre>#000000e6</pre>
2160
- </td>
2161
- <td class="is-vcentered">
2162
- <div class="table__color-preview"
2163
- style="background-color: #000000e6;">
2164
- </div>
2165
-
2166
- </td>
2167
- </tr>
2168
- <tr>
2169
- <td class="with-icons is-vcentered"
2170
- id="base-colorsUtilityYang100"
2171
- title="theme: base; category: colors; group: utility; name: yang; variant: 100; ">
2172
- colorsUtilityYang100
2173
- <a href="#base-colorsUtilityYang100"
2174
- title="permalink"
2175
- class="permalink">
2176
- 🔗
2177
- </a>
2178
- </td>
2179
- <td class="is-vcentered">
2180
- <pre>#ffffffff</pre>
2181
- </td>
2182
- <td class="is-vcentered">
2183
- <div class="table__color-preview"
2184
- style="background-color: #ffffffff;">
2185
- </div>
2186
-
2187
- </td>
2188
- </tr>
2189
- <tr>
2190
- <td class="with-icons is-vcentered"
2191
- id="base-colorsUtilityDisabled400"
2192
- title="theme: base; category: colors; group: utility; name: disabled; variant: 400; ">
2193
- colorsUtilityDisabled400
2194
- <a href="#base-colorsUtilityDisabled400"
2195
- title="permalink"
2196
- class="permalink">
2197
- 🔗
2198
- </a>
2199
- </td>
2200
- <td class="is-vcentered">
2201
- <pre>#f2f5f6ff</pre>
2202
- </td>
2203
- <td class="is-vcentered">
2204
- <div class="table__color-preview"
2205
- style="background-color: #f2f5f6ff;">
2206
- </div>
2207
-
2208
- </td>
2209
- </tr>
2210
- <tr>
2211
- <td class="with-icons is-vcentered"
2212
- id="base-colorsUtilityDisabled500"
2213
- title="theme: base; category: colors; group: utility; name: disabled; variant: 500; ">
2214
- colorsUtilityDisabled500
2215
- <a href="#base-colorsUtilityDisabled500"
2216
- title="permalink"
2217
- class="permalink">
2218
- 🔗
2219
- </a>
2220
- </td>
2221
- <td class="is-vcentered">
2222
- <pre>#e6ebedff</pre>
2223
- </td>
2224
- <td class="is-vcentered">
2225
- <div class="table__color-preview"
2226
- style="background-color: #e6ebedff;">
2227
- </div>
2228
-
2229
- </td>
2230
- </tr>
2231
- <tr>
2232
- <td class="with-icons is-vcentered"
2233
- id="base-colorsUtilityDisabled600"
2234
- title="theme: base; category: colors; group: utility; name: disabled; variant: 600; ">
2235
- colorsUtilityDisabled600
2236
- <a href="#base-colorsUtilityDisabled600"
2237
- title="permalink"
2238
- class="permalink">
2239
- 🔗
2240
- </a>
2241
- </td>
2242
- <td class="is-vcentered">
2243
- <pre>#ccd6dbff</pre>
2244
- </td>
2245
- <td class="is-vcentered">
2246
- <div class="table__color-preview"
2247
- style="background-color: #ccd6dbff;">
2248
- </div>
2249
-
2250
- </td>
2251
- </tr>
2252
- <tr>
2253
- <td class="with-icons is-vcentered"
2254
- id="base-colorsUtilityReadOnly400"
2255
- title="theme: base; category: colors; group: utility; name: readOnly; variant: 400; ">
2256
- colorsUtilityReadOnly400
2257
- <a href="#base-colorsUtilityReadOnly400"
2258
- title="permalink"
2259
- class="permalink">
2260
- 🔗
2261
- </a>
2262
- </td>
2263
- <td class="is-vcentered">
2264
- <pre>#f2f5f6ff</pre>
2265
- </td>
2266
- <td class="is-vcentered">
2267
- <div class="table__color-preview"
2268
- style="background-color: #f2f5f6ff;">
2269
- </div>
2270
-
2271
- </td>
2272
- </tr>
2273
- <tr>
2274
- <td class="with-icons is-vcentered"
2275
- id="base-colorsUtilityReadOnly500"
2276
- title="theme: base; category: colors; group: utility; name: readOnly; variant: 500; ">
2277
- colorsUtilityReadOnly500
2278
- <a href="#base-colorsUtilityReadOnly500"
2279
- title="permalink"
2280
- class="permalink">
2281
- 🔗
2282
- </a>
2283
- </td>
2284
- <td class="is-vcentered">
2285
- <pre>#e6ebedff</pre>
2286
- </td>
2287
- <td class="is-vcentered">
2288
- <div class="table__color-preview"
2289
- style="background-color: #e6ebedff;">
2290
- </div>
2291
-
2292
- </td>
2293
- </tr>
2294
- <tr>
2295
- <td class="with-icons is-vcentered"
2296
- id="base-colorsUtilityReadOnly600"
2297
- title="theme: base; category: colors; group: utility; name: readOnly; variant: 600; ">
2298
- colorsUtilityReadOnly600
2299
- <a href="#base-colorsUtilityReadOnly600"
2300
- title="permalink"
2301
- class="permalink">
2302
- 🔗
2303
- </a>
2304
- </td>
2305
- <td class="is-vcentered">
2306
- <pre>#ccd6dbff</pre>
2307
- </td>
2308
- <td class="is-vcentered">
2309
- <div class="table__color-preview"
2310
- style="background-color: #ccd6dbff;">
2311
- </div>
2312
-
2313
- </td>
2314
- </tr>
2315
- <tr>
2316
- <td class="with-icons is-vcentered"
2317
- id="base-colorsActionMajor150"
2318
- title="theme: base; category: colors; group: action; name: major; variant: 150; ">
2319
- colorsActionMajor150
2320
- <a href="#base-colorsActionMajor150"
2321
- title="permalink"
2322
- class="permalink">
2323
- 🔗
2324
- </a>
2325
- </td>
2326
- <td class="is-vcentered">
2327
- <pre>#b3d9c8ff</pre>
2328
- </td>
2329
- <td class="is-vcentered">
2330
- <div class="table__color-preview"
2331
- style="background-color: #b3d9c8ff;">
2332
- </div>
2333
-
2334
- </td>
2335
- </tr>
2336
- <tr>
2337
- <td class="with-icons is-vcentered"
2338
- id="base-colorsActionMajor350"
2339
- title="theme: base; category: colors; group: action; name: major; variant: 350; ">
2340
- colorsActionMajor350
2341
- <a href="#base-colorsActionMajor350"
2342
- title="permalink"
2343
- class="permalink">
2344
- 🔗
2345
- </a>
2346
- </td>
2347
- <td class="is-vcentered">
2348
- <pre>#4da77eff</pre>
2349
- </td>
2350
- <td class="is-vcentered">
2351
- <div class="table__color-preview"
2352
- style="background-color: #4da77eff;">
2353
- </div>
2354
-
2355
- </td>
2356
- </tr>
2357
- <tr>
2358
- <td class="with-icons is-vcentered"
2359
- id="base-colorsActionMajor450"
2360
- title="theme: base; category: colors; group: action; name: major; variant: 450; ">
2361
- colorsActionMajor450
2362
- <a href="#base-colorsActionMajor450"
2363
- title="permalink"
2364
- class="permalink">
2365
- 🔗
2366
- </a>
2367
- </td>
2368
- <td class="is-vcentered">
2369
- <pre>#198e59ff</pre>
2370
- </td>
2371
- <td class="is-vcentered">
2372
- <div class="table__color-preview"
2373
- style="background-color: #198e59ff;">
2374
- </div>
2375
-
2376
- </td>
2377
- </tr>
2378
- <tr>
2379
- <td class="with-icons is-vcentered"
2380
- id="base-colorsActionMajor500"
2381
- title="theme: base; category: colors; group: action; name: major; variant: 500; ">
2382
- colorsActionMajor500
2383
- <a href="#base-colorsActionMajor500"
2384
- title="permalink"
2385
- class="permalink">
2386
- 🔗
2387
- </a>
2388
- </td>
2389
- <td class="is-vcentered">
2390
- <pre>#007e45ff</pre>
2391
- </td>
2392
- <td class="is-vcentered">
2393
- <div class="table__color-preview"
2394
- style="background-color: #007e45ff;">
2395
- </div>
2396
-
2397
- </td>
2398
- </tr>
2399
- <tr>
2400
- <td class="with-icons is-vcentered"
2401
- id="base-colorsActionMajor600"
2402
- title="theme: base; category: colors; group: action; name: major; variant: 600; ">
2403
- colorsActionMajor600
2404
- <a href="#base-colorsActionMajor600"
2405
- title="permalink"
2406
- class="permalink">
2407
- 🔗
2408
- </a>
2409
- </td>
2410
- <td class="is-vcentered">
2411
- <pre>#006738ff</pre>
2412
- </td>
2413
- <td class="is-vcentered">
2414
- <div class="table__color-preview"
2415
- style="background-color: #006738ff;">
2416
- </div>
2417
-
2418
- </td>
2419
- </tr>
2420
- <tr>
2421
- <td class="with-icons is-vcentered"
2422
- id="base-colorsActionMajor700"
2423
- title="theme: base; category: colors; group: action; name: major; variant: 700; ">
2424
- colorsActionMajor700
2425
- <a href="#base-colorsActionMajor700"
2426
- title="permalink"
2427
- class="permalink">
2428
- 🔗
2429
- </a>
2430
- </td>
2431
- <td class="is-vcentered">
2432
- <pre>#004d2aff</pre>
2433
- </td>
2434
- <td class="is-vcentered">
2435
- <div class="table__color-preview"
2436
- style="background-color: #004d2aff;">
2437
- </div>
2438
-
2439
- </td>
2440
- </tr>
2441
- <tr>
2442
- <td class="with-icons is-vcentered"
2443
- id="base-colorsActionMajor025"
2444
- title="theme: base; category: colors; group: action; name: major; variant: 025; ">
2445
- colorsActionMajor025
2446
- <a href="#base-colorsActionMajor025"
2447
- title="permalink"
2448
- class="permalink">
2449
- 🔗
2450
- </a>
2451
- </td>
2452
- <td class="is-vcentered">
2453
- <pre>#f2f9f6ff</pre>
2454
- </td>
2455
- <td class="is-vcentered">
2456
- <div class="table__color-preview"
2457
- style="background-color: #f2f9f6ff;">
2458
- </div>
2459
-
2460
- </td>
2461
- </tr>
2462
- <tr>
2463
- <td class="with-icons is-vcentered"
2464
- id="base-colorsActionMajorTransparent"
2465
- title="theme: base; category: colors; group: action; name: major; variant: transparent; ">
2466
- colorsActionMajorTransparent
2467
- <a href="#base-colorsActionMajorTransparent"
2468
- title="permalink"
2469
- class="permalink">
2470
- 🔗
2471
- </a>
2472
- </td>
2473
- <td class="is-vcentered">
2474
- <pre>#00000000</pre>
2475
- </td>
2476
- <td class="is-vcentered">
2477
- <div class="table__color-preview"
2478
- style="background-color: #00000000;">
2479
- </div>
2480
-
2481
- </td>
2482
- </tr>
2483
- <tr>
2484
- <td class="with-icons is-vcentered"
2485
- id="base-colorsActionMajorYin030"
2486
- title="theme: base; category: colors; group: action; name: major; subgroup: yin; variant: 030; ">
2487
- colorsActionMajorYin030
2488
- <a href="#base-colorsActionMajorYin030"
2489
- title="permalink"
2490
- class="permalink">
2491
- 🔗
2492
- </a>
2493
- </td>
2494
- <td class="is-vcentered">
2495
- <pre>#0000004d</pre>
2496
- </td>
2497
- <td class="is-vcentered">
2498
- <div class="table__color-preview"
2499
- style="background-color: #0000004d;">
2500
- </div>
2501
-
2502
- </td>
2503
- </tr>
2504
- <tr>
2505
- <td class="with-icons is-vcentered"
2506
- id="base-colorsActionMajorYin055"
2507
- title="theme: base; category: colors; group: action; name: major; subgroup: yin; variant: 055; ">
2508
- colorsActionMajorYin055
2509
- <a href="#base-colorsActionMajorYin055"
2510
- title="permalink"
2511
- class="permalink">
2512
- 🔗
2513
- </a>
2514
- </td>
2515
- <td class="is-vcentered">
2516
- <pre>#0000008c</pre>
2517
- </td>
2518
- <td class="is-vcentered">
2519
- <div class="table__color-preview"
2520
- style="background-color: #0000008c;">
2521
- </div>
2522
-
2523
- </td>
2524
- </tr>
2525
- <tr>
2526
- <td class="with-icons is-vcentered"
2527
- id="base-colorsActionMajorYin065"
2528
- title="theme: base; category: colors; group: action; name: major; subgroup: yin; variant: 065; ">
2529
- colorsActionMajorYin065
2530
- <a href="#base-colorsActionMajorYin065"
2531
- title="permalink"
2532
- class="permalink">
2533
- 🔗
2534
- </a>
2535
- </td>
2536
- <td class="is-vcentered">
2537
- <pre>#000000a6</pre>
2538
- </td>
2539
- <td class="is-vcentered">
2540
- <div class="table__color-preview"
2541
- style="background-color: #000000a6;">
2542
- </div>
2543
-
2544
- </td>
2545
- </tr>
2546
- <tr>
2547
- <td class="with-icons is-vcentered"
2548
- id="base-colorsActionMajorYin090"
2549
- title="theme: base; category: colors; group: action; name: major; subgroup: yin; variant: 090; ">
2550
- colorsActionMajorYin090
2551
- <a href="#base-colorsActionMajorYin090"
2552
- title="permalink"
2553
- class="permalink">
2554
- 🔗
2555
- </a>
2556
- </td>
2557
- <td class="is-vcentered">
2558
- <pre>#000000e6</pre>
2559
- </td>
2560
- <td class="is-vcentered">
2561
- <div class="table__color-preview"
2562
- style="background-color: #000000e6;">
2563
- </div>
2564
-
2565
- </td>
2566
- </tr>
2567
- <tr>
2568
- <td class="with-icons is-vcentered"
2569
- id="base-colorsActionMajorYang100"
2570
- title="theme: base; category: colors; group: action; name: major; subgroup: yang; variant: 100; ">
2571
- colorsActionMajorYang100
2572
- <a href="#base-colorsActionMajorYang100"
2573
- title="permalink"
2574
- class="permalink">
2575
- 🔗
2576
- </a>
2577
- </td>
2578
- <td class="is-vcentered">
2579
- <pre>#ffffffff</pre>
2580
- </td>
2581
- <td class="is-vcentered">
2582
- <div class="table__color-preview"
2583
- style="background-color: #ffffffff;">
2584
- </div>
2585
-
2586
- </td>
2587
- </tr>
2588
- <tr>
2589
- <td class="with-icons is-vcentered"
2590
- id="base-colorsActionMajorYang030"
2591
- title="theme: base; category: colors; group: action; name: major; subgroup: yang; variant: 030; ">
2592
- colorsActionMajorYang030
2593
- <a href="#base-colorsActionMajorYang030"
2594
- title="permalink"
2595
- class="permalink">
2596
- 🔗
2597
- </a>
2598
- </td>
2599
- <td class="is-vcentered">
2600
- <pre>#ffffff4d</pre>
2601
- </td>
2602
- <td class="is-vcentered">
2603
- <div class="table__color-preview"
2604
- style="background-color: #ffffff4d;">
2605
- </div>
2606
-
2607
- </td>
2608
- </tr>
2609
- <tr>
2610
- <td class="with-icons is-vcentered"
2611
- id="base-colorsActionMinor100"
2612
- title="theme: base; category: colors; group: action; name: minor; variant: 100; ">
2613
- colorsActionMinor100
2614
- <a href="#base-colorsActionMinor100"
2615
- title="permalink"
2616
- class="permalink">
2617
- 🔗
2618
- </a>
2619
- </td>
2620
- <td class="is-vcentered">
2621
- <pre>#e6ebedff</pre>
2622
- </td>
2623
- <td class="is-vcentered">
2624
- <div class="table__color-preview"
2625
- style="background-color: #e6ebedff;">
2626
- </div>
2627
-
2628
- </td>
2629
- </tr>
2630
- <tr>
2631
- <td class="with-icons is-vcentered"
2632
- id="base-colorsActionMinor150"
2633
- title="theme: base; category: colors; group: action; name: minor; variant: 150; ">
2634
- colorsActionMinor150
2635
- <a href="#base-colorsActionMinor150"
2636
- title="permalink"
2637
- class="permalink">
2638
- 🔗
2639
- </a>
2640
- </td>
2641
- <td class="is-vcentered">
2642
- <pre>#d9e0e4ff</pre>
2643
- </td>
2644
- <td class="is-vcentered">
2645
- <div class="table__color-preview"
2646
- style="background-color: #d9e0e4ff;">
2647
- </div>
2648
-
2649
- </td>
2650
- </tr>
2651
- <tr>
2652
- <td class="with-icons is-vcentered"
2653
- id="base-colorsActionMinor200"
2654
- title="theme: base; category: colors; group: action; name: minor; variant: 200; ">
2655
- colorsActionMinor200
2656
- <a href="#base-colorsActionMinor200"
2657
- title="permalink"
2658
- class="permalink">
2659
- 🔗
2660
- </a>
2661
- </td>
2662
- <td class="is-vcentered">
2663
- <pre>#ccd6dbff</pre>
2664
- </td>
2665
- <td class="is-vcentered">
2666
- <div class="table__color-preview"
2667
- style="background-color: #ccd6dbff;">
2668
- </div>
2669
-
2670
- </td>
2671
- </tr>
2672
- <tr>
2673
- <td class="with-icons is-vcentered"
2674
- id="base-colorsActionMinor250"
2675
- title="theme: base; category: colors; group: action; name: minor; variant: 250; ">
2676
- colorsActionMinor250
2677
- <a href="#base-colorsActionMinor250"
2678
- title="permalink"
2679
- class="permalink">
2680
- 🔗
2681
- </a>
2682
- </td>
2683
- <td class="is-vcentered">
2684
- <pre>#b3c2c9ff</pre>
2685
- </td>
2686
- <td class="is-vcentered">
2687
- <div class="table__color-preview"
2688
- style="background-color: #b3c2c9ff;">
2689
- </div>
2690
-
2691
- </td>
2692
- </tr>
2693
- <tr>
2694
- <td class="with-icons is-vcentered"
2695
- id="base-colorsActionMinor300"
2696
- title="theme: base; category: colors; group: action; name: minor; variant: 300; ">
2697
- colorsActionMinor300
2698
- <a href="#base-colorsActionMinor300"
2699
- title="permalink"
2700
- class="permalink">
2701
- 🔗
2702
- </a>
2703
- </td>
2704
- <td class="is-vcentered">
2705
- <pre>#99adb7ff</pre>
2706
- </td>
2707
- <td class="is-vcentered">
2708
- <div class="table__color-preview"
2709
- style="background-color: #99adb7ff;">
2710
- </div>
2711
-
2712
- </td>
2713
- </tr>
2714
- <tr>
2715
- <td class="with-icons is-vcentered"
2716
- id="base-colorsActionMinor400"
2717
- title="theme: base; category: colors; group: action; name: minor; variant: 400; ">
2718
- colorsActionMinor400
2719
- <a href="#base-colorsActionMinor400"
2720
- title="permalink"
2721
- class="permalink">
2722
- 🔗
2723
- </a>
2724
- </td>
2725
- <td class="is-vcentered">
2726
- <pre>#668494ff</pre>
2727
- </td>
2728
- <td class="is-vcentered">
2729
- <div class="table__color-preview"
2730
- style="background-color: #668494ff;">
2731
- </div>
2732
-
2733
- </td>
2734
- </tr>
2735
- <tr>
2736
- <td class="with-icons is-vcentered"
2737
- id="base-colorsActionMinor500"
2738
- title="theme: base; category: colors; group: action; name: minor; variant: 500; ">
2739
- colorsActionMinor500
2740
- <a href="#base-colorsActionMinor500"
2741
- title="permalink"
2742
- class="permalink">
2743
- 🔗
2744
- </a>
2745
- </td>
2746
- <td class="is-vcentered">
2747
- <pre>#335b70ff</pre>
2748
- </td>
2749
- <td class="is-vcentered">
2750
- <div class="table__color-preview"
2751
- style="background-color: #335b70ff;">
2752
- </div>
2753
-
2754
- </td>
2755
- </tr>
2756
- <tr>
2757
- <td class="with-icons is-vcentered"
2758
- id="base-colorsActionMinor550"
2759
- title="theme: base; category: colors; group: action; name: minor; variant: 550; ">
2760
- colorsActionMinor550
2761
- <a href="#base-colorsActionMinor550"
2762
- title="permalink"
2763
- class="permalink">
2764
- 🔗
2765
- </a>
2766
- </td>
2767
- <td class="is-vcentered">
2768
- <pre>#19475eff</pre>
2769
- </td>
2770
- <td class="is-vcentered">
2771
- <div class="table__color-preview"
2772
- style="background-color: #19475eff;">
2773
- </div>
2774
-
2775
- </td>
2776
- </tr>
2777
- <tr>
2778
- <td class="with-icons is-vcentered"
2779
- id="base-colorsActionMinor600"
2780
- title="theme: base; category: colors; group: action; name: minor; variant: 600; ">
2781
- colorsActionMinor600
2782
- <a href="#base-colorsActionMinor600"
2783
- title="permalink"
2784
- class="permalink">
2785
- 🔗
2786
- </a>
2787
- </td>
2788
- <td class="is-vcentered">
2789
- <pre>#00324cff</pre>
2790
- </td>
2791
- <td class="is-vcentered">
2792
- <div class="table__color-preview"
2793
- style="background-color: #00324cff;">
2794
- </div>
2795
-
2796
- </td>
2797
- </tr>
2798
- <tr>
2799
- <td class="with-icons is-vcentered"
2800
- id="base-colorsActionMinor850"
2801
- title="theme: base; category: colors; group: action; name: minor; variant: 850; ">
2802
- colorsActionMinor850
2803
- <a href="#base-colorsActionMinor850"
2804
- title="permalink"
2805
- class="permalink">
2806
- 🔗
2807
- </a>
2808
- </td>
2809
- <td class="is-vcentered">
2810
- <pre>#001926ff</pre>
2811
- </td>
2812
- <td class="is-vcentered">
2813
- <div class="table__color-preview"
2814
- style="background-color: #001926ff;">
2815
- </div>
2816
-
2817
- </td>
2818
- </tr>
2819
- <tr>
2820
- <td class="with-icons is-vcentered"
2821
- id="base-colorsActionMinor900"
2822
- title="theme: base; category: colors; group: action; name: minor; variant: 900; ">
2823
- colorsActionMinor900
2824
- <a href="#base-colorsActionMinor900"
2825
- title="permalink"
2826
- class="permalink">
2827
- 🔗
2828
- </a>
2829
- </td>
2830
- <td class="is-vcentered">
2831
- <pre>#00141eff</pre>
2832
- </td>
2833
- <td class="is-vcentered">
2834
- <div class="table__color-preview"
2835
- style="background-color: #00141eff;">
2836
- </div>
2837
-
2838
- </td>
2839
- </tr>
2840
- <tr>
2841
- <td class="with-icons is-vcentered"
2842
- id="base-colorsActionMinor025"
2843
- title="theme: base; category: colors; group: action; name: minor; variant: 025; ">
2844
- colorsActionMinor025
2845
- <a href="#base-colorsActionMinor025"
2846
- title="permalink"
2847
- class="permalink">
2848
- 🔗
2849
- </a>
2850
- </td>
2851
- <td class="is-vcentered">
2852
- <pre>#fafbfbff</pre>
2853
- </td>
2854
- <td class="is-vcentered">
2855
- <div class="table__color-preview"
2856
- style="background-color: #fafbfbff;">
2857
- </div>
2858
-
2859
- </td>
2860
- </tr>
2861
- <tr>
2862
- <td class="with-icons is-vcentered"
2863
- id="base-colorsActionMinor050"
2864
- title="theme: base; category: colors; group: action; name: minor; variant: 050; ">
2865
- colorsActionMinor050
2866
- <a href="#base-colorsActionMinor050"
2867
- title="permalink"
2868
- class="permalink">
2869
- 🔗
2870
- </a>
2871
- </td>
2872
- <td class="is-vcentered">
2873
- <pre>#f2f5f6ff</pre>
2874
- </td>
2875
- <td class="is-vcentered">
2876
- <div class="table__color-preview"
2877
- style="background-color: #f2f5f6ff;">
2878
- </div>
2879
-
2880
- </td>
2881
- </tr>
2882
- <tr>
2883
- <td class="with-icons is-vcentered"
2884
- id="base-colorsActionMinorTransparent"
2885
- title="theme: base; category: colors; group: action; name: minor; variant: transparent; ">
2886
- colorsActionMinorTransparent
2887
- <a href="#base-colorsActionMinorTransparent"
2888
- title="permalink"
2889
- class="permalink">
2890
- 🔗
2891
- </a>
2892
- </td>
2893
- <td class="is-vcentered">
2894
- <pre>#00000000</pre>
2895
- </td>
2896
- <td class="is-vcentered">
2897
- <div class="table__color-preview"
2898
- style="background-color: #00000000;">
2899
- </div>
2900
-
2901
- </td>
2902
- </tr>
2903
- <tr>
2904
- <td class="with-icons is-vcentered"
2905
- id="base-colorsActionMinorYin030"
2906
- title="theme: base; category: colors; group: action; name: minor; subgroup: yin; variant: 030; ">
2907
- colorsActionMinorYin030
2908
- <a href="#base-colorsActionMinorYin030"
2909
- title="permalink"
2910
- class="permalink">
2911
- 🔗
2912
- </a>
2913
- </td>
2914
- <td class="is-vcentered">
2915
- <pre>#0000004d</pre>
2916
- </td>
2917
- <td class="is-vcentered">
2918
- <div class="table__color-preview"
2919
- style="background-color: #0000004d;">
2920
- </div>
2921
-
2922
- </td>
2923
- </tr>
2924
- <tr>
2925
- <td class="with-icons is-vcentered"
2926
- id="base-colorsActionMinorYin055"
2927
- title="theme: base; category: colors; group: action; name: minor; subgroup: yin; variant: 055; ">
2928
- colorsActionMinorYin055
2929
- <a href="#base-colorsActionMinorYin055"
2930
- title="permalink"
2931
- class="permalink">
2932
- 🔗
2933
- </a>
2934
- </td>
2935
- <td class="is-vcentered">
2936
- <pre>#0000008c</pre>
2937
- </td>
2938
- <td class="is-vcentered">
2939
- <div class="table__color-preview"
2940
- style="background-color: #0000008c;">
2941
- </div>
2942
-
2943
- </td>
2944
- </tr>
2945
- <tr>
2946
- <td class="with-icons is-vcentered"
2947
- id="base-colorsActionMinorYin065"
2948
- title="theme: base; category: colors; group: action; name: minor; subgroup: yin; variant: 065; ">
2949
- colorsActionMinorYin065
2950
- <a href="#base-colorsActionMinorYin065"
2951
- title="permalink"
2952
- class="permalink">
2953
- 🔗
2954
- </a>
2955
- </td>
2956
- <td class="is-vcentered">
2957
- <pre>#000000a6</pre>
2958
- </td>
2959
- <td class="is-vcentered">
2960
- <div class="table__color-preview"
2961
- style="background-color: #000000a6;">
2962
- </div>
2963
-
2964
- </td>
2965
- </tr>
2966
- <tr>
2967
- <td class="with-icons is-vcentered"
2968
- id="base-colorsActionMinorYin090"
2969
- title="theme: base; category: colors; group: action; name: minor; subgroup: yin; variant: 090; ">
2970
- colorsActionMinorYin090
2971
- <a href="#base-colorsActionMinorYin090"
2972
- title="permalink"
2973
- class="permalink">
2974
- 🔗
2975
- </a>
2976
- </td>
2977
- <td class="is-vcentered">
2978
- <pre>#000000e6</pre>
2979
- </td>
2980
- <td class="is-vcentered">
2981
- <div class="table__color-preview"
2982
- style="background-color: #000000e6;">
2983
- </div>
2984
-
2985
- </td>
2986
- </tr>
2987
- <tr>
2988
- <td class="with-icons is-vcentered"
2989
- id="base-colorsActionMinorYang100"
2990
- title="theme: base; category: colors; group: action; name: minor; subgroup: yang; variant: 100; ">
2991
- colorsActionMinorYang100
2992
- <a href="#base-colorsActionMinorYang100"
2993
- title="permalink"
2994
- class="permalink">
2995
- 🔗
2996
- </a>
2997
- </td>
2998
- <td class="is-vcentered">
2999
- <pre>#ffffffff</pre>
3000
- </td>
3001
- <td class="is-vcentered">
3002
- <div class="table__color-preview"
3003
- style="background-color: #ffffffff;">
3004
- </div>
3005
-
3006
- </td>
3007
- </tr>
3008
- <tr>
3009
- <td class="with-icons is-vcentered"
3010
- id="base-colorsActionDisabled400"
3011
- title="theme: base; category: colors; group: action; name: disabled; variant: 400; ">
3012
- colorsActionDisabled400
3013
- <a href="#base-colorsActionDisabled400"
3014
- title="permalink"
3015
- class="permalink">
3016
- 🔗
3017
- </a>
3018
- </td>
3019
- <td class="is-vcentered">
3020
- <pre>#f2f5f6ff</pre>
3021
- </td>
3022
- <td class="is-vcentered">
3023
- <div class="table__color-preview"
3024
- style="background-color: #f2f5f6ff;">
3025
- </div>
3026
-
3027
- </td>
3028
- </tr>
3029
- <tr>
3030
- <td class="with-icons is-vcentered"
3031
- id="base-colorsActionDisabled500"
3032
- title="theme: base; category: colors; group: action; name: disabled; variant: 500; ">
3033
- colorsActionDisabled500
3034
- <a href="#base-colorsActionDisabled500"
3035
- title="permalink"
3036
- class="permalink">
3037
- 🔗
3038
- </a>
3039
- </td>
3040
- <td class="is-vcentered">
3041
- <pre>#e6ebedff</pre>
3042
- </td>
3043
- <td class="is-vcentered">
3044
- <div class="table__color-preview"
3045
- style="background-color: #e6ebedff;">
3046
- </div>
3047
-
3048
- </td>
3049
- </tr>
3050
- <tr>
3051
- <td class="with-icons is-vcentered"
3052
- id="base-colorsActionDisabled600"
3053
- title="theme: base; category: colors; group: action; name: disabled; variant: 600; ">
3054
- colorsActionDisabled600
3055
- <a href="#base-colorsActionDisabled600"
3056
- title="permalink"
3057
- class="permalink">
3058
- 🔗
3059
- </a>
3060
- </td>
3061
- <td class="is-vcentered">
3062
- <pre>#ccd6dbff</pre>
3063
- </td>
3064
- <td class="is-vcentered">
3065
- <div class="table__color-preview"
3066
- style="background-color: #ccd6dbff;">
3067
- </div>
3068
-
3069
- </td>
3070
- </tr>
3071
- <tr>
3072
- <td class="with-icons is-vcentered"
3073
- id="base-colorsActionReadOnly400"
3074
- title="theme: base; category: colors; group: action; name: readOnly; variant: 400; ">
3075
- colorsActionReadOnly400
3076
- <a href="#base-colorsActionReadOnly400"
3077
- title="permalink"
3078
- class="permalink">
3079
- 🔗
3080
- </a>
3081
- </td>
3082
- <td class="is-vcentered">
3083
- <pre>#f2f5f6ff</pre>
3084
- </td>
3085
- <td class="is-vcentered">
3086
- <div class="table__color-preview"
3087
- style="background-color: #f2f5f6ff;">
3088
- </div>
3089
-
3090
- </td>
3091
- </tr>
3092
- <tr>
3093
- <td class="with-icons is-vcentered"
3094
- id="base-colorsActionReadOnly500"
3095
- title="theme: base; category: colors; group: action; name: readOnly; variant: 500; ">
3096
- colorsActionReadOnly500
3097
- <a href="#base-colorsActionReadOnly500"
3098
- title="permalink"
3099
- class="permalink">
3100
- 🔗
3101
- </a>
3102
- </td>
3103
- <td class="is-vcentered">
3104
- <pre>#e6ebedff</pre>
3105
- </td>
3106
- <td class="is-vcentered">
3107
- <div class="table__color-preview"
3108
- style="background-color: #e6ebedff;">
3109
- </div>
3110
-
3111
- </td>
3112
- </tr>
3113
- <tr>
3114
- <td class="with-icons is-vcentered"
3115
- id="base-colorsActionReadOnly600"
3116
- title="theme: base; category: colors; group: action; name: readOnly; variant: 600; ">
3117
- colorsActionReadOnly600
3118
- <a href="#base-colorsActionReadOnly600"
3119
- title="permalink"
3120
- class="permalink">
3121
- 🔗
3122
- </a>
3123
- </td>
3124
- <td class="is-vcentered">
3125
- <pre>#ccd6dbff</pre>
3126
- </td>
3127
- <td class="is-vcentered">
3128
- <div class="table__color-preview"
3129
- style="background-color: #ccd6dbff;">
3130
- </div>
3131
-
3132
- </td>
3133
- </tr>
3134
- <tr>
3135
- <td class="with-icons is-vcentered"
3136
- id="base-colorsSemanticNeutral200"
3137
- title="theme: base; category: colors; group: semantic; name: neutral; variant: 200; ">
3138
- colorsSemanticNeutral200
3139
- <a href="#base-colorsSemanticNeutral200"
3140
- title="permalink"
3141
- class="permalink">
3142
- 🔗
3143
- </a>
3144
- </td>
3145
- <td class="is-vcentered">
3146
- <pre>#ccd6dbff</pre>
3147
- </td>
3148
- <td class="is-vcentered">
3149
- <div class="table__color-preview"
3150
- style="background-color: #ccd6dbff;">
3151
- </div>
3152
-
3153
- </td>
3154
- </tr>
3155
- <tr>
3156
- <td class="with-icons is-vcentered"
3157
- id="base-colorsSemanticNeutral500"
3158
- title="theme: base; category: colors; group: semantic; name: neutral; variant: 500; ">
3159
- colorsSemanticNeutral500
3160
- <a href="#base-colorsSemanticNeutral500"
3161
- title="permalink"
3162
- class="permalink">
3163
- 🔗
3164
- </a>
3165
- </td>
3166
- <td class="is-vcentered">
3167
- <pre>#335b70ff</pre>
3168
- </td>
3169
- <td class="is-vcentered">
3170
- <div class="table__color-preview"
3171
- style="background-color: #335b70ff;">
3172
- </div>
3173
-
3174
- </td>
3175
- </tr>
3176
- <tr>
3177
- <td class="with-icons is-vcentered"
3178
- id="base-colorsSemanticNeutral600"
3179
- title="theme: base; category: colors; group: semantic; name: neutral; variant: 600; ">
3180
- colorsSemanticNeutral600
3181
- <a href="#base-colorsSemanticNeutral600"
3182
- title="permalink"
3183
- class="permalink">
3184
- 🔗
3185
- </a>
3186
- </td>
3187
- <td class="is-vcentered">
3188
- <pre>#00324cff</pre>
3189
- </td>
3190
- <td class="is-vcentered">
3191
- <div class="table__color-preview"
3192
- style="background-color: #00324cff;">
3193
- </div>
3194
-
3195
- </td>
3196
- </tr>
3197
- <tr>
3198
- <td class="with-icons is-vcentered"
3199
- id="base-colorsSemanticNeutralTransparent"
3200
- title="theme: base; category: colors; group: semantic; name: neutral; variant: transparent; ">
3201
- colorsSemanticNeutralTransparent
3202
- <a href="#base-colorsSemanticNeutralTransparent"
3203
- title="permalink"
3204
- class="permalink">
3205
- 🔗
3206
- </a>
3207
- </td>
3208
- <td class="is-vcentered">
3209
- <pre>#00000000</pre>
3210
- </td>
3211
- <td class="is-vcentered">
3212
- <div class="table__color-preview"
3213
- style="background-color: #00000000;">
3214
- </div>
3215
-
3216
- </td>
3217
- </tr>
3218
- <tr>
3219
- <td class="with-icons is-vcentered"
3220
- id="base-colorsSemanticNeutralYin030"
3221
- title="theme: base; category: colors; group: semantic; name: neutral; subgroup: yin; variant: 030; ">
3222
- colorsSemanticNeutralYin030
3223
- <a href="#base-colorsSemanticNeutralYin030"
3224
- title="permalink"
3225
- class="permalink">
3226
- 🔗
3227
- </a>
3228
- </td>
3229
- <td class="is-vcentered">
3230
- <pre>#0000004d</pre>
3231
- </td>
3232
- <td class="is-vcentered">
3233
- <div class="table__color-preview"
3234
- style="background-color: #0000004d;">
3235
- </div>
3236
-
3237
- </td>
3238
- </tr>
3239
- <tr>
3240
- <td class="with-icons is-vcentered"
3241
- id="base-colorsSemanticNeutralYin055"
3242
- title="theme: base; category: colors; group: semantic; name: neutral; subgroup: yin; variant: 055; ">
3243
- colorsSemanticNeutralYin055
3244
- <a href="#base-colorsSemanticNeutralYin055"
3245
- title="permalink"
3246
- class="permalink">
3247
- 🔗
3248
- </a>
3249
- </td>
3250
- <td class="is-vcentered">
3251
- <pre>#0000008c</pre>
3252
- </td>
3253
- <td class="is-vcentered">
3254
- <div class="table__color-preview"
3255
- style="background-color: #0000008c;">
3256
- </div>
3257
-
3258
- </td>
3259
- </tr>
3260
- <tr>
3261
- <td class="with-icons is-vcentered"
3262
- id="base-colorsSemanticNeutralYin065"
3263
- title="theme: base; category: colors; group: semantic; name: neutral; subgroup: yin; variant: 065; ">
3264
- colorsSemanticNeutralYin065
3265
- <a href="#base-colorsSemanticNeutralYin065"
3266
- title="permalink"
3267
- class="permalink">
3268
- 🔗
3269
- </a>
3270
- </td>
3271
- <td class="is-vcentered">
3272
- <pre>#000000a6</pre>
3273
- </td>
3274
- <td class="is-vcentered">
3275
- <div class="table__color-preview"
3276
- style="background-color: #000000a6;">
3277
- </div>
3278
-
3279
- </td>
3280
- </tr>
3281
- <tr>
3282
- <td class="with-icons is-vcentered"
3283
- id="base-colorsSemanticNeutralYin090"
3284
- title="theme: base; category: colors; group: semantic; name: neutral; subgroup: yin; variant: 090; ">
3285
- colorsSemanticNeutralYin090
3286
- <a href="#base-colorsSemanticNeutralYin090"
3287
- title="permalink"
3288
- class="permalink">
3289
- 🔗
3290
- </a>
3291
- </td>
3292
- <td class="is-vcentered">
3293
- <pre>#000000e6</pre>
3294
- </td>
3295
- <td class="is-vcentered">
3296
- <div class="table__color-preview"
3297
- style="background-color: #000000e6;">
3298
- </div>
3299
-
3300
- </td>
3301
- </tr>
3302
- <tr>
3303
- <td class="with-icons is-vcentered"
3304
- id="base-colorsSemanticNeutralYang100"
3305
- title="theme: base; category: colors; group: semantic; name: neutral; subgroup: yang; variant: 100; ">
3306
- colorsSemanticNeutralYang100
3307
- <a href="#base-colorsSemanticNeutralYang100"
3308
- title="permalink"
3309
- class="permalink">
3310
- 🔗
3311
- </a>
3312
- </td>
3313
- <td class="is-vcentered">
3314
- <pre>#ffffffff</pre>
3315
- </td>
3316
- <td class="is-vcentered">
3317
- <div class="table__color-preview"
3318
- style="background-color: #ffffffff;">
3319
- </div>
3320
-
3321
- </td>
3322
- </tr>
3323
- <tr>
3324
- <td class="with-icons is-vcentered"
3325
- id="base-colorsSemanticFocus250"
3326
- title="theme: base; category: colors; group: semantic; name: focus; variant: 250; ">
3327
- colorsSemanticFocus250
3328
- <a href="#base-colorsSemanticFocus250"
3329
- title="permalink"
3330
- class="permalink">
3331
- 🔗
3332
- </a>
3333
- </td>
3334
- <td class="is-vcentered">
3335
- <pre>#ffda80ff</pre>
3336
- </td>
3337
- <td class="is-vcentered">
3338
- <div class="table__color-preview"
3339
- style="background-color: #ffda80ff;">
3340
- </div>
3341
-
3342
- </td>
3343
- </tr>
3344
- <tr>
3345
- <td class="with-icons is-vcentered"
3346
- id="base-colorsSemanticFocus500"
3347
- title="theme: base; category: colors; group: semantic; name: focus; variant: 500; ">
3348
- colorsSemanticFocus500
3349
- <a href="#base-colorsSemanticFocus500"
3350
- title="permalink"
3351
- class="permalink">
3352
- 🔗
3353
- </a>
3354
- </td>
3355
- <td class="is-vcentered">
3356
- <pre>#ffb500ff</pre>
3357
- </td>
3358
- <td class="is-vcentered">
3359
- <div class="table__color-preview"
3360
- style="background-color: #ffb500ff;">
3361
- </div>
3362
-
3363
- </td>
3364
- </tr>
3365
- <tr>
3366
- <td class="with-icons is-vcentered"
3367
- id="base-colorsSemanticFocusTransparent"
3368
- title="theme: base; category: colors; group: semantic; name: focus; variant: transparent; ">
3369
- colorsSemanticFocusTransparent
3370
- <a href="#base-colorsSemanticFocusTransparent"
3371
- title="permalink"
3372
- class="permalink">
3373
- 🔗
3374
- </a>
3375
- </td>
3376
- <td class="is-vcentered">
3377
- <pre>#00000000</pre>
3378
- </td>
3379
- <td class="is-vcentered">
3380
- <div class="table__color-preview"
3381
- style="background-color: #00000000;">
3382
- </div>
3383
-
3384
- </td>
3385
- </tr>
3386
- <tr>
3387
- <td class="with-icons is-vcentered"
3388
- id="base-colorsSemanticPositive500"
3389
- title="theme: base; category: colors; group: semantic; name: positive; variant: 500; ">
3390
- colorsSemanticPositive500
3391
- <a href="#base-colorsSemanticPositive500"
3392
- title="permalink"
3393
- class="permalink">
3394
- 🔗
3395
- </a>
3396
- </td>
3397
- <td class="is-vcentered">
3398
- <pre>#008a21ff</pre>
3399
- </td>
3400
- <td class="is-vcentered">
3401
- <div class="table__color-preview"
3402
- style="background-color: #008a21ff;">
3403
- </div>
3404
-
3405
- </td>
3406
- </tr>
3407
- <tr>
3408
- <td class="with-icons is-vcentered"
3409
- id="base-colorsSemanticPositive600"
3410
- title="theme: base; category: colors; group: semantic; name: positive; variant: 600; ">
3411
- colorsSemanticPositive600
3412
- <a href="#base-colorsSemanticPositive600"
3413
- title="permalink"
3414
- class="permalink">
3415
- 🔗
3416
- </a>
3417
- </td>
3418
- <td class="is-vcentered">
3419
- <pre>#006e1aff</pre>
3420
- </td>
3421
- <td class="is-vcentered">
3422
- <div class="table__color-preview"
3423
- style="background-color: #006e1aff;">
3424
- </div>
3425
-
3426
- </td>
3427
- </tr>
3428
- <tr>
3429
- <td class="with-icons is-vcentered"
3430
- id="base-colorsSemanticPositiveTransparent"
3431
- title="theme: base; category: colors; group: semantic; name: positive; variant: transparent; ">
3432
- colorsSemanticPositiveTransparent
3433
- <a href="#base-colorsSemanticPositiveTransparent"
3434
- title="permalink"
3435
- class="permalink">
3436
- 🔗
3437
- </a>
3438
- </td>
3439
- <td class="is-vcentered">
3440
- <pre>#00000000</pre>
3441
- </td>
3442
- <td class="is-vcentered">
3443
- <div class="table__color-preview"
3444
- style="background-color: #00000000;">
3445
- </div>
3446
-
3447
- </td>
3448
- </tr>
3449
- <tr>
3450
- <td class="with-icons is-vcentered"
3451
- id="base-colorsSemanticPositiveYin030"
3452
- title="theme: base; category: colors; group: semantic; name: positive; subgroup: yin; variant: 030; ">
3453
- colorsSemanticPositiveYin030
3454
- <a href="#base-colorsSemanticPositiveYin030"
3455
- title="permalink"
3456
- class="permalink">
3457
- 🔗
3458
- </a>
3459
- </td>
3460
- <td class="is-vcentered">
3461
- <pre>#0000004d</pre>
3462
- </td>
3463
- <td class="is-vcentered">
3464
- <div class="table__color-preview"
3465
- style="background-color: #0000004d;">
3466
- </div>
3467
-
3468
- </td>
3469
- </tr>
3470
- <tr>
3471
- <td class="with-icons is-vcentered"
3472
- id="base-colorsSemanticPositiveYin055"
3473
- title="theme: base; category: colors; group: semantic; name: positive; subgroup: yin; variant: 055; ">
3474
- colorsSemanticPositiveYin055
3475
- <a href="#base-colorsSemanticPositiveYin055"
3476
- title="permalink"
3477
- class="permalink">
3478
- 🔗
3479
- </a>
3480
- </td>
3481
- <td class="is-vcentered">
3482
- <pre>#0000008c</pre>
3483
- </td>
3484
- <td class="is-vcentered">
3485
- <div class="table__color-preview"
3486
- style="background-color: #0000008c;">
3487
- </div>
3488
-
3489
- </td>
3490
- </tr>
3491
- <tr>
3492
- <td class="with-icons is-vcentered"
3493
- id="base-colorsSemanticPositiveYin065"
3494
- title="theme: base; category: colors; group: semantic; name: positive; subgroup: yin; variant: 065; ">
3495
- colorsSemanticPositiveYin065
3496
- <a href="#base-colorsSemanticPositiveYin065"
3497
- title="permalink"
3498
- class="permalink">
3499
- 🔗
3500
- </a>
3501
- </td>
3502
- <td class="is-vcentered">
3503
- <pre>#000000a6</pre>
3504
- </td>
3505
- <td class="is-vcentered">
3506
- <div class="table__color-preview"
3507
- style="background-color: #000000a6;">
3508
- </div>
3509
-
3510
- </td>
3511
- </tr>
3512
- <tr>
3513
- <td class="with-icons is-vcentered"
3514
- id="base-colorsSemanticPositiveYin090"
3515
- title="theme: base; category: colors; group: semantic; name: positive; subgroup: yin; variant: 090; ">
3516
- colorsSemanticPositiveYin090
3517
- <a href="#base-colorsSemanticPositiveYin090"
3518
- title="permalink"
3519
- class="permalink">
3520
- 🔗
3521
- </a>
3522
- </td>
3523
- <td class="is-vcentered">
3524
- <pre>#000000e6</pre>
3525
- </td>
3526
- <td class="is-vcentered">
3527
- <div class="table__color-preview"
3528
- style="background-color: #000000e6;">
3529
- </div>
3530
-
3531
- </td>
3532
- </tr>
3533
- <tr>
3534
- <td class="with-icons is-vcentered"
3535
- id="base-colorsSemanticPositiveYang100"
3536
- title="theme: base; category: colors; group: semantic; name: positive; subgroup: yang; variant: 100; ">
3537
- colorsSemanticPositiveYang100
3538
- <a href="#base-colorsSemanticPositiveYang100"
3539
- title="permalink"
3540
- class="permalink">
3541
- 🔗
3542
- </a>
3543
- </td>
3544
- <td class="is-vcentered">
3545
- <pre>#ffffffff</pre>
3546
- </td>
3547
- <td class="is-vcentered">
3548
- <div class="table__color-preview"
3549
- style="background-color: #ffffffff;">
3550
- </div>
3551
-
3552
- </td>
3553
- </tr>
3554
- <tr>
3555
- <td class="with-icons is-vcentered"
3556
- id="base-colorsSemanticNegative500"
3557
- title="theme: base; category: colors; group: semantic; name: negative; variant: 500; ">
3558
- colorsSemanticNegative500
3559
- <a href="#base-colorsSemanticNegative500"
3560
- title="permalink"
3561
- class="permalink">
3562
- 🔗
3563
- </a>
3564
- </td>
3565
- <td class="is-vcentered">
3566
- <pre>#cd384bff</pre>
3567
- </td>
3568
- <td class="is-vcentered">
3569
- <div class="table__color-preview"
3570
- style="background-color: #cd384bff;">
3571
- </div>
3572
-
3573
- </td>
3574
- </tr>
3575
- <tr>
3576
- <td class="with-icons is-vcentered"
3577
- id="base-colorsSemanticNegative600"
3578
- title="theme: base; category: colors; group: semantic; name: negative; variant: 600; ">
3579
- colorsSemanticNegative600
3580
- <a href="#base-colorsSemanticNegative600"
3581
- title="permalink"
3582
- class="permalink">
3583
- 🔗
3584
- </a>
3585
- </td>
3586
- <td class="is-vcentered">
3587
- <pre>#a42d3cff</pre>
3588
- </td>
3589
- <td class="is-vcentered">
3590
- <div class="table__color-preview"
3591
- style="background-color: #a42d3cff;">
3592
- </div>
3593
-
3594
- </td>
3595
- </tr>
3596
- <tr>
3597
- <td class="with-icons is-vcentered"
3598
- id="base-colorsSemanticNegativeTransparent"
3599
- title="theme: base; category: colors; group: semantic; name: negative; variant: transparent; ">
3600
- colorsSemanticNegativeTransparent
3601
- <a href="#base-colorsSemanticNegativeTransparent"
3602
- title="permalink"
3603
- class="permalink">
3604
- 🔗
3605
- </a>
3606
- </td>
3607
- <td class="is-vcentered">
3608
- <pre>#00000000</pre>
3609
- </td>
3610
- <td class="is-vcentered">
3611
- <div class="table__color-preview"
3612
- style="background-color: #00000000;">
3613
- </div>
3614
-
3615
- </td>
3616
- </tr>
3617
- <tr>
3618
- <td class="with-icons is-vcentered"
3619
- id="base-colorsSemanticNegativeYin030"
3620
- title="theme: base; category: colors; group: semantic; name: negative; subgroup: yin; variant: 030; ">
3621
- colorsSemanticNegativeYin030
3622
- <a href="#base-colorsSemanticNegativeYin030"
3623
- title="permalink"
3624
- class="permalink">
3625
- 🔗
3626
- </a>
3627
- </td>
3628
- <td class="is-vcentered">
3629
- <pre>#0000004d</pre>
3630
- </td>
3631
- <td class="is-vcentered">
3632
- <div class="table__color-preview"
3633
- style="background-color: #0000004d;">
3634
- </div>
3635
-
3636
- </td>
3637
- </tr>
3638
- <tr>
3639
- <td class="with-icons is-vcentered"
3640
- id="base-colorsSemanticNegativeYin055"
3641
- title="theme: base; category: colors; group: semantic; name: negative; subgroup: yin; variant: 055; ">
3642
- colorsSemanticNegativeYin055
3643
- <a href="#base-colorsSemanticNegativeYin055"
3644
- title="permalink"
3645
- class="permalink">
3646
- 🔗
3647
- </a>
3648
- </td>
3649
- <td class="is-vcentered">
3650
- <pre>#0000008c</pre>
3651
- </td>
3652
- <td class="is-vcentered">
3653
- <div class="table__color-preview"
3654
- style="background-color: #0000008c;">
3655
- </div>
3656
-
3657
- </td>
3658
- </tr>
3659
- <tr>
3660
- <td class="with-icons is-vcentered"
3661
- id="base-colorsSemanticNegativeYin065"
3662
- title="theme: base; category: colors; group: semantic; name: negative; subgroup: yin; variant: 065; ">
3663
- colorsSemanticNegativeYin065
3664
- <a href="#base-colorsSemanticNegativeYin065"
3665
- title="permalink"
3666
- class="permalink">
3667
- 🔗
3668
- </a>
3669
- </td>
3670
- <td class="is-vcentered">
3671
- <pre>#000000a6</pre>
3672
- </td>
3673
- <td class="is-vcentered">
3674
- <div class="table__color-preview"
3675
- style="background-color: #000000a6;">
3676
- </div>
3677
-
3678
- </td>
3679
- </tr>
3680
- <tr>
3681
- <td class="with-icons is-vcentered"
3682
- id="base-colorsSemanticNegativeYin090"
3683
- title="theme: base; category: colors; group: semantic; name: negative; subgroup: yin; variant: 090; ">
3684
- colorsSemanticNegativeYin090
3685
- <a href="#base-colorsSemanticNegativeYin090"
3686
- title="permalink"
3687
- class="permalink">
3688
- 🔗
3689
- </a>
3690
- </td>
3691
- <td class="is-vcentered">
3692
- <pre>#000000e6</pre>
3693
- </td>
3694
- <td class="is-vcentered">
3695
- <div class="table__color-preview"
3696
- style="background-color: #000000e6;">
3697
- </div>
3698
-
3699
- </td>
3700
- </tr>
3701
- <tr>
3702
- <td class="with-icons is-vcentered"
3703
- id="base-colorsSemanticNegativeYang100"
3704
- title="theme: base; category: colors; group: semantic; name: negative; subgroup: yang; variant: 100; ">
3705
- colorsSemanticNegativeYang100
3706
- <a href="#base-colorsSemanticNegativeYang100"
3707
- title="permalink"
3708
- class="permalink">
3709
- 🔗
3710
- </a>
3711
- </td>
3712
- <td class="is-vcentered">
3713
- <pre>#ffffffff</pre>
3714
- </td>
3715
- <td class="is-vcentered">
3716
- <div class="table__color-preview"
3717
- style="background-color: #ffffffff;">
3718
- </div>
3719
-
3720
- </td>
3721
- </tr>
3722
- <tr>
3723
- <td class="with-icons is-vcentered"
3724
- id="base-colorsSemanticCaution400"
3725
- title="theme: base; category: colors; group: semantic; name: caution; variant: 400; ">
3726
- colorsSemanticCaution400
3727
- <a href="#base-colorsSemanticCaution400"
3728
- title="permalink"
3729
- class="permalink">
3730
- 🔗
3731
- </a>
3732
- </td>
3733
- <td class="is-vcentered">
3734
- <pre>#f28533ff</pre>
3735
- </td>
3736
- <td class="is-vcentered">
3737
- <div class="table__color-preview"
3738
- style="background-color: #f28533ff;">
3739
- </div>
3740
-
3741
- </td>
3742
- </tr>
3743
- <tr>
3744
- <td class="with-icons is-vcentered"
3745
- id="base-colorsSemanticCaution500"
3746
- title="theme: base; category: colors; group: semantic; name: caution; variant: 500; ">
3747
- colorsSemanticCaution500
3748
- <a href="#base-colorsSemanticCaution500"
3749
- title="permalink"
3750
- class="permalink">
3751
- 🔗
3752
- </a>
3753
- </td>
3754
- <td class="is-vcentered">
3755
- <pre>#ef6700ff</pre>
3756
- </td>
3757
- <td class="is-vcentered">
3758
- <div class="table__color-preview"
3759
- style="background-color: #ef6700ff;">
3760
- </div>
3761
-
3762
- </td>
3763
- </tr>
3764
- <tr>
3765
- <td class="with-icons is-vcentered"
3766
- id="base-colorsSemanticCaution600"
3767
- title="theme: base; category: colors; group: semantic; name: caution; variant: 600; ">
3768
- colorsSemanticCaution600
3769
- <a href="#base-colorsSemanticCaution600"
3770
- title="permalink"
3771
- class="permalink">
3772
- 🔗
3773
- </a>
3774
- </td>
3775
- <td class="is-vcentered">
3776
- <pre>#bf5200ff</pre>
3777
- </td>
3778
- <td class="is-vcentered">
3779
- <div class="table__color-preview"
3780
- style="background-color: #bf5200ff;">
3781
- </div>
3782
-
3783
- </td>
3784
- </tr>
3785
- <tr>
3786
- <td class="with-icons is-vcentered"
3787
- id="base-colorsSemanticCaution650"
3788
- title="theme: base; category: colors; group: semantic; name: caution; variant: 650; ">
3789
- colorsSemanticCaution650
3790
- <a href="#base-colorsSemanticCaution650"
3791
- title="permalink"
3792
- class="permalink">
3793
- 🔗
3794
- </a>
3795
- </td>
3796
- <td class="is-vcentered">
3797
- <pre>#a74800ff</pre>
3798
- </td>
3799
- <td class="is-vcentered">
3800
- <div class="table__color-preview"
3801
- style="background-color: #a74800ff;">
3802
- </div>
3803
-
3804
- </td>
3805
- </tr>
3806
- <tr>
3807
- <td class="with-icons is-vcentered"
3808
- id="base-colorsSemanticCautionTransparent"
3809
- title="theme: base; category: colors; group: semantic; name: caution; variant: transparent; ">
3810
- colorsSemanticCautionTransparent
3811
- <a href="#base-colorsSemanticCautionTransparent"
3812
- title="permalink"
3813
- class="permalink">
3814
- 🔗
3815
- </a>
3816
- </td>
3817
- <td class="is-vcentered">
3818
- <pre>#00000000</pre>
3819
- </td>
3820
- <td class="is-vcentered">
3821
- <div class="table__color-preview"
3822
- style="background-color: #00000000;">
3823
- </div>
3824
-
3825
- </td>
3826
- </tr>
3827
- <tr>
3828
- <td class="with-icons is-vcentered"
3829
- id="base-colorsSemanticCautionYin030"
3830
- title="theme: base; category: colors; group: semantic; name: caution; subgroup: yin; variant: 030; ">
3831
- colorsSemanticCautionYin030
3832
- <a href="#base-colorsSemanticCautionYin030"
3833
- title="permalink"
3834
- class="permalink">
3835
- 🔗
3836
- </a>
3837
- </td>
3838
- <td class="is-vcentered">
3839
- <pre>#0000004d</pre>
3840
- </td>
3841
- <td class="is-vcentered">
3842
- <div class="table__color-preview"
3843
- style="background-color: #0000004d;">
3844
- </div>
3845
-
3846
- </td>
3847
- </tr>
3848
- <tr>
3849
- <td class="with-icons is-vcentered"
3850
- id="base-colorsSemanticCautionYin055"
3851
- title="theme: base; category: colors; group: semantic; name: caution; subgroup: yin; variant: 055; ">
3852
- colorsSemanticCautionYin055
3853
- <a href="#base-colorsSemanticCautionYin055"
3854
- title="permalink"
3855
- class="permalink">
3856
- 🔗
3857
- </a>
3858
- </td>
3859
- <td class="is-vcentered">
3860
- <pre>#0000008c</pre>
3861
- </td>
3862
- <td class="is-vcentered">
3863
- <div class="table__color-preview"
3864
- style="background-color: #0000008c;">
3865
- </div>
3866
-
3867
- </td>
3868
- </tr>
3869
- <tr>
3870
- <td class="with-icons is-vcentered"
3871
- id="base-colorsSemanticCautionYin065"
3872
- title="theme: base; category: colors; group: semantic; name: caution; subgroup: yin; variant: 065; ">
3873
- colorsSemanticCautionYin065
3874
- <a href="#base-colorsSemanticCautionYin065"
3875
- title="permalink"
3876
- class="permalink">
3877
- 🔗
3878
- </a>
3879
- </td>
3880
- <td class="is-vcentered">
3881
- <pre>#000000a6</pre>
3882
- </td>
3883
- <td class="is-vcentered">
3884
- <div class="table__color-preview"
3885
- style="background-color: #000000a6;">
3886
- </div>
3887
-
3888
- </td>
3889
- </tr>
3890
- <tr>
3891
- <td class="with-icons is-vcentered"
3892
- id="base-colorsSemanticCautionYin090"
3893
- title="theme: base; category: colors; group: semantic; name: caution; subgroup: yin; variant: 090; ">
3894
- colorsSemanticCautionYin090
3895
- <a href="#base-colorsSemanticCautionYin090"
3896
- title="permalink"
3897
- class="permalink">
3898
- 🔗
3899
- </a>
3900
- </td>
3901
- <td class="is-vcentered">
3902
- <pre>#000000e6</pre>
3903
- </td>
3904
- <td class="is-vcentered">
3905
- <div class="table__color-preview"
3906
- style="background-color: #000000e6;">
3907
- </div>
3908
-
3909
- </td>
3910
- </tr>
3911
- <tr>
3912
- <td class="with-icons is-vcentered"
3913
- id="base-colorsSemanticCautionYang100"
3914
- title="theme: base; category: colors; group: semantic; name: caution; subgroup: yang; variant: 100; ">
3915
- colorsSemanticCautionYang100
3916
- <a href="#base-colorsSemanticCautionYang100"
3917
- title="permalink"
3918
- class="permalink">
3919
- 🔗
3920
- </a>
3921
- </td>
3922
- <td class="is-vcentered">
3923
- <pre>#ffffffff</pre>
3924
- </td>
3925
- <td class="is-vcentered">
3926
- <div class="table__color-preview"
3927
- style="background-color: #ffffffff;">
3928
- </div>
3929
-
3930
- </td>
3931
- </tr>
3932
- <tr>
3933
- <td class="with-icons is-vcentered"
3934
- id="base-colorsSemanticInfo150"
3935
- title="theme: base; category: colors; group: semantic; name: info; variant: 150; ">
3936
- colorsSemanticInfo150
3937
- <a href="#base-colorsSemanticInfo150"
3938
- title="permalink"
3939
- class="permalink">
3940
- 🔗
3941
- </a>
3942
- </td>
3943
- <td class="is-vcentered">
3944
- <pre>#b3cfe5ff</pre>
3945
- </td>
3946
- <td class="is-vcentered">
3947
- <div class="table__color-preview"
3948
- style="background-color: #b3cfe5ff;">
3949
- </div>
3950
-
3951
- </td>
3952
- </tr>
3953
- <tr>
3954
- <td class="with-icons is-vcentered"
3955
- id="base-colorsSemanticInfo500"
3956
- title="theme: base; category: colors; group: semantic; name: info; variant: 500; ">
3957
- colorsSemanticInfo500
3958
- <a href="#base-colorsSemanticInfo500"
3959
- title="permalink"
3960
- class="permalink">
3961
- 🔗
3962
- </a>
3963
- </td>
3964
- <td class="is-vcentered">
3965
- <pre>#0060a7ff</pre>
3966
- </td>
3967
- <td class="is-vcentered">
3968
- <div class="table__color-preview"
3969
- style="background-color: #0060a7ff;">
3970
- </div>
3971
-
3972
- </td>
3973
- </tr>
3974
- <tr>
3975
- <td class="with-icons is-vcentered"
3976
- id="base-colorsSemanticInfo600"
3977
- title="theme: base; category: colors; group: semantic; name: info; variant: 600; ">
3978
- colorsSemanticInfo600
3979
- <a href="#base-colorsSemanticInfo600"
3980
- title="permalink"
3981
- class="permalink">
3982
- 🔗
3983
- </a>
3984
- </td>
3985
- <td class="is-vcentered">
3986
- <pre>#004d86ff</pre>
3987
- </td>
3988
- <td class="is-vcentered">
3989
- <div class="table__color-preview"
3990
- style="background-color: #004d86ff;">
3991
- </div>
3992
-
3993
- </td>
3994
- </tr>
3995
- <tr>
3996
- <td class="with-icons is-vcentered"
3997
- id="base-colorsSemanticInfoTransparent"
3998
- title="theme: base; category: colors; group: semantic; name: info; variant: transparent; ">
3999
- colorsSemanticInfoTransparent
4000
- <a href="#base-colorsSemanticInfoTransparent"
4001
- title="permalink"
4002
- class="permalink">
4003
- 🔗
4004
- </a>
4005
- </td>
4006
- <td class="is-vcentered">
4007
- <pre>#00000000</pre>
4008
- </td>
4009
- <td class="is-vcentered">
4010
- <div class="table__color-preview"
4011
- style="background-color: #00000000;">
4012
- </div>
4013
-
4014
- </td>
4015
- </tr>
4016
- <tr>
4017
- <td class="with-icons is-vcentered"
4018
- id="base-colorsSemanticInfoYin030"
4019
- title="theme: base; category: colors; group: semantic; name: info; subgroup: yin; variant: 030; ">
4020
- colorsSemanticInfoYin030
4021
- <a href="#base-colorsSemanticInfoYin030"
4022
- title="permalink"
4023
- class="permalink">
4024
- 🔗
4025
- </a>
4026
- </td>
4027
- <td class="is-vcentered">
4028
- <pre>#0000004d</pre>
4029
- </td>
4030
- <td class="is-vcentered">
4031
- <div class="table__color-preview"
4032
- style="background-color: #0000004d;">
4033
- </div>
4034
-
4035
- </td>
4036
- </tr>
4037
- <tr>
4038
- <td class="with-icons is-vcentered"
4039
- id="base-colorsSemanticInfoYin055"
4040
- title="theme: base; category: colors; group: semantic; name: info; subgroup: yin; variant: 055; ">
4041
- colorsSemanticInfoYin055
4042
- <a href="#base-colorsSemanticInfoYin055"
4043
- title="permalink"
4044
- class="permalink">
4045
- 🔗
4046
- </a>
4047
- </td>
4048
- <td class="is-vcentered">
4049
- <pre>#0000008c</pre>
4050
- </td>
4051
- <td class="is-vcentered">
4052
- <div class="table__color-preview"
4053
- style="background-color: #0000008c;">
4054
- </div>
4055
-
4056
- </td>
4057
- </tr>
4058
- <tr>
4059
- <td class="with-icons is-vcentered"
4060
- id="base-colorsSemanticInfoYin065"
4061
- title="theme: base; category: colors; group: semantic; name: info; subgroup: yin; variant: 065; ">
4062
- colorsSemanticInfoYin065
4063
- <a href="#base-colorsSemanticInfoYin065"
4064
- title="permalink"
4065
- class="permalink">
4066
- 🔗
4067
- </a>
4068
- </td>
4069
- <td class="is-vcentered">
4070
- <pre>#000000a6</pre>
4071
- </td>
4072
- <td class="is-vcentered">
4073
- <div class="table__color-preview"
4074
- style="background-color: #000000a6;">
4075
- </div>
4076
-
4077
- </td>
4078
- </tr>
4079
- <tr>
4080
- <td class="with-icons is-vcentered"
4081
- id="base-colorsSemanticInfoYin090"
4082
- title="theme: base; category: colors; group: semantic; name: info; subgroup: yin; variant: 090; ">
4083
- colorsSemanticInfoYin090
4084
- <a href="#base-colorsSemanticInfoYin090"
4085
- title="permalink"
4086
- class="permalink">
4087
- 🔗
4088
- </a>
4089
- </td>
4090
- <td class="is-vcentered">
4091
- <pre>#000000e6</pre>
4092
- </td>
4093
- <td class="is-vcentered">
4094
- <div class="table__color-preview"
4095
- style="background-color: #000000e6;">
4096
- </div>
4097
-
4098
- </td>
4099
- </tr>
4100
- <tr>
4101
- <td class="with-icons is-vcentered"
4102
- id="base-colorsSemanticInfoYang100"
4103
- title="theme: base; category: colors; group: semantic; name: info; subgroup: yang; variant: 100; ">
4104
- colorsSemanticInfoYang100
4105
- <a href="#base-colorsSemanticInfoYang100"
4106
- title="permalink"
4107
- class="permalink">
4108
- 🔗
4109
- </a>
4110
- </td>
4111
- <td class="is-vcentered">
4112
- <pre>#ffffffff</pre>
4113
- </td>
4114
- <td class="is-vcentered">
4115
- <div class="table__color-preview"
4116
- style="background-color: #ffffffff;">
4117
- </div>
4118
-
4119
- </td>
4120
- </tr>
4121
- </table>
4122
- </section>
4123
- </main>
4124
- </div>
4125
-
4126
-
4127
- </div>
4128
-
4129
- <script>
4130
- const searchParams = new URLSearchParams(window.location.search);
4131
- const embedded = !!searchParams.get('embedded');
4132
- if(embedded) {
4133
- document.body.classList.add('embedded')
4134
- }
4135
- </script>
4136
- </body>
4137
- </html>