@aarhus-university/au-designsystem-delphinus 0.23.3 → 0.23.7

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 (91) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/Gruntfile.js +2 -0
  3. package/build/figma/figmatokens.json +1412 -0
  4. package/build/projects/bachelor-applications/style.css +1 -1
  5. package/build/projects/bachelor-applications/style.css.map +1 -1
  6. package/build/projects/brightspace/style.css +1 -1
  7. package/build/projects/brightspace/style.css.map +1 -1
  8. package/build/projects/medarbejdere/style.css +1 -1
  9. package/build/projects/medarbejdere/style.css.map +1 -1
  10. package/build/projects/mitstudie/style.css +1 -1
  11. package/build/projects/mitstudie/style.css.map +1 -1
  12. package/build/projects/typo3/js/typo3.js +47 -2
  13. package/build/projects/typo3/style.css +3 -0
  14. package/build/projects/typo3/style.css.map +33 -0
  15. package/build/style.css +1 -1
  16. package/build/style.css.map +1 -1
  17. package/package.json +1 -1
  18. package/source/figma/figmatokens.json +1412 -0
  19. package/source/markup/components/header-callout.pug +19 -6
  20. package/source/markup/components/tabbed-content.pug +7 -19
  21. package/source/projects/bachelor-applications/applicant-profile.pug +3 -3
  22. package/source/projects/bachelor-applications/application-statuses.pug +3 -3
  23. package/source/projects/bachelor-applications/applications-overview-gpa-combinations.pug +4 -6
  24. package/source/projects/bachelor-applications/applications-overview-sections.pug +8 -4
  25. package/source/projects/bachelor-applications/assets/animation-welcome-landscape-da.mp4 +0 -0
  26. package/source/projects/bachelor-applications/assets/animation-welcome-portrait-da.mp4 +0 -0
  27. package/source/projects/bachelor-applications/assets/animation-welcome-portrait-en.mp4 +0 -0
  28. package/source/projects/bachelor-applications/empty-state-closed.pug +15 -0
  29. package/source/projects/bachelor-applications/index.pug +15 -7
  30. package/source/projects/bachelor-applications/kontoaktivering/faq.pug +173 -0
  31. package/source/projects/bachelor-applications/kontoaktivering/index.pug +25 -0
  32. package/source/projects/bachelor-applications/kontoaktivering/originals/faq.pug +168 -0
  33. package/source/projects/bachelor-applications/kontoaktivering/originals/password.pug +205 -0
  34. package/source/projects/bachelor-applications/kontoaktivering/originals/receipt.pug +170 -0
  35. package/source/projects/bachelor-applications/kontoaktivering/password.pug +203 -0
  36. package/source/projects/bachelor-applications/kontoaktivering/receipt-bachelor-applicants.pug +154 -0
  37. package/source/projects/bachelor-applications/kontoaktivering/receipt-others.pug +163 -0
  38. package/source/projects/bachelor-applications/kontoaktivering/start.pug +193 -0
  39. package/source/projects/bachelor-applications/login-signin-first.pug +9 -6
  40. package/source/projects/bachelor-applications/login-signup-first.pug +8 -5
  41. package/source/projects/bachelor-applications/markup/_applicant-profile.pug +2 -5
  42. package/source/projects/bachelor-applications/markup/_application.pug +24 -14
  43. package/source/projects/bachelor-applications/markup/_bachelor-applications-template.pug +12 -3
  44. package/source/projects/bachelor-applications/markup/_grade-point-average-modal.pug +3 -2
  45. package/source/projects/bachelor-applications/receipt-accepted-animation-landscape.pug +48 -0
  46. package/source/projects/bachelor-applications/{receipt-accepted-animation.pug → receipt-accepted-animation-portrait.pug} +5 -4
  47. package/source/projects/bachelor-applications/receipt-accepted.pug +2 -2
  48. package/source/projects/bachelor-applications/style/_animation-welcome.scss +9 -1
  49. package/source/projects/bachelor-applications/style/_application.scss +19 -2
  50. package/source/projects/bachelor-applications/style/_applications-overview.scss +1 -0
  51. package/source/projects/medarbejdere/holiday-overview.pug +5 -5
  52. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-high.jpg +0 -0
  53. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-low.jpg +0 -0
  54. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id.jpg +0 -0
  55. package/source/projects/mitstudie/markup/_mitstudie-template.pug +8 -1
  56. package/source/projects/mitstudie/student-id.pug +1 -1
  57. package/source/projects/typo3/_news-story.pug +11 -19
  58. package/source/projects/typo3/assets/au-herning.jpg +0 -0
  59. package/source/projects/typo3/full-width.pug +6 -0
  60. package/source/projects/typo3/index.pug +42 -3
  61. package/source/projects/typo3/omnibus-article-content-elements.pug +448 -0
  62. package/source/projects/typo3/omnibus-article-full-width.pug +339 -0
  63. package/source/projects/typo3/omnibus-article.pug +390 -0
  64. package/source/projects/typo3/omnibus-home-wide-image.pug +523 -0
  65. package/source/projects/typo3/omnibus-home.pug +504 -0
  66. package/source/projects/typo3/plain-delphinus.pug +1 -1
  67. package/source/projects/typo3/plain-delphinus.scss +20 -0
  68. package/source/projects/typo3/style/_news-event.scss +1 -0
  69. package/source/projects/typo3/style/_typo3-overwrites.scss +6 -0
  70. package/source/projects/typo3/style/typo3-news-list.scss +544 -0
  71. package/source/projects/typo3/style.scss +128 -0
  72. package/source/projects/typo3/typo3-delphinus.scss +1 -128
  73. package/source/projects/typo3/typo3-markup/_typo3-header.pug +1 -1
  74. package/source/style/base/_text.scss +9 -1
  75. package/source/style/layout/_breakpoints.scss +5 -5
  76. package/source/style/layout/_footer.scss +16 -0
  77. package/source/style/module-demo/_demo.scss +24 -0
  78. package/build/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
  79. package/build/projects/bachelor-applications/assets/animation-welcome.json +0 -1
  80. package/build/projects/brightspace/assets/instructor-image-placeholder.png +0 -0
  81. package/build/projects/typo3/assets/hc-oersted-guldmedalje-narrow.jpg +0 -0
  82. package/build/projects/typo3/assets/hc-oersted-guldmedalje-wide.jpg +0 -0
  83. package/build/projects/typo3/assets/hc-oersted-guldmedalje.jpg +0 -0
  84. package/build/projects/typo3/assets/karl-anker-closeup.jpg +0 -0
  85. package/build/projects/typo3/assets/karl-anker.jpg +0 -0
  86. package/source/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
  87. package/source/projects/bachelor-applications/assets/animation-welcome.json +0 -1
  88. package/source/projects/mitstudie/images/student-id-high.jpg +0 -0
  89. package/source/projects/mitstudie/images/student-id-low.jpg +0 -0
  90. package/source/projects/mitstudie/images/student-id.jpg +0 -0
  91. package/source/projects/typo3/style/_plain-delphinus.scss +0 -15
