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