@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.
- package/CHANGELOG.md +22 -0
- package/Gruntfile.js +2 -0
- package/build/figma/figmatokens.json +1412 -0
- package/build/projects/bachelor-applications/style.css +1 -1
- package/build/projects/bachelor-applications/style.css.map +1 -1
- package/build/projects/brightspace/style.css +1 -1
- package/build/projects/brightspace/style.css.map +1 -1
- package/build/projects/medarbejdere/style.css +1 -1
- package/build/projects/medarbejdere/style.css.map +1 -1
- package/build/projects/mitstudie/style.css +1 -1
- package/build/projects/mitstudie/style.css.map +1 -1
- package/build/projects/typo3/js/typo3.js +47 -2
- package/build/projects/typo3/style.css +3 -0
- package/build/projects/typo3/style.css.map +33 -0
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/figma/figmatokens.json +1412 -0
- package/source/markup/components/header-callout.pug +19 -6
- package/source/markup/components/tabbed-content.pug +7 -19
- package/source/projects/bachelor-applications/applicant-profile.pug +3 -3
- package/source/projects/bachelor-applications/application-statuses.pug +3 -3
- package/source/projects/bachelor-applications/applications-overview-gpa-combinations.pug +4 -6
- package/source/projects/bachelor-applications/applications-overview-sections.pug +8 -4
- package/source/projects/bachelor-applications/assets/animation-welcome-landscape-da.mp4 +0 -0
- package/source/projects/bachelor-applications/assets/animation-welcome-portrait-da.mp4 +0 -0
- package/source/projects/bachelor-applications/assets/animation-welcome-portrait-en.mp4 +0 -0
- package/source/projects/bachelor-applications/empty-state-closed.pug +15 -0
- package/source/projects/bachelor-applications/index.pug +15 -7
- package/source/projects/bachelor-applications/kontoaktivering/faq.pug +173 -0
- package/source/projects/bachelor-applications/kontoaktivering/index.pug +25 -0
- package/source/projects/bachelor-applications/kontoaktivering/originals/faq.pug +168 -0
- package/source/projects/bachelor-applications/kontoaktivering/originals/password.pug +205 -0
- package/source/projects/bachelor-applications/kontoaktivering/originals/receipt.pug +170 -0
- package/source/projects/bachelor-applications/kontoaktivering/password.pug +203 -0
- package/source/projects/bachelor-applications/kontoaktivering/receipt-bachelor-applicants.pug +154 -0
- package/source/projects/bachelor-applications/kontoaktivering/receipt-others.pug +163 -0
- package/source/projects/bachelor-applications/kontoaktivering/start.pug +193 -0
- package/source/projects/bachelor-applications/login-signin-first.pug +9 -6
- package/source/projects/bachelor-applications/login-signup-first.pug +8 -5
- package/source/projects/bachelor-applications/markup/_applicant-profile.pug +2 -5
- package/source/projects/bachelor-applications/markup/_application.pug +24 -14
- package/source/projects/bachelor-applications/markup/_bachelor-applications-template.pug +12 -3
- package/source/projects/bachelor-applications/markup/_grade-point-average-modal.pug +3 -2
- package/source/projects/bachelor-applications/receipt-accepted-animation-landscape.pug +48 -0
- package/source/projects/bachelor-applications/{receipt-accepted-animation.pug → receipt-accepted-animation-portrait.pug} +5 -4
- package/source/projects/bachelor-applications/receipt-accepted.pug +2 -2
- package/source/projects/bachelor-applications/style/_animation-welcome.scss +9 -1
- package/source/projects/bachelor-applications/style/_application.scss +19 -2
- package/source/projects/bachelor-applications/style/_applications-overview.scss +1 -0
- package/source/projects/medarbejdere/holiday-overview.pug +5 -5
- package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-high.jpg +0 -0
- package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id-low.jpg +0 -0
- package/{build/projects/mitstudie/images → source/projects/mitstudie/assets}/student-id.jpg +0 -0
- package/source/projects/mitstudie/markup/_mitstudie-template.pug +8 -1
- package/source/projects/mitstudie/student-id.pug +1 -1
- package/source/projects/typo3/_news-story.pug +11 -19
- package/source/projects/typo3/assets/au-herning.jpg +0 -0
- package/source/projects/typo3/full-width.pug +6 -0
- package/source/projects/typo3/index.pug +42 -3
- package/source/projects/typo3/omnibus-article-content-elements.pug +448 -0
- package/source/projects/typo3/omnibus-article-full-width.pug +339 -0
- package/source/projects/typo3/omnibus-article.pug +390 -0
- package/source/projects/typo3/omnibus-home-wide-image.pug +523 -0
- package/source/projects/typo3/omnibus-home.pug +504 -0
- package/source/projects/typo3/plain-delphinus.pug +1 -1
- package/source/projects/typo3/plain-delphinus.scss +20 -0
- package/source/projects/typo3/style/_news-event.scss +1 -0
- package/source/projects/typo3/style/_typo3-overwrites.scss +6 -0
- package/source/projects/typo3/style/typo3-news-list.scss +544 -0
- package/source/projects/typo3/style.scss +128 -0
- package/source/projects/typo3/typo3-delphinus.scss +1 -128
- package/source/projects/typo3/typo3-markup/_typo3-header.pug +1 -1
- package/source/style/base/_text.scss +9 -1
- package/source/style/layout/_breakpoints.scss +5 -5
- package/source/style/layout/_footer.scss +16 -0
- package/source/style/module-demo/_demo.scss +24 -0
- package/build/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
- package/build/projects/bachelor-applications/assets/animation-welcome.json +0 -1
- package/build/projects/brightspace/assets/instructor-image-placeholder.png +0 -0
- package/build/projects/typo3/assets/hc-oersted-guldmedalje-narrow.jpg +0 -0
- package/build/projects/typo3/assets/hc-oersted-guldmedalje-wide.jpg +0 -0
- package/build/projects/typo3/assets/hc-oersted-guldmedalje.jpg +0 -0
- package/build/projects/typo3/assets/karl-anker-closeup.jpg +0 -0
- package/build/projects/typo3/assets/karl-anker.jpg +0 -0
- package/source/projects/bachelor-applications/assets/animation-welcome-v1.json +0 -1
- package/source/projects/bachelor-applications/assets/animation-welcome.json +0 -1
- package/source/projects/mitstudie/images/student-id-high.jpg +0 -0
- package/source/projects/mitstudie/images/student-id-low.jpg +0 -0
- package/source/projects/mitstudie/images/student-id.jpg +0 -0
- 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
|