@ndla/ui 55.0.16-alpha.0 → 55.0.18-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/dist/panda.buildinfo.json +114 -23
  2. package/dist/styles.css +411 -81
  3. package/es/Article/Article.js +101 -162
  4. package/es/Article/ArticleByline.js +23 -23
  5. package/es/Article/ArticleFootNotes.js +8 -8
  6. package/es/Article/ArticleParagraph.js +2 -2
  7. package/es/Article/index.js +3 -5
  8. package/es/AudioPlayer/AudioPlayer.js +20 -20
  9. package/es/AudioPlayer/Controls.js +45 -45
  10. package/es/AudioPlayer/SpeechControl.js +8 -8
  11. package/es/BlogPost/BlogPost.js +6 -6
  12. package/es/Breadcrumb/Breadcrumb.js +19 -29
  13. package/es/Breadcrumb/BreadcrumbItem.js +20 -49
  14. package/es/Breadcrumb/HomeBreadcrumb.js +36 -82
  15. package/es/CampaignBlock/CampaignBlock.js +12 -12
  16. package/es/CodeBlock/CodeBlock.js +2 -2
  17. package/es/Concept/Concept.js +11 -11
  18. package/es/ContactBlock/ContactBlock.js +170 -185
  19. package/es/ContactBlock/index.js +3 -3
  20. package/es/ContentLoader/index.js +12 -12
  21. package/es/ContentPlaceholder/ContentPlaceholder.js +3 -3
  22. package/es/ContentTypeBadge/ContentTypeBadge.js +81 -80
  23. package/es/ContentTypeBadge/ContentTypeBadgeNew.js +2 -2
  24. package/es/ContentTypeHero/ContentTypeHero.js +50 -0
  25. package/es/{Logo → ContentTypeHero}/index.js +2 -3
  26. package/es/CopyParagraphButton/CopyParagraphButton.js +13 -12
  27. package/es/Embed/AudioEmbed.js +7 -7
  28. package/es/Embed/BrightcoveEmbed.js +8 -8
  29. package/es/Embed/CodeEmbed.js +6 -6
  30. package/es/Embed/ConceptEmbed.js +13 -13
  31. package/es/Embed/ConceptListEmbed.js +9 -9
  32. package/es/Embed/ContentLinkEmbed.js +6 -6
  33. package/es/Embed/CopyrightEmbed.js +3 -3
  34. package/es/Embed/EmbedErrorPlaceholder.js +5 -5
  35. package/es/Embed/ExternalEmbed.js +5 -5
  36. package/es/Embed/FootnoteEmbed.js +5 -5
  37. package/es/Embed/GlossEmbed.js +11 -11
  38. package/es/Embed/H5pEmbed.js +5 -5
  39. package/es/Embed/IframeEmbed.js +6 -6
  40. package/es/Embed/ImageEmbed.js +10 -10
  41. package/es/Embed/InlineTriggerButton.js +2 -2
  42. package/es/Embed/RelatedContentEmbed.js +5 -5
  43. package/es/Embed/UnknownEmbed.js +3 -3
  44. package/es/Embed/UuDisclaimerEmbed.js +6 -6
  45. package/es/ErrorMessage/ErrorMessage.js +14 -14
  46. package/es/ErrorMessage/ErrorResourceAccessDenied.js +6 -6
  47. package/es/FactBox/FactBox.js +5 -5
  48. package/es/FileList/File.js +3 -3
  49. package/es/FileList/FileList.js +6 -6
  50. package/es/FileList/Format.js +6 -6
  51. package/es/FileList/PdfFile.js +5 -5
  52. package/es/FrontpageArticle/FrontpageArticle.js +6 -6
  53. package/es/Gloss/Gloss.js +23 -23
  54. package/es/Gloss/GlossExample.js +9 -9
  55. package/es/Grid/Grid.js +4 -4
  56. package/es/KeyFigure/KeyFigure.js +5 -5
  57. package/es/Layout/LayoutItem.js +25 -37
  58. package/es/Layout/OneColumn.js +33 -31
  59. package/es/Layout/PageContainer.js +21 -30
  60. package/es/LicenseByline/EmbedByline.js +21 -21
  61. package/es/LicenseByline/LicenseLink.js +3 -3
  62. package/es/LinkBlock/LinkBlock.js +8 -8
  63. package/es/LinkBlock/LinkBlockSection.js +4 -4
  64. package/es/Messages/MessageBox.js +11 -11
  65. package/es/Messages/index.js +1 -2
  66. package/es/ProgrammeCard/ProgrammeCard.js +5 -5
  67. package/es/RelatedArticleList/RelatedArticleList.js +15 -15
  68. package/es/ResourceBox/ResourceBox.js +9 -9
  69. package/es/SnackBar/DefaultSnackbar.js +5 -5
  70. package/es/SnackBar/SnackbarProvider.js +7 -7
  71. package/es/TagSelector/TagSelector.js +17 -17
  72. package/es/TreeStructure/AddFolderButton.js +4 -4
  73. package/es/TreeStructure/ComboboxButton.js +7 -7
  74. package/es/TreeStructure/FolderItem.js +13 -13
  75. package/es/TreeStructure/FolderItems.js +6 -6
  76. package/es/TreeStructure/TreeStructure.js +9 -9
  77. package/es/ZendeskButton/ZendeskButton.js +2 -2
  78. package/es/i18n/index.js +1 -1
  79. package/es/index.js +5 -11
  80. package/es/locale/messages-en.js +1 -1
  81. package/es/locale/messages-nb.js +1 -1
  82. package/es/locale/messages-nn.js +1 -1
  83. package/es/locale/messages-se.js +1 -1
  84. package/es/locale/messages-sma.js +1 -1
  85. package/es/styles.css +411 -81
  86. package/lib/Article/Article.d.ts +9 -30
  87. package/lib/Article/Article.js +104 -164
  88. package/lib/Article/ArticleByline.js +23 -23
  89. package/lib/Article/ArticleFootNotes.js +8 -8
  90. package/lib/Article/ArticleParagraph.js +2 -2
  91. package/lib/Article/index.d.ts +2 -5
  92. package/lib/Article/index.js +18 -24
  93. package/lib/AudioPlayer/AudioPlayer.js +20 -20
  94. package/lib/AudioPlayer/Controls.js +45 -45
  95. package/lib/AudioPlayer/SpeechControl.js +8 -8
  96. package/lib/BlogPost/BlogPost.js +6 -6
  97. package/lib/Breadcrumb/Breadcrumb.js +21 -29
  98. package/lib/Breadcrumb/BreadcrumbItem.js +22 -50
  99. package/lib/Breadcrumb/HomeBreadcrumb.d.ts +1 -2
  100. package/lib/Breadcrumb/HomeBreadcrumb.js +38 -82
  101. package/lib/CampaignBlock/CampaignBlock.js +12 -12
  102. package/lib/CodeBlock/CodeBlock.js +2 -2
  103. package/lib/Concept/Concept.js +11 -11
  104. package/lib/ContactBlock/ContactBlock.d.ts +6 -7
  105. package/lib/ContactBlock/ContactBlock.js +173 -184
  106. package/lib/ContactBlock/index.d.ts +3 -3
  107. package/lib/ContactBlock/index.js +13 -11
  108. package/lib/ContentLoader/index.js +12 -12
  109. package/lib/ContentPlaceholder/ContentPlaceholder.js +3 -3
  110. package/lib/ContentTypeBadge/ContentTypeBadge.d.ts +11 -12
  111. package/lib/ContentTypeBadge/ContentTypeBadge.js +83 -80
  112. package/lib/ContentTypeBadge/ContentTypeBadgeNew.js +2 -2
  113. package/lib/ContentTypeHero/ContentTypeHero.d.ts +15 -0
  114. package/lib/ContentTypeHero/ContentTypeHero.js +57 -0
  115. package/lib/ContentTypeHero/index.d.ts +9 -0
  116. package/lib/ContentTypeHero/index.js +12 -0
  117. package/lib/CopyParagraphButton/CopyParagraphButton.js +13 -12
  118. package/lib/Embed/AudioEmbed.js +7 -7
  119. package/lib/Embed/BrightcoveEmbed.js +8 -8
  120. package/lib/Embed/CodeEmbed.js +6 -6
  121. package/lib/Embed/ConceptEmbed.js +13 -13
  122. package/lib/Embed/ConceptListEmbed.js +9 -9
  123. package/lib/Embed/ContentLinkEmbed.js +6 -6
  124. package/lib/Embed/CopyrightEmbed.js +3 -3
  125. package/lib/Embed/EmbedErrorPlaceholder.js +5 -5
  126. package/lib/Embed/ExternalEmbed.js +5 -5
  127. package/lib/Embed/FootnoteEmbed.js +5 -5
  128. package/lib/Embed/GlossEmbed.js +11 -11
  129. package/lib/Embed/H5pEmbed.js +5 -5
  130. package/lib/Embed/IframeEmbed.js +6 -6
  131. package/lib/Embed/ImageEmbed.js +10 -10
  132. package/lib/Embed/InlineTriggerButton.js +2 -2
  133. package/lib/Embed/RelatedContentEmbed.js +5 -5
  134. package/lib/Embed/UnknownEmbed.js +3 -3
  135. package/lib/Embed/UuDisclaimerEmbed.js +6 -6
  136. package/lib/ErrorMessage/ErrorMessage.js +14 -14
  137. package/lib/ErrorMessage/ErrorResourceAccessDenied.js +6 -6
  138. package/lib/FactBox/FactBox.js +5 -5
  139. package/lib/FileList/File.js +3 -3
  140. package/lib/FileList/FileList.js +6 -6
  141. package/lib/FileList/Format.js +6 -6
  142. package/lib/FileList/PdfFile.js +5 -5
  143. package/lib/FrontpageArticle/FrontpageArticle.js +6 -6
  144. package/lib/Gloss/Gloss.js +23 -23
  145. package/lib/Gloss/GlossExample.js +9 -9
  146. package/lib/Grid/Grid.js +4 -4
  147. package/lib/KeyFigure/KeyFigure.js +5 -5
  148. package/lib/Layout/LayoutItem.d.ts +3 -7
  149. package/lib/Layout/LayoutItem.js +27 -38
  150. package/lib/Layout/OneColumn.d.ts +3 -6
  151. package/lib/Layout/OneColumn.js +36 -33
  152. package/lib/Layout/PageContainer.d.ts +3 -6
  153. package/lib/Layout/PageContainer.js +24 -32
  154. package/lib/LicenseByline/EmbedByline.js +21 -21
  155. package/lib/LicenseByline/LicenseLink.js +3 -3
  156. package/lib/LinkBlock/LinkBlock.js +8 -8
  157. package/lib/LinkBlock/LinkBlockSection.js +4 -4
  158. package/lib/Messages/MessageBox.js +11 -11
  159. package/lib/Messages/index.d.ts +1 -2
  160. package/lib/Messages/index.js +0 -7
  161. package/lib/ProgrammeCard/ProgrammeCard.js +5 -5
  162. package/lib/RelatedArticleList/RelatedArticleList.js +15 -15
  163. package/lib/ResourceBox/ResourceBox.js +9 -9
  164. package/lib/SnackBar/DefaultSnackbar.js +5 -5
  165. package/lib/SnackBar/SnackbarProvider.js +7 -7
  166. package/lib/TagSelector/TagSelector.js +17 -17
  167. package/lib/TreeStructure/AddFolderButton.js +4 -4
  168. package/lib/TreeStructure/ComboboxButton.js +7 -7
  169. package/lib/TreeStructure/FolderItem.js +13 -13
  170. package/lib/TreeStructure/FolderItems.js +6 -6
  171. package/lib/TreeStructure/TreeStructure.js +9 -9
  172. package/lib/ZendeskButton/ZendeskButton.js +2 -2
  173. package/lib/i18n/index.d.ts +1 -1
  174. package/lib/i18n/index.js +6 -0
  175. package/lib/index.d.ts +8 -14
  176. package/lib/index.js +30 -132
  177. package/lib/locale/messages-en.js +1 -1
  178. package/lib/locale/messages-nb.js +1 -1
  179. package/lib/locale/messages-nn.js +1 -1
  180. package/lib/locale/messages-se.js +1 -1
  181. package/lib/locale/messages-sma.js +1 -1
  182. package/lib/styles.css +411 -81
  183. package/package.json +10 -12
  184. package/src/Article/Article.tsx +101 -229
  185. package/src/Article/index.ts +3 -7
  186. package/src/Breadcrumb/Breadcrumb.tsx +20 -18
  187. package/src/Breadcrumb/BreadcrumbItem.tsx +36 -59
  188. package/src/Breadcrumb/HomeBreadcrumb.stories.tsx +0 -12
  189. package/src/Breadcrumb/HomeBreadcrumb.tsx +33 -46
  190. package/src/ContactBlock/{Contactblock.stories.tsx → ContactBlock.stories.tsx} +3 -4
  191. package/src/ContactBlock/ContactBlock.tsx +165 -199
  192. package/src/ContactBlock/index.ts +3 -3
  193. package/src/ContentTypeBadge/ContentTypeBadge.tsx +77 -77
  194. package/src/ContentTypeHero/ContentTypeHero.stories.tsx +76 -0
  195. package/src/ContentTypeHero/ContentTypeHero.tsx +55 -0
  196. package/src/ContentTypeHero/index.ts +10 -0
  197. package/src/CopyParagraphButton/CopyParagraphButton.tsx +10 -3
  198. package/src/Embed/AudioEmbed.stories.tsx +6 -8
  199. package/src/Embed/BrightcoveEmbed.stories.tsx +6 -8
  200. package/src/Embed/ConceptEmbed.stories.tsx +6 -8
  201. package/src/Embed/ExternalEmbed.stories.tsx +5 -5
  202. package/src/Embed/H5pEmbed.stories.tsx +6 -8
  203. package/src/Embed/IframeEmbed.stories.tsx +6 -8
  204. package/src/Embed/ImageEmbed.stories.tsx +6 -8
  205. package/src/Embed/RelatedContentEmbed.stories.tsx +6 -8
  206. package/src/Embed/UuDisclaimerEmbed.stories.tsx +6 -8
  207. package/src/Layout/LayoutItem.tsx +25 -41
  208. package/src/Layout/OneColumn.tsx +33 -33
  209. package/src/Layout/PageContainer.tsx +22 -24
  210. package/src/Messages/index.ts +1 -2
  211. package/src/i18n/index.ts +1 -0
  212. package/src/index.ts +11 -33
  213. package/src/locale/messages-en.ts +1 -1
  214. package/src/locale/messages-nb.ts +1 -1
  215. package/src/locale/messages-nn.ts +1 -1
  216. package/src/locale/messages-se.ts +1 -1
  217. package/src/locale/messages-sma.ts +1 -1
  218. package/es/Article/ArticleHeaderWrapper.js +0 -33
  219. package/es/Hero/Hero.js +0 -68
  220. package/es/Hero/HeroContent.js +0 -16
  221. package/es/Hero/index.js +0 -10
  222. package/es/LanguageSelector/LanguageSelector.js +0 -87
  223. package/es/LanguageSelector/index.js +0 -10
  224. package/es/Logo/Logo.js +0 -52
  225. package/es/Logo/SvgLogo.js +0 -54
  226. package/es/Messages/MessageBanner.js +0 -72
  227. package/es/Search/ActiveFilterContent.js +0 -40
  228. package/es/Search/ActiveFilters.js +0 -112
  229. package/es/Search/ContentTypeResult.js +0 -151
  230. package/es/Search/ContentTypeResultStyles.js +0 -51
  231. package/es/Search/IsPathToHighlight.js +0 -12
  232. package/es/Search/LoadingWrapper.js +0 -31
  233. package/es/Search/SearchField.js +0 -110
  234. package/es/Search/SearchFieldForm.js +0 -33
  235. package/es/Search/SearchResult.js +0 -185
  236. package/es/Search/SearchResultSleeve.js +0 -229
  237. package/es/Search/index.js +0 -12
  238. package/lib/Article/ArticleHeaderWrapper.d.ts +0 -14
  239. package/lib/Article/ArticleHeaderWrapper.js +0 -40
  240. package/lib/Hero/Hero.d.ts +0 -25
  241. package/lib/Hero/Hero.js +0 -83
  242. package/lib/Hero/HeroContent.d.ts +0 -12
  243. package/lib/Hero/HeroContent.js +0 -23
  244. package/lib/Hero/index.d.ts +0 -10
  245. package/lib/Hero/index.js +0 -61
  246. package/lib/LanguageSelector/LanguageSelector.d.ts +0 -15
  247. package/lib/LanguageSelector/LanguageSelector.js +0 -92
  248. package/lib/LanguageSelector/index.d.ts +0 -9
  249. package/lib/LanguageSelector/index.js +0 -13
  250. package/lib/Logo/Logo.d.ts +0 -20
  251. package/lib/Logo/Logo.js +0 -58
  252. package/lib/Logo/SvgLogo.d.ts +0 -14
  253. package/lib/Logo/SvgLogo.js +0 -62
  254. package/lib/Logo/index.d.ts +0 -9
  255. package/lib/Logo/index.js +0 -16
  256. package/lib/Messages/MessageBanner.d.ts +0 -16
  257. package/lib/Messages/MessageBanner.js +0 -77
  258. package/lib/Search/ActiveFilterContent.d.ts +0 -23
  259. package/lib/Search/ActiveFilterContent.js +0 -47
  260. package/lib/Search/ActiveFilters.d.ts +0 -19
  261. package/lib/Search/ActiveFilters.js +0 -119
  262. package/lib/Search/ContentTypeResult.d.ts +0 -29
  263. package/lib/Search/ContentTypeResult.js +0 -159
  264. package/lib/Search/ContentTypeResultStyles.d.ts +0 -45
  265. package/lib/Search/ContentTypeResultStyles.js +0 -58
  266. package/lib/Search/IsPathToHighlight.d.ts +0 -8
  267. package/lib/Search/IsPathToHighlight.js +0 -19
  268. package/lib/Search/LoadingWrapper.d.ts +0 -12
  269. package/lib/Search/LoadingWrapper.js +0 -38
  270. package/lib/Search/SearchField.d.ts +0 -25
  271. package/lib/Search/SearchField.js +0 -117
  272. package/lib/Search/SearchFieldForm.d.ts +0 -15
  273. package/lib/Search/SearchFieldForm.js +0 -41
  274. package/lib/Search/SearchResult.d.ts +0 -43
  275. package/lib/Search/SearchResult.js +0 -194
  276. package/lib/Search/SearchResultSleeve.d.ts +0 -25
  277. package/lib/Search/SearchResultSleeve.js +0 -237
  278. package/lib/Search/index.d.ts +0 -11
  279. package/lib/Search/index.js +0 -33
  280. package/src/Article/ArticleHeaderWrapper.tsx +0 -38
  281. package/src/Hero/Hero.stories.tsx +0 -35
  282. package/src/Hero/Hero.tsx +0 -129
  283. package/src/Hero/HeroContent.tsx +0 -43
  284. package/src/Hero/index.ts +0 -21
  285. package/src/LanguageSelector/LanguageSelector.stories.tsx +0 -44
  286. package/src/LanguageSelector/LanguageSelector.tsx +0 -101
  287. package/src/LanguageSelector/index.ts +0 -11
  288. package/src/Logo/Logo.stories.tsx +0 -47
  289. package/src/Logo/Logo.tsx +0 -47
  290. package/src/Logo/SvgLogo.tsx +0 -48
  291. package/src/Logo/index.ts +0 -11
  292. package/src/Messages/MessageBanner.stories.tsx +0 -31
  293. package/src/Messages/MessageBanner.tsx +0 -67
  294. package/src/Search/ActiveFilterContent.tsx +0 -64
  295. package/src/Search/ActiveFilters.tsx +0 -145
  296. package/src/Search/ContentTypeResult.tsx +0 -190
  297. package/src/Search/ContentTypeResultStyles.tsx +0 -172
  298. package/src/Search/IsPathToHighlight.ts +0 -12
  299. package/src/Search/LoadingWrapper.tsx +0 -44
  300. package/src/Search/SearchField.tsx +0 -175
  301. package/src/Search/SearchFieldForm.tsx +0 -64
  302. package/src/Search/SearchResult.tsx +0 -368
  303. package/src/Search/SearchResultSleeve.tsx +0 -367
  304. package/src/Search/__tests__/Highlight-test.ts +0 -66
  305. package/src/Search/index.ts +0 -14
