@progress/kendo-theme-default 11.3.3-dev.0 → 12.0.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.
Files changed (36) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +9102 -7854
  15. package/dist/meta/sassdoc-raw-data.json +1053 -478
  16. package/dist/meta/variables.json +202 -106
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/bubble/_index.scss +16 -0
  31. package/scss/bubble/_layout.scss +6 -0
  32. package/scss/bubble/_theme.scss +6 -0
  33. package/scss/bubble/_variables.scss +93 -0
  34. package/scss/chat/_index.scss +18 -2
  35. package/scss/chat/_variables.scss +139 -129
  36. package/scss/index.scss +4 -0
@@ -2299,6 +2299,90 @@
2299
2299
  "secondary": "var(--kendo-color-secondary, #666666)"
2300
2300
  }
2301
2301
  },
2302
+ "kendo-bubble-border-radius": {
2303
+ "type": "String",
2304
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
2305
+ },
2306
+ "kendo-bubble-border-radius-sm": {
2307
+ "type": "String",
2308
+ "value": "var(--kendo-border-radius-xs, 1px)"
2309
+ },
2310
+ "kendo-bubble-padding-y": {
2311
+ "type": "String",
2312
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2313
+ },
2314
+ "kendo-bubble-padding-x": {
2315
+ "type": "String",
2316
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2317
+ },
2318
+ "kendo-bubble-border-width": {
2319
+ "type": "Number",
2320
+ "value": "1px"
2321
+ },
2322
+ "kendo-bubble-border-style": {
2323
+ "type": "String",
2324
+ "value": "solid"
2325
+ },
2326
+ "kendo-bubble-line-height": {
2327
+ "type": "String",
2328
+ "value": "var(--kendo-line-height, normal)"
2329
+ },
2330
+ "kendo-bubble-text": {
2331
+ "type": "String",
2332
+ "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
2333
+ },
2334
+ "kendo-bubble-bg": {
2335
+ "type": "String",
2336
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
2337
+ },
2338
+ "kendo-bubble-border": {
2339
+ "type": "String",
2340
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
2341
+ },
2342
+ "kendo-bubble-shadow": {
2343
+ "type": "String",
2344
+ "value": "none"
2345
+ },
2346
+ "kendo-bubble-hover-bg": {
2347
+ "type": "String",
2348
+ "value": "var(--kendo-color-base-subtle-hover, #e0e0e0)"
2349
+ },
2350
+ "kendo-bubble-hover-border": {
2351
+ "type": "String",
2352
+ "value": "var(--kendo-color-base-subtle-hover, #e0e0e0)"
2353
+ },
2354
+ "kendo-bubble-active-bg": {
2355
+ "type": "String",
2356
+ "value": "var(--kendo-color-base-subtle-active, #d6d6d6)"
2357
+ },
2358
+ "kendo-bubble-active-border": {
2359
+ "type": "String",
2360
+ "value": "var(--kendo-color-base-subtle-active, #d6d6d6)"
2361
+ },
2362
+ "kendo-bubble-focus-bg": {
2363
+ "type": "String",
2364
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
2365
+ },
2366
+ "kendo-bubble-focus-border": {
2367
+ "type": "String",
2368
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
2369
+ },
2370
+ "kendo-bubble-focus-shadow": {
2371
+ "type": "List",
2372
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent))"
2373
+ },
2374
+ "kendo-bubble-expandable-spacing": {
2375
+ "type": "String",
2376
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2377
+ },
2378
+ "kendo-bubble-expandable-icon-padding-x": {
2379
+ "type": "String",
2380
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2381
+ },
2382
+ "kendo-bubble-expandable-icon-padding-y": {
2383
+ "type": "String",
2384
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2385
+ },
2302
2386
  "kendo-avatar-border-width": {
2303
2387
  "type": "Number",
2304
2388
  "value": "1px"
@@ -13391,7 +13475,7 @@
13391
13475
  },
13392
13476
  "kendo-chat-width": {
13393
13477
  "type": "Number",
13394
- "value": "500px"
13478
+ "value": "320px"
13395
13479
  },
13396
13480
  "kendo-chat-height": {
13397
13481
  "type": "Number",
@@ -13413,14 +13497,22 @@
13413
13497
  "type": "String",
13414
13498
  "value": "var(--kendo-line-height, normal)"
13415
13499
  },
13416
- "kendo-chat-item-spacing-x": {
13417
- "type": "String",
13418
- "value": "var(--kendo-spacing-2, 0.5rem)"
13419
- },
13420
13500
  "kendo-chat-item-spacing-y": {
13421
13501
  "type": "String",
13422
13502
  "value": "var(--kendo-spacing-4, 1rem)"
13423
13503
  },
