@progress/kendo-theme-utils 5.6.1-dev.0 → 5.6.1-dev.3
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/all.css +108 -220
- package/dist/all.scss +26 -32
- package/package.json +2 -2
- package/scss/_mixins.scss +1 -1
- package/scss/_variables.scss +22 -28
- package/scss/transform/_scale.scss +3 -3
package/dist/all.css
CHANGED
|
@@ -1925,11 +1925,11 @@
|
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
1927
|
.k-col-span-full {
|
|
1928
|
-
grid-column: -1;
|
|
1928
|
+
grid-column: 1 / -1;
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
1931
|
.\!k-col-span-full {
|
|
1932
|
-
grid-column: -1 !important;
|
|
1932
|
+
grid-column: 1 / -1 !important;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
1935
|
.k-col-span-auto {
|
|
@@ -2605,27 +2605,27 @@
|
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
2607
|
.k-align-content-between {
|
|
2608
|
-
align-content: between;
|
|
2608
|
+
align-content: space-between;
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
2611
2611
|
.\!k-align-content-between {
|
|
2612
|
-
align-content: between !important;
|
|
2612
|
+
align-content: space-between !important;
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
2615
|
.k-align-content-around {
|
|
2616
|
-
align-content: around;
|
|
2616
|
+
align-content: space-around;
|
|
2617
2617
|
}
|
|
2618
2618
|
|
|
2619
2619
|
.\!k-align-content-around {
|
|
2620
|
-
align-content: around !important;
|
|
2620
|
+
align-content: space-around !important;
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
2623
2623
|
.k-align-content-evenly {
|
|
2624
|
-
align-content: evenly;
|
|
2624
|
+
align-content: space-evenly;
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
2627
2627
|
.\!k-align-content-evenly {
|
|
2628
|
-
align-content: evenly !important;
|
|
2628
|
+
align-content: space-evenly !important;
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
2631
2631
|
.k-align-items-normal {
|
|
@@ -2660,30 +2660,6 @@
|
|
|
2660
2660
|
align-items: center !important;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
|
2663
|
-
.k-align-items-between {
|
|
2664
|
-
align-items: between;
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
.\!k-align-items-between {
|
|
2668
|
-
align-items: between !important;
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
.k-align-items-around {
|
|
2672
|
-
align-items: around;
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
.\!k-align-items-around {
|
|
2676
|
-
align-items: around !important;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
.k-align-items-evenly {
|
|
2680
|
-
align-items: evenly;
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
.\!k-align-items-evenly {
|
|
2684
|
-
align-items: evenly !important;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
2663
|
.k-align-items-stretch {
|
|
2688
2664
|
align-items: stretch;
|
|
2689
2665
|
}
|
|
@@ -2773,27 +2749,27 @@
|
|
|
2773
2749
|
}
|
|
2774
2750
|
|
|
2775
2751
|
.k-justify-content-between {
|
|
2776
|
-
justify-content: between;
|
|
2752
|
+
justify-content: space-between;
|
|
2777
2753
|
}
|
|
2778
2754
|
|
|
2779
2755
|
.\!k-justify-content-between {
|
|
2780
|
-
justify-content: between !important;
|
|
2756
|
+
justify-content: space-between !important;
|
|
2781
2757
|
}
|
|
2782
2758
|
|
|
2783
2759
|
.k-justify-content-around {
|
|
2784
|
-
justify-content: around;
|
|
2760
|
+
justify-content: space-around;
|
|
2785
2761
|
}
|
|
2786
2762
|
|
|
2787
2763
|
.\!k-justify-content-around {
|
|
2788
|
-
justify-content: around !important;
|
|
2764
|
+
justify-content: space-around !important;
|
|
2789
2765
|
}
|
|
2790
2766
|
|
|
2791
2767
|
.k-justify-content-evenly {
|
|
2792
|
-
justify-content: evenly;
|
|
2768
|
+
justify-content: space-evenly;
|
|
2793
2769
|
}
|
|
2794
2770
|
|
|
2795
2771
|
.\!k-justify-content-evenly {
|
|
2796
|
-
justify-content: evenly !important;
|
|
2772
|
+
justify-content: space-evenly !important;
|
|
2797
2773
|
}
|
|
2798
2774
|
|
|
2799
2775
|
.k-justify-content-stretch {
|
|
@@ -2844,30 +2820,6 @@
|
|
|
2844
2820
|
justify-items: center !important;
|
|
2845
2821
|
}
|
|
2846
2822
|
|
|
2847
|
-
.k-justify-items-between {
|
|
2848
|
-
justify-items: between;
|
|
2849
|
-
}
|
|
2850
|
-
|
|
2851
|
-
.\!k-justify-items-between {
|
|
2852
|
-
justify-items: between !important;
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
.k-justify-items-around {
|
|
2856
|
-
justify-items: around;
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
.\!k-justify-items-around {
|
|
2860
|
-
justify-items: around !important;
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
.k-justify-items-evenly {
|
|
2864
|
-
justify-items: evenly;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
.\!k-justify-items-evenly {
|
|
2868
|
-
justify-items: evenly !important;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
2823
|
.k-justify-items-stretch {
|
|
2872
2824
|
justify-items: stretch;
|
|
2873
2825
|
}
|
|
@@ -2957,27 +2909,27 @@
|
|
|
2957
2909
|
}
|
|
2958
2910
|
|
|
2959
2911
|
.k-place-content-between {
|
|
2960
|
-
place-content: between;
|
|
2912
|
+
place-content: space-between;
|
|
2961
2913
|
}
|
|
2962
2914
|
|
|
2963
2915
|
.\!k-place-content-between {
|
|
2964
|
-
place-content: between !important;
|
|
2916
|
+
place-content: space-between !important;
|
|
2965
2917
|
}
|
|
2966
2918
|
|
|
2967
2919
|
.k-place-content-around {
|
|
2968
|
-
place-content: around;
|
|
2920
|
+
place-content: space-around;
|
|
2969
2921
|
}
|
|
2970
2922
|
|
|
2971
2923
|
.\!k-place-content-around {
|
|
2972
|
-
place-content: around !important;
|
|
2924
|
+
place-content: space-around !important;
|
|
2973
2925
|
}
|
|
2974
2926
|
|
|
2975
2927
|
.k-place-content-evenly {
|
|
2976
|
-
place-content: evenly;
|
|
2928
|
+
place-content: space-evenly;
|
|
2977
2929
|
}
|
|
2978
2930
|
|
|
2979
2931
|
.\!k-place-content-evenly {
|
|
2980
|
-
place-content: evenly !important;
|
|
2932
|
+
place-content: space-evenly !important;
|
|
2981
2933
|
}
|
|
2982
2934
|
|
|
2983
2935
|
.k-place-content-stretch {
|
|
@@ -3020,30 +2972,6 @@
|
|
|
3020
2972
|
place-items: center !important;
|
|
3021
2973
|
}
|
|
3022
2974
|
|
|
3023
|
-
.k-place-items-between {
|
|
3024
|
-
place-items: between;
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
.\!k-place-items-between {
|
|
3028
|
-
place-items: between !important;
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
.k-place-items-around {
|
|
3032
|
-
place-items: around;
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
.\!k-place-items-around {
|
|
3036
|
-
place-items: around !important;
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
.k-place-items-evenly {
|
|
3040
|
-
place-items: evenly;
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
.\!k-place-items-evenly {
|
|
3044
|
-
place-items: evenly !important;
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3047
2975
|
.k-place-items-stretch {
|
|
3048
2976
|
place-items: stretch;
|
|
3049
2977
|
}
|
|
@@ -8340,12 +8268,36 @@
|
|
|
8340
8268
|
outline-style: double !important;
|
|
8341
8269
|
}
|
|
8342
8270
|
|
|
8343
|
-
.k-outline-
|
|
8344
|
-
outline-style:
|
|
8271
|
+
.k-outline-groove {
|
|
8272
|
+
outline-style: groove;
|
|
8273
|
+
}
|
|
8274
|
+
|
|
8275
|
+
.\!k-outline-groove {
|
|
8276
|
+
outline-style: groove !important;
|
|
8277
|
+
}
|
|
8278
|
+
|
|
8279
|
+
.k-outline-ridge {
|
|
8280
|
+
outline-style: ridge;
|
|
8345
8281
|
}
|
|
8346
8282
|
|
|
8347
|
-
.\!k-outline-
|
|
8348
|
-
outline-style:
|
|
8283
|
+
.\!k-outline-ridge {
|
|
8284
|
+
outline-style: ridge !important;
|
|
8285
|
+
}
|
|
8286
|
+
|
|
8287
|
+
.k-outline-inset {
|
|
8288
|
+
outline-style: inset;
|
|
8289
|
+
}
|
|
8290
|
+
|
|
8291
|
+
.\!k-outline-inset {
|
|
8292
|
+
outline-style: inset !important;
|
|
8293
|
+
}
|
|
8294
|
+
|
|
8295
|
+
.k-outline-outset {
|
|
8296
|
+
outline-style: outset;
|
|
8297
|
+
}
|
|
8298
|
+
|
|
8299
|
+
.\!k-outline-outset {
|
|
8300
|
+
outline-style: outset !important;
|
|
8349
8301
|
}
|
|
8350
8302
|
|
|
8351
8303
|
.k-outline-none {
|
|
@@ -8453,171 +8405,171 @@
|
|
|
8453
8405
|
}
|
|
8454
8406
|
|
|
8455
8407
|
.k-scale-0 {
|
|
8456
|
-
transform: scale(
|
|
8408
|
+
transform: scale(0);
|
|
8457
8409
|
}
|
|
8458
8410
|
|
|
8459
8411
|
.\!k-scale-0 {
|
|
8460
|
-
transform: scale(
|
|
8412
|
+
transform: scale(0) !important;
|
|
8461
8413
|
}
|
|
8462
8414
|
|
|
8463
|
-
.k-scale
|
|
8464
|
-
transform: scale(
|
|
8415
|
+
.k-scale-\.25 {
|
|
8416
|
+
transform: scale(.25);
|
|
8465
8417
|
}
|
|
8466
8418
|
|
|
8467
|
-
.\!k-scale
|
|
8468
|
-
transform: scale(
|
|
8419
|
+
.\!k-scale-\.25 {
|
|
8420
|
+
transform: scale(.25) !important;
|
|
8469
8421
|
}
|
|
8470
8422
|
|
|
8471
|
-
.k-scale
|
|
8472
|
-
transform: scale(
|
|
8423
|
+
.k-scale-\.5 {
|
|
8424
|
+
transform: scale(.5);
|
|
8473
8425
|
}
|
|
8474
8426
|
|
|
8475
|
-
.\!k-scale
|
|
8476
|
-
transform: scale(
|
|
8427
|
+
.\!k-scale-\.5 {
|
|
8428
|
+
transform: scale(.5) !important;
|
|
8477
8429
|
}
|
|
8478
8430
|
|
|
8479
|
-
.k-scale
|
|
8480
|
-
transform: scale(
|
|
8431
|
+
.k-scale-\.75 {
|
|
8432
|
+
transform: scale(.75);
|
|
8481
8433
|
}
|
|
8482
8434
|
|
|
8483
|
-
.\!k-scale
|
|
8484
|
-
transform: scale(
|
|
8435
|
+
.\!k-scale-\.75 {
|
|
8436
|
+
transform: scale(.75) !important;
|
|
8485
8437
|
}
|
|
8486
8438
|
|
|
8487
8439
|
.k-scale-1 {
|
|
8488
|
-
transform: scale(
|
|
8440
|
+
transform: scale(1);
|
|
8489
8441
|
}
|
|
8490
8442
|
|
|
8491
8443
|
.\!k-scale-1 {
|
|
8492
|
-
transform: scale(
|
|
8444
|
+
transform: scale(1) !important;
|
|
8493
8445
|
}
|
|
8494
8446
|
|
|
8495
8447
|
.k-scale-1\.25 {
|
|
8496
|
-
transform: scale(
|
|
8448
|
+
transform: scale(1.25);
|
|
8497
8449
|
}
|
|
8498
8450
|
|
|
8499
8451
|
.\!k-scale-1\.25 {
|
|
8500
|
-
transform: scale(
|
|
8452
|
+
transform: scale(1.25) !important;
|
|
8501
8453
|
}
|
|
8502
8454
|
|
|
8503
8455
|
.k-scale-1\.5 {
|
|
8504
|
-
transform: scale(
|
|
8456
|
+
transform: scale(1.5);
|
|
8505
8457
|
}
|
|
8506
8458
|
|
|
8507
8459
|
.\!k-scale-1\.5 {
|
|
8508
|
-
transform: scale(
|
|
8460
|
+
transform: scale(1.5) !important;
|
|
8509
8461
|
}
|
|
8510
8462
|
|
|
8511
8463
|
.k-scale-x-0 {
|
|
8512
|
-
transform: scaleX(
|
|
8464
|
+
transform: scaleX(0);
|
|
8513
8465
|
}
|
|
8514
8466
|
|
|
8515
8467
|
.\!k-scale-x-0 {
|
|
8516
|
-
transform: scaleX(
|
|
8468
|
+
transform: scaleX(0) !important;
|
|
8517
8469
|
}
|
|
8518
8470
|
|
|
8519
|
-
.k-scale-x
|
|
8520
|
-
transform: scaleX(
|
|
8471
|
+
.k-scale-x-\.25 {
|
|
8472
|
+
transform: scaleX(.25);
|
|
8521
8473
|
}
|
|
8522
8474
|
|
|
8523
|
-
.\!k-scale-x
|
|
8524
|
-
transform: scaleX(
|
|
8475
|
+
.\!k-scale-x-\.25 {
|
|
8476
|
+
transform: scaleX(.25) !important;
|
|
8525
8477
|
}
|
|
8526
8478
|
|
|
8527
|
-
.k-scale-x
|
|
8528
|
-
transform: scaleX(
|
|
8479
|
+
.k-scale-x-\.5 {
|
|
8480
|
+
transform: scaleX(.5);
|
|
8529
8481
|
}
|
|
8530
8482
|
|
|
8531
|
-
.\!k-scale-x
|
|
8532
|
-
transform: scaleX(
|
|
8483
|
+
.\!k-scale-x-\.5 {
|
|
8484
|
+
transform: scaleX(.5) !important;
|
|
8533
8485
|
}
|
|
8534
8486
|
|
|
8535
|
-
.k-scale-x
|
|
8536
|
-
transform: scaleX(
|
|
8487
|
+
.k-scale-x-\.75 {
|
|
8488
|
+
transform: scaleX(.75);
|
|
8537
8489
|
}
|
|
8538
8490
|
|
|
8539
|
-
.\!k-scale-x
|
|
8540
|
-
transform: scaleX(
|
|
8491
|
+
.\!k-scale-x-\.75 {
|
|
8492
|
+
transform: scaleX(.75) !important;
|
|
8541
8493
|
}
|
|
8542
8494
|
|
|
8543
8495
|
.k-scale-x-1 {
|
|
8544
|
-
transform: scaleX(
|
|
8496
|
+
transform: scaleX(1);
|
|
8545
8497
|
}
|
|
8546
8498
|
|
|
8547
8499
|
.\!k-scale-x-1 {
|
|
8548
|
-
transform: scaleX(
|
|
8500
|
+
transform: scaleX(1) !important;
|
|
8549
8501
|
}
|
|
8550
8502
|
|
|
8551
8503
|
.k-scale-x-1\.25 {
|
|
8552
|
-
transform: scaleX(
|
|
8504
|
+
transform: scaleX(1.25);
|
|
8553
8505
|
}
|
|
8554
8506
|
|
|
8555
8507
|
.\!k-scale-x-1\.25 {
|
|
8556
|
-
transform: scaleX(
|
|
8508
|
+
transform: scaleX(1.25) !important;
|
|
8557
8509
|
}
|
|
8558
8510
|
|
|
8559
8511
|
.k-scale-x-1\.5 {
|
|
8560
|
-
transform: scaleX(
|
|
8512
|
+
transform: scaleX(1.5);
|
|
8561
8513
|
}
|
|
8562
8514
|
|
|
8563
8515
|
.\!k-scale-x-1\.5 {
|
|
8564
|
-
transform: scaleX(
|
|
8516
|
+
transform: scaleX(1.5) !important;
|
|
8565
8517
|
}
|
|
8566
8518
|
|
|
8567
8519
|
.k-scale-y-0 {
|
|
8568
|
-
transform: scaleY(
|
|
8520
|
+
transform: scaleY(0);
|
|
8569
8521
|
}
|
|
8570
8522
|
|
|
8571
8523
|
.\!k-scale-y-0 {
|
|
8572
|
-
transform: scaleY(
|
|
8524
|
+
transform: scaleY(0) !important;
|
|
8573
8525
|
}
|
|
8574
8526
|
|
|
8575
|
-
.k-scale-y
|
|
8576
|
-
transform: scaleY(
|
|
8527
|
+
.k-scale-y-\.25 {
|
|
8528
|
+
transform: scaleY(.25);
|
|
8577
8529
|
}
|
|
8578
8530
|
|
|
8579
|
-
.\!k-scale-y
|
|
8580
|
-
transform: scaleY(
|
|
8531
|
+
.\!k-scale-y-\.25 {
|
|
8532
|
+
transform: scaleY(.25) !important;
|
|
8581
8533
|
}
|
|
8582
8534
|
|
|
8583
|
-
.k-scale-y
|
|
8584
|
-
transform: scaleY(
|
|
8535
|
+
.k-scale-y-\.5 {
|
|
8536
|
+
transform: scaleY(.5);
|
|
8585
8537
|
}
|
|
8586
8538
|
|
|
8587
|
-
.\!k-scale-y
|
|
8588
|
-
transform: scaleY(
|
|
8539
|
+
.\!k-scale-y-\.5 {
|
|
8540
|
+
transform: scaleY(.5) !important;
|
|
8589
8541
|
}
|
|
8590
8542
|
|
|
8591
|
-
.k-scale-y
|
|
8592
|
-
transform: scaleY(
|
|
8543
|
+
.k-scale-y-\.75 {
|
|
8544
|
+
transform: scaleY(.75);
|
|
8593
8545
|
}
|
|
8594
8546
|
|
|
8595
|
-
.\!k-scale-y
|
|
8596
|
-
transform: scaleY(
|
|
8547
|
+
.\!k-scale-y-\.75 {
|
|
8548
|
+
transform: scaleY(.75) !important;
|
|
8597
8549
|
}
|
|
8598
8550
|
|
|
8599
8551
|
.k-scale-y-1 {
|
|
8600
|
-
transform: scaleY(
|
|
8552
|
+
transform: scaleY(1);
|
|
8601
8553
|
}
|
|
8602
8554
|
|
|
8603
8555
|
.\!k-scale-y-1 {
|
|
8604
|
-
transform: scaleY(
|
|
8556
|
+
transform: scaleY(1) !important;
|
|
8605
8557
|
}
|
|
8606
8558
|
|
|
8607
8559
|
.k-scale-y-1\.25 {
|
|
8608
|
-
transform: scaleY(
|
|
8560
|
+
transform: scaleY(1.25);
|
|
8609
8561
|
}
|
|
8610
8562
|
|
|
8611
8563
|
.\!k-scale-y-1\.25 {
|
|
8612
|
-
transform: scaleY(
|
|
8564
|
+
transform: scaleY(1.25) !important;
|
|
8613
8565
|
}
|
|
8614
8566
|
|
|
8615
8567
|
.k-scale-y-1\.5 {
|
|
8616
|
-
transform: scaleY(
|
|
8568
|
+
transform: scaleY(1.5);
|
|
8617
8569
|
}
|
|
8618
8570
|
|
|
8619
8571
|
.\!k-scale-y-1\.5 {
|
|
8620
|
-
transform: scaleY(
|
|
8572
|
+
transform: scaleY(1.5) !important;
|
|
8621
8573
|
}
|
|
8622
8574
|
|
|
8623
8575
|
.k-rotate-0 {
|
|
@@ -8876,14 +8828,6 @@
|
|
|
8876
8828
|
transform: translateX(0.0625rem) !important;
|
|
8877
8829
|
}
|
|
8878
8830
|
|
|
8879
|
-
.k-translate-x-auto {
|
|
8880
|
-
transform: translateX(auto);
|
|
8881
|
-
}
|
|
8882
|
-
|
|
8883
|
-
.\!k-translate-x-auto {
|
|
8884
|
-
transform: translateX(auto) !important;
|
|
8885
|
-
}
|
|
8886
|
-
|
|
8887
8831
|
.k-translate-x-1\/2 {
|
|
8888
8832
|
transform: translateX(50%);
|
|
8889
8833
|
}
|
|
@@ -9100,30 +9044,6 @@
|
|
|
9100
9044
|
transform: translateX(100%) !important;
|
|
9101
9045
|
}
|
|
9102
9046
|
|
|
9103
|
-
.k-translate-x-min {
|
|
9104
|
-
transform: translateX(min-content);
|
|
9105
|
-
}
|
|
9106
|
-
|
|
9107
|
-
.\!k-translate-x-min {
|
|
9108
|
-
transform: translateX(min-content) !important;
|
|
9109
|
-
}
|
|
9110
|
-
|
|
9111
|
-
.k-translate-x-max {
|
|
9112
|
-
transform: translateX(max-content);
|
|
9113
|
-
}
|
|
9114
|
-
|
|
9115
|
-
.\!k-translate-x-max {
|
|
9116
|
-
transform: translateX(max-content) !important;
|
|
9117
|
-
}
|
|
9118
|
-
|
|
9119
|
-
.k-translate-x-fit {
|
|
9120
|
-
transform: translateX(fit-content);
|
|
9121
|
-
}
|
|
9122
|
-
|
|
9123
|
-
.\!k-translate-x-fit {
|
|
9124
|
-
transform: translateX(fit-content) !important;
|
|
9125
|
-
}
|
|
9126
|
-
|
|
9127
9047
|
.k-translate-y-0 {
|
|
9128
9048
|
transform: translateY(0);
|
|
9129
9049
|
}
|
|
@@ -9316,14 +9236,6 @@
|
|
|
9316
9236
|
transform: translateY(0.0625rem) !important;
|
|
9317
9237
|
}
|
|
9318
9238
|
|
|
9319
|
-
.k-translate-y-auto {
|
|
9320
|
-
transform: translateY(auto);
|
|
9321
|
-
}
|
|
9322
|
-
|
|
9323
|
-
.\!k-translate-y-auto {
|
|
9324
|
-
transform: translateY(auto) !important;
|
|
9325
|
-
}
|
|
9326
|
-
|
|
9327
9239
|
.k-translate-y-1\/2 {
|
|
9328
9240
|
transform: translateY(50%);
|
|
9329
9241
|
}
|
|
@@ -9540,30 +9452,6 @@
|
|
|
9540
9452
|
transform: translateY(100%) !important;
|
|
9541
9453
|
}
|
|
9542
9454
|
|
|
9543
|
-
.k-translate-y-min {
|
|
9544
|
-
transform: translateY(min-content);
|
|
9545
|
-
}
|
|
9546
|
-
|
|
9547
|
-
.\!k-translate-y-min {
|
|
9548
|
-
transform: translateY(min-content) !important;
|
|
9549
|
-
}
|
|
9550
|
-
|
|
9551
|
-
.k-translate-y-max {
|
|
9552
|
-
transform: translateY(max-content);
|
|
9553
|
-
}
|
|
9554
|
-
|
|
9555
|
-
.\!k-translate-y-max {
|
|
9556
|
-
transform: translateY(max-content) !important;
|
|
9557
|
-
}
|
|
9558
|
-
|
|
9559
|
-
.k-translate-y-fit {
|
|
9560
|
-
transform: translateY(fit-content);
|
|
9561
|
-
}
|
|
9562
|
-
|
|
9563
|
-
.\!k-translate-y-fit {
|
|
9564
|
-
transform: translateY(fit-content) !important;
|
|
9565
|
-
}
|
|
9566
|
-
|
|
9567
9455
|
.k-skew-x-0 {
|
|
9568
9456
|
transform: skewX(0deg);
|
|
9569
9457
|
}
|
package/dist/all.scss
CHANGED
|
@@ -317,7 +317,7 @@ $kendo-utils: (
|
|
|
317
317
|
10: span 10 / span 10,
|
|
318
318
|
11: span 11 / span 11,
|
|
319
319
|
12: span 12 / span 12,
|
|
320
|
-
full: 1 / -1,
|
|
320
|
+
full: unquote("1 / -1"),
|
|
321
321
|
auto: auto
|
|
322
322
|
),
|
|
323
323
|
"grid-row-start": (
|
|
@@ -393,18 +393,15 @@ $kendo-utils: (
|
|
|
393
393
|
start: flex-start,
|
|
394
394
|
end: flex-end,
|
|
395
395
|
center: center,
|
|
396
|
-
between: between,
|
|
397
|
-
around: around,
|
|
398
|
-
evenly: evenly
|
|
396
|
+
between: space-between,
|
|
397
|
+
around: space-around,
|
|
398
|
+
evenly: space-evenly
|
|
399
399
|
),
|
|
400
400
|
"align-items": (
|
|
401
401
|
normal: normal,
|
|
402
402
|
start: flex-start,
|
|
403
403
|
end: flex-end,
|
|
404
404
|
center: center,
|
|
405
|
-
between: between,
|
|
406
|
-
around: around,
|
|
407
|
-
evenly: evenly,
|
|
408
405
|
stretch: stretch
|
|
409
406
|
),
|
|
410
407
|
"align-self": (
|
|
@@ -420,9 +417,9 @@ $kendo-utils: (
|
|
|
420
417
|
start: flex-start,
|
|
421
418
|
end: flex-end,
|
|
422
419
|
center: center,
|
|
423
|
-
between: between,
|
|
424
|
-
around: around,
|
|
425
|
-
evenly: evenly,
|
|
420
|
+
between: space-between,
|
|
421
|
+
around: space-around,
|
|
422
|
+
evenly: space-evenly,
|
|
426
423
|
stretch: stretch
|
|
427
424
|
),
|
|
428
425
|
"justify-items": (
|
|
@@ -430,9 +427,6 @@ $kendo-utils: (
|
|
|
430
427
|
start: flex-start,
|
|
431
428
|
end: flex-end,
|
|
432
429
|
center: center,
|
|
433
|
-
between: between,
|
|
434
|
-
around: around,
|
|
435
|
-
evenly: evenly,
|
|
436
430
|
stretch: stretch
|
|
437
431
|
),
|
|
438
432
|
"justify-self": (
|
|
@@ -448,9 +442,9 @@ $kendo-utils: (
|
|
|
448
442
|
start: flex-start,
|
|
449
443
|
end: flex-end,
|
|
450
444
|
center: center,
|
|
451
|
-
between: between,
|
|
452
|
-
around: around,
|
|
453
|
-
evenly: evenly,
|
|
445
|
+
between: space-between,
|
|
446
|
+
around: space-around,
|
|
447
|
+
evenly: space-evenly,
|
|
454
448
|
stretch: stretch
|
|
455
449
|
),
|
|
456
450
|
"place-items": (
|
|
@@ -458,9 +452,6 @@ $kendo-utils: (
|
|
|
458
452
|
start: flex-start,
|
|
459
453
|
end: flex-end,
|
|
460
454
|
center: center,
|
|
461
|
-
between: between,
|
|
462
|
-
around: around,
|
|
463
|
-
evenly: evenly,
|
|
464
455
|
stretch: stretch
|
|
465
456
|
),
|
|
466
457
|
"place-self": (
|
|
@@ -616,7 +607,10 @@ $kendo-utils: (
|
|
|
616
607
|
dashed,
|
|
617
608
|
dotted,
|
|
618
609
|
double,
|
|
619
|
-
|
|
610
|
+
groove,
|
|
611
|
+
ridge,
|
|
612
|
+
inset,
|
|
613
|
+
outset,
|
|
620
614
|
none
|
|
621
615
|
),
|
|
622
616
|
"outline-color": (),
|
|
@@ -647,13 +641,13 @@ $kendo-utils: (
|
|
|
647
641
|
// Transform
|
|
648
642
|
"flip": true,
|
|
649
643
|
"scale": (
|
|
650
|
-
0,
|
|
651
|
-
.25,
|
|
652
|
-
.5,
|
|
653
|
-
.75,
|
|
654
|
-
1,
|
|
655
|
-
1.25,
|
|
656
|
-
1.5
|
|
644
|
+
"0",
|
|
645
|
+
".25",
|
|
646
|
+
".5",
|
|
647
|
+
".75",
|
|
648
|
+
"1",
|
|
649
|
+
"1.25",
|
|
650
|
+
"1.5"
|
|
657
651
|
),
|
|
658
652
|
"rotate": (
|
|
659
653
|
0: 0deg,
|
|
@@ -665,7 +659,7 @@ $kendo-utils: (
|
|
|
665
659
|
270: 270deg,
|
|
666
660
|
315: 315deg
|
|
667
661
|
),
|
|
668
|
-
"translate": $kendo-sizing,
|
|
662
|
+
"translate": map-remove( $kendo-sizing, "auto", "min", "max", "fit" ),
|
|
669
663
|
"skew": (
|
|
670
664
|
0: 0deg,
|
|
671
665
|
1: 1deg,
|
|
@@ -807,7 +801,7 @@ $kendo-utils: (
|
|
|
807
801
|
|
|
808
802
|
@each $key, $val in $values {
|
|
809
803
|
$_key: escape-class-name( $key );
|
|
810
|
-
$_val: if( type-of($values) == list, $
|
|
804
|
+
$_val: if( type-of($values) == list, $key, $val );
|
|
811
805
|
$_name: escape-class-name( $name );
|
|
812
806
|
$_selector: if( $_key == DEFAULT, #{$kendo-prefix}#{$_name}, #{$kendo-prefix}#{$_name}-#{$_key});
|
|
813
807
|
|
|
@@ -1709,13 +1703,13 @@ $kendo-utils-scale: map-get( $kendo-utils, "scale" ) !default;
|
|
|
1709
1703
|
|
|
1710
1704
|
// sass-lint:disable function-name-format
|
|
1711
1705
|
@function __scale( $val ) {
|
|
1712
|
-
@return scale( $val );
|
|
1706
|
+
@return scale( unquote($val) );
|
|
1713
1707
|
}
|
|
1714
1708
|
@function __scale-x( $val ) {
|
|
1715
|
-
@return scaleX( $val );
|
|
1709
|
+
@return scaleX( unquote($val) );
|
|
1716
1710
|
}
|
|
1717
1711
|
@function __scale-y( $val ) {
|
|
1718
|
-
@return scaleY( $val );
|
|
1712
|
+
@return scaleY( unquote($val) );
|
|
1719
1713
|
}
|
|
1720
1714
|
// sass-lint:enable function-name-format
|
|
1721
1715
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-utils",
|
|
3
3
|
"description": "Utility first library alongside Kendo UI",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"sass-build": "^0.0.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "dd570d41f4941a81814d63d80c89ea4de2219a5d"
|
|
42
42
|
}
|
package/scss/_mixins.scss
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@each $key, $val in $values {
|
|
7
7
|
$_key: escape-class-name( $key );
|
|
8
|
-
$_val: if( type-of($values) == list, $
|
|
8
|
+
$_val: if( type-of($values) == list, $key, $val );
|
|
9
9
|
$_name: escape-class-name( $name );
|
|
10
10
|
$_selector: if( $_key == DEFAULT, #{$kendo-prefix}#{$_name}, #{$kendo-prefix}#{$_name}-#{$_key});
|
|
11
11
|
|
package/scss/_variables.scss
CHANGED
|
@@ -272,7 +272,7 @@ $kendo-utils: (
|
|
|
272
272
|
10: span 10 / span 10,
|
|
273
273
|
11: span 11 / span 11,
|
|
274
274
|
12: span 12 / span 12,
|
|
275
|
-
full: 1 / -1,
|
|
275
|
+
full: unquote("1 / -1"),
|
|
276
276
|
auto: auto
|
|
277
277
|
),
|
|
278
278
|
"grid-row-start": (
|
|
@@ -348,18 +348,15 @@ $kendo-utils: (
|
|
|
348
348
|
start: flex-start,
|
|
349
349
|
end: flex-end,
|
|
350
350
|
center: center,
|
|
351
|
-
between: between,
|
|
352
|
-
around: around,
|
|
353
|
-
evenly: evenly
|
|
351
|
+
between: space-between,
|
|
352
|
+
around: space-around,
|
|
353
|
+
evenly: space-evenly
|
|
354
354
|
),
|
|
355
355
|
"align-items": (
|
|
356
356
|
normal: normal,
|
|
357
357
|
start: flex-start,
|
|
358
358
|
end: flex-end,
|
|
359
359
|
center: center,
|
|
360
|
-
between: between,
|
|
361
|
-
around: around,
|
|
362
|
-
evenly: evenly,
|
|
363
360
|
stretch: stretch
|
|
364
361
|
),
|
|
365
362
|
"align-self": (
|
|
@@ -375,9 +372,9 @@ $kendo-utils: (
|
|
|
375
372
|
start: flex-start,
|
|
376
373
|
end: flex-end,
|
|
377
374
|
center: center,
|
|
378
|
-
between: between,
|
|
379
|
-
around: around,
|
|
380
|
-
evenly: evenly,
|
|
375
|
+
between: space-between,
|
|
376
|
+
around: space-around,
|
|
377
|
+
evenly: space-evenly,
|
|
381
378
|
stretch: stretch
|
|
382
379
|
),
|
|
383
380
|
"justify-items": (
|
|
@@ -385,9 +382,6 @@ $kendo-utils: (
|
|
|
385
382
|
start: flex-start,
|
|
386
383
|
end: flex-end,
|
|
387
384
|
center: center,
|
|
388
|
-
between: between,
|
|
389
|
-
around: around,
|
|
390
|
-
evenly: evenly,
|
|
391
385
|
stretch: stretch
|
|
392
386
|
),
|
|
393
387
|
"justify-self": (
|
|
@@ -403,9 +397,9 @@ $kendo-utils: (
|
|
|
403
397
|
start: flex-start,
|
|
404
398
|
end: flex-end,
|
|
405
399
|
center: center,
|
|
406
|
-
between: between,
|
|
407
|
-
around: around,
|
|
408
|
-
evenly: evenly,
|
|
400
|
+
between: space-between,
|
|
401
|
+
around: space-around,
|
|
402
|
+
evenly: space-evenly,
|
|
409
403
|
stretch: stretch
|
|
410
404
|
),
|
|
411
405
|
"place-items": (
|
|
@@ -413,9 +407,6 @@ $kendo-utils: (
|
|
|
413
407
|
start: flex-start,
|
|
414
408
|
end: flex-end,
|
|
415
409
|
center: center,
|
|
416
|
-
between: between,
|
|
417
|
-
around: around,
|
|
418
|
-
evenly: evenly,
|
|
419
410
|
stretch: stretch
|
|
420
411
|
),
|
|
421
412
|
"place-self": (
|
|
@@ -571,7 +562,10 @@ $kendo-utils: (
|
|
|
571
562
|
dashed,
|
|
572
563
|
dotted,
|
|
573
564
|
double,
|
|
574
|
-
|
|
565
|
+
groove,
|
|
566
|
+
ridge,
|
|
567
|
+
inset,
|
|
568
|
+
outset,
|
|
575
569
|
none
|
|
576
570
|
),
|
|
577
571
|
"outline-color": (),
|
|
@@ -602,13 +596,13 @@ $kendo-utils: (
|
|
|
602
596
|
// Transform
|
|
603
597
|
"flip": true,
|
|
604
598
|
"scale": (
|
|
605
|
-
0,
|
|
606
|
-
.25,
|
|
607
|
-
.5,
|
|
608
|
-
.75,
|
|
609
|
-
1,
|
|
610
|
-
1.25,
|
|
611
|
-
1.5
|
|
599
|
+
"0",
|
|
600
|
+
".25",
|
|
601
|
+
".5",
|
|
602
|
+
".75",
|
|
603
|
+
"1",
|
|
604
|
+
"1.25",
|
|
605
|
+
"1.5"
|
|
612
606
|
),
|
|
613
607
|
"rotate": (
|
|
614
608
|
0: 0deg,
|
|
@@ -620,7 +614,7 @@ $kendo-utils: (
|
|
|
620
614
|
270: 270deg,
|
|
621
615
|
315: 315deg
|
|
622
616
|
),
|
|
623
|
-
"translate": $kendo-sizing,
|
|
617
|
+
"translate": map-remove( $kendo-sizing, "auto", "min", "max", "fit" ),
|
|
624
618
|
"skew": (
|
|
625
619
|
0: 0deg,
|
|
626
620
|
1: 1deg,
|
|
@@ -4,13 +4,13 @@ $kendo-utils-scale: map-get( $kendo-utils, "scale" ) !default;
|
|
|
4
4
|
|
|
5
5
|
// sass-lint:disable function-name-format
|
|
6
6
|
@function __scale( $val ) {
|
|
7
|
-
@return scale( $val );
|
|
7
|
+
@return scale( unquote($val) );
|
|
8
8
|
}
|
|
9
9
|
@function __scale-x( $val ) {
|
|
10
|
-
@return scaleX( $val );
|
|
10
|
+
@return scaleX( unquote($val) );
|
|
11
11
|
}
|
|
12
12
|
@function __scale-y( $val ) {
|
|
13
|
-
@return scaleY( $val );
|
|
13
|
+
@return scaleY( unquote($val) );
|
|
14
14
|
}
|
|
15
15
|
// sass-lint:enable function-name-format
|
|
16
16
|
|