@progress/kendo-themes-html 14.0.0-dev.5 → 14.0.0-dev.6

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 (152) hide show
  1. package/dist/cjs/chat/chat-message.js +1 -1
  2. package/dist/cjs/chat/chat.spec.js +1 -1
  3. package/dist/cjs/chat/demos/chat.js +1 -1
  4. package/dist/cjs/chat/templates/chat-empty.js +1 -1
  5. package/dist/cjs/chat/templates/chat-expandable.js +1 -1
  6. package/dist/cjs/chat/templates/chat-failed.js +1 -1
  7. package/dist/cjs/chat/templates/chat-message-skeleton.js +1 -1
  8. package/dist/cjs/chat/templates/chat-message-toolbar.js +1 -1
  9. package/dist/cjs/chat/templates/chat-normal.js +1 -1
  10. package/dist/cjs/chat/templates/chat-pinned.js +1 -1
  11. package/dist/cjs/chat/templates/chat-stop-response.js +1 -1
  12. package/dist/cjs/chat/templates/chat-textarea-file.js +1 -1
  13. package/dist/cjs/chat/templates/chat-typing.js +1 -1
  14. package/dist/cjs/chat/templates/chat-upload.js +1 -1
  15. package/dist/cjs/editor/demos/editor.js +1 -1
  16. package/dist/cjs/editor/templates/editor-normal.js +1 -1
  17. package/dist/cjs/editor/templates/editor-resizable.js +1 -1
  18. package/dist/cjs/editor/templates/editor-responsive-toolbar.js +1 -1
  19. package/dist/cjs/imageeditor/templates/imageeditor-crop.js +1 -1
  20. package/dist/cjs/imageeditor/templates/imageeditor-resize.js +1 -1
  21. package/dist/cjs/index.js +8 -8
  22. package/dist/cjs/prompt/demos/prompt.js +1 -1
  23. package/dist/cjs/prompt/templates/prompt-inline-input-only.js +1 -1
  24. package/dist/cjs/prompt/templates/prompt-inline.js +1 -1
  25. package/dist/cjs/prompt/templates/prompt-more-actions.js +1 -1
  26. package/dist/cjs/prompt/templates/prompt-normal.js +1 -1
  27. package/dist/cjs/prompt/templates/prompt-output.js +1 -1
  28. package/dist/cjs/prompt/templates/prompt-popup.js +1 -1
  29. package/dist/cjs/prompt/templates/prompt-settings.js +1 -1
  30. package/dist/cjs/prompt/templates/prompt-suggestions.js +1 -1
  31. package/dist/cjs/prompt-box/prompt-box.spec.js +1 -1
  32. package/dist/cjs/prompt-box/templates/prompt-box-auto-expanded.js +1 -1
  33. package/dist/cjs/prompt-box/templates/prompt-box-auto.js +1 -1
  34. package/dist/cjs/prompt-box/templates/prompt-box-multi.js +1 -1
  35. package/dist/cjs/prompt-box/templates/prompt-box-single.js +1 -1
  36. package/dist/cjs/prompt-box/templates/prompt-box-stop-response.js +1 -1
  37. package/dist/cjs/rating/demos/rating.js +1 -1
  38. package/dist/cjs/rating/rating-item.js +1 -1
  39. package/dist/cjs/rating/rating.spec.js +1 -1
  40. package/dist/cjs/rating/templates/rating-disabled.js +1 -1
  41. package/dist/cjs/rating/templates/rating-normal.js +1 -1
  42. package/dist/cjs/rating/templates/rating-readonly.js +1 -1
  43. package/dist/cjs/rating/templates/rating-with-label.js +1 -1
  44. package/dist/cjs/smart-box/smart-box-send-button.js +1 -1
  45. package/dist/cjs/smart-box/templates/smart-box-disabled-send.js +1 -1
  46. package/dist/cjs/smart-box/templates/smart-box-normal.js +1 -1
  47. package/dist/cjs/smart-box/templates/smart-box-opened-focused.js +1 -1
  48. package/dist/cjs/smart-box/templates/smart-box-processing.js +1 -1
  49. package/dist/cjs/speech-to-text-button/demos/speech-to-text-button.js +1 -1
  50. package/dist/cjs/speech-to-text-button/speech-to-text-button.spec.js +1 -1
  51. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-listening.js +1 -1
  52. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-normal.js +1 -1
  53. package/dist/cjs/spreadsheet/demos/spreadsheet.js +1 -1
  54. package/dist/cjs/spreadsheet/spreadsheet-header.js +1 -1
  55. package/dist/cjs/spreadsheet/spreadsheet-view.js +1 -1
  56. package/dist/cjs/spreadsheet/templates/spreadsheet-formula-open.js +1 -1
  57. package/dist/cjs/spreadsheet/templates/spreadsheet-normal.js +1 -1
  58. package/dist/esm/chat/chat-message.mjs +1 -1
  59. package/dist/esm/chat/chat.spec.mjs +1 -1
  60. package/dist/esm/chat/demos/chat.mjs +1 -1
  61. package/dist/esm/chat/templates/chat-empty.mjs +1 -1
  62. package/dist/esm/chat/templates/chat-expandable.mjs +1 -1
  63. package/dist/esm/chat/templates/chat-failed.mjs +1 -1
  64. package/dist/esm/chat/templates/chat-message-skeleton.mjs +1 -1
  65. package/dist/esm/chat/templates/chat-message-toolbar.mjs +1 -1
  66. package/dist/esm/chat/templates/chat-normal.mjs +1 -1
  67. package/dist/esm/chat/templates/chat-pinned.mjs +1 -1
  68. package/dist/esm/chat/templates/chat-stop-response.mjs +1 -1
  69. package/dist/esm/chat/templates/chat-textarea-file.mjs +1 -1
  70. package/dist/esm/chat/templates/chat-typing.mjs +1 -1
  71. package/dist/esm/chat/templates/chat-upload.mjs +1 -1
  72. package/dist/esm/editor/demos/editor.mjs +1 -1
  73. package/dist/esm/editor/templates/editor-normal.mjs +1 -1
  74. package/dist/esm/editor/templates/editor-resizable.mjs +1 -1
  75. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +1 -1
  76. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +1 -1
  77. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +1 -1
  78. package/dist/esm/index.mjs +8 -8
  79. package/dist/esm/prompt/demos/prompt.mjs +1 -1
  80. package/dist/esm/prompt/templates/prompt-inline-input-only.mjs +1 -1
  81. package/dist/esm/prompt/templates/prompt-inline.mjs +1 -1
  82. package/dist/esm/prompt/templates/prompt-more-actions.mjs +1 -1
  83. package/dist/esm/prompt/templates/prompt-normal.mjs +1 -1
  84. package/dist/esm/prompt/templates/prompt-output.mjs +1 -1
  85. package/dist/esm/prompt/templates/prompt-popup.mjs +1 -1
  86. package/dist/esm/prompt/templates/prompt-settings.mjs +1 -1
  87. package/dist/esm/prompt/templates/prompt-suggestions.mjs +1 -1
  88. package/dist/esm/prompt-box/prompt-box.spec.mjs +1 -1
  89. package/dist/esm/prompt-box/templates/prompt-box-auto-expanded.mjs +1 -1
  90. package/dist/esm/prompt-box/templates/prompt-box-auto.mjs +1 -1
  91. package/dist/esm/prompt-box/templates/prompt-box-multi.mjs +1 -1
  92. package/dist/esm/prompt-box/templates/prompt-box-single.mjs +1 -1
  93. package/dist/esm/prompt-box/templates/prompt-box-stop-response.mjs +1 -1
  94. package/dist/esm/rating/demos/rating.mjs +1 -1
  95. package/dist/esm/rating/rating-item.mjs +1 -1
  96. package/dist/esm/rating/rating.spec.mjs +1 -1
  97. package/dist/esm/rating/templates/rating-disabled.mjs +1 -1
  98. package/dist/esm/rating/templates/rating-normal.mjs +1 -1
  99. package/dist/esm/rating/templates/rating-readonly.mjs +1 -1
  100. package/dist/esm/rating/templates/rating-with-label.mjs +1 -1
  101. package/dist/esm/smart-box/smart-box-send-button.mjs +1 -1
  102. package/dist/esm/smart-box/templates/smart-box-disabled-send.mjs +1 -1
  103. package/dist/esm/smart-box/templates/smart-box-normal.mjs +1 -1
  104. package/dist/esm/smart-box/templates/smart-box-opened-focused.mjs +1 -1
  105. package/dist/esm/smart-box/templates/smart-box-processing.mjs +1 -1
  106. package/dist/esm/speech-to-text-button/demos/speech-to-text-button.mjs +1 -1
  107. package/dist/esm/speech-to-text-button/speech-to-text-button.spec.mjs +1 -1
  108. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-listening.mjs +1 -1
  109. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-normal.mjs +1 -1
  110. package/dist/esm/spreadsheet/demos/spreadsheet.mjs +1 -1
  111. package/dist/esm/spreadsheet/spreadsheet-header.mjs +1 -1
  112. package/dist/esm/spreadsheet/spreadsheet-view.mjs +1 -1
  113. package/dist/esm/spreadsheet/templates/spreadsheet-formula-open.mjs +1 -1
  114. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +1 -1
  115. package/package.json +3 -3
  116. package/src/_preview/tests/preview-components.tsx +2 -2
  117. package/src/chat/chat-message.tsx +3 -3
  118. package/src/chat/chat.spec.tsx +2 -2
  119. package/src/chat/tests/chat-files-layout.tsx +8 -8
  120. package/src/chat/tests/chat-files-pin.tsx +2 -2
  121. package/src/chat/tests/chat-files.tsx +6 -6
  122. package/src/chat/tests/chat-message-toolbar.tsx +2 -2
  123. package/src/drawer/tests/drawer-item-states.tsx +3 -3
  124. package/src/editor/demos/editor.tsx +1 -1
  125. package/src/editor/templates/editor-normal.tsx +1 -1
  126. package/src/editor/templates/editor-resizable.tsx +1 -1
  127. package/src/editor/templates/editor-responsive-toolbar.tsx +1 -1
  128. package/src/editor/tests/editor-table-wizard.tsx +1 -1
  129. package/src/editor/tests/editor.tsx +2 -2
  130. package/src/grid/tests/grid-assistant-window.tsx +4 -4
  131. package/src/grid/tests/grid-row-pinning-adaptive.tsx +1 -1
  132. package/src/grid/tests/grid-semantic-search-popup.tsx +10 -10
  133. package/src/grid/tests/grid-toolbar.tsx +2 -2
  134. package/src/imageeditor/templates/imageeditor-crop.tsx +1 -1
  135. package/src/imageeditor/templates/imageeditor-resize.tsx +1 -1
  136. package/src/prompt/demos/prompt.tsx +4 -4
  137. package/src/prompt/templates/prompt-inline.tsx +1 -1
  138. package/src/prompt/templates/prompt-output.tsx +4 -4
  139. package/src/prompt/tests/prompt-inline-response-generation.tsx +2 -2
  140. package/src/prompt-box/prompt-box.spec.tsx +1 -1
  141. package/src/prompt-box/tests/prompt-box-affixes.tsx +8 -8
  142. package/src/prompt-box/tests/prompt-box-files.tsx +2 -2
  143. package/src/rating/rating-item.tsx +20 -5
  144. package/src/smart-box/smart-box-send-button.tsx +1 -1
  145. package/src/smart-box/templates/smart-box-disabled-send.tsx +1 -1
  146. package/src/smart-box/templates/smart-box-normal.tsx +1 -1
  147. package/src/smart-box/templates/smart-box-opened-focused.tsx +1 -1
  148. package/src/smart-box/templates/smart-box-processing.tsx +1 -1
  149. package/src/speech-to-text-button/speech-to-text-button.spec.tsx +2 -2
  150. package/src/spreadsheet/spreadsheet-header.tsx +1 -1
  151. package/src/spreadsheet/tests/spreadsheet-tools.tsx +1 -1
  152. package/src/toolbar/tests/toolbar-fill-modes.tsx +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-themes-html",
