@fkui/design 6.22.0 → 6.24.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 +77 -56
- 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/expandable-paragraph/_expandable-paragraph.scss +8 -6
- package/src/components/expandable-paragraph/_variables.scss +8 -1
- 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,
|
|
@@ -2767,6 +2780,7 @@ input[type=search]:focus,
|
|
|
2767
2780
|
}
|
|
2768
2781
|
|
|
2769
2782
|
.expandable-paragraph {
|
|
2783
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2770
2784
|
margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
|
|
2771
2785
|
}
|
|
2772
2786
|
.expandable-paragraph__heading {
|
|
@@ -2785,13 +2799,13 @@ input[type=search]:focus,
|
|
|
2785
2799
|
}
|
|
2786
2800
|
.expandable-paragraph__icon {
|
|
2787
2801
|
border-radius: 50%;
|
|
2788
|
-
background-color: var(--
|
|
2802
|
+
background-color: var(--fkds-color-select-background-secondary-default, #35805b);
|
|
2789
2803
|
width: var(--f-icon-size-small, 1rem);
|
|
2790
2804
|
height: var(--f-icon-size-small, 1rem);
|
|
2791
2805
|
margin-top: calc((var(--f-line-height-medium, 1.4) * 1em - var(--f-icon-size-small, 1rem)) / 2);
|
|
2792
2806
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
2793
2807
|
display: flex;
|
|
2794
|
-
color: var(--
|
|
2808
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
2795
2809
|
padding: 3px;
|
|
2796
2810
|
flex-shrink: 0;
|
|
2797
2811
|
margin-right: 0.5rem;
|
|
@@ -2817,7 +2831,7 @@ input[type=search]:focus,
|
|
|
2817
2831
|
margin-left: calc(var(--f-icon-size-small, 1rem) + 0.5rem);
|
|
2818
2832
|
}
|
|
2819
2833
|
.expandable-paragraph__related-information {
|
|
2820
|
-
color: var(--
|
|
2834
|
+
color: var(--fkds-color-text-secondary, #5f6165);
|
|
2821
2835
|
font-size: 0.875rem;
|
|
2822
2836
|
}
|
|
2823
2837
|
.expandable-paragraph__content {
|
|
@@ -2825,13 +2839,13 @@ input[type=search]:focus,
|
|
|
2825
2839
|
margin-bottom: calc(1rem * var(--f-density-factor, 1));
|
|
2826
2840
|
}
|
|
2827
2841
|
.expandable-paragraph__separator {
|
|
2828
|
-
border-bottom: var(--f-border-width-medium, 2px) solid var(--
|
|
2842
|
+
border-bottom: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
2829
2843
|
margin: 0 0.5rem calc(0.5rem * var(--f-density-factor, 1)) 0.5rem;
|
|
2830
2844
|
}
|
|
2831
2845
|
.expandable-paragraph--list {
|
|
2832
2846
|
margin-bottom: calc(0.5rem * var(--f-density-factor, 1));
|
|
2833
2847
|
padding-bottom: calc(0.5rem * var(--f-density-factor, 1));
|
|
2834
|
-
border-bottom: var(--f-border-width-small, 1px) solid var(--
|
|
2848
|
+
border-bottom: var(--f-border-width-small, 1px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
2835
2849
|
}
|
|
2836
2850
|
|
|
2837
2851
|
.fieldset {
|
|
@@ -2885,7 +2899,7 @@ input[type=search]:focus,
|
|
|
2885
2899
|
flex: 0 0 auto;
|
|
2886
2900
|
}
|
|
2887
2901
|
.file-item__file-abort svg {
|
|
2888
|
-
color: var(--
|
|
2902
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2889
2903
|
}
|
|
2890
2904
|
.file-item__change-info {
|
|
2891
2905
|
margin-top: -1.25rem;
|
|
@@ -3997,7 +4011,7 @@ input[type=search]:focus,
|
|
|
3997
4011
|
transform: translateY(-0.05rem);
|
|
3998
4012
|
}
|
|
3999
4013
|
.message-box--info-short .message-box__icon .icon__banner {
|
|
4000
|
-
fill: var(--fkds-
|
|
4014
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4001
4015
|
color: white;
|
|
4002
4016
|
}
|
|
4003
4017
|
.message-box--info-short .message-box__icon__banner {
|
|
@@ -4038,7 +4052,7 @@ input[type=search]:focus,
|
|
|
4038
4052
|
transform: translateY(-0.05rem);
|
|
4039
4053
|
}
|
|
4040
4054
|
.message-box--error-short .message-box__icon .icon__banner {
|
|
4041
|
-
fill: var(--fkds-
|
|
4055
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4042
4056
|
color: white;
|
|
4043
4057
|
}
|
|
4044
4058
|
.message-box--error-short .message-box__icon__banner {
|
|
@@ -4079,7 +4093,7 @@ input[type=search]:focus,
|
|
|
4079
4093
|
transform: translateY(-0.05rem);
|
|
4080
4094
|
}
|
|
4081
4095
|
.message-box--warning-short .message-box__icon .icon__banner {
|
|
4082
|
-
fill: var(--fkds-
|
|
4096
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4083
4097
|
color: white;
|
|
4084
4098
|
}
|
|
4085
4099
|
.message-box--warning-short .message-box__icon__banner {
|
|
@@ -4120,7 +4134,7 @@ input[type=search]:focus,
|
|
|
4120
4134
|
transform: translateY(-0.05rem);
|
|
4121
4135
|
}
|
|
4122
4136
|
.message-box--success-short .message-box__icon .icon__banner {
|
|
4123
|
-
fill: var(--fkds-
|
|
4137
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4124
4138
|
color: white;
|
|
4125
4139
|
}
|
|
4126
4140
|
.message-box--success-short .message-box__icon__banner {
|
|
@@ -4220,6 +4234,7 @@ input[type=search]:focus,
|
|
|
4220
4234
|
}
|
|
4221
4235
|
.modal__dialog-container--fullscreen .modal__dialog {
|
|
4222
4236
|
min-height: 100vh;
|
|
4237
|
+
min-height: 100dvh;
|
|
4223
4238
|
}
|
|
4224
4239
|
.modal__dialog-container--fullscreen .modal__dialog-inner {
|
|
4225
4240
|
flex: 1 1 auto;
|
|
@@ -4407,7 +4422,7 @@ input[type=search]:focus,
|
|
|
4407
4422
|
transform: translateY(-0.05rem);
|
|
4408
4423
|
}
|
|
4409
4424
|
.offline .offline__icon .icon__banner {
|
|
4410
|
-
fill: var(--fkds-
|
|
4425
|
+
fill: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4411
4426
|
color: white;
|
|
4412
4427
|
}
|
|
4413
4428
|
.offline .offline__icon__banner {
|
|
@@ -4705,16 +4720,16 @@ input[type=search]:focus,
|
|
|
4705
4720
|
opacity: 1;
|
|
4706
4721
|
}
|
|
4707
4722
|
.select-field__select:disabled + .select-field__icon {
|
|
4708
|
-
color: var(--fkds-
|
|
4723
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
4709
4724
|
}
|
|
4710
4725
|
.select-field__icon-wrapper {
|
|
4711
4726
|
position: relative;
|
|
4712
4727
|
}
|
|
4713
4728
|
.select-field__icon {
|
|
4714
|
-
color: var(--fkds-
|
|
4729
|
+
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
4715
4730
|
}
|
|
4716
4731
|
.select-field__error-popup-icon {
|
|
4717
|
-
color: var(--
|
|
4732
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
4718
4733
|
display: inline;
|
|
4719
4734
|
position: absolute;
|
|
4720
4735
|
right: calc(var(--f-icon-size-large, 1.5rem) + 0.75rem);
|
|
@@ -5294,7 +5309,7 @@ input[type=search]:focus,
|
|
|
5294
5309
|
display: none;
|
|
5295
5310
|
}
|
|
5296
5311
|
.text-field__error-popup-icon {
|
|
5297
|
-
color: var(--
|
|
5312
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5298
5313
|
height: 16px;
|
|
5299
5314
|
}
|
|
5300
5315
|
.text-field__input-wrapper {
|
|
@@ -5338,7 +5353,7 @@ input[type=search]:focus,
|
|
|
5338
5353
|
top: 3px;
|
|
5339
5354
|
}
|
|
5340
5355
|
.text-field__input:disabled + .text-field__icon {
|
|
5341
|
-
color: var(--fkds-
|
|
5356
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5342
5357
|
}
|
|
5343
5358
|
.text-field__input:disabled {
|
|
5344
5359
|
border-color: var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5363,10 +5378,15 @@ input[type=search]:focus,
|
|
|
5363
5378
|
cursor: pointer;
|
|
5364
5379
|
}
|
|
5365
5380
|
.text-field .clear-button__icon {
|
|
5366
|
-
color: var(--fkds-
|
|
5381
|
+
color: var(--fkds-color-text-secondary, #5f6165);
|
|
5367
5382
|
height: var(--f-icon-size-x-small, 0.75rem);
|
|
5368
5383
|
width: var(--f-icon-size-x-small, 0.75rem);
|
|
5369
5384
|
}
|
|
5385
|
+
@media (forced-colors: active) {
|
|
5386
|
+
.text-field .clear-button__icon {
|
|
5387
|
+
color: buttonText;
|
|
5388
|
+
}
|
|
5389
|
+
}
|
|
5370
5390
|
.text-field {
|
|
5371
5391
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5372
5392
|
}
|
|
@@ -5661,7 +5681,7 @@ input[type=search]:focus,
|
|
|
5661
5681
|
}
|
|
5662
5682
|
.wizard-step--done .icon.f-icon-success {
|
|
5663
5683
|
display: block;
|
|
5664
|
-
color: var(--fkds-
|
|
5684
|
+
color: var(--fkds-color-text-inverted, #ffffff);
|
|
5665
5685
|
width: 20px;
|
|
5666
5686
|
height: auto;
|
|
5667
5687
|
}
|
|
@@ -5798,7 +5818,7 @@ input[type=search]:focus,
|
|
|
5798
5818
|
text-underline-offset: 3.5px;
|
|
5799
5819
|
}
|
|
5800
5820
|
.calendar-navbar__icon {
|
|
5801
|
-
color: var(--fkds-
|
|
5821
|
+
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
5802
5822
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5803
5823
|
width: var(--f-icon-size-large, 1.5rem);
|
|
5804
5824
|
height: var(--f-icon-size-large, 1.5rem);
|
|
@@ -5807,7 +5827,7 @@ input[type=search]:focus,
|
|
|
5807
5827
|
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
5808
5828
|
}
|
|
5809
5829
|
.calendar-navbar__icon--disabled {
|
|
5810
|
-
color: var(--fkds-
|
|
5830
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
5811
5831
|
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5812
5832
|
padding: 4px;
|
|
5813
5833
|
border: 1px solid var(--fkds-color-border-disabled, #8d8e91);
|
|
@@ -5962,6 +5982,7 @@ input[type=search]:focus,
|
|
|
5962
5982
|
position: absolute;
|
|
5963
5983
|
z-index: 9996;
|
|
5964
5984
|
white-space: nowrap;
|
|
5985
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5965
5986
|
}
|
|
5966
5987
|
.popup-error--inline {
|
|
5967
5988
|
position: static;
|
|
@@ -5976,7 +5997,7 @@ input[type=search]:focus,
|
|
|
5976
5997
|
display: flex;
|
|
5977
5998
|
justify-content: space-between;
|
|
5978
5999
|
padding: 0.5em 10px;
|
|
5979
|
-
background: var(--fkds-
|
|
6000
|
+
background: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
5980
6001
|
line-height: 24px;
|
|
5981
6002
|
position: relative;
|
|
5982
6003
|
}
|
|
@@ -5994,51 +6015,51 @@ input[type=search]:focus,
|
|
|
5994
6015
|
inset: 0;
|
|
5995
6016
|
padding: var(--f-border-width-medium, 2px);
|
|
5996
6017
|
border-radius: inherit;
|
|
5997
|
-
background: var(--fkds-
|
|
6018
|
+
background: var(--fkds-color-feedback-background-negative, #fcf3f3) content-box;
|
|
5998
6019
|
}
|
|
5999
6020
|
.popup-error--top {
|
|
6000
6021
|
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-
|
|
6022
|
+
-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;
|
|
6023
|
+
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
6024
|
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
6025
|
}
|
|
6005
6026
|
.popup-error--bottom {
|
|
6006
6027
|
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-
|
|
6028
|
+
-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;
|
|
6029
|
+
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
6030
|
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
6031
|
}
|
|
6011
6032
|
.popup-error--left {
|
|
6012
6033
|
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-
|
|
6034
|
+
-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;
|
|
6035
|
+
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
6036
|
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
6037
|
}
|
|
6017
6038
|
.popup-error--right {
|
|
6018
6039
|
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-
|
|
6040
|
+
-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;
|
|
6041
|
+
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
6042
|
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
6043
|
}
|
|
6023
6044
|
.popup-error--top::before {
|
|
6024
6045
|
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-
|
|
6046
|
+
-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;
|
|
6047
|
+
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
6048
|
}
|
|
6028
6049
|
.popup-error--bottom::before {
|
|
6029
6050
|
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-
|
|
6051
|
+
-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;
|
|
6052
|
+
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
6053
|
}
|
|
6033
6054
|
.popup-error--left::before {
|
|
6034
6055
|
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-
|
|
6056
|
+
-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;
|
|
6057
|
+
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
6058
|
}
|
|
6038
6059
|
.popup-error--right::before {
|
|
6039
6060
|
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-
|
|
6061
|
+
-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;
|
|
6062
|
+
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
6063
|
}
|
|
6043
6064
|
|
|
6044
6065
|
.ipopupmenu {
|