@progress/kendo-themes-html 6.3.0 → 6.4.0-dev.0

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 (256) hide show
  1. package/dist/action-sheet/tests/action-sheet-calendar-infinite.js +1284 -0
  2. package/dist/action-sheet/tests/action-sheet-calendar-infinite.js.map +7 -0
  3. package/dist/bottom-nav/bottom-nav-item.js +234 -0
  4. package/dist/bottom-nav/bottom-nav-item.js.map +7 -0
  5. package/dist/bottom-nav/bottom-nav.spec.js +122 -0
  6. package/dist/bottom-nav/bottom-nav.spec.js.map +7 -0
  7. package/dist/bottom-nav/tests/bottom-nav-colors.js +269 -358
  8. package/dist/bottom-nav/tests/bottom-nav-colors.js.map +4 -4
  9. package/dist/bottom-nav/tests/bottom-nav-items.js +168 -53
  10. package/dist/bottom-nav/tests/bottom-nav-items.js.map +4 -4
  11. package/dist/bottom-nav/tests/bottom-nav-rtl.js +153 -50
  12. package/dist/bottom-nav/tests/bottom-nav-rtl.js.map +4 -4
  13. package/dist/bottom-nav/tests/bottom-nav.js +167 -76
  14. package/dist/bottom-nav/tests/bottom-nav.js.map +4 -4
  15. package/dist/breadcrumb/breadcrumb-container.js +76 -0
  16. package/dist/breadcrumb/breadcrumb-container.js.map +7 -0
  17. package/dist/breadcrumb/breadcrumb-input-container.js +65 -0
  18. package/dist/breadcrumb/breadcrumb-input-container.js.map +7 -0
  19. package/dist/breadcrumb/breadcrumb-item-text.js +70 -0
  20. package/dist/breadcrumb/breadcrumb-item-text.js.map +7 -0
  21. package/dist/breadcrumb/breadcrumb-item.js +75 -0
  22. package/dist/breadcrumb/breadcrumb-item.js.map +7 -0
  23. package/dist/breadcrumb/breadcrumb-link.js +132 -0
  24. package/dist/breadcrumb/breadcrumb-link.js.map +7 -0
  25. package/dist/breadcrumb/breadcrumb-root-item-container.js +65 -0
  26. package/dist/breadcrumb/breadcrumb-root-item-container.js.map +7 -0
  27. package/dist/breadcrumb/breadcrumb.spec.js +125 -0
  28. package/dist/breadcrumb/breadcrumb.spec.js.map +7 -0
  29. package/dist/breadcrumb/tests/breadcrumb-rtl.js +349 -153
  30. package/dist/breadcrumb/tests/breadcrumb-rtl.js.map +4 -4
  31. package/dist/breadcrumb/tests/breadcrumb.js +349 -153
  32. package/dist/breadcrumb/tests/breadcrumb.js.map +4 -4
  33. package/dist/coloreditor/color-editor.spec.js +1586 -0
  34. package/dist/coloreditor/color-editor.spec.js.map +7 -0
  35. package/dist/coloreditor/tests/coloreditor-focused-colorgradient.js +821 -176
  36. package/dist/coloreditor/tests/coloreditor-focused-colorgradient.js.map +4 -4
  37. package/dist/coloreditor/tests/coloreditor-rtl.js +727 -265
  38. package/dist/coloreditor/tests/coloreditor-rtl.js.map +4 -4
  39. package/dist/coloreditor/tests/coloreditor-states.js +821 -176
  40. package/dist/coloreditor/tests/coloreditor-states.js.map +4 -4
  41. package/dist/coloreditor/tests/coloreditor-views.js +727 -265
  42. package/dist/coloreditor/tests/coloreditor-views.js.map +4 -4
  43. package/dist/coloreditor/tests/coloreditor.js +821 -176
  44. package/dist/coloreditor/tests/coloreditor.js.map +4 -4
  45. package/dist/colorgradient/color-contrast.js +199 -0
  46. package/dist/colorgradient/color-contrast.js.map +7 -0
  47. package/dist/colorgradient/color-gradient.spec.js +1246 -0
  48. package/dist/colorgradient/color-gradient.spec.js.map +7 -0
  49. package/dist/colorgradient/color-input.js +1029 -0
  50. package/dist/colorgradient/color-input.js.map +7 -0
  51. package/dist/colorgradient/tests/colorgradient-contrast.js +532 -155
  52. package/dist/colorgradient/tests/colorgradient-contrast.js.map +4 -4
  53. package/dist/colorgradient/tests/colorgradient-draghandle.js +536 -202
  54. package/dist/colorgradient/tests/colorgradient-draghandle.js.map +4 -4
  55. package/dist/colorgradient/tests/colorgradient-modes.js +433 -260
  56. package/dist/colorgradient/tests/colorgradient-modes.js.map +4 -4
  57. package/dist/colorgradient/tests/colorgradient-rtl.js +532 -155
  58. package/dist/colorgradient/tests/colorgradient-rtl.js.map +4 -4
  59. package/dist/colorgradient/tests/colorgradient-states.js +536 -132
  60. package/dist/colorgradient/tests/colorgradient-states.js.map +4 -4
  61. package/dist/colorgradient/tests/colorgradient.js +532 -132
  62. package/dist/colorgradient/tests/colorgradient.js.map +4 -4
  63. package/dist/colorpalette/colorpalette.spec.js +1 -1
  64. package/dist/colorpalette/colorpalette.spec.js.map +2 -2
  65. package/dist/colorpalette/tests/colorpalette-states.js +1 -1
  66. package/dist/colorpalette/tests/colorpalette-states.js.map +2 -2
  67. package/dist/colorpalette/tests/colorpalette-variants.js +1 -1
  68. package/dist/colorpalette/tests/colorpalette-variants.js.map +2 -2
  69. package/dist/colorpalette/tests/colorpalette.js +1 -1
  70. package/dist/colorpalette/tests/colorpalette.js.map +2 -2
  71. package/dist/colorpicker/tests/colorpicker-dropdown.js +757 -185
  72. package/dist/colorpicker/tests/colorpicker-dropdown.js.map +4 -4
  73. package/dist/editor/tests/editor-table-wizard.js +1984 -0
  74. package/dist/editor/tests/editor-table-wizard.js.map +7 -0
  75. package/dist/expansion-panel/expansion-panel.spec.js +253 -0
  76. package/dist/expansion-panel/expansion-panel.spec.js.map +7 -0
  77. package/dist/expansion-panel/tests/expansion-panel-rtl.js +100 -83
  78. package/dist/expansion-panel/tests/expansion-panel-rtl.js.map +4 -4
  79. package/dist/expansion-panel/tests/expansion-panel.js +100 -83
  80. package/dist/expansion-panel/tests/expansion-panel.js.map +4 -4
  81. package/dist/filemanager/tests/filemanager-contextmenu.js +492 -340
  82. package/dist/filemanager/tests/filemanager-contextmenu.js.map +4 -4
  83. package/dist/filemanager/tests/filemanager-drag-hint.js +468 -316
  84. package/dist/filemanager/tests/filemanager-drag-hint.js.map +4 -4
  85. package/dist/filemanager/tests/filemanager-gridview.js +533 -381
  86. package/dist/filemanager/tests/filemanager-gridview.js.map +4 -4
  87. package/dist/filemanager/tests/filemanager-listview.js +487 -335
  88. package/dist/filemanager/tests/filemanager-listview.js.map +4 -4
  89. package/dist/filemanager/tests/filemanager-preview.js +586 -434
  90. package/dist/filemanager/tests/filemanager-preview.js.map +4 -4
  91. package/dist/grid/tests/grid-column-menu-rtl.js +15 -15
  92. package/dist/grid/tests/grid-column-menu-rtl.js.map +2 -2
  93. package/dist/grid/tests/grid-column-menu.js +15 -15
  94. package/dist/grid/tests/grid-column-menu.js.map +2 -2
  95. package/dist/index.js +2131 -1244
  96. package/dist/index.js.map +4 -4
  97. package/dist/multiselecttree/multiselecttree.spec.js +1003 -0
  98. package/dist/multiselecttree/multiselecttree.spec.js.map +7 -0
  99. package/dist/multiselecttree/tests/multiselecttree-flat.js +1208 -0
  100. package/dist/multiselecttree/tests/multiselecttree-flat.js.map +7 -0
  101. package/dist/{editor/tests/editor-table-wizard-accessibility.js → multiselecttree/tests/multiselecttree-opened.js} +646 -645
  102. package/dist/multiselecttree/tests/multiselecttree-opened.js.map +7 -0
  103. package/dist/multiselecttree/tests/multiselecttree-outline.js +1208 -0
  104. package/dist/multiselecttree/tests/multiselecttree-outline.js.map +7 -0
  105. package/dist/multiselecttree/tests/multiselecttree-size.js +1107 -0
  106. package/dist/multiselecttree/tests/multiselecttree-size.js.map +7 -0
  107. package/dist/multiselecttree/tests/multiselecttree.js +1194 -0
  108. package/dist/multiselecttree/tests/multiselecttree.js.map +7 -0
  109. package/dist/pivotgrid/tests/pivotgrid-column-menus.js +8 -8
  110. package/dist/pivotgrid/tests/pivotgrid-column-menus.js.map +2 -2
  111. package/dist/scheduler/tests/scheduler-adaptive-agenda.js +6 -4
  112. package/dist/scheduler/tests/scheduler-adaptive-agenda.js.map +2 -2
  113. package/dist/scheduler/tests/scheduler-adaptive-day-resource-group.js +6 -4
  114. package/dist/scheduler/tests/scheduler-adaptive-day-resource-group.js.map +2 -2
  115. package/dist/scheduler/tests/scheduler-adaptive-day.js +6 -4
  116. package/dist/scheduler/tests/scheduler-adaptive-day.js.map +2 -2
  117. package/dist/scheduler/tests/scheduler-adaptive-month.js +6 -4
  118. package/dist/scheduler/tests/scheduler-adaptive-month.js.map +2 -2
  119. package/dist/scheduler/tests/scheduler-angular-agenda-rtl.js +8 -11
  120. package/dist/scheduler/tests/scheduler-angular-agenda-rtl.js.map +2 -2
  121. package/dist/scheduler/tests/scheduler-angular-agenda.js +8 -11
  122. package/dist/scheduler/tests/scheduler-angular-agenda.js.map +2 -2
  123. package/dist/scheduler/tests/scheduler-angular-day-rtl.js +8 -11
  124. package/dist/scheduler/tests/scheduler-angular-day-rtl.js.map +2 -2
  125. package/dist/scheduler/tests/scheduler-angular-month-rtl.js +8 -11
  126. package/dist/scheduler/tests/scheduler-angular-month-rtl.js.map +2 -2
  127. package/dist/scheduler/tests/scheduler-angular-month.js +8 -11
  128. package/dist/scheduler/tests/scheduler-angular-month.js.map +2 -2
  129. package/dist/scheduler/tests/scheduler-angular-rtl.js +8 -11
  130. package/dist/scheduler/tests/scheduler-angular-rtl.js.map +2 -2
  131. package/dist/scheduler/tests/scheduler-angular.js +8 -11
  132. package/dist/scheduler/tests/scheduler-angular.js.map +2 -2
  133. package/dist/scheduler/tests/scheduler-flex-layout.js +7 -10
  134. package/dist/scheduler/tests/scheduler-flex-layout.js.map +2 -2
  135. package/dist/scheduler/tests/scheduler-jquery-agenda.js +7 -10
  136. package/dist/scheduler/tests/scheduler-jquery-agenda.js.map +2 -2
  137. package/dist/scheduler/tests/scheduler-jquery-month.js +7 -10
  138. package/dist/scheduler/tests/scheduler-jquery-month.js.map +2 -2
  139. package/dist/scheduler/tests/scheduler-react-agenda.js +7 -10
  140. package/dist/scheduler/tests/scheduler-react-agenda.js.map +2 -2
  141. package/dist/scheduler/tests/scheduler-react-day.js +7 -10
  142. package/dist/scheduler/tests/scheduler-react-day.js.map +2 -2
  143. package/dist/scheduler/tests/scheduler-react-month.js +7 -10
  144. package/dist/scheduler/tests/scheduler-react-month.js.map +2 -2
  145. package/dist/scheduler/tests/scheduler-react-timeline-multi.js +7 -10
  146. package/dist/scheduler/tests/scheduler-react-timeline-multi.js.map +2 -2
  147. package/dist/scheduler/tests/scheduler-react-timeline.js +14 -20
  148. package/dist/scheduler/tests/scheduler-react-timeline.js.map +2 -2
  149. package/dist/scheduler/tests/scheduler-react-week.js +7 -10
  150. package/dist/scheduler/tests/scheduler-react-week.js.map +2 -2
  151. package/dist/scheduler/tests/scheduler-year.js +6 -9
  152. package/dist/scheduler/tests/scheduler-year.js.map +2 -2
  153. package/dist/scheduler/tests/scheduler.js +13 -19
  154. package/dist/scheduler/tests/scheduler.js.map +2 -2
  155. package/dist/slider/slider-tick.js +48 -0
  156. package/dist/slider/slider-tick.js.map +7 -0
  157. package/dist/slider/slider.spec.js +411 -0
  158. package/dist/slider/slider.spec.js.map +7 -0
  159. package/dist/slider/tests/slider-css-vars.js +300 -268
  160. package/dist/slider/tests/slider-css-vars.js.map +4 -4
  161. package/dist/slider/tests/slider-tick-absolute-position.js +155 -36
  162. package/dist/slider/tests/slider-tick-absolute-position.js.map +4 -4
  163. package/dist/slider/tests/slider.js +235 -209
  164. package/dist/slider/tests/slider.js.map +4 -4
  165. package/dist/spreadsheet/tests/spreadsheet-filter-menu.js +2 -2
  166. package/dist/spreadsheet/tests/spreadsheet-filter-menu.js.map +2 -2
  167. package/package.json +2 -2
  168. package/src/action-sheet/tests/action-sheet-calendar-infinite.tsx +605 -0
  169. package/src/bottom-nav/bottom-nav-item.tsx +62 -0
  170. package/src/bottom-nav/bottom-nav.spec.tsx +76 -0
  171. package/src/bottom-nav/index.ts +2 -0
  172. package/src/bottom-nav/tests/bottom-nav-colors.tsx +109 -325
  173. package/src/bottom-nav/tests/bottom-nav-items.tsx +12 -22
  174. package/src/bottom-nav/tests/bottom-nav-rtl.tsx +13 -37
  175. package/src/bottom-nav/tests/bottom-nav.tsx +29 -77
  176. package/src/breadcrumb/breadcrumb-container.tsx +36 -0
  177. package/src/breadcrumb/breadcrumb-input-container.tsx +22 -0
  178. package/src/breadcrumb/breadcrumb-item-text.tsx +32 -0
  179. package/src/breadcrumb/breadcrumb-item.tsx +34 -0
  180. package/src/breadcrumb/breadcrumb-link.tsx +55 -0
  181. package/src/breadcrumb/breadcrumb-root-item-container.tsx +22 -0
  182. package/src/breadcrumb/breadcrumb.spec.tsx +55 -0
  183. package/src/breadcrumb/index.ts +7 -0
  184. package/src/breadcrumb/tests/breadcrumb-rtl.tsx +275 -231
  185. package/src/breadcrumb/tests/breadcrumb.tsx +274 -231
  186. package/src/coloreditor/color-editor.spec.tsx +93 -0
  187. package/src/coloreditor/index.ts +1 -0
  188. package/src/coloreditor/tests/coloreditor-focused-colorgradient.tsx +2 -76
  189. package/src/coloreditor/tests/coloreditor-rtl.tsx +3 -107
  190. package/src/coloreditor/tests/coloreditor-states.tsx +2 -77
  191. package/src/coloreditor/tests/coloreditor-views.tsx +3 -107
  192. package/src/coloreditor/tests/coloreditor.tsx +2 -77
  193. package/src/colorgradient/color-contrast.tsx +44 -0
  194. package/src/colorgradient/color-gradient.spec.tsx +102 -0
  195. package/src/colorgradient/color-input.tsx +123 -0
  196. package/src/colorgradient/index.ts +4 -0
  197. package/src/colorgradient/tests/colorgradient-contrast.tsx +2 -83
  198. package/src/colorgradient/tests/colorgradient-draghandle.tsx +4 -146
  199. package/src/colorgradient/tests/colorgradient-modes.tsx +6 -214
  200. package/src/colorgradient/tests/colorgradient-rtl.tsx +2 -74
  201. package/src/colorgradient/tests/colorgradient-states.tsx +14 -51
  202. package/src/colorgradient/tests/colorgradient.tsx +2 -55
  203. package/src/colorpalette/colorpalette.spec.tsx +5 -5
  204. package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -184
  205. package/src/editor/tests/editor-table-wizard.tsx +280 -0
  206. package/src/expansion-panel/expansion-panel.spec.tsx +86 -0
  207. package/src/expansion-panel/index.ts +1 -0
  208. package/src/expansion-panel/tests/expansion-panel-rtl.tsx +48 -111
  209. package/src/expansion-panel/tests/expansion-panel.tsx +49 -111
  210. package/src/filemanager/tests/filemanager-contextmenu.tsx +9 -8
  211. package/src/filemanager/tests/filemanager-drag-hint.tsx +9 -8
  212. package/src/filemanager/tests/filemanager-gridview.tsx +17 -16
  213. package/src/filemanager/tests/filemanager-listview.tsx +17 -16
  214. package/src/filemanager/tests/filemanager-preview.tsx +25 -24
  215. package/src/grid/tests/grid-column-menu-rtl.tsx +45 -15
  216. package/src/grid/tests/grid-column-menu.tsx +45 -15
  217. package/src/index.ts +7 -4
  218. package/src/multiselecttree/index.ts +1 -0
  219. package/src/multiselecttree/multiselecttree.spec.tsx +150 -0
  220. package/src/multiselecttree/tests/multiselecttree-flat.tsx +179 -0
  221. package/src/multiselecttree/tests/multiselecttree-opened.tsx +119 -0
  222. package/src/multiselecttree/tests/multiselecttree-outline.tsx +179 -0
  223. package/src/multiselecttree/tests/multiselecttree-size.tsx +54 -0
  224. package/src/multiselecttree/tests/multiselecttree.tsx +179 -0
  225. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +24 -8
  226. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +13 -14
  227. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +13 -14
  228. package/src/scheduler/tests/scheduler-adaptive-day.tsx +13 -14
  229. package/src/scheduler/tests/scheduler-adaptive-month.tsx +13 -14
  230. package/src/scheduler/tests/scheduler-angular-agenda-rtl.tsx +13 -17
  231. package/src/scheduler/tests/scheduler-angular-agenda.tsx +13 -17
  232. package/src/scheduler/tests/scheduler-angular-day-rtl.tsx +13 -17
  233. package/src/scheduler/tests/scheduler-angular-month-rtl.tsx +13 -17
  234. package/src/scheduler/tests/scheduler-angular-month.tsx +13 -17
  235. package/src/scheduler/tests/scheduler-angular-rtl.tsx +13 -17
  236. package/src/scheduler/tests/scheduler-angular.tsx +13 -17
  237. package/src/scheduler/tests/scheduler-flex-layout.tsx +10 -14
  238. package/src/scheduler/tests/scheduler-jquery-agenda.tsx +10 -14
  239. package/src/scheduler/tests/scheduler-jquery-month.tsx +10 -14
  240. package/src/scheduler/tests/scheduler-react-agenda.tsx +10 -14
  241. package/src/scheduler/tests/scheduler-react-day.tsx +10 -14
  242. package/src/scheduler/tests/scheduler-react-month.tsx +10 -14
  243. package/src/scheduler/tests/scheduler-react-timeline-multi.tsx +10 -14
  244. package/src/scheduler/tests/scheduler-react-timeline.tsx +19 -28
  245. package/src/scheduler/tests/scheduler-react-week.tsx +10 -14
  246. package/src/scheduler/tests/scheduler-year.tsx +9 -13
  247. package/src/scheduler/tests/scheduler.tsx +20 -27
  248. package/src/slider/index.ts +2 -0
  249. package/src/slider/slider-tick.tsx +52 -0
  250. package/src/slider/slider.spec.tsx +120 -0
  251. package/src/slider/tests/slider-css-vars.tsx +185 -349
  252. package/src/slider/tests/slider-tick-absolute-position.tsx +40 -64
  253. package/src/slider/tests/slider.tsx +118 -262
  254. package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +6 -2
  255. package/dist/editor/tests/editor-table-wizard-accessibility.js.map +0 -7
  256. package/src/editor/tests/editor-table-wizard-accessibility.tsx +0 -69
