@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +8245 -6997
  15. package/dist/meta/sassdoc-raw-data.json +1056 -481
  16. package/dist/meta/variables.json +202 -106
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.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 +94 -0
  34. package/scss/chat/_index.scss +18 -2
  35. package/scss/chat/_variables.scss +139 -130
  36. package/scss/index.scss +4 -0
@@ -2292,6 +2292,90 @@
2292
2292
  "secondary": "var(--kendo-color-secondary, #6c757d)"
2293
2293
  }
2294
2294
  },
2295
+ "kendo-bubble-border-radius": {
2296
+ "type": "String",
2297
+ "value": "var(--kendo-border-radius-xl, 1rem)"
2298
+ },
2299
+ "kendo-bubble-border-radius-sm": {
2300
+ "type": "String",
2301
+ "value": "var(--kendo-border-radius-xs, 0.125rem)"
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-4, 1rem)"
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, #212529)"
2326
+ },
2327
+ "kendo-bubble-bg": {
2328
+ "type": "String",
2329
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
2330
+ },
2331
+ "kendo-bubble-border": {
2332
+ "type": "String",
2333
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
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, #dee2e6)"
2342
+ },
2343
+ "kendo-bubble-hover-border": {
2344
+ "type": "String",
2345
+ "value": "var(--kendo-color-base-subtle-hover, #dee2e6)"
2346
+ },
2347
+ "kendo-bubble-active-bg": {
2348
+ "type": "String",
2349
+ "value": "var(--kendo-color-base-subtle-active, #ced4da)"
2350
+ },
2351
+ "kendo-bubble-active-border": {
2352
+ "type": "String",
2353
+ "value": "var(--kendo-color-base-subtle-active, #ced4da)"
2354
+ },
2355
+ "kendo-bubble-focus-bg": {
2356
+ "type": "String",
2357
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
2358
+ },
2359
+ "kendo-bubble-focus-border": {
2360
+ "type": "String",
2361
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
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, #212529) 8%, transparent))"
2366
+ },
2367
+ "kendo-bubble-expandable-spacing": {
2368
+ "type": "String",
2369
+ "value": "var(--kendo-spacing-4, 1rem)"
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"
@@ -13396,7 +13480,7 @@
13396
13480
  },
13397
13481
  "kendo-chat-width": {
13398
13482
  "type": "Number",
13399
- "value": "500px"
13483
+ "value": "320px"
13400
13484
  },
13401
13485
  "kendo-chat-height": {
13402
13486
  "type": "Number",
@@ -13418,14 +13502,22 @@
13418
13502
  "type": "String",
13419
13503
  "value": "var(--kendo-line-height, normal)"
13420
13504
  },
13421
- "kendo-chat-item-spacing-x": {
13422
- "type": "String",
13423
- "value": "var(--kendo-spacing-2, 0.5rem)"
13424
- },
13425
13505
  "kendo-chat-item-spacing-y": {
13426
13506
  "type": "String",
13427
13507
  "value": "var(--kendo-spacing-4, 1rem)"
13428
13508
  },
13509
+ "kendo-chat-message-spacing": {
13510
+ "type": "Null",
13511
+ "value": "null"
13512
+ },
13513
+ "kendo-chat-message-max-width": {
13514
+ "type": "Calculation",
13515
+ "value": "min(75%, 460px)"
13516
+ },
13517
+ "kendo-chat-message-gap": {
13518
+ "type": "String",
13519
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13520
+ },
13429
13521
  "kendo-chat-message-list-padding-x": {
13430
13522
  "type": "String",
13431
13523
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -13438,9 +13530,13 @@
13438
13530
  "type": "String",
13439
13531
  "value": "var(--kendo-spacing-4, 1rem)"
13440
13532
  },
13533
+ "kendo-chat-message-status-gap": {
13534
+ "type": "String",
13535
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13536
+ },
13441
13537
  "kendo-chat-timestamp-font-size": {
13442
13538
  "type": "String",
13443
- "value": "var(--kendo-font-size-sm, inherit)"
13539
+ "value": "var(--kendo-font-size-xs, inherit)"
13444
13540
  },