package/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ ## 0.23.7 (December 2, 2021)
2
+
3
+ Adds .typography-dense class for less spacious typography. Currently only adds less vertical margin to p-tags.
4
+
5
+ ## 0.23.6 (December 14, 2021)
6
+
7
+ Adds compiled versions of css and js for typo3-project to npm-package.
8
+
9
+
10
+ ## 0.23.5 (November 11, 2021)
11
+
12
+ Release containing a lot of new stuff for minansøgning.au.dk: https://delphinus.au.dk/projects/bachelor-applications/
13
+
14
+ ### New features and components in core Delphinus
15
+
16
+ * 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
17
+ * Large bullet lists: https://delphinus.au.dk/components/large-bullets.html
18
+ * List for highlighting a list of facts or figures: https://delphinus.au.dk/components/fact-list.html
19
+ * 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
20
+ * 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
21
+ * Collapse content into tabs in narrow viewports: https://delphinus.au.dk/components/tabbed-content.html
22
+ * 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
package/Gruntfile.js CHANGED
@@ -212,4 +212,6 @@ module.exports = (grunt) => {
212
212
  grunt.registerTask('deploy', ['sftp-deploy:production']);
213
213
 
214
214
  grunt.registerTask('dev-deploy', ['sftp-deploy:dev']);
215
+
216
+ grunt.registerTask('deploy-both', ['sftp-deploy']);
215
217
  };