@progress/kendo-theme-bootstrap 5.0.0-alpha.0 → 5.0.0-alpha.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.
package/dist/all.css CHANGED
@@ -13454,6 +13454,8 @@ kendo-badge-container {
13454
13454
  display: inline-flex;
13455
13455
  -ms-flex-flow: row nowrap;
13456
13456
  flex-flow: row nowrap;
13457
+ -ms-flex-align: stretch;
13458
+ align-items: stretch;
13457
13459
  position: relative;
13458
13460
  overflow: hidden;
13459
13461
  text-overflow: ellipsis;
@@ -13466,6 +13468,8 @@ input.k-input {
13466
13468
 
13467
13469
  select.k-picker {
13468
13470
  padding: 0.375rem 0.75rem;
13471
+ -webkit-appearance: auto;
13472
+ appearance: auto;
13469
13473
  }
13470
13474
 
13471
13475
  .k-input-inner {
@@ -13537,6 +13541,8 @@ span.k-input-inner .k-value-text {
13537
13541
  .k-input-suffix {
13538
13542
  display: -ms-flexbox;
13539
13543
  display: flex;
13544
+ -ms-flex-flow: row nowrap;
13545
+ flex-flow: row nowrap;
13540
13546
  -ms-flex-align: center;
13541
13547
  align-items: center;
13542
13548
  -ms-flex: none;
@@ -13588,18 +13594,28 @@ span.k-input-inner .k-value-text {
13588
13594
  }
13589
13595
 
13590
13596
  .k-input-button {
13597
+ width: auto;
13591
13598
  border-width: 0;
13592
13599
  -ms-flex: none;
13593
13600
  flex: none;
13601
+ aspect-ratio: auto;
13602
+ color: inherit;
13603
+ background: none;
13594
13604
  box-shadow: none;
13595
13605
  }
13596
13606
 
13607
+ .k-input-button > .k-button-icon {
13608
+ min-width: auto !important;
13609
+ min-height: auto !important;
13610
+ }
13611
+
13597
13612
  .k-picker .k-input-button {
13598
13613
  color: inherit;
13599
13614
  background: none;
13600
13615
  }
13601
13616
 
13602
13617
  .k-input-spinner {
13618
+ width: auto;
13603
13619
  -ms-flex: none;
13604
13620
  flex: none;
13605
13621
  display: -ms-flexbox;
@@ -13610,7 +13626,6 @@ span.k-input-inner .k-value-text {
13610
13626
 
13611
13627
  .k-input-spinner .k-spinner-increase,
13612
13628
  .k-input-spinner .k-spinner-decrease {
13613
- padding: 0;
13614
13629
  border-width: 0;
13615
13630
  -ms-flex: 1 1 50%;
13616
13631
  flex: 1 1 50%;
@@ -13620,11 +13635,7 @@ span.k-input-inner .k-value-text {
13620
13635
 
13621
13636
  .k-input-spinner .k-spinner-increase > .k-button-icon,
13622
13637
  .k-input-spinner .k-spinner-decrease > .k-button-icon {
13623
- position: absolute;
13624
- top: 50%;
13625
- left: 50%;
13626
- -ms-transform: translate(-50%, -50%);
13627
- transform: translate(-50%, -50%);
13638
+ margin: -1em 0;
13628
13639
  }
13629
13640
 
13630
13641
  .k-searchbar {
@@ -13703,7 +13714,7 @@ span.k-input-inner .k-value-text {
13703
13714
  }
13704
13715
 
13705
13716
  .k-picker:focus, .k-picker.k-focus {
13706
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
13717
+ box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
13707
13718
  }
13708
13719
 
13709
13720
  .k-picker:invalid, .k-picker.k-invalid {
@@ -14560,8 +14571,8 @@ kendo-label > .k-label {
14560
14571
  .k-form .k-daterangepicker-wrap,
14561
14572
  .k-form .k-timepicker,
14562
14573
  .k-form .k-floating-label-container {
14563
- display: -ms-flexbox;
14564
- display: flex;
14574
+ display: -ms-inline-flexbox;
14575
+ display: inline-flex;
14565
14576
  width: 100%;
14566
14577
  }
14567
14578
 
@@ -14619,6 +14630,7 @@ kendo-label > .k-label {
14619
14630
  margin-right: 10px;
14620
14631
  padding-top: 5px;
14621
14632
  width: 25%;
14633
+ text-align: end;
14622
14634
  -ms-flex-direction: column;
14623
14635
  flex-direction: column;
14624
14636
  -ms-flex-align: end;
@@ -15947,7 +15959,8 @@ kendo-label.k-radio-label > .k-label {
15947
15959
  transform: translate(50%, -50%);
15948
15960
  }
15949
15961
 
15950
- .k-switch.k-disabled {
15962
+ .k-switch.k-disabled,
15963
+ .k-switch.k-state-disabled {
15951
15964
  opacity: 1;
15952
15965
  filter: none;
15953
15966
  }
@@ -17052,6 +17065,7 @@ kendo-label.k-radio-label > .k-label {
17052
17065
  }
17053
17066
 
17054
17067
  .k-actions-horizontal {
17068
+ width: 100%;
17055
17069
  -ms-flex-flow: row nowrap;
17056
17070
  flex-flow: row nowrap;
17057
17071
  }
@@ -19823,14 +19837,6 @@ kendo-label.k-radio-label > .k-label {
19823
19837
  transform: translateX(50%);
19824
19838
  }
19825
19839
 
19826
- .k-dateinput .k-link-increase .k-icon {
19827
- bottom: -1px;
19828
- }
19829
-
19830
- .k-dateinput .k-link-decrease .k-icon {
19831
- top: -1px;
19832
- }
19833
-
19834
19840
  .k-rtl .k-dateinput, .k-dateinput[dir="rtl"] {
19835
19841
  text-align: right;
19836
19842
  }
@@ -22834,6 +22840,7 @@ kendo-label.k-radio-label > .k-label {
22834
22840
  height: 100%;
22835
22841
  }
22836
22842
 
22843
+ .k-window-buttons,
22837
22844
  .k-window-buttongroup {
22838
22845
  border-bottom-right-radius: 0.25rem;
22839
22846
  border-bottom-left-radius: 0.25rem;
@@ -23956,6 +23963,7 @@ kendo-card-footer {
23956
23963
  height: 1.3em;
23957
23964
  border-width: 1px 1px 0 0;
23958
23965
  border-style: solid;
23966
+ box-sizing: border-box;
23959
23967
  position: absolute;
23960
23968
  }
23961
23969
 
@@ -31779,6 +31787,99 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31779
31787
  overflow: auto;
31780
31788
  }
31781
31789
 
31790
+ .k-editor-resize-handles-wrapper {
31791
+ position: absolute;
31792
+ visibility: hidden;
31793
+ }
31794
+
31795
+ .k-editor-resize-handle {
31796
+ width: 5px;
31797
+ height: 5px;
31798
+ border-width: 1px;
31799
+ border-style: solid;
31800
+ position: absolute;
31801
+ visibility: visible;
31802
+ z-index: 100;
31803
+ }
31804
+
31805
+ .k-editor-resize-handle.northwest {
31806
+ top: 0;
31807
+ left: 0;
31808
+ -ms-transform: translate(-50%, -50%);
31809
+ transform: translate(-50%, -50%);
31810
+ cursor: nw-resize;
31811
+ }
31812
+
31813
+ .k-editor-resize-handle.north {
31814
+ top: 0;
31815
+ left: 50%;
31816
+ -ms-transform: translate(-50%, -50%);
31817
+ transform: translate(-50%, -50%);
31818
+ cursor: n-resize;
31819
+ }
31820
+
31821
+ .k-editor-resize-handle.northeast {
31822
+ top: 0;
31823
+ right: 0;
31824
+ -ms-transform: translate(50%, -50%);
31825
+ transform: translate(50%, -50%);
31826
+ cursor: ne-resize;
31827
+ }
31828
+
31829
+ .k-editor-resize-handle.southwest {
31830
+ left: 0;
31831
+ bottom: 0;
31832
+ -ms-transform: translate(-50%, 50%);
31833
+ transform: translate(-50%, 50%);
31834
+ cursor: sw-resize;
31835
+ }
31836
+
31837
+ .k-editor-resize-handle.south {
31838
+ bottom: 0;
31839
+ left: 50%;
31840
+ -ms-transform: translate(-50%, 50%);
31841
+ transform: translate(-50%, 50%);
31842
+ cursor: s-resize;
31843
+ }
31844
+
31845
+ .k-editor-resize-handle.southeast {
31846
+ right: 0;
31847
+ bottom: 0;
31848
+ -ms-transform: translate(50%, 50%);
31849
+ transform: translate(50%, 50%);
31850
+ cursor: se-resize;
31851
+ }
31852
+
31853
+ .k-editor-resize-handle.west {
31854
+ top: 50%;
31855
+ left: 0;
31856
+ -ms-transform: translate(-50%, -50%);
31857
+ transform: translate(-50%, -50%);
31858
+ cursor: w-resize;
31859
+ }
31860
+
31861
+ .k-editor-resize-handle.east {
31862
+ top: 50%;
31863
+ right: 0;
31864
+ -ms-transform: translate(50%, -50%);
31865
+ transform: translate(50%, -50%);
31866
+ cursor: e-resize;
31867
+ }
31868
+
31869
+ .ProseMirror-selectednode {
31870
+ outline-width: 2px;
31871
+ outline-style: solid;
31872
+ }
31873
+
31874
+ .ProseMirror-hideselection {
31875
+ caret-color: transparent;
31876
+ }
31877
+
31878
+ .ProseMirror-hideselection *::selection,
31879
+ .ProseMirror-hideselection *::-moz-selection {
31880
+ background: transparent;
31881
+ }
31882
+
31782
31883
  .k-editor > .k-toolbar {
31783
31884
  border-width: 0 0 1px 0;
31784
31885
  -ms-flex-negative: 0;
@@ -31845,6 +31946,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31845
31946
  padding: 1rem;
31846
31947
  width: 100%;
31847
31948
  height: 100%;
31949
+ position: relative;
31848
31950
  box-sizing: border-box;
31849
31951
  outline: none;
31850
31952
  white-space: pre-wrap;
@@ -32377,6 +32479,15 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
32377
32479
  border-color: #dee2e6;
32378
32480
  }
32379
32481
 
32482
+ .k-editor-resize-handle {
32483
+ background-color: #ffffff;
32484
+ border-color: #000000;
32485
+ }
32486
+
32487
+ .ProseMirror-selectednode {
32488
+ outline-color: #8cf;
32489
+ }
32490
+
32380
32491
  .k-ct-popup .k-state-selected {
32381
32492
  border-color: #0c65e9;
32382
32493
  color: #ffffff;
@@ -35119,11 +35230,14 @@ kendo-scheduler .k-event .k-event-actions,
35119
35230
  }
35120
35231
 
35121
35232
  .k-message-box {
35122
- padding: 10px 16px;
35233
+ width: 100%;
35234
+ height: auto;
35235
+ padding: 0.375rem 0.75rem;
35236
+ box-sizing: border-box;
35123
35237
  border-width: 1px 0 0;
35124
35238
  border-style: solid;
35125
- -ms-flex: 0 0 auto;
35126
- flex: 0 0 auto;
35239
+ -ms-flex: none;
35240
+ flex: none;
35127
35241
  display: -ms-flexbox;
35128
35242
  display: flex;
35129
35243
  -ms-flex-flow: row nowrap;
@@ -35132,6 +35246,11 @@ kendo-scheduler .k-event .k-event-actions,
35132
35246
  align-items: center;
35133
35247
  }
35134
35248
 
35249
+ .k-message-box:focus, .k-message-box.k-state-focus, .k-message-box:focus-within {
35250
+ outline: 0;
35251
+ box-shadow: none;
35252
+ }
35253
+
35135
35254
  .k-message-box .k-input {
35136
35255
  padding: 0;
35137
35256
  }
@@ -35254,12 +35373,19 @@ kendo-scheduler .k-event .k-event-actions,
35254
35373
 
35255
35374
  .k-chat-toolbar,
35256
35375
  .k-chat .k-toolbar-box {
35376
+ padding: 0.5rem 0.5rem;
35257
35377
  width: 100%;
35378
+ border-width: 1px 0 0;
35258
35379
  box-sizing: border-box;
35380
+ -ms-flex: none;
35381
+ flex: none;
35259
35382
  overflow: hidden;
35260
35383
  position: relative;
35261
- -ms-flex: 0 0 auto;
35262
- flex: 0 0 auto;
35384
+ }
35385
+
35386
+ .k-chat-toolbar::before,
35387
+ .k-chat .k-toolbar-box::before {
35388
+ display: none;
35263
35389
  }
35264
35390
 
35265
35391
  .k-chat-toolbar .k-button-list,
@@ -35270,20 +35396,15 @@ kendo-scheduler .k-event .k-event-actions,
35270
35396
  flex-flow: row nowrap;
35271
35397
  overflow: hidden;
35272
35398
  scroll-behavior: smooth;
35273
- padding: 10px 16px;
35274
- }
35275
-
35276
- .k-chat-toolbar .k-button-list::after,
35277
- .k-chat .k-toolbar-box .k-button-list::after {
35278
- content: "";
35279
- padding-right: 16px;
35280
35399
  }
35281
35400
 
35282
- .k-chat-toolbar .k-button-list .k-button + .k-button,
35283
- .k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
35284
- margin-left: 20px;
35285
- -ms-flex-negative: 0;
35286
- flex-shrink: 0;
35401
+ .k-chat-toolbar .k-button,
35402
+ .k-chat .k-toolbar-box .k-button {
35403
+ border-color: transparent;
35404
+ color: inherit;
35405
+ background: none;
35406
+ -ms-flex: none;
35407
+ flex: none;
35287
35408
  }
35288
35409
 
35289
35410
  .k-chat-toolbar .k-scroll-button,
@@ -35305,15 +35426,6 @@ kendo-scheduler .k-event .k-event-actions,
35305
35426
  right: 0;
35306
35427
  }
35307
35428
 
35308
- .k-chat-toolbar .k-button,
35309
- .k-chat .k-toolbar-box .k-button {
35310
- border-width: 0;
35311
- color: inherit;
35312
- background: none;
35313
- -ms-flex-negative: 0;
35314
- flex-shrink: 0;
35315
- }
35316
-
35317
35429
  .k-rtl .k-message-group:not(.k-alt),
35318
35430
  [dir="rtl"] .k-message-group:not(.k-alt) {
35319
35431
  text-align: right;
package/dist/all.scss CHANGED
@@ -2816,6 +2816,8 @@ $enable-flex-classes: true !default;
2816
2816
  $enable-grid-classes: true !default;
2817
2817
 
2818
2818
  $use-calc-badge-size: true !default;
2819
+ $use-input-button-width: false !default;
2820
+ $use-input-spinner-width: false !default;
2819
2821
  $use-picker-select-width: false !default;
2820
2822
 
2821
2823
 
@@ -9975,17 +9977,19 @@ $picker-select-calc-size-sm: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-
9975
9977
  $picker-select-calc-size-lg: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
9976
9978
 
9977
9979
 
9978
- // Spinner
9980
+ // Input actions
9981
+ $kendo-input-button-width: null !default;
9979
9982
  $kendo-input-spinner-width: null !default;
9980
- $kendo-input-spinner-icon-offset: 1px !default;
9981
9983
 
9982
9984
 
9983
9985
  // Input icon
9984
9986
  $kendo-input-icon-width: calc( #{$icon-size} + #{$kendo-input-padding-y * 2} ) !default;
9985
9987
  $kendo-input-icon-height: calc( #{$kendo-input-line-height * $kendo-input-font-size} + #{$kendo-input-padding-y * 2} ) !default;
9986
9988
 
9987
- $kendo-input-icon-text: $subtle-text !default;
9988
- $kendo-input-icon-opacity: null !default;
9989
+
9990
+ // Input separator
9991
+ $kendo-input-separator-color: $kendo-input-text !default;
9992
+ $kendo-input-separator-opacity: .5 !default;
9989
9993
 
9990
9994
 
9991
9995
  // Invalid
@@ -10932,6 +10936,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10932
10936
  box-shadow: none;
10933
10937
  display: inline-flex;
10934
10938
  flex-flow: row nowrap;
10939
+ align-items: stretch;
10935
10940
  position: relative;
10936
10941
  overflow: hidden;
10937
10942
  text-overflow: ellipsis;
@@ -10942,6 +10947,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10942
10947
  }
10943
10948
  select.k-picker {
10944
10949
  padding: $kendo-input-padding-y $kendo-input-padding-x;
10950
+ appearance: auto;
10945
10951
  }
10946
10952
 
10947
10953
 
@@ -10999,6 +11005,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10999
11005
  .k-input-prefix,
11000
11006
  .k-input-suffix {
11001
11007
  display: flex;
11008
+ flex-flow: row nowrap;
11002
11009
  align-items: center;
11003
11010
  flex: none;
11004
11011
 
@@ -11042,10 +11049,18 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11042
11049
 
11043
11050
  // Input button
11044
11051
  .k-input-button {
11045
- min-width: $kendo-input-spinner-width;
11052
+ width: if( $use-input-button-width, $kendo-input-button-width, auto );
11046
11053
  border-width: 0;
11047
11054
  flex: none;
11055
+ aspect-ratio: auto;
11056
+ color: inherit;
11057
+ background: none;
11048
11058
  box-shadow: none;
11059
+
11060
+ > .k-button-icon {
11061
+ min-width: auto !important; // sass-lint:disable-line no-important
11062
+ min-height: auto !important; // sass-lint:disable-line no-important
11063
+ }
11049
11064
  }
11050
11065
  .k-picker .k-input-button {
11051
11066
  color: inherit;
@@ -11055,24 +11070,20 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11055
11070
 
11056
11071
  // Input spinner
11057
11072
  .k-input-spinner {
11058
- min-width: $kendo-input-spinner-width;
11073
+ width: if( $use-input-spinner-width, $kendo-input-spinner-width, auto );
11059
11074
  flex: none;
11060
11075
  display: flex;
11061
11076
  flex-flow: column nowrap;
11062
11077
 
11063
11078
  .k-spinner-increase,
11064
11079
  .k-spinner-decrease {
11065
- padding: 0;
11066
11080
  border-width: 0;
11067
11081
  flex: 1 1 50%;
11068
11082
  aspect-ratio: auto;
11069
11083
  box-shadow: none;
11070
11084
 
11071
11085
  > .k-button-icon {
11072
- position: absolute;
11073
- top: 50%;
11074
- left: 50%;
11075
- transform: translate(-50%, -50%);
11086
+ margin: -1em 0;
11076
11087
  }
11077
11088
  }
11078
11089
  }
@@ -11205,17 +11216,17 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11205
11216
  $kendo-button-focus-border,
11206
11217
  $kendo-button-focus-gradient
11207
11218
  );
11208
- @include box-shadow( $kendo-input-focus-shadow );
11219
+ @include box-shadow( $kendo-button-focus-shadow );
11209
11220
  }
11210
11221
 
11211
11222
  // Invalid
11212
11223
  &:invalid,
11213
11224
  &.k-invalid {
11214
- @include fill( $border: $invalid-border );
11225
+ @include fill( $border: $kendo-input-invalid-border );
11215
11226
 
11216
11227
  &:focus,
11217
11228
  &.k-focus {
11218
- @include box-shadow($invalid-shadow);
11229
+ @include box-shadow( $kendo-input-invalid-shadow );
11219
11230
  }
11220
11231
  }
11221
11232
  }
@@ -12451,7 +12462,7 @@ $window-sizes: (
12451
12462
  .k-daterangepicker-wrap,
12452
12463
  .k-timepicker,
12453
12464
  .k-floating-label-container {
12454
- display: flex;
12465
+ display: inline-flex;
12455
12466
  width: 100%;
12456
12467
  }
12457
12468
  }
@@ -12508,6 +12519,7 @@ $window-sizes: (
12508
12519
  margin-right: $horizontal-form-label-margin-x;
12509
12520
  padding-top: $horizontal-form-label-padding-top;
12510
12521
  width: $horizontal-form-label-width;
12522
+ text-align: end;
12511
12523
  flex-direction: column;
12512
12524
  align-items: $horizontal-form-label-align;
12513
12525
  justify-content: flex-start;
@@ -14588,7 +14600,8 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
14588
14600
  @include exports( "switch/layout/bootstrap" ) {
14589
14601
 
14590
14602
  // Switch
14591
- .k-switch.k-disabled {
14603
+ .k-switch.k-disabled,
14604
+ .k-switch.k-state-disabled {
14592
14605
  opacity: 1;
14593
14606
  filter: none;
14594
14607
  }
@@ -16035,6 +16048,7 @@ $message-box-link-text-decoration: underline !default;
16035
16048
 
16036
16049
  // Actions orientation
16037
16050
  .k-actions-horizontal {
16051
+ width: 100%;
16038
16052
  flex-flow: row nowrap;
16039
16053
  }
16040
16054
  .k-actions-vertical {
@@ -19959,12 +19973,6 @@ $datetime-select-pressed-gradient: $kendo-button-active-gradient !default;
19959
19973
  transform: translateX(50%);
19960
19974
  }
19961
19975
  }
19962
- .k-link-increase .k-icon {
19963
- bottom: -$kendo-input-spinner-icon-offset;
19964
- }
19965
- .k-link-decrease .k-icon {
19966
- top: -$kendo-input-spinner-icon-offset;
19967
- }
19968
19976
 
19969
19977
 
19970
19978
  // RTL
@@ -24462,6 +24470,7 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
24462
24470
  }
24463
24471
 
24464
24472
  // Buttons Layout
24473
+ .k-window-buttons,
24465
24474
  .k-window-buttongroup {
24466
24475
  @include border-bottom-radius( $window-border-radius );
24467
24476
  padding: $window-buttongroup-padding-y $window-buttongroup-padding-x;
@@ -26116,6 +26125,7 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
26116
26125
  height: $card-callout-height;
26117
26126
  border-width: $card-border-width $card-border-width 0 0;
26118
26127
  border-style: solid;
26128
+ box-sizing: border-box;
26119
26129
  position: absolute;
26120
26130
  }
26121
26131
 
@@ -36542,6 +36552,14 @@ $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
36542
36552
 
36543
36553
  $editor-export-tool-icon-margin-x: .25em !default;
36544
36554
 
36555
+ $editor-resize-handle-size: 5px !default;
36556
+ $editor-resize-handle-border-width: 1px !default;
36557
+ $editor-resize-handle-border: #000000 !default;
36558
+ $editor-resize-handle-bg: #ffffff !default;
36559
+
36560
+ $editor-selectednode-outline-width: 2px !default;
36561
+ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
36562
+
36545
36563
  // #endregion
36546
36564
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/editor/_layout.scss
36547
36565
  // #region @import "~@progress/kendo-theme-default/scss/editor/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/editor/_layout.scss
@@ -36615,6 +36633,89 @@ $editor-export-tool-icon-margin-x: .25em !default;
36615
36633
  overflow: auto;
36616
36634
  }
36617
36635
 
36636
+ // Resizable images
36637
+ .k-editor-resize-handles-wrapper {
36638
+ position: absolute;
36639
+ visibility: hidden;
36640
+ }
36641
+ .k-editor-resize-handle {
36642
+ width: $editor-resize-handle-size;
36643
+ height: $editor-resize-handle-size;
36644
+ border-width: $editor-resize-handle-border-width;
36645
+ border-style: solid;
36646
+ position: absolute;
36647
+ visibility: visible;
36648
+ z-index: 100;
36649
+
36650
+ &.northwest {
36651
+ top: 0;
36652
+ left: 0;
36653
+ transform: translate(-50%, -50%);
36654
+ cursor: nw-resize;
36655
+ }
36656
+
36657
+ &.north {
36658
+ top: 0;
36659
+ left: 50%;
36660
+ transform: translate(-50%, -50%);
36661
+ cursor: n-resize;
36662
+ }
36663
+
36664
+ &.northeast {
36665
+ top: 0;
36666
+ right: 0;
36667
+ transform: translate(50%, -50%);
36668
+ cursor: ne-resize;
36669
+ }
36670
+
36671
+ &.southwest {
36672
+ left: 0;
36673
+ bottom: 0;
36674
+ transform: translate(-50%, 50%);
36675
+ cursor: sw-resize;
36676
+ }
36677
+
36678
+ &.south {
36679
+ bottom: 0;
36680
+ left: 50%;
36681
+ transform: translate(-50%, 50%);
36682
+ cursor: s-resize;
36683
+ }
36684
+
36685
+ &.southeast {
36686
+ right: 0;
36687
+ bottom: 0;
36688
+ transform: translate(50%, 50%);
36689
+ cursor: se-resize;
36690
+ }
36691
+
36692
+ &.west {
36693
+ top: 50%;
36694
+ left: 0;
36695
+ transform: translate(-50%, -50%);
36696
+ cursor: w-resize;
36697
+ }
36698
+
36699
+ &.east {
36700
+ top: 50%;
36701
+ right: 0;
36702
+ transform: translate(50%, -50%);
36703
+ cursor: e-resize;
36704
+ }
36705
+ }
36706
+ .ProseMirror-selectednode { // sass-lint:disable-line class-name-format
36707
+ outline-width: $editor-selectednode-outline-width;
36708
+ outline-style: solid;
36709
+ }
36710
+ .ProseMirror-hideselection { // sass-lint:disable-line class-name-format
36711
+ caret-color: transparent;
36712
+
36713
+ *::selection,
36714
+ *::-moz-selection {
36715
+ background: transparent;
36716
+ }
36717
+ }
36718
+
36618
36719
  // Toolbar
36619
36720
  .k-editor > .k-toolbar {
36620
36721
  border-width: 0 0 $toolbar-border-width 0;
@@ -36688,6 +36789,7 @@ $editor-export-tool-icon-margin-x: .25em !default;
36688
36789
  padding: $padding-x;
36689
36790
  width: 100%;
36690
36791
  height: 100%;
36792
+ position: relative;
36691
36793
  box-sizing: border-box;
36692
36794
  outline: none;
36693
36795
  white-space: pre-wrap;
@@ -37254,6 +37356,15 @@ $editor-export-tool-icon-margin-x: .25em !default;
37254
37356
  }
37255
37357
  }
37256
37358
 
37359
+ // Resizable images
37360
+ .k-editor-resize-handle {
37361
+ background-color: $editor-resize-handle-bg;
37362
+ border-color: $editor-resize-handle-border;
37363
+ }
37364
+ .ProseMirror-selectednode { // sass-lint:disable-line class-name-format
37365
+ outline-color: $editor-selectednode-outline-color;
37366
+ }
37367
+
37257
37368
 
37258
37369
  // Insert table
37259
37370
  .k-ct-popup {
@@ -40402,12 +40513,12 @@ $chat-bubble-border-radius-sm: 2px !default;
40402
40513
  $chat-avatar-size: 32px !default;
40403
40514
  $chat-avatar-spacing: $chat-item-spacing-x !default;
40404
40515
 
40405
- $chat-message-box-padding-x: $chat-padding-x !default;
40406
- $chat-message-box-padding-y: 10px !default;
40516
+ $chat-message-box-padding-x: $kendo-input-padding-x !default;
40517
+ $chat-message-box-padding-y: $kendo-input-padding-y !default;
40407
40518
 
40408
- $chat-toolbar-padding-x: $chat-padding-x !default;
40409
- $chat-toolbar-padding-y: 10px !default;
40410
- $chat-toolbar-spacing: 20px !default;
40519
+ $chat-toolbar-padding-x: $toolbar-padding-x !default;
40520
+ $chat-toolbar-padding-y: $toolbar-padding-y !default;
40521
+ $chat-toolbar-spacing: $toolbar-spacing !default;
40411
40522
  $chat-toolbar-bg: $toolbar-bg !default;
40412
40523
  $chat-toolbar-text: $toolbar-text !default;
40413
40524
  $chat-toolbar-border: inherit !default;
@@ -40727,14 +40838,24 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40727
40838
 
40728
40839
  // Message box
40729
40840
  .k-message-box {
40841
+ width: 100%;
40842
+ height: auto;
40730
40843
  padding: $chat-message-box-padding-y $chat-message-box-padding-x;
40844
+ box-sizing: border-box;
40731
40845
  border-width: 1px 0 0;
40732
40846
  border-style: solid;
40733
- flex: 0 0 auto;
40847
+ flex: none;
40734
40848
  display: flex;
40735
40849
  flex-flow: row nowrap;
40736
40850
  align-items: center;
40737
40851
 
40852
+ &:focus,
40853
+ &.k-state-focus,
40854
+ &:focus-within {
40855
+ outline: 0;
40856
+ box-shadow: none;
40857
+ }
40858
+
40738
40859
  // Input
40739
40860
  .k-input {
40740
40861
  padding: 0;
@@ -40872,11 +40993,17 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40872
40993
 
40873
40994
  .k-chat-toolbar,
40874
40995
  .k-chat .k-toolbar-box {
40996
+ padding: $chat-toolbar-padding-y $chat-toolbar-padding-x;
40875
40997
  width: 100%;
40998
+ border-width: 1px 0 0;
40876
40999
  box-sizing: border-box;
41000
+ flex: none;
40877
41001
  overflow: hidden;
40878
41002
  position: relative;
40879
- flex: 0 0 auto;
41003
+
41004
+ &::before {
41005
+ display: none;
41006
+ }
40880
41007
 
40881
41008
  .k-button-list {
40882
41009
  // Needed for native scrolling. Will uncoment when it's implemented.
@@ -40887,18 +41014,13 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40887
41014
  overflow: hidden;
40888
41015
  // overflow-x: auto;
40889
41016
  scroll-behavior: smooth;
40890
- padding: $chat-toolbar-padding-y $chat-toolbar-padding-x;
40891
-
40892
- // fix for flex container disregarding the right padding
40893
- &::after {
40894
- content: "";
40895
- padding-right: $chat-toolbar-padding-x;
40896
- }
41017
+ }
40897
41018
 
40898
- .k-button + .k-button {
40899
- margin-left: $chat-toolbar-spacing;
40900
- flex-shrink: 0;
40901
- }
41019
+ .k-button {
41020
+ border-color: transparent;
41021
+ color: inherit;
41022
+ background: none;
41023
+ flex: none;
40902
41024
  }
40903
41025
 
40904
41026
 
@@ -40915,13 +41037,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40915
41037
  right: 0;
40916
41038
  }
40917
41039
 
40918
- .k-button {
40919
- border-width: 0;
40920
- color: inherit;
40921
- background: none;
40922
- flex-shrink: 0;
40923
- }
40924
-
40925
41040
 
40926
41041
  }
40927
41042
 
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": "5.0.0-alpha.0",
4
+ "version": "5.0.0-alpha.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,8 +49,8 @@
49
49
  "postpublish": "echo 'no postpublish for bootstrap theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.0.0-alpha.0",
52
+ "@progress/kendo-theme-default": "^5.0.0-alpha.1",
53
53
  "bootstrap": "^5.1.0"
54
54
  },
55
- "gitHead": "3fd060a3f688d79324c6e976857536557f71dc11"
55
+ "gitHead": "f7771e7fd26ff92503ccbdda09fbbd8a7578abb2"
56
56
  }
@@ -13,6 +13,8 @@ $enable-flex-classes: true !default;
13
13
  $enable-grid-classes: true !default;
14
14
 
15
15
  $use-calc-badge-size: true !default;
16
+ $use-input-button-width: false !default;
17
+ $use-input-spinner-width: false !default;
16
18
  $use-picker-select-width: false !default;
17
19
 
18
20
 
@@ -32,12 +32,12 @@ $chat-bubble-border-radius-sm: 2px !default;
32
32
  $chat-avatar-size: 32px !default;
33
33
  $chat-avatar-spacing: $chat-item-spacing-x !default;
34
34
 
35
- $chat-message-box-padding-x: $chat-padding-x !default;
36
- $chat-message-box-padding-y: 10px !default;
35
+ $chat-message-box-padding-x: $kendo-input-padding-x !default;
36
+ $chat-message-box-padding-y: $kendo-input-padding-y !default;
37
37
 
38
- $chat-toolbar-padding-x: $chat-padding-x !default;
39
- $chat-toolbar-padding-y: 10px !default;
40
- $chat-toolbar-spacing: 20px !default;
38
+ $chat-toolbar-padding-x: $toolbar-padding-x !default;
39
+ $chat-toolbar-padding-y: $toolbar-padding-y !default;
40
+ $chat-toolbar-spacing: $toolbar-spacing !default;
41
41
  $chat-toolbar-bg: $toolbar-bg !default;
42
42
  $chat-toolbar-text: $toolbar-text !default;
43
43
  $chat-toolbar-border: inherit !default;
@@ -13,3 +13,11 @@ $editor-selected-bg: $primary !default;
13
13
  $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
14
14
 
15
15
  $editor-export-tool-icon-margin-x: .25em !default;
16
+
17
+ $editor-resize-handle-size: 5px !default;
18
+ $editor-resize-handle-border-width: 1px !default;
19
+ $editor-resize-handle-border: #000000 !default;
20
+ $editor-resize-handle-bg: #ffffff !default;
21
+
22
+ $editor-selectednode-outline-width: 2px !default;
23
+ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
@@ -71,17 +71,19 @@ $picker-select-calc-size-sm: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-
71
71
  $picker-select-calc-size-lg: calc( #{$picker-select-padding-x-sm * 2} + #{$icon-size} ) !default;
72
72
 
73
73
 
74
- // Spinner
74
+ // Input actions
75
+ $kendo-input-button-width: null !default;
75
76
  $kendo-input-spinner-width: null !default;
76
- $kendo-input-spinner-icon-offset: 1px !default;
77
77
 
78
78
 
79
79
  // Input icon
80
80
  $kendo-input-icon-width: calc( #{$icon-size} + #{$kendo-input-padding-y * 2} ) !default;
81
81
  $kendo-input-icon-height: calc( #{$kendo-input-line-height * $kendo-input-font-size} + #{$kendo-input-padding-y * 2} ) !default;
82
82
 
83
- $kendo-input-icon-text: $subtle-text !default;
84
- $kendo-input-icon-opacity: null !default;
83
+
84
+ // Input separator
85
+ $kendo-input-separator-color: $kendo-input-text !default;
86
+ $kendo-input-separator-opacity: .5 !default;
85
87
 
86
88
 
87
89
  // Invalid
@@ -3,7 +3,8 @@
3
3
  @include exports( "switch/layout/bootstrap" ) {
4
4
 
5
5
  // Switch
6
- .k-switch.k-disabled {
6
+ .k-switch.k-disabled,
7
+ .k-switch.k-state-disabled {
7
8
  opacity: 1;
8
9
  filter: none;
9
10
  }