13504
+ "kendo-chat-message-spacing": {
13505
+ "type": "Null",
13506
+ "value": "null"
13507
+ },
13508
+ "kendo-chat-message-max-width": {
13509
+ "type": "Calculation",
13510
+ "value": "min(75%, 460px)"
13511
+ },
13512
+ "kendo-chat-message-gap": {
13513
+ "type": "String",
13514
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13515
+ },
13424
13516
  "kendo-chat-message-list-padding-x": {
13425
13517
  "type": "String",
13426
13518
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -13433,6 +13525,10 @@
13433
13525
  "type": "String",
13434
13526
  "value": "var(--kendo-spacing-4, 1rem)"
13435
13527
  },
13528
+ "kendo-chat-message-status-gap": {
13529
+ "type": "String",
13530
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13531
+ },
13436
13532
  "kendo-chat-timestamp-font-size": {
13437
13533
  "type": "String",
13438
13534
  "value": "var(--kendo-font-size-sm, inherit)"
@@ -13443,7 +13539,7 @@
13443
13539
  },
13444
13540
  "kendo-chat-timestamp-transform": {
13445
13541
  "type": "String",
13446
- "value": "uppercase"
13542
+ "value": "none"
13447
13543
  },
13448
13544
  "kendo-chat-timestamp-text": {
13449
13545
  "type": "String",
@@ -13453,6 +13549,14 @@
13453
13549
  "type": "Null",
13454
13550
  "value": "null"
13455
13551
  },
13552
+ "kendo-chat-timestamp-separator-bg": {
13553
+ "type": "String",
13554
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
13555
+ },
13556
+ "kendo-chat-timestamp-separator-spacing": {
13557
+ "type": "String",
13558
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13559
+ },
13456
13560
  "kendo-chat-message-meta-font-size": {
13457
13561
  "type": "String",
13458
13562
  "value": "var(--kendo-font-size-sm, inherit)"
@@ -13467,179 +13571,171 @@
13467
13571
  },
13468
13572
  "kendo-chat-author-line-height": {
13469
13573
  "type": "String",
13470
- "value": "var(--kendo-line-height-lg, normal)"
13574
+ "value": "var(--kendo-line-height-xs, normal)"
13471
13575
  },
