@primer/css 0.0.0-1f49d76 → 0.0.0-20211010195643

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 (352) hide show
  1. package/CHANGELOG.md +858 -133
  2. package/CONTRIBUTING.md +85 -0
  3. package/DEVELOP.md +4 -39
  4. package/LICENSE +1 -1
  5. package/README.md +13 -15
  6. package/RELEASING.md +5 -76
  7. package/actionlist/action-list-item-divider.scss +42 -0
  8. package/actionlist/action-list-item.scss +439 -0
  9. package/actionlist/action-list-variables.scss +8 -0
  10. package/actionlist/action-list.scss +33 -0
  11. package/actionlist/index.scss +5 -0
  12. package/alerts/README.md +1 -1
  13. package/alerts/flash.scss +32 -26
  14. package/alerts/index.scss +2 -2
  15. package/autocomplete/README.md +1 -1
  16. package/autocomplete/autocomplete.scss +18 -8
  17. package/autocomplete/index.scss +3 -3
  18. package/autocomplete/suggester.scss +27 -10
  19. package/avatars/README.md +1 -1
  20. package/avatars/avatar-parent-child.scss +2 -3
  21. package/avatars/avatar-stack.scss +12 -14
  22. package/avatars/avatar.scss +4 -0
  23. package/avatars/circle-badge.scss +4 -4
  24. package/avatars/index.scss +5 -5
  25. package/base/README.md +1 -1
  26. package/base/base.scss +39 -7
  27. package/base/index.scss +6 -5
  28. package/base/kbd.scss +5 -6
  29. package/base/normalize.scss +13 -53
  30. package/base/octicons.scss +6 -0
  31. package/blankslate/README.md +1 -1
  32. package/blankslate/blankslate.scss +7 -4
  33. package/blankslate/index.scss +2 -2
  34. package/box/README.md +1 -1
  35. package/box/box.scss +38 -38
  36. package/box/index.scss +2 -2
  37. package/branch-name/README.md +1 -1
  38. package/branch-name/branch-name.scss +15 -10
  39. package/branch-name/index.scss +2 -2
  40. package/breadcrumb/README.md +1 -1
  41. package/breadcrumb/breadcrumb.scss +12 -7
  42. package/breadcrumb/index.scss +2 -2
  43. package/buttons/README.md +1 -1
  44. package/buttons/button.scss +115 -121
  45. package/buttons/index.scss +4 -4
  46. package/buttons/misc.scss +52 -41
  47. package/color-modes/index.scss +9 -0
  48. package/color-modes/native.scss +10 -0
  49. package/color-modes/themes/dark.scss +7 -0
  50. package/color-modes/themes/dark_colorblind.scss +7 -0
  51. package/color-modes/themes/dark_dimmed.scss +7 -0
  52. package/color-modes/themes/dark_high_contrast.scss +7 -0
  53. package/color-modes/themes/light.scss +7 -0
  54. package/color-modes/themes/light_colorblind.scss +7 -0
  55. package/core/README.md +1 -1
  56. package/core/index.scss +17 -16
  57. package/deprecations.js +18 -200
  58. package/deprecations.json +539 -0
  59. package/dist/actionlist.css +2 -0
  60. package/dist/actionlist.css.map +1 -0
  61. package/dist/actionlist.js +1 -0
  62. package/dist/alerts.css +1 -2
  63. package/dist/alerts.css.map +1 -1
  64. package/dist/alerts.js +1 -1
  65. package/dist/autocomplete.css +1 -2
  66. package/dist/autocomplete.css.map +1 -1
  67. package/dist/autocomplete.js +1 -1
  68. package/dist/avatars.css +1 -2
  69. package/dist/avatars.css.map +1 -1
  70. package/dist/avatars.js +1 -1
  71. package/dist/base.css +1 -2
  72. package/dist/base.css.map +1 -1
  73. package/dist/base.js +1 -1
  74. package/dist/blankslate.css +1 -2
  75. package/dist/blankslate.css.map +1 -1
  76. package/dist/blankslate.js +1 -1
  77. package/dist/box.css +1 -2
  78. package/dist/box.css.map +1 -1
  79. package/dist/box.js +1 -1
  80. package/dist/branch-name.css +1 -2
  81. package/dist/branch-name.css.map +1 -1
  82. package/dist/branch-name.js +1 -1
  83. package/dist/breadcrumb.css +1 -2
  84. package/dist/breadcrumb.css.map +1 -1
  85. package/dist/breadcrumb.js +1 -1
  86. package/dist/buttons.css +1 -2
  87. package/dist/buttons.css.map +1 -1
  88. package/dist/buttons.js +1 -1
  89. package/dist/color-modes.css +2 -0
  90. package/dist/color-modes.css.map +1 -0
  91. package/dist/color-modes.js +1 -0
  92. package/dist/core.css +1 -2
  93. package/dist/core.css.map +1 -1
  94. package/dist/core.js +1 -1
  95. package/dist/deprecations.json +534 -571
  96. package/dist/dropdown.css +1 -2
  97. package/dist/dropdown.css.map +1 -1
  98. package/dist/dropdown.js +1 -1
  99. package/dist/forms.css +1 -2
  100. package/dist/forms.css.map +1 -1
  101. package/dist/forms.js +1 -1
  102. package/dist/header.css +1 -2
  103. package/dist/header.css.map +1 -1
  104. package/dist/header.js +1 -1
  105. package/dist/labels.css +1 -2
  106. package/dist/labels.css.map +1 -1
  107. package/dist/labels.js +1 -1
  108. package/dist/layout.css +1 -2
  109. package/dist/layout.css.map +1 -1
  110. package/dist/layout.js +1 -1
  111. package/dist/links.css +2 -0
  112. package/dist/links.css.map +1 -0
  113. package/dist/links.js +1 -0
  114. package/dist/loaders.css +0 -1
  115. package/dist/loaders.css.map +1 -1
  116. package/dist/loaders.js +1 -1
  117. package/dist/markdown.css +1 -2
  118. package/dist/markdown.css.map +1 -1
  119. package/dist/markdown.js +1 -1
  120. package/dist/marketing-buttons.css +1 -2
  121. package/dist/marketing-buttons.css.map +1 -1
  122. package/dist/marketing-buttons.js +1 -1
  123. package/dist/marketing-support.css +1 -2
  124. package/dist/marketing-support.js +1 -1
  125. package/dist/marketing-type.css +1 -2
  126. package/dist/marketing-type.css.map +1 -1
  127. package/dist/marketing-type.js +1 -1
  128. package/dist/marketing-utilities.css +1 -2
  129. package/dist/marketing-utilities.css.map +1 -1
  130. package/dist/marketing-utilities.js +1 -1
  131. package/dist/marketing.css +1 -2
  132. package/dist/marketing.css.map +1 -1
  133. package/dist/marketing.js +1 -1
  134. package/dist/meta.json +314 -369
  135. package/dist/navigation.css +1 -2
  136. package/dist/navigation.css.map +1 -1
  137. package/dist/navigation.js +1 -1
  138. package/dist/pagination.css +1 -2
  139. package/dist/pagination.css.map +1 -1
  140. package/dist/pagination.js +1 -1
  141. package/dist/popover.css +1 -2
  142. package/dist/popover.css.map +1 -1
  143. package/dist/popover.js +1 -1
  144. package/dist/primer.css +4 -5
  145. package/dist/primer.css.map +1 -1
  146. package/dist/primer.js +1 -1
  147. package/dist/product.css +1 -2
  148. package/dist/product.css.map +1 -1
  149. package/dist/product.js +1 -1
  150. package/dist/progress.css +1 -2
  151. package/dist/progress.css.map +1 -1
  152. package/dist/progress.js +1 -1
  153. package/dist/select-menu.css +1 -2
  154. package/dist/select-menu.css.map +1 -1
  155. package/dist/select-menu.js +1 -1
  156. package/dist/stats/actionlist.json +1 -0
  157. package/dist/stats/alerts.json +1 -1
  158. package/dist/stats/autocomplete.json +1 -1
  159. package/dist/stats/avatars.json +1 -1
  160. package/dist/stats/base.json +1 -1
  161. package/dist/stats/blankslate.json +1 -1
  162. package/dist/stats/box.json +1 -1
  163. package/dist/stats/branch-name.json +1 -1
  164. package/dist/stats/breadcrumb.json +1 -1
  165. package/dist/stats/buttons.json +1 -1
  166. package/dist/stats/color-modes.json +1 -0
  167. package/dist/stats/core.json +1 -1
  168. package/dist/stats/dropdown.json +1 -1
  169. package/dist/stats/forms.json +1 -1
  170. package/dist/stats/header.json +1 -1
  171. package/dist/stats/labels.json +1 -1
  172. package/dist/stats/layout.json +1 -1
  173. package/dist/stats/links.json +1 -0
  174. package/dist/stats/loaders.json +1 -1
  175. package/dist/stats/markdown.json +1 -1
  176. package/dist/stats/marketing-buttons.json +1 -1
  177. package/dist/stats/marketing-support.json +1 -1
  178. package/dist/stats/marketing-type.json +1 -1
  179. package/dist/stats/marketing-utilities.json +1 -1
  180. package/dist/stats/marketing.json +1 -1
  181. package/dist/stats/navigation.json +1 -1
  182. package/dist/stats/pagination.json +1 -1
  183. package/dist/stats/popover.json +1 -1
  184. package/dist/stats/primer.json +1 -1
  185. package/dist/stats/product.json +1 -1
  186. package/dist/stats/progress.json +1 -1
  187. package/dist/stats/select-menu.json +1 -1
  188. package/dist/stats/subhead.json +1 -1
  189. package/dist/stats/support.json +1 -1
  190. package/dist/stats/table-object.json +1 -1
  191. package/dist/stats/timeline.json +1 -1
  192. package/dist/stats/toasts.json +1 -1
  193. package/dist/stats/tooltips.json +1 -1
  194. package/dist/stats/truncate.json +1 -1
  195. package/dist/stats/utilities.json +1 -1
  196. package/dist/subhead.css +1 -2
  197. package/dist/subhead.css.map +1 -1
  198. package/dist/subhead.js +1 -1
  199. package/dist/support.css +1 -1
  200. package/dist/support.js +1 -1
  201. package/dist/table-object.css +0 -1
  202. package/dist/table-object.css.map +1 -1
  203. package/dist/table-object.js +1 -1
  204. package/dist/timeline.css +1 -2
  205. package/dist/timeline.css.map +1 -1
  206. package/dist/timeline.js +1 -1
  207. package/dist/toasts.css +1 -2
  208. package/dist/toasts.css.map +1 -1
  209. package/dist/toasts.js +1 -1
  210. package/dist/tooltips.css +1 -2
  211. package/dist/tooltips.css.map +1 -1
  212. package/dist/tooltips.js +1 -1
  213. package/dist/truncate.css +1 -2
  214. package/dist/truncate.css.map +1 -1
  215. package/dist/truncate.js +1 -1
  216. package/dist/utilities.css +1 -2
  217. package/dist/utilities.css.map +1 -1
  218. package/dist/utilities.js +1 -1
  219. package/dist/variables.json +630 -2274
  220. package/dropdown/README.md +1 -1
  221. package/dropdown/dropdown.scss +32 -88
  222. package/dropdown/index.scss +2 -2
  223. package/forms/README.md +1 -1
  224. package/forms/form-control.scss +39 -57
  225. package/forms/form-group.scss +31 -48
  226. package/forms/form-select.scss +12 -4
  227. package/forms/form-validation.scss +27 -32
  228. package/forms/index.scss +7 -7
  229. package/forms/input-group.scss +7 -0
  230. package/forms/radio-group.scss +22 -3
  231. package/header/README.md +1 -1
  232. package/header/header.scss +16 -6
  233. package/header/index.scss +2 -2
  234. package/index.scss +4 -1
  235. package/labels/README.md +1 -1
  236. package/labels/counters.scss +10 -11
  237. package/labels/diffstat.scss +8 -8
  238. package/labels/index.scss +7 -7
  239. package/labels/labels.scss +30 -41
  240. package/labels/states.scss +17 -16
  241. package/layout/README.md +1 -1
  242. package/layout/grid-offset.scss +11 -11
  243. package/layout/grid.scss +23 -23
  244. package/layout/index.scss +7 -4
  245. package/layout/layout.scss +185 -0
  246. package/layout/mixins.scss +79 -0
  247. package/{README.template.md → links/README.md} +5 -5
  248. package/links/index.scss +3 -0
  249. package/links/link.scss +55 -0
  250. package/loaders/README.md +1 -1
  251. package/loaders/index.scss +2 -2
  252. package/loaders/loaders.scss +1 -1
  253. package/markdown/README.md +1 -1
  254. package/markdown/blob-csv.scss +2 -2
  255. package/markdown/code.scss +7 -5
  256. package/markdown/footnotes.scss +37 -0
  257. package/markdown/headings.scss +6 -4
  258. package/markdown/images.scss +3 -4
  259. package/markdown/index.scss +9 -8
  260. package/markdown/lists.scss +18 -5
  261. package/markdown/markdown-body.scss +14 -9
  262. package/markdown/tables.scss +7 -7
  263. package/marketing/README.md +1 -1
  264. package/marketing/buttons/button.scss +81 -75
  265. package/marketing/index.scss +4 -4
  266. package/marketing/support/index.scss +1 -0
  267. package/marketing/support/mixins.scss +66 -0
  268. package/marketing/support/variables.scss +109 -58
  269. package/marketing/type/typography.scss +100 -62
  270. package/marketing/utilities/animations.scss +9 -0
  271. package/marketing/utilities/index.scss +2 -3
  272. package/marketing/utilities/layout.scss +31 -10
  273. package/navigation/README.md +1 -1
  274. package/navigation/filter-list.scss +8 -9
  275. package/navigation/index.scss +7 -7
  276. package/navigation/menu.scss +22 -23
  277. package/navigation/sidenav.scss +19 -25
  278. package/navigation/subnav.scss +9 -13
  279. package/navigation/tabnav.scss +20 -10
  280. package/navigation/underline-nav.scss +19 -14
  281. package/package.json +75 -63
  282. package/pagination/README.md +1 -1
  283. package/pagination/index.scss +2 -2
  284. package/pagination/pagination.scss +8 -8
  285. package/popover/README.md +1 -1
  286. package/popover/index.scss +2 -2
  287. package/popover/popover.scss +14 -13
  288. package/postcss.config.cjs +22 -0
  289. package/prettier.config.cjs +1 -0
  290. package/product/README.md +1 -1
  291. package/product/index.scss +17 -17
  292. package/progress/README.md +1 -1
  293. package/progress/index.scss +2 -2
  294. package/progress/progress.scss +3 -4
  295. package/select-menu/README.md +1 -1
  296. package/select-menu/index.scss +2 -2
  297. package/select-menu/select-menu.scss +44 -46
  298. package/{stylelint.config.js → stylelint.config.cjs} +5 -6
  299. package/subhead/README.md +1 -1
  300. package/subhead/index.scss +2 -2
  301. package/subhead/subhead.scss +9 -3
  302. package/support/README.md +1 -1
  303. package/support/index.scss +7 -8
  304. package/support/mixins/color-modes.scss +106 -0
  305. package/support/mixins/misc.scss +19 -13
  306. package/support/variables/layout.scss +68 -9
  307. package/support/variables/misc.scss +2 -27
  308. package/support/variables/typography.scss +2 -1
  309. package/table-object/README.md +1 -1
  310. package/table-object/index.scss +1 -1
  311. package/timeline/README.md +1 -1
  312. package/timeline/index.scss +2 -2
  313. package/timeline/timeline-item.scss +18 -18
  314. package/toasts/README.md +1 -1
  315. package/toasts/index.scss +2 -2
  316. package/toasts/toasts.scss +45 -24
  317. package/tooltips/README.md +1 -1
  318. package/tooltips/index.scss +2 -2
  319. package/tooltips/tooltips.scss +8 -12
  320. package/truncate/README.md +1 -1
  321. package/truncate/index.scss +2 -1
  322. package/truncate/truncate.scss +30 -0
  323. package/utilities/README.md +1 -1
  324. package/utilities/animations.scss +14 -1
  325. package/utilities/borders.scss +5 -50
  326. package/utilities/box-shadow.scss +8 -8
  327. package/utilities/colors.scss +71 -107
  328. package/utilities/details.scss +18 -6
  329. package/utilities/flexbox.scss +4 -3
  330. package/utilities/index.scss +12 -12
  331. package/utilities/layout.scss +23 -14
  332. package/utilities/margin.scss +34 -16
  333. package/utilities/padding.scss +13 -8
  334. package/utilities/typography.scss +5 -15
  335. package/.browserslistrc +0 -6
  336. package/.eslintrc.json +0 -13
  337. package/.nowignore +0 -5
  338. package/MIGRATING.md +0 -74
  339. package/bin/primer-migrate +0 -86
  340. package/dist/marketing-support.css.map +0 -1
  341. package/dist/support.css.map +0 -1
  342. package/fonts/Inter-Bold.woff +0 -0
  343. package/fonts/Inter-Medium.woff +0 -0
  344. package/fonts/Inter-Regular.woff +0 -0
  345. package/marketing/utilities/margin.scss +0 -17
  346. package/marketing/utilities/padding.scss +0 -24
  347. package/postcss.config.js +0 -14
  348. package/prettier.config.js +0 -1
  349. package/release.config.js +0 -4
  350. package/support/mixins/buttons.scss +0 -172
  351. package/support/variables/color-system.scss +0 -243
  352. package/support/variables/colors.scss +0 -55
