@progress/kendo-theme-classic 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 +1 -12
- package/dist/all.scss +9 -15
- package/dist/meta/sassdoc-data.json +166 -112
- package/dist/meta/sassdoc-raw-data.json +81 -56
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/notification/_variables.scss +5 -0
package/dist/all.css
CHANGED
|
@@ -1144,7 +1144,6 @@ kendo-sortable {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
.k-current-time {
|
|
1147
|
-
width: 1px;
|
|
1148
1147
|
position: absolute;
|
|
1149
1148
|
}
|
|
1150
1149
|
|
|
@@ -38200,13 +38199,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38200
38199
|
flex-flow: column-reverse wrap;
|
|
38201
38200
|
position: fixed;
|
|
38202
38201
|
z-index: 1000;
|
|
38203
|
-
|
|
38204
|
-
|
|
38205
|
-
.k-notification-container {
|
|
38206
|
-
margin-block: 2px;
|
|
38207
|
-
margin-inline: 0;
|
|
38208
|
-
display: inline-flex;
|
|
38209
|
-
vertical-align: top;
|
|
38202
|
+
gap: 8px 0;
|
|
38210
38203
|
}
|
|
38211
38204
|
|
|
38212
38205
|
.k-notification-container-animating {
|
|
@@ -50149,10 +50142,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
50149
50142
|
display: none;
|
|
50150
50143
|
}
|
|
50151
50144
|
|
|
50152
|
-
.k-timeline .k-event-collapse {
|
|
50153
|
-
display: none;
|
|
50154
|
-
}
|
|
50155
|
-
|
|
50156
50145
|
.k-timeline.k-timeline-collapsible .k-card-header {
|
|
50157
50146
|
cursor: pointer;
|
|
50158
50147
|
}
|
package/dist/all.scss
CHANGED
|
@@ -5947,12 +5947,10 @@ $kendo-zindex-loading: 100 !default;
|
|
|
5947
5947
|
// #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
|
|
5948
5948
|
@include exports( "common/indicators/current-time" ) {
|
|
5949
5949
|
|
|
5950
|
-
$kendo-current-time-width: 1px !default;
|
|
5951
5950
|
$kendo-current-time-color: #ff0000 !default;
|
|
5952
5951
|
|
|
5953
5952
|
// Layout
|
|
5954
5953
|
.k-current-time {
|
|
5955
|
-
width: $kendo-current-time-width;
|
|
5956
5954
|
position: absolute;
|
|
5957
5955
|
|
|
5958
5956
|
&.k-current-time-arrow-left,
|
|
@@ -37093,6 +37091,11 @@ $_kendo-module-meta: (
|
|
|
37093
37091
|
// #region @import "./_variables.scss"; -> scss/notification/_variables.scss
|
|
37094
37092
|
// Notification
|
|
37095
37093
|
|
|
37094
|
+
|
|
37095
|
+
/// The row-gap between the elements in the Notification group.
|
|
37096
|
+
/// @group notification
|
|
37097
|
+
$kendo-notification-group-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
37098
|
+
|
|
37096
37099
|
/// The horizontal padding of the Notification.
|
|
37097
37100
|
/// @group notification
|
|
37098
37101
|
$kendo-notification-padding-x: 8px !default;
|
|
@@ -37164,17 +37167,12 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
37164
37167
|
flex-flow: column-reverse wrap;
|
|
37165
37168
|
position: fixed;
|
|
37166
37169
|
z-index: 1000;
|
|
37170
|
+
gap: $kendo-notification-group-gap 0;
|
|
37167
37171
|
}
|
|
37168
37172
|
|
|
37169
|
-
|
|
37170
|
-
|
|
37171
|
-
|
|
37172
|
-
display: inline-flex;
|
|
37173
|
-
vertical-align: top;
|
|
37174
|
-
|
|
37175
|
-
&-animating {
|
|
37176
|
-
overflow: hidden;
|
|
37177
|
-
}
|
|
37173
|
+
// Needed due to the specifics in the implementation of animations in Angular
|
|
37174
|
+
.k-notification-container-animating {
|
|
37175
|
+
overflow: hidden;
|
|
37178
37176
|
}
|
|
37179
37177
|
|
|
37180
37178
|
.k-notification {
|
|
@@ -55915,10 +55913,6 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
55915
55913
|
}
|
|
55916
55914
|
}
|
|
55917
55915
|
|
|
55918
|
-
.k-event-collapse {
|
|
55919
|
-
display: none;
|
|
55920
|
-
}
|
|
55921
|
-
|
|
55922
55916
|
&.k-timeline-collapsible {
|
|
55923
55917
|
.k-card-header {
|
|
55924
55918
|
cursor: pointer;
|
|
@@ -26393,11 +26393,38 @@
|
|
|
26393
26393
|
"resolvedValue": "4px",
|
|
26394
26394
|
"resolvedType": "Number"
|
|
26395
26395
|
},
|
|
26396
|
+
{
|
|
26397
|
+
"description": "The row-gap between the elements in the Notification group.\n",
|
|
26398
|
+
"commentRange": {
|
|
26399
|
+
"start": 4,
|
|
26400
|
+
"end": 5
|
|
26401
|
+
},
|
|
26402
|
+
"context": {
|
|
26403
|
+
"type": "variable",
|
|
26404
|
+
"name": "kendo-notification-group-gap",
|
|
26405
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
26406
|
+
"scope": "default",
|
|
26407
|
+
"line": {
|
|
26408
|
+
"start": 6,
|
|
26409
|
+
"end": 6
|
|
26410
|
+
}
|
|
26411
|
+
},
|
|
26412
|
+
"group": [
|
|
26413
|
+
"notification"
|
|
26414
|
+
],
|
|
26415
|
+
"access": "public",
|
|
26416
|
+
"file": {
|
|
26417
|
+
"path": "notification/_variables.scss",
|
|
26418
|
+
"name": "_variables.scss"
|
|
26419
|
+
},
|
|
26420
|
+
"resolvedValue": "8px",
|
|
26421
|
+
"resolvedType": "Number"
|
|
26422
|
+
},
|
|
26396
26423
|
{
|
|
26397
26424
|
"description": "The horizontal padding of the Notification.\n",
|
|
26398
26425
|
"commentRange": {
|
|
26399
|
-
"start":
|
|
26400
|
-
"end":
|
|
26426
|
+
"start": 8,
|
|
26427
|
+
"end": 9
|
|
26401
26428
|
},
|
|
26402
26429
|
"context": {
|
|
26403
26430
|
"type": "variable",
|
|
@@ -26405,8 +26432,8 @@
|
|
|
26405
26432
|
"value": "8px",
|
|
26406
26433
|
"scope": "default",
|
|
26407
26434
|
"line": {
|
|
26408
|
-
"start":
|
|
26409
|
-
"end":
|
|
26435
|
+
"start": 10,
|
|
26436
|
+
"end": 10
|
|
26410
26437
|
}
|
|
26411
26438
|
},
|
|
26412
26439
|
"group": [
|
|
@@ -26423,8 +26450,8 @@
|
|
|
26423
26450
|
{
|
|
26424
26451
|
"description": "The vertical padding of the Notification.\n",
|
|
26425
26452
|
"commentRange": {
|
|
26426
|
-
"start":
|
|
26427
|
-
"end":
|
|
26453
|
+
"start": 11,
|
|
26454
|
+
"end": 12
|
|
26428
26455
|
},
|
|
26429
26456
|
"context": {
|
|
26430
26457
|
"type": "variable",
|
|
@@ -26432,8 +26459,8 @@
|
|
|
26432
26459
|
"value": "4px",
|
|
26433
26460
|
"scope": "default",
|
|
26434
26461
|
"line": {
|
|
26435
|
-
"start":
|
|
26436
|
-
"end":
|
|
26462
|
+
"start": 13,
|
|
26463
|
+
"end": 13
|
|
26437
26464
|
}
|
|
26438
26465
|
},
|
|
26439
26466
|
"group": [
|
|
@@ -26450,8 +26477,8 @@
|
|
|
26450
26477
|
{
|
|
26451
26478
|
"description": "The width of the border around the Notification.\n",
|
|
26452
26479
|
"commentRange": {
|
|
26453
|
-
"start":
|
|
26454
|
-
"end":
|
|
26480
|
+
"start": 14,
|
|
26481
|
+
"end": 15
|
|
26455
26482
|
},
|
|
26456
26483
|
"context": {
|
|
26457
26484
|
"type": "variable",
|
|
@@ -26459,8 +26486,8 @@
|
|
|
26459
26486
|
"value": "1px",
|
|
26460
26487
|
"scope": "default",
|
|
26461
26488
|
"line": {
|
|
26462
|
-
"start":
|
|
26463
|
-
"end":
|
|
26489
|
+
"start": 16,
|
|
26490
|
+
"end": 16
|
|
26464
26491
|
}
|
|
26465
26492
|
},
|
|
26466
26493
|
"group": [
|
|
@@ -26477,8 +26504,8 @@
|
|
|
26477
26504
|
{
|
|
26478
26505
|
"description": "The border radius of the Notification.\n",
|
|
26479
26506
|
"commentRange": {
|
|
26480
|
-
"start":
|
|
26481
|
-
"end":
|
|
26507
|
+
"start": 17,
|
|
26508
|
+
"end": 18
|
|
26482
26509
|
},
|
|
26483
26510
|
"context": {
|
|
26484
26511
|
"type": "variable",
|
|
@@ -26486,8 +26513,8 @@
|
|
|
26486
26513
|
"value": "$kendo-border-radius-md",
|
|
26487
26514
|
"scope": "default",
|
|
26488
26515
|
"line": {
|
|
26489
|
-
"start":
|
|
26490
|
-
"end":
|
|
26516
|
+
"start": 19,
|
|
26517
|
+
"end": 19
|
|
26491
26518
|
}
|
|
26492
26519
|
},
|
|
26493
26520
|
"group": [
|
|
@@ -26504,8 +26531,8 @@
|
|
|
26504
26531
|
{
|
|
26505
26532
|
"description": "The font family of the Notification.\n",
|
|
26506
26533
|
"commentRange": {
|
|
26507
|
-
"start":
|
|
26508
|
-
"end":
|
|
26534
|
+
"start": 20,
|
|
26535
|
+
"end": 21
|
|
26509
26536
|
},
|
|
26510
26537
|
"context": {
|
|
26511
26538
|
"type": "variable",
|
|
@@ -26513,8 +26540,8 @@
|
|
|
26513
26540
|
"value": "$kendo-font-family",
|
|
26514
26541
|
"scope": "default",
|
|
26515
26542
|
"line": {
|
|
26516
|
-
"start":
|
|
26517
|
-
"end":
|
|
26543
|
+
"start": 22,
|
|
26544
|
+
"end": 22
|
|
26518
26545
|
}
|
|
26519
26546
|
},
|
|
26520
26547
|
"group": [
|
|
@@ -26531,8 +26558,8 @@
|
|
|
26531
26558
|
{
|
|
26532
26559
|
"description": "The font size of the Notification.\n",
|
|
26533
26560
|
"commentRange": {
|
|
26534
|
-
"start":
|
|
26535
|
-
"end":
|
|
26561
|
+
"start": 23,
|
|
26562
|
+
"end": 24
|
|
26536
26563
|
},
|
|
26537
26564
|
"context": {
|
|
26538
26565
|
"type": "variable",
|
|
@@ -26540,8 +26567,8 @@
|
|
|
26540
26567
|
"value": "$kendo-font-size-sm",
|
|
26541
26568
|
"scope": "default",
|
|
26542
26569
|
"line": {
|
|
26543
|
-
"start":
|
|
26544
|
-
"end":
|
|
26570
|
+
"start": 25,
|
|
26571
|
+
"end": 25
|
|
26545
26572
|
}
|
|
26546
26573
|
},
|
|
26547
26574
|
"group": [
|
|
@@ -26558,8 +26585,8 @@
|
|
|
26558
26585
|
{
|
|
26559
26586
|
"description": "The line height of the Notification.\n",
|
|
26560
26587
|
"commentRange": {
|
|
26561
|
-
"start":
|
|
26562
|
-
"end":
|
|
26588
|
+
"start": 26,
|
|
26589
|
+
"end": 27
|
|
26563
26590
|
},
|
|
26564
26591
|
"context": {
|
|
26565
26592
|
"type": "variable",
|
|
@@ -26567,8 +26594,8 @@
|
|
|
26567
26594
|
"value": "$kendo-line-height-md",
|
|
26568
26595
|
"scope": "default",
|
|
26569
26596
|
"line": {
|
|
26570
|
-
"start":
|
|
26571
|
-
"end":
|
|
26597
|
+
"start": 28,
|
|
26598
|
+
"end": 28
|
|
26572
26599
|
}
|
|
26573
26600
|
},
|
|
26574
26601
|
"group": [
|
|
@@ -26585,8 +26612,8 @@
|
|
|
26585
26612
|
{
|
|
26586
26613
|
"description": "The background color of the Notification.\n",
|
|
26587
26614
|
"commentRange": {
|
|
26588
|
-
"start":
|
|
26589
|
-
"end":
|
|
26615
|
+
"start": 29,
|
|
26616
|
+
"end": 30
|
|
26590
26617
|
},
|
|
26591
26618
|
"context": {
|
|
26592
26619
|
"type": "variable",
|
|
@@ -26594,8 +26621,8 @@
|
|
|
26594
26621
|
"value": "$kendo-component-bg",
|
|
26595
26622
|
"scope": "default",
|
|
26596
26623
|
"line": {
|
|
26597
|
-
"start":
|
|
26598
|
-
"end":
|
|
26624
|
+
"start": 31,
|
|
26625
|
+
"end": 31
|
|
26599
26626
|
}
|
|
26600
26627
|
},
|
|
26601
26628
|
"group": [
|
|
@@ -26612,8 +26639,8 @@
|
|
|
26612
26639
|
{
|
|
26613
26640
|
"description": "The text color of the Notification.\n",
|
|
26614
26641
|
"commentRange": {
|
|
26615
|
-
"start":
|
|
26616
|
-
"end":
|
|
26642
|
+
"start": 32,
|
|
26643
|
+
"end": 33
|
|
26617
26644
|
},
|
|
26618
26645
|
"context": {
|
|
26619
26646
|
"type": "variable",
|
|
@@ -26621,8 +26648,8 @@
|
|
|
26621
26648
|
"value": "$kendo-component-text",
|
|
26622
26649
|
"scope": "default",
|
|
26623
26650
|
"line": {
|
|
26624
|
-
"start":
|
|
26625
|
-
"end":
|
|
26651
|
+
"start": 34,
|
|
26652
|
+
"end": 34
|
|
26626
26653
|
}
|
|
26627
26654
|
},
|
|
26628
26655
|
"group": [
|
|
@@ -26639,8 +26666,8 @@
|
|
|
26639
26666
|
{
|
|
26640
26667
|
"description": "The border color of the Notification.\n",
|
|
26641
26668
|
"commentRange": {
|
|
26642
|
-
"start":
|
|
26643
|
-
"end":
|
|
26669
|
+
"start": 35,
|
|
26670
|
+
"end": 36
|
|
26644
26671
|
},
|
|
26645
26672
|
"context": {
|
|
26646
26673
|
"type": "variable",
|
|
@@ -26648,8 +26675,8 @@
|
|
|
26648
26675
|
"value": "$kendo-component-border",
|
|
26649
26676
|
"scope": "default",
|
|
26650
26677
|
"line": {
|
|
26651
|
-
"start":
|
|
26652
|
-
"end":
|
|
26678
|
+
"start": 37,
|
|
26679
|
+
"end": 37
|
|
26653
26680
|
}
|
|
26654
26681
|
},
|
|
26655
26682
|
"group": [
|
|
@@ -26666,8 +26693,8 @@
|
|
|
26666
26693
|
{
|
|
26667
26694
|
"description": "The box shadow of the Notification.\n",
|
|
26668
26695
|
"commentRange": {
|
|
26669
|
-
"start":
|
|
26670
|
-
"end":
|
|
26696
|
+
"start": 38,
|
|
26697
|
+
"end": 39
|
|
26671
26698
|
},
|
|
26672
26699
|
"context": {
|
|
26673
26700
|
"type": "variable",
|
|
@@ -26675,8 +26702,8 @@
|
|
|
26675
26702
|
"value": "$kendo-popup-shadow",
|
|
26676
26703
|
"scope": "default",
|
|
26677
26704
|
"line": {
|
|
26678
|
-
"start":
|
|
26679
|
-
"end":
|
|
26705
|
+
"start": 40,
|
|
26706
|
+
"end": 40
|
|
26680
26707
|
}
|
|
26681
26708
|
},
|
|
26682
26709
|
"group": [
|
|
@@ -26693,8 +26720,8 @@
|
|
|
26693
26720
|
{
|
|
26694
26721
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
26695
26722
|
"commentRange": {
|
|
26696
|
-
"start":
|
|
26697
|
-
"end":
|
|
26723
|
+
"start": 42,
|
|
26724
|
+
"end": 43
|
|
26698
26725
|
},
|
|
26699
26726
|
"context": {
|
|
26700
26727
|
"type": "variable",
|
|
@@ -26702,8 +26729,8 @@
|
|
|
26702
26729
|
"value": "$kendo-icon-spacing",
|
|
26703
26730
|
"scope": "default",
|
|
26704
26731
|
"line": {
|
|
26705
|
-
"start":
|
|
26706
|
-
"end":
|
|
26732
|
+
"start": 44,
|
|
26733
|
+
"end": 44
|
|
26707
26734
|
}
|
|
26708
26735
|
},
|
|
26709
26736
|
"group": [
|
|
@@ -26720,8 +26747,8 @@
|
|
|
26720
26747
|
{
|
|
26721
26748
|
"description": "The theme colors map for the Notification.\n",
|
|
26722
26749
|
"commentRange": {
|
|
26723
|
-
"start":
|
|
26724
|
-
"end":
|
|
26750
|
+
"start": 60,
|
|
26751
|
+
"end": 61
|
|
26725
26752
|
},
|
|
26726
26753
|
"context": {
|
|
26727
26754
|
"type": "variable",
|
|
@@ -26729,8 +26756,8 @@
|
|
|
26729
26756
|
"value": "$kendo-theme-colors",
|
|
26730
26757
|
"scope": "default",
|
|
26731
26758
|
"line": {
|
|
26732
|
-
"start":
|
|
26733
|
-
"end":
|
|
26759
|
+
"start": 62,
|
|
26760
|
+
"end": 62
|
|
26734
26761
|
}
|
|
26735
26762
|
},
|
|
26736
26763
|
"group": [
|
|
@@ -26747,8 +26774,8 @@
|
|
|
26747
26774
|
{
|
|
26748
26775
|
"description": "The generated theme colors map for the Notification.\n",
|
|
26749
26776
|
"commentRange": {
|
|
26750
|
-
"start":
|
|
26751
|
-
"end":
|
|
26777
|
+
"start": 63,
|
|
26778
|
+
"end": 64
|
|
26752
26779
|
},
|
|
26753
26780
|
"context": {
|
|
26754
26781
|
"type": "variable",
|
|
@@ -26756,8 +26783,8 @@
|
|
|
26756
26783
|
"value": "notification-theme( $kendo-notification-theme-colors )",
|
|
26757
26784
|
"scope": "default",
|
|
26758
26785
|
"line": {
|
|
26759
|
-
"start":
|
|
26760
|
-
"end":
|
|
26786
|
+
"start": 65,
|
|
26787
|
+
"end": 65
|
|
26761
26788
|
}
|
|
26762
26789
|
},
|
|
26763
26790
|
"group": [
|
|
@@ -69488,11 +69515,38 @@
|
|
|
69488
69515
|
"id": "notification",
|
|
69489
69516
|
"title": "Notification",
|
|
69490
69517
|
"variables": [
|
|
69518
|
+
{
|
|
69519
|
+
"description": "The row-gap between the elements in the Notification group.\n",
|
|
69520
|
+
"commentRange": {
|
|
69521
|
+
"start": 4,
|
|
69522
|
+
"end": 5
|
|
69523
|
+
},
|
|
69524
|
+
"context": {
|
|
69525
|
+
"type": "variable",
|
|
69526
|
+
"name": "kendo-notification-group-gap",
|
|
69527
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
69528
|
+
"scope": "default",
|
|
69529
|
+
"line": {
|
|
69530
|
+
"start": 6,
|
|
69531
|
+
"end": 6
|
|
69532
|
+
}
|
|
69533
|
+
},
|
|
69534
|
+
"group": [
|
|
69535
|
+
"notification"
|
|
69536
|
+
],
|
|
69537
|
+
"access": "public",
|
|
69538
|
+
"file": {
|
|
69539
|
+
"path": "notification/_variables.scss",
|
|
69540
|
+
"name": "_variables.scss"
|
|
69541
|
+
},
|
|
69542
|
+
"resolvedValue": "8px",
|
|
69543
|
+
"resolvedType": "Number"
|
|
69544
|
+
},
|
|
69491
69545
|
{
|
|
69492
69546
|
"description": "The horizontal padding of the Notification.\n",
|
|
69493
69547
|
"commentRange": {
|
|
69494
|
-
"start":
|
|
69495
|
-
"end":
|
|
69548
|
+
"start": 8,
|
|
69549
|
+
"end": 9
|
|
69496
69550
|
},
|
|
69497
69551
|
"context": {
|
|
69498
69552
|
"type": "variable",
|
|
@@ -69500,8 +69554,8 @@
|
|
|
69500
69554
|
"value": "8px",
|
|
69501
69555
|
"scope": "default",
|
|
69502
69556
|
"line": {
|
|
69503
|
-
"start":
|
|
69504
|
-
"end":
|
|
69557
|
+
"start": 10,
|
|
69558
|
+
"end": 10
|
|
69505
69559
|
}
|
|
69506
69560
|
},
|
|
69507
69561
|
"group": [
|
|
@@ -69518,8 +69572,8 @@
|
|
|
69518
69572
|
{
|
|
69519
69573
|
"description": "The vertical padding of the Notification.\n",
|
|
69520
69574
|
"commentRange": {
|
|
69521
|
-
"start":
|
|
69522
|
-
"end":
|
|
69575
|
+
"start": 11,
|
|
69576
|
+
"end": 12
|
|
69523
69577
|
},
|
|
69524
69578
|
"context": {
|
|
69525
69579
|
"type": "variable",
|
|
@@ -69527,8 +69581,8 @@
|
|
|
69527
69581
|
"value": "4px",
|
|
69528
69582
|
"scope": "default",
|
|
69529
69583
|
"line": {
|
|
69530
|
-
"start":
|
|
69531
|
-
"end":
|
|
69584
|
+
"start": 13,
|
|
69585
|
+
"end": 13
|
|
69532
69586
|
}
|
|
69533
69587
|
},
|
|
69534
69588
|
"group": [
|
|
@@ -69545,8 +69599,8 @@
|
|
|
69545
69599
|
{
|
|
69546
69600
|
"description": "The width of the border around the Notification.\n",
|
|
69547
69601
|
"commentRange": {
|
|
69548
|
-
"start":
|
|
69549
|
-
"end":
|
|
69602
|
+
"start": 14,
|
|
69603
|
+
"end": 15
|
|
69550
69604
|
},
|
|
69551
69605
|
"context": {
|
|
69552
69606
|
"type": "variable",
|
|
@@ -69554,8 +69608,8 @@
|
|
|
69554
69608
|
"value": "1px",
|
|
69555
69609
|
"scope": "default",
|
|
69556
69610
|
"line": {
|
|
69557
|
-
"start":
|
|
69558
|
-
"end":
|
|
69611
|
+
"start": 16,
|
|
69612
|
+
"end": 16
|
|
69559
69613
|
}
|
|
69560
69614
|
},
|
|
69561
69615
|
"group": [
|
|
@@ -69572,8 +69626,8 @@
|
|
|
69572
69626
|
{
|
|
69573
69627
|
"description": "The border radius of the Notification.\n",
|
|
69574
69628
|
"commentRange": {
|
|
69575
|
-
"start":
|
|
69576
|
-
"end":
|
|
69629
|
+
"start": 17,
|
|
69630
|
+
"end": 18
|
|
69577
69631
|
},
|
|
69578
69632
|
"context": {
|
|
69579
69633
|
"type": "variable",
|
|
@@ -69581,8 +69635,8 @@
|
|
|
69581
69635
|
"value": "$kendo-border-radius-md",
|
|
69582
69636
|
"scope": "default",
|
|
69583
69637
|
"line": {
|
|
69584
|
-
"start":
|
|
69585
|
-
"end":
|
|
69638
|
+
"start": 19,
|
|
69639
|
+
"end": 19
|
|
69586
69640
|
}
|
|
69587
69641
|
},
|
|
69588
69642
|
"group": [
|
|
@@ -69599,8 +69653,8 @@
|
|
|
69599
69653
|
{
|
|
69600
69654
|
"description": "The font family of the Notification.\n",
|
|
69601
69655
|
"commentRange": {
|
|
69602
|
-
"start":
|
|
69603
|
-
"end":
|
|
69656
|
+
"start": 20,
|
|
69657
|
+
"end": 21
|
|
69604
69658
|
},
|
|
69605
69659
|
"context": {
|
|
69606
69660
|
"type": "variable",
|
|
@@ -69608,8 +69662,8 @@
|
|
|
69608
69662
|
"value": "$kendo-font-family",
|
|
69609
69663
|
"scope": "default",
|
|
69610
69664
|
"line": {
|
|
69611
|
-
"start":
|
|
69612
|
-
"end":
|
|
69665
|
+
"start": 22,
|
|
69666
|
+
"end": 22
|
|
69613
69667
|
}
|
|
69614
69668
|
},
|
|
69615
69669
|
"group": [
|
|
@@ -69626,8 +69680,8 @@
|
|
|
69626
69680
|
{
|
|
69627
69681
|
"description": "The font size of the Notification.\n",
|
|
69628
69682
|
"commentRange": {
|
|
69629
|
-
"start":
|
|
69630
|
-
"end":
|
|
69683
|
+
"start": 23,
|
|
69684
|
+
"end": 24
|
|
69631
69685
|
},
|
|
69632
69686
|
"context": {
|
|
69633
69687
|
"type": "variable",
|
|
@@ -69635,8 +69689,8 @@
|
|
|
69635
69689
|
"value": "$kendo-font-size-sm",
|
|
69636
69690
|
"scope": "default",
|
|
69637
69691
|
"line": {
|
|
69638
|
-
"start":
|
|
69639
|
-
"end":
|
|
69692
|
+
"start": 25,
|
|
69693
|
+
"end": 25
|
|
69640
69694
|
}
|
|
69641
69695
|
},
|
|
69642
69696
|
"group": [
|
|
@@ -69653,8 +69707,8 @@
|
|
|
69653
69707
|
{
|
|
69654
69708
|
"description": "The line height of the Notification.\n",
|
|
69655
69709
|
"commentRange": {
|
|
69656
|
-
"start":
|
|
69657
|
-
"end":
|
|
69710
|
+
"start": 26,
|
|
69711
|
+
"end": 27
|
|
69658
69712
|
},
|
|
69659
69713
|
"context": {
|
|
69660
69714
|
"type": "variable",
|
|
@@ -69662,8 +69716,8 @@
|
|
|
69662
69716
|
"value": "$kendo-line-height-md",
|
|
69663
69717
|
"scope": "default",
|
|
69664
69718
|
"line": {
|
|
69665
|
-
"start":
|
|
69666
|
-
"end":
|
|
69719
|
+
"start": 28,
|
|
69720
|
+
"end": 28
|
|
69667
69721
|
}
|
|
69668
69722
|
},
|
|
69669
69723
|
"group": [
|
|
@@ -69680,8 +69734,8 @@
|
|
|
69680
69734
|
{
|
|
69681
69735
|
"description": "The background color of the Notification.\n",
|
|
69682
69736
|
"commentRange": {
|
|
69683
|
-
"start":
|
|
69684
|
-
"end":
|
|
69737
|
+
"start": 29,
|
|
69738
|
+
"end": 30
|
|
69685
69739
|
},
|
|
69686
69740
|
"context": {
|
|
69687
69741
|
"type": "variable",
|
|
@@ -69689,8 +69743,8 @@
|
|
|
69689
69743
|
"value": "$kendo-component-bg",
|
|
69690
69744
|
"scope": "default",
|
|
69691
69745
|
"line": {
|
|
69692
|
-
"start":
|
|
69693
|
-
"end":
|
|
69746
|
+
"start": 31,
|
|
69747
|
+
"end": 31
|
|
69694
69748
|
}
|
|
69695
69749
|
},
|
|
69696
69750
|
"group": [
|
|
@@ -69707,8 +69761,8 @@
|
|
|
69707
69761
|
{
|
|
69708
69762
|
"description": "The text color of the Notification.\n",
|
|
69709
69763
|
"commentRange": {
|
|
69710
|
-
"start":
|
|
69711
|
-
"end":
|
|
69764
|
+
"start": 32,
|
|
69765
|
+
"end": 33
|
|
69712
69766
|
},
|
|
69713
69767
|
"context": {
|
|
69714
69768
|
"type": "variable",
|
|
@@ -69716,8 +69770,8 @@
|
|
|
69716
69770
|
"value": "$kendo-component-text",
|
|
69717
69771
|
"scope": "default",
|
|
69718
69772
|
"line": {
|
|
69719
|
-
"start":
|
|
69720
|
-
"end":
|
|
69773
|
+
"start": 34,
|
|
69774
|
+
"end": 34
|
|
69721
69775
|
}
|
|
69722
69776
|
},
|
|
69723
69777
|
"group": [
|
|
@@ -69734,8 +69788,8 @@
|
|
|
69734
69788
|
{
|
|
69735
69789
|
"description": "The border color of the Notification.\n",
|
|
69736
69790
|
"commentRange": {
|
|
69737
|
-
"start":
|
|
69738
|
-
"end":
|
|
69791
|
+
"start": 35,
|
|
69792
|
+
"end": 36
|
|
69739
69793
|
},
|
|
69740
69794
|
"context": {
|
|
69741
69795
|
"type": "variable",
|
|
@@ -69743,8 +69797,8 @@
|
|
|
69743
69797
|
"value": "$kendo-component-border",
|
|
69744
69798
|
"scope": "default",
|
|
69745
69799
|
"line": {
|
|
69746
|
-
"start":
|
|
69747
|
-
"end":
|
|
69800
|
+
"start": 37,
|
|
69801
|
+
"end": 37
|
|
69748
69802
|
}
|
|
69749
69803
|
},
|
|
69750
69804
|
"group": [
|
|
@@ -69761,8 +69815,8 @@
|
|
|
69761
69815
|
{
|
|
69762
69816
|
"description": "The box shadow of the Notification.\n",
|
|
69763
69817
|
"commentRange": {
|
|
69764
|
-
"start":
|
|
69765
|
-
"end":
|
|
69818
|
+
"start": 38,
|
|
69819
|
+
"end": 39
|
|
69766
69820
|
},
|
|
69767
69821
|
"context": {
|
|
69768
69822
|
"type": "variable",
|
|
@@ -69770,8 +69824,8 @@
|
|
|
69770
69824
|
"value": "$kendo-popup-shadow",
|
|
69771
69825
|
"scope": "default",
|
|
69772
69826
|
"line": {
|
|
69773
|
-
"start":
|
|
69774
|
-
"end":
|
|
69827
|
+
"start": 40,
|
|
69828
|
+
"end": 40
|
|
69775
69829
|
}
|
|
69776
69830
|
},
|
|
69777
69831
|
"group": [
|
|
@@ -69788,8 +69842,8 @@
|
|
|
69788
69842
|
{
|
|
69789
69843
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
69790
69844
|
"commentRange": {
|
|
69791
|
-
"start":
|
|
69792
|
-
"end":
|
|
69845
|
+
"start": 42,
|
|
69846
|
+
"end": 43
|
|
69793
69847
|
},
|
|
69794
69848
|
"context": {
|
|
69795
69849
|
"type": "variable",
|
|
@@ -69797,8 +69851,8 @@
|
|
|
69797
69851
|
"value": "$kendo-icon-spacing",
|
|
69798
69852
|
"scope": "default",
|
|
69799
69853
|
"line": {
|
|
69800
|
-
"start":
|
|
69801
|
-
"end":
|
|
69854
|
+
"start": 44,
|
|
69855
|
+
"end": 44
|
|
69802
69856
|
}
|
|
69803
69857
|
},
|
|
69804
69858
|
"group": [
|
|
@@ -69815,8 +69869,8 @@
|
|
|
69815
69869
|
{
|
|
69816
69870
|
"description": "The theme colors map for the Notification.\n",
|
|
69817
69871
|
"commentRange": {
|
|
69818
|
-
"start":
|
|
69819
|
-
"end":
|
|
69872
|
+
"start": 60,
|
|
69873
|
+
"end": 61
|
|
69820
69874
|
},
|
|
69821
69875
|
"context": {
|
|
69822
69876
|
"type": "variable",
|
|
@@ -69824,8 +69878,8 @@
|
|
|
69824
69878
|
"value": "$kendo-theme-colors",
|
|
69825
69879
|
"scope": "default",
|
|
69826
69880
|
"line": {
|
|
69827
|
-
"start":
|
|
69828
|
-
"end":
|
|
69881
|
+
"start": 62,
|
|
69882
|
+
"end": 62
|
|
69829
69883
|
}
|
|
69830
69884
|
},
|
|
69831
69885
|
"group": [
|
|
@@ -69842,8 +69896,8 @@
|
|
|
69842
69896
|
{
|
|
69843
69897
|
"description": "The generated theme colors map for the Notification.\n",
|
|
69844
69898
|
"commentRange": {
|
|
69845
|
-
"start":
|
|
69846
|
-
"end":
|
|
69899
|
+
"start": 63,
|
|
69900
|
+
"end": 64
|
|
69847
69901
|
},
|
|
69848
69902
|
"context": {
|
|
69849
69903
|
"type": "variable",
|
|
@@ -69851,8 +69905,8 @@
|
|
|
69851
69905
|
"value": "notification-theme( $kendo-notification-theme-colors )",
|
|
69852
69906
|
"scope": "default",
|
|
69853
69907
|
"line": {
|
|
69854
|
-
"start":
|
|
69855
|
-
"end":
|
|
69908
|
+
"start": 65,
|
|
69909
|
+
"end": 65
|
|
69856
69910
|
}
|
|
69857
69911
|
},
|
|
69858
69912
|
"group": [
|
|
@@ -24438,11 +24438,36 @@
|
|
|
24438
24438
|
"name": "_variables.scss"
|
|
24439
24439
|
}
|
|
24440
24440
|
},
|
|
24441
|
+
{
|
|
24442
|
+
"description": "The row-gap between the elements in the Notification group.\n",
|
|
24443
|
+
"commentRange": {
|
|
24444
|
+
"start": 4,
|
|
24445
|
+
"end": 5
|
|
24446
|
+
},
|
|
24447
|
+
"context": {
|
|
24448
|
+
"type": "variable",
|
|
24449
|
+
"name": "kendo-notification-group-gap",
|
|
24450
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
24451
|
+
"scope": "default",
|
|
24452
|
+
"line": {
|
|
24453
|
+
"start": 6,
|
|
24454
|
+
"end": 6
|
|
24455
|
+
}
|
|
24456
|
+
},
|
|
24457
|
+
"group": [
|
|
24458
|
+
"notification"
|
|
24459
|
+
],
|
|
24460
|
+
"access": "public",
|
|
24461
|
+
"file": {
|
|
24462
|
+
"path": "notification/_variables.scss",
|
|
24463
|
+
"name": "_variables.scss"
|
|
24464
|
+
}
|
|
24465
|
+
},
|
|
24441
24466
|
{
|
|
24442
24467
|
"description": "The horizontal padding of the Notification.\n",
|
|
24443
24468
|
"commentRange": {
|
|
24444
|
-
"start":
|
|
24445
|
-
"end":
|
|
24469
|
+
"start": 8,
|
|
24470
|
+
"end": 9
|
|
24446
24471
|
},
|
|
24447
24472
|
"context": {
|
|
24448
24473
|
"type": "variable",
|
|
@@ -24450,8 +24475,8 @@
|
|
|
24450
24475
|
"value": "8px",
|
|
24451
24476
|
"scope": "default",
|
|
24452
24477
|
"line": {
|
|
24453
|
-
"start":
|
|
24454
|
-
"end":
|
|
24478
|
+
"start": 10,
|
|
24479
|
+
"end": 10
|
|
24455
24480
|
}
|
|
24456
24481
|
},
|
|
24457
24482
|
"group": [
|
|
@@ -24466,8 +24491,8 @@
|
|
|
24466
24491
|
{
|
|
24467
24492
|
"description": "The vertical padding of the Notification.\n",
|
|
24468
24493
|
"commentRange": {
|
|
24469
|
-
"start":
|
|
24470
|
-
"end":
|
|
24494
|
+
"start": 11,
|
|
24495
|
+
"end": 12
|
|
24471
24496
|
},
|
|
24472
24497
|
"context": {
|
|
24473
24498
|
"type": "variable",
|
|
@@ -24475,8 +24500,8 @@
|
|
|
24475
24500
|
"value": "4px",
|
|
24476
24501
|
"scope": "default",
|
|
24477
24502
|
"line": {
|
|
24478
|
-
"start":
|
|
24479
|
-
"end":
|
|
24503
|
+
"start": 13,
|
|
24504
|
+
"end": 13
|
|
24480
24505
|
}
|
|
24481
24506
|
},
|
|
24482
24507
|
"group": [
|
|
@@ -24491,8 +24516,8 @@
|
|
|
24491
24516
|
{
|
|
24492
24517
|
"description": "The width of the border around the Notification.\n",
|
|
24493
24518
|
"commentRange": {
|
|
24494
|
-
"start":
|
|
24495
|
-
"end":
|
|
24519
|
+
"start": 14,
|
|
24520
|
+
"end": 15
|
|
24496
24521
|
},
|
|
24497
24522
|
"context": {
|
|
24498
24523
|
"type": "variable",
|
|
@@ -24500,8 +24525,8 @@
|
|
|
24500
24525
|
"value": "1px",
|
|
24501
24526
|
"scope": "default",
|
|
24502
24527
|
"line": {
|
|
24503
|
-
"start":
|
|
24504
|
-
"end":
|
|
24528
|
+
"start": 16,
|
|
24529
|
+
"end": 16
|
|
24505
24530
|
}
|
|
24506
24531
|
},
|
|
24507
24532
|
"group": [
|
|
@@ -24516,8 +24541,8 @@
|
|
|
24516
24541
|
{
|
|
24517
24542
|
"description": "The border radius of the Notification.\n",
|
|
24518
24543
|
"commentRange": {
|
|
24519
|
-
"start":
|
|
24520
|
-
"end":
|
|
24544
|
+
"start": 17,
|
|
24545
|
+
"end": 18
|
|
24521
24546
|
},
|
|
24522
24547
|
"context": {
|
|
24523
24548
|
"type": "variable",
|
|
@@ -24525,8 +24550,8 @@
|
|
|
24525
24550
|
"value": "$kendo-border-radius-md",
|
|
24526
24551
|
"scope": "default",
|
|
24527
24552
|
"line": {
|
|
24528
|
-
"start":
|
|
24529
|
-
"end":
|
|
24553
|
+
"start": 19,
|
|
24554
|
+
"end": 19
|
|
24530
24555
|
}
|
|
24531
24556
|
},
|
|
24532
24557
|
"group": [
|
|
@@ -24541,8 +24566,8 @@
|
|
|
24541
24566
|
{
|
|
24542
24567
|
"description": "The font family of the Notification.\n",
|
|
24543
24568
|
"commentRange": {
|
|
24544
|
-
"start":
|
|
24545
|
-
"end":
|
|
24569
|
+
"start": 20,
|
|
24570
|
+
"end": 21
|
|
24546
24571
|
},
|
|
24547
24572
|
"context": {
|
|
24548
24573
|
"type": "variable",
|
|
@@ -24550,8 +24575,8 @@
|
|
|
24550
24575
|
"value": "$kendo-font-family",
|
|
24551
24576
|
"scope": "default",
|
|
24552
24577
|
"line": {
|
|
24553
|
-
"start":
|
|
24554
|
-
"end":
|
|
24578
|
+
"start": 22,
|
|
24579
|
+
"end": 22
|
|
24555
24580
|
}
|
|
24556
24581
|
},
|
|
24557
24582
|
"group": [
|
|
@@ -24566,8 +24591,8 @@
|
|
|
24566
24591
|
{
|
|
24567
24592
|
"description": "The font size of the Notification.\n",
|
|
24568
24593
|
"commentRange": {
|
|
24569
|
-
"start":
|
|
24570
|
-
"end":
|
|
24594
|
+
"start": 23,
|
|
24595
|
+
"end": 24
|
|
24571
24596
|
},
|
|
24572
24597
|
"context": {
|
|
24573
24598
|
"type": "variable",
|
|
@@ -24575,8 +24600,8 @@
|
|
|
24575
24600
|
"value": "$kendo-font-size-sm",
|
|
24576
24601
|
"scope": "default",
|
|
24577
24602
|
"line": {
|
|
24578
|
-
"start":
|
|
24579
|
-
"end":
|
|
24603
|
+
"start": 25,
|
|
24604
|
+
"end": 25
|
|
24580
24605
|
}
|
|
24581
24606
|
},
|
|
24582
24607
|
"group": [
|
|
@@ -24591,8 +24616,8 @@
|
|
|
24591
24616
|
{
|
|
24592
24617
|
"description": "The line height of the Notification.\n",
|
|
24593
24618
|
"commentRange": {
|
|
24594
|
-
"start":
|
|
24595
|
-
"end":
|
|
24619
|
+
"start": 26,
|
|
24620
|
+
"end": 27
|
|
24596
24621
|
},
|
|
24597
24622
|
"context": {
|
|
24598
24623
|
"type": "variable",
|
|
@@ -24600,8 +24625,8 @@
|
|
|
24600
24625
|
"value": "$kendo-line-height-md",
|
|
24601
24626
|
"scope": "default",
|
|
24602
24627
|
"line": {
|
|
24603
|
-
"start":
|
|
24604
|
-
"end":
|
|
24628
|
+
"start": 28,
|
|
24629
|
+
"end": 28
|
|
24605
24630
|
}
|
|
24606
24631
|
},
|
|
24607
24632
|
"group": [
|
|
@@ -24616,8 +24641,8 @@
|
|
|
24616
24641
|
{
|
|
24617
24642
|
"description": "The background color of the Notification.\n",
|
|
24618
24643
|
"commentRange": {
|
|
24619
|
-
"start":
|
|
24620
|
-
"end":
|
|
24644
|
+
"start": 29,
|
|
24645
|
+
"end": 30
|
|
24621
24646
|
},
|
|
24622
24647
|
"context": {
|
|
24623
24648
|
"type": "variable",
|
|
@@ -24625,8 +24650,8 @@
|
|
|
24625
24650
|
"value": "$kendo-component-bg",
|
|
24626
24651
|
"scope": "default",
|
|
24627
24652
|
"line": {
|
|
24628
|
-
"start":
|
|
24629
|
-
"end":
|
|
24653
|
+
"start": 31,
|
|
24654
|
+
"end": 31
|
|
24630
24655
|
}
|
|
24631
24656
|
},
|
|
24632
24657
|
"group": [
|
|
@@ -24641,8 +24666,8 @@
|
|
|
24641
24666
|
{
|
|
24642
24667
|
"description": "The text color of the Notification.\n",
|
|
24643
24668
|
"commentRange": {
|
|
24644
|
-
"start":
|
|
24645
|
-
"end":
|
|
24669
|
+
"start": 32,
|
|
24670
|
+
"end": 33
|
|
24646
24671
|
},
|
|
24647
24672
|
"context": {
|
|
24648
24673
|
"type": "variable",
|
|
@@ -24650,8 +24675,8 @@
|
|
|
24650
24675
|
"value": "$kendo-component-text",
|
|
24651
24676
|
"scope": "default",
|
|
24652
24677
|
"line": {
|
|
24653
|
-
"start":
|
|
24654
|
-
"end":
|
|
24678
|
+
"start": 34,
|
|
24679
|
+
"end": 34
|
|
24655
24680
|
}
|
|
24656
24681
|
},
|
|
24657
24682
|
"group": [
|
|
@@ -24666,8 +24691,8 @@
|
|
|
24666
24691
|
{
|
|
24667
24692
|
"description": "The border color of the Notification.\n",
|
|
24668
24693
|
"commentRange": {
|
|
24669
|
-
"start":
|
|
24670
|
-
"end":
|
|
24694
|
+
"start": 35,
|
|
24695
|
+
"end": 36
|
|
24671
24696
|
},
|
|
24672
24697
|
"context": {
|
|
24673
24698
|
"type": "variable",
|
|
@@ -24675,8 +24700,8 @@
|
|
|
24675
24700
|
"value": "$kendo-component-border",
|
|
24676
24701
|
"scope": "default",
|
|
24677
24702
|
"line": {
|
|
24678
|
-
"start":
|
|
24679
|
-
"end":
|
|
24703
|
+
"start": 37,
|
|
24704
|
+
"end": 37
|
|
24680
24705
|
}
|
|
24681
24706
|
},
|
|
24682
24707
|
"group": [
|
|
@@ -24691,8 +24716,8 @@
|
|
|
24691
24716
|
{
|
|
24692
24717
|
"description": "The box shadow of the Notification.\n",
|
|
24693
24718
|
"commentRange": {
|
|
24694
|
-
"start":
|
|
24695
|
-
"end":
|
|
24719
|
+
"start": 38,
|
|
24720
|
+
"end": 39
|
|
24696
24721
|
},
|
|
24697
24722
|
"context": {
|
|
24698
24723
|
"type": "variable",
|
|
@@ -24700,8 +24725,8 @@
|
|
|
24700
24725
|
"value": "$kendo-popup-shadow",
|
|
24701
24726
|
"scope": "default",
|
|
24702
24727
|
"line": {
|
|
24703
|
-
"start":
|
|
24704
|
-
"end":
|
|
24728
|
+
"start": 40,
|
|
24729
|
+
"end": 40
|
|
24705
24730
|
}
|
|
24706
24731
|
},
|
|
24707
24732
|
"group": [
|
|
@@ -24716,8 +24741,8 @@
|
|
|
24716
24741
|
{
|
|
24717
24742
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
24718
24743
|
"commentRange": {
|
|
24719
|
-
"start":
|
|
24720
|
-
"end":
|
|
24744
|
+
"start": 42,
|
|
24745
|
+
"end": 43
|
|
24721
24746
|
},
|
|
24722
24747
|
"context": {
|
|
24723
24748
|
"type": "variable",
|
|
@@ -24725,8 +24750,8 @@
|
|
|
24725
24750
|
"value": "$kendo-icon-spacing",
|
|
24726
24751
|
"scope": "default",
|
|
24727
24752
|
"line": {
|
|
24728
|
-
"start":
|
|
24729
|
-
"end":
|
|
24753
|
+
"start": 44,
|
|
24754
|
+
"end": 44
|
|
24730
24755
|
}
|
|
24731
24756
|
},
|
|
24732
24757
|
"group": [
|
|
@@ -24741,8 +24766,8 @@
|
|
|
24741
24766
|
{
|
|
24742
24767
|
"description": "The theme colors map for the Notification.\n",
|
|
24743
24768
|
"commentRange": {
|
|
24744
|
-
"start":
|
|
24745
|
-
"end":
|
|
24769
|
+
"start": 60,
|
|
24770
|
+
"end": 61
|
|
24746
24771
|
},
|
|
24747
24772
|
"context": {
|
|
24748
24773
|
"type": "variable",
|
|
@@ -24750,8 +24775,8 @@
|
|
|
24750
24775
|
"value": "$kendo-theme-colors",
|
|
24751
24776
|
"scope": "default",
|
|
24752
24777
|
"line": {
|
|
24753
|
-
"start":
|
|
24754
|
-
"end":
|
|
24778
|
+
"start": 62,
|
|
24779
|
+
"end": 62
|
|
24755
24780
|
}
|
|
24756
24781
|
},
|
|
24757
24782
|
"group": [
|
|
@@ -24766,8 +24791,8 @@
|
|
|
24766
24791
|
{
|
|
24767
24792
|
"description": "The generated theme colors map for the Notification.\n",
|
|
24768
24793
|
"commentRange": {
|
|
24769
|
-
"start":
|
|
24770
|
-
"end":
|
|
24794
|
+
"start": 63,
|
|
24795
|
+
"end": 64
|
|
24771
24796
|
},
|
|
24772
24797
|
"context": {
|
|
24773
24798
|
"type": "variable",
|
|
@@ -24775,8 +24800,8 @@
|
|
|
24775
24800
|
"value": "notification-theme( $kendo-notification-theme-colors )",
|
|
24776
24801
|
"scope": "default",
|
|
24777
24802
|
"line": {
|
|
24778
|
-
"start":
|
|
24779
|
-
"end":
|
|
24803
|
+
"start": 65,
|
|
24804
|
+
"end": 65
|
|
24780
24805
|
}
|
|
24781
24806
|
},
|
|
24782
24807
|
"group": [
|
package/dist/meta/variables.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0-dev.2",
|
|
57
|
+
"@progress/kendo-theme-default": "7.1.0-dev.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.2"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
|
|
65
65
|
}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
// Notification
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
/// The row-gap between the elements in the Notification group.
|
|
5
|
+
/// @group notification
|
|
6
|
+
$kendo-notification-group-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
7
|
+
|
|
3
8
|
/// The horizontal padding of the Notification.
|
|
4
9
|
/// @group notification
|
|
5
10
|
$kendo-notification-padding-x: 8px !default;
|