@progress/kendo-theme-fluent 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.
@@ -2492,6 +2492,90 @@
2492
2492
  "secondary": "var(--kendo-color-secondary, #979593)"
2493
2493
  }
2494
2494
  },
2495
+ "kendo-bubble-border-radius": {
2496
+ "type": "String",
2497
+ "value": "var(--kendo-border-radius-xl, 0.75rem)"
2498
+ },
2499
+ "kendo-bubble-border-radius-sm": {
2500
+ "type": "String",
2501
+ "value": "var(--kendo-border-radius-none, 0px)"
2502
+ },
2503
+ "kendo-bubble-padding-y": {
2504
+ "type": "String",
2505
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2506
+ },
2507
+ "kendo-bubble-padding-x": {
2508
+ "type": "String",
2509
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2510
+ },
2511
+ "kendo-bubble-border-width": {
2512
+ "type": "Number",
2513
+ "value": "1px"
2514
+ },
2515
+ "kendo-bubble-border-style": {
2516
+ "type": "String",
2517
+ "value": "solid"
2518
+ },
2519
+ "kendo-bubble-line-height": {
2520
+ "type": "String",
2521
+ "value": "var(--kendo-line-height, normal)"
2522
+ },
2523
+ "kendo-bubble-text": {
2524
+ "type": "String",
2525
+ "value": "var(--kendo-color-base-on-subtle, #323130)"
2526
+ },
2527
+ "kendo-bubble-bg": {
2528
+ "type": "String",
2529
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
2530
+ },
2531
+ "kendo-bubble-border": {
2532
+ "type": "String",
2533
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
2534
+ },
2535
+ "kendo-bubble-shadow": {
2536
+ "type": "String",
2537
+ "value": "none"
2538
+ },
2539
+ "kendo-bubble-hover-bg": {
2540
+ "type": "String",
2541
+ "value": "var(--kendo-color-base-subtle-hover, #e1dfdd)"
2542
+ },
2543
+ "kendo-bubble-hover-border": {
2544
+ "type": "String",
2545
+ "value": "var(--kendo-color-base-subtle-hover, #e1dfdd)"
2546
+ },
2547
+ "kendo-bubble-active-bg": {
2548
+ "type": "String",
2549
+ "value": "var(--kendo-color-base-subtle-active, #d2d0ce)"
2550
+ },
2551
+ "kendo-bubble-active-border": {
2552
+ "type": "String",
2553
+ "value": "var(--kendo-color-base-subtle-active, #d2d0ce)"
2554
+ },
2555
+ "kendo-bubble-focus-bg": {
2556
+ "type": "String",
2557
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
2558
+ },
2559
+ "kendo-bubble-focus-border": {
2560
+ "type": "String",
2561
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
2562
+ },
2563
+ "kendo-bubble-focus-shadow": {
2564
+ "type": "List",
2565
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 8%, transparent))"
2566
+ },
2567
+ "kendo-bubble-expandable-spacing": {
2568
+ "type": "String",
2569
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2570
+ },
2571
+ "kendo-bubble-expandable-icon-padding-x": {
2572
+ "type": "String",
2573
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2574
+ },
2575
+ "kendo-bubble-expandable-icon-padding-y": {
2576
+ "type": "String",
2577
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2578
+ },
2495
2579
  "kendo-avatar-border-width": {
2496
2580
  "type": "String",
2497
2581
  "value": "var(--kendo-avatar-border-width, 1px)"
@@ -15708,29 +15792,17 @@
15708
15792
  "type": "String",
15709
15793
  "value": "var(--kendo-scheduler-marquee-color, var(--kendo-color-primary, #0078d4))"
15710
15794
  },
15711
- "kendo-chat-transition": {
15712
- "type": "String",
15713
- "value": "var(--kendo-chat-transition, var(--kendo-transition, inherit))"
15714
- },
15715
- "kendo-chat-link-hover-text": {
15716
- "type": "String",
15717
- "value": "var(--kendo-chat-link-hover-text, var(--kendo-color-primary-hover, #106ebe))"
15718
- },
15719
- "kendo-chat-link-text": {
15720
- "type": "String",
15721
- "value": "var(--kendo-chat-link-text, var(--kendo-color-primary, #0078d4))"
15722
- },
15723
15795
  "kendo-chat-padding-x": {
15724
15796
  "type": "String",
15725
15797
  "value": "var(--kendo-chat-padding-x, var(--kendo-spacing-4, 1rem))"
15726
15798
  },
