@aarhus-university/au-designsystem-delphinus 0.30.4 → 0.30.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 +30 -0
- package/build/figma-tokens/design-file.json +8 -0
- package/build/figma-tokens/design-system.json +8 -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/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/figma-tokens/spacing.json +8 -0
- package/source/projects/mitstudie/home.pug +1 -0
- package/source/projects/mitstudie/markup/_event-modals.pug +28 -13
- package/source/projects/mitstudie/markup/_mitstudie-template.pug +6 -0
- package/source/projects/mitstudie/markup/_timetable.pug +1 -0
- package/source/projects/mitstudie/style/_timetable.scss +9 -2
- package/source/projects/mitstudie/timetable.pug +1 -0
- package/source/style/module/_environment-label.scss +5 -0
- package/source/style/module/_nav.scss +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 0.30.7 (August 2, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
Fixes issue where height of `nav__item` was set incorrectly, in wide screen wiewports (Issue introduced in 0.30.6).
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
None
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 0.30.6 (August 2, 2022)
|
|
11
|
+
|
|
12
|
+
### Core Delphinus Updates
|
|
13
|
+
Fixes issue where height of `nav__item` was set incorrectly, when `.nav.` is toggled (Issue introduced in 0.29.0).
|
|
14
|
+
|
|
15
|
+
### Delphinus Projects Updates
|
|
16
|
+
#### Mit Studie
|
|
17
|
+
* Adds support for beta-label on event type in timetable modal view.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 0.30.5 (July 29, 2022)
|
|
21
|
+
|
|
22
|
+
### Core Delphinus Updates
|
|
23
|
+
None
|
|
24
|
+
|
|
25
|
+
### Delphinus Projects Updates
|
|
26
|
+
#### Mit Studie
|
|
27
|
+
* Fix issue where secondary title in event tiles (introduced in 0.30.4) did not show in short duration events.
|
|
28
|
+
* 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.
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
## 0.30.4 (July 26, 2022)
|
|
2
32
|
|
|
3
33
|
### Core Delphinus Updates
|
|
@@ -297,6 +297,10 @@
|
|
|
297
297
|
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus3 + $lineHieghts.Singleline.Larger / 2",
|
|
298
298
|
"type": "spacing"
|
|
299
299
|
},
|
|
300
|
+
"Minus2AndSinglelineDefault": {
|
|
301
|
+
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus2 + $lineHieghts.Singleline.Default / 2",
|
|
302
|
+
"type": "spacing"
|
|
303
|
+
},
|
|
300
304
|
"SinglelineSmall": {
|
|
301
305
|
"value": "$otherSizes.SquareCircleCenter / -2 + $lineHieghts.Singleline.Small / 2",
|
|
302
306
|
"type": "spacing"
|
|
@@ -317,6 +321,10 @@
|
|
|
317
321
|
"value": "$otherSizes.SquareCircleCenter / -2 + $fontSizes.Larger / 2",
|
|
318
322
|
"type": "spacing"
|
|
319
323
|
},
|
|
324
|
+
"Minus2": {
|
|
325
|
+
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus2 / 2",
|
|
326
|
+
"type": "spacing"
|
|
327
|
+
},
|
|
320
328
|
"Plus1": {
|
|
321
329
|
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Plus1 / 2",
|
|
322
330
|
"type": "spacing"
|
|
@@ -697,6 +697,10 @@
|
|
|
697
697
|
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus3 + $lineHieghts.Singleline.Larger / 2",
|
|
698
698
|
"type": "spacing"
|
|
699
699
|
},
|
|
700
|
+
"Minus2AndSinglelineDefault": {
|
|
701
|
+
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus2 + $lineHieghts.Singleline.Default / 2",
|
|
702
|
+
"type": "spacing"
|
|
703
|
+
},
|
|
700
704
|
"SinglelineSmall": {
|
|
701
705
|
"value": "$otherSizes.SquareCircleCenter / -2 + $lineHieghts.Singleline.Small / 2",
|
|
702
706
|
"type": "spacing"
|
|
@@ -717,6 +721,10 @@
|
|
|
717
721
|
"value": "$otherSizes.SquareCircleCenter / -2 + $fontSizes.Larger / 2",
|
|
718
722
|
"type": "spacing"
|
|
719
723
|
},
|
|
724
|
+
"Minus2": {
|
|
725
|
+
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Minus2 / 2",
|
|
726
|
+
"type": "spacing"
|
|
727
|
+
},
|
|
720
728
|
"Plus1": {
|
|
721
729
|
"value": "$otherSizes.SquareCircleCenter / -2 + $spacingSizes.Plus1 / 2",
|
|
722
730
|
"type": "spacing"
|