@norges-domstoler/dds-components 23.1.1 → 23.1.3
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 +24 -21
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +1072 -1052
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1071 -1052
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.css
CHANGED
|
@@ -2808,19 +2808,19 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2808
2808
|
}
|
|
2809
2809
|
:where(.Input_input--large) {
|
|
2810
2810
|
padding: var(--dds-spacing-x0-75);
|
|
2811
|
-
height: var(--dds-size-height-input-large);
|
|
2811
|
+
min-height: var(--dds-size-height-input-large);
|
|
2812
2812
|
}
|
|
2813
2813
|
:where(.Input_input--medium) {
|
|
2814
2814
|
padding: var(--dds-spacing-x0-5) var(--dds-spacing-x0-75);
|
|
2815
|
-
height: var(--dds-size-height-input-medium);
|
|
2815
|
+
min-height: var(--dds-size-height-input-medium);
|
|
2816
2816
|
}
|
|
2817
2817
|
:where(.Input_input--small) {
|
|
2818
2818
|
padding: var(--dds-spacing-x0-25) var(--dds-spacing-x0-5);
|
|
2819
|
-
height: var(--dds-size-height-input-small);
|
|
2819
|
+
min-height: var(--dds-size-height-input-small);
|
|
2820
2820
|
}
|
|
2821
2821
|
:where(.Input_input--xsmall) {
|
|
2822
2822
|
padding: var(--dds-spacing-x0-125) var(--dds-spacing-x0-25);
|
|
2823
|
-
height: var(--dds-size-height-input-xsmall);
|
|
2823
|
+
min-height: var(--dds-size-height-input-xsmall);
|
|
2824
2824
|
}
|
|
2825
2825
|
:where(.Input_input-with-icon--large) {
|
|
2826
2826
|
padding-left: calc(var(--dds-input-absolute-el-left-large) + var(--dds-size-icon-component) + var(--dds-spacing-lg-icon-text-gap));
|
|
@@ -3106,22 +3106,24 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3106
3106
|
box-shadow var(--dds-motion-micro-state);
|
|
3107
3107
|
}
|
|
3108
3108
|
}
|
|
3109
|
-
.
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3109
|
+
.Table_table {
|
|
3110
|
+
.Table_row--body {
|
|
3111
|
+
background-color: var(--dds-color-surface-default);
|
|
3112
|
+
&.Table_row--sum,
|
|
3113
|
+
&.Table_row--sum:nth-of-type(even),
|
|
3114
|
+
&.Table_row--sum:nth-of-type(odd) {
|
|
3115
|
+
border-bottom: 1px solid var(--dds-color-border-default);
|
|
3116
|
+
border-top: 1px solid var(--dds-color-border-default);
|
|
3117
|
+
background: var(--dds-color-surface-default);
|
|
3118
|
+
}
|
|
3119
|
+
&.Table_row--selected,
|
|
3120
|
+
&.Table_row--selected:nth-of-type(even),
|
|
3121
|
+
&.Table_row--selected:nth-of-type(odd) {
|
|
3122
|
+
background-color: var(--dds-color-surface-selected-default);
|
|
3123
|
+
}
|
|
3124
|
+
&.Table_row--hoverable:hover {
|
|
3125
|
+
background-color: var(--dds-color-surface-hover-default);
|
|
3126
|
+
}
|
|
3125
3127
|
}
|
|
3126
3128
|
}
|
|
3127
3129
|
.Table_cell--head {
|
|
@@ -4209,7 +4211,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
4209
4211
|
background-color var(--dds-motion-micro-state),
|
|
4210
4212
|
var(--dds-focus-transition);
|
|
4211
4213
|
}
|
|
4212
|
-
|
|
4214
|
+
&&:hover:not(.Tabs_tab--active) {
|
|
4213
4215
|
color: var(--dds-color-text-default);
|
|
4214
4216
|
background-color: var(--dds-color-surface-hover-default);
|
|
4215
4217
|
}
|
|
@@ -4239,6 +4241,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
4239
4241
|
color: var(--dds-color-text-default);
|
|
4240
4242
|
border-color: var(--dds-color-surface-action-selected);
|
|
4241
4243
|
box-shadow: inset 0px -2px 0px 0px var(--dds-color-surface-action-selected);
|
|
4244
|
+
cursor: default;
|
|
4242
4245
|
}
|
|
4243
4246
|
|
|
4244
4247
|
/* src/components/Tag/Tag.module.css */
|