@primer/css 0.0.0-1ea75fe → 0.0.0-202110118627

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 (367) hide show
  1. package/CHANGELOG.md +1225 -132
  2. package/CODE_OF_CONDUCT.md +1 -1
  3. package/CONTRIBUTING.md +85 -0
  4. package/DEVELOP.md +11 -69
  5. package/LICENSE +1 -1
  6. package/README.md +13 -15
  7. package/RELEASING.md +5 -72
  8. package/actionlist/action-list-item-divider.scss +42 -0
  9. package/actionlist/action-list-item.scss +444 -0
  10. package/actionlist/action-list-variables.scss +8 -0
  11. package/actionlist/action-list.scss +33 -0
  12. package/actionlist/index.scss +5 -0
  13. package/alerts/README.md +11 -22
  14. package/alerts/flash.scss +91 -21
  15. package/alerts/index.scss +2 -2
  16. package/autocomplete/README.md +25 -0
  17. package/autocomplete/autocomplete.scss +58 -0
  18. package/autocomplete/index.scss +4 -0
  19. package/autocomplete/suggester.scss +92 -0
  20. package/avatars/README.md +11 -23
  21. package/avatars/avatar-parent-child.scss +4 -3
  22. package/avatars/avatar-stack.scss +21 -13
  23. package/avatars/avatar.scss +31 -3
  24. package/avatars/circle-badge.scss +5 -4
  25. package/avatars/index.scss +5 -5
  26. package/base/README.md +11 -22
  27. package/base/base.scss +5 -4
  28. package/base/index.scss +6 -4
  29. package/base/kbd.scss +20 -0
  30. package/base/normalize.scss +5 -5
  31. package/base/octicons.scss +6 -0
  32. package/base/typography-base.scss +2 -0
  33. package/blankslate/README.md +11 -23
  34. package/blankslate/blankslate.scss +25 -12
  35. package/blankslate/index.scss +2 -2
  36. package/box/README.md +11 -23
  37. package/box/box.scss +52 -44
  38. package/box/index.scss +2 -2
  39. package/branch-name/README.md +11 -23
  40. package/branch-name/branch-name.scss +18 -8
  41. package/branch-name/index.scss +2 -2
  42. package/breadcrumb/README.md +17 -13
  43. package/breadcrumb/breadcrumb.scss +15 -5
  44. package/breadcrumb/index.scss +2 -2
  45. package/buttons/README.md +11 -23
  46. package/buttons/button-group.scss +2 -0
  47. package/buttons/button.scss +243 -143
  48. package/buttons/index.scss +4 -3
  49. package/buttons/misc.scss +222 -0
  50. package/color-modes/index.scss +9 -0
  51. package/color-modes/native.scss +10 -0
  52. package/color-modes/themes/dark.scss +7 -0
  53. package/color-modes/themes/dark_colorblind.scss +7 -0
  54. package/color-modes/themes/dark_dimmed.scss +7 -0
  55. package/color-modes/themes/dark_high_contrast.scss +7 -0
  56. package/color-modes/themes/light.scss +7 -0
  57. package/color-modes/themes/light_colorblind.scss +7 -0
  58. package/core/README.md +11 -23
  59. package/core/index.scss +19 -20
  60. package/deprecations.js +24 -0
  61. package/deprecations.json +539 -0
  62. package/dist/actionlist.css +2 -0
  63. package/dist/actionlist.css.map +1 -0
  64. package/dist/actionlist.js +1 -0
  65. package/dist/alerts.css +1 -2
  66. package/dist/alerts.css.map +1 -1
  67. package/dist/alerts.js +1 -1
  68. package/dist/autocomplete.css +2 -0
  69. package/dist/autocomplete.css.map +1 -0
  70. package/dist/autocomplete.js +1 -0
  71. package/dist/avatars.css +1 -2
  72. package/dist/avatars.css.map +1 -1
  73. package/dist/avatars.js +1 -1
  74. package/dist/base.css +1 -2
  75. package/dist/base.css.map +1 -1
  76. package/dist/base.js +1 -1
  77. package/dist/blankslate.css +1 -2
  78. package/dist/blankslate.css.map +1 -1
  79. package/dist/blankslate.js +1 -1
  80. package/dist/box.css +1 -2
  81. package/dist/box.css.map +1 -1
  82. package/dist/box.js +1 -1
  83. package/dist/branch-name.css +1 -2
  84. package/dist/branch-name.css.map +1 -1
  85. package/dist/branch-name.js +1 -1
  86. package/dist/breadcrumb.css +1 -2
  87. package/dist/breadcrumb.css.map +1 -1
  88. package/dist/breadcrumb.js +1 -1
  89. package/dist/buttons.css +1 -2
  90. package/dist/buttons.css.map +1 -1
  91. package/dist/buttons.js +1 -1
  92. package/dist/color-modes.css +2 -0
  93. package/dist/color-modes.css.map +1 -0
  94. package/dist/color-modes.js +1 -0
  95. package/dist/core.css +3 -4
  96. package/dist/core.css.map +1 -1
  97. package/dist/core.js +1 -1
  98. package/dist/deprecations.json +539 -0
  99. package/dist/dropdown.css +2 -0
  100. package/dist/dropdown.css.map +1 -0
  101. package/dist/dropdown.js +1 -0
  102. package/dist/forms.css +1 -2
  103. package/dist/forms.css.map +1 -1
  104. package/dist/forms.js +1 -1
  105. package/dist/header.css +2 -0
  106. package/dist/header.css.map +1 -0
  107. package/dist/header.js +1 -0
  108. package/dist/labels.css +1 -2
  109. package/dist/labels.css.map +1 -1
  110. package/dist/labels.js +1 -1
  111. package/dist/layout.css +1 -2
  112. package/dist/layout.css.map +1 -1
  113. package/dist/layout.js +1 -1
  114. package/dist/links.css +2 -0
  115. package/dist/links.css.map +1 -0
  116. package/dist/links.js +1 -0
  117. package/dist/loaders.css +2 -0
  118. package/dist/loaders.css.map +1 -0
  119. package/dist/loaders.js +1 -0
  120. package/dist/markdown.css +1 -2
  121. package/dist/markdown.css.map +1 -1
  122. package/dist/markdown.js +1 -1
  123. package/dist/marketing-buttons.css +1 -2
  124. package/dist/marketing-buttons.css.map +1 -1
  125. package/dist/marketing-buttons.js +1 -1
  126. package/dist/marketing-support.css +1 -2
  127. package/dist/marketing-support.js +1 -1
  128. package/dist/marketing-type.css +1 -2
  129. package/dist/marketing-type.css.map +1 -1
  130. package/dist/marketing-type.js +1 -1
  131. package/dist/marketing-utilities.css +1 -2
  132. package/dist/marketing-utilities.css.map +1 -1
  133. package/dist/marketing-utilities.js +1 -1
  134. package/dist/marketing.css +3 -4
  135. package/dist/marketing.css.map +1 -1
  136. package/dist/marketing.js +1 -1
  137. package/dist/meta.json +317 -274
  138. package/dist/navigation.css +1 -2
  139. package/dist/navigation.css.map +1 -1
  140. package/dist/navigation.js +1 -1
  141. package/dist/pagination.css +1 -2
  142. package/dist/pagination.css.map +1 -1
  143. package/dist/pagination.js +1 -1
  144. package/dist/popover.css +1 -2
  145. package/dist/popover.css.map +1 -1
  146. package/dist/popover.js +1 -1
  147. package/dist/primer.css +13 -14
  148. package/dist/primer.css.map +1 -1
  149. package/dist/primer.js +1 -1
  150. package/dist/product.css +3 -4
  151. package/dist/product.css.map +1 -1
  152. package/dist/product.js +1 -1
  153. package/dist/progress.css +1 -2
  154. package/dist/progress.css.map +1 -1
  155. package/dist/progress.js +1 -1
  156. package/dist/select-menu.css +2 -0
  157. package/dist/select-menu.css.map +1 -0
  158. package/dist/select-menu.js +1 -0
  159. package/dist/stats/actionlist.json +1 -0
  160. package/dist/stats/alerts.json +1 -1
  161. package/dist/stats/autocomplete.json +1 -0
  162. package/dist/stats/avatars.json +1 -1
  163. package/dist/stats/base.json +1 -1
  164. package/dist/stats/blankslate.json +1 -1
  165. package/dist/stats/box.json +1 -1
  166. package/dist/stats/branch-name.json +1 -1
  167. package/dist/stats/breadcrumb.json +1 -1
  168. package/dist/stats/buttons.json +1 -1
  169. package/dist/stats/color-modes.json +1 -0
  170. package/dist/stats/core.json +1 -1
  171. package/dist/stats/dropdown.json +1 -0
  172. package/dist/stats/forms.json +1 -1
  173. package/dist/stats/header.json +1 -0
  174. package/dist/stats/labels.json +1 -1
  175. package/dist/stats/layout.json +1 -1
  176. package/dist/stats/links.json +1 -0
  177. package/dist/stats/loaders.json +1 -0
  178. package/dist/stats/markdown.json +1 -1
  179. package/dist/stats/marketing-buttons.json +1 -1
  180. package/dist/stats/marketing-support.json +1 -1
  181. package/dist/stats/marketing-type.json +1 -1
  182. package/dist/stats/marketing-utilities.json +1 -1
  183. package/dist/stats/marketing.json +1 -1
  184. package/dist/stats/navigation.json +1 -1
  185. package/dist/stats/pagination.json +1 -1
  186. package/dist/stats/popover.json +1 -1
  187. package/dist/stats/primer.json +1 -1
  188. package/dist/stats/product.json +1 -1
  189. package/dist/stats/progress.json +1 -1
  190. package/dist/stats/select-menu.json +1 -0
  191. package/dist/stats/subhead.json +1 -1
  192. package/dist/stats/support.json +1 -1
  193. package/dist/stats/table-object.json +1 -1
  194. package/dist/stats/timeline.json +1 -0
  195. package/dist/stats/toasts.json +1 -0
  196. package/dist/stats/tooltips.json +1 -1
  197. package/dist/stats/truncate.json +1 -1
  198. package/dist/stats/utilities.json +1 -1
  199. package/dist/subhead.css +1 -2
  200. package/dist/subhead.css.map +1 -1
  201. package/dist/subhead.js +1 -1
  202. package/dist/support.css +1 -1
  203. package/dist/support.js +1 -1
  204. package/dist/table-object.css +0 -1
  205. package/dist/table-object.css.map +1 -1
  206. package/dist/table-object.js +1 -1
  207. package/dist/timeline.css +2 -0
  208. package/dist/timeline.css.map +1 -0
  209. package/dist/timeline.js +1 -0
  210. package/dist/toasts.css +2 -0
  211. package/dist/toasts.css.map +1 -0
  212. package/dist/toasts.js +1 -0
  213. package/dist/tooltips.css +1 -2
  214. package/dist/tooltips.css.map +1 -1
  215. package/dist/tooltips.js +1 -1
  216. package/dist/truncate.css +1 -2
  217. package/dist/truncate.css.map +1 -1
  218. package/dist/truncate.js +1 -1
  219. package/dist/utilities.css +1 -2
  220. package/dist/utilities.css.map +1 -1
  221. package/dist/utilities.js +1 -1
  222. package/dist/variables.json +1352 -0
  223. package/dropdown/README.md +25 -0
  224. package/dropdown/dropdown.scss +272 -0
  225. package/dropdown/index.scss +2 -0
  226. package/forms/README.md +11 -23
  227. package/forms/form-control.scss +76 -32
  228. package/forms/form-group.scss +83 -46
  229. package/forms/form-select.scss +17 -5
  230. package/forms/form-validation.scss +51 -32
  231. package/forms/index.scss +7 -6
  232. package/forms/input-group.scss +2 -0
  233. package/forms/radio-group.scss +62 -0
  234. package/header/README.md +25 -0
  235. package/header/header.scss +47 -0
  236. package/header/index.scss +2 -0
  237. package/index.scss +7 -4
  238. package/labels/README.md +11 -23
  239. package/labels/counters.scss +24 -13
  240. package/labels/diffstat.scss +37 -0
  241. package/labels/index.scss +8 -4
  242. package/labels/issue-labels.scss +23 -0
  243. package/labels/labels.scss +59 -40
  244. package/labels/mixins.scss +32 -0
  245. package/labels/states.scss +40 -19
  246. package/layout/README.md +11 -23
  247. package/layout/container.scss +0 -8
  248. package/layout/grid-offset.scss +11 -11
  249. package/layout/grid.scss +23 -23
  250. package/layout/index.scss +7 -5
  251. package/layout/layout.scss +185 -0
  252. package/layout/mixins.scss +79 -0
  253. package/links/README.md +25 -0
  254. package/links/index.scss +3 -0
  255. package/links/link.scss +55 -0
  256. package/loaders/README.md +25 -0
  257. package/loaders/index.scss +2 -0
  258. package/loaders/loaders.scss +19 -0
  259. package/markdown/README.md +11 -23
  260. package/markdown/blob-csv.scss +4 -2
  261. package/markdown/code.scss +11 -3
  262. package/markdown/footnotes.scss +37 -0
  263. package/markdown/headings.scss +13 -4
  264. package/markdown/images.scss +15 -4
  265. package/markdown/index.scss +9 -8
  266. package/markdown/lists.scss +19 -5
  267. package/markdown/markdown-body.scss +15 -18
  268. package/markdown/tables.scss +8 -5
  269. package/marketing/README.md +11 -23
  270. package/marketing/buttons/button.scss +82 -61
  271. package/marketing/index.scss +6 -11
  272. package/marketing/support/index.scss +1 -0
  273. package/marketing/support/mixins.scss +66 -0
  274. package/marketing/support/variables.scss +110 -51
  275. package/marketing/type/typography.scss +100 -62
  276. package/marketing/utilities/animations.scss +9 -0
  277. package/marketing/utilities/filters.scss +0 -1
  278. package/marketing/utilities/index.scss +2 -3
  279. package/marketing/utilities/layout.scss +32 -11
  280. package/navigation/README.md +11 -23
  281. package/navigation/filter-list.scss +16 -14
  282. package/navigation/index.scss +7 -6
  283. package/navigation/menu.scss +44 -35
  284. package/navigation/sidenav.scss +108 -0
  285. package/navigation/subnav.scss +28 -21
  286. package/navigation/tabnav.scss +45 -21
  287. package/navigation/underline-nav.scss +36 -22
  288. package/package.json +78 -107
  289. package/pagination/README.md +12 -14
  290. package/pagination/index.scss +2 -2
  291. package/pagination/pagination.scss +61 -37
  292. package/popover/README.md +11 -24
  293. package/popover/index.scss +2 -2
  294. package/popover/popover.scss +18 -9
  295. package/postcss.config.cjs +22 -0
  296. package/prettier.config.cjs +1 -0
  297. package/product/README.md +11 -23
  298. package/product/index.scss +19 -17
  299. package/progress/README.md +11 -23
  300. package/progress/index.scss +2 -2
  301. package/progress/progress.scss +11 -1
  302. package/select-menu/README.md +25 -0
  303. package/select-menu/index.scss +3 -0
  304. package/select-menu/select-menu.scss +464 -0
  305. package/stylelint.config.cjs +16 -0
  306. package/subhead/README.md +11 -25
  307. package/subhead/index.scss +2 -2
  308. package/subhead/subhead.scss +10 -4
  309. package/support/README.md +12 -18
  310. package/support/index.scss +7 -8
  311. package/support/mixins/color-modes.scss +106 -0
  312. package/support/mixins/misc.scss +9 -12
  313. package/support/mixins/typography.scss +1 -1
  314. package/support/variables/layout.scss +106 -11
  315. package/support/variables/misc.scss +7 -30
  316. package/support/variables/typography.scss +4 -4
  317. package/table-object/README.md +11 -24
  318. package/table-object/index.scss +1 -1
  319. package/timeline/README.md +25 -0
  320. package/timeline/index.scss +2 -0
  321. package/timeline/timeline-item.scss +95 -0
  322. package/toasts/README.md +25 -0
  323. package/toasts/index.scss +2 -0
  324. package/toasts/toasts.scss +124 -0
  325. package/tooltips/README.md +11 -24
  326. package/tooltips/index.scss +2 -2
  327. package/tooltips/tooltips.scss +17 -8
  328. package/truncate/README.md +11 -24
  329. package/truncate/index.scss +2 -1
  330. package/truncate/truncate.scss +41 -7
  331. package/utilities/README.md +11 -23
  332. package/utilities/animations.scss +14 -2
  333. package/utilities/borders.scss +29 -65
  334. package/utilities/box-shadow.scss +8 -9
  335. package/utilities/colors.scss +71 -110
  336. package/utilities/details.scss +12 -4
  337. package/utilities/flexbox.scss +14 -14
  338. package/utilities/index.scss +12 -12
  339. package/utilities/layout.scss +28 -22
  340. package/utilities/margin.scss +34 -17
  341. package/utilities/padding.scss +13 -9
  342. package/utilities/typography.scss +54 -25
  343. package/utilities/visibility-display.scss +0 -13
  344. package/.browserslistrc +0 -6
  345. package/.eslintrc.json +0 -13
  346. package/.stylelintrc.json +0 -9
  347. package/MIGRATING.md +0 -70
  348. package/bin/primer-migrate +0 -86
  349. package/build/build.css +0 -23
  350. package/build/build.json +0 -1
  351. package/build/index.js +0 -1
  352. package/dist/marketing-support.css.map +0 -1
  353. package/dist/support.css.map +0 -1
  354. package/fonts/Inter-Medium.woff +0 -0
  355. package/fonts/Inter-Regular.woff +0 -0
  356. package/layout/columns.scss +0 -56
  357. package/marketing/buttons/README.md +0 -39
  358. package/marketing/support/README.md +0 -31
  359. package/marketing/type/README.md +0 -39
  360. package/marketing/utilities/README.md +0 -36
  361. package/marketing/utilities/margin.scss +0 -18
  362. package/marketing/utilities/padding.scss +0 -28
  363. package/postcss.config.js +0 -14
  364. package/prettier.config.js +0 -1
  365. package/support/mixins/buttons.scss +0 -160
  366. package/support/variables/color-system.scss +0 -243
  367. package/support/variables/colors.scss +0 -70
