baseline-foundry 0.1.3

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 (145) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +588 -0
  3. package/config/experiments/ibm-plex-engine-smoke.json +115 -0
  4. package/config/experiments/ubuntu-engine-smoke.json +115 -0
  5. package/config/foundation-theme.json +117 -0
  6. package/config/tiers/app.json +120 -0
  7. package/config/tiers/documentation.json +120 -0
  8. package/config/tiers/editorial.json +120 -0
  9. package/config/tiers/os.json +120 -0
  10. package/dist/accordion.d.ts +5 -0
  11. package/dist/accordion.js +32 -0
  12. package/dist/application-layout.d.ts +4 -0
  13. package/dist/application-layout.js +181 -0
  14. package/dist/baseline-grid-overlay.d.ts +5 -0
  15. package/dist/baseline-grid-overlay.js +50 -0
  16. package/dist/baseline-grid-theme.d.ts +3 -0
  17. package/dist/baseline-grid-theme.js +3 -0
  18. package/dist/baseline-grid.d.ts +7 -0
  19. package/dist/baseline-grid.js +35 -0
  20. package/dist/build.d.ts +21 -0
  21. package/dist/build.js +440 -0
  22. package/dist/code-snippet.d.ts +6 -0
  23. package/dist/code-snippet.js +95 -0
  24. package/dist/contextual-menu.d.ts +4 -0
  25. package/dist/contextual-menu.js +156 -0
  26. package/dist/css-app-tier.d.ts +1 -0
  27. package/dist/css-app-tier.js +77 -0
  28. package/dist/css-components/article-pagination.d.ts +13 -0
  29. package/dist/css-components/article-pagination.js +151 -0
  30. package/dist/css-components/button-actions.d.ts +7 -0
  31. package/dist/css-components/button-actions.js +165 -0
  32. package/dist/css-components/cards-options.d.ts +6 -0
  33. package/dist/css-components/cards-options.js +180 -0
  34. package/dist/css-components/chip-badge-status.d.ts +10 -0
  35. package/dist/css-components/chip-badge-status.js +162 -0
  36. package/dist/css-components/content-card.d.ts +25 -0
  37. package/dist/css-components/content-card.js +517 -0
  38. package/dist/css-components/control-row.d.ts +2 -0
  39. package/dist/css-components/control-row.js +18 -0
  40. package/dist/css-components/cta-figure-aspect.d.ts +1 -0
  41. package/dist/css-components/cta-figure-aspect.js +123 -0
  42. package/dist/css-components/document-navigation.d.ts +13 -0
  43. package/dist/css-components/document-navigation.js +400 -0
  44. package/dist/css-components/editorial-content.d.ts +6 -0
  45. package/dist/css-components/editorial-content.js +52 -0
  46. package/dist/css-components/icon.d.ts +1 -0
  47. package/dist/css-components/icon.js +75 -0
  48. package/dist/css-components/interactive-feedback.d.ts +2 -0
  49. package/dist/css-components/interactive-feedback.js +230 -0
  50. package/dist/css-components/interactive-tables.d.ts +7 -0
  51. package/dist/css-components/interactive-tables.js +164 -0
  52. package/dist/css-components/linked-logo-site-layout.d.ts +21 -0
  53. package/dist/css-components/linked-logo-site-layout.js +214 -0
  54. package/dist/css-components/list-tree.d.ts +5 -0
  55. package/dist/css-components/list-tree.js +98 -0
  56. package/dist/css-components/list.d.ts +3 -0
  57. package/dist/css-components/list.js +119 -0
  58. package/dist/css-components/logo-media.d.ts +16 -0
  59. package/dist/css-components/logo-media.js +219 -0
  60. package/dist/css-components/navigation-layout.d.ts +5 -0
  61. package/dist/css-components/navigation-layout.js +151 -0
  62. package/dist/css-components/panel.d.ts +6 -0
  63. package/dist/css-components/panel.js +148 -0
  64. package/dist/css-components/search-box-and-filter.d.ts +9 -0
  65. package/dist/css-components/search-box-and-filter.js +267 -0
  66. package/dist/css-components/sites-editorial-ports.d.ts +19 -0
  67. package/dist/css-components/sites-editorial-ports.js +264 -0
  68. package/dist/css-components/sites-foundation.d.ts +17 -0
  69. package/dist/css-components/sites-foundation.js +173 -0
  70. package/dist/css-components/sites-rich-lists.d.ts +18 -0
  71. package/dist/css-components/sites-rich-lists.js +364 -0
  72. package/dist/css-components/static-content-ports.d.ts +14 -0
  73. package/dist/css-components/static-content-ports.js +206 -0
  74. package/dist/css-components/tab-section.d.ts +19 -0
  75. package/dist/css-components/tab-section.js +103 -0
  76. package/dist/css-components/table.d.ts +7 -0
  77. package/dist/css-components/table.js +79 -0
  78. package/dist/css-components/tabs-choice-breadcrumbs.d.ts +9 -0
  79. package/dist/css-components/tabs-choice-breadcrumbs.js +307 -0
  80. package/dist/css-components/tiered-list-equal-height-row.d.ts +1 -0
  81. package/dist/css-components/tiered-list-equal-height-row.js +286 -0
  82. package/dist/css-components.d.ts +2 -0
  83. package/dist/css-components.js +2701 -0
  84. package/dist/css-grid.d.ts +1 -0
  85. package/dist/css-grid.js +179 -0
  86. package/dist/css.d.ts +6 -0
  87. package/dist/css.js +431 -0
  88. package/dist/experiments/ibm-plex-engine-smoke/styles.css +8969 -0
  89. package/dist/experiments/ibm-plex-engine-smoke/surfaces.json +604 -0
  90. package/dist/experiments/ibm-plex-engine-smoke/tokens.json +217 -0
  91. package/dist/in-page-navigation.d.ts +7 -0
  92. package/dist/in-page-navigation.js +136 -0
  93. package/dist/index.d.ts +37 -0
  94. package/dist/index.js +18 -0
  95. package/dist/interactive-feedback.d.ts +14 -0
  96. package/dist/interactive-feedback.js +96 -0
  97. package/dist/interactive-tables.d.ts +28 -0
  98. package/dist/interactive-tables.js +184 -0
  99. package/dist/list-tree.d.ts +4 -0
  100. package/dist/list-tree.js +44 -0
  101. package/dist/panel-drawer.d.ts +4 -0
  102. package/dist/panel-drawer.js +171 -0
  103. package/dist/presets/app-tier/styles.css +9459 -0
  104. package/dist/presets/app-tier/surfaces.json +1225 -0
  105. package/dist/presets/app-tier/tokens.json +221 -0
  106. package/dist/presets/prose/styles.css +9442 -0
  107. package/dist/presets/prose/surfaces.json +1225 -0
  108. package/dist/presets/prose/tokens.json +221 -0
  109. package/dist/presets.d.ts +6 -0
  110. package/dist/presets.js +27 -0
  111. package/dist/range-controls.d.ts +9 -0
  112. package/dist/range-controls.js +73 -0
  113. package/dist/resizable-aside.d.ts +4 -0
  114. package/dist/resizable-aside.js +328 -0
  115. package/dist/side-navigation.d.ts +4 -0
  116. package/dist/side-navigation.js +219 -0
  117. package/dist/styles.css +9442 -0
  118. package/dist/surfaces.json +1225 -0
  119. package/dist/tabs.d.ts +4 -0
  120. package/dist/tabs.js +88 -0
  121. package/dist/tier-registry.d.ts +10 -0
  122. package/dist/tier-registry.js +25 -0
  123. package/dist/tiers/app/styles.css +9459 -0
  124. package/dist/tiers/app/surfaces.json +1225 -0
  125. package/dist/tiers/app/tokens.json +221 -0
  126. package/dist/tiers/documentation/styles.css +9442 -0
  127. package/dist/tiers/documentation/surfaces.json +1225 -0
  128. package/dist/tiers/documentation/tokens.json +221 -0
  129. package/dist/tiers/editorial/styles.css +9442 -0
  130. package/dist/tiers/editorial/surfaces.json +1225 -0
  131. package/dist/tiers/editorial/tokens.json +221 -0
  132. package/dist/tiers/os/styles.css +9442 -0
  133. package/dist/tiers/os/surfaces.json +1225 -0
  134. package/dist/tiers/os/tokens.json +221 -0
  135. package/dist/tokens.json +221 -0
  136. package/dist/tooltip.d.ts +4 -0
  137. package/dist/tooltip.js +70 -0
  138. package/dist/top-navigation.d.ts +4 -0
  139. package/dist/top-navigation.js +354 -0
  140. package/dist/types.d.ts +155 -0
  141. package/dist/types.js +1 -0
  142. package/dist/vanilla-theme-colors.d.ts +5 -0
  143. package/dist/vanilla-theme-colors.js +208 -0
  144. package/docs/publishing.md +66 -0
  145. package/package.json +108 -0
