@fkui/design 6.14.0 → 6.16.0
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/LICENSE.md +1 -1
- package/lib/fkui.css +126 -82
- package/lib/fkui.min.css +1 -1
- package/package.json +5 -5
- package/src/components/badge/_badge.scss +3 -0
- package/src/components/checkbox/_checkbox.scss +1 -0
- package/src/components/checkbox/_variables.scss +1 -0
- package/src/components/combobox/_combobox.scss +10 -2
- package/src/components/dialogue-tree/_dialogue-tree.scss +2 -1
- package/src/components/message-box/_message-box.scss +8 -0
- package/src/components/radio-button/_radio-button.scss +1 -0
- package/src/components/radio-button/_variables.scss +1 -0
- package/src/components/table/_table.scss +4 -0
- package/src/components/text-field/_text-field.scss +1 -0
- package/src/components/text-field/_variables.scss +1 -0
- package/src/components/textarea-field/_textarea-field.scss +1 -0
- package/src/components/textarea-field/_variables.scss +1 -0
- package/src/internal-components/calendar/_calendar.scss +22 -0
- package/src/internal-components/calendar-navbar/_calendar-navbar.scss +37 -2
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2025 Försäkringskassan
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/lib/fkui.css
CHANGED
|
@@ -1144,6 +1144,11 @@ input[type=search]:focus,
|
|
|
1144
1144
|
background-color: var(--fkds-color-feedback-background-warning-strong, #ffbe10);
|
|
1145
1145
|
border-color: var(--fkds-color-feedback-background-warning-strong, #ffbe10);
|
|
1146
1146
|
}
|
|
1147
|
+
@media (prefers-color-scheme: dark) {
|
|
1148
|
+
.badge--warning {
|
|
1149
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1147
1152
|
.badge--warning-inverted {
|
|
1148
1153
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1149
1154
|
background-color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
@@ -1200,43 +1205,43 @@ input[type=search]:focus,
|
|
|
1200
1205
|
margin-right: 0;
|
|
1201
1206
|
}
|
|
1202
1207
|
}
|
|
1203
|
-
.button-group > .button.button--discrete, .button-group > .button.button--text {
|
|
1208
|
+
.button-group > .button.button--discrete, .button-group > .button--discrete.calendar-navbar__year-selector-button, .button-group > .button.button--text, .button-group > .button--text.calendar-navbar__year-selector-button {
|
|
1204
1209
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1205
1210
|
margin-right: 1.5rem;
|
|
1206
1211
|
}
|
|
1207
|
-
.button-group > .button.button--discrete:last-child, .button-group > .button.button--text:last-child {
|
|
1212
|
+
.button-group > .button.button--discrete:last-child, .button-group > .button--discrete.calendar-navbar__year-selector-button:last-child, .button-group > .button.button--text:last-child, .button-group > .button--text.calendar-navbar__year-selector-button:last-child {
|
|
1208
1213
|
margin-right: 0;
|
|
1209
1214
|
}
|
|
1210
|
-
.button-group > .button.button--small {
|
|
1215
|
+
.button-group > .button.button--small, .button-group > .button--small.calendar-navbar__year-selector-button {
|
|
1211
1216
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1212
1217
|
margin-right: 0.75rem;
|
|
1213
1218
|
}
|
|
1214
|
-
.button-group > .button.button--small:last-child {
|
|
1219
|
+
.button-group > .button.button--small:last-child, .button-group > .button--small.calendar-navbar__year-selector-button:last-child {
|
|
1215
1220
|
margin-right: 0;
|
|
1216
1221
|
}
|
|
1217
1222
|
@media (max-width: 639.98px) {
|
|
1218
|
-
.button-group > .button.button--small.button--full-width {
|
|
1223
|
+
.button-group > .button.button--small.button--full-width, .button-group > .button--small.button--full-width.calendar-navbar__year-selector-button {
|
|
1219
1224
|
margin-right: 0;
|
|
1220
1225
|
}
|
|
1221
1226
|
}
|
|
1222
|
-
.button-group > .button.button--medium {
|
|
1227
|
+
.button-group > .button.button--medium, .button-group > .button--medium.calendar-navbar__year-selector-button {
|
|
1223
1228
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1224
1229
|
margin-right: 1rem;
|
|
1225
1230
|
}
|
|
1226
|
-
.button-group > .button.button--medium:last-child {
|
|
1231
|
+
.button-group > .button.button--medium:last-child, .button-group > .button--medium.calendar-navbar__year-selector-button:last-child {
|
|
1227
1232
|
margin-right: 0;
|
|
1228
1233
|
}
|
|
1229
1234
|
@media (max-width: 639.98px) {
|
|
1230
|
-
.button-group > .button.button--medium.button--full-width {
|
|
1235
|
+
.button-group > .button.button--medium.button--full-width, .button-group > .button--medium.button--full-width.calendar-navbar__year-selector-button {
|
|
1231
1236
|
margin-right: 0;
|
|
1232
1237
|
}
|
|
1233
1238
|
}
|
|
1234
1239
|
@media (min-width: 640px) {
|
|
1235
|
-
.button-group > .button.button--large {
|
|
1240
|
+
.button-group > .button.button--large, .button-group > .button--large.calendar-navbar__year-selector-button {
|
|
1236
1241
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1237
1242
|
margin-right: 1.25rem;
|
|
1238
1243
|
}
|
|
1239
|
-
.button-group > .button.button--large:last-child {
|
|
1244
|
+
.button-group > .button.button--large:last-child, .button-group > .button--large.calendar-navbar__year-selector-button:last-child {
|
|
1240
1245
|
margin-right: 0;
|
|
1241
1246
|
}
|
|
1242
1247
|
}
|
|
@@ -1253,14 +1258,14 @@ input[type=search]:focus,
|
|
|
1253
1258
|
margin: 0;
|
|
1254
1259
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1255
1260
|
}
|
|
1256
|
-
.button-list > li button.button.button--small, .button-list > li button.button.button--medium {
|
|
1261
|
+
.button-list > li button.button.button--small, .button-list > li button.button--small.calendar-navbar__year-selector-button, .button-list > li button.button.button--medium, .button-list > li button.button--medium.calendar-navbar__year-selector-button {
|
|
1257
1262
|
margin-bottom: calc(0.75rem * var(--f-density-factor, 1));
|
|
1258
1263
|
}
|
|
1259
|
-
.button-list > li button.button.button--large {
|
|
1264
|
+
.button-list > li button.button.button--large, .button-list > li button.button--large.calendar-navbar__year-selector-button {
|
|
1260
1265
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
1261
1266
|
}
|
|
1262
1267
|
|
|
1263
|
-
.button {
|
|
1268
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1264
1269
|
border-color: transparent;
|
|
1265
1270
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
1266
1271
|
border-style: solid;
|
|
@@ -1286,7 +1291,7 @@ input[type=search]:focus,
|
|
|
1286
1291
|
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
1287
1292
|
}
|
|
1288
1293
|
@media (max-width: 639.98px) {
|
|
1289
|
-
.button {
|
|
1294
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1290
1295
|
max-width: var(--f-width-full, 100%);
|
|
1291
1296
|
width: var(--f-width-full, 100%);
|
|
1292
1297
|
}
|
|
@@ -1303,7 +1308,7 @@ input[type=search]:focus,
|
|
|
1303
1308
|
color: var(--f-icon-color-black, #1b1e23);
|
|
1304
1309
|
}
|
|
1305
1310
|
|
|
1306
|
-
.button {
|
|
1311
|
+
.button, .calendar-navbar__year-selector-button {
|
|
1307
1312
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
1308
1313
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1309
1314
|
border-width: var(--f-border-width-medium, 2px);
|
|
@@ -1311,13 +1316,13 @@ input[type=search]:focus,
|
|
|
1311
1316
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1312
1317
|
padding: calc(var(--f-button-standard-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-right, 1.5rem) calc(var(--f-button-standard-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-standard-padding-left, 1.5rem);
|
|
1313
1318
|
}
|
|
1314
|
-
.button:hover {
|
|
1319
|
+
.button:hover, .calendar-navbar__year-selector-button:hover {
|
|
1315
1320
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1316
1321
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1317
1322
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1318
1323
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1319
1324
|
}
|
|
1320
|
-
.button:active, .button:focus {
|
|
1325
|
+
.button:active, .calendar-navbar__year-selector-button:active, .button:focus, .calendar-navbar__year-selector-button:focus {
|
|
1321
1326
|
border-radius: 0;
|
|
1322
1327
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1323
1328
|
outline: 2px solid transparent;
|
|
@@ -1325,12 +1330,12 @@ input[type=search]:focus,
|
|
|
1325
1330
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1326
1331
|
color: var(--f-text-color-button-standard, #4a52b6);
|
|
1327
1332
|
}
|
|
1328
|
-
.button.disabled, .button.disabled:hover, .button:disabled, .button:disabled:hover, .button.button--disabled, .button.button--disabled:hover {
|
|
1333
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--disabled:hover {
|
|
1329
1334
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1330
1335
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1331
1336
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1332
1337
|
}
|
|
1333
|
-
.button.button--primary {
|
|
1338
|
+
.button.button--primary, .button--primary.calendar-navbar__year-selector-button {
|
|
1334
1339
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
1335
1340
|
border-color: transparent;
|
|
1336
1341
|
border-width: var(--f-border-width-medium, 2px);
|
|
@@ -1338,13 +1343,13 @@ input[type=search]:focus,
|
|
|
1338
1343
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1339
1344
|
padding: calc(var(--f-button-primary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-right, 1.5rem) calc(var(--f-button-primary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-primary-padding-left, 1.5rem);
|
|
1340
1345
|
}
|
|
1341
|
-
.button.button--primary:hover {
|
|
1346
|
+
.button.button--primary:hover, .button--primary.calendar-navbar__year-selector-button:hover {
|
|
1342
1347
|
background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
1343
1348
|
border-color: transparent;
|
|
1344
1349
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1345
1350
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1346
1351
|
}
|
|
1347
|
-
.button.button--primary:active, .button.button--primary:focus {
|
|
1352
|
+
.button.button--primary:active, .button--primary.calendar-navbar__year-selector-button:active, .button.button--primary:focus, .button--primary.calendar-navbar__year-selector-button:focus {
|
|
1348
1353
|
border-radius: 0;
|
|
1349
1354
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1350
1355
|
outline: 2px solid transparent;
|
|
@@ -1352,12 +1357,12 @@ input[type=search]:focus,
|
|
|
1352
1357
|
border-color: transparent;
|
|
1353
1358
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1354
1359
|
}
|
|
1355
|
-
.button.button--primary.disabled, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button.button--primary.button--disabled:hover {
|
|
1360
|
+
.button.button--primary.disabled, .button--primary.disabled.calendar-navbar__year-selector-button, .button.button--primary.disabled:hover, .button.button--primary:disabled, .button--primary.calendar-navbar__year-selector-button:disabled, .button.button--primary:disabled:hover, .button.button--primary.button--disabled, .button--primary.button--disabled.calendar-navbar__year-selector-button, .button.button--primary.button--disabled:hover {
|
|
1356
1361
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1357
1362
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1358
1363
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1359
1364
|
}
|
|
1360
|
-
.button.button--secondary {
|
|
1365
|
+
.button.button--secondary, .button--secondary.calendar-navbar__year-selector-button {
|
|
1361
1366
|
background-color: var(--fkds-color-action-background-secondary-default, #f5f6fa);
|
|
1362
1367
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1363
1368
|
border-width: var(--f-border-width-medium, 2px);
|
|
@@ -1365,13 +1370,13 @@ input[type=search]:focus,
|
|
|
1365
1370
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1366
1371
|
padding: calc(var(--f-button-secondary-padding-top, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-right, 1.5rem) calc(var(--f-button-secondary-padding-bottom, 1rem) * var(--f-density-factor, 1)) var(--f-button-secondary-padding-left, 1.5rem);
|
|
1367
1372
|
}
|
|
1368
|
-
.button.button--secondary:hover {
|
|
1373
|
+
.button.button--secondary:hover, .button--secondary.calendar-navbar__year-selector-button:hover {
|
|
1369
1374
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1370
1375
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1371
1376
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1372
1377
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1373
1378
|
}
|
|
1374
|
-
.button.button--secondary:active, .button.button--secondary:focus {
|
|
1379
|
+
.button.button--secondary:active, .button--secondary.calendar-navbar__year-selector-button:active, .button.button--secondary:focus, .button--secondary.calendar-navbar__year-selector-button:focus {
|
|
1375
1380
|
border-radius: 0;
|
|
1376
1381
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1377
1382
|
outline: 2px solid transparent;
|
|
@@ -1379,12 +1384,12 @@ input[type=search]:focus,
|
|
|
1379
1384
|
border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
1380
1385
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1381
1386
|
}
|
|
1382
|
-
.button.button--secondary.disabled, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button.button--secondary.button--disabled:hover {
|
|
1387
|
+
.button.button--secondary.disabled, .button--secondary.disabled.calendar-navbar__year-selector-button, .button.button--secondary.disabled:hover, .button.button--secondary:disabled, .button--secondary.calendar-navbar__year-selector-button:disabled, .button.button--secondary:disabled:hover, .button.button--secondary.button--disabled, .button--secondary.button--disabled.calendar-navbar__year-selector-button, .button.button--secondary.button--disabled:hover {
|
|
1383
1388
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
1384
1389
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
1385
1390
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1386
1391
|
}
|
|
1387
|
-
.button.button--discrete, .button.button--text {
|
|
1392
|
+
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1388
1393
|
width: inherit;
|
|
1389
1394
|
min-width: 0;
|
|
1390
1395
|
font-weight: var(--f-font-weight-bold, 900);
|
|
@@ -1397,13 +1402,13 @@ input[type=search]:focus,
|
|
|
1397
1402
|
color: var(--f-text-color-button-discrete, #4a52b6);
|
|
1398
1403
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1399
1404
|
}
|
|
1400
|
-
.button.button--discrete:hover, .button.button--text:hover {
|
|
1405
|
+
.button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
|
|
1401
1406
|
background-color: var(--f-background-button-discrete-hover, none);
|
|
1402
1407
|
border-color: transparent;
|
|
1403
1408
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1404
1409
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1405
1410
|
}
|
|
1406
|
-
.button.button--discrete:active, .button.button--text:active, .button.button--discrete:focus, .button.button--text:focus {
|
|
1411
|
+
.button.button--discrete:active, .button--discrete.calendar-navbar__year-selector-button:active, .button.button--text:active, .button--text.calendar-navbar__year-selector-button:active, .button.button--discrete:focus, .button--discrete.calendar-navbar__year-selector-button:focus, .button.button--text:focus, .button--text.calendar-navbar__year-selector-button:focus {
|
|
1407
1412
|
border-radius: 0;
|
|
1408
1413
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1409
1414
|
outline: 2px solid transparent;
|
|
@@ -1411,17 +1416,17 @@ input[type=search]:focus,
|
|
|
1411
1416
|
border-color: transparent;
|
|
1412
1417
|
color: var(--f-text-color-button-discrete-hover, #3b4292);
|
|
1413
1418
|
}
|
|
1414
|
-
.button.button--discrete.disabled, .button.disabled.button--text, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button.button--text:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button.button--disabled.button--text, .button.button--discrete.button--disabled:hover {
|
|
1419
|
+
.button.button--discrete.disabled, .button--discrete.disabled.calendar-navbar__year-selector-button, .button.disabled.button--text, .disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.disabled:hover, .button.button--discrete:disabled, .button--discrete.calendar-navbar__year-selector-button:disabled, .button.button--text:disabled, .button--text.calendar-navbar__year-selector-button:disabled, .button.button--discrete:disabled:hover, .button.button--discrete.button--disabled, .button--discrete.button--disabled.calendar-navbar__year-selector-button, .button.button--disabled.button--text, .button--disabled.button--text.calendar-navbar__year-selector-button, .button.button--discrete.button--disabled:hover {
|
|
1415
1420
|
background-color: transparent;
|
|
1416
1421
|
border-color: transparent;
|
|
1417
1422
|
color: var(--f-text-color-button-discrete-disabled, #8d8e91);
|
|
1418
1423
|
}
|
|
1419
1424
|
@media (max-width: 639.98px) {
|
|
1420
|
-
.button.button--discrete, .button.button--text {
|
|
1425
|
+
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
|
|
1421
1426
|
width: auto;
|
|
1422
1427
|
}
|
|
1423
1428
|
}
|
|
1424
|
-
.button.button--discrete--black, .button.button--text--black {
|
|
1429
|
+
.button.button--discrete--black, .button--discrete--black.calendar-navbar__year-selector-button, .button.button--text--black, .button--text--black.calendar-navbar__year-selector-button {
|
|
1425
1430
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1426
1431
|
padding-top: calc(var(--f-button-discrete-black-padding-top, initial) * var(--f-density-factor, 1));
|
|
1427
1432
|
padding-right: var(--f-button-discrete-black-padding-right, initial);
|
|
@@ -1430,17 +1435,17 @@ input[type=search]:focus,
|
|
|
1430
1435
|
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
1431
1436
|
color: var(--f-text-color-default, #1b1e23);
|
|
1432
1437
|
}
|
|
1433
|
-
.button.button--discrete--black > .button__icon, .button.button--text--black > .button__icon {
|
|
1438
|
+
.button.button--discrete--black > .button__icon, .button--discrete--black.calendar-navbar__year-selector-button > .button__icon, .button.button--text--black > .button__icon, .button--text--black.calendar-navbar__year-selector-button > .button__icon {
|
|
1434
1439
|
color: var(--f-icon-color-black, #1b1e23);
|
|
1435
1440
|
}
|
|
1436
|
-
.button.button--discrete:hover, .button.button--text:hover {
|
|
1441
|
+
.button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
|
|
1437
1442
|
box-shadow: none;
|
|
1438
1443
|
mix-blend-mode: multiply;
|
|
1439
1444
|
}
|
|
1440
|
-
.button.button--discrete, .button.button--text, .button.button--discrete:focus, .button.button--discrete:active, .button.button--discrete:hover {
|
|
1445
|
+
.button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button, .button.button--discrete:focus, .button.button--discrete:active, .button.button--discrete:hover {
|
|
1441
1446
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1442
1447
|
}
|
|
1443
|
-
.button.button--discrete-inverted {
|
|
1448
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1444
1449
|
width: inherit;
|
|
1445
1450
|
min-width: 0;
|
|
1446
1451
|
font-weight: var(--f-font-weight-bold, 900);
|
|
@@ -1459,13 +1464,13 @@ input[type=search]:focus,
|
|
|
1459
1464
|
color: var(--f-text-color-button-discrete-inverted, #ffffff);
|
|
1460
1465
|
padding: calc(var(--f-button-discrete-padding-top, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-right, initial) calc(var(--f-button-discrete-padding-bottom, initial) * var(--f-density-factor, 1)) var(--f-button-discrete-padding-left, initial);
|
|
1461
1466
|
}
|
|
1462
|
-
.button.button--discrete-inverted:hover {
|
|
1467
|
+
.button.button--discrete-inverted:hover, .button--discrete-inverted.calendar-navbar__year-selector-button:hover {
|
|
1463
1468
|
background-color: transparent;
|
|
1464
1469
|
border-color: transparent;
|
|
1465
1470
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1466
1471
|
box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1467
1472
|
}
|
|
1468
|
-
.button.button--discrete-inverted:active, .button.button--discrete-inverted:focus {
|
|
1473
|
+
.button.button--discrete-inverted:active, .button--discrete-inverted.calendar-navbar__year-selector-button:active, .button.button--discrete-inverted:focus, .button--discrete-inverted.calendar-navbar__year-selector-button:focus {
|
|
1469
1474
|
border-radius: 0;
|
|
1470
1475
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1471
1476
|
outline: 2px solid transparent;
|
|
@@ -1473,20 +1478,20 @@ input[type=search]:focus,
|
|
|
1473
1478
|
border-color: transparent;
|
|
1474
1479
|
color: var(--f-text-color-button-discrete-inverted-hover, #ffffff);
|
|
1475
1480
|
}
|
|
1476
|
-
.button.button--discrete-inverted.disabled, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button.button--discrete-inverted.button--disabled:hover {
|
|
1481
|
+
.button.button--discrete-inverted.disabled, .button--discrete-inverted.disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.disabled:hover, .button.button--discrete-inverted:disabled, .button--discrete-inverted.calendar-navbar__year-selector-button:disabled, .button.button--discrete-inverted:disabled:hover, .button.button--discrete-inverted.button--disabled, .button--discrete-inverted.button--disabled.calendar-navbar__year-selector-button, .button.button--discrete-inverted.button--disabled:hover {
|
|
1477
1482
|
background-color: transparent;
|
|
1478
1483
|
border-color: transparent;
|
|
1479
1484
|
color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
|
|
1480
1485
|
}
|
|
1481
1486
|
@media (max-width: 639.98px) {
|
|
1482
|
-
.button.button--discrete-inverted {
|
|
1487
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
|
|
1483
1488
|
width: auto;
|
|
1484
1489
|
}
|
|
1485
1490
|
}
|
|
1486
|
-
.button.button--discrete-inverted, .button.button--discrete-inverted:focus, .button.button--discrete-inverted:active, .button.button--discrete-inverted:hover {
|
|
1491
|
+
.button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button, .button.button--discrete-inverted:focus, .button.button--discrete-inverted:active, .button.button--discrete-inverted:hover {
|
|
1487
1492
|
border-radius: var(--f-button-discrete-radius-hover, none);
|
|
1488
1493
|
}
|
|
1489
|
-
.button.button--tertiary {
|
|
1494
|
+
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1490
1495
|
width: inherit;
|
|
1491
1496
|
min-width: 0;
|
|
1492
1497
|
font-weight: var(--f-font-weight-medium, 700);
|
|
@@ -1498,13 +1503,13 @@ input[type=search]:focus,
|
|
|
1498
1503
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1499
1504
|
padding: calc(var(--f-button-tertiary-padding-top, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-right, 0.5rem) calc(var(--f-button-tertiary-padding-bottom, 0.75rem) * var(--f-density-factor, 1)) var(--f-button-tertiary-padding-left, 0.5rem);
|
|
1500
1505
|
}
|
|
1501
|
-
.button.button--tertiary:hover {
|
|
1506
|
+
.button.button--tertiary:hover, .calendar-navbar__year-selector-button:hover {
|
|
1502
1507
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
1503
1508
|
border-color: transparent;
|
|
1504
1509
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1505
1510
|
box-shadow: none;
|
|
1506
1511
|
}
|
|
1507
|
-
.button.button--tertiary:active, .button.button--tertiary:focus {
|
|
1512
|
+
.button.button--tertiary:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary:focus, .calendar-navbar__year-selector-button:focus {
|
|
1508
1513
|
border-radius: 0;
|
|
1509
1514
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
1510
1515
|
outline: 2px solid transparent;
|
|
@@ -1512,51 +1517,51 @@ input[type=search]:focus,
|
|
|
1512
1517
|
border-color: transparent;
|
|
1513
1518
|
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
1514
1519
|
}
|
|
1515
|
-
.button.button--tertiary.disabled, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button.button--tertiary.button--disabled:hover {
|
|
1520
|
+
.button.button--tertiary.disabled, .disabled.calendar-navbar__year-selector-button, .button.button--tertiary.disabled:hover, .button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled, .button.button--tertiary:disabled:hover, .button.button--tertiary.button--disabled, .button--disabled.calendar-navbar__year-selector-button, .button.button--tertiary.button--disabled:hover {
|
|
1516
1521
|
background-color: transparent;
|
|
1517
1522
|
border-color: transparent;
|
|
1518
1523
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1519
1524
|
}
|
|
1520
1525
|
@media (max-width: 639.98px) {
|
|
1521
|
-
.button.button--tertiary {
|
|
1526
|
+
.button.button--tertiary, .calendar-navbar__year-selector-button {
|
|
1522
1527
|
width: auto;
|
|
1523
1528
|
}
|
|
1524
1529
|
}
|
|
1525
|
-
.button.button--tertiary--black {
|
|
1530
|
+
.button.button--tertiary--black, .calendar-navbar__year-selector-button {
|
|
1526
1531
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1527
1532
|
}
|
|
1528
|
-
.button.button--tertiary--black:hover, .button.button--tertiary--black:active, .button.button--tertiary--black:focus {
|
|
1533
|
+
.button.button--tertiary--black:hover, .calendar-navbar__year-selector-button:hover, .button.button--tertiary--black:active, .calendar-navbar__year-selector-button:active, .button.button--tertiary--black:focus, .calendar-navbar__year-selector-button:focus {
|
|
1529
1534
|
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
1530
1535
|
}
|
|
1531
|
-
.button.button--tertiary--inverted {
|
|
1536
|
+
.button.button--tertiary--inverted, .button--tertiary--inverted.calendar-navbar__year-selector-button {
|
|
1532
1537
|
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1533
1538
|
}
|
|
1534
|
-
.button.button--tertiary--inverted:hover, .button.button--tertiary--inverted:active, .button.button--tertiary--inverted:focus {
|
|
1539
|
+
.button.button--tertiary--inverted:hover, .button--tertiary--inverted.calendar-navbar__year-selector-button:hover, .button.button--tertiary--inverted:active, .button--tertiary--inverted.calendar-navbar__year-selector-button:active, .button.button--tertiary--inverted:focus, .button--tertiary--inverted.calendar-navbar__year-selector-button:focus {
|
|
1535
1540
|
color: var(--fkds-color-action-text-inverted-focus, #ffffff);
|
|
1536
1541
|
background-color: transparent;
|
|
1537
1542
|
}
|
|
1538
|
-
.button.button--tertiary--inverted:disabled {
|
|
1543
|
+
.button.button--tertiary--inverted:disabled, .button--tertiary--inverted.calendar-navbar__year-selector-button:disabled {
|
|
1539
1544
|
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
1540
1545
|
border-width: 0;
|
|
1541
1546
|
background-color: transparent;
|
|
1542
1547
|
}
|
|
1543
|
-
.button.button--tertiary--underline {
|
|
1548
|
+
.button.button--tertiary--underline, .button--tertiary--underline.calendar-navbar__year-selector-button {
|
|
1544
1549
|
text-decoration: underline;
|
|
1545
1550
|
text-decoration-thickness: 2px;
|
|
1546
1551
|
text-underline-offset: 4px;
|
|
1547
1552
|
}
|
|
1548
|
-
.button.button--tertiary--underline:disabled {
|
|
1553
|
+
.button.button--tertiary--underline:disabled, .button--tertiary--underline.calendar-navbar__year-selector-button:disabled {
|
|
1549
1554
|
text-decoration: none;
|
|
1550
1555
|
}
|
|
1551
|
-
.button.button--tertiary.button--small {
|
|
1556
|
+
.button.button--tertiary.button--small, .button--small.calendar-navbar__year-selector-button {
|
|
1552
1557
|
min-width: 24px;
|
|
1553
1558
|
padding: calc(0.375rem * var(--f-density-factor, 1)) 0.25rem;
|
|
1554
1559
|
text-underline-offset: 3.5px;
|
|
1555
1560
|
}
|
|
1556
|
-
.button.button--tertiary.button--small.button--align-text {
|
|
1561
|
+
.button.button--tertiary.button--small.button--align-text, .button--small.button--align-text.calendar-navbar__year-selector-button {
|
|
1557
1562
|
margin-left: -0.25rem;
|
|
1558
1563
|
}
|
|
1559
|
-
.button.button--tertiary.button--medium {
|
|
1564
|
+
.button.button--tertiary.button--medium, .button--medium.calendar-navbar__year-selector-button {
|
|
1560
1565
|
min-width: 8rem;
|
|
1561
1566
|
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- readability */
|
|
1562
1567
|
padding-top: calc(var(--f-button-tertiary-padding-top, 0.75rem) * var(--f-density-factor, 1));
|
|
@@ -1565,80 +1570,80 @@ input[type=search]:focus,
|
|
|
1565
1570
|
padding-left: var(--f-button-tertiary-padding-left, 0.5rem);
|
|
1566
1571
|
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
1567
1572
|
}
|
|
1568
|
-
.button.button--tertiary.button--medium.button--align-text {
|
|
1573
|
+
.button.button--tertiary.button--medium.button--align-text, .button--medium.button--align-text.calendar-navbar__year-selector-button {
|
|
1569
1574
|
margin-left: -0.5rem;
|
|
1570
1575
|
}
|
|
1571
|
-
.button.button--tertiary.button--large {
|
|
1576
|
+
.button.button--tertiary.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1572
1577
|
min-width: var(--f-button-min-width, 9.5rem);
|
|
1573
1578
|
padding: calc(1.125rem * var(--f-density-factor, 1)) 0.75rem;
|
|
1574
1579
|
}
|
|
1575
|
-
.button.button--tertiary.button--large.button--align-text {
|
|
1580
|
+
.button.button--tertiary.button--large.button--align-text, .button--large.button--align-text.calendar-navbar__year-selector-button {
|
|
1576
1581
|
margin-left: -0.75rem;
|
|
1577
1582
|
}
|
|
1578
|
-
.button.button--tertiary.button--align-text {
|
|
1583
|
+
.button.button--tertiary.button--align-text, .button--align-text.calendar-navbar__year-selector-button {
|
|
1579
1584
|
margin-left: -0.5rem;
|
|
1580
1585
|
min-width: 0;
|
|
1581
1586
|
}
|
|
1582
1587
|
@media (max-width: 639.98px) {
|
|
1583
|
-
.button.button--tertiary.button--full-width {
|
|
1588
|
+
.button.button--tertiary.button--full-width, .button--full-width.calendar-navbar__year-selector-button {
|
|
1584
1589
|
min-width: var(--f-width-full, 100%);
|
|
1585
1590
|
}
|
|
1586
1591
|
}
|
|
1587
|
-
.button.button--full-width {
|
|
1592
|
+
.button.button--full-width, .button--full-width.calendar-navbar__year-selector-button {
|
|
1588
1593
|
min-width: var(--f-width-full, 100%);
|
|
1589
1594
|
}
|
|
1590
|
-
.button.button--margin-bottom-0 {
|
|
1595
|
+
.button.button--margin-bottom-0, .calendar-navbar__year-selector-button {
|
|
1591
1596
|
margin-bottom: 0;
|
|
1592
1597
|
}
|
|
1593
|
-
.button.button--small {
|
|
1598
|
+
.button.button--small, .button--small.calendar-navbar__year-selector-button {
|
|
1594
1599
|
font-size: 14px;
|
|
1595
1600
|
line-height: 1.25rem;
|
|
1596
1601
|
min-width: 4rem;
|
|
1597
1602
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.75rem;
|
|
1598
1603
|
}
|
|
1599
1604
|
@media (max-width: 639.98px) {
|
|
1600
|
-
.button.button--small:not(.button--full-width) {
|
|
1605
|
+
.button.button--small:not(.button--full-width), .button--small.calendar-navbar__year-selector-button:not(.button--full-width) {
|
|
1601
1606
|
width: auto;
|
|
1602
1607
|
}
|
|
1603
1608
|
}
|
|
1604
|
-
.button.button--small > .button__icon {
|
|
1609
|
+
.button.button--small > .button__icon, .button--small.calendar-navbar__year-selector-button > .button__icon {
|
|
1605
1610
|
height: 14px;
|
|
1606
1611
|
width: 14px;
|
|
1607
1612
|
}
|
|
1608
|
-
.button.button--medium {
|
|
1613
|
+
.button.button--medium, .button--medium.calendar-navbar__year-selector-button {
|
|
1609
1614
|
line-height: 1.5rem;
|
|
1610
1615
|
min-width: 8rem;
|
|
1611
1616
|
padding: calc(0.625rem * var(--f-density-factor, 1)) 1.25rem;
|
|
1612
1617
|
}
|
|
1613
1618
|
@media (max-width: 639.98px) {
|
|
1614
|
-
.button.button--medium:not(.button--full-width) {
|
|
1619
|
+
.button.button--medium:not(.button--full-width), .button--medium.calendar-navbar__year-selector-button:not(.button--full-width) {
|
|
1615
1620
|
width: auto;
|
|
1616
1621
|
}
|
|
1617
1622
|
}
|
|
1618
|
-
.button.button--large {
|
|
1623
|
+
.button.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1619
1624
|
line-height: 1.5rem;
|
|
1620
1625
|
min-width: 9.5rem;
|
|
1621
1626
|
padding: calc(1rem * var(--f-density-factor, 1)) 1.5rem;
|
|
1622
1627
|
}
|
|
1623
1628
|
@media (max-width: 639.98px) {
|
|
1624
|
-
.button.button--large {
|
|
1629
|
+
.button.button--large, .button--large.calendar-navbar__year-selector-button {
|
|
1625
1630
|
max-width: var(--f-width-full, 100%);
|
|
1626
1631
|
width: var(--f-width-full, 100%);
|
|
1627
1632
|
}
|
|
1628
1633
|
}
|
|
1629
|
-
.button > .button__icon {
|
|
1634
|
+
.button > .button__icon, .calendar-navbar__year-selector-button > .button__icon {
|
|
1630
1635
|
margin-right: 0.25rem;
|
|
1631
1636
|
transform: translate(0, 15%);
|
|
1632
1637
|
}
|
|
1633
|
-
.button > .button__icon:not(:first-child) {
|
|
1638
|
+
.button > .button__icon:not(:first-child), .calendar-navbar__year-selector-button > .button__icon:not(:first-child) {
|
|
1634
1639
|
margin-left: 0.25rem;
|
|
1635
1640
|
margin-right: 0;
|
|
1636
1641
|
}
|
|
1637
|
-
.button > .button__icon--end {
|
|
1642
|
+
.button > .button__icon--end, .calendar-navbar__year-selector-button > .button__icon--end {
|
|
1638
1643
|
position: absolute;
|
|
1639
1644
|
right: 1.25rem;
|
|
1640
1645
|
}
|
|
1641
|
-
.button.disabled, .button.disabled:hover, .button:disabled, .button:disabled:hover, .button.button--disabled {
|
|
1646
|
+
.button.disabled, .disabled.calendar-navbar__year-selector-button, .button.disabled:hover, .button:disabled, .calendar-navbar__year-selector-button:disabled, .button:disabled:hover, .button.button--disabled, .button--disabled.calendar-navbar__year-selector-button {
|
|
1642
1647
|
border-width: var(--f-border-width-medium, 2px);
|
|
1643
1648
|
box-shadow: none;
|
|
1644
1649
|
cursor: default;
|
|
@@ -1896,6 +1901,7 @@ input[type=search]:focus,
|
|
|
1896
1901
|
padding-top: 0.1rem;
|
|
1897
1902
|
padding-bottom: 0.1rem;
|
|
1898
1903
|
position: relative;
|
|
1904
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1899
1905
|
}
|
|
1900
1906
|
.checkbox__label * {
|
|
1901
1907
|
pointer-events: none;
|
|
@@ -2134,23 +2140,23 @@ input[type=search]:focus,
|
|
|
2134
2140
|
padding: 2px;
|
|
2135
2141
|
}
|
|
2136
2142
|
|
|
2137
|
-
.combobox__listbox__list {
|
|
2143
|
+
.calendar__year-selector__listbox, .combobox__listbox__list {
|
|
2138
2144
|
margin: 0;
|
|
2139
2145
|
padding: 0;
|
|
2140
2146
|
}
|
|
2141
2147
|
|
|
2142
|
-
.combobox__listbox__option {
|
|
2148
|
+
.calendar__year-selector__year, .combobox__listbox__option {
|
|
2143
2149
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2144
2150
|
cursor: pointer;
|
|
2145
2151
|
list-style-type: none;
|
|
2146
2152
|
padding: 0.75rem;
|
|
2147
2153
|
white-space: nowrap;
|
|
2148
2154
|
}
|
|
2149
|
-
.combobox__listbox__option:hover {
|
|
2155
|
+
.calendar__year-selector__year:hover, .combobox__listbox__option:hover {
|
|
2150
2156
|
background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
|
|
2151
2157
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2152
2158
|
}
|
|
2153
|
-
.
|
|
2159
|
+
.calendar__year-selector__year--highlight {
|
|
2154
2160
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2155
2161
|
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2156
2162
|
font-weight: var(--f-font-weight-medium, 700);
|
|
@@ -2308,6 +2314,7 @@ input[type=search]:focus,
|
|
|
2308
2314
|
width: 100%;
|
|
2309
2315
|
height: 100%;
|
|
2310
2316
|
background-color: inherit;
|
|
2317
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2311
2318
|
display: flex;
|
|
2312
2319
|
align-items: center;
|
|
2313
2320
|
justify-content: space-between;
|
|
@@ -2319,13 +2326,13 @@ input[type=search]:focus,
|
|
|
2319
2326
|
overflow: hidden;
|
|
2320
2327
|
font-weight: var(--f-font-weight-medium, 700);
|
|
2321
2328
|
font-size: var(--f-font-size-standard, 1rem);
|
|
2322
|
-
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2323
2329
|
text-align: left;
|
|
2324
2330
|
cursor: pointer;
|
|
2325
2331
|
}
|
|
2326
2332
|
.dialogue-tree__list-item button .icon {
|
|
2327
2333
|
flex-shrink: 0;
|
|
2328
2334
|
margin-left: 1.25rem;
|
|
2335
|
+
color: currentcolor;
|
|
2329
2336
|
}
|
|
2330
2337
|
|
|
2331
2338
|
.entrypoint {
|
|
@@ -3823,6 +3830,12 @@ input[type=search]:focus,
|
|
|
3823
3830
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
3824
3831
|
}
|
|
3825
3832
|
}
|
|
3833
|
+
.message-box__icon {
|
|
3834
|
+
line-height: var(--f-line-height-large, 1.5);
|
|
3835
|
+
}
|
|
3836
|
+
.message-box__content {
|
|
3837
|
+
text-align: left;
|
|
3838
|
+
}
|
|
3826
3839
|
.message-box--info {
|
|
3827
3840
|
border: var(--f-border-width-medium, 2px) solid;
|
|
3828
3841
|
border-color: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
@@ -4430,6 +4443,7 @@ input[type=search]:focus,
|
|
|
4430
4443
|
padding-top: 0.1rem;
|
|
4431
4444
|
padding-bottom: 0.1rem;
|
|
4432
4445
|
position: relative;
|
|
4446
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4433
4447
|
}
|
|
4434
4448
|
.radio-button__label * {
|
|
4435
4449
|
pointer-events: none;
|
|
@@ -4756,6 +4770,9 @@ input[type=search]:focus,
|
|
|
4756
4770
|
.table thead th .table__column__header__icon--discrete {
|
|
4757
4771
|
color: var(--f-icon-color-table-header-discrete, #8d8e91);
|
|
4758
4772
|
}
|
|
4773
|
+
.table thead .table__column--numeric {
|
|
4774
|
+
text-align: right;
|
|
4775
|
+
}
|
|
4759
4776
|
.table tbody .table__expandable-row--collapsed {
|
|
4760
4777
|
display: none;
|
|
4761
4778
|
}
|
|
@@ -4962,6 +4979,7 @@ input[type=search]:focus,
|
|
|
4962
4979
|
}
|
|
4963
4980
|
.text-field__input {
|
|
4964
4981
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
4982
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4965
4983
|
box-shadow: var(--f-input-shadow-inset, inset 0 2px 3px rgba(0, 0, 0, 0.1));
|
|
4966
4984
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
4967
4985
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -5056,6 +5074,7 @@ input[type=search]:focus,
|
|
|
5056
5074
|
}
|
|
5057
5075
|
.textarea-field__textarea {
|
|
5058
5076
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
5077
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5059
5078
|
box-shadow: var(--f-input-shadow-inset, inset 0 2px 3px rgba(0, 0, 0, 0.1));
|
|
5060
5079
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
5061
5080
|
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
@@ -5412,6 +5431,11 @@ input[type=search]:focus,
|
|
|
5412
5431
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
5413
5432
|
}
|
|
5414
5433
|
|
|
5434
|
+
.calendar-navbar__year-selector-button--title, .calendar-navbar__month--title {
|
|
5435
|
+
font-size: 1.5rem;
|
|
5436
|
+
font-weight: bold;
|
|
5437
|
+
}
|
|
5438
|
+
|
|
5415
5439
|
.calendar-navbar {
|
|
5416
5440
|
display: flex;
|
|
5417
5441
|
flex-direction: row;
|
|
@@ -5426,12 +5450,25 @@ input[type=search]:focus,
|
|
|
5426
5450
|
}
|
|
5427
5451
|
.calendar-navbar__month {
|
|
5428
5452
|
margin-right: auto;
|
|
5429
|
-
font-size: 1.5rem;
|
|
5430
|
-
font-weight: bold;
|
|
5431
5453
|
}
|
|
5432
5454
|
.calendar-navbar__arrow--previous {
|
|
5433
5455
|
transform: scaleX(-1);
|
|
5434
5456
|
}
|
|
5457
|
+
.calendar-navbar__arrow--up {
|
|
5458
|
+
transform: rotate(0.5turn);
|
|
5459
|
+
}
|
|
5460
|
+
.calendar-navbar__year-selector-button {
|
|
5461
|
+
/* stylelint-disable scss/at-extend-no-missing-placeholder -- technical debt */
|
|
5462
|
+
/* stylelint-enable */
|
|
5463
|
+
display: flex;
|
|
5464
|
+
gap: 0.5rem;
|
|
5465
|
+
align-items: center;
|
|
5466
|
+
font-size: 14px;
|
|
5467
|
+
line-height: 1.25rem;
|
|
5468
|
+
min-width: 24px;
|
|
5469
|
+
padding: calc(0.375rem * var(--f-density-factor, 1)) 0.25rem;
|
|
5470
|
+
text-underline-offset: 3.5px;
|
|
5471
|
+
}
|
|
5435
5472
|
.calendar-navbar__icon {
|
|
5436
5473
|
color: var(--fkds-icon-color-action-content-inverted-default, #ffffff);
|
|
5437
5474
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
@@ -5459,7 +5496,14 @@ input[type=search]:focus,
|
|
|
5459
5496
|
.calendar__wrapper {
|
|
5460
5497
|
width: 100%;
|
|
5461
5498
|
}
|
|
5462
|
-
|
|
5499
|
+
.calendar__year-selector {
|
|
5500
|
+
height: var(--f-calendar-height, 21rem);
|
|
5501
|
+
overflow-x: auto;
|
|
5502
|
+
position: relative;
|
|
5503
|
+
}
|
|
5504
|
+
.calendar__year-selector__year {
|
|
5505
|
+
margin: 5px;
|
|
5506
|
+
}
|
|
5463
5507
|
.iflex {
|
|
5464
5508
|
display: flex;
|
|
5465
5509
|
}
|