@progress/kendo-theme-meridian 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.
Files changed (37) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/meridian-main-dark.css +1 -1
  3. package/dist/meridian-main.css +1 -1
  4. package/dist/meta/sassdoc-data.json +5246 -3824
  5. package/dist/meta/sassdoc-raw-data.json +2548 -1898
  6. package/dist/meta/variables.json +193 -26
  7. package/lib/swatches/meridian-main-dark.json +1 -1
  8. package/lib/swatches/meridian-main.json +1 -1
  9. package/package.json +4 -4
  10. package/scss/agent-response/_index.scss +16 -0
  11. package/scss/agent-response/_layout.scss +5 -0
  12. package/scss/agent-response/_theme.scss +5 -0
  13. package/scss/agent-response/_variables.scss +61 -0
  14. package/scss/appbar/_theme.scss +2 -0
  15. package/scss/checkpoint/_index.scss +16 -0
  16. package/scss/checkpoint/_layout.scss +6 -0
  17. package/scss/checkpoint/_theme.scss +6 -0
  18. package/scss/checkpoint/_variables.scss +33 -0
  19. package/scss/citation/_index.scss +16 -0
  20. package/scss/citation/_layout.scss +6 -0
  21. package/scss/citation/_theme.scss +6 -0
  22. package/scss/citation/_variables.scss +15 -0
  23. package/scss/fab/_layout.scss +2 -2
  24. package/scss/filemanager/_variables.scss +5 -0
  25. package/scss/grid/_variables.scss +5 -0
  26. package/scss/icons/_variables.scss +5 -29
  27. package/scss/index.scss +9 -0
  28. package/scss/menu/_variables.scss +5 -0
  29. package/scss/panelbar/_variables.scss +5 -0
  30. package/scss/popover/_layout.scss +0 -5
  31. package/scss/popover/_variables.scss +1 -1
  32. package/scss/scheduler/_variables.scss +5 -0
  33. package/scss/stepper/_variables.scss +5 -0
  34. package/scss/tabstrip/_variables.scss +5 -0
  35. package/scss/toolbar/_variables.scss +5 -0
  36. package/scss/tooltip/_variables.scss +5 -0
  37. package/scss/treeview/_variables.scss +5 -0
@@ -1526,41 +1526,80 @@
1526
1526
  }
1527
1527
  }
1528
1528
  },
1529
- "kendo-icon-default-size": {
1529
+ "ki-icon-default-size": {
1530
1530
  "type": "String",
1531
1531
  "value": "\"md\""
1532
1532
  },
1533
- "kendo-icon-size": {
1533
+ "ki-icon-size": {
1534
1534
  "type": "Number",
1535
1535
  "value": "16px"
1536
1536
  },
1537
- "kendo-icon-size-xs": {
1538
- "type": "Calculation",
1539
- "value": "calc(16px * 0.75)"
1537
+ "ki-icon-size-xs": {
1538
+ "type": "String",
1539
+ "value": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))"
1540
1540
  },
1541
- "kendo-icon-size-sm": {
1542
- "type": "Calculation",
1543
- "value": "calc(16px * 0.875)"
1541
+ "ki-icon-size-sm": {
1542
+ "type": "String",
1543
+ "value": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))"
1544
+ },
1545
+ "ki-icon-size-md": {
1546
+ "type": "String",
1547
+ "value": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))"
1548
+ },
1549
+ "ki-icon-size-lg": {
1550
+ "type": "String",
1551
+ "value": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))"
1552
+ },
1553
+ "ki-icon-size-xl": {
1554
+ "type": "String",
1555
+ "value": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))"
1556
+ },
1557
+ "ki-icon-size-xxl": {
1558
+ "type": "String",
1559
+ "value": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))"
1544
1560
  },
1545
- "kendo-icon-size-md": {
1561
+ "ki-icon-size-xxxl": {
1562
+ "type": "String",
1563
+ "value": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
1564
+ },
1565
+ "ki-icon-stroke-width": {
1546
1566
  "type": "Number",
1547
- "value": "16px"
1567
+ "value": "1.5"
1548
1568
  },
1549
- "kendo-icon-size-lg": {
1550
- "type": "Calculation",
1551
- "value": "calc(16px * 1.25)"
1569
+ "ki-icon-sizes": {
1570
+ "type": "Map",
1571
+ "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)))",
1572
+ "prettyValue": {
1573
+ "xs": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))",
1574
+ "sm": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))",
1575
+ "md": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))",
1576
+ "lg": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))",
1577
+ "xl": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))",
1578
+ "xxl": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))",
1579
+ "xxxl": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
1580
+ }
1552
1581
  },