13445
13541
  "kendo-chat-timestamp-line-height": {
13446
13542
  "type": "String",
@@ -13448,7 +13544,7 @@
13448
13544
  },
13449
13545
  "kendo-chat-timestamp-transform": {
13450
13546
  "type": "String",
13451
- "value": "uppercase"
13547
+ "value": "none"
13452
13548
  },
13453
13549
  "kendo-chat-timestamp-text": {
13454
13550
  "type": "String",
@@ -13458,6 +13554,14 @@
13458
13554
  "type": "Null",
13459
13555
  "value": "null"
13460
13556
  },
13557
+ "kendo-chat-timestamp-separator-bg": {
13558
+ "type": "String",
13559
+ "value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
13560
+ },
13561
+ "kendo-chat-timestamp-separator-spacing": {
13562
+ "type": "String",
13563
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13564
+ },
13461
13565
  "kendo-chat-message-meta-font-size": {
13462
13566
  "type": "String",
13463
13567
  "value": "var(--kendo-font-size-sm, inherit)"
@@ -13474,43 +13578,11 @@
13474
13578
  "type": "String",
13475
13579
  "value": "var(--kendo-line-height-xs, normal)"
13476
13580
  },
13477
- "kendo-chat-bubble-padding-x": {
13581
+ "kendo-chat-status-text": {
13478
13582
  "type": "String",
13479
- "value": "var(--kendo-spacing-4, 1rem)"
13480
- },
13481
- "kendo-chat-bubble-padding-y": {
13482
- "type": "String",
13483
- "value": "var(--kendo-spacing-2, 0.5rem)"
13583
+ "value": "var(--kendo-color-subtle, #565e64)"
13484
13584
  },
13485
13585
  "kendo-chat-bubble-spacing": {
13486
- "type": "String",
13487
- "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
13488
- },
13489
- "kendo-chat-bubble-line-height": {
13490
- "type": "String",
13491
- "value": "var(--kendo-line-height, normal)"
13492
- },
13493
- "kendo-chat-bubble-border-radius": {
13494
- "type": "Number",
13495
- "value": "12px"
13496
- },
13497
- "kendo-chat-bubble-border-radius-sm": {
13498
- "type": "Number",
13499
- "value": "2px"
13500
- },
13501
- "kendo-chat-avatar-size": {
13502
- "type": "Number",
13503
- "value": "32px"
13504
- },
13505
- "kendo-chat-avatar-spacing": {
13506
- "type": "String",
13507
- "value": "var(--kendo-spacing-2, 0.5rem)"
13508
- },
13509
- "kendo-chat-toolbar-padding-x": {
13510
- "type": "String",
13511
- "value": "var(--kendo-spacing-2, 0.5rem)"
13512
- },
13513
- "kendo-chat-toolbar-padding-y": {
13514
13586
  "type": "String",
13515
13587
  "value": "var(--kendo-spacing-2, 0.5rem)"
13516
13588
  },
@@ -13526,22 +13598,6 @@
13526
13598
  "type": "String",
13527
13599
  "value": "inherit"
13528
13600
  },
13529
- "kendo-chat-quick-reply-padding-x": {
13530
- "type": "String",
13531
- "value": "var(--kendo-spacing-3, 0.75rem)"
13532
- },
13533
- "kendo-chat-quick-reply-padding-y": {
13534
- "type": "String",
13535
- "value": "var(--kendo-spacing-2, 0.5rem)"
13536
- },
13537
- "kendo-chat-quick-reply-spacing": {
13538
- "type": "String",
13539
- "value": "var(--kendo-spacing-2, 0.5rem)"
13540
- },
13541
- "kendo-chat-quick-reply-line-height": {
13542
- "type": "String",
13543
- "value": "var(--kendo-line-height, normal)"
13544
- },
13545
13601
  "kendo-chat-bg": {
13546
13602
  "type": "String",
13547
13603
  "value": "var(--kendo-color-surface, #f8f9fa)"
@@ -13554,97 +13610,137 @@
13554
13610
  "type": "String",
13555
13611
  "value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
13556
13612
  },
