@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.
Files changed (697) hide show
  1. package/README.md +142 -0
  2. package/catalog.json +2246 -0
  3. package/dist/assets/icons/account.icon.d.ts +1 -0
  4. package/dist/assets/icons/badge-check-icon.d.ts +1 -0
  5. package/dist/assets/icons/burger-menu.icon.d.ts +1 -0
  6. package/dist/assets/icons/check.d.ts +1 -0
  7. package/dist/assets/icons/clock-icon.d.ts +1 -0
  8. package/dist/assets/icons/close.icon.d.ts +1 -0
  9. package/dist/assets/icons/copy.icon.d.ts +1 -0
  10. package/dist/assets/icons/edit.icon.d.ts +1 -0
  11. package/dist/assets/icons/email.d.ts +1 -0
  12. package/dist/assets/icons/image-icon.d.ts +1 -0
  13. package/dist/assets/icons/index.d.ts +20 -0
  14. package/dist/assets/icons/link-icon.d.ts +1 -0
  15. package/dist/assets/icons/location.icon.d.ts +1 -0
  16. package/dist/assets/icons/members-icon.d.ts +1 -0
  17. package/dist/assets/icons/personal-info.icon.d.ts +1 -0
  18. package/dist/assets/icons/plusIcon.d.ts +1 -0
  19. package/dist/assets/icons/refresh-cw-icon.d.ts +1 -0
  20. package/dist/assets/icons/search-icon.d.ts +1 -0
  21. package/dist/assets/icons/triangle-alert.d.ts +1 -0
  22. package/dist/assets/icons/url.icon.d.ts +1 -0
  23. package/dist/assets/icons/user-round-check-icon.d.ts +1 -0
  24. package/dist/components/index.d.ts +4 -0
  25. package/dist/components/renderers/auth/button/_passkey-button.d.ts +81 -0
  26. package/dist/components/renderers/auth/button/_provider-button.d.ts +103 -0
  27. package/dist/components/renderers/auth/button/_submit-button.d.ts +71 -0
  28. package/dist/components/renderers/auth/button/button.defs.d.ts +21 -0
  29. package/dist/components/renderers/auth/button/button.stories/passkey-button.stories.d.ts +12 -0
  30. package/dist/components/renderers/auth/button/button.stories/provider-button.stories.d.ts +24 -0
  31. package/dist/components/renderers/auth/button/button.stories/submit-button.stories.d.ts +12 -0
  32. package/dist/components/renderers/auth/button/button.types.d.ts +54 -0
  33. package/dist/components/renderers/auth/button/index.d.ts +11 -0
  34. package/dist/components/renderers/auth/edit-identifier/_edit-identifier.d.ts +33 -0
  35. package/dist/components/renderers/auth/edit-identifier/edit-identifier.defs.d.ts +2 -0
  36. package/dist/components/renderers/auth/edit-identifier/edit-identifier.types.d.ts +7 -0
  37. package/dist/components/renderers/auth/edit-identifier/index.d.ts +7 -0
  38. package/dist/components/renderers/auth/field/_confirm-field.d.ts +168 -0
  39. package/dist/components/renderers/auth/field/_email-field.d.ts +160 -0
  40. package/dist/components/renderers/auth/field/_identifier-field.d.ts +171 -0
  41. package/dist/components/renderers/auth/field/_name-field.d.ts +186 -0
  42. package/dist/components/renderers/auth/field/_password-field.d.ts +230 -0
  43. package/dist/components/renderers/auth/field/_phone-field.d.ts +160 -0
  44. package/dist/components/renderers/auth/field/_username-field.d.ts +186 -0
  45. package/dist/components/renderers/auth/field/field.defs.d.ts +24 -0
  46. package/dist/components/renderers/auth/field/field.stories/confirm-field.stories.d.ts +14 -0
  47. package/dist/components/renderers/auth/field/field.stories/email-field.stories.d.ts +13 -0
  48. package/dist/components/renderers/auth/field/field.stories/helpers.d.ts +2 -0
  49. package/dist/components/renderers/auth/field/field.stories/identifier-field.stories.d.ts +25 -0
  50. package/dist/components/renderers/auth/field/field.stories/name-field.stories.d.ts +14 -0
  51. package/dist/components/renderers/auth/field/field.stories/password-field.stories.d.ts +15 -0
  52. package/dist/components/renderers/auth/field/field.stories/phone-field.stories.d.ts +13 -0
  53. package/dist/components/renderers/auth/field/field.stories/username-field.stories.d.ts +13 -0
  54. package/dist/components/renderers/auth/field/field.types.d.ts +120 -0
  55. package/dist/components/renderers/auth/field/index.d.ts +19 -0
  56. package/dist/components/renderers/auth/form/_form.d.ts +68 -0
  57. package/dist/components/renderers/auth/form/form.defs.d.ts +6 -0
  58. package/dist/components/renderers/auth/form/form.stories.d.ts +7 -0
  59. package/dist/components/renderers/auth/form/form.types.d.ts +14 -0
  60. package/dist/components/renderers/auth/form/index.d.ts +7 -0
  61. package/dist/components/renderers/auth/index.d.ts +9 -0
  62. package/dist/components/renderers/auth/otp/_otp-resend.d.ts +46 -0
  63. package/dist/components/renderers/auth/otp/_otp.d.ts +58 -0
  64. package/dist/components/renderers/auth/otp/index.d.ts +9 -0
  65. package/dist/components/renderers/auth/otp/otp.defs.d.ts +2 -0
  66. package/dist/components/renderers/auth/otp/otp.stories.d.ts +5 -0
  67. package/dist/components/renderers/auth/otp/otp.types.d.ts +25 -0
  68. package/dist/components/renderers/auth/provider-field/_provider-field.d.ts +124 -0
  69. package/dist/components/renderers/auth/provider-field/index.d.ts +7 -0
  70. package/dist/components/renderers/auth/provider-field/provider-field.stories.d.ts +25 -0
  71. package/dist/components/renderers/auth/provider-field/provider-field.types.d.ts +17 -0
  72. package/dist/components/renderers/auth/qr-code/_qr-code.d.ts +36 -0
  73. package/dist/components/renderers/auth/qr-code/index.d.ts +7 -0
  74. package/dist/components/renderers/auth/qr-code/qr-code.defs.d.ts +2 -0
  75. package/dist/components/renderers/auth/qr-code/qr-code.stories.d.ts +5 -0
  76. package/dist/components/renderers/auth/qr-code/qr-code.types.d.ts +11 -0
  77. package/dist/components/renderers/auth/recovery-codes/_recovery-codes.d.ts +27 -0
  78. package/dist/components/renderers/auth/recovery-codes/index.d.ts +7 -0
  79. package/dist/components/renderers/auth/recovery-codes/recovery-codes.defs.d.ts +2 -0
  80. package/dist/components/renderers/auth/recovery-codes/recovery-codes.stories.d.ts +5 -0
  81. package/dist/components/renderers/auth/recovery-codes/recovery-codes.types.d.ts +7 -0
  82. package/dist/components/renderers/auth/secret/_secret.d.ts +27 -0
  83. package/dist/components/renderers/auth/secret/index.d.ts +7 -0
  84. package/dist/components/renderers/auth/secret/secret.defs.d.ts +2 -0
  85. package/dist/components/renderers/auth/secret/secret.stories.d.ts +5 -0
  86. package/dist/components/renderers/auth/secret/secret.types.d.ts +9 -0
  87. package/dist/components/renderers/feedback/alert/_alert.d.ts +61 -0
  88. package/dist/components/renderers/feedback/alert/alert.defs.d.ts +7 -0
  89. package/dist/components/renderers/feedback/alert/alert.stories.d.ts +11 -0
  90. package/dist/components/renderers/feedback/alert/alert.types.d.ts +14 -0
  91. package/dist/components/renderers/feedback/alert/index.d.ts +7 -0
  92. package/dist/components/renderers/feedback/countdown/_countdown.d.ts +20 -0
  93. package/dist/components/renderers/feedback/countdown/countdown.stories.d.ts +7 -0
  94. package/dist/components/renderers/feedback/countdown/countdown.types.d.ts +6 -0
  95. package/dist/components/renderers/feedback/countdown/index.d.ts +7 -0
  96. package/dist/components/renderers/feedback/index.d.ts +2 -0
  97. package/dist/components/renderers/index.d.ts +6 -0
  98. package/dist/components/renderers/layout/block/_block.d.ts +41 -0
  99. package/dist/components/renderers/layout/block/block.stories.d.ts +8 -0
  100. package/dist/components/renderers/layout/block/block.types.d.ts +10 -0
  101. package/dist/components/renderers/layout/block/index.d.ts +7 -0
  102. package/dist/components/renderers/layout/container/_container.d.ts +24 -0
  103. package/dist/components/renderers/layout/container/container.stories.d.ts +19 -0
  104. package/dist/components/renderers/layout/container/container.types.d.ts +7 -0
  105. package/dist/components/renderers/layout/container/index.d.ts +7 -0
  106. package/dist/components/renderers/layout/divider/_divider.d.ts +27 -0
  107. package/dist/components/renderers/layout/divider/divider.stories.d.ts +6 -0
  108. package/dist/components/renderers/layout/divider/divider.types.d.ts +6 -0
  109. package/dist/components/renderers/layout/divider/index.d.ts +7 -0
  110. package/dist/components/renderers/layout/gap/_gap.d.ts +9 -0
  111. package/dist/components/renderers/layout/gap/gap.stories.d.ts +7 -0
  112. package/dist/components/renderers/layout/gap/gap.types.d.ts +6 -0
  113. package/dist/components/renderers/layout/gap/index.d.ts +7 -0
  114. package/dist/components/renderers/layout/header/_header.d.ts +28 -0
  115. package/dist/components/renderers/layout/header/header.stories.d.ts +7 -0
  116. package/dist/components/renderers/layout/header/header.types.d.ts +9 -0
  117. package/dist/components/renderers/layout/header/index.d.ts +7 -0
  118. package/dist/components/renderers/layout/index.d.ts +5 -0
  119. package/dist/components/renderers/navigation/index.d.ts +1 -0
  120. package/dist/components/renderers/navigation/link/_link.d.ts +76 -0
  121. package/dist/components/renderers/navigation/link/index.d.ts +7 -0
  122. package/dist/components/renderers/navigation/link/link.defs.d.ts +3 -0
  123. package/dist/components/renderers/navigation/link/link.stories.d.ts +9 -0
  124. package/dist/components/renderers/navigation/link/link.types.d.ts +12 -0
  125. package/dist/components/renderers/typography/index.d.ts +2 -0
  126. package/dist/components/renderers/typography/subtitle/_subtitle.d.ts +8 -0
  127. package/dist/components/renderers/typography/subtitle/index.d.ts +7 -0
  128. package/dist/components/renderers/typography/subtitle/subtitle.stories.d.ts +6 -0
  129. package/dist/components/renderers/typography/subtitle/subtitle.types.d.ts +4 -0
  130. package/dist/components/renderers/typography/title/_title.d.ts +13 -0
  131. package/dist/components/renderers/typography/title/index.d.ts +7 -0
  132. package/dist/components/renderers/typography/title/title.stories.d.ts +6 -0
  133. package/dist/components/renderers/typography/title/title.types.d.ts +4 -0
  134. package/dist/components/renderers/visuals/index.d.ts +2 -0
  135. package/dist/components/renderers/visuals/logo/_logo.d.ts +21 -0
  136. package/dist/components/renderers/visuals/logo/index.d.ts +7 -0
  137. package/dist/components/renderers/visuals/logo/logo.stories.d.ts +17 -0
  138. package/dist/components/renderers/visuals/logo/logo.types.d.ts +5 -0
  139. package/dist/components/renderers/visuals/watermark/_watermark.d.ts +47 -0
  140. package/dist/components/renderers/visuals/watermark/index.d.ts +7 -0
  141. package/dist/components/renderers/visuals/watermark/watermark.defs.d.ts +4 -0
  142. package/dist/components/renderers/visuals/watermark/watermark.stories.d.ts +8 -0
  143. package/dist/components/renderers/visuals/watermark/watermark.types.d.ts +11 -0
  144. package/dist/components/ui/badge-selector/badge-selector.d.ts +44 -0
  145. package/dist/components/ui/hint/index.d.ts +6 -0
  146. package/dist/components/ui/index.d.ts +7 -0
  147. package/dist/components/ui/modal/index.d.ts +12 -0
  148. package/dist/components/ui/multi-email-input/multi-email-input.d.ts +32 -0
  149. package/dist/components/ui/multi-select-filter/pont-multi-select-filter.d.ts +18 -0
  150. package/dist/components/ui/paginator/paginator.d.ts +16 -0
  151. package/dist/components/ui/pont-sidedrawer/pont-sidedrawer.d.ts +23 -0
  152. package/dist/components/widgets/index.d.ts +6 -0
  153. package/dist/components/widgets/pont-account-settings/index.d.ts +3 -0
  154. package/dist/components/widgets/pont-account-settings/pont-account-settings.d.ts +63 -0
  155. package/dist/components/widgets/pont-account-settings/profile/classes.d.ts +9 -0
  156. package/dist/components/widgets/pont-account-settings/profile/components/account-info.d.ts +68 -0
  157. package/dist/components/widgets/pont-account-settings/profile/components/index.d.ts +4 -0
  158. package/dist/components/widgets/pont-account-settings/profile/components/location-info.d.ts +31 -0
  159. package/dist/components/widgets/pont-account-settings/profile/components/personal-info.d.ts +37 -0
  160. package/dist/components/widgets/pont-account-settings/profile/components/urls-info.d.ts +31 -0
  161. package/dist/components/widgets/pont-account-settings/profile/index.d.ts +2 -0
  162. package/dist/components/widgets/pont-account-settings/profile/pont-profile.d.ts +24 -0
  163. package/dist/components/widgets/pont-account-settings/security-settings/index.d.ts +1 -0
  164. package/dist/components/widgets/pont-account-settings/security-settings/security-settings.d.ts +11 -0
  165. package/dist/components/widgets/pont-account-settings/sidebar/classes.d.ts +9 -0
  166. package/dist/components/widgets/pont-account-settings/sidebar/sidebar.d.ts +26 -0
  167. package/dist/components/widgets/pont-member-management/components/action-modal.d.ts +33 -0
  168. package/dist/components/widgets/pont-member-management/components/index.d.ts +6 -0
  169. package/dist/components/widgets/pont-member-management/components/invitations-panel.d.ts +48 -0
  170. package/dist/components/widgets/pont-member-management/components/invite-members-form.d.ts +33 -0
  171. package/dist/components/widgets/pont-member-management/components/manage-roles-form.d.ts +30 -0
  172. package/dist/components/widgets/pont-member-management/components/members-panel.d.ts +42 -0
  173. package/dist/components/widgets/pont-member-management/components/monitoring-cards.d.ts +20 -0
  174. package/dist/components/widgets/pont-member-management/index.d.ts +1 -0
  175. package/dist/components/widgets/pont-member-management/mock-data.d.ts +4 -0
  176. package/dist/components/widgets/pont-member-management/pont-member-management.d.ts +74 -0
  177. package/dist/components/widgets/pont-member-management/types.d.ts +4 -0
  178. package/dist/components/widgets/pont-nav-user/index.d.ts +1 -0
  179. package/dist/components/widgets/pont-nav-user/pont-nav-user.d.ts +55 -0
  180. package/dist/components/widgets/pont-preview/pont-preview.d.ts +19 -0
  181. package/dist/components/widgets/pont-signin/pont-signin.d.ts +16 -0
  182. package/dist/components/widgets/pont-signup/pont-signup.d.ts +16 -0
  183. package/dist/components/wrappers/base-element/base-element.d.ts +19 -0
  184. package/dist/components/wrappers/index.d.ts +7 -0
  185. package/dist/components/wrappers/layout/layout.d.ts +57 -0
  186. package/dist/components/wrappers/pont-auth-state/pont-auth-state.d.ts +12 -0
  187. package/dist/components/wrappers/pont-authenticated/pont-authenticated.d.ts +27 -0
  188. package/dist/components/wrappers/pont-provider/pont-provider.d.ts +107 -0
  189. package/dist/components/wrappers/pont-signed-in/pont-signed-in.d.ts +11 -0
  190. package/dist/components/wrappers/pont-signed-out/pont-signed-out.d.ts +11 -0
  191. package/dist/constants/classes.d.ts +9 -0
  192. package/dist/constants/components.d.ts +6 -0
  193. package/dist/constants/index.d.ts +4 -0
  194. package/dist/constants/regex.d.ts +4 -0
  195. package/dist/constants/styles.d.ts +1 -0
  196. package/dist/context/auth-context.d.ts +17 -0
  197. package/dist/context/branding-context.d.ts +52 -0
  198. package/dist/context/customization-context.d.ts +4 -0
  199. package/dist/context/design-context.d.ts +47 -0
  200. package/dist/context/env-context.d.ts +4 -0
  201. package/dist/context/index.d.ts +8 -0
  202. package/dist/context/locale-context.d.ts +3 -0
  203. package/dist/context/render-spec.d.ts +3 -0
  204. package/dist/context/user-context.d.ts +8 -0
  205. package/dist/events/account-settings.d.ts +10 -0
  206. package/dist/events/index.d.ts +15 -0
  207. package/dist/events/locales.d.ts +6 -0
  208. package/dist/events/member-management.d.ts +10 -0
  209. package/dist/funcs/env.d.ts +3 -0
  210. package/dist/funcs/index.d.ts +1 -0
  211. package/dist/index.d.ts +6 -0
  212. package/dist/index.js +5830 -0
  213. package/dist/index.js.map +1 -0
  214. package/dist/index.mjs +32461 -0
  215. package/dist/index.mjs.map +1 -0
  216. package/dist/primitives/assets/icons/anchor.icon.d.ts +2 -0
  217. package/dist/primitives/assets/icons/app-window.icon.d.ts +2 -0
  218. package/dist/primitives/assets/icons/arrow-right.icon.d.ts +2 -0
  219. package/dist/primitives/assets/icons/arrow-up-circle.icon.d.ts +1 -0
  220. package/dist/primitives/assets/icons/arrow-up-right.icon.d.ts +2 -0
  221. package/dist/primitives/assets/icons/arrow-up.icon.d.ts +2 -0
  222. package/dist/primitives/assets/icons/arrows.icon.d.ts +1 -0
  223. package/dist/primitives/assets/icons/asterisk.icon.d.ts +2 -0
  224. package/dist/primitives/assets/icons/badge-alert.icon.d.ts +2 -0
  225. package/dist/primitives/assets/icons/badge-check.icon.d.ts +2 -0
  226. package/dist/primitives/assets/icons/badge-info.icon.d.ts +2 -0
  227. package/dist/primitives/assets/icons/badge-x.icon.d.ts +2 -0
  228. package/dist/primitives/assets/icons/bell.icon.d.ts +2 -0
  229. package/dist/primitives/assets/icons/bookmark.icon.d.ts +2 -0
  230. package/dist/primitives/assets/icons/brand-javascript.icon.d.ts +2 -0
  231. package/dist/primitives/assets/icons/captions.icon.d.ts +2 -0
  232. package/dist/primitives/assets/icons/carousel-arrow-left.d.ts +1 -0
  233. package/dist/primitives/assets/icons/carousel-arrow-right.d.ts +1 -0
  234. package/dist/primitives/assets/icons/chart.icon.d.ts +1 -0
  235. package/dist/primitives/assets/icons/check.icon.d.ts +2 -0
  236. package/dist/primitives/assets/icons/chevron-right.icon.d.ts +2 -0
  237. package/dist/primitives/assets/icons/chorven-down.icon.d.ts +1 -0
  238. package/dist/primitives/assets/icons/circle-alert.icon.d.ts +2 -0
  239. package/dist/primitives/assets/icons/circle-check.icon.d.ts +2 -0
  240. package/dist/primitives/assets/icons/circle-fading-arrow-up.icon.d.ts +2 -0
  241. package/dist/primitives/assets/icons/circle-x.icon.d.ts +1 -0
  242. package/dist/primitives/assets/icons/circle.icon.d.ts +1 -0
  243. package/dist/primitives/assets/icons/close.icon.d.ts +1 -0
  244. package/dist/primitives/assets/icons/cloud.icon.d.ts +2 -0
  245. package/dist/primitives/assets/icons/code.icon.d.ts +2 -0
  246. package/dist/primitives/assets/icons/copy.icon.d.ts +2 -0
  247. package/dist/primitives/assets/icons/corner-down-left.icon.d.ts +2 -0
  248. package/dist/primitives/assets/icons/credit-card.icon.d.ts +2 -0
  249. package/dist/primitives/assets/icons/decrease.icon.d.ts +1 -0
  250. package/dist/primitives/assets/icons/dot.icon.d.ts +1 -0
  251. package/dist/primitives/assets/icons/down.d.ts +1 -0
  252. package/dist/primitives/assets/icons/external-link.icon.d.ts +2 -0
  253. package/dist/primitives/assets/icons/eye-off.d.ts +1 -0
  254. package/dist/primitives/assets/icons/eye-off.icon.d.ts +2 -0
  255. package/dist/primitives/assets/icons/eye-on.d.ts +1 -0
  256. package/dist/primitives/assets/icons/file-code.icon.d.ts +2 -0
  257. package/dist/primitives/assets/icons/folder-code.icon.d.ts +2 -0
  258. package/dist/primitives/assets/icons/git-branch-minus.icon.d.ts +2 -0
  259. package/dist/primitives/assets/icons/git-branch-plus.icon.d.ts +2 -0
  260. package/dist/primitives/assets/icons/help-circle.icon.d.ts +1 -0
  261. package/dist/primitives/assets/icons/house.icon.d.ts +2 -0
  262. package/dist/primitives/assets/icons/inbox.icon.d.ts +2 -0
  263. package/dist/primitives/assets/icons/index.d.ts +67 -0
  264. package/dist/primitives/assets/icons/info.icon.d.ts +2 -0
  265. package/dist/primitives/assets/icons/loader-circle.icon.d.ts +2 -0
  266. package/dist/primitives/assets/icons/mail-warning.icon.d.ts +2 -0
  267. package/dist/primitives/assets/icons/mail.icon.d.ts +2 -0
  268. package/dist/primitives/assets/icons/minus.icon.d.ts +2 -0
  269. package/dist/primitives/assets/icons/plus.icon.d.ts +1 -0
  270. package/dist/primitives/assets/icons/rabbit.icon.d.ts +2 -0
  271. package/dist/primitives/assets/icons/radio-group.icon.d.ts +1 -0
  272. package/dist/primitives/assets/icons/radio.icon.d.ts +1 -0
  273. package/dist/primitives/assets/icons/refresh-ccw.icon.d.ts +2 -0
  274. package/dist/primitives/assets/icons/refresh-cw.icon.d.ts +2 -0
  275. package/dist/primitives/assets/icons/search.icon.d.ts +2 -0
  276. package/dist/primitives/assets/icons/settings.icon.d.ts +2 -0
  277. package/dist/primitives/assets/icons/shield-alert.icon.d.ts +2 -0
  278. package/dist/primitives/assets/icons/shopping-bag.icon.d.ts +2 -0
  279. package/dist/primitives/assets/icons/star.icon.d.ts +2 -0
  280. package/dist/primitives/assets/icons/tick.icon.d.ts +1 -0
  281. package/dist/primitives/assets/icons/up-down.d.ts +1 -0
  282. package/dist/primitives/assets/icons/up.d.ts +1 -0
  283. package/dist/primitives/assets/icons/wand.icon.d.ts +2 -0
  284. package/dist/primitives/components/index.d.ts +1 -0
  285. package/dist/primitives/components/ui/accordion/accordion-content.d.ts +20 -0
  286. package/dist/primitives/components/ui/accordion/accordion-item.d.ts +21 -0
  287. package/dist/primitives/components/ui/accordion/accordion-trigger.d.ts +17 -0
  288. package/dist/primitives/components/ui/accordion/accordion.d.ts +25 -0
  289. package/dist/primitives/components/ui/accordion/accordion.defs.d.ts +10 -0
  290. package/dist/primitives/components/ui/accordion/accordion.stories.d.ts +10 -0
  291. package/dist/primitives/components/ui/accordion/accordion.styles.d.ts +4 -0
  292. package/dist/primitives/components/ui/alert/_alert-action.d.ts +21 -0
  293. package/dist/primitives/components/ui/alert/_alert-description.d.ts +21 -0
  294. package/dist/primitives/components/ui/alert/_alert-title.d.ts +20 -0
  295. package/dist/primitives/components/ui/alert/_alert.d.ts +25 -0
  296. package/dist/primitives/components/ui/alert/alert.d.ts +16 -0
  297. package/dist/primitives/components/ui/alert/alert.defs.d.ts +4 -0
  298. package/dist/primitives/components/ui/alert/alert.stories.d.ts +12 -0
  299. package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.d.ts +16 -0
  300. package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +4 -0
  301. package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -0
  302. package/dist/primitives/components/ui/avatar/_avatar-badge.d.ts +21 -0
  303. package/dist/primitives/components/ui/avatar/_avatar-fallback.d.ts +21 -0
  304. package/dist/primitives/components/ui/avatar/_avatar-group-count.d.ts +21 -0
  305. package/dist/primitives/components/ui/avatar/_avatar-group.d.ts +21 -0
  306. package/dist/primitives/components/ui/avatar/_avatar-image.d.ts +28 -0
  307. package/dist/primitives/components/ui/avatar/_avatar.d.ts +65 -0
  308. package/dist/primitives/components/ui/avatar/avatar.d.ts +20 -0
  309. package/dist/primitives/components/ui/avatar/avatar.defs.d.ts +8 -0
  310. package/dist/primitives/components/ui/avatar/avatar.stories.d.ts +13 -0
  311. package/dist/primitives/components/ui/badge/_badge.d.ts +43 -0
  312. package/dist/primitives/components/ui/badge/badge.d.ts +10 -0
  313. package/dist/primitives/components/ui/badge/badge.defs.d.ts +8 -0
  314. package/dist/primitives/components/ui/badge/badge.stories.d.ts +10 -0
  315. package/dist/primitives/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +11 -0
  316. package/dist/primitives/components/ui/breadcrumb/breadcrumb-item.d.ts +14 -0
  317. package/dist/primitives/components/ui/breadcrumb/breadcrumb-link.d.ts +15 -0
  318. package/dist/primitives/components/ui/breadcrumb/breadcrumb-list.d.ts +14 -0
  319. package/dist/primitives/components/ui/breadcrumb/breadcrumb-separator.d.ts +11 -0
  320. package/dist/primitives/components/ui/breadcrumb/breadcrumb-text.d.ts +14 -0
  321. package/dist/primitives/components/ui/breadcrumb/breadcrumb.d.ts +21 -0
  322. package/dist/primitives/components/ui/breadcrumb/breadcrumb.stories.d.ts +4 -0
  323. package/dist/primitives/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -0
  324. package/dist/primitives/components/ui/button/_button.d.ts +62 -0
  325. package/dist/primitives/components/ui/button/button.d.ts +10 -0
  326. package/dist/primitives/components/ui/button/button.defs.d.ts +14 -0
  327. package/dist/primitives/components/ui/button/button.stories.d.ts +13 -0
  328. package/dist/primitives/components/ui/button/button.style.d.ts +4 -0
  329. package/dist/primitives/components/ui/calendar/calendar.d.ts +24 -0
  330. package/dist/primitives/components/ui/calendar/calendar.helpers.d.ts +3 -0
  331. package/dist/primitives/components/ui/calendar/calendar.stories.d.ts +4 -0
  332. package/dist/primitives/components/ui/calendar/calendar.style.d.ts +40 -0
  333. package/dist/primitives/components/ui/card/_card-action.d.ts +21 -0
  334. package/dist/primitives/components/ui/card/_card-content.d.ts +20 -0
  335. package/dist/primitives/components/ui/card/_card-description.d.ts +21 -0
  336. package/dist/primitives/components/ui/card/_card-footer.d.ts +26 -0
  337. package/dist/primitives/components/ui/card/_card-header.d.ts +26 -0
  338. package/dist/primitives/components/ui/card/_card-title.d.ts +20 -0
  339. package/dist/primitives/components/ui/card/_card.d.ts +25 -0
  340. package/dist/primitives/components/ui/card/card.d.ts +22 -0
  341. package/dist/primitives/components/ui/card/card.defs.d.ts +10 -0
  342. package/dist/primitives/components/ui/card/card.stories.d.ts +11 -0
  343. package/dist/primitives/components/ui/carousel/carousel.d.ts +24 -0
  344. package/dist/primitives/components/ui/carousel/carousel.stories.d.ts +6 -0
  345. package/dist/primitives/components/ui/carousel/carousel.styles.d.ts +32 -0
  346. package/dist/primitives/components/ui/checkbox/_checkbox.d.ts +92 -0
  347. package/dist/primitives/components/ui/checkbox/checkbox.d.ts +10 -0
  348. package/dist/primitives/components/ui/checkbox/checkbox.defs.d.ts +11 -0
  349. package/dist/primitives/components/ui/checkbox/checkbox.stories.d.ts +13 -0
  350. package/dist/primitives/components/ui/collapsible/collapsible-content.d.ts +17 -0
  351. package/dist/primitives/components/ui/collapsible/collapsible-trigger.d.ts +17 -0
  352. package/dist/primitives/components/ui/collapsible/collapsible.d.ts +23 -0
  353. package/dist/primitives/components/ui/collapsible/collapsible.stories.d.ts +5 -0
  354. package/dist/primitives/components/ui/combobox/combo-box-empty.d.ts +14 -0
  355. package/dist/primitives/components/ui/combobox/combo-box-group.d.ts +37 -0
  356. package/dist/primitives/components/ui/combobox/combo-box-input.d.ts +17 -0
  357. package/dist/primitives/components/ui/combobox/combo-box-item.d.ts +25 -0
  358. package/dist/primitives/components/ui/combobox/combo-box-trigger.d.ts +18 -0
  359. package/dist/primitives/components/ui/combobox/combo-box-value.d.ts +18 -0
  360. package/dist/primitives/components/ui/combobox/combo-box.d.ts +35 -0
  361. package/dist/primitives/components/ui/combobox/combo-box.stories.d.ts +10 -0
  362. package/dist/primitives/components/ui/combobox/combo-box.styles.d.ts +14 -0
  363. package/dist/primitives/components/ui/command/command-empty.atom.d.ts +18 -0
  364. package/dist/primitives/components/ui/command/command-group.atom.d.ts +19 -0
  365. package/dist/primitives/components/ui/command/command-input.atom.d.ts +15 -0
  366. package/dist/primitives/components/ui/command/command-item.atom.d.ts +24 -0
  367. package/dist/primitives/components/ui/command/command-list.atom.d.ts +15 -0
  368. package/dist/primitives/components/ui/command/command-separator.atom.d.ts +14 -0
  369. package/dist/primitives/components/ui/command/command.d.ts +22 -0
  370. package/dist/primitives/components/ui/command/command.helpers.d.ts +6 -0
  371. package/dist/primitives/components/ui/command/command.stories.d.ts +6 -0
  372. package/dist/primitives/components/ui/command/command.styles.d.ts +15 -0
  373. package/dist/primitives/components/ui/context-menu/context-menu-checkbox-Item.d.ts +16 -0
  374. package/dist/primitives/components/ui/context-menu/context-menu-content.d.ts +14 -0
  375. package/dist/primitives/components/ui/context-menu/context-menu-group.d.ts +10 -0
  376. package/dist/primitives/components/ui/context-menu/context-menu-item.d.ts +13 -0
  377. package/dist/primitives/components/ui/context-menu/context-menu-radio-item.d.ts +16 -0
  378. package/dist/primitives/components/ui/context-menu/context-menu-seperator.d.ts +6 -0
  379. package/dist/primitives/components/ui/context-menu/context-menu-shortcut.d.ts +9 -0
  380. package/dist/primitives/components/ui/context-menu/context-menu-trigger.d.ts +5 -0
  381. package/dist/primitives/components/ui/context-menu/context-menu.d.ts +40 -0
  382. package/dist/primitives/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
  383. package/dist/primitives/components/ui/context-menu/context-menu.styles.d.ts +20 -0
  384. package/dist/primitives/components/ui/context-menu/contextMenu.stories.d.ts +4 -0
  385. package/dist/primitives/components/ui/data-table/data-table.d.ts +98 -0
  386. package/dist/primitives/components/ui/data-table/data-table.stories.d.ts +6 -0
  387. package/dist/primitives/components/ui/data-table/index.d.ts +7 -0
  388. package/dist/primitives/components/ui/date-picker/date-picker.d.ts +12 -0
  389. package/dist/primitives/components/ui/date-picker/date-picker.stories.d.ts +4 -0
  390. package/dist/primitives/components/ui/date-picker/date-picker.styles.d.ts +6 -0
  391. package/dist/primitives/components/ui/dialog/dialog-close.d.ts +15 -0
  392. package/dist/primitives/components/ui/dialog/dialog-content.d.ts +15 -0
  393. package/dist/primitives/components/ui/dialog/dialog-footer.d.ts +9 -0
  394. package/dist/primitives/components/ui/dialog/dialog-header.d.ts +7 -0
  395. package/dist/primitives/components/ui/dialog/dialog-overly.d.ts +5 -0
  396. package/dist/primitives/components/ui/dialog/dialog-trigger.d.ts +11 -0
  397. package/dist/primitives/components/ui/dialog/dialog.d.ts +30 -0
  398. package/dist/primitives/components/ui/dialog/dialog.stories.d.ts +6 -0
  399. package/dist/primitives/components/ui/dialog/dialog.styles.d.ts +17 -0
  400. package/dist/primitives/components/ui/drawer/drawer-close.d.ts +15 -0
  401. package/dist/primitives/components/ui/drawer/drawer-content.d.ts +14 -0
  402. package/dist/primitives/components/ui/drawer/drawer-description.d.ts +9 -0
  403. package/dist/primitives/components/ui/drawer/drawer-footer.d.ts +9 -0
  404. package/dist/primitives/components/ui/drawer/drawer-header.d.ts +8 -0
  405. package/dist/primitives/components/ui/drawer/drawer-overlay.d.ts +5 -0
  406. package/dist/primitives/components/ui/drawer/drawer-title.d.ts +9 -0
  407. package/dist/primitives/components/ui/drawer/drawer-trigger.d.ts +11 -0
  408. package/dist/primitives/components/ui/drawer/drawer.d.ts +40 -0
  409. package/dist/primitives/components/ui/drawer/drawer.helpers.d.ts +2 -0
  410. package/dist/primitives/components/ui/drawer/drawer.stories.d.ts +4 -0
  411. package/dist/primitives/components/ui/drawer/drawer.styles.d.ts +14 -0
  412. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +17 -0
  413. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-content.d.ts +18 -0
  414. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-group.d.ts +11 -0
  415. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-item.d.ts +17 -0
  416. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +16 -0
  417. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +8 -0
  418. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +8 -0
  419. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +5 -0
  420. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.d.ts +40 -0
  421. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
  422. package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -0
  423. package/dist/primitives/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +8 -0
  424. package/dist/primitives/components/ui/empty/_empty-content.d.ts +23 -0
  425. package/dist/primitives/components/ui/empty/_empty-description.d.ts +23 -0
  426. package/dist/primitives/components/ui/empty/_empty-header.d.ts +23 -0
  427. package/dist/primitives/components/ui/empty/_empty-media.d.ts +29 -0
  428. package/dist/primitives/components/ui/empty/_empty-title.d.ts +22 -0
  429. package/dist/primitives/components/ui/empty/_empty.d.ts +28 -0
  430. package/dist/primitives/components/ui/empty/empty.d.ts +20 -0
  431. package/dist/primitives/components/ui/empty/empty.defs.d.ts +7 -0
  432. package/dist/primitives/components/ui/empty/empty.stories.d.ts +10 -0
  433. package/dist/primitives/components/ui/field/_field-content.d.ts +23 -0
  434. package/dist/primitives/components/ui/field/_field-description.d.ts +23 -0
  435. package/dist/primitives/components/ui/field/_field-error.d.ts +25 -0
  436. package/dist/primitives/components/ui/field/_field-group.d.ts +28 -0
  437. package/dist/primitives/components/ui/field/_field-label.d.ts +27 -0
  438. package/dist/primitives/components/ui/field/_field-legend.d.ts +30 -0
  439. package/dist/primitives/components/ui/field/_field-separator.d.ts +42 -0
  440. package/dist/primitives/components/ui/field/_field-set.d.ts +22 -0
  441. package/dist/primitives/components/ui/field/_field-title.d.ts +22 -0
  442. package/dist/primitives/components/ui/field/_field.d.ts +36 -0
  443. package/dist/primitives/components/ui/field/field.d.ts +29 -0
  444. package/dist/primitives/components/ui/field/field.defs.d.ts +23 -0
  445. package/dist/primitives/components/ui/field/field.stories.d.ts +16 -0
  446. package/dist/primitives/components/ui/form/form-context.d.ts +4 -0
  447. package/dist/primitives/components/ui/form/form-controller.d.ts +28 -0
  448. package/dist/primitives/components/ui/form/form-field-context.d.ts +3 -0
  449. package/dist/primitives/components/ui/form/form-item-context.d.ts +7 -0
  450. package/dist/primitives/components/ui/form/form.stories.d.ts +5 -0
  451. package/dist/primitives/components/ui/form/form.styles.d.ts +7 -0
  452. package/dist/primitives/components/ui/form/pont-form-controller.d.ts +16 -0
  453. package/dist/primitives/components/ui/form/pont-form-description.d.ts +13 -0
  454. package/dist/primitives/components/ui/form/pont-form-field.d.ts +19 -0
  455. package/dist/primitives/components/ui/form/pont-form-item.d.ts +16 -0
  456. package/dist/primitives/components/ui/form/pont-form-label.d.ts +19 -0
  457. package/dist/primitives/components/ui/form/pont-form-message.d.ts +17 -0
  458. package/dist/primitives/components/ui/form/pont-form.d.ts +23 -0
  459. package/dist/primitives/components/ui/hoverCard/hover-card-content.d.ts +15 -0
  460. package/dist/primitives/components/ui/hoverCard/hover-card-trigger.d.ts +9 -0
  461. package/dist/primitives/components/ui/hoverCard/hover-card.d.ts +28 -0
  462. package/dist/primitives/components/ui/hoverCard/hover-card.stories.d.ts +4 -0
  463. package/dist/primitives/components/ui/hoverCard/hover-card.styles.d.ts +5 -0
  464. package/dist/primitives/components/ui/index.d.ts +50 -0
  465. package/dist/primitives/components/ui/input/_input.d.ts +163 -0
  466. package/dist/primitives/components/ui/input/input.d.ts +11 -0
  467. package/dist/primitives/components/ui/input/input.defs.d.ts +28 -0
  468. package/dist/primitives/components/ui/input/input.stories.d.ts +16 -0
  469. package/dist/primitives/components/ui/input-group/_input-group-addon.d.ts +32 -0
  470. package/dist/primitives/components/ui/input-group/_input-group-button.d.ts +59 -0
  471. package/dist/primitives/components/ui/input-group/_input-group-input.d.ts +140 -0
  472. package/dist/primitives/components/ui/input-group/_input-group-text.d.ts +22 -0
  473. package/dist/primitives/components/ui/input-group/_input-group-textarea.d.ts +114 -0
  474. package/dist/primitives/components/ui/input-group/_input-group.d.ts +22 -0
  475. package/dist/primitives/components/ui/input-group/input-group.d.ts +20 -0
  476. package/dist/primitives/components/ui/input-group/input-group.defs.d.ts +16 -0
  477. package/dist/primitives/components/ui/input-group/input-group.stories.d.ts +15 -0
  478. package/dist/primitives/components/ui/input-otp/_input-otp-group.d.ts +25 -0
  479. package/dist/primitives/components/ui/input-otp/_input-otp-separator.d.ts +15 -0
  480. package/dist/primitives/components/ui/input-otp/_input-otp-slot.d.ts +34 -0
  481. package/dist/primitives/components/ui/input-otp/_input-otp.d.ts +220 -0
  482. package/dist/primitives/components/ui/input-otp/input-otp.d.ts +16 -0
  483. package/dist/primitives/components/ui/input-otp/input-otp.defs.d.ts +28 -0
  484. package/dist/primitives/components/ui/input-otp/input-otp.stories.d.ts +12 -0
  485. package/dist/primitives/components/ui/item/_item-actions.d.ts +22 -0
  486. package/dist/primitives/components/ui/item/_item-content.d.ts +22 -0
  487. package/dist/primitives/components/ui/item/_item-description.d.ts +22 -0
  488. package/dist/primitives/components/ui/item/_item-footer.d.ts +22 -0
  489. package/dist/primitives/components/ui/item/_item-group.d.ts +22 -0
  490. package/dist/primitives/components/ui/item/_item-header.d.ts +22 -0
  491. package/dist/primitives/components/ui/item/_item-media.d.ts +28 -0
  492. package/dist/primitives/components/ui/item/_item-separator.d.ts +22 -0
  493. package/dist/primitives/components/ui/item/_item-title.d.ts +22 -0
  494. package/dist/primitives/components/ui/item/_item.d.ts +42 -0
  495. package/dist/primitives/components/ui/item/item.d.ts +29 -0
  496. package/dist/primitives/components/ui/item/item.defs.d.ts +13 -0
  497. package/dist/primitives/components/ui/item/item.stories.d.ts +13 -0
  498. package/dist/primitives/components/ui/kbd/_kbd-group.d.ts +22 -0
  499. package/dist/primitives/components/ui/kbd/_kbd.d.ts +22 -0
  500. package/dist/primitives/components/ui/kbd/kbd.d.ts +12 -0
  501. package/dist/primitives/components/ui/kbd/kbd.stories.d.ts +8 -0
  502. package/dist/primitives/components/ui/label/_label.d.ts +26 -0
  503. package/dist/primitives/components/ui/label/label.d.ts +10 -0
  504. package/dist/primitives/components/ui/label/label.defs.d.ts +3 -0
  505. package/dist/primitives/components/ui/label/label.stories.d.ts +10 -0
  506. package/dist/primitives/components/ui/menubar/menubar-checkbox.item.d.ts +19 -0
  507. package/dist/primitives/components/ui/menubar/menubar-content.d.ts +19 -0
  508. package/dist/primitives/components/ui/menubar/menubar-group.d.ts +14 -0
  509. package/dist/primitives/components/ui/menubar/menubar-item.d.ts +17 -0
  510. package/dist/primitives/components/ui/menubar/menubar-menu.d.ts +30 -0
  511. package/dist/primitives/components/ui/menubar/menubar-radio-item.d.ts +19 -0
  512. package/dist/primitives/components/ui/menubar/menubar-separator.d.ts +13 -0
  513. package/dist/primitives/components/ui/menubar/menubar-shortcut.d.ts +9 -0
  514. package/dist/primitives/components/ui/menubar/menubar-trigger.d.ts +9 -0
  515. package/dist/primitives/components/ui/menubar/menubar.d.ts +33 -0
  516. package/dist/primitives/components/ui/menubar/menubar.helpers.d.ts +3 -0
  517. package/dist/primitives/components/ui/menubar/menubar.stories.d.ts +4 -0
  518. package/dist/primitives/components/ui/menubar/menubar.styles.d.ts +21 -0
  519. package/dist/primitives/components/ui/navigation-menu/navigation-menu-content.d.ts +19 -0
  520. package/dist/primitives/components/ui/navigation-menu/navigation-menu-item.d.ts +23 -0
  521. package/dist/primitives/components/ui/navigation-menu/navigation-menu-link.d.ts +9 -0
  522. package/dist/primitives/components/ui/navigation-menu/navigation-menu-list.d.ts +8 -0
  523. package/dist/primitives/components/ui/navigation-menu/navigation-menu-trigger.d.ts +9 -0
  524. package/dist/primitives/components/ui/navigation-menu/navigation-menu.d.ts +24 -0
  525. package/dist/primitives/components/ui/navigation-menu/navigation-menu.stories.d.ts +4 -0
  526. package/dist/primitives/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -0
  527. package/dist/primitives/components/ui/pagination/pagination-content.d.ts +8 -0
  528. package/dist/primitives/components/ui/pagination/pagination-ellipsis.d.ts +8 -0
  529. package/dist/primitives/components/ui/pagination/pagination-item.d.ts +14 -0
  530. package/dist/primitives/components/ui/pagination/pagination-link.d.ts +14 -0
  531. package/dist/primitives/components/ui/pagination/pagination-next.d.ts +9 -0
  532. package/dist/primitives/components/ui/pagination/pagination-previous.d.ts +9 -0
  533. package/dist/primitives/components/ui/pagination/pagination.d.ts +26 -0
  534. package/dist/primitives/components/ui/pagination/pagination.stories.d.ts +4 -0
  535. package/dist/primitives/components/ui/pagination/pagination.styles.d.ts +22 -0
  536. package/dist/primitives/components/ui/pagination/pagination.type.d.ts +2 -0
  537. package/dist/primitives/components/ui/password-input/_password-input.d.ts +122 -0
  538. package/dist/primitives/components/ui/password-input/password-input.d.ts +10 -0
  539. package/dist/primitives/components/ui/password-input/password-input.defs.d.ts +3 -0
  540. package/dist/primitives/components/ui/password-input/password-input.stories.d.ts +8 -0
  541. package/dist/primitives/components/ui/popover/popover-content.d.ts +18 -0
  542. package/dist/primitives/components/ui/popover/popover-trigger.d.ts +12 -0
  543. package/dist/primitives/components/ui/popover/popover.d.ts +21 -0
  544. package/dist/primitives/components/ui/popover/popover.stories.d.ts +4 -0
  545. package/dist/primitives/components/ui/popover/popover.style.d.ts +5 -0
  546. package/dist/primitives/components/ui/popover/popover.types.d.ts +2 -0
  547. package/dist/primitives/components/ui/progress/progress.d.ts +11 -0
  548. package/dist/primitives/components/ui/progress/progress.stories.d.ts +4 -0
  549. package/dist/primitives/components/ui/progress/progress.styles.d.ts +4 -0
  550. package/dist/primitives/components/ui/radio-group/radio-group-item.d.ts +21 -0
  551. package/dist/primitives/components/ui/radio-group/radio-group.d.ts +19 -0
  552. package/dist/primitives/components/ui/radio-group/radio-group.stories.d.ts +4 -0
  553. package/dist/primitives/components/ui/radio-group/radio-group.styles.d.ts +9 -0
  554. package/dist/primitives/components/ui/radio-group/radio-group.types.d.ts +2 -0
  555. package/dist/primitives/components/ui/scroll-area/scroll-area.d.ts +12 -0
  556. package/dist/primitives/components/ui/scroll-area/scroll-area.stories.d.ts +4 -0
  557. package/dist/primitives/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
  558. package/dist/primitives/components/ui/select/index.d.ts +25 -0
  559. package/dist/primitives/components/ui/select/select-controller.d.ts +16 -0
  560. package/dist/primitives/components/ui/select/select-group.d.ts +26 -0
  561. package/dist/primitives/components/ui/select/select-item.d.ts +26 -0
  562. package/dist/primitives/components/ui/select/select-label.d.ts +13 -0
  563. package/dist/primitives/components/ui/select/select-list.d.ts +10 -0
  564. package/dist/primitives/components/ui/select/select-seperator.d.ts +8 -0
  565. package/dist/primitives/components/ui/select/select-trigger.d.ts +20 -0
  566. package/dist/primitives/components/ui/select/select-value.d.ts +13 -0
  567. package/dist/primitives/components/ui/select/select.d.ts +18 -0
  568. package/dist/primitives/components/ui/select/select.stories.d.ts +10 -0
  569. package/dist/primitives/components/ui/select/select.styles.d.ts +20 -0
  570. package/dist/primitives/components/ui/separator/_separator.d.ts +21 -0
  571. package/dist/primitives/components/ui/separator/separator.d.ts +10 -0
  572. package/dist/primitives/components/ui/separator/separator.defs.d.ts +5 -0
  573. package/dist/primitives/components/ui/separator/separator.stories.d.ts +9 -0
  574. package/dist/primitives/components/ui/skeleton/skeleton.d.ts +10 -0
  575. package/dist/primitives/components/ui/skeleton/skeleton.stories.d.ts +4 -0
  576. package/dist/primitives/components/ui/skeleton/skeleton.style.d.ts +1 -0
  577. package/dist/primitives/components/ui/spinner/_spinner.d.ts +19 -0
  578. package/dist/primitives/components/ui/spinner/spinner.d.ts +10 -0
  579. package/dist/primitives/components/ui/spinner/spinner.defs.d.ts +4 -0
  580. package/dist/primitives/components/ui/spinner/spinner.stories.d.ts +11 -0
  581. package/dist/primitives/components/ui/switch/switch.d.ts +13 -0
  582. package/dist/primitives/components/ui/switch/switch.stories.d.ts +4 -0
  583. package/dist/primitives/components/ui/switch/switch.style.d.ts +4 -0
  584. package/dist/primitives/components/ui/switch/switch.type.d.ts +4 -0
  585. package/dist/primitives/components/ui/table/table.d.ts +17 -0
  586. package/dist/primitives/components/ui/table/table.stories.d.ts +4 -0
  587. package/dist/primitives/components/ui/table/table.styles.d.ts +39 -0
  588. package/dist/primitives/components/ui/tabs/_tabs-content.d.ts +29 -0
  589. package/dist/primitives/components/ui/tabs/_tabs-list.d.ts +29 -0
  590. package/dist/primitives/components/ui/tabs/_tabs-trigger.d.ts +46 -0
  591. package/dist/primitives/components/ui/tabs/_tabs.d.ts +28 -0
  592. package/dist/primitives/components/ui/tabs/tabs.d.ts +17 -0
  593. package/dist/primitives/components/ui/tabs/tabs.defs.d.ts +22 -0
  594. package/dist/primitives/components/ui/tabs/tabs.helpers.d.ts +24 -0
  595. package/dist/primitives/components/ui/tabs/tabs.stories.d.ts +13 -0
  596. package/dist/primitives/components/ui/textarea/_textarea.d.ts +131 -0
  597. package/dist/primitives/components/ui/textarea/textarea.d.ts +10 -0
  598. package/dist/primitives/components/ui/textarea/textarea.defs.d.ts +23 -0
  599. package/dist/primitives/components/ui/textarea/textarea.stories.d.ts +9 -0
  600. package/dist/primitives/components/ui/toast/toast-action.d.ts +26 -0
  601. package/dist/primitives/components/ui/toast/toast-description.d.ts +13 -0
  602. package/dist/primitives/components/ui/toast/toast-title.d.ts +13 -0
  603. package/dist/primitives/components/ui/toast/toast-trigger.d.ts +17 -0
  604. package/dist/primitives/components/ui/toast/toast-view-port.d.ts +23 -0
  605. package/dist/primitives/components/ui/toast/toast.d.ts +24 -0
  606. package/dist/primitives/components/ui/toast/toast.stories.d.ts +9 -0
  607. package/dist/primitives/components/ui/toast/toast.style.d.ts +19 -0
  608. package/dist/primitives/components/ui/toast/toast.type.d.ts +1 -0
  609. package/dist/primitives/components/ui/toggle/toggle.d.ts +28 -0
  610. package/dist/primitives/components/ui/toggle/toggle.defs.d.ts +27 -0
  611. package/dist/primitives/components/ui/toggle/toggle.stories.d.ts +5 -0
  612. package/dist/primitives/components/ui/toggle/toggle.style.d.ts +4 -0
  613. package/dist/primitives/components/ui/toggle-group/toggle-group-item.d.ts +42 -0
  614. package/dist/primitives/components/ui/toggle-group/toggle-group.d.ts +24 -0
  615. package/dist/primitives/components/ui/toggle-group/toggle-group.defs.d.ts +37 -0
  616. package/dist/primitives/components/ui/toggle-group/toggle-group.stories.d.ts +4 -0
  617. package/dist/primitives/components/ui/toggle-group/toggle-group.style.d.ts +5 -0
  618. package/dist/primitives/components/ui/typography/_typography-blockquote.d.ts +22 -0
  619. package/dist/primitives/components/ui/typography/_typography-code.d.ts +22 -0
  620. package/dist/primitives/components/ui/typography/_typography-h.d.ts +27 -0
  621. package/dist/primitives/components/ui/typography/_typography-large.d.ts +22 -0
  622. package/dist/primitives/components/ui/typography/_typography-lead.d.ts +22 -0
  623. package/dist/primitives/components/ui/typography/_typography-list.d.ts +22 -0
  624. package/dist/primitives/components/ui/typography/_typography-muted.d.ts +22 -0
  625. package/dist/primitives/components/ui/typography/_typography-p.d.ts +22 -0
  626. package/dist/primitives/components/ui/typography/_typography-small.d.ts +22 -0
  627. package/dist/primitives/components/ui/typography/_typography-table.d.ts +13 -0
  628. package/dist/primitives/components/ui/typography/typography.d.ts +28 -0
  629. package/dist/primitives/components/ui/typography/typography.defs.d.ts +4 -0
  630. package/dist/primitives/components/ui/typography/typography.stories.d.ts +18 -0
  631. package/dist/primitives/helpers/base-element.d.ts +20 -0
  632. package/dist/primitives/helpers/country-codes.d.ts +5 -0
  633. package/dist/primitives/helpers/genrate-uuid.helper.d.ts +1 -0
  634. package/dist/primitives/helpers/index.d.ts +7 -0
  635. package/dist/primitives/helpers/mouse-conroller.helper.d.ts +14 -0
  636. package/dist/primitives/helpers/shadow-wrapper.d.ts +7 -0
  637. package/dist/primitives/helpers/style.helpers.d.ts +2 -0
  638. package/dist/primitives/helpers/widget-controller.d.ts +12 -0
  639. package/dist/primitives/index.d.ts +1 -0
  640. package/dist/primitives/interfaces/atomic.interface.d.ts +6 -0
  641. package/dist/primitives/interfaces/child-support-atomic.interface.d.ts +4 -0
  642. package/dist/primitives/interfaces/index.d.ts +4 -0
  643. package/dist/primitives/interfaces/intractable.interface.d.ts +6 -0
  644. package/dist/primitives/interfaces/variant.interface.d.ts +3 -0
  645. package/dist/service/http/fetch.d.ts +9 -0
  646. package/dist/service/http/index.d.ts +3 -0
  647. package/dist/service/http/organization/index.d.ts +3 -0
  648. package/dist/service/http/organization/invitations.d.ts +5 -0
  649. package/dist/service/http/organization/members.d.ts +7 -0
  650. package/dist/service/http/organization/roles.d.ts +2 -0
  651. package/dist/service/http/user/index.d.ts +3 -0
  652. package/dist/service/index.d.ts +1 -0
  653. package/dist/stories/preview.stories.d.ts +5 -0
  654. package/dist/styles.css +18065 -0
  655. package/dist/tokens/tailwind/animation.d.ts +7 -0
  656. package/dist/tokens/tailwind/border-radius.d.ts +49 -0
  657. package/dist/tokens/tailwind/border-width.d.ts +27 -0
  658. package/dist/tokens/tailwind/box-shadow.d.ts +12 -0
  659. package/dist/tokens/tailwind/color.d.ts +232 -0
  660. package/dist/tokens/tailwind/font-size.d.ts +90 -0
  661. package/dist/tokens/tailwind/font-weight.d.ts +27 -0
  662. package/dist/tokens/tailwind/index.d.ts +841 -0
  663. package/dist/tokens/tailwind/keyframes.d.ts +41 -0
  664. package/dist/tokens/tailwind/opacity.d.ts +31 -0
  665. package/dist/tokens/tailwind/ring-offset-width.d.ts +6 -0
  666. package/dist/tokens/tailwind/ring-width.d.ts +16 -0
  667. package/dist/tokens/tailwind/spacing.d.ts +287 -0
  668. package/dist/tokens/tailwind/transition-duration.d.ts +5 -0
  669. package/dist/tokens/tailwind/transition-timing-function.d.ts +4 -0
  670. package/dist/tokens/tailwind/translate.d.ts +5 -0
  671. package/dist/types/auth.d.ts +2 -0
  672. package/dist/types/common/index.d.ts +15 -0
  673. package/dist/types/components/index.d.ts +3 -0
  674. package/dist/types/components/pont-primitives.d.ts +7 -0
  675. package/dist/types/components/pont-widgets.d.ts +1 -0
  676. package/dist/types/components/user-profile.d.ts +33 -0
  677. package/dist/types/core/index.d.ts +30 -0
  678. package/dist/types/index.d.ts +7 -0
  679. package/dist/types/layout/index.d.ts +256 -0
  680. package/dist/types/service/http/common/index.d.ts +6 -0
  681. package/dist/types/service/http/index.d.ts +5 -0
  682. package/dist/types/service/http/invitation/index.d.ts +47 -0
  683. package/dist/types/service/http/member/index.d.ts +43 -0
  684. package/dist/types/service/http/roles/index.d.ts +38 -0
  685. package/dist/types/service/http/user/index.d.ts +40 -0
  686. package/dist/types/service/index.d.ts +1 -0
  687. package/dist/types/styles/index.d.ts +72 -0
  688. package/dist/utils/components.d.ts +24 -0
  689. package/dist/utils/format.d.ts +40 -0
  690. package/dist/utils/html-base64.d.ts +1 -0
  691. package/dist/utils/index.d.ts +8 -0
  692. package/dist/utils/storybook.d.ts +1 -0
  693. package/dist/utils/styles.d.ts +21 -0
  694. package/dist/utils/svg-base64.d.ts +2 -0
  695. package/dist/utils/tailwind.d.ts +7 -0
  696. package/dist/utils/tokens.d.ts +1 -0
  697. package/package.json +91 -0
