@progress/kendo-theme-bootstrap 9.1.0-dev.4 → 9.1.0-dev.6

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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +465 -82
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +1038 -114
  16. package/dist/meta/sassdoc-raw-data.json +475 -50
  17. package/dist/meta/variables.json +97 -9
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/dataviz/_index.scss +3 -1
  32. package/scss/dataviz/_variables.scss +9 -0
  33. package/scss/index.scss +2 -0
  34. package/scss/list/_index.scss +3 -1
  35. package/scss/list/_variables.scss +0 -4
  36. package/scss/no-data/_index.scss +32 -0
  37. package/scss/no-data/_layout.scss +5 -0
  38. package/scss/no-data/_theme.scss +5 -0
  39. package/scss/no-data/_variables.scss +7 -0
  40. package/scss/pdf-viewer/_variables.scss +23 -0
  41. package/scss/scheduler/_index.scss +3 -1
  42. package/scss/toolbar/_variables.scss +32 -4
@@ -29806,14 +29806,14 @@
29806
29806
  }
29807
29807
  },
29808
29808
  {
29809
- "description": "The color of the 'No Data' text.\n",
29809
+ "description": "The color of the 'Option Label' text.\n",
29810
29810
  "commentRange": {
29811
29811
  "start": 245,
29812
29812
  "end": 246
29813
29813
  },
29814
29814
  "context": {
29815
29815
  "type": "variable",
29816
- "name": "kendo-list-no-data-text",
29816
+ "name": "kendo-list-option-label-text",
29817
29817
  "value": "$kendo-subtle-text",
29818
29818
  "scope": "default",
29819
29819
  "line": {
@@ -29830,31 +29830,6 @@
29830
29830
  "name": "_variables.scss"
29831
29831
  }
29832
29832
  },
29833
- {
29834
- "description": "The color of the 'Option Label' text.\n",
29835
- "commentRange": {
29836
- "start": 249,
29837
- "end": 250
29838
- },
29839
- "context": {
29840
- "type": "variable",
29841
- "name": "kendo-list-option-label-text",
29842
- "value": "$kendo-subtle-text",
29843
- "scope": "default",
29844
- "line": {
29845
- "start": 251,
29846
- "end": 251
29847
- }
29848
- },
29849
- "group": [
29850
- "list"
29851
- ],
29852
- "access": "public",
29853
- "file": {
29854
- "path": "list/_variables.scss",
29855
- "name": "_variables.scss"
29856
- }
29857
- },
29858
29833
  {
29859
29834
  "description": "The spacing between the ListBox elements.\n",
29860
29835
  "commentRange": {
@@ -34180,6 +34155,56 @@
34180
34155
  "name": "_variables.scss"
34181
34156
  }
34182
34157
  },
34158
+ {
34159
+ "description": "The minimum height of the 'No Data' text container.\n",
34160
+ "commentRange": {
34161
+ "start": 1,
34162
+ "end": 2
34163
+ },
34164
+ "context": {
34165
+ "type": "variable",
34166
+ "name": "kendo-no-data-min-height",
34167
+ "value": "140px",
34168
+ "scope": "default",
34169
+ "line": {
34170
+ "start": 3,
34171
+ "end": 3
34172
+ }
34173
+ },
34174
+ "group": [
34175
+ "no-data"
34176
+ ],
34177
+ "access": "public",
34178
+ "file": {
34179
+ "path": "no-data/_variables.scss",
34180
+ "name": "_variables.scss"
34181
+ }
34182
+ },
34183
+ {
34184
+ "description": "The color of the 'No Data' text.\n",
34185
+ "commentRange": {
34186
+ "start": 5,
34187
+ "end": 6
34188
+ },
34189
+ "context": {
34190
+ "type": "variable",
34191
+ "name": "kendo-no-data-text",
34192
+ "value": "$kendo-subtle-text",
34193
+ "scope": "default",
34194
+ "line": {
34195
+ "start": 7,
34196
+ "end": 7
34197
+ }
34198
+ },
34199
+ "group": [
34200
+ "no-data"
34201
+ ],
34202
+ "access": "public",
34203
+ "file": {
34204
+ "path": "no-data/_variables.scss",
34205
+ "name": "_variables.scss"
34206
+ }
34207
+ },
34183
34208
  {
34184
34209
  "description": "The row-gap between the elements in the Notification group.\n",
34185
34210
  "commentRange": {
@@ -40130,6 +40155,181 @@
40130
40155
  "name": "_variables.scss"
40131
40156
  }
40132
40157
  },
40158
+ {
40159
+ "description": "The vertical padding of the PDFViewer popup.\n",
40160
+ "commentRange": {
40161
+ "start": 112,
40162
+ "end": 113
40163
+ },
40164
+ "context": {
40165
+ "type": "variable",
40166
+ "name": "kendo-pdf-viewer-popup-padding-x",
40167
+ "value": "k-spacing(2)",
40168
+ "scope": "default",
40169
+ "line": {
40170
+ "start": 114,
40171
+ "end": 114
40172
+ }
40173
+ },
40174
+ "group": [
40175
+ "pdf-viewer"
40176
+ ],
40177
+ "access": "public",
40178
+ "file": {
40179
+ "path": "pdf-viewer/_variables.scss",
40180
+ "name": "_variables.scss"
40181
+ }
40182
+ },
40183
+ {
40184
+ "description": "The horizontal padding of the PDFViewer popup.\n",
40185
+ "commentRange": {
40186
+ "start": 115,
40187
+ "end": 116
40188
+ },
40189
+ "context": {
40190
+ "type": "variable",
40191
+ "name": "kendo-pdf-viewer-popup-padding-y",
40192
+ "value": "$kendo-pdf-viewer-popup-padding-x",
40193
+ "scope": "default",
40194
+ "line": {
40195
+ "start": 117,
40196
+ "end": 117
40197
+ }
40198
+ },
40199
+ "group": [
40200
+ "pdf-viewer"
40201
+ ],
40202
+ "access": "public",
40203
+ "file": {
40204
+ "path": "pdf-viewer/_variables.scss",
40205
+ "name": "_variables.scss"
40206
+ }
40207
+ },
40208
+ {
40209
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
40210
+ "commentRange": {
40211
+ "start": 119,
40212
+ "end": 120
40213
+ },
40214
+ "context": {
40215
+ "type": "variable",
40216
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
40217
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
40218
+ "scope": "default",
40219
+ "line": {
40220
+ "start": 121,
40221
+ "end": 121
40222
+ }
40223
+ },
40224
+ "group": [
40225
+ "pdf-viewer"
40226
+ ],
40227
+ "access": "public",
40228
+ "file": {
40229
+ "path": "pdf-viewer/_variables.scss",
40230
+ "name": "_variables.scss"
40231
+ }
40232
+ },
40233
+ {
40234
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
40235
+ "commentRange": {
40236
+ "start": 122,
40237
+ "end": 123
40238
+ },
40239
+ "context": {
40240
+ "type": "variable",
40241
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
40242
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
40243
+ "scope": "default",
40244
+ "line": {
40245
+ "start": 124,
40246
+ "end": 124
40247
+ }
40248
+ },
40249
+ "group": [
40250
+ "pdf-viewer"
40251
+ ],
40252
+ "access": "public",
40253
+ "file": {
40254
+ "path": "pdf-viewer/_variables.scss",
40255
+ "name": "_variables.scss"
40256
+ }
40257
+ },
40258
+ {
40259
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
40260
+ "commentRange": {
40261
+ "start": 125,
40262
+ "end": 126
40263
+ },
40264
+ "context": {
40265
+ "type": "variable",
40266
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
40267
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
40268
+ "scope": "default",
40269
+ "line": {
40270
+ "start": 127,
40271
+ "end": 127
40272
+ }
40273
+ },
40274
+ "group": [
40275
+ "pdf-viewer"
40276
+ ],
40277
+ "access": "public",
40278
+ "file": {
40279
+ "path": "pdf-viewer/_variables.scss",
40280
+ "name": "_variables.scss"
40281
+ }
40282
+ },
40283
+ {
40284
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
40285
+ "commentRange": {
40286
+ "start": 128,
40287
+ "end": 129
40288
+ },
40289
+ "context": {
40290
+ "type": "variable",
40291
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
40292
+ "value": "rgba(124, 22, 27, 0.5)",
40293
+ "scope": "default",
40294
+ "line": {
40295
+ "start": 130,
40296
+ "end": 130
40297
+ }
40298
+ },
40299
+ "group": [
40300
+ "pdf-viewer"
40301
+ ],
40302
+ "access": "public",
40303
+ "file": {
40304
+ "path": "pdf-viewer/_variables.scss",
40305
+ "name": "_variables.scss"
40306
+ }
40307
+ },
40308
+ {
40309
+ "description": "The text color of the PDFViewer free text annotation.\n",
40310
+ "commentRange": {
40311
+ "start": 131,
40312
+ "end": 132
40313
+ },
40314
+ "context": {
40315
+ "type": "variable",
40316
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
40317
+ "value": "rgba(124, 22, 27, 0.7)",
40318
+ "scope": "default",
40319
+ "line": {
40320
+ "start": 133,
40321
+ "end": 133
40322
+ }
40323
+ },
40324
+ "group": [
40325
+ "pdf-viewer"
40326
+ ],
40327
+ "access": "public",
40328
+ "file": {
40329
+ "path": "pdf-viewer/_variables.scss",
40330
+ "name": "_variables.scss"
40331
+ }
40332
+ },
40133
40333
  {
40134
40334
  "description": "The background color of the Picker components.\n",
40135
40335
  "commentRange": {
@@ -62209,15 +62409,15 @@
62209
62409
  }
62210
62410
  },
62211
62411
  {
62212
- "description": "The color of the separator border of the Toolbar.\n",
62412
+ "description": "The text color of the outline Toolbar.\n",
62213
62413
  "commentRange": {
62214
62414
  "start": 75,
62215
62415
  "end": 76
62216
62416
  },
62217
62417
  "context": {
62218
62418
  "type": "variable",
62219
- "name": "kendo-toolbar-separator-border",
62220
- "value": "inherit",
62419
+ "name": "kendo-toolbar-outline-text",
62420
+ "value": "$kendo-button-text",
62221
62421
  "scope": "default",
62222
62422
  "line": {
62223
62423
  "start": 77,
@@ -62234,19 +62434,19 @@
62234
62434
  }
62235
62435
  },
62236
62436
  {
62237
- "description": "The width of the input in the Toolbar.\n",
62437
+ "description": "The color of the border around the outline Toolbar.\n",
62238
62438
  "commentRange": {
62239
- "start": 79,
62240
- "end": 80
62439
+ "start": 78,
62440
+ "end": 79
62241
62441
  },
62242
62442
  "context": {
62243
62443
  "type": "variable",
62244
- "name": "kendo-toolbar-input-width",
62245
- "value": "10em",
62444
+ "name": "kendo-toolbar-outline-border",
62445
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 ))",
62246
62446
  "scope": "default",
62247
62447
  "line": {
62248
- "start": 81,
62249
- "end": 81
62448
+ "start": 80,
62449
+ "end": 80
62250
62450
  }
62251
62451
  },
62252
62452
  "group": [
@@ -62259,19 +62459,19 @@
62259
62459
  }
62260
62460
  },
