@norges-domstoler/dds-components 21.4.0 → 21.5.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 +0 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +10 -5
- package/dist/index.d.ts +10 -5
- package/dist/index.js +947 -920
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +636 -610
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -4
package/dist/index.css
CHANGED
|
@@ -2309,7 +2309,6 @@ input[data-indeterminate] ~ .SelectionControl_selection-control:after {
|
|
|
2309
2309
|
flex-direction: row;
|
|
2310
2310
|
align-items: center;
|
|
2311
2311
|
gap: var(--dds-spacing-x0-25);
|
|
2312
|
-
width: var(--dds-date-input-width);
|
|
2313
2312
|
}
|
|
2314
2313
|
.DateInput_date-input--medium {
|
|
2315
2314
|
padding-inline-start: var(--dds-spacing-x0-5);
|
|
@@ -3957,9 +3956,6 @@ select:hover {
|
|
|
3957
3956
|
.TextInput_container--disabled {
|
|
3958
3957
|
color: var(--dds-color-text-subtle);
|
|
3959
3958
|
}
|
|
3960
|
-
.TextInput_input-width {
|
|
3961
|
-
width: var(--dds-textinput-width);
|
|
3962
|
-
}
|
|
3963
3959
|
.TextInput_input {
|
|
3964
3960
|
&.TextInput_with-icon--medium {
|
|
3965
3961
|
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-5));
|