@progress/kendo-theme-classic 14.4.1-dev.0 → 14.4.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +1494 -846
- package/dist/meta/sassdoc-raw-data.json +629 -329
- package/dist/meta/variables.json +121 -69
- 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 +3 -3
- package/scss/agent-response/_variables.scss +5 -1
- package/scss/citation/_variables.scss +30 -2
- package/scss/scheduler/_variables.scss +101 -85
package/dist/meta/variables.json
CHANGED
|
@@ -14090,15 +14090,43 @@
|
|
|
14090
14090
|
},
|
|
14091
14091
|
"kendo-scheduler-event-min-height": {
|
|
14092
14092
|
"type": "Number",
|
|
14093
|
-
"value": "
|
|
14093
|
+
"value": "12px"
|
|
14094
14094
|
},
|
|
14095
14095
|
"kendo-scheduler-event-border-radius": {
|
|
14096
14096
|
"type": "String",
|
|
14097
14097
|
"value": "var(--kendo-border-radius-md)"
|
|
14098
14098
|
},
|
|
14099
|
-
"kendo-scheduler-event-
|
|
14100
|
-
"type": "
|
|
14101
|
-
"value": "
|
|
14099
|
+
"kendo-scheduler-event-title-font-size": {
|
|
14100
|
+
"type": "String",
|
|
14101
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14102
|
+
},
|
|
14103
|
+
"kendo-scheduler-event-title-line-height": {
|
|
14104
|
+
"type": "String",
|
|
14105
|
+
"value": "var(--kendo-line-height-sm)"
|
|
14106
|
+
},
|
|
14107
|
+
"kendo-scheduler-event-title-padding-top": {
|
|
14108
|
+
"type": "String",
|
|
14109
|
+
"value": "var(--kendo-spacing-1)"
|
|
14110
|
+
},
|
|
14111
|
+
"kendo-scheduler-event-title-padding-bottom": {
|
|
14112
|
+
"type": "String",
|
|
14113
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14114
|
+
},
|
|
14115
|
+
"kendo-scheduler-event-time-font-size": {
|
|
14116
|
+
"type": "String",
|
|
14117
|
+
"value": "var(--kendo-font-size-xs)"
|
|
14118
|
+
},
|
|
14119
|
+
"kendo-scheduler-event-time-line-height": {
|
|
14120
|
+
"type": "String",
|
|
14121
|
+
"value": "var(--kendo-line-height-sm)"
|
|
14122
|
+
},
|
|
14123
|
+
"kendo-scheduler-event-time-padding-top": {
|
|
14124
|
+
"type": "String",
|
|
14125
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14126
|
+
},
|
|
14127
|
+
"kendo-scheduler-event-time-padding-bottom": {
|
|
14128
|
+
"type": "String",
|
|
14129
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14102
14130
|
},
|
|
14103
14131
|
"kendo-scheduler-event-bg": {
|
|
14104
14132
|
"type": "String",
|
|
@@ -14120,6 +14148,18 @@
|
|
|
14120
14148
|
"type": "Null",
|
|
14121
14149
|
"value": "null"
|
|
14122
14150
|
},
|
|
14151
|
+
"kendo-scheduler-event-readonly-bg": {
|
|
14152
|
+
"type": "String",
|
|
14153
|
+
"value": "var(--kendo-color-primary-subtle)"
|
|
14154
|
+
},
|
|
14155
|
+
"kendo-scheduler-event-readonly-text": {
|
|
14156
|
+
"type": "String",
|
|
14157
|
+
"value": "var(--kendo-color-primary-on-subtle)"
|
|
14158
|
+
},
|
|
14159
|
+
"kendo-scheduler-event-readonly-border": {
|
|
14160
|
+
"type": "String",
|
|
14161
|
+
"value": "var(--kendo-color-primary-emphasis)"
|
|
14162
|
+
},
|
|
14123
14163
|
"kendo-scheduler-event-hover-bg": {
|
|
14124
14164
|
"type": "Null",
|
|
14125
14165
|
"value": "null"
|
|
@@ -14164,6 +14204,26 @@
|
|
|
14164
14204
|
"type": "List",
|
|
14165
14205
|
"value": "(inset 0px 0px 0px 1px #ff0000)"
|
|
14166
14206
|
},
|
|
14207
|
+
"kendo-scheduler-resizer-size": {
|
|
14208
|
+
"type": "Number",
|
|
14209
|
+
"value": "0.5em"
|
|
14210
|
+
},
|
|
14211
|
+
"kendo-scheduler-resize-handle-size": {
|
|
14212
|
+
"type": "Number",
|
|
14213
|
+
"value": "8px"
|
|
14214
|
+
},
|
|
14215
|
+
"kendo-scheduler-resize-handle-border-radius": {
|
|
14216
|
+
"type": "String",
|
|
14217
|
+
"value": "var(--kendo-border-radius-full)"
|
|
14218
|
+
},
|
|
14219
|
+
"kendo-scheduler-resize-handle-border-width": {
|
|
14220
|
+
"type": "Number",
|
|
14221
|
+
"value": "2px"
|
|
14222
|
+
},
|
|
14223
|
+
"kendo-scheduler-resize-handle-bg": {
|
|
14224
|
+
"type": "String",
|
|
14225
|
+
"value": "var(--kendo-color-primary)"
|
|
14226
|
+
},
|
|
14167
14227
|
"kendo-scheduler-cell-padding-x": {
|
|
14168
14228
|
"type": "String",
|
|
14169
14229
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -14236,78 +14296,42 @@
|
|
|
14236
14296
|
"type": "String",
|
|
14237
14297
|
"value": "var(--kendo-color-on-primary)"
|
|
14238
14298
|
},
|
|
14239
|
-
"kendo-scheduler-
|
|
14240
|
-
"type": "String",
|
|
14241
|
-
"value": "var(--kendo-spacing-2)"
|
|
14242
|
-
},
|
|
14243
|
-
"kendo-scheduler-tooltip-padding-y": {
|
|
14244
|
-
"type": "String",
|
|
14245
|
-
"value": "var(--kendo-spacing-2)"
|
|
14246
|
-
},
|
|
14247
|
-
"kendo-scheduler-tooltip-border-width": {
|
|
14248
|
-
"type": "Number",
|
|
14249
|
-
"value": "0"
|
|
14250
|
-
},
|
|
14251
|
-
"kendo-scheduler-tooltip-bg": {
|
|
14252
|
-
"type": "String",
|
|
14253
|
-
"value": "var(--kendo-color-on-primary)"
|
|
14254
|
-
},
|
|
14255
|
-
"kendo-scheduler-tooltip-text": {
|
|
14256
|
-
"type": "String",
|
|
14257
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
14258
|
-
},
|
|
14259
|
-
"kendo-scheduler-tooltip-border": {
|
|
14260
|
-
"type": "Null",
|
|
14261
|
-
"value": "null"
|
|
14262
|
-
},
|
|
14263
|
-
"kendo-scheduler-tooltip-shadow": {
|
|
14264
|
-
"type": "String",
|
|
14265
|
-
"value": "var(--kendo-elevation-2)"
|
|
14266
|
-
},
|
|
14267
|
-
"kendo-scheduler-tooltip-title-margin-y": {
|
|
14268
|
-
"type": "String",
|
|
14269
|
-
"value": "var(--kendo-spacing-1)"
|
|
14270
|
-
},
|
|
14271
|
-
"kendo-scheduler-tooltip-month-font-size": {
|
|
14299
|
+
"kendo-scheduler-popover-month-font-size": {
|
|
14272
14300
|
"type": "String",
|
|
14273
14301
|
"value": "var(--kendo-font-size-sm)"
|
|
14274
14302
|
},
|
|
14275
|
-
"kendo-scheduler-
|
|
14303
|
+
"kendo-scheduler-popover-day-font-size": {
|
|
14276
14304
|
"type": "Calculation",
|
|
14277
14305
|
"value": "calc(var(--kendo-font-size-sm) * 2)"
|
|
14278
14306
|
},
|
|
14279
|
-
"kendo-scheduler-
|
|
14307
|
+
"kendo-scheduler-popover-events-max-height": {
|
|
14280
14308
|
"type": "Number",
|
|
14281
14309
|
"value": "250px"
|
|
14282
14310
|
},
|
|
14283
|
-
"kendo-scheduler-
|
|
14311
|
+
"kendo-scheduler-popover-events-gap": {
|
|
14284
14312
|
"type": "String",
|
|
14285
|
-
"value": "var(--kendo-spacing-1)"
|
|
14313
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14314
|
+
},
|
|
14315
|
+
"kendo-scheduler-popover-event-min-height": {
|
|
14316
|
+
"type": "Number",
|
|
14317
|
+
"value": "25px"
|
|
14286
14318
|
},
|
|
14287
|
-
"kendo-scheduler-
|
|
14319
|
+
"kendo-scheduler-popover-event-padding-x": {
|
|
14288
14320
|
"type": "String",
|
|
14289
14321
|
"value": "var(--kendo-spacing-2)"
|
|
14290
14322
|
},
|
|
14291
|
-
"kendo-scheduler-
|
|
14292
|
-
"type": "
|
|
14293
|
-
"value": "
|
|
14323
|
+
"kendo-scheduler-popover-event-padding-y": {
|
|
14324
|
+
"type": "Null",
|
|
14325
|
+
"value": "null"
|
|
14294
14326
|
},
|
|
14295
|
-
"kendo-scheduler-
|
|
14327
|
+
"kendo-scheduler-popover-event-border-radius": {
|
|
14296
14328
|
"type": "String",
|
|
14297
14329
|
"value": "var(--kendo-border-radius-md)"
|
|
14298
14330
|
},
|
|
14299
|
-
"kendo-scheduler-
|
|
14331
|
+
"kendo-scheduler-popover-event-gap": {
|
|
14300
14332
|
"type": "String",
|
|
14301
14333
|
"value": "var(--kendo-spacing-1)"
|
|
14302
14334
|
},
|
|
14303
|
-
"kendo-scheduler-tooltip-callout-text": {
|
|
14304
|
-
"type": "String",
|
|
14305
|
-
"value": "var(--kendo-color-on-primary)"
|
|
14306
|
-
},
|
|
14307
|
-
"kendo-scheduler-appointments-padding": {
|
|
14308
|
-
"type": "String",
|
|
14309
|
-
"value": "var(--kendo-spacing-2)"
|
|
14310
|
-
},
|
|
14311
14335
|
"kendo-scheduler-event-template-padding-x": {
|
|
14312
14336
|
"type": "String",
|
|
14313
14337
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -14316,14 +14340,6 @@
|
|
|
14316
14340
|
"type": "String",
|
|
14317
14341
|
"value": "var(--kendo-spacing-1)"
|
|
14318
14342
|
},
|
|
14319
|
-
"kendo-scheduler-event-actions-inset-x": {
|
|
14320
|
-
"type": "String",
|
|
14321
|
-
"value": "var(--kendo-spacing-2)"
|
|
14322
|
-
},
|
|
14323
|
-
"kendo-scheduler-indicators-margin": {
|
|
14324
|
-
"type": "List",
|
|
14325
|
-
"value": "(var(--kendo-spacing-0\\.5) var(--kendo-spacing-1))"
|
|
14326
|
-
},
|
|
14327
14343
|
"kendo-scheduler-marquee-label-inset-x": {
|
|
14328
14344
|
"type": "String",
|
|
14329
14345
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -14356,10 +14372,6 @@
|
|
|
14356
14372
|
"type": "String",
|
|
14357
14373
|
"value": "var(--kendo-color-app-surface)"
|
|
14358
14374
|
},
|
|
14359
|
-
"kendo-scheduler-adaptive-menu-clear-text": {
|
|
14360
|
-
"type": "String",
|
|
14361
|
-
"value": "var(--kendo-color-primary-on-surface)"
|
|
14362
|
-
},
|
|
14363
14375
|
"kendo-scheduler-adaptive-border-width": {
|
|
14364
14376
|
"type": "Number",
|
|
14365
14377
|
"value": "1px"
|
|
@@ -14388,6 +14400,14 @@
|
|
|
14388
14400
|
"type": "String",
|
|
14389
14401
|
"value": "var(--kendo-color-on-app-surface)"
|
|
14390
14402
|
},
|
|
14403
|
+
"kendo-scheduler-datetime-section-margin-top": {
|
|
14404
|
+
"type": "String",
|
|
14405
|
+
"value": "var(--kendo-spacing-1)"
|
|
14406
|
+
},
|
|
14407
|
+
"kendo-scheduler-recurrence-fields-row-gap": {
|
|
14408
|
+
"type": "String",
|
|
14409
|
+
"value": "var(--kendo-spacing-2)"
|
|
14410
|
+
},
|
|
14391
14411
|
"kendo-file-box-padding-x": {
|
|
14392
14412
|
"type": "String",
|
|
14393
14413
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -14816,14 +14836,46 @@
|
|
|
14816
14836
|
"type": "String",
|
|
14817
14837
|
"value": "var(--kendo-spacing-2)"
|
|
14818
14838
|
},
|
|
14819
|
-
"kendo-
|
|
14839
|
+
"kendo-tool-call-pre-border-radius": {
|
|
14820
14840
|
"type": "String",
|
|
14821
|
-
"value": "var(--kendo-
|
|
14841
|
+
"value": "var(--kendo-border-radius-lg)"
|
|
14842
|
+
},
|
|
14843
|
+
"kendo-citation-popover-view-padding": {
|
|
14844
|
+
"type": "List",
|
|
14845
|
+
"value": "(var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))"
|
|
14822
14846
|
},
|
|
14823
14847
|
"kendo-citation-pages-color": {
|
|
14824
14848
|
"type": "String",
|
|
14825
14849
|
"value": "var(--kendo-color-subtle)"
|
|
14826
14850
|
},
|
|
14851
|
+
"kendo-citation-popover-view-title-font-weight": {
|
|
14852
|
+
"type": "String",
|
|
14853
|
+
"value": "var(--kendo-font-weight-medium)"
|
|
14854
|
+
},
|
|
14855
|
+
"kendo-citation-popover-view-body-font-size": {
|
|
14856
|
+
"type": "String",
|
|
14857
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14858
|
+
},
|
|
14859
|
+
"kendo-citation-popover-view-body-margin-top": {
|
|
14860
|
+
"type": "String",
|
|
14861
|
+
"value": "var(--kendo-spacing-2)"
|
|
14862
|
+
},
|
|
14863
|
+
"kendo-citation-popover-view-body-color": {
|
|
14864
|
+
"type": "String",
|
|
14865
|
+
"value": "var(--kendo-color-subtle)"
|
|
14866
|
+
},
|
|
14867
|
+
"kendo-citation-popover-view-source-font-size": {
|
|
14868
|
+
"type": "String",
|
|
14869
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14870
|
+
},
|
|
14871
|
+
"kendo-citation-popover-view-source-margin-top": {
|
|
14872
|
+
"type": "Number",
|
|
14873
|
+
"value": "0"
|
|
14874
|
+
},
|
|
14875
|
+
"kendo-citation-popover-view-source-gap": {
|
|
14876
|
+
"type": "String",
|
|
14877
|
+
"value": "var(--kendo-spacing-1)"
|
|
14878
|
+
},
|
|
14827
14879
|
"kendo-checkpoint-line-color": {
|
|
14828
14880
|
"type": "String",
|
|
14829
14881
|
"value": "var(--kendo-color-border)"
|
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": "14.4.1-dev.
|
|
4
|
+
"version": "14.4.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.11.0",
|
|
56
|
-
"@progress/kendo-theme-core": "14.4.1-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.4.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "14.4.1-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.4.1-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
@@ -43,6 +43,9 @@ $kendo-tool-call-indent: k-spacing(5) !default;
|
|
|
43
43
|
/// The bottom padding of the ToolCall body.
|
|
44
44
|
/// @group agent-response
|
|
45
45
|
$kendo-tool-call-padding-y: k-spacing(2) !default;
|
|
46
|
+
/// The border radius of the pre element in the ToolCall body.
|
|
47
|
+
/// @group agent-response
|
|
48
|
+
$kendo-tool-call-pre-border-radius: k-border-radius(lg) !default;
|
|
46
49
|
|
|
47
50
|
@forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
|
|
48
51
|
$kendo-agent-step-gap: $kendo-agent-step-gap,
|
|
@@ -57,5 +60,6 @@ $kendo-tool-call-padding-y: k-spacing(2) !default;
|
|
|
57
60
|
$kendo-thought-spacing: $kendo-thought-spacing,
|
|
58
61
|
$kendo-thought-connector-color: $kendo-thought-connector-color,
|
|
59
62
|
$kendo-tool-call-indent: $kendo-tool-call-indent,
|
|
60
|
-
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y
|
|
63
|
+
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y,
|
|
64
|
+
$kendo-tool-call-pre-border-radius: $kendo-tool-call-pre-border-radius
|
|
61
65
|
);
|
|
@@ -4,12 +4,40 @@
|
|
|
4
4
|
|
|
5
5
|
/// The padding of the CitationPopover view.
|
|
6
6
|
/// @group citation
|
|
7
|
-
$kendo-citation-popover-view-padding: k-spacing(4) !default;
|
|
7
|
+
$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: 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-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-font-size-sm) !default;
|
|
17
|
+
/// The top margin of the CitationPopoverView body text.
|
|
18
|
+
/// @group citation
|
|
19
|
+
$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: 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-font-size-sm) !default;
|
|
26
|
+
/// The top margin of the CitationPopoverView source link.
|
|
27
|
+
/// @group citation
|
|
28
|
+
$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: 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
|
);
|