@progress/kendo-theme-default 7.1.0-dev.0 → 7.1.0-dev.2

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
@@ -1143,7 +1143,6 @@ kendo-sortable {
1143
1143
  }
1144
1144
 
1145
1145
  .k-current-time {
1146
- width: 1px;
1147
1146
  position: absolute;
1148
1147
  }
1149
1148
 
@@ -38187,13 +38186,7 @@ kendo-drawer .k-drawer-wrapper {
38187
38186
  flex-flow: column-reverse wrap;
38188
38187
  position: fixed;
38189
38188
  z-index: 1000;
38190
- }
38191
-
38192
- .k-notification-container {
38193
- margin-block: 2px;
38194
- margin-inline: 0;
38195
- display: inline-flex;
38196
- vertical-align: top;
38189
+ gap: 8px 0;
38197
38190
  }
38198
38191
 
38199
38192
  .k-notification-container-animating {
@@ -50107,10 +50100,6 @@ kendo-scheduler .k-recurrence-editor {
50107
50100
  display: none;
50108
50101
  }
50109
50102
 
50110
- .k-timeline .k-event-collapse {
50111
- display: none;
50112
- }
50113
-
50114
50103
  .k-timeline.k-timeline-collapsible .k-card-header {
50115
50104
  cursor: pointer;
50116
50105
  }
package/dist/all.scss CHANGED
@@ -6026,12 +6026,10 @@ $kendo-zindex-loading: 100 !default;
6026
6026
  // #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
6027
6027
  @include exports( "common/indicators/current-time" ) {
6028
6028
 
6029
- $kendo-current-time-width: 1px !default;
6030
6029
  $kendo-current-time-color: #ff0000 !default;
6031
6030
 
6032
6031
  // Layout
6033
6032
  .k-current-time {
6034
- width: $kendo-current-time-width;
6035
6033
  position: absolute;
6036
6034
 
6037
6035
  &.k-current-time-arrow-left,
@@ -36073,6 +36071,10 @@ $_kendo-module-meta: (
36073
36071
  // #region @import "./_variables.scss"; -> scss/notification/_variables.scss
36074
36072
  // Notification
36075
36073
 
36074
+ /// The row-gap between the elements in the Notification group.
36075
+ /// @group notification
36076
+ $kendo-notification-group-gap: k-map-get( $kendo-spacing, 2 ) !default;
36077
+
36076
36078
  /// The horizontal padding of the Notification.
36077
36079
  /// @group notification
36078
36080
  $kendo-notification-padding-x: 8px !default;
@@ -36143,17 +36145,12 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
36143
36145
  flex-flow: column-reverse wrap;
36144
36146
  position: fixed;
36145
36147
  z-index: 1000;
36148
+ gap: $kendo-notification-group-gap 0;
36146
36149
  }
36147
36150
 
36148
- .k-notification-container {
36149
- margin-block: k-math-div( $kendo-notification-padding-y, 2 );
36150
- margin-inline: 0;
36151
- display: inline-flex;
36152
- vertical-align: top;
36153
-
36154
- &-animating {
36155
- overflow: hidden;
36156
- }
36151
+ // Needed due to the specifics in the implementation of animations in Angular
36152
+ .k-notification-container-animating {
36153
+ overflow: hidden;
36157
36154
  }
36158
36155
 
36159
36156
  .k-notification {
@@ -54409,10 +54406,6 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
54409
54406
  }
54410
54407
  }
54411
54408
 
54412
- .k-event-collapse {
54413
- display: none;
54414
- }
54415
-
54416
54409
  &.k-timeline-collapsible {
54417
54410
  .k-card-header {
54418
54411
  cursor: pointer;
@@ -27202,15 +27202,15 @@
27202
27202
  "resolvedType": "Number"
27203
27203
  },
27204
27204
  {
27205
- "description": "The horizontal padding of the Notification.\n",
27205
+ "description": "The row-gap between the elements in the Notification group.\n",
27206
27206
  "commentRange": {
27207
27207
  "start": 3,
27208
27208
  "end": 4
27209
27209
  },
27210
27210
  "context": {
27211
27211
  "type": "variable",
27212
- "name": "kendo-notification-padding-x",
27213
- "value": "8px",
27212
+ "name": "kendo-notification-group-gap",
27213
+ "value": "k-map-get( $kendo-spacing, 2 )",
27214
27214
  "scope": "default",
27215
27215
  "line": {
27216
27216
  "start": 5,
@@ -27228,11 +27228,38 @@
27228
27228
  "resolvedValue": "8px",
27229
27229
  "resolvedType": "Number"
27230
27230
  },
27231
+ {
27232
+ "description": "The horizontal padding of the Notification.\n",
27233
+ "commentRange": {
27234
+ "start": 7,
27235
+ "end": 8
27236
+ },
27237
+ "context": {
27238
+ "type": "variable",
27239
+ "name": "kendo-notification-padding-x",
27240
+ "value": "8px",
27241
+ "scope": "default",
27242
+ "line": {
27243
+ "start": 9,
27244
+ "end": 9
27245
+ }
27246
+ },
27247
+ "group": [
27248
+ "notification"
27249
+ ],
27250
+ "access": "public",
27251
+ "file": {
27252
+ "path": "notification/_variables.scss",
27253
+ "name": "_variables.scss"
27254
+ },
27255
+ "resolvedValue": "8px",
27256
+ "resolvedType": "Number"
27257
+ },
27231
27258
  {
27232
27259
  "description": "The vertical padding of the Notification.\n",
27233
27260
  "commentRange": {
27234
- "start": 6,
27235
- "end": 7
27261
+ "start": 10,
27262
+ "end": 11
27236
27263
  },
27237
27264
  "context": {
27238
27265
  "type": "variable",
@@ -27240,8 +27267,8 @@
27240
27267
  "value": "4px",
27241
27268
  "scope": "default",
27242
27269
  "line": {
27243
- "start": 8,
27244
- "end": 8
27270
+ "start": 12,
27271
+ "end": 12
27245
27272
  }
27246
27273
  },
27247
27274
  "group": [
@@ -27258,8 +27285,8 @@
27258
27285
  {
27259
27286
  "description": "The width of the border around the Notification.\n",
27260
27287
  "commentRange": {
27261
- "start": 9,
27262
- "end": 10
27288
+ "start": 13,
27289
+ "end": 14
27263
27290
  },
27264
27291
  "context": {
27265
27292
  "type": "variable",
@@ -27267,8 +27294,8 @@
27267
27294
  "value": "1px",
27268
27295
  "scope": "default",
27269
27296
  "line": {
27270
- "start": 11,
27271
- "end": 11
27297
+ "start": 15,
27298
+ "end": 15
27272
27299
  }
27273
27300
  },
27274
27301
  "group": [
@@ -27285,8 +27312,8 @@
27285
27312
  {
27286
27313
  "description": "The border radius of the Notification.\n",
27287
27314
  "commentRange": {
27288
- "start": 12,
27289
- "end": 13
27315
+ "start": 16,
27316
+ "end": 17
27290
27317
  },
27291
27318
  "context": {
27292
27319
  "type": "variable",
@@ -27294,8 +27321,8 @@
27294
27321
  "value": "$kendo-border-radius-md",
27295
27322
  "scope": "default",
27296
27323
  "line": {
27297
- "start": 14,
27298
- "end": 14
27324
+ "start": 18,
27325
+ "end": 18
27299
27326
  }
27300
27327
  },
27301
27328
  "group": [
@@ -27312,8 +27339,8 @@
27312
27339
  {
27313
27340
  "description": "The font family of the Notification.\n",
27314
27341
  "commentRange": {
27315
- "start": 15,
27316
- "end": 16
27342
+ "start": 19,
27343
+ "end": 20
27317
27344
  },
27318
27345
  "context": {
27319
27346
  "type": "variable",
@@ -27321,8 +27348,8 @@
27321
27348
  "value": "$kendo-font-family",
27322
27349
  "scope": "default",
27323
27350
  "line": {
27324
- "start": 17,
27325
- "end": 17
27351
+ "start": 21,
27352
+ "end": 21
27326
27353
  }
27327
27354
  },
27328
27355
  "group": [
@@ -27339,8 +27366,8 @@
27339
27366
  {
27340
27367
  "description": "The font size of the Notification.\n",
27341
27368
  "commentRange": {
27342
- "start": 18,
27343
- "end": 19
27369
+ "start": 22,
27370
+ "end": 23
27344
27371
  },
27345
27372
  "context": {
27346
27373
  "type": "variable",
@@ -27348,8 +27375,8 @@
27348
27375
  "value": "$kendo-font-size-sm",
27349
27376
  "scope": "default",
27350
27377
  "line": {
27351
- "start": 20,
27352
- "end": 20
27378
+ "start": 24,
27379
+ "end": 24
27353
27380
  }
27354
27381
  },
27355
27382
  "group": [
@@ -27366,8 +27393,8 @@
27366
27393
  {
27367
27394
  "description": "The line height of the Notification.\n",
27368
27395
  "commentRange": {
27369
- "start": 21,
27370
- "end": 22
27396
+ "start": 25,
27397
+ "end": 26
27371
27398
  },
27372
27399
  "context": {
27373
27400
  "type": "variable",
@@ -27375,8 +27402,8 @@
27375
27402
  "value": "$kendo-line-height-md",
27376
27403
  "scope": "default",
27377
27404
  "line": {
27378
- "start": 23,
27379
- "end": 23
27405
+ "start": 27,
27406
+ "end": 27
27380
27407
  }
27381
27408
  },
27382
27409
  "group": [
@@ -27393,8 +27420,8 @@
27393
27420
  {
27394
27421
  "description": "The background color of the Notification.\n",
27395
27422
  "commentRange": {
27396
- "start": 24,
27397
- "end": 25
27423
+ "start": 28,
27424
+ "end": 29
27398
27425
  },
27399
27426
  "context": {
27400
27427
  "type": "variable",
@@ -27402,8 +27429,8 @@
27402
27429
  "value": "$kendo-component-bg",
27403
27430
  "scope": "default",
27404
27431
  "line": {
27405
- "start": 26,
27406
- "end": 26
27432
+ "start": 30,
27433
+ "end": 30
27407
27434
  }
27408
27435
  },
27409
27436
  "group": [
@@ -27420,8 +27447,8 @@
27420
27447
  {
27421
27448
  "description": "The text color of the Notification.\n",
27422
27449
  "commentRange": {
27423
- "start": 27,
27424
- "end": 28
27450
+ "start": 31,
27451
+ "end": 32
27425
27452
  },
27426
27453
  "context": {
27427
27454
  "type": "variable",
@@ -27429,8 +27456,8 @@
27429
27456
  "value": "$kendo-component-text",
27430
27457
  "scope": "default",
27431
27458
  "line": {
27432
- "start": 29,
27433
- "end": 29
27459
+ "start": 33,
27460
+ "end": 33
27434
27461
  }
27435
27462
  },
27436
27463
  "group": [
@@ -27447,8 +27474,8 @@
27447
27474
  {
27448
27475
  "description": "The border color of the Notification.\n",
27449
27476
  "commentRange": {
27450
- "start": 30,
27451
- "end": 31
27477
+ "start": 34,
27478
+ "end": 35
27452
27479
  },
27453
27480
  "context": {
27454
27481
  "type": "variable",
@@ -27456,8 +27483,8 @@
27456
27483
  "value": "$kendo-component-border",
27457
27484
  "scope": "default",
27458
27485
  "line": {
27459
- "start": 32,
27460
- "end": 32
27486
+ "start": 36,
27487
+ "end": 36
27461
27488
  }
27462
27489
  },
27463
27490
  "group": [
@@ -27474,8 +27501,8 @@
27474
27501
  {
27475
27502
  "description": "The box shadow of the Notification.\n",
27476
27503
  "commentRange": {
27477
- "start": 33,
27478
- "end": 34
27504
+ "start": 37,
27505
+ "end": 38
27479
27506
  },
27480
27507
  "context": {
27481
27508
  "type": "variable",
@@ -27483,8 +27510,8 @@
27483
27510
  "value": "$kendo-popup-shadow",
27484
27511
  "scope": "default",
27485
27512
  "line": {
27486
- "start": 35,
27487
- "end": 35
27513
+ "start": 39,
27514
+ "end": 39
27488
27515
  }
27489
27516
  },
27490
27517
  "group": [
@@ -27501,8 +27528,8 @@
27501
27528
  {
27502
27529
  "description": "The horizontal spacing of the Notification icon.\n",
27503
27530
  "commentRange": {
27504
- "start": 37,
27505
- "end": 38
27531
+ "start": 41,
27532
+ "end": 42
27506
27533
  },
27507
27534
  "context": {
27508
27535
  "type": "variable",
@@ -27510,8 +27537,8 @@
27510
27537
  "value": "$kendo-icon-spacing",
27511
27538
  "scope": "default",
27512
27539
  "line": {
27513
- "start": 39,
27514
- "end": 39
27540
+ "start": 43,
27541
+ "end": 43
27515
27542
  }
27516
27543
  },
27517
27544
  "group": [
@@ -27528,8 +27555,8 @@
27528
27555
  {
27529
27556
  "description": "The theme colors map for the Notification.\n",
27530
27557
  "commentRange": {
27531
- "start": 55,
27532
- "end": 56
27558
+ "start": 59,
27559
+ "end": 60
27533
27560
  },
27534
27561
  "context": {
27535
27562
  "type": "variable",
@@ -27537,8 +27564,8 @@
27537
27564
  "value": "$kendo-theme-colors",
27538
27565
  "scope": "default",
27539
27566
  "line": {
27540
- "start": 57,
27541
- "end": 57
27567
+ "start": 61,
27568
+ "end": 61
27542
27569
  }
27543
27570
  },
27544
27571
  "group": [
@@ -27555,8 +27582,8 @@
27555
27582
  {
27556
27583
  "description": "The generated theme colors map for the Notification.\n",
27557
27584
  "commentRange": {
27558
- "start": 58,
27559
- "end": 59
27585
+ "start": 62,
27586
+ "end": 63
27560
27587
  },
27561
27588
  "context": {
27562
27589
  "type": "variable",
@@ -27564,8 +27591,8 @@
27564
27591
  "value": "notification-theme( $kendo-notification-theme-colors )",
27565
27592
  "scope": "default",
27566
27593
  "line": {
27567
- "start": 60,
27568
- "end": 60
27594
+ "start": 64,
27595
+ "end": 64
27569
27596
  }
27570
27597
  },
27571
27598
  "group": [
@@ -71942,15 +71969,15 @@
71942
71969
  "title": "Notification",
71943
71970
  "variables": [
71944
71971
  {
71945
- "description": "The horizontal padding of the Notification.\n",
71972
+ "description": "The row-gap between the elements in the Notification group.\n",
71946
71973
  "commentRange": {
71947
71974
  "start": 3,
71948
71975
  "end": 4
71949
71976
  },
71950
71977
  "context": {
71951
71978
  "type": "variable",
71952
- "name": "kendo-notification-padding-x",
71953
- "value": "8px",
71979
+ "name": "kendo-notification-group-gap",
71980
+ "value": "k-map-get( $kendo-spacing, 2 )",
71954
71981
  "scope": "default",
71955
71982
  "line": {
71956
71983
  "start": 5,
@@ -71968,11 +71995,38 @@
71968
71995
  "resolvedValue": "8px",
71969
71996
  "resolvedType": "Number"
71970
71997
  },
71998
+ {
71999
+ "description": "The horizontal padding of the Notification.\n",
72000
+ "commentRange": {
72001
+ "start": 7,
72002
+ "end": 8
72003
+ },
72004
+ "context": {
72005
+ "type": "variable",
72006
+ "name": "kendo-notification-padding-x",
72007
+ "value": "8px",
72008
+ "scope": "default",
72009
+ "line": {
72010
+ "start": 9,
72011
+ "end": 9
72012
+ }
72013
+ },
72014
+ "group": [
72015
+ "notification"
72016
+ ],
72017
+ "access": "public",
72018
+ "file": {
72019
+ "path": "notification/_variables.scss",
72020
+ "name": "_variables.scss"
72021
+ },
72022
+ "resolvedValue": "8px",
72023
+ "resolvedType": "Number"
72024
+ },
71971
72025
  {
71972
72026
  "description": "The vertical padding of the Notification.\n",
71973
72027
  "commentRange": {
71974
- "start": 6,
71975
- "end": 7
72028
+ "start": 10,
72029
+ "end": 11
71976
72030
  },
71977
72031
  "context": {
71978
72032
  "type": "variable",
@@ -71980,8 +72034,8 @@
71980
72034
  "value": "4px",
71981
72035
  "scope": "default",
71982
72036
  "line": {
71983
- "start": 8,
71984
- "end": 8
72037
+ "start": 12,
72038
+ "end": 12
71985
72039
  }
71986
72040
  },
71987
72041
  "group": [
@@ -71998,8 +72052,8 @@
71998
72052
  {
71999
72053
  "description": "The width of the border around the Notification.\n",
72000
72054
  "commentRange": {
72001
- "start": 9,
72002
- "end": 10
72055
+ "start": 13,
72056
+ "end": 14
72003
72057
  },
72004
72058
  "context": {
72005
72059
  "type": "variable",
@@ -72007,8 +72061,8 @@
72007
72061
  "value": "1px",
72008
72062
  "scope": "default",
72009
72063
  "line": {
72010
- "start": 11,
72011
- "end": 11
72064
+ "start": 15,
72065
+ "end": 15
72012
72066
  }
72013
72067
  },
72014
72068
  "group": [
@@ -72025,8 +72079,8 @@
72025
72079
  {
72026
72080
  "description": "The border radius of the Notification.\n",
72027
72081
  "commentRange": {
72028
- "start": 12,
72029
- "end": 13
72082
+ "start": 16,
72083
+ "end": 17
72030
72084
  },
72031
72085
  "context": {
72032
72086
  "type": "variable",
@@ -72034,8 +72088,8 @@
72034
72088
  "value": "$kendo-border-radius-md",
72035
72089
  "scope": "default",
72036
72090
  "line": {
72037
- "start": 14,
72038
- "end": 14
72091
+ "start": 18,
72092
+ "end": 18
72039
72093
  }
72040
72094
  },
72041
72095
  "group": [
@@ -72052,8 +72106,8 @@
72052
72106
  {
72053
72107
  "description": "The font family of the Notification.\n",
72054
72108
  "commentRange": {
72055
- "start": 15,
72056
- "end": 16
72109
+ "start": 19,
72110
+ "end": 20
72057
72111
  },
72058
72112
  "context": {
72059
72113
  "type": "variable",
@@ -72061,8 +72115,8 @@
72061
72115
  "value": "$kendo-font-family",
72062
72116
  "scope": "default",
72063
72117
  "line": {
72064
- "start": 17,
72065
- "end": 17
72118
+ "start": 21,
72119
+ "end": 21
72066
72120
  }
72067
72121
  },
72068
72122
  "group": [
@@ -72079,8 +72133,8 @@
72079
72133
  {
72080
72134
  "description": "The font size of the Notification.\n",
72081
72135
  "commentRange": {
72082
- "start": 18,
72083
- "end": 19
72136
+ "start": 22,
72137
+ "end": 23
72084
72138
  },
72085
72139
  "context": {
72086
72140
  "type": "variable",
@@ -72088,8 +72142,8 @@
72088
72142
  "value": "$kendo-font-size-sm",
72089
72143
  "scope": "default",
72090
72144
  "line": {
72091
- "start": 20,
72092
- "end": 20
72145
+ "start": 24,
72146
+ "end": 24
72093
72147
  }
72094
72148
  },
72095
72149
  "group": [
@@ -72106,8 +72160,8 @@
72106
72160
  {
72107
72161
  "description": "The line height of the Notification.\n",
72108
72162
  "commentRange": {
72109
- "start": 21,
72110
- "end": 22
72163
+ "start": 25,
72164
+ "end": 26
72111
72165
  },
72112
72166
  "context": {
72113
72167
  "type": "variable",
@@ -72115,8 +72169,8 @@
72115
72169
  "value": "$kendo-line-height-md",
72116
72170
  "scope": "default",
72117
72171
  "line": {
72118
- "start": 23,
72119
- "end": 23
72172
+ "start": 27,
72173
+ "end": 27
72120
72174
  }
72121
72175
  },
72122
72176
  "group": [
@@ -72133,8 +72187,8 @@
72133
72187
  {
72134
72188
  "description": "The background color of the Notification.\n",
72135
72189
  "commentRange": {
72136
- "start": 24,
72137
- "end": 25
72190
+ "start": 28,
72191
+ "end": 29
72138
72192
  },
72139
72193
  "context": {
72140
72194
  "type": "variable",
@@ -72142,8 +72196,8 @@
72142
72196
  "value": "$kendo-component-bg",
72143
72197
  "scope": "default",
72144
72198
  "line": {
72145
- "start": 26,
72146
- "end": 26
72199
+ "start": 30,
72200
+ "end": 30
72147
72201
  }
72148
72202
  },
72149
72203
  "group": [
@@ -72160,8 +72214,8 @@
72160
72214
  {
72161
72215
  "description": "The text color of the Notification.\n",
72162
72216
  "commentRange": {
72163
- "start": 27,
72164
- "end": 28
72217
+ "start": 31,
72218
+ "end": 32
72165
72219
  },
72166
72220
  "context": {
72167
72221
  "type": "variable",
@@ -72169,8 +72223,8 @@
72169
72223
  "value": "$kendo-component-text",
72170
72224
  "scope": "default",
72171
72225
  "line": {
72172
- "start": 29,
72173
- "end": 29
72226
+ "start": 33,
72227
+ "end": 33
72174
72228
  }
72175
72229
  },
72176
72230
  "group": [
@@ -72187,8 +72241,8 @@
72187
72241
  {
72188
72242
  "description": "The border color of the Notification.\n",
72189
72243
  "commentRange": {
72190
- "start": 30,
72191
- "end": 31
72244
+ "start": 34,
72245
+ "end": 35
72192
72246
  },
72193
72247
  "context": {
72194
72248
  "type": "variable",
@@ -72196,8 +72250,8 @@
72196
72250
  "value": "$kendo-component-border",
72197
72251
  "scope": "default",
72198
72252
  "line": {
72199
- "start": 32,
72200
- "end": 32
72253
+ "start": 36,
72254
+ "end": 36
72201
72255
  }
72202
72256
  },
72203
72257
  "group": [
@@ -72214,8 +72268,8 @@
72214
72268
  {
72215
72269
  "description": "The box shadow of the Notification.\n",
72216
72270
  "commentRange": {
72217
- "start": 33,
72218
- "end": 34
72271
+ "start": 37,
72272
+ "end": 38
72219
72273
  },
72220
72274
  "context": {
72221
72275
  "type": "variable",
@@ -72223,8 +72277,8 @@
72223
72277
  "value": "$kendo-popup-shadow",
72224
72278
  "scope": "default",
72225
72279
  "line": {
72226
- "start": 35,
72227
- "end": 35
72280
+ "start": 39,
72281
+ "end": 39
72228
72282
  }
72229
72283
  },
72230
72284
  "group": [
@@ -72241,8 +72295,8 @@
72241
72295
  {
72242
72296
  "description": "The horizontal spacing of the Notification icon.\n",
72243
72297
  "commentRange": {
72244
- "start": 37,
72245
- "end": 38
72298
+ "start": 41,
72299
+ "end": 42
72246
72300
  },
72247
72301
  "context": {
72248
72302
  "type": "variable",
@@ -72250,8 +72304,8 @@
72250
72304
  "value": "$kendo-icon-spacing",
72251
72305
  "scope": "default",
72252
72306
  "line": {
72253
- "start": 39,
72254
- "end": 39
72307
+ "start": 43,
72308
+ "end": 43
72255
72309
  }
72256
72310
  },
72257
72311
  "group": [
@@ -72268,8 +72322,8 @@
72268
72322
  {
72269
72323
  "description": "The theme colors map for the Notification.\n",
72270
72324
  "commentRange": {
72271
- "start": 55,
72272
- "end": 56
72325
+ "start": 59,
72326
+ "end": 60
72273
72327
  },
72274
72328
  "context": {
72275
72329
  "type": "variable",
@@ -72277,8 +72331,8 @@
72277
72331
  "value": "$kendo-theme-colors",
72278
72332
  "scope": "default",
72279
72333
  "line": {
72280
- "start": 57,
72281
- "end": 57
72334
+ "start": 61,
72335
+ "end": 61
72282
72336
  }
72283
72337
  },
72284
72338
  "group": [
@@ -72295,8 +72349,8 @@
72295
72349
  {
72296
72350
  "description": "The generated theme colors map for the Notification.\n",
72297
72351
  "commentRange": {
72298
- "start": 58,
72299
- "end": 59
72352
+ "start": 62,
72353
+ "end": 63
72300
72354
  },
72301
72355
  "context": {
72302
72356
  "type": "variable",
@@ -72304,8 +72358,8 @@
72304
72358
  "value": "notification-theme( $kendo-notification-theme-colors )",
72305
72359
  "scope": "default",
72306
72360
  "line": {
72307
- "start": 60,
72308
- "end": 60
72361
+ "start": 64,
72362
+ "end": 64
72309
72363
  }
72310
72364
  },
72311
72365
  "group": [
@@ -25187,15 +25187,15 @@
25187
25187
  }
25188
25188
  },
25189
25189
  {
25190
- "description": "The horizontal padding of the Notification.\n",
25190
+ "description": "The row-gap between the elements in the Notification group.\n",
25191
25191
  "commentRange": {
25192
25192
  "start": 3,
25193
25193
  "end": 4
25194
25194
  },
25195
25195
  "context": {
25196
25196
  "type": "variable",
25197
- "name": "kendo-notification-padding-x",
25198
- "value": "8px",
25197
+ "name": "kendo-notification-group-gap",
25198
+ "value": "k-map-get( $kendo-spacing, 2 )",
25199
25199
  "scope": "default",
25200
25200
  "line": {
25201
25201
  "start": 5,
@@ -25211,11 +25211,36 @@
25211
25211
  "name": "_variables.scss"
25212
25212
  }
25213
25213
  },
25214
+ {
25215
+ "description": "The horizontal padding of the Notification.\n",
25216
+ "commentRange": {
25217
+ "start": 7,
25218
+ "end": 8
25219
+ },
25220
+ "context": {
25221
+ "type": "variable",
25222
+ "name": "kendo-notification-padding-x",
25223
+ "value": "8px",
25224
+ "scope": "default",
25225
+ "line": {
25226
+ "start": 9,
25227
+ "end": 9
25228
+ }
25229
+ },
25230
+ "group": [
25231
+ "notification"
25232
+ ],
25233
+ "access": "public",
25234
+ "file": {
25235
+ "path": "notification/_variables.scss",
25236
+ "name": "_variables.scss"
25237
+ }
25238
+ },
25214
25239
  {
25215
25240
  "description": "The vertical padding of the Notification.\n",
25216
25241
  "commentRange": {
25217
- "start": 6,
25218
- "end": 7
25242
+ "start": 10,
25243
+ "end": 11
25219
25244
  },
25220
25245
  "context": {
25221
25246
  "type": "variable",
@@ -25223,8 +25248,8 @@
25223
25248
  "value": "4px",
25224
25249
  "scope": "default",
25225
25250
  "line": {
25226
- "start": 8,
25227
- "end": 8
25251
+ "start": 12,
25252
+ "end": 12
25228
25253
  }
25229
25254
  },
25230
25255
  "group": [
@@ -25239,8 +25264,8 @@
25239
25264
  {
25240
25265
  "description": "The width of the border around the Notification.\n",
25241
25266
  "commentRange": {
25242
- "start": 9,
25243
- "end": 10
25267
+ "start": 13,
25268
+ "end": 14
25244
25269
  },
25245
25270
  "context": {
25246
25271
  "type": "variable",
@@ -25248,8 +25273,8 @@
25248
25273
  "value": "1px",
25249
25274
  "scope": "default",
25250
25275
  "line": {
25251
- "start": 11,
25252
- "end": 11
25276
+ "start": 15,
25277
+ "end": 15
25253
25278
  }
25254
25279
  },
25255
25280
  "group": [
@@ -25264,8 +25289,8 @@
25264
25289
  {
25265
25290
  "description": "The border radius of the Notification.\n",
25266
25291
  "commentRange": {
25267
- "start": 12,
25268
- "end": 13
25292
+ "start": 16,
25293
+ "end": 17
25269
25294
  },
25270
25295
  "context": {
25271
25296
  "type": "variable",
@@ -25273,8 +25298,8 @@
25273
25298
  "value": "$kendo-border-radius-md",
25274
25299
  "scope": "default",
25275
25300
  "line": {
25276
- "start": 14,
25277
- "end": 14
25301
+ "start": 18,
25302
+ "end": 18
25278
25303
  }
25279
25304
  },
25280
25305
  "group": [
@@ -25289,8 +25314,8 @@
25289
25314
  {
25290
25315
  "description": "The font family of the Notification.\n",
25291
25316
  "commentRange": {
25292
- "start": 15,
25293
- "end": 16
25317
+ "start": 19,
25318
+ "end": 20
25294
25319
  },
25295
25320
  "context": {
25296
25321
  "type": "variable",
@@ -25298,8 +25323,8 @@
25298
25323
  "value": "$kendo-font-family",
25299
25324
  "scope": "default",
25300
25325
  "line": {
25301
- "start": 17,
25302
- "end": 17
25326
+ "start": 21,
25327
+ "end": 21
25303
25328
  }
25304
25329
  },
25305
25330
  "group": [
@@ -25314,8 +25339,8 @@
25314
25339
  {
25315
25340
  "description": "The font size of the Notification.\n",
25316
25341
  "commentRange": {
25317
- "start": 18,
25318
- "end": 19
25342
+ "start": 22,
25343
+ "end": 23
25319
25344
  },
25320
25345
  "context": {
25321
25346
  "type": "variable",
@@ -25323,8 +25348,8 @@
25323
25348
  "value": "$kendo-font-size-sm",
25324
25349
  "scope": "default",
25325
25350
  "line": {
25326
- "start": 20,
25327
- "end": 20
25351
+ "start": 24,
25352
+ "end": 24
25328
25353
  }
25329
25354
  },
25330
25355
  "group": [
@@ -25339,8 +25364,8 @@
25339
25364
  {
25340
25365
  "description": "The line height of the Notification.\n",
25341
25366
  "commentRange": {
25342
- "start": 21,
25343
- "end": 22
25367
+ "start": 25,
25368
+ "end": 26
25344
25369
  },
25345
25370
  "context": {
25346
25371
  "type": "variable",
@@ -25348,8 +25373,8 @@
25348
25373
  "value": "$kendo-line-height-md",
25349
25374
  "scope": "default",
25350
25375
  "line": {
25351
- "start": 23,
25352
- "end": 23
25376
+ "start": 27,
25377
+ "end": 27
25353
25378
  }
25354
25379
  },
25355
25380
  "group": [
@@ -25364,8 +25389,8 @@
25364
25389
  {
25365
25390
  "description": "The background color of the Notification.\n",
25366
25391
  "commentRange": {
25367
- "start": 24,
25368
- "end": 25
25392
+ "start": 28,
25393
+ "end": 29
25369
25394
  },
25370
25395
  "context": {
25371
25396
  "type": "variable",
@@ -25373,8 +25398,8 @@
25373
25398
  "value": "$kendo-component-bg",
25374
25399
  "scope": "default",
25375
25400
  "line": {
25376
- "start": 26,
25377
- "end": 26
25401
+ "start": 30,
25402
+ "end": 30
25378
25403
  }
25379
25404
  },
25380
25405
  "group": [
@@ -25389,8 +25414,8 @@
25389
25414
  {
25390
25415
  "description": "The text color of the Notification.\n",
25391
25416
  "commentRange": {
25392
- "start": 27,
25393
- "end": 28
25417
+ "start": 31,
25418
+ "end": 32
25394
25419
  },
25395
25420
  "context": {
25396
25421
  "type": "variable",
@@ -25398,8 +25423,8 @@
25398
25423
  "value": "$kendo-component-text",
25399
25424
  "scope": "default",
25400
25425
  "line": {
25401
- "start": 29,
25402
- "end": 29
25426
+ "start": 33,
25427
+ "end": 33
25403
25428
  }
25404
25429
  },
25405
25430
  "group": [
@@ -25414,8 +25439,8 @@
25414
25439
  {
25415
25440
  "description": "The border color of the Notification.\n",
25416
25441
  "commentRange": {
25417
- "start": 30,
25418
- "end": 31
25442
+ "start": 34,
25443
+ "end": 35
25419
25444
  },
25420
25445
  "context": {
25421
25446
  "type": "variable",
@@ -25423,8 +25448,8 @@
25423
25448
  "value": "$kendo-component-border",
25424
25449
  "scope": "default",
25425
25450
  "line": {
25426
- "start": 32,
25427
- "end": 32
25451
+ "start": 36,
25452
+ "end": 36
25428
25453
  }
25429
25454
  },
25430
25455
  "group": [
@@ -25439,8 +25464,8 @@
25439
25464
  {
25440
25465
  "description": "The box shadow of the Notification.\n",
25441
25466
  "commentRange": {
25442
- "start": 33,
25443
- "end": 34
25467
+ "start": 37,
25468
+ "end": 38
25444
25469
  },
25445
25470
  "context": {
25446
25471
  "type": "variable",
@@ -25448,8 +25473,8 @@
25448
25473
  "value": "$kendo-popup-shadow",
25449
25474
  "scope": "default",
25450
25475
  "line": {
25451
- "start": 35,
25452
- "end": 35
25476
+ "start": 39,
25477
+ "end": 39
25453
25478
  }
25454
25479
  },
25455
25480
  "group": [
@@ -25464,8 +25489,8 @@
25464
25489
  {
25465
25490
  "description": "The horizontal spacing of the Notification icon.\n",
25466
25491
  "commentRange": {
25467
- "start": 37,
25468
- "end": 38
25492
+ "start": 41,
25493
+ "end": 42
25469
25494
  },
25470
25495
  "context": {
25471
25496
  "type": "variable",
@@ -25473,8 +25498,8 @@
25473
25498
  "value": "$kendo-icon-spacing",
25474
25499
  "scope": "default",
25475
25500
  "line": {
25476
- "start": 39,
25477
- "end": 39
25501
+ "start": 43,
25502
+ "end": 43
25478
25503
  }
25479
25504
  },
25480
25505
  "group": [
@@ -25489,8 +25514,8 @@
25489
25514
  {
25490
25515
  "description": "The theme colors map for the Notification.\n",
25491
25516
  "commentRange": {
25492
- "start": 55,
25493
- "end": 56
25517
+ "start": 59,
25518
+ "end": 60
25494
25519
  },
25495
25520
  "context": {
25496
25521
  "type": "variable",
@@ -25498,8 +25523,8 @@
25498
25523
  "value": "$kendo-theme-colors",
25499
25524
  "scope": "default",
25500
25525
  "line": {
25501
- "start": 57,
25502
- "end": 57
25526
+ "start": 61,
25527
+ "end": 61
25503
25528
  }
25504
25529
  },
25505
25530
  "group": [
@@ -25514,8 +25539,8 @@
25514
25539
  {
25515
25540
  "description": "The generated theme colors map for the Notification.\n",
25516
25541
  "commentRange": {
25517
- "start": 58,
25518
- "end": 59
25542
+ "start": 62,
25543
+ "end": 63
25519
25544
  },
25520
25545
  "context": {
25521
25546
  "type": "variable",
@@ -25523,8 +25548,8 @@
25523
25548
  "value": "notification-theme( $kendo-notification-theme-colors )",
25524
25549
  "scope": "default",
25525
25550
  "line": {
25526
- "start": 60,
25527
- "end": 60
25551
+ "start": 64,
25552
+ "end": 64
25528
25553
  }
25529
25554
  },
25530
25555
  "group": [
@@ -6867,6 +6867,10 @@
6867
6867
  "type": "Color",
6868
6868
  "value": "white"
6869
6869
  },
6870
+ "kendo-notification-group-gap": {
6871
+ "type": "Number",
6872
+ "value": "8px"
6873
+ },
6870
6874
  "kendo-notification-padding-x": {
6871
6875
  "type": "Number",
6872
6876
  "value": "8px"
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
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": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.1.0-dev.0",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "7.1.0-dev.0",
4
+ "version": "7.1.0-dev.2",
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": "2.0.0",
55
- "@progress/kendo-theme-core": "7.1.0-dev.0",
56
- "@progress/kendo-theme-utils": "7.1.0-dev.0"
55
+ "@progress/kendo-theme-core": "7.1.0-dev.2",
56
+ "@progress/kendo-theme-utils": "7.1.0-dev.2"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "e0a0885fdf92926065f788aab0ad62453b875258"
62
+ "gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
63
63
  }
@@ -1,11 +1,9 @@
1
1
  @include exports( "common/indicators/current-time" ) {
2
2
 
3
- $kendo-current-time-width: 1px !default;
4
3
  $kendo-current-time-color: #ff0000 !default;
5
4
 
6
5
  // Layout
7
6
  .k-current-time {
8
- width: $kendo-current-time-width;
9
7
  position: absolute;
10
8
 
11
9
  &.k-current-time-arrow-left,
@@ -7,17 +7,12 @@
7
7
  flex-flow: column-reverse wrap;
8
8
  position: fixed;
9
9
  z-index: 1000;
10
+ gap: $kendo-notification-group-gap 0;
10
11
  }
11
12
 
12
- .k-notification-container {
13
- margin-block: k-math-div( $kendo-notification-padding-y, 2 );
14
- margin-inline: 0;
15
- display: inline-flex;
16
- vertical-align: top;
17
-
18
- &-animating {
19
- overflow: hidden;
20
- }
13
+ // Needed due to the specifics in the implementation of animations in Angular
14
+ .k-notification-container-animating {
15
+ overflow: hidden;
21
16
  }
22
17
 
23
18
  .k-notification {
@@ -1,5 +1,9 @@
1
1
  // Notification
2
2
 
3
+ /// The row-gap between the elements in the Notification group.
4
+ /// @group notification
5
+ $kendo-notification-group-gap: k-map-get( $kendo-spacing, 2 ) !default;
6
+
3
7
  /// The horizontal padding of the Notification.
4
8
  /// @group notification
5
9
  $kendo-notification-padding-x: 8px !default;
@@ -56,10 +56,6 @@
56
56
  }
57
57
  }
58
58
 
59
- .k-event-collapse {
60
- display: none;
61
- }
62
-
63
59
  &.k-timeline-collapsible {
64
60
  .k-card-header {
65
61
  cursor: pointer;