@aarhus-university/au-designsystem-delphinus 0.23.2 → 0.23.6

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 (87) hide show
  1. package/Gruntfile.js +2 -0
  2. package/build/figma/figmatokens.json +1412 -0
  3. package/build/projects/bachelor-applications/js/app.js +2 -0
  4. package/build/projects/bachelor-applications/js/app.js.map +1 -0
  5. package/build/projects/bachelor-applications/style.css +1 -1
  6. package/build/projects/bachelor-applications/style.css.map +1 -1
  7. package/build/projects/brightspace/style.css +1 -1
  8. package/build/projects/brightspace/style.css.map +1 -1
  9. package/build/projects/medarbejdere/style.css +1 -1
  10. package/build/projects/medarbejdere/style.css.map +1 -1
  11. package/build/projects/mitstudie/style.css +1 -1
  12. package/build/projects/mitstudie/style.css.map +1 -1
  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/pre-header.pug +3 -2
  21. package/source/markup/components/tabbed-content.pug +7 -19
  22. package/source/projects/bachelor-applications/applicant-profile.pug +3 -3
  23. package/source/projects/bachelor-applications/application-statuses.pug +3 -3
  24. package/source/projects/bachelor-applications/applications-overview-gpa-combinations.pug +4 -6
  25. package/source/projects/bachelor-applications/applications-overview-sections.pug +8 -4
  26. package/source/projects/bachelor-applications/assets/animation-welcome.json +1 -1
  27. package/source/projects/bachelor-applications/impersonation-active.pug +1 -1
  28. package/source/projects/bachelor-applications/impersonation-form.pug +1 -1
  29. package/source/projects/bachelor-applications/index.pug +6 -4
  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 +3 -3
  40. package/source/projects/bachelor-applications/login-signup-first.pug +5 -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.pug +10 -2
  46. package/source/projects/bachelor-applications/receipt-accepted.pug +3 -2
  47. package/source/projects/bachelor-applications/style/_animation-welcome.scss +32 -1
  48. package/source/projects/bachelor-applications/style/_application.scss +19 -2
  49. package/source/projects/bachelor-applications/style/_applications-overview.scss +1 -0
  50. package/source/projects/medarbejdere/holiday-overview.pug +5 -5
  51. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-high.jpg +0 -0
  52. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-low.jpg +0 -0
  53. package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id.jpg +0 -0
  54. package/source/projects/mitstudie/markup/_mitstudie-template.pug +8 -1
  55. package/source/projects/mitstudie/student-id.pug +1 -1
  56. package/source/projects/typo3/_news-story.pug +11 -19
  57. package/source/projects/typo3/assets/au-herning.jpg +0 -0
  58. package/source/projects/typo3/full-width.pug +6 -0
  59. package/source/projects/typo3/index.pug +40 -3
  60. package/source/projects/typo3/omnibus-article-content-elements.pug +448 -0
  61. package/source/projects/typo3/omnibus-article-full-width.pug +339 -0
  62. package/source/projects/typo3/omnibus-article.pug +390 -0
  63. package/source/projects/typo3/omnibus-home.pug +523 -0
  64. package/source/projects/typo3/plain-delphinus.pug +1 -1
  65. package/source/projects/typo3/plain-delphinus.scss +20 -0
  66. package/source/projects/typo3/style/_news-event.scss +1 -0
  67. package/source/projects/typo3/style/typo3-news-list.scss +544 -0
  68. package/source/projects/typo3/style.scss +128 -0
  69. package/source/projects/typo3/typo3-delphinus.scss +1 -128
  70. package/source/projects/typo3/typo3-markup/_typo3-header.pug +1 -1
  71. package/source/style/base/_text.scss +1 -1
  72. package/source/style/layout/_breakpoints.scss +5 -5
  73. package/source/style/layout/_footer.scss +16 -0
  74. package/source/style/module-demo/_demo.scss +24 -0
  75. package/build/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
  76. package/build/projects/bachelor-applications/assets/animation-welcome.json +0 -1
  77. package/build/projects/brightspace/assets/instructor-image-placeholder.png +0 -0
  78. package/build/projects/typo3/assets/hc-oersted-guldmedalje-narrow.jpg +0 -0
  79. package/build/projects/typo3/assets/hc-oersted-guldmedalje-wide.jpg +0 -0
  80. package/build/projects/typo3/assets/hc-oersted-guldmedalje.jpg +0 -0
  81. package/build/projects/typo3/assets/karl-anker-closeup.jpg +0 -0
  82. package/build/projects/typo3/assets/karl-anker.jpg +0 -0
  83. package/source/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
  84. package/source/projects/mitstudie/images/student-id-high.jpg +0 -0
  85. package/source/projects/mitstudie/images/student-id-low.jpg +0 -0
  86. package/source/projects/mitstudie/images/student-id.jpg +0 -0
  87. package/source/projects/typo3/style/_plain-delphinus.scss +0 -15
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
  };