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