@@ -1,1435 +1,55 @@
1
1
  {
2
- "$bg-black": {
3
- "computed": "#1b1f23",
4
- "values": [
5
- "$black",
6
- "#1b1f23"
7
- ],
8
- "source": {
9
- "path": "src/support/variables/colors.scss",
10
- "line": 23
11
- },
12
- "refs": []
13
- },
14
- "$bg-black-fade": {
15
- "computed": "rgba(27, 31, 35, 0.5)",
16
- "values": [
17
- "$black-fade-50",
18
- "rgba($black, 0.5)",
19
- "rgba(27, 31, 35, 0.5)"
20
- ],
21
- "source": {
22
- "path": "src/support/variables/colors.scss",
23
- "line": 24
24
- },
25
- "refs": []
26
- },
27
- "$bg-blue": {
28
- "computed": "#0366d6",
29
- "values": [
30
- "$blue-500",
31
- "#0366d6"
32
- ],
33
- "source": {
34
- "path": "src/support/variables/colors.scss",
35
- "line": 26
36
- },
37
- "refs": []
38
- },
39
- "$bg-blue-light": {
40
- "computed": "#f1f8ff",
41
- "values": [
42
- "$blue-000",
43
- "#f1f8ff"
44
- ],
45
- "source": {
46
- "path": "src/support/variables/colors.scss",
47
- "line": 25
48
- },
49
- "refs": []
50
- },
51
- "$bg-diffstat-added": {
52
- "computed": "#2cbe4e",
53
- "values": [
54
- "darken($green-400, 5%)",
55
- "#2cbe4e"
56
- ],
57
- "source": {
58
- "path": "src/support/variables/misc.scss",
59
- "line": 40
60
- },
61
- "refs": []
62
- },
63
- "$bg-diffstat-deleted": {
64
- "computed": "#cb2431",
65
- "values": [
66
- "$red-600",
67
- "#cb2431"
68
- ],
69
- "source": {
70
- "path": "src/support/variables/misc.scss",
71
- "line": 41
72
- },
73
- "refs": []
74
- },
75
- "$bg-diffstat-neutral": {
76
- "computed": "#d1d5da",
77
- "values": [
78
- "$gray-300",
79
- "#d1d5da"
80
- ],
81
- "source": {
82
- "path": "src/support/variables/misc.scss",
83
- "line": 42
84
- },
85
- "refs": []
86
- },
87
- "$bg-gray": {
88
- "computed": "#f6f8fa",
89
- "values": [
90
- "$gray-100",
91
- "#f6f8fa"
92
- ],
93
- "source": {
94
- "path": "src/support/variables/colors.scss",
95
- "line": 29
96
- },
97
- "refs": []
98
- },
99
- "$bg-gray-dark": {
100
- "computed": "#24292e",
101
- "values": [
102
- "$gray-900",
103
- "#24292e"
104
- ],
105
- "source": {
106
- "path": "src/support/variables/colors.scss",
107
- "line": 27
108
- },
109
- "refs": []
110
- },
111
- "$bg-gray-light": {
112
- "computed": "#fafbfc",
113
- "values": [
114
- "$gray-000",
115
- "#fafbfc"
116
- ],
117
- "source": {
118
- "path": "src/support/variables/colors.scss",
119
- "line": 28
120
- },
121
- "refs": []
122
- },
123
- "$bg-green": {
124
- "computed": "#28a745",
125
- "values": [
126
- "$green-500",
127
- "#28a745"
128
- ],
129
- "source": {
130
- "path": "src/support/variables/colors.scss",
131
- "line": 30
132
- },
133
- "refs": []
134
- },
135
- "$bg-green-light": {
136
- "computed": "#dcffe4",
137
- "values": [
138
- "$green-100",
139
- "#dcffe4"
140
- ],
141
- "source": {
142
- "path": "src/support/variables/colors.scss",
143
- "line": 31
144
- },
145
- "refs": []
146
- },
147
- "$bg-orange": {
148
- "computed": "#d15704",
149
- "values": [
150
- "$orange-700",
151
- "#d15704"
152
- ],
153
- "source": {
154
- "path": "src/support/variables/colors.scss",
155
- "line": 32
156
- },
157
- "refs": []
158
- },
159
- "$bg-pink": {
160
- "computed": "#ea4aaa",
161
- "values": [
162
- "$pink-500",
163
- "#ea4aaa"
164
- ],
165
- "source": {
166
- "path": "src/support/variables/colors.scss",
167
- "line": 35
168
- },
169
- "refs": []
170
- },
171
- "$bg-purple": {
172
- "computed": "#6f42c1",
173
- "values": [
174
- "$purple-500",
175
- "#6f42c1"
176
- ],
177
- "source": {
178
- "path": "src/support/variables/colors.scss",
179
- "line": 33
180
- },
181
- "refs": []
182
- },
183
- "$bg-purple-light": {
184
- "computed": "#f5f0ff",
185
- "values": [
186
- "$purple-000",
187
- "#f5f0ff"
188
- ],
189
- "source": {
190
- "path": "src/support/variables/colors.scss",
191
- "line": 34
192
- },
193
- "refs": []
194
- },
195
- "$bg-red": {
196
- "computed": "#d73a49",
197
- "values": [
198
- "$red-500",
199
- "#d73a49"
200
- ],
201
- "source": {
202
- "path": "src/support/variables/colors.scss",
203
- "line": 36
204
- },
205
- "refs": []
206
- },
207
- "$bg-red-light": {
208
- "computed": "#ffeef0",
209
- "values": [
210
- "$red-000",
211
- "#ffeef0"
212
- ],
213
- "source": {
214
- "path": "src/support/variables/colors.scss",
215
- "line": 37
216
- },
217
- "refs": []
218
- },
219
- "$bg-white": {
220
- "computed": "#fff",
221
- "values": [
222
- "$white",
223
- "#fff"
224
- ],
225
- "source": {
226
- "path": "src/support/variables/colors.scss",
227
- "line": 22
228
- },
229
- "refs": []
230
- },
231
- "$bg-yellow": {
232
- "computed": "#ffd33d",
233
- "values": [
234
- "$yellow-500",
235
- "#ffd33d"
236
- ],
237
- "source": {
238
- "path": "src/support/variables/colors.scss",
239
- "line": 38
240
- },
241
- "refs": []
242
- },
243
- "$bg-yellow-dark": {
244
- "computed": "#dbab09",
245
- "values": [
246
- "$yellow-700",
247
- "#dbab09"
248
- ],
249
- "source": {
250
- "path": "src/support/variables/colors.scss",
251
- "line": 40
252
- },
253
- "refs": []
254
- },
255
- "$bg-yellow-light": {
256
- "computed": "#fff5b1",
257
- "values": [
258
- "$yellow-200",
259
- "#fff5b1"
260
- ],
261
- "source": {
262
- "path": "src/support/variables/colors.scss",
263
- "line": 39
264
- },
265
- "refs": []
266
- },
267
- "$black": {
268
- "computed": "#1b1f23",
269
- "values": [
270
- "#1b1f23"
271
- ],
272
- "source": {
273
- "path": "src/support/variables/color-system.scss",
274
- "line": 2
275
- },
276
- "refs": [
277
- "$bg-black",
278
- "$text-black",
279
- "$tooltip-background-color"
280
- ]
281
- },
282
- "$black-fade-15": {
283
- "computed": "rgba(27, 31, 35, 0.15)",
284
- "values": [
285
- "rgba($black, 0.15)",
286
- "rgba(27, 31, 35, 0.15)"
287
- ],
288
- "source": {
289
- "path": "src/support/variables/color-system.scss",
290
- "line": 104
291
- },
292
- "refs": [
293
- "$border-black-fade",
294
- "$border-color-button"
295
- ]
296
- },
297
- "$black-fade-30": {
298
- "computed": "rgba(27, 31, 35, 0.3)",
299
- "values": [
300
- "rgba($black, 0.3)",
301
- "rgba(27, 31, 35, 0.3)"
302
- ],
303
- "source": {
304
- "path": "src/support/variables/color-system.scss",
305
- "line": 105
306
- },
307
- "refs": []
308
- },
309
- "$black-fade-50": {
310
- "computed": "rgba(27, 31, 35, 0.5)",
311
- "values": [
312
- "rgba($black, 0.5)",
313
- "rgba(27, 31, 35, 0.5)"
314
- ],
315
- "source": {
316
- "path": "src/support/variables/color-system.scss",
317
- "line": 106
318
- },
319
- "refs": [
320
- "$bg-black-fade"
321
- ]
322
- },
323
- "$black-fade-70": {
324
- "computed": "rgba(27, 31, 35, 0.7)",
325
- "values": [
326
- "rgba($black, 0.7)",
327
- "rgba(27, 31, 35, 0.7)"
328
- ],
329
- "source": {
330
- "path": "src/support/variables/color-system.scss",
331
- "line": 107
332
- },
333
- "refs": []
334
- },
335
- "$black-fade-85": {
336
- "computed": "rgba(27, 31, 35, 0.85)",
337
- "values": [
338
- "rgba($black, 0.85)",
339
- "rgba(27, 31, 35, 0.85)"
340
- ],
341
- "source": {
342
- "path": "src/support/variables/color-system.scss",
343
- "line": 108
344
- },
345
- "refs": []
346
- },
347
- "$blue": {
348
- "computed": "#0366d6",
349
- "values": [
350
- "$blue-500",
351
- "#0366d6"
352
- ],
353
- "source": {
354
- "path": "src/support/variables/color-system.scss",
355
- "line": 119
356
- },
357
- "refs": []
358
- },
359
- "$blue-000": {
360
- "computed": "#f1f8ff",
361
- "values": [
362
- "#f1f8ff"
363
- ],
364
- "source": {
365
- "path": "src/support/variables/color-system.scss",
366
- "line": 20
367
- },
368
- "refs": [
369
- "$bg-blue-light"
370
- ]
371
- },
372
- "$blue-100": {
373
- "computed": "#dbedff",
374
- "values": [
375
- "#dbedff"
376
- ],
377
- "source": {
378
- "path": "src/support/variables/color-system.scss",
379
- "line": 21
380
- },
381
- "refs": []
382
- },
383
- "$blue-200": {
384
- "computed": "#c8e1ff",
385
- "values": [
386
- "#c8e1ff"
387
- ],
388
- "source": {
389
- "path": "src/support/variables/color-system.scss",
390
- "line": 22
391
- },
392
- "refs": [
393
- "$border-blue-light"
394
- ]
395
- },
396
- "$blue-300": {
397
- "computed": "#79b8ff",
398
- "values": [
399
- "#79b8ff"
400
- ],
401
- "source": {
402
- "path": "src/support/variables/color-system.scss",
403
- "line": 23
404
- },
405
- "refs": []
406
- },
407
- "$blue-400": {
408
- "computed": "#2188ff",
409
- "values": [
410
- "#2188ff"
411
- ],
412
- "source": {
413
- "path": "src/support/variables/color-system.scss",
414
- "line": 24
415
- },
416
- "refs": []
417
- },
418
- "$blue-500": {
419
- "computed": "#0366d6",
420
- "values": [
421
- "#0366d6"
422
- ],
423
- "source": {
424
- "path": "src/support/variables/color-system.scss",
425
- "line": 25
426
- },
427
- "refs": [
428
- "$blue",
429
- "$border-blue",
430
- "$bg-blue",
431
- "$text-blue"
432
- ]
433
- },
434
- "$blue-600": {
435
- "computed": "#005cc5",
436
- "values": [
437
- "#005cc5"
438
- ],
439
- "source": {
440
- "path": "src/support/variables/color-system.scss",
441
- "line": 26
442
- },
443
- "refs": []
444
- },
445
- "$blue-700": {
446
- "computed": "#044289",
447
- "values": [
448
- "#044289"
449
- ],
450
- "source": {
451
- "path": "src/support/variables/color-system.scss",
452
- "line": 27
453
- },
454
- "refs": []
455
- },
456
- "$blue-800": {
457
- "computed": "#032f62",
458
- "values": [
459
- "#032f62"
460
- ],
461
- "source": {
462
- "path": "src/support/variables/color-system.scss",
463
- "line": 28
464
- },
465
- "refs": []
466
- },
467
- "$blue-900": {
468
- "computed": "#05264c",
469
- "values": [
470
- "#05264c"
471
- ],
472
- "source": {
473
- "path": "src/support/variables/color-system.scss",
474
- "line": 29
475
- },
476
- "refs": []
477
- },
478
- "$body-font": {
479
- "computed": "-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",
480
- "values": [
481
- "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
482
- "-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"
483
- ],
484
- "source": {
485
- "path": "src/support/variables/typography.scss",
486
- "line": 35
487
- },
488
- "refs": []
489
- },
490
- "$body-font-size": {
491
- "computed": "14px",
492
- "values": [
493
- "14px"
494
- ],
495
- "source": {
496
- "path": "src/support/variables/typography.scss",
497
- "line": 41
498
- },
499
- "refs": []
500
- },
501
- "$body-line-height": {
502
- "computed": "1.5",
503
- "values": [
504
- "$lh-default",
505
- "1.5"
506
- ],
507
- "source": {
508
- "path": "src/support/variables/typography.scss",
509
- "line": 42
510
- },
511
- "refs": []
512
- },
513
- "$border": {
514
- "computed": "1px #e1e4e8 solid",
515
- "values": [
516
- "$border-width $border-color $border-style",
517
- "1px $border-gray solid",
518
- "1px $gray-200 solid",
519
- "1px #e1e4e8 solid"
520
- ],
521
- "source": {
522
- "path": "src/support/variables/misc.scss",
523
- "line": 7
524
- },
525
- "refs": []
526
- },
527
- "$border-black-fade": {
528
- "computed": "rgba(27, 31, 35, 0.15)",
529
- "values": [
530
- "$black-fade-15",
531
- "rgba($black, 0.15)",
532
- "rgba(27, 31, 35, 0.15)"
533
- ],
534
- "source": {
535
- "path": "src/support/variables/colors.scss",
536
- "line": 6
537
- },
538
- "refs": []
539
- },
540
- "$border-blue": {
541
- "computed": "#0366d6",
542
- "values": [
543
- "$blue-500",
544
- "#0366d6"
545
- ],
546
- "source": {
547
- "path": "src/support/variables/colors.scss",
548
- "line": 12
549
- },
550
- "refs": []
551
- },
552
- "$border-blue-light": {
553
- "computed": "#c8e1ff",
554
- "values": [
555
- "$blue-200",
556
- "#c8e1ff"
557
- ],
558
- "source": {
559
- "path": "src/support/variables/colors.scss",
560
- "line": 13
561
- },
562
- "refs": []
563
- },
564
- "$border-color": {
565
- "computed": "#e1e4e8",
566
- "values": [
567
- "$border-gray",
568
- "$gray-200",
569
- "#e1e4e8"
570
- ],
571
- "source": {
572
- "path": "src/support/variables/misc.scss",
573
- "line": 5
574
- },
575
- "refs": []
576
- },
577
- "$border-color-button": {
578
- "computed": "rgba(27, 31, 35, 0.15)",
579
- "values": [
580
- "$black-fade-15",
581
- "rgba($black, 0.15)",
582
- "rgba(27, 31, 35, 0.15)"
583
- ],
584
- "source": {
585
- "path": "src/support/variables/misc.scss",
586
- "line": 25
587
- },
588
- "refs": []
589
- },
590
- "$border-gray": {
591
- "computed": "#e1e4e8",
592
- "values": [
593
- "$gray-200",
594
- "#e1e4e8"
595
- ],
596
- "source": {
597
- "path": "src/support/variables/colors.scss",
598
- "line": 11
599
- },
600
- "refs": [
601
- "$border-color"
602
- ]
603
- },
604
- "$border-gray-dark": {
605
- "computed": "#d1d5da",
606
- "values": [
607
- "$gray-300",
608
- "#d1d5da"
609
- ],
610
- "source": {
611
- "path": "src/support/variables/colors.scss",
612
- "line": 8
613
- },
614
- "refs": []
615
- },
616
- "$border-gray-darker": {
617
- "computed": "#444d56",
618
- "values": [
619
- "$gray-700",
620
- "#444d56"
621
- ],
622
- "source": {
623
- "path": "src/support/variables/colors.scss",
624
- "line": 9
625
- },
626
- "refs": []
627
- },
628
- "$border-gray-light": {
629
- "computed": "#eaecef",
630
- "values": [
631
- "lighten($gray-200, 3%)",
632
- "#eaecef"
633
- ],
634
- "source": {
635
- "path": "src/support/variables/colors.scss",
636
- "line": 10
637
- },
638
- "refs": []
639
- },
640
- "$border-green": {
641
- "computed": "#34d058",
642
- "values": [
643
- "$green-400",
644
- "#34d058"
645
- ],
646
- "source": {
647
- "path": "src/support/variables/colors.scss",
648
- "line": 14
649
- },
650
- "refs": []
651
- },
652
- "$border-green-light": {
653
- "computed": "#a2cbac",
654
- "values": [
655
- "desaturate($green-300, 40%)",
656
- "#a2cbac"
657
- ],
658
- "source": {
659
- "path": "src/support/variables/colors.scss",
660
- "line": 15
661
- },
662
- "refs": []
663
- },
664
- "$border-purple": {
665
- "computed": "#6f42c1",
666
- "values": [
667
- "$purple",
668
- "$purple-500",
669
- "#6f42c1"
670
- ],
671
- "source": {
672
- "path": "src/support/variables/colors.scss",
673
- "line": 16
674
- },
675
- "refs": []
676
- },
677
- "$border-radius": {
678
- "computed": "6px",
679
- "values": [
680
- "$border-radius-2",
681
- "6px"
682
- ],
683
- "source": {
684
- "path": "src/support/variables/misc.scss",
685
- "line": 12
686
- },
687
- "refs": []
688
- },
689
- "$border-radius-1": {
690
- "computed": "4px",
691
- "values": [
692
- "4px"
693
- ],
694
- "source": {
695
- "path": "src/support/variables/misc.scss",
696
- "line": 10
697
- },
698
- "refs": []
699
- },
700
- "$border-radius-2": {
701
- "computed": "6px",
702
- "values": [
703
- "6px"
704
- ],
705
- "source": {
706
- "path": "src/support/variables/misc.scss",
707
- "line": 11
708
- },
709
- "refs": [
710
- "$border-radius"
711
- ]
712
- },
713
- "$border-red": {
714
- "computed": "#d73a49",
715
- "values": [
716
- "$red",
717
- "$red-500",
718
- "#d73a49"
719
- ],
720
- "source": {
721
- "path": "src/support/variables/colors.scss",
722
- "line": 17
723
- },
724
- "refs": []
725
- },
726
- "$border-red-light": {
727
- "computed": "#f97583",
728
- "values": [
729
- "$red-300",
730
- "#f97583"
731
- ],
732
- "source": {
733
- "path": "src/support/variables/colors.scss",
734
- "line": 18
735
- },
736
- "refs": []
737
- },
738
- "$border-style": {
739
- "computed": "solid",
740
- "values": [
741
- "solid"
742
- ],
743
- "source": {
744
- "path": "src/support/variables/misc.scss",
745
- "line": 6
746
- },
747
- "refs": []
748
- },
749
- "$border-white": {
750
- "computed": "#fff",
751
- "values": [
752
- "$white",
753
- "#fff"
754
- ],
755
- "source": {
756
- "path": "src/support/variables/colors.scss",
757
- "line": 5
758
- },
759
- "refs": []
760
- },
761
- "$border-white-fade": {
762
- "computed": "rgba(255, 255, 255, 0.15)",
763
- "values": [
764
- "$white-fade-15",
765
- "rgba($white, 0.15)",
766
- "rgba(255, 255, 255, 0.15)"
767
- ],
768
- "source": {
769
- "path": "src/support/variables/colors.scss",
770
- "line": 7
771
- },
772
- "refs": []
773
- },
774
- "$border-width": {
775
- "computed": "1px",
776
- "values": [
777
- "1px"
778
- ],
779
- "source": {
780
- "path": "src/support/variables/misc.scss",
781
- "line": 4
782
- },
783
- "refs": []
784
- },
785
- "$border-yellow": {
786
- "computed": "#f9c513",
787
- "values": [
788
- "$yellow-600",
789
- "#f9c513"
790
- ],
791
- "source": {
792
- "path": "src/support/variables/colors.scss",
793
- "line": 19
794
- },
795
- "refs": []
796
- },
797
- "$box-shadow": {
798
- "computed": "0 1px 0 rgba(27, 31, 35, 0.04)",
799
- "values": [
800
- "0 1px 0 rgba($black, 0.04)",
801
- "0 1px 0 rgba(27, 31, 35, 0.04)"
802
- ],
803
- "source": {
804
- "path": "src/support/variables/misc.scss",
805
- "line": 15
806
- },
807
- "refs": []
808
- },
809
- "$box-shadow-extra-large": {
810
- "computed": "0 12px 48px rgba(149, 157, 165, 0.3)",
811
- "values": [
812
- "0 12px 48px rgba($gray-400, 0.3)",
813
- "0 12px 48px rgba(149, 157, 165, 0.3)"
814
- ],
815
- "source": {
816
- "path": "src/support/variables/misc.scss",
817
- "line": 18
818
- },
819
- "refs": []
820
- },
821
- "$box-shadow-focus": {
822
- "computed": "0 0 0 3px rgba(3, 102, 214, 0.3)",
823
- "values": [
824
- "0 0 0 3px rgba($border-blue, 0.3)",
825
- "0 0 0 3px rgba(3, 102, 214, 0.3)"
826
- ],
827
- "source": {
828
- "path": "src/support/variables/misc.scss",
829
- "line": 22
830
- },
831
- "refs": []
832
- },
833
- "$box-shadow-highlight": {
834
- "computed": "inset 0 1px 0 rgba(255, 255, 255, 0.25)",
835
- "values": [
836
- "inset 0 1px 0 rgba($white, 0.25)",
837
- "inset 0 1px 0 rgba(255, 255, 255, 0.25)"
838
- ],
839
- "source": {
840
- "path": "src/support/variables/misc.scss",
841
- "line": 20
842
- },
843
- "refs": []
844
- },
845
- "$box-shadow-inset": {
846
- "computed": "inset 0 1px 0 rgba(225, 228, 232, 0.2)",
847
- "values": [
848
- "inset 0 1px 0 rgba($border-color, 0.2)",
849
- "inset 0 1px 0 rgba(225, 228, 232, 0.2)"
850
- ],
851
- "source": {
852
- "path": "src/support/variables/misc.scss",
853
- "line": 21
854
- },
855
- "refs": []
856
- },
857
- "$box-shadow-large": {
858
- "computed": "0 8px 24px rgba(149, 157, 165, 0.2)",
859
- "values": [
860
- "0 8px 24px rgba($gray-400, 0.2)",
861
- "0 8px 24px rgba(149, 157, 165, 0.2)"
862
- ],
863
- "source": {
864
- "path": "src/support/variables/misc.scss",
865
- "line": 17
866
- },
867
- "refs": []
868
- },
869
- "$box-shadow-medium": {
870
- "computed": "0 3px 6px rgba(149, 157, 165, 0.15)",
871
- "values": [
872
- "0 3px 6px rgba($gray-400, 0.15)",
873
- "0 3px 6px rgba(149, 157, 165, 0.15)"
874
- ],
875
- "source": {
876
- "path": "src/support/variables/misc.scss",
877
- "line": 16
878
- },
879
- "refs": []
880
- },
881
- "$btn-active-shadow": {
882
- "computed": "inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)",
883
- "values": [
884
- "inset 0 0.15em 0.3em $black-fade-15",
885
- "inset 0 0.15em 0.3em rgba($black, 0.15)",
886
- "inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)"
887
- ],
888
- "source": {
889
- "path": "src/support/variables/misc.scss",
890
- "line": 26
891
- },
892
- "refs": []
893
- },
894
- "$btn-input-focus-shadow": {
895
- "computed": "0 0 0 0.2em rgba(3, 102, 214, 0.3)",
896
- "values": [
897
- "0 0 0 0.2em rgba($blue, 0.3)",
898
- "0 0 0 0.2em rgba(3, 102, 214, 0.3)"
899
- ],
900
- "source": {
901
- "path": "src/support/variables/misc.scss",
902
- "line": 30
903
- },
904
- "refs": []
905
- },
906
- "$container-lg": {
907
- "computed": "1012px",
908
- "values": [
909
- "$width-lg",
910
- "1012px"
911
- ],
912
- "source": {
913
- "path": "src/support/variables/layout.scss",
914
- "line": 106
915
- },
916
- "refs": []
917
- },
918
- "$container-md": {
919
- "computed": "768px",
920
- "values": [
921
- "$width-md",
922
- "768px"
923
- ],
924
- "source": {
925
- "path": "src/support/variables/layout.scss",
926
- "line": 105
927
- },
928
- "refs": []
929
- },
930
- "$container-sm": {
931
- "computed": "544px",
932
- "values": [
933
- "$width-sm",
934
- "544px"
935
- ],
936
- "source": {
937
- "path": "src/support/variables/layout.scss",
938
- "line": 104
939
- },
940
- "refs": []
941
- },
942
- "$container-width": {
943
- "computed": "980px",
944
- "values": [
945
- "980px"
946
- ],
947
- "source": {
948
- "path": "src/support/variables/layout.scss",
949
- "line": 89
950
- },
951
- "refs": []
952
- },
953
- "$container-xl": {
954
- "computed": "1280px",
955
- "values": [
956
- "$width-xl",
957
- "1280px"
958
- ],
959
- "source": {
960
- "path": "src/support/variables/layout.scss",
961
- "line": 107
962
- },
963
- "refs": []
964
- },
965
- "$em-spacer-1": {
966
- "computed": "0.0625em",
967
- "values": [
968
- "0.0625em"
969
- ],
970
- "source": {
971
- "path": "src/support/variables/layout.scss",
972
- "line": 67
973
- },
974
- "refs": []
975
- },
976
- "$em-spacer-2": {
977
- "computed": "0.125em",
978
- "values": [
979
- "0.125em"
980
- ],
981
- "source": {
982
- "path": "src/support/variables/layout.scss",
983
- "line": 68
984
- },
985
- "refs": []
986
- },
987
- "$em-spacer-3": {
988
- "computed": "0.25em",
989
- "values": [
990
- "0.25em"
991
- ],
992
- "source": {
993
- "path": "src/support/variables/layout.scss",
994
- "line": 69
995
- },
996
- "refs": []
997
- },
998
- "$em-spacer-4": {
999
- "computed": "0.375em",
1000
- "values": [
1001
- "0.375em"
1002
- ],
1003
- "source": {
1004
- "path": "src/support/variables/layout.scss",
1005
- "line": 70
1006
- },
1007
- "refs": []
1008
- },
1009
- "$em-spacer-5": {
1010
- "computed": "0.5em",
1011
- "values": [
1012
- "0.5em"
1013
- ],
1014
- "source": {
1015
- "path": "src/support/variables/layout.scss",
1016
- "line": 71
1017
- },
1018
- "refs": []
1019
- },
1020
- "$em-spacer-6": {
1021
- "computed": "0.75em",
1022
- "values": [
1023
- "0.75em"
1024
- ],
1025
- "source": {
1026
- "path": "src/support/variables/layout.scss",
1027
- "line": 72
1028
- },
1029
- "refs": []
1030
- },
1031
- "$font-size-small": {
1032
- "computed": "12px",
1033
- "values": [
1034
- "12px"
1035
- ],
1036
- "source": {
1037
- "path": "src/support/variables/typography.scss",
1038
- "line": 21
1039
- },
1040
- "refs": []
1041
- },
1042
- "$font-weight-bold": {
1043
- "computed": "600",
1044
- "values": [
1045
- "600"
1046
- ],
1047
- "source": {
1048
- "path": "src/support/variables/typography.scss",
1049
- "line": 24
1050
- },
1051
- "refs": []
1052
- },
1053
- "$font-weight-light": {
1054
- "computed": "300",
2
+ "$h00-size-mobile": {
1055
3
  "values": [
1056
- "300"
4
+ "40px"
1057
5
  ],
1058
6
  "source": {
1059
7
  "path": "src/support/variables/typography.scss",
1060
- "line": 27
8
+ "line": 5
1061
9
  },
1062
- "refs": []
10
+ "computed": "40px"
1063
11
  },
1064
- "$font-weight-normal": {
1065
- "computed": "400",
12
+ "$h0-size-mobile": {
1066
13
  "values": [
1067
- "400"
14
+ "32px"
1068
15
  ],
1069
16
  "source": {
1070
17
  "path": "src/support/variables/typography.scss",
1071
- "line": 26
18
+ "line": 6
1072
19
  },
1073
- "refs": []
20
+ "computed": "32px"
1074
21
  },
1075
- "$font-weight-semibold": {
1076
- "computed": "500",
22
+ "$h1-size-mobile": {
1077
23
  "values": [
1078
- "500"
24
+ "26px"
1079
25
  ],
1080
26
  "source": {
1081
27
  "path": "src/support/variables/typography.scss",
1082
- "line": 25
1083
- },
1084
- "refs": []
1085
- },
1086
- "$form-control-shadow": {
1087
- "computed": "inset 0 1px 2px rgba(27, 31, 35, 0.075)",
1088
- "values": [
1089
- "inset 0 1px 2px rgba($black, 0.075)",
1090
- "inset 0 1px 2px rgba(27, 31, 35, 0.075)"
1091
- ],
1092
- "source": {
1093
- "path": "src/support/variables/misc.scss",
1094
- "line": 29
1095
- },
1096
- "refs": []
1097
- },
1098
- "$gray": {
1099
- "computed": "#6a737d",
1100
- "values": [
1101
- "$gray-500",
1102
- "#6a737d"
1103
- ],
1104
- "source": {
1105
- "path": "src/support/variables/color-system.scss",
1106
- "line": 126
1107
- },
1108
- "refs": []
1109
- },
1110
- "$gray-000": {
1111
- "computed": "#fafbfc",
1112
- "values": [
1113
- "#fafbfc"
1114
- ],
1115
- "source": {
1116
- "path": "src/support/variables/color-system.scss",
1117
- "line": 8
1118
- },
1119
- "refs": [
1120
- "$bg-gray-light"
1121
- ]
1122
- },
1123
- "$gray-100": {
1124
- "computed": "#f6f8fa",
1125
- "values": [
1126
- "#f6f8fa"
1127
- ],
1128
- "source": {
1129
- "path": "src/support/variables/color-system.scss",
1130
- "line": 9
1131
- },
1132
- "refs": [
1133
- "$bg-gray"
1134
- ]
1135
- },
1136
- "$gray-200": {
1137
- "computed": "#e1e4e8",
1138
- "values": [
1139
- "#e1e4e8"
1140
- ],
1141
- "source": {
1142
- "path": "src/support/variables/color-system.scss",
1143
- "line": 10
1144
- },
1145
- "refs": [
1146
- "$border-gray",
1147
- "$border-color"
1148
- ]
1149
- },
1150
- "$gray-300": {
1151
- "computed": "#d1d5da",
1152
- "values": [
1153
- "#d1d5da"
1154
- ],
1155
- "source": {
1156
- "path": "src/support/variables/color-system.scss",
1157
- "line": 11
1158
- },
1159
- "refs": [
1160
- "$border-gray-dark",
1161
- "$bg-diffstat-neutral"
1162
- ]
1163
- },
1164
- "$gray-400": {
1165
- "computed": "#959da5",
1166
- "values": [
1167
- "#959da5"
1168
- ],
1169
- "source": {
1170
- "path": "src/support/variables/color-system.scss",
1171
- "line": 12
1172
- },
1173
- "refs": [
1174
- "$gray-light"
1175
- ]
1176
- },
1177
- "$gray-500": {
1178
- "computed": "#6a737d",
1179
- "values": [
1180
- "#6a737d"
1181
- ],
1182
- "source": {
1183
- "path": "src/support/variables/color-system.scss",
1184
- "line": 13
1185
- },
1186
- "refs": [
1187
- "$gray",
1188
- "$text-gray-light"
1189
- ]
1190
- },
1191
- "$gray-600": {
1192
- "computed": "#586069",
1193
- "values": [
1194
- "#586069"
1195
- ],
1196
- "source": {
1197
- "path": "src/support/variables/color-system.scss",
1198
- "line": 14
1199
- },
1200
- "refs": [
1201
- "$text-gray"
1202
- ]
1203
- },
1204
- "$gray-700": {
1205
- "computed": "#444d56",
1206
- "values": [
1207
- "#444d56"
1208
- ],
1209
- "source": {
1210
- "path": "src/support/variables/color-system.scss",
1211
- "line": 15
1212
- },
1213
- "refs": [
1214
- "$border-gray-darker"
1215
- ]
1216
- },
1217
- "$gray-800": {
1218
- "computed": "#2f363d",
1219
- "values": [
1220
- "#2f363d"
1221
- ],
1222
- "source": {
1223
- "path": "src/support/variables/color-system.scss",
1224
- "line": 16
1225
- },
1226
- "refs": []
1227
- },
1228
- "$gray-900": {
1229
- "computed": "#24292e",
1230
- "values": [
1231
- "#24292e"
1232
- ],
1233
- "source": {
1234
- "path": "src/support/variables/color-system.scss",
1235
- "line": 17
1236
- },
1237
- "refs": [
1238
- "$gray-dark",
1239
- "$bg-gray-dark",
1240
- "$text-gray-dark"
1241
- ]
1242
- },
1243
- "$gray-dark": {
1244
- "computed": "#24292e",
1245
- "values": [
1246
- "$gray-900",
1247
- "#24292e"
1248
- ],
1249
- "source": {
1250
- "path": "src/support/variables/color-system.scss",
1251
- "line": 124
1252
- },
1253
- "refs": []
1254
- },
1255
- "$gray-light": {
1256
- "computed": "#959da5",
1257
- "values": [
1258
- "$gray-400",
1259
- "#959da5"
1260
- ],
1261
- "source": {
1262
- "path": "src/support/variables/color-system.scss",
1263
- "line": 125
1264
- },
1265
- "refs": []
1266
- },
1267
- "$green": {
1268
- "computed": "#28a745",
1269
- "values": [
1270
- "$green-500",
1271
- "#28a745"
1272
- ],
1273
- "source": {
1274
- "path": "src/support/variables/color-system.scss",
1275
- "line": 120
1276
- },
1277
- "refs": []
1278
- },
1279
- "$green-000": {
1280
- "computed": "#f0fff4",
1281
- "values": [
1282
- "#f0fff4"
1283
- ],
1284
- "source": {
1285
- "path": "src/support/variables/color-system.scss",
1286
- "line": 32
1287
- },
1288
- "refs": []
1289
- },
1290
- "$green-100": {
1291
- "computed": "#dcffe4",
1292
- "values": [
1293
- "#dcffe4"
1294
- ],
1295
- "source": {
1296
- "path": "src/support/variables/color-system.scss",
1297
- "line": 33
1298
- },
1299
- "refs": [
1300
- "$bg-green-light"
1301
- ]
1302
- },
1303
- "$green-200": {
1304
- "computed": "#bef5cb",
1305
- "values": [
1306
- "#bef5cb"
1307
- ],
1308
- "source": {
1309
- "path": "src/support/variables/color-system.scss",
1310
- "line": 34
1311
- },
1312
- "refs": []
1313
- },
1314
- "$green-300": {
1315
- "computed": "#85e89d",
1316
- "values": [
1317
- "#85e89d"
1318
- ],
1319
- "source": {
1320
- "path": "src/support/variables/color-system.scss",
1321
- "line": 35
1322
- },
1323
- "refs": []
1324
- },
1325
- "$green-400": {
1326
- "computed": "#34d058",
1327
- "values": [
1328
- "#34d058"
1329
- ],
1330
- "source": {
1331
- "path": "src/support/variables/color-system.scss",
1332
- "line": 36
1333
- },
1334
- "refs": [
1335
- "$border-green"
1336
- ]
1337
- },
1338
- "$green-500": {
1339
- "computed": "#28a745",
1340
- "values": [
1341
- "#28a745"
1342
- ],
1343
- "source": {
1344
- "path": "src/support/variables/color-system.scss",
1345
- "line": 37
1346
- },
1347
- "refs": [
1348
- "$green",
1349
- "$bg-green"
1350
- ]
1351
- },
1352
- "$green-600": {
1353
- "computed": "#22863a",
1354
- "values": [
1355
- "#22863a"
1356
- ],
1357
- "source": {
1358
- "path": "src/support/variables/color-system.scss",
1359
- "line": 38
1360
- },
1361
- "refs": [
1362
- "$text-green"
1363
- ]
1364
- },
1365
- "$green-700": {
1366
- "computed": "#176f2c",
1367
- "values": [
1368
- "#176f2c"
1369
- ],
1370
- "source": {
1371
- "path": "src/support/variables/color-system.scss",
1372
- "line": 39
1373
- },
1374
- "refs": []
1375
- },
1376
- "$green-800": {
1377
- "computed": "#165c26",
1378
- "values": [
1379
- "#165c26"
1380
- ],
1381
- "source": {
1382
- "path": "src/support/variables/color-system.scss",
1383
- "line": 40
1384
- },
1385
- "refs": []
1386
- },
1387
- "$green-900": {
1388
- "computed": "#144620",
1389
- "values": [
1390
- "#144620"
1391
- ],
1392
- "source": {
1393
- "path": "src/support/variables/color-system.scss",
1394
- "line": 41
1395
- },
1396
- "refs": []
1397
- },
1398
- "$grid-gutter": {
1399
- "computed": "10px",
1400
- "values": [
1401
- "10px"
1402
- ],
1403
- "source": {
1404
- "path": "src/support/variables/layout.scss",
1405
- "line": 90
28
+ "line": 7
1406
29
  },
1407
- "refs": []
30
+ "computed": "26px"
1408
31
  },
1409
- "$h0-size": {
1410
- "computed": "40px",
32
+ "$h2-size-mobile": {
1411
33
  "values": [
1412
- "40px"
34
+ "22px"
1413
35
  ],
1414
36
  "source": {
1415
37
  "path": "src/support/variables/typography.scss",
1416
- "line": 13
38
+ "line": 8
1417
39
  },
1418
- "refs": []
40
+ "computed": "22px"
1419
41
  },
1420
- "$h0-size-mobile": {
1421
- "computed": "32px",
42
+ "$h3-size-mobile": {
1422
43
  "values": [
1423
- "32px"
44
+ "18px"
1424
45
  ],
1425
46
  "source": {
1426
47
  "path": "src/support/variables/typography.scss",
1427
- "line": 6
48
+ "line": 9
1428
49
  },
1429
- "refs": []
50
+ "computed": "18px"
1430
51
  },
1431
52
  "$h00-size": {
1432
- "computed": "48px",
1433
53
  "values": [
1434
54
  "48px"
1435
55
  ],
@@ -1437,21 +57,19 @@
1437
57
  "path": "src/support/variables/typography.scss",
1438
58
  "line": 12
1439
59
  },
1440
- "refs": []
60
+ "computed": "48px"
1441
61
  },
1442
- "$h00-size-mobile": {
1443
- "computed": "40px",
62
+ "$h0-size": {
1444
63
  "values": [
1445
64
  "40px"
1446
65
  ],
1447
66
  "source": {
1448
67
  "path": "src/support/variables/typography.scss",
1449
- "line": 5
68
+ "line": 13
1450
69
  },
1451
- "refs": []
70
+ "computed": "40px"
1452
71
  },
1453
72
  "$h1-size": {
1454
- "computed": "32px",
1455
73
  "values": [
1456
74
  "32px"
1457
75
  ],
@@ -1459,21 +77,9 @@
1459
77
  "path": "src/support/variables/typography.scss",
1460
78
  "line": 14
1461
79
  },
1462
- "refs": []
1463
- },
1464
- "$h1-size-mobile": {
1465
- "computed": "26px",
1466
- "values": [
1467
- "26px"
1468
- ],
1469
- "source": {
1470
- "path": "src/support/variables/typography.scss",
1471
- "line": 7
1472
- },
1473
- "refs": []
80
+ "computed": "32px"
1474
81
  },
1475
82
  "$h2-size": {
1476
- "computed": "24px",
1477
83
  "values": [
1478
84
  "24px"
1479
85
  ],
@@ -1481,21 +87,9 @@
1481
87
  "path": "src/support/variables/typography.scss",
1482
88
  "line": 15
1483
89
  },
1484
- "refs": []
1485
- },
1486
- "$h2-size-mobile": {
1487
- "computed": "22px",
1488
- "values": [
1489
- "22px"
1490
- ],
1491
- "source": {
1492
- "path": "src/support/variables/typography.scss",
1493
- "line": 8
1494
- },
1495
- "refs": []
90
+ "computed": "24px"
1496
91
  },
1497
92
  "$h3-size": {
1498
- "computed": "20px",
1499
93
  "values": [
1500
94
  "20px"
1501
95
  ],
@@ -1503,21 +97,9 @@
1503
97
  "path": "src/support/variables/typography.scss",
1504
98
  "line": 16
1505
99
  },
1506
- "refs": []
1507
- },
1508
- "$h3-size-mobile": {
1509
- "computed": "18px",
1510
- "values": [
1511
- "18px"
1512
- ],
1513
- "source": {
1514
- "path": "src/support/variables/typography.scss",
1515
- "line": 9
1516
- },
1517
- "refs": []
100
+ "computed": "20px"
1518
101
  },
1519
102
  "$h4-size": {
1520
- "computed": "16px",
1521
103
  "values": [
1522
104
  "16px"
1523
105
  ],
@@ -1525,10 +107,9 @@
1525
107
  "path": "src/support/variables/typography.scss",
1526
108
  "line": 17
1527
109
  },
1528
- "refs": []
110
+ "computed": "16px"
1529
111
  },
1530
112
  "$h5-size": {
1531
- "computed": "14px",
1532
113
  "values": [
1533
114
  "14px"
1534
115
  ],
@@ -1536,10 +117,9 @@
1536
117
  "path": "src/support/variables/typography.scss",
1537
118
  "line": 18
1538
119
  },
1539
- "refs": []
120
+ "computed": "14px"
1540
121
  },
1541
122
  "$h6-size": {
1542
- "computed": "12px",
1543
123
  "values": [
1544
124
  "12px"
1545
125
  ],
@@ -1547,1450 +127,1226 @@
1547
127
  "path": "src/support/variables/typography.scss",
1548
128
  "line": 19
1549
129
  },
1550
- "refs": []
130
+ "computed": "12px"
1551
131
  },
