@helsenorge/designsystem-react 14.9.0 → 14.9.2
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/lib/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
|
|
2
|
+
## [14.9.2](https://github.com/helsenorge/designsystem/compare/v14.9.1...v14.9.2) (2026-05-13)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **dateandtime:** softerror skal spre seg uten å påvirke naboer ([27db71b](https://github.com/helsenorge/designsystem/commit/27db71b8e65f4d062da6b87f66147451d78be64f)), closes [#377339](https://github.com/helsenorge/designsystem/issues/377339)
|
|
7
|
+
* **filtersort:** første child skal være høyrestilt ([a9acf73](https://github.com/helsenorge/designsystem/commit/a9acf73ff4e65c267025535ec1d9f0ef78545b55)), closes [#376682](https://github.com/helsenorge/designsystem/issues/376682)
|
|
8
|
+
|
|
9
|
+
## [14.9.1](https://github.com/helsenorge/designsystem/compare/v14.9.0...v14.9.1) (2026-05-12)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **datepicker:** onblur skal trigges når popup lukkes ([dfc3193](https://github.com/helsenorge/designsystem/commit/dfc31937fae8d1dfa63c221792e340355db59101)), closes [#377127](https://github.com/helsenorge/designsystem/issues/377127)
|
|
14
|
+
|
|
2
15
|
## [14.9.0](https://github.com/helsenorge/designsystem/compare/v14.8.0...v14.9.0) (2026-05-11)
|
|
3
16
|
|
|
4
17
|
### Features
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
select {
|
|
7
7
|
outline: none;
|
|
8
8
|
text-align: right;
|
|
9
|
+
text-align-last: right;
|
|
9
10
|
color: var(--color-action-text-onlight);
|
|
10
11
|
padding-right: 3rem;
|
|
11
12
|
height: 2.75rem;
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
|
|
18
19
|
select option {
|
|
19
20
|
text-align: left;
|
|
21
|
+
direction: ltr;
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
&__wrapper {
|
package/package.json
CHANGED