@norges-domstoler/dds-components 0.0.0-dev-20250129112638 → 0.0.0-dev-20250129140141
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 +6 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +25 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1067,11 +1067,16 @@
|
|
|
1067
1067
|
display: flex;
|
|
1068
1068
|
box-sizing: border-box;
|
|
1069
1069
|
align-items: center;
|
|
1070
|
-
color: var(--dds-color-text-default);
|
|
1071
1070
|
background-color: var(--dds-color-surface-default);
|
|
1072
1071
|
text-decoration: none;
|
|
1073
1072
|
padding: var(--dds-spacing-x0-75);
|
|
1074
1073
|
gap: var(--dds-spacing-x0-25);
|
|
1074
|
+
&.OverflowMenu_default {
|
|
1075
|
+
color: var(--dds-color-text-default);
|
|
1076
|
+
}
|
|
1077
|
+
&.OverflowMenu_danger {
|
|
1078
|
+
color: var(--dds-color-text-danger);
|
|
1079
|
+
}
|
|
1075
1080
|
}
|
|
1076
1081
|
.OverflowMenu_list__item--link {
|
|
1077
1082
|
text-align: left;
|