@aarhus-university/au-designsystem-delphinus 1.1.9 → 1.2.0

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