@progress/kendo-theme-classic 14.4.0-dev.2 → 14.4.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/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 +5120 -3752
- package/dist/meta/sassdoc-raw-data.json +2491 -1866
- package/dist/meta/variables.json +189 -22
- 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 +4 -4
- package/scss/agent-response/_index.scss +16 -0
- package/scss/agent-response/_layout.scss +5 -0
- package/scss/agent-response/_theme.scss +5 -0
- package/scss/agent-response/_variables.scss +61 -0
- package/scss/checkpoint/_index.scss +16 -0
- package/scss/checkpoint/_layout.scss +6 -0
- package/scss/checkpoint/_theme.scss +6 -0
- package/scss/checkpoint/_variables.scss +33 -0
- package/scss/citation/_index.scss +16 -0
- package/scss/citation/_layout.scss +6 -0
- package/scss/citation/_theme.scss +6 -0
- package/scss/citation/_variables.scss +15 -0
- package/scss/filemanager/_variables.scss +5 -0
- package/scss/grid/_variables.scss +5 -0
- package/scss/icons/_variables.scss +0 -28
- package/scss/index.scss +9 -0
- package/scss/menu/_variables.scss +5 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/scheduler/_variables.scss +5 -0
- package/scss/stepper/_variables.scss +5 -0
- package/scss/tabstrip/_variables.scss +5 -0
- package/scss/toolbar/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +5 -0
package/dist/meta/variables.json
CHANGED
|
@@ -1530,41 +1530,80 @@
|
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
1532
|
},
|
|
1533
|
-
"
|
|
1533
|
+
"ki-icon-default-size": {
|
|
1534
1534
|
"type": "String",
|
|
1535
1535
|
"value": "\"md\""
|
|
1536
1536
|
},
|
|
1537
|
-
"
|
|
1537
|
+
"ki-icon-size": {
|
|
1538
1538
|
"type": "Number",
|
|
1539
1539
|
"value": "16px"
|
|
1540
1540
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"type": "
|
|
1543
|
-
"value": "calc(16px * 0.75)"
|
|
1541
|
+
"ki-icon-size-xs": {
|
|
1542
|
+
"type": "String",
|
|
1543
|
+
"value": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))"
|
|
1544
1544
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"type": "
|
|
1547
|
-
"value": "calc(16px * 0.875)"
|
|
1545
|
+
"ki-icon-size-sm": {
|
|
1546
|
+
"type": "String",
|
|
1547
|
+
"value": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))"
|
|
1548
|
+
},
|
|
1549
|
+
"ki-icon-size-md": {
|
|
1550
|
+
"type": "String",
|
|
1551
|
+
"value": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))"
|
|
1548
1552
|
},
|
|
1549
|
-
"
|
|
1553
|
+
"ki-icon-size-lg": {
|
|
1554
|
+
"type": "String",
|
|
1555
|
+
"value": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))"
|
|
1556
|
+
},
|
|
1557
|
+
"ki-icon-size-xl": {
|
|
1558
|
+
"type": "String",
|
|
1559
|
+
"value": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))"
|
|
1560
|
+
},
|
|
1561
|
+
"ki-icon-size-xxl": {
|
|
1562
|
+
"type": "String",
|
|
1563
|
+
"value": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))"
|
|
1564
|
+
},
|
|
1565
|
+
"ki-icon-size-xxxl": {
|
|
1566
|
+
"type": "String",
|
|
1567
|
+
"value": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
|
|
1568
|
+
},
|
|
1569
|
+
"ki-icon-stroke-width": {
|
|
1550
1570
|
"type": "Number",
|
|
1551
|
-
"value": "
|
|
1571
|
+
"value": "1.5"
|
|
1552
1572
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"type": "
|
|
1555
|
-
"value": "calc(16px * 1.25)"
|
|
1573
|
+
"ki-icon-sizes": {
|
|
1574
|
+
"type": "Map",
|
|
1575
|
+
"value": "(xs: var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75)), sm: var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875)), md: var(--kendo-icon-size-md, var(--kendo-icon-size, 16px)), lg: var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25)), xl: var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5)), xxl: var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2)), xxxl: var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3)))",
|
|
1576
|
+
"prettyValue": {
|
|
1577
|
+
"xs": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))",
|
|
1578
|
+
"sm": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))",
|
|
1579
|
+
"md": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))",
|
|
1580
|
+
"lg": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))",
|
|
1581
|
+
"xl": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))",
|
|
1582
|
+
"xxl": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))",
|
|
1583
|
+
"xxxl": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
|
|
1584
|
+
}
|
|
1556
1585
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"type": "
|
|
1559
|
-
"value": "
|
|
1586
|
+
"ki-rotate-map": {
|
|
1587
|
+
"type": "Map",
|
|
1588
|
+
"value": "(0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg)",
|
|
1589
|
+
"prettyValue": {
|
|
1590
|
+
"0": "0deg",
|
|
1591
|
+
"45": "45deg",
|
|
1592
|
+
"90": "90deg",
|
|
1593
|
+
"135": "135deg",
|
|
1594
|
+
"180": "180deg",
|
|
1595
|
+
"225": "225deg",
|
|
1596
|
+
"270": "270deg",
|
|
1597
|
+
"315": "315deg"
|
|
1598
|
+
}
|
|
1560
1599
|
},
|
|
1561
|
-
"kendo-icon-size
|
|
1562
|
-
"type": "
|
|
1563
|
-
"value": "
|
|
1600
|
+
"kendo-icon-default-size": {
|
|
1601
|
+
"type": "String",
|
|
1602
|
+
"value": "\"md\""
|
|
1564
1603
|
},
|
|
1565
|
-
"kendo-icon-size
|
|
1566
|
-
"type": "
|
|
1567
|
-
"value": "
|
|
1604
|
+
"kendo-icon-size": {
|
|
1605
|
+
"type": "Number",
|
|
1606
|
+
"value": "16px"
|
|
1568
1607
|
},
|
|
1569
1608
|
"kendo-icon-spacing": {
|
|
1570
1609
|
"type": "String",
|
|
@@ -3125,6 +3164,10 @@
|
|
|
3125
3164
|
"type": "String",
|
|
3126
3165
|
"value": "var(--kendo-spacing-2)"
|
|
3127
3166
|
},
|
|
3167
|
+
"kendo-tooltip-icon-spacing": {
|
|
3168
|
+
"type": "String",
|
|
3169
|
+
"value": "var(--kendo-spacing-1)"
|
|
3170
|
+
},
|
|
3128
3171
|
"kendo-tooltip-border-width": {
|
|
3129
3172
|
"type": "Number",
|
|
3130
3173
|
"value": "0px"
|
|
@@ -5541,6 +5584,10 @@
|
|
|
5541
5584
|
"type": "Null",
|
|
5542
5585
|
"value": "null"
|
|
5543
5586
|
},
|
|
5587
|
+
"kendo-menu-expand-arrow-spacing": {
|
|
5588
|
+
"type": "String",
|
|
5589
|
+
"value": "var(--kendo-spacing-1)"
|
|
5590
|
+
},
|
|
5544
5591
|
"kendo-menu-separator-margin-inline": {
|
|
5545
5592
|
"type": "String",
|
|
5546
5593
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -5838,6 +5885,10 @@
|
|
|
5838
5885
|
"type": "String",
|
|
5839
5886
|
"value": "var(--kendo-spacing-2\\.5)"
|
|
5840
5887
|
},
|
|
5888
|
+
"kendo-toolbar-item-icon-spacing": {
|
|
5889
|
+
"type": "String",
|
|
5890
|
+
"value": "var(--kendo-spacing-1)"
|
|
5891
|
+
},
|
|
5841
5892
|
"kendo-toolbar-separator-height": {
|
|
5842
5893
|
"type": "Calculation",
|
|
5843
5894
|
"value": "calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2)"
|
|
@@ -7489,6 +7540,10 @@
|
|
|
7489
7540
|
"type": "String",
|
|
7490
7541
|
"value": "var(--kendo-spacing-0\\.5)"
|
|
7491
7542
|
},
|
|
7543
|
+
"kendo-treeview-item-icon-spacing": {
|
|
7544
|
+
"type": "String",
|
|
7545
|
+
"value": "var(--kendo-spacing-1)"
|
|
7546
|
+
},
|
|
7492
7547
|
"kendo-treeview-border-radius": {
|
|
7493
7548
|
"type": "String",
|
|
7494
7549
|
"value": "var(--kendo-border-radius-sm)"
|
|
@@ -10205,6 +10260,10 @@
|
|
|
10205
10260
|
"type": "String",
|
|
10206
10261
|
"value": "var(--kendo-border-radius-xxxl)"
|
|
10207
10262
|
},
|
|
10263
|
+
"kendo-stepper-label-icon-spacing": {
|
|
10264
|
+
"type": "String",
|
|
10265
|
+
"value": "var(--kendo-spacing-1)"
|
|
10266
|
+
},
|
|
10208
10267
|
"kendo-stepper-border-width": {
|
|
10209
10268
|
"type": "Number",
|
|
10210
10269
|
"value": "0px"
|
|
@@ -10545,6 +10604,10 @@
|
|
|
10545
10604
|
"type": "String",
|
|
10546
10605
|
"value": "var(--kendo-spacing-0)"
|
|
10547
10606
|
},
|
|
10607
|
+
"kendo-tabstrip-item-icon-spacing": {
|
|
10608
|
+
"type": "String",
|
|
10609
|
+
"value": "var(--kendo-spacing-1)"
|
|
10610
|
+
},
|
|
10548
10611
|
"kendo-tabstrip-item-spacing-x": {
|
|
10549
10612
|
"type": "String",
|
|
10550
10613
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -10949,6 +11012,10 @@
|
|
|
10949
11012
|
"type": "String",
|
|
10950
11013
|
"value": "var(--kendo-spacing-1)"
|
|
10951
11014
|
},
|
|
11015
|
+
"kendo-panelbar-item-icon-spacing": {
|
|
11016
|
+
"type": "String",
|
|
11017
|
+
"value": "var(--kendo-spacing-1)"
|
|
11018
|
+
},
|
|
10952
11019
|
"kendo-panelbar-item-level-count": {
|
|
10953
11020
|
"type": "Number",
|
|
10954
11021
|
"value": "4"
|
|
@@ -11761,6 +11828,10 @@
|
|
|
11761
11828
|
"type": "String",
|
|
11762
11829
|
"value": "var(--kendo-spacing-1)"
|
|
11763
11830
|
},
|
|
11831
|
+
"kendo-grid-column-menu-icon-spacing": {
|
|
11832
|
+
"type": "String",
|
|
11833
|
+
"value": "var(--kendo-spacing-1)"
|
|
11834
|
+
},
|
|
11764
11835
|
"kendo-grid-toolbar-border-width": {
|
|
11765
11836
|
"type": "Number",
|
|
11766
11837
|
"value": "1px"
|
|
@@ -13101,6 +13172,10 @@
|
|
|
13101
13172
|
"type": "String",
|
|
13102
13173
|
"value": "var(--kendo-spacing-1)"
|
|
13103
13174
|
},
|
|
13175
|
+
"kendo-file-manager-icon-spacing": {
|
|
13176
|
+
"type": "String",
|
|
13177
|
+
"value": "var(--kendo-spacing-1)"
|
|
13178
|
+
},
|
|
13104
13179
|
"kendo-file-manager-preview-bg": {
|
|
13105
13180
|
"type": "Null",
|
|
13106
13181
|
"value": "null"
|
|
@@ -14257,6 +14332,10 @@
|
|
|
14257
14332
|
"type": "String",
|
|
14258
14333
|
"value": "var(--kendo-spacing-0\\.5)"
|
|
14259
14334
|
},
|
|
14335
|
+
"kendo-scheduler-nav-item-icon-spacing": {
|
|
14336
|
+
"type": "String",
|
|
14337
|
+
"value": "var(--kendo-spacing-1)"
|
|
14338
|
+
},
|
|
14260
14339
|
"kendo-scheduler-header-bg": {
|
|
14261
14340
|
"type": "String",
|
|
14262
14341
|
"value": "var(--kendo-color-surface)"
|
|
@@ -14685,6 +14764,94 @@
|
|
|
14685
14764
|
"type": "String",
|
|
14686
14765
|
"value": "var(--kendo-color-primary-emphasis)"
|
|
14687
14766
|
},
|
|
14767
|
+
"kendo-agent-step-gap": {
|
|
14768
|
+
"type": "String",
|
|
14769
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14770
|
+
},
|
|
14771
|
+
"kendo-agent-step-padding-y": {
|
|
14772
|
+
"type": "String",
|
|
14773
|
+
"value": "var(--kendo-spacing-2)"
|
|
14774
|
+
},
|
|
14775
|
+
"kendo-agent-step-icon-margin-top": {
|
|
14776
|
+
"type": "String",
|
|
14777
|
+
"value": "var(--kendo-spacing-0\\.5)"
|
|
14778
|
+
},
|
|
14779
|
+
"kendo-agent-step-added-color": {
|
|
14780
|
+
"type": "String",
|
|
14781
|
+
"value": "var(--kendo-color-success-on-surface)"
|
|
14782
|
+
},
|
|
14783
|
+
"kendo-agent-step-removed-color": {
|
|
14784
|
+
"type": "String",
|
|
14785
|
+
"value": "var(--kendo-color-error-on-surface)"
|
|
14786
|
+
},
|
|
14787
|
+
"kendo-agent-step-font-size": {
|
|
14788
|
+
"type": "String",
|
|
14789
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14790
|
+
},
|
|
14791
|
+
"kendo-agent-step-body-font-size": {
|
|
14792
|
+
"type": "String",
|
|
14793
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14794
|
+
},
|
|
14795
|
+
"kendo-thought-gap": {
|
|
14796
|
+
"type": "String",
|
|
14797
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14798
|
+
},
|
|
14799
|
+
"kendo-thought-icon-col-gap": {
|
|
14800
|
+
"type": "String",
|
|
14801
|
+
"value": "var(--kendo-spacing-2)"
|
|
14802
|
+
},
|
|
14803
|
+
"kendo-thought-spacing": {
|
|
14804
|
+
"type": "String",
|
|
14805
|
+
"value": "var(--kendo-spacing-4)"
|
|
14806
|
+
},
|
|
14807
|
+
"kendo-thought-connector-color": {
|
|
14808
|
+
"type": "String",
|
|
14809
|
+
"value": "var(--kendo-color-border)"
|
|
14810
|
+
},
|
|
14811
|
+
"kendo-tool-call-indent": {
|
|
14812
|
+
"type": "String",
|
|
14813
|
+
"value": "var(--kendo-spacing-5)"
|
|
14814
|
+
},
|
|
14815
|
+
"kendo-tool-call-padding-y": {
|
|
14816
|
+
"type": "String",
|
|
14817
|
+
"value": "var(--kendo-spacing-2)"
|
|
14818
|
+
},
|
|
14819
|
+
"kendo-citation-popover-view-padding": {
|
|
14820
|
+
"type": "String",
|
|
14821
|
+
"value": "var(--kendo-spacing-4)"
|
|
14822
|
+
},
|
|
14823
|
+
"kendo-citation-pages-color": {
|
|
14824
|
+
"type": "String",
|
|
14825
|
+
"value": "var(--kendo-color-subtle)"
|
|
14826
|
+
},
|
|
14827
|
+
"kendo-checkpoint-line-color": {
|
|
14828
|
+
"type": "String",
|
|
14829
|
+
"value": "var(--kendo-color-border)"
|
|
14830
|
+
},
|
|
14831
|
+
"kendo-checkpoint-gap": {
|
|
14832
|
+
"type": "String",
|
|
14833
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14834
|
+
},
|
|
14835
|
+
"kendo-checkpoint-line-width": {
|
|
14836
|
+
"type": "Number",
|
|
14837
|
+
"value": "1px"
|
|
14838
|
+
},
|
|
14839
|
+
"kendo-checkpoint-stamp-font-size": {
|
|
14840
|
+
"type": "String",
|
|
14841
|
+
"value": "var(--kendo-font-size-md)"
|
|
14842
|
+
},
|
|
14843
|
+
"kendo-checkpoint-stamp-color": {
|
|
14844
|
+
"type": "String",
|
|
14845
|
+
"value": "var(--kendo-color-subtle)"
|
|
14846
|
+
},
|
|
14847
|
+
"kendo-checkpoint-stamp-font-weight": {
|
|
14848
|
+
"type": "Null",
|
|
14849
|
+
"value": "null"
|
|
14850
|
+
},
|
|
14851
|
+
"kendo-checkpoint-stamp-padding-x": {
|
|
14852
|
+
"type": "String",
|
|
14853
|
+
"value": "var(--kendo-spacing-1)"
|
|
14854
|
+
},
|
|
14688
14855
|
"kendo-media-player-border-width": {
|
|
14689
14856
|
"type": "Number",
|
|
14690
14857
|
"value": "1px"
|
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.0-dev.
|
|
4
|
+
"version": "14.4.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "^4.
|
|
56
|
-
"@progress/kendo-theme-core": "14.4.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.4.0-dev.
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.11.0",
|
|
56
|
+
"@progress/kendo-theme-core": "14.4.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.4.0-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-agent-response--styles() {
|
|
11
|
+
@include import-once( "agent-response" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-agent-response--layout();
|
|
14
|
+
@include kendo-agent-response--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Agent Response
|
|
4
|
+
|
|
5
|
+
/// The gap between the icon and the content of the AgentStep head and content row.
|
|
6
|
+
/// @group agent-response
|
|
7
|
+
$kendo-agent-step-gap: k-spacing(1.5) !default;
|
|
8
|
+
/// The vertical padding of the AgentStep head.
|
|
9
|
+
/// @group agent-response
|
|
10
|
+
$kendo-agent-step-padding-y: k-spacing(2) !default;
|
|
11
|
+
/// The top margin of the AgentStep icon.
|
|
12
|
+
/// @group agent-response
|
|
13
|
+
$kendo-agent-step-icon-margin-top: k-spacing(0.5) !default;
|
|
14
|
+
/// The text color of the added lines count in the AgentStep diffstat.
|
|
15
|
+
/// @group agent-response
|
|
16
|
+
$kendo-agent-step-added-color: k-color(success-on-surface) !default;
|
|
17
|
+
/// The text color of the removed lines count in the AgentStep diffstat.
|
|
18
|
+
/// @group agent-response
|
|
19
|
+
$kendo-agent-step-removed-color: k-color(error-on-surface) !default;
|
|
20
|
+
/// The font size of the AgentStep label, secondary text, and diffstat.
|
|
21
|
+
/// @group agent-response
|
|
22
|
+
$kendo-agent-step-font-size: var(--kendo-font-size-sm) !default;
|
|
23
|
+
/// The font size of the AgentStep body content.
|
|
24
|
+
/// @group agent-response
|
|
25
|
+
$kendo-agent-step-body-font-size: var(--kendo-font-size-sm) !default;
|
|
26
|
+
|
|
27
|
+
/// The gap between the icon column and the content of the Thought.
|
|
28
|
+
/// @group agent-response
|
|
29
|
+
$kendo-thought-gap: k-spacing(1.5) !default;
|
|
30
|
+
/// The gap in the icon column of the Thought.
|
|
31
|
+
/// @group agent-response
|
|
32
|
+
$kendo-thought-icon-col-gap: k-spacing(2) !default;
|
|
33
|
+
/// The spacing between stacked Thought items.
|
|
34
|
+
/// @group agent-response
|
|
35
|
+
$kendo-thought-spacing: k-spacing(4) !default;
|
|
36
|
+
/// The color of the connector line between stacked Thought items.
|
|
37
|
+
/// @group agent-response
|
|
38
|
+
$kendo-thought-connector-color: k-color(border) !default;
|
|
39
|
+
|
|
40
|
+
/// The start indent of the ToolCall body.
|
|
41
|
+
/// @group agent-response
|
|
42
|
+
$kendo-tool-call-indent: k-spacing(5) !default;
|
|
43
|
+
/// The bottom padding of the ToolCall body.
|
|
44
|
+
/// @group agent-response
|
|
45
|
+
$kendo-tool-call-padding-y: k-spacing(2) !default;
|
|
46
|
+
|
|
47
|
+
@forward "@progress/kendo-theme-core/scss/components/agent-response/_variables.scss" with (
|
|
48
|
+
$kendo-agent-step-gap: $kendo-agent-step-gap,
|
|
49
|
+
$kendo-agent-step-padding-y: $kendo-agent-step-padding-y,
|
|
50
|
+
$kendo-agent-step-icon-margin-top: $kendo-agent-step-icon-margin-top,
|
|
51
|
+
$kendo-agent-step-added-color: $kendo-agent-step-added-color,
|
|
52
|
+
$kendo-agent-step-removed-color: $kendo-agent-step-removed-color,
|
|
53
|
+
$kendo-agent-step-font-size: $kendo-agent-step-font-size,
|
|
54
|
+
$kendo-agent-step-body-font-size: $kendo-agent-step-body-font-size,
|
|
55
|
+
$kendo-thought-gap: $kendo-thought-gap,
|
|
56
|
+
$kendo-thought-icon-col-gap: $kendo-thought-icon-col-gap,
|
|
57
|
+
$kendo-thought-spacing: $kendo-thought-spacing,
|
|
58
|
+
$kendo-thought-connector-color: $kendo-thought-connector-color,
|
|
59
|
+
$kendo-tool-call-indent: $kendo-tool-call-indent,
|
|
60
|
+
$kendo-tool-call-padding-y: $kendo-tool-call-padding-y
|
|
61
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-checkpoint--styles() {
|
|
11
|
+
@include import-once( "checkpoint" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-checkpoint--layout();
|
|
14
|
+
@include kendo-checkpoint--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
/// The color of the Checkpoint separator line.
|
|
4
|
+
/// @group checkpoint
|
|
5
|
+
$kendo-checkpoint-line-color: k-color(border) !default;
|
|
6
|
+
/// The gap between the Checkpoint line and stamp.
|
|
7
|
+
/// @group checkpoint
|
|
8
|
+
$kendo-checkpoint-gap: k-spacing(1.5) !default;
|
|
9
|
+
/// The width of the Checkpoint separator line.
|
|
10
|
+
/// @group checkpoint
|
|
11
|
+
$kendo-checkpoint-line-width: 1px !default;
|
|
12
|
+
/// The font size of the Checkpoint stamp text.
|
|
13
|
+
/// @group checkpoint
|
|
14
|
+
$kendo-checkpoint-stamp-font-size: var(--kendo-font-size-md) !default;
|
|
15
|
+
/// The text color of the Checkpoint stamp.
|
|
16
|
+
/// @group checkpoint
|
|
17
|
+
$kendo-checkpoint-stamp-color: k-color(subtle) !default;
|
|
18
|
+
/// The font weight of the Checkpoint stamp text.
|
|
19
|
+
/// @group checkpoint
|
|
20
|
+
$kendo-checkpoint-stamp-font-weight: null !default;
|
|
21
|
+
/// The horizontal padding of the Checkpoint stamp.
|
|
22
|
+
/// @group checkpoint
|
|
23
|
+
$kendo-checkpoint-stamp-padding-x: k-spacing(1) !default;
|
|
24
|
+
|
|
25
|
+
@forward "@progress/kendo-theme-core/scss/components/checkpoint/_variables.scss" with (
|
|
26
|
+
$kendo-checkpoint-line-color: $kendo-checkpoint-line-color,
|
|
27
|
+
$kendo-checkpoint-gap: $kendo-checkpoint-gap,
|
|
28
|
+
$kendo-checkpoint-line-width: $kendo-checkpoint-line-width,
|
|
29
|
+
$kendo-checkpoint-stamp-font-size: $kendo-checkpoint-stamp-font-size,
|
|
30
|
+
$kendo-checkpoint-stamp-color: $kendo-checkpoint-stamp-color,
|
|
31
|
+
$kendo-checkpoint-stamp-font-weight: $kendo-checkpoint-stamp-font-weight,
|
|
32
|
+
$kendo-checkpoint-stamp-padding-x: $kendo-checkpoint-stamp-padding-x
|
|
33
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-citation--styles() {
|
|
11
|
+
@include import-once( "citation" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-citation--layout();
|
|
14
|
+
@include kendo-citation--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|