@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
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kosdev-code/kos-ddk-components",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"types": "./index.d.ts",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./index.js",
|
|
9
|
+
"require": "./index.cjs",
|
|
10
|
+
"types": "./index.d.ts"
|
|
11
|
+
},
|
|
12
|
+
"./style.css": "./style.css"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@kosdev-code/kos-ui-sdk": "~2.0.2",
|
|
16
|
+
"@kosdev-code/kos-dispense-sdk": "~2.0.2"
|
|
17
|
+
},
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"react-router-dom": "^6.11.2"
|
|
20
|
+
},
|
|
21
|
+
"kos": {
|
|
22
|
+
"build": {
|
|
23
|
+
"gitHash": "c4ca7cd3221751dacae28d4c039983dede1f6b95"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"registry": "https://registry.npmjs.org/"
|
|
28
|
+
}
|
|
29
|
+
}
|
package/style.css
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* react-simple-keyboard v3.6.13
|
|
4
|
+
* https://github.com/hodgef/react-simple-keyboard
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*
|
|
11
|
+
*//*!
|
|
12
|
+
*
|
|
13
|
+
* simple-keyboard v3.6.9
|
|
14
|
+
* https://github.com/hodgef/simple-keyboard
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
|
17
|
+
*
|
|
18
|
+
* This source code is licensed under the MIT license found in the
|
|
19
|
+
* LICENSE file in the root directory of this source tree.
|
|
20
|
+
*
|
|
21
|
+
*/.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ActionItemProps {
|
|
4
|
+
children?: ReactNode;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
shadow?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const ActionItem: import('@emotion/styled').StyledComponent<{
|
|
9
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
10
|
+
as?: import('react').ElementType<any> | undefined;
|
|
11
|
+
} & ActionItemProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
12
|
+
//# sourceMappingURL=action-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-item.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/action-item/action-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,UAAU;;;2HA0CtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/action-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SerializedStyles } from '@emotion/react';
|
|
2
|
+
import { ActionItemProps } from '../action-item';
|
|
3
|
+
|
|
4
|
+
export type UnitStyle = "inline" | "external";
|
|
5
|
+
export interface ActionItemButtonProps extends ActionItemProps {
|
|
6
|
+
active?: boolean;
|
|
7
|
+
Icon?: React.FunctionComponent;
|
|
8
|
+
unitStyle?: UnitStyle;
|
|
9
|
+
unitValue?: string;
|
|
10
|
+
onPointerDown?: () => void;
|
|
11
|
+
css?: SerializedStyles;
|
|
12
|
+
}
|
|
13
|
+
export declare const ActionItemButtonStyles: import('@emotion/styled').StyledComponent<{
|
|
14
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
15
|
+
as?: import('react').ElementType<any> | undefined;
|
|
16
|
+
} & ActionItemProps & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
17
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
18
|
+
} & ActionItemButtonProps, {}, {}>;
|
|
19
|
+
export declare const ActionItemButton: ({ children, disabled, unitStyle, unitValue, ...props }: ActionItemButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
20
|
+
//# sourceMappingURL=action-item-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-item-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/action-item-button/action-item-button.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAc,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAiDvD,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE9C,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC5D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC/B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,GAAG,CAAC,EAAE,gBAAgB,CAAC;CACxB;AAED,eAAO,MAAM,sBAAsB;;;;;kCAoElC,CAAC;AAEF,eAAO,MAAM,gBAAgB,2DAM1B,qBAAqB,qDAoBvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/action-item-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
shadow?: boolean;
|
|
8
|
+
state?: string;
|
|
9
|
+
mode?: "primary";
|
|
10
|
+
}
|
|
11
|
+
export declare const Button: ({ disabled, onPointerDown, ...props }: ButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/button/button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,iBAAiB,CAC7B,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,iBAAiB,CAClB;IACD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AA2GD,eAAO,MAAM,MAAM,0CAA2C,WAAW,qDAYxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface CardProps {
|
|
4
|
+
children?: ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
collapse?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
float?: boolean;
|
|
9
|
+
padding?: "large" | "small" | "x-large";
|
|
10
|
+
}
|
|
11
|
+
export declare const Card: import('@emotion/styled').StyledComponent<{
|
|
12
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
13
|
+
as?: import('react').ElementType<any> | undefined;
|
|
14
|
+
} & CardProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/card/card.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;CACzC;AAED,eAAO,MAAM,IAAI;;;qHAuDhB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/card/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CardProps } from '../card';
|
|
2
|
+
|
|
3
|
+
export interface CardButtonProps extends CardProps {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
onPointerDown?: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const CardButton: import('@emotion/styled').StyledComponent<{
|
|
8
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
9
|
+
as?: import('react').ElementType<any> | undefined;
|
|
10
|
+
} & CardProps & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
11
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
12
|
+
} & CardButtonProps, {}, {}>;
|
|
13
|
+
//# sourceMappingURL=card-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/card-button/card-button.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAQ,SAAS,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,eAAO,MAAM,UAAU;;;;;4BAsDtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/card-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ContainerProps {
|
|
3
|
+
contain?: boolean;
|
|
4
|
+
size?: "small" | "medium" | "large";
|
|
5
|
+
}
|
|
6
|
+
export declare const Container: import('@emotion/styled').StyledComponent<{
|
|
7
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
8
|
+
as?: import('react').ElementType<any> | undefined;
|
|
9
|
+
} & ContainerProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
//# sourceMappingURL=container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/container/container.tsx"],"names":[],"mappings":";AAEA,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC;AAED,eAAO,MAAM,SAAS;;;0HAiBrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/container/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const GreenTickIconStyle: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
7
|
+
//# sourceMappingURL=green-tick-icon-style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"green-tick-icon-style.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/green-tick-icon-style/green-tick-icon-style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,kBAAkB;;;;UAQ9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/green-tick-icon-style/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/question-icon-style/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const QuestionIconStyle: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
7
|
+
//# sourceMappingURL=question-icon-style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"question-icon-style.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/question-icon-style/question-icon-style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB;;;;UAM7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/usb-icon-style/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const UsbIconStyle: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
selected?: boolean | undefined;
|
|
8
|
+
}, {}, {}>;
|
|
9
|
+
//# sourceMappingURL=usb-icon-style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usb-icon-style.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/usb-icon-style/usb-icon-style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,YAAY;;;;;;UASxB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ElementType, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export type IconButtonSize = "small" | "medium" | "large";
|
|
4
|
+
interface IconButtonProps {
|
|
5
|
+
active?: boolean;
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
icon: ElementType;
|
|
9
|
+
size?: IconButtonSize;
|
|
10
|
+
onPointerDown?: () => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const IconButton: ({ children, icon: Icon, size, ...props }: IconButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=icon-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/icon-button/icon-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1D,UAAU,eAAe;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAkED,eAAO,MAAM,UAAU,6CAKpB,eAAe,qDAKjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/icon-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export * from './action-item-button';
|
|
2
|
+
export * from './action-item';
|
|
3
|
+
export * from './button';
|
|
4
|
+
export * from './card-button';
|
|
5
|
+
export * from './card';
|
|
6
|
+
export * from './container';
|
|
7
|
+
export * from './icon-button';
|
|
8
|
+
export * from './icon';
|
|
9
|
+
export * from './info-card-header';
|
|
10
|
+
export * from './info-container';
|
|
11
|
+
export * from './input';
|
|
12
|
+
export * from './instruction-card';
|
|
13
|
+
export * from './list-container';
|
|
14
|
+
export * from './nav-button';
|
|
15
|
+
export * from './sidebar';
|
|
16
|
+
export * from './sub-nav-button';
|
|
17
|
+
export * from './summary-action-item';
|
|
18
|
+
export * from './tab-view-container';
|
|
19
|
+
export * from './tap-and-hold-button';
|
|
20
|
+
export * from './text';
|
|
21
|
+
export * from './typography';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ddk/kos-ddk-components/src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/info-card-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const InfoCardHead: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
} & import('../card').CardProps & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
7
|
+
}, {}, {}>;
|
|
8
|
+
//# sourceMappingURL=info-card-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-card-header.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/info-card-header/info-card-header.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,YAAY;;;;;UAMxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/info-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const InfoContainer: 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
|
+
//# sourceMappingURL=info-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/info-container/info-container.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAOzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/input/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface InputProps {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
error?: string;
|
|
7
|
+
isError?: boolean;
|
|
8
|
+
readOnly?: boolean;
|
|
9
|
+
shadow?: boolean;
|
|
10
|
+
state?: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
}
|
|
14
|
+
export declare const StyledInput: import('@emotion/styled').StyledComponent<{
|
|
15
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
16
|
+
as?: React.ElementType<any> | undefined;
|
|
17
|
+
} & InputProps, React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
|
|
18
|
+
export declare const Input: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
19
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/input/input.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,eAAO,MAAM,WAAW;;;2GAoFvB,CAAC;AAEF,eAAO,MAAM,KAAK,kGAOjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/instruction-card/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const InstructionCard: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
} & import('../card').CardProps & import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
7
|
+
}, {}, {}>;
|
|
8
|
+
//# sourceMappingURL=instruction-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction-card.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/instruction-card/instruction-card.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,eAAe;;;;;UAuB3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/list-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ListContainer: 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
|
+
//# sourceMappingURL=list-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/list-container/list-container.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAIzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/nav-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface NavigationButtonProps {
|
|
3
|
+
active?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const NavigationButton: import('@emotion/styled').StyledComponent<{
|
|
6
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
7
|
+
as?: import('react').ElementType<any> | undefined;
|
|
8
|
+
} & NavigationButtonProps, import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
9
|
+
//# sourceMappingURL=navigation-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/nav-button/navigation-button.tsx"],"names":[],"mappings":";AAGA,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,gBAAgB;;;6IA0D5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/sidebar/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SidebarNav: 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 SidebarContent: 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 SidebarHeader: 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<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
//# sourceMappingURL=sidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/sidebar/sidebar.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,UAAU;;;yGAetB,CAAC;AAEF,eAAO,MAAM,cAAc;;;yGAK1B,CAAC;AAEF,eAAO,MAAM,aAAa;;;yGAMzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/sub-nav-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface SubNavButtonProps {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare const SubNavButton: import('@emotion/styled').StyledComponent<{
|
|
8
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
9
|
+
as?: import('react').ElementType<any> | undefined;
|
|
10
|
+
} & SubNavButtonProps, import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
11
|
+
//# sourceMappingURL=sub-nav-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sub-nav-button.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/sub-nav-button/sub-nav-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;CACrB;AACD,eAAO,MAAM,YAAY;;;yIAgBxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/summary-action-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const NoDataSummary: 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 BodyContent: 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 ShowMoreText: 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<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const ShowMoreSubtext: 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 SummaryHolderCardText: 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
|
+
//# sourceMappingURL=summary-action-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary-action-item.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/summary-action-item/summary-action-item.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAQzB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAKvB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAKxB,CAAC;AACF,eAAO,MAAM,eAAe;;;yGAK3B,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;yGAKjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tab-view-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|