package/dist/styles.css CHANGED
@@ -61,46 +61,74 @@
61
61
  }
62
62
  }
63
63
 
64
- .mbs_medium {
65
- margin-block-start: var(--spacing-medium);
66
- }
67
-
68
- .pbs_xsmall {
69
- padding-block-start: var(--spacing-xsmall);
70
- }
71
-
72
- .bd-t_1px_solid {
73
- border-top: 1px solid;
64
+ .w_100\% {
65
+ width: 100%;
74
66
  }
75
67
 
76
68
  .d_flex {
77
69
  display: flex;
78
70
  }
79
71
 
80
- .gap_3xsmall {
81
- gap: var(--spacing-3xsmall);
72
+ .c_text\.default {
73
+ color: var(--colors-text-default);
82
74
  }
83
75
 
84
- .w_100\% {
85
- width: 100%;
76
+ .gap_xxlarge {
77
+ gap: var(--spacing-xxlarge);
78
+ }
79
+
80
+ .bg_surface\.default {
81
+ background: var(--colors-surface-default);
86
82
  }
87
83
 
88
84
  .py_xsmall {
89
85
  padding-block: var(--spacing-xsmall);
90
86
  }
91
87
 
88
+ .px_8\% {
89
+ padding-inline: 8%;
90
+ }
91
+
92
+ .ov-wrap_break-word {
93
+ overflow-wrap: break-word;
94
+ }
95
+
96
+ .pos_relative {
97
+ position: relative;
98
+ }
99
+
92
100
  .gap_xsmall {
93
101
  gap: var(--spacing-xsmall);
94
102
  }
95
103
 
96
- .pbs_xxlarge {
97
- padding-block-start: var(--spacing-xxlarge);
104
+ .pos_absolute {
105
+ position: absolute;
98
106
  }
99
107
 
100
108
  .gap_medium {
101
109
  gap: var(--spacing-medium);
102
110
  }
103
111
 
112
+ .mbs_medium {
113
+ margin-block-start: var(--spacing-medium);
114
+ }
115
+
116
+ .pbs_xsmall {
117
+ padding-block-start: var(--spacing-xsmall);
118
+ }
119
+
120
+ .bd-t_1px_solid {
121
+ border-top: 1px solid;
122
+ }
123
+
124
+ .gap_3xsmall {
125
+ gap: var(--spacing-3xsmall);
126
+ }
127
+
128
+ .pbs_xxlarge {
129
+ padding-block-start: var(--spacing-xxlarge);
130
+ }
131
+
104
132
  .li-s_none {
105
133
  list-style: none;
106
134
  }
@@ -238,10 +266,6 @@
238
266
  border-width: 0;
239
267
  }
240
268
 
241
- .c_text\.default {
242
- color: var(--colors-text-default);
243
- }
244
-
245
269
  .h_100\% {
246
270
  height: 100%;
247
271
  }
@@ -274,32 +298,32 @@
274
298
  width: fit-content;
275
299
  }
276
300
 
277
- .pos_relative {
278
- position: relative;
279
- }
280
-
281
301
  .max-w_8xl {
282
302
  max-width: 8xl;
283
303
  }
284
304
 
285
- .max-w_surface\.xsmall {
286
- max-width: var(--sizes-surface-xsmall);
305
+ .c_inherit {
306
+ color: inherit;
287
307
  }
288
308
 
289
- .gap_xxsmall {
290
- gap: var(--spacing-xxsmall);
309
+ .gap_4xsmall {
310
+ gap: var(--spacing-4xsmall);
291
311
  }
292
312
 
293
313
  .td_underline {
294
314
  text-decoration: underline;
295
315
  }
296
316
 
297
- .h_215px {
298
- height: 215px;
317
+ .max-w_surface\.xsmall {
318
+ max-width: var(--sizes-surface-xsmall);
299
319
  }
300
320
 
301
- .c_inherit {
302
- color: inherit;
321
+ .gap_xxsmall {
322
+ gap: var(--spacing-xxsmall);
323
+ }
324
+
325
+ .h_215px {
326
+ height: 215px;
303
327
  }
304
328
 
305
329
  .bd-l_4px_solid {
@@ -322,6 +346,70 @@
322
346
  display: inline;
323
347
  }
324
348
 
349
+ .max-w_744px {
350
+ max-width: 744px;
351
+ }
352
+
353
+ .min-w_surface\.xxsmall {
354
+ min-width: var(--sizes-surface-xxsmall);
355
+ }
356
+
357
+ .p_medium {
358
+ padding: var(--spacing-medium);
359
+ }
360
+
361
+ .z_base {
362
+ z-index: var(--z-index-base);
363
+ }
364
+
365
+ .w_surface\.xsmall {
366
+ width: var(--sizes-surface-xsmall);
367
+ }
368
+
369
+ .h_surface\.xsmall {
370
+ height: var(--sizes-surface-xsmall);
371
+ }
372
+
373
+ .d_inline-flex {
374
+ display: inline-flex;
375
+ }
376
+
377
+ .bdr_100\% {
378
+ border-radius: 100%;
379
+ }
380
+
381
+ .c_var\(--icon-color\) {
382
+ color: var(--icon-color);
383
+ }
384
+
385
+ .w_20px {
386
+ width: 20px;
387
+ }
388
+
389
+ .h_20px {
390
+ height: 20px;
391
+ }
392
+
393
+ .w_34px {
394
+ width: 34px;
395
+ }
396
+
397
+ .h_34px {
398
+ height: 34px;
399
+ }
400
+
401
+ .w_50px {
402
+ width: 50px;
403
+ }
404
+
405
+ .h_50px {
406
+ height: 50px;
407
+ }
408
+
409
+ .bd_2px_solid {
410
+ border: 2px solid;
411
+ }
412
+
325
413
  .ms_xsmall {
326
414
  margin-inline-start: var(--spacing-xsmall);
327
415
  }
@@ -338,10 +426,6 @@
338
426
  color: var(--colors-text-error);
339
427
  }
340
428
 
341
- .h_surface\.xsmall {
342
- height: var(--sizes-surface-xsmall);
343
- }
344
-
345
429
  .bd-b_0 {
346
430
  border-bottom: 0;
347
431
  }
@@ -350,14 +434,6 @@
350
434
  cursor: pointer;
351
435
  }
352
436
 
353
- .pos_absolute {
354
- position: absolute;
355
- }
356
-
357
- .z_base {
358
- z-index: var(--z-index-base);
359
- }
360
-
361
437
  .bg_background\.default\/20 {
362
438
  --mix-background: color-mix(in srgb, var(--colors-background-default) 20%, transparent);
363
439
  background: var(--mix-background, var(--colors-background-default));
@@ -375,10 +451,6 @@
375
451
  height: var(--sizes-medium);
376
452
  }
377
453
 
378
- .bd_2px_solid {
379
- border: 2px solid;
380
- }
381
-
382
454
  .c_background\.default {
383
455
  color: var(--colors-background-default);
384
456
  }
@@ -411,10 +483,6 @@
411
483
  margin-block: var(--spacing-xxlarge);
412
484
  }
413
485
 
414
- .p_medium {
415
- padding: var(--spacing-medium);
416
- }
417
-
418
486
  .max-h_surface\.xxsmall {
419
487
  max-height: var(--sizes-surface-xxsmall);
420
488
  }
@@ -435,16 +503,28 @@
435
503
  padding-block: var(--spacing-small);
436
504
  }
437
505
 
438
- .bg_surface\.default {
439
- background: var(--colors-surface-default);
506
+ .pos_relative\! {
507
+ position: relative !important;
440
508
  }
441
509
 
442
- .bg_surface\.dangerSubtle {
443
- background: var(--colors-surface-danger-subtle);
510
+ .w_83\.333\% {
511
+ width: 83.333%;
444
512
  }
445
513
 
446
- .d_inline-flex {
447
- display: inline-flex;
514
+ .max-w_1150px {
515
+ max-width: 1150px;
516
+ }
517
+
518
+ .max-w_1024px {
519
+ max-width: 1024px;
520
+ }
521
+
522
+ .min-h_100vh {
523
+ min-height: 100vh;
524
+ }
525
+
526
+ .bg_surface\.dangerSubtle {
527
+ background: var(--colors-surface-danger-subtle);
448
528
  }
449
529
 
450
530
  .white-space_pre-wrap {
@@ -475,6 +555,26 @@
475
555
  aspect-ratio: 1/1;
476
556
  }
477
557
 
558
+ .flex-d_column {
559
+ flex-direction: column;
560
+ }
561
+
562
+ .ai_center {
563
+ align-items: center;
564
+ }
565
+
566
+ .ai_flex-start {
567
+ align-items: flex-start;
568
+ }
569
+
570
+ .right_8\% {
571
+ right: 8%;
572
+ }
573
+
574
+ .top_xsmall {
575
+ top: var(--spacing-xsmall);
576
+ }
577
+
478
578
  .bd-c_stroke\.subtle {
479
579
  border-color: var(--colors-stroke-subtle);
480
580
  }
@@ -487,22 +587,10 @@
487
587
  justify-content: space-between;
488
588
  }
489
589
 
490
- .ai_center {
491
- align-items: center;
492
- }
493
-
494
- .flex-d_column {
495
- flex-direction: column;
496
- }
497
-
498
590
  .bd-c_stroke\.default {
499
591
  border-color: var(--colors-stroke-default);
500
592
  }
501
593
 
502
- .ai_flex-start {
503
- align-items: flex-start;
504
- }
505
-
506
594
  .as_flex-start {
507
595
  align-self: flex-start;
508
596
  }
@@ -530,6 +618,14 @@
530
618
  transition-timing-function: var(--easings-default);
531
619
  }
532
620
 
621
+ .flex-wrap_wrap {
622
+ flex-wrap: wrap;
623
+ }
624
+
625
+ .ai_flex-end {
626
+ align-items: flex-end;
627
+ }
628
+
533
629
  .as_center {
534
630
  align-self: center;
535
631
  }
@@ -546,6 +642,22 @@
546
642
  font-family: var(--fonts-code);
547
643
  }
548
644
 
645
+ .jc_flex-start {
646
+ justify-content: flex-start;
647
+ }
648
+
649
+ .ff_serif {
650
+ font-family: var(--fonts-serif);
651
+ }
652
+
653
+ .bd-c_var\(--icon-color\) {
654
+ border-color: var(--icon-color);
655
+ }
656
+
657
+ .bg-c_var\(--background-color\) {
658
+ background-color: var(--background-color);
659
+ }
660
+
549
661
  .fw_bold {
550
662
  font-weight: var(--font-weights-bold);
551
663
  }
@@ -589,10 +701,6 @@
589
701
  transition-timing-function: ease-out;
590
702
  }
591
703
 
592
- .top_xsmall {
593
- top: var(--spacing-xsmall);
594
- }
595
-
596
704
  .right_xsmall {
597
705
  right: var(--spacing-xsmall);
598
706
  }
@@ -648,6 +756,30 @@
648
756
  font-style: italic;
649
757
  }
