@aarhus-university/au-designsystem-delphinus 0.35.2 → 0.35.3
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 +11 -0
- package/build/changelog.html +8 -1
- package/build/projects/course-catalogue/style.css +1 -1
- package/build/projects/course-catalogue/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/typo3/style.css +1 -1
- package/build/projects/typo3/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/markup/components/switch.pug +2 -9
- package/source/markup/components/toast-notification.pug +1 -3
- package/source/markup/partials/mixins/_switch.pug +2 -2
- package/source/style/module/_switch.scss +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 0.35.3 (March 7, 2023)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Fix sizing of hit area on iOS when using [Switch component](https://delphinus.au.dk/components/switch) as checkbox.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
None
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## 0.35.2 (March 6, 2023)
|
|
2
11
|
|
|
3
12
|
### Core Delphinus Updates
|
|
@@ -8,6 +17,8 @@
|
|
|
8
17
|
### Delphinus Projects Updates
|
|
9
18
|
None
|
|
10
19
|
|
|
20
|
+
|
|
21
|
+
|
|
11
22
|
## 0.35.1 (February 28, 2023)
|
|
12
23
|
|
|
13
24
|
### Core Delphinus Updates
|
package/build/changelog.html
CHANGED
|
@@ -17,7 +17,14 @@ a(href="/components" class= active_nav_item=="components" ? "nav__item--active"
|
|
|
17
17
|
a(href="/atom-fonts.html" class= active_nav_item=="atoms" ? "nav__item--active" : "").nav__item Atoms
|
|
18
18
|
a(href="/code.html" class= active_nav_item=="code" ? "nav__item--active" : "").nav__item Code
|
|
19
19
|
a(href="/projects" class= active_nav_item=="projects" ? "nav__item--active" : "").nav__item Projects
|
|
20
|
-
a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.35.
|
|
20
|
+
a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.35.3 (March 7, 2023)</h2>
|
|
21
|
+
<h3>Core Delphinus Updates</h3>
|
|
22
|
+
<ul>
|
|
23
|
+
<li>Fix sizing of hit area on iOS when using <a href="https://delphinus.au.dk/components/switch">Switch component</a> as checkbox.</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<h3>Delphinus Projects Updates</h3>
|
|
26
|
+
<p>None</p>
|
|
27
|
+
<h2>0.35.2 (March 6, 2023)</h2>
|
|
21
28
|
<h3>Core Delphinus Updates</h3>
|
|
22
29
|
<ul>
|
|
23
30
|
<li>Adds support for using <a href="https://delphinus.au.dk/components/switch">Switch component</a> as radiobuttons, checkbox and toggle (button with <code>aria-pressed</code> attribute)</li>
|