@progress/kendo-theme-fluent 12.2.0-dev.3 → 12.2.0-dev.4
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 -1
- package/dist/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +61213 -49113
- package/dist/meta/sassdoc-raw-data.json +16349 -10877
- package/dist/meta/variables.json +10 -130
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +36 -0
- package/scss/bottom-navigation/_variables.scss +2 -0
- package/scss/breadcrumb/_variables.scss +2 -0
- package/scss/button/_variables.scss +0 -4
- package/scss/calendar/_variables.scss +2 -0
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -0
- package/scss/chip/_variables.scss +0 -2
- package/scss/column-menu/_variables.scss +36 -0
- package/scss/dataviz/_variables.scss +106 -0
- package/scss/daterangepicker/_variables.scss +10 -0
- package/scss/grid/_variables.scss +64 -6
- package/scss/icons/_variables.scss +7 -7
- package/scss/imageeditor/_variables.scss +33 -33
- package/scss/input/_variables.scss +4 -11
- package/scss/list/_variables.scss +95 -19
- package/scss/marquee/_variables.scss +6 -0
- package/scss/menu/_variables.scss +48 -10
- package/scss/messagebox/_variables.scss +2 -0
- package/scss/notification/_variables.scss +26 -1
- package/scss/otp/_variables.scss +2 -0
- package/scss/pivotgrid/_variables.scss +8 -2
- package/scss/signature/_variables.scss +12 -0
- package/scss/stepper/_variables.scss +3 -5
- package/scss/suggestion/_variables.scss +2 -0
- package/scss/timeselector/_variables.scss +16 -0
package/dist/meta/variables.json
CHANGED
|
@@ -3750,46 +3750,6 @@
|
|
|
3750
3750
|
"type": "Null",
|
|
3751
3751
|
"value": "null"
|
|
3752
3752
|
},
|
|
3753
|
-
"kendo-solid-button-shade-function": {
|
|
3754
|
-
"type": "Null",
|
|
3755
|
-
"value": "null"
|
|
3756
|
-
},
|
|
3757
|
-
"kendo-solid-button-shade-text-amount": {
|
|
3758
|
-
"type": "Null",
|
|
3759
|
-
"value": "null"
|
|
3760
|
-
},
|
|
3761
|
-
"kendo-solid-button-shade-bg-amount": {
|
|
3762
|
-
"type": "Null",
|
|
3763
|
-
"value": "null"
|
|
3764
|
-
},
|
|
3765
|
-
"kendo-solid-button-shade-border-amount": {
|
|
3766
|
-
"type": "Null",
|
|
3767
|
-
"value": "null"
|
|
3768
|
-
},
|
|
3769
|
-
"kendo-solid-button-hover-shade-text-amount": {
|
|
3770
|
-
"type": "Null",
|
|
3771
|
-
"value": "null"
|
|
3772
|
-
},
|
|
3773
|
-
"kendo-solid-button-hover-shade-bg-amount": {
|
|
3774
|
-
"type": "Null",
|
|
3775
|
-
"value": "null"
|
|
3776
|
-
},
|
|
3777
|
-
"kendo-solid-button-hover-shade-border-amount": {
|
|
3778
|
-
"type": "Null",
|
|
3779
|
-
"value": "null"
|
|
3780
|
-
},
|
|
3781
|
-
"kendo-solid-button-active-shade-text-amount": {
|
|
3782
|
-
"type": "Null",
|
|
3783
|
-
"value": "null"
|
|
3784
|
-
},
|
|
3785
|
-
"kendo-solid-button-active-shade-bg-amount": {
|
|
3786
|
-
"type": "Null",
|
|
3787
|
-
"value": "null"
|
|
3788
|
-
},
|
|
3789
|
-
"kendo-solid-button-active-shade-border-amount": {
|
|
3790
|
-
"type": "Null",
|
|
3791
|
-
"value": "null"
|
|
3792
|
-
},
|
|
3793
3753
|
"kendo-solid-button-shadow": {
|
|
3794
3754
|
"type": "Null",
|
|
3795
3755
|
"value": "null"
|
|
@@ -3926,10 +3886,6 @@
|
|
|
3926
3886
|
"type": "Number",
|
|
3927
3887
|
"value": "1px"
|
|
3928
3888
|
},
|
|
3929
|
-
"kendo-input-border-height": {
|
|
3930
|
-
"type": "Number",
|
|
3931
|
-
"value": "2px"
|
|
3932
|
-
},
|
|
3933
3889
|
"kendo-input-border-radius": {
|
|
3934
3890
|
"type": "Null",
|
|
3935
3891
|
"value": "null"
|
|
@@ -4462,10 +4418,6 @@
|
|
|
4462
4418
|
"type": "String",
|
|
4463
4419
|
"value": "var(--kendo-input-focus-border-width, 2px)"
|
|
4464
4420
|
},
|
|
4465
|
-
"kendo-input-font-weight": {
|
|
4466
|
-
"type": "String",
|
|
4467
|
-
"value": "var(--kendo-input-font-weight, var(--kendo-font-weight, normal))"
|
|
4468
|
-
},
|
|
4469
4421
|
"kendo-input-sm-button-width": {
|
|
4470
4422
|
"type": "Calculation",
|
|
4471
4423
|
"value": "calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-button-sm-padding-y, var(--kendo-spacing-0\\.5, 0.125rem)) + 1px) * 2)"
|
|
@@ -6083,15 +6035,15 @@
|
|
|
6083
6035
|
},
|
|
6084
6036
|
"kendo-menu-popup-sm-line-height": {
|
|
6085
6037
|
"type": "String",
|
|
6086
|
-
"value": "var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height,
|
|
6038
|
+
"value": "var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height, normal))"
|
|
6087
6039
|
},
|
|
6088
6040
|
"kendo-menu-popup-md-line-height": {
|
|
6089
6041
|
"type": "String",
|
|
6090
|
-
"value": "var(--kendo-menu-popup-md-line-height, var(--kendo-line-height,
|
|
6042
|
+
"value": "var(--kendo-menu-popup-md-line-height, var(--kendo-line-height, normal))"
|
|
6091
6043
|
},
|
|
6092
6044
|
"kendo-menu-popup-lg-line-height": {
|
|
6093
6045
|
"type": "String",
|
|
6094
|
-
"value": "var(--kendo-menu-popup-lg-line-height, var(--kendo-line-height,
|
|
6046
|
+
"value": "var(--kendo-menu-popup-lg-line-height, var(--kendo-line-height, normal))"
|
|
6095
6047
|
},
|
|
6096
6048
|
"kendo-menu-popup-bg": {
|
|
6097
6049
|
"type": "String",
|
|
@@ -6279,11 +6231,11 @@
|
|
|
6279
6231
|
},
|
|
6280
6232
|
"kendo-menu-sizes": {
|
|
6281
6233
|
"type": "Map",
|
|
6282
|
-
"value": "(sm: (group-font-size: var(--kendo-menu-popup-sm-font-size, var(--kendo-font-size, inherit)), group-line-height: var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height,
|
|
6234
|
+
"value": "(sm: (group-font-size: var(--kendo-menu-popup-sm-font-size, var(--kendo-font-size, inherit)), group-line-height: var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height, normal)), link-padding-x: var(--kendo-menu-popup-sm-item-padding-x, var(--kendo-spacing-2, 0.5rem)), link-padding-y: var(--kendo-menu-popup-sm-item-padding-y, var(--kendo-list-sm-item-padding-y, var(--kendo-spacing-1, 0.25rem))), link-padding-inline-end: calc(var(--kendo-menu-popup-sm-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)), arrow-margin-inline-start: var(--kendo-spacing-0, 0px), arrow-margin-inline-end: calc(-1 * (var(--kendo-icon-size, 1rem) + var(--kendo-menu-popup-sm-item-padding-x, var(--kendo-spacing-2, 0.5rem))))), md: (group-font-size: var(--kendo-menu-popup-md-font-size, var(--kendo-font-size, inherit)), group-line-height: var(--kendo-menu-popup-md-line-height, var(--kendo-line-height, normal)), link-padding-x: var(--kendo-menu-popup-md-item-padding-x, var(--kendo-spacing-2, 0.5rem)), link-padding-y: var(--kendo-menu-popup-md-item-padding-y, var(--kendo-list-md-item-padding-y, var(--kendo-spacing-1\\.5, 0.375rem))), link-padding-inline-end: calc(var(--kendo-menu-popup-md-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)), arrow-margin-inline-start: var(--kendo-spacing-0, 0px), arrow-margin-inline-end: calc(-1 * (var(--kendo-icon-size, 1rem) + var(--kendo-menu-popup-md-item-padding-x, var(--kendo-spacing-2, 0.5rem))))), lg: (group-font-size: var(--kendo-menu-popup-lg-font-size, var(--kendo-font-size-lg, inherit)), group-line-height: var(--kendo-menu-popup-lg-line-height, var(--kendo-line-height, normal)), link-padding-x: var(--kendo-menu-popup-lg-item-padding-x, var(--kendo-spacing-2, 0.5rem)), link-padding-y: var(--kendo-menu-popup-lg-item-padding-y, var(--kendo-list-lg-item-padding-y, var(--kendo-spacing-2\\.5, 0.625rem))), link-padding-inline-end: calc(var(--kendo-menu-popup-lg-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem)), arrow-margin-inline-start: var(--kendo-spacing-0, 0px), arrow-margin-inline-end: calc(-1 * (var(--kendo-icon-size, 1rem) + var(--kendo-menu-popup-lg-item-padding-x, var(--kendo-spacing-2, 0.5rem))))))",
|
|
6283
6235
|
"prettyValue": {
|
|
6284
6236
|
"sm": {
|
|
6285
6237
|
"group-font-size": "var(--kendo-menu-popup-sm-font-size, var(--kendo-font-size, inherit))",
|
|
6286
|
-
"group-line-height": "var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height,
|
|
6238
|
+
"group-line-height": "var(--kendo-menu-popup-sm-line-height, var(--kendo-line-height, normal))",
|
|
6287
6239
|
"link-padding-x": "var(--kendo-menu-popup-sm-item-padding-x, var(--kendo-spacing-2, 0.5rem))",
|
|
6288
6240
|
"link-padding-y": "var(--kendo-menu-popup-sm-item-padding-y, var(--kendo-list-sm-item-padding-y, var(--kendo-spacing-1, 0.25rem)))",
|
|
6289
6241
|
"link-padding-inline-end": "calc(var(--kendo-menu-popup-sm-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
|
|
@@ -6292,7 +6244,7 @@
|
|
|
6292
6244
|
},
|
|
6293
6245
|
"md": {
|
|
6294
6246
|
"group-font-size": "var(--kendo-menu-popup-md-font-size, var(--kendo-font-size, inherit))",
|
|
6295
|
-
"group-line-height": "var(--kendo-menu-popup-md-line-height, var(--kendo-line-height,
|
|
6247
|
+
"group-line-height": "var(--kendo-menu-popup-md-line-height, var(--kendo-line-height, normal))",
|
|
6296
6248
|
"link-padding-x": "var(--kendo-menu-popup-md-item-padding-x, var(--kendo-spacing-2, 0.5rem))",
|
|
6297
6249
|
"link-padding-y": "var(--kendo-menu-popup-md-item-padding-y, var(--kendo-list-md-item-padding-y, var(--kendo-spacing-1\\.5, 0.375rem)))",
|
|
6298
6250
|
"link-padding-inline-end": "calc(var(--kendo-menu-popup-md-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
|
|
@@ -6301,7 +6253,7 @@
|
|
|
6301
6253
|
},
|
|
6302
6254
|
"lg": {
|
|
6303
6255
|
"group-font-size": "var(--kendo-menu-popup-lg-font-size, var(--kendo-font-size-lg, inherit))",
|
|
6304
|
-
"group-line-height": "var(--kendo-menu-popup-lg-line-height, var(--kendo-line-height,
|
|
6256
|
+
"group-line-height": "var(--kendo-menu-popup-lg-line-height, var(--kendo-line-height, normal))",
|
|
6305
6257
|
"link-padding-x": "var(--kendo-menu-popup-lg-item-padding-x, var(--kendo-spacing-2, 0.5rem))",
|
|
6306
6258
|
"link-padding-y": "var(--kendo-menu-popup-lg-item-padding-y, var(--kendo-list-lg-item-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)))",
|
|
6307
6259
|
"link-padding-inline-end": "calc(var(--kendo-menu-popup-lg-item-padding-x, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))",
|
|
@@ -10613,10 +10565,6 @@
|
|
|
10613
10565
|
}
|
|
10614
10566
|
}
|
|
10615
10567
|
},
|
|
10616
|
-
"kendo-notification-box-shadow": {
|
|
10617
|
-
"type": "String",
|
|
10618
|
-
"value": "var(--kendo-notification-box-shadow, none)"
|
|
10619
|
-
},
|
|
10620
10568
|
"kendo-popover-border-width": {
|
|
10621
10569
|
"type": "String",
|
|
10622
10570
|
"value": "var(--kendo-popover-border-width, 0)"
|
|
@@ -12923,7 +12871,7 @@
|
|
|
12923
12871
|
},
|
|
12924
12872
|
"kendo-grid-sizes": {
|
|
12925
12873
|
"type": "Map",
|
|
12926
|
-
"value": "(sm: (header-padding-x: var(--kendo-spacing-3, 0.75rem), header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), grouping-header-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), grouping-header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), cell-padding-x: var(--kendo-spacing-3, 0.75rem), cell-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), filter-cell-padding-x: var(--kendo-spacing-3, 0.75rem), filter-cell-padding-y: var(--kendo-spacing-2, 0.5rem), edit-cell-padding-x: var(--kendo-spacing-3, 0.75rem), edit-cell-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), button-padding-y: calc(var(--kendo-button-sm-padding-y, var(--kendo-spacing-0\\.5, 0.125rem)) + 1px), button-calc-size: calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-button-sm-padding-y, var(--kendo-spacing-0\\.5, 0.125rem)) + 1px) * 2 + var(--kendo-button-border-width, 1px) * 2), group-dropclue-height: calc(calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-spacing-0\\.5, 0.125rem) / 2) * 2 + var(--kendo-chip-border-width, 1px) * 2) + var(--kendo-grid-group-drop-hint-size, 6px)), selection-aggregates-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), selection-aggregates-padding-y: var(--kendo-spacing-1\\.5, 0.375rem)), md: (header-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), header-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), grouping-header-padding-x: calc(var(--kendo-toolbar-md-padding-x, var(--kendo-spacing-3, 0.75rem)) + 1px), grouping-header-padding-y: calc(var(--kendo-toolbar-md-padding-y, var(--kendo-spacing-1\\.5, 0.375rem)) + 1px), cell-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), cell-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), filter-cell-padding-x: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), filter-cell-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), edit-cell-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), edit-cell-padding-y: calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2), button-padding-y: calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px), button-calc-size: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px) * 2 + var(--kendo-button-border-width, 1px) * 2), group-dropclue-height: calc(calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-spacing-
|
|
12874
|
+
"value": "(sm: (header-padding-x: var(--kendo-spacing-3, 0.75rem), header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), grouping-header-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), grouping-header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), cell-padding-x: var(--kendo-spacing-3, 0.75rem), cell-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), filter-cell-padding-x: var(--kendo-spacing-3, 0.75rem), filter-cell-padding-y: var(--kendo-spacing-2, 0.5rem), edit-cell-padding-x: var(--kendo-spacing-3, 0.75rem), edit-cell-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), button-padding-y: calc(var(--kendo-button-sm-padding-y, var(--kendo-spacing-0\\.5, 0.125rem)) + 1px), button-calc-size: calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-button-sm-padding-y, var(--kendo-spacing-0\\.5, 0.125rem)) + 1px) * 2 + var(--kendo-button-border-width, 1px) * 2), group-dropclue-height: calc(calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-spacing-0\\.5, 0.125rem) / 2) * 2 + var(--kendo-chip-border-width, 1px) * 2) + var(--kendo-grid-group-drop-hint-size, 6px)), selection-aggregates-padding-x: var(--kendo-spacing-1\\.5, 0.375rem), selection-aggregates-padding-y: var(--kendo-spacing-1\\.5, 0.375rem)), md: (header-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), header-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), grouping-header-padding-x: calc(var(--kendo-toolbar-md-padding-x, var(--kendo-spacing-3, 0.75rem)) + 1px), grouping-header-padding-y: calc(var(--kendo-toolbar-md-padding-y, var(--kendo-spacing-1\\.5, 0.375rem)) + 1px), cell-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), cell-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), filter-cell-padding-x: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), filter-cell-padding-y: var(--kendo-table-md-cell-padding-y, var(--kendo-spacing-2\\.5, 0.625rem)), edit-cell-padding-x: var(--kendo-table-md-cell-padding-x, var(--kendo-spacing-2, 0.5rem)), edit-cell-padding-y: calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2), button-padding-y: calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px), button-calc-size: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px) * 2 + var(--kendo-button-border-width, 1px) * 2), group-dropclue-height: var(--kendo-grid-group-drop-hint-height, calc(calc(var(--kendo-chip-line-height, var(--kendo-line-height-lg, normal)) * 1em + calc(var(--kendo-chip-padding-y, var(--kendo-spacing-1\\.5, 0.375rem)) / 2) * 2 + var(--kendo-chip-border-width, 1px) * 2) + var(--kendo-grid-group-drop-hint-size, 6px))), selection-aggregates-padding-x: var(--kendo-spacing-2, 0.5rem), selection-aggregates-padding-y: var(--kendo-spacing-2, 0.5rem)))",
|
|
12927
12875
|
"prettyValue": {
|
|
12928
12876
|
"sm": {
|
|
12929
12877
|
"header-padding-x": "var(--kendo-spacing-3, 0.75rem)",
|
|
@@ -12955,7 +12903,7 @@
|
|
|
12955
12903
|
"edit-cell-padding-y": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)",
|
|
12956
12904
|
"button-padding-y": "calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px)",
|
|
12957
12905
|
"button-calc-size": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-button-md-padding-y, var(--kendo-spacing-1, 0.25rem)) + 1px) * 2 + var(--kendo-button-border-width, 1px) * 2)",
|
|
12958
|
-
"group-dropclue-height": "calc(calc(var(--kendo-line-height-lg, normal) * 1em + calc(var(--kendo-spacing-
|
|
12906
|
+
"group-dropclue-height": "var(--kendo-grid-group-drop-hint-height, calc(calc(var(--kendo-chip-line-height, var(--kendo-line-height-lg, normal)) * 1em + calc(var(--kendo-chip-padding-y, var(--kendo-spacing-1\\.5, 0.375rem)) / 2) * 2 + var(--kendo-chip-border-width, 1px) * 2) + var(--kendo-grid-group-drop-hint-size, 6px)))",
|
|
12959
12907
|
"selection-aggregates-padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
12960
12908
|
"selection-aggregates-padding-y": "var(--kendo-spacing-2, 0.5rem)"
|
|
12961
12909
|
}
|
|
@@ -13105,10 +13053,6 @@
|
|
|
13105
13053
|
"type": "String",
|
|
13106
13054
|
"value": "var(--kendo-grid-sort-index-font-size, var(--kendo-font-size-sm, inherit))"
|
|
13107
13055
|
},
|
|
13108
|
-
"kendo-grid-sorting-index-height": {
|
|
13109
|
-
"type": "Null",
|
|
13110
|
-
"value": "null"
|
|
13111
|
-
},
|
|
13112
13056
|
"kendo-grid-sorting-index-spacing-y": {
|
|
13113
13057
|
"type": "Null",
|
|
13114
13058
|
"value": "null"
|
|
@@ -13137,10 +13081,6 @@
|
|
|
13137
13081
|
"type": "String",
|
|
13138
13082
|
"value": "var(--kendo-grid-sticky-hover-bg, var(--kendo-color-base-hover, #f5f5f5))"
|
|
13139
13083
|
},
|
|
13140
|
-
"kendo-grid-sticky-text": {
|
|
13141
|
-
"type": "Null",
|
|
13142
|
-
"value": "null"
|
|
13143
|
-
},
|
|
13144
13084
|
"kendo-grid-sticky-border": {
|
|
13145
13085
|
"type": "String",
|
|
13146
13086
|
"value": "var(--kendo-grid-sticky-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 80%, transparent))"
|
|
@@ -13161,10 +13101,6 @@
|
|
|
13161
13101
|
"type": "String",
|
|
13162
13102
|
"value": "var(--kendo-grid-sticky-footer-bg, var(--kendo-grid-header-bg, var(--kendo-table-header-bg, var(--kendo-table-bg, var(--kendo-color-surface-alt, #ffffff)))))"
|
|
13163
13103
|
},
|
|
13164
|
-
"kendo-grid-sticky-footer-hover-bg": {
|
|
13165
|
-
"type": "String",
|
|
13166
|
-
"value": "var(--kendo-grid-sticky-footer-hover-bg, var(--kendo-grid-hover-bg, var(--kendo-table-hover-bg, color-mix(in srgb, var(--kendo-color-on-app-surface, #242424) 5%, transparent))))"
|
|
13167
|
-
},
|
|
13168
13104
|
"kendo-grid-column-menu-width": {
|
|
13169
13105
|
"type": "String",
|
|
13170
13106
|
"value": "var(--kendo-grid-column-menu-width, 230px)"
|
|
@@ -13173,18 +13109,6 @@
|
|
|
13173
13109
|
"type": "String",
|
|
13174
13110
|
"value": "var(--kendo-grid-column-menu-max-width, 320px)"
|
|
13175
13111
|
},
|
|
13176
|
-
"kendo-grid-filter-menu-check-all-border-bottom-width": {
|
|
13177
|
-
"type": "Null",
|
|
13178
|
-
"value": "null"
|
|
13179
|
-
},
|
|
13180
|
-
"kendo-grid-filter-menu-item-spacing-x": {
|
|
13181
|
-
"type": "Null",
|
|
13182
|
-
"value": "null"
|
|
13183
|
-
},
|
|
13184
|
-
"kendo-grid-filter-menu-item-spacing-y": {
|
|
13185
|
-
"type": "Null",
|
|
13186
|
-
"value": "null"
|
|
13187
|
-
},
|
|
13188
13112
|
"kendo-grid-column-menu-popup-padding-x": {
|
|
13189
13113
|
"type": "Null",
|
|
13190
13114
|
"value": "null"
|
|
@@ -13269,10 +13193,6 @@
|
|
|
13269
13193
|
"type": "String",
|
|
13270
13194
|
"value": "var(--kendo-grid-drag-cell-width, calc(var(--kendo-icon-size, 1rem) * 2.25))"
|
|
13271
13195
|
},
|
|
13272
|
-
"kendo-grid-row-inner-height": {
|
|
13273
|
-
"type": "Null",
|
|
13274
|
-
"value": "null"
|
|
13275
|
-
},
|
|
13276
13196
|
"kendo-grid-hierarchy-col-width": {
|
|
13277
13197
|
"type": "String",
|
|
13278
13198
|
"value": "var(--kendo-grid-hierarchy-col-width, calc(var(--kendo-icon-size, 1rem) * 2))"
|
|
@@ -13285,10 +13205,6 @@
|
|
|
13285
13205
|
"type": "String",
|
|
13286
13206
|
"value": "var(--kendo-grid-group-footer-border-width-y, 1px)"
|
|
13287
13207
|
},
|
|
13288
|
-
"kendo-grid-group-footer-second-cell-border": {
|
|
13289
|
-
"type": "Null",
|
|
13290
|
-
"value": "null"
|
|
13291
|
-
},
|
|
13292
13208
|
"kendo-grid-row-resizer-hover-bg": {
|
|
13293
13209
|
"type": "String",
|
|
13294
13210
|
"value": "var(--kendo-grid-row-resizer-hover-bg, color-mix(in srgb, var(--kendo-color-on-app-surface, #242424) 46%, transparent))"
|
|
@@ -14237,46 +14153,10 @@
|
|
|
14237
14153
|
"type": "String",
|
|
14238
14154
|
"value": "var(--kendo-grid-border, var(--kendo-table-border, color-mix(in srgb, var(--kendo-color-border, rgba(36, 36, 36, 0.72)) 16%, transparent)))"
|
|
14239
14155
|
},
|
|
14240
|
-
"kendo-pivotgrid-container-bg": {
|
|
14241
|
-
"type": "String",
|
|
14242
|
-
"value": "var(--kendo-pivotgrid-container-bg, var(--kendo-color-surface-alt, #ffffff))"
|
|
14243
|
-
},
|
|
14244
14156
|
"kendo-pivotgrid-row-headers-bg": {
|
|
14245
14157
|
"type": "String",
|
|
14246
14158
|
"value": "var(--kendo-pivotgrid-row-headers-bg, var(--kendo-color-surface-alt, #ffffff))"
|
|
14247
14159
|
},
|
|
14248
|
-
"kendo-pivotgrid-button-bg": {
|
|
14249
|
-
"type": "Null",
|
|
14250
|
-
"value": "null"
|
|
14251
|
-
},
|
|
14252
|
-
"kendo-pivotgrid-button-text": {
|
|
14253
|
-
"type": "Null",
|
|
14254
|
-
"value": "null"
|
|
14255
|
-
},
|
|
14256
|
-
"kendo-pivotgrid-button-hover-bg": {
|
|
14257
|
-
"type": "Null",
|
|
14258
|
-
"value": "null"
|
|
14259
|
-
},
|
|
14260
|
-
"kendo-pivotgrid-button-hover-text": {
|
|
14261
|
-
"type": "Null",
|
|
14262
|
-
"value": "null"
|
|
14263
|
-
},
|
|
14264
|
-
"kendo-pivotgrid-button-active-bg": {
|
|
14265
|
-
"type": "Null",
|
|
14266
|
-
"value": "null"
|
|
14267
|
-
},
|
|
14268
|
-
"kendo-pivotgrid-button-active-text": {
|
|
14269
|
-
"type": "Null",
|
|
14270
|
-
"value": "null"
|
|
14271
|
-
},
|
|
14272
|
-
"kendo-pivotgrid-remove-bg": {
|
|
14273
|
-
"type": "Null",
|
|
14274
|
-
"value": "null"
|
|
14275
|
-
},
|
|
14276
|
-
"kendo-pivotgrid-remove-text": {
|
|
14277
|
-
"type": "Null",
|
|
14278
|
-
"value": "null"
|
|
14279
|
-
},
|
|
14280
14160
|
"kendo-pivotgrid-configurator-fields-gap": {
|
|
14281
14161
|
"type": "String",
|
|
14282
14162
|
"value": "var(--kendo-pivotgrid-configurator-fields-gap, var(--kendo-spacing-2, 0.5rem))"
|
|
@@ -15843,7 +15723,7 @@
|
|
|
15843
15723
|
},
|
|
15844
15724
|
"kendo-chat-width": {
|
|
15845
15725
|
"type": "Number",
|
|
15846
|
-
"value": "
|
|
15726
|
+
"value": "280px"
|
|
15847
15727
|
},
|
|
15848
15728
|
"kendo-chat-height": {
|
|
15849
15729
|
"type": "String",
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "12.2.0-dev.
|
|
4
|
+
"version": "12.2.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
58
|
-
"@progress/kendo-theme-core": "12.2.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "12.2.0-dev.
|
|
58
|
+
"@progress/kendo-theme-core": "12.2.0-dev.4",
|
|
59
|
+
"@progress/kendo-theme-utils": "12.2.0-dev.4"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a283a92613df9104316d448606ec801b4a9628c8"
|
|
66
66
|
}
|
|
@@ -2,34 +2,70 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Adaptive
|
|
5
|
+
/// The background color of the Adaptive component.
|
|
6
|
+
/// @group adaptive
|
|
5
7
|
$kendo-adaptive-bg: var( --kendo-adaptive-bg, #{k-color(surface-alt)} ) !default;
|
|
8
|
+
/// The text color of the Adaptive component.
|
|
9
|
+
/// @group adaptive
|
|
6
10
|
$kendo-adaptive-text: var( --kendo-adaptive-text, #{k-color(on-app-surface)} ) !default;
|
|
11
|
+
/// The border color of the Adaptive component.
|
|
12
|
+
/// @group adaptive
|
|
7
13
|
$kendo-adaptive-border: var( --kendo-adaptive-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
|
|
8
14
|
|
|
15
|
+
/// The background color of the Adaptive content.
|
|
16
|
+
/// @group adaptive
|
|
9
17
|
$kendo-adaptive-content-bg: var( --kendo-adaptive-content-bg, #{k-color(surface-alt)} ) !default;
|
|
18
|
+
/// The text color of the Adaptive content.
|
|
19
|
+
/// @group adaptive
|
|
10
20
|
$kendo-adaptive-content-text: var( --kendo-adaptive-content-text, #{k-color(on-app-surface)} ) !default;
|
|
11
21
|
|
|
22
|
+
/// The background color of the Adaptive menu.
|
|
23
|
+
/// @group adaptive
|
|
12
24
|
$kendo-adaptive-menu-bg: var( --kendo-adaptive-menu-bg, #{k-color(primary)} ) !default;
|
|
25
|
+
/// The text color of the Adaptive menu.
|
|
26
|
+
/// @group adaptive
|
|
13
27
|
$kendo-adaptive-menu-text: var( --kendo-adaptive-menu-text, #{k-color(app-surface)} ) !default;
|
|
14
28
|
|
|
29
|
+
/// The text color of the Adaptive menu clear button.
|
|
30
|
+
/// @group adaptive
|
|
15
31
|
$kendo-adaptive-menu-clear-text: var( --kendo-adaptive-menu-clear-text, #{k-color(primary)} ) !default;
|
|
16
32
|
|
|
33
|
+
/// The border color of the Adaptive menu item.
|
|
34
|
+
/// @group adaptive
|
|
17
35
|
$kendo-adaptive-menu-item-border: var( --kendo-adaptive-menu-item-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
|
|
36
|
+
/// The text color of the Adaptive menu title.
|
|
37
|
+
/// @group adaptive
|
|
18
38
|
$kendo-adaptive-menu-title-text: var( --kendo-adaptive-menu-title-text, #{k-color(on-app-surface)} ) !default;
|
|
19
39
|
|
|
40
|
+
/// The width of the border around the Adaptive component.
|
|
41
|
+
/// @group adaptive
|
|
20
42
|
$kendo-adaptive-border-width: var( --kendo-adaptive-border-width, 1px ) !default;
|
|
43
|
+
/// The font family of the Adaptive component.
|
|
44
|
+
/// @group adaptive
|
|
21
45
|
$kendo-adaptive-font-family: var( --kendo-adaptive-font-family, var( --kendo-font-family, inherit ) ) !default;
|
|
46
|
+
/// The font size of the Adaptive component.
|
|
47
|
+
/// @group adaptive
|
|
22
48
|
$kendo-adaptive-font-size: var( --kendo-adaptive-font-size, var( --kendo-font-size, 1rem ) ) !default;
|
|
49
|
+
/// The line height of the Adaptive component.
|
|
50
|
+
/// @group adaptive
|
|
23
51
|
$kendo-adaptive-line-height: var( --kendo-adaptive-line-height, var( --kendo-line-height, normal ) ) !default;
|
|
24
52
|
|
|
25
53
|
|
|
26
54
|
// Adaptive Grid
|
|
55
|
+
/// The text color of the Adaptive Grid sort indicator.
|
|
56
|
+
/// @group adaptive
|
|
27
57
|
$kendo-adaptive-grid-sort-text: var( --kendo-adaptive-grid-sort-text, #{k-color(primary)} ) !default;
|
|
28
58
|
|
|
29
59
|
|
|
30
60
|
// Adaptive Scheduler
|
|
61
|
+
/// The text color of the current date in the Adaptive Scheduler.
|
|
62
|
+
/// @group adaptive
|
|
31
63
|
$kendo-adaptive-scheduler-current-text: var( --kendo-adaptive-scheduler-current-text, #{k-color(primary)} ) !default;
|
|
64
|
+
/// The base text color of the Adaptive Scheduler.
|
|
65
|
+
/// @group adaptive
|
|
32
66
|
$kendo-adaptive-scheduler-base-text: var( --kendo-adaptive-scheduler-base-text, inherit ) !default;
|
|
67
|
+
/// The subtle text color of the Adaptive Scheduler.
|
|
68
|
+
/// @group adaptive
|
|
33
69
|
$kendo-adaptive-scheduler-subtle-text: var( --kendo-adaptive-scheduler-subtle-text, #{k-color(on-app-surface)} ) !default;
|
|
34
70
|
|
|
35
71
|
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
|
|
@@ -62,6 +62,8 @@ $kendo-bottom-nav-flat-bg: var( --kendo-bottom-nav-bg, k-color(app-surface) ) !d
|
|
|
62
62
|
/// @group bottom-navigation
|
|
63
63
|
$kendo-bottom-nav-flat-border: var( --kendo-bottom-nav-border, k-color(border) ) !default;
|
|
64
64
|
|
|
65
|
+
/// The navigation theme colors of the BottomNavigation.
|
|
66
|
+
/// @group bottom-navigation
|
|
65
67
|
$kendo-bottom-navigation-theme-colors: (
|
|
66
68
|
"base": k-color(base),
|
|
67
69
|
"primary": k-color(primary),
|
|
@@ -231,6 +231,8 @@ $kendo-breadcrumb-md-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padd
|
|
|
231
231
|
$kendo-breadcrumb-lg-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padding-x, k-spacing(2.5) ) !default;
|
|
232
232
|
|
|
233
233
|
// Root link spacing
|
|
234
|
+
/// The spacing of the Breadcrumb icon.
|
|
235
|
+
/// @group breadcrumb
|
|
234
236
|
$kendo-breadcrumb-link-icon-spacing: k-spacing(0.5) !default;
|
|
235
237
|
|
|
236
238
|
|
|
@@ -54,15 +54,11 @@ $kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
54
54
|
/// @group button
|
|
55
55
|
$kendo-button-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
56
56
|
|
|
57
|
-
/// The calculated height of the Button.
|
|
58
|
-
/// @group button
|
|
59
57
|
$kendo-button-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
60
58
|
$kendo-button-sm-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em ) + ( #{$kendo-button-sm-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
61
59
|
$kendo-button-md-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
62
60
|
$kendo-button-lg-calc-size: calc( ( #{$kendo-button-lg-line-height} * 1em ) + ( #{$kendo-button-lg-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
|
|
63
61
|
|
|
64
|
-
/// The calculated inner height of the Button excluding the border width.
|
|
65
|
-
/// @group button
|
|
66
62
|
$kendo-button-inner-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) ) !default;
|
|
67
63
|
$kendo-button-sm-inner-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em ) + ( #{$kendo-button-sm-padding-y} * 2 ) ) !default;
|
|
68
64
|
$kendo-button-md-inner-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) ) !default;
|
|
@@ -43,6 +43,8 @@ $kendo-calendar-header-padding-y: var( --kendo-calendar-header-padding-y, k-spac
|
|
|
43
43
|
/// Width of the bottom border of the calendar header.
|
|
44
44
|
/// @group calendar
|
|
45
45
|
$kendo-calendar-header-border-width: var( --kendo-calendar-header-border-width, 1px ) !default;
|
|
46
|
+
/// The width of the Calendar header.
|
|
47
|
+
/// @group calendar
|
|
46
48
|
$kendo-calendar-header-min-width: calc(#{$kendo-calendar-cell-size} * 8) !default;
|
|
47
49
|
|
|
48
50
|
/// The background color of the calendar header.
|
|
@@ -12,7 +12,7 @@ $kendo-chat-padding-x: var( --kendo-chat-padding-x, #{k-spacing(4)} ) !default;
|
|
|
12
12
|
$kendo-chat-padding-y: k-spacing(4) !default;
|
|
13
13
|
/// The minimum width of the Chat.
|
|
14
14
|
/// @group chat
|
|
15
|
-
$kendo-chat-width:
|
|
15
|
+
$kendo-chat-width: 280px !default;
|
|
16
16
|
/// The minimum height of the Chat.
|
|
17
17
|
/// @group chat
|
|
18
18
|
$kendo-chat-height: var( --kendo-chat-height, 600px ) !default;
|
|
@@ -40,6 +40,8 @@ $kendo-checkbox-md-ripple-size: var( --kendo-checkbox-md-ripple-size, 300% ) !de
|
|
|
40
40
|
$kendo-checkbox-lg-ripple-size: var( --kendo-checkbox-lg-ripple-size, 300% ) !default;
|
|
41
41
|
|
|
42
42
|
// A map with the different CheckBox sizes.
|
|
43
|
+
/// The sizes of the CheckBox.
|
|
44
|
+
/// @group checkbox
|
|
43
45
|
$kendo-checkbox-sizes: (
|
|
44
46
|
sm: (
|
|
45
47
|
size: $kendo-checkbox-sm-size,
|
|
@@ -78,8 +78,6 @@ $kendo-chip-md-line-height: var( --kendo-chip-line-height, var( --kendo-line-hei
|
|
|
78
78
|
/// @group chip
|
|
79
79
|
$kendo-chip-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
80
80
|
|
|
81
|
-
/// The calculated height of the Chip.
|
|
82
|
-
/// @group chip
|
|
83
81
|
$kendo-chip-calc-size: calc( #{$kendo-chip-md-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
84
82
|
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
85
83
|
|
|
@@ -1,24 +1,52 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
2
|
|
|
3
|
+
/// The horizontal padding of the small ColumnMenu item.
|
|
4
|
+
/// @group column-menu
|
|
3
5
|
$kendo-column-menu-item-sm-padding-x: var( --kendo-column-menu-item-sm-padding-x, k-spacing(1.5) ) !default;
|
|
6
|
+
/// The vertical padding of the small ColumnMenu item.
|
|
7
|
+
/// @group column-menu
|
|
4
8
|
$kendo-column-menu-item-sm-padding-y: var( --kendo-column-menu-item-sm-padding-y, k-spacing(1) ) !default;
|
|
5
9
|
|
|
10
|
+
/// The horizontal padding of the medium ColumnMenu item.
|
|
11
|
+
/// @group column-menu
|
|
6
12
|
$kendo-column-menu-item-md-padding-x: var( --kendo-column-menu-item-md-padding-x, k-spacing(1.5) ) !default;
|
|
13
|
+
/// The vertical padding of the medium ColumnMenu item.
|
|
14
|
+
/// @group column-menu
|
|
7
15
|
$kendo-column-menu-item-md-padding-y: var( --kendo-column-menu-item-md-padding-y, k-spacing(1.5) ) !default;
|
|
8
16
|
|
|
17
|
+
/// The horizontal padding of the large ColumnMenu item.
|
|
18
|
+
/// @group column-menu
|
|
9
19
|
$kendo-column-menu-item-lg-padding-x: var( --kendo-column-menu-item-lg-padding-x, k-spacing(1.5) ) !default;
|
|
20
|
+
/// The vertical padding of the large ColumnMenu item.
|
|
21
|
+
/// @group column-menu
|
|
10
22
|
$kendo-column-menu-item-lg-padding-y: var( --kendo-column-menu-item-lg-padding-y, k-spacing(2) ) !default;
|
|
11
23
|
|
|
24
|
+
/// The font size of the small ColumnMenu.
|
|
25
|
+
/// @group column-menu
|
|
12
26
|
$kendo-column-menu-sm-font-size: var( --kendo-column-menu-sm-font-size, var( --kendo-font-size, inherit ) ) !default;
|
|
27
|
+
/// The font size of the medium ColumnMenu.
|
|
28
|
+
/// @group column-menu
|
|
13
29
|
$kendo-column-menu-md-font-size: var( --kendo-column-menu-md-font-size, var( --kendo-font-size, inherit ) ) !default;
|
|
30
|
+
/// The font size of the large ColumnMenu.
|
|
31
|
+
/// @group column-menu
|
|
14
32
|
$kendo-column-menu-lg-font-size: var( --kendo-column-menu-lg-font-size, var( --kendo-font-size, inherit ) ) !default;
|
|
15
33
|
|
|
34
|
+
/// The line height of the small ColumnMenu.
|
|
35
|
+
/// @group column-menu
|
|
16
36
|
$kendo-column-menu-sm-line-height: var( --kendo-column-menu-sm-line-height, var( --kendo-line-height, normal ) ) !default;
|
|
37
|
+
/// The line height of the medium ColumnMenu.
|
|
38
|
+
/// @group column-menu
|
|
17
39
|
$kendo-column-menu-md-line-height: var( --kendo-column-menu-md-line-height, var( --kendo-line-height, normal ) ) !default;
|
|
40
|
+
/// The line height of the large ColumnMenu.
|
|
41
|
+
/// @group column-menu
|
|
18
42
|
$kendo-column-menu-lg-line-height: var( --kendo-column-menu-lg-line-height, var( --kendo-line-height, normal ) ) !default;
|
|
19
43
|
|
|
44
|
+
/// The font family of the ColumnMenu.
|
|
45
|
+
/// @group column-menu
|
|
20
46
|
$kendo-column-menu-font-family: var( --kendo-column-menu-font-family, var( --kendo-font-family, inherit ) ) !default;
|
|
21
47
|
|
|
48
|
+
/// The sizes map for the ColumnMenu.
|
|
49
|
+
/// @group column-menu
|
|
22
50
|
$kendo-column-menu-sizes: (
|
|
23
51
|
sm: (
|
|
24
52
|
padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
@@ -41,9 +69,17 @@ $kendo-column-menu-sizes: (
|
|
|
41
69
|
) !default;
|
|
42
70
|
|
|
43
71
|
// Group Menu
|
|
72
|
+
/// The background color of the hovered ColumnMenu item.
|
|
73
|
+
/// @group column-menu
|
|
44
74
|
$kendo-group-menu-item-action-hover-bg: var( --kendo-group-menu-item-action-hover-bg, color-mix(in srgb, currentColor 5%, transparent) ) !default;
|
|
75
|
+
/// The background color of the selected ColumnMenu item.
|
|
76
|
+
/// @group column-menu
|
|
45
77
|
$kendo-group-menu-item-action-selected-bg: var( --kendo-group-menu-item-action-selected-bg, color-mix(in srgb, currentColor 8%, transparent) ) !default;
|
|
78
|
+
/// The text color of the ColumnMenu item.
|
|
79
|
+
/// @group column-menu
|
|
46
80
|
$kendo-group-menu-item-add-action-text: var( --kendo-group-menu-item-add-action-text, k-color(primary) ) !default;
|
|
81
|
+
/// The border color of the ColumnMenu item.
|
|
82
|
+
/// @group column-menu
|
|
47
83
|
$kendo-group-menu-item-border: var( --kendo-group-menu-item-border, color-mix(in srgb, k-color(border) 16%, transparent) ) !default;
|
|
48
84
|
|
|
49
85
|
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|