650
758
 
759
+ .right_auto\! {
760
+ right: auto !important;
761
+ }
762
+
763
+ .left_8\.333\% {
764
+ left: 8.333%;
765
+ }
766
+
767
+ .ml_auto {
768
+ margin-left: auto;
769
+ }
770
+
771
+ .mr_auto {
772
+ margin-right: auto;
773
+ }
774
+
775
+ .pl_18px {
776
+ padding-left: 18px;
777
+ }
778
+
779
+ .pr_18px {
780
+ padding-right: 18px;
781
+ }
782
+
651
783
  .bd-c_stroke\.error {
652
784
  border-color: var(--colors-stroke-error);
653
785
  }
@@ -656,6 +788,22 @@
656
788
  grid-template-columns: repeat(2, 1fr);
657
789
  }
658
790
 
791
+ .\[\&_mjx-stretchy-v_\>_mjx-ext_\>_mjx-c\]\:trf_scaleY\(100\)_translateY\(0\.075em\) mjx-stretchy-v > mjx-ext > mjx-c {
792
+ transform: scaleY(100) translateY(0.075em);
793
+ }
794
+
795
+ .after\:d_table::after {
796
+ display: table;
797
+ }
798
+
799
+ .after\:clear_both::after {
800
+ clear: both;
801
+ }
802
+
803
+ .\[\&_h1\]\:ov-wrap_anywhere h1 {
804
+ overflow-wrap: anywhere;
805
+ }
806
+
659
807
  .\[\&\[data-align\=\"center\"\]\]\:ta_center[data-align="center"] {
660
808
  text-align: center;
661
809
  }
@@ -772,6 +920,42 @@
772
920
  display: inline;
773
921
  }