62261
62461
  {
62262
- "description": "The box shadow of the focused Toolbar item.\n",
62462
+ "description": "The gradient of the outline Toolbar.\n",
62263
62463
  "commentRange": {
62264
- "start": 83,
62265
- "end": 84
62464
+ "start": 81,
62465
+ "end": 82
62266
62466
  },
62267
62467
  "context": {
62268
62468
  "type": "variable",
62269
- "name": "kendo-toolbar-item-shadow",
62270
- "value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
62469
+ "name": "kendo-toolbar-outline-gradient",
62470
+ "value": "null",
62271
62471
  "scope": "default",
62272
62472
  "line": {
62273
- "start": 85,
62274
- "end": 85
62473
+ "start": 83,
62474
+ "end": 83
62275
62475
  }
62276
62476
  },
62277
62477
  "group": [
@@ -62284,15 +62484,40 @@
62284
62484
  }
62285
62485
  },
62286
62486
  {
62287
- "description": "Border width of the flat Toolbar.\n",
62487
+ "description": "The box shadow of the outline Toolbar.\n",
62488
+ "commentRange": {
62489
+ "start": 84,
62490
+ "end": 85
62491
+ },
62492
+ "context": {
62493
+ "type": "variable",
62494
+ "name": "kendo-toolbar-outline-shadow",
62495
+ "value": "null",
62496
+ "scope": "default",
62497
+ "line": {
62498
+ "start": 86,
62499
+ "end": 86
62500
+ }
62501
+ },
62502
+ "group": [
62503
+ "toolbar"
62504
+ ],
62505
+ "access": "public",
62506
+ "file": {
62507
+ "path": "toolbar/_variables.scss",
62508
+ "name": "_variables.scss"
62509
+ }
62510
+ },
62511
+ {
62512
+ "description": "The width of the border around the outline Toolbar.\n",
62288
62513
  "commentRange": {
62289
62514
  "start": 87,
62290
62515
  "end": 88
62291
62516
  },
62292
62517
  "context": {
62293
62518
  "type": "variable",
62294
- "name": "kendo-toolbar-flat-border-width",
62295
- "value": "1px",
62519
+ "name": "kendo-toolbar-outline-border-width",
62520
+ "value": "$kendo-toolbar-border-width",
62296
62521
  "scope": "default",
62297
62522
  "line": {
62298
62523
  "start": 89,
@@ -62309,18 +62534,143 @@
62309
62534
  }
62310
62535
  },
62311
62536
  {
62312
- "description": "The sizes map for the Toolbar.\n",
62537
+ "description": "The text color of the flat Toolbar.\n",
62313
62538
  "commentRange": {
62314
62539
  "start": 91,
62315
62540
  "end": 92
62316
62541
  },
62317
62542
  "context": {
62318
62543
  "type": "variable",
62319
- "name": "kendo-toolbar-sizes",
62320
- "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
62544
+ "name": "kendo-toolbar-flat-text",
62545
+ "value": "null",
62321
62546
  "scope": "default",
62322
62547
  "line": {
62323
62548
  "start": 93,
62549
+ "end": 93
62550
+ }
62551
+ },
62552
+ "group": [
62553
+ "toolbar"
62554
+ ],
62555
+ "access": "public",
62556
+ "file": {
62557
+ "path": "toolbar/_variables.scss",
62558
+ "name": "_variables.scss"
62559
+ }
62560
+ },
62561
+ {
62562
+ "description": "The color of the border around the flat Toolbar.\n",
62563
+ "commentRange": {
62564
+ "start": 94,
62565
+ "end": 95
62566
+ },
62567
+ "context": {
62568
+ "type": "variable",
62569
+ "name": "kendo-toolbar-flat-border",
62570
+ "value": "$kendo-toolbar-border",
62571
+ "scope": "default",
62572
+ "line": {
62573
+ "start": 96,
62574
+ "end": 96
62575
+ }
62576
+ },
62577
+ "group": [
62578
+ "toolbar"
62579
+ ],
62580
+ "access": "public",
62581
+ "file": {
62582
+ "path": "toolbar/_variables.scss",
62583
+ "name": "_variables.scss"
62584
+ }
62585
+ },
62586
+ {
62587
+ "description": "The gradient of the flat Toolbar.\n",
62588
+ "commentRange": {
62589
+ "start": 97,
62590
+ "end": 98
62591
+ },
62592
+ "context": {
62593
+ "type": "variable",
62594
+ "name": "kendo-toolbar-flat-gradient",
62595
+ "value": "null",
62596
+ "scope": "default",
62597
+ "line": {
62598
+ "start": 99,
62599
+ "end": 99
62600
+ }
62601
+ },
62602
+ "group": [
62603
+ "toolbar"
62604
+ ],
62605
+ "access": "public",
62606
+ "file": {
62607
+ "path": "toolbar/_variables.scss",
62608
+ "name": "_variables.scss"
62609
+ }
62610
+ },
62611
+ {
62612
+ "description": "The box shadow of the flat Toolbar.\n",
62613
+ "commentRange": {
62614
+ "start": 100,
62615
+ "end": 101
62616
+ },
62617
+ "context": {
62618
+ "type": "variable",
62619
+ "name": "kendo-toolbar-flat-shadow",
62620
+ "value": "null",
62621
+ "scope": "default",
62622
+ "line": {
62623
+ "start": 102,
62624
+ "end": 102
62625
+ }
62626
+ },
62627
+ "group": [
62628
+ "toolbar"
62629
+ ],
62630
+ "access": "public",
62631
+ "file": {
62632
+ "path": "toolbar/_variables.scss",
62633
+ "name": "_variables.scss"
62634
+ }
62635
+ },
62636
+ {
62637
+ "description": "Border width of the flat Toolbar.\n",
62638
+ "commentRange": {
62639
+ "start": 103,
62640
+ "end": 104
62641
+ },
62642
+ "context": {
62643
+ "type": "variable",
62644
+ "name": "kendo-toolbar-flat-border-width",
62645
+ "value": "1px",
62646
+ "scope": "default",
62647
+ "line": {
62648
+ "start": 105,
62649
+ "end": 105
62650
+ }
62651
+ },
62652
+ "group": [
62653
+ "toolbar"
62654
+ ],
62655
+ "access": "public",
62656
+ "file": {
62657
+ "path": "toolbar/_variables.scss",
62658
+ "name": "_variables.scss"
62659
+ }
62660
+ },
62661
+ {
62662
+ "description": "The color of the separator border of the Toolbar.\n",
62663
+ "commentRange": {
62664
+ "start": 107,
62665
+ "end": 108
62666
+ },
62667
+ "context": {
62668
+ "type": "variable",
62669
+ "name": "kendo-toolbar-separator-border",
62670
+ "value": "inherit",
62671
+ "scope": "default",
62672
+ "line": {
62673
+ "start": 109,
62324
62674
  "end": 109
62325
62675
  }
62326
62676
  },
@@ -62333,6 +62683,81 @@
62333
62683
  "name": "_variables.scss"
62334
62684
  }
62335
62685
  },
