ui-kit-ck-consultant 0.5.157 → 0.5.161
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/dist/index.css +175 -3
- package/dist/index.js +5966 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5966 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -1
package/dist/index.css
CHANGED
@@ -475,7 +475,7 @@
|
|
475
475
|
|
476
476
|
._1CXiT {
|
477
477
|
margin-top: 4px;
|
478
|
-
display: block;
|
478
|
+
display: block !important;
|
479
479
|
width: 100%;
|
480
480
|
text-align: right;
|
481
481
|
margin-bottom: 0;
|
@@ -525,6 +525,7 @@
|
|
525
525
|
cursor: not-allowed;
|
526
526
|
background-color: #f5f5f5;
|
527
527
|
}
|
528
|
+
|
528
529
|
._3_HMn > span {
|
529
530
|
display: inline-block;
|
530
531
|
font-size: 14px;
|
@@ -555,7 +556,7 @@
|
|
555
556
|
|
556
557
|
._dlP2Z {
|
557
558
|
margin-top: 4px;
|
558
|
-
display: block;
|
559
|
+
display: block !important;
|
559
560
|
width: 100%;
|
560
561
|
text-align: right;
|
561
562
|
margin-bottom: 0;
|
@@ -571,6 +572,7 @@
|
|
571
572
|
cursor: not-allowed;
|
572
573
|
background-color: #f5f5f5;
|
573
574
|
}
|
575
|
+
|
574
576
|
._FJ62d {
|
575
577
|
position: relative;
|
576
578
|
}
|
@@ -680,7 +682,7 @@
|
|
680
682
|
|
681
683
|
._1T4KB {
|
682
684
|
margin-top: 4px;
|
683
|
-
display: block;
|
685
|
+
display: block !important;
|
684
686
|
width: 100%;
|
685
687
|
text-align: right;
|
686
688
|
margin-bottom: 0;
|
@@ -2910,3 +2912,173 @@
|
|
2910
2912
|
padding: 0.4rem 1rem;
|
2911
2913
|
font-size: 14px;
|
2912
2914
|
}
|
2915
|
+
|
2916
|
+
._1V03k {
|
2917
|
+
display: flex;
|
2918
|
+
position: fixed;
|
2919
|
+
left: 0;
|
2920
|
+
right: 0;
|
2921
|
+
top: 0;
|
2922
|
+
bottom: 0;
|
2923
|
+
width: 100%;
|
2924
|
+
height: 100%;
|
2925
|
+
background-color: rgba(0, 0, 0, 0.8);
|
2926
|
+
z-index: 100;
|
2927
|
+
padding: 0.4rem;
|
2928
|
+
}
|
2929
|
+
|
2930
|
+
._2xv6h {
|
2931
|
+
margin: auto;
|
2932
|
+
background-color: white;
|
2933
|
+
border-radius: 8px;
|
2934
|
+
overflow: hidden;
|
2935
|
+
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
2936
|
+
}
|
2937
|
+
|
2938
|
+
._29LEv {
|
2939
|
+
}
|
2940
|
+
|
2941
|
+
._2stnr {
|
2942
|
+
padding: 1rem;
|
2943
|
+
display: flex;
|
2944
|
+
flex-direction: column;
|
2945
|
+
}
|
2946
|
+
|
2947
|
+
._3rhMU,
|
2948
|
+
._3tkpF {
|
2949
|
+
display: flex;
|
2950
|
+
color: #9b9b9b;
|
2951
|
+
padding: 0.6rem;
|
2952
|
+
}
|
2953
|
+
._3rhMU > span,
|
2954
|
+
._3tkpF > span {
|
2955
|
+
display: inline-block;
|
2956
|
+
margin: auto;
|
2957
|
+
margin-left: 0;
|
2958
|
+
}
|
2959
|
+
._3rhMU > div,
|
2960
|
+
._3tkpF > div {
|
2961
|
+
display: inline-flex;
|
2962
|
+
margin: auto;
|
2963
|
+
margin-right: 0;
|
2964
|
+
}
|
2965
|
+
|
2966
|
+
._2grFu {
|
2967
|
+
}
|
2968
|
+
|
2969
|
+
._3A6CA {
|
2970
|
+
margin-top: 10px;
|
2971
|
+
display: flex;
|
2972
|
+
}
|
2973
|
+
|
2974
|
+
._1HcxH {
|
2975
|
+
font-size: 13px;
|
2976
|
+
width: 100%;
|
2977
|
+
background-color: var(--green);
|
2978
|
+
color: white;
|
2979
|
+
cursor: pointer;
|
2980
|
+
padding: 0.8rem 0.6rem;
|
2981
|
+
text-align: center;
|
2982
|
+
}
|
2983
|
+
|
2984
|
+
._1HcxH._1RAXg {
|
2985
|
+
background-color: var(--red);
|
2986
|
+
}
|
2987
|
+
|
2988
|
+
._1HcxH > span {
|
2989
|
+
margin-right: 8px;
|
2990
|
+
}
|
2991
|
+
|
2992
|
+
._ooroJ {
|
2993
|
+
padding: 0.6rem;
|
2994
|
+
color: #9b9b9b;
|
2995
|
+
font-size: 20px;
|
2996
|
+
cursor: pointer;
|
2997
|
+
transition: 0.3s;
|
2998
|
+
}
|
2999
|
+
|
3000
|
+
._2M-ho {
|
3001
|
+
margin: auto;
|
3002
|
+
}
|
3003
|
+
|
3004
|
+
._2M-ho > thead > tr > th {
|
3005
|
+
font-size: 13px;
|
3006
|
+
}
|
3007
|
+
|
3008
|
+
._2M-ho > tbody > tr > td > span {
|
3009
|
+
display: inline-block;
|
3010
|
+
width: 36px;
|
3011
|
+
height: 36px;
|
3012
|
+
background-color: #eeeeee;
|
3013
|
+
color: var(--secondary-color);
|
3014
|
+
text-align: center;
|
3015
|
+
border-radius: 50%;
|
3016
|
+
line-height: 36px;
|
3017
|
+
cursor: pointer;
|
3018
|
+
margin: 4px;
|
3019
|
+
font-size: 13px;
|
3020
|
+
}
|
3021
|
+
|
3022
|
+
._2M-ho > tbody > tr > td > span._2QVVt {
|
3023
|
+
color: white;
|
3024
|
+
background-color: var(--secondary-color);
|
3025
|
+
}
|
3026
|
+
|
3027
|
+
._2M-ho > tbody > tr > td > span._YWe6I {
|
3028
|
+
color: #eeeeee;
|
3029
|
+
background-color: transparent;
|
3030
|
+
cursor: not-allowed;
|
3031
|
+
}
|
3032
|
+
|
3033
|
+
._1HcxH:hover,
|
3034
|
+
._ooroJ:hover,
|
3035
|
+
._2M-ho > tbody > tr > td > span:not(._YWe6I):hover {
|
3036
|
+
opacity: 0.7;
|
3037
|
+
}
|
3038
|
+
._1HcxH:active,
|
3039
|
+
._ooroJ:active,
|
3040
|
+
._2M-ho > tbody > tr > td > span:not(._YWe6I):active {
|
3041
|
+
opacity: 0.5;
|
3042
|
+
}
|
3043
|
+
|
3044
|
+
._ZEmDD {
|
3045
|
+
display: flex;
|
3046
|
+
flex-direction: column;
|
3047
|
+
padding: 1rem;
|
3048
|
+
margin-left: 1rem;
|
3049
|
+
overflow-y: auto;
|
3050
|
+
max-height: 420px;
|
3051
|
+
}
|
3052
|
+
|
3053
|
+
._3uQg0 {
|
3054
|
+
width: 100%;
|
3055
|
+
border: solid 1px var(--secondary-color);
|
3056
|
+
color: var(--secondary-color);
|
3057
|
+
border-radius: 6px;
|
3058
|
+
padding: 0.7rem 1rem;
|
3059
|
+
font-weight: bold;
|
3060
|
+
margin-bottom: 0.4rem;
|
3061
|
+
text-align: center;
|
3062
|
+
cursor: pointer;
|
3063
|
+
transition: 0.3s;
|
3064
|
+
}
|
3065
|
+
._3uQg0._YWe6I {
|
3066
|
+
border: solid 1px #eeeeee;
|
3067
|
+
color: #eeeeee;
|
3068
|
+
cursor: not-allowed;
|
3069
|
+
}
|
3070
|
+
|
3071
|
+
._3uQg0:not(._YWe6I):hover {
|
3072
|
+
opacity: 0.7;
|
3073
|
+
background-color: var(--secondary-color);
|
3074
|
+
color: var(--white);
|
3075
|
+
}
|
3076
|
+
|
3077
|
+
._3uQg0:not(._YWe6I):active {
|
3078
|
+
opacity: 0.5;
|
3079
|
+
}
|
3080
|
+
|
3081
|
+
._3uQg0._2QVVt {
|
3082
|
+
background-color: var(--secondary-color);
|
3083
|
+
color: var(--white);
|
3084
|
+
}
|