@aarhus-university/au-designsystem-delphinus 0.26.1 → 0.26.4
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 +27 -1
- package/build/figma-tokens/color-themes.json +2656 -2652
- package/build/figma-tokens/design-file.json +1435 -1377
- package/build/figma-tokens/design-system.json +4709 -4651
- package/build/js/app.js.map +1 -1
- package/build/projects/bachelor-applications/js/app.js.map +1 -1
- package/build/projects/bachelor-applications/style.css +2 -2
- package/build/projects/bachelor-applications/style.css.map +1 -1
- package/build/projects/brightspace/style.css +2 -2
- package/build/projects/brightspace/style.css.map +1 -1
- package/build/projects/medarbejdere/js/app.js.map +1 -1
- package/build/projects/medarbejdere/style.css +2 -2
- package/build/projects/medarbejdere/style.css.map +1 -1
- package/build/projects/mitstudie/js/app.js.map +1 -1
- package/build/projects/mitstudie/style.css +2 -2
- package/build/projects/mitstudie/style.css.map +1 -1
- package/build/projects/typo3/js/typo3.js.map +1 -1
- package/build/projects/typo3/style.css +2 -2
- package/build/projects/typo3/style.css.map +1 -1
- package/build/style.css +2 -2
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/figma-tokens/borders-widths.json +5 -1
- package/source/figma-tokens/spacing.json +54 -0
- package/source/markup/partials/mixins/_toast-notification.pug +3 -5
- package/source/projects/bachelor-applications/applications-respond-to-offer-error.pug +67 -0
- package/source/projects/bachelor-applications/index.pug +3 -1
- package/source/projects/medarbejdere/style/_roles-config.scss +0 -1
- package/source/style/_mixins/_processing-animation.scss +14 -6
- package/source/style/_mixins/_utility-button.scss +5 -1
- package/source/style/base/_buttons.scss +9 -5
- package/source/style/layout/_row.scss +2 -2
- package/source/style/module/_processing-state.scss +2 -2
- package/source/style/module/_toast-notification.scss +5 -0
- package/build/types/common/interfaces.d.ts +0 -10
- package/build/types/common/main.d.ts +0 -2
- package/source/projects/typo3/typo3-delphinus.scss +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,33 @@
|
|
|
1
|
+
## 0.26.4 (June 1, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
None
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
* Removed box-shadow from `.roles-config__role__content`
|
|
8
|
+
|
|
9
|
+
## 0.26.3 (June 1, 2022)
|
|
10
|
+
|
|
11
|
+
### Core Delphinus Updates
|
|
12
|
+
* Adds class for header in `toast-notification`.
|
|
13
|
+
|
|
14
|
+
### Delphinus Projects Updates
|
|
15
|
+
None
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## 0.26.2 (May 30, 2022)
|
|
19
|
+
|
|
20
|
+
### Core Delphinus Updates
|
|
21
|
+
* Fixes alignment of processing animation in buttons and `processing-state` component, that could sometimes not be rotating around its' center. Now uses an svg-mask in stead of a D from AU Peto font. This will also prevent the occasional rotating D, if Peto font is not loaded.
|
|
22
|
+
|
|
23
|
+
### Delphinus Projects Updates
|
|
24
|
+
None
|
|
25
|
+
|
|
26
|
+
|
|
1
27
|
## 0.26.1 (May 23, 2022)
|
|
2
28
|
|
|
3
29
|
### Core Delphinus Updates
|
|
4
|
-
* Moved types folder to root and added missing package.json for automatic type recognition in other projects.
|
|
30
|
+
* Moved types folder to root and added missing package.json for automatic type recognition in other projects.
|
|
5
31
|
|
|
6
32
|
### Delphinus Projects Updates
|
|
7
33
|
None
|