@@ -1,5 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
- import { Icon } from '../../icon';
2
+ import { ExpansionPanel } from '../../expansion-panel';
3
3
 
4
4
  const root = ReactDOM.createRoot(
5
5
  document.getElementById('app') as HTMLElement
@@ -8,118 +8,55 @@ const root = ReactDOM.createRoot(
8
8
  root.render(
9
9
  <>
10
10
  <div id="test-area">
11
+ <ExpansionPanel title="Collapsed panel" subtitle="South America" dir="rtl"></ExpansionPanel>
11
12
 
12
- <div className="k-expander" dir="rtl">
13
- <div className="k-expander-header">
14
- <div className="k-expander-title">Collapsed panel</div>
15
- <span className="k-spacer"></span>
16
- <div className="k-expander-sub-title">South America</div>
17
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
18
- </div>
19
- <div className="k-expander-content-wrapper k-d-none">
20
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
21
- </div>
22
- </div>
23
- </div>
24
- <div className="k-expander k-expanded" dir="rtl">
25
- <div className="k-expander-header">
26
- <div className="k-expander-title">Expanded panel</div>
27
- <span className="k-spacer"></span>
28
- <div className="k-expander-sub-title">South America</div>
29
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
30
- </div>
31
- <div className="k-expander-content-wrapper">
32
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
33
- </div>
34
- </div>
35
- </div>
36
- <div className="k-expander k-expanded k-focus" dir="rtl">
37
- <div className="k-expander-header">
38
- <div className="k-expander-title">Expanded panel</div>
39
- <span className="k-spacer"></span>
40
- <div className="k-expander-sub-title">South America</div>
41
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
42
- </div>
43
- <div className="k-expander-content-wrapper">
44
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
45
- </div>
46
- </div>
47
- </div>
48
- <div className="k-expander" dir="rtl">
49
- <div className="k-expander-header">
50
- <div className="k-expander-title">Collapsed panel</div>
51
- <span className="k-spacer"></span>
52
- <div className="k-expander-sub-title">South America</div>
53
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
54
- </div>
55
- <div className="k-expander-content-wrapper k-d-none">
56
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
57
- </div>
58
- </div>
59
- </div>
60
- <div className="k-expander k-focus" dir="rtl">
61
- <div className="k-expander-header">
62
- <div className="k-expander-title">Focus state</div>
63
- <span className="k-spacer"></span>
64
- <div className="k-expander-sub-title">South America</div>
65
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
66
- </div>
67
- <div className="k-expander-content-wrapper k-d-none">
68
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
69
- </div>
70
- </div>
71
- </div>
72
- <div className="k-expander" dir="rtl">
73
- <div className="k-expander-header k-hover">
74
- <div className="k-expander-title">Hover state</div>
75
- <span className="k-spacer"></span>
76
- <div className="k-expander-sub-title">South America</div>
77
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
78
- </div>
79
- <div className="k-expander-content-wrapper k-d-none">
80
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
81
- </div>
82
- </div>
83
- </div>
84
- <div className="k-expander k-focus" dir="rtl">
85
- <div className="k-expander-header k-hover">
86
- <div className="k-expander-title">Hover & Focus state</div>
87
- <span className="k-spacer"></span>
88
- <div className="k-expander-sub-title">South America</div>
89
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
90
- </div>
91
- <div className="k-expander-content-wrapper k-d-none">
92
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
93
- </div>
94
- </div>
95
- </div>
96
- <div className="k-expander k-disabled" dir="rtl">
97
- <div className="k-expander-header">
98
- <div className="k-expander-title">Disabled panel</div>
99
- <span className="k-spacer"></span>
100
- <div className="k-expander-sub-title">South America</div>
101
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
102
- </div>
103
- <div className="k-expander-content-wrapper k-d-none">
104
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
105
- </div>
106
- </div>
107
- </div>
108
- <div className="k-expander k-expanded" dir="rtl">
109
- <div className="k-expander-header">
110
- <div className="k-expander-title">Content with fixed height</div>
111
- <span className="k-spacer"></span>
112
- <div className="k-expander-sub-title">South America</div>
113
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
114
- </div>
115
- <div className="k-expander-content-wrapper">
116
- <div className="k-expander-content" style={{ height: "100px" }}>
117
- <div style={{ height: "100%", overflow: "auto" }}>
118
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don&apos;t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn&apos;t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
119
- </div>
120
- </div>
13
+ <ExpansionPanel title="Expanded panel" subtitle="South America" expanded dir="rtl" >
14
+ <span>
15
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
16
+ </span>
17
+ </ExpansionPanel>
18
+
19
+ <ExpansionPanel title="Expanded Focused panel" subtitle="South America" expanded focus dir="rtl" >
20
+ <span>
21
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
22
+ </span>
23
+ </ExpansionPanel>
24
+
25
+ <ExpansionPanel title="Collapsed panel" subtitle="South America" dir="rtl" >
26
+ <span>
27
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
28
+ </span>
29
+ </ExpansionPanel>
30
+
31
+ <ExpansionPanel title="Focus state" subtitle="South America" focus dir="rtl" >
32
+ <span>
33
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
34
+ </span>
35
+ </ExpansionPanel>
36
+
37
+ <ExpansionPanel title="Hover state" subtitle="South America" hover dir="rtl" >
38
+ <span>
39
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
40
+ </span>
41
+ </ExpansionPanel>
42
+
43
+ <ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus dir="rtl" >
44
+ <span>
45
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
46
+ </span>
47
+ </ExpansionPanel>
48
+
49
+ <ExpansionPanel title="Disabled panel" subtitle="South America" disabled dir="rtl" >
50
+ <span>
51
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
52
+ </span>
53
+ </ExpansionPanel>
54
+
55
+ <ExpansionPanel title="Content with fixed height" subtitle="South America" expanded dir="rtl" contentStyle={ { height: "100px" } } >
56
+ <div style={ { height: "100%", overflow: "auto" } }>
57
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
121
58
  </div>
122
- </div>
59
+ </ExpansionPanel>
123
60
 
124
61
  </div>
125
62
  </>
@@ -1,5 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
- import { Icon } from '../../icon';
2
+ import { ExpansionPanel } from '../../expansion-panel';
3
3
 
4
4
  const root = ReactDOM.createRoot(
5
5
  document.getElementById('app') as HTMLElement
@@ -8,117 +8,55 @@ const root = ReactDOM.createRoot(
8
8
  root.render(
9
9
  <>
10
10
  <div id="test-area">
11
- <div className="k-expander">
12
- <div className="k-expander-header">
13
- <div className="k-expander-title">Collapsed panel</div>
14
- <span className="k-spacer"></span>
15
- <div className="k-expander-sub-title">South America</div>
16
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
17
- </div>
18
- <div className="k-expander-content-wrapper k-d-none">
19
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
20
- </div>
21
- </div>
22
- </div>
23
- <div className="k-expander k-expanded">
24
- <div className="k-expander-header">
25
- <div className="k-expander-title">Expanded panel</div>
26
- <span className="k-spacer"></span>
27
- <div className="k-expander-sub-title">South America</div>
28
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
29
- </div>
30
- <div className="k-expander-content-wrapper">
31
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
32
- </div>
33
- </div>
34
- </div>
35
- <div className="k-expander k-expanded k-focus">
36
- <div className="k-expander-header">
37
- <div className="k-expander-title">Expanded Focused panel</div>
38
- <span className="k-spacer"></span>
39
- <div className="k-expander-sub-title">South America</div>
40
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
41
- </div>
42
- <div className="k-expander-content-wrapper">
43
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
44
- </div>
45
- </div>
46
- </div>
47
- <div className="k-expander">
48
- <div className="k-expander-header">
49
- <div className="k-expander-title">Collapsed panel</div>
50
- <span className="k-spacer"></span>
51
- <div className="k-expander-sub-title">South America</div>
52
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
53
- </div>
54
- <div className="k-expander-content-wrapper k-d-none">
55
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
56
- </div>
57
- </div>
58
- </div>
59
- <div className="k-expander k-focus">
60
- <div className="k-expander-header">
61
- <div className="k-expander-title">Focus state</div>
62
- <span className="k-spacer"></span>
63
- <div className="k-expander-sub-title">South America</div>
64
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
65
- </div>
66
- <div className="k-expander-content-wrapper k-d-none">
67
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
68
- </div>
69
- </div>
70
- </div>
71
- <div className="k-expander">
72
- <div className="k-expander-header k-hover">
73
- <div className="k-expander-title">Hover state</div>
74
- <span className="k-spacer"></span>
75
- <div className="k-expander-sub-title">South America</div>
76
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
77
- </div>
78
- <div className="k-expander-content-wrapper k-d-none">
79
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
80
- </div>
81
- </div>
82
- </div>
83
- <div className="k-expander k-focus">
84
- <div className="k-expander-header k-hover">
85
- <div className="k-expander-title">Hover & Focus state</div>
86
- <span className="k-spacer"></span>
87
- <div className="k-expander-sub-title">South America</div>
88
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
89
- </div>
90
- <div className="k-expander-content-wrapper k-d-none">
91
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
92
- </div>
93
- </div>
94
- </div>
95
- <div className="k-expander k-disabled">
96
- <div className="k-expander-header">
97
- <div className="k-expander-title">Disabled panel</div>
98
- <span className="k-spacer"></span>
99
- <div className="k-expander-sub-title">South America</div>
100
- <Icon className="k-expander-indicator" name="arrow-chevron-down" />
101
- </div>
102
- <div className="k-expander-content-wrapper k-d-none">
103
- <div className="k-expander-content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
104
- </div>
105
- </div>
106
- </div>
107
- <div className="k-expander k-expanded">
108
- <div className="k-expander-header">
109
- <div className="k-expander-title">Content with fixed height</div>
110
- <span className="k-spacer"></span>
111
- <div className="k-expander-sub-title">South America</div>
112
- <Icon className="k-expander-indicator" name="arrow-chevron-up" />
113
- </div>
114
- <div className="k-expander-content-wrapper">
115
- <div className="k-expander-content" style={{ height: "100px" }}>
116
- <div style={{ height: "100%", overflow: "auto" }}>
117
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don&apos;t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn&apos;t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
118
- </div>
119
- </div>
11
+ <ExpansionPanel title="Collapsed panel" subtitle="South America"></ExpansionPanel>
12
+
13
+ <ExpansionPanel title="Expanded panel" subtitle="South America" expanded >
14
+ <span>
15
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
16
+ </span>
17
+ </ExpansionPanel>
18
+
19
+ <ExpansionPanel title="Expanded Focused panel" subtitle="South America" expanded focus >
20
+ <span>
21
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
22
+ </span>
23
+ </ExpansionPanel>
24
+
25
+ <ExpansionPanel title="Collapsed panel" subtitle="South America" >
26
+ <span>
27
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
28
+ </span>
29
+ </ExpansionPanel>
30
+
31
+ <ExpansionPanel title="Focus state" subtitle="South America" focus >
32
+ <span>
33
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
34
+ </span>
35
+ </ExpansionPanel>
36
+
37
+ <ExpansionPanel title="Hover state" subtitle="South America" hover >
38
+ <span>
39
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
40
+ </span>
41
+ </ExpansionPanel>
42
+
43
+ <ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus >
44
+ <span>
45
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
46
+ </span>
47
+ </ExpansionPanel>
48
+
49
+ <ExpansionPanel title="Disabled panel" subtitle="South America" disabled >
50
+ <span>
51
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
52
+ </span>
53
+ </ExpansionPanel>
54
+
55
+ <ExpansionPanel title="Content with fixed height" subtitle="South America" expanded contentStyle={ { height: "100px" } } >
56
+ <div style={ { height: "100%", overflow: "auto" } }>
57
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
120
58
  </div>
121
- </div>
59
+ </ExpansionPanel>
122
60
  </div>
123
61
  </>
124
62
  );
@@ -1,4 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
+ import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
2
3
  import { Button } from '../../button';
3
4
  import { Icon } from '../../icon';
4
5
  import { MenuItem, MenuList } from '../../menu';
@@ -45,15 +46,15 @@ root.render(
45
46
 
46
47
  {/* Content */}
47
48
  <div className="k-filemanager-content">
48
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
49
- <ol className="k-breadcrumb-container">
50
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
51
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
49
+ <Breadcrumb className="k-filemanager-breadcrumb">
50
+ <BreadcrumbContainer>
51
+ <BreadcrumbItem root>
52
+ <BreadcrumbLink root icon>
52
53
  <Icon name="home" />
53
- </a>
54
- </li>
55
- </ol>
56
- </nav>
54
+ </BreadcrumbLink>
55
+ </BreadcrumbItem>
56
+ </BreadcrumbContainer>
57
+ </Breadcrumb>
57
58
 
58
59
  {/* View */}
59
60
  <div className="k-widget k-listview k-selectable k-filemanager-listview">
@@ -1,4 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
+ import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
2
3
  import { Button } from '../../button';
3
4
  import { Icon } from '../../icon';
4
5
  import { Toolbar } from '../../toolbar';
@@ -42,15 +43,15 @@ root.render(
42
43
 
43
44
  {/* Content */}
44
45
  <div className="k-filemanager-content">
45
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
46
- <ol className="k-breadcrumb-container">
47
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
48
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
46
+ <Breadcrumb className="k-filemanager-breadcrumb">
47
+ <BreadcrumbContainer>
48
+ <BreadcrumbItem root>
49
+ <BreadcrumbLink root icon>
49
50
  <Icon name="home" />
50
- </a>
51
- </li>
52
- </ol>
53
- </nav>
51
+ </BreadcrumbLink>
52
+ </BreadcrumbItem>
53
+ </BreadcrumbContainer>
54
+ </Breadcrumb>
54
55
 
55
56
  {/* View */}
56
57
  <div className="k-widget k-listview k-selectable k-filemanager-listview">
@@ -1,4 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
+ import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
2
3
  import { Button } from '../../button';
3
4
  import { ButtonGroup } from '../../button-group';
4
5
  import { Icon } from '../../icon';
@@ -37,15 +38,15 @@ root.render(
37
38
 
38
39
  {/* Content */}
39
40
  <div className="k-filemanager-content">
40
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
41
- <ol className="k-breadcrumb-container">
42
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
43
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
41
+ <Breadcrumb className="k-filemanager-breadcrumb">
42
+ <BreadcrumbContainer>
43
+ <BreadcrumbItem root>
44
+ <BreadcrumbLink root icon>
44
45
  <Icon name="home" />
45
- </a>
46
- </li>
47
- </ol>
48
- </nav>
46
+ </BreadcrumbLink>
47
+ </BreadcrumbItem>
48
+ </BreadcrumbContainer>
49
+ </Breadcrumb>
49
50
 
50
51
  {/* View */}
51
52
  <div className="k-filemanager-grid k-grid k-grid-md k-grid-display-block k-editable">
@@ -155,15 +156,15 @@ root.render(
155
156
 
156
157
  {/* Content */}
157
158
  <div className="k-filemanager-content">
158
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
159
- <ol className="k-breadcrumb-container">
160
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
161
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
159
+ <Breadcrumb className="k-filemanager-breadcrumb">
160
+ <BreadcrumbContainer>
161
+ <BreadcrumbItem root>
162
+ <BreadcrumbLink root icon>
162
163
  <Icon name="home" />
163
- </a>
164
- </li>
165
- </ol>
166
- </nav>
164
+ </BreadcrumbLink>
165
+ </BreadcrumbItem>
166
+ </BreadcrumbContainer>
167
+ </Breadcrumb>
167
168
 
168
169
  {/* View */}
169
170
  <div className="k-filemanager-view k-filemanager-view-grid">
@@ -1,4 +1,5 @@
1
1
  import ReactDOM from 'react-dom/client';
2
+ import { Breadcrumb, BreadcrumbContainer, BreadcrumbItem, BreadcrumbLink } from '../../breadcrumb';
2
3
  import { Button } from '../../button';
3
4
  import { ButtonGroup } from '../../button-group';
4
5
  import { Icon } from '../../icon';
@@ -37,15 +38,15 @@ root.render(
37
38
 
38
39
  {/* Content */}
39
40
  <div className="k-filemanager-content">
40
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
41
- <ol className="k-breadcrumb-container">
42
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
43
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
41
+ <Breadcrumb className="k-filemanager-breadcrumb">
42
+ <BreadcrumbContainer>
43
+ <BreadcrumbItem root>
44
+ <BreadcrumbLink root icon>
44
45
  <Icon name="home" />
45
- </a>
46
- </li>
47
- </ol>
48
- </nav>
46
+ </BreadcrumbLink>
47
+ </BreadcrumbItem>
48
+ </BreadcrumbContainer>
49
+ </Breadcrumb>
49
50
 
50
51
  {/* View */}
51
52
  <div className="k-widget k-listview k-selectable k-filemanager-listview">
@@ -97,15 +98,15 @@ root.render(
97
98
 
98
99
  {/* Content */}
99
100
  <div className="k-filemanager-content">
100
- <nav className="k-filemanager-breadcrumb k-widget k-breadcrumb">
101
- <ol className="k-breadcrumb-container">
102
- <li className="k-breadcrumb-item k-breadcrumb-root-item">
103
- <a className="k-breadcrumb-root-link k-breadcrumb-icon-link">
101
+ <Breadcrumb className="k-filemanager-breadcrumb">
102
+ <BreadcrumbContainer>
103
+ <BreadcrumbItem root>
104
+ <BreadcrumbLink root icon>
104
105
  <Icon name="home" />
105
- </a>
106
- </li>
107
- </ol>
108
- </nav>
106
+ </BreadcrumbLink>
107
+ </BreadcrumbItem>
108
+ </BreadcrumbContainer>
109
+ </Breadcrumb>
109
110
 
110
111
  {/* View */}
111
112
  <div className="k-widget k-listview k-selectable k-filemanager-listview">