@aarhus-university/au-designsystem-delphinus 1.1.2 → 1.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 (567) hide show
  1. package/CHANGELOG.md +1325 -1325
  2. package/Gruntfile.js +207 -207
  3. package/app.js +44 -44
  4. package/bin/www +90 -90
  5. package/esbuild.mjs +19 -19
  6. package/package.json +32 -32
  7. package/public/assets/au-logo-da.svg +39 -39
  8. package/public/assets/au-logo-en.svg +38 -38
  9. package/public/assets/au-seal-white.svg +61 -61
  10. package/public/assets/au-seal.svg +61 -61
  11. package/public/assets/delphinus-favicon.svg +11 -11
  12. package/public/assets/delphinus-logo.svg +10 -10
  13. package/public/figma-tokens/breakpoint-styles.json +1218 -1218
  14. package/public/figma-tokens/color-themes.json +4177 -4177
  15. package/public/figma-tokens/design-file.json +1833 -1833
  16. package/public/figma-tokens/design-system.json +6811 -6811
  17. package/public/js/3rdparty/iframeResizer.contentWindow.min.js +9 -9
  18. package/public/js/3rdparty/iframeResizer.min.js +8 -8
  19. package/public/js/3rdparty/prism.js +12 -12
  20. package/public/js/app.js +1 -1
  21. package/public/js/app.js.map +3 -3
  22. package/public/js/autocomplete.js +1 -1
  23. package/public/js/components/atom-picker.ts +140 -140
  24. package/public/js/components/content-toggle.ts +81 -81
  25. package/public/js/components/copy-hex-code.ts +15 -15
  26. package/public/js/components/form.ts +13 -13
  27. package/public/js/components/helpers.ts +84 -84
  28. package/public/js/components/modal-view.ts +73 -73
  29. package/public/js/components/nav.ts +239 -239
  30. package/public/js/components/ready.ts +10 -10
  31. package/public/js/components/selection-list.ts +51 -51
  32. package/public/js/components/table.ts +44 -44
  33. package/public/js/components/tabs.ts +279 -279
  34. package/public/js/components/toolbar.ts +173 -173
  35. package/public/js/components/truncator.ts +49 -49
  36. package/public/js/demo/app.ts +106 -106
  37. package/public/js/demo.js +2 -2
  38. package/public/js/demo.js.map +2 -2
  39. package/public/js/production/app.ts +86 -86
  40. package/public/js/production/typo3.ts +48 -48
  41. package/public/projects/bachelor-applications/js/app.js +1 -1
  42. package/public/projects/bachelor-applications/js/app.js.map +3 -3
  43. package/public/projects/bachelor-applications/style.css +1 -1
  44. package/public/projects/brightspace/style.css +1 -1
  45. package/public/projects/course-catalogue/js/app.js +1 -1
  46. package/public/projects/course-catalogue/js/app.js.map +3 -3
  47. package/public/projects/course-catalogue/style.css +1 -1
  48. package/public/projects/medarbejdere/js/app.js +1 -1
  49. package/public/projects/medarbejdere/js/app.js.map +3 -3
  50. package/public/projects/medarbejdere/style.css +1 -1
  51. package/public/projects/mitstudie/js/app.js +1 -1
  52. package/public/projects/mitstudie/js/app.js.map +3 -3
  53. package/public/projects/mitstudie/style.css +1 -1
  54. package/public/projects/queue-it/style.css +1 -1
  55. package/public/projects/typo3/js/app.js +1 -1
  56. package/public/projects/typo3/js/app.js.map +3 -3
  57. package/public/projects/typo3/style.css +1 -1
  58. package/public/style.css +1 -1
  59. package/routes/index.js +236 -236
  60. package/routes/users.js +9 -9
  61. package/source/atoms/_atoms-settings.scss +123 -123
  62. package/source/atoms/colors/_color-functions.scss +301 -301
  63. package/source/atoms/colors/_colors.scss +777 -777
  64. package/source/atoms/colors/atom-colors.scss +487 -487
  65. package/source/atoms/colors.pug +101 -101
  66. package/source/atoms/fonts/_au-passata.scss +44 -44
  67. package/source/atoms/fonts/_au-peto.scss +7 -7
  68. package/source/atoms/fonts/_fonts.scss +179 -179
  69. package/source/atoms/fonts/atom-fonts.scss +159 -159
  70. package/source/atoms/fonts.pug +69 -69
  71. package/source/atoms/functions/_power.scss +65 -65
  72. package/source/atoms/functions/_string-replace.scss +9 -9
  73. package/source/atoms/misc/_atom-layout.pug +14 -14
  74. package/source/atoms/misc/_atom-settings.pug +5 -5
  75. package/source/atoms/misc/_atom-template.scss +84 -84
  76. package/source/atoms/misc/atom-iframe.css +8 -8
  77. package/source/atoms/misc/atom-iframe.scss +6 -6
  78. package/source/atoms/misc/atoms-style.scss +8 -8
  79. package/source/atoms/spacing/_spacing.scss +123 -123
  80. package/source/atoms/spacing/atom-spacing.scss +124 -124
  81. package/source/atoms/spacing.pug +28 -28
  82. package/source/demo-style.scss +16 -16
  83. package/source/figma-tokens/blurs-default.json +11 -11
  84. package/source/figma-tokens/borders-default.json +98 -98
  85. package/source/figma-tokens/borders-nav-item-theme.json +124 -124
  86. package/source/figma-tokens/borders-nav-item.json +46 -46
  87. package/source/figma-tokens/borders-theme.json +98 -98
  88. package/source/figma-tokens/borders-widths.json +54 -54
  89. package/source/figma-tokens/colors-all.json +596 -596
  90. package/source/figma-tokens/cssvars/figma-tokens.scss +187 -187
  91. package/source/figma-tokens/shadows-default.json +136 -136
  92. package/source/figma-tokens/sizes-default.json +114 -114
  93. package/source/figma-tokens/sizing.json +137 -137
  94. package/source/figma-tokens/spacing.json +319 -319
  95. package/source/figma-tokens/styles/breakpoint.json +114 -114
  96. package/source/figma-tokens/styles/theme.json +328 -328
  97. package/source/figma-tokens/typography-fonts.json +96 -96
  98. package/source/figma-tokens/typography-line-widths.json +32 -32
  99. package/source/figma-tokens/typography-styles.json +875 -875
  100. package/source/js/3rdparty/iframeResizer.contentWindow.min.js +9 -9
  101. package/source/js/3rdparty/iframeResizer.min.js +8 -8
  102. package/source/js/3rdparty/prism.js +12 -12
  103. package/source/js/components/affiliate-expand.ts +42 -42
  104. package/source/js/components/atom-picker.ts +140 -140
  105. package/source/js/components/autocomplete.js +362 -362
  106. package/source/js/components/content-toggle.ts +89 -81
  107. package/source/js/components/copy-hex-code.ts +15 -15
  108. package/source/js/components/form.ts +13 -13
  109. package/source/js/components/helpers.ts +97 -86
  110. package/source/js/components/horizontal-scroll-btn.ts +90 -90
  111. package/source/js/components/modal-view.ts +73 -73
  112. package/source/js/components/nav.ts +239 -239
  113. package/source/js/components/ready.ts +10 -10
  114. package/source/js/components/selection-list.ts +51 -51
  115. package/source/js/components/table.ts +44 -44
  116. package/source/js/components/tabs.ts +279 -279
  117. package/source/js/components/toolbar.ts +173 -173
  118. package/source/js/components/truncator.ts +49 -49
  119. package/source/js/demo/app.ts +106 -106
  120. package/source/js/production/app.ts +111 -93
  121. package/source/js/production/typo3.ts +67 -58
  122. package/source/markup/404.pug +27 -27
  123. package/source/markup/atom-colors.pug +21 -21
  124. package/source/markup/atom-fonts.pug +21 -21
  125. package/source/markup/atom-spacing.pug +21 -21
  126. package/source/markup/blockquote.pug +39 -39
  127. package/source/markup/buttons-processing.pug +30 -30
  128. package/source/markup/buttons.pug +72 -72
  129. package/source/markup/changelog.pug +16 -16
  130. package/source/markup/code/bem-class-naming.pug +171 -171
  131. package/source/markup/code/borders.pug +81 -81
  132. package/source/markup/code/breakpoint.pug +99 -99
  133. package/source/markup/code/color.pug +55 -55
  134. package/source/markup/code/content-container.pug +46 -46
  135. package/source/markup/code/font-size.pug +58 -58
  136. package/source/markup/code/icon-style.pug +114 -114
  137. package/source/markup/code/index.pug +86 -86
  138. package/source/markup/code/line-height.pug +73 -73
  139. package/source/markup/code/max-line-width.pug +54 -54
  140. package/source/markup/code/none-touch.pug +48 -48
  141. package/source/markup/code/outline.pug +47 -47
  142. package/source/markup/code/processing-animation.pug +115 -115
  143. package/source/markup/code/screenreader-only.pug +91 -91
  144. package/source/markup/code/set-colors.pug +60 -60
  145. package/source/markup/code/set-font.pug +131 -131
  146. package/source/markup/code/set-icon.pug +105 -105
  147. package/source/markup/code/shadows.pug +72 -72
  148. package/source/markup/code/spacing.pug +70 -70
  149. package/source/markup/collage.pug +48 -48
  150. package/source/markup/colors-all.pug +372 -372
  151. package/source/markup/colors-theme-dark.pug +28 -28
  152. package/source/markup/colors-theme-normal.pug +28 -28
  153. package/source/markup/colors.pug +118 -118
  154. package/source/markup/components/artwork.pug +75 -75
  155. package/source/markup/components/autosuggest.pug +82 -82
  156. package/source/markup/components/calendar.pug +262 -262
  157. package/source/markup/components/cards.pug +187 -187
  158. package/source/markup/components/content-toggle.pug +77 -77
  159. package/source/markup/components/copy-to-clipboard.pug +88 -88
  160. package/source/markup/components/data-box.pug +79 -79
  161. package/source/markup/components/datepicker.pug +190 -190
  162. package/source/markup/components/empty-state.pug +39 -39
  163. package/source/markup/components/example-settings-list.pug +187 -187
  164. package/source/markup/components/example-toolbar-for-filtering-table.pug +166 -166
  165. package/source/markup/components/fact-list.pug +146 -146
  166. package/source/markup/components/header-callout.pug +68 -68
  167. package/source/markup/components/horizontal-scroll-full-width.pug +18 -18
  168. package/source/markup/components/horizontal-scroll.pug +47 -47
  169. package/source/markup/components/index.pug +20 -20
  170. package/source/markup/components/large-bullets.pug +71 -71
  171. package/source/markup/components/list-navigator.pug +55 -55
  172. package/source/markup/components/modal-view.pug +134 -134
  173. package/source/markup/components/navigation-list.pug +57 -57
  174. package/source/markup/components/notification.pug +56 -56
  175. package/source/markup/components/pre-header.pug +48 -48
  176. package/source/markup/components/processing-state.pug +125 -125
  177. package/source/markup/components/profile-image.pug +87 -87
  178. package/source/markup/components/progress-bar.pug +177 -177
  179. package/source/markup/components/receipt.pug +41 -41
  180. package/source/markup/components/selection-list.pug +78 -78
  181. package/source/markup/components/settings-list.pug +59 -59
  182. package/source/markup/components/stepper.pug +52 -52
  183. package/source/markup/components/switch.pug +109 -109
  184. package/source/markup/components/tabbed-content.pug +146 -146
  185. package/source/markup/components/tags.pug +60 -60
  186. package/source/markup/components/toast-notification.pug +88 -88
  187. package/source/markup/components/toolbar.pug +326 -326
  188. package/source/markup/components/tooltip.pug +82 -82
  189. package/source/markup/components/truncator.pug +132 -132
  190. package/source/markup/cookies.pug +28 -28
  191. package/source/markup/design.pug +699 -699
  192. package/source/markup/font-size.pug +80 -80
  193. package/source/markup/form-character-count.pug +96 -96
  194. package/source/markup/form-combo-box.pug +341 -341
  195. package/source/markup/form-example-change-password.pug +104 -104
  196. package/source/markup/form-fields.pug +24 -24
  197. package/source/markup/form-file-upload.pug +60 -60
  198. package/source/markup/form-inline-select.pug +42 -42
  199. package/source/markup/form-invalid.pug +35 -35
  200. package/source/markup/form-locked.pug +34 -34
  201. package/source/markup/form-search.pug +91 -91
  202. package/source/markup/form-textarea-autoexpand.pug +53 -53
  203. package/source/markup/form-visually-disabled.pug +35 -35
  204. package/source/markup/form.pug +124 -124
  205. package/source/markup/headings.pug +61 -61
  206. package/source/markup/icons.pug +190 -190
  207. package/source/markup/index.pug +120 -120
  208. package/source/markup/inline-button.pug +43 -43
  209. package/source/markup/layout-grid.pug +22 -22
  210. package/source/markup/layout-row.pug +92 -92
  211. package/source/markup/layout.pug +20 -20
  212. package/source/markup/line-height.pug +132 -132
  213. package/source/markup/line-width.pug +37 -37
  214. package/source/markup/links.pug +84 -84
  215. package/source/markup/lists.pug +98 -98
  216. package/source/markup/navigation.pug +209 -209
  217. package/source/markup/partials/mixins/_data-box.pug +15 -15
  218. package/source/markup/partials/mixins/_empty-state.pug +8 -8
  219. package/source/markup/partials/mixins/_form-field.pug +143 -143
  220. package/source/markup/partials/mixins/_header-callout.pug +7 -7
  221. package/source/markup/partials/mixins/_horizontal-scroll.pug +30 -30
  222. package/source/markup/partials/mixins/_list-navigator.pug +9 -9
  223. package/source/markup/partials/mixins/_modal-view.pug +14 -14
  224. package/source/markup/partials/mixins/_nav-items.pug +44 -44
  225. package/source/markup/partials/mixins/_nav.pug +5 -5
  226. package/source/markup/partials/mixins/_notification.pug +13 -13
  227. package/source/markup/partials/mixins/_progress-bar.pug +5 -5
  228. package/source/markup/partials/mixins/_receipt.pug +14 -14
  229. package/source/markup/partials/mixins/_search-filter.pug +5 -5
  230. package/source/markup/partials/mixins/_stepper.pug +15 -15
  231. package/source/markup/partials/mixins/_switch.pug +46 -46
  232. package/source/markup/partials/mixins/_toast-notification.pug +7 -7
  233. package/source/markup/partials/mixins/_toggle-button.pug +4 -4
  234. package/source/markup/partials/mixins/_toolbar-filter.pug +72 -72
  235. package/source/markup/partials/mixins/_toolbar.pug +15 -15
  236. package/source/markup/partials/mixins/_truncator.pug +18 -18
  237. package/source/markup/partials/mixins-demo/_atom-picker.pug +13 -13
  238. package/source/markup/partials/mixins-demo/_code-documentation.pug +41 -41
  239. package/source/markup/partials/mixins-demo/_color-tile.pug +22 -22
  240. package/source/markup/partials/mixins-demo/_demo-buttons.pug +61 -61
  241. package/source/markup/partials/mixins-demo/_demo-cards.pug +80 -80
  242. package/source/markup/partials/mixins-demo/_design-documentation.pug +18 -18
  243. package/source/markup/partials/mixins-demo/_form-fields-demo.pug +203 -203
  244. package/source/markup/partials/mixins-demo/_nav-atoms.pug +16 -16
  245. package/source/markup/partials/mixins-demo/_nav-buttons.pug +11 -11
  246. package/source/markup/partials/mixins-demo/_nav-code.pug +27 -27
  247. package/source/markup/partials/mixins-demo/_nav-color.pug +11 -11
  248. package/source/markup/partials/mixins-demo/_nav-components.pug +46 -46
  249. package/source/markup/partials/mixins-demo/_nav-form.pug +20 -20
  250. package/source/markup/partials/mixins-demo/_nav-layout.pug +11 -11
  251. package/source/markup/partials/mixins-demo/_nav-text.pug +18 -18
  252. package/source/markup/partials/page-templates/_layout-error-page.pug +67 -67
  253. package/source/markup/partials/page-templates/_layout.pug +166 -166
  254. package/source/markup/sample-text.pug +70 -70
  255. package/source/markup/spacings.pug +96 -96
  256. package/source/markup/tables.pug +151 -151
  257. package/source/markup/text-callout.pug +39 -39
  258. package/source/markup/text.pug +50 -50
  259. package/source/projects/bachelor-applications/403-error-page.pug +12 -12
  260. package/source/projects/bachelor-applications/502-error-page.pug +14 -14
  261. package/source/projects/bachelor-applications/applicant-profile.pug +40 -40
  262. package/source/projects/bachelor-applications/application-statuses.pug +49 -49
  263. package/source/projects/bachelor-applications/applications-overview-gpa-combinations.pug +43 -43
  264. package/source/projects/bachelor-applications/applications-overview-no-offer.pug +51 -51
  265. package/source/projects/bachelor-applications/applications-overview-offer-accepted.pug +59 -59
  266. package/source/projects/bachelor-applications/applications-overview-sections.pug +57 -57
  267. package/source/projects/bachelor-applications/applications-overview-with-callout.pug +61 -61
  268. package/source/projects/bachelor-applications/applications-overview.pug +60 -60
  269. package/source/projects/bachelor-applications/applications-respond-to-offer-error.pug +67 -67
  270. package/source/projects/bachelor-applications/empty-state-closed.pug +15 -15
  271. package/source/projects/bachelor-applications/impersonation-active.pug +58 -58
  272. package/source/projects/bachelor-applications/impersonation-form.pug +46 -46
  273. package/source/projects/bachelor-applications/index.pug +70 -70
  274. package/source/projects/bachelor-applications/kontoaktivering/faq.pug +173 -173
  275. package/source/projects/bachelor-applications/kontoaktivering/index.pug +25 -25
  276. package/source/projects/bachelor-applications/kontoaktivering/password.pug +203 -203
  277. package/source/projects/bachelor-applications/kontoaktivering/receipt-bachelor-applicants.pug +156 -156
  278. package/source/projects/bachelor-applications/kontoaktivering/receipt-others.pug +163 -163
  279. package/source/projects/bachelor-applications/kontoaktivering/start.pug +193 -193
  280. package/source/projects/bachelor-applications/login-signin-first.pug +35 -35
  281. package/source/projects/bachelor-applications/login-signup-first.pug +34 -34
  282. package/source/projects/bachelor-applications/markup/_applicant-course-list.pug +80 -80
  283. package/source/projects/bachelor-applications/markup/_applicant-profile.pug +51 -51
  284. package/source/projects/bachelor-applications/markup/_application.pug +147 -147
  285. package/source/projects/bachelor-applications/markup/_bachelor-applications-template.pug +129 -129
  286. package/source/projects/bachelor-applications/markup/_grade-point-average-modal.pug +5 -5
  287. package/source/projects/bachelor-applications/markup/_student-place-offer.pug +97 -97
  288. package/source/projects/bachelor-applications/markup/_vacant-student-places.pug +7 -7
  289. package/source/projects/bachelor-applications/receipt-accepted-animation-landscape.pug +48 -48
  290. package/source/projects/bachelor-applications/receipt-accepted-animation-portrait.pug +48 -48
  291. package/source/projects/bachelor-applications/receipt-accepted-multiple-links.pug +50 -50
  292. package/source/projects/bachelor-applications/receipt-accepted.pug +54 -54
  293. package/source/projects/bachelor-applications/receipt-rejected.pug +35 -35
  294. package/source/projects/bachelor-applications/student-place-offers.pug +35 -35
  295. package/source/projects/bachelor-applications/style/_animation-welcome.scss +25 -25
  296. package/source/projects/bachelor-applications/style/_applicant-course-list.scss +53 -53
  297. package/source/projects/bachelor-applications/style/_applicant-profile.scss +58 -58
  298. package/source/projects/bachelor-applications/style/_application.scss +340 -340
  299. package/source/projects/bachelor-applications/style/_applications-overview.scss +58 -58
  300. package/source/projects/bachelor-applications/style/_student-place-offer.scss +361 -361
  301. package/source/projects/bachelor-applications/style.scss +95 -95
  302. package/source/projects/brightspace/AU_00-all-standard-elements.pug +63 -63
  303. package/source/projects/brightspace/AU_01-empty-template.pug +5 -5
  304. package/source/projects/brightspace/AU_02-instructor.pug +20 -20
  305. package/source/projects/brightspace/au-widget-course-setup.pug +32 -32
  306. package/source/projects/brightspace/index.pug +27 -27
  307. package/source/projects/brightspace/markup/_template.pug +20 -20
  308. package/source/projects/brightspace/style/_brightspace-instructor.scss +13 -13
  309. package/source/projects/brightspace/style/_brightspace-modifications.scss +29 -29
  310. package/source/projects/brightspace/style/_brightspace-sass-variables.scss +13 -13
  311. package/source/projects/brightspace/style/_brightspace-widget-course-setup.scss +39 -39
  312. package/source/projects/brightspace/style/_brightspace-widget.scss +5 -5
  313. package/source/projects/brightspace/style.scss +96 -96
  314. package/source/projects/course-catalogue/course-details-double-exam.pug +12 -12
  315. package/source/projects/course-catalogue/course-details-multi.pug +12 -12
  316. package/source/projects/course-catalogue/course-details.pug +12 -12
  317. package/source/projects/course-catalogue/course-list-empty.pug +15 -15
  318. package/source/projects/course-catalogue/course-list-page2-no-filters.pug +12 -12
  319. package/source/projects/course-catalogue/course-list.pug +15 -15
  320. package/source/projects/course-catalogue/index.pug +39 -39
  321. package/source/projects/course-catalogue/markup/_course-cards.pug +20 -20
  322. package/source/projects/course-catalogue/markup/_course-catalogue-template.pug +122 -122
  323. package/source/projects/course-catalogue/markup/_course-details.pug +505 -505
  324. package/source/projects/course-catalogue/markup/_course-filters.pug +40 -40
  325. package/source/projects/course-catalogue/markup/_course-list.pug +71 -71
  326. package/source/projects/course-catalogue/saved-courses-empty.pug +27 -27
  327. package/source/projects/course-catalogue/saved-courses.pug +37 -37
  328. package/source/projects/course-catalogue/style/_course-details.scss +48 -48
  329. package/source/projects/course-catalogue/style/_force-text-style.scss +15 -15
  330. package/source/projects/course-catalogue/style.scss +96 -96
  331. package/source/projects/index.pug +27 -27
  332. package/source/projects/medarbejdere/course-config.pug +277 -277
  333. package/source/projects/medarbejdere/holiday-overview.pug +104 -104
  334. package/source/projects/medarbejdere/index.pug +47 -47
  335. package/source/projects/medarbejdere/markup/_course-config-modal-content.pug +242 -242
  336. package/source/projects/medarbejdere/markup/_holiday-calendar.pug +55 -55
  337. package/source/projects/medarbejdere/markup/_medarbejdere-template.pug +96 -96
  338. package/source/projects/medarbejdere/markup/_pure-editor-forms.pug +77 -77
  339. package/source/projects/medarbejdere/markup/_pure-profile-editor.pug +433 -433
  340. package/source/projects/medarbejdere/markup/_roles-config-modal-content.pug +6 -6
  341. package/source/projects/medarbejdere/pure-profile-editor-cv.pug +30 -30
  342. package/source/projects/medarbejdere/pure-profile-editor-empty.pug +13 -13
  343. package/source/projects/medarbejdere/pure-profile-editor-free-form-text.pug +31 -31
  344. package/source/projects/medarbejdere/pure-profile-editor-image-receipt.pug +13 -13
  345. package/source/projects/medarbejdere/pure-profile-editor-image.pug +37 -37
  346. package/source/projects/medarbejdere/pure-profile-editor-links.pug +49 -49
  347. package/source/projects/medarbejdere/pure-profile-editor-subject-areas.pug +43 -43
  348. package/source/projects/medarbejdere/pure-profile-editor-tap.pug +14 -14
  349. package/source/projects/medarbejdere/pure-profile-editor.pug +14 -14
  350. package/source/projects/medarbejdere/roles-config.pug +144 -144
  351. package/source/projects/medarbejdere/style/_course-config.scss +477 -477
  352. package/source/projects/medarbejdere/style/_holiday-calendar.scss +200 -200
  353. package/source/projects/medarbejdere/style/_profile-text-selector.scss +66 -66
  354. package/source/projects/medarbejdere/style/_pure-profile-editor-form.scss +32 -32
  355. package/source/projects/medarbejdere/style/_pure-profile-editor.scss +588 -588
  356. package/source/projects/medarbejdere/style/_roles-config.scss +102 -102
  357. package/source/projects/medarbejdere/style/mixins/_typo3-breakpoint.scss +19 -19
  358. package/source/projects/medarbejdere/style.scss +106 -106
  359. package/source/projects/mitstudie/applications-credit-transfer-intro.pug +32 -32
  360. package/source/projects/mitstudie/applications-credit-transfer-receipt.pug +18 -18
  361. package/source/projects/mitstudie/applications-credit-transfer-step1-edit.pug +26 -26
  362. package/source/projects/mitstudie/applications-credit-transfer-step1.pug +31 -31
  363. package/source/projects/mitstudie/applications-credit-transfer-step2.pug +82 -82
  364. package/source/projects/mitstudie/applications-credit-transfer-step3.pug +41 -41
  365. package/source/projects/mitstudie/applications-credit-transfer-step4.pug +105 -105
  366. package/source/projects/mitstudie/applications-credit-transfer-step5.pug +25 -25
  367. package/source/projects/mitstudie/applications-credit-transfer-step6.pug +92 -92
  368. package/source/projects/mitstudie/applications.pug +62 -62
  369. package/source/projects/mitstudie/home.pug +165 -165
  370. package/source/projects/mitstudie/index.pug +46 -46
  371. package/source/projects/mitstudie/map.pug +18 -18
  372. package/source/projects/mitstudie/markup/_applications-stepper.pug +47 -47
  373. package/source/projects/mitstudie/markup/_event-modals.pug +83 -83
  374. package/source/projects/mitstudie/markup/_mitstudie-template.pug +99 -99
  375. package/source/projects/mitstudie/markup/_timetable.pug +214 -214
  376. package/source/projects/mitstudie/student-id.pug +77 -77
  377. package/source/projects/mitstudie/studieordning.pug +780 -780
  378. package/source/projects/mitstudie/style/_academic-regulation.scss +90 -90
  379. package/source/projects/mitstudie/style/_diagramme.scss +44 -44
  380. package/source/projects/mitstudie/style/_iframe-embed.scss +28 -28
  381. package/source/projects/mitstudie/style/_map.scss +146 -146
  382. package/source/projects/mitstudie/style/_notifications.scss +45 -45
  383. package/source/projects/mitstudie/style/_refactor.scss +24 -24
  384. package/source/projects/mitstudie/style/_student-id.scss +42 -42
  385. package/source/projects/mitstudie/style/_timeline.scss +918 -918
  386. package/source/projects/mitstudie/style/_timetable-event-modal.scss +36 -36
  387. package/source/projects/mitstudie/style/_timetable.scss +607 -607
  388. package/source/projects/mitstudie/style.scss +105 -105
  389. package/source/projects/mitstudie/timeline.pug +258 -258
  390. package/source/projects/mitstudie/timetable-link-not-accessible.pug +18 -18
  391. package/source/projects/mitstudie/timetable.pug +27 -27
  392. package/source/projects/queue-it/assets/au-logo-queue-it.svg +30 -30
  393. package/source/projects/queue-it/assets/default-style.css +806 -806
  394. package/source/projects/queue-it/before.pug +497 -497
  395. package/source/projects/queue-it/error.pug +127 -127
  396. package/source/projects/queue-it/index.pug +23 -23
  397. package/source/projects/queue-it/style/_au-style.scss +351 -351
  398. package/source/projects/queue-it/style/_overwrites.scss +39 -39
  399. package/source/projects/queue-it/style.scss +49 -49
  400. package/source/projects/queue-it/waiting-room.pug +508 -508
  401. package/source/projects/typo3/employee-profiles/index.pug +60 -60
  402. package/source/projects/typo3/employee-profiles/mixins/_contact-list.pug +101 -101
  403. package/source/projects/typo3/employee-profiles/mixins/_person-profile-simple.pug +21 -21
  404. package/source/projects/typo3/employee-profiles/mixins/_person-profile.pug +109 -109
  405. package/source/projects/typo3/employee-profiles/mixins/_profile-header-variants.pug +89 -89
  406. package/source/projects/typo3/employee-profiles/mixins/_profile-header.pug +157 -157
  407. package/source/projects/typo3/employee-profiles/mixins/_pure-cards.pug +97 -97
  408. package/source/projects/typo3/employee-profiles/person-profile-framed-full-width.pug +8 -8
  409. package/source/projects/typo3/employee-profiles/person-profile-framed-left-menu.pug +9 -9
  410. package/source/projects/typo3/employee-profiles/person-profile-full-width-many-affiliations.pug +8 -8
  411. package/source/projects/typo3/employee-profiles/person-profile-full-width-processing.pug +8 -8
  412. package/source/projects/typo3/employee-profiles/person-profile-full-width-tap.pug +8 -8
  413. package/source/projects/typo3/employee-profiles/person-profile-full-width-texts.pug +11 -11
  414. package/source/projects/typo3/employee-profiles/person-profile-full-width-vip.pug +8 -8
  415. package/source/projects/typo3/employee-profiles/person-profile-left-menu-texts.pug +12 -12
  416. package/source/projects/typo3/employee-profiles/person-profile-left-menu.pug +9 -9
  417. package/source/projects/typo3/employee-profiles/person-profile-simple.pug +9 -9
  418. package/source/projects/typo3/employee-profiles/profile-header-variants-framed.pug +10 -10
  419. package/source/projects/typo3/employee-profiles/profile-header-variants-left-menu.pug +10 -10
  420. package/source/projects/typo3/employee-profiles/profile-header-variants.pug +8 -8
  421. package/source/projects/typo3/index.pug +28 -28
  422. package/source/projects/typo3/news-events/_content-elements.pug +608 -608
  423. package/source/projects/typo3/news-events/_elements.pug +152 -152
  424. package/source/projects/typo3/news-events/_event.pug +149 -149
  425. package/source/projects/typo3/news-events/_news-related.pug +56 -56
  426. package/source/projects/typo3/news-events/_news-story.pug +171 -171
  427. package/source/projects/typo3/news-events/content-element-headings.pug +185 -185
  428. package/source/projects/typo3/news-events/editor-elements.pug +130 -130
  429. package/source/projects/typo3/news-events/elements.pug +5 -5
  430. package/source/projects/typo3/news-events/event-multiday-dash.pug +5 -5
  431. package/source/projects/typo3/news-events/event-multiday.pug +5 -5
  432. package/source/projects/typo3/news-events/event.pug +5 -5
  433. package/source/projects/typo3/news-events/full-width-content-elements.pug +8 -8
  434. package/source/projects/typo3/news-events/full-width.pug +7 -7
  435. package/source/projects/typo3/news-events/index.pug +66 -66
  436. package/source/projects/typo3/news-events/left-and-right-content-elements.pug +9 -9
  437. package/source/projects/typo3/news-events/left-and-right.pug +8 -8
  438. package/source/projects/typo3/news-events/left-menu-content-elements.pug +12 -12
  439. package/source/projects/typo3/news-events/left-menu.pug +11 -11
  440. package/source/projects/typo3/news-events/omnibus-article-content-elements.pug +335 -335
  441. package/source/projects/typo3/news-events/omnibus-article-full-width.pug +341 -341
  442. package/source/projects/typo3/news-events/plain-delphinus.pug +13 -13
  443. package/source/projects/typo3/news-events/right-column-content-elements.pug +9 -9
  444. package/source/projects/typo3/news-events/right-column.pug +8 -8
  445. package/source/projects/typo3/news-events/universe-full-width.pug +450 -450
  446. package/source/projects/typo3/news-events/universe-left-and-right.pug +491 -491
  447. package/source/projects/typo3/news-events/universe-left-menu.pug +471 -471
  448. package/source/projects/typo3/news-events/universe-right-column.pug +459 -459
  449. package/source/projects/typo3/page/_page-tester.pug +55 -55
  450. package/source/projects/typo3/page/index.pug +44 -44
  451. package/source/projects/typo3/page/page-framed-layout14.pug +9 -9
  452. package/source/projects/typo3/page/page-framed-layout15.pug +9 -9
  453. package/source/projects/typo3/page/page-framed-layout16.pug +8 -8
  454. package/source/projects/typo3/page/page-framed-layout17.pug +9 -9
  455. package/source/projects/typo3/page/page-layout14.pug +9 -9
  456. package/source/projects/typo3/page/page-layout15.pug +9 -9
  457. package/source/projects/typo3/page/page-layout16.pug +8 -8
  458. package/source/projects/typo3/page/page-layout17.pug +9 -9
  459. package/source/projects/typo3/style/_contact-list.scss +167 -167
  460. package/source/projects/typo3/style/_delphinus-gutters.scss +149 -149
  461. package/source/projects/typo3/style/_news-event.scss +1166 -1166
  462. package/source/projects/typo3/style/_news-related.scss +100 -100
  463. package/source/projects/typo3/style/_omnibus-font.scss +48 -48
  464. package/source/projects/typo3/style/_person-profile-text.scss +57 -57
  465. package/source/projects/typo3/style/_profile-header.scss +1165 -1165
  466. package/source/projects/typo3/style/_typo3-breakpoints.scss +3 -3
  467. package/source/projects/typo3/style/_typo3-component-sass-variables.scss +26 -26
  468. package/source/projects/typo3/style/_typo3-delphinus-component-fixes.scss +271 -271
  469. package/source/projects/typo3/style/_typo3-delphinus-layout.scss +163 -163
  470. package/source/projects/typo3/style/_typo3-overwrites-content-elements-default.scss +192 -192
  471. package/source/projects/typo3/style/_typo3-overwrites.scss +319 -319
  472. package/source/projects/typo3/style/_typo3-sass-variables.scss +39 -39
  473. package/source/projects/typo3/style/_typo3-themes.scss +12 -12
  474. package/source/projects/typo3/style.scss +154 -154
  475. package/source/projects/typo3/typo3-markup/_typo3-14-left-and-right.pug +50 -50
  476. package/source/projects/typo3/typo3-markup/_typo3-15-left-menu.pug +37 -37
  477. package/source/projects/typo3/typo3-markup/_typo3-16-full-width.pug +17 -17
  478. package/source/projects/typo3/typo3-markup/_typo3-17-right-column.pug +69 -69
  479. package/source/projects/typo3/typo3-markup/_typo3-footer.pug +2 -2
  480. package/source/projects/typo3/typo3-markup/_typo3-framed-footer.pug +84 -84
  481. package/source/projects/typo3/typo3-markup/_typo3-framed-header.pug +358 -358
  482. package/source/projects/typo3/typo3-markup/_typo3-framed-layout.pug +24 -24
  483. package/source/projects/typo3/typo3-markup/_typo3-header.pug +7 -7
  484. package/source/projects/typo3/typo3-markup/_typo3-layout.pug +24 -24
  485. package/source/style/_includes/_all.scss +1 -1
  486. package/source/style/_includes/_transparent.scss +51 -51
  487. package/source/style/_mixins/_all.scss +8 -8
  488. package/source/style/_mixins/_content-container.scss +13 -13
  489. package/source/style/_mixins/_font-awesome.scss +29 -29
  490. package/source/style/_mixins/_force-scroll-fullscreen-modal.scss +24 -24
  491. package/source/style/_mixins/_icons.scss +53 -53
  492. package/source/style/_mixins/_none-touch.scss +5 -5
  493. package/source/style/_mixins/_processing-animation.scss +55 -55
  494. package/source/style/_mixins/_screenreader-only.scss +20 -20
  495. package/source/style/_mixins/_utility-button.scss +66 -66
  496. package/source/style/_sass-variables.scss +273 -273
  497. package/source/style/base/_accessibility.scss +16 -16
  498. package/source/style/base/_body.scss +23 -23
  499. package/source/style/base/_buttons.scss +404 -404
  500. package/source/style/base/_code.scss +4 -4
  501. package/source/style/base/_dl.scss +29 -29
  502. package/source/style/base/_forms.scss +1136 -1136
  503. package/source/style/base/_fundamentals.scss +25 -25
  504. package/source/style/base/_hr.scss +35 -35
  505. package/source/style/base/_icons.scss +170 -170
  506. package/source/style/base/_inline-button.scss +72 -72
  507. package/source/style/base/_links.scss +137 -137
  508. package/source/style/base/_normalize.scss +341 -341
  509. package/source/style/base/_text.scss +532 -532
  510. package/source/style/base/_utility-classes.scss +11 -11
  511. package/source/style/layout/_breakpoints.scss +52 -52
  512. package/source/style/layout/_footer.scss +181 -181
  513. package/source/style/layout/_grid.scss +32 -32
  514. package/source/style/layout/_page.scss +383 -383
  515. package/source/style/layout/_row.scss +151 -151
  516. package/source/style/layout/_vertical-spacing.scss +38 -38
  517. package/source/style/layout/_width-constrain.scss +22 -22
  518. package/source/style/module/_artwork-peto.scss +27 -27
  519. package/source/style/module/_autosuggest.scss +64 -64
  520. package/source/style/module/_box.scss +63 -63
  521. package/source/style/module/_calendar.scss +63 -63
  522. package/source/style/module/_card.scss +451 -451
  523. package/source/style/module/_content-toggle.scss +16 -16
  524. package/source/style/module/_copy-to-clipboard.scss +155 -155
  525. package/source/style/module/_data-box.scss +72 -72
  526. package/source/style/module/_datepicker.scss +14 -14
  527. package/source/style/module/_empty-state.scss +66 -66
  528. package/source/style/module/_environment-label.scss +78 -78
  529. package/source/style/module/_fact-list.scss +137 -137
  530. package/source/style/module/_header-callout.scss +103 -103
  531. package/source/style/module/_horizontal-scroll.scss +284 -284
  532. package/source/style/module/_large-bullets.scss +142 -142
  533. package/source/style/module/_list-navigator.scss +222 -222
  534. package/source/style/module/_modal-view.scss +173 -173
  535. package/source/style/module/_nav.scss +907 -907
  536. package/source/style/module/_navigation-list.scss +56 -56
  537. package/source/style/module/_notification.scss +122 -122
  538. package/source/style/module/_pagination.scss +13 -13
  539. package/source/style/module/_pre-header.scss +57 -57
  540. package/source/style/module/_processing-state.scss +92 -92
  541. package/source/style/module/_profile-image.scss +124 -124
  542. package/source/style/module/_progress-bar.scss +239 -239
  543. package/source/style/module/_receipt.scss +52 -52
  544. package/source/style/module/_search-filter.scss +136 -136
  545. package/source/style/module/_selection-list.scss +138 -138
  546. package/source/style/module/_settings-list.scss +82 -82
  547. package/source/style/module/_shortcut.scss +18 -18
  548. package/source/style/module/_stepper.scss +225 -225
  549. package/source/style/module/_sub-nav.scss +97 -97
  550. package/source/style/module/_switch.scss +191 -191
  551. package/source/style/module/_tabbed-content.scss +66 -66
  552. package/source/style/module/_tables.scss +296 -296
  553. package/source/style/module/_tags.scss +91 -91
  554. package/source/style/module/_toast-notification.scss +132 -132
  555. package/source/style/module/_toolbar.scss +705 -705
  556. package/source/style/module/_tooltip.scss +77 -77
  557. package/source/style/module/_truncator.scss +202 -202
  558. package/source/style/module-demo/_atom-picker.scss +100 -100
  559. package/source/style/module-demo/_changelog.scss +12 -12
  560. package/source/style/module-demo/_delphinus.scss +35 -35
  561. package/source/style/module-demo/_demo.scss +161 -161
  562. package/source/style/module-demo/_design-documentation.scss +440 -440
  563. package/source/style/module-demo/_prism-modifications.scss +44 -44
  564. package/source/style/module-demo/demo-component.scss +31 -31
  565. package/source/style/module-demo/prism-default.css +4 -4
  566. package/source/style/module-demo/prism-okaidia.css +4 -4
  567. package/source/style.scss +92 -92
