@progress/kendo-theme-default 7.0.3-dev.3 → 7.1.0-dev.1
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 +143 -109
- package/dist/all.scss +90 -172
- package/dist/meta/sassdoc-data.json +1034 -110
- package/dist/meta/sassdoc-raw-data.json +480 -55
- package/dist/meta/variables.json +10 -62
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/card/_layout.scss +18 -57
- package/scss/colorgradient/_layout.scss +0 -1
- package/scss/grid/_layout.scss +1 -0
- package/scss/notification/_layout.scss +4 -9
- package/scss/notification/_variables.scss +4 -0
- package/scss/popup/_layout.scss +1 -0
- package/scss/slider/_layout.scss +1 -22
- package/scss/timeline/_layout.scss +0 -4
- package/scss/tooltip/_layout.scss +0 -1
- package/scss/tooltip/_theme.scss +13 -62
- package/scss/tooltip/_variables.scss +49 -16
|
@@ -25187,15 +25187,15 @@
|
|
|
25187
25187
|
}
|
|
25188
25188
|
},
|
|
25189
25189
|
{
|
|
25190
|
-
"description": "The
|
|
25190
|
+
"description": "The row-gap between the elements in the Notification group.\n",
|
|
25191
25191
|
"commentRange": {
|
|
25192
25192
|
"start": 3,
|
|
25193
25193
|
"end": 4
|
|
25194
25194
|
},
|
|
25195
25195
|
"context": {
|
|
25196
25196
|
"type": "variable",
|
|
25197
|
-
"name": "kendo-notification-
|
|
25198
|
-
"value": "
|
|
25197
|
+
"name": "kendo-notification-group-gap",
|
|
25198
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
25199
25199
|
"scope": "default",
|
|
25200
25200
|
"line": {
|
|
25201
25201
|
"start": 5,
|
|
@@ -25211,11 +25211,36 @@
|
|
|
25211
25211
|
"name": "_variables.scss"
|
|
25212
25212
|
}
|
|
25213
25213
|
},
|
|
25214
|
+
{
|
|
25215
|
+
"description": "The horizontal padding of the Notification.\n",
|
|
25216
|
+
"commentRange": {
|
|
25217
|
+
"start": 7,
|
|
25218
|
+
"end": 8
|
|
25219
|
+
},
|
|
25220
|
+
"context": {
|
|
25221
|
+
"type": "variable",
|
|
25222
|
+
"name": "kendo-notification-padding-x",
|
|
25223
|
+
"value": "8px",
|
|
25224
|
+
"scope": "default",
|
|
25225
|
+
"line": {
|
|
25226
|
+
"start": 9,
|
|
25227
|
+
"end": 9
|
|
25228
|
+
}
|
|
25229
|
+
},
|
|
25230
|
+
"group": [
|
|
25231
|
+
"notification"
|
|
25232
|
+
],
|
|
25233
|
+
"access": "public",
|
|
25234
|
+
"file": {
|
|
25235
|
+
"path": "notification/_variables.scss",
|
|
25236
|
+
"name": "_variables.scss"
|
|
25237
|
+
}
|
|
25238
|
+
},
|
|
25214
25239
|
{
|
|
25215
25240
|
"description": "The vertical padding of the Notification.\n",
|
|
25216
25241
|
"commentRange": {
|
|
25217
|
-
"start":
|
|
25218
|
-
"end":
|
|
25242
|
+
"start": 10,
|
|
25243
|
+
"end": 11
|
|
25219
25244
|
},
|
|
25220
25245
|
"context": {
|
|
25221
25246
|
"type": "variable",
|
|
@@ -25223,8 +25248,8 @@
|
|
|
25223
25248
|
"value": "4px",
|
|
25224
25249
|
"scope": "default",
|
|
25225
25250
|
"line": {
|
|
25226
|
-
"start":
|
|
25227
|
-
"end":
|
|
25251
|
+
"start": 12,
|
|
25252
|
+
"end": 12
|
|
25228
25253
|
}
|
|
25229
25254
|
},
|
|
25230
25255
|
"group": [
|
|
@@ -25239,8 +25264,8 @@
|
|
|
25239
25264
|
{
|
|
25240
25265
|
"description": "The width of the border around the Notification.\n",
|
|
25241
25266
|
"commentRange": {
|
|
25242
|
-
"start":
|
|
25243
|
-
"end":
|
|
25267
|
+
"start": 13,
|
|
25268
|
+
"end": 14
|
|
25244
25269
|
},
|
|
25245
25270
|
"context": {
|
|
25246
25271
|
"type": "variable",
|
|
@@ -25248,8 +25273,8 @@
|
|
|
25248
25273
|
"value": "1px",
|
|
25249
25274
|
"scope": "default",
|
|
25250
25275
|
"line": {
|
|
25251
|
-
"start":
|
|
25252
|
-
"end":
|
|
25276
|
+
"start": 15,
|
|
25277
|
+
"end": 15
|
|
25253
25278
|
}
|
|
25254
25279
|
},
|
|
25255
25280
|
"group": [
|
|
@@ -25264,8 +25289,8 @@
|
|
|
25264
25289
|
{
|
|
25265
25290
|
"description": "The border radius of the Notification.\n",
|
|
25266
25291
|
"commentRange": {
|
|
25267
|
-
"start":
|
|
25268
|
-
"end":
|
|
25292
|
+
"start": 16,
|
|
25293
|
+
"end": 17
|
|
25269
25294
|
},
|
|
25270
25295
|
"context": {
|
|
25271
25296
|
"type": "variable",
|
|
@@ -25273,8 +25298,8 @@
|
|
|
25273
25298
|
"value": "$kendo-border-radius-md",
|
|
25274
25299
|
"scope": "default",
|
|
25275
25300
|
"line": {
|
|
25276
|
-
"start":
|
|
25277
|
-
"end":
|
|
25301
|
+
"start": 18,
|
|
25302
|
+
"end": 18
|
|
25278
25303
|
}
|
|
25279
25304
|
},
|
|
25280
25305
|
"group": [
|
|
@@ -25289,8 +25314,8 @@
|
|
|
25289
25314
|
{
|
|
25290
25315
|
"description": "The font family of the Notification.\n",
|
|
25291
25316
|
"commentRange": {
|
|
25292
|
-
"start":
|
|
25293
|
-
"end":
|
|
25317
|
+
"start": 19,
|
|
25318
|
+
"end": 20
|
|
25294
25319
|
},
|
|
25295
25320
|
"context": {
|
|
25296
25321
|
"type": "variable",
|
|
@@ -25298,8 +25323,8 @@
|
|
|
25298
25323
|
"value": "$kendo-font-family",
|
|
25299
25324
|
"scope": "default",
|
|
25300
25325
|
"line": {
|
|
25301
|
-
"start":
|
|
25302
|
-
"end":
|
|
25326
|
+
"start": 21,
|
|
25327
|
+
"end": 21
|
|
25303
25328
|
}
|
|
25304
25329
|
},
|
|
25305
25330
|
"group": [
|
|
@@ -25314,8 +25339,8 @@
|
|
|
25314
25339
|
{
|
|
25315
25340
|
"description": "The font size of the Notification.\n",
|
|
25316
25341
|
"commentRange": {
|
|
25317
|
-
"start":
|
|
25318
|
-
"end":
|
|
25342
|
+
"start": 22,
|
|
25343
|
+
"end": 23
|
|
25319
25344
|
},
|
|
25320
25345
|
"context": {
|
|
25321
25346
|
"type": "variable",
|
|
@@ -25323,8 +25348,8 @@
|
|
|
25323
25348
|
"value": "$kendo-font-size-sm",
|
|
25324
25349
|
"scope": "default",
|
|
25325
25350
|
"line": {
|
|
25326
|
-
"start":
|
|
25327
|
-
"end":
|
|
25351
|
+
"start": 24,
|
|
25352
|
+
"end": 24
|
|
25328
25353
|
}
|
|
25329
25354
|
},
|
|
25330
25355
|
"group": [
|
|
@@ -25339,8 +25364,8 @@
|
|
|
25339
25364
|
{
|
|
25340
25365
|
"description": "The line height of the Notification.\n",
|
|
25341
25366
|
"commentRange": {
|
|
25342
|
-
"start":
|
|
25343
|
-
"end":
|
|
25367
|
+
"start": 25,
|
|
25368
|
+
"end": 26
|
|
25344
25369
|
},
|
|
25345
25370
|
"context": {
|
|
25346
25371
|
"type": "variable",
|
|
@@ -25348,8 +25373,8 @@
|
|
|
25348
25373
|
"value": "$kendo-line-height-md",
|
|
25349
25374
|
"scope": "default",
|
|
25350
25375
|
"line": {
|
|
25351
|
-
"start":
|
|
25352
|
-
"end":
|
|
25376
|
+
"start": 27,
|
|
25377
|
+
"end": 27
|
|
25353
25378
|
}
|
|
25354
25379
|
},
|
|
25355
25380
|
"group": [
|
|
@@ -25364,8 +25389,8 @@
|
|
|
25364
25389
|
{
|
|
25365
25390
|
"description": "The background color of the Notification.\n",
|
|
25366
25391
|
"commentRange": {
|
|
25367
|
-
"start":
|
|
25368
|
-
"end":
|
|
25392
|
+
"start": 28,
|
|
25393
|
+
"end": 29
|
|
25369
25394
|
},
|
|
25370
25395
|
"context": {
|
|
25371
25396
|
"type": "variable",
|
|
@@ -25373,8 +25398,8 @@
|
|
|
25373
25398
|
"value": "$kendo-component-bg",
|
|
25374
25399
|
"scope": "default",
|
|
25375
25400
|
"line": {
|
|
25376
|
-
"start":
|
|
25377
|
-
"end":
|
|
25401
|
+
"start": 30,
|
|
25402
|
+
"end": 30
|
|
25378
25403
|
}
|
|
25379
25404
|
},
|
|
25380
25405
|
"group": [
|
|
@@ -25389,8 +25414,8 @@
|
|
|
25389
25414
|
{
|
|
25390
25415
|
"description": "The text color of the Notification.\n",
|
|
25391
25416
|
"commentRange": {
|
|
25392
|
-
"start":
|
|
25393
|
-
"end":
|
|
25417
|
+
"start": 31,
|
|
25418
|
+
"end": 32
|
|
25394
25419
|
},
|
|
25395
25420
|
"context": {
|
|
25396
25421
|
"type": "variable",
|
|
@@ -25398,8 +25423,8 @@
|
|
|
25398
25423
|
"value": "$kendo-component-text",
|
|
25399
25424
|
"scope": "default",
|
|
25400
25425
|
"line": {
|
|
25401
|
-
"start":
|
|
25402
|
-
"end":
|
|
25426
|
+
"start": 33,
|
|
25427
|
+
"end": 33
|
|
25403
25428
|
}
|
|
25404
25429
|
},
|
|
25405
25430
|
"group": [
|
|
@@ -25414,8 +25439,8 @@
|
|
|
25414
25439
|
{
|
|
25415
25440
|
"description": "The border color of the Notification.\n",
|
|
25416
25441
|
"commentRange": {
|
|
25417
|
-
"start":
|
|
25418
|
-
"end":
|
|
25442
|
+
"start": 34,
|
|
25443
|
+
"end": 35
|
|
25419
25444
|
},
|
|
25420
25445
|
"context": {
|
|
25421
25446
|
"type": "variable",
|
|
@@ -25423,8 +25448,8 @@
|
|
|
25423
25448
|
"value": "$kendo-component-border",
|
|
25424
25449
|
"scope": "default",
|
|
25425
25450
|
"line": {
|
|
25426
|
-
"start":
|
|
25427
|
-
"end":
|
|
25451
|
+
"start": 36,
|
|
25452
|
+
"end": 36
|
|
25428
25453
|
}
|
|
25429
25454
|
},
|
|
25430
25455
|
"group": [
|
|
@@ -25439,8 +25464,8 @@
|
|
|
25439
25464
|
{
|
|
25440
25465
|
"description": "The box shadow of the Notification.\n",
|
|
25441
25466
|
"commentRange": {
|
|
25442
|
-
"start":
|
|
25443
|
-
"end":
|
|
25467
|
+
"start": 37,
|
|
25468
|
+
"end": 38
|
|
25444
25469
|
},
|
|
25445
25470
|
"context": {
|
|
25446
25471
|
"type": "variable",
|
|
@@ -25448,8 +25473,8 @@
|
|
|
25448
25473
|
"value": "$kendo-popup-shadow",
|
|
25449
25474
|
"scope": "default",
|
|
25450
25475
|
"line": {
|
|
25451
|
-
"start":
|
|
25452
|
-
"end":
|
|
25476
|
+
"start": 39,
|
|
25477
|
+
"end": 39
|
|
25453
25478
|
}
|
|
25454
25479
|
},
|
|
25455
25480
|
"group": [
|
|
@@ -25464,8 +25489,8 @@
|
|
|
25464
25489
|
{
|
|
25465
25490
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
25466
25491
|
"commentRange": {
|
|
25467
|
-
"start":
|
|
25468
|
-
"end":
|
|
25492
|
+
"start": 41,
|
|
25493
|
+
"end": 42
|
|
25469
25494
|
},
|
|
25470
25495
|
"context": {
|
|
25471
25496
|
"type": "variable",
|
|
@@ -25473,8 +25498,8 @@
|
|
|
25473
25498
|
"value": "$kendo-icon-spacing",
|
|
25474
25499
|
"scope": "default",
|
|
25475
25500
|
"line": {
|
|
25476
|
-
"start":
|
|
25477
|
-
"end":
|
|
25501
|
+
"start": 43,
|
|
25502
|
+
"end": 43
|
|
25478
25503
|
}
|
|
25479
25504
|
},
|
|
25480
25505
|
"group": [
|
|
@@ -25489,8 +25514,8 @@
|
|
|
25489
25514
|
{
|
|
25490
25515
|
"description": "The theme colors map for the Notification.\n",
|
|
25491
25516
|
"commentRange": {
|
|
25492
|
-
"start":
|
|
25493
|
-
"end":
|
|
25517
|
+
"start": 59,
|
|
25518
|
+
"end": 60
|
|
25494
25519
|
},
|
|
25495
25520
|
"context": {
|
|
25496
25521
|
"type": "variable",
|
|
@@ -25498,8 +25523,8 @@
|
|
|
25498
25523
|
"value": "$kendo-theme-colors",
|
|
25499
25524
|
"scope": "default",
|
|
25500
25525
|
"line": {
|
|
25501
|
-
"start":
|
|
25502
|
-
"end":
|
|
25526
|
+
"start": 61,
|
|
25527
|
+
"end": 61
|
|
25503
25528
|
}
|
|
25504
25529
|
},
|
|
25505
25530
|
"group": [
|
|
@@ -25514,8 +25539,8 @@
|
|
|
25514
25539
|
{
|
|
25515
25540
|
"description": "The generated theme colors map for the Notification.\n",
|
|
25516
25541
|
"commentRange": {
|
|
25517
|
-
"start":
|
|
25518
|
-
"end":
|
|
25542
|
+
"start": 62,
|
|
25543
|
+
"end": 63
|
|
25519
25544
|
},
|
|
25520
25545
|
"context": {
|
|
25521
25546
|
"type": "variable",
|
|
@@ -25523,8 +25548,8 @@
|
|
|
25523
25548
|
"value": "notification-theme( $kendo-notification-theme-colors )",
|
|
25524
25549
|
"scope": "default",
|
|
25525
25550
|
"line": {
|
|
25526
|
-
"start":
|
|
25527
|
-
"end":
|
|
25551
|
+
"start": 64,
|
|
25552
|
+
"end": 64
|
|
25528
25553
|
}
|
|
25529
25554
|
},
|
|
25530
25555
|
"group": [
|
|
@@ -36561,6 +36586,406 @@
|
|
|
36561
36586
|
"name": "_variables.scss"
|
|
36562
36587
|
}
|
|
36563
36588
|
},
|
|
36589
|
+
{
|
|
36590
|
+
"description": "The vertical padding of the Tooltip.\n",
|
|
36591
|
+
"commentRange": {
|
|
36592
|
+
"start": 3,
|
|
36593
|
+
"end": 4
|
|
36594
|
+
},
|
|
36595
|
+
"context": {
|
|
36596
|
+
"type": "variable",
|
|
36597
|
+
"name": "kendo-tooltip-padding-y",
|
|
36598
|
+
"value": "$kendo-padding-md-y",
|
|
36599
|
+
"scope": "default",
|
|
36600
|
+
"line": {
|
|
36601
|
+
"start": 5,
|
|
36602
|
+
"end": 5
|
|
36603
|
+
}
|
|
36604
|
+
},
|
|
36605
|
+
"group": [
|
|
36606
|
+
"tooltip"
|
|
36607
|
+
],
|
|
36608
|
+
"access": "public",
|
|
36609
|
+
"file": {
|
|
36610
|
+
"path": "tooltip/_variables.scss",
|
|
36611
|
+
"name": "_variables.scss"
|
|
36612
|
+
}
|
|
36613
|
+
},
|
|
36614
|
+
{
|
|
36615
|
+
"description": "The horizontal padding of the Tooltip.\n",
|
|
36616
|
+
"commentRange": {
|
|
36617
|
+
"start": 6,
|
|
36618
|
+
"end": 7
|
|
36619
|
+
},
|
|
36620
|
+
"context": {
|
|
36621
|
+
"type": "variable",
|
|
36622
|
+
"name": "kendo-tooltip-padding-x",
|
|
36623
|
+
"value": "$kendo-padding-md-x",
|
|
36624
|
+
"scope": "default",
|
|
36625
|
+
"line": {
|
|
36626
|
+
"start": 8,
|
|
36627
|
+
"end": 8
|
|
36628
|
+
}
|
|
36629
|
+
},
|
|
36630
|
+
"group": [
|
|
36631
|
+
"tooltip"
|
|
36632
|
+
],
|
|
36633
|
+
"access": "public",
|
|
36634
|
+
"file": {
|
|
36635
|
+
"path": "tooltip/_variables.scss",
|
|
36636
|
+
"name": "_variables.scss"
|
|
36637
|
+
}
|
|
36638
|
+
},
|
|
36639
|
+
{
|
|
36640
|
+
"description": "The width of the border around the Tooltip.\n",
|
|
36641
|
+
"commentRange": {
|
|
36642
|
+
"start": 9,
|
|
36643
|
+
"end": 10
|
|
36644
|
+
},
|
|
36645
|
+
"context": {
|
|
36646
|
+
"type": "variable",
|
|
36647
|
+
"name": "kendo-tooltip-border-width",
|
|
36648
|
+
"value": "0px",
|
|
36649
|
+
"scope": "default",
|
|
36650
|
+
"line": {
|
|
36651
|
+
"start": 11,
|
|
36652
|
+
"end": 11
|
|
36653
|
+
}
|
|
36654
|
+
},
|
|
36655
|
+
"group": [
|
|
36656
|
+
"tooltip"
|
|
36657
|
+
],
|
|
36658
|
+
"access": "public",
|
|
36659
|
+
"file": {
|
|
36660
|
+
"path": "tooltip/_variables.scss",
|
|
36661
|
+
"name": "_variables.scss"
|
|
36662
|
+
}
|
|
36663
|
+
},
|
|
36664
|
+
{
|
|
36665
|
+
"description": "The border radius of the Tooltip.\n",
|
|
36666
|
+
"commentRange": {
|
|
36667
|
+
"start": 12,
|
|
36668
|
+
"end": 13
|
|
36669
|
+
},
|
|
36670
|
+
"context": {
|
|
36671
|
+
"type": "variable",
|
|
36672
|
+
"name": "kendo-tooltip-border-radius",
|
|
36673
|
+
"value": "$kendo-border-radius-md",
|
|
36674
|
+
"scope": "default",
|
|
36675
|
+
"line": {
|
|
36676
|
+
"start": 14,
|
|
36677
|
+
"end": 14
|
|
36678
|
+
}
|
|
36679
|
+
},
|
|
36680
|
+
"group": [
|
|
36681
|
+
"tooltip"
|
|
36682
|
+
],
|
|
36683
|
+
"access": "public",
|
|
36684
|
+
"file": {
|
|
36685
|
+
"path": "tooltip/_variables.scss",
|
|
36686
|
+
"name": "_variables.scss"
|
|
36687
|
+
}
|
|
36688
|
+
},
|
|
36689
|
+
{
|
|
36690
|
+
"description": "The font family of the Tooltip.\n",
|
|
36691
|
+
"commentRange": {
|
|
36692
|
+
"start": 16,
|
|
36693
|
+
"end": 17
|
|
36694
|
+
},
|
|
36695
|
+
"context": {
|
|
36696
|
+
"type": "variable",
|
|
36697
|
+
"name": "kendo-tooltip-font-family",
|
|
36698
|
+
"value": "$kendo-font-family",
|
|
36699
|
+
"scope": "default",
|
|
36700
|
+
"line": {
|
|
36701
|
+
"start": 18,
|
|
36702
|
+
"end": 18
|
|
36703
|
+
}
|
|
36704
|
+
},
|
|
36705
|
+
"group": [
|
|
36706
|
+
"tooltip"
|
|
36707
|
+
],
|
|
36708
|
+
"access": "public",
|
|
36709
|
+
"file": {
|
|
36710
|
+
"path": "tooltip/_variables.scss",
|
|
36711
|
+
"name": "_variables.scss"
|
|
36712
|
+
}
|
|
36713
|
+
},
|
|
36714
|
+
{
|
|
36715
|
+
"description": "The font size of the Tooltip.\n",
|
|
36716
|
+
"commentRange": {
|
|
36717
|
+
"start": 19,
|
|
36718
|
+
"end": 20
|
|
36719
|
+
},
|
|
36720
|
+
"context": {
|
|
36721
|
+
"type": "variable",
|
|
36722
|
+
"name": "kendo-tooltip-font-size",
|
|
36723
|
+
"value": "$kendo-font-size-md",
|
|
36724
|
+
"scope": "default",
|
|
36725
|
+
"line": {
|
|
36726
|
+
"start": 21,
|
|
36727
|
+
"end": 21
|
|
36728
|
+
}
|
|
36729
|
+
},
|
|
36730
|
+
"group": [
|
|
36731
|
+
"tooltip"
|
|
36732
|
+
],
|
|
36733
|
+
"access": "public",
|
|
36734
|
+
"file": {
|
|
36735
|
+
"path": "tooltip/_variables.scss",
|
|
36736
|
+
"name": "_variables.scss"
|
|
36737
|
+
}
|
|
36738
|
+
},
|
|
36739
|
+
{
|
|
36740
|
+
"description": "The line height of the Tooltip.\n",
|
|
36741
|
+
"commentRange": {
|
|
36742
|
+
"start": 22,
|
|
36743
|
+
"end": 23
|
|
36744
|
+
},
|
|
36745
|
+
"context": {
|
|
36746
|
+
"type": "variable",
|
|
36747
|
+
"name": "kendo-tooltip-line-height",
|
|
36748
|
+
"value": "1.25",
|
|
36749
|
+
"scope": "default",
|
|
36750
|
+
"line": {
|
|
36751
|
+
"start": 24,
|
|
36752
|
+
"end": 24
|
|
36753
|
+
}
|
|
36754
|
+
},
|
|
36755
|
+
"group": [
|
|
36756
|
+
"tooltip"
|
|
36757
|
+
],
|
|
36758
|
+
"access": "public",
|
|
36759
|
+
"file": {
|
|
36760
|
+
"path": "tooltip/_variables.scss",
|
|
36761
|
+
"name": "_variables.scss"
|
|
36762
|
+
}
|
|
36763
|
+
},
|
|
36764
|
+
{
|
|
36765
|
+
"description": "The font size of the Tooltip title.\n",
|
|
36766
|
+
"commentRange": {
|
|
36767
|
+
"start": 26,
|
|
36768
|
+
"end": 27
|
|
36769
|
+
},
|
|
36770
|
+
"context": {
|
|
36771
|
+
"type": "variable",
|
|
36772
|
+
"name": "kendo-tooltip-title-font-size",
|
|
36773
|
+
"value": "($kendo-tooltip-font-size * 1.25)",
|
|
36774
|
+
"scope": "default",
|
|
36775
|
+
"line": {
|
|
36776
|
+
"start": 28,
|
|
36777
|
+
"end": 28
|
|
36778
|
+
}
|
|
36779
|
+
},
|
|
36780
|
+
"group": [
|
|
36781
|
+
"tooltip"
|
|
36782
|
+
],
|
|
36783
|
+
"access": "public",
|
|
36784
|
+
"file": {
|
|
36785
|
+
"path": "tooltip/_variables.scss",
|
|
36786
|
+
"name": "_variables.scss"
|
|
36787
|
+
}
|
|
36788
|
+
},
|
|
36789
|
+
{
|
|
36790
|
+
"description": "The line height of the Tooltip title.\n",
|
|
36791
|
+
"commentRange": {
|
|
36792
|
+
"start": 29,
|
|
36793
|
+
"end": 30
|
|
36794
|
+
},
|
|
36795
|
+
"context": {
|
|
36796
|
+
"type": "variable",
|
|
36797
|
+
"name": "kendo-tooltip-title-line-height",
|
|
36798
|
+
"value": "1",
|
|
36799
|
+
"scope": "default",
|
|
36800
|
+
"line": {
|
|
36801
|
+
"start": 31,
|
|
36802
|
+
"end": 31
|
|
36803
|
+
}
|
|
36804
|
+
},
|
|
36805
|
+
"group": [
|
|
36806
|
+
"tooltip"
|
|
36807
|
+
],
|
|
36808
|
+
"access": "public",
|
|
36809
|
+
"file": {
|
|
36810
|
+
"path": "tooltip/_variables.scss",
|
|
36811
|
+
"name": "_variables.scss"
|
|
36812
|
+
}
|
|
36813
|
+
},
|
|
36814
|
+
{
|
|
36815
|
+
"description": "The size of the Tooltip callout.\n",
|
|
36816
|
+
"commentRange": {
|
|
36817
|
+
"start": 33,
|
|
36818
|
+
"end": 34
|
|
36819
|
+
},
|
|
36820
|
+
"context": {
|
|
36821
|
+
"type": "variable",
|
|
36822
|
+
"name": "kendo-tooltip-callout-size",
|
|
36823
|
+
"value": "6px",
|
|
36824
|
+
"scope": "default",
|
|
36825
|
+
"line": {
|
|
36826
|
+
"start": 35,
|
|
36827
|
+
"end": 35
|
|
36828
|
+
}
|
|
36829
|
+
},
|
|
36830
|
+
"group": [
|
|
36831
|
+
"tooltip"
|
|
36832
|
+
],
|
|
36833
|
+
"access": "public",
|
|
36834
|
+
"file": {
|
|
36835
|
+
"path": "tooltip/_variables.scss",
|
|
36836
|
+
"name": "_variables.scss"
|
|
36837
|
+
}
|
|
36838
|
+
},
|
|
36839
|
+
{
|
|
36840
|
+
"description": "The default background of the Tooltip.\n",
|
|
36841
|
+
"commentRange": {
|
|
36842
|
+
"start": 37,
|
|
36843
|
+
"end": 38
|
|
36844
|
+
},
|
|
36845
|
+
"context": {
|
|
36846
|
+
"type": "variable",
|
|
36847
|
+
"name": "kendo-tooltip-bg",
|
|
36848
|
+
"value": "rgba( k-contrast-legacy( $kendo-body-bg ), .75 )",
|
|
36849
|
+
"scope": "default",
|
|
36850
|
+
"line": {
|
|
36851
|
+
"start": 39,
|
|
36852
|
+
"end": 39
|
|
36853
|
+
}
|
|
36854
|
+
},
|
|
36855
|
+
"group": [
|
|
36856
|
+
"tooltip"
|
|
36857
|
+
],
|
|
36858
|
+
"access": "public",
|
|
36859
|
+
"file": {
|
|
36860
|
+
"path": "tooltip/_variables.scss",
|
|
36861
|
+
"name": "_variables.scss"
|
|
36862
|
+
}
|
|
36863
|
+
},
|
|
36864
|
+
{
|
|
36865
|
+
"description": "The default text color of the Tooltip.\n",
|
|
36866
|
+
"commentRange": {
|
|
36867
|
+
"start": 40,
|
|
36868
|
+
"end": 41
|
|
36869
|
+
},
|
|
36870
|
+
"context": {
|
|
36871
|
+
"type": "variable",
|
|
36872
|
+
"name": "kendo-tooltip-text",
|
|
36873
|
+
"value": "k-contrast-legacy( $kendo-tooltip-bg )",
|
|
36874
|
+
"scope": "default",
|
|
36875
|
+
"line": {
|
|
36876
|
+
"start": 42,
|
|
36877
|
+
"end": 42
|
|
36878
|
+
}
|
|
36879
|
+
},
|
|
36880
|
+
"group": [
|
|
36881
|
+
"tooltip"
|
|
36882
|
+
],
|
|
36883
|
+
"access": "public",
|
|
36884
|
+
"file": {
|
|
36885
|
+
"path": "tooltip/_variables.scss",
|
|
36886
|
+
"name": "_variables.scss"
|
|
36887
|
+
}
|
|
36888
|
+
},
|
|
36889
|
+
{
|
|
36890
|
+
"description": "The default border color of the Tooltip.\n",
|
|
36891
|
+
"commentRange": {
|
|
36892
|
+
"start": 43,
|
|
36893
|
+
"end": 44
|
|
36894
|
+
},
|
|
36895
|
+
"context": {
|
|
36896
|
+
"type": "variable",
|
|
36897
|
+
"name": "kendo-tooltip-border",
|
|
36898
|
+
"value": "$kendo-tooltip-bg",
|
|
36899
|
+
"scope": "default",
|
|
36900
|
+
"line": {
|
|
36901
|
+
"start": 45,
|
|
36902
|
+
"end": 45
|
|
36903
|
+
}
|
|
36904
|
+
},
|
|
36905
|
+
"group": [
|
|
36906
|
+
"tooltip"
|
|
36907
|
+
],
|
|
36908
|
+
"access": "public",
|
|
36909
|
+
"file": {
|
|
36910
|
+
"path": "tooltip/_variables.scss",
|
|
36911
|
+
"name": "_variables.scss"
|
|
36912
|
+
}
|
|
36913
|
+
},
|
|
36914
|
+
{
|
|
36915
|
+
"description": "The box-shadow of the Tooltip.\n",
|
|
36916
|
+
"commentRange": {
|
|
36917
|
+
"start": 47,
|
|
36918
|
+
"end": 48
|
|
36919
|
+
},
|
|
36920
|
+
"context": {
|
|
36921
|
+
"type": "variable",
|
|
36922
|
+
"name": "kendo-tooltip-shadow",
|
|
36923
|
+
"value": "k-elevation(2)",
|
|
36924
|
+
"scope": "default",
|
|
36925
|
+
"line": {
|
|
36926
|
+
"start": 49,
|
|
36927
|
+
"end": 49
|
|
36928
|
+
}
|
|
36929
|
+
},
|
|
36930
|
+
"group": [
|
|
36931
|
+
"tooltip"
|
|
36932
|
+
],
|
|
36933
|
+
"access": "public",
|
|
36934
|
+
"file": {
|
|
36935
|
+
"path": "tooltip/_variables.scss",
|
|
36936
|
+
"name": "_variables.scss"
|
|
36937
|
+
}
|
|
36938
|
+
},
|
|
36939
|
+
{
|
|
36940
|
+
"description": "The theme colors map for the Tooltip.\n",
|
|
36941
|
+
"commentRange": {
|
|
36942
|
+
"start": 65,
|
|
36943
|
+
"end": 66
|
|
36944
|
+
},
|
|
36945
|
+
"context": {
|
|
36946
|
+
"type": "variable",
|
|
36947
|
+
"name": "kendo-tooltip-theme-colors",
|
|
36948
|
+
"value": "$kendo-theme-colors",
|
|
36949
|
+
"scope": "default",
|
|
36950
|
+
"line": {
|
|
36951
|
+
"start": 67,
|
|
36952
|
+
"end": 67
|
|
36953
|
+
}
|
|
36954
|
+
},
|
|
36955
|
+
"group": [
|
|
36956
|
+
"tooltip"
|
|
36957
|
+
],
|
|
36958
|
+
"access": "public",
|
|
36959
|
+
"file": {
|
|
36960
|
+
"path": "tooltip/_variables.scss",
|
|
36961
|
+
"name": "_variables.scss"
|
|
36962
|
+
}
|
|
36963
|
+
},
|
|
36964
|
+
{
|
|
36965
|
+
"description": "The generated theme colors map for the Tooltip.\n",
|
|
36966
|
+
"commentRange": {
|
|
36967
|
+
"start": 68,
|
|
36968
|
+
"end": 69
|
|
36969
|
+
},
|
|
36970
|
+
"context": {
|
|
36971
|
+
"type": "variable",
|
|
36972
|
+
"name": "kendo-tooltip-theme",
|
|
36973
|
+
"value": "tooltip-theme( $kendo-tooltip-theme-colors )",
|
|
36974
|
+
"scope": "default",
|
|
36975
|
+
"line": {
|
|
36976
|
+
"start": 70,
|
|
36977
|
+
"end": 70
|
|
36978
|
+
}
|
|
36979
|
+
},
|
|
36980
|
+
"group": [
|
|
36981
|
+
"tooltip"
|
|
36982
|
+
],
|
|
36983
|
+
"access": "public",
|
|
36984
|
+
"file": {
|
|
36985
|
+
"path": "tooltip/_variables.scss",
|
|
36986
|
+
"name": "_variables.scss"
|
|
36987
|
+
}
|
|
36988
|
+
},
|
|
36564
36989
|
{
|
|
36565
36990
|
"description": "The font family of the TreeView.\n",
|
|
36566
36991
|
"commentRange": {
|