15727
15799
  "kendo-chat-padding-y": {
15728
15800
  "type": "String",
15729
- "value": "var(--kendo-chat-padding-y, var(--kendo-spacing-4, 1rem))"
15801
+ "value": "var(--kendo-spacing-4, 1rem)"
15730
15802
  },
15731
15803
  "kendo-chat-width": {
15732
- "type": "String",
15733
- "value": "var(--kendo-chat-width, 500px)"
15804
+ "type": "Number",
15805
+ "value": "320px"
15734
15806
  },
15735
15807
  "kendo-chat-height": {
15736
15808
  "type": "String",
@@ -15752,21 +15824,21 @@
15752
15824
  "type": "String",
15753
15825
  "value": "var(--kendo-chat-line-height, var(--kendo-line-height, normal))"
15754
15826
  },
15755
- "kendo-chat-typing-indicator-dot-size": {
15827
+ "kendo-chat-item-spacing-y": {
15756
15828
  "type": "String",
15757
- "value": "var(--kendo-chat-typing-indicator-dot-size, 8px)"
15829
+ "value": "var(--kendo-spacing-4, 1rem)"
15758
15830
  },
15759
- "kendo-chat-typing-indicator-dot-spacing": {
15760
- "type": "String",
15761
- "value": "var(--kendo-chat-typing-indicator-dot-spacing, calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2))"
15831
+ "kendo-chat-message-spacing": {
15832
+ "type": "Null",
15833
+ "value": "null"
15762
15834
  },
15763
- "kendo-chat-item-spacing-x": {
15764
- "type": "String",
15765
- "value": "var(--kendo-spacing-2, 0.5rem)"
15835
+ "kendo-chat-message-max-width": {
15836
+ "type": "Calculation",
15837
+ "value": "min(75%, 460px)"
15766
15838
  },
15767
- "kendo-chat-item-spacing-y": {
15839
+ "kendo-chat-message-gap": {
15768
15840
  "type": "String",
15769
- "value": "var(--kendo-spacing-4, 1rem)"
15841
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15770
15842
  },
15771
15843
  "kendo-chat-message-list-padding-x": {
15772
15844
  "type": "String",
@@ -15774,12 +15846,16 @@
15774
15846
  },
15775
15847
  "kendo-chat-message-list-padding-y": {
15776
15848
  "type": "String",
15777
- "value": "var(--kendo-chat-padding-y, var(--kendo-spacing-4, 1rem))"
15849
+ "value": "var(--kendo-spacing-4, 1rem)"
15778
15850
  },
15779
15851
  "kendo-chat-message-list-spacing": {
15780
15852
  "type": "String",
15781
15853
  "value": "var(--kendo-spacing-4, 1rem)"
15782
15854
  },
15855
+ "kendo-chat-message-status-gap": {
15856
+ "type": "String",
15857
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15858
+ },
15783
15859
  "kendo-chat-timestamp-font-size": {
15784
15860
  "type": "String",
15785
15861
  "value": "var(--kendo-chat-timestamp-font-size, var(--kendo-font-size-sm, inherit))"
@@ -15790,7 +15866,7 @@
15790
15866
  },
15791
15867
  "kendo-chat-timestamp-transform": {
15792
15868
  "type": "String",
15793
- "value": "var(--kendo-chat-timestamp-transform, uppercase)"
15869
+ "value": "none"
15794
15870
  },
15795
15871
  "kendo-chat-timestamp-text": {
15796
15872
  "type": "String",
@@ -15798,7 +15874,15 @@
15798
15874
  },
15799
15875
  "kendo-chat-timestamp-bg": {
15800
15876
  "type": "String",
15801
- "value": "var(--kendo-chat-timestamp-bg, normal)"
15877
+ "value": "normal"
15878
+ },
15879
+ "kendo-chat-timestamp-separator-bg": {
15880
+ "type": "String",
15881
+ "value": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)"
15882
+ },
15883
+ "kendo-chat-timestamp-separator-spacing": {
15884
+ "type": "String",
15885
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15802
15886
  },
15803
15887
  "kendo-chat-message-meta-font-size": {
15804
15888
  "type": "String",
@@ -15814,199 +15898,171 @@
15814
15898
  },
15815
15899
  "kendo-chat-author-line-height": {
15816
15900
  "type": "String",
15817
- "value": "var(--kendo-chat-author-line-height, var(--kendo-line-height-lg, normal))"
15818
- },
15819
- "kendo-chat-bubble-padding-x": {
15820
- "type": "String",
15821
- "value": "var(--kendo-chat-bubble-padding-x, var(--kendo-spacing-3, 0.75rem))"
15901
+ "value": "var(--kendo-line-height-xs, normal)"
15822
15902
  },
15823
- "kendo-chat-bubble-padding-y": {
15903
+ "kendo-chat-status-text": {
15824
15904
  "type": "String",
15825
- "value": "var(--kendo-chat-bubble-padding-y, var(--kendo-spacing-2, 0.5rem))"
15905
+ "value": "var(--kendo-color-subtle, #605e5c)"
15826
15906
  },
15827
15907
  "kendo-chat-bubble-spacing": {
15828
15908
  "type": "String",
15829
- "value": "var(--kendo-chat-bubble-spacing, var(--kendo-spacing-0\\.5, 0.125rem))"
15830
- },
15831
- "kendo-chat-bubble-line-height": {
15832
- "type": "String",
15833
- "value": "var(--kendo-chat-bubble-line-height, var(--kendo-line-height, normal))"
15834
- },
15835
- "kendo-chat-scroll-button-padding": {
15836
- "type": "String",
15837
- "value": "var(--kendo-chat-scroll-button-padding, var(--kendo-spacing-2, 0.5rem))"
15838
- },
15839
- "kendo-chat-card-deck-scrollbar-size": {
15840
- "type": "String",
15841
- "value": "var(--kendo-chat-card-deck-scrollbar-size, 20px)"
15909
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15842
15910
  },
15843
- "kendo-chat-bubble-border-radius": {
15911
+ "kendo-chat-toolbar-bg": {
15844
15912
  "type": "String",
15845
- "value": "var(--kendo-chat-bubble-border-radius, var(--kendo-spacing-3, 0.75rem))"
15913
+ "value": "var(--kendo-chat-toolbar-bg, var(--kendo-toolbar-bg, var(--kendo-color-surface, #faf9f8)))"
15846
15914
  },
15847
- "kendo-chat-bubble-border-radius-sm": {
15915
+ "kendo-chat-toolbar-text": {
15848
15916
  "type": "String",
15849
- "value": "var(--kendo-chat-bubble-border-radius-sm, var(--kendo-border-radius, 0))"
15917
+ "value": "var(--kendo-chat-toolbar-text, var(--kendo-toolbar-text, var(--kendo-color-on-app-surface, #323130)))"
15850
15918
  },
15851
- "kendo-chat-avatar-size": {
15919
+ "kendo-chat-toolbar-border": {
15852
15920
  "type": "String",
15853
- "value": "var(--kendo-chat-avatar-size, 32px)"
15921
+ "value": "var(--kendo-chat-toolbar-border, inherit)"
15854
15922
  },
15855
- "kendo-chat-avatar-spacing": {
15923
+ "kendo-chat-bg": {
15856
15924
  "type": "String",
15857
- "value": "var(--kendo-chat-avatar-spacing, var(--kendo-spacing-2, 0.5rem))"
15925
+ "value": "var(--kendo-chat-bg, var(--kendo-color-surface, #faf9f8))"
15858
15926
  },
15859
- "kendo-chat-toolbar-padding-x": {
15927
+ "kendo-chat-text": {
15860
15928
  "type": "String",
15861
- "value": "var(--kendo-chat-toolbar-padding-x, var(--kendo-toolbar-md-padding-x, var(--kendo-spacing-2, 0.5rem)))"
15929
+ "value": "var(--kendo-chat-text, var(--kendo-color-on-app-surface, #323130))"
15862
15930
  },
15863
- "kendo-chat-toolbar-padding-y": {
15931
+ "kendo-chat-border": {
15864
15932
  "type": "String",
15865
- "value": "var(--kendo-chat-toolbar-padding-y, var(--kendo-toolbar-md-padding-y, var(--kendo-spacing-2, 0.5rem)))"
15933
+ "value": "var(--kendo-chat-border, color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent))"
15866
15934
  },
15867
- "kendo-chat-toolbar-spacing": {
15935
+ "kendo-chat-alt-bubble-bg": {
15868
15936
  "type": "String",
15869
- "value": "var(--kendo-chat-toolbar-spacing, var(--kendo-toolbar-md-spacing, var(--kendo-spacing-2, 0.5rem)))"
15937
+ "value": "var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4))"
15870
15938
  },
15871
- "kendo-chat-toolbar-bg": {
15939
+ "kendo-chat-alt-bubble-text": {
15872
15940
  "type": "String",
15873
- "value": "var(--kendo-chat-toolbar-bg, var(--kendo-toolbar-bg, var(--kendo-color-surface, #faf9f8)))"
15941
+ "value": "var(--kendo-chat-alt-bubble-text, var(--kendo-color-surface-alt, #ffffff))"
15874
15942
  },
15875
- "kendo-chat-toolbar-text": {
15943
+ "kendo-chat-alt-bubble-border": {
15876
15944
  "type": "String",
15877
- "value": "var(--kendo-chat-toolbar-text, var(--kendo-toolbar-text, var(--kendo-color-on-app-surface, #323130)))"
15945
+ "value": "var(--kendo-chat-alt-bubble-border, var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4)))"
15878
15946
  },
15879
- "kendo-chat-toolbar-border": {
15947
+ "kendo-chat-alt-bubble-shadow": {
15880
15948
  "type": "String",
15881
- "value": "var(--kendo-chat-toolbar-border, inherit)"
15949
+ "value": "none"
15882
15950
  },
15883
- "kendo-chat-quick-reply-padding-x": {
15951
+ "kendo-chat-alt-bubble-hover-bg": {
15884
15952
  "type": "String",
15885
- "value": "var(--kendo-chat-quick-reply-padding-x, var(--kendo-spacing-3, 0.75rem))"
15953
+ "value": "var(--kendo-color-primary-hover, #106ebe)"
15886
15954
  },
15887
- "kendo-chat-quick-reply-padding-y": {
15955
+ "kendo-chat-alt-bubble-hover-border": {
15888
15956
  "type": "String",
15889
- "value": "var(--kendo-chat-quick-reply-padding-y, var(--kendo-spacing-2, 0.5rem))"
15957
+ "value": "var(--kendo-color-primary-hover, #106ebe)"
15890
15958
  },
15891
- "kendo-chat-quick-reply-spacing": {
15959
+ "kendo-chat-alt-bubble-active-bg": {
15892
15960
  "type": "String",
15893
- "value": "var(--kendo-chat-quick-reply-spacing, var(--kendo-spacing-2, 0.5rem))"
15961
+ "value": "var(--kendo-color-primary-active, #005a9e)"
15894
15962
  },
15895
- "kendo-chat-quick-reply-line-height": {
15963
+ "kendo-chat-alt-bubble-active-border": {
15896
15964
  "type": "String",
15897
- "value": "var(--kendo-chat-quick-reply-line-height, var(--kendo-chat-bubble-line-height, var(--kendo-line-height, normal)))"
15965
+ "value": "var(--kendo-color-primary-active, #005a9e)"
15898
15966
  },
15899
- "kendo-chat-bg": {
15967
+ "kendo-chat-alt-bubble-focus-bg": {
15900
15968
  "type": "String",
15901
- "value": "var(--kendo-chat-bg, var(--kendo-color-surface, #faf9f8))"
15969
+ "value": "var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4))"
15902
15970
  },
15903
- "kendo-chat-text": {
15971
+ "kendo-chat-alt-bubble-focus-border": {
15904
15972
  "type": "String",
15905
- "value": "var(--kendo-chat-text, var(--kendo-color-on-app-surface, #323130))"
15973
+ "value": "var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4))"
15906
15974
  },
15907
- "kendo-chat-border": {
15908
- "type": "String",
15909
- "value": "var(--kendo-chat-border, color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent))"
15975
+ "kendo-chat-alt-bubble-focus-shadow": {
15976
+ "type": "List",
15977
+ "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #0078d4) 16%, transparent))"
15910
15978
  },
15911
- "kendo-chat-bubble-bg": {
15979
+ "kendo-chat-typing-indicator-text": {
15912
15980
  "type": "String",
15913
- "value": "var(--kendo-chat-bubble-bg, var(--kendo-color-surface-alt, #ffffff))"
15981
+ "value": "var(--kendo-color-base-on-subtle, #323130)"
15914
15982
  },
15915
- "kendo-chat-bubble-text": {
15916
- "type": "String",
15917
- "value": "var(--kendo-chat-bubble-text, var(--kendo-color-on-app-surface, #323130))"
15983
+ "kendo-chat-file-width": {
15984
+ "type": "Number",
15985
+ "value": "240px"
15918
15986
  },
15919
- "kendo-chat-bubble-border": {
15987
+ "kendo-chat-file-padding-x": {
15920
15988
  "type": "String",
15921
- "value": "var(--kendo-chat-bubble-border, var(--kendo-chat-bubble-bg, var(--kendo-color-surface-alt, #ffffff)))"
15989
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15922
15990
  },
15923
- "kendo-chat-bubble-shadow": {
15991
+ "kendo-chat-file-padding-y": {
15924
15992
  "type": "String",
15925
- "value": "var(--kendo-chat-bubble-shadow, var(--kendo-box-shadow-depth-1, none))"
15993
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15926
15994
  },
15927
- "kendo-chat-bubble-hover-shadow": {
15995
+ "kendo-chat-file-gap": {
15928
15996
  "type": "String",
15929
- "value": "var(--kendo-chat-bubble-hover-shadow, var(--kendo-box-shadow-depth-2, none))"
15997
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15930
15998
  },
15931
- "kendo-chat-bubble-selected-shadow": {
15932
- "type": "String",
15933
- "value": "var(--kendo-chat-bubble-selected-shadow, var(--kendo-box-shadow-depth-3, none))"
15999
+ "kendo-chat-file-border-width": {
16000
+ "type": "Number",
16001
+ "value": "1px"
15934
16002
  },
15935
- "kendo-chat-alt-bubble-bg": {
16003
+ "kendo-chat-file-border-style": {
15936
16004
  "type": "String",
15937
- "value": "var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4))"
16005
+ "value": "solid"
15938
16006
  },
15939
- "kendo-chat-alt-bubble-text": {
16007
+ "kendo-chat-file-bg": {
15940
16008
  "type": "String",
15941
- "value": "var(--kendo-chat-alt-bubble-text, var(--kendo-color-surface-alt, #ffffff))"
16009
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
15942
16010
  },
15943
- "kendo-chat-alt-bubble-border": {
16011
+ "kendo-chat-file-text": {
15944
16012
  "type": "String",
15945
- "value": "var(--kendo-chat-alt-bubble-border, var(--kendo-chat-alt-bubble-bg, var(--kendo-color-primary, #0078d4)))"
16013
+ "value": "var(--kendo-color-base-on-subtle, #323130)"
15946
16014
  },
15947
- "kendo-chat-alt-bubble-shadow": {
16015
+ "kendo-chat-file-border": {
15948
16016
  "type": "String",
15949
- "value": "var(--kendo-chat-alt-bubble-shadow, var(--kendo-box-shadow-depth-1, none))"
16017
+ "value": "var(--kendo-color-base-subtle, #edebe9)"
15950
16018
  },
15951
- "kendo-chat-alt-bubble-hover-shadow": {
16019
+ "kendo-chat-file-border-radius": {
15952
16020
  "type": "String",
15953
- "value": "var(--kendo-chat-alt-bubble-hover-shadow, var(--kendo-box-shadow-depth-2, none))"
16021
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
15954
16022
  },
15955
- "kendo-chat-alt-bubble-selected-shadow": {
16023
+ "kendo-chat-file-download-padding-x": {
15956
16024
  "type": "String",
15957
- "value": "var(--kendo-chat-alt-bubble-selected-shadow, var(--kendo-box-shadow-depth-3, none))"
16025
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15958
16026
  },
15959
- "kendo-chat-quick-reply-bg": {
16027
+ "kendo-chat-file-download-padding-y": {
15960
16028
  "type": "String",
15961
- "value": "var(--kendo-chat-quick-reply-bg, transparent)"
16029
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15962
16030
  },
15963
- "kendo-chat-quick-reply-text": {
15964
- "type": "String",
15965
- "value": "var(--kendo-chat-quick-reply-text, var(--kendo-color-primary, #0078d4))"
16031
+ "kendo-chat-message-pinned-border-width": {
16032
+ "type": "Number",
16033
+ "value": "1px"
15966
16034
  },
15967
- "kendo-chat-quick-reply-border": {
16035
+ "kendo-chat-message-pinned-border-style": {
15968
16036
  "type": "String",
15969
- "value": "var(--kendo-chat-quick-reply-border, var(--kendo-color-primary, #0078d4))"
16037
+ "value": "solid"
15970
16038
  },
15971
- "kendo-chat-quick-reply-hover-bg": {
16039
+ "kendo-chat-message-pinned-border-color": {
15972
16040
  "type": "String",
15973
- "value": "var(--kendo-chat-quick-reply-hover-bg, var(--kendo-color-primary, #0078d4))"
16041
+ "value": "color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)"
15974
16042
  },
15975
- "kendo-chat-quick-reply-hover-text": {
16043
+ "kendo-chat-message-reference-padding-x": {
15976
16044
  "type": "String",
15977
- "value": "var(--kendo-chat-quick-reply-hover-text, var(--kendo-color-surface-alt, #ffffff))"
16045
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15978
16046
  },
15979
- "kendo-chat-quick-reply-hover-border": {
16047
+ "kendo-chat-message-reference-padding-y": {
15980
16048
  "type": "String",
15981
- "value": "var(--kendo-chat-quick-reply-hover-border, var(--kendo-color-primary, #0078d4))"
16049
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15982
16050
  },
15983
- "kendo-chat-quick-reply-focus-offset": {
16051
+ "kendo-chat-message-reference-bg": {
15984
16052
  "type": "String",
15985
- "value": "var(--kendo-chat-quick-reply-focus-offset, var(--kendo-spacing-0\\.5, 0.125rem))"
16053
+ "value": "var(--kendo-color-surface, #faf9f8)"
15986
16054
  },
15987
- "kendo-chat-quick-reply-focus-outline-width": {
16055
+ "kendo-chat-message-reference-text": {
15988
16056
  "type": "String",
15989
- "value": "var(--kendo-chat-quick-reply-focus-outline-width, 1px)"
16057
+ "value": "var(--kendo-color-on-app-surface, #323130)"
15990
16058
  },
15991
- "kendo-chat-quick-reply-focus-outline-style": {
16059
+ "kendo-chat-message-reference-marker-bg": {
15992
16060
  "type": "String",
15993
- "value": "var(--kendo-chat-quick-reply-focus-outline-style, solid)"
16061
+ "value": "var(--kendo-color-base-emphasis, #605e5c)"
15994
16062
  },
15995
- "kendo-chat-quick-reply-focus-outline-color": {
16063
+ "kendo-chat-message-reference-marker-alt-bg": {
15996
16064
  "type": "String",
15997
- "value": "var(--kendo-chat-quick-reply-focus-outline-color, initial)"
15998
- },
15999
- "kendo-chat-quick-reply-shadow-opacity": {
16000
- "type": "Number",
16001
- "value": "0"
16002
- },
16003
- "kendo-chat-quick-reply-shadow-blur": {
16004
- "type": "Null",
16005
- "value": "null"
16006
- },
16007
- "kendo-chat-quick-reply-shadow-spread": {
16008
- "type": "Null",
16009
- "value": "null"
16065
+ "value": "var(--kendo-color-primary, #0078d4)"
16010
16066
  },
16011
16067
  "kendo-media-player-border-width": {
16012
16068
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#1b1a19",
9
9
  "#21201f",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "11.3.2",
6
+ "version": "12.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#faf9f8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
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
+ }
@@ -0,0 +1,9 @@
1
+ @use "./_variables.scss" as *;
2
+ @use "../core/_index.scss" as *;
3
+ @use "@progress/kendo-theme-core/scss/components/bubble/_layout.scss" as *;
4
+
5
+ @mixin kendo-bubble--layout() {
6
+
7
+ @include kendo-bubble--layout-base();
8
+
9
+ }
@@ -0,0 +1,16 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "./_variables.scss" as *;
3
+ @use "@progress/kendo-theme-core/scss/components/bubble/_theme.scss" as *;
4
+
5
+ @mixin kendo-bubble--theme() {
6
+ @include kendo-bubble--theme-base();
7
+
8
+ .k-bubble {
9
+
10
+ &:focus,
11
+ &.k-focus {
12
+ box-shadow: inset 0 0 0 #{$kendo-bubble-border-width} k-color(app-surface),
13
+ inset 0 0 0 calc( #{$kendo-bubble-border-width} * 2 ) k-color(base-emphasis);
14
+ }
15
+ }
16
+ }