@pontive/pontkit-core 1.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/README.md +142 -0
- package/catalog.json +2246 -0
- package/dist/assets/icons/account.icon.d.ts +1 -0
- package/dist/assets/icons/badge-check-icon.d.ts +1 -0
- package/dist/assets/icons/burger-menu.icon.d.ts +1 -0
- package/dist/assets/icons/check.d.ts +1 -0
- package/dist/assets/icons/clock-icon.d.ts +1 -0
- package/dist/assets/icons/close.icon.d.ts +1 -0
- package/dist/assets/icons/copy.icon.d.ts +1 -0
- package/dist/assets/icons/edit.icon.d.ts +1 -0
- package/dist/assets/icons/email.d.ts +1 -0
- package/dist/assets/icons/image-icon.d.ts +1 -0
- package/dist/assets/icons/index.d.ts +20 -0
- package/dist/assets/icons/link-icon.d.ts +1 -0
- package/dist/assets/icons/location.icon.d.ts +1 -0
- package/dist/assets/icons/members-icon.d.ts +1 -0
- package/dist/assets/icons/personal-info.icon.d.ts +1 -0
- package/dist/assets/icons/plusIcon.d.ts +1 -0
- package/dist/assets/icons/refresh-cw-icon.d.ts +1 -0
- package/dist/assets/icons/search-icon.d.ts +1 -0
- package/dist/assets/icons/triangle-alert.d.ts +1 -0
- package/dist/assets/icons/url.icon.d.ts +1 -0
- package/dist/assets/icons/user-round-check-icon.d.ts +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/renderers/auth/button/_passkey-button.d.ts +81 -0
- package/dist/components/renderers/auth/button/_provider-button.d.ts +103 -0
- package/dist/components/renderers/auth/button/_submit-button.d.ts +71 -0
- package/dist/components/renderers/auth/button/button.defs.d.ts +21 -0
- package/dist/components/renderers/auth/button/button.stories/passkey-button.stories.d.ts +12 -0
- package/dist/components/renderers/auth/button/button.stories/provider-button.stories.d.ts +24 -0
- package/dist/components/renderers/auth/button/button.stories/submit-button.stories.d.ts +12 -0
- package/dist/components/renderers/auth/button/button.types.d.ts +54 -0
- package/dist/components/renderers/auth/button/index.d.ts +11 -0
- package/dist/components/renderers/auth/edit-identifier/_edit-identifier.d.ts +33 -0
- package/dist/components/renderers/auth/edit-identifier/edit-identifier.defs.d.ts +2 -0
- package/dist/components/renderers/auth/edit-identifier/edit-identifier.types.d.ts +7 -0
- package/dist/components/renderers/auth/edit-identifier/index.d.ts +7 -0
- package/dist/components/renderers/auth/field/_confirm-field.d.ts +168 -0
- package/dist/components/renderers/auth/field/_email-field.d.ts +160 -0
- package/dist/components/renderers/auth/field/_identifier-field.d.ts +171 -0
- package/dist/components/renderers/auth/field/_name-field.d.ts +186 -0
- package/dist/components/renderers/auth/field/_password-field.d.ts +230 -0
- package/dist/components/renderers/auth/field/_phone-field.d.ts +160 -0
- package/dist/components/renderers/auth/field/_username-field.d.ts +186 -0
- package/dist/components/renderers/auth/field/field.defs.d.ts +24 -0
- package/dist/components/renderers/auth/field/field.stories/confirm-field.stories.d.ts +14 -0
- package/dist/components/renderers/auth/field/field.stories/email-field.stories.d.ts +13 -0
- package/dist/components/renderers/auth/field/field.stories/helpers.d.ts +2 -0
- package/dist/components/renderers/auth/field/field.stories/identifier-field.stories.d.ts +25 -0
- package/dist/components/renderers/auth/field/field.stories/name-field.stories.d.ts +14 -0
- package/dist/components/renderers/auth/field/field.stories/password-field.stories.d.ts +15 -0
- package/dist/components/renderers/auth/field/field.stories/phone-field.stories.d.ts +13 -0
- package/dist/components/renderers/auth/field/field.stories/username-field.stories.d.ts +13 -0
- package/dist/components/renderers/auth/field/field.types.d.ts +120 -0
- package/dist/components/renderers/auth/field/index.d.ts +19 -0
- package/dist/components/renderers/auth/form/_form.d.ts +68 -0
- package/dist/components/renderers/auth/form/form.defs.d.ts +6 -0
- package/dist/components/renderers/auth/form/form.stories.d.ts +7 -0
- package/dist/components/renderers/auth/form/form.types.d.ts +14 -0
- package/dist/components/renderers/auth/form/index.d.ts +7 -0
- package/dist/components/renderers/auth/index.d.ts +9 -0
- package/dist/components/renderers/auth/otp/_otp-resend.d.ts +46 -0
- package/dist/components/renderers/auth/otp/_otp.d.ts +58 -0
- package/dist/components/renderers/auth/otp/index.d.ts +9 -0
- package/dist/components/renderers/auth/otp/otp.defs.d.ts +2 -0
- package/dist/components/renderers/auth/otp/otp.stories.d.ts +5 -0
- package/dist/components/renderers/auth/otp/otp.types.d.ts +25 -0
- package/dist/components/renderers/auth/provider-field/_provider-field.d.ts +124 -0
- package/dist/components/renderers/auth/provider-field/index.d.ts +7 -0
- package/dist/components/renderers/auth/provider-field/provider-field.stories.d.ts +25 -0
- package/dist/components/renderers/auth/provider-field/provider-field.types.d.ts +17 -0
- package/dist/components/renderers/auth/qr-code/_qr-code.d.ts +36 -0
- package/dist/components/renderers/auth/qr-code/index.d.ts +7 -0
- package/dist/components/renderers/auth/qr-code/qr-code.defs.d.ts +2 -0
- package/dist/components/renderers/auth/qr-code/qr-code.stories.d.ts +5 -0
- package/dist/components/renderers/auth/qr-code/qr-code.types.d.ts +11 -0
- package/dist/components/renderers/auth/recovery-codes/_recovery-codes.d.ts +27 -0
- package/dist/components/renderers/auth/recovery-codes/index.d.ts +7 -0
- package/dist/components/renderers/auth/recovery-codes/recovery-codes.defs.d.ts +2 -0
- package/dist/components/renderers/auth/recovery-codes/recovery-codes.stories.d.ts +5 -0
- package/dist/components/renderers/auth/recovery-codes/recovery-codes.types.d.ts +7 -0
- package/dist/components/renderers/auth/secret/_secret.d.ts +27 -0
- package/dist/components/renderers/auth/secret/index.d.ts +7 -0
- package/dist/components/renderers/auth/secret/secret.defs.d.ts +2 -0
- package/dist/components/renderers/auth/secret/secret.stories.d.ts +5 -0
- package/dist/components/renderers/auth/secret/secret.types.d.ts +9 -0
- package/dist/components/renderers/feedback/alert/_alert.d.ts +61 -0
- package/dist/components/renderers/feedback/alert/alert.defs.d.ts +7 -0
- package/dist/components/renderers/feedback/alert/alert.stories.d.ts +11 -0
- package/dist/components/renderers/feedback/alert/alert.types.d.ts +14 -0
- package/dist/components/renderers/feedback/alert/index.d.ts +7 -0
- package/dist/components/renderers/feedback/countdown/_countdown.d.ts +20 -0
- package/dist/components/renderers/feedback/countdown/countdown.stories.d.ts +7 -0
- package/dist/components/renderers/feedback/countdown/countdown.types.d.ts +6 -0
- package/dist/components/renderers/feedback/countdown/index.d.ts +7 -0
- package/dist/components/renderers/feedback/index.d.ts +2 -0
- package/dist/components/renderers/index.d.ts +6 -0
- package/dist/components/renderers/layout/block/_block.d.ts +41 -0
- package/dist/components/renderers/layout/block/block.stories.d.ts +8 -0
- package/dist/components/renderers/layout/block/block.types.d.ts +10 -0
- package/dist/components/renderers/layout/block/index.d.ts +7 -0
- package/dist/components/renderers/layout/container/_container.d.ts +24 -0
- package/dist/components/renderers/layout/container/container.stories.d.ts +19 -0
- package/dist/components/renderers/layout/container/container.types.d.ts +7 -0
- package/dist/components/renderers/layout/container/index.d.ts +7 -0
- package/dist/components/renderers/layout/divider/_divider.d.ts +27 -0
- package/dist/components/renderers/layout/divider/divider.stories.d.ts +6 -0
- package/dist/components/renderers/layout/divider/divider.types.d.ts +6 -0
- package/dist/components/renderers/layout/divider/index.d.ts +7 -0
- package/dist/components/renderers/layout/gap/_gap.d.ts +9 -0
- package/dist/components/renderers/layout/gap/gap.stories.d.ts +7 -0
- package/dist/components/renderers/layout/gap/gap.types.d.ts +6 -0
- package/dist/components/renderers/layout/gap/index.d.ts +7 -0
- package/dist/components/renderers/layout/header/_header.d.ts +28 -0
- package/dist/components/renderers/layout/header/header.stories.d.ts +7 -0
- package/dist/components/renderers/layout/header/header.types.d.ts +9 -0
- package/dist/components/renderers/layout/header/index.d.ts +7 -0
- package/dist/components/renderers/layout/index.d.ts +5 -0
- package/dist/components/renderers/navigation/index.d.ts +1 -0
- package/dist/components/renderers/navigation/link/_link.d.ts +76 -0
- package/dist/components/renderers/navigation/link/index.d.ts +7 -0
- package/dist/components/renderers/navigation/link/link.defs.d.ts +3 -0
- package/dist/components/renderers/navigation/link/link.stories.d.ts +9 -0
- package/dist/components/renderers/navigation/link/link.types.d.ts +12 -0
- package/dist/components/renderers/typography/index.d.ts +2 -0
- package/dist/components/renderers/typography/subtitle/_subtitle.d.ts +8 -0
- package/dist/components/renderers/typography/subtitle/index.d.ts +7 -0
- package/dist/components/renderers/typography/subtitle/subtitle.stories.d.ts +6 -0
- package/dist/components/renderers/typography/subtitle/subtitle.types.d.ts +4 -0
- package/dist/components/renderers/typography/title/_title.d.ts +13 -0
- package/dist/components/renderers/typography/title/index.d.ts +7 -0
- package/dist/components/renderers/typography/title/title.stories.d.ts +6 -0
- package/dist/components/renderers/typography/title/title.types.d.ts +4 -0
- package/dist/components/renderers/visuals/index.d.ts +2 -0
- package/dist/components/renderers/visuals/logo/_logo.d.ts +21 -0
- package/dist/components/renderers/visuals/logo/index.d.ts +7 -0
- package/dist/components/renderers/visuals/logo/logo.stories.d.ts +17 -0
- package/dist/components/renderers/visuals/logo/logo.types.d.ts +5 -0
- package/dist/components/renderers/visuals/watermark/_watermark.d.ts +47 -0
- package/dist/components/renderers/visuals/watermark/index.d.ts +7 -0
- package/dist/components/renderers/visuals/watermark/watermark.defs.d.ts +4 -0
- package/dist/components/renderers/visuals/watermark/watermark.stories.d.ts +8 -0
- package/dist/components/renderers/visuals/watermark/watermark.types.d.ts +11 -0
- package/dist/components/ui/badge-selector/badge-selector.d.ts +44 -0
- package/dist/components/ui/hint/index.d.ts +6 -0
- package/dist/components/ui/index.d.ts +7 -0
- package/dist/components/ui/modal/index.d.ts +12 -0
- package/dist/components/ui/multi-email-input/multi-email-input.d.ts +32 -0
- package/dist/components/ui/multi-select-filter/pont-multi-select-filter.d.ts +18 -0
- package/dist/components/ui/paginator/paginator.d.ts +16 -0
- package/dist/components/ui/pont-sidedrawer/pont-sidedrawer.d.ts +23 -0
- package/dist/components/widgets/index.d.ts +6 -0
- package/dist/components/widgets/pont-account-settings/index.d.ts +3 -0
- package/dist/components/widgets/pont-account-settings/pont-account-settings.d.ts +63 -0
- package/dist/components/widgets/pont-account-settings/profile/classes.d.ts +9 -0
- package/dist/components/widgets/pont-account-settings/profile/components/account-info.d.ts +68 -0
- package/dist/components/widgets/pont-account-settings/profile/components/index.d.ts +4 -0
- package/dist/components/widgets/pont-account-settings/profile/components/location-info.d.ts +31 -0
- package/dist/components/widgets/pont-account-settings/profile/components/personal-info.d.ts +37 -0
- package/dist/components/widgets/pont-account-settings/profile/components/urls-info.d.ts +31 -0
- package/dist/components/widgets/pont-account-settings/profile/index.d.ts +2 -0
- package/dist/components/widgets/pont-account-settings/profile/pont-profile.d.ts +24 -0
- package/dist/components/widgets/pont-account-settings/security-settings/index.d.ts +1 -0
- package/dist/components/widgets/pont-account-settings/security-settings/security-settings.d.ts +11 -0
- package/dist/components/widgets/pont-account-settings/sidebar/classes.d.ts +9 -0
- package/dist/components/widgets/pont-account-settings/sidebar/sidebar.d.ts +26 -0
- package/dist/components/widgets/pont-member-management/components/action-modal.d.ts +33 -0
- package/dist/components/widgets/pont-member-management/components/index.d.ts +6 -0
- package/dist/components/widgets/pont-member-management/components/invitations-panel.d.ts +48 -0
- package/dist/components/widgets/pont-member-management/components/invite-members-form.d.ts +33 -0
- package/dist/components/widgets/pont-member-management/components/manage-roles-form.d.ts +30 -0
- package/dist/components/widgets/pont-member-management/components/members-panel.d.ts +42 -0
- package/dist/components/widgets/pont-member-management/components/monitoring-cards.d.ts +20 -0
- package/dist/components/widgets/pont-member-management/index.d.ts +1 -0
- package/dist/components/widgets/pont-member-management/mock-data.d.ts +4 -0
- package/dist/components/widgets/pont-member-management/pont-member-management.d.ts +74 -0
- package/dist/components/widgets/pont-member-management/types.d.ts +4 -0
- package/dist/components/widgets/pont-nav-user/index.d.ts +1 -0
- package/dist/components/widgets/pont-nav-user/pont-nav-user.d.ts +55 -0
- package/dist/components/widgets/pont-preview/pont-preview.d.ts +19 -0
- package/dist/components/widgets/pont-signin/pont-signin.d.ts +16 -0
- package/dist/components/widgets/pont-signup/pont-signup.d.ts +16 -0
- package/dist/components/wrappers/base-element/base-element.d.ts +19 -0
- package/dist/components/wrappers/index.d.ts +7 -0
- package/dist/components/wrappers/layout/layout.d.ts +57 -0
- package/dist/components/wrappers/pont-auth-state/pont-auth-state.d.ts +12 -0
- package/dist/components/wrappers/pont-authenticated/pont-authenticated.d.ts +27 -0
- package/dist/components/wrappers/pont-provider/pont-provider.d.ts +107 -0
- package/dist/components/wrappers/pont-signed-in/pont-signed-in.d.ts +11 -0
- package/dist/components/wrappers/pont-signed-out/pont-signed-out.d.ts +11 -0
- package/dist/constants/classes.d.ts +9 -0
- package/dist/constants/components.d.ts +6 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/regex.d.ts +4 -0
- package/dist/constants/styles.d.ts +1 -0
- package/dist/context/auth-context.d.ts +17 -0
- package/dist/context/branding-context.d.ts +52 -0
- package/dist/context/customization-context.d.ts +4 -0
- package/dist/context/design-context.d.ts +47 -0
- package/dist/context/env-context.d.ts +4 -0
- package/dist/context/index.d.ts +8 -0
- package/dist/context/locale-context.d.ts +3 -0
- package/dist/context/render-spec.d.ts +3 -0
- package/dist/context/user-context.d.ts +8 -0
- package/dist/events/account-settings.d.ts +10 -0
- package/dist/events/index.d.ts +15 -0
- package/dist/events/locales.d.ts +6 -0
- package/dist/events/member-management.d.ts +10 -0
- package/dist/funcs/env.d.ts +3 -0
- package/dist/funcs/index.d.ts +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +5830 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +32461 -0
- package/dist/index.mjs.map +1 -0
- package/dist/primitives/assets/icons/anchor.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/app-window.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/arrow-right.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/arrow-up-circle.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/arrow-up-right.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/arrow-up.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/arrows.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/asterisk.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/badge-alert.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/badge-check.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/badge-info.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/badge-x.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/bell.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/bookmark.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/brand-javascript.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/captions.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/carousel-arrow-left.d.ts +1 -0
- package/dist/primitives/assets/icons/carousel-arrow-right.d.ts +1 -0
- package/dist/primitives/assets/icons/chart.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/check.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/chevron-right.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/chorven-down.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/circle-alert.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/circle-check.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/circle-fading-arrow-up.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/circle-x.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/circle.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/close.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/cloud.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/code.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/copy.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/corner-down-left.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/credit-card.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/decrease.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/dot.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/down.d.ts +1 -0
- package/dist/primitives/assets/icons/external-link.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/eye-off.d.ts +1 -0
- package/dist/primitives/assets/icons/eye-off.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/eye-on.d.ts +1 -0
- package/dist/primitives/assets/icons/file-code.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/folder-code.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/git-branch-minus.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/git-branch-plus.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/help-circle.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/house.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/inbox.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/index.d.ts +67 -0
- package/dist/primitives/assets/icons/info.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/loader-circle.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/mail-warning.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/mail.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/minus.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/plus.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/rabbit.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/radio-group.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/radio.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/refresh-ccw.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/refresh-cw.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/search.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/settings.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/shield-alert.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/shopping-bag.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/star.icon.d.ts +2 -0
- package/dist/primitives/assets/icons/tick.icon.d.ts +1 -0
- package/dist/primitives/assets/icons/up-down.d.ts +1 -0
- package/dist/primitives/assets/icons/up.d.ts +1 -0
- package/dist/primitives/assets/icons/wand.icon.d.ts +2 -0
- package/dist/primitives/components/index.d.ts +1 -0
- package/dist/primitives/components/ui/accordion/accordion-content.d.ts +20 -0
- package/dist/primitives/components/ui/accordion/accordion-item.d.ts +21 -0
- package/dist/primitives/components/ui/accordion/accordion-trigger.d.ts +17 -0
- package/dist/primitives/components/ui/accordion/accordion.d.ts +25 -0
- package/dist/primitives/components/ui/accordion/accordion.defs.d.ts +10 -0
- package/dist/primitives/components/ui/accordion/accordion.stories.d.ts +10 -0
- package/dist/primitives/components/ui/accordion/accordion.styles.d.ts +4 -0
- package/dist/primitives/components/ui/alert/_alert-action.d.ts +21 -0
- package/dist/primitives/components/ui/alert/_alert-description.d.ts +21 -0
- package/dist/primitives/components/ui/alert/_alert-title.d.ts +20 -0
- package/dist/primitives/components/ui/alert/_alert.d.ts +25 -0
- package/dist/primitives/components/ui/alert/alert.d.ts +16 -0
- package/dist/primitives/components/ui/alert/alert.defs.d.ts +4 -0
- package/dist/primitives/components/ui/alert/alert.stories.d.ts +12 -0
- package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.d.ts +16 -0
- package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +4 -0
- package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -0
- package/dist/primitives/components/ui/avatar/_avatar-badge.d.ts +21 -0
- package/dist/primitives/components/ui/avatar/_avatar-fallback.d.ts +21 -0
- package/dist/primitives/components/ui/avatar/_avatar-group-count.d.ts +21 -0
- package/dist/primitives/components/ui/avatar/_avatar-group.d.ts +21 -0
- package/dist/primitives/components/ui/avatar/_avatar-image.d.ts +28 -0
- package/dist/primitives/components/ui/avatar/_avatar.d.ts +65 -0
- package/dist/primitives/components/ui/avatar/avatar.d.ts +20 -0
- package/dist/primitives/components/ui/avatar/avatar.defs.d.ts +8 -0
- package/dist/primitives/components/ui/avatar/avatar.stories.d.ts +13 -0
- package/dist/primitives/components/ui/badge/_badge.d.ts +43 -0
- package/dist/primitives/components/ui/badge/badge.d.ts +10 -0
- package/dist/primitives/components/ui/badge/badge.defs.d.ts +8 -0
- package/dist/primitives/components/ui/badge/badge.stories.d.ts +10 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +11 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-item.d.ts +14 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-link.d.ts +15 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-list.d.ts +14 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-separator.d.ts +11 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-text.d.ts +14 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb.d.ts +21 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb.stories.d.ts +4 -0
- package/dist/primitives/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -0
- package/dist/primitives/components/ui/button/_button.d.ts +62 -0
- package/dist/primitives/components/ui/button/button.d.ts +10 -0
- package/dist/primitives/components/ui/button/button.defs.d.ts +14 -0
- package/dist/primitives/components/ui/button/button.stories.d.ts +13 -0
- package/dist/primitives/components/ui/button/button.style.d.ts +4 -0
- package/dist/primitives/components/ui/calendar/calendar.d.ts +24 -0
- package/dist/primitives/components/ui/calendar/calendar.helpers.d.ts +3 -0
- package/dist/primitives/components/ui/calendar/calendar.stories.d.ts +4 -0
- package/dist/primitives/components/ui/calendar/calendar.style.d.ts +40 -0
- package/dist/primitives/components/ui/card/_card-action.d.ts +21 -0
- package/dist/primitives/components/ui/card/_card-content.d.ts +20 -0
- package/dist/primitives/components/ui/card/_card-description.d.ts +21 -0
- package/dist/primitives/components/ui/card/_card-footer.d.ts +26 -0
- package/dist/primitives/components/ui/card/_card-header.d.ts +26 -0
- package/dist/primitives/components/ui/card/_card-title.d.ts +20 -0
- package/dist/primitives/components/ui/card/_card.d.ts +25 -0
- package/dist/primitives/components/ui/card/card.d.ts +22 -0
- package/dist/primitives/components/ui/card/card.defs.d.ts +10 -0
- package/dist/primitives/components/ui/card/card.stories.d.ts +11 -0
- package/dist/primitives/components/ui/carousel/carousel.d.ts +24 -0
- package/dist/primitives/components/ui/carousel/carousel.stories.d.ts +6 -0
- package/dist/primitives/components/ui/carousel/carousel.styles.d.ts +32 -0
- package/dist/primitives/components/ui/checkbox/_checkbox.d.ts +92 -0
- package/dist/primitives/components/ui/checkbox/checkbox.d.ts +10 -0
- package/dist/primitives/components/ui/checkbox/checkbox.defs.d.ts +11 -0
- package/dist/primitives/components/ui/checkbox/checkbox.stories.d.ts +13 -0
- package/dist/primitives/components/ui/collapsible/collapsible-content.d.ts +17 -0
- package/dist/primitives/components/ui/collapsible/collapsible-trigger.d.ts +17 -0
- package/dist/primitives/components/ui/collapsible/collapsible.d.ts +23 -0
- package/dist/primitives/components/ui/collapsible/collapsible.stories.d.ts +5 -0
- package/dist/primitives/components/ui/combobox/combo-box-empty.d.ts +14 -0
- package/dist/primitives/components/ui/combobox/combo-box-group.d.ts +37 -0
- package/dist/primitives/components/ui/combobox/combo-box-input.d.ts +17 -0
- package/dist/primitives/components/ui/combobox/combo-box-item.d.ts +25 -0
- package/dist/primitives/components/ui/combobox/combo-box-trigger.d.ts +18 -0
- package/dist/primitives/components/ui/combobox/combo-box-value.d.ts +18 -0
- package/dist/primitives/components/ui/combobox/combo-box.d.ts +35 -0
- package/dist/primitives/components/ui/combobox/combo-box.stories.d.ts +10 -0
- package/dist/primitives/components/ui/combobox/combo-box.styles.d.ts +14 -0
- package/dist/primitives/components/ui/command/command-empty.atom.d.ts +18 -0
- package/dist/primitives/components/ui/command/command-group.atom.d.ts +19 -0
- package/dist/primitives/components/ui/command/command-input.atom.d.ts +15 -0
- package/dist/primitives/components/ui/command/command-item.atom.d.ts +24 -0
- package/dist/primitives/components/ui/command/command-list.atom.d.ts +15 -0
- package/dist/primitives/components/ui/command/command-separator.atom.d.ts +14 -0
- package/dist/primitives/components/ui/command/command.d.ts +22 -0
- package/dist/primitives/components/ui/command/command.helpers.d.ts +6 -0
- package/dist/primitives/components/ui/command/command.stories.d.ts +6 -0
- package/dist/primitives/components/ui/command/command.styles.d.ts +15 -0
- package/dist/primitives/components/ui/context-menu/context-menu-checkbox-Item.d.ts +16 -0
- package/dist/primitives/components/ui/context-menu/context-menu-content.d.ts +14 -0
- package/dist/primitives/components/ui/context-menu/context-menu-group.d.ts +10 -0
- package/dist/primitives/components/ui/context-menu/context-menu-item.d.ts +13 -0
- package/dist/primitives/components/ui/context-menu/context-menu-radio-item.d.ts +16 -0
- package/dist/primitives/components/ui/context-menu/context-menu-seperator.d.ts +6 -0
- package/dist/primitives/components/ui/context-menu/context-menu-shortcut.d.ts +9 -0
- package/dist/primitives/components/ui/context-menu/context-menu-trigger.d.ts +5 -0
- package/dist/primitives/components/ui/context-menu/context-menu.d.ts +40 -0
- package/dist/primitives/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
- package/dist/primitives/components/ui/context-menu/context-menu.styles.d.ts +20 -0
- package/dist/primitives/components/ui/context-menu/contextMenu.stories.d.ts +4 -0
- package/dist/primitives/components/ui/data-table/data-table.d.ts +98 -0
- package/dist/primitives/components/ui/data-table/data-table.stories.d.ts +6 -0
- package/dist/primitives/components/ui/data-table/index.d.ts +7 -0
- package/dist/primitives/components/ui/date-picker/date-picker.d.ts +12 -0
- package/dist/primitives/components/ui/date-picker/date-picker.stories.d.ts +4 -0
- package/dist/primitives/components/ui/date-picker/date-picker.styles.d.ts +6 -0
- package/dist/primitives/components/ui/dialog/dialog-close.d.ts +15 -0
- package/dist/primitives/components/ui/dialog/dialog-content.d.ts +15 -0
- package/dist/primitives/components/ui/dialog/dialog-footer.d.ts +9 -0
- package/dist/primitives/components/ui/dialog/dialog-header.d.ts +7 -0
- package/dist/primitives/components/ui/dialog/dialog-overly.d.ts +5 -0
- package/dist/primitives/components/ui/dialog/dialog-trigger.d.ts +11 -0
- package/dist/primitives/components/ui/dialog/dialog.d.ts +30 -0
- package/dist/primitives/components/ui/dialog/dialog.stories.d.ts +6 -0
- package/dist/primitives/components/ui/dialog/dialog.styles.d.ts +17 -0
- package/dist/primitives/components/ui/drawer/drawer-close.d.ts +15 -0
- package/dist/primitives/components/ui/drawer/drawer-content.d.ts +14 -0
- package/dist/primitives/components/ui/drawer/drawer-description.d.ts +9 -0
- package/dist/primitives/components/ui/drawer/drawer-footer.d.ts +9 -0
- package/dist/primitives/components/ui/drawer/drawer-header.d.ts +8 -0
- package/dist/primitives/components/ui/drawer/drawer-overlay.d.ts +5 -0
- package/dist/primitives/components/ui/drawer/drawer-title.d.ts +9 -0
- package/dist/primitives/components/ui/drawer/drawer-trigger.d.ts +11 -0
- package/dist/primitives/components/ui/drawer/drawer.d.ts +40 -0
- package/dist/primitives/components/ui/drawer/drawer.helpers.d.ts +2 -0
- package/dist/primitives/components/ui/drawer/drawer.stories.d.ts +4 -0
- package/dist/primitives/components/ui/drawer/drawer.styles.d.ts +14 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +17 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-content.d.ts +18 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-group.d.ts +11 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-item.d.ts +17 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +16 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +8 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +8 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +5 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.d.ts +40 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -0
- package/dist/primitives/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +8 -0
- package/dist/primitives/components/ui/empty/_empty-content.d.ts +23 -0
- package/dist/primitives/components/ui/empty/_empty-description.d.ts +23 -0
- package/dist/primitives/components/ui/empty/_empty-header.d.ts +23 -0
- package/dist/primitives/components/ui/empty/_empty-media.d.ts +29 -0
- package/dist/primitives/components/ui/empty/_empty-title.d.ts +22 -0
- package/dist/primitives/components/ui/empty/_empty.d.ts +28 -0
- package/dist/primitives/components/ui/empty/empty.d.ts +20 -0
- package/dist/primitives/components/ui/empty/empty.defs.d.ts +7 -0
- package/dist/primitives/components/ui/empty/empty.stories.d.ts +10 -0
- package/dist/primitives/components/ui/field/_field-content.d.ts +23 -0
- package/dist/primitives/components/ui/field/_field-description.d.ts +23 -0
- package/dist/primitives/components/ui/field/_field-error.d.ts +25 -0
- package/dist/primitives/components/ui/field/_field-group.d.ts +28 -0
- package/dist/primitives/components/ui/field/_field-label.d.ts +27 -0
- package/dist/primitives/components/ui/field/_field-legend.d.ts +30 -0
- package/dist/primitives/components/ui/field/_field-separator.d.ts +42 -0
- package/dist/primitives/components/ui/field/_field-set.d.ts +22 -0
- package/dist/primitives/components/ui/field/_field-title.d.ts +22 -0
- package/dist/primitives/components/ui/field/_field.d.ts +36 -0
- package/dist/primitives/components/ui/field/field.d.ts +29 -0
- package/dist/primitives/components/ui/field/field.defs.d.ts +23 -0
- package/dist/primitives/components/ui/field/field.stories.d.ts +16 -0
- package/dist/primitives/components/ui/form/form-context.d.ts +4 -0
- package/dist/primitives/components/ui/form/form-controller.d.ts +28 -0
- package/dist/primitives/components/ui/form/form-field-context.d.ts +3 -0
- package/dist/primitives/components/ui/form/form-item-context.d.ts +7 -0
- package/dist/primitives/components/ui/form/form.stories.d.ts +5 -0
- package/dist/primitives/components/ui/form/form.styles.d.ts +7 -0
- package/dist/primitives/components/ui/form/pont-form-controller.d.ts +16 -0
- package/dist/primitives/components/ui/form/pont-form-description.d.ts +13 -0
- package/dist/primitives/components/ui/form/pont-form-field.d.ts +19 -0
- package/dist/primitives/components/ui/form/pont-form-item.d.ts +16 -0
- package/dist/primitives/components/ui/form/pont-form-label.d.ts +19 -0
- package/dist/primitives/components/ui/form/pont-form-message.d.ts +17 -0
- package/dist/primitives/components/ui/form/pont-form.d.ts +23 -0
- package/dist/primitives/components/ui/hoverCard/hover-card-content.d.ts +15 -0
- package/dist/primitives/components/ui/hoverCard/hover-card-trigger.d.ts +9 -0
- package/dist/primitives/components/ui/hoverCard/hover-card.d.ts +28 -0
- package/dist/primitives/components/ui/hoverCard/hover-card.stories.d.ts +4 -0
- package/dist/primitives/components/ui/hoverCard/hover-card.styles.d.ts +5 -0
- package/dist/primitives/components/ui/index.d.ts +50 -0
- package/dist/primitives/components/ui/input/_input.d.ts +163 -0
- package/dist/primitives/components/ui/input/input.d.ts +11 -0
- package/dist/primitives/components/ui/input/input.defs.d.ts +28 -0
- package/dist/primitives/components/ui/input/input.stories.d.ts +16 -0
- package/dist/primitives/components/ui/input-group/_input-group-addon.d.ts +32 -0
- package/dist/primitives/components/ui/input-group/_input-group-button.d.ts +59 -0
- package/dist/primitives/components/ui/input-group/_input-group-input.d.ts +140 -0
- package/dist/primitives/components/ui/input-group/_input-group-text.d.ts +22 -0
- package/dist/primitives/components/ui/input-group/_input-group-textarea.d.ts +114 -0
- package/dist/primitives/components/ui/input-group/_input-group.d.ts +22 -0
- package/dist/primitives/components/ui/input-group/input-group.d.ts +20 -0
- package/dist/primitives/components/ui/input-group/input-group.defs.d.ts +16 -0
- package/dist/primitives/components/ui/input-group/input-group.stories.d.ts +15 -0
- package/dist/primitives/components/ui/input-otp/_input-otp-group.d.ts +25 -0
- package/dist/primitives/components/ui/input-otp/_input-otp-separator.d.ts +15 -0
- package/dist/primitives/components/ui/input-otp/_input-otp-slot.d.ts +34 -0
- package/dist/primitives/components/ui/input-otp/_input-otp.d.ts +220 -0
- package/dist/primitives/components/ui/input-otp/input-otp.d.ts +16 -0
- package/dist/primitives/components/ui/input-otp/input-otp.defs.d.ts +28 -0
- package/dist/primitives/components/ui/input-otp/input-otp.stories.d.ts +12 -0
- package/dist/primitives/components/ui/item/_item-actions.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-content.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-description.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-footer.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-group.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-header.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-media.d.ts +28 -0
- package/dist/primitives/components/ui/item/_item-separator.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item-title.d.ts +22 -0
- package/dist/primitives/components/ui/item/_item.d.ts +42 -0
- package/dist/primitives/components/ui/item/item.d.ts +29 -0
- package/dist/primitives/components/ui/item/item.defs.d.ts +13 -0
- package/dist/primitives/components/ui/item/item.stories.d.ts +13 -0
- package/dist/primitives/components/ui/kbd/_kbd-group.d.ts +22 -0
- package/dist/primitives/components/ui/kbd/_kbd.d.ts +22 -0
- package/dist/primitives/components/ui/kbd/kbd.d.ts +12 -0
- package/dist/primitives/components/ui/kbd/kbd.stories.d.ts +8 -0
- package/dist/primitives/components/ui/label/_label.d.ts +26 -0
- package/dist/primitives/components/ui/label/label.d.ts +10 -0
- package/dist/primitives/components/ui/label/label.defs.d.ts +3 -0
- package/dist/primitives/components/ui/label/label.stories.d.ts +10 -0
- package/dist/primitives/components/ui/menubar/menubar-checkbox.item.d.ts +19 -0
- package/dist/primitives/components/ui/menubar/menubar-content.d.ts +19 -0
- package/dist/primitives/components/ui/menubar/menubar-group.d.ts +14 -0
- package/dist/primitives/components/ui/menubar/menubar-item.d.ts +17 -0
- package/dist/primitives/components/ui/menubar/menubar-menu.d.ts +30 -0
- package/dist/primitives/components/ui/menubar/menubar-radio-item.d.ts +19 -0
- package/dist/primitives/components/ui/menubar/menubar-separator.d.ts +13 -0
- package/dist/primitives/components/ui/menubar/menubar-shortcut.d.ts +9 -0
- package/dist/primitives/components/ui/menubar/menubar-trigger.d.ts +9 -0
- package/dist/primitives/components/ui/menubar/menubar.d.ts +33 -0
- package/dist/primitives/components/ui/menubar/menubar.helpers.d.ts +3 -0
- package/dist/primitives/components/ui/menubar/menubar.stories.d.ts +4 -0
- package/dist/primitives/components/ui/menubar/menubar.styles.d.ts +21 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-content.d.ts +19 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-item.d.ts +23 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-link.d.ts +9 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-list.d.ts +8 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-trigger.d.ts +9 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu.d.ts +24 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu.stories.d.ts +4 -0
- package/dist/primitives/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -0
- package/dist/primitives/components/ui/pagination/pagination-content.d.ts +8 -0
- package/dist/primitives/components/ui/pagination/pagination-ellipsis.d.ts +8 -0
- package/dist/primitives/components/ui/pagination/pagination-item.d.ts +14 -0
- package/dist/primitives/components/ui/pagination/pagination-link.d.ts +14 -0
- package/dist/primitives/components/ui/pagination/pagination-next.d.ts +9 -0
- package/dist/primitives/components/ui/pagination/pagination-previous.d.ts +9 -0
- package/dist/primitives/components/ui/pagination/pagination.d.ts +26 -0
- package/dist/primitives/components/ui/pagination/pagination.stories.d.ts +4 -0
- package/dist/primitives/components/ui/pagination/pagination.styles.d.ts +22 -0
- package/dist/primitives/components/ui/pagination/pagination.type.d.ts +2 -0
- package/dist/primitives/components/ui/password-input/_password-input.d.ts +122 -0
- package/dist/primitives/components/ui/password-input/password-input.d.ts +10 -0
- package/dist/primitives/components/ui/password-input/password-input.defs.d.ts +3 -0
- package/dist/primitives/components/ui/password-input/password-input.stories.d.ts +8 -0
- package/dist/primitives/components/ui/popover/popover-content.d.ts +18 -0
- package/dist/primitives/components/ui/popover/popover-trigger.d.ts +12 -0
- package/dist/primitives/components/ui/popover/popover.d.ts +21 -0
- package/dist/primitives/components/ui/popover/popover.stories.d.ts +4 -0
- package/dist/primitives/components/ui/popover/popover.style.d.ts +5 -0
- package/dist/primitives/components/ui/popover/popover.types.d.ts +2 -0
- package/dist/primitives/components/ui/progress/progress.d.ts +11 -0
- package/dist/primitives/components/ui/progress/progress.stories.d.ts +4 -0
- package/dist/primitives/components/ui/progress/progress.styles.d.ts +4 -0
- package/dist/primitives/components/ui/radio-group/radio-group-item.d.ts +21 -0
- package/dist/primitives/components/ui/radio-group/radio-group.d.ts +19 -0
- package/dist/primitives/components/ui/radio-group/radio-group.stories.d.ts +4 -0
- package/dist/primitives/components/ui/radio-group/radio-group.styles.d.ts +9 -0
- package/dist/primitives/components/ui/radio-group/radio-group.types.d.ts +2 -0
- package/dist/primitives/components/ui/scroll-area/scroll-area.d.ts +12 -0
- package/dist/primitives/components/ui/scroll-area/scroll-area.stories.d.ts +4 -0
- package/dist/primitives/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
- package/dist/primitives/components/ui/select/index.d.ts +25 -0
- package/dist/primitives/components/ui/select/select-controller.d.ts +16 -0
- package/dist/primitives/components/ui/select/select-group.d.ts +26 -0
- package/dist/primitives/components/ui/select/select-item.d.ts +26 -0
- package/dist/primitives/components/ui/select/select-label.d.ts +13 -0
- package/dist/primitives/components/ui/select/select-list.d.ts +10 -0
- package/dist/primitives/components/ui/select/select-seperator.d.ts +8 -0
- package/dist/primitives/components/ui/select/select-trigger.d.ts +20 -0
- package/dist/primitives/components/ui/select/select-value.d.ts +13 -0
- package/dist/primitives/components/ui/select/select.d.ts +18 -0
- package/dist/primitives/components/ui/select/select.stories.d.ts +10 -0
- package/dist/primitives/components/ui/select/select.styles.d.ts +20 -0
- package/dist/primitives/components/ui/separator/_separator.d.ts +21 -0
- package/dist/primitives/components/ui/separator/separator.d.ts +10 -0
- package/dist/primitives/components/ui/separator/separator.defs.d.ts +5 -0
- package/dist/primitives/components/ui/separator/separator.stories.d.ts +9 -0
- package/dist/primitives/components/ui/skeleton/skeleton.d.ts +10 -0
- package/dist/primitives/components/ui/skeleton/skeleton.stories.d.ts +4 -0
- package/dist/primitives/components/ui/skeleton/skeleton.style.d.ts +1 -0
- package/dist/primitives/components/ui/spinner/_spinner.d.ts +19 -0
- package/dist/primitives/components/ui/spinner/spinner.d.ts +10 -0
- package/dist/primitives/components/ui/spinner/spinner.defs.d.ts +4 -0
- package/dist/primitives/components/ui/spinner/spinner.stories.d.ts +11 -0
- package/dist/primitives/components/ui/switch/switch.d.ts +13 -0
- package/dist/primitives/components/ui/switch/switch.stories.d.ts +4 -0
- package/dist/primitives/components/ui/switch/switch.style.d.ts +4 -0
- package/dist/primitives/components/ui/switch/switch.type.d.ts +4 -0
- package/dist/primitives/components/ui/table/table.d.ts +17 -0
- package/dist/primitives/components/ui/table/table.stories.d.ts +4 -0
- package/dist/primitives/components/ui/table/table.styles.d.ts +39 -0
- package/dist/primitives/components/ui/tabs/_tabs-content.d.ts +29 -0
- package/dist/primitives/components/ui/tabs/_tabs-list.d.ts +29 -0
- package/dist/primitives/components/ui/tabs/_tabs-trigger.d.ts +46 -0
- package/dist/primitives/components/ui/tabs/_tabs.d.ts +28 -0
- package/dist/primitives/components/ui/tabs/tabs.d.ts +17 -0
- package/dist/primitives/components/ui/tabs/tabs.defs.d.ts +22 -0
- package/dist/primitives/components/ui/tabs/tabs.helpers.d.ts +24 -0
- package/dist/primitives/components/ui/tabs/tabs.stories.d.ts +13 -0
- package/dist/primitives/components/ui/textarea/_textarea.d.ts +131 -0
- package/dist/primitives/components/ui/textarea/textarea.d.ts +10 -0
- package/dist/primitives/components/ui/textarea/textarea.defs.d.ts +23 -0
- package/dist/primitives/components/ui/textarea/textarea.stories.d.ts +9 -0
- package/dist/primitives/components/ui/toast/toast-action.d.ts +26 -0
- package/dist/primitives/components/ui/toast/toast-description.d.ts +13 -0
- package/dist/primitives/components/ui/toast/toast-title.d.ts +13 -0
- package/dist/primitives/components/ui/toast/toast-trigger.d.ts +17 -0
- package/dist/primitives/components/ui/toast/toast-view-port.d.ts +23 -0
- package/dist/primitives/components/ui/toast/toast.d.ts +24 -0
- package/dist/primitives/components/ui/toast/toast.stories.d.ts +9 -0
- package/dist/primitives/components/ui/toast/toast.style.d.ts +19 -0
- package/dist/primitives/components/ui/toast/toast.type.d.ts +1 -0
- package/dist/primitives/components/ui/toggle/toggle.d.ts +28 -0
- package/dist/primitives/components/ui/toggle/toggle.defs.d.ts +27 -0
- package/dist/primitives/components/ui/toggle/toggle.stories.d.ts +5 -0
- package/dist/primitives/components/ui/toggle/toggle.style.d.ts +4 -0
- package/dist/primitives/components/ui/toggle-group/toggle-group-item.d.ts +42 -0
- package/dist/primitives/components/ui/toggle-group/toggle-group.d.ts +24 -0
- package/dist/primitives/components/ui/toggle-group/toggle-group.defs.d.ts +37 -0
- package/dist/primitives/components/ui/toggle-group/toggle-group.stories.d.ts +4 -0
- package/dist/primitives/components/ui/toggle-group/toggle-group.style.d.ts +5 -0
- package/dist/primitives/components/ui/typography/_typography-blockquote.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-code.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-h.d.ts +27 -0
- package/dist/primitives/components/ui/typography/_typography-large.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-lead.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-list.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-muted.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-p.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-small.d.ts +22 -0
- package/dist/primitives/components/ui/typography/_typography-table.d.ts +13 -0
- package/dist/primitives/components/ui/typography/typography.d.ts +28 -0
- package/dist/primitives/components/ui/typography/typography.defs.d.ts +4 -0
- package/dist/primitives/components/ui/typography/typography.stories.d.ts +18 -0
- package/dist/primitives/helpers/base-element.d.ts +20 -0
- package/dist/primitives/helpers/country-codes.d.ts +5 -0
- package/dist/primitives/helpers/genrate-uuid.helper.d.ts +1 -0
- package/dist/primitives/helpers/index.d.ts +7 -0
- package/dist/primitives/helpers/mouse-conroller.helper.d.ts +14 -0
- package/dist/primitives/helpers/shadow-wrapper.d.ts +7 -0
- package/dist/primitives/helpers/style.helpers.d.ts +2 -0
- package/dist/primitives/helpers/widget-controller.d.ts +12 -0
- package/dist/primitives/index.d.ts +1 -0
- package/dist/primitives/interfaces/atomic.interface.d.ts +6 -0
- package/dist/primitives/interfaces/child-support-atomic.interface.d.ts +4 -0
- package/dist/primitives/interfaces/index.d.ts +4 -0
- package/dist/primitives/interfaces/intractable.interface.d.ts +6 -0
- package/dist/primitives/interfaces/variant.interface.d.ts +3 -0
- package/dist/service/http/fetch.d.ts +9 -0
- package/dist/service/http/index.d.ts +3 -0
- package/dist/service/http/organization/index.d.ts +3 -0
- package/dist/service/http/organization/invitations.d.ts +5 -0
- package/dist/service/http/organization/members.d.ts +7 -0
- package/dist/service/http/organization/roles.d.ts +2 -0
- package/dist/service/http/user/index.d.ts +3 -0
- package/dist/service/index.d.ts +1 -0
- package/dist/stories/preview.stories.d.ts +5 -0
- package/dist/styles.css +18065 -0
- package/dist/tokens/tailwind/animation.d.ts +7 -0
- package/dist/tokens/tailwind/border-radius.d.ts +49 -0
- package/dist/tokens/tailwind/border-width.d.ts +27 -0
- package/dist/tokens/tailwind/box-shadow.d.ts +12 -0
- package/dist/tokens/tailwind/color.d.ts +232 -0
- package/dist/tokens/tailwind/font-size.d.ts +90 -0
- package/dist/tokens/tailwind/font-weight.d.ts +27 -0
- package/dist/tokens/tailwind/index.d.ts +841 -0
- package/dist/tokens/tailwind/keyframes.d.ts +41 -0
- package/dist/tokens/tailwind/opacity.d.ts +31 -0
- package/dist/tokens/tailwind/ring-offset-width.d.ts +6 -0
- package/dist/tokens/tailwind/ring-width.d.ts +16 -0
- package/dist/tokens/tailwind/spacing.d.ts +287 -0
- package/dist/tokens/tailwind/transition-duration.d.ts +5 -0
- package/dist/tokens/tailwind/transition-timing-function.d.ts +4 -0
- package/dist/tokens/tailwind/translate.d.ts +5 -0
- package/dist/types/auth.d.ts +2 -0
- package/dist/types/common/index.d.ts +15 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/components/pont-primitives.d.ts +7 -0
- package/dist/types/components/pont-widgets.d.ts +1 -0
- package/dist/types/components/user-profile.d.ts +33 -0
- package/dist/types/core/index.d.ts +30 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/layout/index.d.ts +256 -0
- package/dist/types/service/http/common/index.d.ts +6 -0
- package/dist/types/service/http/index.d.ts +5 -0
- package/dist/types/service/http/invitation/index.d.ts +47 -0
- package/dist/types/service/http/member/index.d.ts +43 -0
- package/dist/types/service/http/roles/index.d.ts +38 -0
- package/dist/types/service/http/user/index.d.ts +40 -0
- package/dist/types/service/index.d.ts +1 -0
- package/dist/types/styles/index.d.ts +72 -0
- package/dist/utils/components.d.ts +24 -0
- package/dist/utils/format.d.ts +40 -0
- package/dist/utils/html-base64.d.ts +1 -0
- package/dist/utils/index.d.ts +8 -0
- package/dist/utils/storybook.d.ts +1 -0
- package/dist/utils/styles.d.ts +21 -0
- package/dist/utils/svg-base64.d.ts +2 -0
- package/dist/utils/tailwind.d.ts +7 -0
- package/dist/utils/tokens.d.ts +1 -0
- package/package.json +91 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { LitElement } from '../../../../../node_modules/lit';
|
|
2
|
+
import { QrCodeProps, QrCodeParts, ErrorCorrectionLevel } from './qr-code.types';
|
|
3
|
+
export declare class PontQrCode extends LitElement implements QrCodeProps {
|
|
4
|
+
static readonly ROOT = "qr-code";
|
|
5
|
+
static readonly QR_CANVAS = "canvas";
|
|
6
|
+
static readonly OVERLAY = "overlay";
|
|
7
|
+
static readonly REAPPEAR_BUTTON = "reappear-button";
|
|
8
|
+
static readonly TAG: string;
|
|
9
|
+
static readonly PARTS: Record<QrCodeParts, string>;
|
|
10
|
+
seed: string;
|
|
11
|
+
customId?: string;
|
|
12
|
+
url: string;
|
|
13
|
+
timeout: number;
|
|
14
|
+
reappearButtonText: string;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
errorCorrection: ErrorCorrectionLevel;
|
|
17
|
+
private _obscured;
|
|
18
|
+
private _timer;
|
|
19
|
+
private _canvasElement;
|
|
20
|
+
protected createRenderRoot(): this;
|
|
21
|
+
get rootId(): string;
|
|
22
|
+
get canvasId(): string;
|
|
23
|
+
get overlayId(): string;
|
|
24
|
+
get reappearButtonId(): string;
|
|
25
|
+
connectedCallback(): void;
|
|
26
|
+
disconnectedCallback(): void;
|
|
27
|
+
firstUpdated(): void;
|
|
28
|
+
updated(changedProperties: Map<string, any>): void;
|
|
29
|
+
private _startTimer;
|
|
30
|
+
private _clearTimer;
|
|
31
|
+
private _renderQR;
|
|
32
|
+
private _handleReappear;
|
|
33
|
+
private emit;
|
|
34
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
35
|
+
private _getReappearButtonVariant;
|
|
36
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type ErrorCorrectionLevel = "L" | "M" | "Q" | "H";
|
|
2
|
+
export type QrCodeProps = {
|
|
3
|
+
seed: string;
|
|
4
|
+
customId?: string;
|
|
5
|
+
url: string;
|
|
6
|
+
timeout: number;
|
|
7
|
+
reappearButtonText: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
errorCorrection: ErrorCorrectionLevel;
|
|
10
|
+
};
|
|
11
|
+
export type QrCodeParts = "root" | "canvas" | "overlay" | "reappearButton";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BaseElement } from '../../..';
|
|
2
|
+
import { RecoveryCodesProps, RecoveryCodesParts } from './recovery-codes.types';
|
|
3
|
+
export declare class PontRecoveryCodes extends BaseElement implements RecoveryCodesProps {
|
|
4
|
+
static readonly ROOT = "recovery-codes";
|
|
5
|
+
static readonly CARD = "card";
|
|
6
|
+
static readonly TITLE = "title";
|
|
7
|
+
static readonly SUBTITLE = "subtitle";
|
|
8
|
+
static readonly CODES_LIST = "codes-list";
|
|
9
|
+
static readonly CODE_ITEM = "code-item";
|
|
10
|
+
static readonly BUTTONS = "buttons";
|
|
11
|
+
static readonly COPY_BUTTON = "copy-button";
|
|
12
|
+
static readonly DOWNLOAD_BUTTON = "download-button";
|
|
13
|
+
static readonly TOOLTIP = "tooltip";
|
|
14
|
+
static readonly TAG: string;
|
|
15
|
+
static readonly PARTS: Record<RecoveryCodesParts, string>;
|
|
16
|
+
title: string;
|
|
17
|
+
subtitle: string;
|
|
18
|
+
codes: string[];
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
private _copied;
|
|
21
|
+
private _copyTimeout;
|
|
22
|
+
protected createRenderRoot(): this;
|
|
23
|
+
private _handleCopyAll;
|
|
24
|
+
private _handleDownload;
|
|
25
|
+
private emit;
|
|
26
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type RecoveryCodesProps = {
|
|
2
|
+
title: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
codes: string[];
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
};
|
|
7
|
+
export type RecoveryCodesParts = "root" | "card" | "title" | "subtitle" | "codesList" | "codeItem" | "buttons" | "copyButton" | "downloadButton" | "tooltip";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BaseElement } from '../../..';
|
|
2
|
+
import { SecretProps, SecretParts } from './secret.types';
|
|
3
|
+
export declare class PontSecret extends BaseElement implements SecretProps {
|
|
4
|
+
static readonly ROOT = "secret";
|
|
5
|
+
static readonly CARD = "card";
|
|
6
|
+
static readonly TITLE = "title";
|
|
7
|
+
static readonly INPUT_GROUP = "input-group";
|
|
8
|
+
static readonly COPY_BUTTON = "copy-button";
|
|
9
|
+
static readonly METADATA = "metadata";
|
|
10
|
+
static readonly ISSUER = "issuer";
|
|
11
|
+
static readonly ACCOUNT = "account";
|
|
12
|
+
static readonly TOOLTIP = "tooltip";
|
|
13
|
+
static readonly TAG: string;
|
|
14
|
+
static readonly PARTS: Record<SecretParts, string>;
|
|
15
|
+
title: string;
|
|
16
|
+
secret: string;
|
|
17
|
+
issuer: string;
|
|
18
|
+
account: string;
|
|
19
|
+
secretLabel: string;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
private _copied;
|
|
22
|
+
private _copyTimeout;
|
|
23
|
+
protected createRenderRoot(): this;
|
|
24
|
+
private _handleCopy;
|
|
25
|
+
private emit;
|
|
26
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type SecretProps = {
|
|
2
|
+
title: string;
|
|
3
|
+
secret: string;
|
|
4
|
+
issuer: string;
|
|
5
|
+
account: string;
|
|
6
|
+
secretLabel: string;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
};
|
|
9
|
+
export type SecretParts = "root" | "card" | "title" | "inputGroup" | "copyButton" | "metadata" | "issuer" | "account" | "tooltip";
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { LitElement } from '../../../../../node_modules/lit';
|
|
2
|
+
import { AlertPalette, AlertPart, AlertStatus, AlertVariant, PontAlertProps as Props } from './alert.types';
|
|
3
|
+
/**
|
|
4
|
+
* Displays a brief, important message for users in an unobtrusive manner.
|
|
5
|
+
*
|
|
6
|
+
* @part alert - pont-callout: root
|
|
7
|
+
* @part alert-icon - svg
|
|
8
|
+
* @part alert-title - pont-callout-title
|
|
9
|
+
* @part alert-description - pont-callout-description
|
|
10
|
+
*/
|
|
11
|
+
export declare class PontAlert extends LitElement implements Props {
|
|
12
|
+
static readonly ROOT = "alert";
|
|
13
|
+
static readonly ICON = "icon";
|
|
14
|
+
static readonly TITLE = "title";
|
|
15
|
+
static readonly DESCRIPTION = "description";
|
|
16
|
+
static readonly TAG: string;
|
|
17
|
+
static readonly PARTS: Record<AlertPart, string>;
|
|
18
|
+
/**
|
|
19
|
+
* Substring used in generated part IDs.
|
|
20
|
+
*/
|
|
21
|
+
seed: string;
|
|
22
|
+
/**
|
|
23
|
+
* Custom ID used as the root part ID and as the base of subpart IDs.
|
|
24
|
+
*/
|
|
25
|
+
customId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Status communicated by the alert component.
|
|
28
|
+
*/
|
|
29
|
+
status: AlertStatus;
|
|
30
|
+
/**
|
|
31
|
+
* Color palette used by the alert component.
|
|
32
|
+
*/
|
|
33
|
+
palette: AlertPalette;
|
|
34
|
+
/**
|
|
35
|
+
* Visual variant of the alert component.
|
|
36
|
+
*/
|
|
37
|
+
variant: AlertVariant;
|
|
38
|
+
/**
|
|
39
|
+
* Text used in the title part of alert.
|
|
40
|
+
*/
|
|
41
|
+
private _title?;
|
|
42
|
+
private get _defaultTitle();
|
|
43
|
+
get title(): string;
|
|
44
|
+
set title(value: string | null | undefined);
|
|
45
|
+
/**
|
|
46
|
+
* Text used in the description part of alert.
|
|
47
|
+
*/
|
|
48
|
+
description?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Whether the icon part of alert is rendered.
|
|
51
|
+
*/
|
|
52
|
+
icon?: boolean;
|
|
53
|
+
protected createRenderRoot(): this;
|
|
54
|
+
get rootId(): string;
|
|
55
|
+
get iconId(): string;
|
|
56
|
+
get titleId(): string;
|
|
57
|
+
get descriptionId(): string;
|
|
58
|
+
private get _rootVariant();
|
|
59
|
+
private _renderIcon;
|
|
60
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TemplateResult } from '../../../../../node_modules/lit';
|
|
2
|
+
import { AlertPalette, AlertStatus, AlertVariant, PontAlertProps } from './alert.types';
|
|
3
|
+
export declare const ALERT_ICON_FRAGMENTS: Record<AlertStatus, TemplateResult<2>>;
|
|
4
|
+
export declare const DEFAULT_ALERT_PROPS: Omit<PontAlertProps, "seed" | "title">;
|
|
5
|
+
export declare const ALERT_STATUSES: AlertStatus[];
|
|
6
|
+
export declare const ALERT_PALETTES: AlertPalette[];
|
|
7
|
+
export declare const ALERT_VARIANTS: AlertVariant[];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Basic: Story;
|
|
6
|
+
export declare const Status: Story;
|
|
7
|
+
export declare const Palette: Story;
|
|
8
|
+
export declare const Variant: Story;
|
|
9
|
+
export declare const Title: Story;
|
|
10
|
+
export declare const Description: Story;
|
|
11
|
+
export declare const Icon: Story;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type AlertPart = "root" | "icon" | "title" | "description";
|
|
2
|
+
export type AlertStatus = "default" | "error" | "warning" | "success" | "info";
|
|
3
|
+
export type AlertPalette = "default" | "base" | "brand";
|
|
4
|
+
export type AlertVariant = "default" | "tonal" | "outline";
|
|
5
|
+
export type PontAlertProps = {
|
|
6
|
+
seed: string;
|
|
7
|
+
customId?: string;
|
|
8
|
+
status: AlertStatus;
|
|
9
|
+
palette: AlertPalette;
|
|
10
|
+
variant: AlertVariant;
|
|
11
|
+
title: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
icon?: boolean;
|
|
14
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseElement } from '../../..';
|
|
2
|
+
import { CountdownProps as Props } from './countdown.types';
|
|
3
|
+
export declare class PontCountdown extends BaseElement implements Props {
|
|
4
|
+
get _containerElement(): HTMLLIElement | null;
|
|
5
|
+
content: string;
|
|
6
|
+
duration: number;
|
|
7
|
+
redirectUrl: string;
|
|
8
|
+
id: string;
|
|
9
|
+
private seconds;
|
|
10
|
+
private timerId;
|
|
11
|
+
protected createRenderRoot(): this;
|
|
12
|
+
connectedCallback(): void;
|
|
13
|
+
disconnectedCallback(): void;
|
|
14
|
+
private initializeCountdown;
|
|
15
|
+
private startTimer;
|
|
16
|
+
private completeCountdown;
|
|
17
|
+
private clearTimer;
|
|
18
|
+
private renderContent;
|
|
19
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { BaseElement } from '../../../wrappers/base-element/base-element';
|
|
2
|
+
import { BlockAlignment, BlockProps } from './block.types';
|
|
3
|
+
/**
|
|
4
|
+
* The screen shell: the page canvas plus the card its content sits in.
|
|
5
|
+
*
|
|
6
|
+
* Exactly one `<pont-block>` exists per screen, always as the document's single
|
|
7
|
+
* top-level element, and it never nests. It owns page-level presentation — the
|
|
8
|
+
* viewport-height backdrop, the surface colour, the card ring and radius — via
|
|
9
|
+
* the `--pont-block-*` token family, which is why it is a distinct element rather
|
|
10
|
+
* than a flag on `<pont-container>`: a container is a repeatable layout group and
|
|
11
|
+
* shares none of those concerns.
|
|
12
|
+
*/
|
|
13
|
+
export declare class PontBlock extends BaseElement implements BlockProps {
|
|
14
|
+
id: string;
|
|
15
|
+
/**
|
|
16
|
+
* A block is always a column — it never switches direction the way a
|
|
17
|
+
* container does — so `align` is the horizontal axis (where its children sit
|
|
18
|
+
* across the card) and `justify` the vertical one (where the card's content
|
|
19
|
+
* sits within a viewport-tall shell).
|
|
20
|
+
*
|
|
21
|
+
* Both are rendered onto the card as data attributes rather than reflected
|
|
22
|
+
* onto the host, and block.css maps them to values. Rendering the attribute
|
|
23
|
+
* keeps it a plain function of the property, so the property and attribute
|
|
24
|
+
* paths cannot disagree.
|
|
25
|
+
*/
|
|
26
|
+
align: BlockAlignment;
|
|
27
|
+
justify: BlockAlignment;
|
|
28
|
+
/**
|
|
29
|
+
* The watermark is baked into the shell rather than emitted as a `watermark`
|
|
30
|
+
* element in the render spec, because a spec element is deletable in the
|
|
31
|
+
* screen designer — the author is exactly who the entitlement gates. Whether
|
|
32
|
+
* it renders is read from context, so `pont-block` exposes no property or
|
|
33
|
+
* attribute for it. See context/branding-context.ts.
|
|
34
|
+
*/
|
|
35
|
+
private branding;
|
|
36
|
+
protected createRenderRoot(): this;
|
|
37
|
+
protected firstUpdated(): Promise<void>;
|
|
38
|
+
protected updated(): Promise<void>;
|
|
39
|
+
private _renderWatermark;
|
|
40
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
41
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Basic: Story;
|
|
6
|
+
export declare const WithNestedContainer: Story;
|
|
7
|
+
export declare const WithoutWatermark: Story;
|
|
8
|
+
export declare const Alignment: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Where the shell places its content. A block is always a column, so `align`
|
|
3
|
+
* is the horizontal axis and `justify` the vertical one.
|
|
4
|
+
*/
|
|
5
|
+
export type BlockAlignment = "start" | "center" | "end";
|
|
6
|
+
export type BlockProps = {
|
|
7
|
+
id?: string;
|
|
8
|
+
align?: BlockAlignment;
|
|
9
|
+
justify?: BlockAlignment;
|
|
10
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { BaseElement } from '../../../wrappers/base-element/base-element';
|
|
2
|
+
import { ContainerProps, ContainerType } from './container.types';
|
|
3
|
+
/**
|
|
4
|
+
* A repeatable layout group: a flex row or column that nests anywhere inside a
|
|
5
|
+
* screen. The screen shell itself is `<pont-block>`, not a container with a flag.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PontContainer extends BaseElement implements ContainerProps {
|
|
8
|
+
id: string;
|
|
9
|
+
type: ContainerType;
|
|
10
|
+
private design;
|
|
11
|
+
protected createRenderRoot(): this;
|
|
12
|
+
/**
|
|
13
|
+
* `:scope >` ensures the container finds itself before any container children.
|
|
14
|
+
*/
|
|
15
|
+
private get innerElement();
|
|
16
|
+
protected firstUpdated(): Promise<void>;
|
|
17
|
+
protected updated(): Promise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* Neither attribute is a reactive property, so writing them here cannot
|
|
20
|
+
* re-enter the update cycle.
|
|
21
|
+
*/
|
|
22
|
+
private syncDesignState;
|
|
23
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Basic: Story;
|
|
6
|
+
export declare const Nested: Story;
|
|
7
|
+
export declare const FlexRow: Story;
|
|
8
|
+
/**
|
|
9
|
+
* On the designer canvas a container has to be findable and grabbable, which
|
|
10
|
+
* it is not at runtime: it draws nothing, and it is full-width, so a nested
|
|
11
|
+
* group sits exactly on top of its parent.
|
|
12
|
+
*
|
|
13
|
+
* Design mode adds a muted dotted outline — the same authoring-scaffolding
|
|
14
|
+
* treatment as the logo placeholder's dashed frame — plus a fixed inset at
|
|
15
|
+
* every level. The inset is what makes nesting legible and, more importantly,
|
|
16
|
+
* selectable: it leaves a strip of parent showing that a click or a drop can
|
|
17
|
+
* land on. Neither reaches a served screen.
|
|
18
|
+
*/
|
|
19
|
+
export declare const DesignMode: Story;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { LitElement } from '../../../../../node_modules/lit';
|
|
2
|
+
import { DividerPart, PontDividerProps as Props } from './divider.types';
|
|
3
|
+
/**
|
|
4
|
+
* Visually separates sections, accepting an optional inline label.
|
|
5
|
+
*
|
|
6
|
+
* @part divider - pont-field-separator: root
|
|
7
|
+
*/
|
|
8
|
+
export declare class PontDivider extends LitElement implements Props {
|
|
9
|
+
static readonly ROOT = "divider";
|
|
10
|
+
static readonly TAG: string;
|
|
11
|
+
static readonly PARTS: Record<DividerPart, string>;
|
|
12
|
+
/**
|
|
13
|
+
* Substring used in generated part IDs.
|
|
14
|
+
*/
|
|
15
|
+
seed: string;
|
|
16
|
+
/**
|
|
17
|
+
* Custom ID used as the root part ID and as the base of subpart IDs.
|
|
18
|
+
*/
|
|
19
|
+
customId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Optional text used as the divider label.
|
|
22
|
+
*/
|
|
23
|
+
label?: string;
|
|
24
|
+
protected createRenderRoot(): this;
|
|
25
|
+
get rootId(): string;
|
|
26
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BaseElement } from '../../..';
|
|
2
|
+
import { GapProps, GapType } from './gap.types';
|
|
3
|
+
export declare class PontGap extends BaseElement implements GapProps {
|
|
4
|
+
size: string;
|
|
5
|
+
type: GapType;
|
|
6
|
+
id: string;
|
|
7
|
+
protected createRenderRoot(): this;
|
|
8
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { BaseElement } from '../../..';
|
|
2
|
+
import { HeaderAlignment, HeaderProps } from './header.types';
|
|
3
|
+
/**
|
|
4
|
+
* Groups a screen's title and subtitle into one block, so the pair moves and
|
|
5
|
+
* aligns as a unit.
|
|
6
|
+
*
|
|
7
|
+
* The group is always a column — it holds a title above a subtitle and nothing
|
|
8
|
+
* else — so it needs no direction switch the way `<pont-container>` does.
|
|
9
|
+
*/
|
|
10
|
+
export declare class PontHeader extends BaseElement implements HeaderProps {
|
|
11
|
+
id: string;
|
|
12
|
+
/**
|
|
13
|
+
* Where the lines sit across the header. Rendered onto the content box as a
|
|
14
|
+
* data attribute, which header.css maps to both `align-items` and
|
|
15
|
+
* `text-align`: aligning the boxes without the text inside them leaves a
|
|
16
|
+
* centred header whose own lines still read as left-aligned.
|
|
17
|
+
*/
|
|
18
|
+
align: HeaderAlignment;
|
|
19
|
+
/**
|
|
20
|
+
* Keyed on the attribute rather than `part`, because `part` carries the
|
|
21
|
+
* author's element id when one is set and an id is not always a valid
|
|
22
|
+
* attribute-selector value — an id like `7f3a` made this lookup throw.
|
|
23
|
+
*/
|
|
24
|
+
private get innerElement();
|
|
25
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
26
|
+
protected firstUpdated(): void;
|
|
27
|
+
render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* How the header lines sit relative to one another. A header is always a
|
|
3
|
+
* column, so this is the horizontal axis only.
|
|
4
|
+
*/
|
|
5
|
+
export type HeaderAlignment = "start" | "center" | "end";
|
|
6
|
+
export type HeaderProps = {
|
|
7
|
+
id?: string;
|
|
8
|
+
align?: HeaderAlignment;
|
|
9
|
+
};
|