@kosdev-code/kos-ddk-components 2.0.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.
- package/components/action-card/action-card.d.ts +10 -0
- package/components/action-card/action-card.d.ts.map +1 -0
- package/components/action-card/index.d.ts +2 -0
- package/components/action-card/index.d.ts.map +1 -0
- package/components/back-button/back-button.d.ts +7 -0
- package/components/back-button/back-button.d.ts.map +1 -0
- package/components/back-button/index.d.ts +2 -0
- package/components/back-button/index.d.ts.map +1 -0
- package/components/card-button-grid/card-button-grid.d.ts +16 -0
- package/components/card-button-grid/card-button-grid.d.ts.map +1 -0
- package/components/card-button-grid/index.d.ts +2 -0
- package/components/card-button-grid/index.d.ts.map +1 -0
- package/components/close-button/close-button.d.ts +10 -0
- package/components/close-button/close-button.d.ts.map +1 -0
- package/components/close-button/index.d.ts +2 -0
- package/components/close-button/index.d.ts.map +1 -0
- package/components/compact-close-button/compact-close-button.d.ts +9 -0
- package/components/compact-close-button/compact-close-button.d.ts.map +1 -0
- package/components/compact-close-button/index.d.ts +2 -0
- package/components/compact-close-button/index.d.ts.map +1 -0
- package/components/confirmation-modal/confirmation-modal.d.ts +16 -0
- package/components/confirmation-modal/confirmation-modal.d.ts.map +1 -0
- package/components/confirmation-modal/index.d.ts +3 -0
- package/components/confirmation-modal/index.d.ts.map +1 -0
- package/components/dashboard-card/dashboard-card.d.ts +50 -0
- package/components/dashboard-card/dashboard-card.d.ts.map +1 -0
- package/components/dashboard-card/index.d.ts +2 -0
- package/components/dashboard-card/index.d.ts.map +1 -0
- package/components/dial/dial.d.ts +28 -0
- package/components/dial/dial.d.ts.map +1 -0
- package/components/dial/index.d.ts +2 -0
- package/components/dial/index.d.ts.map +1 -0
- package/components/dropdown/dropdown.d.ts +4 -0
- package/components/dropdown/dropdown.d.ts.map +1 -0
- package/components/dropdown/index.d.ts +2 -0
- package/components/dropdown/index.d.ts.map +1 -0
- package/components/error-label/error-label.d.ts +7 -0
- package/components/error-label/error-label.d.ts.map +1 -0
- package/components/error-label/index.d.ts +2 -0
- package/components/error-label/index.d.ts.map +1 -0
- package/components/failure-card/failure-card.d.ts +8 -0
- package/components/failure-card/failure-card.d.ts.map +1 -0
- package/components/failure-card/index.d.ts +2 -0
- package/components/failure-card/index.d.ts.map +1 -0
- package/components/frame/frame-body/frame-body.d.ts +14 -0
- package/components/frame/frame-body/frame-body.d.ts.map +1 -0
- package/components/frame/frame-body/index.d.ts +2 -0
- package/components/frame/frame-body/index.d.ts.map +1 -0
- package/components/frame/frame-container/frame-container.d.ts +9 -0
- package/components/frame/frame-container/frame-container.d.ts.map +1 -0
- package/components/frame/frame-container/index.d.ts +2 -0
- package/components/frame/frame-container/index.d.ts.map +1 -0
- package/components/frame/index.d.ts +3 -0
- package/components/frame/index.d.ts.map +1 -0
- package/components/fuel-gauge/fuel-gauge.d.ts +12 -0
- package/components/fuel-gauge/fuel-gauge.d.ts.map +1 -0
- package/components/fuel-gauge/index.d.ts +2 -0
- package/components/fuel-gauge/index.d.ts.map +1 -0
- package/components/full-screen-modal/full-screen-header/full-screen-header.d.ts +10 -0
- package/components/full-screen-modal/full-screen-header/full-screen-header.d.ts.map +1 -0
- package/components/full-screen-modal/full-screen-header/index.d.ts +2 -0
- package/components/full-screen-modal/full-screen-header/index.d.ts.map +1 -0
- package/components/full-screen-modal/full-screen-modal.d.ts +13 -0
- package/components/full-screen-modal/full-screen-modal.d.ts.map +1 -0
- package/components/full-screen-modal/index.d.ts +3 -0
- package/components/full-screen-modal/index.d.ts.map +1 -0
- package/components/grid/grid.d.ts +19 -0
- package/components/grid/grid.d.ts.map +1 -0
- package/components/grid/index.d.ts +2 -0
- package/components/grid/index.d.ts.map +1 -0
- package/components/icons/index.d.ts +1 -0
- package/components/icons/index.d.ts.map +1 -0
- package/components/index.d.ts +64 -0
- package/components/index.d.ts.map +1 -0
- package/components/info-card/index.d.ts +3 -0
- package/components/info-card/index.d.ts.map +1 -0
- package/components/info-card/info-card.d.ts +19 -0
- package/components/info-card/info-card.d.ts.map +1 -0
- package/components/info-table/index.d.ts +2 -0
- package/components/info-table/index.d.ts.map +1 -0
- package/components/info-table/info-table.d.ts +4 -0
- package/components/info-table/info-table.d.ts.map +1 -0
- package/components/input-card/index.d.ts +3 -0
- package/components/input-card/index.d.ts.map +1 -0
- package/components/input-card/input-card.d.ts +26 -0
- package/components/input-card/input-card.d.ts.map +1 -0
- package/components/input-modal/index.d.ts +2 -0
- package/components/input-modal/index.d.ts.map +1 -0
- package/components/input-modal/input-modal.d.ts +14 -0
- package/components/input-modal/input-modal.d.ts.map +1 -0
- package/components/input-range-with-unit-card/index.d.ts +3 -0
- package/components/input-range-with-unit-card/index.d.ts.map +1 -0
- package/components/input-range-with-unit-card/input-range-with-unit-card.d.ts +11 -0
- package/components/input-range-with-unit-card/input-range-with-unit-card.d.ts.map +1 -0
- package/components/input-type-password/index.d.ts +2 -0
- package/components/input-type-password/index.d.ts.map +1 -0
- package/components/input-type-password/input-type-password.d.ts +8 -0
- package/components/input-type-password/input-type-password.d.ts.map +1 -0
- package/components/keyboard/index.d.ts +2 -0
- package/components/keyboard/index.d.ts.map +1 -0
- package/components/keyboard/keyboard.d.ts +10 -0
- package/components/keyboard/keyboard.d.ts.map +1 -0
- package/components/link/index.d.ts +2 -0
- package/components/link/index.d.ts.map +1 -0
- package/components/link/link.d.ts +4 -0
- package/components/link/link.d.ts.map +1 -0
- package/components/menu-button/index.d.ts +2 -0
- package/components/menu-button/index.d.ts.map +1 -0
- package/components/menu-button/menu-button.d.ts +9 -0
- package/components/menu-button/menu-button.d.ts.map +1 -0
- package/components/modal/content/content.d.ts +10 -0
- package/components/modal/content/content.d.ts.map +1 -0
- package/components/modal/content/index.d.ts +2 -0
- package/components/modal/content/index.d.ts.map +1 -0
- package/components/modal/footer/cancel-proceed-footer.d.ts +10 -0
- package/components/modal/footer/cancel-proceed-footer.d.ts.map +1 -0
- package/components/modal/footer/footer.d.ts +2 -0
- package/components/modal/footer/footer.d.ts.map +1 -0
- package/components/modal/footer/index.d.ts +3 -0
- package/components/modal/footer/index.d.ts.map +1 -0
- package/components/modal/header/header.d.ts +19 -0
- package/components/modal/header/header.d.ts.map +1 -0
- package/components/modal/header/index.d.ts +2 -0
- package/components/modal/header/index.d.ts.map +1 -0
- package/components/modal/index.d.ts +5 -0
- package/components/modal/index.d.ts.map +1 -0
- package/components/modal/modal-content/index.d.ts +2 -0
- package/components/modal/modal-content/index.d.ts.map +1 -0
- package/components/modal/modal-content/modal-content.d.ts +9 -0
- package/components/modal/modal-content/modal-content.d.ts.map +1 -0
- package/components/modal/modal.d.ts +17 -0
- package/components/modal/modal.d.ts.map +1 -0
- package/components/multi-dial/index.d.ts +2 -0
- package/components/multi-dial/index.d.ts.map +1 -0
- package/components/multi-dial/multi-dial.d.ts +21 -0
- package/components/multi-dial/multi-dial.d.ts.map +1 -0
- package/components/multi-picker/index.d.ts +2 -0
- package/components/multi-picker/index.d.ts.map +1 -0
- package/components/multi-picker/multi-picker.d.ts +5 -0
- package/components/multi-picker/multi-picker.d.ts.map +1 -0
- package/components/multi-picker-card/header/header.d.ts +9 -0
- package/components/multi-picker-card/header/header.d.ts.map +1 -0
- package/components/multi-picker-card/header/index.d.ts +2 -0
- package/components/multi-picker-card/header/index.d.ts.map +1 -0
- package/components/multi-picker-card/index.d.ts +2 -0
- package/components/multi-picker-card/index.d.ts.map +1 -0
- package/components/multi-picker-card/multi-picker-card.d.ts +32 -0
- package/components/multi-picker-card/multi-picker-card.d.ts.map +1 -0
- package/components/notification-card/index.d.ts +3 -0
- package/components/notification-card/index.d.ts.map +1 -0
- package/components/notification-card/notification-card.d.ts +15 -0
- package/components/notification-card/notification-card.d.ts.map +1 -0
- package/components/numpad/index.d.ts +2 -0
- package/components/numpad/index.d.ts.map +1 -0
- package/components/numpad/numpad.d.ts +7 -0
- package/components/numpad/numpad.d.ts.map +1 -0
- package/components/picker/index.d.ts +2 -0
- package/components/picker/index.d.ts.map +1 -0
- package/components/picker/picker.d.ts +8 -0
- package/components/picker/picker.d.ts.map +1 -0
- package/components/picker-card/index.d.ts +2 -0
- package/components/picker-card/index.d.ts.map +1 -0
- package/components/picker-card/picker-card.d.ts +22 -0
- package/components/picker-card/picker-card.d.ts.map +1 -0
- package/components/picker-divider/index.d.ts +2 -0
- package/components/picker-divider/index.d.ts.map +1 -0
- package/components/picker-divider/picker-divider.d.ts +2 -0
- package/components/picker-divider/picker-divider.d.ts.map +1 -0
- package/components/picker-item-renderer/index.d.ts +2 -0
- package/components/picker-item-renderer/index.d.ts.map +1 -0
- package/components/picker-item-renderer/picker-item-renderer.d.ts +8 -0
- package/components/picker-item-renderer/picker-item-renderer.d.ts.map +1 -0
- package/components/placeholder-message/index.d.ts +2 -0
- package/components/placeholder-message/index.d.ts.map +1 -0
- package/components/placeholder-message/placeholder-message.d.ts +9 -0
- package/components/placeholder-message/placeholder-message.d.ts.map +1 -0
- package/components/portal/index.d.ts +2 -0
- package/components/portal/index.d.ts.map +1 -0
- package/components/portal/portal.d.ts +8 -0
- package/components/portal/portal.d.ts.map +1 -0
- package/components/progress-bar/index.d.ts +3 -0
- package/components/progress-bar/index.d.ts.map +1 -0
- package/components/progress-bar/progress-bar.d.ts +41 -0
- package/components/progress-bar/progress-bar.d.ts.map +1 -0
- package/components/radio-card/index.d.ts +2 -0
- package/components/radio-card/index.d.ts.map +1 -0
- package/components/radio-card/radio-card.d.ts +16 -0
- package/components/radio-card/radio-card.d.ts.map +1 -0
- package/components/schedule-table/index.d.ts +2 -0
- package/components/schedule-table/index.d.ts.map +1 -0
- package/components/schedule-table/schedule-table-header.d.ts +9 -0
- package/components/schedule-table/schedule-table-header.d.ts.map +1 -0
- package/components/schedule-table/schedule-table-row.d.ts +6 -0
- package/components/schedule-table/schedule-table-row.d.ts.map +1 -0
- package/components/schedule-table/schedule-table.d.ts +20 -0
- package/components/schedule-table/schedule-table.d.ts.map +1 -0
- package/components/sidebar/index.d.ts +2 -0
- package/components/sidebar/index.d.ts.map +1 -0
- package/components/sidebar/sidebar.d.ts +10 -0
- package/components/sidebar/sidebar.d.ts.map +1 -0
- package/components/sidebar-close-button/index.d.ts +2 -0
- package/components/sidebar-close-button/index.d.ts.map +1 -0
- package/components/sidebar-close-button/sidebar-close-button.d.ts +9 -0
- package/components/sidebar-close-button/sidebar-close-button.d.ts.map +1 -0
- package/components/static-input-card/index.d.ts +2 -0
- package/components/static-input-card/index.d.ts.map +1 -0
- package/components/static-input-card/static-input-card.d.ts +6 -0
- package/components/static-input-card/static-input-card.d.ts.map +1 -0
- package/components/status-bar/index.d.ts +2 -0
- package/components/status-bar/index.d.ts.map +1 -0
- package/components/status-bar/status-bar.d.ts +10 -0
- package/components/status-bar/status-bar.d.ts.map +1 -0
- package/components/status-card/index.d.ts +2 -0
- package/components/status-card/index.d.ts.map +1 -0
- package/components/status-card/status-card.d.ts +18 -0
- package/components/status-card/status-card.d.ts.map +1 -0
- package/components/status-indicator/index.d.ts +2 -0
- package/components/status-indicator/index.d.ts.map +1 -0
- package/components/status-indicator/status-indicator.d.ts +11 -0
- package/components/status-indicator/status-indicator.d.ts.map +1 -0
- package/components/steps-indicator-label/index.d.ts +2 -0
- package/components/steps-indicator-label/index.d.ts.map +1 -0
- package/components/steps-indicator-label/steps-indicator-label.d.ts +6 -0
- package/components/steps-indicator-label/steps-indicator-label.d.ts.map +1 -0
- package/components/steps-side-nav/index.d.ts +2 -0
- package/components/steps-side-nav/index.d.ts.map +1 -0
- package/components/steps-side-nav/steps-side-nav.d.ts +11 -0
- package/components/steps-side-nav/steps-side-nav.d.ts.map +1 -0
- package/components/sub-nav/index.d.ts +2 -0
- package/components/sub-nav/index.d.ts.map +1 -0
- package/components/sub-nav/sub-nav.d.ts +10 -0
- package/components/sub-nav/sub-nav.d.ts.map +1 -0
- package/components/sub-nav-container/index.d.ts +2 -0
- package/components/sub-nav-container/index.d.ts.map +1 -0
- package/components/sub-nav-container/sub-nav-container.d.ts +14 -0
- package/components/sub-nav-container/sub-nav-container.d.ts.map +1 -0
- package/components/switch/index.d.ts +2 -0
- package/components/switch/index.d.ts.map +1 -0
- package/components/switch/switch.d.ts +18 -0
- package/components/switch/switch.d.ts.map +1 -0
- package/components/switch-card/index.d.ts +2 -0
- package/components/switch-card/index.d.ts.map +1 -0
- package/components/switch-card/switch-card.d.ts +7 -0
- package/components/switch-card/switch-card.d.ts.map +1 -0
- package/components/switch-picker-card/index.d.ts +2 -0
- package/components/switch-picker-card/index.d.ts.map +1 -0
- package/components/switch-picker-card/switch-picker-card.d.ts +27 -0
- package/components/switch-picker-card/switch-picker-card.d.ts.map +1 -0
- package/components/tab-router/index.d.ts +2 -0
- package/components/tab-router/index.d.ts.map +1 -0
- package/components/tab-router/tab-router.d.ts +8 -0
- package/components/tab-router/tab-router.d.ts.map +1 -0
- package/components/table/index.d.ts +2 -0
- package/components/table/index.d.ts.map +1 -0
- package/components/table/table.d.ts +32 -0
- package/components/table/table.d.ts.map +1 -0
- package/components/tabs/index.d.ts +2 -0
- package/components/tabs/index.d.ts.map +1 -0
- package/components/tabs/tabs.d.ts +16 -0
- package/components/tabs/tabs.d.ts.map +1 -0
- package/components/tap-event-viewer/index.d.ts +2 -0
- package/components/tap-event-viewer/index.d.ts.map +1 -0
- package/components/tap-event-viewer/tap-event-viewer.d.ts +4 -0
- package/components/tap-event-viewer/tap-event-viewer.d.ts.map +1 -0
- package/components/time-input-modal/index.d.ts +2 -0
- package/components/time-input-modal/index.d.ts.map +1 -0
- package/components/time-input-modal/time-input-modal.d.ts +12 -0
- package/components/time-input-modal/time-input-modal.d.ts.map +1 -0
- package/components/toggle/index.d.ts +2 -0
- package/components/toggle/index.d.ts.map +1 -0
- package/components/toggle/toggle.d.ts +23 -0
- package/components/toggle/toggle.d.ts.map +1 -0
- package/components/toggle-card/index.d.ts +2 -0
- package/components/toggle-card/index.d.ts.map +1 -0
- package/components/toggle-card/toggle-card.d.ts +13 -0
- package/components/toggle-card/toggle-card.d.ts.map +1 -0
- package/components/top-navigation/index.d.ts +2 -0
- package/components/top-navigation/index.d.ts.map +1 -0
- package/components/top-navigation/top-navigation.d.ts +10 -0
- package/components/top-navigation/top-navigation.d.ts.map +1 -0
- package/components/top-navigation-button/index.d.ts +2 -0
- package/components/top-navigation-button/index.d.ts.map +1 -0
- package/components/top-navigation-button/top-navigation-button.d.ts +8 -0
- package/components/top-navigation-button/top-navigation-button.d.ts.map +1 -0
- package/components/top-navigation-button-list/index.d.ts +2 -0
- package/components/top-navigation-button-list/index.d.ts.map +1 -0
- package/components/top-navigation-button-list/top-navigation-button-list.d.ts +8 -0
- package/components/top-navigation-button-list/top-navigation-button-list.d.ts.map +1 -0
- package/components/top-navigation-icon-button/index.d.ts +2 -0
- package/components/top-navigation-icon-button/index.d.ts.map +1 -0
- package/components/top-navigation-icon-button/top-navigation-icon-button.d.ts +10 -0
- package/components/top-navigation-icon-button/top-navigation-icon-button.d.ts.map +1 -0
- package/components/top-navigation-icon-button-list/index.d.ts +2 -0
- package/components/top-navigation-icon-button-list/index.d.ts.map +1 -0
- package/components/top-navigation-icon-button-list/top-navigation-icon-button-list.d.ts +7 -0
- package/components/top-navigation-icon-button-list/top-navigation-icon-button-list.d.ts.map +1 -0
- package/components/view/index.d.ts +2 -0
- package/components/view/index.d.ts.map +1 -0
- package/components/view/view.d.ts +11 -0
- package/components/view/view.d.ts.map +1 -0
- package/components/volume-back-button/index.d.ts +2 -0
- package/components/volume-back-button/index.d.ts.map +1 -0
- package/components/volume-back-button/volume-back-button.d.ts +10 -0
- package/components/volume-back-button/volume-back-button.d.ts.map +1 -0
- package/components/workflow-modal/index.d.ts +2 -0
- package/components/workflow-modal/index.d.ts.map +1 -0
- package/components/workflow-modal/workflow-modal.d.ts +15 -0
- package/components/workflow-modal/workflow-modal.d.ts.map +1 -0
- package/core/configuration/component-configuration-context.d.ts +20 -0
- package/core/configuration/component-configuration-context.d.ts.map +1 -0
- package/core/configuration/index.d.ts +2 -0
- package/core/configuration/index.d.ts.map +1 -0
- package/core/experience/experience.d.ts +13 -0
- package/core/experience/experience.d.ts.map +1 -0
- package/core/experience/index.d.ts +3 -0
- package/core/experience/index.d.ts.map +1 -0
- package/core/experience/view-experience.d.ts +13 -0
- package/core/experience/view-experience.d.ts.map +1 -0
- package/core/index.d.ts +3 -0
- package/core/index.d.ts.map +1 -0
- package/hooks/index.d.ts +3 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/router/index.d.ts +2 -0
- package/hooks/router/index.d.ts.map +1 -0
- package/hooks/router/useNavigate.d.ts +4 -0
- package/hooks/router/useNavigate.d.ts.map +1 -0
- package/hooks/text/index.d.ts +2 -0
- package/hooks/text/index.d.ts.map +1 -0
- package/hooks/text/useAbbreviation.d.ts +3 -0
- package/hooks/text/useAbbreviation.d.ts.map +1 -0
- package/index.cjs +1919 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +9499 -0
- package/package.json +29 -0
- package/style.css +21 -0
- package/styles/action-item/action-item.d.ts +12 -0
- package/styles/action-item/action-item.d.ts.map +1 -0
- package/styles/action-item/index.d.ts +2 -0
- package/styles/action-item/index.d.ts.map +1 -0
- package/styles/action-item-button/action-item-button.d.ts +20 -0
- package/styles/action-item-button/action-item-button.d.ts.map +1 -0
- package/styles/action-item-button/index.d.ts +2 -0
- package/styles/action-item-button/index.d.ts.map +1 -0
- package/styles/button/button.d.ts +12 -0
- package/styles/button/button.d.ts.map +1 -0
- package/styles/button/index.d.ts +2 -0
- package/styles/button/index.d.ts.map +1 -0
- package/styles/card/card.d.ts +15 -0
- package/styles/card/card.d.ts.map +1 -0
- package/styles/card/index.d.ts +2 -0
- package/styles/card/index.d.ts.map +1 -0
- package/styles/card-button/card-button.d.ts +13 -0
- package/styles/card-button/card-button.d.ts.map +1 -0
- package/styles/card-button/index.d.ts +2 -0
- package/styles/card-button/index.d.ts.map +1 -0
- package/styles/container/container.d.ts +10 -0
- package/styles/container/container.d.ts.map +1 -0
- package/styles/container/index.d.ts +2 -0
- package/styles/container/index.d.ts.map +1 -0
- package/styles/icon/green-tick-icon-style/green-tick-icon-style.d.ts +7 -0
- package/styles/icon/green-tick-icon-style/green-tick-icon-style.d.ts.map +1 -0
- package/styles/icon/green-tick-icon-style/index.d.ts +2 -0
- package/styles/icon/green-tick-icon-style/index.d.ts.map +1 -0
- package/styles/icon/index.d.ts +4 -0
- package/styles/icon/index.d.ts.map +1 -0
- package/styles/icon/question-icon-style/index.d.ts +2 -0
- package/styles/icon/question-icon-style/index.d.ts.map +1 -0
- package/styles/icon/question-icon-style/question-icon-style.d.ts +7 -0
- package/styles/icon/question-icon-style/question-icon-style.d.ts.map +1 -0
- package/styles/icon/usb-icon-style/index.d.ts +2 -0
- package/styles/icon/usb-icon-style/index.d.ts.map +1 -0
- package/styles/icon/usb-icon-style/usb-icon-style.d.ts +9 -0
- package/styles/icon/usb-icon-style/usb-icon-style.d.ts.map +1 -0
- package/styles/icon-button/icon-button.d.ts +14 -0
- package/styles/icon-button/icon-button.d.ts.map +1 -0
- package/styles/icon-button/index.d.ts +2 -0
- package/styles/icon-button/index.d.ts.map +1 -0
- package/styles/index.d.ts +22 -0
- package/styles/index.d.ts.map +1 -0
- package/styles/info-card-header/index.d.ts +2 -0
- package/styles/info-card-header/index.d.ts.map +1 -0
- package/styles/info-card-header/info-card-header.d.ts +8 -0
- package/styles/info-card-header/info-card-header.d.ts.map +1 -0
- package/styles/info-container/index.d.ts +2 -0
- package/styles/info-container/index.d.ts.map +1 -0
- package/styles/info-container/info-container.d.ts +6 -0
- package/styles/info-container/info-container.d.ts.map +1 -0
- package/styles/input/index.d.ts +2 -0
- package/styles/input/index.d.ts.map +1 -0
- package/styles/input/input.d.ts +19 -0
- package/styles/input/input.d.ts.map +1 -0
- package/styles/instruction-card/index.d.ts +2 -0
- package/styles/instruction-card/index.d.ts.map +1 -0
- package/styles/instruction-card/instruction-card.d.ts +8 -0
- package/styles/instruction-card/instruction-card.d.ts.map +1 -0
- package/styles/list-container/index.d.ts +2 -0
- package/styles/list-container/index.d.ts.map +1 -0
- package/styles/list-container/list-container.d.ts +6 -0
- package/styles/list-container/list-container.d.ts.map +1 -0
- package/styles/nav-button/index.d.ts +2 -0
- package/styles/nav-button/index.d.ts.map +1 -0
- package/styles/nav-button/navigation-button.d.ts +9 -0
- package/styles/nav-button/navigation-button.d.ts.map +1 -0
- package/styles/sidebar/index.d.ts +2 -0
- package/styles/sidebar/index.d.ts.map +1 -0
- package/styles/sidebar/sidebar.d.ts +14 -0
- package/styles/sidebar/sidebar.d.ts.map +1 -0
- package/styles/sub-nav-button/index.d.ts +2 -0
- package/styles/sub-nav-button/index.d.ts.map +1 -0
- package/styles/sub-nav-button/sub-nav-button.d.ts +11 -0
- package/styles/sub-nav-button/sub-nav-button.d.ts.map +1 -0
- package/styles/summary-action-item/index.d.ts +2 -0
- package/styles/summary-action-item/index.d.ts.map +1 -0
- package/styles/summary-action-item/summary-action-item.d.ts +22 -0
- package/styles/summary-action-item/summary-action-item.d.ts.map +1 -0
- package/styles/tab-view-container/index.d.ts +2 -0
- package/styles/tab-view-container/index.d.ts.map +1 -0
- package/styles/tab-view-container/tab-view-container.d.ts +10 -0
- package/styles/tab-view-container/tab-view-container.d.ts.map +1 -0
- package/styles/tap-and-hold-button/index.d.ts +2 -0
- package/styles/tap-and-hold-button/index.d.ts.map +1 -0
- package/styles/tap-and-hold-button/tap-and-hold-button.d.ts +10 -0
- package/styles/tap-and-hold-button/tap-and-hold-button.d.ts.map +1 -0
- package/styles/text/index.d.ts +2 -0
- package/styles/text/index.d.ts.map +1 -0
- package/styles/text/text.d.ts +22 -0
- package/styles/text/text.d.ts.map +1 -0
- package/styles/typography/index.d.ts +2 -0
- package/styles/typography/index.d.ts.map +1 -0
- package/styles/typography/typography.d.ts +134 -0
- package/styles/typography/typography.d.ts.map +1 -0
- package/tools/bytes.d.ts +2 -0
- package/tools/bytes.d.ts.map +1 -0
- package/tools/colour.d.ts +2 -0
- package/tools/colour.d.ts.map +1 -0
- package/tools/index.d.ts +4 -0
- package/tools/index.d.ts.map +1 -0
- package/tools/useKeyboardToggle.d.ts +12 -0
- package/tools/useKeyboardToggle.d.ts.map +1 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const TabViewLayout: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const TabContainer: import('@emotion/styled').StyledComponent<{
|
|
7
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
8
|
+
as?: import('react').ElementType<any> | undefined;
|
|
9
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
//# sourceMappingURL=tab-view-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-view-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tab-view-container/tab-view-container.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAMzB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAMxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tap-and-hold-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ButtonProps } from '../button';
|
|
2
|
+
|
|
3
|
+
export type TapAndHoldButtonState = "halt" | "idle" | "run";
|
|
4
|
+
export interface TapAndHoldButtonProps extends ButtonProps {
|
|
5
|
+
state?: TapAndHoldButtonState;
|
|
6
|
+
}
|
|
7
|
+
export declare const TapAndHoldButton: import('@emotion/styled').StyledComponent<ButtonProps & {
|
|
8
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
9
|
+
} & TapAndHoldButtonProps, {}, {}>;
|
|
10
|
+
//# sourceMappingURL=tap-and-hold-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tap-and-hold-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tap-and-hold-button/tap-and-hold-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,WAAW,EAAE,MAAM,WAAW,CAAC;AAEhD,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;AAC5D,MAAM,WAAW,qBAAsB,SAAQ,WAAW;IACxD,KAAK,CAAC,EAAE,qBAAqB,CAAC;CAC/B;AAED,eAAO,MAAM,gBAAgB;;kCAyC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const TextContainer: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const Text: import('@emotion/styled').StyledComponent<{
|
|
7
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
8
|
+
as?: import('react').ElementType<any> | undefined;
|
|
9
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const Description: import('@emotion/styled').StyledComponent<{
|
|
11
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
12
|
+
as?: import('react').ElementType<any> | undefined;
|
|
13
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
14
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
15
|
+
}, {}, {}>;
|
|
16
|
+
export declare const Error: import('@emotion/styled').StyledComponent<{
|
|
17
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
18
|
+
as?: import('react').ElementType<any> | undefined;
|
|
19
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
20
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
21
|
+
}, {}, {}>;
|
|
22
|
+
//# sourceMappingURL=text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/text/text.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAKzB,CAAC;AAEF,eAAO,MAAM,IAAI;;;yGAIhB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;UAKvB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;UAEjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/typography/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const LargeText: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const Heading: import('@emotion/styled').StyledComponent<{
|
|
7
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
8
|
+
as?: import('react').ElementType<any> | undefined;
|
|
9
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
10
|
+
export declare const Subheading: import('@emotion/styled').StyledComponent<{
|
|
11
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
12
|
+
as?: import('react').ElementType<any> | undefined;
|
|
13
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
14
|
+
export declare const UtilityModalHeading: import('@emotion/styled').StyledComponent<{
|
|
15
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
16
|
+
as?: import('react').ElementType<any> | undefined;
|
|
17
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
|
+
export declare const UtilityModalSubHeading: import('@emotion/styled').StyledComponent<{
|
|
19
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
20
|
+
as?: import('react').ElementType<any> | undefined;
|
|
21
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
22
|
+
export declare const SettingsSubheading: import('@emotion/styled').StyledComponent<{
|
|
23
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
24
|
+
as?: import('react').ElementType<any> | undefined;
|
|
25
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
|
+
export declare const Body2: import('@emotion/styled').StyledComponent<{
|
|
27
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
28
|
+
as?: import('react').ElementType<any> | undefined;
|
|
29
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
30
|
+
export declare const SmallText: import('@emotion/styled').StyledComponent<{
|
|
31
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
32
|
+
as?: import('react').ElementType<any> | undefined;
|
|
33
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
34
|
+
export declare const BodySmall: import('@emotion/styled').StyledComponent<{
|
|
35
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
36
|
+
as?: import('react').ElementType<any> | undefined;
|
|
37
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
38
|
+
export declare const BodySmallInformation: import('@emotion/styled').StyledComponent<{
|
|
39
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
40
|
+
as?: import('react').ElementType<any> | undefined;
|
|
41
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
42
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
43
|
+
}, {}, {}>;
|
|
44
|
+
export declare const BodyMedium: import('@emotion/styled').StyledComponent<{
|
|
45
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
46
|
+
as?: import('react').ElementType<any> | undefined;
|
|
47
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
48
|
+
export declare const BodyLarge: import('@emotion/styled').StyledComponent<{
|
|
49
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
50
|
+
as?: import('react').ElementType<any> | undefined;
|
|
51
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
52
|
+
export declare const BodyMediumInformation: import('@emotion/styled').StyledComponent<{
|
|
53
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
54
|
+
as?: import('react').ElementType<any> | undefined;
|
|
55
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
56
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
57
|
+
}, {}, {}>;
|
|
58
|
+
export declare const BodyLargeInformation: import('@emotion/styled').StyledComponent<{
|
|
59
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
60
|
+
as?: import('react').ElementType<any> | undefined;
|
|
61
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
62
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
63
|
+
}, {}, {}>;
|
|
64
|
+
export declare const ErrorText: import('@emotion/styled').StyledComponent<{
|
|
65
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
66
|
+
as?: import('react').ElementType<any> | undefined;
|
|
67
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
68
|
+
export declare const HeadingMedium: import('@emotion/styled').StyledComponent<{
|
|
69
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
70
|
+
as?: import('react').ElementType<any> | undefined;
|
|
71
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
72
|
+
export declare const HeadingLarge: import('@emotion/styled').StyledComponent<{
|
|
73
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
74
|
+
as?: import('react').ElementType<any> | undefined;
|
|
75
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
76
|
+
export declare const HeadingMediumInformation: import('@emotion/styled').StyledComponent<{
|
|
77
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
78
|
+
as?: import('react').ElementType<any> | undefined;
|
|
79
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
80
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
81
|
+
}, {}, {}>;
|
|
82
|
+
export declare const HeadingLargeInformation: import('@emotion/styled').StyledComponent<{
|
|
83
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
84
|
+
as?: import('react').ElementType<any> | undefined;
|
|
85
|
+
} & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
86
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
87
|
+
}, {}, {}>;
|
|
88
|
+
export declare const Label: import('@emotion/styled').StyledComponent<{
|
|
89
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
90
|
+
as?: import('react').ElementType<any> | undefined;
|
|
91
|
+
}, import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
|
|
92
|
+
export declare const LabelSmall: import('@emotion/styled').StyledComponent<{
|
|
93
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
94
|
+
as?: import('react').ElementType<any> | undefined;
|
|
95
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
96
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
97
|
+
}, {}, {}>;
|
|
98
|
+
export declare const LabelExtraSmall: import('@emotion/styled').StyledComponent<{
|
|
99
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
100
|
+
as?: import('react').ElementType<any> | undefined;
|
|
101
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
102
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
103
|
+
}, {}, {}>;
|
|
104
|
+
export declare const LabelDate: import('@emotion/styled').StyledComponent<{
|
|
105
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
106
|
+
as?: import('react').ElementType<any> | undefined;
|
|
107
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
108
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
109
|
+
}, {}, {}>;
|
|
110
|
+
export declare const LabelDateInformation: import('@emotion/styled').StyledComponent<{
|
|
111
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
112
|
+
as?: import('react').ElementType<any> | undefined;
|
|
113
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
114
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
115
|
+
}, {}, {}>;
|
|
116
|
+
export declare const LabelInformation: import('@emotion/styled').StyledComponent<{
|
|
117
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
118
|
+
as?: import('react').ElementType<any> | undefined;
|
|
119
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
120
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
121
|
+
}, {}, {}>;
|
|
122
|
+
export declare const LabelInformationSmall: import('@emotion/styled').StyledComponent<{
|
|
123
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
124
|
+
as?: import('react').ElementType<any> | undefined;
|
|
125
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
126
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
127
|
+
}, {}, {}>;
|
|
128
|
+
export declare const LabelInformationExtraSmall: import('@emotion/styled').StyledComponent<{
|
|
129
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
130
|
+
as?: import('react').ElementType<any> | undefined;
|
|
131
|
+
} & import('react').ClassAttributes<HTMLLabelElement> & import('react').LabelHTMLAttributes<HTMLLabelElement> & {
|
|
132
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
133
|
+
}, {}, {}>;
|
|
134
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/typography/typography.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;yGAQrB,CAAC;AAEF,eAAO,MAAM,OAAO;;;iHAQnB,CAAC;AAEF,eAAO,MAAM,UAAU;;;iHAQtB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;yGAS/B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;yGASlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;yGAQ9B,CAAC;AAEF,eAAO,MAAM,KAAK;;;qHAQjB,CAAC;AAEF,eAAO,MAAM,SAAS;;;yGAQrB,CAAC;AAIF,eAAO,MAAM,SAAS;;;yGAQrB,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;UAEhC,CAAC;AAEF,eAAO,MAAM,UAAU;;;yGAQtB,CAAC;AAEF,eAAO,MAAM,SAAS;;;yGAQrB,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;UAEjC,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;UAGhC,CAAC;AAEF,eAAO,MAAM,SAAS;;;yGAQrB,CAAC;AAEF,eAAO,MAAM,aAAa;;;yGAQzB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAQxB,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;UAEpC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;UAEnC,CAAC;AAEF,eAAO,MAAM,KAAK;;;kHAQjB,CAAC;AACF,eAAO,MAAM,UAAU;;;;;UAEtB,CAAC;AACF,eAAO,MAAM,eAAe;;;;;UAE3B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;UAErB,CAAC;AACF,eAAO,MAAM,oBAAoB;;;;;UAEhC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;UAE5B,CAAC;AACF,eAAO,MAAM,qBAAqB;;;;;UAEjC,CAAC;AACF,eAAO,MAAM,0BAA0B;;;;;UAEtC,CAAC"}
|
package/tools/bytes.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bytes.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-components/src/tools/bytes.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,KAAA,EAAE,QAAQ,SAAI,EAAE,KAAK,UAAO,UAY5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colour.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-components/src/tools/colour.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,UAAW,MAAM,kIAKI,CAAC"}
|
package/tools/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-components/src/tools/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface KeyboardToggleProps<T> {
|
|
2
|
+
defaultValue: T;
|
|
3
|
+
key?: string;
|
|
4
|
+
modifiers?: {
|
|
5
|
+
altKey?: boolean;
|
|
6
|
+
ctrlKey?: boolean;
|
|
7
|
+
shiftKey?: boolean;
|
|
8
|
+
};
|
|
9
|
+
values: T[];
|
|
10
|
+
}
|
|
11
|
+
export declare const useKeyboardToggle: <T>({ defaultValue, key, modifiers, values, }: KeyboardToggleProps<T>) => T;
|
|
12
|
+
//# sourceMappingURL=useKeyboardToggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useKeyboardToggle.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-components/src/tools/useKeyboardToggle.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,mBAAmB,CAAC,CAAC;IACpC,YAAY,EAAE,CAAC,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,MAAM,EAAE,CAAC,EAAE,CAAC;CACb;AAED,eAAO,MAAM,iBAAiB,iDAK3B,oBAAoB,CAAC,CAAC,MAyBxB,CAAC"}
|