@fkui/design 6.16.0 → 6.16.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/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;
@@ -2765,9 +2765,6 @@ input[type=search]:focus,
2765
2765
  border: var(--f-border-width-medium, 2px) solid var(--f-border-color-separator, #ddddde);
2766
2766
  }
2767
2767
 
2768
- .file-selector svg {
2769
- color: var(--f-icon-color-primary, #4a52b6);
2770
- }
2771
2768
  .file-selector input[type=file] {
2772
2769
  position: absolute;
2773
2770
  width: 1px;
@@ -3815,6 +3812,7 @@ input[type=search]:focus,
3815
3812
  .message-box {
3816
3813
  padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
3817
3814
  margin: 0.5rem 0 calc(2rem * var(--f-density-factor, 1)) 0;
3815
+ color: var(--fkds-color-text-primary, #1b1e23);
3818
3816
  }
3819
3817
  .message-box__heading {
3820
3818
  font-size: var(--f-font-size-h3, 1.375rem);
@@ -5254,6 +5252,7 @@ input[type=search]:focus,
5254
5252
  font-size: 1.25rem;
5255
5253
  font-weight: bold;
5256
5254
  text-align: center;
5255
+ color: var(--fkds-color-text-primary, #1b1e23);
5257
5256
  transition: background-color 400ms ease-out, border-color 400ms ease-out, opacity 400ms ease-out;
5258
5257
  }
5259
5258
  @media (max-width: 639.98px) {
@@ -5323,12 +5322,11 @@ input[type=search]:focus,
5323
5322
  }
5324
5323
  .wizard-step--done .wizard-step__header__title .anchor {
5325
5324
  color: var(--fkds-color-feedback-text-positive, #35805b);
5326
- text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
5325
+ text-decoration-color: currentcolor;
5327
5326
  text-decoration-thickness: 2px;
5328
5327
  text-underline-offset: 0.25em;
5329
5328
  }
5330
5329
  .wizard-step--done .wizard-step__header__title .anchor:hover {
5331
- text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
5332
5330
  text-decoration-thickness: 3px;
5333
5331
  text-underline-offset: 0.25em;
5334
5332
  }
@@ -5339,19 +5337,19 @@ input[type=search]:focus,
5339
5337
  height: auto;
5340
5338
  }
5341
5339
  .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);
5340
+ background-color: var(--fkds-color-feedback-background-positive-strong, #35805b);
5341
+ border-color: var(--fkds-color-feedback-border-positive, #35805b);
5344
5342
  }
5345
5343
  .wizard-step--done .wizard-step__icon-container__number {
5346
5344
  display: none;
5347
5345
  }
5348
5346
  .wizard-step--pending .wizard-step__header__title {
5349
- color: var(--f-text-color-discrete, #5f6165);
5347
+ color: var(--fkds-color-text-primary, #1b1e23);
5350
5348
  }
5351
5349
  .wizard-step--pending .wizard-step__icon-container__circle {
5352
5350
  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);
5351
+ background-color: var(--fkds-color-background-primary, #ffffff);
5352
+ color: var(--fkds-color-text-primary, #1b1e23);
5355
5353
  }
5356
5354
  @media (forced-colors: active) {
5357
5355
  .wizard-step .icon.f-icon-success {
@@ -5443,6 +5441,7 @@ input[type=search]:focus,
5443
5441
  align-items: center;
5444
5442
  text-align: center;
5445
5443
  border-bottom: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-weak, #ddddde);
5444
+ color: var(--fkds-color-text-primary, #1b1e23);
5446
5445
  padding: 1rem;
5447
5446
  gap: 1rem;
5448
5447
  margin-bottom: 0.75rem;
@@ -5648,7 +5647,7 @@ input[type=search]:focus,
5648
5647
  display: flex;
5649
5648
  justify-content: space-between;
5650
5649
  padding: 0.5em 10px;
5651
- background: var(--f-border-color-error, #ca1515);
5650
+ background: var(--fkds-icon-color-feedback-border-negative, #ca1515);
5652
5651
  line-height: 24px;
5653
5652
  position: relative;
5654
5653
  }
@@ -5666,51 +5665,51 @@ input[type=search]:focus,
5666
5665
  inset: 0;
5667
5666
  padding: var(--f-border-width-medium, 2px);
5668
5667
  border-radius: inherit;
5669
- background: var(--f-background-error, #fcf3f3) content-box;
5668
+ background: var(--fkds-icon-color-feedback-background-negative, #fcf3f3) content-box;
5670
5669
  }
5671
5670
  .popup-error--top {
5672
5671
  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;
5672
+ -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;
5673
+ 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
5674
  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
5675
  }
5677
5676
  .popup-error--bottom {
5678
5677
  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;
5678
+ -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;
5679
+ 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
5680
  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
5681
  }
5683
5682
  .popup-error--left {
5684
5683
  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;
5684
+ -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;
5685
+ 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
5686
  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
5687
  }
5689
5688
  .popup-error--right {
5690
5689
  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;
5690
+ -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;
5691
+ 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
5692
  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
5693
  }
5695
5694
  .popup-error--top::before {
5696
5695
  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;
5696
+ -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;
5697
+ 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
5698
  }
5700
5699
  .popup-error--bottom::before {
5701
5700
  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;
5701
+ -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;
5702
+ 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
5703
  }
5705
5704
  .popup-error--left::before {
5706
5705
  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;
5706
+ -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;
5707
+ 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
5708
  }
5710
5709
  .popup-error--right::before {
5711
5710
  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;
5711
+ -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;
5712
+ 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
5713
  }
5715
5714
 
5716
5715
  .ipopupmenu {