@aarhus-university/au-designsystem-delphinus 0.23.13 → 0.23.17
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/.git/logs/refs/heads/Changelog +2 -0
- package/.git/logs/refs/remotes/origin/Changelog +2 -0
- package/.git/refs/heads/Changelog +1 -0
- package/.git/refs/remotes/origin/Changelog +1 -0
- package/CHANGELOG.md +51 -1
- package/build/figma/figmatokens-global.json +225 -215
- package/build/figma/figmatokens-turquoise.json +164 -0
- package/build/projects/bachelor-applications/style.css +1 -1
- package/build/projects/bachelor-applications/style.css.map +2 -1
- package/build/projects/brightspace/style.css +1 -1
- package/build/projects/brightspace/style.css.map +2 -1
- package/build/projects/medarbejdere/style.css +1 -1
- package/build/projects/medarbejdere/style.css.map +2 -1
- package/build/projects/mitstudie/style.css +1 -1
- package/build/projects/mitstudie/style.css.map +2 -1
- package/build/projects/typo3/js/typo3.js +47 -2
- package/build/projects/typo3/style.css +1 -1
- package/build/projects/typo3/style.css.map +4 -2
- package/build/style.css +1 -1
- package/build/style.css.map +2 -1
- package/package.json +1 -1
- package/source/figma/figmatokens-global.json +225 -215
- package/source/figma/figmatokens-turquoise.json +164 -0
- package/source/markup/code.pug +18 -1
- package/source/markup/index.pug +3 -3
- package/source/markup/partials/page-templates/_layout.pug +1 -2
- package/source/projects/au-webshop/au-webshop-bolierplate.scss +1 -1
- package/source/projects/bachelor-applications/impersonation-active.pug +11 -5
- package/source/projects/bachelor-applications/markup/_applicant-profile.pug +1 -1
- package/source/projects/bachelor-applications/markup/_student-place-offer.pug +2 -2
- package/source/projects/bachelor-applications/student-place-offers.pug +5 -1
- package/source/projects/typo3/_content-elements.pug +462 -0
- package/source/projects/typo3/_news-related.pug +56 -0
- package/source/projects/typo3/_news-story.pug +19 -6
- package/source/projects/typo3/assets/hc-oersted-guldmedalje-content-width.jpg +0 -0
- package/source/projects/typo3/assets/karl-anker-narrow.jpg +0 -0
- package/source/projects/typo3/full-width-content-elements.pug +8 -0
- package/source/projects/typo3/full-width.pug +3 -2
- package/source/projects/typo3/index.pug +2 -0
- package/source/projects/typo3/left-menu.pug +4 -1
- package/source/projects/typo3/omnibus-article-content-elements.pug +8 -124
- package/source/projects/typo3/omnibus-article-full-width.pug +3 -1
- package/source/projects/typo3/omnibus-article.pug +1 -1
- package/source/projects/typo3/omnibus-home-wide-image.pug +1 -1
- package/source/projects/typo3/omnibus-home.pug +1 -1
- package/source/projects/typo3/style/_delphinus-gutters.scss +5 -0
- package/source/projects/typo3/style/_news-event.scss +531 -17
- package/source/projects/typo3/style/_news-related.scss +82 -0
- package/source/projects/typo3/style/_typo3-overwrites.scss +42 -0
- package/source/projects/typo3/style/_typo3-sass-variables.scss +4 -0
- package/source/projects/typo3/style/type3-content-elements-default.css +83 -0
- package/source/projects/typo3/style.scss +4 -1
- package/source/style/_mixins/_all.scss +1 -0
- package/source/style/_mixins/_font-awesome.scss +15 -0
- package/source/style/_mixins/_utility-button.scss +13 -1
- package/source/style/_sass-variables.scss +2 -0
- package/source/style/base/_icons.scss +1 -14
- package/source/style/base/_links.scss +2 -1
- package/source/style/base/_text.scss +22 -2
- package/source/style/module/_nav.scss +1 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
0000000000000000000000000000000000000000 fe8a42ddf3e6625b24fd5432f984a813f0cbf030 Claus Stadel <claus.stadel@au.dk> 1643362566 +0100 branch: Created from HEAD
|
|
2
|
+
fe8a42ddf3e6625b24fd5432f984a813f0cbf030 f5336dc5708bc1d6bf452d3b2df9789a30a67546 Claus Stadel <claus.stadel@au.dk> 1643362592 +0100 commit: Stuff for changelog pug markdown filter
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
0000000000000000000000000000000000000000 fe8a42ddf3e6625b24fd5432f984a813f0cbf030 Claus Stadel <claus.stadel@au.dk> 1643362569 +0100 update by push
|
|
2
|
+
fe8a42ddf3e6625b24fd5432f984a813f0cbf030 f5336dc5708bc1d6bf452d3b2df9789a30a67546 Claus Stadel <claus.stadel@au.dk> 1643362594 +0100 update by push
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f5336dc5708bc1d6bf452d3b2df9789a30a67546
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f5336dc5708bc1d6bf452d3b2df9789a30a67546
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,54 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 0.23.17 (February 7, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
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.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
|
|
8
|
+
#### Typo3
|
|
9
|
+
* New icons on infobox in news.
|
|
10
|
+
* Allow tables to be wider than text when using content elements.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## 0.23.16 (February 4, 2022)
|
|
14
|
+
|
|
15
|
+
### Core Delphinus Updates
|
|
16
|
+
None
|
|
17
|
+
|
|
18
|
+
### Delphinus Projects Updates
|
|
19
|
+
|
|
20
|
+
#### Typo3
|
|
21
|
+
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).
|
|
22
|
+
|
|
23
|
+
Loads of stuff for supporting news using content elements:
|
|
24
|
+
* Center aligned text in articles
|
|
25
|
+
* Floated images and video (above the medium breakpoint)
|
|
26
|
+
* Multicolumn image galleries (above the medium breakpoint)
|
|
27
|
+
* Infobox (collapsed and with an expand-toggle in narrow viewports)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 0.23.15 (January 28, 2022)
|
|
32
|
+
|
|
33
|
+
### Core Delphinus Updates
|
|
34
|
+
* Prevent site logo from hanging, when there is no other content (no site name) in the header home link.
|
|
35
|
+
* 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.
|
|
36
|
+
|
|
37
|
+
### Delphinus Projects Updates
|
|
38
|
+
None
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 0.23.14 (January 21, 2022)
|
|
43
|
+
|
|
44
|
+
### Core Delphinus Updates
|
|
45
|
+
Fixes styling of links in an `.empty-state` component.
|
|
46
|
+
|
|
47
|
+
### Delphinus Projects Updates
|
|
48
|
+
None
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 0.23.13 (January 20, 2022)
|
|
2
52
|
|
|
3
53
|
### Core Delphinus Updates
|
|
4
54
|
* Support for nesting in `ul`, `ol` lists.
|