1552
- "$lh-condensed": {
1553
- "computed": "1.25",
132
+ "$font-size-small": {
1554
133
  "values": [
1555
- "1.25"
134
+ "12px"
1556
135
  ],
1557
136
  "source": {
1558
137
  "path": "src/support/variables/typography.scss",
1559
- "line": 31
138
+ "line": 21
1560
139
  },
1561
- "refs": []
140
+ "computed": "12px"
1562
141
  },
1563
- "$lh-condensed-ultra": {
1564
- "computed": "1",
142
+ "$font-weight-bold": {
1565
143
  "values": [
1566
- "1"
144
+ "600"
1567
145
  ],
1568
146
  "source": {
1569
147
  "path": "src/support/variables/typography.scss",
1570
- "line": 30
148
+ "line": 24
1571
149
  },
1572
- "refs": []
150
+ "computed": "600"
1573
151
  },
1574
- "$lh-default": {
1575
- "computed": "1.5",
152
+ "$font-weight-semibold": {
1576
153
  "values": [
1577
- "1.5"
154
+ "500"
1578
155
  ],
1579
156
  "source": {
1580
157
  "path": "src/support/variables/typography.scss",
1581
- "line": 32
158
+ "line": 25
1582
159
  },
1583
- "refs": [
1584
- "$body-line-height"
1585
- ]
160
+ "computed": "500"
1586
161
  },
1587
- "$mono-font": {
1588
- "computed": "SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace",
162
+ "$font-weight-normal": {
1589
163
  "values": [
1590
- "\"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace",
1591
- "SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace"
164
+ "400"
1592
165
  ],
1593
166
  "source": {
1594
167
  "path": "src/support/variables/typography.scss",
1595
- "line": 38
168
+ "line": 26
1596
169
  },
1597
- "refs": []
170
+ "computed": "400"
1598
171
  },
1599
- "$orange": {
1600
- "computed": "#f66a0a",
172
+ "$font-weight-light": {
1601
173
  "values": [
1602
- "$orange-500",
1603
- "#f66a0a"
174
+ "300"
1604
175
  ],
1605
176
  "source": {
1606
- "path": "src/support/variables/color-system.scss",
1607
- "line": 122
177
+ "path": "src/support/variables/typography.scss",
178
+ "line": 27
1608
179
  },
1609
- "refs": []
180
+ "computed": "300"
1610
181
  },
1611
- "$orange-000": {
1612
- "computed": "#fff8f2",
182
+ "$lh-condensed-ultra": {
1613
183
  "values": [
1614
- "#fff8f2"
184
+ "1"
1615
185
  ],
1616
186
  "source": {
1617
- "path": "src/support/variables/color-system.scss",
1618
- "line": 56
187
+ "path": "src/support/variables/typography.scss",
188
+ "line": 30
1619
189
  },
1620
- "refs": []
190
+ "computed": "1"
1621
191
  },
1622
- "$orange-100": {
1623
- "computed": "#ffebda",
192
+ "$lh-condensed": {
1624
193
  "values": [
1625
- "#ffebda"
194
+ "1.25"
1626
195
  ],
1627
196
  "source": {
1628
- "path": "src/support/variables/color-system.scss",
1629
- "line": 57
197
+ "path": "src/support/variables/typography.scss",
198
+ "line": 31
1630
199
  },
1631
- "refs": []
200
+ "computed": "1.25"
1632
201
  },
1633
- "$orange-200": {
1634
- "computed": "#ffd1ac",
202
+ "$lh-default": {
1635
203
  "values": [
1636
- "#ffd1ac"
204
+ "1.5"
1637
205
  ],
1638
206
  "source": {
1639
- "path": "src/support/variables/color-system.scss",
1640
- "line": 58
207
+ "path": "src/support/variables/typography.scss",
208
+ "line": 32
1641
209
  },
1642
- "refs": []
210
+ "computed": "1.5"
1643
211
  },
1644
- "$orange-300": {
1645
- "computed": "#ffab70",
212
+ "$body-font": {
1646
213
  "values": [
1647
- "#ffab70"
214
+ "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
1648
215
  ],
1649
216
  "source": {
1650
- "path": "src/support/variables/color-system.scss",
1651
- "line": 59
217
+ "path": "src/support/variables/typography.scss",
218
+ "line": 35
1652
219
  },
1653
- "refs": []
220
+ "computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
1654
221
  },
1655
- "$orange-400": {
1656
- "computed": "#fb8532",
222
+ "$mono-font": {
1657
223
  "values": [
1658
- "#fb8532"
224
+ "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
1659
225
  ],
1660
226
  "source": {
1661
- "path": "src/support/variables/color-system.scss",
1662
- "line": 60
227
+ "path": "src/support/variables/typography.scss",
228
+ "line": 39
1663
229
  },
1664
- "refs": []
230
+ "computed": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
1665
231
  },
1666
- "$orange-500": {
1667
- "computed": "#f66a0a",
232
+ "$body-font-size": {
1668
233
  "values": [
1669
- "#f66a0a"
234
+ "14px"
1670
235
  ],
1671
236
  "source": {
1672
- "path": "src/support/variables/color-system.scss",
1673
- "line": 61
237
+ "path": "src/support/variables/typography.scss",
238
+ "line": 42
1674
239
  },
1675
- "refs": [
1676
- "$orange"
1677
- ]
240
+ "computed": "14px"
1678
241
  },
1679
- "$orange-600": {
1680
- "computed": "#e36209",
242
+ "$body-line-height": {
1681
243
  "values": [
1682
- "#e36209"
244
+ "$lh-default",
245
+ "1.5"
1683
246
  ],
1684
247
  "source": {
1685
- "path": "src/support/variables/color-system.scss",
1686
- "line": 62
248
+ "path": "src/support/variables/typography.scss",
249
+ "line": 43
1687
250
  },
1688
- "refs": [
1689
- "$text-orange-light"
1690
- ]
251
+ "computed": "1.5"
1691
252
  },
1692
- "$orange-700": {
1693
- "computed": "#d15704",
253
+ "$spacer": {
1694
254
  "values": [
1695
- "#d15704"
255
+ "8px"
1696
256
  ],
1697
257
  "source": {
1698
- "path": "src/support/variables/color-system.scss",
1699
- "line": 63
258
+ "path": "src/support/variables/layout.scss",
259
+ "line": 32
1700
260
  },
1701
- "refs": [
1702
- "$bg-orange"
1703
- ]
261
+ "computed": "8px"
1704
262
  },
1705
- "$orange-800": {
1706
- "computed": "#c24e00",
263
+ "$spacer-0": {
1707
264
  "values": [
1708
- "#c24e00"
265
+ "0"
1709
266
  ],
1710
267
  "source": {
1711
- "path": "src/support/variables/color-system.scss",
1712
- "line": 64
268
+ "path": "src/support/variables/layout.scss",
269
+ "line": 35
1713
270
  },
1714
- "refs": []
271
+ "computed": "0"
1715
272
  },
1716
- "$orange-900": {
1717
- "computed": "#a04100",
273
+ "$spacer-1": {
1718
274
  "values": [
1719
- "#a04100"
275
+ "$spacer * 0.5",
276
+ "8px * 0.5"
1720
277
  ],
1721
278
  "source": {
1722
- "path": "src/support/variables/color-system.scss",
1723
- "line": 65
279
+ "path": "src/support/variables/layout.scss",
280
+ "line": 36
1724
281
  },
1725
- "refs": [
1726
- "$text-orange"
1727
- ]
282
+ "computed": "4px"
1728
283
  },
1729
- "$pink-000": {
1730
- "computed": "#ffeef8",
284
+ "$spacer-2": {
1731
285
  "values": [
1732
- "#ffeef8"
286
+ "$spacer",
287
+ "8px"
1733
288
  ],
1734
289
  "source": {
1735
- "path": "src/support/variables/color-system.scss",
1736
- "line": 92
290
+ "path": "src/support/variables/layout.scss",
291
+ "line": 37
1737
292
  },
1738
- "refs": []
293
+ "computed": "8px"
1739
294
  },
1740
- "$pink-100": {
1741
- "computed": "#fedbf0",
295
+ "$spacer-3": {
1742
296
  "values": [
1743
- "#fedbf0"
297
+ "$spacer * 2",
298
+ "8px * 2"
1744
299
  ],
1745
300
  "source": {
1746
- "path": "src/support/variables/color-system.scss",
1747
- "line": 93
301
+ "path": "src/support/variables/layout.scss",
302
+ "line": 38
1748
303
  },
1749
- "refs": []
304
+ "computed": "16px"
1750
305
  },
1751
- "$pink-200": {
1752
- "computed": "#f9b3dd",
306
+ "$spacer-4": {
1753
307
  "values": [
1754
- "#f9b3dd"
308
+ "$spacer * 3",
309
+ "8px * 3"
1755
310
  ],
1756
311
  "source": {
1757
- "path": "src/support/variables/color-system.scss",
1758
- "line": 94
312
+ "path": "src/support/variables/layout.scss",
313
+ "line": 39
1759
314
  },
1760
- "refs": []
315
+ "computed": "24px"
1761
316
  },
1762
- "$pink-300": {
1763
- "computed": "#f692ce",
317
+ "$spacer-5": {
1764
318
  "values": [
1765
- "#f692ce"
319
+ "$spacer * 4",
320
+ "8px * 4"
1766
321
  ],
1767
322
  "source": {
1768
- "path": "src/support/variables/color-system.scss",
1769
- "line": 95
323
+ "path": "src/support/variables/layout.scss",
324
+ "line": 40
1770
325
  },
1771
- "refs": []
326
+ "computed": "32px"
1772
327
  },
1773
- "$pink-400": {
1774
- "computed": "#ec6cb9",
328
+ "$spacer-6": {
1775
329
  "values": [
1776
- "#ec6cb9"
330
+ "$spacer * 5",
331
+ "8px * 5"
1777
332
  ],
1778
333
  "source": {
1779
- "path": "src/support/variables/color-system.scss",
1780
- "line": 96
334
+ "path": "src/support/variables/layout.scss",
335
+ "line": 41
1781
336
  },
1782
- "refs": []
337
+ "computed": "40px"
1783
338
  },
1784
- "$pink-500": {
1785
- "computed": "#ea4aaa",
339
+ "$spacer-7": {
1786
340
  "values": [
1787
- "#ea4aaa"
341
+ "$spacer * 6",
342
+ "8px * 6"
1788
343
  ],
1789
344
  "source": {
1790
- "path": "src/support/variables/color-system.scss",
1791
- "line": 97
345
+ "path": "src/support/variables/layout.scss",
346
+ "line": 69
1792
347
  },
1793
- "refs": [
1794
- "$bg-pink",
1795
- "$text-pink"
1796
- ]
348
+ "computed": "48px"
1797
349
  },
1798
- "$pink-600": {
1799
- "computed": "#d03592",
350
+ "$spacer-8": {
1800
351
  "values": [
1801
- "#d03592"
352
+ "$spacer * 8",
353
+ "8px * 8"
1802
354
  ],
1803
355
  "source": {
1804
- "path": "src/support/variables/color-system.scss",
1805
- "line": 98
356
+ "path": "src/support/variables/layout.scss",
357
+ "line": 70
1806
358
  },
1807
- "refs": []
359
+ "computed": "64px"
1808
360
  },
1809
- "$pink-700": {
1810
- "computed": "#b93a86",
361
+ "$spacer-9": {
1811
362
  "values": [
1812
- "#b93a86"
363
+ "$spacer * 10",
364
+ "8px * 10"
1813
365
  ],
1814
366
  "source": {
1815
- "path": "src/support/variables/color-system.scss",
1816
- "line": 99
367
+ "path": "src/support/variables/layout.scss",
368
+ "line": 71
1817
369
  },
1818
- "refs": []
370
+ "computed": "80px"
1819
371
  },
1820
- "$pink-800": {
1821
- "computed": "#99306f",
372
+ "$spacer-10": {
1822
373
  "values": [
1823
- "#99306f"
374
+ "$spacer * 12",
375
+ "8px * 12"
1824
376
  ],
1825
377
  "source": {
1826
- "path": "src/support/variables/color-system.scss",
1827
- "line": 100
378
+ "path": "src/support/variables/layout.scss",
379
+ "line": 72
1828
380
  },
1829
- "refs": []
381
+ "computed": "96px"
1830
382
  },
1831
- "$pink-900": {
1832
- "computed": "#6d224f",
383
+ "$spacer-11": {
1833
384
  "values": [
1834
- "#6d224f"
385
+ "$spacer * 14",
386
+ "8px * 14"
1835
387
  ],
1836
388
  "source": {
1837
- "path": "src/support/variables/color-system.scss",
1838
- "line": 101
389
+ "path": "src/support/variables/layout.scss",
390
+ "line": 73
1839
391
  },
1840
- "refs": []
392
+ "computed": "112px"
1841
393
  },
1842
- "$purple": {
1843
- "computed": "#6f42c1",
394
+ "$spacer-12": {
1844
395
  "values": [
1845
- "$purple-500",
1846
- "#6f42c1"
396
+ "$spacer * 16",
397
+ "8px * 16"
1847
398
  ],
1848
399
  "source": {
1849
- "path": "src/support/variables/color-system.scss",
1850
- "line": 118
400
+ "path": "src/support/variables/layout.scss",
401
+ "line": 74
1851
402
  },
1852
- "refs": [
1853
- "$border-purple",
1854
- "$text-purple"
1855
- ]
403
+ "computed": "128px"
1856
404
  },
1857
- "$purple-000": {
1858
- "computed": "#f5f0ff",
405
+ "$em-spacer-1": {
1859
406
  "values": [
1860
- "#f5f0ff"
407
+ "0.0625em"
1861
408
  ],
1862
409
  "source": {
1863
- "path": "src/support/variables/color-system.scss",
1864
- "line": 80
410
+ "path": "src/support/variables/layout.scss",
411
+ "line": 99
1865
412
  },
1866
- "refs": [
1867
- "$bg-purple-light"
1868
- ]
413
+ "computed": "0.0625em"
1869
414
  },
1870
- "$purple-100": {
1871
- "computed": "#e6dcfd",
415
+ "$em-spacer-2": {
1872
416
  "values": [
1873
- "#e6dcfd"
417
+ "0.125em"
1874
418
  ],
1875
419
  "source": {
1876
- "path": "src/support/variables/color-system.scss",
1877
- "line": 81
420
+ "path": "src/support/variables/layout.scss",
421
+ "line": 100
1878
422
  },
1879
- "refs": []
423
+ "computed": "0.125em"
1880
424
  },
1881
- "$purple-200": {
1882
- "computed": "#d1bcf9",
425
+ "$em-spacer-3": {
1883
426
  "values": [
1884
- "#d1bcf9"
427
+ "0.25em"
1885
428
  ],
1886
429
  "source": {
1887
- "path": "src/support/variables/color-system.scss",
1888
- "line": 82
430
+ "path": "src/support/variables/layout.scss",
431
+ "line": 101
1889
432
  },
1890
- "refs": []
433
+ "computed": "0.25em"
1891
434
  },
1892
- "$purple-300": {
1893
- "computed": "#b392f0",
435
+ "$em-spacer-4": {
1894
436
  "values": [
1895
- "#b392f0"
437
+ "0.375em"
1896
438
  ],
1897
439
  "source": {
1898
- "path": "src/support/variables/color-system.scss",
1899
- "line": 83
440
+ "path": "src/support/variables/layout.scss",
441
+ "line": 102
1900
442
  },
1901
- "refs": []
443
+ "computed": "0.375em"
1902
444
  },
1903
- "$purple-400": {
1904
- "computed": "#8a63d2",
445
+ "$em-spacer-5": {
1905
446
  "values": [
1906
- "#8a63d2"
447
+ "0.5em"
1907
448
  ],
1908
449
  "source": {
1909
- "path": "src/support/variables/color-system.scss",
1910
- "line": 84
450
+ "path": "src/support/variables/layout.scss",
451
+ "line": 103
1911
452
  },
1912
- "refs": []
453
+ "computed": "0.5em"
1913
454
  },
1914
- "$purple-500": {
1915
- "computed": "#6f42c1",
455
+ "$em-spacer-6": {
1916
456
  "values": [
1917
- "#6f42c1"
457
+ "0.75em"
1918
458
  ],
1919
459
  "source": {
1920
- "path": "src/support/variables/color-system.scss",
1921
- "line": 85
460
+ "path": "src/support/variables/layout.scss",
461
+ "line": 104
1922
462
  },
1923
- "refs": [
1924
- "$purple",
1925
- "$border-purple",
1926
- "$bg-purple",
1927
- "$text-purple"
1928
- ]
463
+ "computed": "0.75em"
1929
464
  },
1930
- "$purple-600": {
1931
- "computed": "#5a32a3",
465
+ "$size": {
1932
466
  "values": [
1933
- "#5a32a3"
467
+ "16px"
1934
468
  ],
1935
469
  "source": {
1936
- "path": "src/support/variables/color-system.scss",
1937
- "line": 86
470
+ "path": "src/support/variables/layout.scss",
471
+ "line": 108
1938
472
  },
1939
- "refs": []
473
+ "computed": "16px"
1940
474
  },
1941
- "$purple-700": {
1942
- "computed": "#4c2889",
475
+ "$size-0": {
1943
476
  "values": [
1944
- "#4c2889"
477
+ "0"
1945
478
  ],
1946
479
  "source": {
1947
- "path": "src/support/variables/color-system.scss",
1948
- "line": 87
480
+ "path": "src/support/variables/layout.scss",
481
+ "line": 110
1949
482
  },
1950
- "refs": []
483
+ "computed": "0"
1951
484
  },
1952
- "$purple-800": {
1953
- "computed": "#3a1d6e",
485
+ "$size-1": {
1954
486
  "values": [
1955
- "#3a1d6e"
487
+ "$size",
488
+ "16px"
1956
489
  ],
1957
490
  "source": {
1958
- "path": "src/support/variables/color-system.scss",
1959
- "line": 88
491
+ "path": "src/support/variables/layout.scss",
492
+ "line": 111
1960
493
  },
1961
- "refs": []
494
+ "computed": "16px"
1962
495
  },
1963
- "$purple-900": {
1964
- "computed": "#29134e",
496
+ "$size-2": {
1965
497
  "values": [
1966
- "#29134e"
498
+ "$size-1 + 4px",
499
+ "16px + 4px"
1967
500
  ],
1968
501
  "source": {
1969
- "path": "src/support/variables/color-system.scss",
1970
- "line": 89
502
+ "path": "src/support/variables/layout.scss",
503
+ "line": 112
1971
504
  },
1972
- "refs": []
505
+ "computed": "20px"
1973
506
  },
1974
- "$red": {
1975
- "computed": "#d73a49",
507
+ "$size-3": {
1976
508
  "values": [
1977
- "$red-500",
1978
- "#d73a49"
509
+ "$size-2 + 4px",
510
+ "16px + 4px + 4px"
1979
511
  ],
1980
512
  "source": {
1981
- "path": "src/support/variables/color-system.scss",
1982
- "line": 117
513
+ "path": "src/support/variables/layout.scss",
514
+ "line": 113
1983
515
  },
1984
- "refs": [
1985
- "$border-red"
1986
- ]
516
+ "computed": "24px"
1987
517
  },
1988
- "$red-000": {
1989
- "computed": "#ffeef0",
518
+ "$size-4": {
1990
519
  "values": [
1991
- "#ffeef0"
520
+ "$size-3 + 4px",
521
+ "16px + 4px + 4px + 4px"
1992
522
  ],
1993
523
  "source": {
1994
- "path": "src/support/variables/color-system.scss",
1995
- "line": 68
524
+ "path": "src/support/variables/layout.scss",
525
+ "line": 114
1996
526
  },
1997
- "refs": [
1998
- "$bg-red-light"
1999
- ]
527
+ "computed": "28px"
2000
528
  },
2001
- "$red-100": {
2002
- "computed": "#ffdce0",
529
+ "$size-5": {
2003
530
  "values": [
2004
- "#ffdce0"
531
+ "$size-4 + 4px",
532
+ "16px + 4px + 4px + 4px + 4px"
2005
533
  ],
2006
534
  "source": {
2007
- "path": "src/support/variables/color-system.scss",
2008
- "line": 69
535
+ "path": "src/support/variables/layout.scss",
536
+ "line": 115
2009
537
  },
2010
- "refs": []
538
+ "computed": "32px"
2011
539
  },
2012
- "$red-200": {
2013
- "computed": "#fdaeb7",
540
+ "$size-6": {
2014
541
  "values": [
2015
- "#fdaeb7"
542
+ "$size-5 + 8px",
543
+ "16px + 4px + 4px + 4px + 4px + 8px"
2016
544
  ],
2017
545
  "source": {
2018
- "path": "src/support/variables/color-system.scss",
2019
- "line": 70
546
+ "path": "src/support/variables/layout.scss",
547
+ "line": 116
2020
548
  },
2021
- "refs": []
549
+ "computed": "40px"
2022
550
  },
2023
- "$red-300": {
2024
- "computed": "#f97583",
551
+ "$size-7": {
2025
552
  "values": [
2026
- "#f97583"
553
+ "$size-6 + 8px",
554
+ "16px + 4px + 4px + 4px + 4px + 8px + 8px"
2027
555
  ],
2028
556
  "source": {
2029
- "path": "src/support/variables/color-system.scss",
2030
- "line": 71
557
+ "path": "src/support/variables/layout.scss",
558
+ "line": 117
2031
559
  },
2032
- "refs": [
2033
- "$border-red-light"
2034
- ]
560
+ "computed": "48px"
2035
561
  },
2036
- "$red-400": {
2037
- "computed": "#ea4a5a",
562
+ "$size-8": {
2038
563
  "values": [
2039
- "#ea4a5a"
564
+ "$size-7 + 16px",
565
+ "16px + 4px + 4px + 4px + 4px + 8px + 8px + 16px"
2040
566
  ],
2041
567
  "source": {
2042
- "path": "src/support/variables/color-system.scss",
2043
- "line": 72
568
+ "path": "src/support/variables/layout.scss",
569
+ "line": 118
2044
570
  },
2045
- "refs": []
571
+ "computed": "64px"
2046
572
  },
2047
- "$red-500": {
2048
- "computed": "#d73a49",
573
+ "$container-width": {
2049
574
  "values": [
2050
- "#d73a49"
575
+ "980px"
2051
576
  ],
2052
577
  "source": {
2053
- "path": "src/support/variables/color-system.scss",
2054
- "line": 73
578
+ "path": "src/support/variables/layout.scss",
579
+ "line": 121
2055
580
  },
2056
- "refs": [
2057
- "$red",
2058
- "$border-red",
2059
- "$bg-red"
2060
- ]
581
+ "computed": "980px"
2061
582
  },
2062
- "$red-600": {
2063
- "computed": "#cb2431",
583
+ "$grid-gutter": {
2064
584
  "values": [
2065
- "#cb2431"
585
+ "10px"
2066
586
  ],
2067
587
  "source": {
2068
- "path": "src/support/variables/color-system.scss",
2069
- "line": 74
588
+ "path": "src/support/variables/layout.scss",
589
+ "line": 122
2070
590
  },
2071
- "refs": [
2072
- "$text-red",
2073
- "$bg-diffstat-deleted"
2074
- ]
591
+ "computed": "10px"
2075
592
  },
2076
- "$red-700": {
2077
- "computed": "#b31d28",
593
+ "$width-xs": {
2078
594
  "values": [
2079
- "#b31d28"
595
+ "0"
2080
596
  ],
2081
597
  "source": {
2082
- "path": "src/support/variables/color-system.scss",
2083
- "line": 75
598
+ "path": "src/support/variables/layout.scss",
599
+ "line": 125
2084
600
  },
2085
- "refs": []
601
+ "computed": "0"
2086
602
  },
2087
- "$red-800": {
2088
- "computed": "#9e1c23",
603
+ "$width-sm": {
2089
604
  "values": [
2090
- "#9e1c23"
605
+ "544px"
2091
606
  ],
2092
607
  "source": {
2093
- "path": "src/support/variables/color-system.scss",
2094
- "line": 76
608
+ "path": "src/support/variables/layout.scss",
609
+ "line": 127
2095
610
  },
2096
- "refs": []
611
+ "computed": "544px"
2097
612
  },
2098
- "$red-900": {
2099
- "computed": "#86181d",
613
+ "$width-md": {
2100
614
  "values": [
2101
- "#86181d"
615
+ "768px"
2102
616
  ],
2103
617
  "source": {
2104
- "path": "src/support/variables/color-system.scss",
2105
- "line": 77
618
+ "path": "src/support/variables/layout.scss",
619
+ "line": 129
2106
620
  },
2107
- "refs": []
621
+ "computed": "768px"
2108
622
  },
2109
- "$size": {
2110
- "computed": "16px",
623
+ "$width-lg": {
2111
624
  "values": [
2112
- "16px"
625
+ "1012px"
2113
626
  ],
2114
627
  "source": {
2115
628
  "path": "src/support/variables/layout.scss",
2116
- "line": 76
629
+ "line": 131
2117
630
  },
2118
- "refs": [
2119
- "$size-1"
2120
- ]
631
+ "computed": "1012px"
2121
632
  },
2122
- "$size-0": {
2123
- "computed": "0",
633
+ "$width-xl": {
2124
634
  "values": [
2125
- "0"
635
+ "1280px"
2126
636
  ],
2127
637
  "source": {
2128
638
  "path": "src/support/variables/layout.scss",
2129
- "line": 78
639
+ "line": 133
2130
640
  },
2131
- "refs": []
641
+ "computed": "1280px"
2132
642
  },
2133
- "$size-1": {
2134
- "computed": "16px",
643
+ "$container-sm": {
2135
644
  "values": [
2136
- "$size",
2137
- "16px"
645
+ "$width-sm",
646
+ "544px"
2138
647
  ],
2139
648
  "source": {
2140
649
  "path": "src/support/variables/layout.scss",
2141
- "line": 79
650
+ "line": 136
2142
651
  },
2143
- "refs": []
652
+ "computed": "544px"
2144
653
  },
2145
- "$size-2": {
2146
- "computed": "20px",
654
+ "$container-md": {
2147
655
  "values": [
2148
- "$size-1 + 4px",
2149
- "$size + 4px",
2150
- "16px + 4px",
2151
- "20px"
656
+ "$width-md",
657
+ "768px"
2152
658
  ],
2153
659
  "source": {
2154
660
  "path": "src/support/variables/layout.scss",
2155
- "line": 80
661
+ "line": 137
2156
662
  },
2157
- "refs": []
663
+ "computed": "768px"
2158
664
  },
2159
- "$size-3": {
2160
- "computed": "24px",
665
+ "$container-lg": {
2161
666
  "values": [
2162
- "$size-2 + 4px",
2163
- "$size-1 + 4px + 4px",
2164
- "24px"
667
+ "$width-lg",
668
+ "1012px"
2165
669
  ],
2166
670
  "source": {
2167
671
  "path": "src/support/variables/layout.scss",
2168
- "line": 81
672
+ "line": 138
2169
673
  },
2170
- "refs": []
674
+ "computed": "1012px"
2171
675
  },
2172
- "$size-4": {
2173
- "computed": "28px",
676
+ "$container-xl": {
2174
677
  "values": [
2175
- "$size-3 + 4px",
2176
- "$size-2 + 4px + 4px",
2177
- "28px"
678
+ "$width-xl",
679
+ "1280px"
2178
680
  ],
2179
681
  "source": {
2180
682
  "path": "src/support/variables/layout.scss",
2181
- "line": 82
683
+ "line": 139
2182
684
  },
2183
- "refs": []
685
+ "computed": "1280px"
2184
686
  },
2185
- "$size-5": {
2186
- "computed": "32px",
687
+ "$border-width": {
2187
688
  "values": [
2188
- "$size-4 + 4px",
2189
- "$size-3 + 4px + 4px",
2190
- "32px"
689
+ "1px"
2191
690
  ],
2192
691
  "source": {
2193
- "path": "src/support/variables/layout.scss",
2194
- "line": 83
692
+ "path": "src/support/variables/misc.scss",
693
+ "line": 4
2195
694
  },
2196
- "refs": []
695
+ "computed": "1px"
2197
696
  },
2198
- "$size-6": {
2199
- "computed": "40px",
697
+ "$border-style": {
2200
698
  "values": [
2201
- "$size-5 + 8px",
2202
- "$size-4 + 4px + 8px",
2203
- "40px"
699
+ "solid"
2204
700
  ],
2205
701
  "source": {
2206
- "path": "src/support/variables/layout.scss",
2207
- "line": 84
702
+ "path": "src/support/variables/misc.scss",
703
+ "line": 5
2208
704
  },
2209
- "refs": []
705
+ "computed": "solid"
2210
706
  },
2211
- "$size-7": {
2212
- "computed": "48px",
707
+ "$border": {
2213
708
  "values": [
2214
- "$size-6 + 8px",
2215
- "$size-5 + 8px + 8px",
2216
- "48px"
709
+ "$border-width $border-style var(--color-border-default)",
710
+ "1px solid var(--color-border-default)"
2217
711
  ],
2218
712
  "source": {
2219
- "path": "src/support/variables/layout.scss",
2220
- "line": 85
713
+ "path": "src/support/variables/misc.scss",
714
+ "line": 6
2221
715
  },
2222
- "refs": []
716
+ "computed": "1px solid var(--color-border-default)"
2223
717
  },
2224
- "$size-8": {
2225
- "computed": "64px",
718
+ "$border-radius-1": {
2226
719
  "values": [
2227
- "$size-7 + 16px",
2228
- "$size-6 + 8px + 16px",
2229
- "64px"
720
+ "4px"
2230
721
  ],
2231
722
  "source": {
2232
- "path": "src/support/variables/layout.scss",
2233
- "line": 86
723
+ "path": "src/support/variables/misc.scss",
724
+ "line": 9
2234
725
  },
2235
- "refs": []
726
+ "computed": "4px"
2236
727
  },
2237
- "$spacer": {
2238
- "computed": "8px",
728
+ "$border-radius-2": {
2239
729
  "values": [
2240
- "8px"
730
+ "6px"
2241
731
  ],
2242
732
  "source": {
2243
- "path": "src/support/variables/layout.scss",
2244
- "line": 32
733
+ "path": "src/support/variables/misc.scss",
734
+ "line": 10
2245
735
  },
2246
- "refs": [
2247
- "$spacer-2"
2248
- ]
736
+ "computed": "6px"
2249
737
  },
2250
- "$spacer-0": {
2251
- "computed": "0",
738
+ "$border-radius-3": {
2252
739
  "values": [
2253
- "0"
740
+ "8px"
2254
741
  ],
2255
742
  "source": {
2256
- "path": "src/support/variables/layout.scss",
2257
- "line": 35
743
+ "path": "src/support/variables/misc.scss",
744
+ "line": 11
2258
745
  },
2259
- "refs": []
746
+ "computed": "8px"
2260
747
  },
2261
- "$spacer-1": {
2262
- "computed": "4px",
748
+ "$border-radius": {
2263
749
  "values": [
2264
- "round($spacer / 2)",
2265
- "4px"
750
+ "$border-radius-2",
751
+ "6px"
2266
752
  ],
2267
753
  "source": {
2268
- "path": "src/support/variables/layout.scss",
2269
- "line": 36
754
+ "path": "src/support/variables/misc.scss",
755
+ "line": 12
2270
756
  },
2271
- "refs": []
757
+ "computed": "6px"
2272
758
  },
2273
- "$spacer-2": {
2274
- "computed": "8px",
759
+ "$tooltip-max-width": {
2275
760
  "values": [
2276
- "$spacer",
2277
- "8px"
761
+ "250px"
2278
762
  ],
2279
763
  "source": {
2280
- "path": "src/support/variables/layout.scss",
2281
- "line": 37
764
+ "path": "src/support/variables/misc.scss",
765
+ "line": 15
2282
766
  },
2283
- "refs": []
767
+ "computed": "250px"
2284
768
  },
2285
- "$spacer-3": {
2286
- "computed": "16px",
769
+ "$tooltip-delay": {
2287
770
  "values": [
2288
- "$spacer * 2",
2289
- "8px * 2",
2290
- "16px"
771
+ "0.4s"
2291
772
  ],
2292
773
  "source": {
2293
- "path": "src/support/variables/layout.scss",
2294
- "line": 38
774
+ "path": "src/support/variables/misc.scss",
775
+ "line": 16
2295
776
  },
2296
- "refs": []
777
+ "computed": "0.4s"
2297
778
  },
2298
- "$spacer-4": {
2299
- "computed": "24px",
779
+ "$tooltip-duration": {
2300
780
  "values": [
2301
- "$spacer * 3",
2302
- "8px * 3",
2303
- "24px"
781
+ "0.1s"
2304
782
  ],
2305
783
  "source": {
2306
- "path": "src/support/variables/layout.scss",
2307
- "line": 39
784
+ "path": "src/support/variables/misc.scss",
785
+ "line": 17
2308
786
  },
2309
- "refs": []
787
+ "computed": "0.1s"
2310
788
  },
2311
- "$spacer-5": {
2312
- "computed": "32px",
789
+ "$marketing-font-path": {
2313
790
  "values": [
2314
- "$spacer * 4",
2315
- "8px * 4",
2316
- "32px"
791
+ "\"/fonts/\""
2317
792
  ],
2318
793
  "source": {
2319
- "path": "src/support/variables/layout.scss",
2320
- "line": 40
794
+ "path": "src/marketing/support/variables.scss",
795
+ "line": 3
2321
796
  },
2322
- "refs": []
797
+ "computed": "\"/fonts/\""
2323
798
  },
2324
- "$spacer-6": {
2325
- "computed": "40px",
799
+ "$font-mktg": {
2326
800
  "values": [
2327
- "$spacer * 5",
2328
- "8px * 5",
2329
- "40px"
801
+ "$body-font",
802
+ "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
2330
803
  ],
2331
804
  "source": {
2332
- "path": "src/support/variables/layout.scss",
2333
- "line": 41
805
+ "path": "src/marketing/support/variables.scss",
806
+ "line": 5
2334
807
  },
2335
- "refs": []
808
+ "computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
2336
809
  },
2337
- "$text-black": {
2338
- "computed": "#1b1f23",
810
+ "$font-weight-medium": {
2339
811
  "values": [
2340
- "$black",
2341
- "#1b1f23"
812
+ "450"
2342
813
  ],
2343
814
  "source": {
2344
- "path": "src/support/variables/colors.scss",
2345
- "line": 43
815
+ "path": "src/marketing/support/variables.scss",
816
+ "line": 6
2346
817
  },
2347
- "refs": []
818
+ "computed": "450"
2348
819
  },
2349
- "$text-blue": {
2350
- "computed": "#0366d6",
820
+ "$font-weight-extrabold": {
2351
821
  "values": [
2352
- "$blue-500",
2353
- "#0366d6"
822
+ "800"
2354
823
  ],
2355
824
  "source": {
2356
- "path": "src/support/variables/colors.scss",
2357
- "line": 45
825
+ "path": "src/marketing/support/variables.scss",
826
+ "line": 7
2358
827
  },
2359
- "refs": []
828
+ "computed": "800"
2360
829
  },
2361
- "$text-gray": {
2362
- "computed": "#586069",
830
+ "$mktg-font-feature-settings": {
2363
831
  "values": [
2364
- "$gray-600",
2365
- "#586069"
832
+ "'ss02' on, 'ss01' on"
2366
833
  ],
2367
834
  "source": {
2368
- "path": "src/support/variables/colors.scss",
2369
- "line": 48
835
+ "path": "src/marketing/support/variables.scss",
836
+ "line": 9
2370
837
  },
2371
- "refs": []
838
+ "computed": "'ss02' on, 'ss01' on"
2372
839
  },
2373
- "$text-gray-dark": {
2374
- "computed": "#24292e",
840
+ "$mktg-header-spacing-large": {
2375
841
  "values": [
2376
- "$gray-900",
2377
- "#24292e"
842
+ "-0.03em"
2378
843
  ],
2379
844
  "source": {
2380
- "path": "src/support/variables/colors.scss",
2381
- "line": 46
845
+ "path": "src/marketing/support/variables.scss",
846
+ "line": 10
2382
847
  },
2383
- "refs": []
848
+ "computed": "-0.03em"
2384
849
  },
2385
- "$text-gray-light": {
2386
- "computed": "#6a737d",
850
+ "$mktg-header-spacing-default": {
2387
851
  "values": [
2388
- "$gray-500",
2389
- "#6a737d"
852
+ "-0.01em"
2390
853
  ],
2391
854
  "source": {
2392
- "path": "src/support/variables/colors.scss",
2393
- "line": 47
855
+ "path": "src/marketing/support/variables.scss",
856
+ "line": 11
2394
857
  },
2395
- "refs": []
858
+ "computed": "-0.01em"
2396
859
  },
2397
- "$text-green": {
2398
- "computed": "#22863a",
860
+ "$mktg-header-spacing-threshold": {
2399
861
  "values": [
2400
- "$green-600",
2401
- "#22863a"
862
+ "48px"
2402
863
  ],
2403
864
  "source": {
2404
- "path": "src/support/variables/colors.scss",
2405
- "line": 49
865
+ "path": "src/marketing/support/variables.scss",
866
+ "line": 12
2406
867
  },
2407
- "refs": []
868
+ "computed": "48px"
2408
869
  },
2409
- "$text-orange": {
2410
- "computed": "#a04100",
870
+ "$mktg-header-weight-large": {
2411
871
  "values": [
2412
- "$orange-900",
2413
- "#a04100"
872
+ "$font-weight-extrabold",
873
+ "800"
2414
874
  ],
2415
875
  "source": {
2416
- "path": "src/support/variables/colors.scss",
2417
- "line": 50
876
+ "path": "src/marketing/support/variables.scss",
877
+ "line": 13
2418
878
  },
2419
- "refs": []
879
+ "computed": "800"
2420
880
  },
2421
- "$text-orange-light": {
2422
- "computed": "#e36209",
881
+ "$mktg-header-weight-default": {
2423
882
  "values": [
2424
- "$orange-600",
2425
- "#e36209"
883
+ "$font-weight-bold",
884
+ "600"
2426
885
  ],
2427
886
  "source": {
2428
- "path": "src/support/variables/colors.scss",
2429
- "line": 51
887
+ "path": "src/marketing/support/variables.scss",
888
+ "line": 14
2430
889
  },
2431
- "refs": []
890
+ "computed": "600"
2432
891
  },
2433
- "$text-pink": {
2434
- "computed": "#ea4aaa",
892
+ "$mktg-header-weight-threshold": {
2435
893
  "values": [
2436
- "$pink-500",
2437
- "#ea4aaa"
894
+ "24px"
2438
895
  ],
2439
896
  "source": {
2440
- "path": "src/support/variables/colors.scss",
2441
- "line": 53
897
+ "path": "src/marketing/support/variables.scss",
898
+ "line": 15
2442
899
  },
2443
- "refs": []
900
+ "computed": "24px"
2444
901
  },
2445
- "$text-purple": {
2446
- "computed": "#6f42c1",
902
+ "$mktg-h-size-0": {
2447
903
  "values": [
2448
- "$purple",
2449
- "$purple-500",
2450
- "#6f42c1"
904
+ "96px"
2451
905
  ],
2452
906
  "source": {
2453
- "path": "src/support/variables/colors.scss",
2454
- "line": 52
907
+ "path": "src/marketing/support/variables.scss",
908
+ "line": 18
2455
909
  },
2456
- "refs": []
910
+ "computed": "96px"
2457
911
  },
2458
- "$text-red": {
2459
- "computed": "#cb2431",
912
+ "$mktg-h-size-1": {
2460
913
  "values": [
2461
- "$red-600",
2462
- "#cb2431"
914
+ "72px"
2463
915
  ],
2464
916
  "source": {
2465
- "path": "src/support/variables/colors.scss",
2466
- "line": 54
917
+ "path": "src/marketing/support/variables.scss",
918
+ "line": 19
2467
919
  },
2468
- "refs": []
920
+ "computed": "72px"
2469
921
  },
2470
- "$text-white": {
2471
- "computed": "#fff",
922
+ "$mktg-h-size-2": {
2472
923
  "values": [
2473
- "$white",
2474
- "#fff"
924
+ "64px"
2475
925
  ],
2476
926
  "source": {
2477
- "path": "src/support/variables/colors.scss",
2478
- "line": 44
927
+ "path": "src/marketing/support/variables.scss",
928
+ "line": 20
2479
929
  },
2480
- "refs": []
930
+ "computed": "64px"
2481
931
  },
2482
- "$text-yellow": {
2483
- "computed": "#b08800",
932
+ "$mktg-h-size-3": {
2484
933
  "values": [
2485
- "$yellow-800",
2486
- "#b08800"
934
+ "56px"
2487
935
  ],
2488
936
  "source": {
2489
- "path": "src/support/variables/colors.scss",
2490
- "line": 55
937
+ "path": "src/marketing/support/variables.scss",
938
+ "line": 21
2491
939
  },
2492
- "refs": []
940
+ "computed": "56px"
2493
941
  },
2494
- "$tooltip-background-color": {
2495
- "computed": "#1b1f23",
942
+ "$mktg-h-size-4": {
2496
943
  "values": [
2497
- "$black",
2498
- "#1b1f23"
944
+ "48px"
2499
945
  ],
2500
946
  "source": {
2501
- "path": "src/support/variables/misc.scss",
2502
- "line": 34
947
+ "path": "src/marketing/support/variables.scss",
948
+ "line": 22
2503
949
  },
2504
- "refs": []
950
+ "computed": "48px"
2505
951
  },
2506
- "$tooltip-delay": {
2507
- "computed": "0.4s",
952
+ "$mktg-h-size-5": {
2508
953
  "values": [
2509
- "0.4s"
954
+ "40px"
2510
955
  ],
2511
956
  "source": {
2512
- "path": "src/support/variables/misc.scss",
2513
- "line": 36
957
+ "path": "src/marketing/support/variables.scss",
958
+ "line": 23
2514
959
  },
2515
- "refs": []
960
+ "computed": "40px"
2516
961
  },
2517
- "$tooltip-duration": {
2518
- "computed": "0.1s",
962
+ "$mktg-h-size-6": {
2519
963
  "values": [
2520
- "0.1s"
964
+ "32px"
2521
965
  ],
2522
966
  "source": {
2523
- "path": "src/support/variables/misc.scss",
2524
- "line": 37
967
+ "path": "src/marketing/support/variables.scss",
968
+ "line": 24
2525
969
  },
2526
- "refs": []
970
+ "computed": "32px"
2527
971
  },
2528
- "$tooltip-max-width": {
2529
- "computed": "250px",
972
+ "$mktg-h-size-7": {
2530
973
  "values": [
2531
- "250px"
974
+ "28px"
2532
975
  ],
2533
976
  "source": {
2534
- "path": "src/support/variables/misc.scss",
2535
- "line": 33
977
+ "path": "src/marketing/support/variables.scss",
978
+ "line": 25
2536
979
  },
2537
- "refs": []
980
+ "computed": "28px"
2538
981
  },
2539
- "$tooltip-text-color": {
2540
- "computed": "#fff",
982
+ "$mktg-h-size-8": {
2541
983
  "values": [
2542
- "$white",
2543
- "#fff"
984
+ "24px"
2544
985
  ],
2545
986
  "source": {
2546
- "path": "src/support/variables/misc.scss",
2547
- "line": 35
987
+ "path": "src/marketing/support/variables.scss",
988
+ "line": 26
2548
989
  },
2549
- "refs": []
990
+ "computed": "24px"
2550
991
  },
2551
- "$white": {
2552
- "computed": "#fff",
992
+ "$mktg-h-size-9": {
2553
993
  "values": [
2554
- "#fff"
994
+ "20px"
2555
995
  ],
2556
996
  "source": {
2557
- "path": "src/support/variables/color-system.scss",
2558
- "line": 3
997
+ "path": "src/marketing/support/variables.scss",
998
+ "line": 27
2559
999
  },
2560
- "refs": [
2561
- "$border-white",
2562
- "$bg-white",
2563
- "$text-white",
2564
- "$tooltip-text-color"
2565
- ]
1000
+ "computed": "20px"
2566
1001
  },
2567
- "$white-fade-15": {
2568
- "computed": "rgba(255, 255, 255, 0.15)",
1002
+ "$mktg-h-size-10": {
2569
1003
  "values": [
2570
- "rgba($white, 0.15)",
2571
- "rgba(255, 255, 255, 0.15)"
1004
+ "16px"
2572
1005
  ],
2573
1006
  "source": {
2574
- "path": "src/support/variables/color-system.scss",
2575
- "line": 110
1007
+ "path": "src/marketing/support/variables.scss",
1008
+ "line": 28
2576
1009
  },
2577
- "refs": [
2578
- "$border-white-fade"
2579
- ]
1010
+ "computed": "16px"
2580
1011
  },
2581
- "$white-fade-30": {
2582
- "computed": "rgba(255, 255, 255, 0.3)",
1012
+ "$mktg-h-lh-0": {
2583
1013
  "values": [
2584
- "rgba($white, 0.3)",
2585
- "rgba(255, 255, 255, 0.3)"
1014
+ "100px"
2586
1015
  ],
2587
1016
  "source": {
2588
- "path": "src/support/variables/color-system.scss",
2589
- "line": 111
1017
+ "path": "src/marketing/support/variables.scss",
1018
+ "line": 31
2590
1019
  },
2591
- "refs": []
1020
+ "computed": "100px"
2592
1021
  },
2593
- "$white-fade-50": {
2594
- "computed": "rgba(255, 255, 255, 0.5)",
1022
+ "$mktg-h-lh-1": {
2595
1023
  "values": [
2596
- "rgba($white, 0.5)",
2597
- "rgba(255, 255, 255, 0.5)"
1024
+ "76px"
2598
1025
  ],
2599
1026
  "source": {
2600
- "path": "src/support/variables/color-system.scss",
2601
- "line": 112
1027
+ "path": "src/marketing/support/variables.scss",
1028
+ "line": 32
2602
1029
  },
2603
- "refs": []
1030
+ "computed": "76px"
2604
1031
  },
2605
- "$white-fade-70": {
2606
- "computed": "rgba(255, 255, 255, 0.7)",
1032
+ "$mktg-h-lh-2": {
2607
1033
  "values": [
2608
- "rgba($white, 0.7)",
2609
- "rgba(255, 255, 255, 0.7)"
1034
+ "68px"
2610
1035
  ],
2611
1036
  "source": {
2612
- "path": "src/support/variables/color-system.scss",
2613
- "line": 113
1037
+ "path": "src/marketing/support/variables.scss",
1038
+ "line": 33
2614
1039
  },
2615
- "refs": []
1040
+ "computed": "68px"
2616
1041
  },
2617
- "$white-fade-85": {
2618
- "computed": "rgba(255, 255, 255, 0.85)",
1042
+ "$mktg-h-lh-3": {
2619
1043
  "values": [
2620
- "rgba($white, 0.85)",
2621
- "rgba(255, 255, 255, 0.85)"
1044
+ "60px"
2622
1045
  ],
2623
1046
  "source": {
2624
- "path": "src/support/variables/color-system.scss",
2625
- "line": 114
1047
+ "path": "src/marketing/support/variables.scss",
1048
+ "line": 34
2626
1049
  },
2627
- "refs": []
1050
+ "computed": "60px"
2628
1051
  },
2629
- "$width-lg": {
2630
- "computed": "1012px",
1052
+ "$mktg-h-lh-4": {
2631
1053
  "values": [
2632
- "1012px"
1054
+ "52px"
2633
1055
  ],
2634
1056
  "source": {
2635
- "path": "src/support/variables/layout.scss",
2636
- "line": 99
1057
+ "path": "src/marketing/support/variables.scss",
1058
+ "line": 35
2637
1059
  },
2638
- "refs": [
2639
- "$container-lg"
2640
- ]
1060
+ "computed": "52px"
2641
1061
  },
2642
- "$width-md": {
2643
- "computed": "768px",
1062
+ "$mktg-h-lh-5": {
2644
1063
  "values": [
2645
- "768px"
1064
+ "44px"
2646
1065
  ],
2647
1066
  "source": {
2648
- "path": "src/support/variables/layout.scss",
2649
- "line": 97
1067
+ "path": "src/marketing/support/variables.scss",
1068
+ "line": 36
2650
1069
  },
2651
- "refs": [
2652
- "$container-md"
2653
- ]
1070
+ "computed": "44px"
2654
1071
  },
2655
- "$width-sm": {
2656
- "computed": "544px",
1072
+ "$mktg-h-lh-6": {
2657
1073
  "values": [
2658
- "544px"
1074
+ "36px"
2659
1075
  ],
2660
1076
  "source": {
2661
- "path": "src/support/variables/layout.scss",
2662
- "line": 95
1077
+ "path": "src/marketing/support/variables.scss",
1078
+ "line": 37
2663
1079
  },
2664
- "refs": [
2665
- "$container-sm"
2666
- ]
1080
+ "computed": "36px"
2667
1081
  },
2668
- "$width-xl": {
2669
- "computed": "1280px",
1082
+ "$mktg-h-lh-7": {
2670
1083
  "values": [
2671
- "1280px"
1084
+ "32px"
2672
1085
  ],
2673
1086
  "source": {
2674
- "path": "src/support/variables/layout.scss",
2675
- "line": 101
1087
+ "path": "src/marketing/support/variables.scss",
1088
+ "line": 38
2676
1089
  },
2677
- "refs": [
2678
- "$container-xl"
2679
- ]
1090
+ "computed": "32px"
2680
1091
  },
2681
- "$width-xs": {
2682
- "computed": "0",
1092
+ "$mktg-h-lh-8": {
2683
1093
  "values": [
2684
- "0"
1094
+ "28px"
2685
1095
  ],
2686
1096
  "source": {
2687
- "path": "src/support/variables/layout.scss",
2688
- "line": 93
1097
+ "path": "src/marketing/support/variables.scss",
1098
+ "line": 39
2689
1099
  },
2690
- "refs": []
1100
+ "computed": "28px"
2691
1101
  },
2692
- "$yellow": {
2693
- "computed": "#ffd33d",
1102
+ "$mktg-h-lh-9": {
2694
1103
  "values": [
2695
- "$yellow-500",
2696
- "#ffd33d"
1104
+ "24px"
2697
1105
  ],
2698
1106
  "source": {
2699
- "path": "src/support/variables/color-system.scss",
2700
- "line": 121
1107
+ "path": "src/marketing/support/variables.scss",
1108
+ "line": 40
2701
1109
  },
2702
- "refs": []
1110
+ "computed": "24px"
2703
1111
  },
2704
- "$yellow-000": {
2705
- "computed": "#fffdef",
1112
+ "$mktg-h-lh-10": {
2706
1113
  "values": [
2707
- "#fffdef"
1114
+ "20px"
2708
1115
  ],
2709
1116
  "source": {
2710
- "path": "src/support/variables/color-system.scss",
2711
- "line": 44
1117
+ "path": "src/marketing/support/variables.scss",
1118
+ "line": 41
2712
1119
  },
2713
- "refs": []
1120
+ "computed": "20px"
2714
1121
  },
2715
- "$yellow-100": {
2716
- "computed": "#fffbdd",
1122
+ "$mktg-body-spacing-threshold": {
2717
1123
  "values": [
2718
- "#fffbdd"
1124
+ "28px"
2719
1125
  ],
2720
1126
  "source": {
2721
- "path": "src/support/variables/color-system.scss",
2722
- "line": 45
1127
+ "path": "src/marketing/support/variables.scss",
1128
+ "line": 69
2723
1129
  },
2724
- "refs": []
1130
+ "computed": "28px"
2725
1131
  },
2726
- "$yellow-200": {
2727
- "computed": "#fff5b1",
1132
+ "$mktg-body-weight-threshold": {
2728
1133
  "values": [
2729
- "#fff5b1"
1134
+ "24px"
2730
1135
  ],
2731
1136
  "source": {
2732
- "path": "src/support/variables/color-system.scss",
2733
- "line": 46
1137
+ "path": "src/marketing/support/variables.scss",
1138
+ "line": 70
2734
1139
  },
2735
- "refs": [
2736
- "$bg-yellow-light"
2737
- ]
1140
+ "computed": "24px"
2738
1141
  },
2739
- "$yellow-300": {
2740
- "computed": "#ffea7f",
1142
+ "$mktg-body-spacing-large": {
2741
1143
  "values": [
2742
- "#ffea7f"
1144
+ "-0.01em"
2743
1145
  ],
2744
1146
  "source": {
2745
- "path": "src/support/variables/color-system.scss",
2746
- "line": 47
1147
+ "path": "src/marketing/support/variables.scss",
1148
+ "line": 108
2747
1149
  },
2748
- "refs": []
1150
+ "computed": "-0.01em"
2749
1151
  },
2750
- "$yellow-400": {
2751
- "computed": "#ffdf5d",
1152
+ "$mktg-body-size-0": {
2752
1153
  "values": [
2753
- "#ffdf5d"
1154
+ "48px"
2754
1155
  ],
2755
1156
  "source": {
2756
- "path": "src/support/variables/color-system.scss",
2757
- "line": 48
1157
+ "path": "src/marketing/support/variables.scss",
1158
+ "line": 74
2758
1159
  },
2759
- "refs": []
1160
+ "computed": "48px"
2760
1161
  },
2761
- "$yellow-500": {
2762
- "computed": "#ffd33d",
1162
+ "$mktg-body-size-1": {
2763
1163
  "values": [
2764
- "#ffd33d"
1164
+ "40px"
2765
1165
  ],
2766
1166
  "source": {
2767
- "path": "src/support/variables/color-system.scss",
2768
- "line": 49
1167
+ "path": "src/marketing/support/variables.scss",
1168
+ "line": 75
2769
1169
  },
2770
- "refs": [
2771
- "$yellow",
2772
- "$bg-yellow"
2773
- ]
1170
+ "computed": "40px"
2774
1171
  },
2775
- "$yellow-600": {
2776
- "computed": "#f9c513",
1172
+ "$mktg-body-size-2": {
2777
1173
  "values": [
2778
- "#f9c513"
1174
+ "32px"
2779
1175
  ],
2780
1176
  "source": {
2781
- "path": "src/support/variables/color-system.scss",
2782
- "line": 50
1177
+ "path": "src/marketing/support/variables.scss",
1178
+ "line": 76
2783
1179
  },
2784
- "refs": [
2785
- "$border-yellow"
2786
- ]
1180
+ "computed": "32px"
2787
1181
  },
2788
- "$yellow-700": {
2789
- "computed": "#dbab09",
1182
+ "$mktg-body-size-3": {
2790
1183
  "values": [
2791
- "#dbab09"
1184
+ "28px"
2792
1185
  ],
2793
1186
  "source": {
2794
- "path": "src/support/variables/color-system.scss",
2795
- "line": 51
1187
+ "path": "src/marketing/support/variables.scss",
1188
+ "line": 77
2796
1189
  },
2797
- "refs": [
2798
- "$bg-yellow-dark"
2799
- ]
1190
+ "computed": "28px"
2800
1191
  },
2801
- "$yellow-800": {
2802
- "computed": "#b08800",
1192
+ "$mktg-body-size-4": {
2803
1193
  "values": [
2804
- "#b08800"
1194
+ "24px"
2805
1195
  ],
2806
1196
  "source": {
2807
- "path": "src/support/variables/color-system.scss",
2808
- "line": 52
1197
+ "path": "src/marketing/support/variables.scss",
1198
+ "line": 78
2809
1199
  },
2810
- "refs": [
2811
- "$text-yellow"
2812
- ]
1200
+ "computed": "24px"
2813
1201
  },
2814
- "$yellow-900": {
2815
- "computed": "#735c0f",
1202
+ "$mktg-body-size-5": {
2816
1203
  "values": [
2817
- "#735c0f"
1204
+ "20px"
2818
1205
  ],
2819
1206
  "source": {
2820
- "path": "src/support/variables/color-system.scss",
2821
- "line": 53
1207
+ "path": "src/marketing/support/variables.scss",
1208
+ "line": 79
2822
1209
  },
2823
- "refs": []
1210
+ "computed": "20px"
2824
1211
  },
2825
- "$blue-mktg": {
2826
- "computed": "#1074e7",
1212
+ "$mktg-body-size-6": {
2827
1213
  "values": [
2828
- "mix($blue-400, $blue-500, 42%)",
2829
- "#1074e7"
1214
+ "16px"
2830
1215
  ],
2831
1216
  "source": {
2832
1217
  "path": "src/marketing/support/variables.scss",
2833
- "line": 36
1218
+ "line": 80
2834
1219
  },
2835
- "refs": []
1220
+ "computed": "16px"
2836
1221
  },
2837
- "$font-mktg": {
2838
- "computed": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
1222
+ "$mktg-body-size-7": {
2839
1223
  "values": [
2840
- "Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"",
2841
- "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"
1224
+ "14px"
2842
1225
  ],
2843
1226
  "source": {
2844
1227
  "path": "src/marketing/support/variables.scss",
2845
- "line": 28
1228
+ "line": 81
2846
1229
  },
2847
- "refs": []
1230
+ "computed": "14px"
2848
1231
  },
2849
- "$green-mktg": {
2850
- "computed": "#2ebc4f",
1232
+ "$mktg-body-size-8": {
2851
1233
  "values": [
2852
- "mix($green-500, $green-400, 50%)",
2853
- "#2ebc4f"
1234
+ "12px"
2854
1235
  ],
2855
1236
  "source": {
2856
1237
  "path": "src/marketing/support/variables.scss",
2857
- "line": 35
1238
+ "line": 82
2858
1239
  },
2859
- "refs": []
1240
+ "computed": "12px"
2860
1241
  },
2861
- "$h000-size": {
2862
- "computed": "64px",
1242
+ "$mktg-body-lh-0": {
2863
1243
  "values": [
2864
1244
  "64px"
2865
1245
  ],
2866
1246
  "source": {
2867
1247
  "path": "src/marketing/support/variables.scss",
2868
- "line": 31
1248
+ "line": 85
2869
1249
  },
2870
- "refs": []
1250
+ "computed": "64px"
2871
1251
  },
2872
- "$h000-size-mobile": {
2873
- "computed": "48px",
1252
+ "$mktg-body-lh-1": {
2874
1253
  "values": [
2875
- "48px"
1254
+ "52px"
2876
1255
  ],
2877
1256
  "source": {
2878
1257
  "path": "src/marketing/support/variables.scss",
2879
- "line": 32
1258
+ "line": 86
2880
1259
  },
2881
- "refs": []
1260
+ "computed": "52px"
2882
1261
  },
2883
- "$marketing-all-spacers": {
2884
- "computed": "(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)",
1262
+ "$mktg-body-lh-2": {
2885
1263
  "values": [
2886
- "map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $marketing-spacers,\n)",
2887
- "(0: 0, 1: 4px, 2: 8px, 3: 16px, 4: 24px, 5: 32px, 6: 40px, 7: 48px, 8: 64px, 9: 80px, 10: 96px, 11: 112px, 12: 128px)"
1264
+ "44px"
2888
1265
  ],
2889
1266
  "source": {
2890
1267
  "path": "src/marketing/support/variables.scss",
2891
- "line": 60
1268
+ "line": 87
2892
1269
  },
2893
- "refs": []
1270
+ "computed": "44px"
2894
1271
  },
2895
- "$marketing-font-path": {
2896
- "computed": "/fonts/",
1272
+ "$mktg-body-lh-3": {
2897
1273
  "values": [
2898
- "\"/fonts/\"",
2899
- "/fonts/"
1274
+ "40px"
2900
1275
  ],
2901
1276
  "source": {
2902
1277
  "path": "src/marketing/support/variables.scss",
2903
- "line": 1
1278
+ "line": 88
2904
1279
  },
2905
- "refs": []
1280
+ "computed": "40px"
2906
1281
  },
2907
- "$spacer-10": {
2908
- "computed": "96px",
1282
+ "$mktg-body-lh-4": {
2909
1283
  "values": [
2910
- "$spacer * 12",
2911
- "8px * 12",
2912
- "96px"
1284
+ "32px"
2913
1285
  ],
2914
1286
  "source": {
2915
1287
  "path": "src/marketing/support/variables.scss",
2916
- "line": 47
1288
+ "line": 89
2917
1289
  },
2918
- "refs": []
1290
+ "computed": "32px"
2919
1291
  },
2920
- "$spacer-11": {
2921
- "computed": "112px",
1292
+ "$mktg-body-lh-5": {
2922
1293
  "values": [
2923
- "$spacer * 14",
2924
- "8px * 14",
2925
- "112px"
1294
+ "28px"
2926
1295
  ],
2927
1296
  "source": {
2928
1297
  "path": "src/marketing/support/variables.scss",
2929
- "line": 48
1298
+ "line": 90
2930
1299
  },
2931
- "refs": []
1300
+ "computed": "28px"
2932
1301
  },
2933
- "$spacer-12": {
2934
- "computed": "128px",
1302
+ "$mktg-body-lh-6": {
2935
1303
  "values": [
2936
- "$spacer * 16",
2937
- "8px * 16",
2938
- "128px"
1304
+ "24px"
2939
1305
  ],
2940
1306
  "source": {
2941
1307
  "path": "src/marketing/support/variables.scss",
2942
- "line": 49
1308
+ "line": 91
2943
1309
  },
2944
- "refs": []
1310
+ "computed": "24px"
2945
1311
  },
2946
- "$spacer-7": {
2947
- "computed": "48px",
1312
+ "$mktg-body-lh-7": {
2948
1313
  "values": [
2949
- "$spacer * 6",
2950
- "8px * 6",
2951
- "48px"
1314
+ "20px"
2952
1315
  ],
2953
1316
  "source": {
2954
1317
  "path": "src/marketing/support/variables.scss",
2955
- "line": 44
1318
+ "line": 92
2956
1319
  },
2957
- "refs": []
1320
+ "computed": "20px"
2958
1321
  },
2959
- "$spacer-8": {
2960
- "computed": "64px",
1322
+ "$mktg-body-lh-8": {
2961
1323
  "values": [
2962
- "$spacer * 8",
2963
- "8px * 8",
2964
- "64px"
1324
+ "20px"
2965
1325
  ],
2966
1326
  "source": {
2967
1327
  "path": "src/marketing/support/variables.scss",
2968
- "line": 45
1328
+ "line": 93
2969
1329
  },
2970
- "refs": []
1330
+ "computed": "20px"
2971
1331
  },
2972
- "$spacer-9": {
2973
- "computed": "80px",
1332
+ "$transition-time": {
2974
1333
  "values": [
2975
- "$spacer * 10",
2976
- "8px * 10",
2977
- "80px"
1334
+ "0.4s"
2978
1335
  ],
2979
1336
  "source": {
2980
1337
  "path": "src/marketing/support/variables.scss",
2981
- "line": 46
1338
+ "line": 121
2982
1339
  },
2983
- "refs": []
1340
+ "computed": "0.4s"
2984
1341
  },
2985
- "$transition-time": {
2986
- "computed": "0.4s",
1342
+ "$ease-mktg": {
2987
1343
  "values": [
2988
- "0.4s"
1344
+ "cubic-bezier(0.16, 1, 0.3, 1)"
2989
1345
  ],
2990
1346
  "source": {
2991
1347
  "path": "src/marketing/support/variables.scss",
2992
- "line": 39
1348
+ "line": 122
2993
1349
  },
2994
- "refs": []
1350
+ "computed": "calc(cubic-bezier(0.16, 1, 0.3, 1))"
2995
1351
  }
2996
1352
  }