@norges-domstoler/dds-components 0.0.0-dev-20260605070006 → 0.0.0-dev-20260605084148
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 +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +326 -327
- package/dist/index.d.ts +326 -327
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
package/dist/index.css
CHANGED
|
@@ -3814,6 +3814,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3814
3814
|
}
|
|
3815
3815
|
}
|
|
3816
3816
|
&:disabled {
|
|
3817
|
+
opacity: 1;
|
|
3817
3818
|
cursor: not-allowed;
|
|
3818
3819
|
color: var(--dds-color-text-subtle);
|
|
3819
3820
|
background-color: var(--dds-color-surface-field-disabled);
|
|
@@ -3935,6 +3936,9 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3935
3936
|
.PhoneInput_calling-code {
|
|
3936
3937
|
left: var(--dds-spacing-x0-5);
|
|
3937
3938
|
}
|
|
3939
|
+
.PhoneInput_calling-code--disabled {
|
|
3940
|
+
color: var(--dds-color-text-subtle);
|
|
3941
|
+
}
|
|
3938
3942
|
|
|
3939
3943
|
/* src/components/Popover/Popover.module.css */
|
|
3940
3944
|
.Popover_container {
|