kempo-ui 0.3.16 → 0.4.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 (75) hide show
  1. package/dist/components/Progress.js +86 -0
  2. package/dist/components/Spinner.js +2 -2
  3. package/docs/components/accordion.html +3 -0
  4. package/docs/components/aside.html +3 -0
  5. package/docs/components/card.html +3 -0
  6. package/docs/components/code-editor.html +3 -0
  7. package/docs/components/color-picker.html +3 -0
  8. package/docs/components/combobox.html +3 -0
  9. package/docs/components/content-slider.html +3 -0
  10. package/docs/components/context.html +3 -0
  11. package/docs/components/dialog.html +3 -0
  12. package/docs/components/dropdown.html +3 -0
  13. package/docs/components/filter-list.html +3 -0
  14. package/docs/components/focus-capture.html +3 -0
  15. package/docs/components/html-editor.html +3 -0
  16. package/docs/components/hybrid-component.html +3 -0
  17. package/docs/components/icon.html +3 -0
  18. package/docs/components/import.html +3 -0
  19. package/docs/components/light-component.html +3 -0
  20. package/docs/components/nav-spacer.html +3 -0
  21. package/docs/components/nav.html +3 -0
  22. package/docs/components/photo-viewer.html +3 -0
  23. package/docs/components/progress.html +625 -0
  24. package/docs/components/resize.html +3 -0
  25. package/docs/components/shadow-component.html +3 -0
  26. package/docs/components/show-more.html +3 -0
  27. package/docs/components/sortable.html +3 -0
  28. package/docs/components/spinner.html +3 -0
  29. package/docs/components/split.html +3 -0
  30. package/docs/components/table.html +3 -0
  31. package/docs/components/tableControls.html +3 -0
  32. package/docs/components/tableCustomFields.html +3 -0
  33. package/docs/components/tableFetchRecords.html +3 -0
  34. package/docs/components/tableFieldSortHide.html +3 -0
  35. package/docs/components/tablePagination.html +3 -0
  36. package/docs/components/tablePlaceholder.html +3 -0
  37. package/docs/components/tableRecordEditing.html +3 -0
  38. package/docs/components/tableRecordFiltering.html +3 -0
  39. package/docs/components/tableRecordHiding.html +3 -0
  40. package/docs/components/tableRecordSearching.html +3 -0
  41. package/docs/components/tableRecordSelection.html +3 -0
  42. package/docs/components/tableRowControls.html +3 -0
  43. package/docs/components/tableServerSync.html +3 -0
  44. package/docs/components/tableSorting.html +3 -0
  45. package/docs/components/tabs.html +3 -0
  46. package/docs/components/tags.html +3 -0
  47. package/docs/components/theme-select.html +3 -0
  48. package/docs/components/theme-switcher.html +3 -0
  49. package/docs/components/timestamp.html +3 -0
  50. package/docs/components/toast.html +3 -0
  51. package/docs/components/toggle.html +3 -0
  52. package/docs/components/tree.html +3 -0
  53. package/docs/index.html +9 -0
  54. package/docs/src/components/Progress.js +86 -0
  55. package/docs/src/components/Spinner.js +2 -2
  56. package/docs/utils/context.html +3 -0
  57. package/docs/utils/cookie.html +3 -0
  58. package/docs/utils/debounce.html +3 -0
  59. package/docs/utils/drag.html +3 -0
  60. package/docs/utils/elevation.html +3 -0
  61. package/docs/utils/formatTimestamp.html +3 -0
  62. package/docs/utils/object.html +3 -0
  63. package/docs/utils/propConverters.html +3 -0
  64. package/docs/utils/string.html +3 -0
  65. package/docs/utils/theme.html +3 -0
  66. package/docs/utils/toTitleCase.html +3 -0
  67. package/docs/utils/type.html +3 -0
  68. package/docs/utils/wait.html +3 -0
  69. package/docs-src/components/progress.page.html +182 -0
  70. package/docs-src/index.page.html +6 -0
  71. package/docs-src/nav.fragment.html +3 -0
  72. package/package.json +3 -3
  73. package/src/components/Progress.js +148 -0
  74. package/src/components/Spinner.js +19 -18
  75. package/tests/components/Progress.browser-test.js +444 -0
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -143,6 +143,8 @@
143
143
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
144
144
  href="../components/photo-viewer.html"
145
145
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
146
+ <k-filter-item filter-keywords="progress loading components"><a
147
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
146
148
  <k-filter-item filter-keywords="resize components"><a
147
149
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
148
150
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -319,6 +321,7 @@
319
321
  <a href="../components/nav.html">Nav</a>
320
322
  <a href="../components/nav-spacer.html">Nav Spacer</a>
321
323
  <a href="../components/photo-viewer.html">Photo Viewer</a>
324
+ <a href="../components/progress.html">Progress</a>
322
325
  <a href="../components/resize.html">Resize</a>
323
326
  <a href="../components/show-more.html">Show More</a>
324
327
  <a href="../components/sortable.html">Sortable</a>
@@ -143,6 +143,8 @@
143
143
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
144
144
  href="../components/photo-viewer.html"
145
145
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
146
+ <k-filter-item filter-keywords="progress loading components"><a
147
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
146
148
  <k-filter-item filter-keywords="resize components"><a
147
149
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
148
150
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -319,6 +321,7 @@
319
321
  <a href="../components/nav.html">Nav</a>
320
322
  <a href="../components/nav-spacer.html">Nav Spacer</a>
321
323
  <a href="../components/photo-viewer.html">Photo Viewer</a>
324
+ <a href="../components/progress.html">Progress</a>
322
325
  <a href="../components/resize.html">Resize</a>
323
326
  <a href="../components/show-more.html">Show More</a>