13557
- "kendo-chat-bubble-bg": {
13613
+ "kendo-chat-alt-bubble-bg": {
13558
13614
  "type": "String",
13559
- "value": "var(--kendo-color-base, #dee2e6)"
13615
+ "value": "var(--kendo-color-primary, #0d6efd)"
13560
13616
  },
13561
- "kendo-chat-bubble-text": {
13617
+ "kendo-chat-alt-bubble-text": {
13562
13618
  "type": "String",
13563
- "value": "var(--kendo-color-on-base, #212529)"
13619
+ "value": "var(--kendo-color-on-primary, #ffffff)"
13564
13620
  },
13565
- "kendo-chat-bubble-border": {
13621
+ "kendo-chat-alt-bubble-border": {
13566
13622
  "type": "String",
13567
- "value": "var(--kendo-color-base, #dee2e6)"
13623
+ "value": "var(--kendo-color-primary, #0d6efd)"
13568
13624
  },
13569
- "kendo-chat-bubble-shadow": {
13625
+ "kendo-chat-alt-bubble-shadow": {
13570
13626
  "type": "String",
13571
13627
  "value": "none"
13572
13628
  },
13573
- "kendo-chat-bubble-hover-shadow": {
13629
+ "kendo-chat-alt-bubble-hover-bg": {
13574
13630
  "type": "String",
13575
- "value": "none"
13631
+ "value": "var(--kendo-color-primary-hover, #0b5ed7)"
13576
13632
  },
13577
- "kendo-chat-bubble-selected-shadow": {
13633
+ "kendo-chat-alt-bubble-hover-border": {
13578
13634
  "type": "String",
13579
- "value": "none"
13635
+ "value": "var(--kendo-color-primary-hover, #0b5ed7)"
13580
13636
  },
13581
- "kendo-chat-alt-bubble-bg": {
13637
+ "kendo-chat-alt-bubble-active-bg": {
13582
13638
  "type": "String",
13583
- "value": "var(--kendo-color-primary, #0d6efd)"
13639
+ "value": "var(--kendo-color-primary-active, #0a58ca)"
13584
13640
  },
13585
- "kendo-chat-alt-bubble-text": {
13641
+ "kendo-chat-alt-bubble-active-border": {
13586
13642
  "type": "String",
13587
- "value": "var(--kendo-color-on-primary, #ffffff)"
13643
+ "value": "var(--kendo-color-primary-active, #0a58ca)"
13588
13644
  },
13589
- "kendo-chat-alt-bubble-border": {
13645
+ "kendo-chat-alt-bubble-focus-bg": {
13590
13646
  "type": "String",
13591
13647
  "value": "var(--kendo-color-primary, #0d6efd)"
13592
13648
  },
13593
- "kendo-chat-alt-bubble-shadow": {
13649
+ "kendo-chat-alt-bubble-focus-border": {
13594
13650
  "type": "String",
13595
- "value": "none"
13651
+ "value": "var(--kendo-color-primary, #0d6efd)"
13652
+ },
13653
+ "kendo-chat-alt-bubble-focus-shadow": {
13654
+ "type": "List",
13655
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 16%, transparent))"
13596
13656
  },
13597
- "kendo-chat-alt-bubble-hover-shadow": {
13657
+ "kendo-chat-typing-indicator-text": {
13598
13658
  "type": "String",
13599
- "value": "none"
13659
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
13600
13660
  },
13601
- "kendo-chat-alt-bubble-selected-shadow": {
13661
+ "kendo-chat-file-width": {
13662
+ "type": "Number",
13663
+ "value": "240px"
13664
+ },
13665
+ "kendo-chat-file-padding-x": {
13602
13666
  "type": "String",
13603
- "value": "none"
13667
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13604
13668
  },
13605
- "kendo-chat-quick-reply-bg": {
13606
- "type": "Color",
13607
- "value": "transparent"
13669
+ "kendo-chat-file-padding-y": {
13670
+ "type": "String",
13671
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13608
13672
  },
13609
- "kendo-chat-quick-reply-text": {
13673
+ "kendo-chat-file-gap": {
13610
13674
  "type": "String",
13611
- "value": "var(--kendo-color-primary, #0d6efd)"
13675
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13676
+ },
13677
+ "kendo-chat-file-border-width": {
13678
+ "type": "Number",
13679
+ "value": "1px"
13612
13680
  },
13613
- "kendo-chat-quick-reply-border": {
13681
+ "kendo-chat-file-border-style": {
13614
13682
  "type": "String",
13615
- "value": "var(--kendo-color-primary, #0d6efd)"
13683
+ "value": "solid"
13616
13684
  },
13617
- "kendo-chat-quick-reply-hover-bg": {
13685
+ "kendo-chat-file-bg": {
13618
13686
  "type": "String",
13619
- "value": "var(--kendo-color-primary, #0d6efd)"
13687
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
13620
13688
  },
13621
- "kendo-chat-quick-reply-hover-text": {
13689
+ "kendo-chat-file-text": {
13622
13690
  "type": "String",
13623
- "value": "var(--kendo-color-on-primary, #ffffff)"
13691
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
13624
13692
  },
13625
- "kendo-chat-quick-reply-hover-border": {
13693
+ "kendo-chat-file-border": {
13626
13694
  "type": "String",
13627
- "value": "var(--kendo-color-primary, #0d6efd)"
13695
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
13628
13696
  },
13629
- "kendo-chat-quick-reply-shadow-blur": {
13630
- "type": "Number",
13631
- "value": "0px"
13697
+ "kendo-chat-file-border-radius": {
13698
+ "type": "String",
13699
+ "value": "var(--kendo-border-radius-md, 0.375rem)"
13632
13700
  },
13633
- "kendo-chat-quick-reply-shadow-spread": {
13634
- "type": "Number",
13635
- "value": "0.25rem"
13701
+ "kendo-chat-file-download-padding-x": {
13702
+ "type": "String",
13703
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13636
13704
  },
13637
- "kendo-chat-quick-reply-shadow-opacity": {
13638
- "type": "Number",
13639
- "value": "0.5"
13705
+ "kendo-chat-file-download-padding-y": {
13706
+ "type": "String",
13707
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13640
13708
  },
13641
- "kendo-chat-typing-indicator-dot-size": {
13709
+ "kendo-chat-message-pinned-border-width": {
13642
13710
  "type": "Number",
13643
- "value": "8px"
13711
+ "value": "1px"
13644
13712
  },
13645
- "kendo-chat-typing-indicator-dot-spacing": {
13646
- "type": "Number",
13647
- "value": "5px"
13713
+ "kendo-chat-message-pinned-border-style": {
13714
+ "type": "String",
13715
+ "value": "solid"
13716
+ },
13717
+ "kendo-chat-message-pinned-border-color": {
13718
+ "type": "String",
13719
+ "value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
13720
+ },
13721
+ "kendo-chat-message-reference-padding-x": {
13722
+ "type": "String",
13723
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13724
+ },
13725
+ "kendo-chat-message-reference-padding-y": {
13726
+ "type": "String",
13727
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13728
+ },
13729
+ "kendo-chat-message-reference-bg": {
13730
+ "type": "String",
13731
+ "value": "var(--kendo-color-surface, #f8f9fa)"
13732
+ },
13733
+ "kendo-chat-message-reference-text": {
13734
+ "type": "String",
13735
+ "value": "var(--kendo-color-on-app-surface, #212529)"
13736
+ },
13737
+ "kendo-chat-message-reference-marker-bg": {
13738
+ "type": "String",
13739
+ "value": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))"
13740
+ },
13741
+ "kendo-chat-message-reference-marker-alt-bg": {
13742
+ "type": "String",
13743
+ "value": "var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))"
13648
13744
  },
13649
13745
  "kendo-media-player-border-width": {
13650
13746
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
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": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "11.3.3-dev.0",
6
+ "version": "12.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
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": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.1.0",
56
- "@progress/kendo-theme-core": "11.3.3-dev.0",
57
- "@progress/kendo-theme-utils": "11.3.3-dev.0"
56
+ "@progress/kendo-theme-core": "12.0.0-dev.1",
57
+ "@progress/kendo-theme-utils": "12.0.0-dev.1"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "6d67f548d97771214ad4ecab8c2f1bcec386df27"
63
+ "gitHead": "794f481c97a5e59caeb7c91030f0a7853aa2db19"
64
64
  }
@@ -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
+ }