@progress/kendo-theme-material 11.3.2 → 12.0.0-dev.0

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 (48) 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 +5233 -3985
  20. package/dist/meta/sassdoc-raw-data.json +1053 -478
  21. package/dist/meta/variables.json +200 -104
  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/bubble/_index.scss +16 -0
  41. package/scss/bubble/_layout.scss +18 -0
  42. package/scss/bubble/_theme.scss +24 -0
  43. package/scss/bubble/_variables.scss +94 -0
  44. package/scss/chat/_index.scss +18 -2
  45. package/scss/chat/_layout.scss +11 -27
  46. package/scss/chat/_theme.scss +24 -5
  47. package/scss/chat/_variables.scss +142 -131
  48. package/scss/index.scss +4 -0
@@ -2292,6 +2292,90 @@
2292
2292
  "secondary": "var(--kendo-color-secondary, #E8DEF8)"
2293
2293
  }
2294
2294
  },
2295
+ "kendo-bubble-border-radius": {
2296
+ "type": "String",
2297
+ "value": "var(--kendo-border-radius-xl, 0.75rem)"
2298
+ },
2299
+ "kendo-bubble-border-radius-sm": {
2300
+ "type": "String",
2301
+ "value": "var(--kendo-border-radius-xs, 1px)"
2302
+ },
2303
+ "kendo-bubble-padding-y": {
2304
+ "type": "String",
2305
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2306
+ },
2307
+ "kendo-bubble-padding-x": {
2308
+ "type": "String",
2309
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2310
+ },
2311
+ "kendo-bubble-border-width": {
2312
+ "type": "Number",
2313
+ "value": "1px"
2314
+ },
2315
+ "kendo-bubble-border-style": {
2316
+ "type": "String",
2317
+ "value": "solid"
2318
+ },
2319
+ "kendo-bubble-line-height": {
2320
+ "type": "String",
2321
+ "value": "var(--kendo-line-height, normal)"
2322
+ },
2323
+ "kendo-bubble-text": {
2324
+ "type": "String",
2325
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
2326
+ },
2327
+ "kendo-bubble-bg": {
2328
+ "type": "String",
2329
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
2330
+ },
2331
+ "kendo-bubble-border": {
2332
+ "type": "String",
2333
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
2334
+ },
2335
+ "kendo-bubble-shadow": {
2336
+ "type": "String",
2337
+ "value": "none"
2338
+ },
2339
+ "kendo-bubble-hover-bg": {
2340
+ "type": "String",
2341
+ "value": "var(--kendo-color-base-subtle-hover, #E2DDE5)"
2342
+ },
2343
+ "kendo-bubble-hover-border": {
2344
+ "type": "String",
2345
+ "value": "var(--kendo-color-base-subtle-hover, #E2DDE5)"
2346
+ },
2347
+ "kendo-bubble-active-bg": {
2348
+ "type": "String",
2349
+ "value": "var(--kendo-color-base-subtle-active, #EAE5EC)"
2350
+ },
2351
+ "kendo-bubble-active-border": {
2352
+ "type": "String",
2353
+ "value": "var(--kendo-color-base-subtle-active, #EAE5EC)"
2354
+ },
2355
+ "kendo-bubble-focus-bg": {
2356
+ "type": "String",
2357
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
2358
+ },
2359
+ "kendo-bubble-focus-border": {
2360
+ "type": "String",
2361
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
2362
+ },
2363
+ "kendo-bubble-focus-shadow": {
2364
+ "type": "List",
2365
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 8%, transparent))"
2366
+ },
2367
+ "kendo-bubble-expandable-spacing": {
2368
+ "type": "String",
2369
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2370
+ },
2371
+ "kendo-bubble-expandable-icon-padding-x": {
2372
+ "type": "String",
2373
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2374
+ },
2375
+ "kendo-bubble-expandable-icon-padding-y": {
2376
+ "type": "String",
2377
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2378
+ },
2295
2379
  "kendo-avatar-border-width": {
2296
2380
  "type": "Number",
2297
2381
  "value": "1px"
@@ -13441,7 +13525,7 @@
13441
13525
  },
