@fkui/design 6.16.0 → 6.17.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/lib/fkui.css CHANGED
@@ -1302,10 +1302,7 @@ input[type=search]:focus,
1302
1302
  }
1303
1303
  .button--text--black {
1304
1304
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder -- technical debt */
1305
- color: var(--f-text-color-default, #1b1e23);
1306
- }
1307
- .button--text--black > .button__icon {
1308
- color: var(--f-icon-color-black, #1b1e23);
1305
+ color: var(--fkds-color-action-text-secondary-default, #1b1e23);
1309
1306
  }
1310
1307
 
1311
1308
  .button, .calendar-navbar__year-selector-button {
@@ -1313,13 +1310,13 @@ input[type=search]:focus,
1313
1310
  border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
1314
1311
  border-width: var(--f-border-width-medium, 2px);
1315
1312
  box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
1316
- color: var(--f-text-color-button-standard, #4a52b6);
1313
+ color: var(--fkds-color-action-text-primary-default, #4a52b6);
1317
1314
  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);
1318
1315
  }
1319
1316
  .button:hover, .calendar-navbar__year-selector-button:hover {
1320
1317
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
1321
1318
  border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
1322
- color: var(--f-text-color-button-standard, #4a52b6);
1319
+ color: var(--fkds-color-action-text-primary-default, #4a52b6);
1323
1320
  box-shadow: var(--f-button-shadow-hover, 0 1px 3px rgba(0, 0, 0, 0.3));
1324
1321
  }
1325
1322
  .button:active, .calendar-navbar__year-selector-button:active, .button:focus, .calendar-navbar__year-selector-button:focus {
@@ -1328,7 +1325,7 @@ input[type=search]:focus,
1328
1325
  outline: 2px solid transparent;
1329
1326
  background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
1330
1327
  border-color: var(--fkds-color-action-border-primary-default, #4a52b6);
1331
- color: var(--f-text-color-button-standard, #4a52b6);
1328
+ color: var(--fkds-color-action-text-primary-default, #4a52b6);
1332
1329
  }
1333
1330
  .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 {
1334
1331
  background-color: var(--fkds-color-background-disabled, #f4f4f4);
@@ -1399,7 +1396,7 @@ input[type=search]:focus,
1399
1396
  border-color: transparent;
1400
1397
  border-width: 0;
1401
1398
  box-shadow: none;
1402
- color: var(--f-text-color-button-discrete, #4a52b6);
1399
+ color: var(--fkds-color-action-text-primary-default, #4a52b6);
1403
1400
  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);
1404
1401
  }
1405
1402
  .button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
@@ -1419,7 +1416,7 @@ input[type=search]:focus,
1419
1416
  .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 {
1420
1417
  background-color: transparent;
1421
1418
  border-color: transparent;
1422
- color: var(--f-text-color-button-discrete-disabled, #8d8e91);
1419
+ color: var(--fkds-color-text-disabled, #8d8e91);
1423
1420
  }
1424
1421
  @media (max-width: 639.98px) {
1425
1422
  .button.button--discrete, .button--discrete.calendar-navbar__year-selector-button, .button.button--text, .button--text.calendar-navbar__year-selector-button {
@@ -1433,10 +1430,7 @@ input[type=search]:focus,
1433
1430
  padding-bottom: calc(var(--f-button-discrete-black-padding-bottom, initial) * var(--f-density-factor, 1));
1434
1431
  padding-left: var(--f-button-discrete-black-padding-left, initial);
1435
1432
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
1436
- color: var(--f-text-color-default, #1b1e23);
1437
- }
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 {
1439
- color: var(--f-icon-color-black, #1b1e23);
1433
+ color: var(--fkds-color-action-text-secondary-default, #1b1e23);
1440
1434
  }
1441
1435
  .button.button--discrete:hover, .button--discrete.calendar-navbar__year-selector-button:hover, .button.button--text:hover, .button--text.calendar-navbar__year-selector-button:hover {
1442
1436
  box-shadow: none;
@@ -1461,7 +1455,7 @@ input[type=search]:focus,
1461
1455
  border-color: transparent;
1462
1456
  border-width: 0;
1463
1457
  box-shadow: none;
1464
- color: var(--f-text-color-button-discrete-inverted, #ffffff);
1458
+ color: var(--fkds-color-action-text-inverted-default, #ffffff);
1465
1459
  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);
1466
1460
  }
1467
1461
  .button.button--discrete-inverted:hover, .button--discrete-inverted.calendar-navbar__year-selector-button:hover {
@@ -1481,7 +1475,7 @@ input[type=search]:focus,
1481
1475
  .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 {
1482
1476
  background-color: transparent;
1483
1477
  border-color: transparent;
1484
- color: var(--f-text-color-button-discrete-inverted-disabled, #e5e5f5);
1478
+ color: var(--fkds-color-text-disabled, #8d8e91);
1485
1479
  }
1486
1480
  @media (max-width: 639.98px) {
1487
1481
  .button.button--discrete-inverted, .button--discrete-inverted.calendar-navbar__year-selector-button {
@@ -1533,6 +1527,9 @@ input[type=search]:focus,
1533
1527
  .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 {
1534
1528
  color: var(--fkds-color-action-text-secondary-default, #1b1e23);
1535
1529
  }
1530
+ .button.button--tertiary:disabled, .calendar-navbar__year-selector-button:disabled {
1531
+ border: none;
1532
+ }
1536
1533
  .button.button--tertiary--inverted, .button--tertiary--inverted.calendar-navbar__year-selector-button {
1537
1534
  color: var(--fkds-color-action-text-inverted-default, #ffffff);
1538
1535
  }
@@ -1542,6 +1539,7 @@ input[type=search]:focus,
1542
1539
  }
1543
1540
  .button.button--tertiary--inverted:disabled, .button--tertiary--inverted.calendar-navbar__year-selector-button:disabled {
1544
1541
  color: var(--fkds-color-text-disabled, #8d8e91);
1542
+ border: none;
1545
1543
  border-width: 0;
1546
1544
  background-color: transparent;
1547
1545
  }
@@ -1656,6 +1654,7 @@ input[type=search]:focus,
1656
1654
  justify-content: center;
1657
1655
  height: 2.75rem;
1658
1656
  width: 100%;
1657
+ color: var(--fkds-color-text-primary, #1b1e23);
1659
1658
  }
1660
1659
  .calendar-day--highlight {
1661
1660
  position: relative;
@@ -1709,6 +1708,7 @@ input[type=search]:focus,
1709
1708
  }
1710
1709
  .calendar-day:hover:not(.calendar-day--disabled, .calendar-day--selected), .calendar-day--hover:not(.calendar-day--disabled, .calendar-day--selected) {
1711
1710
  background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
1711
+ color: var(--fkds-color-text-primary, #1b1e23);
1712
1712
  }
1713
1713
  .calendar-day:active:not(.calendar-day--disabled), .calendar-day--active:not(.calendar-day--disabled) {
1714
1714
  color: var(--fkds-color-text-inverted, #ffffff);
@@ -1757,7 +1757,7 @@ input[type=search]:focus,
1757
1757
  margin-bottom: 0 !important;
1758
1758
  }
1759
1759
  .card__error-message {
1760
- color: var(--f-text-color-error, #d23838);
1760
+ color: var(--fkds-color-feedback-text-negative, #ca1515);
1761
1761
  }
1762
1762
 
1763
1763
  .list__item {
@@ -2118,7 +2118,7 @@ input[type=search]:focus,
2118
2118
  align-items: center;
2119
2119
  background: inherit;
2120
2120
  border: none;
2121
- color: var(--f-text-color-close-button, #1b1e23);
2121
+ color: var(--fkds-color-action-text-secondary-default, #1b1e23);
2122
2122
  cursor: pointer;
2123
2123
  display: flex;
2124
2124
  font-weight: 700;
@@ -2156,7 +2156,7 @@ input[type=search]:focus,
2156
2156
  background-color: var(--fkds-color-select-background-primary-hover, #e5e5f5);
2157
2157
  color: var(--fkds-color-text-primary, #1b1e23);
2158
2158
  }
2159
- .calendar__year-selector__year--highlight {
2159
+ .calendar__year-selector__year--highlight, .combobox__listbox__option--highlight {
2160
2160
  background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
2161
2161
  color: var(--fkds-color-text-inverted, #ffffff);
2162
2162
  font-weight: var(--f-font-weight-medium, 700);
@@ -2175,11 +2175,12 @@ input[type=search]:focus,
2175
2175
 
2176
2176
  .contextmenu {
2177
2177
  min-width: 260px;
2178
- background-color: var(--f-background-popupmenu, #ffffff);
2178
+ background-color: var(--fkds-color-background-primary, #ffffff);
2179
+ color: var(--fkds-color-text-primary, #1b1e23);
2179
2180
  }
2180
2181
  .contextmenu__list {
2181
2182
  margin: 0;
2182
- border: 1px solid var(--f-border-color-popupmenu, #ddddde);
2183
+ border: var(--f-border-width-small, 1px) solid var(--fkds-color-border-primary, #8d8e91);
2183
2184
  padding: 0.5rem;
2184
2185
  display: block;
2185
2186
  list-style-type: none;
@@ -2194,11 +2195,11 @@ input[type=search]:focus,
2194
2195
  .contextmenu__list__item a,
2195
2196
  .contextmenu__list__item a:visited,
2196
2197
  .contextmenu__list__item a:active {
2197
- color: var(--f-text-color-popupmenu, #1b1e23);
2198
+ color: var(--fkds-color-text-primary, #1b1e23);
2198
2199
  }
2199
2200
  .contextmenu__list__item:hover {
2200
- color: var(--f-text-color-popupmenu-hover, #1b1e23);
2201
- background-color: var(--f-background-popupmenu-vertical-hover, #ddddde);
2201
+ color: var(--fkds-color-text-primary, #1b1e23);
2202
+ background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
2202
2203
  }
2203
2204
  @media (min-width: 640px) {
2204
2205
  .contextmenu__list__item {
@@ -2209,7 +2210,7 @@ input[type=search]:focus,
2209
2210
  margin: 0.75rem;
2210
2211
  height: 1px;
2211
2212
  border: none;
2212
- border-top: 1px solid var(--f-border-color-separator-contextmenu, #8d8e91);
2213
+ border-top: var(--f-border-width-small, 1px) solid var(--fkds-color-border-primary, #8d8e91);
2213
2214
  }
2214
2215
  .contextmenu__lefticon {
2215
2216
  margin-right: 0.75rem;
@@ -2765,9 +2766,6 @@ input[type=search]:focus,
2765
2766
  border: var(--f-border-width-medium, 2px) solid var(--f-border-color-separator, #ddddde);
2766
2767
  }
2767
2768
 
2768
- .file-selector svg {
2769
- color: var(--f-icon-color-primary, #4a52b6);
2770
- }
2771
2769
  .file-selector input[type=file] {
2772
2770
  position: absolute;
2773
2771
  width: 1px;
@@ -3815,6 +3813,7 @@ input[type=search]:focus,
3815
3813
  .message-box {
3816
3814
  padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
3817
3815
  margin: 0.5rem 0 calc(2rem * var(--f-density-factor, 1)) 0;
3816
+ color: var(--fkds-color-text-primary, #1b1e23);
3818
3817
  }
3819
3818
  .message-box__heading {
3820
3819
  font-size: var(--f-font-size-h3, 1.375rem);
@@ -5254,6 +5253,7 @@ input[type=search]:focus,
5254
5253
  font-size: 1.25rem;
5255
5254
  font-weight: bold;
5256
5255
  text-align: center;
5256
+ color: var(--fkds-color-text-primary, #1b1e23);
5257
5257
  transition: background-color 400ms ease-out, border-color 400ms ease-out, opacity 400ms ease-out;
5258
5258
  }
5259
5259
  @media (max-width: 639.98px) {
@@ -5323,12 +5323,11 @@ input[type=search]:focus,
5323
5323
  }
5324
5324
  .wizard-step--done .wizard-step__header__title .anchor {
5325
5325
  color: var(--fkds-color-feedback-text-positive, #35805b);
5326
- text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
5326
+ text-decoration-color: currentcolor;
5327
5327
  text-decoration-thickness: 2px;
5328
5328
  text-underline-offset: 0.25em;
5329
5329
  }
5330
5330
  .wizard-step--done .wizard-step__header__title .anchor:hover {
5331
- text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
5332
5331
  text-decoration-thickness: 3px;
5333
5332
  text-underline-offset: 0.25em;
5334
5333
  }
@@ -5339,19 +5338,19 @@ input[type=search]:focus,
5339
5338
  height: auto;
5340
5339
  }
5341
5340
  .wizard-step--done .wizard-step__icon-container__circle {
5342
- background-color: var(--f-icon-color-wizard-step-done, #35805b);
5343
- border-color: var(--f-icon-color-wizard-step-done, #35805b);
5341
+ background-color: var(--fkds-color-feedback-background-positive-strong, #35805b);
5342
+ border-color: var(--fkds-color-feedback-border-positive, #35805b);
5344
5343
  }
5345
5344
  .wizard-step--done .wizard-step__icon-container__number {
5346
5345
  display: none;
5347
5346
  }
5348
5347
  .wizard-step--pending .wizard-step__header__title {
5349
- color: var(--f-text-color-discrete, #5f6165);
5348
+ color: var(--fkds-color-text-primary, #1b1e23);
5350
5349
  }
5351
5350
  .wizard-step--pending .wizard-step__icon-container__circle {
5352
5351
  border: 2px solid var(--fkds-color-border-strong, #5f6165);
5353
- background-color: var(--fkds-color-background-disabled, #f4f4f4);
5354
- color: var(--f-icon-color-discrete, #5f6165);
5352
+ background-color: var(--fkds-color-background-primary, #ffffff);
5353
+ color: var(--fkds-color-text-primary, #1b1e23);
5355
5354
  }
5356
5355
  @media (forced-colors: active) {
5357
5356
  .wizard-step .icon.f-icon-success {
@@ -5443,6 +5442,7 @@ input[type=search]:focus,
5443
5442
  align-items: center;
5444
5443
  text-align: center;
5445
5444
  border-bottom: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-weak, #ddddde);
5445
+ color: var(--fkds-color-text-primary, #1b1e23);
5446
5446
  padding: 1rem;
5447
5447
  gap: 1rem;
5448
5448
  margin-bottom: 0.75rem;
@@ -5648,7 +5648,7 @@ input[type=search]:focus,
5648
5648
  display: flex;
5649
5649
  justify-content: space-between;
5650
5650
  padding: 0.5em 10px;
5651
- background: var(--f-border-color-error, #ca1515);
5651
+ background: var(--fkds-icon-color-feedback-border-negative, #ca1515);
5652
5652
  line-height: 24px;
5653
5653
  position: relative;
5654
5654
  }
@@ -5666,51 +5666,51 @@ input[type=search]:focus,
5666
5666
  inset: 0;
5667
5667
  padding: var(--f-border-width-medium, 2px);
5668
5668
  border-radius: inherit;
5669
- background: var(--f-background-error, #fcf3f3) content-box;
5669
+ background: var(--fkds-icon-color-feedback-background-negative, #fcf3f3) content-box;
5670
5670
  }
5671
5671
  .popup-error--top {
5672
5672
  border-radius: min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) 5.7735026919px 5.7735026919px/5.7735026919px;
5673
- -o-border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5674
- border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) fill 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5673
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5674
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) fill 0/0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5675
5675
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px) 0, calc(100% - var(--i-popup-error-offset, 24px)) -10px, max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0);
5676
5676
  }
5677
5677
  .popup-error--bottom {
5678
5678
  border-radius: 5.7735026919px 5.7735026919px min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg)/5.7735026919px;
5679
- -o-border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5680
- border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) fill 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5679
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5680
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) fill 0/0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5681
5681
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px) 100%, calc(100% - var(--i-popup-error-offset, 24px)) calc(100% + 10px), max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 100%);
5682
5682
  }
5683
5683
  .popup-error--left {
5684
5684
  border-radius: 5.7735026919px/min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) 5.7735026919px 5.7735026919px min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg);
5685
- -o-border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5686
- border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5685
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5686
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5687
5687
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px), -10px calc(100% - var(--i-popup-error-offset, 24px)), 0 max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px));
5688
5688
  }
5689
5689
  .popup-error--right {
5690
5690
  border-radius: 5.7735026919px/5.7735026919px min(5.7735026919px, 100% - var(--i-popup-error-offset, 24px) - 60deg) min(5.7735026919px, 100% - (100% - var(--i-popup-error-offset, 24px)) - 60deg) 5.7735026919px;
5691
- -o-border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5692
- border-image: conic-gradient(var(--f-border-color-error, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5691
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5692
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-border-negative, #ca1515) 0 0) fill 0/max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(0%, 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5693
5693
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% min(100%, 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px), calc(100% + 10px) calc(100% - var(--i-popup-error-offset, 24px)), 100% max(0%, 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px));
5694
5694
  }
5695
5695
  .popup-error--top::before {
5696
5696
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692) var(--f-border-width-medium, 2px), calc(100% - var(--i-popup-error-offset, 24px)) calc(var(--f-border-width-medium, 2px) / 0.5 - 10px), max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692) var(--f-border-width-medium, 2px));
5697
- -o-border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5698
- border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) fill 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5697
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5698
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/10px 0 0 0;
5699
5699
  }
5700
5700
  .popup-error--bottom::before {
5701
5701
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692) calc(100% - var(--f-border-width-medium, 2px)), calc(100% - var(--i-popup-error-offset, 24px)) calc(100% + 10px - var(--f-border-width-medium, 2px) / 0.5), max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692) calc(100% - var(--f-border-width-medium, 2px)));
5702
- -o-border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5703
- border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) fill 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5702
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5703
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px)/0 0 10px 0;
5704
5704
  }
5705
5705
  .popup-error--left::before {
5706
5706
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--f-border-width-medium, 2px) min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692), calc(var(--f-border-width-medium, 2px) / 0.5 - 10px) calc(100% - var(--i-popup-error-offset, 24px)), var(--f-border-width-medium, 2px) max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692));
5707
- -o-border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5708
- border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5707
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5708
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0.2em max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0/0 0 0 10px;
5709
5709
  }
5710
5710
  .popup-error--right::before {
5711
5711
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, calc(100% - var(--f-border-width-medium, 2px)) min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692), calc(100% + 10px - var(--f-border-width-medium, 2px) / 0.5) calc(100% - var(--i-popup-error-offset, 24px)), calc(100% - var(--f-border-width-medium, 2px)) max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692));
5712
- -o-border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5713
- border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5712
+ -o-border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5713
+ border-image: conic-gradient(var(--fkds-icon-color-feedback-background-negative, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
5714
5714
  }
5715
5715
 
5716
5716
  .ipopupmenu {