774
922
 
923
+ .before\:pos_absolute::before {
924
+ position: absolute;
925
+ }
926
+
927
+ .before\:h_calc\(100\%_\+_50px\)::before {
928
+ height: calc(100% + 50px);
929
+ }
930
+
931
+ .before\:w_surface\.3xlarge::before {
932
+ width: var(--sizes-surface-3xlarge);
933
+ }
934
+
935
+ .before\:trf_rotate\(-4deg\)::before {
936
+ transform: rotate(-4deg);
937
+ }
938
+
939
+ .before\:z_hide::before {
940
+ z-index: var(--z-index-hide);
941
+ }
942
+
943
+ .\[\&_svg\]\:w_10px svg {
944
+ width: 10px;
945
+ }
946
+
947
+ .\[\&_svg\]\:h_10px svg {
948
+ height: 10px;
949
+ }
950
+
951
+ .\[\&_svg\]\:w_25px svg {
952
+ width: 25px;
953
+ }
954
+
955
+ .\[\&_svg\]\:h_25px svg {
956
+ height: 25px;
957
+ }
958
+
775
959
  .\[\&_\>_\*\:not\(\:where\(\:first-child\)\)\]\:mbs_xsmall > *:not(:where(:first-child)) {
776
960
  margin-block-start: var(--spacing-xsmall);
777
961
  }