13442
13526
  "kendo-chat-width": {
13443
13527
  "type": "Number",
13444
- "value": "500px"
13528
+ "value": "320px"
13445
13529
  },
13446
13530
  "kendo-chat-height": {
13447
13531
  "type": "Number",
@@ -13463,14 +13547,22 @@
13463
13547
  "type": "String",
13464
13548
  "value": "var(--kendo-line-height, normal)"
13465
13549
  },
13466
- "kendo-chat-item-spacing-x": {
13467
- "type": "String",
13468
- "value": "var(--kendo-spacing-2, 0.5rem)"
13469
- },
13470
13550
  "kendo-chat-item-spacing-y": {
13471
13551
  "type": "String",
13472
13552
  "value": "var(--kendo-spacing-4, 1rem)"
13473
13553
  },
13554
+ "kendo-chat-message-spacing": {
13555
+ "type": "Null",
13556
+ "value": "null"
13557
+ },
13558
+ "kendo-chat-message-max-width": {
13559
+ "type": "Calculation",
13560
+ "value": "min(75%, 460px)"
13561
+ },
13562
+ "kendo-chat-message-gap": {
13563
+ "type": "String",
13564
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13565
+ },
13474
13566
  "kendo-chat-message-list-padding-x": {
13475
13567
  "type": "String",
13476
13568
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -13483,6 +13575,10 @@
13483
13575
  "type": "String",
13484
13576
  "value": "var(--kendo-spacing-4, 1rem)"
13485
13577
  },
13578
+ "kendo-chat-message-status-gap": {
13579
+ "type": "String",
13580
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13581
+ },
13486
13582
  "kendo-chat-timestamp-font-size": {
13487
13583
  "type": "String",
13488
13584
  "value": "var(--kendo-font-size-sm, inherit)"
@@ -13493,7 +13589,7 @@
13493
13589
  },
13494
13590
  "kendo-chat-timestamp-transform": {
13495
13591
  "type": "String",
13496
- "value": "uppercase"
13592
+ "value": "none"
13497
13593
  },
13498
13594
  "kendo-chat-timestamp-text": {
13499
13595
  "type": "String",
@@ -13503,6 +13599,14 @@
13503
13599
  "type": "Null",
13504
13600
  "value": "null"
13505
13601
  },
13602
+ "kendo-chat-timestamp-separator-bg": {
13603
+ "type": "String",
13604
+ "value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
13605
+ },
13606
+ "kendo-chat-timestamp-separator-spacing": {
13607
+ "type": "String",
13608
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13609
+ },
13506
13610
  "kendo-chat-message-meta-font-size": {
13507
13611
  "type": "String",
13508
13612
  "value": "var(--kendo-font-size-sm, inherit)"
@@ -13517,179 +13621,171 @@
13517
13621
  },
13518
13622
  "kendo-chat-author-line-height": {
13519
13623
  "type": "String",
13520
- "value": "var(--kendo-line-height-lg, normal)"
13624
+ "value": "var(--kendo-line-height-xs, normal)"
13521
13625
  },
