@sage/design-tokens 4.18.0 → 4.20.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.
- package/android/base.xml +12 -8
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +1 -1
- package/css/base.css +12 -8
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +1 -1
- package/data/tokens.json +91 -72
- package/docs/tokens/base/colors/index.html +63 -0
- package/docs/tokens/base/index.html +191 -107
- package/docs/tokens/base/sizing/index.html +21 -0
- package/docs/tokens/base/typography/index.html +107 -107
- package/docs/tokens/index.html +191 -107
- package/ios/base.h +12 -8
- package/ios/dashboard/darkMode.h +1 -1
- package/ios/dashboard/lightMode.h +1 -1
- package/ios/origin.h +1 -1
- package/js/base/common.d.ts +9 -5
- package/js/base/common.js +12 -8
- package/js/base/es6.d.ts +9 -5
- package/js/base/es6.js +11 -7
- package/js/dashboard/darkMode/common.js +1 -1
- package/js/dashboard/lightMode/common.js +1 -1
- package/js/origin/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-4.20.0.tgz +0 -0
- package/scss/base.scss +12 -8
- package/scss/dashboard/darkMode.scss +1 -1
- package/scss/dashboard/lightMode.scss +1 -1
- package/scss/origin.scss +1 -1
- package/sage-design-tokens-4.18.0.tgz +0 -0
package/android/base.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 11 Jul 2023 07:32:47 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
<string name="colorsActionMinor500">#335b70ff</string>
|
|
58
58
|
<string name="colorsActionMinor550">#19475eff</string>
|
|
59
59
|
<string name="colorsActionMinor600">#00324cff</string>
|
|
60
|
+
<string name="colorsActionMinor700">#00283dff</string>
|
|
60
61
|
<string name="colorsActionMinor850">#001926ff</string>
|
|
61
62
|
<string name="colorsActionMinor900">#00141eff</string>
|
|
62
63
|
<string name="colorsActionMinor025">#fafbfbff</string>
|
|
@@ -149,6 +150,8 @@
|
|
|
149
150
|
<string name="colorsReadOnly500">#e6ebedff</string>
|
|
150
151
|
<string name="colorsReadOnly600">#ccd6dbff</string>
|
|
151
152
|
<string name="colorsComponentsLeftnavWinterStandardBackground">#262626ff</string>
|
|
153
|
+
<string name="colorsComponentsLeftnavWinterStandardBackgroundChild">#404040ff</string>
|
|
154
|
+
<string name="colorsComponentsLeftnavWinterStandardDividerOnDark">#0000008c</string>
|
|
152
155
|
<string name="colorsComponentsLeftnavWinterStandardHover">#007e45ff</string>
|
|
153
156
|
<string name="colorsComponentsLeftnavWinterStandardSelected">#ffffff4d</string>
|
|
154
157
|
<string name="colorsComponentsLeftnavWinterStandardContent">#ffffffff</string>
|
|
@@ -242,6 +245,7 @@
|
|
|
242
245
|
<string name="sizing450">36px</string>
|
|
243
246
|
<string name="sizing500">40px</string>
|
|
244
247
|
<string name="sizing525">42px</string>
|
|
248
|
+
<string name="sizing550">44px</string>
|
|
245
249
|
<string name="sizing600">48px</string>
|
|
246
250
|
<string name="sizing700">56px</string>
|
|
247
251
|
<string name="sizing800">64px</string>
|
|
@@ -415,12 +419,17 @@
|
|
|
415
419
|
<string name="typographyMessageHeadingL">Bold 16px/150% Sage UI</string>
|
|
416
420
|
<string name="typographyMessageTextM">Regular 14px/150% Sage UI</string>
|
|
417
421
|
<string name="typographyMessageTextL">Regular 16px/150% Sage UI</string>
|
|
422
|
+
<string name="typographyNoteEditorNameM">Medium 14px/150% Sage UI</string>
|
|
423
|
+
<string name="typographyNoteDateM">Regular 14px/150% Sage UI</string>
|
|
424
|
+
<string name="typographyNoteParagraphM">Regular 14px/150% Sage UI</string>
|
|
425
|
+
<string name="typographyNoteParagraphListM">Regular 14px/150% Sage UI</string>
|
|
426
|
+
<string name="typographyNoteTitleM">Bold 18px/125% Sage UI</string>
|
|
418
427
|
<string name="typographyPageStateTitleM">Bold 24px/125% Sage UI</string>
|
|
419
428
|
<string name="typographyPageStateSubtitleM">Medium 18px/150% Sage UI</string>
|
|
420
429
|
<string name="typographyPageStateParagraphM">Regular 16px/150% Sage UI</string>
|
|
421
430
|
<string name="typographyPaginationLabelM">Regular 14px/150% Sage UI</string>
|
|
422
|
-
<string name="typographyPillLabelS">Medium
|
|
423
|
-
<string name="typographyPillLabelM">Medium
|
|
431
|
+
<string name="typographyPillLabelS">Medium 12px/150% Sage UI</string>
|
|
432
|
+
<string name="typographyPillLabelM">Medium 14px/150% Sage UI</string>
|
|
424
433
|
<string name="typographyPillLabelL">Medium 14px/150% Sage UI</string>
|
|
425
434
|
<string name="typographyPillLabelXl">Medium 16px/150% Sage UI</string>
|
|
426
435
|
<string name="typographyProfileEmailTextS">Regular 14px/125% Sage UI</string>
|
|
@@ -486,11 +495,6 @@
|
|
|
486
495
|
<string name="typographyTileSubscriptionPriceM">Medium 16px/150% Sage UI</string>
|
|
487
496
|
<string name="typographyTooltipTextM">Regular 14px/150% Sage UI</string>
|
|
488
497
|
<string name="typographyTooltipTextL">Regular 16px/150% Sage UI</string>
|
|
489
|
-
<string name="typographyNoteEditorNameM">Medium 14px/150% Sage UI</string>
|
|
490
|
-
<string name="typographyNoteDateM">Regular 14px/150% Sage UI</string>
|
|
491
|
-
<string name="typographyNoteParagraphM">Regular 14px/150% Sage UI</string>
|
|
492
|
-
<string name="typographyNoteParagraphListM">Regular 14px/150% Sage UI</string>
|
|
493
|
-
<string name="typographyNoteTitleM">Bold 18px/125% Sage UI</string>
|
|
494
498
|
<string name="opacity300">0.3</string>
|
|
495
499
|
<string name="opacity600">0.6</string>
|
|
496
500
|
<string name="opacity800">0.8</string>
|
package/android/origin.xml
CHANGED
package/css/base.css
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 11 Jul 2023 07:32:47 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -60,6 +60,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
60
60
|
--colorsActionMinor500: #335b70ff;
|
|
61
61
|
--colorsActionMinor550: #19475eff;
|
|
62
62
|
--colorsActionMinor600: #00324cff;
|
|
63
|
+
--colorsActionMinor700: #00283dff;
|
|
63
64
|
--colorsActionMinor850: #001926ff;
|
|
64
65
|
--colorsActionMinor900: #00141eff;
|
|
65
66
|
--colorsActionMinor025: #fafbfbff;
|
|
@@ -152,6 +153,8 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
152
153
|
--colorsReadOnly500: #e6ebedff;
|
|
153
154
|
--colorsReadOnly600: #ccd6dbff;
|
|
154
155
|
--colorsComponentsLeftnavWinterStandardBackground: #262626ff;
|
|
156
|
+
--colorsComponentsLeftnavWinterStandardBackgroundChild: #404040ff;
|
|
157
|
+
--colorsComponentsLeftnavWinterStandardDividerOnDark: #0000008c;
|
|
155
158
|
--colorsComponentsLeftnavWinterStandardHover: #007e45ff;
|
|
156
159
|
--colorsComponentsLeftnavWinterStandardSelected: #ffffff4d;
|
|
157
160
|
--colorsComponentsLeftnavWinterStandardContent: #ffffffff;
|
|
@@ -245,6 +248,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
245
248
|
--sizing450: 36px;
|
|
246
249
|
--sizing500: 40px;
|
|
247
250
|
--sizing525: 42px;
|
|
251
|
+
--sizing550: 44px;
|
|
248
252
|
--sizing600: 48px;
|
|
249
253
|
--sizing700: 56px;
|
|
250
254
|
--sizing800: 64px;
|
|
@@ -418,12 +422,17 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
418
422
|
--typographyMessageHeadingL: 700 16px/150% Sage UI;
|
|
419
423
|
--typographyMessageTextM: 400 14px/150% Sage UI;
|
|
420
424
|
--typographyMessageTextL: 400 16px/150% Sage UI;
|
|
425
|
+
--typographyNoteEditorNameM: 500 14px/150% Sage UI;
|
|
426
|
+
--typographyNoteDateM: 400 14px/150% Sage UI;
|
|
427
|
+
--typographyNoteParagraphM: 400 14px/150% Sage UI;
|
|
428
|
+
--typographyNoteParagraphListM: 400 14px/150% Sage UI;
|
|
429
|
+
--typographyNoteTitleM: 700 18px/125% Sage UI;
|
|
421
430
|
--typographyPageStateTitleM: 700 24px/125% Sage UI;
|
|
422
431
|
--typographyPageStateSubtitleM: 500 18px/150% Sage UI;
|
|
423
432
|
--typographyPageStateParagraphM: 400 16px/150% Sage UI;
|
|
424
433
|
--typographyPaginationLabelM: 400 14px/150% Sage UI;
|
|
425
|
-
--typographyPillLabelS: 500
|
|
426
|
-
--typographyPillLabelM: 500
|
|
434
|
+
--typographyPillLabelS: 500 12px/150% Sage UI;
|
|
435
|
+
--typographyPillLabelM: 500 14px/150% Sage UI;
|
|
427
436
|
--typographyPillLabelL: 500 14px/150% Sage UI;
|
|
428
437
|
--typographyPillLabelXl: 500 16px/150% Sage UI;
|
|
429
438
|
--typographyProfileEmailTextS: 400 14px/125% Sage UI;
|
|
@@ -489,11 +498,6 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
489
498
|
--typographyTileSubscriptionPriceM: 500 16px/150% Sage UI;
|
|
490
499
|
--typographyTooltipTextM: 400 14px/150% Sage UI;
|
|
491
500
|
--typographyTooltipTextL: 400 16px/150% Sage UI;
|
|
492
|
-
--typographyNoteEditorNameM: 500 14px/150% Sage UI;
|
|
493
|
-
--typographyNoteDateM: 400 14px/150% Sage UI;
|
|
494
|
-
--typographyNoteParagraphM: 400 14px/150% Sage UI;
|
|
495
|
-
--typographyNoteParagraphListM: 400 14px/150% Sage UI;
|
|
496
|
-
--typographyNoteTitleM: 700 18px/125% Sage UI;
|
|
497
501
|
--opacity300: 0.3;
|
|
498
502
|
--opacity600: 0.6;
|
|
499
503
|
--opacity800: 0.8;
|
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -883,6 +883,11 @@
|
|
|
883
883
|
"type": "color",
|
|
884
884
|
"description": "origin"
|
|
885
885
|
},
|
|
886
|
+
"700": {
|
|
887
|
+
"value": "#00283dff",
|
|
888
|
+
"type": "color",
|
|
889
|
+
"description": "origin"
|
|
890
|
+
},
|
|
886
891
|
"850": {
|
|
887
892
|
"value": "#001926ff",
|
|
888
893
|
"type": "color",
|
|
@@ -1349,6 +1354,16 @@
|
|
|
1349
1354
|
"type": "color",
|
|
1350
1355
|
"description": "Navigation bar bg (FY23)"
|
|
1351
1356
|
},
|
|
1357
|
+
"background-child": {
|
|
1358
|
+
"value": "#404040ff",
|
|
1359
|
+
"type": "color",
|
|
1360
|
+
"description": "Navigation bar bg-child (FY23)"
|
|
1361
|
+
},
|
|
1362
|
+
"divider-on-dark": {
|
|
1363
|
+
"value": "#0000008c",
|
|
1364
|
+
"type": "color",
|
|
1365
|
+
"description": "Divider on dark for LeftNav (FY23)"
|
|
1366
|
+
},
|
|
1352
1367
|
"hover": {
|
|
1353
1368
|
"value": "#007e45ff",
|
|
1354
1369
|
"type": "color",
|
|
@@ -1824,6 +1839,10 @@
|
|
|
1824
1839
|
"value": "42px",
|
|
1825
1840
|
"type": "sizing"
|
|
1826
1841
|
},
|
|
1842
|
+
"550": {
|
|
1843
|
+
"value": "44px",
|
|
1844
|
+
"type": "sizing"
|
|
1845
|
+
},
|
|
1827
1846
|
"600": {
|
|
1828
1847
|
"value": "48px",
|
|
1829
1848
|
"type": "sizing"
|
|
@@ -2277,7 +2296,7 @@
|
|
|
2277
2296
|
"100": {
|
|
2278
2297
|
"value": "8px",
|
|
2279
2298
|
"type": "borderRadius",
|
|
2280
|
-
"description": "Action popover (menu), Anchor navigation,
|
|
2299
|
+
"description": "Action popover (menu), Anchor navigation, Card (less rounded), Card select (single), Card select group (outer corners), Carousel (slides), Color picker standard (container), Menu (bottom corners), Message, Navigation: top (menu bottom corners), Navigation: left (selected menu), Pagination, Tab, Table, Tile (less rounded), Toast."
|
|
2281
2300
|
},
|
|
2282
2301
|
"200": {
|
|
2283
2302
|
"value": "16px",
|
|
@@ -2292,7 +2311,7 @@
|
|
|
2292
2311
|
"circle": {
|
|
2293
2312
|
"value": "50%",
|
|
2294
2313
|
"type": "borderRadius",
|
|
2295
|
-
"description": "Badge, Portrait, Radio button."
|
|
2314
|
+
"description": "Badge, Loader dots, Portrait, Radio button."
|
|
2296
2315
|
},
|
|
2297
2316
|
"000": {
|
|
2298
2317
|
"value": "0px",
|
|
@@ -2307,7 +2326,7 @@
|
|
|
2307
2326
|
"025": {
|
|
2308
2327
|
"value": "2px",
|
|
2309
2328
|
"type": "borderRadius",
|
|
2310
|
-
"description": "Checkbox (
|
|
2329
|
+
"description": "Checkbox (S, M), Link (focus background),Pill"
|
|
2311
2330
|
},
|
|
2312
2331
|
"050": {
|
|
2313
2332
|
"value": "4px",
|
|
@@ -3470,6 +3489,73 @@
|
|
|
3470
3489
|
}
|
|
3471
3490
|
}
|
|
3472
3491
|
},
|
|
3492
|
+
"note": {
|
|
3493
|
+
"editorName": {
|
|
3494
|
+
"m": {
|
|
3495
|
+
"value": {
|
|
3496
|
+
"fontFamily": "Sage UI",
|
|
3497
|
+
"fontWeight": "Medium",
|
|
3498
|
+
"lineHeight": "150%",
|
|
3499
|
+
"fontSize": "14px",
|
|
3500
|
+
"letterSpacing": "0%",
|
|
3501
|
+
"paragraphSpacing": "0%"
|
|
3502
|
+
},
|
|
3503
|
+
"type": "typography"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
"date": {
|
|
3507
|
+
"m": {
|
|
3508
|
+
"value": {
|
|
3509
|
+
"fontFamily": "Sage UI",
|
|
3510
|
+
"fontWeight": "Regular",
|
|
3511
|
+
"lineHeight": "150%",
|
|
3512
|
+
"fontSize": "14px",
|
|
3513
|
+
"letterSpacing": "0%",
|
|
3514
|
+
"paragraphSpacing": "0px"
|
|
3515
|
+
},
|
|
3516
|
+
"type": "typography"
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
"paragraph": {
|
|
3520
|
+
"m": {
|
|
3521
|
+
"value": {
|
|
3522
|
+
"fontFamily": "Sage UI",
|
|
3523
|
+
"fontWeight": "Regular",
|
|
3524
|
+
"lineHeight": "150%",
|
|
3525
|
+
"fontSize": "14px",
|
|
3526
|
+
"letterSpacing": "0%",
|
|
3527
|
+
"paragraphSpacing": "0px"
|
|
3528
|
+
},
|
|
3529
|
+
"type": "typography"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
"paragraphList": {
|
|
3533
|
+
"m": {
|
|
3534
|
+
"value": {
|
|
3535
|
+
"fontFamily": "Sage UI",
|
|
3536
|
+
"fontWeight": "Regular",
|
|
3537
|
+
"lineHeight": "150%",
|
|
3538
|
+
"fontSize": "14px",
|
|
3539
|
+
"letterSpacing": "0%",
|
|
3540
|
+
"paragraphSpacing": "0px"
|
|
3541
|
+
},
|
|
3542
|
+
"type": "typography"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
"title": {
|
|
3546
|
+
"m": {
|
|
3547
|
+
"value": {
|
|
3548
|
+
"fontFamily": "Sage UI",
|
|
3549
|
+
"fontWeight": "Bold",
|
|
3550
|
+
"lineHeight": "125%",
|
|
3551
|
+
"fontSize": "18px",
|
|
3552
|
+
"letterSpacing": "0%",
|
|
3553
|
+
"paragraphSpacing": "0px"
|
|
3554
|
+
},
|
|
3555
|
+
"type": "typography"
|
|
3556
|
+
}
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3473
3559
|
"pageState": {
|
|
3474
3560
|
"title": {
|
|
3475
3561
|
"m": {
|
|
@@ -3533,7 +3619,7 @@
|
|
|
3533
3619
|
"fontFamily": "Sage UI",
|
|
3534
3620
|
"fontWeight": "Medium",
|
|
3535
3621
|
"lineHeight": "150%",
|
|
3536
|
-
"fontSize": "
|
|
3622
|
+
"fontSize": "12px",
|
|
3537
3623
|
"letterSpacing": "0%",
|
|
3538
3624
|
"paragraphSpacing": "0px"
|
|
3539
3625
|
},
|
|
@@ -3544,7 +3630,7 @@
|
|
|
3544
3630
|
"fontFamily": "Sage UI",
|
|
3545
3631
|
"fontWeight": "Medium",
|
|
3546
3632
|
"lineHeight": "150%",
|
|
3547
|
-
"fontSize": "
|
|
3633
|
+
"fontSize": "14px",
|
|
3548
3634
|
"letterSpacing": "0%",
|
|
3549
3635
|
"paragraphSpacing": "0px"
|
|
3550
3636
|
},
|
|
@@ -4439,73 +4525,6 @@
|
|
|
4439
4525
|
"type": "typography"
|
|
4440
4526
|
}
|
|
4441
4527
|
}
|
|
4442
|
-
},
|
|
4443
|
-
"note": {
|
|
4444
|
-
"editorName": {
|
|
4445
|
-
"m": {
|
|
4446
|
-
"value": {
|
|
4447
|
-
"fontFamily": "Sage UI",
|
|
4448
|
-
"fontWeight": "Medium",
|
|
4449
|
-
"lineHeight": "150%",
|
|
4450
|
-
"fontSize": "14px",
|
|
4451
|
-
"letterSpacing": "0%",
|
|
4452
|
-
"paragraphSpacing": "0%"
|
|
4453
|
-
},
|
|
4454
|
-
"type": "typography"
|
|
4455
|
-
}
|
|
4456
|
-
},
|
|
4457
|
-
"date": {
|
|
4458
|
-
"m": {
|
|
4459
|
-
"value": {
|
|
4460
|
-
"fontFamily": "Sage UI",
|
|
4461
|
-
"fontWeight": "Regular",
|
|
4462
|
-
"lineHeight": "150%",
|
|
4463
|
-
"fontSize": "14px",
|
|
4464
|
-
"letterSpacing": "0%",
|
|
4465
|
-
"paragraphSpacing": "0px"
|
|
4466
|
-
},
|
|
4467
|
-
"type": "typography"
|
|
4468
|
-
}
|
|
4469
|
-
},
|
|
4470
|
-
"paragraph": {
|
|
4471
|
-
"m": {
|
|
4472
|
-
"value": {
|
|
4473
|
-
"fontFamily": "Sage UI",
|
|
4474
|
-
"fontWeight": "Regular",
|
|
4475
|
-
"lineHeight": "150%",
|
|
4476
|
-
"fontSize": "14px",
|
|
4477
|
-
"letterSpacing": "0%",
|
|
4478
|
-
"paragraphSpacing": "0px"
|
|
4479
|
-
},
|
|
4480
|
-
"type": "typography"
|
|
4481
|
-
}
|
|
4482
|
-
},
|
|
4483
|
-
"paragraphList": {
|
|
4484
|
-
"m": {
|
|
4485
|
-
"value": {
|
|
4486
|
-
"fontFamily": "Sage UI",
|
|
4487
|
-
"fontWeight": "Regular",
|
|
4488
|
-
"lineHeight": "150%",
|
|
4489
|
-
"fontSize": "14px",
|
|
4490
|
-
"letterSpacing": "0%",
|
|
4491
|
-
"paragraphSpacing": "0px"
|
|
4492
|
-
},
|
|
4493
|
-
"type": "typography"
|
|
4494
|
-
}
|
|
4495
|
-
},
|
|
4496
|
-
"title": {
|
|
4497
|
-
"m": {
|
|
4498
|
-
"value": {
|
|
4499
|
-
"fontFamily": "Sage UI",
|
|
4500
|
-
"fontWeight": "Bold",
|
|
4501
|
-
"lineHeight": "125%",
|
|
4502
|
-
"fontSize": "18px",
|
|
4503
|
-
"letterSpacing": "0%",
|
|
4504
|
-
"paragraphSpacing": "0px"
|
|
4505
|
-
},
|
|
4506
|
-
"type": "typography"
|
|
4507
|
-
}
|
|
4508
|
-
}
|
|
4509
4528
|
}
|
|
4510
4529
|
},
|
|
4511
4530
|
"opacity": {
|
|
@@ -1347,6 +1347,27 @@
|
|
|
1347
1347
|
|
|
1348
1348
|
</td>
|
|
1349
1349
|
</tr>
|
|
1350
|
+
<tr>
|
|
1351
|
+
<td class="with-icons is-vcentered"
|
|
1352
|
+
id="base-colorsActionMinor700"
|
|
1353
|
+
title="theme: base; category: colors; group: action; name: minor; variant: 700; ">
|
|
1354
|
+
colorsActionMinor700
|
|
1355
|
+
<a href="#base-colorsActionMinor700"
|
|
1356
|
+
title="permalink"
|
|
1357
|
+
class="permalink">
|
|
1358
|
+
🔗
|
|
1359
|
+
</a>
|
|
1360
|
+
</td>
|
|
1361
|
+
<td class="is-vcentered">
|
|
1362
|
+
<pre>#00283dff</pre>
|
|
1363
|
+
</td>
|
|
1364
|
+
<td class="is-vcentered">
|
|
1365
|
+
<div class="table__color-preview"
|
|
1366
|
+
style="background-color: #00283dff;">
|
|
1367
|
+
</div>
|
|
1368
|
+
|
|
1369
|
+
</td>
|
|
1370
|
+
</tr>
|
|
1350
1371
|
<tr>
|
|
1351
1372
|
<td class="with-icons is-vcentered"
|
|
1352
1373
|
id="base-colorsActionMinor850"
|
|
@@ -3279,6 +3300,48 @@
|
|
|
3279
3300
|
|
|
3280
3301
|
</td>
|
|
3281
3302
|
</tr>
|
|
3303
|
+
<tr>
|
|
3304
|
+
<td class="with-icons is-vcentered"
|
|
3305
|
+
id="base-colorsComponentsLeftnavWinterStandardBackgroundChild"
|
|
3306
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: background-child; ">
|
|
3307
|
+
colorsComponentsLeftnavWinterStandardBackgroundChild
|
|
3308
|
+
<a href="#base-colorsComponentsLeftnavWinterStandardBackgroundChild"
|
|
3309
|
+
title="permalink"
|
|
3310
|
+
class="permalink">
|
|
3311
|
+
🔗
|
|
3312
|
+
</a>
|
|
3313
|
+
</td>
|
|
3314
|
+
<td class="is-vcentered">
|
|
3315
|
+
<pre>#404040ff</pre>
|
|
3316
|
+
</td>
|
|
3317
|
+
<td class="is-vcentered">
|
|
3318
|
+
<div class="table__color-preview"
|
|
3319
|
+
style="background-color: #404040ff;">
|
|
3320
|
+
</div>
|
|
3321
|
+
|
|
3322
|
+
</td>
|
|
3323
|
+
</tr>
|
|
3324
|
+
<tr>
|
|
3325
|
+
<td class="with-icons is-vcentered"
|
|
3326
|
+
id="base-colorsComponentsLeftnavWinterStandardDividerOnDark"
|
|
3327
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: divider-on-dark; ">
|
|
3328
|
+
colorsComponentsLeftnavWinterStandardDividerOnDark
|
|
3329
|
+
<a href="#base-colorsComponentsLeftnavWinterStandardDividerOnDark"
|
|
3330
|
+
title="permalink"
|
|
3331
|
+
class="permalink">
|
|
3332
|
+
🔗
|
|
3333
|
+
</a>
|
|
3334
|
+
</td>
|
|
3335
|
+
<td class="is-vcentered">
|
|
3336
|
+
<pre>#0000008c</pre>
|
|
3337
|
+
</td>
|
|
3338
|
+
<td class="is-vcentered">
|
|
3339
|
+
<div class="table__color-preview"
|
|
3340
|
+
style="background-color: #0000008c;">
|
|
3341
|
+
</div>
|
|
3342
|
+
|
|
3343
|
+
</td>
|
|
3344
|
+
</tr>
|
|
3282
3345
|
<tr>
|
|
3283
3346
|
<td class="with-icons is-vcentered"
|
|
3284
3347
|
id="base-colorsComponentsLeftnavWinterStandardHover"
|