3
3
  "description": "A collection of HTML helpers used for developing Kendo UI themes",
4
- "version": "14.0.0-dev.5",
4
+ "version": "14.0.0-dev.6",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "prepublishOnly": "npm run build && npm run typegen"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-svg-icons": "^4.8.0"
52
+ "@progress/kendo-svg-icons": "4.9.0"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
@@ -62,5 +62,5 @@
62
62
  "react-dom": "^19.0.0",
63
63
  "vitest": "^4.0.18"
64
64
  },
65
- "gitHead": "e4940bedb197a2fd5923e82978532f175982b08a"
65
+ "gitHead": "0df0e4e29b482e22243c6e74b121a3bdb0976828"
66
66
  }
@@ -298,8 +298,8 @@ export default () => (
298
298
  <DrawerItem icon="bell" text="Notification" />
299
299
  <DrawerItem icon="star" text="Favourites" />
300
300
  <DrawerItem icon="calendar" text="Calendar" />
301
- <DrawerItem text="Selected" selected icon="star-outline" />
302
- <DrawerItem text="Hover" hover icon="star-outline" />
301
+ <DrawerItem text="Selected" selected icon="star" />
302
+ <DrawerItem text="Hover" hover icon="star" />
303
303
  </>
304
304
  }
305
305
  >