13522
- "kendo-chat-bubble-padding-x": {
13626
+ "kendo-chat-status-text": {
13523
13627
  "type": "String",
13524
- "value": "var(--kendo-spacing-3, 0.75rem)"
13628
+ "value": "var(--kendo-color-subtle, #49454F)"
13525
13629
  },
13526
- "kendo-chat-bubble-padding-y": {
13630
+ "kendo-chat-bubble-spacing": {
13527
13631
  "type": "String",
13528
13632
  "value": "var(--kendo-spacing-2, 0.5rem)"
13529
13633
  },
13530
- "kendo-chat-bubble-spacing": {
13634
+ "kendo-chat-toolbar-bg": {
13531
13635
  "type": "String",
13532
- "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
13636
+ "value": "var(--kendo-color-surface, #F7F3FA)"
13533
13637
  },
13534
- "kendo-chat-bubble-line-height": {
13638
+ "kendo-chat-toolbar-text": {
13535
13639
  "type": "String",
13536
- "value": "var(--kendo-line-height, normal)"
13537
- },
13538
- "kendo-chat-bubble-border-radius": {
13539
- "type": "Number",
13540
- "value": "12px"
13541
- },
13542
- "kendo-chat-bubble-border-radius-sm": {
13543
- "type": "Number",
13544
- "value": "2px"
13545
- },
13546
- "kendo-chat-avatar-size": {
13547
- "type": "Number",
13548
- "value": "32px"
13640
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
13549
13641
  },
13550
- "kendo-chat-avatar-spacing": {
13642
+ "kendo-chat-toolbar-border": {
13551
13643
  "type": "String",
13552
- "value": "var(--kendo-spacing-2, 0.5rem)"
13644
+ "value": "inherit"
13553
13645
  },
13554
- "kendo-chat-toolbar-padding-x": {
13646
+ "kendo-chat-bg": {
13555
13647
  "type": "String",
13556
- "value": "var(--kendo-spacing-2, 0.5rem)"
13648
+ "value": "var(--kendo-color-surface, #F7F3FA)"
13557
13649
  },
13558
- "kendo-chat-toolbar-padding-y": {
13650
+ "kendo-chat-text": {
13559
13651
  "type": "String",
13560
- "value": "var(--kendo-spacing-2, 0.5rem)"
13652
+ "value": "var(--kendo-color-on-app-surface, #1D1B20)"
13561
13653
  },
13562
- "kendo-chat-toolbar-bg": {
13654
+ "kendo-chat-border": {
13563
13655
  "type": "String",
13564
- "value": "var(--kendo-color-surface, #F7F3FA)"
13656
+ "value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
13565
13657
  },
13566
- "kendo-chat-toolbar-text": {
13658
+ "kendo-chat-alt-bubble-bg": {
13567
13659
  "type": "String",
13568
- "value": "var(--kendo-color-base-on-subtle, #4A4459)"
13660
+ "value": "var(--kendo-color-primary, #65558F)"
13569
13661
  },
13570
- "kendo-chat-toolbar-border": {
13662
+ "kendo-chat-alt-bubble-text": {
13571
13663
  "type": "String",
13572
- "value": "inherit"
13664
+ "value": "var(--kendo-color-on-primary, #ffffff)"
13573
13665
  },
13574
- "kendo-chat-quick-reply-padding-x": {
13666
+ "kendo-chat-alt-bubble-border": {
13575
13667
  "type": "String",
13576
- "value": "var(--kendo-spacing-3, 0.75rem)"
13668
+ "value": "var(--kendo-color-primary, #65558F)"
13577
13669
  },
13578
- "kendo-chat-quick-reply-padding-y": {
13670
+ "kendo-chat-alt-bubble-shadow": {
13579
13671
  "type": "String",
13580
- "value": "var(--kendo-spacing-2, 0.5rem)"
13672
+ "value": "none"
13581
13673
  },
13582
- "kendo-chat-quick-reply-spacing": {
13674
+ "kendo-chat-alt-bubble-hover-bg": {
13583
13675
  "type": "String",
13584
- "value": "var(--kendo-spacing-2, 0.5rem)"
13676
+ "value": "var(--kendo-color-primary-hover, #6E5D97)"
13585
13677
  },
13586
- "kendo-chat-quick-reply-line-height": {
13678
+ "kendo-chat-alt-bubble-hover-border": {
13587
13679
  "type": "String",
13588
- "value": "var(--kendo-line-height, normal)"
13680
+ "value": "var(--kendo-color-primary-hover, #6E5D97)"
13589
13681
  },
13590
- "kendo-chat-bg": {
13682
+ "kendo-chat-alt-bubble-active-bg": {
13591
13683
  "type": "String",
13592
- "value": "var(--kendo-color-surface, #F7F3FA)"
13684
+ "value": "var(--kendo-color-primary-active, #7866A2)"
13593
13685
  },
13594
- "kendo-chat-text": {
13686
+ "kendo-chat-alt-bubble-active-border": {
13595
13687
  "type": "String",
13596
- "value": "var(--kendo-color-on-app-surface, #1D1B20)"
13688
+ "value": "var(--kendo-color-primary-active, #7866A2)"
13597
13689
  },
13598
- "kendo-chat-border": {
13690
+ "kendo-chat-alt-bubble-focus-bg": {
13599
13691
  "type": "String",
13600
- "value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
13692
+ "value": "var(--kendo-color-primary, #65558F)"
13601
13693
  },
13602
- "kendo-chat-bubble-bg": {
13694
+ "kendo-chat-alt-bubble-focus-border": {
13603
13695
  "type": "String",
13604
- "value": "var(--kendo-color-surface-alt, #ffffff)"
13696
+ "value": "var(--kendo-color-primary, #65558F)"
13605
13697
  },
13606
- "kendo-chat-bubble-text": {
13698
+ "kendo-chat-alt-bubble-focus-shadow": {
13699
+ "type": "Null",
13700
+ "value": "null"
13701
+ },
13702
+ "kendo-chat-typing-indicator-text": {
13607
13703
  "type": "String",
13608
- "value": "var(--kendo-color-on-base, #4A4459)"
13704
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
13609
13705
  },
13610
- "kendo-chat-bubble-border": {
13706
+ "kendo-chat-file-width": {
13707
+ "type": "Number",
13708
+ "value": "240px"
13709
+ },
13710
+ "kendo-chat-file-padding-x": {
13611
13711
  "type": "String",
13612
- "value": "var(--kendo-color-surface-alt, #ffffff)"
13712
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13613
13713
  },
13614
- "kendo-chat-bubble-shadow": {
13714
+ "kendo-chat-file-padding-y": {
13615
13715
  "type": "String",
13616
- "value": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))"
13716
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13617
13717
  },
13618
- "kendo-chat-bubble-hover-shadow": {
13718
+ "kendo-chat-file-gap": {
13619
13719
  "type": "String",
13620
- "value": "var(--kendo-elevation-2, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15))"
13720
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13621
13721
  },
13622
- "kendo-chat-bubble-selected-shadow": {
13722
+ "kendo-chat-file-border-width": {
13723
+ "type": "Number",
13724
+ "value": "1px"
13725
+ },
13726
+ "kendo-chat-file-border-style": {
13623
13727
  "type": "String",
13624
- "value": "var(--kendo-elevation-3, 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3))"
13728
+ "value": "solid"
13625
13729
  },
13626
- "kendo-chat-alt-bubble-bg": {
13730
+ "kendo-chat-file-bg": {
13627
13731
  "type": "String",
13628
- "value": "var(--kendo-color-primary, #65558F)"
13732
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
13629
13733
  },
13630
- "kendo-chat-alt-bubble-text": {
13734
+ "kendo-chat-file-text": {
13631
13735
  "type": "String",
13632
- "value": "var(--kendo-color-on-primary, #ffffff)"
13736
+ "value": "var(--kendo-color-base-on-subtle, #4A4459)"
13633
13737
  },
13634
- "kendo-chat-alt-bubble-border": {
13738
+ "kendo-chat-file-border": {
13635
13739
  "type": "String",
13636
- "value": "var(--kendo-color-primary, #65558F)"
13740
+ "value": "var(--kendo-color-base-subtle, #DED8E0)"
13637
13741
  },
13638
- "kendo-chat-alt-bubble-shadow": {
13742
+ "kendo-chat-file-border-radius": {
13639
13743
  "type": "String",
13640
- "value": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))"
13744
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
13641
13745
  },
13642
- "kendo-chat-alt-bubble-hover-shadow": {
13746
+ "kendo-chat-file-download-padding-x": {
13643
13747
  "type": "String",
13644
- "value": "var(--kendo-elevation-2, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15))"
13748
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13645
13749
  },
13646
- "kendo-chat-alt-bubble-selected-shadow": {
13750
+ "kendo-chat-file-download-padding-y": {
13647
13751
  "type": "String",
13648
- "value": "var(--kendo-elevation-3, 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3))"
13752
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13649
13753
  },
13650
- "kendo-chat-quick-reply-bg": {
13651
- "type": "Color",
13652
- "value": "transparent"
13754
+ "kendo-chat-message-pinned-border-width": {
13755
+ "type": "Number",
13756
+ "value": "1px"
13653
13757
  },
13654
- "kendo-chat-quick-reply-text": {
13758
+ "kendo-chat-message-pinned-border-style": {
13655
13759
  "type": "String",
13656
- "value": "var(--kendo-color-primary, #65558F)"
13760
+ "value": "solid"
13657
13761
  },
13658
- "kendo-chat-quick-reply-border": {
13762
+ "kendo-chat-message-pinned-border-color": {
13659
13763
  "type": "String",
13660
- "value": "var(--kendo-color-primary, #65558F)"
13764
+ "value": "var(--kendo-color-border, rgba(29, 27, 32, 0.12))"
13661
13765
  },
13662
- "kendo-chat-quick-reply-hover-bg": {
13766
+ "kendo-chat-message-reference-padding-x": {
13663
13767
  "type": "String",
13664
- "value": "var(--kendo-color-primary, #65558F)"
13768
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13665
13769
  },
13666
- "kendo-chat-quick-reply-hover-text": {
13770
+ "kendo-chat-message-reference-padding-y": {
13667
13771
  "type": "String",
13668
- "value": "var(--kendo-color-on-primary, #ffffff)"
13772
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13669
13773
  },
13670
- "kendo-chat-quick-reply-hover-border": {
13774
+ "kendo-chat-message-reference-bg": {
13671
13775
  "type": "String",
13672
- "value": "var(--kendo-color-primary, #65558F)"
13776
+ "value": "var(--kendo-color-surface, #F7F3FA)"
13673
13777
  },
13674
- "kendo-chat-quick-reply-shadow-blur": {
13778
+ "kendo-chat-message-reference-text": {
13675
13779
  "type": "String",
13676
- "value": "unset"
13780
+ "value": "var(--kendo-color-on-app-surface, #1D1B20)"
13677
13781
  },
13678
- "kendo-chat-quick-reply-shadow-spread": {
13782
+ "kendo-chat-message-reference-marker-bg": {
13679
13783
  "type": "String",
13680
- "value": "unset"
13681
- },
13682
- "kendo-chat-quick-reply-shadow-opacity": {
13683
- "type": "Number",
13684
- "value": "0"
13685
- },
13686
- "kendo-chat-typing-indicator-dot-size": {
13687
- "type": "Number",
13688
- "value": "8px"
13784
+ "value": "var(--kendo-color-base-emphasis, #6E687C)"
13689
13785
  },
13690
- "kendo-chat-typing-indicator-dot-spacing": {
13691
- "type": "Number",
13692
- "value": "5px"
13786
+ "kendo-chat-message-reference-marker-alt-bg": {
13787
+ "type": "String",
13788
+ "value": "var(--kendo-color-primary-emphasis, #B6A6D7)"
13693
13789
  },
13694
13790
  "kendo-media-player-border-width": {
13695
13791
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#141218",
9
9
  "#2B2930",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#FEFBFF",
9
9
  "#F7F3FA",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "11.3.2",
4
+ "version": "12.0.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.1.0",
57
- "@progress/kendo-theme-core": "11.3.2",
58
- "@progress/kendo-theme-utils": "11.3.2"
57
+ "@progress/kendo-theme-core": "12.0.0-dev.0",
58
+ "@progress/kendo-theme-utils": "12.0.0-dev.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "dda792b83f27d1dd1f3cb44658b5b4ed3d26d729"
64
+ "gitHead": "e1ba80301b9bb9353203603cb431d8ce1891e0c6"
65
65
  }
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-bubble--styles() {
11
+ @include import-once( "bubble" ) {
12
+ @include core-styles();
13
+ @include kendo-bubble--layout();
14
+ @include kendo-bubble--theme();
15
+ }
16
+ }