@norges-domstoler/dds-components 17.3.0 → 17.3.1
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 +8 -34
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
package/dist/index.css
CHANGED
|
@@ -1282,52 +1282,28 @@
|
|
|
1282
1282
|
.ButtonGroup_group--column > *:first-child {
|
|
1283
1283
|
border-bottom-left-radius: 0;
|
|
1284
1284
|
border-bottom-right-radius: 0;
|
|
1285
|
+
margin-block-end: -1px;
|
|
1285
1286
|
}
|
|
1286
1287
|
.ButtonGroup_group--column > *:last-child {
|
|
1287
1288
|
border-top-left-radius: 0;
|
|
1288
1289
|
border-top-right-radius: 0;
|
|
1289
|
-
&:not(:active) {
|
|
1290
|
-
border-top-color: transparent;
|
|
1291
|
-
}
|
|
1292
1290
|
}
|
|
1293
1291
|
.ButtonGroup_group--column > *:not(:first-child):not(:last-child) {
|
|
1294
1292
|
border-radius: 0;
|
|
1295
|
-
|
|
1296
|
-
border-top-color: transparent;
|
|
1297
|
-
}
|
|
1298
|
-
&:active + * {
|
|
1299
|
-
border-top-color: initial;
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
.ButtonGroup_group--column > *:first-child:not(:last-child) {
|
|
1303
|
-
&:active + * {
|
|
1304
|
-
border-top-color: initial;
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
.ButtonGroup_group--row > *:not(:first-child):not(:last-child) {
|
|
1308
|
-
border-radius: 0;
|
|
1309
|
-
&:not(:active) {
|
|
1310
|
-
border-left-color: transparent;
|
|
1311
|
-
}
|
|
1312
|
-
&:active + * {
|
|
1313
|
-
border-left-color: initial;
|
|
1314
|
-
}
|
|
1293
|
+
margin-block-end: -1px;
|
|
1315
1294
|
}
|
|
1316
1295
|
.ButtonGroup_group--row > *:first-child {
|
|
1317
1296
|
border-top-right-radius: 0;
|
|
1318
1297
|
border-bottom-right-radius: 0;
|
|
1319
|
-
|
|
1320
|
-
.ButtonGroup_group--row > *:first-child:not(:last-child) {
|
|
1321
|
-
&:active + * {
|
|
1322
|
-
border-left-color: initial;
|
|
1323
|
-
}
|
|
1298
|
+
margin-inline-end: -1px;
|
|
1324
1299
|
}
|
|
1325
1300
|
.ButtonGroup_group--row > *:last-child {
|
|
1326
1301
|
border-top-left-radius: 0;
|
|
1327
1302
|
border-bottom-left-radius: 0;
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1303
|
+
}
|
|
1304
|
+
.ButtonGroup_group--row > *:not(:first-child):not(:last-child) {
|
|
1305
|
+
border-radius: 0;
|
|
1306
|
+
margin-inline-end: -1px;
|
|
1331
1307
|
}
|
|
1332
1308
|
|
|
1333
1309
|
/* src/components/Card/Card.module.css */
|
|
@@ -1501,6 +1477,7 @@
|
|
|
1501
1477
|
border: 1px solid var(--dds-color-border-default);
|
|
1502
1478
|
padding: var(--dds-spacing-x0-5);
|
|
1503
1479
|
box-shadow: var(--dds-shadow-2);
|
|
1480
|
+
height: 347px;
|
|
1504
1481
|
}
|
|
1505
1482
|
.DateInput_calendar {
|
|
1506
1483
|
display: flex;
|
|
@@ -3488,9 +3465,6 @@
|
|
|
3488
3465
|
.Tabs_tab-panel {
|
|
3489
3466
|
padding: var(--dds-spacing-x0-25);
|
|
3490
3467
|
}
|
|
3491
|
-
.Tabs_tab-panel--inactive {
|
|
3492
|
-
display: none;
|
|
3493
|
-
}
|
|
3494
3468
|
|
|
3495
3469
|
/* src/components/Tag/Tag.module.css */
|
|
3496
3470
|
.Tag_container {
|