@@ -17,8 +17,8 @@ const options = {};
17
17
 
18
18
  const defaultToolbarItems = [
19
19
  <Button icon="copy" fillMode="flat" aria-label="Copy"></Button>,
20
- <Button icon="arrow-rotate-cw-outline" fillMode="flat" aria-label="Retry"></Button>,
21
- <Button icon="download-light" fillMode="flat" aria-label="Download"></Button>,
20
+ <Button icon="arrow-rotate-cw" fillMode="flat" aria-label="Retry"></Button>,
21
+ <Button icon="download" fillMode="flat" aria-label="Download"></Button>,
22
22
  ];
23
23
 
24
24
  const defaultOptions = {
@@ -86,7 +86,7 @@ export const ChatMessage = (
86
86
  'k-message-failed': failed
87
87
  }
88
88
  )}>
89
- { failed && <IconButton className="k-resend-button" icon="arrow-rotate-cw-outline" size="xsmall" fillMode="clear" aria-label="Resend" />}
89
+ { failed && <IconButton className="k-resend-button" icon="arrow-rotate-cw" size="xsmall" fillMode="clear" aria-label="Resend" />}
90
90
  <ChatBubble
91
91
  typing={typing}
92
92
  selected={selected}
@@ -27,7 +27,7 @@ export type KendoChatProps = {
27
27
  }
