@norges-domstoler/dds-components 0.0.0-dev-20250829084009 → 0.0.0-dev-20250901100622
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 +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +115 -113
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +115 -113
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/dist/index.css
CHANGED
|
@@ -3995,10 +3995,10 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3995
3995
|
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-5));
|
|
3996
3996
|
}
|
|
3997
3997
|
&.TextInput_with-icon--small {
|
|
3998
|
-
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-
|
|
3998
|
+
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-5));
|
|
3999
3999
|
}
|
|
4000
4000
|
&.TextInput_with-icon--xsmall {
|
|
4001
|
-
padding-left: calc(var(--dds-spacing-x0-5) + var(--dds-icon-size-
|
|
4001
|
+
padding-left: calc(var(--dds-spacing-x0-5) + var(--dds-icon-size-small) + var(--dds-spacing-x0-25));
|
|
4002
4002
|
}
|
|
4003
4003
|
}
|
|
4004
4004
|
.TextInput_input--extended {
|