@progress/kendo-theme-material 11.1.0-dev.7 → 11.1.0-dev.8

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 (46) 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 +1134 -108
  20. package/dist/meta/sassdoc-raw-data.json +524 -49
  21. package/dist/meta/variables.json +88 -4
  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/button/_variables.scss +5 -0
  41. package/scss/index.scss +3 -0
  42. package/scss/speech-to-text-button/_variables.scss +1 -7
  43. package/scss/suggestion/_index.scss +16 -0
  44. package/scss/suggestion/_layout.scss +6 -0
  45. package/scss/suggestion/_theme.scss +16 -0
  46. package/scss/suggestion/_variables.scss +93 -0
@@ -4374,11 +4374,36 @@
4374
4374
  "name": "_variables.scss"
4375
4375
  }
4376
4376
  },
4377
+ {
4378
+ "description": "The opacity of the pulsing animation for the generating Button.\n",
4379
+ "commentRange": {
4380
+ "start": 215,
4381
+ "end": 216
4382
+ },
4383
+ "context": {
4384
+ "type": "variable",
4385
+ "name": "kendo-button-pulsing-opacity",
4386
+ "value": ".6",
4387
+ "scope": "default",
4388
+ "line": {
4389
+ "start": 217,
4390
+ "end": 217
4391
+ }
4392
+ },
4393
+ "group": [
4394
+ "button"
4395
+ ],
4396
+ "access": "public",
4397
+ "file": {
4398
+ "path": "button/_variables.scss",
4399
+ "name": "_variables.scss"
4400
+ }
4401
+ },
4377
4402
  {
4378
4403
  "description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
4379
4404
  "commentRange": {
4380
- "start": 247,
4381
- "end": 248
4405
+ "start": 251,
4406
+ "end": 252
4382
4407
  },
4383
4408
  "context": {
4384
4409
  "type": "variable",
@@ -4386,8 +4411,8 @@
4386
4411
  "value": ".08",
4387
4412
  "scope": "default",
4388
4413
  "line": {
4389
- "start": 249,
4390
- "end": 249
4414
+ "start": 253,
4415
+ "end": 253
4391
4416
  }
4392
4417
  },
4393
4418
  "group": [
@@ -4402,8 +4427,8 @@
4402
4427
  {
4403
4428
  "description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
4404
4429
  "commentRange": {
4405
- "start": 250,
4406
- "end": 251
4430
+ "start": 254,
4431
+ "end": 255
4407
4432
  },
4408
4433
  "context": {
4409
4434
  "type": "variable",
@@ -4411,8 +4436,8 @@
4411
4436
  "value": ".12",
4412
4437
  "scope": "default",
4413
4438
  "line": {
4414
- "start": 252,
4415
- "end": 252
4439
+ "start": 256,
4440
+ "end": 256
4416
4441
  }
4417
4442
  },
4418
4443
  "group": [
@@ -4427,8 +4452,8 @@
4427
4452
  {
4428
4453
  "description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
4429
4454
  "commentRange": {
4430
- "start": 253,
4431
- "end": 254
4455
+ "start": 257,
4456
+ "end": 258
4432
4457
  },
4433
4458
  "context": {
4434
4459
  "type": "variable",
@@ -4436,8 +4461,8 @@
4436
4461
  "value": ".16",
4437
4462
  "scope": "default",
4438
4463
  "line": {
4439
- "start": 255,
4440
- "end": 255
4464
+ "start": 259,
4465
+ "end": 259
4441
4466
  }
4442
4467
  },
4443
4468
  "group": [
@@ -4452,8 +4477,8 @@
4452
4477
  {
4453
4478
  "description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
4454
4479
  "commentRange": {
4455
- "start": 256,
4456
- "end": 257
4480
+ "start": 260,
4481
+ "end": 261
4457
4482
  },
4458
4483
  "context": {
4459
4484
  "type": "variable",
@@ -4461,8 +4486,8 @@
4461
4486
  "value": ".22",
4462
4487
  "scope": "default",
4463
4488
  "line": {
4464
- "start": 258,
4465
- "end": 258
4489
+ "start": 262,
4490
+ "end": 262
4466
4491
  }
4467
4492
  },
4468
4493
  "group": [
@@ -4477,8 +4502,8 @@
4477
4502
  {
4478
4503
  "description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
4479
4504
  "commentRange": {
4480
- "start": 259,
4481
- "end": 260
4505
+ "start": 263,
4506
+ "end": 264
4482
4507
  },
4483
4508
  "context": {
4484
4509
  "type": "variable",
@@ -4486,8 +4511,8 @@
4486
4511
  "value": "unset",
4487
4512
  "scope": "default",
4488
4513
  "line": {
4489
- "start": 261,
4490
- "end": 261
4514
+ "start": 265,
4515
+ "end": 265
4491
4516
  }
4492
4517
  },
4493
4518
  "group": [
@@ -4502,8 +4527,8 @@
4502
4527
  {
4503
4528
  "description": "The box-shadow transition of the Button.\n",
4504
4529
  "commentRange": {
4505
- "start": 263,
4506
- "end": 264
4530
+ "start": 267,
4531
+ "end": 268
4507
4532
  },
4508
4533
  "context": {
4509
4534
  "type": "variable",
@@ -4511,8 +4536,8 @@
4511
4536
  "value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
4512
4537
  "scope": "default",
4513
4538
  "line": {
4514
- "start": 265,
4515
- "end": 265
4539
+ "start": 269,
4540
+ "end": 269
4516
4541
  }
4517
4542
  },
4518
4543
  "group": [
@@ -51796,31 +51821,6 @@
51796
51821
  "name": "index.import.scss"
51797
51822
  }
51798
51823
  },
51799
- {
51800
- "description": "The opacity applied to the listening SpeechToTextButton\n",
51801
- "commentRange": {
51802
- "start": 1,
51803
- "end": 2
51804
- },
51805
- "context": {
51806
- "type": "variable",
51807
- "name": "kendo-speech-to-text-button-listening-opacity",
51808
- "value": "0.6",
51809
- "scope": "default",
51810
- "line": {
51811
- "start": 3,
51812
- "end": 3
51813
- }
51814
- },
51815
- "group": [
51816
- "speech-to-text-button"
51817
- ],
51818
- "access": "public",
51819
- "file": {
51820
- "path": "speech-to-text-button/_variables.scss",
51821
- "name": "_variables.scss"
51822
- }
51823
- },
51824
51824
  {
51825
51825
  "description": "The focus shadow of the SplitButton.\n",
51826
51826
  "commentRange": {
@@ -56271,6 +56271,481 @@
56271
56271
  "name": "_variables.scss"
56272
56272
  }
56273
56273
  },
56274
+ {
56275
+ "description": "The vertical padding of the Suggestion wrapper.\n",
56276
+ "commentRange": {
56277
+ "start": 4,
56278
+ "end": 5
56279
+ },
56280
+ "context": {
56281
+ "type": "variable",
56282
+ "name": "kendo-suggestion-padding-y",
56283
+ "value": "k-spacing(2)",
56284
+ "scope": "default",
56285
+ "line": {
56286
+ "start": 6,
56287
+ "end": 6
56288
+ }
56289
+ },
56290
+ "group": [
56291
+ "suggestion"
56292
+ ],
56293
+ "access": "public",
56294
+ "file": {
56295
+ "path": "suggestion/_variables.scss",
56296
+ "name": "_variables.scss"
56297
+ }
56298
+ },
56299
+ {
56300
+ "description": "The horizontal padding of the Suggestion wrapper.\n",
56301
+ "commentRange": {
56302
+ "start": 7,
56303
+ "end": 8
56304
+ },
56305
+ "context": {
56306
+ "type": "variable",
56307
+ "name": "kendo-suggestion-padding-x",
56308
+ "value": "k-spacing(3)",
56309
+ "scope": "default",
56310
+ "line": {
56311
+ "start": 9,
56312
+ "end": 9
56313
+ }
56314
+ },
56315
+ "group": [
56316
+ "suggestion"
56317
+ ],
56318
+ "access": "public",
56319
+ "file": {
56320
+ "path": "suggestion/_variables.scss",
56321
+ "name": "_variables.scss"
56322
+ }
56323
+ },
56324
+ {
56325
+ "description": "The horizontal padding of the Suggestion wrapper.\n",
56326
+ "commentRange": {
56327
+ "start": 10,
56328
+ "end": 11
56329
+ },
56330
+ "context": {
56331
+ "type": "variable",
56332
+ "name": "kendo-suggestion-spacing",
56333
+ "value": "k-spacing(2)",
56334
+ "scope": "default",
56335
+ "line": {
56336
+ "start": 12,
56337
+ "end": 12
56338
+ }
56339
+ },
56340
+ "group": [
56341
+ "suggestion"
56342
+ ],
56343
+ "access": "public",
56344
+ "file": {
56345
+ "path": "suggestion/_variables.scss",
56346
+ "name": "_variables.scss"
56347
+ }
56348
+ },
56349
+ {
56350
+ "description": "The border width of the Suggestion.\n",
56351
+ "commentRange": {
56352
+ "start": 13,
56353
+ "end": 14
56354
+ },
56355
+ "context": {
56356
+ "type": "variable",
56357
+ "name": "kendo-suggestion-border-width",
56358
+ "value": "1px",
56359
+ "scope": "default",
56360
+ "line": {
56361
+ "start": 15,
56362
+ "end": 15
56363
+ }
56364
+ },
56365
+ "group": [
56366
+ "suggestion"
56367
+ ],
56368
+ "access": "public",
56369
+ "file": {
56370
+ "path": "suggestion/_variables.scss",
56371
+ "name": "_variables.scss"
56372
+ }
56373
+ },
56374
+ {
56375
+ "description": "The border style of the Suggestion.\n",
56376
+ "commentRange": {
56377
+ "start": 16,
56378
+ "end": 17
56379
+ },
56380
+ "context": {
56381
+ "type": "variable",
56382
+ "name": "kendo-suggestion-border-style",
56383
+ "value": "solid",
56384
+ "scope": "default",
56385
+ "line": {
56386
+ "start": 18,
56387
+ "end": 18
56388
+ }
56389
+ },
56390
+ "group": [
56391
+ "suggestion"
56392
+ ],
56393
+ "access": "public",
56394
+ "file": {
56395
+ "path": "suggestion/_variables.scss",
56396
+ "name": "_variables.scss"
56397
+ }
56398
+ },
56399
+ {
56400
+ "description": "The line height of the Suggestion.\n",
56401
+ "commentRange": {
56402
+ "start": 20,
56403
+ "end": 21
56404
+ },
56405
+ "context": {
56406
+ "type": "variable",
56407
+ "name": "kendo-suggestion-line-height",
56408
+ "value": "var( --kendo-line-height, normal )",
56409
+ "scope": "default",
56410
+ "line": {
56411
+ "start": 22,
56412
+ "end": 22
56413
+ }
56414
+ },
56415
+ "group": [
56416
+ "suggestion"
56417
+ ],
56418
+ "access": "public",
56419
+ "file": {
56420
+ "path": "suggestion/_variables.scss",
56421
+ "name": "_variables.scss"
56422
+ }
56423
+ },
56424
+ {
56425
+ "description": "The border radius of the Suggestion.\n",
56426
+ "commentRange": {
56427
+ "start": 23,
56428
+ "end": 24
56429
+ },
56430
+ "context": {
56431
+ "type": "variable",
56432
+ "name": "kendo-suggestion-border-radius",
56433
+ "value": "k-border-radius(xxl)",
56434
+ "scope": "default",
56435
+ "line": {
56436
+ "start": 25,
56437
+ "end": 25
56438
+ }
56439
+ },
56440
+ "group": [
56441
+ "suggestion"
56442
+ ],
56443
+ "access": "public",
56444
+ "file": {
56445
+ "path": "suggestion/_variables.scss",
56446
+ "name": "_variables.scss"
56447
+ }
56448
+ },
56449
+ {
56450
+ "description": "The background color of the Suggestion.\n",
56451
+ "commentRange": {
56452
+ "start": 27,
56453
+ "end": 28
56454
+ },
56455
+ "context": {
56456
+ "type": "variable",
56457
+ "name": "kendo-suggestion-bg",
56458
+ "value": "k-color(base-subtle)",
56459
+ "scope": "default",
56460
+ "line": {
56461
+ "start": 29,
56462
+ "end": 29
56463
+ }
56464
+ },
56465
+ "group": [
56466
+ "suggestion"
56467
+ ],
56468
+ "access": "public",
56469
+ "file": {
56470
+ "path": "suggestion/_variables.scss",
56471
+ "name": "_variables.scss"
56472
+ }
56473
+ },
56474
+ {
56475
+ "description": "The text color of the Suggestion.\n",
56476
+ "commentRange": {
56477
+ "start": 30,
56478
+ "end": 31
56479
+ },
56480
+ "context": {
56481
+ "type": "variable",
56482
+ "name": "kendo-suggestion-text",
56483
+ "value": "k-color(base-on-subtle)",
56484
+ "scope": "default",
56485
+ "line": {
56486
+ "start": 32,
56487
+ "end": 32
56488
+ }
56489
+ },
56490
+ "group": [
56491
+ "suggestion"
56492
+ ],
56493
+ "access": "public",
56494
+ "file": {
56495
+ "path": "suggestion/_variables.scss",
56496
+ "name": "_variables.scss"
56497
+ }
56498
+ },
56499
+ {
56500
+ "description": "The border color of the Suggestion.\n",
56501
+ "commentRange": {
56502
+ "start": 33,
56503
+ "end": 34
56504
+ },
56505
+ "context": {
56506
+ "type": "variable",
56507
+ "name": "kendo-suggestion-border",
56508
+ "value": "k-color(base-emphasis)",
56509
+ "scope": "default",
56510
+ "line": {
56511
+ "start": 35,
56512
+ "end": 35
56513
+ }
56514
+ },
56515
+ "group": [
56516
+ "suggestion"
56517
+ ],
56518
+ "access": "public",
56519
+ "file": {
56520
+ "path": "suggestion/_variables.scss",
56521
+ "name": "_variables.scss"
56522
+ }
56523
+ },
56524
+ {
56525
+ "description": "The background color of the hovered Suggestion.\n",
56526
+ "commentRange": {
56527
+ "start": 37,
56528
+ "end": 38
56529
+ },
56530
+ "context": {
56531
+ "type": "variable",
56532
+ "name": "kendo-suggestion-hover-bg",
56533
+ "value": "k-color(base-subtle-hover)",
56534
+ "scope": "default",
56535
+ "line": {
56536
+ "start": 39,
56537
+ "end": 39
56538
+ }
56539
+ },
56540
+ "group": [
56541
+ "suggestion"
56542
+ ],
56543
+ "access": "public",
56544
+ "file": {
56545
+ "path": "suggestion/_variables.scss",
56546
+ "name": "_variables.scss"
56547
+ }
56548
+ },
56549
+ {
56550
+ "description": "The text color of the hovered Suggestion.\n",
56551
+ "commentRange": {
56552
+ "start": 40,
56553
+ "end": 41
56554
+ },
56555
+ "context": {
56556
+ "type": "variable",
56557
+ "name": "kendo-suggestion-hover-text",
56558
+ "value": "k-color(base-on-subtle)",
56559
+ "scope": "default",
56560
+ "line": {
56561
+ "start": 42,
56562
+ "end": 42
56563
+ }
56564
+ },
56565
+ "group": [
56566
+ "suggestion"
56567
+ ],
56568
+ "access": "public",
56569
+ "file": {
56570
+ "path": "suggestion/_variables.scss",
56571
+ "name": "_variables.scss"
56572
+ }
56573
+ },
56574
+ {
56575
+ "description": "The border color of the hovered Suggestion.\n",
56576
+ "commentRange": {
56577
+ "start": 43,
56578
+ "end": 44
56579
+ },
56580
+ "context": {
56581
+ "type": "variable",
56582
+ "name": "kendo-suggestion-hover-border",
56583
+ "value": "k-color(base-emphasis)",
56584
+ "scope": "default",
56585
+ "line": {
56586
+ "start": 45,
56587
+ "end": 45
56588
+ }
56589
+ },
56590
+ "group": [
56591
+ "suggestion"
56592
+ ],
56593
+ "access": "public",
56594
+ "file": {
56595
+ "path": "suggestion/_variables.scss",
56596
+ "name": "_variables.scss"
56597
+ }
56598
+ },
56599
+ {
56600
+ "description": "The background color of the active Suggestion.\n",
56601
+ "commentRange": {
56602
+ "start": 47,
56603
+ "end": 48
56604
+ },
56605
+ "context": {
56606
+ "type": "variable",
56607
+ "name": "kendo-suggestion-active-bg",
56608
+ "value": "k-color(base-subtle-active)",
56609
+ "scope": "default",
56610
+ "line": {
56611
+ "start": 49,
56612
+ "end": 49
56613
+ }
56614
+ },
56615
+ "group": [
56616
+ "suggestion"
56617
+ ],
56618
+ "access": "public",
56619
+ "file": {
56620
+ "path": "suggestion/_variables.scss",
56621
+ "name": "_variables.scss"
56622
+ }
56623
+ },
56624
+ {
56625
+ "description": "The text color of the active Suggestion.\n",
56626
+ "commentRange": {
56627
+ "start": 50,
56628
+ "end": 51
56629
+ },
56630
+ "context": {
56631
+ "type": "variable",
56632
+ "name": "kendo-suggestion-active-text",
56633
+ "value": "k-color(base-on-subtle)",
56634
+ "scope": "default",
56635
+ "line": {
56636
+ "start": 52,
56637
+ "end": 52
56638
+ }
56639
+ },
56640
+ "group": [
56641
+ "suggestion"
56642
+ ],
56643
+ "access": "public",
56644
+ "file": {
56645
+ "path": "suggestion/_variables.scss",
56646
+ "name": "_variables.scss"
56647
+ }
56648
+ },
56649
+ {
56650
+ "description": "The border color of the active Suggestion.\n",
56651
+ "commentRange": {
56652
+ "start": 53,
56653
+ "end": 54
56654
+ },
56655
+ "context": {
56656
+ "type": "variable",
56657
+ "name": "kendo-suggestion-active-border",
56658
+ "value": "k-color(base-emphasis)",
56659
+ "scope": "default",
56660
+ "line": {
56661
+ "start": 55,
56662
+ "end": 55
56663
+ }
56664
+ },
56665
+ "group": [
56666
+ "suggestion"
56667
+ ],
56668
+ "access": "public",
56669
+ "file": {
56670
+ "path": "suggestion/_variables.scss",
56671
+ "name": "_variables.scss"
56672
+ }
56673
+ },
56674
+ {
56675
+ "description": "The shadow blur of the focused Suggestion.\n",
56676
+ "commentRange": {
56677
+ "start": 57,
56678
+ "end": 58
56679
+ },
56680
+ "context": {
56681
+ "type": "variable",
56682
+ "name": "kendo-suggestion-focus-shadow-blur",
56683
+ "value": "0",
56684
+ "scope": "default",
56685
+ "line": {
56686
+ "start": 59,
56687
+ "end": 59
56688
+ }
56689
+ },
56690
+ "group": [
56691
+ "suggestion"
56692
+ ],
56693
+ "access": "public",
56694
+ "file": {
56695
+ "path": "suggestion/_variables.scss",
56696
+ "name": "_variables.scss"
56697
+ }
56698
+ },
56699
+ {
56700
+ "description": "The shadow spread of the focused Suggestion.\n",
56701
+ "commentRange": {
56702
+ "start": 60,
56703
+ "end": 61
56704
+ },
56705
+ "context": {
56706
+ "type": "variable",
56707
+ "name": "kendo-suggestion-focus-shadow-spread",
56708
+ "value": "3px",
56709
+ "scope": "default",
56710
+ "line": {
56711
+ "start": 62,
56712
+ "end": 62
56713
+ }
56714
+ },
56715
+ "group": [
56716
+ "suggestion"
56717
+ ],
56718
+ "access": "public",
56719
+ "file": {
56720
+ "path": "suggestion/_variables.scss",
56721
+ "name": "_variables.scss"
56722
+ }
56723
+ },
56724
+ {
56725
+ "description": "The shadow color of the focused Suggestion.\n",
56726
+ "commentRange": {
56727
+ "start": 63,
56728
+ "end": 64
56729
+ },
56730
+ "context": {
56731
+ "type": "variable",
56732
+ "name": "kendo-suggestion-focus-shadow-color",
56733
+ "value": "k-color(surface)",
56734
+ "scope": "default",
56735
+ "line": {
56736
+ "start": 65,
56737
+ "end": 65
56738
+ }
56739
+ },
56740
+ "group": [
56741
+ "suggestion"
56742
+ ],
56743
+ "access": "public",
56744
+ "file": {
56745
+ "path": "suggestion/_variables.scss",
56746
+ "name": "_variables.scss"
56747
+ }
56748
+ },
56274
56749
  {
56275
56750
  "description": "The font family of the Switch.\n",
56276
56751
  "commentRange": {