@gitlab/ui 123.7.0 → 123.8.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 (40) hide show
  1. package/dist/index.css +2 -2
  2. package/dist/index.css.map +1 -1
  3. package/dist/tailwind.css +1 -1
  4. package/dist/tailwind.css.map +1 -1
  5. package/dist/tokens/build/js/tokens.dark.js +13 -1
  6. package/dist/tokens/build/js/tokens.js +13 -1
  7. package/dist/tokens/css/tokens.css +12 -0
  8. package/dist/tokens/css/tokens.dark.css +12 -0
  9. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +712 -0
  10. package/dist/tokens/docs/tokens-tailwind-docs.json +712 -0
  11. package/dist/tokens/figma/constants.tokens.json +164 -10
  12. package/dist/tokens/figma/semantic.tokens.json +13 -0
  13. package/dist/tokens/js/tokens.dark.js +39 -0
  14. package/dist/tokens/js/tokens.js +39 -0
  15. package/dist/tokens/json/tokens.dark.json +470 -20
  16. package/dist/tokens/json/tokens.json +470 -20
  17. package/dist/tokens/scss/_tokens.dark.scss +12 -0
  18. package/dist/tokens/scss/_tokens.scss +12 -0
  19. package/dist/tokens/scss/_tokens_custom_properties.scss +12 -0
  20. package/dist/tokens/tailwind/tokens.cjs +8 -0
  21. package/package.json +2 -2
  22. package/src/scss/variables.scss +0 -3
  23. package/src/tokens/build/css/tokens.css +12 -0
  24. package/src/tokens/build/css/tokens.dark.css +12 -0
  25. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +712 -0
  26. package/src/tokens/build/docs/tokens-tailwind-docs.json +712 -0
  27. package/src/tokens/build/figma/constants.tokens.json +164 -10
  28. package/src/tokens/build/figma/semantic.tokens.json +13 -0
  29. package/src/tokens/build/js/tokens.dark.js +39 -0
  30. package/src/tokens/build/js/tokens.js +39 -0
  31. package/src/tokens/build/json/tokens.dark.json +470 -20
  32. package/src/tokens/build/json/tokens.json +470 -20
  33. package/src/tokens/build/scss/_tokens.dark.scss +12 -0
  34. package/src/tokens/build/scss/_tokens.scss +12 -0
  35. package/src/tokens/build/scss/_tokens_custom_properties.scss +12 -0
  36. package/src/tokens/build/tailwind/tokens.cjs +34 -0
  37. package/src/tokens/constant/font.tokens.json +136 -0
  38. package/src/tokens/constant/line_height.tokens.json +30 -10
  39. package/src/tokens/semantic/font.tokens.json +15 -0
  40. package/tailwind.defaults.js +8 -21
@@ -41586,5 +41586,717 @@
41586
41586
  ],
41587
41587
  "cssWithValue": "var(--gl-shadow-lg)"
41588
41588
  }
