@gainsight-hub/design-tokens 0.2.2 → 0.2.3
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/dist/applyThemeConfig.js +22 -6
- package/dist/styles.css +12 -15
- package/dist/tailwind.preset.cjs +3 -16
- package/dist/tailwind.preset.mjs +3 -16
- package/dist/theme-manifest.json +180 -5
- package/dist/themes/legacy.css +11 -3
- package/dist/token-catalog.json +208 -326
- package/dist/tokens.d.ts +18 -15
- package/dist/tokens.js +10 -15
- package/dist/tokens.json +18 -15
- package/dist/tokens.scss +10 -15
- package/package.json +1 -1
package/dist/token-catalog.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.1.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-25T08:19:53.916Z",
|
|
4
4
|
"scales": {
|
|
5
5
|
"brand": {
|
|
6
6
|
"seedVar": "--theme-brand-700",
|
|
@@ -518,16 +518,6 @@
|
|
|
518
518
|
}
|
|
519
519
|
],
|
|
520
520
|
"typography": [
|
|
521
|
-
{
|
|
522
|
-
"cssVar": "--text-hero-font-family",
|
|
523
|
-
"path": "text.hero.font.family",
|
|
524
|
-
"type": "fontFamilies",
|
|
525
|
-
"value": "Roboto",
|
|
526
|
-
"description": null,
|
|
527
|
-
"references": "font.family.sans",
|
|
528
|
-
"derivedFrom": "typography",
|
|
529
|
-
"legacyMapping": null
|
|
530
|
-
},
|
|
531
521
|
{
|
|
532
522
|
"cssVar": "--text-hero-font-weight",
|
|
533
523
|
"path": "text.hero.font.weight",
|
|
@@ -558,16 +548,6 @@
|
|
|
558
548
|
"derivedFrom": "typography",
|
|
559
549
|
"legacyMapping": null
|
|
560
550
|
},
|
|
561
|
-
{
|
|
562
|
-
"cssVar": "--text-heading-small-font-family",
|
|
563
|
-
"path": "text.heading.small.font.family",
|
|
564
|
-
"type": "fontFamilies",
|
|
565
|
-
"value": "Roboto",
|
|
566
|
-
"description": null,
|
|
567
|
-
"references": "font.family.sans",
|
|
568
|
-
"derivedFrom": "typography",
|
|
569
|
-
"legacyMapping": null
|
|
570
|
-
},
|
|
571
551
|
{
|
|
572
552
|
"cssVar": "--text-heading-small-font-weight",
|
|
573
553
|
"path": "text.heading.small.font.weight",
|
|
@@ -598,16 +578,6 @@
|
|
|
598
578
|
"derivedFrom": "typography",
|
|
599
579
|
"legacyMapping": null
|
|
600
580
|
},
|
|
601
|
-
{
|
|
602
|
-
"cssVar": "--text-heading-medium-font-family",
|
|
603
|
-
"path": "text.heading.medium.font.family",
|
|
604
|
-
"type": "fontFamilies",
|
|
605
|
-
"value": "Roboto",
|
|
606
|
-
"description": null,
|
|
607
|
-
"references": "font.family.sans",
|
|
608
|
-
"derivedFrom": "typography",
|
|
609
|
-
"legacyMapping": null
|
|
610
|
-
},
|
|
611
581
|
{
|
|
612
582
|
"cssVar": "--text-heading-medium-font-weight",
|
|
613
583
|
"path": "text.heading.medium.font.weight",
|
|
@@ -638,16 +608,6 @@
|
|
|
638
608
|
"derivedFrom": "typography",
|
|
639
609
|
"legacyMapping": null
|
|
640
610
|
},
|
|
641
|
-
{
|
|
642
|
-
"cssVar": "--text-heading-large-font-family",
|
|
643
|
-
"path": "text.heading.large.font.family",
|
|
644
|
-
"type": "fontFamilies",
|
|
645
|
-
"value": "Roboto",
|
|
646
|
-
"description": null,
|
|
647
|
-
"references": "font.family.sans",
|
|
648
|
-
"derivedFrom": "typography",
|
|
649
|
-
"legacyMapping": null
|
|
650
|
-
},
|
|
651
611
|
{
|
|
652
612
|
"cssVar": "--text-heading-large-font-weight",
|
|
653
613
|
"path": "text.heading.large.font.weight",
|
|
@@ -678,16 +638,6 @@
|
|
|
678
638
|
"derivedFrom": "typography",
|
|
679
639
|
"legacyMapping": null
|
|
680
640
|
},
|
|
681
|
-
{
|
|
682
|
-
"cssVar": "--text-heading-xlarge-font-family",
|
|
683
|
-
"path": "text.heading.xlarge.font.family",
|
|
684
|
-
"type": "fontFamilies",
|
|
685
|
-
"value": "Roboto",
|
|
686
|
-
"description": null,
|
|
687
|
-
"references": "font.family.sans",
|
|
688
|
-
"derivedFrom": "typography",
|
|
689
|
-
"legacyMapping": null
|
|
690
|
-
},
|
|
691
641
|
{
|
|
692
642
|
"cssVar": "--text-heading-xlarge-font-weight",
|
|
693
643
|
"path": "text.heading.xlarge.font.weight",
|
|
@@ -718,16 +668,6 @@
|
|
|
718
668
|
"derivedFrom": "typography",
|
|
719
669
|
"legacyMapping": null
|
|
720
670
|
},
|
|
721
|
-
{
|
|
722
|
-
"cssVar": "--text-body-small-font-family",
|
|
723
|
-
"path": "text.body.small.font.family",
|
|
724
|
-
"type": "fontFamilies",
|
|
725
|
-
"value": "Roboto",
|
|
726
|
-
"description": null,
|
|
727
|
-
"references": "font.family.sans",
|
|
728
|
-
"derivedFrom": "typography",
|
|
729
|
-
"legacyMapping": null
|
|
730
|
-
},
|
|
731
671
|
{
|
|
732
672
|
"cssVar": "--text-body-small-font-weight",
|
|
733
673
|
"path": "text.body.small.font.weight",
|
|
@@ -758,16 +698,6 @@
|
|
|
758
698
|
"derivedFrom": "typography",
|
|
759
699
|
"legacyMapping": null
|
|
760
700
|
},
|
|
761
|
-
{
|
|
762
|
-
"cssVar": "--text-body-medium-font-family",
|
|
763
|
-
"path": "text.body.medium.font.family",
|
|
764
|
-
"type": "fontFamilies",
|
|
765
|
-
"value": "Roboto",
|
|
766
|
-
"description": null,
|
|
767
|
-
"references": "font.family.sans",
|
|
768
|
-
"derivedFrom": "typography",
|
|
769
|
-
"legacyMapping": null
|
|
770
|
-
},
|
|
771
701
|
{
|
|
772
702
|
"cssVar": "--text-body-medium-font-weight",
|
|
773
703
|
"path": "text.body.medium.font.weight",
|
|
@@ -798,16 +728,6 @@
|
|
|
798
728
|
"derivedFrom": "typography",
|
|
799
729
|
"legacyMapping": null
|
|
800
730
|
},
|
|
801
|
-
{
|
|
802
|
-
"cssVar": "--text-body-large-font-family",
|
|
803
|
-
"path": "text.body.large.font.family",
|
|
804
|
-
"type": "fontFamilies",
|
|
805
|
-
"value": "Roboto",
|
|
806
|
-
"description": null,
|
|
807
|
-
"references": "font.family.sans",
|
|
808
|
-
"derivedFrom": "typography",
|
|
809
|
-
"legacyMapping": null
|
|
810
|
-
},
|
|
811
731
|
{
|
|
812
732
|
"cssVar": "--text-body-large-font-weight",
|
|
813
733
|
"path": "text.body.large.font.weight",
|
|
@@ -838,16 +758,6 @@
|
|
|
838
758
|
"derivedFrom": "typography",
|
|
839
759
|
"legacyMapping": null
|
|
840
760
|
},
|
|
841
|
-
{
|
|
842
|
-
"cssVar": "--text-navigation-font-family",
|
|
843
|
-
"path": "text.navigation.font.family",
|
|
844
|
-
"type": "fontFamilies",
|
|
845
|
-
"value": "Roboto",
|
|
846
|
-
"description": null,
|
|
847
|
-
"references": "font.family.sans",
|
|
848
|
-
"derivedFrom": "typography",
|
|
849
|
-
"legacyMapping": null
|
|
850
|
-
},
|
|
851
761
|
{
|
|
852
762
|
"cssVar": "--text-navigation-font-weight",
|
|
853
763
|
"path": "text.navigation.font.weight",
|
|
@@ -878,16 +788,6 @@
|
|
|
878
788
|
"derivedFrom": "typography",
|
|
879
789
|
"legacyMapping": null
|
|
880
790
|
},
|
|
881
|
-
{
|
|
882
|
-
"cssVar": "--text-menu-font-family",
|
|
883
|
-
"path": "text.menu.font.family",
|
|
884
|
-
"type": "fontFamilies",
|
|
885
|
-
"value": "Roboto",
|
|
886
|
-
"description": null,
|
|
887
|
-
"references": "font.family.sans",
|
|
888
|
-
"derivedFrom": "typography",
|
|
889
|
-
"legacyMapping": null
|
|
890
|
-
},
|
|
891
791
|
{
|
|
892
792
|
"cssVar": "--text-menu-font-weight",
|
|
893
793
|
"path": "text.menu.font.weight",
|
|
@@ -918,16 +818,6 @@
|
|
|
918
818
|
"derivedFrom": "typography",
|
|
919
819
|
"legacyMapping": null
|
|
920
820
|
},
|
|
921
|
-
{
|
|
922
|
-
"cssVar": "--text-button-font-family",
|
|
923
|
-
"path": "text.button.font.family",
|
|
924
|
-
"type": "fontFamilies",
|
|
925
|
-
"value": "Roboto",
|
|
926
|
-
"description": null,
|
|
927
|
-
"references": "font.family.sans",
|
|
928
|
-
"derivedFrom": "typography",
|
|
929
|
-
"legacyMapping": null
|
|
930
|
-
},
|
|
931
821
|
{
|
|
932
822
|
"cssVar": "--text-button-font-weight",
|
|
933
823
|
"path": "text.button.font.weight",
|
|
@@ -958,16 +848,6 @@
|
|
|
958
848
|
"derivedFrom": "typography",
|
|
959
849
|
"legacyMapping": null
|
|
960
850
|
},
|
|
961
|
-
{
|
|
962
|
-
"cssVar": "--text-label-small-font-family",
|
|
963
|
-
"path": "text.label.small.font.family",
|
|
964
|
-
"type": "fontFamilies",
|
|
965
|
-
"value": "Roboto",
|
|
966
|
-
"description": null,
|
|
967
|
-
"references": "font.family.sans",
|
|
968
|
-
"derivedFrom": "typography",
|
|
969
|
-
"legacyMapping": null
|
|
970
|
-
},
|
|
971
851
|
{
|
|
972
852
|
"cssVar": "--text-label-small-font-weight",
|
|
973
853
|
"path": "text.label.small.font.weight",
|
|
@@ -998,16 +878,6 @@
|
|
|
998
878
|
"derivedFrom": "typography",
|
|
999
879
|
"legacyMapping": null
|
|
1000
880
|
},
|
|
1001
|
-
{
|
|
1002
|
-
"cssVar": "--text-label-medium-font-family",
|
|
1003
|
-
"path": "text.label.medium.font.family",
|
|
1004
|
-
"type": "fontFamilies",
|
|
1005
|
-
"value": "Roboto",
|
|
1006
|
-
"description": null,
|
|
1007
|
-
"references": "font.family.sans",
|
|
1008
|
-
"derivedFrom": "typography",
|
|
1009
|
-
"legacyMapping": null
|
|
1010
|
-
},
|
|
1011
881
|
{
|
|
1012
882
|
"cssVar": "--text-label-medium-font-weight",
|
|
1013
883
|
"path": "text.label.medium.font.weight",
|
|
@@ -1038,16 +908,6 @@
|
|
|
1038
908
|
"derivedFrom": "typography",
|
|
1039
909
|
"legacyMapping": null
|
|
1040
910
|
},
|
|
1041
|
-
{
|
|
1042
|
-
"cssVar": "--text-caption-font-family",
|
|
1043
|
-
"path": "text.caption.font.family",
|
|
1044
|
-
"type": "fontFamilies",
|
|
1045
|
-
"value": "Roboto",
|
|
1046
|
-
"description": null,
|
|
1047
|
-
"references": "font.family.sans",
|
|
1048
|
-
"derivedFrom": "typography",
|
|
1049
|
-
"legacyMapping": null
|
|
1050
|
-
},
|
|
1051
911
|
{
|
|
1052
912
|
"cssVar": "--text-caption-font-weight",
|
|
1053
913
|
"path": "text.caption.font.weight",
|
|
@@ -1078,16 +938,6 @@
|
|
|
1078
938
|
"derivedFrom": "typography",
|
|
1079
939
|
"legacyMapping": null
|
|
1080
940
|
},
|
|
1081
|
-
{
|
|
1082
|
-
"cssVar": "--text-code-font-family",
|
|
1083
|
-
"path": "text.code.font.family",
|
|
1084
|
-
"type": "fontFamilies",
|
|
1085
|
-
"value": "Roboto Mono",
|
|
1086
|
-
"description": null,
|
|
1087
|
-
"references": "font.family.mono",
|
|
1088
|
-
"derivedFrom": "typography",
|
|
1089
|
-
"legacyMapping": null
|
|
1090
|
-
},
|
|
1091
941
|
{
|
|
1092
942
|
"cssVar": "--text-code-font-weight",
|
|
1093
943
|
"path": "text.code.font.weight",
|
|
@@ -1165,6 +1015,28 @@
|
|
|
1165
1015
|
]
|
|
1166
1016
|
},
|
|
1167
1017
|
"components": {
|
|
1018
|
+
"backtotop": [
|
|
1019
|
+
{
|
|
1020
|
+
"cssVar": "--backtotop-background",
|
|
1021
|
+
"path": "backtotop.background",
|
|
1022
|
+
"type": "color",
|
|
1023
|
+
"value": "#2B3346",
|
|
1024
|
+
"description": "Back-to-top button background.",
|
|
1025
|
+
"references": "color.surface.inverse",
|
|
1026
|
+
"derivedFrom": "surface",
|
|
1027
|
+
"legacyMapping": "$config-footer-background-color"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"cssVar": "--backtotop-content",
|
|
1031
|
+
"path": "backtotop.content",
|
|
1032
|
+
"type": "color",
|
|
1033
|
+
"value": "#FFFFFF",
|
|
1034
|
+
"description": "Back-to-top button icon/content color.",
|
|
1035
|
+
"references": "color.content.inverse",
|
|
1036
|
+
"derivedFrom": "content",
|
|
1037
|
+
"legacyMapping": "$config-footer-color"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1168
1040
|
"button": [
|
|
1169
1041
|
{
|
|
1170
1042
|
"cssVar": "--button-radius",
|
|
@@ -2203,26 +2075,86 @@
|
|
|
2203
2075
|
"legacyMapping": "$config-main-navigation-border-bottom-color"
|
|
2204
2076
|
}
|
|
2205
2077
|
],
|
|
2206
|
-
"
|
|
2078
|
+
"sidebar": [
|
|
2207
2079
|
{
|
|
2208
|
-
"cssVar": "--
|
|
2209
|
-
"path": "
|
|
2080
|
+
"cssVar": "--sidebar-background",
|
|
2081
|
+
"path": "sidebar.background",
|
|
2210
2082
|
"type": "color",
|
|
2211
|
-
"value": "#
|
|
2212
|
-
"description": "
|
|
2213
|
-
"references": "color.surface.
|
|
2083
|
+
"value": "#FFFFFF",
|
|
2084
|
+
"description": "Sidebar widget placeholder background color.",
|
|
2085
|
+
"references": "color.surface.default",
|
|
2214
2086
|
"derivedFrom": "surface",
|
|
2215
|
-
"legacyMapping": "$config-
|
|
2087
|
+
"legacyMapping": "$config-sidebar-background-color"
|
|
2216
2088
|
},
|
|
2217
2089
|
{
|
|
2218
|
-
"cssVar": "--
|
|
2219
|
-
"path": "
|
|
2090
|
+
"cssVar": "--sidebar-border-radius",
|
|
2091
|
+
"path": "sidebar.border.radius",
|
|
2092
|
+
"type": "borderRadius",
|
|
2093
|
+
"value": "8px",
|
|
2094
|
+
"description": "Sidebar widget placeholder border radius.",
|
|
2095
|
+
"references": "radius.100",
|
|
2096
|
+
"derivedFrom": "shape",
|
|
2097
|
+
"legacyMapping": "$config-sidebar-border-radius"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"cssVar": "--sidebar-border-color",
|
|
2101
|
+
"path": "sidebar.border.color",
|
|
2220
2102
|
"type": "color",
|
|
2221
|
-
"value": "#
|
|
2222
|
-
"description": "
|
|
2223
|
-
"references": "color.
|
|
2103
|
+
"value": "#DEDFE2",
|
|
2104
|
+
"description": "Sidebar widget placeholder border color.",
|
|
2105
|
+
"references": "color.line.default",
|
|
2106
|
+
"derivedFrom": "line",
|
|
2107
|
+
"legacyMapping": "$config-sidebar-border-color"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"cssVar": "--sidebar-border-width",
|
|
2111
|
+
"path": "sidebar.border.width",
|
|
2112
|
+
"type": "borderWidth",
|
|
2113
|
+
"value": "1px",
|
|
2114
|
+
"description": "Sidebar widget placeholder border width.",
|
|
2115
|
+
"references": "border.width.100",
|
|
2116
|
+
"derivedFrom": "shape",
|
|
2117
|
+
"legacyMapping": "$config-sidebar-border-width"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"cssVar": "--sidebar-shadow",
|
|
2121
|
+
"path": "sidebar.shadow",
|
|
2122
|
+
"type": "boxShadow",
|
|
2123
|
+
"value": "none",
|
|
2124
|
+
"description": "Sidebar widget placeholder box shadow.",
|
|
2125
|
+
"references": null,
|
|
2126
|
+
"derivedFrom": "static",
|
|
2127
|
+
"legacyMapping": "$config-sidebar-shadow"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"cssVar": "--sidebar-title-color",
|
|
2131
|
+
"path": "sidebar.title.color",
|
|
2132
|
+
"type": "color",
|
|
2133
|
+
"value": "#2B3346",
|
|
2134
|
+
"description": "Sidebar widget title text color.",
|
|
2135
|
+
"references": "color.content.heading.default",
|
|
2224
2136
|
"derivedFrom": "content",
|
|
2225
|
-
"legacyMapping": "$config-
|
|
2137
|
+
"legacyMapping": "$config-header-color"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"cssVar": "--sidebar-title-font-family",
|
|
2141
|
+
"path": "sidebar.title.font.family",
|
|
2142
|
+
"type": "fontFamilies",
|
|
2143
|
+
"value": "Roboto",
|
|
2144
|
+
"description": "Sidebar widget title font family.",
|
|
2145
|
+
"references": "font.family.sans",
|
|
2146
|
+
"derivedFrom": "typography",
|
|
2147
|
+
"legacyMapping": "$config-sidebar-widget-font-family"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"cssVar": "--sidebar-title-font-weight",
|
|
2151
|
+
"path": "sidebar.title.font.weight",
|
|
2152
|
+
"type": "fontWeights",
|
|
2153
|
+
"value": "500",
|
|
2154
|
+
"description": "Sidebar widget title font weight.",
|
|
2155
|
+
"references": "font.weight.medium",
|
|
2156
|
+
"derivedFrom": "typography",
|
|
2157
|
+
"legacyMapping": "$config-sidebar-widget-font-weight"
|
|
2226
2158
|
}
|
|
2227
2159
|
],
|
|
2228
2160
|
"widget": [
|
|
@@ -2604,6 +2536,26 @@
|
|
|
2604
2536
|
"derivedFrom": "static",
|
|
2605
2537
|
"legacyMapping": null
|
|
2606
2538
|
},
|
|
2539
|
+
{
|
|
2540
|
+
"cssVar": "--font-family-heading",
|
|
2541
|
+
"path": "font.family.heading",
|
|
2542
|
+
"type": "fontFamilies",
|
|
2543
|
+
"value": "Roboto",
|
|
2544
|
+
"description": null,
|
|
2545
|
+
"references": null,
|
|
2546
|
+
"derivedFrom": "static",
|
|
2547
|
+
"legacyMapping": null
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"cssVar": "--font-family-button",
|
|
2551
|
+
"path": "font.family.button",
|
|
2552
|
+
"type": "fontFamilies",
|
|
2553
|
+
"value": "Roboto",
|
|
2554
|
+
"description": null,
|
|
2555
|
+
"references": null,
|
|
2556
|
+
"derivedFrom": "static",
|
|
2557
|
+
"legacyMapping": null
|
|
2558
|
+
},
|
|
2607
2559
|
{
|
|
2608
2560
|
"cssVar": "--font-family-mono",
|
|
2609
2561
|
"path": "font.family.mono",
|
|
@@ -3253,16 +3205,6 @@
|
|
|
3253
3205
|
"derivedFrom": "neutral",
|
|
3254
3206
|
"legacyMapping": "$color.skeleton.default"
|
|
3255
3207
|
},
|
|
3256
|
-
{
|
|
3257
|
-
"cssVar": "--text-hero-font-family",
|
|
3258
|
-
"path": "text.hero.font.family",
|
|
3259
|
-
"type": "fontFamilies",
|
|
3260
|
-
"value": "Roboto",
|
|
3261
|
-
"description": null,
|
|
3262
|
-
"references": "font.family.sans",
|
|
3263
|
-
"derivedFrom": "typography",
|
|
3264
|
-
"legacyMapping": null
|
|
3265
|
-
},
|
|
3266
3208
|
{
|
|
3267
3209
|
"cssVar": "--text-hero-font-weight",
|
|
3268
3210
|
"path": "text.hero.font.weight",
|
|
@@ -3293,16 +3235,6 @@
|
|
|
3293
3235
|
"derivedFrom": "typography",
|
|
3294
3236
|
"legacyMapping": null
|
|
3295
3237
|
},
|
|
3296
|
-
{
|
|
3297
|
-
"cssVar": "--text-heading-small-font-family",
|
|
3298
|
-
"path": "text.heading.small.font.family",
|
|
3299
|
-
"type": "fontFamilies",
|
|
3300
|
-
"value": "Roboto",
|
|
3301
|
-
"description": null,
|
|
3302
|
-
"references": "font.family.sans",
|
|
3303
|
-
"derivedFrom": "typography",
|
|
3304
|
-
"legacyMapping": null
|
|
3305
|
-
},
|
|
3306
3238
|
{
|
|
3307
3239
|
"cssVar": "--text-heading-small-font-weight",
|
|
3308
3240
|
"path": "text.heading.small.font.weight",
|
|
@@ -3333,16 +3265,6 @@
|
|
|
3333
3265
|
"derivedFrom": "typography",
|
|
3334
3266
|
"legacyMapping": null
|
|
3335
3267
|
},
|
|
3336
|
-
{
|
|
3337
|
-
"cssVar": "--text-heading-medium-font-family",
|
|
3338
|
-
"path": "text.heading.medium.font.family",
|
|
3339
|
-
"type": "fontFamilies",
|
|
3340
|
-
"value": "Roboto",
|
|
3341
|
-
"description": null,
|
|
3342
|
-
"references": "font.family.sans",
|
|
3343
|
-
"derivedFrom": "typography",
|
|
3344
|
-
"legacyMapping": null
|
|
3345
|
-
},
|
|
3346
3268
|
{
|
|
3347
3269
|
"cssVar": "--text-heading-medium-font-weight",
|
|
3348
3270
|
"path": "text.heading.medium.font.weight",
|
|
@@ -3373,16 +3295,6 @@
|
|
|
3373
3295
|
"derivedFrom": "typography",
|
|
3374
3296
|
"legacyMapping": null
|
|
3375
3297
|
},
|
|
3376
|
-
{
|
|
3377
|
-
"cssVar": "--text-heading-large-font-family",
|
|
3378
|
-
"path": "text.heading.large.font.family",
|
|
3379
|
-
"type": "fontFamilies",
|
|
3380
|
-
"value": "Roboto",
|
|
3381
|
-
"description": null,
|
|
3382
|
-
"references": "font.family.sans",
|
|
3383
|
-
"derivedFrom": "typography",
|
|
3384
|
-
"legacyMapping": null
|
|
3385
|
-
},
|
|
3386
3298
|
{
|
|
3387
3299
|
"cssVar": "--text-heading-large-font-weight",
|
|
3388
3300
|
"path": "text.heading.large.font.weight",
|
|
@@ -3413,16 +3325,6 @@
|
|
|
3413
3325
|
"derivedFrom": "typography",
|
|
3414
3326
|
"legacyMapping": null
|
|
3415
3327
|
},
|
|
3416
|
-
{
|
|
3417
|
-
"cssVar": "--text-heading-xlarge-font-family",
|
|
3418
|
-
"path": "text.heading.xlarge.font.family",
|
|
3419
|
-
"type": "fontFamilies",
|
|
3420
|
-
"value": "Roboto",
|
|
3421
|
-
"description": null,
|
|
3422
|
-
"references": "font.family.sans",
|
|
3423
|
-
"derivedFrom": "typography",
|
|
3424
|
-
"legacyMapping": null
|
|
3425
|
-
},
|
|
3426
3328
|
{
|
|
3427
3329
|
"cssVar": "--text-heading-xlarge-font-weight",
|
|
3428
3330
|
"path": "text.heading.xlarge.font.weight",
|
|
@@ -3453,16 +3355,6 @@
|
|
|
3453
3355
|
"derivedFrom": "typography",
|
|
3454
3356
|
"legacyMapping": null
|
|
3455
3357
|
},
|
|
3456
|
-
{
|
|
3457
|
-
"cssVar": "--text-body-small-font-family",
|
|
3458
|
-
"path": "text.body.small.font.family",
|
|
3459
|
-
"type": "fontFamilies",
|
|
3460
|
-
"value": "Roboto",
|
|
3461
|
-
"description": null,
|
|
3462
|
-
"references": "font.family.sans",
|
|
3463
|
-
"derivedFrom": "typography",
|
|
3464
|
-
"legacyMapping": null
|
|
3465
|
-
},
|
|
3466
3358
|
{
|
|
3467
3359
|
"cssVar": "--text-body-small-font-weight",
|
|
3468
3360
|
"path": "text.body.small.font.weight",
|
|
@@ -3493,16 +3385,6 @@
|
|
|
3493
3385
|
"derivedFrom": "typography",
|
|
3494
3386
|
"legacyMapping": null
|
|
3495
3387
|
},
|
|
3496
|
-
{
|
|
3497
|
-
"cssVar": "--text-body-medium-font-family",
|
|
3498
|
-
"path": "text.body.medium.font.family",
|
|
3499
|
-
"type": "fontFamilies",
|
|
3500
|
-
"value": "Roboto",
|
|
3501
|
-
"description": null,
|
|
3502
|
-
"references": "font.family.sans",
|
|
3503
|
-
"derivedFrom": "typography",
|
|
3504
|
-
"legacyMapping": null
|
|
3505
|
-
},
|
|
3506
3388
|
{
|
|
3507
3389
|
"cssVar": "--text-body-medium-font-weight",
|
|
3508
3390
|
"path": "text.body.medium.font.weight",
|
|
@@ -3533,16 +3415,6 @@
|
|
|
3533
3415
|
"derivedFrom": "typography",
|
|
3534
3416
|
"legacyMapping": null
|
|
3535
3417
|
},
|
|
3536
|
-
{
|
|
3537
|
-
"cssVar": "--text-body-large-font-family",
|
|
3538
|
-
"path": "text.body.large.font.family",
|
|
3539
|
-
"type": "fontFamilies",
|
|
3540
|
-
"value": "Roboto",
|
|
3541
|
-
"description": null,
|
|
3542
|
-
"references": "font.family.sans",
|
|
3543
|
-
"derivedFrom": "typography",
|
|
3544
|
-
"legacyMapping": null
|
|
3545
|
-
},
|
|
3546
3418
|
{
|
|
3547
3419
|
"cssVar": "--text-body-large-font-weight",
|
|
3548
3420
|
"path": "text.body.large.font.weight",
|
|
@@ -3573,16 +3445,6 @@
|
|
|
3573
3445
|
"derivedFrom": "typography",
|
|
3574
3446
|
"legacyMapping": null
|
|
3575
3447
|
},
|
|
3576
|
-
{
|
|
3577
|
-
"cssVar": "--text-navigation-font-family",
|
|
3578
|
-
"path": "text.navigation.font.family",
|
|
3579
|
-
"type": "fontFamilies",
|
|
3580
|
-
"value": "Roboto",
|
|
3581
|
-
"description": null,
|
|
3582
|
-
"references": "font.family.sans",
|
|
3583
|
-
"derivedFrom": "typography",
|
|
3584
|
-
"legacyMapping": null
|
|
3585
|
-
},
|
|
3586
3448
|
{
|
|
3587
3449
|
"cssVar": "--text-navigation-font-weight",
|
|
3588
3450
|
"path": "text.navigation.font.weight",
|
|
@@ -3613,16 +3475,6 @@
|
|
|
3613
3475
|
"derivedFrom": "typography",
|
|
3614
3476
|
"legacyMapping": null
|
|
3615
3477
|
},
|
|
3616
|
-
{
|
|
3617
|
-
"cssVar": "--text-menu-font-family",
|
|
3618
|
-
"path": "text.menu.font.family",
|
|
3619
|
-
"type": "fontFamilies",
|
|
3620
|
-
"value": "Roboto",
|
|
3621
|
-
"description": null,
|
|
3622
|
-
"references": "font.family.sans",
|
|
3623
|
-
"derivedFrom": "typography",
|
|
3624
|
-
"legacyMapping": null
|
|
3625
|
-
},
|
|
3626
3478
|
{
|
|
3627
3479
|
"cssVar": "--text-menu-font-weight",
|
|
3628
3480
|
"path": "text.menu.font.weight",
|
|
@@ -3653,16 +3505,6 @@
|
|
|
3653
3505
|
"derivedFrom": "typography",
|
|
3654
3506
|
"legacyMapping": null
|
|
3655
3507
|
},
|
|
3656
|
-
{
|
|
3657
|
-
"cssVar": "--text-button-font-family",
|
|
3658
|
-
"path": "text.button.font.family",
|
|
3659
|
-
"type": "fontFamilies",
|
|
3660
|
-
"value": "Roboto",
|
|
3661
|
-
"description": null,
|
|
3662
|
-
"references": "font.family.sans",
|
|
3663
|
-
"derivedFrom": "typography",
|
|
3664
|
-
"legacyMapping": null
|
|
3665
|
-
},
|
|
3666
3508
|
{
|
|
3667
3509
|
"cssVar": "--text-button-font-weight",
|
|
3668
3510
|
"path": "text.button.font.weight",
|
|
@@ -3693,16 +3535,6 @@
|
|
|
3693
3535
|
"derivedFrom": "typography",
|
|
3694
3536
|
"legacyMapping": null
|
|
3695
3537
|
},
|
|
3696
|
-
{
|
|
3697
|
-
"cssVar": "--text-label-small-font-family",
|
|
3698
|
-
"path": "text.label.small.font.family",
|
|
3699
|
-
"type": "fontFamilies",
|
|
3700
|
-
"value": "Roboto",
|
|
3701
|
-
"description": null,
|
|
3702
|
-
"references": "font.family.sans",
|
|
3703
|
-
"derivedFrom": "typography",
|
|
3704
|
-
"legacyMapping": null
|
|
3705
|
-
},
|
|
3706
3538
|
{
|
|
3707
3539
|
"cssVar": "--text-label-small-font-weight",
|
|
3708
3540
|
"path": "text.label.small.font.weight",
|
|
@@ -3733,16 +3565,6 @@
|
|
|
3733
3565
|
"derivedFrom": "typography",
|
|
3734
3566
|
"legacyMapping": null
|
|
3735
3567
|
},
|
|
3736
|
-
{
|
|
3737
|
-
"cssVar": "--text-label-medium-font-family",
|
|
3738
|
-
"path": "text.label.medium.font.family",
|
|
3739
|
-
"type": "fontFamilies",
|
|
3740
|
-
"value": "Roboto",
|
|
3741
|
-
"description": null,
|
|
3742
|
-
"references": "font.family.sans",
|
|
3743
|
-
"derivedFrom": "typography",
|
|
3744
|
-
"legacyMapping": null
|
|
3745
|
-
},
|
|
3746
3568
|
{
|
|
3747
3569
|
"cssVar": "--text-label-medium-font-weight",
|
|
3748
3570
|
"path": "text.label.medium.font.weight",
|
|
@@ -3773,16 +3595,6 @@
|
|
|
3773
3595
|
"derivedFrom": "typography",
|
|
3774
3596
|
"legacyMapping": null
|
|
3775
3597
|
},
|
|
3776
|
-
{
|
|
3777
|
-
"cssVar": "--text-caption-font-family",
|
|
3778
|
-
"path": "text.caption.font.family",
|
|
3779
|
-
"type": "fontFamilies",
|
|
3780
|
-
"value": "Roboto",
|
|
3781
|
-
"description": null,
|
|
3782
|
-
"references": "font.family.sans",
|
|
3783
|
-
"derivedFrom": "typography",
|
|
3784
|
-
"legacyMapping": null
|
|
3785
|
-
},
|
|
3786
3598
|
{
|
|
3787
3599
|
"cssVar": "--text-caption-font-weight",
|
|
3788
3600
|
"path": "text.caption.font.weight",
|
|
@@ -3813,16 +3625,6 @@
|
|
|
3813
3625
|
"derivedFrom": "typography",
|
|
3814
3626
|
"legacyMapping": null
|
|
3815
3627
|
},
|
|
3816
|
-
{
|
|
3817
|
-
"cssVar": "--text-code-font-family",
|
|
3818
|
-
"path": "text.code.font.family",
|
|
3819
|
-
"type": "fontFamilies",
|
|
3820
|
-
"value": "Roboto Mono",
|
|
3821
|
-
"description": null,
|
|
3822
|
-
"references": "font.family.mono",
|
|
3823
|
-
"derivedFrom": "typography",
|
|
3824
|
-
"legacyMapping": null
|
|
3825
|
-
},
|
|
3826
3628
|
{
|
|
3827
3629
|
"cssVar": "--text-code-font-weight",
|
|
3828
3630
|
"path": "text.code.font.weight",
|
|
@@ -3893,6 +3695,26 @@
|
|
|
3893
3695
|
"derivedFrom": "elevation",
|
|
3894
3696
|
"legacyMapping": null
|
|
3895
3697
|
},
|
|
3698
|
+
{
|
|
3699
|
+
"cssVar": "--backtotop-background",
|
|
3700
|
+
"path": "backtotop.background",
|
|
3701
|
+
"type": "color",
|
|
3702
|
+
"value": "#2B3346",
|
|
3703
|
+
"description": "Back-to-top button background.",
|
|
3704
|
+
"references": "color.surface.inverse",
|
|
3705
|
+
"derivedFrom": "surface",
|
|
3706
|
+
"legacyMapping": "$config-footer-background-color"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"cssVar": "--backtotop-content",
|
|
3710
|
+
"path": "backtotop.content",
|
|
3711
|
+
"type": "color",
|
|
3712
|
+
"value": "#FFFFFF",
|
|
3713
|
+
"description": "Back-to-top button icon/content color.",
|
|
3714
|
+
"references": "color.content.inverse",
|
|
3715
|
+
"derivedFrom": "content",
|
|
3716
|
+
"legacyMapping": "$config-footer-color"
|
|
3717
|
+
},
|
|
3896
3718
|
{
|
|
3897
3719
|
"cssVar": "--button-radius",
|
|
3898
3720
|
"path": "button.radius",
|
|
@@ -4924,24 +4746,84 @@
|
|
|
4924
4746
|
"legacyMapping": "$config-main-navigation-border-bottom-color"
|
|
4925
4747
|
},
|
|
4926
4748
|
{
|
|
4927
|
-
"cssVar": "--
|
|
4928
|
-
"path": "
|
|
4749
|
+
"cssVar": "--sidebar-background",
|
|
4750
|
+
"path": "sidebar.background",
|
|
4929
4751
|
"type": "color",
|
|
4930
|
-
"value": "#
|
|
4931
|
-
"description": "
|
|
4932
|
-
"references": "color.surface.
|
|
4752
|
+
"value": "#FFFFFF",
|
|
4753
|
+
"description": "Sidebar widget placeholder background color.",
|
|
4754
|
+
"references": "color.surface.default",
|
|
4933
4755
|
"derivedFrom": "surface",
|
|
4934
|
-
"legacyMapping": "$config-
|
|
4756
|
+
"legacyMapping": "$config-sidebar-background-color"
|
|
4935
4757
|
},
|
|
4936
4758
|
{
|
|
4937
|
-
"cssVar": "--
|
|
4938
|
-
"path": "
|
|
4759
|
+
"cssVar": "--sidebar-border-radius",
|
|
4760
|
+
"path": "sidebar.border.radius",
|
|
4761
|
+
"type": "borderRadius",
|
|
4762
|
+
"value": "8px",
|
|
4763
|
+
"description": "Sidebar widget placeholder border radius.",
|
|
4764
|
+
"references": "radius.100",
|
|
4765
|
+
"derivedFrom": "shape",
|
|
4766
|
+
"legacyMapping": "$config-sidebar-border-radius"
|
|
4767
|
+
},
|
|
4768
|
+
{
|
|
4769
|
+
"cssVar": "--sidebar-border-color",
|
|
4770
|
+
"path": "sidebar.border.color",
|
|
4939
4771
|
"type": "color",
|
|
4940
|
-
"value": "#
|
|
4941
|
-
"description": "
|
|
4942
|
-
"references": "color.
|
|
4772
|
+
"value": "#DEDFE2",
|
|
4773
|
+
"description": "Sidebar widget placeholder border color.",
|
|
4774
|
+
"references": "color.line.default",
|
|
4775
|
+
"derivedFrom": "line",
|
|
4776
|
+
"legacyMapping": "$config-sidebar-border-color"
|
|
4777
|
+
},
|
|
4778
|
+
{
|
|
4779
|
+
"cssVar": "--sidebar-border-width",
|
|
4780
|
+
"path": "sidebar.border.width",
|
|
4781
|
+
"type": "borderWidth",
|
|
4782
|
+
"value": "1px",
|
|
4783
|
+
"description": "Sidebar widget placeholder border width.",
|
|
4784
|
+
"references": "border.width.100",
|
|
4785
|
+
"derivedFrom": "shape",
|
|
4786
|
+
"legacyMapping": "$config-sidebar-border-width"
|
|
4787
|
+
},
|
|
4788
|
+
{
|
|
4789
|
+
"cssVar": "--sidebar-shadow",
|
|
4790
|
+
"path": "sidebar.shadow",
|
|
4791
|
+
"type": "boxShadow",
|
|
4792
|
+
"value": "none",
|
|
4793
|
+
"description": "Sidebar widget placeholder box shadow.",
|
|
4794
|
+
"references": null,
|
|
4795
|
+
"derivedFrom": "static",
|
|
4796
|
+
"legacyMapping": "$config-sidebar-shadow"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"cssVar": "--sidebar-title-color",
|
|
4800
|
+
"path": "sidebar.title.color",
|
|
4801
|
+
"type": "color",
|
|
4802
|
+
"value": "#2B3346",
|
|
4803
|
+
"description": "Sidebar widget title text color.",
|
|
4804
|
+
"references": "color.content.heading.default",
|
|
4943
4805
|
"derivedFrom": "content",
|
|
4944
|
-
"legacyMapping": "$config-
|
|
4806
|
+
"legacyMapping": "$config-header-color"
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"cssVar": "--sidebar-title-font-family",
|
|
4810
|
+
"path": "sidebar.title.font.family",
|
|
4811
|
+
"type": "fontFamilies",
|
|
4812
|
+
"value": "Roboto",
|
|
4813
|
+
"description": "Sidebar widget title font family.",
|
|
4814
|
+
"references": "font.family.sans",
|
|
4815
|
+
"derivedFrom": "typography",
|
|
4816
|
+
"legacyMapping": "$config-sidebar-widget-font-family"
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"cssVar": "--sidebar-title-font-weight",
|
|
4820
|
+
"path": "sidebar.title.font.weight",
|
|
4821
|
+
"type": "fontWeights",
|
|
4822
|
+
"value": "500",
|
|
4823
|
+
"description": "Sidebar widget title font weight.",
|
|
4824
|
+
"references": "font.weight.medium",
|
|
4825
|
+
"derivedFrom": "typography",
|
|
4826
|
+
"legacyMapping": "$config-sidebar-widget-font-weight"
|
|
4945
4827
|
},
|
|
4946
4828
|
{
|
|
4947
4829
|
"cssVar": "--widget-title",
|