@@ -871,12 +1055,16 @@
871
1055
  background: var(--colors-surface-brand-1-subtle);
872
1056
  }
873
1057
 
874
- .\[\&_h3\]\:td_underline h3 {
875
- text-decoration: underline;
1058
+ .after\:d_block\!::after {
1059
+ display: block !important;
876
1060
  }
877
1061
 
878
- .before\:pos_absolute::before {
879
- position: absolute;
1062
+ .after\:clear_both\!::after {
1063
+ clear: both !important;
1064
+ }
1065
+
1066
+ .\[\&_h3\]\:td_underline h3 {
1067
+ text-decoration: underline;
880
1068
  }
881
1069
 
882
1070
  .before\:inset_0::before {
@@ -887,6 +1075,10 @@
887
1075
  z-index: 0;
888
1076
  }
889
1077
 
1078
+ .after\:content_0::after {
1079
+ content: 0;
1080
+ }
1081
+
890
1082
  .\[\&_\.linenumber\]\:bd-c_stroke\.subtle .linenumber {
891
1083
  border-color: var(--colors-stroke-subtle);
892
1084
  }
@@ -903,6 +1095,38 @@
903
1095
  font-style: italic;
904
1096
  }
905
1097
 
1098
+ .before\:content_\"\"::before {
1099
+ content: "";
1100
+ }
1101
+
1102
+ .before\:top_-60px::before {
1103
+ top: -60px;
1104
+ }
1105
+
1106
+ .before\:left_-50px::before {
1107
+ left: -50px;
1108
+ }
1109
+
1110
+ .before\:right_0::before {
1111
+ right: 0;
1112
+ }
1113
+
1114
+ .before\:bottom_0::before {
1115
+ bottom: 0;
1116
+ }
1117
+
1118
+ .before\:bg-c_surface\.brand\.3::before {
1119
+ background-color: var(--colors-surface-brand-3);
1120
+ }
1121
+
1122
+ .before\:bg-c_surface\.brand\.3\.moderate::before {
1123
+ background-color: var(--colors-surface-brand-3-moderate);
1124
+ }
1125
+
1126
+ .before\:bg-c_surface\.brand\.3\.subtle::before {
1127
+ background-color: var(--colors-surface-brand-3-subtle);
1128
+ }
1129
+
906
1130
  .\[\&_svg\]\:trs-prop_transform svg {
907
1131
  --transition-prop: transform;
908
1132
  transition-property: transform;
@@ -955,6 +1179,10 @@
955
1179
  border-color: var(--colors-stroke-default);
956
1180
  }
