@progress/kendo-theme-material 12.1.0-dev.3 → 12.1.0-dev.5

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 (41) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +310 -12
  20. package/dist/meta/sassdoc-raw-data.json +131 -6
  21. package/dist/meta/variables.json +313 -0
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/core/_index.scss +8 -8
  41. package/scss/datetimepicker/_variables.scss +32 -1
@@ -19195,6 +19195,152 @@
19195
19195
  "series-f-subtler": "#A6D7A8"
19196
19196
  }
19197
19197
  },
19198
+ {
19199
+ "description": "The width of the DateTimePicker.\n",
19200
+ "commentRange": {
19201
+ "start": 5,
19202
+ "end": 6
19203
+ },
19204
+ "context": {
19205
+ "type": "variable",
19206
+ "name": "kendo-datetime-width",
19207
+ "value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
19208
+ "scope": "default",
19209
+ "line": {
19210
+ "start": 7,
19211
+ "end": 7
19212
+ }
19213
+ },
19214
+ "group": [
19215
+ "date-time-picker"
19216
+ ],
19217
+ "access": "public",
19218
+ "file": {
19219
+ "path": "material/scss/datetimepicker/_variables.scss",
19220
+ "name": "_variables.scss"
19221
+ },
19222
+ "resolvedValue": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
19223
+ "resolvedType": "Calculation"
19224
+ },
19225
+ {
19226
+ "description": "The width of the small DateTimePicker.\n",
19227
+ "commentRange": {
19228
+ "start": 9,
19229
+ "end": 10
19230
+ },
19231
+ "context": {
19232
+ "type": "variable",
19233
+ "name": "kendo-datetime-sm-width",
19234
+ "value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
19235
+ "scope": "default",
19236
+ "line": {
19237
+ "start": 11,
19238
+ "end": 11
19239
+ }
19240
+ },
19241
+ "group": [
19242
+ "date-time-picker"
19243
+ ],
19244
+ "access": "public",
19245
+ "file": {
19246
+ "path": "material/scss/datetimepicker/_variables.scss",
19247
+ "name": "_variables.scss"
19248
+ },
19249
+ "resolvedValue": "calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
19250
+ "resolvedType": "Calculation"
19251
+ },
19252
+ {
19253
+ "description": "The width of the medium DateTimePicker.\n",
19254
+ "commentRange": {
19255
+ "start": 12,
19256
+ "end": 13
19257
+ },
19258
+ "context": {
19259
+ "type": "variable",
19260
+ "name": "kendo-datetime-md-width",
19261
+ "value": "$kendo-datetime-width",
19262
+ "scope": "default",
19263
+ "line": {
19264
+ "start": 14,
19265
+ "end": 14
19266
+ }
19267
+ },
19268
+ "group": [
19269
+ "date-time-picker"
19270
+ ],
19271
+ "access": "public",
19272
+ "file": {
19273
+ "path": "material/scss/datetimepicker/_variables.scss",
19274
+ "name": "_variables.scss"
19275
+ },
19276
+ "resolvedValue": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
19277
+ "resolvedType": "Calculation"
19278
+ },
19279
+ {
19280
+ "description": "The width of the large DateTimePicker.\n",
19281
+ "commentRange": {
19282
+ "start": 15,
19283
+ "end": 16
19284
+ },
19285
+ "context": {
19286
+ "type": "variable",
19287
+ "name": "kendo-datetime-lg-width",
19288
+ "value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
19289
+ "scope": "default",
19290
+ "line": {
19291
+ "start": 17,
19292
+ "end": 17
19293
+ }
19294
+ },
19295
+ "group": [
19296
+ "date-time-picker"
19297
+ ],
19298
+ "access": "public",
19299
+ "file": {
19300
+ "path": "material/scss/datetimepicker/_variables.scss",
19301
+ "name": "_variables.scss"
19302
+ },
19303
+ "resolvedValue": "calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
19304
+ "resolvedType": "Calculation"
19305
+ },
19306
+ {
19307
+ "description": "The sizes map for the DateTimePicker.\n",
19308
+ "commentRange": {
19309
+ "start": 19,
19310
+ "end": 20
19311
+ },
19312
+ "context": {
19313
+ "type": "variable",
19314
+ "name": "kendo-datetime-sizes",
19315
+ "value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
19316
+ "scope": "default",
19317
+ "line": {
19318
+ "start": 21,
19319
+ "end": 31
19320
+ }
19321
+ },
19322
+ "group": [
19323
+ "date-time-picker"
19324
+ ],
19325
+ "access": "public",
19326
+ "file": {
19327
+ "path": "material/scss/datetimepicker/_variables.scss",
19328
+ "name": "_variables.scss"
19329
+ },
19330
+ "resolvedValue": "(sm: (width: calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)), md: (width: calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)), lg: (width: calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)))",
19331
+ "resolvedType": "Map",
19332
+ "prettyValue": {
19333
+ "sm": {
19334
+ "width": "calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
19335
+ },
19336
+ "md": {
19337
+ "width": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
19338
+ },
19339
+ "lg": {
19340
+ "width": "calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
19341
+ }
19342
+ }
19343
+ },
19198
19344
  {
19199
19345
  "description": "The background color of the Dialog titlebar.\n",
19200
19346
  "commentRange": {
@@ -78760,17 +78906,17 @@
78760
78906
  {
78761
78907
  "description": "The font weights map\n",
78762
78908
  "commentRange": {
78763
- "start": 178,
78764
- "end": 179
78909
+ "start": 174,
78910
+ "end": 175
78765
78911
  },
78766
78912
  "context": {
78767
78913
  "type": "variable",
78768
78914
  "name": "kendo-font-weights",
78769
- "value": "map.merge( $_default-font-weights, $kendo-font-weights )",
78770
- "scope": "private",
78915
+ "value": "$default-font-weights",
78916
+ "scope": "default",
78771
78917
  "line": {
78772
- "start": 180,
78773
- "end": 180
78918
+ "start": 176,
78919
+ "end": 176
78774
78920
  }
78775
78921
  },
78776
78922
  "group": [
@@ -98925,6 +99071,158 @@
98925
99071
  }
98926
99072
  ]
98927
99073
  },
99074
+ {
99075
+ "id": "date-time-picker",
99076
+ "title": "DateTimePicker",
99077
+ "variables": [
99078
+ {
99079
+ "description": "The width of the DateTimePicker.\n",
99080
+ "commentRange": {
99081
+ "start": 5,
99082
+ "end": 6
99083
+ },
99084
+ "context": {
99085
+ "type": "variable",
99086
+ "name": "kendo-datetime-width",
99087
+ "value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
99088
+ "scope": "default",
99089
+ "line": {
99090
+ "start": 7,
99091
+ "end": 7
99092
+ }
99093
+ },
99094
+ "group": [
99095
+ "date-time-picker"
99096
+ ],
99097
+ "access": "public",
99098
+ "file": {
99099
+ "path": "material/scss/datetimepicker/_variables.scss",
99100
+ "name": "_variables.scss"
99101
+ },
99102
+ "resolvedValue": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
99103
+ "resolvedType": "Calculation"
99104
+ },
99105
+ {
99106
+ "description": "The width of the small DateTimePicker.\n",
99107
+ "commentRange": {
99108
+ "start": 9,
99109
+ "end": 10
99110
+ },
99111
+ "context": {
99112
+ "type": "variable",
99113
+ "name": "kendo-datetime-sm-width",
99114
+ "value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
99115
+ "scope": "default",
99116
+ "line": {
99117
+ "start": 11,
99118
+ "end": 11
99119
+ }
99120
+ },
99121
+ "group": [
99122
+ "date-time-picker"
99123
+ ],
99124
+ "access": "public",
99125
+ "file": {
99126
+ "path": "material/scss/datetimepicker/_variables.scss",
99127
+ "name": "_variables.scss"
99128
+ },
99129
+ "resolvedValue": "calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
99130
+ "resolvedType": "Calculation"
99131
+ },
99132
+ {
99133
+ "description": "The width of the medium DateTimePicker.\n",
99134
+ "commentRange": {
99135
+ "start": 12,
99136
+ "end": 13
99137
+ },
99138
+ "context": {
99139
+ "type": "variable",
99140
+ "name": "kendo-datetime-md-width",
99141
+ "value": "$kendo-datetime-width",
99142
+ "scope": "default",
99143
+ "line": {
99144
+ "start": 14,
99145
+ "end": 14
99146
+ }
99147
+ },
99148
+ "group": [
99149
+ "date-time-picker"
99150
+ ],
99151
+ "access": "public",
99152
+ "file": {
99153
+ "path": "material/scss/datetimepicker/_variables.scss",
99154
+ "name": "_variables.scss"
99155
+ },
99156
+ "resolvedValue": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
99157
+ "resolvedType": "Calculation"
99158
+ },
99159
+ {
99160
+ "description": "The width of the large DateTimePicker.\n",
99161
+ "commentRange": {
99162
+ "start": 15,
99163
+ "end": 16
99164
+ },
99165
+ "context": {
99166
+ "type": "variable",
99167
+ "name": "kendo-datetime-lg-width",
99168
+ "value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
99169
+ "scope": "default",
99170
+ "line": {
99171
+ "start": 17,
99172
+ "end": 17
99173
+ }
99174
+ },
99175
+ "group": [
99176
+ "date-time-picker"
99177
+ ],
99178
+ "access": "public",
99179
+ "file": {
99180
+ "path": "material/scss/datetimepicker/_variables.scss",
99181
+ "name": "_variables.scss"
99182
+ },
99183
+ "resolvedValue": "calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)",
99184
+ "resolvedType": "Calculation"
99185
+ },
99186
+ {
99187
+ "description": "The sizes map for the DateTimePicker.\n",
99188
+ "commentRange": {
99189
+ "start": 19,
99190
+ "end": 20
99191
+ },
99192
+ "context": {
99193
+ "type": "variable",
99194
+ "name": "kendo-datetime-sizes",
99195
+ "value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
99196
+ "scope": "default",
99197
+ "line": {
99198
+ "start": 21,
99199
+ "end": 31
99200
+ }
99201
+ },
99202
+ "group": [
99203
+ "date-time-picker"
99204
+ ],
99205
+ "access": "public",
99206
+ "file": {
99207
+ "path": "material/scss/datetimepicker/_variables.scss",
99208
+ "name": "_variables.scss"
99209
+ },
99210
+ "resolvedValue": "(sm: (width: calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)), md: (width: calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)), lg: (width: calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)))",
99211
+ "resolvedType": "Map",
99212
+ "prettyValue": {
99213
+ "sm": {
99214
+ "width": "calc(40px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
99215
+ },
99216
+ "md": {
99217
+ "width": "calc(48px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
99218
+ },
99219
+ "lg": {
99220
+ "width": "calc(56px * 8 + var(--kendo-spacing-1, 0.25rem) * 2)"
99221
+ }
99222
+ }
99223
+ }
99224
+ ]
99225
+ },
98928
99226
  {
98929
99227
  "id": "dialog",
98930
99228
  "title": "Dialog",
@@ -154055,17 +154353,17 @@
154055
154353
  {
154056
154354
  "description": "The font weights map\n",
154057
154355
  "commentRange": {
154058
- "start": 178,
154059
- "end": 179
154356
+ "start": 174,
154357
+ "end": 175
154060
154358
  },
154061
154359
  "context": {
154062
154360
  "type": "variable",
154063
154361
  "name": "kendo-font-weights",
154064
- "value": "map.merge( $_default-font-weights, $kendo-font-weights )",
154065
- "scope": "private",
154362
+ "value": "$default-font-weights",
154363
+ "scope": "default",
154066
154364
  "line": {
154067
- "start": 180,
154068
- "end": 180
154365
+ "start": 176,
154366
+ "end": 176
154069
154367
  }
154070
154368
  },
154071
154369
  "group": [
@@ -17493,6 +17493,131 @@
17493
17493
  "name": "_swatch.scss"
17494
17494
  }
17495
17495
  },
17496
+ {
17497
+ "description": "The width of the DateTimePicker.\n",
17498
+ "commentRange": {
17499
+ "start": 5,
17500
+ "end": 6
17501
+ },
17502
+ "context": {
17503
+ "type": "variable",
17504
+ "name": "kendo-datetime-width",
17505
+ "value": "calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
17506
+ "scope": "default",
17507
+ "line": {
17508
+ "start": 7,
17509
+ "end": 7
17510
+ }
17511
+ },
17512
+ "group": [
17513
+ "date-time-picker"
17514
+ ],
17515
+ "access": "public",
17516
+ "file": {
17517
+ "path": "datetimepicker/_variables.scss",
17518
+ "name": "_variables.scss"
17519
+ }
17520
+ },
17521
+ {
17522
+ "description": "The width of the small DateTimePicker.\n",
17523
+ "commentRange": {
17524
+ "start": 9,
17525
+ "end": 10
17526
+ },
17527
+ "context": {
17528
+ "type": "variable",
17529
+ "name": "kendo-datetime-sm-width",
17530
+ "value": "calc( calc( #{$kendo-calendar-sm-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
17531
+ "scope": "default",
17532
+ "line": {
17533
+ "start": 11,
17534
+ "end": 11
17535
+ }
17536
+ },
17537
+ "group": [
17538
+ "date-time-picker"
17539
+ ],
17540
+ "access": "public",
17541
+ "file": {
17542
+ "path": "datetimepicker/_variables.scss",
17543
+ "name": "_variables.scss"
17544
+ }
17545
+ },
17546
+ {
17547
+ "description": "The width of the medium DateTimePicker.\n",
17548
+ "commentRange": {
17549
+ "start": 12,
17550
+ "end": 13
17551
+ },
17552
+ "context": {
17553
+ "type": "variable",
17554
+ "name": "kendo-datetime-md-width",
17555
+ "value": "$kendo-datetime-width",
17556
+ "scope": "default",
17557
+ "line": {
17558
+ "start": 14,
17559
+ "end": 14
17560
+ }
17561
+ },
17562
+ "group": [
17563
+ "date-time-picker"
17564
+ ],
17565
+ "access": "public",
17566
+ "file": {
17567
+ "path": "datetimepicker/_variables.scss",
17568
+ "name": "_variables.scss"
17569
+ }
17570
+ },
17571
+ {
17572
+ "description": "The width of the large DateTimePicker.\n",
17573
+ "commentRange": {
17574
+ "start": 15,
17575
+ "end": 16
17576
+ },
17577
+ "context": {
17578
+ "type": "variable",
17579
+ "name": "kendo-datetime-lg-width",
17580
+ "value": "calc( calc( #{$kendo-calendar-lg-cell-size} * 8 ) + calc( #{$kendo-infinite-calendar-view-padding-x} * 2 ))",
17581
+ "scope": "default",
17582
+ "line": {
17583
+ "start": 17,
17584
+ "end": 17
17585
+ }
17586
+ },
17587
+ "group": [
17588
+ "date-time-picker"
17589
+ ],
17590
+ "access": "public",
17591
+ "file": {
17592
+ "path": "datetimepicker/_variables.scss",
17593
+ "name": "_variables.scss"
17594
+ }
17595
+ },
17596
+ {
17597
+ "description": "The sizes map for the DateTimePicker.\n",
17598
+ "commentRange": {
17599
+ "start": 19,
17600
+ "end": 20
17601
+ },
17602
+ "context": {
17603
+ "type": "variable",
17604
+ "name": "kendo-datetime-sizes",
17605
+ "value": "(\n sm: (\n width: $kendo-datetime-sm-width\n ),\n md: (\n width: $kendo-datetime-md-width\n ),\n lg: (\n width: $kendo-datetime-lg-width\n )\n)",
17606
+ "scope": "default",
17607
+ "line": {
17608
+ "start": 21,
17609
+ "end": 31
17610
+ }
17611
+ },
17612
+ "group": [
17613
+ "date-time-picker"
17614
+ ],
17615
+ "access": "public",
17616
+ "file": {
17617
+ "path": "datetimepicker/_variables.scss",
17618
+ "name": "_variables.scss"
17619
+ }
17620
+ },
17496
17621
  {
17497
17622
  "description": "The background color of the Dialog titlebar.\n",
17498
17623
  "commentRange": {
@@ -71969,17 +72094,17 @@
71969
72094
  {
71970
72095
  "description": "The font weights map\n",
71971
72096
  "commentRange": {
71972
- "start": 178,
71973
- "end": 179
72097
+ "start": 174,
72098
+ "end": 175
71974
72099
  },
71975
72100
  "context": {
71976
72101
  "type": "variable",
71977
72102
  "name": "kendo-font-weights",
71978
- "value": "map.merge( $_default-font-weights, $kendo-font-weights )",
71979
- "scope": "private",
72103
+ "value": "$default-font-weights",
72104
+ "scope": "default",
71980
72105
  "line": {
71981
- "start": 180,
71982
- "end": 180
72106
+ "start": 176,
72107
+ "end": 176
71983
72108
  }
71984
72109
  },
71985
72110
  "group": [