@norges-domstoler/dds-components 21.13.0 → 21.14.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 +5 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +9 -11
- package/dist/index.d.ts +9 -11
- package/dist/index.js +260 -134
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +275 -149
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -2824,9 +2824,6 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2824
2824
|
border-color: var(--dds-color-border-action-hover);
|
|
2825
2825
|
background-color: var(--dds-color-surface-hover-default);
|
|
2826
2826
|
}
|
|
2827
|
-
.FileUploader_input-container--no-drag-zone {
|
|
2828
|
-
padding: var(--dds-spacing-x0-5) 0;
|
|
2829
|
-
}
|
|
2830
2827
|
.FileUploader_file--invalid {
|
|
2831
2828
|
box-shadow: inset 0 0 0 1px var(--dds-color-border-danger);
|
|
2832
2829
|
}
|
|
@@ -2840,6 +2837,11 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2840
2837
|
word-break: break-all;
|
|
2841
2838
|
width: 100%;
|
|
2842
2839
|
}
|
|
2840
|
+
.FileUploader_readonly--file-list {
|
|
2841
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2842
|
+
transition: var(--dds-focus-transition);
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2843
2845
|
|
|
2844
2846
|
/* src/components/Footer/Footer.module.css */
|
|
2845
2847
|
.Footer_container {
|