package/CHANGELOG.md CHANGED
@@ -1,1325 +1,1325 @@
1
- ## 1.1.2 (August 17, 2023)
2
-
3
- ### Core Delphinus Updates
4
- Adds css-var `--bp-max-width` with rem value for the breakpoint at the which the width is the page is constrained. This css-var can be used på JS to reference the width of the breakpoint.
5
-
6
- ### Delphinus Projects Updates
7
- None
8
-
9
- ## 1.1.1 (August 16, 2023)
10
-
11
- ### Core Delphinus Updates
12
- None
13
-
14
- ### Delphinus Projects Updates
15
- #### Typo3 - News and events
16
- * Fixes vertical spacing when adding a header to a content element, using the header field.
17
- * Fixes issues with vertical borders on tables.
18
-
19
-
20
-
21
- ## 1.1.0 (August 14, 2023)
22
-
23
- ### Core Delphinus Updates
24
- Fixes some slighty off color contrast calculations for relative lumniance, that has been there since the dawn of Delphinus. Woopsie.
25
-
26
- ### Delphinus Projects Updates
27
- None
28
-
29
-
30
-
31
-
32
- ## 1.0.7 (August 2, 2023)
33
-
34
- ### Core Delphinus Updates
35
- Adds figma-tokens for focus outline color and width.
36
-
37
- ### Delphinus Projects Updates
38
- None
39
-
40
-
41
- ## 1.0.6 (August 2, 2023)
42
-
43
- ### Core Delphinus Updates
44
- Adds some long needed [design documentation](https://delphinus.au.dk/design).
45
-
46
- ### Delphinus Projects Updates
47
- None
48
-
49
-
50
- ## 1.0.5 (August 1, 2023)
51
-
52
- ### Core Delphinus Updates
53
- None
54
-
55
- ### Delphinus Projects Updates
56
- #### Medarbejdere
57
- Restores functioning content toggle in profile header.
58
-
59
-
60
- ## 1.0.4 (August 1, 2023)
61
-
62
- ### Core Delphinus Updates
63
- * This version actually restores minification for all compiled css files. Didn't work in 1.0.3.
64
-
65
- ### Delphinus Projects Updates
66
- None
67
-
68
-
69
-
70
- ## 1.0.3 (July 28, 2023)
71
-
72
- ### Core Delphinus Updates
73
- * Restores minification for all compiled css files.
74
- * Adjust JavaScript for [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll), so that the component now needs modifier `.horizontal-scroll--check-overflow` before JS will check for overflow and set the `.horizontal-scroll--no-overflow` modifier if the panel has no overflow.
75
- * Adds support for scroll buttons, when [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll) is combined with [tabbed-content](https://delphinus.au.dk/components/tabbed-content).
76
-
77
-
78
- ### Delphinus Projects Updates
79
- #### Medarbejdere
80
- * Adds style and markup for selecting which profile text to add in Pure editor.
81
-
82
- #### Typo3
83
- * Improvements for secondary affiliations-toggle in profile header.
84
-
85
-
86
-
87
- ## 1.0.2 (July 27, 2023)
88
-
89
- ### Core Delphinus Updates
90
- * Adds compilation of missing css file for the [BEM documentation page](https://delphinus.au.dk/code/bem-class-naming).
91
-
92
- ### Delphinus Projects Updates
93
- None
94
-
95
-
96
- ## 1.0.1 (July 21, 2023)
97
-
98
- ### Core Delphinus Updates
99
- * Fixes 404-handling on new setup.
100
- * Rewrites [`processing-animation`](https://delphinus.au.dk/code/processing-animation) mixin to take a color name as input.
101
-
102
- ### Delphinus Projects Updates
103
- #### Brightspace
104
- * Fixes issue with css file for this project being compiled from the bachelor-applications project.
105
- * Fixes routning issue with widget demo page.
106
-
107
- #### Bachelor applications
108
- * Fixes isses with css file not being compiled for this project.
109
-
110
-
111
- ## 1.0.0 (July 20, 2023)
112
- **Big release!** At least for those of us building Delphinus. With this release, we have transitioned away from using Grunt as our build tool. From now on Sass and TypeScript files are compiled using Node, and Pug files render on the fly using an Express server. This results in dramatically improved build speed and development experience.
113
-
114
- ### Two things to note:
115
- * If you have cloned the Delpinus repo, please delete your local copy and clone from new and run `npm install`.
116
- * If you are sourceing the compiled css files from the CDN, please note that the URLs have a slight change, as compiled css files are now in the `public` dir, not in the previous `build` dir.
117
-
118
- Hopefully, this update will make us able to build and develop Delphinus at warp speed ;)
119
-
120
- **IMPORTANT** Do not use compiled css files from this version for Brightspace and Bachelor applications projects, as these are not correct. Use version 1.0.1 instead.
121
-
122
-
123
- ## 0.48.1 (July 18, 2023)
124
-
125
- ### Core Delphinus Updates
126
- Updates Figma tokens to use the new black Omnibus theme color.
127
-
128
- ### Delphinus Projects Updates
129
- None
130
-
131
-
132
-
133
- ## 0.48.0 (July 18, 2023)
134
-
135
- ### Core Delphinus Updates
136
- * Adds support for using the [Switch component](https://delphinus.au.dk/components/switch) inside a form.
137
-
138
- ### Delphinus Projects Updates
139
- None
140
-
141
-
142
-
143
- ## 0.47.1 (July 17, 2023)
144
-
145
- ### Core Delphinus Updates
146
- * Adds modifier class for constraining width of `.button-container`.
147
- * Fixes processing state of buttons styled using the `utility-button` mixin.
148
-
149
- ### Delphinus Projects Updates
150
- #### Medarbejdere
151
- * Reworks design for removing freeform texts, profile links or subject areas from person profiles in pure editor.
152
-
153
-
154
-
155
- ## 0.47.0 (July 13, 2023)
156
-
157
- ### Core Delphinus Updates
158
- None
159
-
160
- ### Delphinus Projects Updates
161
- #### Typo3
162
- * Fixes focus style on contact toggle in profile header.
163
-
164
- #### Medarbejdere
165
- * Reworks design of pure editor for adding up to six freeform texts on person profiles.
166
- * Reworks design of pure editor for add links to other profile.
167
- * Reworks and adjusts empty state in pure editor.
168
- * Adds callout to pure editor when title needs translation.
169
-
170
-
171
-
172
- ## 0.46.2 (July 3, 2023)
173
-
174
- ### Core Delphinus Updates
175
- None
176
-
177
- ### Delphinus Projects Updates
178
- #### Typo3
179
- Fixes for profile header with only phone number and email.
180
-
181
-
182
- ## 0.46.1 (June 30, 2023)
183
-
184
- ### Core Delphinus Updates
185
- None
186
-
187
- ### Delphinus Projects Updates
188
- #### Typo3
189
- Fixes new focus styles to not be overwritten by the typo3 default stylesheet.
190
-
191
-
192
- ## 0.46.0 (June 30, 2023)
193
-
194
- ### Core Delphinus Updates
195
- * Adds new custom focus styles.
196
- * Adds button functionality to horizontal scroll [Horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll).
197
-
198
- ### Delphinus Projects Updates
199
- #### Typo3
200
- Adds javascript for affiliations toggle.
201
-
202
-
203
- ## 0.45.0 (June 28, 2023)
204
-
205
- ### Core Delphinus Updates
206
- Adds design for [combo box field](https://delphinus.au.dk/form-combo-box) in forms.
207
-
208
- ### Delphinus Projects Updates
209
- None
210
-
211
-
212
- ## 0.44.2 (June 20, 2023)
213
-
214
- ### Core Delphinus Updates
215
- Adds a max height to the autoexpanding textareas, introduced in 0.44.0.
216
-
217
- ### Delphinus Projects Updates
218
- None
219
-
220
-
221
- ## 0.44.1 (June 20, 2023)
222
-
223
- ### Core Delphinus Updates
224
- None
225
-
226
- ### Delphinus Projects Updates
227
- #### Medarbejdere
228
- Fixes alignment of tooltip button on primary affilitation in pure editor.
229
-
230
-
231
-
232
- ## 0.44.0 (June 19, 2023)
233
-
234
- ### Core Delphinus Updates
235
- Adds [autoexpanding textarea](https://delphinus.au.dk/form-textarea-autoexpand) for form fields.
236
-
237
- ### Delphinus Projects Updates
238
- None
239
-
240
-
241
- ## 0.43.9 (June 19, 2023)
242
-
243
- ### Core Delphinus Updates
244
- [Receipt component](https://delphinus.au.dk/components/receipt) now supports an attention state, as alternative to the default confirm state, and it also supports setting a custom icon.
245
-
246
- ### Delphinus Projects Updates
247
- None
248
-
249
-
250
- ## 0.43.8 (June 16, 2023)
251
-
252
- ### Core Delphinus Updates
253
- None
254
-
255
- ### Delphinus Projects Updates
256
- #### Medarbejdere
257
- Adds design for image preview when uploading a profile image in pure editor.
258
-
259
-
260
- ## 0.43.7 (June 16, 2023)
261
-
262
- ### Core Delphinus Updates
263
- * Adjust spacing when a `h3` is follow by a `h4`.
264
-
265
- ### Delphinus Projects Updates
266
- #### Typo3
267
- * **CHANGED MARKUP:** Improved markup for link to primary association in profile header.
268
- * Supports up to six different freeform texts on person profiles.
269
- * Fixes issue with toggle for secondary affiliations not rendering correctly.
270
- * Constrains width of contanct details panel, to improve design of profiles without subject areas.
271
- * Optimized design for profiles without phone numbers.
272
- * Optimized design for profiles without subjects areas.
273
-
274
-
275
- ## 0.43.6 (June 15, 2023)
276
-
277
- ### Core Delphinus Updates
278
- **CHANGED MARKUP** of [character count](https://delphinus.au.dk/form-character-count) for form fields.
279
-
280
- ### Delphinus Projects Updates
281
- None
282
-
283
-
284
- ## 0.43.5 (June 12, 2023)
285
-
286
- ### Core Delphinus Updates
287
- Fixes alignment of `.link--arrow` and the heading in headers of the [horizontal scroll component](http://delphinus.au.dk/components/horizontal-scroll).
288
-
289
- ### Delphinus Projects Updates
290
- None
291
-
292
-
293
- ## 0.43.4 (June 12, 2023)
294
-
295
- ### Core Delphinus Updates
296
-
297
- Updates design of [character count](https://delphinus.au.dk/form-character-count) for form fields.
298
-
299
- ### Delphinus Projects Updates
300
- #### Medarbejdere
301
- Aligns design of pure editor with new character count style.
302
-
303
-
304
- ## 0.43.3 (June 9, 2023)
305
-
306
- ### Core Delphinus Updates
307
- Fixes alignment in header in `.horizontal-scroll--no-overflow`.
308
-
309
- ### Delphinus Projects Updates
310
- None
311
-
312
-
313
- ## 0.43.2 (June 9, 2023)
314
-
315
- ### Core Delphinus Updates
316
- None
317
-
318
- ### Delphinus Projects Updates
319
- #### Typo 3
320
- Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.
321
-
322
- ## 0.43.1 (May 26, 2023)
323
-
324
- ### Core Delphinus Updates
325
- None
326
-
327
- ### Delphinus Projects Updates
328
- #### Queue-it
329
- Fixes design of label in front of languge selector.
330
-
331
- ## 0.43.0 (May 25, 2023)
332
-
333
- ### Core Delphinus Updates
334
- * Renames `set-colors-background-forground` mixin to `set-colors`.
335
- * Adds some intital documentation for [sass mixins, variables and functions](https://delphinus.au.dk/code/).
336
-
337
- ### Delphinus Projects Updates
338
- None
339
-
340
- ## 0.42.0 (April 27, 2023)
341
-
342
- ### Core Delphinus Updates
343
- * Adds an init state for cards in [procesing state component](https://delphinus.au.dk/components/processing-state).
344
-
345
- ### Delphinus Projects Updates
346
- #### Typo3
347
- * Fixes alignment in contact toogle on profileheader.
348
-
349
-
350
- ## 0.41.3 (April 25, 2023)
351
-
352
- ### Core Delphinus Updates
353
- None
354
-
355
- ### Delphinus Projects Updates
356
- Fixes for Queue-it theme
357
-
358
- ## 0.41.2 (April 24, 2023)
359
-
360
- ### Core Delphinus Updates
361
- None
362
-
363
- ### Delphinus Projects Updates
364
- Adds project for custom styling of Queue-it queue-system.
365
-
366
-
367
- ## 0.41.1 (April 11, 2023)
368
-
369
- ### Core Delphinus Updates
370
- * Fine tunings for page-overlay for toolbar filter introduced in 0.40.2. The filter buttons now sits above the page-overlay, so that you can open a new filter without first closing the open one.
371
-
372
- ### Delphinus Projects Updates
373
- None
374
-
375
-
376
- ## 0.41.0 (April 11, 2023)
377
-
378
- ### Core Delphinus Updates
379
- None
380
-
381
- ### Delphinus Projects Updates
382
- #### Typo3
383
- * Adds new colors, fonts and styles for Omnibus news.
384
-
385
- ## 0.40.2 (March 31, 2023)
386
-
387
- ### Core Delphinus Updates
388
- * Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.
389
-
390
- ### Delphinus Projects Updates
391
- None
392
-
393
-
394
- ## 0.40.1 (March 31, 2023)
395
-
396
- ### Core Delphinus Updates
397
- * Fix vertical margin on `.fieldset--section`
398
- * Fix background color on tags on background-secondary (Bug introdcued in 0.39.0).
399
-
400
- ### Delphinus Projects Updates
401
- None
402
-
403
- ## 0.40.0 (March 28, 2023)
404
- ### Core Delphinus Updates
405
- * **CHANGED MARKUP:** [Stepper component](https://delphinus.au.dk/components/stepper) now needs an h1 for screenreaders and a wrapper around the step list.
406
- * Option to add an icon to final step in [Stepper component](https://delphinus.au.dk/components/stepper).
407
- * Adds component [Data Box](https://delphinus.au.dk/components/data-box)
408
- * Adds new button style for an [inline button](https://delphinus.au.dk/inline-button).
409
- * Minor whitespace tweaks for [Navigation list component](https://delphinus.au.dk/components/navigation-list).
410
- * Header in [Receipt component](https://delphinus.au.dk/components/receipt) is now bold by default and you can add secondary text.
411
- * Add `.width-constrain` and `.page__content--constrain-width` classes for constraining the width of a piece of content or the entire page content.
412
-
413
- ### Delphinus Projects Updates
414
- #### Mit Studie
415
- Adds Stepper, inline-button and data-box to the project.
416
-
417
-
418
- ## 0.39.3 (March 28, 2023)
419
-
420
- ### Core Delphinus Updates
421
- None
422
-
423
- ### Delphinus Projects Updates
424
- #### Course Catalogue
425
- Fix width of data box in course catalogue, when it has little content.
426
-
427
- ## 0.39.2 (March 27, 2023)
428
-
429
- ### Core Delphinus Updates
430
- * Fix z-index of error message in search field in `.toolbar__filter`
431
- * Prevents animation in `.processing-state--updating` from fading completely to transparent with each rotation.
432
-
433
- ### Delphinus Projects Updates
434
- None
435
-
436
-
437
-
438
- ## 0.39.1 (March 27, 2023)
439
-
440
- ### Core Delphinus Updates
441
- None
442
-
443
- ### Delphinus Projects Updates
444
- #### Course Catalogue
445
- Limit size of css file, by not including unused components.
446
-
447
- ## 0.39.0 (March 27, 2023)
448
-
449
- ### Core Delphinus Updates
450
- * Fixes spacing in `.icon--heading`
451
- * Add options to make [tags](https://delphinus.au.dk/components/tags) clickable
452
-
453
- ### Delphinus Projects Updates
454
- None
455
-
456
-
457
- ## 0.38.2 (March 14, 2023)
458
-
459
- ### Core Delphinus Updates
460
- * Adds new icon for logs
461
-
462
- ### Delphinus Projects Updates
463
- #### Bachelor applications
464
- * Adds design for showing user log in impersonator panel.
465
-
466
-
467
- ## 0.38.1 (March 13, 2023)
468
-
469
- ### Core Delphinus Updates
470
- * Fixes CSS issue in 0.38.0 that didn't include the correct files.
471
-
472
- ### Delphinus Projects Updates
473
- None
474
-
475
- ## 0.38.0 (March 13, 2023)
476
-
477
- **DO NOT USE THIS VERSION, LACKS UPDATED CSS FILE**
478
-
479
- ### Core Delphinus Updates
480
- * Adds design, style and markup for [form fields with character count](https://delphinus.au.dk/form-character-count). JS not yet implemented.
481
- * Begun adding custom focus style for interactive elements, starting with [form fields](https://delphinus.au.dk/form-fields).
482
-
483
- ### Delphinus Projects Updates
484
- #### Medarbejdere
485
- * Updated markup and style for Pure Profile Editor.
486
- * Allow wider `fieldset` when editing subject areas.
487
-
488
-
489
-
490
- ## 0.37.0 (March 10, 2023)
491
-
492
- ### Core Delphinus Updates
493
- * **CHANGED:** When setting form fields in a `fieldset` invalid you now need to add the `.form-info--error` class to both the `fieldset` and each `.form__field` that is invalid. Before, setting the class on the `.form__field`'s individually would have no effect and it would look like all fields in the set were invalid.
494
- * Fixes active state of `input(type="submit")` in processing state.
495
-
496
- ### Delphinus Projects Updates
497
- #### Mit Studie
498
- * Markup and style for [student id-image upload](https://delphinus.au.dk/projects/mitstudie/student-id) updated to use new markup for [file upload](https://delphinus.au.dk/form-file-upload) introduced in 0.36.0.
499
-
500
-
501
- ## 0.36.0 (March 8, 2023)
502
-
503
- ### Core Delphinus Updates
504
- * Adds new style and markup for [uploading files](https://delphinus.au.dk/form-file-upload) in a form.
505
-
506
- ### Delphinus Projects Updates
507
- None
508
-
509
-
510
- ## 0.35.3 (March 7, 2023)
511
-
512
- ### Core Delphinus Updates
513
- * Fix sizing of hit area on iOS when using [Switch component](https://delphinus.au.dk/components/switch) as checkbox.
514
-
515
- ### Delphinus Projects Updates
516
- None
517
-
518
-
519
- ## 0.35.2 (March 6, 2023)
520
-
521
- ### Core Delphinus Updates
522
- * Adds support for using [Switch component](https://delphinus.au.dk/components/switch) as radiobuttons, checkbox and toggle (button with `aria-pressed` attribute)
523
- * Fixes positioning of "Skip to content"-button i navigation.
524
- * Fixes auto expand of truncator, when setting focus on a link inside the truncated content.
525
-
526
- ### Delphinus Projects Updates
527
- None
528
-
529
-
530
-
531
- ## 0.35.1 (February 28, 2023)
532
-
533
- ### Core Delphinus Updates
534
- Tweak of the truncator JS when resizing.
535
-
536
- ### Delphinus Projects Updates
537
- None
538
-
539
-
540
-
541
- ## 0.35.0 (February 28, 2023)
542
-
543
- ### Core Delphinus Updates
544
- JS for truncators. Better handling of content-toggles on demo site.
545
-
546
- ### Delphinus Projects Updates
547
- TYPO3-specific JS implemented.
548
-
549
-
550
-
551
- ## 0.34.16 (February 20, 2023)
552
-
553
- ### Core Delphinus Updates
554
- Fixes issue with icons not displaying correctly in [Toast Notification](https://delphinus.au.dk/components/toast-notification) component in confirm and warnings states.
555
-
556
- ### Delphinus Projects Updates
557
- None
558
-
559
-
560
-
561
- ## 0.34.15 (February 17, 2023)
562
-
563
- ### Core Delphinus Updates
564
- * Changed markup for [Switch](https://delphinus.au.dk/components/switch) component. Also adds option to add a label to the switch.
565
-
566
- ### Delphinus Projects Updates
567
-
568
- #### medarbejdere.au.dk
569
- * Fine tunings of pure profile editor
570
-
571
-
572
- ## 0.34.14 (February 17, 2023)
573
-
574
- ### Core Delphinus Updates
575
- * Adds icons for minimizing and maximizing.
576
- * Fixes localization of confirm message in Copy to Clipboard component.
577
-
578
- ### Delphinus Projects Updates
579
- #### Brightspace
580
- * Optimized CSS file.
581
-
582
- #### medarbejdere.au.dk
583
- * Adds initial stuff for Pure Profile Editor
584
-
585
-
586
-
587
- ## 0.34.13 (February 14, 2023)
588
-
589
- ### Core Delphinus Updates
590
- None
591
-
592
- ### Delphinus Projects Updates
593
- #### Typo3
594
- Fixes an issue in `.profile-header` were background would not fully span the page in layout16 in framed sites.
595
-
596
-
597
-
598
- ## 0.34.12 (February 14, 2023)
599
-
600
- ### Core Delphinus Updates
601
- * Fixes an issue with positioning of submit button in `.form__inline-submit` that was introduced in 0.34.11
602
- * Updates z-index of `.toolbar__popout`
603
-
604
- ### Delphinus Projects Updates
605
- #### Typo3
606
- Fine tunings of `.profile-header` component:
607
- * Optimize margins for various page layouts.
608
- * Optimize for long emails and long subject-areas.
609
- * Adds use of `<picture>` element for the profile picture, in order to serve the image resource in various sizes.
610
-
611
- Optimized image sizes in cards.
612
-
613
-
614
-
615
- ## 0.34.11 (February 10, 2023)
616
-
617
- ### Core Delphinus Updates
618
- * Adds javascript for [Tabbed Content](https://delphinus.au.dk/components/tabbed-content) component using [Switch](https://delphinus.au.dk/components/switch) component as tabs.
619
-
620
- ### Delphinus Projects Updates
621
- #### Typo3
622
- * Many fine tunings of `.profile-header` component.
623
-
624
-
625
- ## 0.34.10 (February 1, 2023)
626
-
627
- ### Core Delphinus Updates
628
- * Fix issue where Fact list component would cause horizontal overflow i default viewport width.
629
-
630
- ### Delphinus Projects Updates
631
- None
632
-
633
-
634
- ## 0.34.9 (February 1, 2023)
635
-
636
- ### Core Delphinus Updates
637
- * Fix color in `.icon--heading`
638
- * Prevent copy-to-clipboard hint from reappearing after confirmation
639
- * Adds icons for Facebook, Curriculum Vitae and User
640
-
641
- ### Delphinus Projects Updates
642
- None
643
-
644
- ## 0.34.8 (January 26, 2023)
645
-
646
- ### Core Delphinus Updates
647
- * Proper cleanup of click and keyboard events in modal-view.ts
648
-
649
- ### Delphinus Projects Updates
650
- None
651
-
652
- ## 0.34.7 (January 26, 2023)
653
-
654
- ### Core Delphinus Updates
655
- * Update Figma Tokens to use Font Awesome 6.
656
- * Add Figma Tokens for fading.
657
-
658
- ### Delphinus Projects Updates
659
- None
660
-
661
- ## 0.34.6 (January 20, 2023)
662
-
663
- ### Core Delphinus Updates
664
- * Removes top/bottom margin of first/last child in Cards.
665
- * Adds Figma Tokens for dense paragraph spacing.
666
- * Fixes issue in `.horizontal-scroll--no-overflow` where content was squashed on wider screens.
667
-
668
- ### Delphinus Projects Updates
669
- #### Typo3
670
- Adds processing-state and forms styling. But is not yet modified to work fully within the .typo3-delphinus wrapper.
671
-
672
- ## 0.34.5 (January 18, 2023)
673
-
674
- ### Core Delphinus Updates
675
- * Adjust padding on normal and large buttons
676
- * Figma Tokens updated to include fifth font size introduced in 0.34.0
677
-
678
- ### Delphinus Projects Updates
679
- None
680
-
681
-
682
- ## 0.34.4 (January 17, 2023)
683
-
684
- ### Core Delphinus Updates
685
- * Fix gap in [copy-to-clipboard](https://delphinus.au.dk/components/copy-to-clipboard) hover hint and confirmation message, due to subpixel rendering.
686
- * Fix center alignment of content in `input[type="date"]` on iOS. Is now left aligned like all other browsers.
687
-
688
- ### Delphinus Projects Updates
689
- None
690
-
691
-
692
- ## 0.34.3 (January 13, 2023)
693
-
694
- ### Core Delphinus Updates
695
- None
696
-
697
- ### Delphinus Projects Updates
698
- #### Course Catalogue
699
- Include styling for environment-labels.
700
-
701
- ## 0.34.2 (January 12, 2023)
702
-
703
- ### Core Delphinus Updates
704
- Updated toolbar and content toggle scripts.
705
-
706
- ### Delphinus Projects Updates
707
- None
708
-
709
- ## 0.34.1 (January 11, 2023)
710
-
711
- ### Core Delphinus Updates
712
- Fixes sizing of `.list-name` in List Navigator.
713
-
714
- ### Delphinus Projects Updates
715
- None
716
-
717
-
718
- ## 0.34.0 (January 11, 2023)
719
- This is the **biggest** Delphinus update yet! Enjoy!
720
-
721
- ### Core Delphinus Updates
722
- * **CHANGED MARKUP:** [Horizontal scroll component](https://delphinus.au.dk/components/horizontal-scroll) now needs a wrapper (`.horizontal-scroll__scrollable-content`) for it's content. Also `.horizontal-scroll__scrollable-content-padding` is deprecated and has no effect anymore. Padding is added automatically when `.horizontal-scroll` sits inside a `.page__content__block--no-padding`.
723
- * **CHANGED MARKUP:** Use of input fields in toolbar requires new markup, see [toolbar](https://delphinus.au.dk/components/toolbar).
724
- * **CHANGED MARKUP:** [Modal views](https://delphinus.au.dk/components/modal-view) now require a `.modal-view__container` around te modal-view__body.
725
- * **CHANGED MARKUP:** `.search-filter__item` now requires the value of the filter to be wrapped in a span with class `.search-filter__item__value`. See [search fields](https://delphinus.au.dk/form-search).
726
- * **DEPRECATED:** `.modal-view__body--high` modifier. Use `.modal-view--high` instead (must be set directly on `.modal-view` div, see [modal views](https://delphinus.au.dk/components/modal-view)).
727
- * **DEPRECATED:** `.toggle-button` component can no longer be used.
728
- * **REMOVED:** stylesheet no longer includes warning for browsers that do not support CSS vars (previously shown as a red banner at the top of the page).
729
- * Updated to use Font Awesome 6 for [icons](https://delphinus.au.dk/icons).
730
- * **WARNING:** Delphinus now uses a [subset of Font Awesome](https://delphinus.au.dk/icons.html#icon-details). All other icons are no longer available. Is your icon missing? Please tell us at <claus.stadel@au.dk>.
731
- * **TO BE DEPRECATED:** In stead of setting icons on buttons etc. via a `data-icon` attribute, set icons using the [icon classes](https://delphinus.au.dk/icons.html#icon-details).
732
- * Introduces a 5th font-size in Delphinus, so that `h3`'s are now larger than the body text.
733
- * Adds new components: [Cards](https://delphinus.au.dk/components/cards), [Tags](https://delphinus.au.dk/components/tags), [Profile images](https://delphinus.au.dk/components/profile-image), [Switch](https://delphinus.au.dk/components/switch) and [Truncator](https://delphinus.au.dk/components/truncator).
734
- * Adds header and snapping option for [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll).
735
- * Adds support for [`select`'s with inline label](https://delphinus.au.dk/form-search.html#inline-select).
736
- * Adds style for [`.copy-to-clipboard`](https://delphinus.au.dk/components/copy-to-clipboard) (previously only markup and js). And adds option to use button inside `.copy-to-clipboard`, to not have the entire element be a button.
737
- * Better and more accessible [search fields](https://delphinus.au.dk/form-search). And you can now have a [search field in the header](https://delphinus.au.dk/navigation).
738
- * Adds `.page__content__block--small-gap-above` and `.page__content__block--extra-small-gap-above` modifiers to make the gap between two `.page__content__block`'s smaller than the default.
739
- * Adds new modifiers to change design and behaviour of the [toolbar component](https://delphinus.au.dk/components/toolbar).
740
- * Adds `.toolbar__filter` option for adding [multidimensional filters in a toolbar](https://delphinus.au.dk/components/toolbar.html#filters)
741
- * Adds new modifiers for [List Navigator component](https://delphinus.au.dk/components/list-navigator.html)
742
- * Adds modifiers for larger facts and links in [fact list component](https://delphinus.au.dk/components/fact-list).
743
- * Improves scrolling and sizing of [modal views](https://delphinus.au.dk/components/modal-view) on small screens: Now better prevents scrolling of the page behind the modal-view, and height of modal-view better accommodates the actual height of the viewport regardless of browser chrome visibility.
744
-
745
- ### Delphinus Projects Updates
746
- #### Mit Studie
747
- Fixed timetable style for new `.horizontal-scroll` markup and style.
748
-
749
- #### Typo3
750
- * Adds support for using delphinus `.page` layout in Typo3.
751
- * Adds fixes for using Cards and Horizontal scroll components inside Typo3
752
- * Added initial styling and markup for [employee profiles](https://delphinus.au.dk/projects/typo3/employee-profiles/).
753
- * Moved news and events demo pages to subdirectory.
754
-
755
- #### Course catalogue
756
- Adds [the project](https://delphinus.au.dk/projects/course-catalogue/)
757
-
758
-
759
- ## 0.33.4 (December 15, 2022)
760
-
761
- ### Core Delphinus Updates
762
- None
763
-
764
- ### Delphinus Projects Updates
765
- #### Typo3
766
- Changes naming of classes for info boxes in news, so that only one class is required regardless of positioning of the info box. Previously used an additional `--left` and `--rigth` modifer classes to set floating of the box on wider screens.
767
-
768
- ## 0.33.3 (November 17, 2022)
769
-
770
- ### Core Delphinus Updates
771
- Fix processing animation for Safari 16.0, where the animation wouldn't rotate.
772
-
773
- ### Delphinus Projects Updates
774
- None
775
-
776
- ## 0.33.2 (November 14, 2022)
777
-
778
- ### Core Delphinus Updates
779
- Fix of Content-Toggle callbacks.
780
-
781
- ### Delphinus Projects Updates
782
- None
783
-
784
- ## 0.33.1 (November 14, 2022)
785
-
786
- ### Core Delphinus Updates
787
- Fix of Content-Toggle naming and return types.
788
-
789
- ### Delphinus Projects Updates
790
- None
791
-
792
- ## 0.33.0 (November 14, 2022)
793
-
794
- ### Core Delphinus Updates
795
- Content-Toggle and Toolbar scripts updated to reflect Course Catalogue behaviour.
796
-
797
- ### Delphinus Projects Updates
798
- None
799
-
800
- ## 0.32.0 (November 3, 2022)
801
-
802
- ### Core Delphinus Updates
803
- Pagination component added.
804
-
805
- ### Delphinus Projects Updates
806
- None
807
-
808
- ## 0.31.1 (October 28, 2022)
809
-
810
- ### Core Delphinus Updates
811
- None
812
-
813
- ### Delphinus Projects Updates
814
- #### Typo3
815
- Fix for caption on hero image floating beyond width of image.
816
-
817
-
818
- ## 0.31.0 (October 27, 2022)
819
-
820
- ### Core Delphinus Updates
821
- None
822
-
823
- ### Delphinus Projects Updates
824
- #### Typo3
825
- Major update to news, including
826
- * "Related story" link style for all sites, not just omnibus.
827
- * No "gray bars" on images, except for very small hero-images.
828
- * Center and left-aligned infoboxes when using content elements.
829
- * Text is now centered in both "normal" normal news and news using content elements.
830
- * Support for YouTube and Vimeo in hero image.
831
- * Constrain height of hero image, if heigher than a 3:2-format.
832
-
833
-
834
- ## 0.30.13 (October 14, 2022)
835
-
836
- ### Core Delphinus Updates
837
- Added datetime-local as type on input fields for form styling.
838
-
839
- ### Delphinus Projects Updates
840
- None
841
-
842
- ## 0.30.12 (October 14, 2022)
843
-
844
- ### Core Delphinus Updates
845
- Adjusted styling of .datepicker when it is placed inside a fieldset.
846
-
847
- ### Delphinus Projects Updates
848
- None
849
-
850
- ## 0.30.11 (September 13, 2022)
851
-
852
- ### Core Delphinus Updates
853
- Updated setCopyToClipboard to take a non-hardcoded label for "Copied" notification as parameter.
854
-
855
- ### Delphinus Projects Updates
856
- None
857
-
858
-
859
-
860
- ## 0.30.10 (August 24, 2022)
861
-
862
- ### Core Delphinus Updates
863
- None
864
-
865
- ### Delphinus Projects Updates
866
- #### Mit Studie
867
- Fix to allow sameday events in timetable events to visually overflow past midnight.
868
-
869
-
870
-
871
-
872
- ## 0.30.9 (August 23, 2022)
873
-
874
- ### Core Delphinus Updates
875
- Updates `.environment-label` for use with `.box`.
876
-
877
- ### Delphinus Projects Updates
878
- None
879
-
880
-
881
-
882
- ## 0.30.8 (August 2, 2022)
883
-
884
- ### Core Delphinus Updates
885
- Fixes issue where height of `nav__item` was set incorrectly, in wide screen wiewports (Issue introduced in 0.30.7).
886
-
887
- ### Delphinus Projects Updates
888
- None
889
-
890
-
891
- ## 0.30.7 (August 2, 2022)
892
-
893
- ### Core Delphinus Updates
894
- Fixes issue where height of `nav__item` was set incorrectly, in wide screen wiewports (Issue introduced in 0.30.6).
895
-
896
- ### Delphinus Projects Updates
897
- None
898
-
899
-
900
- ## 0.30.6 (August 2, 2022)
901
-
902
- ### Core Delphinus Updates
903
- Fixes issue where height of `nav__item` was set incorrectly, when `.nav.` is toggled (Issue introduced in 0.29.0).
904
-
905
- ### Delphinus Projects Updates
906
- #### Mit Studie
907
- * Adds support for beta-label on event type in timetable modal view.
908
-
909
-
910
- ## 0.30.5 (July 29, 2022)
911
-
912
- ### Core Delphinus Updates
913
- None
914
-
915
- ### Delphinus Projects Updates
916
- #### Mit Studie
917
- * Fix issue where secondary title in event tiles (introduced in 0.30.4) did not show in short duration events.
918
- * Fix issue where short duration events, would show a white background behind the left side border of the event tile, if the tile has a theme class applied.
919
-
920
-
921
- ## 0.30.4 (July 26, 2022)
922
-
923
- ### Core Delphinus Updates
924
- None
925
-
926
- ### Delphinus Projects Updates
927
- Mit Studie: Add styling for a secondary title in event tiles.
928
-
929
-
930
- ## 0.30.3 (July 26, 2022)
931
-
932
- ### Core Delphinus Updates
933
- None
934
-
935
- ### Delphinus Projects Updates
936
- Mit Studie: Adjusted min width of timetable in default viewport, after page sidepadding changes introduced in 0.29.0.
937
-
938
-
939
-
940
- ## 0.30.2 (July 25, 2022)
941
-
942
- ### Core Delphinus Updates
943
- Removed border on `.text--callout`.
944
-
945
- ### Delphinus Projects Updates
946
- Typo3: Callout on old articles.
947
-
948
-
949
- ## 0.30.1 (July 19, 2022)
950
-
951
- ### Core Delphinus Updates
952
- None - build only.
953
-
954
- ### Delphinus Projects Updates
955
- None
956
-
957
-
958
- ## 0.30.0 (July 19, 2022)
959
-
960
- ### Core Delphinus Updates
961
- None
962
-
963
- ### Delphinus Projects Updates
964
- #### Mit Studie
965
- * Added missing modules (e.g. pre-header) to styles.
966
-
967
-
968
- ## 0.29.0 (June 27, 2022)
969
-
970
- ### Core Delphinus Updates
971
- * Real estate optimizations for `.nav` component. When used elsewhere, than in site header, the `.nav` component no longer has any whitespace at top. If you use `.tabbed-content` in your design or `.nav` in a `.page__content__block` please check that there is still sufficient whitespace above it.
972
-
973
- ### Delphinus Projects Updates
974
- #### Mit Studie
975
- * Fixes a few alignment issues in `.timetable` and `.timeline` introduced by the new side padding in narrow viewports from 0.27.0.
976
-
977
-
978
-
979
- ## 0.28.0 (June 24, 2022)
980
-
981
- ### Core Delphinus Updates
982
- * Moved type definitions to seperate npm project.
983
-
984
- ### Delphinus Projects Updates
985
- None
986
-
987
-
988
-
989
- ## 0.27.0 (June 23, 2022)
990
-
991
- ### Core Delphinus Updates
992
- * Tweaked vertical page margins in narrow viewport. Now, mobile has a bit more room horizontally. NOTE: If your design uses things that "pop" over the pages margins, please check, that there is still room for that after updating.
993
-
994
- ### Delphinus Projects Updates
995
- None
996
-
997
-
998
- ## 0.26.8 (June 21, 2022)
999
-
1000
- ### Core Delphinus Updates
1001
- * Correct typing of events i navigational scripts.
1002
- ### Delphinus Projects Updates
1003
- None
1004
-
1005
-
1006
- ## 0.26.7 (June 21, 2022)
1007
-
1008
- ### Core Delphinus Updates
1009
- * Return types on navigational functions for useEffect in React 18.
1010
- ### Delphinus Projects Updates
1011
- None
1012
-
1013
-
1014
- ## 0.26.6 (June 21, 2022)
1015
-
1016
- ### Core Delphinus Updates
1017
- * Removal of event listeners (before re-adding) in scripts in preparation for StrictMode in React 18.
1018
- ### Delphinus Projects Updates
1019
- None
1020
-
1021
-
1022
- ## 0.26.5 (June 20, 2022)
1023
-
1024
- ### Core Delphinus Updates
1025
- Fixes issue in navigation where the menu toogle would jump to bottom of the menu, when opened.
1026
-
1027
- ### Delphinus Projects Updates
1028
- None
1029
-
1030
-
1031
- ## 0.26.4 (June 7, 2022)
1032
-
1033
- ### Core Delphinus Updates
1034
- None
1035
-
1036
- ### Delphinus Projects Updates
1037
- * Removed box-shadow from `.roles-config__role__content`
1038
-
1039
-
1040
- ## 0.26.3 (June 1, 2022)
1041
-
1042
- ### Core Delphinus Updates
1043
- * Adds class for header in `toast-notification`.
1044
-
1045
- ### Delphinus Projects Updates
1046
- None
1047
-
1048
-
1049
- ## 0.26.2 (May 30, 2022)
1050
-
1051
- ### Core Delphinus Updates
1052
- * Fixes alignment of processing animation in buttons and `processing-state` component, that could sometimes not be rotating around its' center. Now uses an svg-mask in stead of a D from AU Peto font. This will also prevent the occasional rotating D, if Peto font is not loaded.
1053
-
1054
- ### Delphinus Projects Updates
1055
- None
1056
-
1057
-
1058
- ## 0.26.1 (May 23, 2022)
1059
-
1060
- ### Core Delphinus Updates
1061
- * Moved types folder to root and added missing package.json for automatic type recognition in other projects.
1062
-
1063
- ### Delphinus Projects Updates
1064
- None
1065
-
1066
-
1067
-
1068
- ## 0.26.0 (May 23, 2022)
1069
-
1070
- ### Core Delphinus Updates
1071
- * Added support for Typescript and converted existing scripts to Typescript.
1072
-
1073
- ### Delphinus Projects Updates
1074
- None
1075
-
1076
-
1077
-
1078
- ## 0.25.0 (May 19, 2022)
1079
-
1080
- ### Core Delphinus Updates
1081
- * Added stepper component <https://delphinus.au.dk/components/stepper>.
1082
- * Fix missing red border on invalid checkbox and radiobutton input.
1083
-
1084
- ### Delphinus Projects Updates
1085
- None
1086
-
1087
-
1088
-
1089
- ## 0.24.1 (April 21, 2022)
1090
-
1091
- ### Core Delphinus Updates
1092
- None
1093
-
1094
- ### Delphinus Projects Updates
1095
-
1096
- #### Typo3
1097
- Adds overwrite for all default content elements style in typo3 v10.
1098
-
1099
-
1100
-
1101
- ## 0.24.0 (March 29, 2022)
1102
-
1103
- ### Core Delphinus Updates
1104
- * `.hr--page-content-block-seperator` modifier for adding equal space above an below a `hr` that is the first or last element of a content block.
1105
- * `.page__footer--only-logo-and-seal`modifier for when the footer should only contain the logo and seal.
1106
-
1107
- ### Delphinus Projects Updates
1108
-
1109
- None
1110
-
1111
-
1112
-
1113
- ## 0.23.25 (March 14, 2022)
1114
-
1115
- ### Core Delphinus Updates
1116
- Fixes icon size in `.nav__item--icon` so that the icon is only large, when used in `.nav__utilities`. Otherwise, the icon has the same size as the text.
1117
-
1118
- ### Delphinus Projects Updates
1119
-
1120
- #### Mit Studie
1121
- Fixes rendering issue in Chrome, where the missing exam component could have 1px line on the left.
1122
-
1123
-
1124
-
1125
-
1126
- ## 0.23.24 (February 24, 2022)
1127
-
1128
- ### Core Delphinus Updates
1129
- None
1130
-
1131
- ### Delphinus Projects Updates
1132
-
1133
- #### Typo3
1134
- Adds support for the HTML content element type in news.
1135
-
1136
-
1137
-
1138
- ## 0.23.23 (February 23, 2022)
1139
-
1140
- ### Core Delphinus Updates
1141
- None
1142
-
1143
- ### Delphinus Projects Updates
1144
-
1145
- #### Typo3
1146
- Fixes alignment when using content element headers and subheader in news.
1147
-
1148
-
1149
-
1150
- ## 0.23.22 (February 15, 2022)
1151
-
1152
- Don't use has bugs.
1153
-
1154
-
1155
-
1156
- ## 0.23.21 (February 14, 2022)
1157
-
1158
- ### Core Delphinus Updates
1159
- None
1160
-
1161
- ### Delphinus Projects Updates
1162
-
1163
- #### Typo3
1164
- Support news using content elements in other layouts, than full width layouts.
1165
-
1166
-
1167
-
1168
-
1169
-
1170
- ## 0.23.20 (February 10, 2022)
1171
-
1172
- ### Core Delphinus Updates
1173
- Improved design for skip-to-content accessibility-link.
1174
-
1175
- ### Delphinus Projects Updates
1176
- None
1177
-
1178
-
1179
-
1180
- ## 0.23.19 (February 8, 2022)
1181
-
1182
- ### Core Delphinus Updates
1183
- None
1184
-
1185
- ### Delphinus Projects Updates
1186
-
1187
- #### Typo3
1188
- * Prevents pseudo element in news figures from being z-indexed above the image.
1189
- * Allows images in one column galleries in content elements to be less wide, than the text and makes the caption follow the width of the image.
1190
-
1191
-
1192
-
1193
- ## 0.23.18 (February 7, 2022)
1194
-
1195
- ### Core Delphinus Updates
1196
- `.typography-dense` now supports headings, blockquotes, lists and hr.
1197
-
1198
- ### Delphinus Projects Updates
1199
- None
1200
-
1201
-
1202
-
1203
- ## 0.23.17 (February 7, 2022)
1204
-
1205
- ### Core Delphinus Updates
1206
- When you have a list of links (`ul` or `ol`) you can skip the underlining of the links for visual clarity by adding class `.list--links` to the list.
1207
-
1208
- ### Delphinus Projects Updates
1209
-
1210
- #### Typo3
1211
- * New icons on infobox in news.
1212
- * Allow tables to be wider than text when using content elements.
1213
-
1214
-
1215
- ## 0.23.16 (February 4, 2022)
1216
-
1217
- ### Core Delphinus Updates
1218
- None
1219
-
1220
- ### Delphinus Projects Updates
1221
-
1222
- #### Typo3
1223
- Prevent news hero images from stretching, when not as wide as the page. And prevent hero image from being of a wider aspect ratio than 16:9 in narrow viewports (cropped on sides).
1224
-
1225
- Loads of stuff for supporting news using content elements:
1226
- * Center aligned text in articles
1227
- * Floated images and video (above the medium breakpoint)
1228
- * Multicolumn image galleries (above the medium breakpoint)
1229
- * Infobox (collapsed and with an expand-toggle in narrow viewports)
1230
-
1231
-
1232
-
1233
- ## 0.23.15 (January 28, 2022)
1234
-
1235
- ### Core Delphinus Updates
1236
- * Prevent site logo from hanging, when there is no other content (no site name) in the header home link.
1237
- * Fix processing state of buttons that use the utility-button mixin, before this fix the spinner was in the same color, as the button background and therefore hard to see, also button text was still showing.
1238
-
1239
- ### Delphinus Projects Updates
1240
- None
1241
-
1242
-
1243
-
1244
- ## 0.23.14 (January 21, 2022)
1245
-
1246
- ### Core Delphinus Updates
1247
- Fixes styling of links in an `.empty-state` component.
1248
-
1249
- ### Delphinus Projects Updates
1250
- None
1251
-
1252
-
1253
- ## 0.23.13 (January 20, 2022)
1254
-
1255
- ### Core Delphinus Updates
1256
- * Support for nesting in `ul`, `ol` lists.
1257
- * Introduces `utility-shadow` color for setting shadows on buttons etc. in elements that has a utility color as background.
1258
-
1259
- ### Delphinus Projects Updates
1260
-
1261
- #### Bachelor applications
1262
- Removes custom strike-through in annulled application titles. Back to `text-decoration: line-through` in order to support multiline titles.
1263
-
1264
-
1265
-
1266
- ## 0.23.12 (January 12, 2022)
1267
-
1268
- ### Core Delphinus Updates
1269
- None
1270
-
1271
- ### Delphinus Projects Updates
1272
- #### TYPO3-project
1273
-
1274
- * Adds styling for table, pre and hr tags in news content.
1275
- * Fixes rendering of custom bullets in news content.
1276
-
1277
-
1278
- ## 0.23.11 (January 12, 2022)
1279
- Don't use, has bug in typo3-project.
1280
-
1281
-
1282
- ## 0.23.10 (January 12, 2022)
1283
- Don't use, has bug in typo3-project.
1284
-
1285
-
1286
- ## 0.23.9 (January 12, 2022)
1287
-
1288
- ### Core Delphinus Updates
1289
-
1290
- Fixes foreground-color for elements with "theme" and "theme-secondary" as background-color, that could otherwise have too low contrast in dark themes.
1291
-
1292
- ### Delphinus Projects Updates
1293
- #### TYPO3-project
1294
-
1295
- * Adjusts vertical gutters in the .typo3-delphinus wrapper for various layout templates, to be in line with Delphinus vertical gutter.
1296
- * Adjusts horizontal gutters for typo3 sites that are "framed" on wide screens (.universe, .omnibus, .aarhus-bss).
1297
- * Various styling fixes for omnibus: Font rendering on headers, link underlining.
1298
-
1299
-
1300
- ## 0.23.8 (December 22, 2021)
1301
-
1302
- Adds README-file to project.
1303
-
1304
- ## 0.23.7 (December 22, 2021)
1305
-
1306
- Adds .typography-dense class for less spacious typography. Currently only adds less vertical margin to p-tags.
1307
-
1308
- ## 0.23.6 (December 14, 2021)
1309
-
1310
- Adds compiled versions of css and js for typo3-project to npm-package.
1311
-
1312
-
1313
- ## 0.23.5 (November 11, 2021)
1314
-
1315
- Release containing a lot of new stuff for minansøgning.au.dk: <https://delphinus.au.dk/projects/bachelor-applications/>
1316
-
1317
- ### New features and components in core Delphinus
1318
-
1319
- * Header-callout: Put messages directly below the page header. Less real-estate consuming than using .notfication in a .page__content__block: <https://delphinus.au.dk/components/header-callout.html>
1320
- * Large bullet lists: <https://delphinus.au.dk/components/large-bullets.html>
1321
- * List for highlighting a list of facts or figures: <https://delphinus.au.dk/components/fact-list.html>
1322
- * Better, easier center alignment of content in a .page__content__block. E.g. used here: <https://delphinus.au.dk/projects/bachelor-applications/receipt-accepted.html>
1323
- * Page content can snap to content above. See this link, previously there would have been whitespace between the header and the first .page__content__block in the content: <https://delphinus.au.dk/projects/bachelor-applications/applications-overview.html>
1324
- * Collapse content into tabs in narrow viewports: <https://delphinus.au.dk/components/tabbed-content.html>
1325
- * Impersonation and simplar stuff for testing-purposes can be put away in a collapsible-panel above the header: <https://delphinus.au.dk/projects/bachelor-applications/impersonation-form.html>
1
+ ## 1.1.2 (August 17, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ Adds css-var `--bp-max-width` with rem value for the breakpoint at the which the width is the page is constrained. This css-var can be used på JS to reference the width of the breakpoint.
5
+
6
+ ### Delphinus Projects Updates
7
+ None
8
+
9
+ ## 1.1.1 (August 16, 2023)
10
+
11
+ ### Core Delphinus Updates
12
+ None
13
+
14
+ ### Delphinus Projects Updates
15
+ #### Typo3 - News and events
16
+ * Fixes vertical spacing when adding a header to a content element, using the header field.
17
+ * Fixes issues with vertical borders on tables.
18
+
19
+
20
+
21
+ ## 1.1.0 (August 14, 2023)
22
+
23
+ ### Core Delphinus Updates
24
+ Fixes some slighty off color contrast calculations for relative lumniance, that has been there since the dawn of Delphinus. Woopsie.
25
+
26
+ ### Delphinus Projects Updates
27
+ None
28
+
29
+
30
+
31
+
32
+ ## 1.0.7 (August 2, 2023)
33
+
34
+ ### Core Delphinus Updates
35
+ Adds figma-tokens for focus outline color and width.
36
+
37
+ ### Delphinus Projects Updates
38
+ None
39
+
40
+
41
+ ## 1.0.6 (August 2, 2023)
42
+
43
+ ### Core Delphinus Updates
44
+ Adds some long needed [design documentation](https://delphinus.au.dk/design).
45
+
46
+ ### Delphinus Projects Updates
47
+ None
48
+
49
+
50
+ ## 1.0.5 (August 1, 2023)
51
+
52
+ ### Core Delphinus Updates
53
+ None
54
+
55
+ ### Delphinus Projects Updates
56
+ #### Medarbejdere
57
+ Restores functioning content toggle in profile header.
58
+
59
+
60
+ ## 1.0.4 (August 1, 2023)
61
+
62
+ ### Core Delphinus Updates
63
+ * This version actually restores minification for all compiled css files. Didn't work in 1.0.3.
64
+
65
+ ### Delphinus Projects Updates
66
+ None
67
+
68
+
69
+
70
+ ## 1.0.3 (July 28, 2023)
71
+
72
+ ### Core Delphinus Updates
73
+ * Restores minification for all compiled css files.
74
+ * Adjust JavaScript for [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll), so that the component now needs modifier `.horizontal-scroll--check-overflow` before JS will check for overflow and set the `.horizontal-scroll--no-overflow` modifier if the panel has no overflow.
75
+ * Adds support for scroll buttons, when [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll) is combined with [tabbed-content](https://delphinus.au.dk/components/tabbed-content).
76
+
77
+
78
+ ### Delphinus Projects Updates
79
+ #### Medarbejdere
80
+ * Adds style and markup for selecting which profile text to add in Pure editor.
81
+
82
+ #### Typo3
83
+ * Improvements for secondary affiliations-toggle in profile header.
84
+
85
+
86
+
87
+ ## 1.0.2 (July 27, 2023)
88
+
89
+ ### Core Delphinus Updates
90
+ * Adds compilation of missing css file for the [BEM documentation page](https://delphinus.au.dk/code/bem-class-naming).
91
+
92
+ ### Delphinus Projects Updates
93
+ None
94
+
95
+
96
+ ## 1.0.1 (July 21, 2023)
97
+
98
+ ### Core Delphinus Updates
99
+ * Fixes 404-handling on new setup.
100
+ * Rewrites [`processing-animation`](https://delphinus.au.dk/code/processing-animation) mixin to take a color name as input.
101
+
102
+ ### Delphinus Projects Updates
103
+ #### Brightspace
104
+ * Fixes issue with css file for this project being compiled from the bachelor-applications project.
105
+ * Fixes routning issue with widget demo page.
106
+
107
+ #### Bachelor applications
108
+ * Fixes isses with css file not being compiled for this project.
109
+
110
+
111
+ ## 1.0.0 (July 20, 2023)
112
+ **Big release!** At least for those of us building Delphinus. With this release, we have transitioned away from using Grunt as our build tool. From now on Sass and TypeScript files are compiled using Node, and Pug files render on the fly using an Express server. This results in dramatically improved build speed and development experience.
113
+
114
+ ### Two things to note:
115
+ * If you have cloned the Delpinus repo, please delete your local copy and clone from new and run `npm install`.
116
+ * If you are sourceing the compiled css files from the CDN, please note that the URLs have a slight change, as compiled css files are now in the `public` dir, not in the previous `build` dir.
117
+
118
+ Hopefully, this update will make us able to build and develop Delphinus at warp speed ;)
119
+
120
+ **IMPORTANT** Do not use compiled css files from this version for Brightspace and Bachelor applications projects, as these are not correct. Use version 1.0.1 instead.
121
+
122
+
123
+ ## 0.48.1 (July 18, 2023)
124
+
125
+ ### Core Delphinus Updates
126
+ Updates Figma tokens to use the new black Omnibus theme color.
127
+
128
+ ### Delphinus Projects Updates
129
+ None
130
+
131
+
132
+
133
+ ## 0.48.0 (July 18, 2023)
134
+
135
+ ### Core Delphinus Updates
136
+ * Adds support for using the [Switch component](https://delphinus.au.dk/components/switch) inside a form.
137
+
138
+ ### Delphinus Projects Updates
139
+ None
140
+
141
+
142
+
143
+ ## 0.47.1 (July 17, 2023)
144
+
145
+ ### Core Delphinus Updates
146
+ * Adds modifier class for constraining width of `.button-container`.
147
+ * Fixes processing state of buttons styled using the `utility-button` mixin.
148
+
149
+ ### Delphinus Projects Updates
150
+ #### Medarbejdere
151
+ * Reworks design for removing freeform texts, profile links or subject areas from person profiles in pure editor.
152
+
153
+
154
+
155
+ ## 0.47.0 (July 13, 2023)
156
+
157
+ ### Core Delphinus Updates
158
+ None
159
+
160
+ ### Delphinus Projects Updates
161
+ #### Typo3
162
+ * Fixes focus style on contact toggle in profile header.
163
+
164
+ #### Medarbejdere
165
+ * Reworks design of pure editor for adding up to six freeform texts on person profiles.
166
+ * Reworks design of pure editor for add links to other profile.
167
+ * Reworks and adjusts empty state in pure editor.
168
+ * Adds callout to pure editor when title needs translation.
169
+
170
+
171
+
172
+ ## 0.46.2 (July 3, 2023)
173
+
174
+ ### Core Delphinus Updates
175
+ None
176
+
177
+ ### Delphinus Projects Updates
178
+ #### Typo3
179
+ Fixes for profile header with only phone number and email.
180
+
181
+
182
+ ## 0.46.1 (June 30, 2023)
183
+
184
+ ### Core Delphinus Updates
185
+ None
186
+
187
+ ### Delphinus Projects Updates
188
+ #### Typo3
189
+ Fixes new focus styles to not be overwritten by the typo3 default stylesheet.
190
+
191
+
192
+ ## 0.46.0 (June 30, 2023)
193
+
194
+ ### Core Delphinus Updates
195
+ * Adds new custom focus styles.
196
+ * Adds button functionality to horizontal scroll [Horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll).
197
+
198
+ ### Delphinus Projects Updates
199
+ #### Typo3
200
+ Adds javascript for affiliations toggle.
201
+
202
+
203
+ ## 0.45.0 (June 28, 2023)
204
+
205
+ ### Core Delphinus Updates
206
+ Adds design for [combo box field](https://delphinus.au.dk/form-combo-box) in forms.
207
+
208
+ ### Delphinus Projects Updates
209
+ None
210
+
211
+
212
+ ## 0.44.2 (June 20, 2023)
213
+
214
+ ### Core Delphinus Updates
215
+ Adds a max height to the autoexpanding textareas, introduced in 0.44.0.
216
+
217
+ ### Delphinus Projects Updates
218
+ None
219
+
220
+
221
+ ## 0.44.1 (June 20, 2023)
222
+
223
+ ### Core Delphinus Updates
224
+ None
225
+
226
+ ### Delphinus Projects Updates
227
+ #### Medarbejdere
228
+ Fixes alignment of tooltip button on primary affilitation in pure editor.
229
+
230
+
231
+
232
+ ## 0.44.0 (June 19, 2023)
233
+
234
+ ### Core Delphinus Updates
235
+ Adds [autoexpanding textarea](https://delphinus.au.dk/form-textarea-autoexpand) for form fields.
236
+
237
+ ### Delphinus Projects Updates
238
+ None
239
+
240
+
241
+ ## 0.43.9 (June 19, 2023)
242
+
243
+ ### Core Delphinus Updates
244
+ [Receipt component](https://delphinus.au.dk/components/receipt) now supports an attention state, as alternative to the default confirm state, and it also supports setting a custom icon.
245
+
246
+ ### Delphinus Projects Updates
247
+ None
248
+
249
+
250
+ ## 0.43.8 (June 16, 2023)
251
+
252
+ ### Core Delphinus Updates
253
+ None
254
+
255
+ ### Delphinus Projects Updates
256
+ #### Medarbejdere
257
+ Adds design for image preview when uploading a profile image in pure editor.
258
+
259
+
260
+ ## 0.43.7 (June 16, 2023)
261
+
262
+ ### Core Delphinus Updates
263
+ * Adjust spacing when a `h3` is follow by a `h4`.
264
+
265
+ ### Delphinus Projects Updates
266
+ #### Typo3
267
+ * **CHANGED MARKUP:** Improved markup for link to primary association in profile header.
268
+ * Supports up to six different freeform texts on person profiles.
269
+ * Fixes issue with toggle for secondary affiliations not rendering correctly.
270
+ * Constrains width of contanct details panel, to improve design of profiles without subject areas.
271
+ * Optimized design for profiles without phone numbers.
272
+ * Optimized design for profiles without subjects areas.
273
+
274
+
275
+ ## 0.43.6 (June 15, 2023)
276
+
277
+ ### Core Delphinus Updates
278
+ **CHANGED MARKUP** of [character count](https://delphinus.au.dk/form-character-count) for form fields.
279
+
280
+ ### Delphinus Projects Updates
281
+ None
282
+
283
+
284
+ ## 0.43.5 (June 12, 2023)
285
+
286
+ ### Core Delphinus Updates
287
+ Fixes alignment of `.link--arrow` and the heading in headers of the [horizontal scroll component](http://delphinus.au.dk/components/horizontal-scroll).
288
+
289
+ ### Delphinus Projects Updates
290
+ None
291
+
292
+
293
+ ## 0.43.4 (June 12, 2023)
294
+
295
+ ### Core Delphinus Updates
296
+
297
+ Updates design of [character count](https://delphinus.au.dk/form-character-count) for form fields.
298
+
299
+ ### Delphinus Projects Updates
300
+ #### Medarbejdere
301
+ Aligns design of pure editor with new character count style.
302
+
303
+
304
+ ## 0.43.3 (June 9, 2023)
305
+
306
+ ### Core Delphinus Updates
307
+ Fixes alignment in header in `.horizontal-scroll--no-overflow`.
308
+
309
+ ### Delphinus Projects Updates
310
+ None
311
+
312
+
313
+ ## 0.43.2 (June 9, 2023)
314
+
315
+ ### Core Delphinus Updates
316
+ None
317
+
318
+ ### Delphinus Projects Updates
319
+ #### Typo 3
320
+ Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.
321
+
322
+ ## 0.43.1 (May 26, 2023)
323
+
324
+ ### Core Delphinus Updates
325
+ None
326
+
327
+ ### Delphinus Projects Updates
328
+ #### Queue-it
329
+ Fixes design of label in front of languge selector.
330
+
331
+ ## 0.43.0 (May 25, 2023)
332
+
333
+ ### Core Delphinus Updates
334
+ * Renames `set-colors-background-forground` mixin to `set-colors`.
335
+ * Adds some intital documentation for [sass mixins, variables and functions](https://delphinus.au.dk/code/).
336
+
337
+ ### Delphinus Projects Updates
338
+ None
339
+
340
+ ## 0.42.0 (April 27, 2023)
341
+
342
+ ### Core Delphinus Updates
343
+ * Adds an init state for cards in [procesing state component](https://delphinus.au.dk/components/processing-state).
344
+
345
+ ### Delphinus Projects Updates
346
+ #### Typo3
347
+ * Fixes alignment in contact toogle on profileheader.
348
+
349
+
350
+ ## 0.41.3 (April 25, 2023)
351
+
352
+ ### Core Delphinus Updates
353
+ None
354
+
355
+ ### Delphinus Projects Updates
356
+ Fixes for Queue-it theme
357
+
358
+ ## 0.41.2 (April 24, 2023)
359
+
360
+ ### Core Delphinus Updates
361
+ None
362
+
363
+ ### Delphinus Projects Updates
364
+ Adds project for custom styling of Queue-it queue-system.
365
+
366
+
367
+ ## 0.41.1 (April 11, 2023)
368
+
369
+ ### Core Delphinus Updates
370
+ * Fine tunings for page-overlay for toolbar filter introduced in 0.40.2. The filter buttons now sits above the page-overlay, so that you can open a new filter without first closing the open one.
371
+
372
+ ### Delphinus Projects Updates
373
+ None
374
+
375
+
376
+ ## 0.41.0 (April 11, 2023)
377
+
378
+ ### Core Delphinus Updates
379
+ None
380
+
381
+ ### Delphinus Projects Updates
382
+ #### Typo3
383
+ * Adds new colors, fonts and styles for Omnibus news.
384
+
385
+ ## 0.40.2 (March 31, 2023)
386
+
387
+ ### Core Delphinus Updates
388
+ * Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.
389
+
390
+ ### Delphinus Projects Updates
391
+ None
392
+
393
+
394
+ ## 0.40.1 (March 31, 2023)
395
+
396
+ ### Core Delphinus Updates
397
+ * Fix vertical margin on `.fieldset--section`
398
+ * Fix background color on tags on background-secondary (Bug introdcued in 0.39.0).
399
+
400
+ ### Delphinus Projects Updates
401
+ None
402
+
403
+ ## 0.40.0 (March 28, 2023)
404
+ ### Core Delphinus Updates
405
+ * **CHANGED MARKUP:** [Stepper component](https://delphinus.au.dk/components/stepper) now needs an h1 for screenreaders and a wrapper around the step list.
406
+ * Option to add an icon to final step in [Stepper component](https://delphinus.au.dk/components/stepper).
407
+ * Adds component [Data Box](https://delphinus.au.dk/components/data-box)
408
+ * Adds new button style for an [inline button](https://delphinus.au.dk/inline-button).
409
+ * Minor whitespace tweaks for [Navigation list component](https://delphinus.au.dk/components/navigation-list).
410
+ * Header in [Receipt component](https://delphinus.au.dk/components/receipt) is now bold by default and you can add secondary text.
411
+ * Add `.width-constrain` and `.page__content--constrain-width` classes for constraining the width of a piece of content or the entire page content.
412
+
413
+ ### Delphinus Projects Updates
414
+ #### Mit Studie
415
+ Adds Stepper, inline-button and data-box to the project.
416
+
417
+
418
+ ## 0.39.3 (March 28, 2023)
419
+
420
+ ### Core Delphinus Updates
421
+ None
422
+
423
+ ### Delphinus Projects Updates
424
+ #### Course Catalogue
425
+ Fix width of data box in course catalogue, when it has little content.
426
+
427
+ ## 0.39.2 (March 27, 2023)
428
+
429
+ ### Core Delphinus Updates
430
+ * Fix z-index of error message in search field in `.toolbar__filter`
431
+ * Prevents animation in `.processing-state--updating` from fading completely to transparent with each rotation.
432
+
433
+ ### Delphinus Projects Updates
434
+ None
435
+
436
+
437
+
438
+ ## 0.39.1 (March 27, 2023)
439
+
440
+ ### Core Delphinus Updates
441
+ None
442
+
443
+ ### Delphinus Projects Updates
444
+ #### Course Catalogue
445
+ Limit size of css file, by not including unused components.
446
+
447
+ ## 0.39.0 (March 27, 2023)
448
+
449
+ ### Core Delphinus Updates
450
+ * Fixes spacing in `.icon--heading`
451
+ * Add options to make [tags](https://delphinus.au.dk/components/tags) clickable
452
+
453
+ ### Delphinus Projects Updates
454
+ None
455
+
456
+
457
+ ## 0.38.2 (March 14, 2023)
458
+
459
+ ### Core Delphinus Updates
460
+ * Adds new icon for logs
461
+
462
+ ### Delphinus Projects Updates
463
+ #### Bachelor applications
464
+ * Adds design for showing user log in impersonator panel.
465
+
466
+
467
+ ## 0.38.1 (March 13, 2023)
468
+
469
+ ### Core Delphinus Updates
470
+ * Fixes CSS issue in 0.38.0 that didn't include the correct files.
471
+
472
+ ### Delphinus Projects Updates
473
+ None
474
+
475
+ ## 0.38.0 (March 13, 2023)
476
+
477
+ **DO NOT USE THIS VERSION, LACKS UPDATED CSS FILE**
478
+
479
+ ### Core Delphinus Updates
480
+ * Adds design, style and markup for [form fields with character count](https://delphinus.au.dk/form-character-count). JS not yet implemented.
481
+ * Begun adding custom focus style for interactive elements, starting with [form fields](https://delphinus.au.dk/form-fields).
482
+
483
+ ### Delphinus Projects Updates
484
+ #### Medarbejdere
485
+ * Updated markup and style for Pure Profile Editor.
486
+ * Allow wider `fieldset` when editing subject areas.
487
+
488
+
489
+
490
+ ## 0.37.0 (March 10, 2023)
491
+
492
+ ### Core Delphinus Updates
493
+ * **CHANGED:** When setting form fields in a `fieldset` invalid you now need to add the `.form-info--error` class to both the `fieldset` and each `.form__field` that is invalid. Before, setting the class on the `.form__field`'s individually would have no effect and it would look like all fields in the set were invalid.
494
+ * Fixes active state of `input(type="submit")` in processing state.
495
+
496
+ ### Delphinus Projects Updates
497
+ #### Mit Studie
498
+ * Markup and style for [student id-image upload](https://delphinus.au.dk/projects/mitstudie/student-id) updated to use new markup for [file upload](https://delphinus.au.dk/form-file-upload) introduced in 0.36.0.
499
+
500
+
501
+ ## 0.36.0 (March 8, 2023)
502
+
503
+ ### Core Delphinus Updates
504
+ * Adds new style and markup for [uploading files](https://delphinus.au.dk/form-file-upload) in a form.
505
+
506
+ ### Delphinus Projects Updates
507
+ None
508
+
509
+
510
+ ## 0.35.3 (March 7, 2023)
511
+
512
+ ### Core Delphinus Updates
513
+ * Fix sizing of hit area on iOS when using [Switch component](https://delphinus.au.dk/components/switch) as checkbox.
514
+
515
+ ### Delphinus Projects Updates
516
+ None
517
+
518
+
519
+ ## 0.35.2 (March 6, 2023)
520
+
521
+ ### Core Delphinus Updates
522
+ * Adds support for using [Switch component](https://delphinus.au.dk/components/switch) as radiobuttons, checkbox and toggle (button with `aria-pressed` attribute)
523
+ * Fixes positioning of "Skip to content"-button i navigation.
524
+ * Fixes auto expand of truncator, when setting focus on a link inside the truncated content.
525
+
526
+ ### Delphinus Projects Updates
527
+ None
528
+
529
+
530
+
531
+ ## 0.35.1 (February 28, 2023)
532
+
533
+ ### Core Delphinus Updates
534
+ Tweak of the truncator JS when resizing.
535
+
536
+ ### Delphinus Projects Updates
537
+ None
538
+
539
+
540
+
541
+ ## 0.35.0 (February 28, 2023)
542
+
543
+ ### Core Delphinus Updates
544
+ JS for truncators. Better handling of content-toggles on demo site.
545
+
546
+ ### Delphinus Projects Updates
547
+ TYPO3-specific JS implemented.
548
+
549
+
550
+
551
+ ## 0.34.16 (February 20, 2023)
552
+
553
+ ### Core Delphinus Updates
554
+ Fixes issue with icons not displaying correctly in [Toast Notification](https://delphinus.au.dk/components/toast-notification) component in confirm and warnings states.
555
+
556
+ ### Delphinus Projects Updates
557
+ None
558
+
559
+
560
+
561
+ ## 0.34.15 (February 17, 2023)
562
+
563
+ ### Core Delphinus Updates
564
+ * Changed markup for [Switch](https://delphinus.au.dk/components/switch) component. Also adds option to add a label to the switch.
565
+
566
+ ### Delphinus Projects Updates
567
+
568
+ #### medarbejdere.au.dk
569
+ * Fine tunings of pure profile editor
570
+
571
+
572
+ ## 0.34.14 (February 17, 2023)
573
+
574
+ ### Core Delphinus Updates
575
+ * Adds icons for minimizing and maximizing.
576
+ * Fixes localization of confirm message in Copy to Clipboard component.
577
+
578
+ ### Delphinus Projects Updates
579
+ #### Brightspace
580
+ * Optimized CSS file.
581
+
582
+ #### medarbejdere.au.dk
583
+ * Adds initial stuff for Pure Profile Editor
584
+
585
+
586
+
587
+ ## 0.34.13 (February 14, 2023)
588
+
589
+ ### Core Delphinus Updates
590
+ None
591
+
592
+ ### Delphinus Projects Updates
593
+ #### Typo3
594
+ Fixes an issue in `.profile-header` were background would not fully span the page in layout16 in framed sites.
595
+
596
+
597
+
598
+ ## 0.34.12 (February 14, 2023)
599
+
600
+ ### Core Delphinus Updates
601
+ * Fixes an issue with positioning of submit button in `.form__inline-submit` that was introduced in 0.34.11
602
+ * Updates z-index of `.toolbar__popout`
603
+
604
+ ### Delphinus Projects Updates
605
+ #### Typo3
606
+ Fine tunings of `.profile-header` component:
607
+ * Optimize margins for various page layouts.
608
+ * Optimize for long emails and long subject-areas.
609
+ * Adds use of `<picture>` element for the profile picture, in order to serve the image resource in various sizes.
610
+
611
+ Optimized image sizes in cards.
612
+
613
+
614
+
615
+ ## 0.34.11 (February 10, 2023)
616
+
617
+ ### Core Delphinus Updates
618
+ * Adds javascript for [Tabbed Content](https://delphinus.au.dk/components/tabbed-content) component using [Switch](https://delphinus.au.dk/components/switch) component as tabs.
619
+
620
+ ### Delphinus Projects Updates
621
+ #### Typo3
622
+ * Many fine tunings of `.profile-header` component.
623
+
624
+
625
+ ## 0.34.10 (February 1, 2023)
626
+
627
+ ### Core Delphinus Updates
628
+ * Fix issue where Fact list component would cause horizontal overflow i default viewport width.
629
+
630
+ ### Delphinus Projects Updates
631
+ None
632
+
633
+
634
+ ## 0.34.9 (February 1, 2023)
635
+
636
+ ### Core Delphinus Updates
637
+ * Fix color in `.icon--heading`
638
+ * Prevent copy-to-clipboard hint from reappearing after confirmation
639
+ * Adds icons for Facebook, Curriculum Vitae and User
640
+
641
+ ### Delphinus Projects Updates
642
+ None
643
+
644
+ ## 0.34.8 (January 26, 2023)
645
+
646
+ ### Core Delphinus Updates
647
+ * Proper cleanup of click and keyboard events in modal-view.ts
648
+
649
+ ### Delphinus Projects Updates
650
+ None
651
+
652
+ ## 0.34.7 (January 26, 2023)
653
+
654
+ ### Core Delphinus Updates
655
+ * Update Figma Tokens to use Font Awesome 6.
656
+ * Add Figma Tokens for fading.
657
+
658
+ ### Delphinus Projects Updates
659
+ None
660
+
661
+ ## 0.34.6 (January 20, 2023)
662
+
663
+ ### Core Delphinus Updates
664
+ * Removes top/bottom margin of first/last child in Cards.
665
+ * Adds Figma Tokens for dense paragraph spacing.
666
+ * Fixes issue in `.horizontal-scroll--no-overflow` where content was squashed on wider screens.
667
+
668
+ ### Delphinus Projects Updates
669
+ #### Typo3
670
+ Adds processing-state and forms styling. But is not yet modified to work fully within the .typo3-delphinus wrapper.
671
+
672
+ ## 0.34.5 (January 18, 2023)
673
+
674
+ ### Core Delphinus Updates
675
+ * Adjust padding on normal and large buttons
676
+ * Figma Tokens updated to include fifth font size introduced in 0.34.0
677
+
678
+ ### Delphinus Projects Updates
679
+ None
680
+
681
+
682
+ ## 0.34.4 (January 17, 2023)
683
+
684
+ ### Core Delphinus Updates
685
+ * Fix gap in [copy-to-clipboard](https://delphinus.au.dk/components/copy-to-clipboard) hover hint and confirmation message, due to subpixel rendering.
686
+ * Fix center alignment of content in `input[type="date"]` on iOS. Is now left aligned like all other browsers.
687
+
688
+ ### Delphinus Projects Updates
689
+ None
690
+
691
+
692
+ ## 0.34.3 (January 13, 2023)
693
+
694
+ ### Core Delphinus Updates
695
+ None
696
+
697
+ ### Delphinus Projects Updates
698
+ #### Course Catalogue
699
+ Include styling for environment-labels.
700
+
701
+ ## 0.34.2 (January 12, 2023)
702
+
703
+ ### Core Delphinus Updates
704
+ Updated toolbar and content toggle scripts.
705
+
706
+ ### Delphinus Projects Updates
707
+ None
708
+
709
+ ## 0.34.1 (January 11, 2023)
710
+
711
+ ### Core Delphinus Updates
712
+ Fixes sizing of `.list-name` in List Navigator.
713
+
714
+ ### Delphinus Projects Updates
715
+ None
716
+
717
+
718
+ ## 0.34.0 (January 11, 2023)
719
+ This is the **biggest** Delphinus update yet! Enjoy!
720
+
721
+ ### Core Delphinus Updates
722
+ * **CHANGED MARKUP:** [Horizontal scroll component](https://delphinus.au.dk/components/horizontal-scroll) now needs a wrapper (`.horizontal-scroll__scrollable-content`) for it's content. Also `.horizontal-scroll__scrollable-content-padding` is deprecated and has no effect anymore. Padding is added automatically when `.horizontal-scroll` sits inside a `.page__content__block--no-padding`.
723
+ * **CHANGED MARKUP:** Use of input fields in toolbar requires new markup, see [toolbar](https://delphinus.au.dk/components/toolbar).
724
+ * **CHANGED MARKUP:** [Modal views](https://delphinus.au.dk/components/modal-view) now require a `.modal-view__container` around te modal-view__body.
725
+ * **CHANGED MARKUP:** `.search-filter__item` now requires the value of the filter to be wrapped in a span with class `.search-filter__item__value`. See [search fields](https://delphinus.au.dk/form-search).
726
+ * **DEPRECATED:** `.modal-view__body--high` modifier. Use `.modal-view--high` instead (must be set directly on `.modal-view` div, see [modal views](https://delphinus.au.dk/components/modal-view)).
727
+ * **DEPRECATED:** `.toggle-button` component can no longer be used.
728
+ * **REMOVED:** stylesheet no longer includes warning for browsers that do not support CSS vars (previously shown as a red banner at the top of the page).
729
+ * Updated to use Font Awesome 6 for [icons](https://delphinus.au.dk/icons).
730
+ * **WARNING:** Delphinus now uses a [subset of Font Awesome](https://delphinus.au.dk/icons.html#icon-details). All other icons are no longer available. Is your icon missing? Please tell us at <claus.stadel@au.dk>.
731
+ * **TO BE DEPRECATED:** In stead of setting icons on buttons etc. via a `data-icon` attribute, set icons using the [icon classes](https://delphinus.au.dk/icons.html#icon-details).
732
+ * Introduces a 5th font-size in Delphinus, so that `h3`'s are now larger than the body text.
733
+ * Adds new components: [Cards](https://delphinus.au.dk/components/cards), [Tags](https://delphinus.au.dk/components/tags), [Profile images](https://delphinus.au.dk/components/profile-image), [Switch](https://delphinus.au.dk/components/switch) and [Truncator](https://delphinus.au.dk/components/truncator).
734
+ * Adds header and snapping option for [horizontal scroll](https://delphinus.au.dk/components/horizontal-scroll).
735
+ * Adds support for [`select`'s with inline label](https://delphinus.au.dk/form-search.html#inline-select).
736
+ * Adds style for [`.copy-to-clipboard`](https://delphinus.au.dk/components/copy-to-clipboard) (previously only markup and js). And adds option to use button inside `.copy-to-clipboard`, to not have the entire element be a button.
737
+ * Better and more accessible [search fields](https://delphinus.au.dk/form-search). And you can now have a [search field in the header](https://delphinus.au.dk/navigation).
738
+ * Adds `.page__content__block--small-gap-above` and `.page__content__block--extra-small-gap-above` modifiers to make the gap between two `.page__content__block`'s smaller than the default.
739
+ * Adds new modifiers to change design and behaviour of the [toolbar component](https://delphinus.au.dk/components/toolbar).
740
+ * Adds `.toolbar__filter` option for adding [multidimensional filters in a toolbar](https://delphinus.au.dk/components/toolbar.html#filters)
741
+ * Adds new modifiers for [List Navigator component](https://delphinus.au.dk/components/list-navigator.html)
742
+ * Adds modifiers for larger facts and links in [fact list component](https://delphinus.au.dk/components/fact-list).
743
+ * Improves scrolling and sizing of [modal views](https://delphinus.au.dk/components/modal-view) on small screens: Now better prevents scrolling of the page behind the modal-view, and height of modal-view better accommodates the actual height of the viewport regardless of browser chrome visibility.
744
+
745
+ ### Delphinus Projects Updates
746
+ #### Mit Studie
747
+ Fixed timetable style for new `.horizontal-scroll` markup and style.
748
+
749
+ #### Typo3
750
+ * Adds support for using delphinus `.page` layout in Typo3.
751
+ * Adds fixes for using Cards and Horizontal scroll components inside Typo3
752
+ * Added initial styling and markup for [employee profiles](https://delphinus.au.dk/projects/typo3/employee-profiles/).
753
+ * Moved news and events demo pages to subdirectory.
754
+
755
+ #### Course catalogue
756
+ Adds [the project](https://delphinus.au.dk/projects/course-catalogue/)
757
+
758
+
759
+ ## 0.33.4 (December 15, 2022)
760
+
761
+ ### Core Delphinus Updates
762
+ None
763
+
764
+ ### Delphinus Projects Updates
765
+ #### Typo3
766
+ Changes naming of classes for info boxes in news, so that only one class is required regardless of positioning of the info box. Previously used an additional `--left` and `--rigth` modifer classes to set floating of the box on wider screens.
767
+
768
+ ## 0.33.3 (November 17, 2022)
769
+
770
+ ### Core Delphinus Updates
771
+ Fix processing animation for Safari 16.0, where the animation wouldn't rotate.
772
+
773
+ ### Delphinus Projects Updates
774
+ None
775
+
776
+ ## 0.33.2 (November 14, 2022)
777
+
778
+ ### Core Delphinus Updates
779
+ Fix of Content-Toggle callbacks.
780
+
781
+ ### Delphinus Projects Updates
782
+ None
783
+
784
+ ## 0.33.1 (November 14, 2022)
785
+
786
+ ### Core Delphinus Updates
787
+ Fix of Content-Toggle naming and return types.
788
+
789
+ ### Delphinus Projects Updates
790
+ None
791
+
792
+ ## 0.33.0 (November 14, 2022)
793
+
794
+ ### Core Delphinus Updates
795
+ Content-Toggle and Toolbar scripts updated to reflect Course Catalogue behaviour.
796
+
797
+ ### Delphinus Projects Updates
798
+ None
799
+
800
+ ## 0.32.0 (November 3, 2022)
801
+
802
+ ### Core Delphinus Updates
803
+ Pagination component added.
804
+
805
+ ### Delphinus Projects Updates
806
+ None
807
+
808
+ ## 0.31.1 (October 28, 2022)
809
+
810
+ ### Core Delphinus Updates
811
+ None
812
+
813
+ ### Delphinus Projects Updates
814
+ #### Typo3
815
+ Fix for caption on hero image floating beyond width of image.
816
+
817
+
818
+ ## 0.31.0 (October 27, 2022)
819
+
820
+ ### Core Delphinus Updates
821
+ None
822
+
823
+ ### Delphinus Projects Updates
824
+ #### Typo3
825
+ Major update to news, including
826
+ * "Related story" link style for all sites, not just omnibus.
827
+ * No "gray bars" on images, except for very small hero-images.
828
+ * Center and left-aligned infoboxes when using content elements.
829
+ * Text is now centered in both "normal" normal news and news using content elements.
830
+ * Support for YouTube and Vimeo in hero image.
831
+ * Constrain height of hero image, if heigher than a 3:2-format.
832
+
833
+
834
+ ## 0.30.13 (October 14, 2022)
835
+
836
+ ### Core Delphinus Updates
837
+ Added datetime-local as type on input fields for form styling.
838
+
839
+ ### Delphinus Projects Updates
840
+ None
841
+
842
+ ## 0.30.12 (October 14, 2022)
843
+
844
+ ### Core Delphinus Updates
845
+ Adjusted styling of .datepicker when it is placed inside a fieldset.
846
+
847
+ ### Delphinus Projects Updates
848
+ None
849
+
850
+ ## 0.30.11 (September 13, 2022)
851
+
852
+ ### Core Delphinus Updates
853
+ Updated setCopyToClipboard to take a non-hardcoded label for "Copied" notification as parameter.
854
+
855
+ ### Delphinus Projects Updates
856
+ None
857
+
858
+
859
+
860
+ ## 0.30.10 (August 24, 2022)
861
+
862
+ ### Core Delphinus Updates
863
+ None
864
+
865
+ ### Delphinus Projects Updates
866
+ #### Mit Studie
867
+ Fix to allow sameday events in timetable events to visually overflow past midnight.
868
+
869
+
870
+
871
+
872
+ ## 0.30.9 (August 23, 2022)
873
+
874
+ ### Core Delphinus Updates
875
+ Updates `.environment-label` for use with `.box`.
876
+
877
+ ### Delphinus Projects Updates
878
+ None
879
+
880
+
881
+
882
+ ## 0.30.8 (August 2, 2022)
883
+
884
+ ### Core Delphinus Updates
885
+ Fixes issue where height of `nav__item` was set incorrectly, in wide screen wiewports (Issue introduced in 0.30.7).
886
+
887
+ ### Delphinus Projects Updates
888
+ None
889
+
890
+
891
+ ## 0.30.7 (August 2, 2022)
892
+
893
+ ### Core Delphinus Updates
894
+ Fixes issue where height of `nav__item` was set incorrectly, in wide screen wiewports (Issue introduced in 0.30.6).
895
+
896
+ ### Delphinus Projects Updates
897
+ None
898
+
899
+
900
+ ## 0.30.6 (August 2, 2022)
901
+
902
+ ### Core Delphinus Updates
903
+ Fixes issue where height of `nav__item` was set incorrectly, when `.nav.` is toggled (Issue introduced in 0.29.0).
904
+
905
+ ### Delphinus Projects Updates
906
+ #### Mit Studie
907
+ * Adds support for beta-label on event type in timetable modal view.
908
+
909
+
910
+ ## 0.30.5 (July 29, 2022)
911
+
912
+ ### Core Delphinus Updates
913
+ None
914
+
915
+ ### Delphinus Projects Updates
916
+ #### Mit Studie
917
+ * Fix issue where secondary title in event tiles (introduced in 0.30.4) did not show in short duration events.
918
+ * Fix issue where short duration events, would show a white background behind the left side border of the event tile, if the tile has a theme class applied.
919
+
920
+
921
+ ## 0.30.4 (July 26, 2022)
922
+
923
+ ### Core Delphinus Updates
924
+ None
925
+
926
+ ### Delphinus Projects Updates
927
+ Mit Studie: Add styling for a secondary title in event tiles.
928
+
929
+
930
+ ## 0.30.3 (July 26, 2022)
931
+
932
+ ### Core Delphinus Updates
933
+ None
934
+
935
+ ### Delphinus Projects Updates
936
+ Mit Studie: Adjusted min width of timetable in default viewport, after page sidepadding changes introduced in 0.29.0.
937
+
938
+
939
+
940
+ ## 0.30.2 (July 25, 2022)
941
+
942
+ ### Core Delphinus Updates
943
+ Removed border on `.text--callout`.
944
+
945
+ ### Delphinus Projects Updates
946
+ Typo3: Callout on old articles.
947
+
948
+
949
+ ## 0.30.1 (July 19, 2022)
950
+
951
+ ### Core Delphinus Updates
952
+ None - build only.
953
+
954
+ ### Delphinus Projects Updates
955
+ None
956
+
957
+
958
+ ## 0.30.0 (July 19, 2022)
959
+
960
+ ### Core Delphinus Updates
961
+ None
962
+
963
+ ### Delphinus Projects Updates
964
+ #### Mit Studie
965
+ * Added missing modules (e.g. pre-header) to styles.
966
+
967
+
968
+ ## 0.29.0 (June 27, 2022)
969
+
970
+ ### Core Delphinus Updates
971
+ * Real estate optimizations for `.nav` component. When used elsewhere, than in site header, the `.nav` component no longer has any whitespace at top. If you use `.tabbed-content` in your design or `.nav` in a `.page__content__block` please check that there is still sufficient whitespace above it.
972
+
973
+ ### Delphinus Projects Updates
974
+ #### Mit Studie
975
+ * Fixes a few alignment issues in `.timetable` and `.timeline` introduced by the new side padding in narrow viewports from 0.27.0.
976
+
977
+
978
+
979
+ ## 0.28.0 (June 24, 2022)
980
+
981
+ ### Core Delphinus Updates
982
+ * Moved type definitions to seperate npm project.
983
+
984
+ ### Delphinus Projects Updates
985
+ None
986
+
987
+
988
+
989
+ ## 0.27.0 (June 23, 2022)
990
+
991
+ ### Core Delphinus Updates
992
+ * Tweaked vertical page margins in narrow viewport. Now, mobile has a bit more room horizontally. NOTE: If your design uses things that "pop" over the pages margins, please check, that there is still room for that after updating.
993
+
994
+ ### Delphinus Projects Updates
995
+ None
996
+
997
+
998
+ ## 0.26.8 (June 21, 2022)
999
+
1000
+ ### Core Delphinus Updates
1001
+ * Correct typing of events i navigational scripts.
1002
+ ### Delphinus Projects Updates
1003
+ None
1004
+
1005
+
1006
+ ## 0.26.7 (June 21, 2022)
1007
+
1008
+ ### Core Delphinus Updates
1009
+ * Return types on navigational functions for useEffect in React 18.
1010
+ ### Delphinus Projects Updates
1011
+ None
1012
+
1013
+
1014
+ ## 0.26.6 (June 21, 2022)
1015
+
1016
+ ### Core Delphinus Updates
1017
+ * Removal of event listeners (before re-adding) in scripts in preparation for StrictMode in React 18.
1018
+ ### Delphinus Projects Updates
1019
+ None
1020
+
1021
+
1022
+ ## 0.26.5 (June 20, 2022)
1023
+
1024
+ ### Core Delphinus Updates
1025
+ Fixes issue in navigation where the menu toogle would jump to bottom of the menu, when opened.
1026
+
1027
+ ### Delphinus Projects Updates
1028
+ None
1029
+
1030
+
1031
+ ## 0.26.4 (June 7, 2022)
1032
+
1033
+ ### Core Delphinus Updates
1034
+ None
1035
+
1036
+ ### Delphinus Projects Updates
1037
+ * Removed box-shadow from `.roles-config__role__content`
1038
+
1039
+
1040
+ ## 0.26.3 (June 1, 2022)
1041
+
1042
+ ### Core Delphinus Updates
1043
+ * Adds class for header in `toast-notification`.
1044
+
1045
+ ### Delphinus Projects Updates
1046
+ None
1047
+
1048
+
1049
+ ## 0.26.2 (May 30, 2022)
1050
+
1051
+ ### Core Delphinus Updates
1052
+ * Fixes alignment of processing animation in buttons and `processing-state` component, that could sometimes not be rotating around its' center. Now uses an svg-mask in stead of a D from AU Peto font. This will also prevent the occasional rotating D, if Peto font is not loaded.
1053
+
1054
+ ### Delphinus Projects Updates
1055
+ None
1056
+
1057
+
1058
+ ## 0.26.1 (May 23, 2022)
1059
+
1060
+ ### Core Delphinus Updates
1061
+ * Moved types folder to root and added missing package.json for automatic type recognition in other projects.
1062
+
1063
+ ### Delphinus Projects Updates
1064
+ None
1065
+
1066
+
1067
+
1068
+ ## 0.26.0 (May 23, 2022)
1069
+
1070
+ ### Core Delphinus Updates
1071
+ * Added support for Typescript and converted existing scripts to Typescript.
1072
+
1073
+ ### Delphinus Projects Updates
1074
+ None
1075
+
1076
+
1077
+
1078
+ ## 0.25.0 (May 19, 2022)
1079
+
1080
+ ### Core Delphinus Updates
1081
+ * Added stepper component <https://delphinus.au.dk/components/stepper>.
1082
+ * Fix missing red border on invalid checkbox and radiobutton input.
1083
+
1084
+ ### Delphinus Projects Updates
1085
+ None
1086
+
1087
+
1088
+
1089
+ ## 0.24.1 (April 21, 2022)
1090
+
1091
+ ### Core Delphinus Updates
1092
+ None
1093
+
1094
+ ### Delphinus Projects Updates
1095
+
1096
+ #### Typo3
1097
+ Adds overwrite for all default content elements style in typo3 v10.
1098
+
1099
+
1100
+
1101
+ ## 0.24.0 (March 29, 2022)
1102
+
1103
+ ### Core Delphinus Updates
1104
+ * `.hr--page-content-block-seperator` modifier for adding equal space above an below a `hr` that is the first or last element of a content block.
1105
+ * `.page__footer--only-logo-and-seal`modifier for when the footer should only contain the logo and seal.
1106
+
1107
+ ### Delphinus Projects Updates
1108
+
1109
+ None
1110
+
1111
+
1112
+
1113
+ ## 0.23.25 (March 14, 2022)
1114
+
1115
+ ### Core Delphinus Updates
1116
+ Fixes icon size in `.nav__item--icon` so that the icon is only large, when used in `.nav__utilities`. Otherwise, the icon has the same size as the text.
1117
+
1118
+ ### Delphinus Projects Updates
1119
+
1120
+ #### Mit Studie
1121
+ Fixes rendering issue in Chrome, where the missing exam component could have 1px line on the left.
1122
+
1123
+
1124
+
1125
+
1126
+ ## 0.23.24 (February 24, 2022)
1127
+
1128
+ ### Core Delphinus Updates
1129
+ None
1130
+
1131
+ ### Delphinus Projects Updates
1132
+
1133
+ #### Typo3
1134
+ Adds support for the HTML content element type in news.
1135
+
1136
+
1137
+
1138
+ ## 0.23.23 (February 23, 2022)
1139
+
1140
+ ### Core Delphinus Updates
1141
+ None
1142
+
1143
+ ### Delphinus Projects Updates
1144
+
1145
+ #### Typo3
1146
+ Fixes alignment when using content element headers and subheader in news.
1147
+
1148
+
1149
+
1150
+ ## 0.23.22 (February 15, 2022)
1151
+
1152
+ Don't use has bugs.
1153
+
1154
+
1155
+
1156
+ ## 0.23.21 (February 14, 2022)
1157
+
1158
+ ### Core Delphinus Updates
1159
+ None
1160
+
1161
+ ### Delphinus Projects Updates
1162
+
1163
+ #### Typo3
1164
+ Support news using content elements in other layouts, than full width layouts.
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+ ## 0.23.20 (February 10, 2022)
1171
+
1172
+ ### Core Delphinus Updates
1173
+ Improved design for skip-to-content accessibility-link.
1174
+
1175
+ ### Delphinus Projects Updates
1176
+ None
1177
+
1178
+
1179
+
1180
+ ## 0.23.19 (February 8, 2022)
1181
+
1182
+ ### Core Delphinus Updates
1183
+ None
1184
+
1185
+ ### Delphinus Projects Updates
1186
+
1187
+ #### Typo3
1188
+ * Prevents pseudo element in news figures from being z-indexed above the image.
1189
+ * Allows images in one column galleries in content elements to be less wide, than the text and makes the caption follow the width of the image.
1190
+
1191
+
1192
+
1193
+ ## 0.23.18 (February 7, 2022)
1194
+
1195
+ ### Core Delphinus Updates
1196
+ `.typography-dense` now supports headings, blockquotes, lists and hr.
1197
+
1198
+ ### Delphinus Projects Updates
1199
+ None
1200
+
1201
+
1202
+
1203
+ ## 0.23.17 (February 7, 2022)
1204
+
1205
+ ### Core Delphinus Updates
1206
+ When you have a list of links (`ul` or `ol`) you can skip the underlining of the links for visual clarity by adding class `.list--links` to the list.
1207
+
1208
+ ### Delphinus Projects Updates
1209
+
1210
+ #### Typo3
1211
+ * New icons on infobox in news.
1212
+ * Allow tables to be wider than text when using content elements.
1213
+
1214
+
1215
+ ## 0.23.16 (February 4, 2022)
1216
+
1217
+ ### Core Delphinus Updates
1218
+ None
1219
+
1220
+ ### Delphinus Projects Updates
1221
+
1222
+ #### Typo3
1223
+ Prevent news hero images from stretching, when not as wide as the page. And prevent hero image from being of a wider aspect ratio than 16:9 in narrow viewports (cropped on sides).
1224
+
1225
+ Loads of stuff for supporting news using content elements:
1226
+ * Center aligned text in articles
1227
+ * Floated images and video (above the medium breakpoint)
1228
+ * Multicolumn image galleries (above the medium breakpoint)
1229
+ * Infobox (collapsed and with an expand-toggle in narrow viewports)
1230
+
1231
+
1232
+
1233
+ ## 0.23.15 (January 28, 2022)
1234
+
1235
+ ### Core Delphinus Updates
1236
+ * Prevent site logo from hanging, when there is no other content (no site name) in the header home link.
1237
+ * Fix processing state of buttons that use the utility-button mixin, before this fix the spinner was in the same color, as the button background and therefore hard to see, also button text was still showing.
1238
+
1239
+ ### Delphinus Projects Updates
1240
+ None
1241
+
1242
+
1243
+
1244
+ ## 0.23.14 (January 21, 2022)
1245
+
1246
+ ### Core Delphinus Updates
1247
+ Fixes styling of links in an `.empty-state` component.
1248
+
1249
+ ### Delphinus Projects Updates
1250
+ None
1251
+
1252
+
1253
+ ## 0.23.13 (January 20, 2022)
1254
+
1255
+ ### Core Delphinus Updates
1256
+ * Support for nesting in `ul`, `ol` lists.
1257
+ * Introduces `utility-shadow` color for setting shadows on buttons etc. in elements that has a utility color as background.
1258
+
1259
+ ### Delphinus Projects Updates
1260
+
1261
+ #### Bachelor applications
1262
+ Removes custom strike-through in annulled application titles. Back to `text-decoration: line-through` in order to support multiline titles.
1263
+
1264
+
1265
+
1266
+ ## 0.23.12 (January 12, 2022)
1267
+
1268
+ ### Core Delphinus Updates
1269
+ None
1270
+
1271
+ ### Delphinus Projects Updates
1272
+ #### TYPO3-project
1273
+
1274
+ * Adds styling for table, pre and hr tags in news content.
1275
+ * Fixes rendering of custom bullets in news content.
1276
+
1277
+
1278
+ ## 0.23.11 (January 12, 2022)
1279
+ Don't use, has bug in typo3-project.
1280
+
1281
+
1282
+ ## 0.23.10 (January 12, 2022)
1283
+ Don't use, has bug in typo3-project.
1284
+
1285
+
1286
+ ## 0.23.9 (January 12, 2022)
1287
+
1288
+ ### Core Delphinus Updates
1289
+
1290
+ Fixes foreground-color for elements with "theme" and "theme-secondary" as background-color, that could otherwise have too low contrast in dark themes.
1291
+
1292
+ ### Delphinus Projects Updates
1293
+ #### TYPO3-project
1294
+
1295
+ * Adjusts vertical gutters in the .typo3-delphinus wrapper for various layout templates, to be in line with Delphinus vertical gutter.
1296
+ * Adjusts horizontal gutters for typo3 sites that are "framed" on wide screens (.universe, .omnibus, .aarhus-bss).
1297
+ * Various styling fixes for omnibus: Font rendering on headers, link underlining.
1298
+
1299
+
1300
+ ## 0.23.8 (December 22, 2021)
1301
+
1302
+ Adds README-file to project.
1303
+
1304
+ ## 0.23.7 (December 22, 2021)
1305
+
1306
+ Adds .typography-dense class for less spacious typography. Currently only adds less vertical margin to p-tags.
1307
+
1308
+ ## 0.23.6 (December 14, 2021)
1309
+
1310
+ Adds compiled versions of css and js for typo3-project to npm-package.
1311
+
1312
+
1313
+ ## 0.23.5 (November 11, 2021)
1314
+
1315
+ Release containing a lot of new stuff for minansøgning.au.dk: <https://delphinus.au.dk/projects/bachelor-applications/>
1316
+
1317
+ ### New features and components in core Delphinus
1318
+
1319
+ * Header-callout: Put messages directly below the page header. Less real-estate consuming than using .notfication in a .page__content__block: <https://delphinus.au.dk/components/header-callout.html>
1320
+ * Large bullet lists: <https://delphinus.au.dk/components/large-bullets.html>
1321
+ * List for highlighting a list of facts or figures: <https://delphinus.au.dk/components/fact-list.html>
1322
+ * Better, easier center alignment of content in a .page__content__block. E.g. used here: <https://delphinus.au.dk/projects/bachelor-applications/receipt-accepted.html>
1323
+ * Page content can snap to content above. See this link, previously there would have been whitespace between the header and the first .page__content__block in the content: <https://delphinus.au.dk/projects/bachelor-applications/applications-overview.html>
1324
+ * Collapse content into tabs in narrow viewports: <https://delphinus.au.dk/components/tabbed-content.html>
1325
+ * Impersonation and simplar stuff for testing-purposes can be put away in a collapsible-panel above the header: <https://delphinus.au.dk/projects/bachelor-applications/impersonation-form.html>