62686
+ {
62687
+ "description": "The width of the input in the Toolbar.\n",
62688
+ "commentRange": {
62689
+ "start": 111,
62690
+ "end": 112
62691
+ },
62692
+ "context": {
62693
+ "type": "variable",
62694
+ "name": "kendo-toolbar-input-width",
62695
+ "value": "10em",
62696
+ "scope": "default",
62697
+ "line": {
62698
+ "start": 113,
62699
+ "end": 113
62700
+ }
62701
+ },
62702
+ "group": [
62703
+ "toolbar"
62704
+ ],
62705
+ "access": "public",
62706
+ "file": {
62707
+ "path": "toolbar/_variables.scss",
62708
+ "name": "_variables.scss"
62709
+ }
62710
+ },
62711
+ {
62712
+ "description": "The box shadow of the focused Toolbar item.\n",
62713
+ "commentRange": {
62714
+ "start": 115,
62715
+ "end": 116
62716
+ },
62717
+ "context": {
62718
+ "type": "variable",
62719
+ "name": "kendo-toolbar-item-shadow",
62720
+ "value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
62721
+ "scope": "default",
62722
+ "line": {
62723
+ "start": 117,
62724
+ "end": 117
62725
+ }
62726
+ },
62727
+ "group": [
62728
+ "toolbar"
62729
+ ],
62730
+ "access": "public",
62731
+ "file": {
62732
+ "path": "toolbar/_variables.scss",
62733
+ "name": "_variables.scss"
62734
+ }
62735
+ },
62736
+ {
62737
+ "description": "The sizes map for the Toolbar.\n",
62738
+ "commentRange": {
62739
+ "start": 119,
62740
+ "end": 120
62741
+ },
62742
+ "context": {
62743
+ "type": "variable",
62744
+ "name": "kendo-toolbar-sizes",
62745
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
62746
+ "scope": "default",
62747
+ "line": {
62748
+ "start": 121,
62749
+ "end": 137
62750
+ }
62751
+ },
62752
+ "group": [
62753
+ "toolbar"
62754
+ ],
62755
+ "access": "public",
62756
+ "file": {
62757
+ "path": "toolbar/_variables.scss",
62758
+ "name": "_variables.scss"
62759
+ }
62760
+ },
62336
62761
  {
62337
62762
  "description": "The vertical padding of the Tooltip.\n",
62338
62763
  "commentRange": {