ui-kit-ck-consultant 0.5.279 → 0.5.280
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 +53 -50
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -61,7 +61,7 @@
|
|
61
61
|
width: 600px;
|
62
62
|
max-height: 90%;
|
63
63
|
overflow-y: auto;
|
64
|
-
border-radius:
|
64
|
+
border-radius: 8px;
|
65
65
|
}
|
66
66
|
|
67
67
|
._2YluD._2vjgy {
|
@@ -224,7 +224,7 @@
|
|
224
224
|
display: flex;
|
225
225
|
width: 100%;
|
226
226
|
min-height: 50px;
|
227
|
-
border-radius:
|
227
|
+
border-radius: 8px;
|
228
228
|
cursor: pointer;
|
229
229
|
transition: 0.4s;
|
230
230
|
background-color: var(--primary-color);
|
@@ -338,7 +338,7 @@
|
|
338
338
|
}
|
339
339
|
._3YJZS {
|
340
340
|
background-color: var(--primary-color);
|
341
|
-
border-radius:
|
341
|
+
border-radius: 8px;
|
342
342
|
height: 50px;
|
343
343
|
width: 50px;
|
344
344
|
padding: 0;
|
@@ -382,7 +382,7 @@
|
|
382
382
|
cursor: pointer;
|
383
383
|
transition: 0.4s;
|
384
384
|
margin: 3px;
|
385
|
-
border-radius:
|
385
|
+
border-radius: 8px;
|
386
386
|
margin-left: auto;
|
387
387
|
}
|
388
388
|
|
@@ -453,7 +453,7 @@
|
|
453
453
|
top: 50%;
|
454
454
|
transform: translateY(-50%);
|
455
455
|
right: calc(100% + 20px);
|
456
|
-
border-radius:
|
456
|
+
border-radius: 8px;
|
457
457
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
458
458
|
font-size: 12px;
|
459
459
|
padding: 8px;
|
@@ -499,7 +499,7 @@
|
|
499
499
|
height: 50px;
|
500
500
|
width: 100%;
|
501
501
|
border: solid 2px var(--gray);
|
502
|
-
border-radius:
|
502
|
+
border-radius: 8px;
|
503
503
|
color: var(--black);
|
504
504
|
font-size: 14px;
|
505
505
|
padding: 0 20px;
|
@@ -529,7 +529,7 @@
|
|
529
529
|
width: 100%;
|
530
530
|
overflow: hidden;
|
531
531
|
border: solid 2px var(--gray);
|
532
|
-
border-radius:
|
532
|
+
border-radius: 8px;
|
533
533
|
color: #b3b3b3;
|
534
534
|
transition: 0.4s;
|
535
535
|
}
|
@@ -578,7 +578,7 @@
|
|
578
578
|
._3--n1 {
|
579
579
|
width: 100%;
|
580
580
|
border: solid 2px var(--gray);
|
581
|
-
border-radius:
|
581
|
+
border-radius: 8px;
|
582
582
|
color: var(--black);
|
583
583
|
font-size: 14px;
|
584
584
|
padding: 20px;
|
@@ -628,7 +628,7 @@
|
|
628
628
|
height: 50px;
|
629
629
|
width: 100%;
|
630
630
|
border: solid 2px var(--gray);
|
631
|
-
border-radius:
|
631
|
+
border-radius: 8px;
|
632
632
|
color: var(--black);
|
633
633
|
font-size: 14px;
|
634
634
|
padding: 0 20px;
|
@@ -674,7 +674,7 @@
|
|
674
674
|
background-color: var(--gray);
|
675
675
|
z-index: 50;
|
676
676
|
padding: 6px;
|
677
|
-
border-radius:
|
677
|
+
border-radius: 8px;
|
678
678
|
}
|
679
679
|
|
680
680
|
._1CaIX > span {
|
@@ -689,7 +689,7 @@
|
|
689
689
|
height: 50px;
|
690
690
|
width: 100%;
|
691
691
|
border: solid 2px var(--gray);
|
692
|
-
border-radius:
|
692
|
+
border-radius: 8px;
|
693
693
|
color: var(--black);
|
694
694
|
font-size: 14px;
|
695
695
|
padding: 0 20px;
|
@@ -737,7 +737,7 @@
|
|
737
737
|
height: 50px;
|
738
738
|
width: 100%;
|
739
739
|
border: solid 2px var(--gray);
|
740
|
-
border-radius:
|
740
|
+
border-radius: 8px;
|
741
741
|
color: var(--black);
|
742
742
|
font-size: 14px;
|
743
743
|
padding: 0 20px;
|
@@ -796,7 +796,7 @@
|
|
796
796
|
max-height: 450px;
|
797
797
|
background-color: var(--white);
|
798
798
|
border: solid 2px var(--gray);
|
799
|
-
border-radius:
|
799
|
+
border-radius: 8px;
|
800
800
|
z-index: 100;
|
801
801
|
top: 90px;
|
802
802
|
-webkit-touch-callout: none;
|
@@ -966,7 +966,7 @@
|
|
966
966
|
}
|
967
967
|
._3-lqN {
|
968
968
|
width: 100%;
|
969
|
-
border-radius:
|
969
|
+
border-radius: 8px;
|
970
970
|
border-spacing: 0;
|
971
971
|
border-collapse: unset;
|
972
972
|
overflow: hidden;
|
@@ -1168,7 +1168,7 @@
|
|
1168
1168
|
background-color: var(--white);
|
1169
1169
|
width: 50px;
|
1170
1170
|
height: 50px;
|
1171
|
-
border-radius:
|
1171
|
+
border-radius: 8px;
|
1172
1172
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
|
1173
1173
|
color: var(--primary-color);
|
1174
1174
|
font-size: 26px;
|
@@ -1266,7 +1266,7 @@
|
|
1266
1266
|
._4T5PO,
|
1267
1267
|
._3qz0v {
|
1268
1268
|
position: relative;
|
1269
|
-
border-radius:
|
1269
|
+
border-radius: 8px;
|
1270
1270
|
background-color: var(--white);
|
1271
1271
|
color: var(--black);
|
1272
1272
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
@@ -1283,7 +1283,7 @@
|
|
1283
1283
|
top: 0;
|
1284
1284
|
bottom: 0;
|
1285
1285
|
background-color: rgba(0, 0, 0, 0.2);
|
1286
|
-
border-radius:
|
1286
|
+
border-radius: 8px;
|
1287
1287
|
z-index: 10;
|
1288
1288
|
}
|
1289
1289
|
|
@@ -1452,7 +1452,7 @@
|
|
1452
1452
|
height: 80px;
|
1453
1453
|
padding: 10px 20px 10px 10px;
|
1454
1454
|
background-color: var(--primary-color);
|
1455
|
-
border-radius:
|
1455
|
+
border-radius: 8px;
|
1456
1456
|
color: var(--white);
|
1457
1457
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1458
1458
|
}
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
padding: 0 1rem;
|
1463
1463
|
height: 60px;
|
1464
1464
|
margin: auto 0;
|
1465
|
-
border-radius:
|
1465
|
+
border-radius: 8px;
|
1466
1466
|
background-color: rgba(255, 255, 255, 0.25);
|
1467
1467
|
}
|
1468
1468
|
|
@@ -1478,7 +1478,7 @@
|
|
1478
1478
|
padding: 0 1rem;
|
1479
1479
|
height: 60px;
|
1480
1480
|
margin: auto 0;
|
1481
|
-
border-radius:
|
1481
|
+
border-radius: 8px;
|
1482
1482
|
overflow: hidden;
|
1483
1483
|
}
|
1484
1484
|
|
@@ -1487,7 +1487,7 @@
|
|
1487
1487
|
padding: 0 1rem;
|
1488
1488
|
height: 60px;
|
1489
1489
|
margin: auto 0;
|
1490
|
-
border-radius:
|
1490
|
+
border-radius: 8px;
|
1491
1491
|
overflow: hidden;
|
1492
1492
|
}
|
1493
1493
|
|
@@ -1528,7 +1528,7 @@
|
|
1528
1528
|
height: 100px;
|
1529
1529
|
padding: 20px;
|
1530
1530
|
background-color: var(--white);
|
1531
|
-
border-radius:
|
1531
|
+
border-radius: 8px;
|
1532
1532
|
color: var(--black);
|
1533
1533
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1534
1534
|
}
|
@@ -1563,7 +1563,7 @@
|
|
1563
1563
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1564
1564
|
width: 60px;
|
1565
1565
|
height: 60px;
|
1566
|
-
border-radius:
|
1566
|
+
border-radius: 8px;
|
1567
1567
|
color: var(--white);
|
1568
1568
|
font-size: 24px;
|
1569
1569
|
}
|
@@ -1578,7 +1578,7 @@
|
|
1578
1578
|
height: 50px;
|
1579
1579
|
border: solid 2px var(--primary-color);
|
1580
1580
|
overflow: hidden;
|
1581
|
-
border-radius:
|
1581
|
+
border-radius: 8px;
|
1582
1582
|
}
|
1583
1583
|
|
1584
1584
|
._2hcr7{
|
@@ -1591,7 +1591,7 @@
|
|
1591
1591
|
cursor: pointer;
|
1592
1592
|
transition: 0.4s;
|
1593
1593
|
margin: 3px;
|
1594
|
-
border-radius:
|
1594
|
+
border-radius: 8px;
|
1595
1595
|
}
|
1596
1596
|
._2hcr7:hover{
|
1597
1597
|
opacity: 0.7;
|
@@ -1609,11 +1609,12 @@
|
|
1609
1609
|
color: var(--primary-color);
|
1610
1610
|
font-size: 16px;
|
1611
1611
|
}
|
1612
|
+
|
1612
1613
|
._2boVV {
|
1613
1614
|
display: flex;
|
1614
1615
|
position: relative;
|
1615
1616
|
border: var(--gray) dashed 2px;
|
1616
|
-
border-radius:
|
1617
|
+
border-radius: 8px;
|
1617
1618
|
}
|
1618
1619
|
|
1619
1620
|
._2boVV img{
|
@@ -1727,7 +1728,7 @@
|
|
1727
1728
|
justify-content: space-around;
|
1728
1729
|
padding-top: 5px;
|
1729
1730
|
padding-bottom: 5px;
|
1730
|
-
border-radius:
|
1731
|
+
border-radius: 8px;
|
1731
1732
|
padding-left: 5px;
|
1732
1733
|
padding-right: 5px;
|
1733
1734
|
margin-bottom: 20px;
|
@@ -1745,7 +1746,7 @@
|
|
1745
1746
|
}
|
1746
1747
|
|
1747
1748
|
._3SfUF:not(._2tReM) {
|
1748
|
-
border-radius:
|
1749
|
+
border-radius: 8px;
|
1749
1750
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1750
1751
|
background-color: var(--white);
|
1751
1752
|
}
|
@@ -1758,7 +1759,7 @@
|
|
1758
1759
|
color: var(--black);
|
1759
1760
|
transition: 0.4s;
|
1760
1761
|
cursor: pointer;
|
1761
|
-
border-radius:
|
1762
|
+
border-radius: 8px;
|
1762
1763
|
white-space: nowrap;
|
1763
1764
|
flex-grow: 1;
|
1764
1765
|
flex-shrink: 1;
|
@@ -1823,7 +1824,7 @@
|
|
1823
1824
|
padding-right: 5px;
|
1824
1825
|
padding-top: 5px;
|
1825
1826
|
padding-bottom: 5px;
|
1826
|
-
border-radius:
|
1827
|
+
border-radius: 8px;
|
1827
1828
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1828
1829
|
background-color: var(--white);
|
1829
1830
|
margin-bottom: 20px;
|
@@ -1836,7 +1837,7 @@
|
|
1836
1837
|
}
|
1837
1838
|
|
1838
1839
|
._38nW8:not(._3ERlR) {
|
1839
|
-
border-radius:
|
1840
|
+
border-radius: 8px;
|
1840
1841
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
1841
1842
|
background-color: var(--white);
|
1842
1843
|
}
|
@@ -1868,7 +1869,7 @@
|
|
1868
1869
|
@media screen and (max-width: 640px) {
|
1869
1870
|
._2JnR3,
|
1870
1871
|
._2JnR3 {
|
1871
|
-
border-radius:
|
1872
|
+
border-radius: 8px;
|
1872
1873
|
}
|
1873
1874
|
}
|
1874
1875
|
|
@@ -1999,7 +2000,7 @@
|
|
1999
2000
|
width: 100%;
|
2000
2001
|
padding-top: 5px;
|
2001
2002
|
padding-bottom: 5px;
|
2002
|
-
border-radius:
|
2003
|
+
border-radius: 8px;
|
2003
2004
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
2004
2005
|
background-color: var(--white);
|
2005
2006
|
margin-bottom: 20px;
|
@@ -2025,7 +2026,7 @@
|
|
2025
2026
|
}
|
2026
2027
|
|
2027
2028
|
._2cxzo:not(._2WKxa) {
|
2028
|
-
border-radius:
|
2029
|
+
border-radius: 8px;
|
2029
2030
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
2030
2031
|
background-color: var(--white);
|
2031
2032
|
}
|
@@ -2038,7 +2039,7 @@
|
|
2038
2039
|
color: var(--black);
|
2039
2040
|
transition: 0.4s;
|
2040
2041
|
cursor: pointer;
|
2041
|
-
border-radius:
|
2042
|
+
border-radius: 8px;
|
2042
2043
|
white-space: nowrap;
|
2043
2044
|
flex-grow: 1;
|
2044
2045
|
flex-shrink: 1;
|
@@ -2200,12 +2201,12 @@
|
|
2200
2201
|
}
|
2201
2202
|
._1hv_V::-webkit-scrollbar-track {
|
2202
2203
|
background: rgba(0, 0, 0, 0.1);
|
2203
|
-
border-radius:
|
2204
|
+
border-radius: 8px;
|
2204
2205
|
}
|
2205
2206
|
._1hv_V::-webkit-scrollbar-thumb {
|
2206
2207
|
background: rgba(0, 0, 0, 0.25);
|
2207
2208
|
opacity: 0.7;
|
2208
|
-
border-radius:
|
2209
|
+
border-radius: 8px;
|
2209
2210
|
}
|
2210
2211
|
._1hv_V::-webkit-scrollbar-thumb:hover {
|
2211
2212
|
background: rgba(0, 0, 0, 0.45);
|
@@ -2222,7 +2223,7 @@
|
|
2222
2223
|
height: 40px;
|
2223
2224
|
cursor: pointer;
|
2224
2225
|
transition: 0.6s;
|
2225
|
-
border-radius:
|
2226
|
+
border-radius: 8px;
|
2226
2227
|
white-space: nowrap;
|
2227
2228
|
}
|
2228
2229
|
._1iy27:hover,
|
@@ -2368,7 +2369,7 @@
|
|
2368
2369
|
._bHyVu ._XOUj6 {
|
2369
2370
|
position: relative;
|
2370
2371
|
height: 30px;
|
2371
|
-
border-radius:
|
2372
|
+
border-radius: 8px;
|
2372
2373
|
background-color: var(--thirty-color);
|
2373
2374
|
transition: 0.7s;
|
2374
2375
|
}
|
@@ -2382,7 +2383,7 @@
|
|
2382
2383
|
display: block;
|
2383
2384
|
width: 100%;
|
2384
2385
|
height: 30px;
|
2385
|
-
border-radius:
|
2386
|
+
border-radius: 8px;
|
2386
2387
|
margin: 0;
|
2387
2388
|
}
|
2388
2389
|
|
@@ -2397,6 +2398,7 @@
|
|
2397
2398
|
color: var(--black);
|
2398
2399
|
opacity: 0.7;
|
2399
2400
|
}
|
2401
|
+
|
2400
2402
|
._3me5z {
|
2401
2403
|
display: flex;
|
2402
2404
|
position: fixed;
|
@@ -2428,7 +2430,7 @@
|
|
2428
2430
|
margin-top: 1rem;
|
2429
2431
|
color: #ffffff;
|
2430
2432
|
background-color: var(--primary-color);
|
2431
|
-
border-radius:
|
2433
|
+
border-radius: 8px;
|
2432
2434
|
padding: 0.8rem;
|
2433
2435
|
font-size: 16px;
|
2434
2436
|
}
|
@@ -2502,7 +2504,7 @@
|
|
2502
2504
|
._2mqrQ > li {
|
2503
2505
|
cursor: pointer;
|
2504
2506
|
display: flex;
|
2505
|
-
border-radius:
|
2507
|
+
border-radius: 8px;
|
2506
2508
|
margin-left: 5px;
|
2507
2509
|
margin-right: 5px;
|
2508
2510
|
width: 40px;
|
@@ -2566,12 +2568,13 @@
|
|
2566
2568
|
width: 18px;
|
2567
2569
|
height: 18px;
|
2568
2570
|
}
|
2571
|
+
|
2569
2572
|
._2tyK_ section {
|
2570
2573
|
display: flex;
|
2571
2574
|
width: 150px;
|
2572
2575
|
height: 200px;
|
2573
2576
|
border: dashed 2px var(--gray);
|
2574
|
-
border-radius:
|
2577
|
+
border-radius: 8px;
|
2575
2578
|
cursor: pointer;
|
2576
2579
|
transition: 0.3s;
|
2577
2580
|
overflow: hidden;
|
@@ -2621,7 +2624,7 @@
|
|
2621
2624
|
width: 100%;
|
2622
2625
|
min-height: 200px;
|
2623
2626
|
border: dashed 2px var(--primary-color);
|
2624
|
-
border-radius:
|
2627
|
+
border-radius: 8px;
|
2625
2628
|
cursor: pointer;
|
2626
2629
|
transition: 0.3s;
|
2627
2630
|
overflow: hidden;
|
@@ -2660,7 +2663,7 @@
|
|
2660
2663
|
padding: 1rem;
|
2661
2664
|
background-color: var(--gray);
|
2662
2665
|
margin: 0.5rem;
|
2663
|
-
border-radius:
|
2666
|
+
border-radius: 8px;
|
2664
2667
|
}
|
2665
2668
|
|
2666
2669
|
._34DnJ {
|
@@ -2684,7 +2687,7 @@
|
|
2684
2687
|
|
2685
2688
|
._2qV1W {
|
2686
2689
|
display: inline-block;
|
2687
|
-
border-radius:
|
2690
|
+
border-radius: 8px;
|
2688
2691
|
background-color: var(--primary-color);
|
2689
2692
|
font-size: 12px;
|
2690
2693
|
font-weight: normal;
|
@@ -2705,7 +2708,7 @@
|
|
2705
2708
|
display: flex;
|
2706
2709
|
padding: 1rem;
|
2707
2710
|
background-color: #ffffff;
|
2708
|
-
border-radius:
|
2711
|
+
border-radius: 8px;
|
2709
2712
|
margin-top: 1rem;
|
2710
2713
|
z-index: 120;
|
2711
2714
|
}
|
@@ -2720,7 +2723,7 @@
|
|
2720
2723
|
width: 100%;
|
2721
2724
|
min-height: 60px;
|
2722
2725
|
padding: 0 1rem;
|
2723
|
-
border-radius:
|
2726
|
+
border-radius: 8px;
|
2724
2727
|
}
|
2725
2728
|
|
2726
2729
|
._2fV2F > span {
|
@@ -2940,7 +2943,7 @@
|
|
2940
2943
|
background-color: red;
|
2941
2944
|
z-index: 100;
|
2942
2945
|
padding: 1rem;
|
2943
|
-
border-radius:
|
2946
|
+
border-radius: 8px;
|
2944
2947
|
background-color: var(--gray);
|
2945
2948
|
color: var(--black);
|
2946
2949
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
|
@@ -3238,7 +3241,7 @@
|
|
3238
3241
|
width: 100%;
|
3239
3242
|
border: solid 1px var(--secondary-color);
|
3240
3243
|
color: var(--secondary-color);
|
3241
|
-
border-radius:
|
3244
|
+
border-radius: 8px;
|
3242
3245
|
padding: 0.7rem 1rem;
|
3243
3246
|
font-weight: bold;
|
3244
3247
|
margin-bottom: 0.4rem;
|
package/dist/index.js
CHANGED
@@ -1764,7 +1764,7 @@ var TabsEditHeader = /*#__PURE__*/function (_React$Component) {
|
|
1764
1764
|
width: '40px',
|
1765
1765
|
height: '40px',
|
1766
1766
|
margin: 'auto',
|
1767
|
-
borderRadius: '
|
1767
|
+
borderRadius: '8px'
|
1768
1768
|
},
|
1769
1769
|
onClick: function onClick() {
|
1770
1770
|
return _this.props.onClickAdd ? _this.props.onClickAdd() : null;
|