@fkui/design 6.22.0 → 6.23.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 +71 -51
- package/lib/fkui.min.css +1 -1
- package/package.json +5 -5
- package/src/components/button/_variables.scss +0 -5
- package/src/components/checkbox/_variables.scss +2 -2
- package/src/components/combobox/_variables.scss +2 -2
- package/src/components/datepicker-field/_variables.scss +3 -3
- package/src/components/file-item/_file-item.scss +2 -1
- package/src/components/file-item/_variables.scss +1 -1
- package/src/components/icon/_icon.scss +16 -3
- package/src/components/icon/_variables.scss +17 -8
- package/src/components/message-box/_variables.scss +1 -1
- package/src/components/modal/_modal.scss +1 -0
- package/src/components/select-field/_select-field.scss +1 -1
- package/src/components/select-field/_variables.scss +3 -2
- package/src/components/text-field/_text-field.scss +5 -1
- package/src/components/text-field/_variables.scss +3 -2
- package/src/components/wizard/_variables.scss +1 -1
- package/src/internal-components/calendar-navbar/_variables.scss +2 -2
- package/src/internal-components/popup-error/_popup-error.scss +1 -0
- package/src/internal-components/popup-error/_variables.scss +3 -2
- package/stylelint/rules/deprecated-variable.test.mjs +8 -0
package/lib/fkui.css
CHANGED
|
@@ -2009,7 +2009,7 @@ input[type=search]:focus,
|
|
|
2009
2009
|
transition: background-color ease var(--f-animation-duration-medium, 350ms), border-color ease var(--f-animation-duration-medium, 350ms), opacity ease var(--f-animation-duration-medium, 350ms);
|
|
2010
2010
|
}
|
|
2011
2011
|
.checkbox__label::after {
|
|
2012
|
-
background-color: var(--fkds-
|
|
2012
|
+
background-color: var(--fkds-color-text-inverted, #ffffff);
|
|
2013
2013
|
opacity: 0;
|
|
2014
2014
|
transition: opacity ease var(--f-animation-duration-medium, 350ms);
|
|
2015
2015
|
}
|
|
@@ -2044,7 +2044,7 @@ input[type=search]:focus,
|
|
|
2044
2044
|
}
|
|
2045
2045
|
}
|
|
2046
2046
|
.checkbox.disabled input[type=checkbox]:checked + .checkbox__label::after {
|
|
2047
|
-
background-color: var(--fkds-
|
|
2047
|
+
background-color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2048
2048
|
}
|
|
2049
2049
|
.checkbox input[type=checkbox]:checked + label::before {
|
|
2050
2050
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
@@ -2296,12 +2296,12 @@ input[type=search]:focus,
|
|
|
2296
2296
|
.combobox__button {
|
|
2297
2297
|
background: inherit;
|
|
2298
2298
|
border: none;
|
|
2299
|
-
color: var(--fkds-
|
|
2299
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
2300
2300
|
margin: 0;
|
|
2301
2301
|
padding: 0;
|
|
2302
2302
|
}
|
|
2303
2303
|
.combobox__button:disabled {
|
|
2304
|
-
color: var(--fkds-
|
|
2304
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2305
2305
|
}
|
|
2306
2306
|
|
|
2307
2307
|
.contextmenu {
|
|
@@ -2375,7 +2375,7 @@ input[type=search]:focus,
|
|
|
2375
2375
|
cursor: pointer;
|
|
2376
2376
|
}
|
|
2377
2377
|
.datepicker-field__button .icon {
|
|
2378
|
-
color: var(--fkds-
|
|
2378
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
2379
2379
|
min-height: var(--f-icon-size-large, 1.5rem);
|
|
2380
2380
|
min-width: var(--f-icon-size-large, 1.5rem);
|
|
2381
2381
|
height: calc(var(--f-icon-size-x-large, 2rem) * var(--f-density-factor, 1));
|
|
@@ -2383,10 +2383,10 @@ input[type=search]:focus,
|
|
|
2383
2383
|
vertical-align: middle;
|
|
2384
2384
|
}
|
|
2385
2385
|
.datepicker-field__button:hover .icon {
|
|
2386
|
-
color: var(--fkds-
|
|
2386
|
+
color: var(--fkds-color-action-text-primary-hover, #3b4292);
|
|
2387
2387
|
}
|
|
2388
2388
|
.datepicker-field__button:disabled .icon {
|
|
2389
|
-
color: var(--fkds-
|
|
2389
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2390
2390
|
}
|
|
2391
2391
|
.datepicker-field__popup {
|
|
2392
2392
|
margin-top: -16px;
|
|
@@ -2605,35 +2605,48 @@ input[type=search]:focus,
|
|
|
2605
2605
|
|
|
2606
2606
|
.icon-stack--tooltip .f-icon-circle,
|
|
2607
2607
|
.icon--stack--tooltip .f-icon-circle {
|
|
2608
|
-
fill: var(--
|
|
2609
|
-
color: var(--
|
|
2608
|
+
fill: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
2609
|
+
color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
2610
2610
|
}
|
|
2611
2611
|
.icon-stack--tooltip .f-icon-i,
|
|
2612
2612
|
.icon--stack--tooltip .f-icon-i {
|
|
2613
|
-
color: var(--
|
|
2613
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2614
2614
|
}
|
|
2615
2615
|
.icon-stack--info .f-icon-circle,
|
|
2616
2616
|
.icon--stack--info .f-icon-circle {
|
|
2617
|
-
color: var(--fkds-
|
|
2618
|
-
fill: var(--fkds-
|
|
2617
|
+
color: var(--fkds-color-feedback-background-info, #f5f6fa);
|
|
2618
|
+
fill: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
2619
|
+
}
|
|
2620
|
+
.icon-stack--info .f-icon-i,
|
|
2621
|
+
.icon--stack--info .f-icon-i {
|
|
2622
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2619
2623
|
}
|
|
2620
2624
|
.icon-stack--warning .f-icon-circle,
|
|
2621
2625
|
.icon--stack--warning .f-icon-circle {
|
|
2622
|
-
color: var(--fkds-
|
|
2623
|
-
fill: var(--fkds-
|
|
2626
|
+
color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
2627
|
+
fill: var(--fkds-color-feedback-border-warning, #ffbe10);
|
|
2628
|
+
}
|
|
2629
|
+
.icon-stack--warning .f-icon-alert,
|
|
2630
|
+
.icon--stack--warning .f-icon-alert {
|
|
2631
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2624
2632
|
}
|
|
2625
2633
|
.icon-stack--error .f-icon-triangle,
|
|
2626
2634
|
.icon--stack--error .f-icon-triangle {
|
|
2627
|
-
color: var(--fkds-
|
|
2628
|
-
fill: var(--fkds-
|
|
2635
|
+
color: var(--fkds-color-feedback-background-negative, #fcf3f3);
|
|
2636
|
+
fill: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
2637
|
+
}
|
|
2638
|
+
.icon-stack--error .f-icon-alert,
|
|
2639
|
+
.icon--stack--error .f-icon-alert {
|
|
2640
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2629
2641
|
}
|
|
2630
2642
|
.icon-stack--success .f-icon-circle,
|
|
2631
2643
|
.icon--stack--success .f-icon-circle {
|
|
2632
|
-
color: var(--fkds-
|
|
2633
|
-
fill: var(--fkds-
|
|
2644
|
+
color: var(--fkds-color-feedback-background-positive, #f3f8f5);
|
|
2645
|
+
fill: var(--fkds-color-feedback-border-positive, #35805b);
|
|
2634
2646
|
}
|
|
2635
2647
|
.icon-stack--success .f-icon-success,
|
|
2636
2648
|
.icon--stack--success .f-icon-success {
|
|
2649
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2637
2650
|
transform: scale(0.6);
|
|
2638
2651
|
}
|
|
2639
2652
|
.icon-stack--large,
|
|
@@ -2885,7 +2898,7 @@ input[type=search]:focus,
|
|
|
2885
2898
|
flex: 0 0 auto;
|
|
2886
2899
|
}
|
|
2887
2900
|
.file-item__file-abort svg {
|
|
2888
|
-
color: var(--
|
|
2901
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2889
2902
|
}
|
|
2890
2903
|
.file-item__change-info {
|
|
2891
2904
|
margin-top: -1.25rem;
|
|
@@ -3997,7 +4010,7 @@ input[type=search]:focus,
|
|
|
3997
4010
|
transform: translateY(-0.05rem);
|
|
3998
4011
|
}
|
|
3999
4012
|
.message-box--info-short .message-box__icon .icon__banner {
|
|
4000
|
-
fill: var(--fkds-
|
|
4013
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4001
4014
|
color: white;
|
|
4002
4015
|
}
|
|
4003
4016
|
.message-box--info-short .message-box__icon__banner {
|
|
@@ -4038,7 +4051,7 @@ input[type=search]:focus,
|
|
|
4038
4051
|
transform: translateY(-0.05rem);
|
|
4039
4052
|
}
|
|
4040
4053
|
.message-box--error-short .message-box__icon .icon__banner {
|
|
4041
|
-
fill: var(--fkds-
|
|
4054
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4042
4055
|
color: white;
|
|
4043
4056
|
}
|
|
4044
4057
|
.message-box--error-short .message-box__icon__banner {
|
|
@@ -4079,7 +4092,7 @@ input[type=search]:focus,
|
|
|
4079
4092
|
transform: translateY(-0.05rem);
|
|
4080
4093
|
}
|
|
4081
4094
|
.message-box--warning-short .message-box__icon .icon__banner {
|
|
4082
|
-
fill: var(--fkds-
|
|
4095
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4083
4096
|
color: white;
|
|
4084
4097
|
}
|
|
4085
4098
|
.message-box--warning-short .message-box__icon__banner {
|
|
@@ -4120,7 +4133,7 @@ input[type=search]:focus,
|
|
|
4120
4133
|
transform: translateY(-0.05rem);
|
|
4121
4134
|
}
|
|
4122
4135
|
.message-box--success-short .message-box__icon .icon__banner {
|
|
4123
|
-
fill: var(--fkds-
|
|
4136
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4124
4137
|
color: white;
|
|
4125
4138
|
}
|
|
4126
4139
|
.message-box--success-short .message-box__icon__banner {
|
|
@@ -4220,6 +4233,7 @@ input[type=search]:focus,
|
|
|
4220
4233
|
}
|
|
4221
4234
|
.modal__dialog-container--fullscreen .modal__dialog {
|
|
4222
4235
|
min-height: 100vh;
|
|
4236
|
+
min-height: 100dvh;
|
|
4223
4237
|
}
|
|
4224
4238
|
.modal__dialog-container--fullscreen .modal__dialog-inner {
|
|
4225
4239
|
flex: 1 1 auto;
|
|
@@ -4407,7 +4421,7 @@ input[type=search]:focus,
|
|
|
4407
4421
|
transform: translateY(-0.05rem);
|
|
4408
4422
|
}
|
|
4409
4423
|
.offline .offline__icon .icon__banner {
|
|
4410
|
-
fill: var(--fkds-
|
|
4424
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4411
4425
|
color: white;
|
|
4412
4426
|
}
|
|
4413
4427
|
.offline .offline__icon__banner {
|
|
@@ -4705,16 +4719,16 @@ input[type=search]:focus,
|
|
|
4705
4719
|
opacity: 1;
|
|
4706
4720
|
}
|
|
4707
4721
|
.select-field__select:disabled + .select-field__icon {
|
|
4708
|
-
color: var(--fkds-
|
|
4722
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
4709
4723
|
}
|
|
4710
4724
|
.select-field__icon-wrapper {
|
|
4711
4725
|
position: relative;
|
|
4712
4726
|
}
|
|
4713
4727
|
.select-field__icon {
|
|
4714
|
-
color: var(--fkds-
|
|
4728
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
4715
4729
|
}
|
|
4716
4730
|
.select-field__error-popup-icon {
|
|
4717
|
-
color: var(--
|
|
4731
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4718
4732
|
display: inline;
|
|
4719
4733
|
position: absolute;
|
|
4720
4734
|
right: calc(var(--f-icon-size-large, 1.5rem) + 0.75rem);
|
|
@@ -5294,7 +5308,7 @@ input[type=search]:focus,
|
|
|
5294
5308
|
display: none;
|
|
5295
5309
|
}
|
|
5296
5310
|
.text-field__error-popup-icon {
|
|
5297
|
-
color: var(--
|
|
5311
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5298
5312
|
height: 16px;
|
|
5299
5313
|
}
|
|
5300
5314
|
.text-field__input-wrapper {
|
|
@@ -5338,7 +5352,7 @@ input[type=search]:focus,
|
|
|
5338
5352
|
top: 3px;
|
|
5339
5353
|
}
|
|
5340
5354
|
.text-field__input:disabled + .text-field__icon {
|
|
5341
|
-
color: var(--fkds-
|
|
5355
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5342
5356
|
}
|
|
5343
5357
|
.text-field__input:disabled {
|
|
5344
5358
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5363,10 +5377,15 @@ input[type=search]:focus,
|
|
|
5363
5377
|
cursor: pointer;
|
|
5364
5378
|
}
|
|
5365
5379
|
.text-field .clear-button__icon {
|
|
5366
|
-
color: var(--fkds-
|
|
5380
|
+
color: var(--fkds-color-text-secondary, #5f6165);
|
|
5367
5381
|
height: var(--f-icon-size-x-small, 0.75rem);
|
|
5368
5382
|
width: var(--f-icon-size-x-small, 0.75rem);
|
|
5369
5383
|
}
|
|
5384
|
+
@media (forced-colors: active) {
|
|
5385
|
+
.text-field .clear-button__icon {
|
|
5386
|
+
color: buttonText;
|
|
5387
|
+
}
|
|
5388
|
+
}
|
|
5370
5389
|
.text-field {
|
|
5371
5390
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5372
5391
|
}
|
|
@@ -5661,7 +5680,7 @@ input[type=search]:focus,
|
|
|
5661
5680
|
}
|
|
5662
5681
|
.wizard-step--done .icon.f-icon-success {
|
|
5663
5682
|
display: block;
|
|
5664
|
-
color: var(--fkds-
|
|
5683
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
5665
5684
|
width: 20px;
|
|
5666
5685
|
height: auto;
|
|
5667
5686
|
}
|
|
@@ -5798,7 +5817,7 @@ input[type=search]:focus,
|
|
|
5798
5817
|
text-underline-offset: 3.5px;
|
|
5799
5818
|
}
|
|
5800
5819
|
.calendar-navbar__icon {
|
|
5801
|
-
color: var(--fkds-
|
|
5820
|
+
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
5802
5821
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5803
5822
|
width: var(--f-icon-size-large, 1.5rem);
|
|
5804
5823
|
height: var(--f-icon-size-large, 1.5rem);
|
|
@@ -5807,7 +5826,7 @@ input[type=search]:focus,
|
|
|
5807
5826
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
5808
5827
|
}
|
|
5809
5828
|
.calendar-navbar__icon--disabled {
|
|
5810
|
-
color: var(--fkds-
|
|
5829
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5811
5830
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5812
5831
|
padding: 4px;
|
|
5813
5832
|
border: 1px solid var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5962,6 +5981,7 @@ input[type=search]:focus,
|
|
|
5962
5981
|
position: absolute;
|
|
5963
5982
|
z-index: 9996;
|
|
5964
5983
|
white-space: nowrap;
|
|
5984
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5965
5985
|
}
|
|
5966
5986
|
.popup-error--inline {
|
|
5967
5987
|
position: static;
|
|
@@ -5976,7 +5996,7 @@ input[type=search]:focus,
|
|
|
5976
5996
|
display: flex;
|
|
5977
5997
|
justify-content: space-between;
|
|
5978
5998
|
padding: 0.5em 10px;
|
|
5979
|
-
background: var(--fkds-
|
|
5999
|
+
background: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
5980
6000
|
line-height: 24px;
|
|
5981
6001
|
position: relative;
|
|
5982
6002
|
}
|
|
@@ -5994,51 +6014,51 @@ input[type=search]:focus,
|
|
|
5994
6014
|
inset: 0;
|
|
5995
6015
|
padding: var(--f-border-width-medium, 2px);
|
|
5996
6016
|
border-radius: inherit;
|
|
5997
|
-
background: var(--fkds-
|
|
6017
|
+
background: var(--fkds-color-feedback-background-negative, #fcf3f3) content-box;
|
|
5998
6018
|
}
|
|
5999
6019
|
.popup-error--top {
|
|
6000
6020
|
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;
|
|
6001
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6002
|
-
border-image: conic-gradient(var(--fkds-
|
|
6021
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6022
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6003
6023
|
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);
|
|
6004
6024
|
}
|
|
6005
6025
|
.popup-error--bottom {
|
|
6006
6026
|
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;
|
|
6007
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6008
|
-
border-image: conic-gradient(var(--fkds-
|
|
6027
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6028
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6009
6029
|
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%);
|
|
6010
6030
|
}
|
|
6011
6031
|
.popup-error--left {
|
|
6012
6032
|
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);
|
|
6013
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6014
|
-
border-image: conic-gradient(var(--fkds-
|
|
6033
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6034
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6015
6035
|
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));
|
|
6016
6036
|
}
|
|
6017
6037
|
.popup-error--right {
|
|
6018
6038
|
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;
|
|
6019
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6020
|
-
border-image: conic-gradient(var(--fkds-
|
|
6039
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6040
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6021
6041
|
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));
|
|
6022
6042
|
}
|
|
6023
6043
|
.popup-error--top::before {
|
|
6024
6044
|
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));
|
|
6025
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6026
|
-
border-image: conic-gradient(var(--fkds-
|
|
6045
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6046
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6027
6047
|
}
|
|
6028
6048
|
.popup-error--bottom::before {
|
|
6029
6049
|
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)));
|
|
6030
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6031
|
-
border-image: conic-gradient(var(--fkds-
|
|
6050
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6051
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6032
6052
|
}
|
|
6033
6053
|
.popup-error--left::before {
|
|
6034
6054
|
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));
|
|
6035
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6036
|
-
border-image: conic-gradient(var(--fkds-
|
|
6055
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6056
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6037
6057
|
}
|
|
6038
6058
|
.popup-error--right::before {
|
|
6039
6059
|
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));
|
|
6040
|
-
-o-border-image: conic-gradient(var(--fkds-
|
|
6041
|
-
border-image: conic-gradient(var(--fkds-
|
|
6060
|
+
-o-border-image: conic-gradient(var(--fkds-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;
|
|
6061
|
+
border-image: conic-gradient(var(--fkds-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;
|
|
6042
6062
|
}
|
|
6043
6063
|
|
|
6044
6064
|
.ipopupmenu {
|