@norges-domstoler/dds-components 17.6.0 → 17.7.0
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/dist/index.css +3 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +14 -5
- package/dist/index.d.ts +14 -5
- package/dist/index.js +17 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
1018
|
/* src/components/Button/Button.module.css */
|
|
1019
|
-
.Button_button {
|
|
1019
|
+
:where(.Button_button) {
|
|
1020
1020
|
-webkit-user-select: text;
|
|
1021
1021
|
-moz-user-select: text;
|
|
1022
1022
|
user-select: text;
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
@media (prefers-reduced-motion: no-preference) {
|
|
1036
1036
|
transition: all 0.2s;
|
|
1037
1037
|
}
|
|
1038
|
-
&:active:not(
|
|
1038
|
+
&:active:not([aria-disabled=true]) {
|
|
1039
1039
|
scale: 0.95;
|
|
1040
1040
|
}
|
|
1041
1041
|
}
|
|
@@ -3420,7 +3420,7 @@
|
|
|
3420
3420
|
.SplitButton_main {
|
|
3421
3421
|
border-top-right-radius: 0;
|
|
3422
3422
|
border-bottom-right-radius: 0;
|
|
3423
|
-
|
|
3423
|
+
margin-inline-end: -1px;
|
|
3424
3424
|
}
|
|
3425
3425
|
.SplitButton_main:focus {
|
|
3426
3426
|
position: relative;
|