@fkui/design 6.37.0 → 6.38.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 +298 -146
- package/lib/fkui.min.css +1 -1
- package/package.json +6 -6
- package/src/components/checkbox/_checkbox.scss +1 -0
- package/src/components/icon/_icon-stack.scss +170 -0
- package/src/components/icon/_icon.scss +0 -118
- package/src/components/icon/_index.scss +1 -0
- package/src/components/offline/_offline.scss +1 -0
- package/src/components/page-header/_page-header.scss +0 -1
- package/src/components/page-header/_variables.scss +0 -1
- package/src/components/paginator/_paginator.scss +4 -1
- package/src/components/radio-button/_radio-button.scss +2 -0
- package/src/components/table-ng/_cell.scss +92 -43
- package/src/components/table-ng/_column.scss +1 -0
- package/src/components/table-ng/_table-ng.scss +8 -1
- package/src/components/table-ng/_variables.scss +11 -0
- package/src/components/text-field/_text-field.scss +4 -0
- package/src/internal-components/popup-error/_popup-error.scss +16 -2
package/lib/fkui.css
CHANGED
|
@@ -2025,6 +2025,7 @@ input[type=search]:focus,
|
|
|
2025
2025
|
}
|
|
2026
2026
|
}
|
|
2027
2027
|
.checkbox.disabled .checkbox__label {
|
|
2028
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
2028
2029
|
cursor: default;
|
|
2029
2030
|
}
|
|
2030
2031
|
.checkbox.disabled .checkbox__label::before {
|
|
@@ -2539,8 +2540,8 @@ input[type=search]:focus,
|
|
|
2539
2540
|
display: list-item;
|
|
2540
2541
|
}
|
|
2541
2542
|
|
|
2542
|
-
.offline .icon, .icon
|
|
2543
|
-
.icon--stack {
|
|
2543
|
+
.offline .icon, .icon-stack,
|
|
2544
|
+
.icon--stack, .offline .icon-stack, .icon {
|
|
2544
2545
|
display: inline-block;
|
|
2545
2546
|
height: var(--f-icon-size-small, 1rem);
|
|
2546
2547
|
max-height: 100%;
|
|
@@ -2559,15 +2560,6 @@ input[type=search]:focus,
|
|
|
2559
2560
|
width: var(--f-icon-size-large, 1.5rem);
|
|
2560
2561
|
}
|
|
2561
2562
|
|
|
2562
|
-
.offline .icon-stack, .icon-stack,
|
|
2563
|
-
.icon--stack {
|
|
2564
|
-
position: relative;
|
|
2565
|
-
}
|
|
2566
|
-
.icon-stack .icon,
|
|
2567
|
-
.icon--stack .icon {
|
|
2568
|
-
position: absolute;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
2563
|
.icon--flip-horizontal {
|
|
2572
2564
|
transform: scaleX(-1);
|
|
2573
2565
|
}
|
|
@@ -2584,14 +2576,12 @@ input[type=search]:focus,
|
|
|
2584
2576
|
transform: rotate(270deg);
|
|
2585
2577
|
}
|
|
2586
2578
|
|
|
2587
|
-
.icon-stack--new-window .icon.f-icon-new-window,
|
|
2588
2579
|
.icon--new-window .icon.f-icon-new-window {
|
|
2589
2580
|
width: 55%;
|
|
2590
2581
|
height: 55%;
|
|
2591
2582
|
top: 0;
|
|
2592
2583
|
right: 0;
|
|
2593
2584
|
}
|
|
2594
|
-
.icon-stack--new-window .icon:not(.f-icon-new-window),
|
|
2595
2585
|
.icon--new-window .icon:not(.f-icon-new-window) {
|
|
2596
2586
|
width: 83%;
|
|
2597
2587
|
height: 83%;
|
|
@@ -2599,101 +2589,6 @@ input[type=search]:focus,
|
|
|
2599
2589
|
left: 5%;
|
|
2600
2590
|
}
|
|
2601
2591
|
|
|
2602
|
-
.icon-stack--tooltip .f-icon-circle,
|
|
2603
|
-
.icon--stack--tooltip .f-icon-circle {
|
|
2604
|
-
fill: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
2605
|
-
color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
2606
|
-
}
|
|
2607
|
-
.icon-stack--tooltip .f-icon-i,
|
|
2608
|
-
.icon--stack--tooltip .f-icon-i {
|
|
2609
|
-
color: var(--fkds-color-text-inverted, #fff);
|
|
2610
|
-
}
|
|
2611
|
-
.icon-stack--info .f-icon-circle,
|
|
2612
|
-
.icon--stack--info .f-icon-circle {
|
|
2613
|
-
color: var(--fkds-color-feedback-background-info, #f5f6fa);
|
|
2614
|
-
fill: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
2615
|
-
}
|
|
2616
|
-
.icon-stack--info .f-icon-i,
|
|
2617
|
-
.icon--stack--info .f-icon-i {
|
|
2618
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2619
|
-
}
|
|
2620
|
-
.icon-stack--warning .f-icon-circle,
|
|
2621
|
-
.icon--stack--warning .f-icon-circle {
|
|
2622
|
-
color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
2623
|
-
fill: var(--fkds-color-feedback-border-warning, #ffbe10);
|
|
2624
|
-
}
|
|
2625
|
-
.icon-stack--warning .f-icon-alert,
|
|
2626
|
-
.icon--stack--warning .f-icon-alert {
|
|
2627
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2628
|
-
}
|
|
2629
|
-
.icon-stack--error .f-icon-triangle,
|
|
2630
|
-
.icon--stack--error .f-icon-triangle {
|
|
2631
|
-
color: var(--fkds-color-feedback-background-negative, #fcf3f3);
|
|
2632
|
-
fill: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
2633
|
-
}
|
|
2634
|
-
.icon-stack--error .f-icon-alert,
|
|
2635
|
-
.icon--stack--error .f-icon-alert {
|
|
2636
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2637
|
-
}
|
|
2638
|
-
.icon-stack--success .f-icon-circle,
|
|
2639
|
-
.icon--stack--success .f-icon-circle {
|
|
2640
|
-
color: var(--fkds-color-feedback-background-positive, #f3f8f5);
|
|
2641
|
-
fill: var(--fkds-color-feedback-border-positive, #35805b);
|
|
2642
|
-
}
|
|
2643
|
-
.icon-stack--success .f-icon-success,
|
|
2644
|
-
.icon--stack--success .f-icon-success {
|
|
2645
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2646
|
-
transform: scale(0.6);
|
|
2647
|
-
}
|
|
2648
|
-
.icon-stack--large,
|
|
2649
|
-
.icon--stack--large {
|
|
2650
|
-
width: 2.5rem;
|
|
2651
|
-
height: 2.5rem;
|
|
2652
|
-
}
|
|
2653
|
-
.icon-stack--large svg,
|
|
2654
|
-
.icon--stack--large svg {
|
|
2655
|
-
width: 100%;
|
|
2656
|
-
height: 100%;
|
|
2657
|
-
}
|
|
2658
|
-
.icon-stack--circle, .icon-stack--circle-bottom,
|
|
2659
|
-
.icon--stack--circle,
|
|
2660
|
-
.icon--stack--circle-bottom {
|
|
2661
|
-
width: 4rem;
|
|
2662
|
-
height: 4rem;
|
|
2663
|
-
border-radius: 100%;
|
|
2664
|
-
overflow: hidden;
|
|
2665
|
-
}
|
|
2666
|
-
.icon-stack--circle .f-icon-circle, .icon-stack--circle-bottom .f-icon-circle,
|
|
2667
|
-
.icon--stack--circle .f-icon-circle,
|
|
2668
|
-
.icon--stack--circle-bottom .f-icon-circle {
|
|
2669
|
-
color: var(--f-icon-color-success-background, #dbe9e2);
|
|
2670
|
-
fill: var(--f-icon-color-success-background, #dbe9e2);
|
|
2671
|
-
width: 100%;
|
|
2672
|
-
height: 100%;
|
|
2673
|
-
}
|
|
2674
|
-
.icon-stack--circle .icon:not(.f-icon-circle), .icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
2675
|
-
.icon--stack--circle .icon:not(.f-icon-circle),
|
|
2676
|
-
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
2677
|
-
color: var(--f-icon-color-success, #35805b);
|
|
2678
|
-
position: absolute;
|
|
2679
|
-
}
|
|
2680
|
-
.icon-stack--circle .icon:not(.f-icon-circle),
|
|
2681
|
-
.icon--stack--circle .icon:not(.f-icon-circle) {
|
|
2682
|
-
width: 70%;
|
|
2683
|
-
height: 70%;
|
|
2684
|
-
inset: 0;
|
|
2685
|
-
margin: auto;
|
|
2686
|
-
}
|
|
2687
|
-
.icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
2688
|
-
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
2689
|
-
width: 80%;
|
|
2690
|
-
height: 80%;
|
|
2691
|
-
left: 0;
|
|
2692
|
-
right: 0;
|
|
2693
|
-
margin: 0 auto;
|
|
2694
|
-
bottom: 0%;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
2592
|
.expandable-panel {
|
|
2698
2593
|
margin-bottom: calc(2rem * var(--f-density-factor, 1));
|
|
2699
2594
|
}
|
|
@@ -2959,6 +2854,174 @@ input[type=search]:focus,
|
|
|
2959
2854
|
margin-bottom: 2rem;
|
|
2960
2855
|
}
|
|
2961
2856
|
|
|
2857
|
+
.offline .icon-stack, .icon-stack,
|
|
2858
|
+
.icon--stack {
|
|
2859
|
+
position: relative;
|
|
2860
|
+
}
|
|
2861
|
+
.icon-stack .icon,
|
|
2862
|
+
.icon--stack .icon {
|
|
2863
|
+
position: absolute;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.icon-stack--new-window .icon.f-icon-new-window,
|
|
2867
|
+
.icon--stack--new-window .icon.f-icon-new-window {
|
|
2868
|
+
width: 55%;
|
|
2869
|
+
height: 55%;
|
|
2870
|
+
top: 0;
|
|
2871
|
+
right: 0;
|
|
2872
|
+
}
|
|
2873
|
+
.icon-stack--new-window .icon:not(.f-icon-new-window),
|
|
2874
|
+
.icon--stack--new-window .icon:not(.f-icon-new-window) {
|
|
2875
|
+
width: 83%;
|
|
2876
|
+
height: 83%;
|
|
2877
|
+
bottom: 0;
|
|
2878
|
+
left: 5%;
|
|
2879
|
+
}
|
|
2880
|
+
.icon-stack--tooltip .f-icon-circle,
|
|
2881
|
+
.icon--stack--tooltip .f-icon-circle {
|
|
2882
|
+
fill: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
2883
|
+
color: var(--fkds-color-action-border-primary-default, #4a52b6);
|
|
2884
|
+
}
|
|
2885
|
+
.icon-stack--tooltip .f-icon-i,
|
|
2886
|
+
.icon--stack--tooltip .f-icon-i {
|
|
2887
|
+
color: var(--fkds-color-text-inverted, #fff);
|
|
2888
|
+
}
|
|
2889
|
+
.icon-stack--info .f-icon-circle,
|
|
2890
|
+
.icon--stack--info .f-icon-circle {
|
|
2891
|
+
color: var(--fkds-color-feedback-background-info, #f5f6fa);
|
|
2892
|
+
fill: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
2893
|
+
}
|
|
2894
|
+
.icon-stack--info .f-icon-i,
|
|
2895
|
+
.icon--stack--info .f-icon-i {
|
|
2896
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2897
|
+
}
|
|
2898
|
+
.icon-stack--warning .f-icon-circle,
|
|
2899
|
+
.icon--stack--warning .f-icon-circle {
|
|
2900
|
+
color: var(--fkds-color-feedback-background-warning, #fffcf3);
|
|
2901
|
+
fill: var(--fkds-color-feedback-border-warning, #ffbe10);
|
|
2902
|
+
}
|
|
2903
|
+
.icon-stack--warning .f-icon-alert,
|
|
2904
|
+
.icon--stack--warning .f-icon-alert {
|
|
2905
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2906
|
+
}
|
|
2907
|
+
.icon-stack--error .f-icon-triangle,
|
|
2908
|
+
.icon--stack--error .f-icon-triangle {
|
|
2909
|
+
color: var(--fkds-color-feedback-background-negative, #fcf3f3);
|
|
2910
|
+
fill: var(--fkds-color-feedback-border-negative, #ca1515);
|
|
2911
|
+
}
|
|
2912
|
+
.icon-stack--error .f-icon-alert,
|
|
2913
|
+
.icon--stack--error .f-icon-alert {
|
|
2914
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2915
|
+
}
|
|
2916
|
+
.icon-stack--success .f-icon-circle,
|
|
2917
|
+
.icon--stack--success .f-icon-circle {
|
|
2918
|
+
color: var(--fkds-color-feedback-background-positive, #f3f8f5);
|
|
2919
|
+
fill: var(--fkds-color-feedback-border-positive, #35805b);
|
|
2920
|
+
}
|
|
2921
|
+
.icon-stack--success .f-icon-success,
|
|
2922
|
+
.icon--stack--success .f-icon-success {
|
|
2923
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
2924
|
+
transform: scale(0.6);
|
|
2925
|
+
}
|
|
2926
|
+
@media (forced-colors: active) {
|
|
2927
|
+
.icon-stack--info .f-icon-circle,
|
|
2928
|
+
.icon-stack--info .f-icon-triangle, .icon-stack--warning .f-icon-circle,
|
|
2929
|
+
.icon-stack--warning .f-icon-triangle, .icon-stack--error .f-icon-circle,
|
|
2930
|
+
.icon-stack--error .f-icon-triangle, .icon-stack--success .f-icon-circle,
|
|
2931
|
+
.icon-stack--success .f-icon-triangle,
|
|
2932
|
+
.icon--stack--info .f-icon-circle,
|
|
2933
|
+
.icon--stack--info .f-icon-triangle,
|
|
2934
|
+
.icon--stack--warning .f-icon-circle,
|
|
2935
|
+
.icon--stack--warning .f-icon-triangle,
|
|
2936
|
+
.icon--stack--error .f-icon-circle,
|
|
2937
|
+
.icon--stack--error .f-icon-triangle,
|
|
2938
|
+
.icon--stack--success .f-icon-circle,
|
|
2939
|
+
.icon--stack--success .f-icon-triangle {
|
|
2940
|
+
color: Canvas;
|
|
2941
|
+
fill: CanvasText;
|
|
2942
|
+
}
|
|
2943
|
+
.icon-stack--info .f-icon-alert,
|
|
2944
|
+
.icon-stack--info .f-icon-i,
|
|
2945
|
+
.icon-stack--info .f-icon-success, .icon-stack--warning .f-icon-alert,
|
|
2946
|
+
.icon-stack--warning .f-icon-i,
|
|
2947
|
+
.icon-stack--warning .f-icon-success, .icon-stack--error .f-icon-alert,
|
|
2948
|
+
.icon-stack--error .f-icon-i,
|
|
2949
|
+
.icon-stack--error .f-icon-success, .icon-stack--success .f-icon-alert,
|
|
2950
|
+
.icon-stack--success .f-icon-i,
|
|
2951
|
+
.icon-stack--success .f-icon-success,
|
|
2952
|
+
.icon--stack--info .f-icon-alert,
|
|
2953
|
+
.icon--stack--info .f-icon-i,
|
|
2954
|
+
.icon--stack--info .f-icon-success,
|
|
2955
|
+
.icon--stack--warning .f-icon-alert,
|
|
2956
|
+
.icon--stack--warning .f-icon-i,
|
|
2957
|
+
.icon--stack--warning .f-icon-success,
|
|
2958
|
+
.icon--stack--error .f-icon-alert,
|
|
2959
|
+
.icon--stack--error .f-icon-i,
|
|
2960
|
+
.icon--stack--error .f-icon-success,
|
|
2961
|
+
.icon--stack--success .f-icon-alert,
|
|
2962
|
+
.icon--stack--success .f-icon-i,
|
|
2963
|
+
.icon--stack--success .f-icon-success {
|
|
2964
|
+
color: CanvasText;
|
|
2965
|
+
}
|
|
2966
|
+
.icon-stack--tooltip .f-icon-circle,
|
|
2967
|
+
.icon--stack--tooltip .f-icon-circle {
|
|
2968
|
+
color: Canvas;
|
|
2969
|
+
fill: ButtonBorder;
|
|
2970
|
+
}
|
|
2971
|
+
.icon-stack--tooltip .f-icon-i,
|
|
2972
|
+
.icon--stack--tooltip .f-icon-i {
|
|
2973
|
+
color: ButtonText;
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
.icon-stack--large,
|
|
2977
|
+
.icon--stack--large {
|
|
2978
|
+
width: 2.5rem;
|
|
2979
|
+
height: 2.5rem;
|
|
2980
|
+
}
|
|
2981
|
+
.icon-stack--large svg,
|
|
2982
|
+
.icon--stack--large svg {
|
|
2983
|
+
width: 100%;
|
|
2984
|
+
height: 100%;
|
|
2985
|
+
}
|
|
2986
|
+
.icon-stack--circle, .icon-stack--circle-bottom,
|
|
2987
|
+
.icon--stack--circle,
|
|
2988
|
+
.icon--stack--circle-bottom {
|
|
2989
|
+
width: 4rem;
|
|
2990
|
+
height: 4rem;
|
|
2991
|
+
border-radius: 100%;
|
|
2992
|
+
overflow: hidden;
|
|
2993
|
+
}
|
|
2994
|
+
.icon-stack--circle .f-icon-circle, .icon-stack--circle-bottom .f-icon-circle,
|
|
2995
|
+
.icon--stack--circle .f-icon-circle,
|
|
2996
|
+
.icon--stack--circle-bottom .f-icon-circle {
|
|
2997
|
+
color: var(--f-icon-color-success-background, #dbe9e2);
|
|
2998
|
+
fill: var(--f-icon-color-success-background, #dbe9e2);
|
|
2999
|
+
width: 100%;
|
|
3000
|
+
height: 100%;
|
|
3001
|
+
}
|
|
3002
|
+
.icon-stack--circle .icon:not(.f-icon-circle), .icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
3003
|
+
.icon--stack--circle .icon:not(.f-icon-circle),
|
|
3004
|
+
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
3005
|
+
color: var(--f-icon-color-success, #35805b);
|
|
3006
|
+
position: absolute;
|
|
3007
|
+
}
|
|
3008
|
+
.icon-stack--circle .icon:not(.f-icon-circle),
|
|
3009
|
+
.icon--stack--circle .icon:not(.f-icon-circle) {
|
|
3010
|
+
width: 70%;
|
|
3011
|
+
height: 70%;
|
|
3012
|
+
inset: 0;
|
|
3013
|
+
margin: auto;
|
|
3014
|
+
}
|
|
3015
|
+
.icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
3016
|
+
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
3017
|
+
width: 80%;
|
|
3018
|
+
height: 80%;
|
|
3019
|
+
left: 0;
|
|
3020
|
+
right: 0;
|
|
3021
|
+
margin: 0 auto;
|
|
3022
|
+
bottom: 0%;
|
|
3023
|
+
}
|
|
3024
|
+
|
|
2962
3025
|
.indent {
|
|
2963
3026
|
border-left: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-weak, #ddddde);
|
|
2964
3027
|
margin-bottom: 1rem;
|
|
@@ -4504,7 +4567,6 @@ input[type=search]:focus,
|
|
|
4504
4567
|
}
|
|
4505
4568
|
.page-header__logo::after {
|
|
4506
4569
|
content: " ";
|
|
4507
|
-
background-color: var(--fkds-color-header-text-primary, #fff);
|
|
4508
4570
|
height: 1.38rem;
|
|
4509
4571
|
padding: 0.5px;
|
|
4510
4572
|
margin: 0 1rem 0.155rem;
|
|
@@ -4546,7 +4608,7 @@ input[type=search]:focus,
|
|
|
4546
4608
|
align-items: center;
|
|
4547
4609
|
}
|
|
4548
4610
|
.paginator__page, .paginator__previous, .paginator__next {
|
|
4549
|
-
border:
|
|
4611
|
+
border: 2px solid transparent;
|
|
4550
4612
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
4551
4613
|
height: 2.5rem;
|
|
4552
4614
|
background-color: transparent;
|
|
@@ -4558,9 +4620,21 @@ input[type=search]:focus,
|
|
|
4558
4620
|
color: var(--fkds-color-action-text-inverted-default, #fff);
|
|
4559
4621
|
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
4560
4622
|
}
|
|
4623
|
+
@media (forced-colors: active) {
|
|
4624
|
+
.paginator__page--active, .paginator__previous--active, .paginator__next--active {
|
|
4625
|
+
background-color: highlight;
|
|
4626
|
+
color: highlightText;
|
|
4627
|
+
forced-color-adjust: none;
|
|
4628
|
+
}
|
|
4629
|
+
}
|
|
4561
4630
|
.paginator__page:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active), .paginator__previous:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active), .paginator__next:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active) {
|
|
4562
4631
|
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
4563
4632
|
}
|
|
4633
|
+
@media (forced-colors: active) {
|
|
4634
|
+
.paginator__page:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active), .paginator__previous:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active), .paginator__next:hover:enabled:not(.paginator__page--active, .paginator__previous--active, .paginator__next--active) {
|
|
4635
|
+
border: 2px solid highlight;
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4564
4638
|
.paginator__next, .paginator__previous {
|
|
4565
4639
|
display: flex;
|
|
4566
4640
|
align-items: center;
|
|
@@ -4695,6 +4769,7 @@ input[type=search]:focus,
|
|
|
4695
4769
|
}
|
|
4696
4770
|
}
|
|
4697
4771
|
.radio-button.disabled .radio-button__label {
|
|
4772
|
+
color: var(--fkds-color-text-disabled, #8d8e91);
|
|
4698
4773
|
cursor: default;
|
|
4699
4774
|
}
|
|
4700
4775
|
.radio-button.disabled .radio-button__label::before, .radio-button.disabled .radio-button__label::after {
|
|
@@ -5173,7 +5248,7 @@ input[type=search]:focus,
|
|
|
5173
5248
|
}
|
|
5174
5249
|
|
|
5175
5250
|
.table-ng {
|
|
5176
|
-
border-collapse:
|
|
5251
|
+
border-collapse: collapse;
|
|
5177
5252
|
border-spacing: 0;
|
|
5178
5253
|
font-size: var(--f-font-size-standard, 1rem);
|
|
5179
5254
|
margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
|
|
@@ -5221,15 +5296,22 @@ input[type=search]:focus,
|
|
|
5221
5296
|
background: var(--fkds-color-background-secondary, #f4f4f4);
|
|
5222
5297
|
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5223
5298
|
}
|
|
5299
|
+
.table-ng--divided tbody > tr > td,
|
|
5300
|
+
.table-ng--divided tbody > tr > th {
|
|
5301
|
+
border-bottom: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
5302
|
+
}
|
|
5224
5303
|
|
|
5225
5304
|
.table-ng__cell {
|
|
5226
5305
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5227
5306
|
text-wrap: nowrap;
|
|
5228
|
-
border:
|
|
5307
|
+
border: 1px solid transparent;
|
|
5229
5308
|
}
|
|
5230
5309
|
.table-ng__cell:focus, .table-ng__cell:focus-within {
|
|
5231
5310
|
box-shadow: none;
|
|
5232
|
-
|
|
5311
|
+
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5312
|
+
}
|
|
5313
|
+
.table-ng__cell:not(.table-ng__cell--menu-open):hover:has(button) {
|
|
5314
|
+
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5233
5315
|
}
|
|
5234
5316
|
.table-ng__cell input:focus,
|
|
5235
5317
|
.table-ng__cell button:focus,
|
|
@@ -5251,29 +5333,61 @@ input[type=search]:focus,
|
|
|
5251
5333
|
.table-ng__cell--align-right input {
|
|
5252
5334
|
text-align: right;
|
|
5253
5335
|
}
|
|
5254
|
-
.table-ng__cell--select .table-ng__editable__icon--active {
|
|
5255
|
-
rotate: 180deg;
|
|
5256
|
-
}
|
|
5257
5336
|
.table-ng__cell--select, .table-ng__cell--text {
|
|
5258
|
-
padding: 0
|
|
5337
|
+
padding: 0;
|
|
5259
5338
|
}
|
|
5260
|
-
.table-ng__cell--select:
|
|
5261
|
-
|
|
5339
|
+
.table-ng__cell--select:hover, .table-ng__cell--text:hover {
|
|
5340
|
+
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5341
|
+
}
|
|
5342
|
+
.table-ng__cell--select:focus .table-ng__editable, .table-ng__cell--select:focus-within .table-ng__editable, .table-ng__cell--text:focus .table-ng__editable, .table-ng__cell--text:focus-within .table-ng__editable {
|
|
5343
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5344
|
+
border-radius: 0;
|
|
5345
|
+
}
|
|
5346
|
+
.table-ng__cell .table-ng__editable:focus-within {
|
|
5347
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5348
|
+
border-radius: 0;
|
|
5349
|
+
}
|
|
5350
|
+
.table-ng__cell .table-ng__editable:hover {
|
|
5351
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5352
|
+
border-radius: 0;
|
|
5262
5353
|
}
|
|
5263
5354
|
.table-ng__cell--text:focus-visible {
|
|
5264
|
-
outline: none !important;
|
|
5265
5355
|
box-shadow: none !important;
|
|
5266
5356
|
}
|
|
5357
|
+
.table-ng__cell--text.table-ng__cell--error:not(:focus-within) .table-ng__editable {
|
|
5358
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5359
|
+
border-radius: 0;
|
|
5360
|
+
}
|
|
5361
|
+
.table-ng__cell--text.table-ng__cell--error:hover:not(:focus-within) .table-ng__editable {
|
|
5362
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5363
|
+
border-radius: 0;
|
|
5364
|
+
}
|
|
5365
|
+
.table-ng__cell--text.table-ng__cell--error:focus .table-ng__editable {
|
|
5366
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5367
|
+
border-radius: 0;
|
|
5368
|
+
}
|
|
5267
5369
|
.table-ng__cell--text .table-ng__editable {
|
|
5268
|
-
border
|
|
5269
|
-
|
|
5270
|
-
|
|
5370
|
+
border: 3px solid transparent;
|
|
5371
|
+
box-sizing: border-box;
|
|
5372
|
+
position: relative;
|
|
5373
|
+
}
|
|
5374
|
+
.table-ng__cell--text .table-ng__editable:focus-within {
|
|
5375
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5376
|
+
border-radius: 0;
|
|
5271
5377
|
}
|
|
5272
5378
|
.table-ng__cell--text .table-ng__editable:focus-within .table-ng__editable__text {
|
|
5273
|
-
|
|
5379
|
+
visibility: hidden;
|
|
5274
5380
|
}
|
|
5275
5381
|
.table-ng__cell--text .table-ng__editable:focus-within .table-ng__textedit {
|
|
5276
|
-
|
|
5382
|
+
position: absolute;
|
|
5383
|
+
inset: 0;
|
|
5384
|
+
width: 100%;
|
|
5385
|
+
min-width: 0;
|
|
5386
|
+
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5387
|
+
}
|
|
5388
|
+
.table-ng__cell--text .table-ng__editable:hover {
|
|
5389
|
+
box-shadow: inset 0 -3px 0 0 var(--fkds-color-border-strong, #5f6165);
|
|
5390
|
+
border-radius: 0;
|
|
5277
5391
|
}
|
|
5278
5392
|
.table-ng__cell--checkbox, .table-ng__cell--radio {
|
|
5279
5393
|
text-align: center;
|
|
@@ -5283,6 +5397,11 @@ input[type=search]:focus,
|
|
|
5283
5397
|
height: var(--f-icon-size-medium, 1.25rem);
|
|
5284
5398
|
width: var(--f-icon-size-medium, 1.25rem);
|
|
5285
5399
|
vertical-align: middle;
|
|
5400
|
+
accent-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5401
|
+
}
|
|
5402
|
+
.table-ng__cell--checkbox:hover, .table-ng__cell--radio:hover {
|
|
5403
|
+
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5404
|
+
accent-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
5286
5405
|
}
|
|
5287
5406
|
.table-ng__cell--expand button, .table-ng__cell--button button {
|
|
5288
5407
|
padding: 0;
|
|
@@ -5291,8 +5410,12 @@ input[type=search]:focus,
|
|
|
5291
5410
|
min-width: var(--f-icon-size-medium, 1.25rem);
|
|
5292
5411
|
width: 100%;
|
|
5293
5412
|
background: inherit;
|
|
5413
|
+
color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5294
5414
|
cursor: pointer;
|
|
5295
5415
|
}
|
|
5416
|
+
.table-ng__cell--expand button:hover, .table-ng__cell--button button:hover {
|
|
5417
|
+
color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
5418
|
+
}
|
|
5296
5419
|
.table-ng__cell--expand button svg, .table-ng__cell--button button svg {
|
|
5297
5420
|
vertical-align: middle;
|
|
5298
5421
|
}
|
|
@@ -5303,17 +5426,29 @@ input[type=search]:focus,
|
|
|
5303
5426
|
.table-ng__cell--selectable {
|
|
5304
5427
|
width: var(--f-icon-size-medium, 1.25rem);
|
|
5305
5428
|
}
|
|
5429
|
+
.table-ng__cell--selectable:hover {
|
|
5430
|
+
background: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
5431
|
+
}
|
|
5306
5432
|
.table-ng__cell--rowheader {
|
|
5307
5433
|
font-weight: var(--f-font-weight-medium, 700);
|
|
5308
5434
|
text-align: left;
|
|
5309
5435
|
}
|
|
5310
5436
|
.table-ng__cell--custom {
|
|
5311
5437
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5312
|
-
border:
|
|
5438
|
+
border: 1px solid transparent;
|
|
5313
5439
|
}
|
|
5314
5440
|
.table-ng__cell--custom:focus {
|
|
5315
5441
|
box-shadow: none;
|
|
5316
|
-
|
|
5442
|
+
outline: 3px solid var(--fkds-color-text-primary, #1b1e23);
|
|
5443
|
+
}
|
|
5444
|
+
.table-ng__cell--menu-open, .table-ng__cell--menu-open:hover {
|
|
5445
|
+
background: var(--fkds-color-action-background-primary-active, #3b4292);
|
|
5446
|
+
}
|
|
5447
|
+
.table-ng__cell--menu-open .icon-button, .table-ng__cell--menu-open:hover .icon-button {
|
|
5448
|
+
color: var(--fkds-color-text-inverted, #fff);
|
|
5449
|
+
}
|
|
5450
|
+
.table-ng__cell--menu-open .table-ng__editable:hover, .table-ng__cell--menu-open:hover .table-ng__editable:hover {
|
|
5451
|
+
background: transparent;
|
|
5317
5452
|
}
|
|
5318
5453
|
|
|
5319
5454
|
.table-ng__textedit {
|
|
@@ -5325,7 +5460,6 @@ input[type=search]:focus,
|
|
|
5325
5460
|
}
|
|
5326
5461
|
.table-ng__textedit:focus {
|
|
5327
5462
|
box-shadow: none !important;
|
|
5328
|
-
outline: none !important;
|
|
5329
5463
|
}
|
|
5330
5464
|
|
|
5331
5465
|
.table-ng__editable {
|
|
@@ -5333,9 +5467,6 @@ input[type=search]:focus,
|
|
|
5333
5467
|
display: flex;
|
|
5334
5468
|
align-items: center;
|
|
5335
5469
|
}
|
|
5336
|
-
.table-ng__editable:hover:not(:focus-within) .table-ng__editable__icon {
|
|
5337
|
-
visibility: visible;
|
|
5338
|
-
}
|
|
5339
5470
|
.table-ng__editable__text {
|
|
5340
5471
|
flex: 1 1 auto;
|
|
5341
5472
|
}
|
|
@@ -5343,21 +5474,21 @@ input[type=search]:focus,
|
|
|
5343
5474
|
.table-ng__editable__numeric input {
|
|
5344
5475
|
font-feature-settings: "tnum" 1;
|
|
5345
5476
|
}
|
|
5346
|
-
.table-ng__editable__icon {
|
|
5347
|
-
visibility: hidden;
|
|
5348
|
-
margin-left: 1rem;
|
|
5349
|
-
flex: none;
|
|
5350
|
-
color: var(--fkds-color-action-text-primary-default, #4a52b6);
|
|
5351
|
-
}
|
|
5352
5477
|
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5478
|
+
@media (forced-colors: active) {
|
|
5479
|
+
.table-ng__editable {
|
|
5480
|
+
forced-color-adjust: none;
|
|
5481
|
+
border-bottom-color: transparent;
|
|
5482
|
+
border-bottom-width: 0;
|
|
5483
|
+
}
|
|
5484
|
+
.table-ng__cell--text:hover .table-ng__editable,
|
|
5485
|
+
.table-ng__cell--select:hover .table-ng__editable,
|
|
5486
|
+
.table-ng__cell--text:focus-within .table-ng__editable,
|
|
5487
|
+
.table-ng__cell--select:focus-within .table-ng__editable {
|
|
5488
|
+
box-shadow: inset 0 -3px 0 0 Highlight;
|
|
5489
|
+
border-radius: 0;
|
|
5490
|
+
}
|
|
5359
5491
|
}
|
|
5360
|
-
|
|
5361
5492
|
.table-ng__column {
|
|
5362
5493
|
padding: calc(0.25rem * var(--f-density-factor, 1)) 0.5rem;
|
|
5363
5494
|
border-bottom: 2px solid transparent;
|
|
@@ -5376,6 +5507,7 @@ input[type=search]:focus,
|
|
|
5376
5507
|
height: var(--f-icon-size-medium, 1.25rem);
|
|
5377
5508
|
width: var(--f-icon-size-medium, 1.25rem);
|
|
5378
5509
|
vertical-align: middle;
|
|
5510
|
+
accent-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
5379
5511
|
}
|
|
5380
5512
|
.table-ng__column--rowheader {
|
|
5381
5513
|
text-align: left;
|
|
@@ -5426,6 +5558,11 @@ input[type=search]:focus,
|
|
|
5426
5558
|
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
5427
5559
|
height: 16px;
|
|
5428
5560
|
}
|
|
5561
|
+
@media (forced-colors: active) {
|
|
5562
|
+
.text-field__error-popup-icon {
|
|
5563
|
+
color: CanvasText;
|
|
5564
|
+
}
|
|
5565
|
+
}
|
|
5429
5566
|
.text-field__input-wrapper {
|
|
5430
5567
|
display: flex;
|
|
5431
5568
|
gap: calc(0.5rem * var(--f-density-factor, 1));
|
|
@@ -6128,12 +6265,27 @@ input[type=search]:focus,
|
|
|
6128
6265
|
min-height: var(--f-icon-size-medium, 1.25rem);
|
|
6129
6266
|
min-width: var(--f-icon-size-medium, 1.25rem);
|
|
6130
6267
|
}
|
|
6268
|
+
@media (forced-colors: active) {
|
|
6269
|
+
.popup-error--arrow .popup-error__icon {
|
|
6270
|
+
color: CanvasText;
|
|
6271
|
+
}
|
|
6272
|
+
}
|
|
6131
6273
|
.popup-error--arrow .popup-error__button {
|
|
6132
|
-
|
|
6274
|
+
display: flex;
|
|
6275
|
+
align-items: center;
|
|
6276
|
+
justify-content: center;
|
|
6133
6277
|
min-height: 24px;
|
|
6134
6278
|
min-width: 24px;
|
|
6135
6279
|
padding: 0;
|
|
6136
|
-
|
|
6280
|
+
border: 1px solid transparent;
|
|
6281
|
+
background-color: transparent;
|
|
6282
|
+
}
|
|
6283
|
+
@media (forced-colors: active) {
|
|
6284
|
+
.popup-error--arrow {
|
|
6285
|
+
background: CanvasText;
|
|
6286
|
+
--fkds-color-feedback-border-negative: CanvasText;
|
|
6287
|
+
--fkds-color-feedback-background-negative: Canvas;
|
|
6288
|
+
}
|
|
6137
6289
|
}
|
|
6138
6290
|
.popup-error--arrow::before {
|
|
6139
6291
|
content: "";
|