@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.
Files changed (37) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/build/figma-tokens/color-themes.json +2656 -2652
  3. package/build/figma-tokens/design-file.json +1435 -1377
  4. package/build/figma-tokens/design-system.json +4709 -4651
  5. package/build/js/app.js.map +1 -1
  6. package/build/projects/bachelor-applications/js/app.js.map +1 -1
  7. package/build/projects/bachelor-applications/style.css +2 -2
  8. package/build/projects/bachelor-applications/style.css.map +1 -1
  9. package/build/projects/brightspace/style.css +2 -2
  10. package/build/projects/brightspace/style.css.map +1 -1
  11. package/build/projects/medarbejdere/js/app.js.map +1 -1
  12. package/build/projects/medarbejdere/style.css +2 -2
  13. package/build/projects/medarbejdere/style.css.map +1 -1
  14. package/build/projects/mitstudie/js/app.js.map +1 -1
  15. package/build/projects/mitstudie/style.css +2 -2
  16. package/build/projects/mitstudie/style.css.map +1 -1
  17. package/build/projects/typo3/js/typo3.js.map +1 -1
  18. package/build/projects/typo3/style.css +2 -2
  19. package/build/projects/typo3/style.css.map +1 -1
  20. package/build/style.css +2 -2
  21. package/build/style.css.map +1 -1
  22. package/package.json +1 -1
  23. package/source/figma-tokens/borders-widths.json +5 -1
  24. package/source/figma-tokens/spacing.json +54 -0
  25. package/source/markup/partials/mixins/_toast-notification.pug +3 -5
  26. package/source/projects/bachelor-applications/applications-respond-to-offer-error.pug +67 -0
  27. package/source/projects/bachelor-applications/index.pug +3 -1
  28. package/source/projects/medarbejdere/style/_roles-config.scss +0 -1
  29. package/source/style/_mixins/_processing-animation.scss +14 -6
  30. package/source/style/_mixins/_utility-button.scss +5 -1
  31. package/source/style/base/_buttons.scss +9 -5
  32. package/source/style/layout/_row.scss +2 -2
  33. package/source/style/module/_processing-state.scss +2 -2
  34. package/source/style/module/_toast-notification.scss +5 -0
  35. package/build/types/common/interfaces.d.ts +0 -10
  36. package/build/types/common/main.d.ts +0 -2
  37. 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