@@ -0,0 +1,604 @@
1
+ {
2
+ "defaultSurface": "ibm-plex-engine-smoke",
3
+ "surfaces": {
4
+ "ibm-plex-engine-smoke": {
5
+ "label": "IBM Plex Sans",
6
+ "engine": "metrics-compensated",
7
+ "tokens": {
8
+ "baselineUnit": "0.5rem",
9
+ "fontFiles": [
10
+ {
11
+ "family": "ibm-plex-sans",
12
+ "path": "../../../assets/fonts/IBMPlexSansVar-Roman.woff2",
13
+ "cssFamily": "IBM Plex Sans",
14
+ "fontStyle": "normal",
15
+ "fontWeight": "100 700",
16
+ "fontDisplay": "swap"
17
+ }
18
+ ],
19
+ "fontStacks": {
20
+ "ibm-plex-sans": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif"
21
+ },
22
+ "roles": {
23
+ "body": {
24
+ "fontSize": "1rem",
25
+ "lineHeight": "1.5rem",
26
+ "fontFamily": "ibm-plex-sans",
27
+ "fontWeight": 400,
28
+ "fontStyle": "normal",
29
+ "spaceAfter": "1rem",
30
+ "nudgeTop": "0.375rem",
31
+ "identifier": "body",
32
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
33
+ "marginBottom": "0.125rem"
34
+ },
35
+ "h1": {
36
+ "fontSize": "8rem",
37
+ "lineHeight": "9rem",
38
+ "fontFamily": "ibm-plex-sans",
39
+ "fontWeight": 400,
40
+ "fontStyle": "normal",
41
+ "spaceAfter": "1rem",
42
+ "nudgeTop": "0rem",
43
+ "identifier": "h1",
44
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
45
+ "marginBottom": "0.5rem"
46
+ },
47
+ "h2": {
48
+ "fontSize": "4rem",
49
+ "lineHeight": "5rem",
50
+ "fontFamily": "ibm-plex-sans",
51
+ "fontWeight": 300,
52
+ "fontStyle": "normal",
53
+ "spaceAfter": "1rem",
54
+ "nudgeTop": "0rem",
55
+ "identifier": "h2",
56
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
57
+ "marginBottom": "0.5rem"
58
+ },
59
+ "h3": {
60
+ "fontSize": "2.5rem",
61
+ "lineHeight": "3rem",
62
+ "fontFamily": "ibm-plex-sans",
63
+ "fontWeight": 500,
64
+ "fontStyle": "normal",
65
+ "spaceAfter": "1rem",
66
+ "nudgeTop": "0.025rem",
67
+ "identifier": "h3",
68
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
69
+ "marginBottom": "0.475rem"
70
+ },
71
+ "h4": {
72
+ "fontSize": "1.5rem",
73
+ "lineHeight": "2rem",
74
+ "fontFamily": "ibm-plex-sans",
75
+ "fontWeight": 400,
76
+ "fontStyle": "normal",
77
+ "spaceAfter": "1rem",
78
+ "nudgeTop": "0.41667rem",
79
+ "identifier": "h4",
80
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
81
+ "marginBottom": "0.08333rem"
82
+ },
83
+ "h5": {
84
+ "fontSize": "1rem",
85
+ "lineHeight": "1.5rem",
86
+ "fontFamily": "ibm-plex-sans",
87
+ "fontWeight": 600,
88
+ "fontStyle": "normal",
89
+ "spaceAfter": "1rem",
90
+ "nudgeTop": "0.375rem",
91
+ "identifier": "h5",
92
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
93
+ "marginBottom": "0.125rem",
94
+ "fontVariantCaps": "all-small-caps"
95
+ },
96
+ "h6": {
97
+ "fontSize": "1rem",
98
+ "lineHeight": "1.5rem",
99
+ "fontFamily": "ibm-plex-sans",
100
+ "fontWeight": 400,
101
+ "fontStyle": "normal",
102
+ "spaceAfter": "1rem",
103
+ "nudgeTop": "0.375rem",
104
+ "identifier": "h6",
105
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
106
+ "marginBottom": "0.125rem"
107
+ }
108
+ },
109
+ "elements": {
110
+ "body": {
111
+ "fontSize": "1rem",
112
+ "lineHeight": "1.5rem",
113
+ "fontFamily": "ibm-plex-sans",
114
+ "fontWeight": 400,
115
+ "fontStyle": "normal",
116
+ "spaceAfter": "1rem",
117
+ "nudgeTop": "0.375rem",
118
+ "identifier": "body",
119
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
120
+ "marginBottom": "0.125rem"
121
+ },
122
+ "h6": {
123
+ "fontSize": "1rem",
124
+ "lineHeight": "1.5rem",
125
+ "fontFamily": "ibm-plex-sans",
126
+ "fontWeight": 400,
127
+ "fontStyle": "normal",
128
+ "spaceAfter": "1rem",
129
+ "nudgeTop": "0.375rem",
130
+ "identifier": "h6",
131
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
132
+ "marginBottom": "0.125rem"
133
+ },
134
+ "h5": {
135
+ "fontSize": "1rem",
136
+ "lineHeight": "1.5rem",
137
+ "fontFamily": "ibm-plex-sans",
138
+ "fontWeight": 600,
139
+ "fontStyle": "normal",
140
+ "spaceAfter": "1rem",
141
+ "nudgeTop": "0.375rem",
142
+ "identifier": "h5",
143
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
144
+ "marginBottom": "0.125rem",
145
+ "fontVariantCaps": "all-small-caps"
146
+ },
147
+ "h4": {
148
+ "fontSize": "1.5rem",
149
+ "lineHeight": "2rem",
150
+ "fontFamily": "ibm-plex-sans",
151
+ "fontWeight": 400,
152
+ "fontStyle": "normal",
153
+ "spaceAfter": "1rem",
154
+ "nudgeTop": "0.41667rem",
155
+ "identifier": "h4",
156
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
157
+ "marginBottom": "0.08333rem"
158
+ },
159
+ "h3": {
160
+ "fontSize": "2.5rem",
161
+ "lineHeight": "3rem",
162
+ "fontFamily": "ibm-plex-sans",
163
+ "fontWeight": 500,
164
+ "fontStyle": "normal",
165
+ "spaceAfter": "1rem",
166
+ "nudgeTop": "0.025rem",
167
+ "identifier": "h3",
168
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
169
+ "marginBottom": "0.475rem"
170
+ },
171
+ "h2": {
172
+ "fontSize": "4rem",
173
+ "lineHeight": "5rem",
174
+ "fontFamily": "ibm-plex-sans",
175
+ "fontWeight": 300,
176
+ "fontStyle": "normal",
177
+ "spaceAfter": "1rem",
178
+ "nudgeTop": "0rem",
179
+ "identifier": "h2",
180
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
181
+ "marginBottom": "0.5rem"
182
+ },
183
+ "h1": {
184
+ "fontSize": "8rem",
185
+ "lineHeight": "9rem",
186
+ "fontFamily": "ibm-plex-sans",
187
+ "fontWeight": 400,
188
+ "fontStyle": "normal",
189
+ "spaceAfter": "1rem",
190
+ "nudgeTop": "0rem",
191
+ "identifier": "h1",
192
+ "fontStack": "\"IBM Plex Sans\", \"Segoe UI\", system-ui, sans-serif",
193
+ "marginBottom": "0.5rem"
194
+ }
195
+ },
196
+ "layout": {
197
+ "contentMaxWidth": "120rem",
198
+ "contentPaddingInline": "1.5rem",
199
+ "measure": "40rem",
200
+ "sectionSpace": "4rem",
201
+ "sectionSpaceShallow": "1.5rem",
202
+ "sectionSpaceDeep": "8rem",
203
+ "stripSpace": "4rem",
204
+ "gridGapInline": "1.5rem",
205
+ "gridGapBlock": "1.5rem",
206
+ "pageMargin": "1.5rem"
207
+ },
208
+ "components": {
209
+ "borderWidth": "1px",
210
+ "barThickness": "0.1875rem",
211
+ "radius": "0rem",
212
+ "controlBlockPadding": "0.5rem",
213
+ "controlCompactBlockPadding": "0.25rem",
214
+ "controlInlinePadding": "1rem",
215
+ "controlInlinePaddingAction": "1rem",
216
+ "controlInlinePaddingField": "0.5rem",
217
+ "controlVisualSize": "1rem",
218
+ "fieldGap": "0.5rem",
219
+ "panelPaddingInline": "1rem",
220
+ "panelPaddingBlock": "1rem",
221
+ "accordionIndent": "1.5rem"
222
+ }
223
+ },
224
+ "metrics": {
225
+ "baselineUnit": "0.5rem",
226
+ "fontFiles": [
227
+ {
228
+ "family": "ibm-plex-sans",
229
+ "path": "../../../assets/fonts/IBMPlexSansVar-Roman.woff2",
230
+ "cssFamily": "IBM Plex Sans",
231
+ "fontStyle": "normal",
232
+ "fontWeight": "100 700",
233
+ "fontDisplay": "swap"
234
+ }
235
+ ],
236
+ "elements": {
237
+ "body": {
238
+ "fontSize": "1rem",
239
+ "lineHeight": "1.5rem",
240
+ "fontFamily": "ibm-plex-sans",
241
+ "fontWeight": 400,
242
+ "fontStyle": "normal",
243
+ "spaceAfter": "1rem",
244
+ "nudgeTop": "0.375rem"
245
+ },
246
+ "h6": {
247
+ "fontSize": "1rem",
248
+ "lineHeight": "1.5rem",
249
+ "fontFamily": "ibm-plex-sans",
250
+ "fontWeight": 400,
251
+ "fontStyle": "normal",
252
+ "spaceAfter": "1rem",
253
+ "nudgeTop": "0.375rem"
254
+ },
255
+ "h5": {
256
+ "fontSize": "1rem",
257
+ "lineHeight": "1.5rem",
258
+ "fontFamily": "ibm-plex-sans",
259
+ "fontWeight": 600,
260
+ "fontStyle": "normal",
261
+ "spaceAfter": "1rem",
262
+ "nudgeTop": "0.375rem"
263
+ },
264
+ "h4": {
265
+ "fontSize": "1.5rem",
266
+ "lineHeight": "2rem",
267
+ "fontFamily": "ibm-plex-sans",
268
+ "fontWeight": 400,
269
+ "fontStyle": "normal",
270
+ "spaceAfter": "1rem",
271
+ "nudgeTop": "0.41667rem"
272
+ },
273
+ "h3": {
274
+ "fontSize": "2.5rem",
275
+ "lineHeight": "3rem",
276
+ "fontFamily": "ibm-plex-sans",
277
+ "fontWeight": 500,
278
+ "fontStyle": "normal",
279
+ "spaceAfter": "1rem",
280
+ "nudgeTop": "0.025rem"
281
+ },
282
+ "h2": {
283
+ "fontSize": "4rem",
284
+ "lineHeight": "5rem",
285
+ "fontFamily": "ibm-plex-sans",
286
+ "fontWeight": 300,
287
+ "fontStyle": "normal",
288
+ "spaceAfter": "1rem",
289
+ "nudgeTop": "0rem"
290
+ },
291
+ "h1": {
292
+ "fontSize": "8rem",
293
+ "lineHeight": "9rem",
294
+ "fontFamily": "ibm-plex-sans",
295
+ "fontWeight": 400,
296
+ "fontStyle": "normal",
297
+ "spaceAfter": "1rem",
298
+ "nudgeTop": "0rem"
299
+ }
300
+ }
301
+ }
302
+ },
303
+ "ubuntu-engine-smoke": {
304
+ "label": "Ubuntu Sans",
305
+ "className": "bf-surface-ubuntu-engine-smoke",
306
+ "engine": "metrics-compensated",
307
+ "tokens": {
308
+ "baselineUnit": "0.5rem",
309
+ "fontFiles": [
310
+ {
311
+ "family": "ubuntu-sans",
312
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
313
+ "cssFamily": "Ubuntu Sans",
314
+ "fontStyle": "normal",
315
+ "fontWeight": "100 900",
316
+ "fontDisplay": "swap"
317
+ }
318
+ ],
319
+ "fontStacks": {
320
+ "ubuntu-sans": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif"
321
+ },
322
+ "roles": {
323
+ "body": {
324
+ "fontSize": "1rem",
325
+ "lineHeight": "1.5rem",
326
+ "fontFamily": "ubuntu-sans",
327
+ "fontWeight": 400,
328
+ "fontStyle": "normal",
329
+ "spaceAfter": "1rem",
330
+ "nudgeTop": "0.41rem",
331
+ "identifier": "body",
332
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
333
+ "marginBottom": "0.09rem"
334
+ },
335
+ "h1": {
336
+ "fontSize": "8rem",
337
+ "lineHeight": "9rem",
338
+ "fontFamily": "ubuntu-sans",
339
+ "fontWeight": 400,
340
+ "fontStyle": "normal",
341
+ "spaceAfter": "1rem",
342
+ "nudgeTop": "0.22531rem",
343
+ "identifier": "h1",
344
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
345
+ "marginBottom": "0.27469rem"
346
+ },
347
+ "h2": {
348
+ "fontSize": "4rem",
349
+ "lineHeight": "5rem",
350
+ "fontFamily": "ubuntu-sans",
351
+ "fontWeight": 300,
352
+ "fontStyle": "normal",
353
+ "spaceAfter": "1rem",
354
+ "nudgeTop": "0.09313rem",
355
+ "identifier": "h2",
356
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
357
+ "marginBottom": "0.40687rem"
358
+ },
359
+ "h3": {
360
+ "fontSize": "2.5rem",
361
+ "lineHeight": "3rem",
362
+ "fontFamily": "ubuntu-sans",
363
+ "fontWeight": 500,
364
+ "fontStyle": "normal",
365
+ "spaceAfter": "1rem",
366
+ "nudgeTop": "0.1125rem",
367
+ "identifier": "h3",
368
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
369
+ "marginBottom": "0.3875rem"
370
+ },
371
+ "h4": {
372
+ "fontSize": "1.5rem",
373
+ "lineHeight": "2rem",
374
+ "fontFamily": "ubuntu-sans",
375
+ "fontWeight": 400,
376
+ "fontStyle": "normal",
377
+ "spaceAfter": "1rem",
378
+ "nudgeTop": "0.46917rem",
379
+ "identifier": "h4",
380
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
381
+ "marginBottom": "0.03083rem"
382
+ },
383
+ "h5": {
384
+ "fontSize": "1rem",
385
+ "lineHeight": "1.5rem",
386
+ "fontFamily": "ubuntu-sans",
387
+ "fontWeight": 600,
388
+ "fontStyle": "normal",
389
+ "spaceAfter": "1rem",
390
+ "nudgeTop": "0.41rem",
391
+ "identifier": "h5",
392
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
393
+ "marginBottom": "0.09rem",
394
+ "fontVariantCaps": "all-small-caps"
395
+ },
396
+ "h6": {
397
+ "fontSize": "1rem",
398
+ "lineHeight": "1.5rem",
399
+ "fontFamily": "ubuntu-sans",
400
+ "fontWeight": 400,
401
+ "fontStyle": "normal",
402
+ "spaceAfter": "1rem",
403
+ "nudgeTop": "0.41rem",
404
+ "identifier": "h6",
405
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
406
+ "marginBottom": "0.09rem"
407
+ }
408
+ },
409
+ "elements": {
410
+ "body": {
411
+ "fontSize": "1rem",
412
+ "lineHeight": "1.5rem",
413
+ "fontFamily": "ubuntu-sans",
414
+ "fontWeight": 400,
415
+ "fontStyle": "normal",
416
+ "spaceAfter": "1rem",
417
+ "nudgeTop": "0.41rem",
418
+ "identifier": "body",
419
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
420
+ "marginBottom": "0.09rem"
421
+ },
422
+ "h6": {
423
+ "fontSize": "1rem",
424
+ "lineHeight": "1.5rem",
425
+ "fontFamily": "ubuntu-sans",
426
+ "fontWeight": 400,
427
+ "fontStyle": "normal",
428
+ "spaceAfter": "1rem",
429
+ "nudgeTop": "0.41rem",
430
+ "identifier": "h6",
431
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
432
+ "marginBottom": "0.09rem"
433
+ },
434
+ "h5": {
435
+ "fontSize": "1rem",
436
+ "lineHeight": "1.5rem",
437
+ "fontFamily": "ubuntu-sans",
438
+ "fontWeight": 600,
439
+ "fontStyle": "normal",
440
+ "spaceAfter": "1rem",
441
+ "nudgeTop": "0.41rem",
442
+ "identifier": "h5",
443
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
444
+ "marginBottom": "0.09rem",
445
+ "fontVariantCaps": "all-small-caps"
446
+ },
447
+ "h4": {
448
+ "fontSize": "1.5rem",
449
+ "lineHeight": "2rem",
450
+ "fontFamily": "ubuntu-sans",
451
+ "fontWeight": 400,
452
+ "fontStyle": "normal",
453
+ "spaceAfter": "1rem",
454
+ "nudgeTop": "0.46917rem",
455
+ "identifier": "h4",
456
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
457
+ "marginBottom": "0.03083rem"
458
+ },
459
+ "h3": {
460
+ "fontSize": "2.5rem",
461
+ "lineHeight": "3rem",
462
+ "fontFamily": "ubuntu-sans",
463
+ "fontWeight": 500,
464
+ "fontStyle": "normal",
465
+ "spaceAfter": "1rem",
466
+ "nudgeTop": "0.1125rem",
467
+ "identifier": "h3",
468
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
469
+ "marginBottom": "0.3875rem"
470
+ },
471
+ "h2": {
472
+ "fontSize": "4rem",
473
+ "lineHeight": "5rem",
474
+ "fontFamily": "ubuntu-sans",
475
+ "fontWeight": 300,
476
+ "fontStyle": "normal",
477
+ "spaceAfter": "1rem",
478
+ "nudgeTop": "0.09313rem",
479
+ "identifier": "h2",
480
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
481
+ "marginBottom": "0.40687rem"
482
+ },
483
+ "h1": {
484
+ "fontSize": "8rem",
485
+ "lineHeight": "9rem",
486
+ "fontFamily": "ubuntu-sans",
487
+ "fontWeight": 400,
488
+ "fontStyle": "normal",
489
+ "spaceAfter": "1rem",
490
+ "nudgeTop": "0.22531rem",
491
+ "identifier": "h1",
492
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
493
+ "marginBottom": "0.27469rem"
494
+ }
495
+ },
496
+ "layout": {
497
+ "contentMaxWidth": "120rem",
498
+ "contentPaddingInline": "1.5rem",
499
+ "measure": "40rem",
500
+ "sectionSpace": "4rem",
501
+ "sectionSpaceShallow": "1.5rem",
502
+ "sectionSpaceDeep": "8rem",
503
+ "stripSpace": "4rem",
504
+ "gridGapInline": "1.5rem",
505
+ "gridGapBlock": "1.5rem",
506
+ "pageMargin": "1.5rem"
507
+ },
508
+ "components": {
509
+ "borderWidth": "1px",
510
+ "barThickness": "0.1875rem",
511
+ "radius": "0rem",
512
+ "controlBlockPadding": "0.5rem",
513
+ "controlCompactBlockPadding": "0.25rem",
514
+ "controlInlinePadding": "1rem",
515
+ "controlInlinePaddingAction": "1rem",
516
+ "controlInlinePaddingField": "0.5rem",
517
+ "controlVisualSize": "1rem",
518
+ "fieldGap": "0.5rem",
519
+ "panelPaddingInline": "1rem",
520
+ "panelPaddingBlock": "1rem",
521
+ "accordionIndent": "1.5rem"
522
+ }
523
+ },
524
+ "metrics": {
525
+ "baselineUnit": "0.5rem",
526
+ "fontFiles": [
527
+ {
528
+ "family": "ubuntu-sans",
529
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
530
+ "cssFamily": "Ubuntu Sans",
531
+ "fontStyle": "normal",
532
+ "fontWeight": "100 900",
533
+ "fontDisplay": "swap"
534
+ }
535
+ ],
536
+ "elements": {
537
+ "body": {
538
+ "fontSize": "1rem",
539
+ "lineHeight": "1.5rem",
540
+ "fontFamily": "ubuntu-sans",
541
+ "fontWeight": 400,
542
+ "fontStyle": "normal",
543
+ "spaceAfter": "1rem",
544
+ "nudgeTop": "0.41rem"
545
+ },
546
+ "h6": {
547
+ "fontSize": "1rem",
548
+ "lineHeight": "1.5rem",
549
+ "fontFamily": "ubuntu-sans",
550
+ "fontWeight": 400,
551
+ "fontStyle": "normal",
552
+ "spaceAfter": "1rem",
553
+ "nudgeTop": "0.41rem"
554
+ },
555
+ "h5": {
556
+ "fontSize": "1rem",
557
+ "lineHeight": "1.5rem",
558
+ "fontFamily": "ubuntu-sans",
559
+ "fontWeight": 600,
560
+ "fontStyle": "normal",
561
+ "spaceAfter": "1rem",
562
+ "nudgeTop": "0.41rem"
563
+ },
564
+ "h4": {
565
+ "fontSize": "1.5rem",
566
+ "lineHeight": "2rem",
567
+ "fontFamily": "ubuntu-sans",
568
+ "fontWeight": 400,
569
+ "fontStyle": "normal",
570
+ "spaceAfter": "1rem",
571
+ "nudgeTop": "0.46917rem"
572
+ },
573
+ "h3": {
574
+ "fontSize": "2.5rem",
575
+ "lineHeight": "3rem",
576
+ "fontFamily": "ubuntu-sans",
577
+ "fontWeight": 500,
578
+ "fontStyle": "normal",
579
+ "spaceAfter": "1rem",
580
+ "nudgeTop": "0.1125rem"
581
+ },
582
+ "h2": {
583
+ "fontSize": "4rem",
584
+ "lineHeight": "5rem",
585
+ "fontFamily": "ubuntu-sans",
586
+ "fontWeight": 300,
587
+ "fontStyle": "normal",
588
+ "spaceAfter": "1rem",
589
+ "nudgeTop": "0.09313rem"
590
+ },
591
+ "h1": {
592
+ "fontSize": "8rem",
593
+ "lineHeight": "9rem",
594
+ "fontFamily": "ubuntu-sans",
595
+ "fontWeight": 400,
596
+ "fontStyle": "normal",
597
+ "spaceAfter": "1rem",
598
+ "nudgeTop": "0.22531rem"
599
+ }
600
+ }
601
+ }
602
+ }
603
+ }
604
+ }