13472
- "kendo-chat-bubble-padding-x": {
13576
+ "kendo-chat-status-text": {
13473
13577
  "type": "String",
13474
- "value": "var(--kendo-spacing-3, 0.75rem)"
13578
+ "value": "var(--kendo-color-subtle, #666666)"
13475
13579
  },
13476
- "kendo-chat-bubble-padding-y": {
13580
+ "kendo-chat-bubble-spacing": {
13477
13581
  "type": "String",
13478
13582
  "value": "var(--kendo-spacing-2, 0.5rem)"
13479
13583
  },
13480
- "kendo-chat-bubble-spacing": {
13584
+ "kendo-chat-toolbar-bg": {
13481
13585
  "type": "String",
13482
- "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
13586
+ "value": "var(--kendo-color-surface, #fafafa)"
13483
13587
  },
13484
- "kendo-chat-bubble-line-height": {
13588
+ "kendo-chat-toolbar-text": {
13485
13589
  "type": "String",
13486
- "value": "var(--kendo-line-height, normal)"
13487
- },
13488
- "kendo-chat-bubble-border-radius": {
13489
- "type": "Number",
13490
- "value": "12px"
13491
- },
13492
- "kendo-chat-bubble-border-radius-sm": {
13493
- "type": "Number",
13494
- "value": "2px"
13495
- },
13496
- "kendo-chat-avatar-size": {
13497
- "type": "Number",
13498
- "value": "32px"
13590
+ "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13499
13591
  },
13500
- "kendo-chat-avatar-spacing": {
13592
+ "kendo-chat-toolbar-border": {
13501
13593
  "type": "String",
13502
- "value": "var(--kendo-spacing-2, 0.5rem)"
13594
+ "value": "inherit"
13503
13595
  },
13504
- "kendo-chat-toolbar-padding-x": {
13596
+ "kendo-chat-bg": {
13505
13597
  "type": "String",
13506
- "value": "var(--kendo-spacing-2, 0.5rem)"
13598
+ "value": "var(--kendo-color-surface, #fafafa)"
13507
13599
  },
13508
- "kendo-chat-toolbar-padding-y": {
13600
+ "kendo-chat-text": {
13509
13601
  "type": "String",
13510
- "value": "var(--kendo-spacing-2, 0.5rem)"
13602
+ "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13511
13603
  },
13512
- "kendo-chat-toolbar-bg": {
13604
+ "kendo-chat-border": {
13513
13605
  "type": "String",
13514
- "value": "var(--kendo-color-surface, #fafafa)"
13606
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
13515
13607
  },
13516
- "kendo-chat-toolbar-text": {
13608
+ "kendo-chat-alt-bubble-bg": {
13517
13609
  "type": "String",
13518
- "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13610
+ "value": "var(--kendo-color-primary, #ff6358)"
13519
13611
  },
13520
- "kendo-chat-toolbar-border": {
13612
+ "kendo-chat-alt-bubble-text": {
13521
13613
  "type": "String",
13522
- "value": "inherit"
13614
+ "value": "var(--kendo-color-on-primary, #ffffff)"
13523
13615
  },
13524
- "kendo-chat-quick-reply-padding-x": {
13616
+ "kendo-chat-alt-bubble-border": {
13525
13617
  "type": "String",
13526
- "value": "var(--kendo-spacing-3, 0.75rem)"
13618
+ "value": "var(--kendo-color-primary, #ff6358)"
13527
13619
  },
13528
- "kendo-chat-quick-reply-padding-y": {
13620
+ "kendo-chat-alt-bubble-shadow": {
13529
13621
  "type": "String",
13530
- "value": "var(--kendo-spacing-2, 0.5rem)"
13622
+ "value": "none"
13531
13623
  },
13532
- "kendo-chat-quick-reply-spacing": {
13624
+ "kendo-chat-alt-bubble-hover-bg": {
13533
13625
  "type": "String",
13534
- "value": "var(--kendo-spacing-2, 0.5rem)"
13626
+ "value": "var(--kendo-color-primary-hover, #ea5a51)"
13535
13627
  },
13536
- "kendo-chat-quick-reply-line-height": {
13628
+ "kendo-chat-alt-bubble-hover-border": {
13537
13629
  "type": "String",
13538
- "value": "var(--kendo-line-height, normal)"
13630
+ "value": "var(--kendo-color-primary-hover, #ea5a51)"
13539
13631
  },
13540
- "kendo-chat-bg": {
13632
+ "kendo-chat-alt-bubble-active-bg": {
13541
13633
  "type": "String",
13542
- "value": "var(--kendo-color-surface, #fafafa)"
13634
+ "value": "var(--kendo-color-primary-active, #d45349)"
13543
13635
  },
13544
- "kendo-chat-text": {
13636
+ "kendo-chat-alt-bubble-active-border": {
13545
13637
  "type": "String",
13546
- "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13638
+ "value": "var(--kendo-color-primary-active, #d45349)"
13547
13639
  },
13548
- "kendo-chat-border": {
13640
+ "kendo-chat-alt-bubble-focus-bg": {
13549
13641
  "type": "String",
13550
- "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
13642
+ "value": "var(--kendo-color-primary, #ff6358)"
13551
13643
  },
13552
- "kendo-chat-bubble-bg": {
13644
+ "kendo-chat-alt-bubble-focus-border": {
13553
13645
  "type": "String",
13554
- "value": "var(--kendo-color-surface-alt, #ffffff)"
13646
+ "value": "var(--kendo-color-primary, #ff6358)"
13647
+ },
13648
+ "kendo-chat-alt-bubble-focus-shadow": {
13649
+ "type": "List",
13650
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 16%, transparent))"
13555
13651
  },
13556
- "kendo-chat-bubble-text": {
13652
+ "kendo-chat-typing-indicator-text": {
13557
13653
  "type": "String",
13558
- "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13654
+ "value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
13559
13655
  },
13560
- "kendo-chat-bubble-border": {
13656
+ "kendo-chat-file-width": {
13657
+ "type": "Number",
13658
+ "value": "240px"
13659
+ },
13660
+ "kendo-chat-file-padding-x": {
13561
13661
  "type": "String",
13562
- "value": "var(--kendo-color-surface-alt, #ffffff)"
13662
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13563
13663
  },
13564
- "kendo-chat-bubble-shadow": {
13664
+ "kendo-chat-file-padding-y": {
13565
13665
  "type": "String",
13566
- "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
13666
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13567
13667
  },
13568
- "kendo-chat-bubble-hover-shadow": {
13668
+ "kendo-chat-file-gap": {
13569
13669
  "type": "String",
13570
- "value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
13670
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13671
+ },
13672
+ "kendo-chat-file-border-width": {
13673
+ "type": "Number",
13674
+ "value": "1px"
13571
13675
  },
13572
- "kendo-chat-bubble-selected-shadow": {
13676
+ "kendo-chat-file-border-style": {
13573
13677
  "type": "String",
13574
- "value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
13678
+ "value": "solid"
13575
13679
  },
13576
- "kendo-chat-alt-bubble-bg": {
13680
+ "kendo-chat-file-bg": {
13577
13681
  "type": "String",
13578
- "value": "var(--kendo-color-primary, #ff6358)"
13682
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
13579
13683
  },
13580
- "kendo-chat-alt-bubble-text": {
13684
+ "kendo-chat-file-text": {
13581
13685
  "type": "String",
13582
- "value": "var(--kendo-color-on-primary, #ffffff)"
13686
+ "value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
13583
13687
  },
13584
- "kendo-chat-alt-bubble-border": {
13688
+ "kendo-chat-file-border": {
13585
13689
  "type": "String",
13586
- "value": "var(--kendo-color-primary, #ff6358)"
13690
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
13587
13691
  },
13588
- "kendo-chat-alt-bubble-shadow": {
13692
+ "kendo-chat-file-border-radius": {
13589
13693
  "type": "String",
13590
- "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
13694
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
13591
13695
  },
13592
- "kendo-chat-alt-bubble-hover-shadow": {
13696
+ "kendo-chat-file-download-padding-x": {
13593
13697
  "type": "String",
13594
- "value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
13698
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13595
13699
  },
13596
- "kendo-chat-alt-bubble-selected-shadow": {
13700
+ "kendo-chat-file-download-padding-y": {
13597
13701
  "type": "String",
13598
- "value": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))"
13702
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13599
13703
  },
13600
- "kendo-chat-quick-reply-bg": {
13601
- "type": "Color",
13602
- "value": "transparent"
13704
+ "kendo-chat-message-pinned-border-width": {
13705
+ "type": "Number",
13706
+ "value": "1px"
13603
13707
  },
13604
- "kendo-chat-quick-reply-text": {
13708
+ "kendo-chat-message-pinned-border-style": {
13605
13709
  "type": "String",
13606
- "value": "var(--kendo-color-primary, #ff6358)"
13710
+ "value": "solid"
13607
13711
  },
13608
- "kendo-chat-quick-reply-border": {
13712
+ "kendo-chat-message-pinned-border-color": {
13609
13713
  "type": "String",
13610
- "value": "var(--kendo-color-primary, #ff6358)"
13714
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
13611
13715
  },
13612
- "kendo-chat-quick-reply-hover-bg": {
13716
+ "kendo-chat-message-reference-padding-x": {
13613
13717
  "type": "String",
13614
- "value": "var(--kendo-color-primary, #ff6358)"
13718
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13615
13719
  },
13616
- "kendo-chat-quick-reply-hover-text": {
13720
+ "kendo-chat-message-reference-padding-y": {
13617
13721
  "type": "String",
13618
- "value": "var(--kendo-color-on-primary, #ffffff)"
13722
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13619
13723
  },
13620
- "kendo-chat-quick-reply-hover-border": {
13724
+ "kendo-chat-message-reference-bg": {
13621
13725
  "type": "String",
13622
- "value": "var(--kendo-color-primary, #ff6358)"
13623
- },
13624
- "kendo-chat-quick-reply-shadow-blur": {
13625
- "type": "Number",
13626
- "value": "0px"
13627
- },
13628
- "kendo-chat-quick-reply-shadow-spread": {
13629
- "type": "Number",
13630
- "value": "2px"
13726
+ "value": "var(--kendo-color-surface, #fafafa)"
13631
13727
  },
13632
- "kendo-chat-quick-reply-shadow-opacity": {
13633
- "type": "Number",
13634
- "value": "0.3"
13728
+ "kendo-chat-message-reference-text": {
13729
+ "type": "String",
13730
+ "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
13635
13731
  },
13636
- "kendo-chat-typing-indicator-dot-size": {
13637
- "type": "Number",
13638
- "value": "8px"
13732
+ "kendo-chat-message-reference-marker-bg": {
13733
+ "type": "String",
13734
+ "value": "var(--kendo-color-base-emphasis, #c2c2c2)"
13639
13735
  },
13640
- "kendo-chat-typing-indicator-dot-spacing": {
13641
- "type": "Number",
13642
- "value": "5px"
13736
+ "kendo-chat-message-reference-marker-alt-bg": {
13737
+ "type": "String",
13738
+ "value": "var(--kendo-color-primary-emphasis, #ff9d97)"
13643
13739
  },
13644
13740
  "kendo-media-player-border-width": {
13645
13741
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ff6358",
9
9
  "#ffd246",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#151515",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#50686e",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "11.3.3-dev.0",
4
+ "version": "12.0.0-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "^4.1.0",
55
- "@progress/kendo-theme-core": "11.3.3-dev.0",
56
- "@progress/kendo-theme-utils": "11.3.3-dev.0"
55
+ "@progress/kendo-theme-core": "12.0.0-dev.1",
56
+ "@progress/kendo-theme-utils": "12.0.0-dev.1"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "6d67f548d97771214ad4ecab8c2f1bcec386df27"
62
+ "gitHead": "794f481c97a5e59caeb7c91030f0a7853aa2db19"
63
63
  }
@@ -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
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/bubble/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-bubble--layout() {
5
+ @include kendo-bubble--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/bubble/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-bubble--theme() {
5
+ @include kendo-bubble--theme-base();
6
+ }