@progress/kendo-theme-fluent 14.4.1-dev.0 → 14.4.1-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 -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 +1846 -874
- package/dist/meta/sassdoc-raw-data.json +821 -371
- package/dist/meta/variables.json +147 -95
- 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 +3 -3
- package/scss/agent-response/_variables.scss +25 -1
- package/scss/citation/_variables.scss +30 -2
- package/scss/grid/_theme.scss +2 -2
- package/scss/scheduler/_layout.scss +0 -58
- package/scss/scheduler/_theme.scss +0 -25
- package/scss/scheduler/_variables.scss +106 -80
package/dist/meta/variables.json
CHANGED
|
@@ -15919,15 +15919,43 @@
|
|
|
15919
15919
|
},
|
|
15920
15920
|
"kendo-scheduler-event-min-height": {
|
|
15921
15921
|
"type": "String",
|
|
15922
|
-
"value": "var(--kendo-scheduler-event-min-height,
|
|
15922
|
+
"value": "var(--kendo-scheduler-event-min-height, 12px)"
|
|
15923
15923
|
},
|
|
15924
15924
|
"kendo-scheduler-event-border-radius": {
|
|
15925
15925
|
"type": "String",
|
|
15926
15926
|
"value": "var(--kendo-scheduler-event-border-radius, var(--kendo-border-radius-md))"
|
|
15927
15927
|
},
|
|
15928
|
-
"kendo-scheduler-event-
|
|
15928
|
+
"kendo-scheduler-event-title-font-size": {
|
|
15929
15929
|
"type": "String",
|
|
15930
|
-
"value": "var(--kendo-
|
|
15930
|
+
"value": "var(--kendo-font-size-sm)"
|
|
15931
|
+
},
|
|
15932
|
+
"kendo-scheduler-event-title-line-height": {
|
|
15933
|
+
"type": "String",
|
|
15934
|
+
"value": "var(--kendo-line-height-sm)"
|
|
15935
|
+
},
|
|
15936
|
+
"kendo-scheduler-event-title-padding-top": {
|
|
15937
|
+
"type": "String",
|
|
15938
|
+
"value": "var(--kendo-spacing-1)"
|
|
15939
|
+
},
|
|
15940
|
+
"kendo-scheduler-event-title-padding-bottom": {
|
|
15941
|
+
"type": "String",
|
|
15942
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
15943
|
+
},
|
|
15944
|
+
"kendo-scheduler-event-time-font-size": {
|
|
15945
|
+
"type": "String",
|
|
15946
|
+
"value": "var(--kendo-font-size-xs)"
|
|
15947
|
+
},
|
|
15948
|
+
"kendo-scheduler-event-time-line-height": {
|
|
15949
|
+
"type": "String",
|
|
15950
|
+
"value": "var(--kendo-line-height-sm)"
|
|
15951
|
+
},
|
|
15952
|
+
"kendo-scheduler-event-time-padding-top": {
|
|
15953
|
+
"type": "String",
|
|
15954
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
15955
|
+
},
|
|
15956
|
+
"kendo-scheduler-event-time-padding-bottom": {
|
|
15957
|
+
"type": "String",
|
|
15958
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
15931
15959
|
},
|
|
15932
15960
|
"kendo-scheduler-event-bg": {
|
|
15933
15961
|
"type": "String",
|
|
@@ -15993,6 +16021,38 @@
|
|
|
15993
16021
|
"type": "String",
|
|
15994
16022
|
"value": "var(--kendo-scheduler-event-ongoing-shadow, inset 0px 0px 0px 1px #ff0000)"
|
|
15995
16023
|
},
|
|
16024
|
+
"kendo-scheduler-resizer-size": {
|
|
16025
|
+
"type": "String",
|
|
16026
|
+
"value": "var(--kendo-scheduler-resizer-size, 0.5em)"
|
|
16027
|
+
},
|
|
16028
|
+
"kendo-scheduler-resize-handle-size": {
|
|
16029
|
+
"type": "String",
|
|
16030
|
+
"value": "var(--kendo-scheduler-resize-handle-size, 8px)"
|
|
16031
|
+
},
|
|
16032
|
+
"kendo-scheduler-resize-handle-border-radius": {
|
|
16033
|
+
"type": "String",
|
|
16034
|
+
"value": "var(--kendo-scheduler-resize-handle-border-radius, var(--kendo-border-radius-full))"
|
|
16035
|
+
},
|
|
16036
|
+
"kendo-scheduler-resize-handle-border-width": {
|
|
16037
|
+
"type": "String",
|
|
16038
|
+
"value": "var(--kendo-scheduler-resize-handle-border-width, 2px)"
|
|
16039
|
+
},
|
|
16040
|
+
"kendo-scheduler-resize-handle-bg": {
|
|
16041
|
+
"type": "String",
|
|
16042
|
+
"value": "var(--kendo-scheduler-resize-handle-bg, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))"
|
|
16043
|
+
},
|
|
16044
|
+
"kendo-scheduler-event-readonly-bg": {
|
|
16045
|
+
"type": "String",
|
|
16046
|
+
"value": "var(--kendo-scheduler-event-readonly-bg, var(--kendo-color-primary-subtle))"
|
|
16047
|
+
},
|
|
16048
|
+
"kendo-scheduler-event-readonly-text": {
|
|
16049
|
+
"type": "String",
|
|
16050
|
+
"value": "var(--kendo-scheduler-event-readonly-text, var(--kendo-color-primary-on-subtle))"
|
|
16051
|
+
},
|
|
16052
|
+
"kendo-scheduler-event-readonly-border": {
|
|
16053
|
+
"type": "String",
|
|
16054
|
+
"value": "var(--kendo-scheduler-event-readonly-border, var(--kendo-color-primary-emphasis))"
|
|
16055
|
+
},
|
|
15996
16056
|
"kendo-scheduler-cell-padding-x": {
|
|
15997
16057
|
"type": "String",
|
|
15998
16058
|
"value": "var(--kendo-scheduler-cell-padding-x, var(--kendo-spacing-2))"
|
|
@@ -16065,93 +16125,49 @@
|
|
|
16065
16125
|
"type": "String",
|
|
16066
16126
|
"value": "var(--kendo-scheduler-yearview-indicator-selected-bg, var(--kendo-color-app-surface))"
|
|
16067
16127
|
},
|
|
16068
|
-
"kendo-scheduler-
|
|
16069
|
-
"type": "String",
|
|
16070
|
-
"value": "var(--kendo-scheduler-tooltip-padding-x, var(--kendo-spacing-2))"
|
|
16071
|
-
},
|
|
16072
|
-
"kendo-scheduler-tooltip-padding-y": {
|
|
16073
|
-
"type": "String",
|
|
16074
|
-
"value": "var(--kendo-scheduler-tooltip-padding-y, var(--kendo-scheduler-tooltip-padding-x, var(--kendo-spacing-2)))"
|
|
16075
|
-
},
|
|
16076
|
-
"kendo-scheduler-tooltip-border-width": {
|
|
16077
|
-
"type": "String",
|
|
16078
|
-
"value": "var(--kendo-scheduler-tooltip-border-width, 0)"
|
|
16079
|
-
},
|
|
16080
|
-
"kendo-scheduler-tooltip-bg": {
|
|
16081
|
-
"type": "String",
|
|
16082
|
-
"value": "var(--kendo-scheduler-tooltip-bg, var(--kendo-color-app-surface))"
|
|
16083
|
-
},
|
|
16084
|
-
"kendo-scheduler-tooltip-text": {
|
|
16085
|
-
"type": "String",
|
|
16086
|
-
"value": "var(--kendo-scheduler-tooltip-text, var(--kendo-color-subtle))"
|
|
16087
|
-
},
|
|
16088
|
-
"kendo-scheduler-tooltip-border": {
|
|
16089
|
-
"type": "String",
|
|
16090
|
-
"value": "var(--kendo-scheduler-tooltip-border, )"
|
|
16091
|
-
},
|
|
16092
|
-
"kendo-scheduler-tooltip-shadow": {
|
|
16093
|
-
"type": "String",
|
|
16094
|
-
"value": "var(--kendo-scheduler-tooltip-shadow, var(--kendo-elevation-2))"
|
|
16095
|
-
},
|
|
16096
|
-
"kendo-scheduler-tooltip-title-margin-y": {
|
|
16128
|
+
"kendo-scheduler-popover-month-font-size": {
|
|
16097
16129
|
"type": "String",
|
|
16098
|
-
"value": "var(--kendo-scheduler-
|
|
16130
|
+
"value": "var(--kendo-scheduler-popover-month-font-size, var(--kendo-font-size-sm))"
|
|
16099
16131
|
},
|
|
16100
|
-
"kendo-scheduler-
|
|
16132
|
+
"kendo-scheduler-popover-day-font-size": {
|
|
16101
16133
|
"type": "String",
|
|
16102
|
-
"value": "var(--kendo-scheduler-
|
|
16134
|
+
"value": "var(--kendo-scheduler-popover-day-font-size, calc(var(--kendo-font-size-sm) * 2))"
|
|
16103
16135
|
},
|
|
16104
|
-
"kendo-scheduler-
|
|
16136
|
+
"kendo-scheduler-popover-events-max-height": {
|
|
16105
16137
|
"type": "String",
|
|
16106
|
-
"value": "var(--kendo-scheduler-
|
|
16138
|
+
"value": "var(--kendo-scheduler-popover-events-max-height, 250px)"
|
|
16107
16139
|
},
|
|
16108
|
-
"kendo-scheduler-
|
|
16140
|
+
"kendo-scheduler-popover-events-gap": {
|
|
16109
16141
|
"type": "String",
|
|
16110
|
-
"value": "var(--kendo-scheduler-
|
|
16142
|
+
"value": "var(--kendo-scheduler-popover-events-gap, var(--kendo-spacing-1\\.5))"
|
|
16111
16143
|
},
|
|
16112
|
-
"kendo-scheduler-
|
|
16144
|
+
"kendo-scheduler-popover-event-min-height": {
|
|
16113
16145
|
"type": "String",
|
|
16114
|
-
"value": "var(--kendo-scheduler-
|
|
16146
|
+
"value": "var(--kendo-scheduler-popover-event-min-height, 25px)"
|
|
16115
16147
|
},
|
|
16116
|
-
"kendo-scheduler-
|
|
16148
|
+
"kendo-scheduler-popover-event-padding-x": {
|
|
16117
16149
|
"type": "String",
|
|
16118
|
-
"value": "var(--kendo-scheduler-
|
|
16150
|
+
"value": "var(--kendo-scheduler-popover-event-padding-x, var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2)))"
|
|
16119
16151
|
},
|
|
16120
|
-
"kendo-scheduler-
|
|
16121
|
-
"type": "
|
|
16122
|
-
"value": "
|
|
16123
|
-
},
|
|
16124
|
-
"kendo-scheduler-tooltip-event-border-radius": {
|
|
16125
|
-
"type": "String",
|
|
16126
|
-
"value": "var(--kendo-scheduler-tooltip-event-border-radius, var(--kendo-scheduler-event-border-radius, var(--kendo-border-radius-md)))"
|
|
16152
|
+
"kendo-scheduler-popover-event-padding-y": {
|
|
16153
|
+
"type": "Null",
|
|
16154
|
+
"value": "null"
|
|
16127
16155
|
},
|
|
16128
|
-
"kendo-scheduler-
|
|
16156
|
+
"kendo-scheduler-popover-event-border-radius": {
|
|
16129
16157
|
"type": "String",
|
|
16130
|
-
"value": "var(--kendo-scheduler-
|
|
16158
|
+
"value": "var(--kendo-scheduler-popover-event-border-radius, var(--kendo-scheduler-event-border-radius, var(--kendo-border-radius-md)))"
|
|
16131
16159
|
},
|
|
16132
|
-
"kendo-scheduler-
|
|
16160
|
+
"kendo-scheduler-popover-event-gap": {
|
|
16133
16161
|
"type": "String",
|
|
16134
|
-
"value": "var(--kendo-scheduler-
|
|
16135
|
-
},
|
|
16136
|
-
"kendo-scheduler-appointments-padding": {
|
|
16137
|
-
"type": "Null",
|
|
16138
|
-
"value": "null"
|
|
16162
|
+
"value": "var(--kendo-scheduler-popover-event-gap, var(--kendo-spacing-0\\.5))"
|
|
16139
16163
|
},
|
|
16140
16164
|
"kendo-scheduler-event-template-padding-x": {
|
|
16141
|
-
"type": "
|
|
16142
|
-
"value": "
|
|
16165
|
+
"type": "String",
|
|
16166
|
+
"value": "var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2))"
|
|
16143
16167
|
},
|
|
16144
16168
|
"kendo-scheduler-event-template-padding-y": {
|
|
16145
|
-
"type": "
|
|
16146
|
-
"value": "
|
|
16147
|
-
},
|
|
16148
|
-
"kendo-scheduler-event-actions-inset-x": {
|
|
16149
|
-
"type": "Null",
|
|
16150
|
-
"value": "null"
|
|
16151
|
-
},
|
|
16152
|
-
"kendo-scheduler-indicators-margin": {
|
|
16153
|
-
"type": "Null",
|
|
16154
|
-
"value": "null"
|
|
16169
|
+
"type": "String",
|
|
16170
|
+
"value": "var(--kendo-scheduler-event-padding-y, var(--kendo-spacing-0\\.5))"
|
|
16155
16171
|
},
|
|
16156
16172
|
"kendo-scheduler-marquee-label-inset-x": {
|
|
16157
16173
|
"type": "Null",
|
|
@@ -16169,6 +16185,14 @@
|
|
|
16169
16185
|
"type": "Null",
|
|
16170
16186
|
"value": "null"
|
|
16171
16187
|
},
|
|
16188
|
+
"kendo-scheduler-datetime-section-margin-top": {
|
|
16189
|
+
"type": "String",
|
|
16190
|
+
"value": "var(--kendo-spacing-2)"
|
|
16191
|
+
},
|
|
16192
|
+
"kendo-scheduler-recurrence-fields-row-gap": {
|
|
16193
|
+
"type": "String",
|
|
16194
|
+
"value": "var(--kendo-spacing-3)"
|
|
16195
|
+
},
|
|
16172
16196
|
"kendo-scheduler-adaptive-bg": {
|
|
16173
16197
|
"type": "String",
|
|
16174
16198
|
"value": "var(--kendo-scheduler-adaptive-bg, var(--kendo-color-surface-alt))"
|
|
@@ -16185,10 +16209,6 @@
|
|
|
16185
16209
|
"type": "String",
|
|
16186
16210
|
"value": "var(--kendo-scheduler-adaptive-content-bg, var(--kendo-color-surface-alt))"
|
|
16187
16211
|
},
|
|
16188
|
-
"kendo-scheduler-adaptive-menu-clear-text": {
|
|
16189
|
-
"type": "String",
|
|
16190
|
-
"value": "var(--kendo-scheduler-adaptive-menu-clear-text, var(--kendo-color-primary-on-surface))"
|
|
16191
|
-
},
|
|
16192
16212
|
"kendo-scheduler-adaptive-border-width": {
|
|
16193
16213
|
"type": "String",
|
|
16194
16214
|
"value": "var(--kendo-scheduler-adaptive-border-width, 1px)"
|
|
@@ -16229,26 +16249,6 @@
|
|
|
16229
16249
|
"type": "String",
|
|
16230
16250
|
"value": "var(--kendo-scheduler-selected-border, var(--kendo-scheduler-border, color-mix(in srgb, var(--kendo-color-border) 26%, transparent)))"
|
|
16231
16251
|
},
|
|
16232
|
-
"kendo-scheduler-event-padding-x": {
|
|
16233
|
-
"type": "String",
|
|
16234
|
-
"value": "var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2))"
|
|
16235
|
-
},
|
|
16236
|
-
"kendo-scheduler-event-padding-y": {
|
|
16237
|
-
"type": "String",
|
|
16238
|
-
"value": "var(--kendo-scheduler-event-padding-y, var(--kendo-spacing-0\\.5))"
|
|
16239
|
-
},
|
|
16240
|
-
"kendo-scheduler-tooltip-callout-color": {
|
|
16241
|
-
"type": "String",
|
|
16242
|
-
"value": "var(--kendo-scheduler-tooltip-callout-color, var(--kendo-scheduler-tooltip-bg, var(--kendo-color-app-surface)))"
|
|
16243
|
-
},
|
|
16244
|
-
"kendo-scheduler-resize-handle-width": {
|
|
16245
|
-
"type": "String",
|
|
16246
|
-
"value": "var(--kendo-scheduler-resize-handle-width, 2em)"
|
|
16247
|
-
},
|
|
16248
|
-
"kendo-scheduler-more-btn-height": {
|
|
16249
|
-
"type": "String",
|
|
16250
|
-
"value": "var(--kendo-scheduler-more-btn-height, 13px)"
|
|
16251
|
-
},
|
|
16252
16252
|
"kendo-scheduler-marquee-color": {
|
|
16253
16253
|
"type": "String",
|
|
16254
16254
|
"value": "var(--kendo-scheduler-marquee-color, var(--kendo-color-primary))"
|
|
@@ -16637,6 +16637,18 @@
|
|
|
16637
16637
|
"type": "String",
|
|
16638
16638
|
"value": "var(--kendo-agent-step-padding-y, var(--kendo-spacing-2))"
|
|
16639
16639
|
},
|
|
16640
|
+
"kendo-agent-step-padding-x": {
|
|
16641
|
+
"type": "String",
|
|
16642
|
+
"value": "var(--kendo-agent-step-padding-x, var(--kendo-spacing-0\\.5))"
|
|
16643
|
+
},
|
|
16644
|
+
"kendo-agent-step-padding-end": {
|
|
16645
|
+
"type": "String",
|
|
16646
|
+
"value": "var(--kendo-agent-step-padding-end, var(--kendo-spacing-2))"
|
|
16647
|
+
},
|
|
16648
|
+
"kendo-agent-step-border-radius": {
|
|
16649
|
+
"type": "String",
|
|
16650
|
+
"value": "var(--kendo-agent-step-border-radius, var(--kendo-border-radius-md))"
|
|
16651
|
+
},
|
|
16640
16652
|
"kendo-agent-step-icon-margin-top": {
|
|
16641
16653
|
"type": "String",
|
|
16642
16654
|
"value": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))"
|
|
@@ -16657,6 +16669,10 @@
|
|
|
16657
16669
|
"type": "String",
|
|
16658
16670
|
"value": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))"
|
|
16659
16671
|
},
|
|
16672
|
+
"kendo-agent-step-focus-shadow": {
|
|
16673
|
+
"type": "String",
|
|
16674
|
+
"value": "var(--kendo-agent-step-focus-shadow, inset 0 0 0 2px var(--kendo-color-on-app-surface))"
|
|
16675
|
+
},
|
|
16660
16676
|
"kendo-thought-gap": {
|
|
16661
16677
|
"type": "String",
|
|
16662
16678
|
"value": "var(--kendo-thought-gap, var(--kendo-spacing-1\\.5))"
|
|
@@ -16669,6 +16685,10 @@
|
|
|
16669
16685
|
"type": "String",
|
|
16670
16686
|
"value": "var(--kendo-thought-spacing, var(--kendo-spacing-4))"
|
|
16671
16687
|
},
|
|
16688
|
+
"kendo-thought-padding-x": {
|
|
16689
|
+
"type": "String",
|
|
16690
|
+
"value": "var(--kendo-thought-padding-x, var(--kendo-spacing-0\\.5))"
|
|
16691
|
+
},
|
|
16672
16692
|
"kendo-thought-connector-color": {
|
|
16673
16693
|
"type": "String",
|
|
16674
16694
|
"value": "var(--kendo-thought-connector-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))"
|
|
@@ -16681,14 +16701,46 @@
|
|
|
16681
16701
|
"type": "String",
|
|
16682
16702
|
"value": "var(--kendo-tool-call-padding-y, var(--kendo-spacing-2))"
|
|
16683
16703
|
},
|
|
16704
|
+
"kendo-tool-call-pre-border-radius": {
|
|
16705
|
+
"type": "String",
|
|
16706
|
+
"value": "var(--kendo-tool-call-pre-border-radius, var(--kendo-border-radius-md))"
|
|
16707
|
+
},
|
|
16684
16708
|
"kendo-citation-popover-view-padding": {
|
|
16685
16709
|
"type": "String",
|
|
16686
|
-
"value": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-4))"
|
|
16710
|
+
"value": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))"
|
|
16687
16711
|
},
|
|
16688
16712
|
"kendo-citation-pages-color": {
|
|
16689
16713
|
"type": "String",
|
|
16690
16714
|
"value": "var(--kendo-citation-pages-color, var(--kendo-color-subtle))"
|
|
16691
16715
|
},
|
|
16716
|
+
"kendo-citation-popover-view-title-font-weight": {
|
|
16717
|
+
"type": "String",
|
|
16718
|
+
"value": "var(--kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium))"
|
|
16719
|
+
},
|
|
16720
|
+
"kendo-citation-popover-view-body-font-size": {
|
|
16721
|
+
"type": "String",
|
|
16722
|
+
"value": "var(--kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm))"
|
|
16723
|
+
},
|
|
16724
|
+
"kendo-citation-popover-view-body-margin-top": {
|
|
16725
|
+
"type": "String",
|
|
16726
|
+
"value": "var(--kendo-citation-popover-view-body-margin-top, var(--kendo-spacing-2))"
|
|
16727
|
+
},
|
|
16728
|
+
"kendo-citation-popover-view-body-color": {
|
|
16729
|
+
"type": "String",
|
|
16730
|
+
"value": "var(--kendo-citation-popover-view-body-color, var(--kendo-color-subtle))"
|
|
16731
|
+
},
|
|
16732
|
+
"kendo-citation-popover-view-source-font-size": {
|
|
16733
|
+
"type": "String",
|
|
16734
|
+
"value": "var(--kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm))"
|
|
16735
|
+
},
|
|
16736
|
+
"kendo-citation-popover-view-source-margin-top": {
|
|
16737
|
+
"type": "String",
|
|
16738
|
+
"value": "var(--kendo-citation-popover-view-source-margin-top, 0)"
|
|
16739
|
+
},
|
|
16740
|
+
"kendo-citation-popover-view-source-gap": {
|
|
16741
|
+
"type": "String",
|
|
16742
|
+
"value": "var(--kendo-citation-popover-view-source-gap, var(--kendo-spacing-1))"
|
|
16743
|
+
},
|
|
16692
16744
|
"kendo-checkpoint-line-color": {
|
|
16693
16745
|
"type": "String",
|
|
16694
16746
|
"value": "var(--kendo-checkpoint-line-color, color-mix(in srgb, var(--kendo-color-border) 26%, transparent))"
|
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": "14.4.1-dev.
|
|
4
|
+
"version": "14.4.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.11.0",
|
|
57
|
-
"@progress/kendo-theme-core": "14.4.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "14.4.1-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "14.4.1-dev.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.4.1-dev.2"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
@@ -8,6 +8,15 @@ $kendo-agent-step-gap: var( --kendo-agent-step-gap, k-spacing(1.5) ) !default;
|
|
|
8
8
|
/// The vertical padding of the AgentStep head.
|
|
9
9
|
/// @group agent-response
|
|
10
10
|
$kendo-agent-step-padding-y: var( --kendo-agent-step-padding-y, k-spacing(2) ) !default;
|
|
11
|
+
/// The horizontal padding of the AgentStep head.
|
|
12
|
+
/// @group agent-response
|
|
13
|
+
$kendo-agent-step-padding-x: var( --kendo-agent-step-padding-x, k-spacing(0.5) ) !default;
|
|
14
|
+
/// The end padding of the AgentStep head.
|
|
15
|
+
/// @group agent-response
|
|
16
|
+
$kendo-agent-step-padding-end: var( --kendo-agent-step-padding-end, k-spacing(2) ) !default;
|
|
17
|
+
/// The border radius of the AgentStep head.
|
|
18
|
+
/// @group agent-response
|
|
19
|
+
$kendo-agent-step-border-radius: var( --kendo-agent-step-border-radius, k-border-radius(md) ) !default;
|
|
11
20
|
/// The top margin of the AgentStep icon.
|
|
12
21
|
/// @group agent-response
|
|
13
22
|
$kendo-agent-step-icon-margin-top: var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) ) !default;
|
|
@@ -23,6 +32,9 @@ $kendo-agent-step-font-size: var( --kendo-agent-step-font-size, var(--kendo-font
|
|
|
23
32
|
/// The font size of the AgentStep body content.
|
|
24
33
|
/// @group agent-response
|
|
25
34
|
$kendo-agent-step-body-font-size: var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) ) !default;
|
|
35
|
+
/// The box shadow of the focused AgentStep head.
|
|
36
|
+
/// @group agent-response
|
|
37
|
+
$kendo-agent-step-focus-shadow: var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} ) !default;
|
|
26
38
|
|
|
27
39
|
/// The gap between the icon column and the content of the Thought.
|
|
28
40
|
/// @group agent-response
|
|
@@ -33,6 +45,9 @@ $kendo-thought-icon-col-gap: var( --kendo-thought-icon-col-gap, k-spacing(2) ) !
|
|
|
33
45
|
/// The spacing between stacked Thought items.
|
|
34
46
|
/// @group agent-response
|
|
35
47
|
$kendo-thought-spacing: var( --kendo-thought-spacing, k-spacing(4) ) !default;
|
|
48
|
+
/// The start padding of the Thought, aligning it with the AgentStep head.
|
|
49
|
+
/// @group agent-response
|
|
50
|
+
$kendo-thought-padding-x: var( --kendo-thought-padding-x, k-spacing(0.5) ) !default;
|
|
36
51
|
/// The color of the connector line between stacked Thought items.
|
|
37
52
|
/// @group agent-response
|
|
38
53
|
$kendo-thought-connector-color: var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
@@ -43,19 +58,28 @@ $kendo-tool-call-indent: var( --kendo-tool-call-indent, k-spacing(5) ) !default;
|
|
|
43
58
|
/// The bottom padding of the ToolCall body.
|
|
44
59
|
/// @group agent-response
|
|
45
60
|
$kendo-tool-call-padding-y: var( --kendo-tool-call-padding-y, k-spacing(2) ) !default;
|
|
61
|
+
/// The border radius of the pre element in the ToolCall body.
|
|
62
|
+
/// @group agent-response
|
|
63
|
+
$kendo-tool-call-pre-border-radius: var( --kendo-tool-call-pre-border-radius, k-border-radius(md) ) !default;
|
|
46
64
|
|
|
47
65
|
@forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
|
|
48
66
|
$kendo-agent-step-gap: $kendo-agent-step-gap,
|
|
49
67
|
$kendo-agent-step-padding-y: $kendo-agent-step-padding-y,
|
|
68
|
+
$kendo-agent-step-padding-x: $kendo-agent-step-padding-x,
|
|
69
|
+
$kendo-agent-step-padding-end: $kendo-agent-step-padding-end,
|
|
70
|
+
$kendo-agent-step-border-radius: $kendo-agent-step-border-radius,
|
|
50
71
|
$kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
|
|
51
72
|
$kendo-agent-step-added-color: $kendo-agent-step-added-color,
|
|
52
73
|
$kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
|
|
53
74
|
$kendo-agent-step-font-size: $kendo-agent-step-font-size,
|
|
54
75
|
$kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
|
|
76
|
+
$kendo-agent-step-focus-shadow: $kendo-agent-step-focus-shadow,
|
|
55
77
|
$kendo-thought-gap: $kendo-thought-gap,
|
|
56
78
|
$kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
|
|
57
79
|
$kendo-thought-spacing: $kendo-thought-spacing,
|
|
80
|
+
$kendo-thought-padding-x: $kendo-thought-padding-x,
|
|
58
81
|
$kendo-thought-connector-color: $kendo-thought-connector-color,
|
|
59
82
|
$kendo-tool-call-indent: $kendo-tool-call-indent,
|
|
60
|
-
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y
|
|
83
|
+
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y,
|
|
84
|
+
$kendo-tool-call-pre-border-radius: $kendo-tool-call-pre-border-radius
|
|
61
85
|
);
|
|
@@ -4,12 +4,40 @@
|
|
|
4
4
|
|
|
5
5
|
/// The padding of the CitationPopover view.
|
|
6
6
|
/// @group citation
|
|
7
|
-
$kendo-citation-popover-view-padding: var( --kendo-citation-popover-view-padding, k-spacing(4) ) !default;
|
|
7
|
+
$kendo-citation-popover-view-padding: var( --kendo-citation-popover-view-padding, k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4) ) !default;
|
|
8
8
|
/// The text color of the CitationPopover page indicator.
|
|
9
9
|
/// @group citation
|
|
10
10
|
$kendo-citation-pages-color: var( --kendo-citation-pages-color, k-color(subtle) ) !default;
|
|
11
|
+
/// The font weight of the CitationPopoverView title.
|
|
12
|
+
/// @group citation
|
|
13
|
+
$kendo-citation-popover-view-title-font-weight: var( --kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium) ) !default;
|
|
14
|
+
/// The font size of the CitationPopoverView body text.
|
|
15
|
+
/// @group citation
|
|
16
|
+
$kendo-citation-popover-view-body-font-size: var( --kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm) ) !default;
|
|
17
|
+
/// The top margin of the CitationPopoverView body text.
|
|
18
|
+
/// @group citation
|
|
19
|
+
$kendo-citation-popover-view-body-margin-top: var( --kendo-citation-popover-view-body-margin-top, k-spacing(2) ) !default;
|
|
20
|
+
/// The text color of the CitationPopoverView body text.
|
|
21
|
+
/// @group citation
|
|
22
|
+
$kendo-citation-popover-view-body-color: var( --kendo-citation-popover-view-body-color, k-color(subtle) ) !default;
|
|
23
|
+
/// The font size of the CitationPopoverView source link.
|
|
24
|
+
/// @group citation
|
|
25
|
+
$kendo-citation-popover-view-source-font-size: var( --kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm) ) !default;
|
|
26
|
+
/// The top margin of the CitationPopoverView source link.
|
|
27
|
+
/// @group citation
|
|
28
|
+
$kendo-citation-popover-view-source-margin-top: var( --kendo-citation-popover-view-source-margin-top, 0 ) !default;
|
|
29
|
+
/// The gap between the icon and text of the CitationPopoverView source link.
|
|
30
|
+
/// @group citation
|
|
31
|
+
$kendo-citation-popover-view-source-gap: var( --kendo-citation-popover-view-source-gap, k-spacing(1) ) !default;
|
|
11
32
|
|
|
12
33
|
@forward "@progress/kendo-theme-core/scss/components/citation/_variables.scss" with (
|
|
13
34
|
$kendo-citation-popover-view-padding: $kendo-citation-popover-view-padding,
|
|
14
|
-
$kendo-citation-pages-color: $kendo-citation-pages-color
|
|
35
|
+
$kendo-citation-pages-color: $kendo-citation-pages-color,
|
|
36
|
+
$kendo-citation-popover-view-title-font-weight: $kendo-citation-popover-view-title-font-weight,
|
|
37
|
+
$kendo-citation-popover-view-body-font-size: $kendo-citation-popover-view-body-font-size,
|
|
38
|
+
$kendo-citation-popover-view-body-margin-top: $kendo-citation-popover-view-body-margin-top,
|
|
39
|
+
$kendo-citation-popover-view-body-color: $kendo-citation-popover-view-body-color,
|
|
40
|
+
$kendo-citation-popover-view-source-font-size: $kendo-citation-popover-view-source-font-size,
|
|
41
|
+
$kendo-citation-popover-view-source-margin-top: $kendo-citation-popover-view-source-margin-top,
|
|
42
|
+
$kendo-citation-popover-view-source-gap: $kendo-citation-popover-view-source-gap
|
|
15
43
|
);
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
|
|
51
51
|
// Sticky columns
|
|
52
52
|
.k-master-row {
|
|
53
|
-
.k-grid-content-sticky {
|
|
53
|
+
.k-grid-content-sticky:not(.k-group-cell) {
|
|
54
54
|
border-color: $kendo-grid-header-border;
|
|
55
55
|
border-inline-color: $kendo-grid-sticky-header-border;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.k-table-row.k-selected > .k-table-td.k-grid-content-sticky {
|
|
59
|
+
.k-table-row.k-selected > .k-table-td.k-grid-content-sticky:not(.k-group-cell) {
|
|
60
60
|
border-inline-color: $kendo-grid-sticky-border;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -26,51 +26,12 @@
|
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-flow: row nowrap;
|
|
28
28
|
align-items: flex-start;
|
|
29
|
-
padding-inline: $kendo-scheduler-event-padding-x calc( #{$kendo-scheduler-event-padding-x} / 2 );
|
|
30
|
-
padding-block: $kendo-scheduler-event-padding-y;
|
|
31
|
-
gap: 2px;
|
|
32
29
|
|
|
33
30
|
> div {
|
|
34
31
|
flex: 1 1 auto;
|
|
35
32
|
overflow: hidden;
|
|
36
33
|
}
|
|
37
34
|
|
|
38
|
-
// Actions
|
|
39
|
-
.k-event-actions {
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
align-items: center;
|
|
43
|
-
min-height: calc( #{$kendo-scheduler-line-height} * #{$kendo-scheduler-font-size} );
|
|
44
|
-
position: relative;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// Resize handles
|
|
48
|
-
.k-resize-n {
|
|
49
|
-
inset-block-start: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.k-resize-s {
|
|
53
|
-
inset-block-end: 0;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.k-resize-n::before,
|
|
57
|
-
.k-resize-s::before {
|
|
58
|
-
width: $kendo-scheduler-resize-handle-width;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.k-resize-w {
|
|
62
|
-
inset-inline-start: 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.k-resize-e {
|
|
66
|
-
inset-inline-end: 0;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.k-resize-w::before,
|
|
70
|
-
.k-resize-e::before {
|
|
71
|
-
height: $kendo-scheduler-resize-handle-width;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
35
|
// Hover
|
|
75
36
|
.k-event-top-actions,
|
|
76
37
|
.k-event-bottom-actions {
|
|
@@ -101,9 +62,6 @@
|
|
|
101
62
|
}
|
|
102
63
|
|
|
103
64
|
// More events indicator
|
|
104
|
-
.k-more-events {
|
|
105
|
-
height: $kendo-scheduler-more-btn-height;
|
|
106
|
-
}
|
|
107
65
|
|
|
108
66
|
// Resizing
|
|
109
67
|
.k-scheduler-marquee {
|
|
@@ -138,22 +96,6 @@
|
|
|
138
96
|
}
|
|
139
97
|
}
|
|
140
98
|
|
|
141
|
-
.k-scheduler-tooltip {
|
|
142
|
-
.k-tooltip-event {
|
|
143
|
-
.k-event-title {
|
|
144
|
-
white-space: nowrap;
|
|
145
|
-
overflow: hidden;
|
|
146
|
-
text-overflow: ellipsis;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.k-scheduler-edit-form {
|
|
152
|
-
.k-scheduler-datetime-picker {
|
|
153
|
-
gap: k-spacing(1);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
99
|
.k-safari {
|
|
158
100
|
.k-scheduler-yearview .k-calendar-view .k-month {
|
|
159
101
|
margin-inline: calc( #{$kendo-scheduler-yearview-calendar-gap} / 2);
|
|
@@ -56,13 +56,6 @@
|
|
|
56
56
|
border-color: $kendo-scheduler-marquee-color;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
// Edit dialog
|
|
60
|
-
.k-scheduler-edit-dialog {
|
|
61
|
-
.k-dialog-actions {
|
|
62
|
-
border-color: $kendo-scheduler-border;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
59
|
// Year view
|
|
67
60
|
.k-scheduler-yearview {
|
|
68
61
|
.k-day-indicator {
|
|
@@ -74,24 +67,6 @@
|
|
|
74
67
|
}
|
|
75
68
|
}
|
|
76
69
|
|
|
77
|
-
// Tooltip
|
|
78
|
-
.k-tooltip.k-scheduler-tooltip {
|
|
79
|
-
@include fill(
|
|
80
|
-
$kendo-scheduler-tooltip-text,
|
|
81
|
-
$kendo-scheduler-tooltip-bg,
|
|
82
|
-
$kendo-scheduler-tooltip-border
|
|
83
|
-
);
|
|
84
|
-
@include box-shadow( $kendo-scheduler-tooltip-shadow );
|
|
85
|
-
|
|
86
|
-
.k-callout {
|
|
87
|
-
@include fill( $color: $kendo-scheduler-tooltip-callout-color );
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.k-tooltip-title .k-day {
|
|
91
|
-
color: k-color(primary-emphasis);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
70
|
.k-scheduler-header {
|
|
96
71
|
background-color: $kendo-scheduler-toolbar-bg;
|
|
97
72
|
}
|