957
1181
 
1182
+ .after\:content_\"\"\!::after {
1183
+ content: "" !important;
1184
+ }
1185
+
958
1186
  .\[\&_\[data-forward\]\]\:trs-prop_width\,_height [data-forward] {
959
1187
  --transition-prop: width, height;
960
1188
  transition-property: width, height;
@@ -970,11 +1198,11 @@
970
1198
  transition-duration: var(--durations-fast);
971
1199
  }
972
1200
 
973
- .before\:content_\"\"::before {
974
- content: "";
1201
+ .focusWithin\:td_none:focus-within {
1202
+ text-decoration: none;
975
1203
  }
976
1204
 
977
- .focusWithin\:td_none:focus-within {
1205
+ .focusVisible\:td_none:is(:focus-visible, [data-focus-visible]) {
978
1206
  text-decoration: none;
979
1207
  }
980
1208
 
@@ -1097,24 +1325,69 @@
1097
1325
  }
1098
1326
  .mobileWide\:d_none {
1099
1327
  display: none;
1328
+ }
1329
+ .mobileWide\:pl_medium {
1330
+ padding-left: var(--spacing-medium);
1331
+ }
1332
+ .mobileWide\:pr_medium {
1333
+ padding-right: var(--spacing-medium);
1100
1334
  }