41589
+ },
41590
+ "lineHeight": {
41591
+ "12": {
41592
+ "key": "{line-height.12}",
41593
+ "$value": "0.75rem",
41594
+ "$type": "dimension",
41595
+ "$extensions": {
41596
+ "com.figma.scope": [
41597
+ "LINE_HEIGHT"
41598
+ ]
41599
+ },
41600
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41601
+ "isSource": true,
41602
+ "original": {
41603
+ "$value": "0.75rem",
41604
+ "$type": "dimension",
41605
+ "$extensions": {
41606
+ "com.figma.scope": [
41607
+ "LINE_HEIGHT"
41608
+ ]
41609
+ },
41610
+ "key": "{line-height.12}"
41611
+ },
41612
+ "name": "LINE_HEIGHT_12",
41613
+ "attributes": {},
41614
+ "path": [
41615
+ "line-height",
41616
+ "12"
41617
+ ],
41618
+ "cssWithValue": "var(--gl-line-height-12)"
41619
+ },
41620
+ "16": {
41621
+ "key": "{line-height.16}",
41622
+ "$value": "1rem",
41623
+ "$type": "dimension",
41624
+ "$extensions": {
41625
+ "com.figma.scope": [
41626
+ "LINE_HEIGHT"
41627
+ ]
41628
+ },
41629
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41630
+ "isSource": true,
41631
+ "original": {
41632
+ "$value": "1rem",
41633
+ "$type": "dimension",
41634
+ "$extensions": {
41635
+ "com.figma.scope": [
41636
+ "LINE_HEIGHT"
41637
+ ]
41638
+ },
41639
+ "key": "{line-height.16}"
41640
+ },
41641
+ "name": "LINE_HEIGHT_16",
41642
+ "attributes": {},
41643
+ "path": [
41644
+ "line-height",
41645
+ "16"
41646
+ ],
41647
+ "cssWithValue": "var(--gl-line-height-16)"
41648
+ },
41649
+ "20": {
41650
+ "key": "{line-height.20}",
41651
+ "$value": "1.25rem",
41652
+ "$type": "dimension",
41653
+ "$extensions": {
41654
+ "com.figma.scope": [
41655
+ "LINE_HEIGHT"
41656
+ ]
41657
+ },
41658
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41659
+ "isSource": true,
41660
+ "original": {
41661
+ "$value": "1.25rem",
41662
+ "$type": "dimension",
41663
+ "$extensions": {
41664
+ "com.figma.scope": [
41665
+ "LINE_HEIGHT"
41666
+ ]
41667
+ },
41668
+ "key": "{line-height.20}"
41669
+ },
41670
+ "name": "LINE_HEIGHT_20",
41671
+ "attributes": {},
41672
+ "path": [
41673
+ "line-height",
41674
+ "20"
41675
+ ],
41676
+ "cssWithValue": "var(--gl-line-height-20)"
41677
+ },
41678
+ "24": {
41679
+ "key": "{line-height.24}",
41680
+ "$value": "1.5rem",
41681
+ "$type": "dimension",
41682
+ "$extensions": {
41683
+ "com.figma.scope": [
41684
+ "LINE_HEIGHT"
41685
+ ]
41686
+ },
41687
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41688
+ "isSource": true,
41689
+ "original": {
41690
+ "$value": "1.5rem",
41691
+ "$type": "dimension",
41692
+ "$extensions": {
41693
+ "com.figma.scope": [
41694
+ "LINE_HEIGHT"
41695
+ ]
41696
+ },
41697
+ "key": "{line-height.24}"
41698
+ },
41699
+ "name": "LINE_HEIGHT_24",
41700
+ "attributes": {},
41701
+ "path": [
41702
+ "line-height",
41703
+ "24"
41704
+ ],
41705
+ "cssWithValue": "var(--gl-line-height-24)"
41706
+ },
41707
+ "28": {
41708
+ "key": "{line-height.28}",
41709
+ "$value": "1.75rem",
41710
+ "$type": "dimension",
41711
+ "$extensions": {
41712
+ "com.figma.scope": [
41713
+ "LINE_HEIGHT"
41714
+ ]
41715
+ },
41716
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41717
+ "isSource": true,
41718
+ "original": {
41719
+ "$value": "1.75rem",
41720
+ "$type": "dimension",
41721
+ "$extensions": {
41722
+ "com.figma.scope": [
41723
+ "LINE_HEIGHT"
41724
+ ]
41725
+ },
41726
+ "key": "{line-height.28}"
41727
+ },
41728
+ "name": "LINE_HEIGHT_28",
41729
+ "attributes": {},
41730
+ "path": [
41731
+ "line-height",
41732
+ "28"
41733
+ ],
41734
+ "cssWithValue": "var(--gl-line-height-28)"
41735
+ },
41736
+ "32": {
41737
+ "key": "{line-height.32}",
41738
+ "$value": "2rem",
41739
+ "$type": "dimension",
41740
+ "$extensions": {
41741
+ "com.figma.scope": [
41742
+ "LINE_HEIGHT"
41743
+ ]
41744
+ },
41745
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41746
+ "isSource": true,
41747
+ "original": {
41748
+ "$value": "2rem",
41749
+ "$type": "dimension",
41750
+ "$extensions": {
41751
+ "com.figma.scope": [
41752
+ "LINE_HEIGHT"
41753
+ ]
41754
+ },
41755
+ "key": "{line-height.32}"
41756
+ },
41757
+ "name": "LINE_HEIGHT_32",
41758
+ "attributes": {},
41759
+ "path": [
41760
+ "line-height",
41761
+ "32"
41762
+ ],
41763
+ "cssWithValue": "var(--gl-line-height-32)"
41764
+ },
41765
+ "36": {
41766
+ "key": "{line-height.36}",
41767
+ "$value": "2.25rem",
41768
+ "$type": "dimension",
41769
+ "$extensions": {
41770
+ "com.figma.scope": [
41771
+ "LINE_HEIGHT"
41772
+ ]
41773
+ },
41774
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41775
+ "isSource": true,
41776
+ "original": {
41777
+ "$value": "2.25rem",
41778
+ "$type": "dimension",
41779
+ "$extensions": {
41780
+ "com.figma.scope": [
41781
+ "LINE_HEIGHT"
41782
+ ]
41783
+ },
41784
+ "key": "{line-height.36}"
41785
+ },
41786
+ "name": "LINE_HEIGHT_36",
41787
+ "attributes": {},
41788
+ "path": [
41789
+ "line-height",
41790
+ "36"
41791
+ ],
41792
+ "cssWithValue": "var(--gl-line-height-36)"
41793
+ },
41794
+ "42": {
41795
+ "key": "{line-height.42}",
41796
+ "$value": "2.625rem",
41797
+ "$type": "dimension",
41798
+ "$extensions": {
41799
+ "com.figma.scope": [
41800
+ "LINE_HEIGHT"
41801
+ ]
41802
+ },
41803
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41804
+ "isSource": true,
41805
+ "original": {
41806
+ "$value": "2.625rem",
41807
+ "$type": "dimension",
41808
+ "$extensions": {
41809
+ "com.figma.scope": [
41810
+ "LINE_HEIGHT"
41811
+ ]
41812
+ },
41813
+ "key": "{line-height.42}"
41814
+ },
41815
+ "name": "LINE_HEIGHT_42",
41816
+ "attributes": {},
41817
+ "path": [
41818
+ "line-height",
41819
+ "42"
41820
+ ],
41821
+ "cssWithValue": "var(--gl-line-height-42)"
41822
+ },
41823
+ "44": {
41824
+ "key": "{line-height.44}",
41825
+ "$value": "2.75rem",
41826
+ "$type": "dimension",
41827
+ "$extensions": {
41828
+ "com.figma.scope": [
41829
+ "LINE_HEIGHT"
41830
+ ]
41831
+ },
41832
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41833
+ "isSource": true,
41834
+ "original": {
41835
+ "$value": "2.75rem",
41836
+ "$type": "dimension",
41837
+ "$extensions": {
41838
+ "com.figma.scope": [
41839
+ "LINE_HEIGHT"
41840
+ ]
41841
+ },
41842
+ "key": "{line-height.44}"
41843
+ },
41844
+ "name": "LINE_HEIGHT_44",
41845
+ "attributes": {},
41846
+ "path": [
41847
+ "line-height",
41848
+ "44"
41849
+ ],
41850
+ "cssWithValue": "var(--gl-line-height-44)"
41851
+ },
41852
+ "52": {
41853
+ "key": "{line-height.52}",
41854
+ "$value": "3.25rem",
41855
+ "$type": "dimension",
41856
+ "$extensions": {
41857
+ "com.figma.scope": [
41858
+ "LINE_HEIGHT"
41859
+ ]
41860
+ },
41861
+ "filePath": "src/tokens/constant/line_height.tokens.json",
41862
+ "isSource": true,
41863
+ "original": {
41864
+ "$value": "3.25rem",
41865
+ "$type": "dimension",
41866
+ "$extensions": {
41867
+ "com.figma.scope": [
41868
+ "LINE_HEIGHT"
41869
+ ]
41870
+ },
41871
+ "key": "{line-height.52}"
41872
+ },
41873
+ "name": "LINE_HEIGHT_52",
41874
+ "attributes": {},
41875
+ "path": [
41876
+ "line-height",
41877
+ "52"
41878
+ ],
41879
+ "cssWithValue": "var(--gl-line-height-52)"
41880
+ }
41881
+ },
41882
+ "fontFamily": {
41883
+ "regular": {
41884
+ "key": "{font.family.regular}",
41885
+ "$value": [
41886
+ "var(--default-regular-font, 'GitLab Sans')",
41887
+ "-apple-system",
41888
+ "BlinkMacSystemFont",
41889
+ "'Segoe UI'",
41890
+ "Roboto",
41891
+ "'Noto Sans'",
41892
+ "Ubuntu",
41893
+ "Cantarell",
41894
+ "'Helvetica Neue'",
41895
+ "sans-serif",
41896
+ "'Apple Color Emoji'",
41897
+ "'Segoe UI Emoji'",
41898
+ "'Segoe UI Symbol'",
41899
+ "'Noto Color Emoji'"
41900
+ ],
41901
+ "$type": "fontFamily",
41902
+ "$extensions": {
41903
+ "com.figma.scope": [
41904
+ "FONT_FAMILY"
41905
+ ]
41906
+ },
41907
+ "filePath": "src/tokens/constant/font.tokens.json",
41908
+ "isSource": true,
41909
+ "original": {
41910
+ "$value": [
41911
+ "var(--default-regular-font, 'GitLab Sans')",
41912
+ "-apple-system",
41913
+ "BlinkMacSystemFont",
41914
+ "'Segoe UI'",
41915
+ "Roboto",
41916
+ "'Noto Sans'",
41917
+ "Ubuntu",
41918
+ "Cantarell",
41919
+ "'Helvetica Neue'",
41920
+ "sans-serif",
41921
+ "'Apple Color Emoji'",
41922
+ "'Segoe UI Emoji'",
41923
+ "'Segoe UI Symbol'",
41924
+ "'Noto Color Emoji'"
41925
+ ],
41926
+ "$type": "fontFamily",
41927
+ "$extensions": {
41928
+ "com.figma.scope": [
41929
+ "FONT_FAMILY"
41930
+ ]
41931
+ },
41932
+ "key": "{font.family.regular}"
41933
+ },
41934
+ "name": "FONT_FAMILY_REGULAR",
41935
+ "attributes": {},
41936
+ "path": [
41937
+ "font",
41938
+ "family",
41939
+ "regular"
41940
+ ],
41941
+ "cssWithValue": "var(--gl-font-family-regular)"
41942
+ },
41943
+ "monospace": {
41944
+ "key": "{font.family.monospace}",
41945
+ "$value": [
41946
+ "var(--default-mono-font, 'GitLab Mono')",
41947
+ "'JetBrains Mono'",
41948
+ "Menlo",
41949
+ "'DejaVu Sans Mono'",
41950
+ "'Liberation Mono'",
41951
+ "Consolas",
41952
+ "'Ubuntu Mono'",
41953
+ "'Courier New'",
41954
+ "'andale mono'",
41955
+ "'lucida console'",
41956
+ "monospace"
41957
+ ],
41958
+ "$type": "fontFamily",
41959
+ "$extensions": {
41960
+ "com.figma.scope": [
41961
+ "FONT_FAMILY"
41962
+ ]
41963
+ },
41964
+ "filePath": "src/tokens/constant/font.tokens.json",
41965
+ "isSource": true,
41966
+ "original": {
41967
+ "$value": [
41968
+ "var(--default-mono-font, 'GitLab Mono')",
41969
+ "'JetBrains Mono'",
41970
+ "Menlo",
41971
+ "'DejaVu Sans Mono'",
41972
+ "'Liberation Mono'",
41973
+ "Consolas",
41974
+ "'Ubuntu Mono'",
41975
+ "'Courier New'",
41976
+ "'andale mono'",
41977
+ "'lucida console'",
41978
+ "monospace"
41979
+ ],
41980
+ "$type": "fontFamily",
41981
+ "$extensions": {
41982
+ "com.figma.scope": [
41983
+ "FONT_FAMILY"
41984
+ ]
41985
+ },
41986
+ "key": "{font.family.monospace}"
41987
+ },
41988
+ "name": "FONT_FAMILY_MONOSPACE",
41989
+ "attributes": {},
41990
+ "path": [
41991
+ "font",
41992
+ "family",
41993
+ "monospace"
41994
+ ],
41995
+ "cssWithValue": "var(--gl-font-family-monospace)"
41996
+ }
41997
+ },
41998
+ "fontSize": {
41999
+ "xs": {
42000
+ "key": "{font.size.xs}",
42001
+ "$value": "0.625rem",
42002
+ "$type": "dimension",
42003
+ "$extensions": {
42004
+ "com.figma.scope": [
42005
+ "FONT_SIZE"
42006
+ ]
42007
+ },
42008
+ "filePath": "src/tokens/constant/font.tokens.json",
42009
+ "isSource": true,
42010
+ "original": {
42011
+ "$value": "0.625rem",
42012
+ "$type": "dimension",
42013
+ "$extensions": {
42014
+ "com.figma.scope": [
42015
+ "FONT_SIZE"
42016
+ ]
42017
+ },
42018
+ "key": "{font.size.xs}"
42019
+ },
42020
+ "name": "FONT_SIZE_XS",
42021
+ "attributes": {},
42022
+ "path": [
42023
+ "font",
42024
+ "size",
42025
+ "xs"
42026
+ ],
42027
+ "cssWithValue": "var(--gl-font-size-xs)"
42028
+ },
42029
+ "sm": {
42030
+ "key": "{font.size.sm}",
42031
+ "$value": "0.75rem",
42032
+ "$type": "dimension",
42033
+ "$extensions": {
42034
+ "com.figma.scope": [
42035
+ "FONT_SIZE"
42036
+ ]
42037
+ },
42038
+ "filePath": "src/tokens/constant/font.tokens.json",
42039
+ "isSource": true,
42040
+ "original": {
42041
+ "$value": "0.75rem",
42042
+ "$type": "dimension",
42043
+ "$extensions": {
42044
+ "com.figma.scope": [
42045
+ "FONT_SIZE"
42046
+ ]
42047
+ },
42048
+ "key": "{font.size.sm}"
42049
+ },
42050
+ "name": "FONT_SIZE_SM",
42051
+ "attributes": {},
42052
+ "path": [
42053
+ "font",
42054
+ "size",
42055
+ "sm"
42056
+ ],
42057
+ "cssWithValue": "var(--gl-font-size-sm)"
42058
+ },
42059
+ "md": {
42060
+ "key": "{font.size.md}",
42061
+ "$value": "0.875rem",
42062
+ "$type": "dimension",
42063
+ "$extensions": {
42064
+ "com.figma.scope": [
42065
+ "FONT_SIZE"
42066
+ ]
42067
+ },
42068
+ "filePath": "src/tokens/constant/font.tokens.json",
42069
+ "isSource": true,
42070
+ "original": {
42071
+ "$value": "0.875rem",
42072
+ "$type": "dimension",
42073
+ "$extensions": {
42074
+ "com.figma.scope": [
42075
+ "FONT_SIZE"
42076
+ ]
42077
+ },
42078
+ "key": "{font.size.md}"
42079
+ },
42080
+ "name": "FONT_SIZE_MD",
42081
+ "attributes": {},
42082
+ "path": [
42083
+ "font",
42084
+ "size",
42085
+ "md"
42086
+ ],
42087
+ "cssWithValue": "var(--gl-font-size-md)"
42088
+ },
42089
+ "lg": {
42090
+ "key": "{font.size.lg}",
42091
+ "$value": "1rem",
42092
+ "$type": "dimension",
42093
+ "$extensions": {
42094
+ "com.figma.scope": [
42095
+ "FONT_SIZE"
42096
+ ]
42097
+ },
42098
+ "filePath": "src/tokens/constant/font.tokens.json",
42099
+ "isSource": true,
42100
+ "original": {
42101
+ "$value": "1rem",
42102
+ "$type": "dimension",
42103
+ "$extensions": {
42104
+ "com.figma.scope": [
42105
+ "FONT_SIZE"
42106
+ ]
42107
+ },
42108
+ "key": "{font.size.lg}"
42109
+ },
42110
+ "name": "FONT_SIZE_LG",
42111
+ "attributes": {},
42112
+ "path": [
42113
+ "font",
42114
+ "size",
42115
+ "lg"
42116
+ ],
42117
+ "cssWithValue": "var(--gl-font-size-lg)"
42118
+ },
42119
+ "base": {
42120
+ "key": "{font.size.base}",
42121
+ "$value": "0.875rem",
42122
+ "$type": "dimension",
42123
+ "$extensions": {
42124
+ "com.figma.scope": [
42125
+ "FONT_SIZE"
42126
+ ]
42127
+ },
42128
+ "filePath": "src/tokens/semantic/font.tokens.json",
42129
+ "isSource": true,
42130
+ "original": {
42131
+ "$value": "{font.size.md}",
42132
+ "$type": "dimension",
42133
+ "$extensions": {
42134
+ "com.figma.scope": [
42135
+ "FONT_SIZE"
42136
+ ]
42137
+ },
42138
+ "key": "{font.size.base}"
42139
+ },
42140
+ "name": "FONT_SIZE_BASE",
42141
+ "attributes": {},
42142
+ "path": [
42143
+ "font",
42144
+ "size",
42145
+ "base"
42146
+ ],
42147
+ "cssWithValue": "var(--gl-font-size-base)"
42148
+ }
42149
+ },
42150
+ "fontWeight": {
42151
+ "100": {
42152
+ "key": "{font.weight.100}",
42153
+ "$value": "100",
42154
+ "$type": "fontWeight",
42155
+ "$extensions": {
42156
+ "com.figma.scope": [
42157
+ "FONT_WEIGHT"
42158
+ ]
42159
+ },
42160
+ "filePath": "src/tokens/constant/font.tokens.json",
42161
+ "isSource": true,
42162
+ "original": {
42163
+ "$value": "100",
42164
+ "$type": "fontWeight",
42165
+ "$extensions": {
42166
+ "com.figma.scope": [
42167
+ "FONT_WEIGHT"
42168
+ ]
42169
+ },
42170
+ "key": "{font.weight.100}"
42171
+ },
42172
+ "name": "FONT_WEIGHT_100",
42173
+ "attributes": {},
42174
+ "path": [
42175
+ "font",
42176
+ "weight",
42177
+ "100"
42178
+ ],
42179
+ "cssWithValue": "var(--gl-font-weight-100)"
42180
+ },
42181
+ "300": {
42182
+ "key": "{font.weight.300}",
42183
+ "$value": "300",
42184
+ "$type": "fontWeight",
42185
+ "$extensions": {
42186
+ "com.figma.scope": [
42187
+ "FONT_WEIGHT"
42188
+ ]
42189
+ },
42190
+ "filePath": "src/tokens/constant/font.tokens.json",
42191
+ "isSource": true,
42192
+ "original": {
42193
+ "$value": "300",
42194
+ "$type": "fontWeight",
42195
+ "$extensions": {
42196
+ "com.figma.scope": [
42197
+ "FONT_WEIGHT"
42198
+ ]
42199
+ },
42200
+ "key": "{font.weight.300}"
42201
+ },
42202
+ "name": "FONT_WEIGHT_300",
42203
+ "attributes": {},
42204
+ "path": [
42205
+ "font",
42206
+ "weight",
42207
+ "300"
42208
+ ],
42209
+ "cssWithValue": "var(--gl-font-weight-300)"
42210
+ },
42211
+ "normal": {
42212
+ "key": "{font.weight.normal}",
42213
+ "$value": "400",
42214
+ "$type": "fontWeight",
42215
+ "$extensions": {
42216
+ "com.figma.scope": [
42217
+ "FONT_WEIGHT"
42218
+ ]
42219
+ },
42220
+ "filePath": "src/tokens/constant/font.tokens.json",
42221
+ "isSource": true,
42222
+ "original": {
42223
+ "$value": "400",
42224
+ "$type": "fontWeight",
42225
+ "$extensions": {
42226
+ "com.figma.scope": [
42227
+ "FONT_WEIGHT"
42228
+ ]
42229
+ },
42230
+ "key": "{font.weight.normal}"
42231
+ },
42232
+ "name": "FONT_WEIGHT_NORMAL",
42233
+ "attributes": {},
42234
+ "path": [
42235
+ "font",
42236
+ "weight",
42237
+ "normal"
42238
+ ],
42239
+ "cssWithValue": "var(--gl-font-weight-normal)"
42240
+ },
42241
+ "semibold": {
42242
+ "key": "{font.weight.semibold}",
42243
+ "$value": "500",
42244
+ "$type": "fontWeight",
42245
+ "$extensions": {
42246
+ "com.figma.scope": [
42247
+ "FONT_WEIGHT"
42248
+ ]
42249
+ },
42250
+ "filePath": "src/tokens/constant/font.tokens.json",
42251
+ "isSource": true,
42252
+ "original": {
42253
+ "$value": "500",
42254
+ "$type": "fontWeight",
42255
+ "$extensions": {
42256
+ "com.figma.scope": [
42257
+ "FONT_WEIGHT"
42258
+ ]
42259
+ },
42260
+ "key": "{font.weight.semibold}"
42261
+ },
42262
+ "name": "FONT_WEIGHT_SEMIBOLD",
42263
+ "attributes": {},
42264
+ "path": [
42265
+ "font",
42266
+ "weight",
42267
+ "semibold"
42268
+ ],
42269
+ "cssWithValue": "var(--gl-font-weight-semibold)"
42270
+ },
42271
+ "bold": {
42272
+ "key": "{font.weight.bold}",
42273
+ "$value": "600",
42274
+ "$type": "fontWeight",
42275
+ "$extensions": {
42276
+ "com.figma.scope": [
42277
+ "FONT_WEIGHT"
42278
+ ]
42279
+ },
42280
+ "filePath": "src/tokens/constant/font.tokens.json",
42281
+ "isSource": true,
42282
+ "original": {
42283
+ "$value": "600",
42284
+ "$type": "fontWeight",
42285
+ "$extensions": {
42286
+ "com.figma.scope": [
42287
+ "FONT_WEIGHT"
42288
+ ]
42289
+ },
42290
+ "key": "{font.weight.bold}"
42291
+ },
42292
+ "name": "FONT_WEIGHT_BOLD",
42293
+ "attributes": {},
42294
+ "path": [
42295
+ "font",
42296
+ "weight",
42297
+ "bold"
42298
+ ],
42299
+ "cssWithValue": "var(--gl-font-weight-bold)"
42300
+ }
41589
42301
  }
41590
42302
  }