@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +5120 -3752
- package/dist/meta/sassdoc-raw-data.json +2494 -1869
- package/dist/meta/variables.json +189 -22
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.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 -29
- 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": "1rem"
|
|
1540
1540
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"type": "
|
|
1543
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 0.75)"
|
|
1541
|
+
"ki-icon-size-xs": {
|
|
1542
|
+
"type": "String",
|
|
1543
|
+
"value": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75))"
|
|
1544
1544
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"type": "
|
|
1547
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 0.875)"
|
|
1545
|
+
"ki-icon-size-sm": {
|
|
1546
|
+
"type": "String",
|
|
1547
|
+
"value": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875))"
|
|
1548
1548
|
},
|
|
1549
|
-
"
|
|
1549
|
+
"ki-icon-size-md": {
|
|
1550
1550
|
"type": "String",
|
|
1551
|
-
"value": "var(--kendo-icon-size, 1rem)"
|
|
1551
|
+
"value": "var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem))"
|
|
1552
1552
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"type": "
|
|
1555
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 1.25)"
|
|
1553
|
+
"ki-icon-size-lg": {
|
|
1554
|
+
"type": "String",
|
|
1555
|
+
"value": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25))"
|
|
1556
1556
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"type": "
|
|
1559
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 1.5)"
|
|
1557
|
+
"ki-icon-size-xl": {
|
|
1558
|
+
"type": "String",
|
|
1559
|
+
"value": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5))"
|
|
1560
1560
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"type": "
|
|
1563
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 2)"
|
|
1561
|
+
"ki-icon-size-xxl": {
|
|
1562
|
+
"type": "String",
|
|
1563
|
+
"value": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2))"
|
|
1564
1564
|
},
|
|
1565
|
-
"
|
|
1566
|
-
"type": "
|
|
1567
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 3)"
|
|
1565
|
+
"ki-icon-size-xxxl": {
|
|
1566
|
+
"type": "String",
|
|
1567
|
+
"value": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3))"
|
|
1568
|
+
},
|
|
1569
|
+
"ki-icon-stroke-width": {
|
|
1570
|
+
"type": "Number",
|
|
1571
|
+
"value": "1.5"
|
|
1572
|
+
},
|
|
1573
|
+
"ki-icon-sizes": {
|
|
1574
|
+
"type": "Map",
|
|
1575
|
+
"value": "(xs: var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75)), sm: var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875)), md: var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem)), lg: var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25)), xl: var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5)), xxl: var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2)), xxxl: var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3)))",
|
|
1576
|
+
"prettyValue": {
|
|
1577
|
+
"xs": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75))",
|
|
1578
|
+
"sm": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875))",
|
|
1579
|
+
"md": "var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem))",
|
|
1580
|
+
"lg": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25))",
|
|
1581
|
+
"xl": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5))",
|
|
1582
|
+
"xxl": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2))",
|
|
1583
|
+
"xxxl": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3))"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
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
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"kendo-icon-default-size": {
|
|
1601
|
+
"type": "String",
|
|
1602
|
+
"value": "\"md\""
|
|
1603
|
+
},
|
|
1604
|
+
"kendo-icon-size": {
|
|
1605
|
+
"type": "Number",
|
|
1606
|
+
"value": "1rem"
|
|
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-2)"
|
|
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-2)"
|
|
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-2)"
|
|
5891
|
+
},
|
|
5841
5892
|
"kendo-toolbar-separator-height": {
|
|
5842
5893
|
"type": "Calculation",
|
|
5843
5894
|
"value": "calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1\\.5) * 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-2)"
|
|
7546
|
+
},
|
|
7492
7547
|
"kendo-treeview-border-radius": {
|
|
7493
7548
|
"type": "Null",
|
|
7494
7549
|
"value": "null"
|
|
@@ -10213,6 +10268,10 @@
|
|
|
10213
10268
|
"type": "String",
|
|
10214
10269
|
"value": "var(--kendo-border-radius-xxl)"
|
|
10215
10270
|
},
|
|
10271
|
+
"kendo-stepper-label-icon-spacing": {
|
|
10272
|
+
"type": "String",
|
|
10273
|
+
"value": "var(--kendo-spacing-2)"
|
|
10274
|
+
},
|
|
10216
10275
|
"kendo-stepper-border-width": {
|
|
10217
10276
|
"type": "Number",
|
|
10218
10277
|
"value": "0px"
|
|
@@ -10553,6 +10612,10 @@
|
|
|
10553
10612
|
"type": "String",
|
|
10554
10613
|
"value": "var(--kendo-spacing-0)"
|
|
10555
10614
|
},
|
|
10615
|
+
"kendo-tabstrip-item-icon-spacing": {
|
|
10616
|
+
"type": "String",
|
|
10617
|
+
"value": "var(--kendo-spacing-2)"
|
|
10618
|
+
},
|
|
10556
10619
|
"kendo-tabstrip-item-spacing-x": {
|
|
10557
10620
|
"type": "String",
|
|
10558
10621
|
"value": "var(--kendo-spacing-1\\.5)"
|
|
@@ -10957,6 +11020,10 @@
|
|
|
10957
11020
|
"type": "String",
|
|
10958
11021
|
"value": "var(--kendo-spacing-3)"
|
|
10959
11022
|
},
|
|
11023
|
+
"kendo-panelbar-item-icon-spacing": {
|
|
11024
|
+
"type": "String",
|
|
11025
|
+
"value": "var(--kendo-spacing-2)"
|
|
11026
|
+
},
|
|
10960
11027
|
"kendo-panelbar-item-level-count": {
|
|
10961
11028
|
"type": "Number",
|
|
10962
11029
|
"value": "4"
|
|
@@ -11769,6 +11836,10 @@
|
|
|
11769
11836
|
"type": "String",
|
|
11770
11837
|
"value": "var(--kendo-spacing-2)"
|
|
11771
11838
|
},
|
|
11839
|
+
"kendo-grid-column-menu-icon-spacing": {
|
|
11840
|
+
"type": "String",
|
|
11841
|
+
"value": "var(--kendo-spacing-2)"
|
|
11842
|
+
},
|
|
11772
11843
|
"kendo-grid-toolbar-border-width": {
|
|
11773
11844
|
"type": "Number",
|
|
11774
11845
|
"value": "1px"
|
|
@@ -13109,6 +13180,10 @@
|
|
|
13109
13180
|
"type": "String",
|
|
13110
13181
|
"value": "var(--kendo-spacing-1)"
|
|
13111
13182
|
},
|
|
13183
|
+
"kendo-file-manager-icon-spacing": {
|
|
13184
|
+
"type": "String",
|
|
13185
|
+
"value": "var(--kendo-spacing-2)"
|
|
13186
|
+
},
|
|
13112
13187
|
"kendo-file-manager-preview-bg": {
|
|
13113
13188
|
"type": "Null",
|
|
13114
13189
|
"value": "null"
|
|
@@ -14265,6 +14340,10 @@
|
|
|
14265
14340
|
"type": "String",
|
|
14266
14341
|
"value": "var(--kendo-spacing-1)"
|
|
14267
14342
|
},
|
|
14343
|
+
"kendo-scheduler-nav-item-icon-spacing": {
|
|
14344
|
+
"type": "String",
|
|
14345
|
+
"value": "var(--kendo-spacing-2)"
|
|
14346
|
+
},
|
|
14268
14347
|
"kendo-scheduler-header-bg": {
|
|
14269
14348
|
"type": "String",
|
|
14270
14349
|
"value": "var(--kendo-color-surface)"
|
|
@@ -14693,6 +14772,94 @@
|
|
|
14693
14772
|
"type": "String",
|
|
14694
14773
|
"value": "var(--kendo-color-primary-emphasis)"
|
|
14695
14774
|
},
|
|
14775
|
+
"kendo-agent-step-gap": {
|
|
14776
|
+
"type": "String",
|
|
14777
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14778
|
+
},
|
|
14779
|
+
"kendo-agent-step-padding-y": {
|
|
14780
|
+
"type": "String",
|
|
14781
|
+
"value": "var(--kendo-spacing-2)"
|
|
14782
|
+
},
|
|
14783
|
+
"kendo-agent-step-icon-margin-top": {
|
|
14784
|
+
"type": "String",
|
|
14785
|
+
"value": "var(--kendo-spacing-1)"
|
|
14786
|
+
},
|
|
14787
|
+
"kendo-agent-step-added-color": {
|
|
14788
|
+
"type": "String",
|
|
14789
|
+
"value": "var(--kendo-color-success-on-surface)"
|
|
14790
|
+
},
|
|
14791
|
+
"kendo-agent-step-removed-color": {
|
|
14792
|
+
"type": "String",
|
|
14793
|
+
"value": "var(--kendo-color-error-on-surface)"
|
|
14794
|
+
},
|
|
14795
|
+
"kendo-agent-step-font-size": {
|
|
14796
|
+
"type": "String",
|
|
14797
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14798
|
+
},
|
|
14799
|
+
"kendo-agent-step-body-font-size": {
|
|
14800
|
+
"type": "String",
|
|
14801
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14802
|
+
},
|
|
14803
|
+
"kendo-thought-gap": {
|
|
14804
|
+
"type": "String",
|
|
14805
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14806
|
+
},
|
|
14807
|
+
"kendo-thought-icon-col-gap": {
|
|
14808
|
+
"type": "String",
|
|
14809
|
+
"value": "var(--kendo-spacing-2)"
|
|
14810
|
+
},
|
|
14811
|
+
"kendo-thought-spacing": {
|
|
14812
|
+
"type": "String",
|
|
14813
|
+
"value": "var(--kendo-spacing-4)"
|
|
14814
|
+
},
|
|
14815
|
+
"kendo-thought-connector-color": {
|
|
14816
|
+
"type": "String",
|
|
14817
|
+
"value": "var(--kendo-color-border)"
|
|
14818
|
+
},
|
|
14819
|
+
"kendo-tool-call-indent": {
|
|
14820
|
+
"type": "String",
|
|
14821
|
+
"value": "var(--kendo-spacing-5)"
|
|
14822
|
+
},
|
|
14823
|
+
"kendo-tool-call-padding-y": {
|
|
14824
|
+
"type": "String",
|
|
14825
|
+
"value": "var(--kendo-spacing-2)"
|
|
14826
|
+
},
|
|
14827
|
+
"kendo-citation-popover-view-padding": {
|
|
14828
|
+
"type": "String",
|
|
14829
|
+
"value": "var(--kendo-spacing-4)"
|
|
14830
|
+
},
|
|
14831
|
+
"kendo-citation-pages-color": {
|
|
14832
|
+
"type": "String",
|
|
14833
|
+
"value": "var(--kendo-color-subtle)"
|
|
14834
|
+
},
|
|
14835
|
+
"kendo-checkpoint-line-color": {
|
|
14836
|
+
"type": "String",
|
|
14837
|
+
"value": "var(--kendo-color-border)"
|
|
14838
|
+
},
|
|
14839
|
+
"kendo-checkpoint-gap": {
|
|
14840
|
+
"type": "String",
|
|
14841
|
+
"value": "var(--kendo-spacing-1\\.5)"
|
|
14842
|
+
},
|
|
14843
|
+
"kendo-checkpoint-line-width": {
|
|
14844
|
+
"type": "Number",
|
|
14845
|
+
"value": "1px"
|
|
14846
|
+
},
|
|
14847
|
+
"kendo-checkpoint-stamp-font-size": {
|
|
14848
|
+
"type": "String",
|
|
14849
|
+
"value": "var(--kendo-font-size-sm)"
|
|
14850
|
+
},
|
|
14851
|
+
"kendo-checkpoint-stamp-color": {
|
|
14852
|
+
"type": "String",
|
|
14853
|
+
"value": "var(--kendo-color-subtle)"
|
|
14854
|
+
},
|
|
14855
|
+
"kendo-checkpoint-stamp-font-weight": {
|
|
14856
|
+
"type": "Null",
|
|
14857
|
+
"value": "null"
|
|
14858
|
+
},
|
|
14859
|
+
"kendo-checkpoint-stamp-padding-x": {
|
|
14860
|
+
"type": "String",
|
|
14861
|
+
"value": "var(--kendo-spacing-1)"
|
|
14862
|
+
},
|
|
14696
14863
|
"kendo-media-player-border-width": {
|
|
14697
14864
|
"type": "Number",
|
|
14698
14865
|
"value": "1px"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
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 bootstrap 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(1) !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-sm) !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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Citation
|
|
4
|
+
|
|
5
|
+
/// The padding of the CitationPopover view.
|
|
6
|
+
/// @group citation
|
|
7
|
+
$kendo-citation-popover-view-padding: k-spacing(4) !default;
|
|
8
|
+
/// The text color of the CitationPopover page indicator.
|
|
9
|
+
/// @group citation
|
|
10
|
+
$kendo-citation-pages-color: k-color(subtle) !default;
|
|
11
|
+
|
|
12
|
+
@forward "@progress/kendo-theme-core/scss/components/citation/_variables.scss" with (
|
|
13
|
+
$kendo-citation-popover-view-padding: $kendo-citation-popover-view-padding,
|
|
14
|
+
$kendo-citation-pages-color: $kendo-citation-pages-color
|
|
15
|
+
);
|