28
28
 
29
29
  const defaultTools = <>
30
- <IconButton key="paperclip" icon="paperclip-outline-alt-right" fillMode="clear" rounded="full" size="small" aria-label="Attach file" />
30
+ <IconButton key="paperclip" icon="paperclip" fillMode="clear" rounded="full" size="small" aria-label="Attach file" />
31
31
  <div className="k-spacer"></div>
32
32
  </>;
33
33
 
@@ -72,7 +72,7 @@ export const Chat: KendoComponent<KendoChatProps & React.HTMLAttributes<HTMLDivE
72
72
  {props.children}
73
73
  </div>
74
74
  {scrollToBottom && <div className="k-chat-scroll-to-bottom-container">
75
- <IconFloatingActionButton themeColor="base" icon="arrow-down-outline" size="small" />
75
+ <IconFloatingActionButton themeColor="base" icon="arrow-down" size="small" />
76
76
  </div>}
77
77
  </div>
78
78
  {scrollbar && <div className="k-separator"></div>}
@@ -34,7 +34,7 @@ export default () =>(
34
34
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
35
35
  </FileBoxWrapper>
36
36
  <div className="k-chat-download-button-wrapper">
37
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
37
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
38
38
  </div>
39
39
  </>
40
40
  } />
@@ -46,7 +46,7 @@ export default () =>(
46
46
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
47
47
  </FileBoxWrapper>
48
48
  <div className="k-chat-download-button-wrapper">
49
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
49
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
50
50
  </div>
51
51
  </>
52
52
  } />
@@ -68,7 +68,7 @@ export default () =>(
68
68
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
69
69
  </FileBoxWrapper>
70
70
  <div className="k-chat-download-button-wrapper">
71
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
71
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
72
72
  </div>
73
73
  </>
74
74
  } />
@@ -80,7 +80,7 @@ export default () =>(
80
80
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
81
81
  </FileBoxWrapper>
82
82
  <div className="k-chat-download-button-wrapper">
83
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
83
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
84
84
  </div>
85
85
  </>
86
86
  } />
@@ -105,7 +105,7 @@ export default () =>(
105
105
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
106
106
  </FileBoxWrapper>
107
107
  <div className="k-chat-download-button-wrapper">
108
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
108
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
109
109
  </div>
110
110
  </>
111
111
  } />
@@ -117,7 +117,7 @@ export default () =>(
117
117
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
118
118
  </FileBoxWrapper>
119
119
  <div className="k-chat-download-button-wrapper">
120
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
120
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
121
121
  </div>
122
122
  </>
123
123
  } />
@@ -138,7 +138,7 @@ export default () =>(
138
138
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
139
139
  </FileBoxWrapper>
140
140
  <div className="k-chat-download-button-wrapper">
141
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
141
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
142
142
  </div>
143
143
  </>
144
144
  } />
@@ -150,7 +150,7 @@ export default () =>(
150
150
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
151
151
  </FileBoxWrapper>
152
152
  <div className="k-chat-download-button-wrapper">
153
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
153
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
154
154
  </div>
155
155
  </>
156
156
  } />