1101
1335
  }
1102
1336
 
1103
1337
  @media screen and (min-width: 37.5625rem) {
1338
+ .tablet\:py_medium {
1339
+ padding-block: var(--spacing-medium);
1340
+ }
1104
1341
  .tablet\:px_medium {
1105
1342
  padding-inline: var(--spacing-medium);
1343
+ }
1344
+ .tablet\:h_26px {
1345
+ height: 26px;
1346
+ }
1347
+ .tablet\:w_26px {
1348
+ width: 26px;
1349
+ }
1350
+ .tablet\:pos_relative\! {
1351
+ position: relative !important;
1352
+ }
1353
+ .tablet\:w_83\.333\% {
1354
+ width: 83.333%;
1355
+ }
1356
+ .tablet\:top_medium {
1357
+ top: var(--spacing-medium);
1358
+ }
1359
+ .tablet\:ai_unset {
1360
+ align-items: unset;
1361
+ }
1362
+ .tablet\:flex-d_row {
1363
+ flex-direction: row;
1106
1364
  }
1107
1365
  .tablet\:mt_xxlarge {
1108
1366
  margin-top: var(--spacing-xxlarge);
1109
1367
  }
1110
1368
  .tablet\:mb_xxlarge {
1111
1369
  margin-bottom: var(--spacing-xxlarge);
1370
+ }
1371
+ .tablet\:right_auto\! {
1372
+ right: auto !important;
1373
+ }
1374
+ .tablet\:left_8\.333\% {
1375
+ left: 8.333%;
1376
+ }
1377
+ .tablet\:bg-c_\#f8f8f8 {
1378
+ background-color: #f8f8f8;
1112
1379
  }