324
327
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -106,6 +106,8 @@
106
106
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
107
107
  href="../components/photo-viewer.html"
108
108
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
109
+ <k-filter-item filter-keywords="progress loading components"><a
110
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="resize components"><a
110
112
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
111
113
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -282,6 +284,7 @@
282
284
  <a href="../components/nav.html">Nav</a>
283
285
  <a href="../components/nav-spacer.html">Nav Spacer</a>
284
286
  <a href="../components/photo-viewer.html">Photo Viewer</a>
287
+ <a href="../components/progress.html">Progress</a>
285
288
  <a href="../components/resize.html">Resize</a>
286
289
  <a href="../components/show-more.html">Show More</a>
287
290
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -143,6 +143,8 @@
143
143
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
144
144
  href="../components/photo-viewer.html"
145
145
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
146
+ <k-filter-item filter-keywords="progress loading components"><a
147
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
146
148
  <k-filter-item filter-keywords="resize components"><a
147
149
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
148
150
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -319,6 +321,7 @@
319
321
  <a href="../components/nav.html">Nav</a>
320
322
  <a href="../components/nav-spacer.html">Nav Spacer</a>
321
323
  <a href="../components/photo-viewer.html">Photo Viewer</a>
324
+ <a href="../components/progress.html">Progress</a>
322
325
  <a href="../components/resize.html">Resize</a>
323
326
  <a href="../components/show-more.html">Show More</a>
324
327
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -143,6 +143,8 @@
143
143
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
144
144
  href="../components/photo-viewer.html"
145
145
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
146
+ <k-filter-item filter-keywords="progress loading components"><a
147
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
146
148
  <k-filter-item filter-keywords="resize components"><a
147
149
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
148
150
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -319,6 +321,7 @@
319
321
  <a href="../components/nav.html">Nav</a>
320
322
  <a href="../components/nav-spacer.html">Nav Spacer</a>
321
323
  <a href="../components/photo-viewer.html">Photo Viewer</a>
324
+ <a href="../components/progress.html">Progress</a>
322
325
  <a href="../components/resize.html">Resize</a>
323
326
  <a href="../components/show-more.html">Show More</a>
324
327
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -142,6 +142,8 @@
142
142
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
143
143
  href="../components/photo-viewer.html"
144
144
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
145
+ <k-filter-item filter-keywords="progress loading components"><a
146
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
145
147
  <k-filter-item filter-keywords="resize components"><a
146
148
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
147
149
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -318,6 +320,7 @@
318
320
  <a href="../components/nav.html">Nav</a>
319
321
  <a href="../components/nav-spacer.html">Nav Spacer</a>
320
322
  <a href="../components/photo-viewer.html">Photo Viewer</a>
323
+ <a href="../components/progress.html">Progress</a>
321
324
  <a href="../components/resize.html">Resize</a>
322
325
  <a href="../components/show-more.html">Show More</a>
323
326
  <a href="../components/sortable.html">Sortable</a>
@@ -143,6 +143,8 @@
143
143
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
144
144
  href="../components/photo-viewer.html"
145
145
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
146
+ <k-filter-item filter-keywords="progress loading components"><a
147
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
146
148
  <k-filter-item filter-keywords="resize components"><a
147
149
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
148
150
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -319,6 +321,7 @@
319
321
  <a href="../components/nav.html">Nav</a>
320
322
  <a href="../components/nav-spacer.html">Nav Spacer</a>
321
323
  <a href="../components/photo-viewer.html">Photo Viewer</a>
324
+ <a href="../components/progress.html">Progress</a>
322
325
  <a href="../components/resize.html">Resize</a>
323
326
  <a href="../components/show-more.html">Show More</a>
324
327
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="../components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="../components/nav.html">Nav</a>
281
283
  <a href="../components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="../components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="../components/progress.html">Progress</a>
283
286
  <a href="../components/resize.html">Resize</a>
284
287
  <a href="../components/show-more.html">Show More</a>
285
288
  <a href="../components/sortable.html">Sortable</a>
package/docs/index.html CHANGED
@@ -104,6 +104,8 @@
104
104
  <k-filter-item filter-keywords="photo viewer photoviewer components"><a
105
105
  href="./components/photo-viewer.html"
106
106
  >Photo Viewer<br><small>Component</small></a></k-filter-item>
107
+ <k-filter-item filter-keywords="progress loading components"><a
108
+ href="./components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
107
109
  <k-filter-item filter-keywords="resize components"><a
108
110
  href="./components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
109
111
  <k-filter-item filter-keywords="show more showmore components"><a
@@ -280,6 +282,7 @@
280
282
  <a href="./components/nav.html">Nav</a>
281
283
  <a href="./components/nav-spacer.html">Nav Spacer</a>
282
284
  <a href="./components/photo-viewer.html">Photo Viewer</a>
285
+ <a href="./components/progress.html">Progress</a>
283
286
  <a href="./components/resize.html">Resize</a>
284
287
  <a href="./components/show-more.html">Show More</a>
285
288
  <a href="./components/sortable.html">Sortable</a>
@@ -579,6 +582,12 @@
579
582
  <p class="tc-muted">Lightbox gallery for viewing images with zoom and navigation.</p>
580
583
  </a>
581
584
  </div>
585
+ <div class="span-12 t-span-6 d-span-4 px">
586
+ <a href="./components/progress.html" class="card mb no-link d-b">
587
+ <h3 class="tc-primary">Progress</h3>
588
+ <p class="tc-muted">A progress bar for loading states.</p>
589
+ </a>
590
+ </div>
582
591
  <div class="span-12 t-span-6 d-span-4 px">
583
592
  <a href="./components/resize.html" class="card mb no-link d-b">
584
593
  <h3 class="tc-primary">Resize</h3>