@@ -0,0 +1 @@
1
+ export declare function accountIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function badgeCheckIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function burgerMenuIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function checkIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function clockIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function closeIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function copyIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function editIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function emailIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function imageIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1,20 @@
1
+ export * from './edit.icon';
2
+ export * from './account.icon';
3
+ export * from './personal-info.icon';
4
+ export * from './location.icon';
5
+ export * from './url.icon';
6
+ export * from './close.icon';
7
+ export * from './burger-menu.icon';
8
+ export * from './link-icon';
9
+ export * from './image-icon';
10
+ export * from './members-icon';
11
+ export * from './clock-icon';
12
+ export * from './user-round-check-icon';
13
+ export * from './badge-check-icon';
14
+ export * from './plusIcon';
15
+ export * from './search-icon';
16
+ export * from './refresh-cw-icon';
17
+ export * from './email';
18
+ export * from './check';
19
+ export * from './triangle-alert';
20
+ export * from './copy.icon';
@@ -0,0 +1 @@
1
+ export declare function linkIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function locationIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function membersIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function personalInfoIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function plusIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function refreshCwIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function searchIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function triangleAlert(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function urlIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1 @@
1
+ export declare function userRoundCheckIcon(): import('../../../node_modules/lit-html').TemplateResult<2>;
@@ -0,0 +1,4 @@
1
+ export * from './wrappers';
2
+ export * from './renderers';
3
+ export * from './ui';
4
+ export * from './widgets';
@@ -0,0 +1,81 @@
1
+ import { LitElement } from '../../../../../node_modules/lit';
2
+ import { PasskeyButtonContent, PasskeyButtonIconAlign, PasskeyButtonPart, PasskeyButtonSize, PasskeyButtonVariant, PontPasskeyButtonProps as Props } from './button.types';
3
+ /**
4
+ * Button that triggers a passkey authentication flow.
5
+ *
6
+ * @part passkey-button - pont-button: root
7
+ * @part passkey-button-icon - svg/pont-spinner: icon or loading indicator
8
+ *
9
+ * @event pont-passkey-button:click - Fired when the button is clicked, before the auth call.
10
+ * Detail: `{ id: string; event?: string }`
11
+ * @event pont-passkey-button:success - Fired after the auth call resolves successfully.
12
+ * Detail: `{ id: string; event: string; result: ProcessEventResponse }`
13
+ * @event pont-passkey-button:error - Fired when the auth call fails.
14
+ * Detail: `{ id: string; event: string; message: string }`
15
+ */
16
+ export declare class PontPasskeyButton extends LitElement implements Props {
17
+ static readonly ROOT = "passkey-button";
18
+ static readonly ICON = "icon";
19
+ static readonly TAG: string;
20
+ static readonly CLICK_EVENT: string;
21
+ static readonly SUCCESS_EVENT: string;
22
+ static readonly ERROR_EVENT: string;
23
+ static readonly PARTS: Record<PasskeyButtonPart, string>;
24
+ /**
25
+ * Substring used in generated part IDs.
26
+ */
27
+ seed: string;
28
+ /**
29
+ * Custom ID used as the root part ID and as the base of subpart IDs.
30
+ */
31
+ customId?: string;
32
+ /**
33
+ * Visual variant of the button component.
34
+ */
35
+ variant: PasskeyButtonVariant;
36
+ /**
37
+ * Size of the button component.
38
+ */
39
+ size: PasskeyButtonSize;
40
+ /**
41
+ * Controls what the button renders: icon only, label only, or both.
42
+ */
43
+ content: PasskeyButtonContent;
44
+ /**
45
+ * Side the icon appears on relative to the label.
46
+ */
47
+ iconAlign: PasskeyButtonIconAlign;
48
+ /**
49
+ * Text used as the label of the button component.
50
+ */
51
+ private _label;
52
+ get label(): string;
53
+ set label(value: string);
54
+ /**
55
+ * Event identifier forwarded to the authentication service on click.
56
+ * When omitted, only the custom click event is dispatched.
57
+ */
58
+ event?: string;
59
+ /**
60
+ * Disables the button, preventing interaction.
61
+ */
62
+ disabled?: boolean;
63
+ /**
64
+ * Manual alternative to the private `_loading` state.
65
+ */
66
+ loading?: boolean;
67
+ /**
68
+ * Indicates whether the component is dispatching or emitting an event.
69
+ */
70
+ private _loading;
71
+ protected createRenderRoot(): this;
72
+ get rootId(): string;
73
+ get iconId(): string;
74
+ get isLoading(): boolean;
75
+ get isDisabled(): boolean;
76
+ connectedCallback(): void;
77
+ disconnectedCallback(): void;
78
+ private _handleClick;
79
+ private _renderIcon;
80
+ render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
81
+ }
@@ -0,0 +1,103 @@
1
+ import { LitElement } from '../../../../../node_modules/lit';
2
+ import { PontAuthProvider } from '../../../../types';
3
+ import { PontProviderButtonProps as Props, ProviderButtonContent, ProviderButtonIconAlign, ProviderButtonPart, ProviderButtonSize, ProviderButtonVariant } from './button.types';
4
+ /**
5
+ * Button that triggers an authentication flow with a specific auth provider.
6
+ *
7
+ * @part provider-button - pont-button: root
8
+ * @part provider-button-icon - svg/pont-spinner: icon or loading indicator
9
+ *
10
+ * @event pont-provider-button:click - Fired when the button is clicked, before the auth call.
11
+ * Detail: `{ id: string; provider: PontAuthProvider; event?: string }`
12
+ * @event pont-provider-button:success - Fired after the auth call resolves successfully.
13
+ * Detail: `{ id: string; provider: PontAuthProvider; event: string; result: ProcessEventResponse }`
14
+ * @event pont-provider-button:error - Fired when the auth call fails.
15
+ * Detail: `{ id: string; provider: PontAuthProvider; event: string; message: string }`
16
+ */
17
+ export declare class PontProviderButton extends LitElement implements Props {
18
+ static readonly ROOT = "provider-button";
19
+ static readonly ICON = "icon";
20
+ static readonly TAG: string;
21
+ static readonly CLICK_EVENT: string;
22
+ static readonly SUCCESS_EVENT: string;
23
+ static readonly ERROR_EVENT: string;
24
+ static readonly PARTS: Record<ProviderButtonPart, string>;
25
+ /**
26
+ * Substring used in generated part IDs.
27
+ */
28
+ seed: string;
29
+ /**
30
+ * Custom ID used as the root part ID and as the base of subpart IDs.
31
+ */
32
+ customId?: string;
33
+ /**
34
+ * Authentication provider targetted by the button.
35
+ */
36
+ provider: PontAuthProvider;
37
+ private design;
38
+ /**
39
+ * The provider actually rendered.
40
+ *
41
+ * At runtime a button whose provider the app has not connected is pruned
42
+ * before it renders, so `provider` is always set and always valid. The
43
+ * designer prunes nothing, so a button dropped from the palette has no
44
+ * provider yet and would otherwise render "Continue with undefined" over a
45
+ * missing icon. Design mode substitutes a representative provider until the
46
+ * author picks one.
47
+ */
48
+ private get _provider();
49
+ /**
50
+ * Visual variant of the button component.
51
+ */
52
+ variant: ProviderButtonVariant;
53
+ /**
54
+ * Size of the button component.
55
+ */
56
+ size: ProviderButtonSize;
57
+ /**
58
+ * Controls what the button renders: icon only, label only, or both.
59
+ */
60
+ content: ProviderButtonContent;
61
+ /**
62
+ * Side the icon appears on relative to the label.
63
+ */
64
+ iconAlign: ProviderButtonIconAlign;
65
+ /**
66
+ * Text prepended to the provider name in the default label.
67
+ * Ignored when `label` is set explicitly.
68
+ */
69
+ private _prompt;
70
+ get prompt(): string;
71
+ set prompt(value: string);
72
+ /**
73
+ * Custom label text that replaces default `prompt + provider name` string.
74
+ */
75
+ label?: string;
76
+ /**
77
+ * Event identifier forwarded to the authentication service on click.
78
+ * When omitted, only the custom click event is dispatched.
79
+ */
80
+ event?: string;
81
+ /**
82
+ * Disables the button, preventing interaction.
83
+ */
84
+ disabled?: boolean;
85
+ /**
86
+ * Manual alternative to the private `_loading` state.
87
+ */
88
+ loading?: boolean;
89
+ /**
90
+ * Indicates whether the component is dispatching or emitting an event.
91
+ */
92
+ private _loading;
93
+ protected createRenderRoot(): this;
94
+ get rootId(): string;
95
+ get iconId(): string;
96
+ get isLoading(): boolean;
97
+ get isDisabled(): boolean;
98
+ connectedCallback(): void;
99
+ disconnectedCallback(): void;
100
+ private _handleClick;
101
+ private _renderIcon;
102
+ render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
103
+ }
@@ -0,0 +1,71 @@
1
+ import { LitElement } from '../../../../../node_modules/lit';
2
+ import { PontSubmitButtonProps as Props, SubmitButtonContent, SubmitButtonIconAlign, SubmitButtonPart, SubmitButtonSize, SubmitButtonVariant } from './button.types';
3
+ /**
4
+ * Button that submits an auth widget form, forwarding an `event` identifier for
5
+ * the authentication service.
6
+ *
7
+ * @part submit-button - pont-button: root
8
+ * @part submit-button-icon - svg/pont-spinner: icon or loading indicator
9
+ *
10
+ * @event pont-submit-button:click - Fired when the button is clicked.
11
+ * Detail: `{ id: string; event?: string }`
12
+ */
13
+ export declare class PontSubmitButton extends LitElement implements Props {
14
+ static readonly ROOT = "submit-button";
15
+ static readonly ICON = "icon";
16
+ static readonly TAG: string;
17
+ static readonly CLICK_EVENT: string;
18
+ static readonly PARTS: Record<SubmitButtonPart, string>;
19
+ /**
20
+ * Substring used in generated part IDs.
21
+ */
22
+ seed: string;
23
+ /**
24
+ * Custom ID used as the root part ID and as the base of subpart IDs.
25
+ */
26
+ customId?: string;
27
+ /**
28
+ * Visual variant of the button component.
29
+ */
30
+ variant: SubmitButtonVariant;
31
+ /**
32
+ * Size of the button component.
33
+ */
34
+ size: SubmitButtonSize;
35
+ /**
36
+ * Controls what the button renders: icon only, label only, or both.
37
+ */
38
+ content: SubmitButtonContent;
39
+ /**
40
+ * Side the icon appears on relative to the label.
41
+ */
42
+ iconAlign: SubmitButtonIconAlign;
43
+ /**
44
+ * Text used as the label of the button component.
45
+ */
46
+ private _label;
47
+ get label(): string;
48
+ set label(value: string);
49
+ /**
50
+ * Event identifier forwarded to the authentication service on click.
51
+ * When omitted, only the custom click event is dispatched.
52
+ */
53
+ event?: string;
54
+ /**
55
+ * Disables the button, preventing interaction.
56
+ */
57
+ disabled?: boolean;
58
+ /**
59
+ * Applies a loading state, disabling the button and displaying a spinner.
60
+ */
61
+ loading?: boolean;
62
+ protected createRenderRoot(): this;
63
+ get rootId(): string;
64
+ get iconId(): string;
65
+ get isDisabled(): boolean | undefined;
66
+ connectedCallback(): void;
67
+ disconnectedCallback(): void;
68
+ private _handleClick;
69
+ private _renderIcon;
70
+ render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
71
+ }
@@ -0,0 +1,21 @@
1
+ import { TemplateResult } from '../../../../../node_modules/lit';
2
+ import { PontAuthProvider } from '../../../../types';
3
+ import { PasskeyButtonContent, PasskeyButtonIconAlign, PasskeyButtonSize, PasskeyButtonVariant, PontPasskeyButtonProps as PasskeyProps, ProviderButtonContent, ProviderButtonIconAlign, ProviderButtonSize, ProviderButtonVariant, PontProviderButtonProps as ProviderProps, SubmitButtonContent, SubmitButtonIconAlign, SubmitButtonSize, SubmitButtonVariant, PontSubmitButtonProps as SubmitProps } from './button.types';
4
+ export declare const PASSKEY_BUTTON_DEFAULT_PROPS: Omit<PasskeyProps, "seed">;
5
+ export declare const PROVIDER_BUTTON_DEFAULT_PROPS: Omit<ProviderProps, "seed" | "provider">;
6
+ export declare const SUBMIT_BUTTON_DEFAULT_PROPS: Omit<SubmitProps, "seed">;
7
+ export declare const PASSKEY_BUTTON_VARIANTS: PasskeyButtonVariant[];
8
+ export declare const PASSKEY_BUTTON_SIZES: PasskeyButtonSize[];
9
+ export declare const PASSKEY_BUTTON_CONTENTS: PasskeyButtonContent[];
10
+ export declare const PASSKEY_BUTTON_ICON_ALIGNS: PasskeyButtonIconAlign[];
11
+ export declare const PROVIDER_BUTTON_VARIANTS: ProviderButtonVariant[];
12
+ export declare const PROVIDER_BUTTON_SIZES: ProviderButtonSize[];
13
+ export declare const PROVIDER_BUTTON_CONTENTS: ProviderButtonContent[];
14
+ export declare const PROVIDER_BUTTON_ICON_ALIGNS: ProviderButtonIconAlign[];
15
+ export declare const SUBMIT_BUTTON_VARIANTS: SubmitButtonVariant[];
16
+ export declare const SUBMIT_BUTTON_SIZES: SubmitButtonSize[];
17
+ export declare const SUBMIT_BUTTON_CONTENTS: SubmitButtonContent[];
18
+ export declare const SUBMIT_BUTTON_ICON_ALIGNS: SubmitButtonIconAlign[];
19
+ export declare const AUTH_PROVIDERS: PontAuthProvider[];
20
+ export declare const PROVIDER_NAMES: Record<PontAuthProvider, string>;
21
+ export declare const PROVIDER_ICON_FRAGMENTS: Record<PontAuthProvider, TemplateResult<2>>;
@@ -0,0 +1,12 @@
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 Variant: Story;
7
+ export declare const Size: Story;
8
+ export declare const Content: Story;
9
+ export declare const IconAlign: Story;
10
+ export declare const Label: Story;
11
+ export declare const Disabled: Story;
12
+ export declare const Loading: Story;
@@ -0,0 +1,24 @@
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 Provider: Story;
7
+ export declare const Variant: Story;
8
+ export declare const Size: Story;
9
+ export declare const Content: Story;
10
+ export declare const IconAlign: Story;
11
+ export declare const Prompt: Story;
12
+ export declare const Label: Story;
13
+ export declare const Disabled: Story;
14
+ export declare const Loading: Story;
15
+ /**
16
+ * A button dropped from the designer palette has no `provider` yet. At runtime
17
+ * that cannot happen — a button whose provider the app has not connected is
18
+ * pruned before it renders — so untreated it shows "Continue with undefined"
19
+ * over a missing icon.
20
+ *
21
+ * Design mode substitutes a representative provider until the author picks
22
+ * one. See pontive-spec/17-authflow-screen-resolution.md §1.
23
+ */
24
+ export declare const DesignMode: Story;
@@ -0,0 +1,12 @@
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 Variant: Story;
7
+ export declare const Size: Story;
8
+ export declare const Content: Story;
9
+ export declare const IconAlign: Story;
10
+ export declare const Label: Story;
11
+ export declare const Disabled: Story;
12
+ export declare const Loading: Story;
@@ -0,0 +1,54 @@
1
+ import { IconAlign, PontButtonBasicSize, PontButtonBasicVariant, PontAuthProvider } from '../../../../types';
2
+ export type BaseButtonPart = "root" | "icon";
3
+ export type BaseButtonVariant = PontButtonBasicVariant;
4
+ export type BaseButtonSize = PontButtonBasicSize;
5
+ export type BaseButtonContent = "icon" | "icon-label" | "label";
6
+ export type BaseButtonIconAlign = IconAlign;
7
+ export type BaseButtonProps = {
8
+ seed: string;
9
+ customId?: string;
10
+ variant: BaseButtonVariant;
11
+ size: BaseButtonSize;
12
+ content: BaseButtonContent;
13
+ iconAlign: BaseButtonIconAlign;
14
+ label: string;
15
+ event?: string;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ };
19
+ export type PasskeyButtonPart = BaseButtonPart;
20
+ export type PasskeyButtonVariant = BaseButtonVariant;
21
+ export type PasskeyButtonSize = BaseButtonSize;
22
+ export type PasskeyButtonContent = BaseButtonContent;
23
+ export type PasskeyButtonIconAlign = BaseButtonIconAlign;
24
+ export type PontPasskeyButtonProps = Omit<BaseButtonProps, "variant" | "size" | "content" | "iconAlign"> & {
25
+ variant: PasskeyButtonVariant;
26
+ size: PasskeyButtonSize;
27
+ content: PasskeyButtonContent;
28
+ iconAlign: PasskeyButtonIconAlign;
29
+ };
30
+ export type ProviderButtonPart = BaseButtonPart;
31
+ export type ProviderButtonVariant = BaseButtonVariant;
32
+ export type ProviderButtonSize = BaseButtonSize;
33
+ export type ProviderButtonContent = BaseButtonContent;
34
+ export type ProviderButtonIconAlign = BaseButtonIconAlign;
35
+ export type PontProviderButtonProps = Omit<BaseButtonProps, "variant" | "size" | "content" | "iconAlign" | "label"> & {
36
+ provider: PontAuthProvider;
37
+ variant: ProviderButtonVariant;
38
+ size: ProviderButtonSize;
39
+ content: ProviderButtonContent;
40
+ iconAlign: ProviderButtonIconAlign;
41
+ prompt: string;
42
+ label?: string;
43
+ };
44
+ export type SubmitButtonPart = BaseButtonPart;
45
+ export type SubmitButtonVariant = BaseButtonVariant;
46
+ export type SubmitButtonSize = BaseButtonSize;
47
+ export type SubmitButtonContent = BaseButtonContent;
48
+ export type SubmitButtonIconAlign = BaseButtonIconAlign;
49
+ export type PontSubmitButtonProps = Omit<BaseButtonProps, "variant" | "size" | "content" | "iconAlign"> & {
50
+ variant: SubmitButtonVariant;
51
+ size: SubmitButtonSize;
52
+ content: SubmitButtonContent;
53
+ iconAlign: SubmitButtonIconAlign;
54
+ };
@@ -0,0 +1,11 @@
1
+ import { PontPasskeyButton } from './_passkey-button';
2
+ import { PontProviderButton } from './_provider-button';
3
+ import { PontSubmitButton } from './_submit-button';
4
+ export { PontPasskeyButton, PontProviderButton, PontSubmitButton };
5
+ declare global {
6
+ interface HTMLElementTagNameMap {
7
+ "pont-passkey-button": PontPasskeyButton;
8
+ "pont-provider-button": PontProviderButton;
9
+ "pont-submit-button": PontSubmitButton;
10
+ }
11
+ }
@@ -0,0 +1,33 @@
1
+ import { LitElement } from '../../../../../node_modules/lit';
2
+ import { EditIdentifierProps as Props, EditIdentifierParts } from './edit-identifier.types';
3
+ export declare class PontEditIdentifier extends LitElement implements Props {
4
+ static readonly ROOT = "edit-identifier";
5
+ static readonly ICON = "icon";
6
+ static readonly TAG: string;
7
+ static readonly CLICK_EVENT: string;
8
+ static readonly PARTS: Record<EditIdentifierParts, string>;
9
+ /**
10
+ * Substring used in generated part IDs.
11
+ */
12
+ seed: string;
13
+ /**
14
+ * Custom ID used as the root part ID and as the base of subpart IDs.
15
+ */
16
+ customId?: string;
17
+ /**
18
+ * Controls what the button renders: icon only, label only, or both.
19
+ */
20
+ identifier: string;
21
+ /**
22
+ * Event identifier forwarded to the authentication service on click.
23
+ * When omitted, only the custom click event is dispatched.
24
+ */
25
+ event: string;
26
+ protected createRenderRoot(): this;
27
+ get rootId(): string;
28
+ get iconId(): string;
29
+ connectedCallback(): void;
30
+ disconnectedCallback(): void;
31
+ private _handleClick;
32
+ render(): import('../../../../../node_modules/lit-html').TemplateResult<1>;
33
+ }
@@ -0,0 +1,2 @@
1
+ import { EditIdentifierProps } from './edit-identifier.types';
2
+ export declare const EDIT_IDENTIFIER_DEFAULT_PROPS: Omit<EditIdentifierProps, "seed">;
@@ -0,0 +1,7 @@
1
+ export type EditIdentifierProps = {
2
+ seed: string;
3
+ customId?: string;
4
+ identifier: string;
5
+ event: string;
6
+ };
7
+ export type EditIdentifierParts = "root" | "icon";
@@ -0,0 +1,7 @@
1
+ import { PontEditIdentifier } from './_edit-identifier';
2
+ export { PontEditIdentifier };
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ "pont-edit-identifier": PontEditIdentifier;
6
+ }
7
+ }