kempo-ui 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/skills/get-icon/SKILL.md +144 -0
- package/.claude/skills/highlight-code/SKILL.md +62 -0
- package/.claude/skills/new-component/SKILL.md +362 -0
- package/.github/skills/get-icon/SKILL.md +4 -4
- package/.github/skills/highlight-code/SKILL.md +51 -20
- package/.github/skills/new-component/SKILL.md +183 -152
- package/AGENTS.md +2 -2
- package/dist/components/Calendar.js +170 -0
- package/dist/components/SpeechToText.js +60 -0
- package/dist/components/TextToSpeech.js +56 -0
- package/dist/components/Time.js +37 -0
- package/docs/components/accordion.html +16 -0
- package/docs/components/aside.html +16 -0
- package/docs/components/calendar.html +720 -0
- package/docs/components/card.html +16 -0
- package/docs/components/code-editor.html +16 -0
- package/docs/components/color-picker.html +16 -0
- package/docs/components/combobox.html +16 -0
- package/docs/components/content-slider.html +16 -0
- package/docs/components/context.html +16 -0
- package/docs/components/dialog.html +16 -0
- package/docs/components/dropdown.html +16 -0
- package/docs/components/filter-list.html +16 -0
- package/docs/components/focus-capture.html +16 -0
- package/docs/components/html-editor.html +16 -0
- package/docs/components/hybrid-component.html +16 -0
- package/docs/components/icon.html +16 -0
- package/docs/components/import.html +16 -0
- package/docs/components/light-component.html +16 -0
- package/docs/components/nav-spacer.html +16 -0
- package/docs/components/nav.html +16 -0
- package/docs/components/photo-viewer.html +16 -0
- package/docs/components/progress.html +16 -0
- package/docs/components/resize.html +16 -0
- package/docs/components/shadow-component.html +16 -0
- package/docs/components/show-more.html +16 -0
- package/docs/components/slider.html +16 -0
- package/docs/components/sortable.html +16 -0
- package/docs/components/speech-to-text.html +717 -0
- package/docs/components/spinner.html +16 -0
- package/docs/components/split.html +16 -0
- package/docs/components/table.html +16 -0
- package/docs/components/tableControls.html +16 -0
- package/docs/components/tableCustomFields.html +16 -0
- package/docs/components/tableFetchRecords.html +16 -0
- package/docs/components/tableFieldSortHide.html +16 -0
- package/docs/components/tablePagination.html +16 -0
- package/docs/components/tablePlaceholder.html +16 -0
- package/docs/components/tableRecordEditing.html +16 -0
- package/docs/components/tableRecordFiltering.html +16 -0
- package/docs/components/tableRecordHiding.html +16 -0
- package/docs/components/tableRecordSearching.html +16 -0
- package/docs/components/tableRecordSelection.html +16 -0
- package/docs/components/tableRowControls.html +16 -0
- package/docs/components/tableServerSync.html +16 -0
- package/docs/components/tableSorting.html +16 -0
- package/docs/components/tabs.html +16 -0
- package/docs/components/tags.html +16 -0
- package/docs/components/text-to-speech.html +668 -0
- package/docs/components/theme-select.html +16 -0
- package/docs/components/theme-switcher.html +16 -0
- package/docs/components/time.html +670 -0
- package/docs/components/timestamp.html +16 -0
- package/docs/components/toast.html +16 -0
- package/docs/components/toggle.html +16 -0
- package/docs/components/tree.html +16 -0
- package/docs/icons/mic.svg +1 -0
- package/docs/icons/record_voice_over.svg +1 -0
- package/docs/icons/stop.svg +1 -0
- package/docs/index.html +40 -0
- package/docs/src/components/Calendar.js +170 -0
- package/docs/src/components/SpeechToText.js +60 -0
- package/docs/src/components/TextToSpeech.js +56 -0
- package/docs/src/components/Time.js +37 -0
- package/docs/utils/context.html +16 -0
- package/docs/utils/cookie.html +16 -0
- package/docs/utils/debounce.html +16 -0
- package/docs/utils/drag.html +16 -0
- package/docs/utils/elevation.html +16 -0
- package/docs/utils/formatTimestamp.html +16 -0
- package/docs/utils/object.html +16 -0
- package/docs/utils/propConverters.html +16 -0
- package/docs/utils/string.html +16 -0
- package/docs/utils/theme.html +16 -0
- package/docs/utils/toTitleCase.html +16 -0
- package/docs/utils/type.html +16 -0
- package/docs/utils/wait.html +16 -0
- package/docs-src/components/calendar.page.html +254 -0
- package/docs-src/components/speech-to-text.page.html +251 -0
- package/docs-src/components/text-to-speech.page.html +202 -0
- package/docs-src/components/time.page.html +204 -0
- package/docs-src/index.page.html +24 -0
- package/docs-src/nav.fragment.html +16 -0
- package/icons/mic.svg +1 -0
- package/icons/record_voice_over.svg +1 -0
- package/icons/stop.svg +1 -0
- package/llms.txt +4 -0
- package/package.json +1 -1
- package/src/components/Calendar.js +473 -0
- package/src/components/SpeechToText.js +252 -0
- package/src/components/TextToSpeech.js +194 -0
- package/src/components/Time.js +137 -0
- package/tests/components/SpeechToText.browser-test.js +530 -0
- package/tests/components/TextToSpeech.browser-test.js +432 -0
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
63
63
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
64
64
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
65
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
66
|
+
href="../components/calendar.html"
|
|
67
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
65
68
|
<k-filter-item filter-keywords="card components"><a
|
|
66
69
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
67
70
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -117,6 +120,9 @@
|
|
|
117
120
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
118
121
|
href="../components/sortable.html"
|
|
119
122
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
123
|
+
<k-filter-item filter-keywords="speech to text speechtotext microphone voice recognition transcription components"><a
|
|
124
|
+
href="../components/speech-to-text.html"
|
|
125
|
+
>Speech To Text<br><small>Component</small></a></k-filter-item>
|
|
120
126
|
<k-filter-item filter-keywords="spinner loading components"><a
|
|
121
127
|
href="../components/spinner.html">Spinner<br><small>Component</small></a></k-filter-item>
|
|
122
128
|
<k-filter-item filter-keywords="split pane components"><a
|
|
@@ -169,12 +175,18 @@
|
|
|
169
175
|
href="../components/tabs.html">Tabs<br><small>Component</small></a></k-filter-item>
|
|
170
176
|
<k-filter-item filter-keywords="tags tag input components"><a
|
|
171
177
|
href="../components/tags.html">Tags<br><small>Component</small></a></k-filter-item>
|
|
178
|
+
<k-filter-item filter-keywords="text to speech texttospeech tts speak voice synthesis components"><a
|
|
179
|
+
href="../components/text-to-speech.html"
|
|
180
|
+
>Text To Speech<br><small>Component</small></a></k-filter-item>
|
|
172
181
|
<k-filter-item filter-keywords="theme select dropdown dark light components"><a
|
|
173
182
|
href="../components/theme-select.html"
|
|
174
183
|
>Theme Select<br><small>Component</small></a></k-filter-item>
|
|
175
184
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
185
|
href="../components/theme-switcher.html"
|
|
177
186
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
187
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
188
|
+
href="../components/time.html"
|
|
189
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
178
190
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
191
|
href="../components/timestamp.html"
|
|
180
192
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +281,7 @@
|
|
|
269
281
|
<h3>Components</h3>
|
|
270
282
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
283
|
<a href="../components/aside.html">Aside</a>
|
|
284
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
285
|
<a href="../components/card.html">Card</a>
|
|
273
286
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
287
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -290,13 +303,16 @@
|
|
|
290
303
|
<a href="../components/show-more.html">Show More</a>
|
|
291
304
|
<a href="../components/slider.html">Slider</a>
|
|
292
305
|
<a href="../components/sortable.html">Sortable</a>
|
|
306
|
+
<a href="../components/speech-to-text.html">Speech To Text</a>
|
|
293
307
|
<a href="../components/spinner.html">Spinner</a>
|
|
294
308
|
<a href="../components/split.html">Split</a>
|
|
295
309
|
<a href="../components/table.html">Table</a>
|
|
296
310
|
<a href="../components/tabs.html">Tabs</a>
|
|
297
311
|
<a href="../components/tags.html">Tags</a>
|
|
312
|
+
<a href="../components/text-to-speech.html">Text To Speech</a>
|
|
298
313
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
314
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
315
|
+
<a href="../components/time.html">Time</a>
|
|
300
316
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
317
|
<a href="../components/toast.html">Toast</a>
|
|
302
318
|
<a href="../components/toggle.html">Toggle</a>
|