@@ -0,0 +1,1352 @@
1
+ {
2
+ "$h00-size-mobile": {
3
+ "values": [
4
+ "40px"
5
+ ],
6
+ "source": {
7
+ "path": "src/support/variables/typography.scss",
8
+ "line": 5
9
+ },
10
+ "computed": "40px"
11
+ },
12
+ "$h0-size-mobile": {
13
+ "values": [
14
+ "32px"
15
+ ],
16
+ "source": {
17
+ "path": "src/support/variables/typography.scss",
18
+ "line": 6
19
+ },
20
+ "computed": "32px"
21
+ },
22
+ "$h1-size-mobile": {
23
+ "values": [
24
+ "26px"
25
+ ],
26
+ "source": {
27
+ "path": "src/support/variables/typography.scss",
28
+ "line": 7
29
+ },
30
+ "computed": "26px"
31
+ },
32
+ "$h2-size-mobile": {
33
+ "values": [
34
+ "22px"
35
+ ],
36
+ "source": {
37
+ "path": "src/support/variables/typography.scss",
38
+ "line": 8
39
+ },
40
+ "computed": "22px"
41
+ },
42
+ "$h3-size-mobile": {
43
+ "values": [
44
+ "18px"
45
+ ],
46
+ "source": {
47
+ "path": "src/support/variables/typography.scss",
48
+ "line": 9
49
+ },
50
+ "computed": "18px"
51
+ },
52
+ "$h00-size": {
53
+ "values": [
54
+ "48px"
55
+ ],
56
+ "source": {
57
+ "path": "src/support/variables/typography.scss",
58
+ "line": 12
59
+ },
60
+ "computed": "48px"
61
+ },
62
+ "$h0-size": {
63
+ "values": [
64
+ "40px"
65
+ ],
66
+ "source": {
67
+ "path": "src/support/variables/typography.scss",
68
+ "line": 13
69
+ },
70
+ "computed": "40px"
71
+ },
72
+ "$h1-size": {
73
+ "values": [
74
+ "32px"
75
+ ],
76
+ "source": {
77
+ "path": "src/support/variables/typography.scss",
78
+ "line": 14
79
+ },
80
+ "computed": "32px"
81
+ },
82
+ "$h2-size": {
83
+ "values": [
84
+ "24px"
85
+ ],
86
+ "source": {
87
+ "path": "src/support/variables/typography.scss",
88
+ "line": 15
89
+ },
90
+ "computed": "24px"
91
+ },
92
+ "$h3-size": {
93
+ "values": [
94
+ "20px"
95
+ ],
96
+ "source": {
97
+ "path": "src/support/variables/typography.scss",
98
+ "line": 16
99
+ },
100
+ "computed": "20px"
101
+ },
102
+ "$h4-size": {
103
+ "values": [
104
+ "16px"
105
+ ],
106
+ "source": {
107
+ "path": "src/support/variables/typography.scss",
108
+ "line": 17
109
+ },
110
+ "computed": "16px"
111
+ },
112
+ "$h5-size": {
113
+ "values": [
114
+ "14px"
115
+ ],
116
+ "source": {
117
+ "path": "src/support/variables/typography.scss",
118
+ "line": 18
119
+ },
120
+ "computed": "14px"
121
+ },
122
+ "$h6-size": {
123
+ "values": [
124
+ "12px"
125
+ ],
126
+ "source": {
127
+ "path": "src/support/variables/typography.scss",
128
+ "line": 19
129
+ },
130
+ "computed": "12px"
131
+ },
132
+ "$font-size-small": {
133
+ "values": [
134
+ "12px"
135
+ ],
136
+ "source": {
137
+ "path": "src/support/variables/typography.scss",
138
+ "line": 21
139
+ },
140
+ "computed": "12px"
141
+ },
142
+ "$font-weight-bold": {
143
+ "values": [
144
+ "600"
145
+ ],
146
+ "source": {
147
+ "path": "src/support/variables/typography.scss",
148
+ "line": 24
149
+ },
150
+ "computed": "600"
151
+ },
152
+ "$font-weight-semibold": {
153
+ "values": [
154
+ "500"
155
+ ],
156
+ "source": {
157
+ "path": "src/support/variables/typography.scss",
158
+ "line": 25
159
+ },
160
+ "computed": "500"
161
+ },
162
+ "$font-weight-normal": {
163
+ "values": [
164
+ "400"
165
+ ],
166
+ "source": {
167
+ "path": "src/support/variables/typography.scss",
168
+ "line": 26
169
+ },
170
+ "computed": "400"
171
+ },
172
+ "$font-weight-light": {
173
+ "values": [
174
+ "300"
175
+ ],
176
+ "source": {
177
+ "path": "src/support/variables/typography.scss",
178
+ "line": 27
179
+ },
180
+ "computed": "300"
181
+ },
182
+ "$lh-condensed-ultra": {
183
+ "values": [
184
+ "1"
185
+ ],
186
+ "source": {
187
+ "path": "src/support/variables/typography.scss",
188
+ "line": 30
189
+ },
190
+ "computed": "1"
191
+ },
192
+ "$lh-condensed": {
193
+ "values": [
194
+ "1.25"
195
+ ],
196
+ "source": {
197
+ "path": "src/support/variables/typography.scss",
198
+ "line": 31
199
+ },
200
+ "computed": "1.25"
201
+ },
202
+ "$lh-default": {
203
+ "values": [
204
+ "1.5"
205
+ ],
206
+ "source": {
207
+ "path": "src/support/variables/typography.scss",
208
+ "line": 32
209
+ },
210
+ "computed": "1.5"
211
+ },
212
+ "$body-font": {
213
+ "values": [
214
+ "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
215
+ ],
216
+ "source": {
217
+ "path": "src/support/variables/typography.scss",
218
+ "line": 35
219
+ },
220
+ "computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
221
+ },
222
+ "$mono-font": {
223
+ "values": [
224
+ "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
225
+ ],
226
+ "source": {
227
+ "path": "src/support/variables/typography.scss",
228
+ "line": 39
229
+ },
230
+ "computed": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
231
+ },
232
+ "$body-font-size": {
233
+ "values": [
234
+ "14px"
235
+ ],
236
+ "source": {
237
+ "path": "src/support/variables/typography.scss",
238
+ "line": 42
239
+ },
240
+ "computed": "14px"
241
+ },
242
+ "$body-line-height": {
243
+ "values": [
244
+ "$lh-default",
245
+ "1.5"
246
+ ],
247
+ "source": {
248
+ "path": "src/support/variables/typography.scss",
249
+ "line": 43
250
+ },
251
+ "computed": "1.5"
252
+ },
253
+ "$spacer": {
254
+ "values": [
255
+ "8px"
256
+ ],
257
+ "source": {
258
+ "path": "src/support/variables/layout.scss",
259
+ "line": 32
260
+ },
261
+ "computed": "8px"
262
+ },
263
+ "$spacer-0": {
264
+ "values": [
265
+ "0"
266
+ ],
267
+ "source": {
268
+ "path": "src/support/variables/layout.scss",
269
+ "line": 35
270
+ },
271
+ "computed": "0"
272
+ },
273
+ "$spacer-1": {
274
+ "values": [
275
+ "$spacer * 0.5",
276
+ "8px * 0.5"
277
+ ],
278
+ "source": {
279
+ "path": "src/support/variables/layout.scss",
280
+ "line": 36
281
+ },
282
+ "computed": "4px"
283
+ },
284
+ "$spacer-2": {
285
+ "values": [
286
+ "$spacer",
287
+ "8px"
288
+ ],
289
+ "source": {
290
+ "path": "src/support/variables/layout.scss",
291
+ "line": 37
292
+ },
293
+ "computed": "8px"
294
+ },
295
+ "$spacer-3": {
296
+ "values": [
297
+ "$spacer * 2",
298
+ "8px * 2"
299
+ ],
300
+ "source": {
301
+ "path": "src/support/variables/layout.scss",
302
+ "line": 38
303
+ },
304
+ "computed": "16px"
305
+ },
306
+ "$spacer-4": {
307
+ "values": [
308
+ "$spacer * 3",
309
+ "8px * 3"
310
+ ],
311
+ "source": {
312
+ "path": "src/support/variables/layout.scss",
313
+ "line": 39
314
+ },
315
+ "computed": "24px"
316
+ },
317
+ "$spacer-5": {
318
+ "values": [
319
+ "$spacer * 4",
320
+ "8px * 4"
321
+ ],
322
+ "source": {
323
+ "path": "src/support/variables/layout.scss",
324
+ "line": 40
325
+ },
326
+ "computed": "32px"
327
+ },
328
+ "$spacer-6": {
329
+ "values": [
330
+ "$spacer * 5",
331
+ "8px * 5"
332
+ ],
333
+ "source": {
334
+ "path": "src/support/variables/layout.scss",
335
+ "line": 41
336
+ },
337
+ "computed": "40px"
338
+ },
339
+ "$spacer-7": {
340
+ "values": [
341
+ "$spacer * 6",
342
+ "8px * 6"
343
+ ],
344
+ "source": {
345
+ "path": "src/support/variables/layout.scss",
346
+ "line": 69
347
+ },
348
+ "computed": "48px"
349
+ },
350
+ "$spacer-8": {
351
+ "values": [
352
+ "$spacer * 8",
353
+ "8px * 8"
354
+ ],
355
+ "source": {
356
+ "path": "src/support/variables/layout.scss",
357
+ "line": 70
358
+ },
359
+ "computed": "64px"
360
+ },
361
+ "$spacer-9": {
362
+ "values": [
363
+ "$spacer * 10",
364
+ "8px * 10"
365
+ ],
366
+ "source": {
367
+ "path": "src/support/variables/layout.scss",
368
+ "line": 71
369
+ },
370
+ "computed": "80px"
371
+ },
372
+ "$spacer-10": {
373
+ "values": [
374
+ "$spacer * 12",
375
+ "8px * 12"
376
+ ],
377
+ "source": {
378
+ "path": "src/support/variables/layout.scss",
379
+ "line": 72
380
+ },
381
+ "computed": "96px"
382
+ },
383
+ "$spacer-11": {
384
+ "values": [
385
+ "$spacer * 14",
386
+ "8px * 14"
387
+ ],
388
+ "source": {
389
+ "path": "src/support/variables/layout.scss",
390
+ "line": 73
391
+ },
392
+ "computed": "112px"
393
+ },
394
+ "$spacer-12": {
395
+ "values": [
396
+ "$spacer * 16",
397
+ "8px * 16"
398
+ ],
399
+ "source": {
400
+ "path": "src/support/variables/layout.scss",
401
+ "line": 74
402
+ },
403
+ "computed": "128px"
404
+ },
405
+ "$em-spacer-1": {
406
+ "values": [
407
+ "0.0625em"
408
+ ],
409
+ "source": {
410
+ "path": "src/support/variables/layout.scss",
411
+ "line": 99
412
+ },
413
+ "computed": "0.0625em"
414
+ },
415
+ "$em-spacer-2": {
416
+ "values": [
417
+ "0.125em"
418
+ ],
419
+ "source": {
420
+ "path": "src/support/variables/layout.scss",
421
+ "line": 100
422
+ },
423
+ "computed": "0.125em"
424
+ },
425
+ "$em-spacer-3": {
426
+ "values": [
427
+ "0.25em"
428
+ ],
429
+ "source": {
430
+ "path": "src/support/variables/layout.scss",
431
+ "line": 101
432
+ },
433
+ "computed": "0.25em"
434
+ },
435
+ "$em-spacer-4": {
436
+ "values": [
437
+ "0.375em"
438
+ ],
439
+ "source": {
440
+ "path": "src/support/variables/layout.scss",
441
+ "line": 102
442
+ },
443
+ "computed": "0.375em"
444
+ },
445
+ "$em-spacer-5": {
446
+ "values": [
447
+ "0.5em"
448
+ ],
449
+ "source": {
450
+ "path": "src/support/variables/layout.scss",
451
+ "line": 103
452
+ },
453
+ "computed": "0.5em"
454
+ },
455
+ "$em-spacer-6": {
456
+ "values": [
457
+ "0.75em"
458
+ ],
459
+ "source": {
460
+ "path": "src/support/variables/layout.scss",
461
+ "line": 104
462
+ },
463
+ "computed": "0.75em"
464
+ },
465
+ "$size": {
466
+ "values": [
467
+ "16px"
468
+ ],
469
+ "source": {
470
+ "path": "src/support/variables/layout.scss",
471
+ "line": 108
472
+ },
473
+ "computed": "16px"
474
+ },
475
+ "$size-0": {
476
+ "values": [
477
+ "0"
478
+ ],
479
+ "source": {
480
+ "path": "src/support/variables/layout.scss",
481
+ "line": 110
482
+ },
483
+ "computed": "0"
484
+ },
485
+ "$size-1": {
486
+ "values": [
487
+ "$size",
488
+ "16px"
489
+ ],
490
+ "source": {
491
+ "path": "src/support/variables/layout.scss",
492
+ "line": 111
493
+ },
494
+ "computed": "16px"
495
+ },
496
+ "$size-2": {
497
+ "values": [
498
+ "$size-1 + 4px",
499
+ "16px + 4px"
500
+ ],
501
+ "source": {
502
+ "path": "src/support/variables/layout.scss",
503
+ "line": 112
504
+ },
505
+ "computed": "20px"
506
+ },
507
+ "$size-3": {
508
+ "values": [
509
+ "$size-2 + 4px",
510
+ "16px + 4px + 4px"
511
+ ],
512
+ "source": {
513
+ "path": "src/support/variables/layout.scss",
514
+ "line": 113
515
+ },
516
+ "computed": "24px"
517
+ },
518
+ "$size-4": {
519
+ "values": [
520
+ "$size-3 + 4px",
521
+ "16px + 4px + 4px + 4px"
522
+ ],
523
+ "source": {
524
+ "path": "src/support/variables/layout.scss",
525
+ "line": 114
526
+ },
527
+ "computed": "28px"
528
+ },
529
+ "$size-5": {
530
+ "values": [
531
+ "$size-4 + 4px",
532
+ "16px + 4px + 4px + 4px + 4px"
533
+ ],
534
+ "source": {
535
+ "path": "src/support/variables/layout.scss",
536
+ "line": 115
537
+ },
538
+ "computed": "32px"
539
+ },
540
+ "$size-6": {
541
+ "values": [
542
+ "$size-5 + 8px",
543
+ "16px + 4px + 4px + 4px + 4px + 8px"
544
+ ],
545
+ "source": {
546
+ "path": "src/support/variables/layout.scss",
547
+ "line": 116
548
+ },
549
+ "computed": "40px"
550
+ },
551
+ "$size-7": {
552
+ "values": [
553
+ "$size-6 + 8px",
554
+ "16px + 4px + 4px + 4px + 4px + 8px + 8px"
555
+ ],
556
+ "source": {
557
+ "path": "src/support/variables/layout.scss",
558
+ "line": 117
559
+ },
560
+ "computed": "48px"
561
+ },
562
+ "$size-8": {
563
+ "values": [
564
+ "$size-7 + 16px",
565
+ "16px + 4px + 4px + 4px + 4px + 8px + 8px + 16px"
566
+ ],
567
+ "source": {
568
+ "path": "src/support/variables/layout.scss",
569
+ "line": 118
570
+ },
571
+ "computed": "64px"
572
+ },
573
+ "$container-width": {
574
+ "values": [
575
+ "980px"
576
+ ],
577
+ "source": {
578
+ "path": "src/support/variables/layout.scss",
579
+ "line": 121
580
+ },
581
+ "computed": "980px"
582
+ },
583
+ "$grid-gutter": {
584
+ "values": [
585
+ "10px"
586
+ ],
587
+ "source": {
588
+ "path": "src/support/variables/layout.scss",
589
+ "line": 122
590
+ },
591
+ "computed": "10px"
592
+ },
593
+ "$width-xs": {
594
+ "values": [
595
+ "0"
596
+ ],
597
+ "source": {
598
+ "path": "src/support/variables/layout.scss",
599
+ "line": 125
600
+ },
601
+ "computed": "0"
602
+ },
603
+ "$width-sm": {
604
+ "values": [
605
+ "544px"
606
+ ],
607
+ "source": {
608
+ "path": "src/support/variables/layout.scss",
609
+ "line": 127
610
+ },
611
+ "computed": "544px"
612
+ },
613
+ "$width-md": {
614
+ "values": [
615
+ "768px"
616
+ ],
617
+ "source": {
618
+ "path": "src/support/variables/layout.scss",
619
+ "line": 129
620
+ },
621
+ "computed": "768px"
622
+ },
623
+ "$width-lg": {
624
+ "values": [
625
+ "1012px"
626
+ ],
627
+ "source": {
628
+ "path": "src/support/variables/layout.scss",
629
+ "line": 131
630
+ },
631
+ "computed": "1012px"
632
+ },
633
+ "$width-xl": {
634
+ "values": [
635
+ "1280px"
636
+ ],
637
+ "source": {
638
+ "path": "src/support/variables/layout.scss",
639
+ "line": 133
640
+ },
641
+ "computed": "1280px"
642
+ },
643
+ "$container-sm": {
644
+ "values": [
645
+ "$width-sm",
646
+ "544px"
647
+ ],
648
+ "source": {
649
+ "path": "src/support/variables/layout.scss",
650
+ "line": 136
651
+ },
652
+ "computed": "544px"
653
+ },
654
+ "$container-md": {
655
+ "values": [
656
+ "$width-md",
657
+ "768px"
658
+ ],
659
+ "source": {
660
+ "path": "src/support/variables/layout.scss",
661
+ "line": 137
662
+ },
663
+ "computed": "768px"
664
+ },
665
+ "$container-lg": {
666
+ "values": [
667
+ "$width-lg",
668
+ "1012px"
669
+ ],
670
+ "source": {
671
+ "path": "src/support/variables/layout.scss",
672
+ "line": 138
673
+ },
674
+ "computed": "1012px"
675
+ },
676
+ "$container-xl": {
677
+ "values": [
678
+ "$width-xl",
679
+ "1280px"
680
+ ],
681
+ "source": {
682
+ "path": "src/support/variables/layout.scss",
683
+ "line": 139
684
+ },
685
+ "computed": "1280px"
686
+ },
687
+ "$border-width": {
688
+ "values": [
689
+ "1px"
690
+ ],
691
+ "source": {
692
+ "path": "src/support/variables/misc.scss",
693
+ "line": 4
694
+ },
695
+ "computed": "1px"
696
+ },
697
+ "$border-style": {
698
+ "values": [
699
+ "solid"
700
+ ],
701
+ "source": {
702
+ "path": "src/support/variables/misc.scss",
703
+ "line": 5
704
+ },
705
+ "computed": "solid"
706
+ },
707
+ "$border": {
708
+ "values": [
709
+ "$border-width $border-style var(--color-border-default)",
710
+ "1px solid var(--color-border-default)"
711
+ ],
712
+ "source": {
713
+ "path": "src/support/variables/misc.scss",
714
+ "line": 6
715
+ },
716
+ "computed": "1px solid var(--color-border-default)"
717
+ },
718
+ "$border-radius-1": {
719
+ "values": [
720
+ "4px"
721
+ ],
722
+ "source": {
723
+ "path": "src/support/variables/misc.scss",
724
+ "line": 9
725
+ },
726
+ "computed": "4px"
727
+ },
728
+ "$border-radius-2": {
729
+ "values": [
730
+ "6px"
731
+ ],
732
+ "source": {
733
+ "path": "src/support/variables/misc.scss",
734
+ "line": 10
735
+ },
736
+ "computed": "6px"
737
+ },
738
+ "$border-radius-3": {
739
+ "values": [
740
+ "8px"
741
+ ],
742
+ "source": {
743
+ "path": "src/support/variables/misc.scss",
744
+ "line": 11
745
+ },
746
+ "computed": "8px"
747
+ },
748
+ "$border-radius": {
749
+ "values": [
750
+ "$border-radius-2",
751
+ "6px"
752
+ ],
753
+ "source": {
754
+ "path": "src/support/variables/misc.scss",
755
+ "line": 12
756
+ },
757
+ "computed": "6px"
758
+ },
759
+ "$tooltip-max-width": {
760
+ "values": [
761
+ "250px"
762
+ ],
763
+ "source": {
764
+ "path": "src/support/variables/misc.scss",
765
+ "line": 15
766
+ },
767
+ "computed": "250px"
768
+ },
769
+ "$tooltip-delay": {
770
+ "values": [
771
+ "0.4s"
772
+ ],
773
+ "source": {
774
+ "path": "src/support/variables/misc.scss",
775
+ "line": 16
776
+ },
777
+ "computed": "0.4s"
778
+ },
779
+ "$tooltip-duration": {
780
+ "values": [
781
+ "0.1s"
782
+ ],
783
+ "source": {
784
+ "path": "src/support/variables/misc.scss",
785
+ "line": 17
786
+ },
787
+ "computed": "0.1s"
788
+ },
789
+ "$marketing-font-path": {
790
+ "values": [
791
+ "\"/fonts/\""
792
+ ],
793
+ "source": {
794
+ "path": "src/marketing/support/variables.scss",
795
+ "line": 3
796
+ },
797
+ "computed": "\"/fonts/\""
798
+ },
799
+ "$font-mktg": {
800
+ "values": [
801
+ "$body-font",
802
+ "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
803
+ ],
804
+ "source": {
805
+ "path": "src/marketing/support/variables.scss",
806
+ "line": 5
807
+ },
808
+ "computed": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
809
+ },
810
+ "$font-weight-medium": {
811
+ "values": [
812
+ "450"
813
+ ],
814
+ "source": {
815
+ "path": "src/marketing/support/variables.scss",
816
+ "line": 6
817
+ },
818
+ "computed": "450"
819
+ },
820
+ "$font-weight-extrabold": {
821
+ "values": [
822
+ "800"
823
+ ],
824
+ "source": {
825
+ "path": "src/marketing/support/variables.scss",
826
+ "line": 7
827
+ },
828
+ "computed": "800"
829
+ },
830
+ "$mktg-font-feature-settings": {
831
+ "values": [
832
+ "'ss02' on, 'ss01' on"
833
+ ],
834
+ "source": {
835
+ "path": "src/marketing/support/variables.scss",
836
+ "line": 9
837
+ },
838
+ "computed": "'ss02' on, 'ss01' on"
839
+ },
840
+ "$mktg-header-spacing-large": {
841
+ "values": [
842
+ "-0.03em"
843
+ ],
844
+ "source": {
845
+ "path": "src/marketing/support/variables.scss",
846
+ "line": 10
847
+ },
848
+ "computed": "-0.03em"
849
+ },
850
+ "$mktg-header-spacing-default": {
851
+ "values": [
852
+ "-0.01em"
853
+ ],
854
+ "source": {
855
+ "path": "src/marketing/support/variables.scss",
856
+ "line": 11
857
+ },
858
+ "computed": "-0.01em"
859
+ },
860
+ "$mktg-header-spacing-threshold": {
861
+ "values": [
862
+ "48px"
863
+ ],
864
+ "source": {
865
+ "path": "src/marketing/support/variables.scss",
866
+ "line": 12
867
+ },
868
+ "computed": "48px"
869
+ },
870
+ "$mktg-header-weight-large": {
871
+ "values": [
872
+ "$font-weight-extrabold",
873
+ "800"
874
+ ],
875
+ "source": {
876
+ "path": "src/marketing/support/variables.scss",
877
+ "line": 13
878
+ },
879
+ "computed": "800"
880
+ },
881
+ "$mktg-header-weight-default": {
882
+ "values": [
883
+ "$font-weight-bold",
884
+ "600"
885
+ ],
886
+ "source": {
887
+ "path": "src/marketing/support/variables.scss",
888
+ "line": 14
889
+ },
890
+ "computed": "600"
891
+ },
892
+ "$mktg-header-weight-threshold": {
893
+ "values": [
894
+ "24px"
895
+ ],
896
+ "source": {
897
+ "path": "src/marketing/support/variables.scss",
898
+ "line": 15
899
+ },
900
+ "computed": "24px"
901
+ },
902
+ "$mktg-h-size-0": {
903
+ "values": [
904
+ "96px"
905
+ ],
906
+ "source": {
907
+ "path": "src/marketing/support/variables.scss",
908
+ "line": 18
909
+ },
910
+ "computed": "96px"
911
+ },
912
+ "$mktg-h-size-1": {
913
+ "values": [
914
+ "72px"
915
+ ],
916
+ "source": {
917
+ "path": "src/marketing/support/variables.scss",
918
+ "line": 19
919
+ },
920
+ "computed": "72px"
921
+ },
922
+ "$mktg-h-size-2": {
923
+ "values": [
924
+ "64px"
925
+ ],
926
+ "source": {
927
+ "path": "src/marketing/support/variables.scss",
928
+ "line": 20
929
+ },
930
+ "computed": "64px"
931
+ },
932
+ "$mktg-h-size-3": {
933
+ "values": [
934
+ "56px"
935
+ ],
936
+ "source": {
937
+ "path": "src/marketing/support/variables.scss",
938
+ "line": 21
939
+ },
940
+ "computed": "56px"
941
+ },
942
+ "$mktg-h-size-4": {
943
+ "values": [
944
+ "48px"
945
+ ],
946
+ "source": {
947
+ "path": "src/marketing/support/variables.scss",
948
+ "line": 22
949
+ },
950
+ "computed": "48px"
951
+ },
952
+ "$mktg-h-size-5": {
953
+ "values": [
954
+ "40px"
955
+ ],
956
+ "source": {
957
+ "path": "src/marketing/support/variables.scss",
958
+ "line": 23
959
+ },
960
+ "computed": "40px"
961
+ },
962
+ "$mktg-h-size-6": {
963
+ "values": [
964
+ "32px"
965
+ ],
966
+ "source": {
967
+ "path": "src/marketing/support/variables.scss",
968
+ "line": 24
969
+ },
970
+ "computed": "32px"
971
+ },
972
+ "$mktg-h-size-7": {
973
+ "values": [
974
+ "28px"
975
+ ],
976
+ "source": {
977
+ "path": "src/marketing/support/variables.scss",
978
+ "line": 25
979
+ },
980
+ "computed": "28px"
981
+ },
982
+ "$mktg-h-size-8": {
983
+ "values": [
984
+ "24px"
985
+ ],
986
+ "source": {
987
+ "path": "src/marketing/support/variables.scss",
988
+ "line": 26
989
+ },
990
+ "computed": "24px"
991
+ },
992
+ "$mktg-h-size-9": {
993
+ "values": [
994
+ "20px"
995
+ ],
996
+ "source": {
997
+ "path": "src/marketing/support/variables.scss",
998
+ "line": 27
999
+ },
1000
+ "computed": "20px"
1001
+ },
1002
+ "$mktg-h-size-10": {
1003
+ "values": [
1004
+ "16px"
1005
+ ],
1006
+ "source": {
1007
+ "path": "src/marketing/support/variables.scss",
1008
+ "line": 28
1009
+ },
1010
+ "computed": "16px"
1011
+ },
1012
+ "$mktg-h-lh-0": {
1013
+ "values": [
1014
+ "100px"
1015
+ ],
1016
+ "source": {
1017
+ "path": "src/marketing/support/variables.scss",
1018
+ "line": 31
1019
+ },
1020
+ "computed": "100px"
1021
+ },
1022
+ "$mktg-h-lh-1": {
1023
+ "values": [
1024
+ "76px"
1025
+ ],
1026
+ "source": {
1027
+ "path": "src/marketing/support/variables.scss",
1028
+ "line": 32
1029
+ },
1030
+ "computed": "76px"
1031
+ },
1032
+ "$mktg-h-lh-2": {
1033
+ "values": [
1034
+ "68px"
1035
+ ],
1036
+ "source": {
1037
+ "path": "src/marketing/support/variables.scss",
1038
+ "line": 33
1039
+ },
1040
+ "computed": "68px"
1041
+ },
1042
+ "$mktg-h-lh-3": {
1043
+ "values": [
1044
+ "60px"
1045
+ ],
1046
+ "source": {
1047
+ "path": "src/marketing/support/variables.scss",
1048
+ "line": 34
1049
+ },
1050
+ "computed": "60px"
1051
+ },
1052
+ "$mktg-h-lh-4": {
1053
+ "values": [
1054
+ "52px"
1055
+ ],
1056
+ "source": {
1057
+ "path": "src/marketing/support/variables.scss",
1058
+ "line": 35
1059
+ },
1060
+ "computed": "52px"
1061
+ },
1062
+ "$mktg-h-lh-5": {
1063
+ "values": [
1064
+ "44px"
1065
+ ],
1066
+ "source": {
1067
+ "path": "src/marketing/support/variables.scss",
1068
+ "line": 36
1069
+ },
1070
+ "computed": "44px"
1071
+ },
1072
+ "$mktg-h-lh-6": {
1073
+ "values": [
1074
+ "36px"
1075
+ ],
1076
+ "source": {
1077
+ "path": "src/marketing/support/variables.scss",
1078
+ "line": 37
1079
+ },
1080
+ "computed": "36px"
1081
+ },
1082
+ "$mktg-h-lh-7": {
1083
+ "values": [
1084
+ "32px"
1085
+ ],
1086
+ "source": {
1087
+ "path": "src/marketing/support/variables.scss",
1088
+ "line": 38
1089
+ },
1090
+ "computed": "32px"
1091
+ },
1092
+ "$mktg-h-lh-8": {
1093
+ "values": [
1094
+ "28px"
1095
+ ],
1096
+ "source": {
1097
+ "path": "src/marketing/support/variables.scss",
1098
+ "line": 39
1099
+ },
1100
+ "computed": "28px"
1101
+ },
1102
+ "$mktg-h-lh-9": {
1103
+ "values": [
1104
+ "24px"
1105
+ ],
1106
+ "source": {
1107
+ "path": "src/marketing/support/variables.scss",
1108
+ "line": 40
1109
+ },
1110
+ "computed": "24px"
1111
+ },
1112
+ "$mktg-h-lh-10": {
1113
+ "values": [
1114
+ "20px"
1115
+ ],
1116
+ "source": {
1117
+ "path": "src/marketing/support/variables.scss",
1118
+ "line": 41
1119
+ },
1120
+ "computed": "20px"
1121
+ },
1122
+ "$mktg-body-spacing-threshold": {
1123
+ "values": [
1124
+ "28px"
1125
+ ],
1126
+ "source": {
1127
+ "path": "src/marketing/support/variables.scss",
1128
+ "line": 69
1129
+ },
1130
+ "computed": "28px"
1131
+ },
1132
+ "$mktg-body-weight-threshold": {
1133
+ "values": [
1134
+ "24px"
1135
+ ],
1136
+ "source": {
1137
+ "path": "src/marketing/support/variables.scss",
1138
+ "line": 70
1139
+ },
1140
+ "computed": "24px"
1141
+ },
1142
+ "$mktg-body-spacing-large": {
1143
+ "values": [
1144
+ "-0.01em"
1145
+ ],
1146
+ "source": {
1147
+ "path": "src/marketing/support/variables.scss",
1148
+ "line": 108
1149
+ },
1150
+ "computed": "-0.01em"
1151
+ },
1152
+ "$mktg-body-size-0": {
1153
+ "values": [
1154
+ "48px"
1155
+ ],
1156
+ "source": {
1157
+ "path": "src/marketing/support/variables.scss",
1158
+ "line": 74
1159
+ },
1160
+ "computed": "48px"
1161
+ },
1162
+ "$mktg-body-size-1": {
1163
+ "values": [
1164
+ "40px"
1165
+ ],
1166
+ "source": {
1167
+ "path": "src/marketing/support/variables.scss",
1168
+ "line": 75
1169
+ },
1170
+ "computed": "40px"
1171
+ },
1172
+ "$mktg-body-size-2": {
1173
+ "values": [
1174
+ "32px"
1175
+ ],
1176
+ "source": {
1177
+ "path": "src/marketing/support/variables.scss",
1178
+ "line": 76
1179
+ },
1180
+ "computed": "32px"
1181
+ },
1182
+ "$mktg-body-size-3": {
1183
+ "values": [
1184
+ "28px"
1185
+ ],
1186
+ "source": {
1187
+ "path": "src/marketing/support/variables.scss",
1188
+ "line": 77
1189
+ },
1190
+ "computed": "28px"
1191
+ },
1192
+ "$mktg-body-size-4": {
1193
+ "values": [
1194
+ "24px"
1195
+ ],
1196
+ "source": {
1197
+ "path": "src/marketing/support/variables.scss",
1198
+ "line": 78
1199
+ },
1200
+ "computed": "24px"
1201
+ },
1202
+ "$mktg-body-size-5": {
1203
+ "values": [
1204
+ "20px"
1205
+ ],
1206
+ "source": {
1207
+ "path": "src/marketing/support/variables.scss",
1208
+ "line": 79
1209
+ },
1210
+ "computed": "20px"
1211
+ },
1212
+ "$mktg-body-size-6": {
1213
+ "values": [
1214
+ "16px"
1215
+ ],
1216
+ "source": {
1217
+ "path": "src/marketing/support/variables.scss",
1218
+ "line": 80
1219
+ },
1220
+ "computed": "16px"
1221
+ },
1222
+ "$mktg-body-size-7": {
1223
+ "values": [
1224
+ "14px"
1225
+ ],
1226
+ "source": {
1227
+ "path": "src/marketing/support/variables.scss",
1228
+ "line": 81
1229
+ },
1230
+ "computed": "14px"
1231
+ },
1232
+ "$mktg-body-size-8": {
1233
+ "values": [
1234
+ "12px"
1235
+ ],
1236
+ "source": {
1237
+ "path": "src/marketing/support/variables.scss",
1238
+ "line": 82
1239
+ },
1240
+ "computed": "12px"
1241
+ },
1242
+ "$mktg-body-lh-0": {
1243
+ "values": [
1244
+ "64px"
1245
+ ],
1246
+ "source": {
1247
+ "path": "src/marketing/support/variables.scss",
1248
+ "line": 85
1249
+ },
1250
+ "computed": "64px"
1251
+ },
1252
+ "$mktg-body-lh-1": {
1253
+ "values": [
1254
+ "52px"
1255
+ ],
1256
+ "source": {
1257
+ "path": "src/marketing/support/variables.scss",
1258
+ "line": 86
1259
+ },
1260
+ "computed": "52px"
1261
+ },
1262
+ "$mktg-body-lh-2": {
1263
+ "values": [
1264
+ "44px"
1265
+ ],
1266
+ "source": {
1267
+ "path": "src/marketing/support/variables.scss",
1268
+ "line": 87
1269
+ },
1270
+ "computed": "44px"
1271
+ },
1272
+ "$mktg-body-lh-3": {
1273
+ "values": [
1274
+ "40px"
1275
+ ],
1276
+ "source": {
1277
+ "path": "src/marketing/support/variables.scss",
1278
+ "line": 88
1279
+ },
1280
+ "computed": "40px"
1281
+ },
1282
+ "$mktg-body-lh-4": {
1283
+ "values": [
1284
+ "32px"
1285
+ ],
1286
+ "source": {
1287
+ "path": "src/marketing/support/variables.scss",
1288
+ "line": 89
1289
+ },
1290
+ "computed": "32px"
1291
+ },
1292
+ "$mktg-body-lh-5": {
1293
+ "values": [
1294
+ "28px"
1295
+ ],
1296
+ "source": {
1297
+ "path": "src/marketing/support/variables.scss",
1298
+ "line": 90
1299
+ },
1300
+ "computed": "28px"
1301
+ },
1302
+ "$mktg-body-lh-6": {
1303
+ "values": [
1304
+ "24px"
1305
+ ],
1306
+ "source": {
1307
+ "path": "src/marketing/support/variables.scss",
1308
+ "line": 91
1309
+ },
1310
+ "computed": "24px"
1311
+ },
1312
+ "$mktg-body-lh-7": {
1313
+ "values": [
1314
+ "20px"
1315
+ ],
1316
+ "source": {
1317
+ "path": "src/marketing/support/variables.scss",
1318
+ "line": 92
1319
+ },
1320
+ "computed": "20px"
1321
+ },
1322
+ "$mktg-body-lh-8": {
1323
+ "values": [
1324
+ "20px"
1325
+ ],
1326
+ "source": {
1327
+ "path": "src/marketing/support/variables.scss",
1328
+ "line": 93
1329
+ },
1330
+ "computed": "20px"
1331
+ },
1332
+ "$transition-time": {
1333
+ "values": [
1334
+ "0.4s"
1335
+ ],
1336
+ "source": {
1337
+ "path": "src/marketing/support/variables.scss",
1338
+ "line": 121
1339
+ },
1340
+ "computed": "0.4s"
1341
+ },
1342
+ "$ease-mktg": {
1343
+ "values": [
1344
+ "cubic-bezier(0.16, 1, 0.3, 1)"
1345
+ ],
1346
+ "source": {
1347
+ "path": "src/marketing/support/variables.scss",
1348
+ "line": 122
1349
+ },
1350
+ "computed": "calc(cubic-bezier(0.16, 1, 0.3, 1))"
1351
+ }
1352
+ }