@gitlab/ui 124.4.3 → 126.0.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/dist/components/base/alert/alert.js +1 -10
- package/dist/components/base/form/form_select/form_select.js +1 -9
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +193 -1
- package/dist/tokens/build/js/tokens.js +193 -1
- package/package.json +5 -10
- package/src/components/base/alert/alert.scss +0 -4
- package/src/components/base/alert/alert.vue +1 -10
- package/src/components/base/form/form_select/form_select.vue +1 -15
- package/src/tokens/build/css/tokens.css +192 -0
- package/src/tokens/build/css/tokens.dark.css +192 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +59 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +59 -0
- package/src/tokens/build/figma/constants.tokens.json +180 -0
- package/src/tokens/build/figma/semantic.tokens.json +209 -0
- package/src/tokens/build/js/tokens.dark.js +198 -0
- package/src/tokens/build/js/tokens.js +198 -0
- package/src/tokens/build/json/tokens.dark.json +1117 -0
- package/src/tokens/build/json/tokens.json +1117 -0
- package/src/tokens/build/scss/_tokens.dark.scss +192 -0
- package/src/tokens/build/scss/_tokens.scss +192 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +192 -0
- package/src/tokens/build/tailwind/components.cjs +253 -0
- package/src/tokens/build/tailwind/tokens.cjs +2 -0
- package/src/tokens/constant/heading.tokens.json +182 -0
- package/src/tokens/semantic/font.tokens.json +11 -0
- package/src/tokens/semantic/heading.tokens.json +178 -0
- package/src/tokens/semantic/letter_spacing.tokens.json +13 -0
- package/src/tokens/semantic/line_height.tokens.json +13 -0
- package/tailwind.defaults.js +2 -253
- package/bin/migrate_custom_utils_to_tw.bundled.mjs +0 -205443
- package/dist/tokens/css/tokens.css +0 -1156
- package/dist/tokens/css/tokens.dark.css +0 -1156
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +0 -42846
- package/dist/tokens/docs/tokens-tailwind-docs.json +0 -42846
- package/dist/tokens/figma/constants.tokens.json +0 -2756
- package/dist/tokens/figma/contextual.tokens.json +0 -5929
- package/dist/tokens/figma/deprecated.tokens.json +0 -2899
- package/dist/tokens/figma/semantic.tokens.json +0 -2479
- package/dist/tokens/js/tokens.dark.js +0 -1286
- package/dist/tokens/js/tokens.js +0 -1275
- package/dist/tokens/json/tokens.dark.json +0 -36934
- package/dist/tokens/json/tokens.json +0 -36934
- package/dist/tokens/scss/_tokens.dark.scss +0 -1153
- package/dist/tokens/scss/_tokens.scss +0 -1153
- package/dist/tokens/scss/_tokens_custom_properties.scss +0 -1154
- package/dist/tokens/tailwind/tokens.cjs +0 -558
|
@@ -2064,6 +2064,186 @@
|
|
|
2064
2064
|
}
|
|
2065
2065
|
}
|
|
2066
2066
|
},
|
|
2067
|
+
"heading": {
|
|
2068
|
+
"scale": {
|
|
2069
|
+
"100": {
|
|
2070
|
+
"$value": {
|
|
2071
|
+
"fontWeight": "{font.weight.heading}",
|
|
2072
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2073
|
+
"fontSize": "{font.size.100}",
|
|
2074
|
+
"letterSpacing": "inherit",
|
|
2075
|
+
"lineHeight": "{line-height.heading}",
|
|
2076
|
+
"color": "{text.color.heading}"
|
|
2077
|
+
},
|
|
2078
|
+
"$type": "typography"
|
|
2079
|
+
},
|
|
2080
|
+
"200": {
|
|
2081
|
+
"$value": {
|
|
2082
|
+
"fontWeight": "{font.weight.heading}",
|
|
2083
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2084
|
+
"fontSize": "{font.size.200}",
|
|
2085
|
+
"letterSpacing": "inherit",
|
|
2086
|
+
"lineHeight": "{line-height.heading}",
|
|
2087
|
+
"color": "{text.color.heading}"
|
|
2088
|
+
},
|
|
2089
|
+
"$type": "typography"
|
|
2090
|
+
},
|
|
2091
|
+
"300": {
|
|
2092
|
+
"$value": {
|
|
2093
|
+
"fontWeight": "{font.weight.heading}",
|
|
2094
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2095
|
+
"fontSize": "{font.size.300}",
|
|
2096
|
+
"letterSpacing": "inherit",
|
|
2097
|
+
"lineHeight": "{line-height.heading}",
|
|
2098
|
+
"color": "{text.color.heading}"
|
|
2099
|
+
},
|
|
2100
|
+
"$type": "typography"
|
|
2101
|
+
},
|
|
2102
|
+
"400": {
|
|
2103
|
+
"$value": {
|
|
2104
|
+
"fontWeight": "{font.weight.heading}",
|
|
2105
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2106
|
+
"fontSize": "{font.size.400}",
|
|
2107
|
+
"letterSpacing": "inherit",
|
|
2108
|
+
"lineHeight": "{line-height.heading}",
|
|
2109
|
+
"color": "{text.color.heading}"
|
|
2110
|
+
},
|
|
2111
|
+
"$type": "typography"
|
|
2112
|
+
},
|
|
2113
|
+
"500": {
|
|
2114
|
+
"$value": {
|
|
2115
|
+
"fontWeight": "{font.weight.heading}",
|
|
2116
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2117
|
+
"fontSize": "{font.size.500}",
|
|
2118
|
+
"letterSpacing": "inherit",
|
|
2119
|
+
"lineHeight": "{line-height.heading}",
|
|
2120
|
+
"color": "{text.color.heading}"
|
|
2121
|
+
},
|
|
2122
|
+
"$type": "typography"
|
|
2123
|
+
},
|
|
2124
|
+
"600": {
|
|
2125
|
+
"$value": {
|
|
2126
|
+
"fontWeight": "{font.weight.heading}",
|
|
2127
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2128
|
+
"fontSize": "{font.size.600}",
|
|
2129
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2130
|
+
"lineHeight": "{line-height.heading}",
|
|
2131
|
+
"color": "{text.color.heading}"
|
|
2132
|
+
},
|
|
2133
|
+
"$type": "typography"
|
|
2134
|
+
},
|
|
2135
|
+
"700": {
|
|
2136
|
+
"$value": {
|
|
2137
|
+
"fontWeight": "{font.weight.heading}",
|
|
2138
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2139
|
+
"fontSize": "{font.size.700}",
|
|
2140
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2141
|
+
"lineHeight": "{line-height.heading}",
|
|
2142
|
+
"color": "{text.color.heading}"
|
|
2143
|
+
},
|
|
2144
|
+
"$type": "typography"
|
|
2145
|
+
},
|
|
2146
|
+
"800": {
|
|
2147
|
+
"$value": {
|
|
2148
|
+
"fontWeight": "{font.weight.heading}",
|
|
2149
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2150
|
+
"fontSize": "{font.size.800}",
|
|
2151
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2152
|
+
"lineHeight": 1.125,
|
|
2153
|
+
"color": "{text.color.heading}"
|
|
2154
|
+
},
|
|
2155
|
+
"$type": "typography"
|
|
2156
|
+
},
|
|
2157
|
+
"100-fixed": {
|
|
2158
|
+
"$value": {
|
|
2159
|
+
"fontWeight": "{font.weight.heading}",
|
|
2160
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2161
|
+
"fontSize": "{font.size.100-fixed}",
|
|
2162
|
+
"letterSpacing": "inherit",
|
|
2163
|
+
"lineHeight": "{line-height.heading}",
|
|
2164
|
+
"color": "{text.color.heading}"
|
|
2165
|
+
},
|
|
2166
|
+
"$type": "typography"
|
|
2167
|
+
},
|
|
2168
|
+
"200-fixed": {
|
|
2169
|
+
"$value": {
|
|
2170
|
+
"fontWeight": "{font.weight.heading}",
|
|
2171
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2172
|
+
"fontSize": "{font.size.200-fixed}",
|
|
2173
|
+
"letterSpacing": "inherit",
|
|
2174
|
+
"lineHeight": "{line-height.heading}",
|
|
2175
|
+
"color": "{text.color.heading}"
|
|
2176
|
+
},
|
|
2177
|
+
"$type": "typography"
|
|
2178
|
+
},
|
|
2179
|
+
"300-fixed": {
|
|
2180
|
+
"$value": {
|
|
2181
|
+
"fontWeight": "{font.weight.heading}",
|
|
2182
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2183
|
+
"fontSize": "{font.size.300-fixed}",
|
|
2184
|
+
"letterSpacing": "inherit",
|
|
2185
|
+
"lineHeight": "{line-height.heading}",
|
|
2186
|
+
"color": "{text.color.heading}"
|
|
2187
|
+
},
|
|
2188
|
+
"$type": "typography"
|
|
2189
|
+
},
|
|
2190
|
+
"400-fixed": {
|
|
2191
|
+
"$value": {
|
|
2192
|
+
"fontWeight": "{font.weight.heading}",
|
|
2193
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2194
|
+
"fontSize": "{font.size.400-fixed}",
|
|
2195
|
+
"letterSpacing": "inherit",
|
|
2196
|
+
"lineHeight": "{line-height.heading}",
|
|
2197
|
+
"color": "{text.color.heading}"
|
|
2198
|
+
},
|
|
2199
|
+
"$type": "typography"
|
|
2200
|
+
},
|
|
2201
|
+
"500-fixed": {
|
|
2202
|
+
"$value": {
|
|
2203
|
+
"fontWeight": "{font.weight.heading}",
|
|
2204
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2205
|
+
"fontSize": "{font.size.500-fixed}",
|
|
2206
|
+
"letterSpacing": "inherit",
|
|
2207
|
+
"lineHeight": "{line-height.heading}",
|
|
2208
|
+
"color": "{text.color.heading}"
|
|
2209
|
+
},
|
|
2210
|
+
"$type": "typography"
|
|
2211
|
+
},
|
|
2212
|
+
"600-fixed": {
|
|
2213
|
+
"$value": {
|
|
2214
|
+
"fontWeight": "{font.weight.heading}",
|
|
2215
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2216
|
+
"fontSize": "{font.size.600-fixed}",
|
|
2217
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2218
|
+
"lineHeight": "{line-height.heading}",
|
|
2219
|
+
"color": "{text.color.heading}"
|
|
2220
|
+
},
|
|
2221
|
+
"$type": "typography"
|
|
2222
|
+
},
|
|
2223
|
+
"700-fixed": {
|
|
2224
|
+
"$value": {
|
|
2225
|
+
"fontWeight": "{font.weight.heading}",
|
|
2226
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2227
|
+
"fontSize": "{font.size.700-fixed}",
|
|
2228
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2229
|
+
"lineHeight": "{line-height.heading}",
|
|
2230
|
+
"color": "{text.color.heading}"
|
|
2231
|
+
},
|
|
2232
|
+
"$type": "typography"
|
|
2233
|
+
},
|
|
2234
|
+
"800-fixed": {
|
|
2235
|
+
"$value": {
|
|
2236
|
+
"fontWeight": "{font.weight.heading}",
|
|
2237
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2238
|
+
"fontSize": "{font.size.800-fixed}",
|
|
2239
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
2240
|
+
"lineHeight": 1.125,
|
|
2241
|
+
"color": "{text.color.heading}"
|
|
2242
|
+
},
|
|
2243
|
+
"$type": "typography"
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2067
2247
|
"line-height": {
|
|
2068
2248
|
"12": {
|
|
2069
2249
|
"$value": {
|
|
@@ -1824,6 +1824,193 @@
|
|
|
1824
1824
|
]
|
|
1825
1825
|
}
|
|
1826
1826
|
}
|
|
1827
|
+
},
|
|
1828
|
+
"weight": {
|
|
1829
|
+
"heading": {
|
|
1830
|
+
"$value": "{font.weight.bold}",
|
|
1831
|
+
"$type": "fontWeight",
|
|
1832
|
+
"$extensions": {
|
|
1833
|
+
"com.figma.scope": [
|
|
1834
|
+
"FONT_WEIGHT"
|
|
1835
|
+
]
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"heading": {
|
|
1841
|
+
"1": {
|
|
1842
|
+
"$value": {
|
|
1843
|
+
"fontWeight": "{font.weight.heading}",
|
|
1844
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1845
|
+
"fontSize": "{font.size.700}",
|
|
1846
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
1847
|
+
"lineHeight": "{line-height.heading}",
|
|
1848
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1849
|
+
"color": "{text.color.heading}"
|
|
1850
|
+
},
|
|
1851
|
+
"$type": "typography"
|
|
1852
|
+
},
|
|
1853
|
+
"2": {
|
|
1854
|
+
"$value": {
|
|
1855
|
+
"fontWeight": "{font.weight.heading}",
|
|
1856
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1857
|
+
"fontSize": "{font.size.600}",
|
|
1858
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
1859
|
+
"lineHeight": "{line-height.heading}",
|
|
1860
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1861
|
+
"color": "{text.color.heading}"
|
|
1862
|
+
},
|
|
1863
|
+
"$type": "typography"
|
|
1864
|
+
},
|
|
1865
|
+
"3": {
|
|
1866
|
+
"$value": {
|
|
1867
|
+
"fontWeight": "{font.weight.heading}",
|
|
1868
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1869
|
+
"fontSize": "{font.size.500}",
|
|
1870
|
+
"letterSpacing": "inherit",
|
|
1871
|
+
"lineHeight": "{line-height.heading}",
|
|
1872
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1873
|
+
"color": "{text.color.heading}"
|
|
1874
|
+
},
|
|
1875
|
+
"$type": "typography"
|
|
1876
|
+
},
|
|
1877
|
+
"4": {
|
|
1878
|
+
"$value": {
|
|
1879
|
+
"fontWeight": "{font.weight.heading}",
|
|
1880
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1881
|
+
"fontSize": "{font.size.400}",
|
|
1882
|
+
"letterSpacing": "inherit",
|
|
1883
|
+
"lineHeight": "{line-height.heading}",
|
|
1884
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1885
|
+
"color": "{text.color.heading}"
|
|
1886
|
+
},
|
|
1887
|
+
"$type": "typography"
|
|
1888
|
+
},
|
|
1889
|
+
"5": {
|
|
1890
|
+
"$value": {
|
|
1891
|
+
"fontWeight": "{font.weight.heading}",
|
|
1892
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1893
|
+
"fontSize": "{font.size.300}",
|
|
1894
|
+
"letterSpacing": "inherit",
|
|
1895
|
+
"lineHeight": "{line-height.heading}",
|
|
1896
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1897
|
+
"color": "{text.color.heading}"
|
|
1898
|
+
},
|
|
1899
|
+
"$type": "typography"
|
|
1900
|
+
},
|
|
1901
|
+
"6": {
|
|
1902
|
+
"$value": {
|
|
1903
|
+
"fontWeight": "{font.weight.heading}",
|
|
1904
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1905
|
+
"fontSize": "{font.size.200}",
|
|
1906
|
+
"letterSpacing": "inherit",
|
|
1907
|
+
"lineHeight": "{line-height.heading}",
|
|
1908
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1909
|
+
"color": "{text.color.heading}"
|
|
1910
|
+
},
|
|
1911
|
+
"$type": "typography"
|
|
1912
|
+
},
|
|
1913
|
+
"default": {
|
|
1914
|
+
"margin": {
|
|
1915
|
+
"top": {
|
|
1916
|
+
"$value": 0,
|
|
1917
|
+
"$type": "dimension",
|
|
1918
|
+
"$extensions": {
|
|
1919
|
+
"com.figma.scope": []
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
"bottom": {
|
|
1923
|
+
"$value": "{spacing-scale.5}",
|
|
1924
|
+
"$type": "dimension",
|
|
1925
|
+
"$extensions": {
|
|
1926
|
+
"com.figma.scope": []
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"display": {
|
|
1932
|
+
"$value": {
|
|
1933
|
+
"fontWeight": "{font.weight.heading}",
|
|
1934
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1935
|
+
"fontSize": "{font.size.800}",
|
|
1936
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
1937
|
+
"lineHeight": 1.125,
|
|
1938
|
+
"marginBottom": "{spacing-scale.6}",
|
|
1939
|
+
"color": "{text.color.heading}"
|
|
1940
|
+
},
|
|
1941
|
+
"$type": "typography"
|
|
1942
|
+
},
|
|
1943
|
+
"1-fixed": {
|
|
1944
|
+
"$value": {
|
|
1945
|
+
"fontWeight": "{font.weight.heading}",
|
|
1946
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1947
|
+
"fontSize": "{font.size.700-fixed}",
|
|
1948
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
1949
|
+
"lineHeight": "{line-height.heading}",
|
|
1950
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1951
|
+
"color": "{text.color.heading}"
|
|
1952
|
+
},
|
|
1953
|
+
"$type": "typography"
|
|
1954
|
+
},
|
|
1955
|
+
"2-fixed": {
|
|
1956
|
+
"$value": {
|
|
1957
|
+
"fontWeight": "{font.weight.heading}",
|
|
1958
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1959
|
+
"fontSize": "{font.size.600-fixed}",
|
|
1960
|
+
"letterSpacing": "{letter-spacing.heading}",
|
|
1961
|
+
"lineHeight": "{line-height.heading}",
|
|
1962
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1963
|
+
"color": "{text.color.heading}"
|
|
1964
|
+
},
|
|
1965
|
+
"$type": "typography"
|
|
1966
|
+
},
|
|
1967
|
+
"3-fixed": {
|
|
1968
|
+
"$value": {
|
|
1969
|
+
"fontWeight": "{font.weight.heading}",
|
|
1970
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1971
|
+
"fontSize": "{font.size.500-fixed}",
|
|
1972
|
+
"letterSpacing": "inherit",
|
|
1973
|
+
"lineHeight": "{line-height.heading}",
|
|
1974
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1975
|
+
"color": "{text.color.heading}"
|
|
1976
|
+
},
|
|
1977
|
+
"$type": "typography"
|
|
1978
|
+
},
|
|
1979
|
+
"4-fixed": {
|
|
1980
|
+
"$value": {
|
|
1981
|
+
"fontWeight": "{font.weight.heading}",
|
|
1982
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1983
|
+
"fontSize": "{font.size.400-fixed}",
|
|
1984
|
+
"letterSpacing": "inherit",
|
|
1985
|
+
"lineHeight": "{line-height.heading}",
|
|
1986
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1987
|
+
"color": "{text.color.heading}"
|
|
1988
|
+
},
|
|
1989
|
+
"$type": "typography"
|
|
1990
|
+
},
|
|
1991
|
+
"5-fixed": {
|
|
1992
|
+
"$value": {
|
|
1993
|
+
"fontWeight": "{font.weight.heading}",
|
|
1994
|
+
"marginTop": "{heading.default.margin.top}",
|
|
1995
|
+
"fontSize": "{font.size.300-fixed}",
|
|
1996
|
+
"letterSpacing": "inherit",
|
|
1997
|
+
"lineHeight": "{line-height.heading}",
|
|
1998
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
1999
|
+
"color": "{text.color.heading}"
|
|
2000
|
+
},
|
|
2001
|
+
"$type": "typography"
|
|
2002
|
+
},
|
|
2003
|
+
"6-fixed": {
|
|
2004
|
+
"$value": {
|
|
2005
|
+
"fontWeight": "{font.weight.heading}",
|
|
2006
|
+
"marginTop": "{heading.default.margin.top}",
|
|
2007
|
+
"fontSize": "{font.size.200-fixed}",
|
|
2008
|
+
"letterSpacing": "inherit",
|
|
2009
|
+
"lineHeight": "{line-height.heading}",
|
|
2010
|
+
"marginBottom": "{heading.default.margin.bottom}",
|
|
2011
|
+
"color": "{text.color.heading}"
|
|
2012
|
+
},
|
|
2013
|
+
"$type": "typography"
|
|
1827
2014
|
}
|
|
1828
2015
|
},
|
|
1829
2016
|
"highlight": {
|
|
@@ -2000,6 +2187,28 @@
|
|
|
2000
2187
|
}
|
|
2001
2188
|
}
|
|
2002
2189
|
},
|
|
2190
|
+
"letter-spacing": {
|
|
2191
|
+
"heading": {
|
|
2192
|
+
"$value": "-0.01em",
|
|
2193
|
+
"$type": "dimension",
|
|
2194
|
+
"$extensions": {
|
|
2195
|
+
"com.figma.scope": [
|
|
2196
|
+
"LETTER_SPACING"
|
|
2197
|
+
]
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"line-height": {
|
|
2202
|
+
"heading": {
|
|
2203
|
+
"$value": 1.25,
|
|
2204
|
+
"$type": "number",
|
|
2205
|
+
"$extensions": {
|
|
2206
|
+
"com.figma.scope": [
|
|
2207
|
+
"LINE_HEIGHT"
|
|
2208
|
+
]
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2003
2212
|
"shadow": {
|
|
2004
2213
|
"color": {
|
|
2005
2214
|
"default": {
|
|
@@ -298,6 +298,9 @@ export const GL_FONT_WEIGHT_300 = '300';
|
|
|
298
298
|
export const GL_FONT_WEIGHT_NORMAL = '400';
|
|
299
299
|
export const GL_FONT_WEIGHT_SEMIBOLD = '500';
|
|
300
300
|
export const GL_FONT_WEIGHT_BOLD = '600';
|
|
301
|
+
export const GL_FONT_WEIGHT_HEADING = '600';
|
|
302
|
+
export const GL_HEADING_DEFAULT_MARGIN_TOP = 0;
|
|
303
|
+
export const GL_HEADING_DEFAULT_MARGIN_BOTTOM = '1rem';
|
|
301
304
|
export const GL_LINE_HEIGHT_12 = '0.75rem';
|
|
302
305
|
export const GL_LINE_HEIGHT_16 = '1rem';
|
|
303
306
|
export const GL_LINE_HEIGHT_20 = '1.25rem';
|
|
@@ -308,6 +311,7 @@ export const GL_LINE_HEIGHT_36 = '2.25rem';
|
|
|
308
311
|
export const GL_LINE_HEIGHT_42 = '2.625rem';
|
|
309
312
|
export const GL_LINE_HEIGHT_44 = '2.75rem';
|
|
310
313
|
export const GL_LINE_HEIGHT_52 = '3.25rem';
|
|
314
|
+
export const GL_LINE_HEIGHT_HEADING = 1.25;
|
|
311
315
|
export const GL_OPACITY_0 = '0';
|
|
312
316
|
export const GL_OPACITY_1 = '.1';
|
|
313
317
|
export const GL_OPACITY_2 = '.2';
|
|
@@ -1208,6 +1212,7 @@ export const GL_ICON_COLOR_INFO = '#9dc7f1';
|
|
|
1208
1212
|
export const GL_ICON_COLOR_WARNING = '#d99530';
|
|
1209
1213
|
export const GL_ICON_COLOR_DANGER = '#f6806d';
|
|
1210
1214
|
export const GL_ICON_COLOR_SUCCESS = '#52b87a';
|
|
1215
|
+
export const GL_LETTER_SPACING_HEADING = '-0.01em';
|
|
1211
1216
|
export const GL_STATUS_NEUTRAL_BACKGROUND_COLOR = '#3a383f';
|
|
1212
1217
|
export const GL_STATUS_NEUTRAL_TEXT_COLOR = '#bfbfc3';
|
|
1213
1218
|
export const GL_STATUS_NEUTRAL_ICON_COLOR = '#a4a3a8';
|
|
@@ -1238,3 +1243,196 @@ export const GL_TEXT_COLOR_WARNING = '#d99530';
|
|
|
1238
1243
|
export const GL_TEXT_COLOR_DANGER = '#f6806d';
|
|
1239
1244
|
export const GL_TEXT_COLOR_SUCCESS = '#52b87a';
|
|
1240
1245
|
export const GL_TEXT_COLOR_DISABLED = '#89888d';
|
|
1246
|
+
export const GL_HEADING_1_FONT_WEIGHT = '600';
|
|
1247
|
+
export const GL_HEADING_1_MARGIN_TOP = 0;
|
|
1248
|
+
export const GL_HEADING_1_FONT_SIZE = 'clamp(1.5rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)';
|
|
1249
|
+
export const GL_HEADING_1_LETTER_SPACING = '-0.01em';
|
|
1250
|
+
export const GL_HEADING_1_LINE_HEIGHT = 1.25;
|
|
1251
|
+
export const GL_HEADING_1_MARGIN_BOTTOM = '1rem';
|
|
1252
|
+
export const GL_HEADING_1_COLOR = '#fff';
|
|
1253
|
+
export const GL_HEADING_2_FONT_WEIGHT = '600';
|
|
1254
|
+
export const GL_HEADING_2_MARGIN_TOP = 0;
|
|
1255
|
+
export const GL_HEADING_2_FONT_SIZE =
|
|
1256
|
+
'clamp(1.3125rem, 0.8680555556rem + 0.9259259259vw, 1.5625rem)';
|
|
1257
|
+
export const GL_HEADING_2_LETTER_SPACING = '-0.01em';
|
|
1258
|
+
export const GL_HEADING_2_LINE_HEIGHT = 1.25;
|
|
1259
|
+
export const GL_HEADING_2_MARGIN_BOTTOM = '1rem';
|
|
1260
|
+
export const GL_HEADING_2_COLOR = '#fff';
|
|
1261
|
+
export const GL_HEADING_3_FONT_WEIGHT = '600';
|
|
1262
|
+
export const GL_HEADING_3_MARGIN_TOP = 0;
|
|
1263
|
+
export const GL_HEADING_3_FONT_SIZE = 'clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem)';
|
|
1264
|
+
export const GL_HEADING_3_LETTER_SPACING = 'inherit';
|
|
1265
|
+
export const GL_HEADING_3_LINE_HEIGHT = 1.25;
|
|
1266
|
+
export const GL_HEADING_3_MARGIN_BOTTOM = '1rem';
|
|
1267
|
+
export const GL_HEADING_3_COLOR = '#fff';
|
|
1268
|
+
export const GL_HEADING_4_FONT_WEIGHT = '600';
|
|
1269
|
+
export const GL_HEADING_4_MARGIN_TOP = 0;
|
|
1270
|
+
export const GL_HEADING_4_FONT_SIZE = '1rem';
|
|
1271
|
+
export const GL_HEADING_4_LETTER_SPACING = 'inherit';
|
|
1272
|
+
export const GL_HEADING_4_LINE_HEIGHT = 1.25;
|
|
1273
|
+
export const GL_HEADING_4_MARGIN_BOTTOM = '1rem';
|
|
1274
|
+
export const GL_HEADING_4_COLOR = '#fff';
|
|
1275
|
+
export const GL_HEADING_5_FONT_WEIGHT = '600';
|
|
1276
|
+
export const GL_HEADING_5_MARGIN_TOP = 0;
|
|
1277
|
+
export const GL_HEADING_5_FONT_SIZE = '0.875rem';
|
|
1278
|
+
export const GL_HEADING_5_LETTER_SPACING = 'inherit';
|
|
1279
|
+
export const GL_HEADING_5_LINE_HEIGHT = 1.25;
|
|
1280
|
+
export const GL_HEADING_5_MARGIN_BOTTOM = '1rem';
|
|
1281
|
+
export const GL_HEADING_5_COLOR = '#fff';
|
|
1282
|
+
export const GL_HEADING_6_FONT_WEIGHT = '600';
|
|
1283
|
+
export const GL_HEADING_6_MARGIN_TOP = 0;
|
|
1284
|
+
export const GL_HEADING_6_FONT_SIZE = '0.8125rem';
|
|
1285
|
+
export const GL_HEADING_6_LETTER_SPACING = 'inherit';
|
|
1286
|
+
export const GL_HEADING_6_LINE_HEIGHT = 1.25;
|
|
1287
|
+
export const GL_HEADING_6_MARGIN_BOTTOM = '1rem';
|
|
1288
|
+
export const GL_HEADING_6_COLOR = '#fff';
|
|
1289
|
+
export const GL_HEADING_SCALE_100_FONT_WEIGHT = '600';
|
|
1290
|
+
export const GL_HEADING_SCALE_100_MARGIN_TOP = 0;
|
|
1291
|
+
export const GL_HEADING_SCALE_100_FONT_SIZE = '0.75rem';
|
|
1292
|
+
export const GL_HEADING_SCALE_100_LETTER_SPACING = 'inherit';
|
|
1293
|
+
export const GL_HEADING_SCALE_100_LINE_HEIGHT = 1.25;
|
|
1294
|
+
export const GL_HEADING_SCALE_100_COLOR = '#fff';
|
|
1295
|
+
export const GL_HEADING_SCALE_200_FONT_WEIGHT = '600';
|
|
1296
|
+
export const GL_HEADING_SCALE_200_MARGIN_TOP = 0;
|
|
1297
|
+
export const GL_HEADING_SCALE_200_FONT_SIZE = '0.8125rem';
|
|
1298
|
+
export const GL_HEADING_SCALE_200_LETTER_SPACING = 'inherit';
|
|
1299
|
+
export const GL_HEADING_SCALE_200_LINE_HEIGHT = 1.25;
|
|
1300
|
+
export const GL_HEADING_SCALE_200_COLOR = '#fff';
|
|
1301
|
+
export const GL_HEADING_SCALE_300_FONT_WEIGHT = '600';
|
|
1302
|
+
export const GL_HEADING_SCALE_300_MARGIN_TOP = 0;
|
|
1303
|
+
export const GL_HEADING_SCALE_300_FONT_SIZE = '0.875rem';
|
|
1304
|
+
export const GL_HEADING_SCALE_300_LETTER_SPACING = 'inherit';
|
|
1305
|
+
export const GL_HEADING_SCALE_300_LINE_HEIGHT = 1.25;
|
|
1306
|
+
export const GL_HEADING_SCALE_300_COLOR = '#fff';
|
|
1307
|
+
export const GL_HEADING_SCALE_400_FONT_WEIGHT = '600';
|
|
1308
|
+
export const GL_HEADING_SCALE_400_MARGIN_TOP = 0;
|
|
1309
|
+
export const GL_HEADING_SCALE_400_FONT_SIZE = '1rem';
|
|
1310
|
+
export const GL_HEADING_SCALE_400_LETTER_SPACING = 'inherit';
|
|
1311
|
+
export const GL_HEADING_SCALE_400_LINE_HEIGHT = 1.25;
|
|
1312
|
+
export const GL_HEADING_SCALE_400_COLOR = '#fff';
|
|
1313
|
+
export const GL_HEADING_SCALE_500_FONT_WEIGHT = '600';
|
|
1314
|
+
export const GL_HEADING_SCALE_500_MARGIN_TOP = 0;
|
|
1315
|
+
export const GL_HEADING_SCALE_500_FONT_SIZE =
|
|
1316
|
+
'clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem)';
|
|
1317
|
+
export const GL_HEADING_SCALE_500_LETTER_SPACING = 'inherit';
|
|
1318
|
+
export const GL_HEADING_SCALE_500_LINE_HEIGHT = 1.25;
|
|
1319
|
+
export const GL_HEADING_SCALE_500_COLOR = '#fff';
|
|
1320
|
+
export const GL_HEADING_SCALE_600_FONT_WEIGHT = '600';
|
|
1321
|
+
export const GL_HEADING_SCALE_600_MARGIN_TOP = 0;
|
|
1322
|
+
export const GL_HEADING_SCALE_600_FONT_SIZE =
|
|
1323
|
+
'clamp(1.3125rem, 0.8680555556rem + 0.9259259259vw, 1.5625rem)';
|
|
1324
|
+
export const GL_HEADING_SCALE_600_LETTER_SPACING = '-0.01em';
|
|
1325
|
+
export const GL_HEADING_SCALE_600_LINE_HEIGHT = 1.25;
|
|
1326
|
+
export const GL_HEADING_SCALE_600_COLOR = '#fff';
|
|
1327
|
+
export const GL_HEADING_SCALE_700_FONT_WEIGHT = '600';
|
|
1328
|
+
export const GL_HEADING_SCALE_700_MARGIN_TOP = 0;
|
|
1329
|
+
export const GL_HEADING_SCALE_700_FONT_SIZE =
|
|
1330
|
+
'clamp(1.5rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)';
|
|
1331
|
+
export const GL_HEADING_SCALE_700_LETTER_SPACING = '-0.01em';
|
|
1332
|
+
export const GL_HEADING_SCALE_700_LINE_HEIGHT = 1.25;
|
|
1333
|
+
export const GL_HEADING_SCALE_700_COLOR = '#fff';
|
|
1334
|
+
export const GL_HEADING_SCALE_800_FONT_WEIGHT = '600';
|
|
1335
|
+
export const GL_HEADING_SCALE_800_MARGIN_TOP = 0;
|
|
1336
|
+
export const GL_HEADING_SCALE_800_FONT_SIZE =
|
|
1337
|
+
'clamp(1.75rem, 0.8611111111rem + 1.8518518519vw, 2.25rem)';
|
|
1338
|
+
export const GL_HEADING_SCALE_800_LETTER_SPACING = '-0.01em';
|
|
1339
|
+
export const GL_HEADING_SCALE_800_LINE_HEIGHT = 1.125;
|
|
1340
|
+
export const GL_HEADING_SCALE_800_COLOR = '#fff';
|
|
1341
|
+
export const GL_HEADING_SCALE_100_FIXED_FONT_WEIGHT = '600';
|
|
1342
|
+
export const GL_HEADING_SCALE_100_FIXED_MARGIN_TOP = 0;
|
|
1343
|
+
export const GL_HEADING_SCALE_100_FIXED_FONT_SIZE = '0.75rem';
|
|
1344
|
+
export const GL_HEADING_SCALE_100_FIXED_LETTER_SPACING = 'inherit';
|
|
1345
|
+
export const GL_HEADING_SCALE_100_FIXED_LINE_HEIGHT = 1.25;
|
|
1346
|
+
export const GL_HEADING_SCALE_100_FIXED_COLOR = '#fff';
|
|
1347
|
+
export const GL_HEADING_SCALE_200_FIXED_FONT_WEIGHT = '600';
|
|
1348
|
+
export const GL_HEADING_SCALE_200_FIXED_MARGIN_TOP = 0;
|
|
1349
|
+
export const GL_HEADING_SCALE_200_FIXED_FONT_SIZE = '0.8125rem';
|
|
1350
|
+
export const GL_HEADING_SCALE_200_FIXED_LETTER_SPACING = 'inherit';
|
|
1351
|
+
export const GL_HEADING_SCALE_200_FIXED_LINE_HEIGHT = 1.25;
|
|
1352
|
+
export const GL_HEADING_SCALE_200_FIXED_COLOR = '#fff';
|
|
1353
|
+
export const GL_HEADING_SCALE_300_FIXED_FONT_WEIGHT = '600';
|
|
1354
|
+
export const GL_HEADING_SCALE_300_FIXED_MARGIN_TOP = 0;
|
|
1355
|
+
export const GL_HEADING_SCALE_300_FIXED_FONT_SIZE = '0.875rem';
|
|
1356
|
+
export const GL_HEADING_SCALE_300_FIXED_LETTER_SPACING = 'inherit';
|
|
1357
|
+
export const GL_HEADING_SCALE_300_FIXED_LINE_HEIGHT = 1.25;
|
|
1358
|
+
export const GL_HEADING_SCALE_300_FIXED_COLOR = '#fff';
|
|
1359
|
+
export const GL_HEADING_SCALE_400_FIXED_FONT_WEIGHT = '600';
|
|
1360
|
+
export const GL_HEADING_SCALE_400_FIXED_MARGIN_TOP = 0;
|
|
1361
|
+
export const GL_HEADING_SCALE_400_FIXED_FONT_SIZE = '1rem';
|
|
1362
|
+
export const GL_HEADING_SCALE_400_FIXED_LETTER_SPACING = 'inherit';
|
|
1363
|
+
export const GL_HEADING_SCALE_400_FIXED_LINE_HEIGHT = 1.25;
|
|
1364
|
+
export const GL_HEADING_SCALE_400_FIXED_COLOR = '#fff';
|
|
1365
|
+
export const GL_HEADING_SCALE_500_FIXED_FONT_WEIGHT = '600';
|
|
1366
|
+
export const GL_HEADING_SCALE_500_FIXED_MARGIN_TOP = 0;
|
|
1367
|
+
export const GL_HEADING_SCALE_500_FIXED_FONT_SIZE = '1.125rem';
|
|
1368
|
+
export const GL_HEADING_SCALE_500_FIXED_LETTER_SPACING = 'inherit';
|
|
1369
|
+
export const GL_HEADING_SCALE_500_FIXED_LINE_HEIGHT = 1.25;
|
|
1370
|
+
export const GL_HEADING_SCALE_500_FIXED_COLOR = '#fff';
|
|
1371
|
+
export const GL_HEADING_SCALE_600_FIXED_FONT_WEIGHT = '600';
|
|
1372
|
+
export const GL_HEADING_SCALE_600_FIXED_MARGIN_TOP = 0;
|
|
1373
|
+
export const GL_HEADING_SCALE_600_FIXED_FONT_SIZE = '1.3125rem';
|
|
1374
|
+
export const GL_HEADING_SCALE_600_FIXED_LETTER_SPACING = '-0.01em';
|
|
1375
|
+
export const GL_HEADING_SCALE_600_FIXED_LINE_HEIGHT = 1.25;
|
|
1376
|
+
export const GL_HEADING_SCALE_600_FIXED_COLOR = '#fff';
|
|
1377
|
+
export const GL_HEADING_SCALE_700_FIXED_FONT_WEIGHT = '600';
|
|
1378
|
+
export const GL_HEADING_SCALE_700_FIXED_MARGIN_TOP = 0;
|
|
1379
|
+
export const GL_HEADING_SCALE_700_FIXED_FONT_SIZE = '1.5rem';
|
|
1380
|
+
export const GL_HEADING_SCALE_700_FIXED_LETTER_SPACING = '-0.01em';
|
|
1381
|
+
export const GL_HEADING_SCALE_700_FIXED_LINE_HEIGHT = 1.25;
|
|
1382
|
+
export const GL_HEADING_SCALE_700_FIXED_COLOR = '#fff';
|
|
1383
|
+
export const GL_HEADING_SCALE_800_FIXED_FONT_WEIGHT = '600';
|
|
1384
|
+
export const GL_HEADING_SCALE_800_FIXED_MARGIN_TOP = 0;
|
|
1385
|
+
export const GL_HEADING_SCALE_800_FIXED_FONT_SIZE = '1.75rem';
|
|
1386
|
+
export const GL_HEADING_SCALE_800_FIXED_LETTER_SPACING = '-0.01em';
|
|
1387
|
+
export const GL_HEADING_SCALE_800_FIXED_LINE_HEIGHT = 1.125;
|
|
1388
|
+
export const GL_HEADING_SCALE_800_FIXED_COLOR = '#fff';
|
|
1389
|
+
export const GL_HEADING_DISPLAY_FONT_WEIGHT = '600';
|
|
1390
|
+
export const GL_HEADING_DISPLAY_MARGIN_TOP = 0;
|
|
1391
|
+
export const GL_HEADING_DISPLAY_FONT_SIZE =
|
|
1392
|
+
'clamp(1.75rem, 0.8611111111rem + 1.8518518519vw, 2.25rem)';
|
|
1393
|
+
export const GL_HEADING_DISPLAY_LETTER_SPACING = '-0.01em';
|
|
1394
|
+
export const GL_HEADING_DISPLAY_LINE_HEIGHT = 1.125;
|
|
1395
|
+
export const GL_HEADING_DISPLAY_MARGIN_BOTTOM = '1.5rem';
|
|
1396
|
+
export const GL_HEADING_DISPLAY_COLOR = '#fff';
|
|
1397
|
+
export const GL_HEADING_1_FIXED_FONT_WEIGHT = '600';
|
|
1398
|
+
export const GL_HEADING_1_FIXED_MARGIN_TOP = 0;
|
|
1399
|
+
export const GL_HEADING_1_FIXED_FONT_SIZE = '1.5rem';
|
|
1400
|
+
export const GL_HEADING_1_FIXED_LETTER_SPACING = '-0.01em';
|
|
1401
|
+
export const GL_HEADING_1_FIXED_LINE_HEIGHT = 1.25;
|
|
1402
|
+
export const GL_HEADING_1_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1403
|
+
export const GL_HEADING_1_FIXED_COLOR = '#fff';
|
|
1404
|
+
export const GL_HEADING_2_FIXED_FONT_WEIGHT = '600';
|
|
1405
|
+
export const GL_HEADING_2_FIXED_MARGIN_TOP = 0;
|
|
1406
|
+
export const GL_HEADING_2_FIXED_FONT_SIZE = '1.3125rem';
|
|
1407
|
+
export const GL_HEADING_2_FIXED_LETTER_SPACING = '-0.01em';
|
|
1408
|
+
export const GL_HEADING_2_FIXED_LINE_HEIGHT = 1.25;
|
|
1409
|
+
export const GL_HEADING_2_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1410
|
+
export const GL_HEADING_2_FIXED_COLOR = '#fff';
|
|
1411
|
+
export const GL_HEADING_3_FIXED_FONT_WEIGHT = '600';
|
|
1412
|
+
export const GL_HEADING_3_FIXED_MARGIN_TOP = 0;
|
|
1413
|
+
export const GL_HEADING_3_FIXED_FONT_SIZE = '1.125rem';
|
|
1414
|
+
export const GL_HEADING_3_FIXED_LETTER_SPACING = 'inherit';
|
|
1415
|
+
export const GL_HEADING_3_FIXED_LINE_HEIGHT = 1.25;
|
|
1416
|
+
export const GL_HEADING_3_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1417
|
+
export const GL_HEADING_3_FIXED_COLOR = '#fff';
|
|
1418
|
+
export const GL_HEADING_4_FIXED_FONT_WEIGHT = '600';
|
|
1419
|
+
export const GL_HEADING_4_FIXED_MARGIN_TOP = 0;
|
|
1420
|
+
export const GL_HEADING_4_FIXED_FONT_SIZE = '1rem';
|
|
1421
|
+
export const GL_HEADING_4_FIXED_LETTER_SPACING = 'inherit';
|
|
1422
|
+
export const GL_HEADING_4_FIXED_LINE_HEIGHT = 1.25;
|
|
1423
|
+
export const GL_HEADING_4_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1424
|
+
export const GL_HEADING_4_FIXED_COLOR = '#fff';
|
|
1425
|
+
export const GL_HEADING_5_FIXED_FONT_WEIGHT = '600';
|
|
1426
|
+
export const GL_HEADING_5_FIXED_MARGIN_TOP = 0;
|
|
1427
|
+
export const GL_HEADING_5_FIXED_FONT_SIZE = '0.875rem';
|
|
1428
|
+
export const GL_HEADING_5_FIXED_LETTER_SPACING = 'inherit';
|
|
1429
|
+
export const GL_HEADING_5_FIXED_LINE_HEIGHT = 1.25;
|
|
1430
|
+
export const GL_HEADING_5_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1431
|
+
export const GL_HEADING_5_FIXED_COLOR = '#fff';
|
|
1432
|
+
export const GL_HEADING_6_FIXED_FONT_WEIGHT = '600';
|
|
1433
|
+
export const GL_HEADING_6_FIXED_MARGIN_TOP = 0;
|
|
1434
|
+
export const GL_HEADING_6_FIXED_FONT_SIZE = '0.8125rem';
|
|
1435
|
+
export const GL_HEADING_6_FIXED_LETTER_SPACING = 'inherit';
|
|
1436
|
+
export const GL_HEADING_6_FIXED_LINE_HEIGHT = 1.25;
|
|
1437
|
+
export const GL_HEADING_6_FIXED_MARGIN_BOTTOM = '1rem';
|
|
1438
|
+
export const GL_HEADING_6_FIXED_COLOR = '#fff';
|