ui-kit-ck-consultant 0.5.173 → 0.5.176
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 +27 -24
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;700&display=swap');
|
2
|
+
|
1
3
|
* {
|
2
4
|
--primary-color: #6067ae;
|
3
5
|
--secondary-color: #4a4c65;
|
@@ -2591,14 +2593,14 @@
|
|
2591
2593
|
}
|
2592
2594
|
/* start ListingHorizontal */
|
2593
2595
|
|
2594
|
-
._64Nqe{
|
2596
|
+
._64Nqe {
|
2595
2597
|
display: flex;
|
2596
2598
|
flex-direction: row;
|
2597
2599
|
position: relative;
|
2598
|
-
overflow-x:
|
2600
|
+
overflow-x: auto;
|
2599
2601
|
}
|
2600
2602
|
|
2601
|
-
._2RiQY{
|
2603
|
+
._2RiQY {
|
2602
2604
|
display: flex;
|
2603
2605
|
flex-direction: column;
|
2604
2606
|
margin: 5px 0;
|
@@ -2607,7 +2609,7 @@
|
|
2607
2609
|
text-align: center;
|
2608
2610
|
}
|
2609
2611
|
|
2610
|
-
._3CtDc{
|
2612
|
+
._3CtDc {
|
2611
2613
|
margin: 0 auto 5px;
|
2612
2614
|
display: flex;
|
2613
2615
|
width: 30px;
|
@@ -2617,35 +2619,35 @@
|
|
2617
2619
|
border-radius: 15px;
|
2618
2620
|
}
|
2619
2621
|
|
2620
|
-
._2R0Mr
|
2622
|
+
._2R0Mr > ._3CtDc {
|
2621
2623
|
background-color: var(--green);
|
2622
2624
|
}
|
2623
2625
|
|
2624
|
-
._3V863 > ._3CtDc{
|
2625
|
-
background-color: var(--orange
|
2626
|
+
._3V863 > ._3CtDc {
|
2627
|
+
background-color: var(--orange);
|
2626
2628
|
}
|
2627
2629
|
|
2628
|
-
._3CtDc > svg{
|
2630
|
+
._3CtDc > svg {
|
2629
2631
|
margin: auto;
|
2630
2632
|
}
|
2631
2633
|
|
2632
|
-
._3cuTE{
|
2634
|
+
._3cuTE {
|
2633
2635
|
margin: auto 0;
|
2634
2636
|
display: block;
|
2635
2637
|
width: 120px;
|
2636
2638
|
}
|
2637
2639
|
|
2638
|
-
._3cuTE > span{
|
2640
|
+
._3cuTE > span {
|
2639
2641
|
display: block;
|
2640
2642
|
font-size: 14px;
|
2641
2643
|
}
|
2642
2644
|
|
2643
|
-
._3cuTE > span:nth-child(2){
|
2645
|
+
._3cuTE > span:nth-child(2) {
|
2644
2646
|
font-weight: bold;
|
2645
2647
|
font-size: 16px;
|
2646
2648
|
}
|
2647
2649
|
|
2648
|
-
._1RaCo{
|
2650
|
+
._1RaCo {
|
2649
2651
|
position: absolute;
|
2650
2652
|
top: 20px;
|
2651
2653
|
left: 70px;
|
@@ -2658,16 +2660,16 @@
|
|
2658
2660
|
|
2659
2661
|
/* start ListingVertical */
|
2660
2662
|
|
2661
|
-
._3dZW8{
|
2663
|
+
._3dZW8 {
|
2662
2664
|
flex-direction: column;
|
2663
2665
|
display: flex;
|
2664
2666
|
}
|
2665
2667
|
|
2666
|
-
._wYzrK{
|
2668
|
+
._wYzrK {
|
2667
2669
|
display: flex;
|
2668
2670
|
}
|
2669
2671
|
|
2670
|
-
._uTVeE{
|
2672
|
+
._uTVeE {
|
2671
2673
|
margin: auto 0;
|
2672
2674
|
display: flex;
|
2673
2675
|
width: 30px;
|
@@ -2677,44 +2679,45 @@
|
|
2677
2679
|
border-radius: 15px;
|
2678
2680
|
}
|
2679
2681
|
|
2680
|
-
._2R0Mr
|
2682
|
+
._2R0Mr > ._uTVeE {
|
2681
2683
|
background-color: var(--green);
|
2682
2684
|
}
|
2683
2685
|
|
2684
|
-
._3V863 > ._uTVeE{
|
2685
|
-
background-color: var(--orange
|
2686
|
+
._3V863 > ._uTVeE {
|
2687
|
+
background-color: var(--orange);
|
2686
2688
|
}
|
2687
2689
|
|
2688
|
-
._uTVeE > svg{
|
2690
|
+
._uTVeE > svg {
|
2689
2691
|
margin: auto;
|
2690
2692
|
}
|
2691
2693
|
|
2692
|
-
._3v-1E{
|
2694
|
+
._3v-1E {
|
2693
2695
|
margin: auto 0;
|
2694
2696
|
margin-left: 15px;
|
2695
2697
|
display: block;
|
2696
2698
|
}
|
2697
2699
|
|
2698
|
-
._3v-1E > span{
|
2700
|
+
._3v-1E > span {
|
2699
2701
|
display: block;
|
2700
2702
|
font-size: 16px;
|
2701
2703
|
}
|
2702
2704
|
|
2703
|
-
._3v-1E > span:last-child{
|
2705
|
+
._3v-1E > span:last-child {
|
2704
2706
|
font-size: 14px;
|
2705
2707
|
}
|
2706
2708
|
|
2707
|
-
._1VFRz{
|
2709
|
+
._1VFRz {
|
2708
2710
|
display: flex;
|
2709
2711
|
flex-direction: column;
|
2710
2712
|
width: 30px;
|
2711
2713
|
}
|
2712
2714
|
|
2713
|
-
._1VFRz > span{
|
2715
|
+
._1VFRz > span {
|
2714
2716
|
margin: 0 auto;
|
2715
2717
|
}
|
2716
2718
|
|
2717
2719
|
/* end ListingVertical */
|
2720
|
+
|
2718
2721
|
._1ofQJ {
|
2719
2722
|
position: relative;
|
2720
2723
|
}
|
package/dist/index.js
CHANGED
@@ -1293,6 +1293,11 @@ var TabsCustomItem = /*#__PURE__*/function (_React$Component) {
|
|
1293
1293
|
var _classNames;
|
1294
1294
|
|
1295
1295
|
var tabsItemClass = classNames$1((_classNames = {}, _classNames[style$f.tabs_custom_item] = true, _classNames[style$f.active] = !!this.props.active, _classNames[this.props.className] = !!this.props.className, _classNames));
|
1296
|
+
|
1297
|
+
if (!this.props.active) {
|
1298
|
+
return null;
|
1299
|
+
}
|
1300
|
+
|
1296
1301
|
return /*#__PURE__*/React__default.createElement("div", {
|
1297
1302
|
className: tabsItemClass
|
1298
1303
|
}, this.props.children);
|