@progress/kendo-theme-classic 12.0.0-dev.1 → 12.0.0-dev.2

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.
Files changed (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +146 -362
  17. package/dist/meta/sassdoc-raw-data.json +72 -172
  18. package/dist/meta/variables.json +1 -17
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/gantt/_variables.scss +0 -13
  35. package/scss/scheduler/_variables.scss +1 -5
@@ -26619,94 +26619,19 @@
26619
26619
  }
26620
26620
  },
26621
26621
  {
26622
- "description": "The horizontal margin of the Gantt milestone wrap.\n",
26622
+ "description": "The horizontal offset of the Gantt delayed task resize handler.\n",
26623
26623
  "commentRange": {
26624
26624
  "start": 191,
26625
26625
  "end": 192
26626
26626
  },
26627
- "context": {
26628
- "type": "variable",
26629
- "name": "kendo-gantt-rtl-milestone-wrap-margin-x",
26630
- "value": "-2.4em",
26631
- "scope": "default",
26632
- "line": {
26633
- "start": 193,
26634
- "end": 193
26635
- }
26636
- },
26637
- "group": [
26638
- "gantt"
26639
- ],
26640
- "access": "public",
26641
- "file": {
26642
- "path": "gantt/_variables.scss",
26643
- "name": "_variables.scss"
26644
- }
26645
- },
26646
- {
26647
- "description": "The horizontal margin of the Gantt milestone line dot.\n",
26648
- "commentRange": {
26649
- "start": 194,
26650
- "end": 195
26651
- },
26652
- "context": {
26653
- "type": "variable",
26654
- "name": "kendo-gantt-rtl-milestone-planned-moment-margin-x",
26655
- "value": ".2em",
26656
- "scope": "default",
26657
- "line": {
26658
- "start": 196,
26659
- "end": 196
26660
- }
26661
- },
26662
- "group": [
26663
- "gantt"
26664
- ],
26665
- "access": "public",
26666
- "file": {
26667
- "path": "gantt/_variables.scss",
26668
- "name": "_variables.scss"
26669
- }
26670
- },
26671
- {
26672
- "description": "The horizontal margin of the Gantt milestone task dot.\n",
26673
- "commentRange": {
26674
- "start": 197,
26675
- "end": 198
26676
- },
26677
- "context": {
26678
- "type": "variable",
26679
- "name": "kendo-gantt-rtl-milestone-dot-start-margin-x",
26680
- "value": "-.1em",
26681
- "scope": "default",
26682
- "line": {
26683
- "start": 199,
26684
- "end": 199
26685
- }
26686
- },
26687
- "group": [
26688
- "gantt"
26689
- ],
26690
- "access": "public",
26691
- "file": {
26692
- "path": "gantt/_variables.scss",
26693
- "name": "_variables.scss"
26694
- }
26695
- },
26696
- {
26697
- "description": "The horizontal offset of the Gantt delayed task resize handler.\n",
26698
- "commentRange": {
26699
- "start": 201,
26700
- "end": 202
26701
- },
26702
26627
  "context": {
26703
26628
  "type": "variable",
26704
26629
  "name": "kendo-gantt-planned-offset-resize-handler-margin-x",
26705
26630
  "value": "1.4em",
26706
26631
  "scope": "default",
26707
26632
  "line": {
26708
- "start": 203,
26709
- "end": 203
26633
+ "start": 193,
26634
+ "end": 193
26710
26635
  }
26711
26636
  },
26712
26637
  "group": [
@@ -26721,8 +26646,8 @@
26721
26646
  {
26722
26647
  "description": "The background color of the Gantt planned Tooltip.\n",
26723
26648
  "commentRange": {
26724
- "start": 205,
26725
- "end": 206
26649
+ "start": 195,
26650
+ "end": 196
26726
26651
  },
26727
26652
  "context": {
26728
26653
  "type": "variable",
@@ -26730,8 +26655,8 @@
26730
26655
  "value": "k-color(primary)",
26731
26656
  "scope": "default",
26732
26657
  "line": {
26733
- "start": 207,
26734
- "end": 207
26658
+ "start": 197,
26659
+ "end": 197
26735
26660
  }
26736
26661
  },
26737
26662
  "group": [
@@ -26746,8 +26671,8 @@
26746
26671
  {
26747
26672
  "description": "The border color of the Gantt planned Tooltip.\n",
26748
26673
  "commentRange": {
26749
- "start": 208,
26750
- "end": 209
26674
+ "start": 198,
26675
+ "end": 199
26751
26676
  },
26752
26677
  "context": {
26753
26678
  "type": "variable",
@@ -26755,8 +26680,8 @@
26755
26680
  "value": "$kendo-gantt-planned-bg",
26756
26681
  "scope": "default",
26757
26682
  "line": {
26758
- "start": 210,
26759
- "end": 210
26683
+ "start": 200,
26684
+ "end": 200
26760
26685
  }
26761
26686
  },
26762
26687
  "group": [
@@ -26771,8 +26696,8 @@
26771
26696
  {
26772
26697
  "description": "The background color of the Gantt delayed task.\n",
26773
26698
  "commentRange": {
26774
- "start": 212,
26775
- "end": 213
26699
+ "start": 202,
26700
+ "end": 203
26776
26701
  },
26777
26702
  "context": {
26778
26703
  "type": "variable",
@@ -26780,8 +26705,8 @@
26780
26705
  "value": "k-color(error)",
26781
26706
  "scope": "default",
26782
26707
  "line": {
26783
- "start": 214,
26784
- "end": 214
26708
+ "start": 204,
26709
+ "end": 204
26785
26710
  }
26786
26711
  },
26787
26712
  "group": [
@@ -26796,8 +26721,8 @@
26796
26721
  {
26797
26722
  "description": "The complement background color of the Gantt delayed task.\n",
26798
26723
  "commentRange": {
26799
- "start": 215,
26800
- "end": 216
26724
+ "start": 205,
26725
+ "end": 206
26801
26726
  },
26802
26727
  "context": {
26803
26728
  "type": "variable",
@@ -26805,8 +26730,8 @@
26805
26730
  "value": "k-color(error-emphasis)",
26806
26731
  "scope": "default",
26807
26732
  "line": {
26808
- "start": 217,
26809
- "end": 217
26733
+ "start": 207,
26734
+ "end": 207
26810
26735
  }
26811
26736
  },
26812
26737
  "group": [
@@ -26821,8 +26746,8 @@
26821
26746
  {
26822
26747
  "description": "The background color of the Gantt advanced task.\n",
26823
26748
  "commentRange": {
26824
- "start": 219,
26825
- "end": 220
26749
+ "start": 209,
26750
+ "end": 210
26826
26751
  },
26827
26752
  "context": {
26828
26753
  "type": "variable",
@@ -26830,8 +26755,8 @@
26830
26755
  "value": "k-color(success)",
26831
26756
  "scope": "default",
26832
26757
  "line": {
26833
- "start": 221,
26834
- "end": 221
26758
+ "start": 211,
26759
+ "end": 211
26835
26760
  }
26836
26761
  },
26837
26762
  "group": [
@@ -26846,8 +26771,8 @@
26846
26771
  {
26847
26772
  "description": "The complement background color of the Gantt advanced task.\n",
26848
26773
  "commentRange": {
26849
- "start": 222,
26850
- "end": 223
26774
+ "start": 212,
26775
+ "end": 213
26851
26776
  },
26852
26777
  "context": {
26853
26778
  "type": "variable",
@@ -26855,8 +26780,8 @@
26855
26780
  "value": "k-color(success-emphasis)",
26856
26781
  "scope": "default",
26857
26782
  "line": {
26858
- "start": 224,
26859
- "end": 224
26783
+ "start": 214,
26784
+ "end": 214
26860
26785
  }
26861
26786
  },
26862
26787
  "group": [
@@ -26871,8 +26796,8 @@
26871
26796
  {
26872
26797
  "description": "The text color of the Gantt delayed task action.\n",
26873
26798
  "commentRange": {
26874
- "start": 226,
26875
- "end": 227
26799
+ "start": 216,
26800
+ "end": 217
26876
26801
  },
26877
26802
  "context": {
26878
26803
  "type": "variable",
@@ -26880,8 +26805,8 @@
26880
26805
  "value": "#000000",
26881
26806
  "scope": "default",
26882
26807
  "line": {
26883
- "start": 228,
26884
- "end": 228
26808
+ "start": 218,
26809
+ "end": 218
26885
26810
  }
26886
26811
  },
26887
26812
  "group": [
@@ -26896,8 +26821,8 @@
26896
26821
  {
26897
26822
  "description": "The top position of the Gantt delayed task resize handler.\n",
26898
26823
  "commentRange": {
26899
- "start": 229,
26900
- "end": 230
26824
+ "start": 219,
26825
+ "end": 220
26901
26826
  },
26902
26827
  "context": {
26903
26828
  "type": "variable",
@@ -26905,8 +26830,8 @@
26905
26830
  "value": "50%",
26906
26831
  "scope": "default",
26907
26832
  "line": {
26908
- "start": 231,
26909
- "end": 231
26833
+ "start": 221,
26834
+ "end": 221
26910
26835
  }
26911
26836
  },
26912
26837
  "group": [
@@ -26921,8 +26846,8 @@
26921
26846
  {
26922
26847
  "description": "The default width of the Gantt validation Tooltip.\n",
26923
26848
  "commentRange": {
26924
- "start": 233,
26925
- "end": 234
26849
+ "start": 223,
26850
+ "end": 224
26926
26851
  },
26927
26852
  "context": {
26928
26853
  "type": "variable",
@@ -26930,8 +26855,8 @@
26930
26855
  "value": "200px",
26931
26856
  "scope": "default",
26932
26857
  "line": {
26933
- "start": 235,
26934
- "end": 235
26858
+ "start": 225,
26859
+ "end": 225
26935
26860
  }
26936
26861
  },
26937
26862
  "group": [
@@ -26946,8 +26871,8 @@
26946
26871
  {
26947
26872
  "description": "The default width of the Gantt validation Tooltip label.\n",
26948
26873
  "commentRange": {
26949
- "start": 236,
26950
- "end": 237
26874
+ "start": 226,
26875
+ "end": 227
26951
26876
  },
26952
26877
  "context": {
26953
26878
  "type": "variable",
@@ -26955,8 +26880,8 @@
26955
26880
  "value": "50px",
26956
26881
  "scope": "default",
26957
26882
  "line": {
26958
- "start": 238,
26959
- "end": 238
26883
+ "start": 228,
26884
+ "end": 228
26960
26885
  }
26961
26886
  },
26962
26887
  "group": [
@@ -26971,8 +26896,8 @@
26971
26896
  {
26972
26897
  "description": "The border color of the Gantt validation Tooltip.\n",
26973
26898
  "commentRange": {
26974
- "start": 239,
26975
- "end": 240
26899
+ "start": 229,
26900
+ "end": 230
26976
26901
  },
26977
26902
  "context": {
26978
26903
  "type": "variable",
@@ -26980,8 +26905,8 @@
26980
26905
  "value": "#656565",
26981
26906
  "scope": "default",
26982
26907
  "line": {
26983
- "start": 241,
26984
- "end": 241
26908
+ "start": 231,
26909
+ "end": 231
26985
26910
  }
26986
26911
  },
26987
26912
  "group": [
@@ -26996,8 +26921,8 @@
26996
26921
  {
26997
26922
  "description": "The border color of the valid Gantt validation Tooltip.\n",
26998
26923
  "commentRange": {
26999
- "start": 242,
27000
- "end": 243
26924
+ "start": 232,
26925
+ "end": 233
27001
26926
  },
27002
26927
  "context": {
27003
26928
  "type": "variable",
@@ -27005,8 +26930,8 @@
27005
26930
  "value": "k-color(success)",
27006
26931
  "scope": "default",
27007
26932
  "line": {
27008
- "start": 244,
27009
- "end": 244
26933
+ "start": 234,
26934
+ "end": 234
27010
26935
  }
27011
26936
  },
27012
26937
  "group": [
@@ -27021,8 +26946,8 @@
27021
26946
  {
27022
26947
  "description": "The border color of the invalid Gantt validation Tooltip.\n",
27023
26948
  "commentRange": {
27024
- "start": 245,
27025
- "end": 246
26949
+ "start": 235,
26950
+ "end": 236
27026
26951
  },
27027
26952
  "context": {
27028
26953
  "type": "variable",
@@ -27030,8 +26955,8 @@
27030
26955
  "value": "k-color(error)",
27031
26956
  "scope": "default",
27032
26957
  "line": {
27033
- "start": 247,
27034
- "end": 247
26958
+ "start": 237,
26959
+ "end": 237
27035
26960
  }
27036
26961
  },
27037
26962
  "group": [
@@ -27046,8 +26971,8 @@
27046
26971
  {
27047
26972
  "description": "The horizontal padding of the Gantt task Tooltip.\n",
27048
26973
  "commentRange": {
27049
- "start": 249,
27050
- "end": 250
26974
+ "start": 239,
26975
+ "end": 240
27051
26976
  },
27052
26977
  "context": {
27053
26978
  "type": "variable",
@@ -27055,8 +26980,8 @@
27055
26980
  "value": "k-spacing(2)",
27056
26981
  "scope": "default",
27057
26982
  "line": {
27058
- "start": 251,
27059
- "end": 251
26983
+ "start": 241,
26984
+ "end": 241
27060
26985
  }
27061
26986
  },
27062
26987
  "group": [
@@ -27071,8 +26996,8 @@
27071
26996
  {
27072
26997
  "description": "The vertical padding of the Gantt task Tooltip.\n",
27073
26998
  "commentRange": {
27074
- "start": 252,
27075
- "end": 253
26999
+ "start": 242,
27000
+ "end": 243
27076
27001
  },
27077
27002
  "context": {
27078
27003
  "type": "variable",
@@ -27080,8 +27005,8 @@
27080
27005
  "value": "k-spacing(1)",
27081
27006
  "scope": "default",
27082
27007
  "line": {
27083
- "start": 254,
27084
- "end": 254
27008
+ "start": 244,
27009
+ "end": 244
27085
27010
  }
27086
27011
  },
27087
27012
  "group": [
@@ -50102,7 +50027,7 @@
50102
50027
  "context": {
50103
50028
  "type": "variable",
50104
50029
  "name": "kendo-scheduler-indicators-margin",
50105
- "value": "k-spacing(0.5) .4ex 0 k-spacing(1)",
50030
+ "value": "k-spacing(0.5) k-spacing(1)",
50106
50031
  "scope": "default",
50107
50032
  "line": {
50108
50033
  "start": 256,
@@ -50118,36 +50043,11 @@
50118
50043
  "name": "_variables.scss"
50119
50044
  }
50120
50045
  },
50121
- {
50122
- "description": "The margin of the Scheduler event indicators in rtl.\n",
50123
- "commentRange": {
50124
- "start": 257,
50125
- "end": 258
50126
- },
50127
- "context": {
50128
- "type": "variable",
50129
- "name": "kendo-scheduler-rtl-indicators-margin",
50130
- "value": "k-spacing(0.5) k-spacing(1) 0 .4ex",
50131
- "scope": "default",
50132
- "line": {
50133
- "start": 259,
50134
- "end": 259
50135
- }
50136
- },
50137
- "group": [
50138
- "scheduler"
50139
- ],
50140
- "access": "public",
50141
- "file": {
50142
- "path": "scheduler/_variables.scss",
50143
- "name": "_variables.scss"
50144
- }
50145
- },
50146
50046
  {
50147
50047
  "description": "The inline inset of the Scheduler marquee labels.\n",
50148
50048
  "commentRange": {
50149
- "start": 261,
50150
- "end": 262
50049
+ "start": 258,
50050
+ "end": 259
50151
50051
  },
50152
50052
  "context": {
50153
50053
  "type": "variable",
@@ -50155,8 +50055,8 @@
50155
50055
  "value": "k-spacing(1)",
50156
50056
  "scope": "default",
50157
50057
  "line": {
50158
- "start": 263,
50159
- "end": 263
50058
+ "start": 260,
50059
+ "end": 260
50160
50060
  }
50161
50061
  },
50162
50062
  "group": [
@@ -50171,8 +50071,8 @@
50171
50071
  {
50172
50072
  "description": "The block inset of the Scheduler marquee labels.\n",
50173
50073
  "commentRange": {
50174
- "start": 264,
50175
- "end": 265
50074
+ "start": 261,
50075
+ "end": 262
50176
50076
  },
50177
50077
  "context": {
50178
50078
  "type": "variable",
@@ -50180,8 +50080,8 @@
50180
50080
  "value": "k-spacing(0.5)",
50181
50081
  "scope": "default",
50182
50082
  "line": {
50183
- "start": 266,
50184
- "end": 266
50083
+ "start": 263,
50084
+ "end": 263
50185
50085
  }
50186
50086
  },
50187
50087
  "group": [
@@ -13077,18 +13077,6 @@
13077
13077
  "type": "Number",
13078
13078
  "value": "0.3em"
13079
13079
  },
13080
- "kendo-gantt-rtl-milestone-wrap-margin-x": {
13081
- "type": "Number",
13082
- "value": "-2.4em"
13083
- },
13084
- "kendo-gantt-rtl-milestone-planned-moment-margin-x": {
13085
- "type": "Number",
13086
- "value": "0.2em"
13087
- },
13088
- "kendo-gantt-rtl-milestone-dot-start-margin-x": {
13089
- "type": "Number",
13090
- "value": "-0.1em"
13091
- },
13092
13080
  "kendo-gantt-planned-offset-resize-handler-margin-x": {
13093
13081
  "type": "Number",
13094
13082
  "value": "1.4em"
@@ -13447,11 +13435,7 @@
13447
13435
  },
13448
13436
  "kendo-scheduler-indicators-margin": {
13449
13437
  "type": "List",
13450
- "value": "(var(--kendo-spacing-0\\.5, 0.125rem) 0.4ex 0 var(--kendo-spacing-1, 0.25rem))"
13451
- },
13452
- "kendo-scheduler-rtl-indicators-margin": {
13453
- "type": "List",
13454
- "value": "(var(--kendo-spacing-0\\.5, 0.125rem) var(--kendo-spacing-1, 0.25rem) 0 0.4ex)"
13438
+ "value": "(var(--kendo-spacing-0\\.5, 0.125rem) var(--kendo-spacing-1, 0.25rem))"
13455
13439
  },
13456
13440
  "kendo-scheduler-marquee-label-inset-x": {
13457
13441
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1b141a",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#fafafa",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#0e0e0e",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f9f9f9",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#1f2a35",
9
9
  "#303742",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#272727",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "12.0.0-dev.1",
6
+ "version": "12.0.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",