@@ -83,7 +83,7 @@ export default () => (
83
83
 
84
84
  <Popup className="k-menu-popup receiver">
85
85
  <ContextMenu>
86
- <MenuListItem first text="Download" icon="download-light"></MenuListItem>
86
+ <MenuListItem first text="Download" icon="download"></MenuListItem>
87
87
  <MenuListItem text="Pin" icon="pin-outline" selected></MenuListItem>
88
88
  </ContextMenu>
89
89
  </Popup>
@@ -139,7 +139,7 @@ export default () => (
139
139
 
140
140
  <Popup className="k-menu-popup sender">
141
141
  <ContextMenu>
142
- <MenuListItem first text="Download" icon="download-light"></MenuListItem>
142
+ <MenuListItem first text="Download" icon="download"></MenuListItem>
143
143
  <MenuListItem text="Pin" icon="pin-outline" selected></MenuListItem>
144
144
  <MenuListItem last text="Delete" icon="trash"></MenuListItem>
145
145
  </ContextMenu>
@@ -37,7 +37,7 @@ export default () =>(
37
37
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
38
38
  </FileBoxWrapper>
39
39
  <div className="k-chat-download-button-wrapper">
40
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
40
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
41
41
  </div>
42
42
  </>
43
43
  } />
@@ -55,7 +55,7 @@ export default () =>(
55
55
  <FileBox icon="file-psd" name="File with long name" size="5MB" />
56
56
  </FileBoxWrapper>
57
57
  <div className="k-chat-download-button-wrapper">
58
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
58
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
59
59
  </div>
60
60
  </>
61
61
  } />
@@ -80,7 +80,7 @@ export default () =>(
80
80
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
81
81
  </FileBoxWrapper>
82
82
  <div className="k-chat-download-button-wrapper">
83
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
83
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
84
84
  </div>
85
85
  </>
86
86
  } />
@@ -98,7 +98,7 @@ export default () =>(
98
98
  <FileBox icon="file-psd" name="File with long name" size="5MB" />
99
99
  </FileBoxWrapper>
100
100
  <div className="k-chat-download-button-wrapper">
101
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
101
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
102
102
  </div>
103
103
  </>
104
104
  } />
@@ -127,7 +127,7 @@ export default () =>(
127
127
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
128
128
  </FileBoxWrapper>
129
129
  <div className="k-chat-download-button-wrapper">
130
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
130
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
131
131
  </div>
132
132
  </>
133
133
  } />
@@ -152,7 +152,7 @@ export default () =>(
152
152
  <FileBox icon="file-csv" name="Another file with even longer name" size="5MB" />
153
153
  </FileBoxWrapper>
154
154
  <div className="k-chat-download-button-wrapper">
155
- <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download-light" size="small" />
155
+ <IconTextButton className="k-chat-download-button" fillMode="flat" children="Download all" icon="download" size="small" />
156
156
  </div>
157
157
  </>
158
158
  } />
@@ -31,9 +31,9 @@ export default () =>(
31
31
  <ChatMessage toolbar toolbarItems={[
32
32
  <Button icon="copy" fillMode="flat" size="xsmall"></Button>,
33
33
  <Button icon="arrows-rotate-outline" fillMode="flat" size="xsmall"></Button>,
34
- <Button icon="download-light" fillMode="flat" size="xsmall"></Button>,
34
+ <Button icon="download" fillMode="flat" size="xsmall"></Button>,
35
35
  <ToolbarSeparator></ToolbarSeparator>,
36
- <Button icon="thumb-up-outline" fillMode="flat" size="xsmall"></Button>,
36
+ <Button icon="thumb-up" fillMode="flat" size="xsmall"></Button>,
37
37
  ]} selected text="(Selected) Message with toolbar" />
38
38
  </ChatMessageGroup>
39
39
  </ChatMessageToolbar>
@@ -13,10 +13,10 @@ export default () =>(
13
13
  <DrawerNormal items={
14
14
  <>
15
15
  {[ 'normal', ...DrawerItem.states ].map((state) => (
16
- <DrawerItem text={`Item state: ${state}`} {...{ [state]: true }} icon="star-outline" />
16
+ <DrawerItem text={`Item state: ${state}`} {...{ [state]: true }} icon="star" />
17
17
  ))}
18
- <DrawerItem text="Item state: selected + hover" selected hover icon="star-outline" />
19
- <DrawerItem text="Item state: selected + focus" selected focus icon="star-outline" />
18
+ <DrawerItem text="Item state: selected + hover" selected hover icon="star" />
19
+ <DrawerItem text="Item state: selected + focus" selected focus icon="star" />
20
20
  </>
21
21
  }>
22
22
  </DrawerNormal>
@@ -43,7 +43,7 @@ export const EditorDemo = (props: KendoEditorProps & { variant?: (typeof variant
43
43
  </ButtonGroup>,
44
44
  <ButtonGroup>
45
45
  <Button icon="subscript"></Button>
46
- <Button icon="supscript"></Button>
46
+ <Button icon="superscript"></Button>
47
47
  </ButtonGroup>,
48
48
  <ButtonGroup>
49
49
  <Button icon="align-left"></Button>
@@ -17,7 +17,7 @@ export const EditorNormal = (props) => (
17
17
  </ButtonGroup>,
18
18
  <ButtonGroup key="script">
19
19
  <Button className="k-group-start" icon="subscript" aria-label="Subscript"></Button>
20
- <Button className="k-group-end" icon="supscript" aria-label="Superscript"></Button>
20
+ <Button className="k-group-end" icon="superscript" aria-label="Superscript"></Button>
21
21
  </ButtonGroup>,
22
22
  <ButtonGroup key="indent">
23
23
  <Button className="k-group-start" icon="indent" aria-label="Indent"></Button>
@@ -18,7 +18,7 @@ export const EditorResizable = (props) => (
18
18
  </ButtonGroup>,
19
19
  <ButtonGroup key="script">
20
20
  <Button className="k-group-start" icon="subscript" aria-label="Subscript"></Button>
21
- <Button className="k-group-end" icon="supscript" aria-label="Superscript"></Button>
21
+ <Button className="k-group-end" icon="superscript" aria-label="Superscript"></Button>
22
22
  </ButtonGroup>,
23
23
  <ButtonGroup key="indent">
24
24
  <Button className="k-group-start" icon="indent" aria-label="Indent"></Button>
@@ -19,7 +19,7 @@ export const EditorResponsiveToolbar = (props) => (
19
19
  </ButtonGroup>,
20
20
  <ButtonGroup key="script">
21
21
  <Button className="k-group-start" icon="subscript" aria-label="Subscript"></Button>
22
- <Button className="k-group-end" icon="supscript" aria-label="Superscript"></Button>
22
+ <Button className="k-group-end" icon="superscript" aria-label="Superscript"></Button>
23
23
  </ButtonGroup>,
24
24
  <ButtonGroup key="indent">
25
25
  <Button className="k-group-start" icon="indent" aria-label="Indent"></Button>
@@ -238,7 +238,7 @@ export default () =>(
238
238
  <FormField
239
239
  colSpan="2"
240
240
  label="Text control"
241
- editor={ <DropdownList prefix={ <Icon icon="text-wrap" /> } placeholder="Wrap" /> }
241
+ editor={ <DropdownList prefix={ <Icon icon="text-wrap-arrow" /> } placeholder="Wrap" /> }
242
242
  />
243
243
  <FormField
244
244
  colSpan="2"
@@ -78,7 +78,7 @@ export default () =>(
78
78
  </ButtonGroup>,
79
79
  <ButtonGroup>
80
80
  <Button className="k-group-start" icon="subscript"></Button>
81
- <Button className="k-group-end" icon="supscript"></Button>
81
+ <Button className="k-group-end" icon="superscript"></Button>
82
82
  </ButtonGroup>,
83
83
  <ButtonGroup>
84
84
  <Button className="k-group-start" icon="align-left"></Button>
@@ -153,7 +153,7 @@ export default () =>(
153
153
  </ButtonGroup>,
154
154
  <ButtonGroup disabled>
155
155
  <Button icon="subscript" disabled></Button>
156
- <Button className="k-group-end" icon="supscript" disabled></Button>
156
+ <Button className="k-group-end" icon="superscript" disabled></Button>
157
157
  </ButtonGroup>,
158
158
  <ButtonGroup disabled>
159
159
  <Button className="k-group-start" icon="align-left" disabled></Button>
@@ -198,8 +198,8 @@ export default () => (
198
198
  <IconTextButton fillMode="flat" themeColor="primary" icon="copy">Copy</IconTextButton>
199
199
  <IconTextButton fillMode="flat" icon="arrow-rotate-cw">Retry</IconTextButton>
200
200
  <span className="k-spacer"></span>
201
- <IconButton fillMode="flat" icon="thumb-up-outline"></IconButton>
202
- <IconButton fillMode="flat" icon="thumb-down-outline"></IconButton>
201
+ <IconButton fillMode="flat" icon="thumb-up"></IconButton>
202
+ <IconButton fillMode="flat" icon="thumb-down"></IconButton>
203
203
  </ActionButtons>
204
204
  </Card>
205
205
  </div>
@@ -231,8 +231,8 @@ export default () => (
231
231
  <IconTextButton fillMode="flat" themeColor="primary" icon="copy">Copy</IconTextButton>
232
232
  <IconTextButton fillMode="flat" icon="arrow-rotate-cw">Retry</IconTextButton>
233
233
  <span className="k-spacer"></span>
234
- <IconButton fillMode="flat" icon="thumb-up-outline"></IconButton>
235
- <IconButton fillMode="flat" icon="thumb-down-outline"></IconButton>
234
+ <IconButton fillMode="flat" icon="thumb-up"></IconButton>
235
+ <IconButton fillMode="flat" icon="thumb-down"></IconButton>
236
236
  </ActionButtons>
237
237
  </Card>
238
238
  </div>
@@ -159,7 +159,7 @@ export default () => (
159
159
  header={<ActionSheetHeader actionsEnd={<Button icon="check" size="large" fillMode="flat" />} title="Row Content Menu" />}
160
160
  footer={
161
161
  <ActionSheetFooter>
162
- <Button icon="cancel-outline" size="large">
162
+ <Button icon="cancel" size="large">
163
163
  Cancel
164
164
  </Button>
165
165
  <Button icon="check" size="large" themeColor="primary" disabled>
@@ -37,8 +37,8 @@ export default () =>(
37
37
  }
38
38
  suffix={
39
39
  <>
40
- <IconButton icon="microphone-outline" fillMode="clear" rounded="full" size="small" />
41
- <IconButton icon="arrow-up-outline" rounded="full" size="small" disabled />
40
+ <IconButton icon="microphone" fillMode="clear" rounded="full" size="small" />
41
+ <IconButton icon="arrow-up" rounded="full" size="small" disabled />
42
42
  </>
43
43
  }
44
44
  popup={
@@ -76,8 +76,8 @@ export default () =>(
76
76
  }
77
77
  suffix={
78
78
  <>
79
- <IconButton icon="microphone-outline" fillMode="clear" rounded="full" size="small" />
80
- <IconButton icon="arrow-up-outline" rounded="full" size="small" disabled />
79
+ <IconButton icon="microphone" fillMode="clear" rounded="full" size="small" />
80
+ <IconButton icon="arrow-up" rounded="full" size="small" disabled />
81
81
  </>
82
82
  }
83
83
  popup={
@@ -115,8 +115,8 @@ export default () =>(
115
115
  }
116
116
  suffix={
117
117
  <>
118
- <IconButton icon="microphone-outline" fillMode="clear" rounded="full" size="small" />
119
- <IconButton icon="arrow-up-outline" rounded="full" size="small" disabled />
118
+ <IconButton icon="microphone" fillMode="clear" rounded="full" size="small" />
119
+ <IconButton icon="arrow-up" rounded="full" size="small" disabled />
120
120
  </>
121
121
  }
122
122
  popup={
@@ -130,7 +130,7 @@ export default () =>(
130
130
  <List>
131
131
  <ListContent grouping>
132
132
  <ListUl>
133
- <ListGroupItem groupIconName="lightbulb-outline">Suggested prompts</ListGroupItem>
133
+ <ListGroupItem groupIconName="lightbulb">Suggested prompts</ListGroupItem>
134
134
  <ListItem>Filter by account type</ListItem>
135
135
  <ListItem>Show only failed transactions</ListItem>
136
136
  <ListItem>Hide Currency column</ListItem>
@@ -162,8 +162,8 @@ export default () =>(
162
162
  }
163
163
  suffix={
164
164
  <>
165
- <IconButton icon="microphone-outline" fillMode="clear" rounded="full" size="small" />
166
- <IconButton icon="arrow-up-outline" rounded="full" size="small" disabled />
165
+ <IconButton icon="microphone" fillMode="clear" rounded="full" size="small" />
166
+ <IconButton icon="arrow-up" rounded="full" size="small" disabled />
167
167
  </>
168
168
  }
169
169
  popup={
@@ -175,7 +175,7 @@ export default () =>(
175
175
  </>
176
176
  } />
177
177
  <NoData className="k-smart-box-no-data">
178
- <Icon icon="file-clock-outline" size={"xxxlarge"} />
178
+ <Icon icon="file-clock" size={"xxxlarge"} />
179
179
  <span>No previous searches</span>
180
180
  </NoData>
181
181
  </>} />
@@ -165,8 +165,8 @@ export default () =>(
165
165
  }
166
166
  suffix={
167
167
  <>
168
- <IconButton icon="microphone-outline" fillMode="clear" rounded="full" size="small" />
169
- <IconButton icon="arrow-up-outline" rounded="full" size="small" disabled />
168
+ <IconButton icon="microphone" fillMode="clear" rounded="full" size="small" />
169
+ <IconButton icon="arrow-up" rounded="full" size="small" disabled />
170
170
  </>
171
171
  }
172
172
  placeholder="Sort, filter or group with AI" />
@@ -28,7 +28,7 @@ export const ImageEditorCrop = (props: any) => (
28
28
  <FormNormal tag="div" className="k-imageeditor-pane-form" formButtons={
29
29
  <>
30
30
  <Button themeColor="primary" icon="check">Confirm</Button>
31
- <Button icon="cancel-outline">Cancel</Button>
31
+ <Button icon="cancel">Cancel</Button>
32
32
  </>
33
33
  }>
34
34
  <Fieldset layout="grid" legend="Crop Image" cols={2} gutters={{cols: "8px"}}>
@@ -27,7 +27,7 @@ export const ImageEditorResize = (props: any) => (
27
27
  <FormNormal tag="div" className="k-imageeditor-pane-form" formButtons={
28
28
  <>
29
29
  <Button themeColor="primary" icon="check">Confirm</Button>
30
- <Button icon="cancel-outline">Cancel</Button>
30
+ <Button icon="cancel">Cancel</Button>
31
31
  </>
32
32
  }>
33
33
  <Fieldset layout="grid" legend="Resize Image" cols={2} gutters={{cols: "8px"}}>
@@ -201,12 +201,12 @@ export const PromptDemo = (
201
201
  <IconButton
202
202
  fillMode="flat"
203
203
  themeColor="base"
204
- icon="thumb-up-outline"
204
+ icon="thumb-up"
205
205
  ></IconButton>
206
206
  <IconButton
207
207
  fillMode="flat"
208
208
  themeColor="base"
209
- icon="thumb-down-outline"
209
+ icon="thumb-down"
210
210
  ></IconButton>
211
211
  </ActionButtons>
212
212
  </Card>
@@ -241,12 +241,12 @@ export const PromptDemo = (
241
241
  <IconButton
242
242
  fillMode="flat"
243
243
  themeColor="base"
244
- icon="thumb-up-outline"
244
+ icon="thumb-up"
245
245
  ></IconButton>
246
246
  <IconButton
247
247
  fillMode="flat"
248
248
  themeColor="base"
249
- icon="thumb-down-outline"
249
+ icon="thumb-down"
250
250
  ></IconButton>
251
251
  </ActionButtons>
252
252
  </Card>
@@ -15,7 +15,7 @@ export const PromptInline = ({ text, ...other }: any) => (
15
15
  <IconTextButton fillMode="flat" themeColor="primary" icon="copy">Copy</IconTextButton>
16
16
  <IconTextButton fillMode="flat" themeColor="primary" icon="insert-bottom">Insert</IconTextButton>
17
17
  <IconTextButton fillMode="flat" themeColor="primary" icon="check">Replace</IconTextButton>
18
- <IconTextButton fillMode="flat" icon="cancel-outline">Discard</IconTextButton>
18
+ <IconTextButton fillMode="flat" icon="cancel">Discard</IconTextButton>
19
19
  </ActionButtons>
20
20
  </Card>
21
21
  <Textarea rows={1} placeholder="Edit, generate or explain ..." resize="none" flow="horizontal" suffixSeparator={false}
@@ -29,8 +29,8 @@ export const PromptOutput = (props) => (
29
29
  <IconTextButton fillMode="flat" icon="arrow-rotate-cw">Retry</IconTextButton>
30
30
  <IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" aria-label="More actions"></IconButton>
31
31
  <span className="k-spacer"></span>
32
- <IconButton fillMode="flat" icon="thumb-up-outline" aria-label="Thumbs up"></IconButton>
33
- <IconButton fillMode="flat" icon="thumb-down-outline" aria-label="Thumbs down"></IconButton>
32
+ <IconButton fillMode="flat" icon="thumb-up" aria-label="Thumbs up"></IconButton>
33
+ <IconButton fillMode="flat" icon="thumb-down" aria-label="Thumbs down"></IconButton>
34
34
  </ActionButtons>
35
35
  </Card>
36
36
 
@@ -44,8 +44,8 @@ export const PromptOutput = (props) => (
44
44
  <IconTextButton fillMode="flat" icon="arrow-rotate-cw">Retry</IconTextButton>
45
45
  <IconButton fillMode="flat" themeColor="primary" icon="more-horizontal" aria-label="More actions"></IconButton>
46
46
  <span className="k-spacer"></span>
47
- <IconButton fillMode="flat" icon="thumb-up-outline" aria-label="Thumbs up"></IconButton>
48
- <IconButton fillMode="flat" icon="thumb-down-outline" aria-label="Thumbs down"></IconButton>
47
+ <IconButton fillMode="flat" icon="thumb-up" aria-label="Thumbs up"></IconButton>
48
+ <IconButton fillMode="flat" icon="thumb-down" aria-label="Thumbs down"></IconButton>
49
49
  </ActionButtons>
50
50
  </Card>
51
51
  </div>
@@ -52,7 +52,7 @@ export default () =>(
52
52
  <IconTextButton fillMode="flat" themeColor="primary" icon="copy">Copy</IconTextButton>
53
53
  <IconTextButton fillMode="flat" themeColor="primary" icon="insert-bottom">Insert</IconTextButton>
54
54
  <IconTextButton fillMode="flat" themeColor="primary" icon="check">Replace</IconTextButton>
55
- <IconTextButton fillMode="flat" icon="cancel-outline">Discard</IconTextButton>
55
+ <IconTextButton fillMode="flat" icon="cancel">Discard</IconTextButton>
56
56
  </ActionButtons>
57
57
  </Card>
58
58
  <Textarea rows={3} value="Here is a link to my portfolio. I'm a Full-stack developer with 10 years of experience. Would love your input for improvement." resize="none" flow="horizontal" suffixSeparator={false}
@@ -83,7 +83,7 @@ export default () =>(
83
83
  <IconTextButton fillMode="flat" themeColor="primary" icon="copy">Copy</IconTextButton>
84
84
  <IconTextButton fillMode="flat" themeColor="primary" icon="insert-bottom">Insert</IconTextButton>
85
85
  <IconTextButton fillMode="flat" themeColor="primary" icon="check">Replace</IconTextButton>
86
- <IconTextButton fillMode="flat" icon="cancel-outline">Discard</IconTextButton>
86
+ <IconTextButton fillMode="flat" icon="cancel">Discard</IconTextButton>
87
87
  </ActionButtons>
88
88
  </Card>
89
89
  <Textarea rows={3} value="Here is a link to my portfolio. I'm a Full-stack developer with 10 years of experience. Would love your input for improvement." resize="none" flow="horizontal" suffixSeparator={false}
@@ -105,7 +105,7 @@ export const PromptBox: KendoComponent<KendoPromptBoxProps & KendoPromptBoxState
105
105
  {endAffix}
106
106
  <SpeechToTextButton size="small" fillMode="flat" rounded="full"/>
107
107
  <IconButton
108
- icon={generating ? "stop-sm" : "arrow-up-outline"}
108
+ icon={generating ? "stop" : "arrow-up"}
109
109
  size="small"
110
110
  rounded="full"
111
111
  active={generating}