1553
- "kendo-icon-size-xl": {
1554
- "type": "Calculation",
1555
- "value": "calc(16px * 1.5)"
1582
+ "ki-rotate-map": {
1583
+ "type": "Map",
1584
+ "value": "(0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg)",
1585
+ "prettyValue": {
1586
+ "0": "0deg",
1587
+ "45": "45deg",
1588
+ "90": "90deg",
1589
+ "135": "135deg",
1590
+ "180": "180deg",
1591
+ "225": "225deg",
1592
+ "270": "270deg",
1593
+ "315": "315deg"
1594
+ }
1556
1595
  },
1557
- "kendo-icon-size-xxl": {
1558
- "type": "Calculation",
1559
- "value": "calc(16px * 2)"
1596
+ "kendo-icon-default-size": {
1597
+ "type": "String",
1598
+ "value": "\"md\""
1560
1599
  },
1561
- "kendo-icon-size-xxxl": {
1562
- "type": "Calculation",
1563
- "value": "calc(16px * 3)"
1600
+ "kendo-icon-size": {
1601
+ "type": "Number",
1602
+ "value": "16px"
1564
1603
  },
1565
1604
  "kendo-icon-spacing": {
1566
1605
  "type": "String",
@@ -1575,8 +1614,8 @@
1575
1614
  "value": "#8B7CF6"
1576
1615
  },
1577
1616
  "kendo-action-icon-color": {
1578
- "type": "Null",
1579
- "value": "null"
1617
+ "type": "String",
1618
+ "value": "var(--kendo-color-primary-on-surface)"
1580
1619
  },
1581
1620
  "kendo-message-box-default-theme-color": {
1582
1621
  "type": "Null",
@@ -3153,6 +3192,10 @@
3153
3192
  "type": "String",
3154
3193
  "value": "var(--kendo-spacing-2\\.5)"
3155
3194
  },
3195
+ "kendo-tooltip-icon-spacing": {
3196
+ "type": "String",
3197
+ "value": "var(--kendo-spacing-1)"
3198
+ },
3156
3199
  "kendo-tooltip-border-width": {
3157
3200
  "type": "Number",
3158
3201
  "value": "0px"
@@ -5681,6 +5724,10 @@
5681
5724
  "type": "Null",
5682
5725
  "value": "null"
5683
5726
  },
5727
+ "kendo-menu-expand-arrow-spacing": {
5728
+ "type": "String",
5729
+ "value": "var(--kendo-spacing-1)"
5730
+ },
5684
5731
  "kendo-menu-separator-margin-inline": {
5685
5732
  "type": "String",
5686
5733
  "value": "var(--kendo-spacing-1)"
@@ -5986,6 +6033,10 @@
5986
6033
  "type": "String",
5987
6034
  "value": "var(--kendo-spacing-2)"
5988
6035
  },
6036
+ "kendo-toolbar-item-icon-spacing": {
6037
+ "type": "String",
6038
+ "value": "var(--kendo-spacing-1)"
6039
+ },
5989
6040
  "kendo-toolbar-separator-height": {
5990
6041
  "type": "Calculation",
5991
6042
  "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5) * 2 + 1px * 2)"
@@ -7701,6 +7752,10 @@
7701
7752
  "type": "String",
7702
7753
  "value": "var(--kendo-spacing-0)"
7703
7754
  },
7755
+ "kendo-treeview-item-icon-spacing": {
7756
+ "type": "String",
7757
+ "value": "var(--kendo-spacing-1)"
7758
+ },
7704
7759
  "kendo-treeview-border-radius": {
7705
7760
  "type": "String",
7706
7761
  "value": "var(--kendo-border-radius-sm)"
@@ -9944,8 +9999,8 @@
9944
9999
  "value": "var(--kendo-spacing-4)"
9945
10000
  },
9946
10001
  "kendo-popover-body-padding-y": {
9947
- "type": "String",
9948
- "value": "var(--kendo-spacing-2)"
10002
+ "type": "List",
10003
+ "value": "(var(--kendo-spacing-2) var(--kendo-spacing-4))"
9949
10004
  },
9950
10005
  "kendo-popover-actions-border-width": {
9951
10006
  "type": "Number",
@@ -10517,6 +10572,10 @@
10517
10572
  "type": "String",
10518
10573
  "value": "var(--kendo-border-radius-xxxl)"
10519
10574
  },
10575
+ "kendo-stepper-label-icon-spacing": {
10576
+ "type": "String",
10577
+ "value": "var(--kendo-spacing-1)"
10578
+ },
10520
10579
  "kendo-stepper-border-width": {
10521
10580
  "type": "Number",
10522
10581
  "value": "0px"
@@ -10857,6 +10916,10 @@
10857
10916
  "type": "String",
10858
10917
  "value": "var(--kendo-spacing-0)"
10859
10918
  },
10919
+ "kendo-tabstrip-item-icon-spacing": {
10920
+ "type": "String",
10921
+ "value": "var(--kendo-spacing-1)"
10922
+ },
10860
10923
  "kendo-tabstrip-item-spacing-x": {
10861
10924
  "type": "String",
10862
10925
  "value": "var(--kendo-spacing-1)"
@@ -11301,6 +11364,10 @@
11301
11364
  "type": "String",
11302
11365
  "value": "var(--kendo-spacing-2)"
11303
11366
  },
11367
+ "kendo-panelbar-item-icon-spacing": {
11368
+ "type": "String",
11369
+ "value": "var(--kendo-spacing-1)"
11370
+ },
11304
11371
  "kendo-panelbar-item-level-count": {
11305
11372
  "type": "Number",
11306
11373
  "value": "4"
@@ -12141,6 +12208,10 @@
12141
12208
  "type": "String",
12142
12209
  "value": "var(--kendo-spacing-1)"
12143
12210
  },
12211
+ "kendo-grid-column-menu-icon-spacing": {
12212
+ "type": "String",
12213
+ "value": "var(--kendo-spacing-1)"
12214
+ },
12144
12215
  "kendo-grid-toolbar-border-width": {
12145
12216
  "type": "Number",
12146
12217
  "value": "1px"
@@ -13509,6 +13580,10 @@
13509
13580
  "type": "String",
13510
13581
  "value": "var(--kendo-spacing-1)"
13511
13582
  },
13583
+ "kendo-file-manager-icon-spacing": {
13584
+ "type": "String",
13585
+ "value": "var(--kendo-spacing-1)"
13586
+ },
13512
13587
  "kendo-file-manager-preview-bg": {
13513
13588
  "type": "Null",
13514
13589
  "value": "null"
@@ -14693,6 +14768,10 @@
14693
14768
  "type": "String",
14694
14769
  "value": "var(--kendo-spacing-0\\.5)"
14695
14770
  },
14771
+ "kendo-scheduler-nav-item-icon-spacing": {
14772
+ "type": "String",
14773
+ "value": "var(--kendo-spacing-1)"
14774
+ },
14696
14775
  "kendo-scheduler-header-bg": {
14697
14776
  "type": "String",
14698
14777
  "value": "oklch(from var(--kendo-color-surface) l c h / calc(100% - calc(var(--kendo-translucency-base, 0%))))"
@@ -15133,6 +15212,94 @@
15133
15212
  "type": "Number",
15134
15213
  "value": "1px"
15135
15214
  },
15215
+ "kendo-agent-step-gap": {
15216
+ "type": "String",
15217
+ "value": "var(--kendo-spacing-1\\.5)"
15218
+ },
15219
+ "kendo-agent-step-padding-y": {
15220
+ "type": "String",
15221
+ "value": "var(--kendo-spacing-2)"
15222
+ },
15223
+ "kendo-agent-step-icon-margin-top": {
15224
+ "type": "String",
15225
+ "value": "var(--kendo-spacing-1)"
15226
+ },
15227
+ "kendo-agent-step-added-color": {
15228
+ "type": "String",
15229
+ "value": "var(--kendo-color-success-on-surface)"
15230
+ },
15231
+ "kendo-agent-step-removed-color": {
15232
+ "type": "String",
15233
+ "value": "var(--kendo-color-error-on-surface)"
15234
+ },
15235
+ "kendo-agent-step-font-size": {
15236
+ "type": "String",
15237
+ "value": "var(--kendo-font-size-sm, inherit)"
15238
+ },
15239
+ "kendo-agent-step-body-font-size": {
15240
+ "type": "String",
15241
+ "value": "var(--kendo-font-size-sm, inherit)"
15242
+ },
15243
+ "kendo-thought-gap": {
15244
+ "type": "String",
15245
+ "value": "var(--kendo-spacing-1\\.5)"
15246
+ },
15247
+ "kendo-thought-icon-col-gap": {
15248
+ "type": "String",
15249
+ "value": "var(--kendo-spacing-2)"
15250
+ },
15251
+ "kendo-thought-spacing": {
15252
+ "type": "String",
15253
+ "value": "var(--kendo-spacing-4)"
15254
+ },
15255
+ "kendo-thought-connector-color": {
15256
+ "type": "String",
15257
+ "value": "var(--kendo-color-border)"
15258
+ },
15259
+ "kendo-tool-call-indent": {
15260
+ "type": "String",
15261
+ "value": "var(--kendo-spacing-5)"
15262
+ },
15263
+ "kendo-tool-call-padding-y": {
15264
+ "type": "String",
15265
+ "value": "var(--kendo-spacing-2)"
15266
+ },
15267
+ "kendo-citation-popover-view-padding": {
15268
+ "type": "String",
15269
+ "value": "var(--kendo-spacing-4)"
15270
+ },
15271
+ "kendo-citation-pages-color": {
15272
+ "type": "String",
15273
+ "value": "var(--kendo-color-subtle)"
15274
+ },
15275
+ "kendo-checkpoint-line-color": {
15276
+ "type": "String",
15277
+ "value": "var(--kendo-color-border)"
15278
+ },
15279
+ "kendo-checkpoint-gap": {
15280
+ "type": "String",
15281
+ "value": "var(--kendo-spacing-1\\.5)"
15282
+ },
15283
+ "kendo-checkpoint-line-width": {
15284
+ "type": "Number",
15285
+ "value": "1px"
15286
+ },
15287
+ "kendo-checkpoint-stamp-font-size": {
15288
+ "type": "String",
15289
+ "value": "var(--kendo-font-size-sm, inherit)"
15290
+ },
15291
+ "kendo-checkpoint-stamp-color": {
15292
+ "type": "String",
15293
+ "value": "var(--kendo-color-subtle)"
15294
+ },
15295
+ "kendo-checkpoint-stamp-font-weight": {
15296
+ "type": "Null",
15297
+ "value": "null"
15298
+ },
15299
+ "kendo-checkpoint-stamp-padding-x": {
15300
+ "type": "String",
15301
+ "value": "var(--kendo-spacing-1)"
15302
+ },
15136
15303
  "kendo-media-player-border-width": {
15137
15304
  "type": "Number",
15138
15305
  "value": "1px"
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.2",
6
+ "version": "14.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "oklch(13.85% 0.0249 273.24deg)",
9
9
  "oklch(23.28% 0.0218 272.75deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.2",
6
+ "version": "14.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "oklch(100% 0 0deg)",
9
9
  "oklch(98.46% 0.0017 247.84deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-meridian",
3
3
  "description": "Meridian theme for Kendo UI",
4
- "version": "14.4.0-dev.2",
4
+ "version": "14.4.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -51,9 +51,9 @@
51
51
  "postpublish": "echo 'no postpublish for meridian theme'"
52
52
  },
53
53
  "dependencies": {
54
- "@progress/kendo-svg-icons": "^4.9.0",
55
- "@progress/kendo-theme-core": "14.4.0-dev.2",
56
- "@progress/kendo-theme-utils": "14.4.0-dev.2"
54
+ "@progress/kendo-svg-icons": "^4.11.0",
55
+ "@progress/kendo-theme-core": "14.4.0-dev.4",
56
+ "@progress/kendo-theme-utils": "14.4.0-dev.4"
57
57
  },
58
58
  "directories": {
59
59
  "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,5 @@
1
+ @use "@progress/kendo-theme-core/scss/components/agent-response/_layout.scss" as *;
2
+
3
+ @mixin kendo-agent-response--layout() {
4
+ @include kendo-agent-response--layout-base();
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "@progress/kendo-theme-core/scss/components/agent-response/_theme.scss" as *;
2
+
3
+ @mixin kendo-agent-response--theme() {
4
+ @include kendo-agent-response--theme-base();
5
+ }
@@ -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, inherit ) !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, inherit ) !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
+ );
@@ -7,6 +7,8 @@
7
7
  @include kendo-appbar--theme-base();
8
8
 
9
9
  .k-appbar {
10
+ backdrop-filter: k-translucency-blur(1);
11
+
10
12
  @each $name in $kendo-appbar-theme-colors {
11
13
  #{k-when-default($kendo-appbar-default-theme-color, $name)}
12
14
  &.k-appbar-#{$name} {
@@ -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,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/checkpoint/_layout.scss" as *;
3
+
4
+ @mixin kendo-checkpoint--layout() {
5
+ @include kendo-checkpoint--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/checkpoint/_theme.scss" as *;
3
+
4
+ @mixin kendo-checkpoint--theme() {
5
+ @include kendo-checkpoint--theme-base();
6
+ }
@@ -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, inherit ) !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,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/citation/_layout.scss" as *;
3
+
4
+ @mixin kendo-citation--layout() {
5
+ @include kendo-citation--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "../core/_index.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/citation/_theme.scss" as *;
3
+
4
+ @mixin kendo-citation--theme() {
5
+ @include kendo-citation--theme-base();
6
+ }
@@ -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
+ );
@@ -13,8 +13,8 @@
13
13
  min-height: calc( #{$kendo-fab-font-size} * #{$kendo-fab-line-height} );
14
14
 
15
15
  > svg {
16
- width: $kendo-icon-size-md;
17
- height: $kendo-icon-size-md;
16
+ width: var(--kendo-icon-size-md, #{$ki-icon-size-md});
17
+ height: var(--kendo-icon-size-md, #{$ki-icon-size-md});
18
18
  }
19
19
  }
20
20
  }
@@ -161,6 +161,10 @@ $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
161
161
  /// The gap between the columns in the FileManager preview.
162
162
  /// @group file-manager
163
163
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
164
+
165
+ /// The icon spacing in FileManager items.
166
+ /// @group file-manager
167
+ $kendo-file-manager-icon-spacing: k-spacing(1) !default;
164
168
  /// The background color of the FileManager preview.
165
169
  /// @group file-manager
166
170
  $kendo-file-manager-preview-bg: null !default;
@@ -231,6 +235,7 @@ $kendo-file-manager-preview-icon-border: null !default;
231
235
  $kendo-file-manager-preview-border-width: $kendo-file-manager-preview-border-width,
232
236
  $kendo-file-manager-preview-spacing: $kendo-file-manager-preview-spacing,
233
237
  $kendo-file-manager-preview-column-gap: $kendo-file-manager-preview-column-gap,
238
+ $kendo-file-manager-icon-spacing: $kendo-file-manager-icon-spacing,
234
239
  $kendo-file-manager-preview-bg: $kendo-file-manager-preview-bg,
235
240
  $kendo-file-manager-preview-text: $kendo-file-manager-preview-text,
236
241
  $kendo-file-manager-preview-border: $kendo-file-manager-preview-border,
@@ -190,6 +190,10 @@ $kendo-grid-header-first-border: 1px !default;
190
190
  /// @group grid
191
191
  $kendo-grid-header-menu-icon-spacing: $kendo-icon-spacing !default;
192
192
 
193
+ /// The spacing between icon and text in Grid column menu items.
194
+ /// @group grid
195
+ $kendo-grid-column-menu-icon-spacing: k-spacing(1) !default;
196
+
193
197
  /// The width of the border around the Grid toolbar.
194
198
  /// @group grid
195
199
  $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
@@ -600,6 +604,7 @@ $kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !def
600
604
  $kendo-grid-header-font-size: $kendo-grid-header-font-size,
601
605
  $kendo-grid-header-first-border: $kendo-grid-header-first-border,
602
606
  $kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
607
+ $kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
603
608
  $kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
604
609
  $kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-horizontal-border-width,
605
610
  $kendo-grid-cell-vertical-border-width: $kendo-grid-cell-vertical-border-width,