1113
1380
  .\[\&\[data-has-image\=\'true\'\]\]\:tablet\:py_xsmall[data-has-image='true'] {
1114
1381
  padding-block: var(--spacing-xsmall);
1115
1382
  }
1116
1383
  .\[\&\[data-has-image\=\'true\'\]\]\:tablet\:px_medium[data-has-image='true'] {
1117
1384
  padding-inline: var(--spacing-medium);
1385
+ }
1386
+ .\[\&_svg\]\:tablet\:w_12px svg {
1387
+ width: 12px;
1388
+ }
1389
+ .\[\&_svg\]\:tablet\:h_12px svg {
1390
+ height: 12px;
1118
1391
  }
1119
1392
  }
1120
1393
 
@@ -1140,6 +1413,9 @@
1140
1413
  }
1141
1414
 
1142
1415
  @media screen and (min-width: 61.3125rem) {
1416
+ .desktop\:py_xxlarge {
1417
+ padding-block: var(--spacing-xxlarge);
1418
+ }
1143
1419
  .desktop\:w_260px {
1144
1420
  width: 260px;
1145
1421
  }
@@ -1148,6 +1424,9 @@
1148
1424
  }
1149
1425
  .desktop\:h_340px {
1150
1426
  height: 340px;
1427
+ }
1428
+ .desktop\:top_xxlarge {
1429
+ top: var(--spacing-xxlarge);
1151
1430
  }
1152
1431
  }
1153
1432
 
@@ -1188,6 +1467,12 @@
1188
1467
  }
1189
1468
 
1190
1469
  @media screen and (max-width: 37.56rem) {
1470
+ .tabletDown\:d_block {
1471
+ display: block;
1472
+ }
1473
+ .tabletDown\:d_none {
1474
+ display: none;
1475
+ }
1191
1476
  .tabletDown\:gap_0 {
1192
1477
  gap: 0;
1193
1478
  }
@@ -1208,6 +1493,39 @@
1208
1493
  }
1209
1494
  .tabletDown\:flex-d_column {
1210
1495
  flex-direction: column;
1496
+ }
1497
+ .tabletDown\:before\:d_none::before {
1498
+ display: none;
1499
+ }
1500
+ .tabletDown\:before\:pos_absolute::before {
1501
+ position: absolute;
1502
+ }
1503
+ .tabletDown\:before\:h_surface\.xxsmall::before {
1504
+ height: var(--sizes-surface-xxsmall);
1505
+ }
1506
+ .tabletDown\:before\:w_surface\.3xlarge::before {
1507
+ width: var(--sizes-surface-3xlarge);
1508
+ }
1509
+ .tabletDown\:before\:trf_rotate\(-4deg\)::before {
1510
+ transform: rotate(-4deg);
1511
+ }
1512
+ .tabletDown\:before\:z_hide::before {
1513
+ z-index: var(--z-index-hide);
1514
+ }
1515
+ .tabletDown\:before\:content_\"\"::before {
1516
+ content: "";
1517
+ }
1518
+ .tabletDown\:before\:top_-50px::before {
1519
+ top: -50px;
1520
+ }
1521
+ .tabletDown\:before\:left_-50px::before {
1522
+ left: -50px;
1523
+ }
1524
+ .tabletDown\:before\:right_0::before {
1525
+ right: 0;
1526
+ }
1527
+ .tabletDown\:before\:bottom_0::before {
1528
+ bottom: 0;
1211
1529
  }
1212
1530
  }
1213
1531
 
@@ -1271,6 +1589,18 @@
1271
1589
  @media screen and (max-width: 19.9975rem) {
1272
1590
  .mobileDown\:px_xsmall {
1273
1591
  padding-inline: var(--spacing-xsmall);
1592
+ }
1593
+ .mobileDown\:gap_xxsmall {
1594
+ gap: var(--spacing-xxsmall);
1595
+ }
1596
+ .mobileDown\:ai_flex-start {
1597
+ align-items: flex-start;
1598
+ }
1599
+ .mobileDown\:jc_center {
1600
+ justify-content: center;
1601
+ }
1602
+ .mobileDown\:flex-d_column {
1603
+ flex-direction: column;
1274
1604
  }
1275
1605
  }
1276
1606