@aarhus-university/au-designsystem-delphinus 0.26.4 → 0.26.8
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 +28 -1
- package/build/figma-tokens/breakpoint-styles.json +911 -907
- 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/projects/typo3/js/typo3.js +47 -2
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/figma-tokens/spacing.json +4 -0
- package/source/figma-tokens/typography-fonts.json +4 -0
- package/source/js/components/modal-view.ts +4 -2
- package/source/js/components/nav.ts +42 -12
- package/source/js/components/selection-list.ts +18 -4
- package/source/js/components/toolbar.ts +10 -2
- package/source/markup/navigation.pug +0 -13
- package/source/style/module/_nav.scss +0 -1
- package/types/common/main.d.ts +1 -0
- package/types/common/payloads.d.ts +21 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
|
-
## 0.26.
|
|
1
|
+
## 0.26.8 (June 21, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Correct typing of events i navigational scripts.
|
|
5
|
+
### Delphinus Projects Updates
|
|
6
|
+
None
|
|
7
|
+
## 0.26.7 (June 21, 2022)
|
|
8
|
+
|
|
9
|
+
### Core Delphinus Updates
|
|
10
|
+
* Return types on navigational functions for useEffect in React 18.
|
|
11
|
+
### Delphinus Projects Updates
|
|
12
|
+
None
|
|
13
|
+
## 0.26.6 (June 21, 2022)
|
|
14
|
+
|
|
15
|
+
### Core Delphinus Updates
|
|
16
|
+
* Removal of event listeners (before re-adding) in scripts in preparation for StrictMode in React 18.
|
|
17
|
+
### Delphinus Projects Updates
|
|
18
|
+
None
|
|
19
|
+
|
|
20
|
+
## 0.26.5 (June 20, 2022)
|
|
21
|
+
|
|
22
|
+
### Core Delphinus Updates
|
|
23
|
+
Fixes issue in navigation where the menu toogle would jump to bottom of the menu, when opened.
|
|
24
|
+
|
|
25
|
+
### Delphinus Projects Updates
|
|
26
|
+
None
|
|
27
|
+
|
|
28
|
+
## 0.26.4 (June 7, 2022)
|
|
2
29
|
|
|
3
30
|
### Core Delphinus Updates
|
|
4
31
|
None
|