@norges-domstoler/dds-components 0.0.0-dev-20260708071405 → 0.0.0-dev-20260714080948
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 +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5261,6 +5261,7 @@ input[data-indeterminate='true'] ~ .dds-SelectionControl-module__selection-contr
|
|
|
5261
5261
|
display: flex;
|
|
5262
5262
|
align-items: center;
|
|
5263
5263
|
color: inherit;
|
|
5264
|
+
text-align: inherit;
|
|
5264
5265
|
|
|
5265
5266
|
@media (prefers-reduced-motion: no-preference) {
|
|
5266
5267
|
transition: var(--dds-focus-transition);
|
package/package.json
CHANGED