kempo-ui 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion.js +5 -5
- package/dist/components/Aside.js +16 -16
- package/dist/components/Card.js +3 -3
- package/dist/components/ColorPicker.js +4 -4
- package/dist/components/ContentSlider.js +3 -3
- package/dist/components/Context.js +1 -1
- package/dist/components/Dialog.js +7 -7
- package/dist/components/Dropdown.js +7 -4
- package/dist/components/FilterItem.js +2 -2
- package/dist/components/FilterList.js +2 -2
- package/dist/components/FocusCapture.js +2 -2
- package/dist/components/HtmlEditor.js +62 -39
- package/dist/components/HybridComponent.js +1 -1
- package/dist/components/Icon.js +2 -2
- package/dist/components/Import.js +1 -1
- package/dist/components/LightComponent.js +1 -1
- package/dist/components/Main.js +3 -3
- package/dist/components/Nav.js +2 -2
- package/dist/components/NavSpacer.js +6 -0
- package/dist/components/PhotoViewer.js +3 -3
- package/dist/components/Resize.js +3 -3
- package/dist/components/ShadowComponent.js +1 -1
- package/dist/components/ShowMore.js +3 -3
- package/dist/components/Sortable.js +3 -3
- package/dist/components/Spinner.js +2 -2
- package/dist/components/Split.js +3 -3
- package/dist/components/Table.js +27 -27
- package/dist/components/Tabs.js +7 -7
- package/dist/components/Tags.js +4 -4
- package/dist/components/ThemeSelect.js +4 -4
- package/dist/components/ThemeSwitcher.js +5 -5
- package/dist/components/Timestamp.js +1 -1
- package/dist/components/Toast.js +3 -3
- package/dist/components/Toggle.js +3 -3
- package/dist/components/Tree.js +10 -10
- package/dist/components/htmlEditorControls/AlignCenter.js +4 -4
- package/dist/components/htmlEditorControls/AlignJustify.js +4 -4
- package/dist/components/htmlEditorControls/AlignLeft.js +4 -4
- package/dist/components/htmlEditorControls/AlignRight.js +4 -4
- package/dist/components/htmlEditorControls/Bold.js +4 -4
- package/dist/components/htmlEditorControls/BulletList.js +4 -4
- package/dist/components/htmlEditorControls/CharacterCount.js +3 -3
- package/dist/components/htmlEditorControls/ClearFormatting.js +4 -4
- package/dist/components/htmlEditorControls/CodeBlock.js +3 -3
- package/dist/components/htmlEditorControls/ControlGroup.js +2 -2
- package/dist/components/htmlEditorControls/ControlSpacer.js +2 -2
- package/dist/components/htmlEditorControls/CreateLink.js +3 -3
- package/dist/components/htmlEditorControls/DropdownControl.js +3 -3
- package/dist/components/htmlEditorControls/FormatBlock.js +4 -4
- package/dist/components/htmlEditorControls/HtmlEditorControl.js +2 -2
- package/dist/components/htmlEditorControls/InlineCode.js +3 -3
- package/dist/components/htmlEditorControls/InsertTable.js +3 -3
- package/dist/components/htmlEditorControls/Italic.js +4 -4
- package/dist/components/htmlEditorControls/Mode.js +3 -3
- package/dist/components/htmlEditorControls/NumberList.js +4 -4
- package/dist/components/htmlEditorControls/Strikethrough.js +4 -4
- package/dist/components/htmlEditorControls/TextBackgroundColor.js +6 -6
- package/dist/components/htmlEditorControls/TextColor.js +7 -7
- package/dist/components/htmlEditorControls/Underline.js +4 -4
- package/dist/components/htmlEditorControls/WordCount.js +3 -3
- package/dist/components/htmlEditorNodes/HtmlComment.js +24 -0
- package/dist/components/tableControls/DeleteRecord.js +2 -2
- package/dist/components/tableControls/DeleteSelected.js +2 -2
- package/dist/components/tableControls/Edit.js +4 -4
- package/dist/components/tableControls/ExportCSV.js +2 -2
- package/dist/components/tableControls/ExportJson.js +2 -2
- package/dist/components/tableControls/FieldSortHide.js +4 -4
- package/dist/components/tableControls/Filters.js +17 -17
- package/dist/components/tableControls/FirstPage.js +2 -2
- package/dist/components/tableControls/HiddenCount.js +2 -2
- package/dist/components/tableControls/Hide.js +2 -2
- package/dist/components/tableControls/LastPage.js +2 -2
- package/dist/components/tableControls/NextPage.js +2 -2
- package/dist/components/tableControls/PageSelect.js +4 -4
- package/dist/components/tableControls/PageSize.js +3 -3
- package/dist/components/tableControls/PrevPage.js +2 -2
- package/dist/components/tableControls/Search.js +2 -2
- package/dist/components/tableControls/ShowAll.js +2 -2
- package/dist/components/tableControls/TableControl.js +2 -2
- package/dist/utils/context.js +1 -1
- package/dist/utils/debounce.js +1 -1
- package/dist/utils/object.js +1 -1
- package/dist/utils/theme.js +1 -1
- package/dist/utils/wait.js +0 -1
- package/docs/components/accordion.html +2 -0
- package/docs/components/aside.html +9 -8
- package/docs/components/card.html +2 -0
- package/docs/components/color-picker.html +2 -0
- package/docs/components/content-slider.html +2 -0
- package/docs/components/context.html +2 -0
- package/docs/components/dialog.html +2 -0
- package/docs/components/dropdown.html +2 -0
- package/docs/components/filter-list.html +2 -0
- package/docs/components/focus-capture.html +2 -0
- package/docs/components/html-editor.html +54 -6
- package/docs/components/hybrid-component.html +2 -0
- package/docs/components/icon.html +2 -0
- package/docs/components/import.html +2 -0
- package/docs/components/light-component.html +2 -0
- package/docs/components/nav-spacer.html +315 -0
- package/docs/components/nav.html +2 -0
- package/docs/components/photo-viewer.html +2 -0
- package/docs/components/resize.html +2 -0
- package/docs/components/shadow-component.html +2 -0
- package/docs/components/show-more.html +2 -0
- package/docs/components/sortable.html +2 -0
- package/docs/components/spinner.html +2 -0
- package/docs/components/split.html +2 -0
- package/docs/components/table.html +2 -0
- package/docs/components/tableControls.html +2 -0
- package/docs/components/tableCustomFields.html +2 -0
- package/docs/components/tableFetchRecords.html +2 -0
- package/docs/components/tableFieldSortHide.html +2 -0
- package/docs/components/tablePagination.html +2 -0
- package/docs/components/tablePlaceholder.html +2 -0
- package/docs/components/tableRecordEditing.html +2 -0
- package/docs/components/tableRecordFiltering.html +2 -0
- package/docs/components/tableRecordHiding.html +2 -0
- package/docs/components/tableRecordSearching.html +2 -0
- package/docs/components/tableRecordSelection.html +2 -0
- package/docs/components/tableRowControls.html +2 -0
- package/docs/components/tableServerSync.html +2 -0
- package/docs/components/tableSorting.html +2 -0
- package/docs/components/tabs.html +2 -0
- package/docs/components/tags.html +2 -0
- package/docs/components/theme-select.html +2 -0
- package/docs/components/theme-switcher.html +2 -0
- package/docs/components/timestamp.html +2 -0
- package/docs/components/toast.html +2 -0
- package/docs/components/toggle.html +2 -0
- package/docs/components/tree.html +2 -0
- package/docs/icons/comment.svg +1 -0
- package/docs/index.html +8 -0
- package/docs/src/components/Accordion.js +5 -5
- package/docs/src/components/Aside.js +16 -16
- package/docs/src/components/Card.js +3 -3
- package/docs/src/components/ColorPicker.js +4 -4
- package/docs/src/components/ContentSlider.js +3 -3
- package/docs/src/components/Context.js +1 -1
- package/docs/src/components/Dialog.js +7 -7
- package/docs/src/components/Dropdown.js +7 -4
- package/docs/src/components/FilterItem.js +2 -2
- package/docs/src/components/FilterList.js +2 -2
- package/docs/src/components/FocusCapture.js +2 -2
- package/docs/src/components/HtmlEditor.js +62 -39
- package/docs/src/components/HybridComponent.js +1 -1
- package/docs/src/components/Icon.js +2 -2
- package/docs/src/components/Import.js +1 -1
- package/docs/src/components/LightComponent.js +1 -1
- package/docs/src/components/Main.js +3 -3
- package/docs/src/components/Nav.js +2 -2
- package/docs/src/components/NavSpacer.js +6 -0
- package/docs/src/components/PhotoViewer.js +3 -3
- package/docs/src/components/Resize.js +3 -3
- package/docs/src/components/ShadowComponent.js +1 -1
- package/docs/src/components/ShowMore.js +3 -3
- package/docs/src/components/Sortable.js +3 -3
- package/docs/src/components/Spinner.js +2 -2
- package/docs/src/components/Split.js +3 -3
- package/docs/src/components/Table.js +27 -27
- package/docs/src/components/Tabs.js +7 -7
- package/docs/src/components/Tags.js +4 -4
- package/docs/src/components/ThemeSelect.js +4 -4
- package/docs/src/components/ThemeSwitcher.js +5 -5
- package/docs/src/components/Timestamp.js +1 -1
- package/docs/src/components/Toast.js +3 -3
- package/docs/src/components/Toggle.js +3 -3
- package/docs/src/components/Tree.js +10 -10
- package/docs/src/components/htmlEditorControls/AlignCenter.js +4 -4
- package/docs/src/components/htmlEditorControls/AlignJustify.js +4 -4
- package/docs/src/components/htmlEditorControls/AlignLeft.js +4 -4
- package/docs/src/components/htmlEditorControls/AlignRight.js +4 -4
- package/docs/src/components/htmlEditorControls/Bold.js +4 -4
- package/docs/src/components/htmlEditorControls/BulletList.js +4 -4
- package/docs/src/components/htmlEditorControls/CharacterCount.js +3 -3
- package/docs/src/components/htmlEditorControls/ClearFormatting.js +4 -4
- package/docs/src/components/htmlEditorControls/CodeBlock.js +3 -3
- package/docs/src/components/htmlEditorControls/ControlGroup.js +2 -2
- package/docs/src/components/htmlEditorControls/ControlSpacer.js +2 -2
- package/docs/src/components/htmlEditorControls/CreateLink.js +3 -3
- package/docs/src/components/htmlEditorControls/DropdownControl.js +3 -3
- package/docs/src/components/htmlEditorControls/FormatBlock.js +4 -4
- package/docs/src/components/htmlEditorControls/HtmlEditorControl.js +2 -2
- package/docs/src/components/htmlEditorControls/InlineCode.js +3 -3
- package/docs/src/components/htmlEditorControls/InsertTable.js +3 -3
- package/docs/src/components/htmlEditorControls/Italic.js +4 -4
- package/docs/src/components/htmlEditorControls/Mode.js +3 -3
- package/docs/src/components/htmlEditorControls/NumberList.js +4 -4
- package/docs/src/components/htmlEditorControls/Strikethrough.js +4 -4
- package/docs/src/components/htmlEditorControls/TextBackgroundColor.js +6 -6
- package/docs/src/components/htmlEditorControls/TextColor.js +7 -7
- package/docs/src/components/htmlEditorControls/Underline.js +4 -4
- package/docs/src/components/htmlEditorControls/WordCount.js +3 -3
- package/docs/src/components/htmlEditorNodes/HtmlComment.js +24 -0
- package/docs/src/components/tableControls/DeleteRecord.js +2 -2
- package/docs/src/components/tableControls/DeleteSelected.js +2 -2
- package/docs/src/components/tableControls/Edit.js +4 -4
- package/docs/src/components/tableControls/ExportCSV.js +2 -2
- package/docs/src/components/tableControls/ExportJson.js +2 -2
- package/docs/src/components/tableControls/FieldSortHide.js +4 -4
- package/docs/src/components/tableControls/Filters.js +17 -17
- package/docs/src/components/tableControls/FirstPage.js +2 -2
- package/docs/src/components/tableControls/HiddenCount.js +2 -2
- package/docs/src/components/tableControls/Hide.js +2 -2
- package/docs/src/components/tableControls/LastPage.js +2 -2
- package/docs/src/components/tableControls/NextPage.js +2 -2
- package/docs/src/components/tableControls/PageSelect.js +4 -4
- package/docs/src/components/tableControls/PageSize.js +3 -3
- package/docs/src/components/tableControls/PrevPage.js +2 -2
- package/docs/src/components/tableControls/Search.js +2 -2
- package/docs/src/components/tableControls/ShowAll.js +2 -2
- package/docs/src/components/tableControls/TableControl.js +2 -2
- package/docs/src/utils/context.js +1 -1
- package/docs/src/utils/debounce.js +1 -1
- package/docs/src/utils/object.js +1 -1
- package/docs/src/utils/theme.js +1 -1
- package/docs/src/utils/wait.js +0 -1
- package/docs/utils/context.html +2 -0
- package/docs/utils/cookie.html +2 -0
- package/docs/utils/debounce.html +2 -0
- package/docs/utils/drag.html +2 -0
- package/docs/utils/elevation.html +2 -0
- package/docs/utils/formatTimestamp.html +2 -0
- package/docs/utils/object.html +2 -0
- package/docs/utils/propConverters.html +2 -0
- package/docs/utils/string.html +2 -0
- package/docs/utils/theme.html +2 -0
- package/docs/utils/toTitleCase.html +2 -0
- package/docs/utils/type.html +2 -0
- package/docs/utils/wait.html +2 -0
- package/docs-src/components/aside.page.html +7 -8
- package/docs-src/components/html-editor.page.html +52 -6
- package/docs-src/components/nav-spacer.page.html +65 -0
- package/docs-src/index.page.html +6 -0
- package/docs-src/nav.fragment.html +2 -0
- package/icons/comment.svg +1 -0
- package/llm.txt +1 -0
- package/package.json +1 -1
- package/scripts/build.js +1 -1
- package/src/components/Accordion.js +1 -1
- package/src/components/Dropdown.js +7 -3
- package/src/components/HtmlEditor.js +699 -1206
- package/src/components/NavSpacer.js +55 -0
- package/src/components/htmlEditorControls/AlignCenter.js +5 -5
- package/src/components/htmlEditorControls/AlignJustify.js +5 -5
- package/src/components/htmlEditorControls/AlignLeft.js +5 -5
- package/src/components/htmlEditorControls/AlignRight.js +5 -5
- package/src/components/htmlEditorControls/Bold.js +5 -5
- package/src/components/htmlEditorControls/BulletList.js +5 -5
- package/src/components/htmlEditorControls/ClearFormatting.js +5 -5
- package/src/components/htmlEditorControls/CodeBlock.js +16 -8
- package/src/components/htmlEditorControls/CreateLink.js +3 -7
- package/src/components/htmlEditorControls/FormatBlock.js +5 -5
- package/src/components/htmlEditorControls/InlineCode.js +1 -13
- package/src/components/htmlEditorControls/InsertTable.js +43 -44
- package/src/components/htmlEditorControls/Italic.js +5 -5
- package/src/components/htmlEditorControls/Mode.js +1 -1
- package/src/components/htmlEditorControls/NumberList.js +5 -5
- package/src/components/htmlEditorControls/Strikethrough.js +5 -5
- package/src/components/htmlEditorControls/Underline.js +5 -5
- package/src/components/htmlEditorNodes/HtmlComment.js +118 -0
- package/tests/components/Accordion.browser-test.js +154 -0
- package/tests/components/Dropdown.browser-test.js +85 -0
- package/tests/components/HtmlComment.browser-test.js +115 -0
- package/tests/components/HtmlEditor.browser-test.js +379 -0
- package/tests/components/NavSpacer.browser-test.js +81 -0
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
82
82
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
83
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
85
86
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
<a href="../components/icon.html">Icon</a>
|
|
158
159
|
<a href="../components/import.html">Import</a>
|
|
159
160
|
<a href="../components/nav.html">Nav</a>
|
|
161
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
160
162
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
161
163
|
<a href="../components/resize.html">Resize</a>
|
|
162
164
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
82
82
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
83
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
85
86
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
<a href="../components/icon.html">Icon</a>
|
|
158
159
|
<a href="../components/import.html">Import</a>
|
|
159
160
|
<a href="../components/nav.html">Nav</a>
|
|
161
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
160
162
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
161
163
|
<a href="../components/resize.html">Resize</a>
|
|
162
164
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
44
44
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
45
45
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
46
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
47
48
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
48
49
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -120,6 +121,7 @@
|
|
|
120
121
|
<a href="../components/icon.html">Icon</a>
|
|
121
122
|
<a href="../components/import.html">Import</a>
|
|
122
123
|
<a href="../components/nav.html">Nav</a>
|
|
124
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
123
125
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
124
126
|
<a href="../components/resize.html">Resize</a>
|
|
125
127
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
82
82
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
83
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
85
86
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
<a href="../components/icon.html">Icon</a>
|
|
158
159
|
<a href="../components/import.html">Import</a>
|
|
159
160
|
<a href="../components/nav.html">Nav</a>
|
|
161
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
160
162
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
161
163
|
<a href="../components/resize.html">Resize</a>
|
|
162
164
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
82
82
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
83
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
85
86
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
<a href="../components/icon.html">Icon</a>
|
|
158
159
|
<a href="../components/import.html">Import</a>
|
|
159
160
|
<a href="../components/nav.html">Nav</a>
|
|
161
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
160
162
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
161
163
|
<a href="../components/resize.html">Resize</a>
|
|
162
164
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
80
80
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
82
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
82
83
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
<a href="../components/icon.html">Icon</a>
|
|
157
158
|
<a href="../components/import.html">Import</a>
|
|
158
159
|
<a href="../components/nav.html">Nav</a>
|
|
160
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
159
161
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
160
162
|
<a href="../components/resize.html">Resize</a>
|
|
161
163
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
81
81
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
82
82
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
83
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
83
84
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
84
85
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
85
86
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
<a href="../components/icon.html">Icon</a>
|
|
158
159
|
<a href="../components/import.html">Import</a>
|
|
159
160
|
<a href="../components/nav.html">Nav</a>
|
|
161
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
160
162
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
161
163
|
<a href="../components/resize.html">Resize</a>
|
|
162
164
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="../components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="../components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="../components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="../components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="../components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="../components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="../components/icon.html">Icon</a>
|
|
119
120
|
<a href="../components/import.html">Import</a>
|
|
120
121
|
<a href="../components/nav.html">Nav</a>
|
|
122
|
+
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="../components/resize.html">Resize</a>
|
|
123
125
|
<a href="../components/show-more.html">Show More</a>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path fill="currentColor" d="M240-400h480v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM880-80 720-240H160q-33 0-56.5-23.5T80-320v-480q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v720ZM160-320h594l46 45v-525H160v480Zm0 0v-480 480Z"/></svg>
|
package/docs/index.html
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
<k-filter-item filter-keywords="icon components"><a href="./components/icon.html">Icon<br><small>Component</small></a></k-filter-item>
|
|
42
42
|
<k-filter-item filter-keywords="import components"><a href="./components/import.html">Import<br><small>Component</small></a></k-filter-item>
|
|
43
43
|
<k-filter-item filter-keywords="nav navbar navigation components"><a href="./components/nav.html">Nav<br><small>Component</small></a></k-filter-item>
|
|
44
|
+
<k-filter-item filter-keywords="nav spacer navbar spacer navspacer components"><a href="./components/nav-spacer.html">Nav Spacer<br><small>Component</small></a></k-filter-item>
|
|
44
45
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a href="./components/photo-viewer.html">Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
45
46
|
<k-filter-item filter-keywords="resize components"><a href="./components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
46
47
|
<k-filter-item filter-keywords="show more showmore components"><a href="./components/show-more.html">Show More<br><small>Component</small></a></k-filter-item>
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
<a href="./components/icon.html">Icon</a>
|
|
119
120
|
<a href="./components/import.html">Import</a>
|
|
120
121
|
<a href="./components/nav.html">Nav</a>
|
|
122
|
+
<a href="./components/nav-spacer.html">Nav Spacer</a>
|
|
121
123
|
<a href="./components/photo-viewer.html">Photo Viewer</a>
|
|
122
124
|
<a href="./components/resize.html">Resize</a>
|
|
123
125
|
<a href="./components/show-more.html">Show More</a>
|
|
@@ -363,6 +365,12 @@
|
|
|
363
365
|
<p class="tc-muted">Fixed navigation bar with automatic elevation applied at the correct stacking level.</p>
|
|
364
366
|
</a>
|
|
365
367
|
</div>
|
|
368
|
+
<div class="span-12 t-span-6 d-span-4 px">
|
|
369
|
+
<a href="./components/nav-spacer.html" class="card mb no-link d-b">
|
|
370
|
+
<h3 class="tc-primary">Nav Spacer</h3>
|
|
371
|
+
<p class="tc-muted">Auto-sizing spacer that offsets page content below a fixed nav bar.</p>
|
|
372
|
+
</a>
|
|
373
|
+
</div>
|
|
366
374
|
<div class="span-12 t-span-6 d-span-4 px">
|
|
367
375
|
<a href="./components/photo-viewer.html" class="card mb no-link d-b">
|
|
368
376
|
<h3 class="tc-primary">Photo Viewer</h3>
|