@skdx/web-components-blocks 0.34.0 → 0.35.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 (166) hide show
  1. package/custom-elements.json +5067 -285
  2. package/dist/chat-composer/ChatComposer.cjs +41 -0
  3. package/dist/chat-composer/ChatComposer.d.cts +125 -0
  4. package/dist/chat-composer/ChatComposer.d.ts +125 -0
  5. package/dist/chat-composer/ChatComposer.js +41 -0
  6. package/dist/chat-composer/index.cjs +1 -0
  7. package/dist/chat-composer/index.d.cts +1 -0
  8. package/dist/chat-composer/index.d.ts +1 -0
  9. package/dist/chat-composer/index.js +1 -0
  10. package/dist/chat-message/ChatMessage.cjs +26 -0
  11. package/dist/chat-message/ChatMessage.d.cts +74 -0
  12. package/dist/chat-message/ChatMessage.d.ts +74 -0
  13. package/dist/chat-message/ChatMessage.js +26 -0
  14. package/dist/chat-message/index.cjs +1 -0
  15. package/dist/chat-message/index.d.cts +1 -0
  16. package/dist/chat-message/index.d.ts +1 -0
  17. package/dist/chat-message/index.js +1 -0
  18. package/dist/comment/Comment.cjs +26 -0
  19. package/dist/comment/Comment.d.cts +66 -0
  20. package/dist/comment/Comment.d.ts +66 -0
  21. package/dist/comment/Comment.js +26 -0
  22. package/dist/comment/index.cjs +1 -0
  23. package/dist/comment/index.d.cts +1 -0
  24. package/dist/comment/index.d.ts +1 -0
  25. package/dist/comment/index.js +1 -0
  26. package/dist/comment-thread/CommentThread.cjs +27 -0
  27. package/dist/comment-thread/CommentThread.d.cts +67 -0
  28. package/dist/comment-thread/CommentThread.d.ts +67 -0
  29. package/dist/comment-thread/CommentThread.js +27 -0
  30. package/dist/comment-thread/index.cjs +1 -0
  31. package/dist/comment-thread/index.d.cts +1 -0
  32. package/dist/comment-thread/index.d.ts +1 -0
  33. package/dist/comment-thread/index.js +1 -0
  34. package/dist/confirm-dialog/ConfirmDialog.cjs +38 -0
  35. package/dist/confirm-dialog/ConfirmDialog.d.cts +101 -0
  36. package/dist/confirm-dialog/ConfirmDialog.d.ts +101 -0
  37. package/dist/confirm-dialog/ConfirmDialog.js +38 -0
  38. package/dist/confirm-dialog/index.cjs +1 -0
  39. package/dist/confirm-dialog/index.d.cts +1 -0
  40. package/dist/confirm-dialog/index.d.ts +1 -0
  41. package/dist/confirm-dialog/index.js +1 -0
  42. package/dist/conversation-list/ConversationList.cjs +52 -0
  43. package/dist/conversation-list/ConversationList.d.cts +124 -0
  44. package/dist/conversation-list/ConversationList.d.ts +124 -0
  45. package/dist/conversation-list/ConversationList.js +52 -0
  46. package/dist/conversation-list/index.cjs +1 -0
  47. package/dist/conversation-list/index.d.cts +1 -0
  48. package/dist/conversation-list/index.d.ts +1 -0
  49. package/dist/conversation-list/index.js +1 -0
  50. package/dist/empty-state/EmptyState.cjs +29 -0
  51. package/dist/empty-state/EmptyState.d.cts +69 -0
  52. package/dist/empty-state/EmptyState.d.ts +69 -0
  53. package/dist/empty-state/EmptyState.js +29 -0
  54. package/dist/empty-state/index.cjs +1 -0
  55. package/dist/empty-state/index.d.cts +1 -0
  56. package/dist/empty-state/index.d.ts +1 -0
  57. package/dist/empty-state/index.js +1 -0
  58. package/dist/filter-bar/FilterBar.cjs +44 -0
  59. package/dist/filter-bar/FilterBar.d.cts +110 -0
  60. package/dist/filter-bar/FilterBar.d.ts +110 -0
  61. package/dist/filter-bar/FilterBar.js +44 -0
  62. package/dist/filter-bar/index.cjs +1 -0
  63. package/dist/filter-bar/index.d.cts +1 -0
  64. package/dist/filter-bar/index.d.ts +1 -0
  65. package/dist/filter-bar/index.js +1 -0
  66. package/dist/forgot-password-page/ForgotPasswordPage.cjs +57 -0
  67. package/dist/forgot-password-page/ForgotPasswordPage.d.cts +95 -0
  68. package/dist/forgot-password-page/ForgotPasswordPage.d.ts +95 -0
  69. package/dist/forgot-password-page/ForgotPasswordPage.js +57 -0
  70. package/dist/forgot-password-page/index.cjs +1 -0
  71. package/dist/forgot-password-page/index.d.cts +1 -0
  72. package/dist/forgot-password-page/index.d.ts +1 -0
  73. package/dist/forgot-password-page/index.js +1 -0
  74. package/dist/form-section/FormSection.cjs +28 -0
  75. package/dist/form-section/FormSection.d.cts +63 -0
  76. package/dist/form-section/FormSection.d.ts +63 -0
  77. package/dist/form-section/FormSection.js +28 -0
  78. package/dist/form-section/index.cjs +1 -0
  79. package/dist/form-section/index.d.cts +1 -0
  80. package/dist/form-section/index.d.ts +1 -0
  81. package/dist/form-section/index.js +1 -0
  82. package/dist/index.cjs +1 -1
  83. package/dist/index.d.cts +19 -0
  84. package/dist/index.d.ts +19 -0
  85. package/dist/index.js +1 -1
  86. package/dist/internal/slots.cjs +1 -1
  87. package/dist/internal/slots.d.cts +2 -0
  88. package/dist/internal/slots.d.ts +2 -0
  89. package/dist/internal/slots.js +1 -1
  90. package/dist/notification-center/NotificationCenter.cjs +74 -0
  91. package/dist/notification-center/NotificationCenter.d.cts +147 -0
  92. package/dist/notification-center/NotificationCenter.d.ts +147 -0
  93. package/dist/notification-center/NotificationCenter.js +74 -0
  94. package/dist/notification-center/index.cjs +1 -0
  95. package/dist/notification-center/index.d.cts +1 -0
  96. package/dist/notification-center/index.d.ts +1 -0
  97. package/dist/notification-center/index.js +1 -0
  98. package/dist/onboarding-checklist/OnboardingChecklist.cjs +55 -0
  99. package/dist/onboarding-checklist/OnboardingChecklist.d.cts +89 -0
  100. package/dist/onboarding-checklist/OnboardingChecklist.d.ts +89 -0
  101. package/dist/onboarding-checklist/OnboardingChecklist.js +55 -0
  102. package/dist/onboarding-checklist/index.cjs +1 -0
  103. package/dist/onboarding-checklist/index.d.cts +1 -0
  104. package/dist/onboarding-checklist/index.d.ts +1 -0
  105. package/dist/onboarding-checklist/index.js +1 -0
  106. package/dist/reset-password-page/ResetPasswordPage.cjs +59 -0
  107. package/dist/reset-password-page/ResetPasswordPage.d.cts +104 -0
  108. package/dist/reset-password-page/ResetPasswordPage.d.ts +104 -0
  109. package/dist/reset-password-page/ResetPasswordPage.js +59 -0
  110. package/dist/reset-password-page/index.cjs +1 -0
  111. package/dist/reset-password-page/index.d.cts +1 -0
  112. package/dist/reset-password-page/index.d.ts +1 -0
  113. package/dist/reset-password-page/index.js +1 -0
  114. package/dist/sign-up-page/SignUpPage.cjs +97 -0
  115. package/dist/sign-up-page/SignUpPage.d.cts +133 -0
  116. package/dist/sign-up-page/SignUpPage.d.ts +133 -0
  117. package/dist/sign-up-page/SignUpPage.js +97 -0
  118. package/dist/sign-up-page/index.cjs +1 -0
  119. package/dist/sign-up-page/index.d.cts +1 -0
  120. package/dist/sign-up-page/index.d.ts +1 -0
  121. package/dist/sign-up-page/index.js +1 -0
  122. package/dist/stat-card/StatCard.cjs +61 -0
  123. package/dist/stat-card/StatCard.d.cts +90 -0
  124. package/dist/stat-card/StatCard.d.ts +90 -0
  125. package/dist/stat-card/StatCard.js +61 -0
  126. package/dist/stat-card/index.cjs +1 -0
  127. package/dist/stat-card/index.d.cts +1 -0
  128. package/dist/stat-card/index.d.ts +1 -0
  129. package/dist/stat-card/index.js +1 -0
  130. package/dist/usage-card/UsageCard.cjs +42 -0
  131. package/dist/usage-card/UsageCard.d.cts +81 -0
  132. package/dist/usage-card/UsageCard.d.ts +81 -0
  133. package/dist/usage-card/UsageCard.js +42 -0
  134. package/dist/usage-card/index.cjs +1 -0
  135. package/dist/usage-card/index.d.cts +1 -0
  136. package/dist/usage-card/index.d.ts +1 -0
  137. package/dist/usage-card/index.js +1 -0
  138. package/dist/usage-card/usage.cjs +1 -0
  139. package/dist/usage-card/usage.d.cts +18 -0
  140. package/dist/usage-card/usage.d.ts +18 -0
  141. package/dist/usage-card/usage.js +1 -0
  142. package/dist/user-menu/UserMenu.cjs +30 -0
  143. package/dist/user-menu/UserMenu.d.cts +84 -0
  144. package/dist/user-menu/UserMenu.d.ts +84 -0
  145. package/dist/user-menu/UserMenu.js +30 -0
  146. package/dist/user-menu/index.cjs +1 -0
  147. package/dist/user-menu/index.d.cts +1 -0
  148. package/dist/user-menu/index.d.ts +1 -0
  149. package/dist/user-menu/index.js +1 -0
  150. package/dist/verification-page/VerificationPage.cjs +63 -0
  151. package/dist/verification-page/VerificationPage.d.cts +149 -0
  152. package/dist/verification-page/VerificationPage.d.ts +149 -0
  153. package/dist/verification-page/VerificationPage.js +63 -0
  154. package/dist/verification-page/index.cjs +1 -0
  155. package/dist/verification-page/index.d.cts +1 -0
  156. package/dist/verification-page/index.d.ts +1 -0
  157. package/dist/verification-page/index.js +1 -0
  158. package/dist/workspace-switcher/WorkspaceSwitcher.cjs +69 -0
  159. package/dist/workspace-switcher/WorkspaceSwitcher.d.cts +165 -0
  160. package/dist/workspace-switcher/WorkspaceSwitcher.d.ts +165 -0
  161. package/dist/workspace-switcher/WorkspaceSwitcher.js +69 -0
  162. package/dist/workspace-switcher/index.cjs +1 -0
  163. package/dist/workspace-switcher/index.d.cts +1 -0
  164. package/dist/workspace-switcher/index.d.ts +1 -0
  165. package/dist/workspace-switcher/index.js +1 -0
  166. package/package.json +272 -6
@@ -0,0 +1,69 @@
1
+ var m=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var a=(d,c,e,t)=>{for(var s=t>1?void 0:t?v(c,e):c,p=d.length-1,i;p>=0;p--)(i=d[p])&&(s=(t?i(c,e,s):i(s))||s);return t&&s&&m(c,e,s),s};import{html as o,LitElement as k,nothing as l}from"lit";import{property as n}from"lit/decorators.js";import{customElement as b}from"../internal/define.js";import{emit as h}from"../internal/events.js";import{placeSlotted as f}from"../internal/slots.js";import"@skdx/web-components/primitives/command";import"@skdx/web-components/primitives/popover";import"@skdx/web-components/visually-hidden";var w="data-skdx-workspace-switcher-generated",x={fromAttribute:d=>d!=="false"};function g(d){d.stopPropagation()}function y(d,c){let e=c.toLowerCase(),t=new Map([[void 0,[]]]);for(let i of d){let u=t.get(i.group);u?u.push(i):t.set(i.group,[i])}let s=i=>e===""||i.id.toLowerCase().includes(e)||i.label.toLowerCase().includes(e)||(i.description?.toLowerCase().includes(e)??!1),p=[];for(let[i,u]of t)u.some(s)&&p.push({heading:i,items:u});return p}var r=class extends k{constructor(){super(...arguments);this.defaultValue="";this.placeholder="Select";this.searchLabel="Search";this.emptyMessage="No results";this.loadingMessage="Loading";this.loading=!1;this.selectedLabel="Current";this.defaultOpen=!1;this.search="";this.reason="programmatic";this.notePointer=()=>{this.reason="pointer"};this.noteKeyboard=()=>{this.reason="keyboard"};this.handleOpenChange=e=>{e.stopPropagation();let t=e.detail;t!==this.isOpen&&this.setOpen(t)};this.handleSearchChange=e=>{e.stopPropagation(),this.search=e.detail,this.requestUpdate()}}createRenderRoot(){return this}get currentValue(){return this.value??this.uncontrolledValue??this.defaultValue}get isOpen(){return this.open??this.uncontrolledOpen??this.defaultOpen}connectedCallback(){super.connectedCallback(),this.addEventListener("pointerdown",this.notePointer,!0),this.addEventListener("keydown",this.noteKeyboard,!0),queueMicrotask(()=>this.requestUpdate())}disconnectedCallback(){this.removeEventListener("pointerdown",this.notePointer,!0),this.removeEventListener("keydown",this.noteKeyboard,!0),super.disconnectedCallback()}get hasTrigger(){return this.querySelector('[slot="trigger"]')!==null}get hasActions(){return this.querySelector('[slot="actions"]')!==null}region(e){return this.querySelector(`.skdx-workspace-switcher__${e}`)}setOpen(e){e||(this.search=""),this.uncontrolledOpen=e,this.requestUpdate(),h(this,"open-change",e)}select(e,t){e.stopPropagation();let s=this.currentValue;this.uncontrolledValue=t,this.requestUpdate(),h(this,"value-change",{value:t,previousValue:s,reason:this.reason}),this.setOpen(!1)}nameTrigger(){let e=this.querySelector("skdx-popover-trigger")?.shadowRoot?.querySelector('[part="trigger"]');e&&(this.label?e.setAttribute("aria-label",this.label):e.removeAttribute("aria-label"))}updated(){let e=this.querySelector(":scope > skdx-popover-root");e&&(e.open=this.isOpen),this.querySelector("skdx-popover-trigger")?.updateComplete.then(()=>this.nameTrigger());let s=this.querySelector("skdx-command-input");s?.updateComplete.then(()=>s.querySelector("input")?.setAttribute("aria-label",this.searchLabel)),f(this,w,{trigger:this.querySelector("skdx-popover-trigger"),actions:this.region("footer")},null)}derivedTrigger(){let e=(this.items??[]).find(t=>t.id===this.currentValue);return o`${this.renderLeading&&e?o`<span
2
+ aria-hidden="true"
3
+ class="skdx-workspace-switcher__leading"
4
+ >${this.renderLeading(e)}</span
5
+ >`:l}
6
+ <span class="skdx-workspace-switcher__current">${e?.label??this.placeholder}</span>
7
+ ${e?.description?o`<span class="skdx-workspace-switcher__description">${e.description}</span>`:l}`}listedItem(e){let t=e.id===this.currentValue;return o`<skdx-command-item
8
+ class="skdx-workspace-switcher__item"
9
+ .value=${e.id}
10
+ .keywords=${e.description?[e.label,e.description]:[e.label]}
11
+ ?disabled=${e.disabled}
12
+ data-selected=${t?"":l}
13
+ @select=${s=>this.select(s,e.id)}
14
+ >
15
+ ${this.renderLeading?o`<span
16
+ aria-hidden="true"
17
+ class="skdx-workspace-switcher__item-leading"
18
+ >${this.renderLeading(e)}</span
19
+ >`:l}
20
+ <span class="skdx-workspace-switcher__item-label">${e.label}</span>
21
+ ${e.description?o`<span class="skdx-workspace-switcher__item-description">${e.description}</span>`:l}
22
+ ${t?o`<skdx-visually-hidden>${this.selectedLabel}</skdx-visually-hidden>`:l}
23
+ </skdx-command-item>`}render(){let e=y(this.items??[],this.search);return o`
24
+ <skdx-popover-root
25
+ data-skdx-workspace-switcher-generated
26
+ modal="none"
27
+ @open-change=${this.handleOpenChange}
28
+ >
29
+ <skdx-popover-trigger
30
+ >${this.hasTrigger?l:this.derivedTrigger()}</skdx-popover-trigger
31
+ >
32
+ <skdx-popover-content
33
+ class="skdx-workspace-switcher__content"
34
+ align="start"
35
+ aria-label=${this.label??this.placeholder}
36
+ >
37
+ <skdx-command
38
+ .search=${this.search}
39
+ ?loading=${this.loading}
40
+ @search-change=${this.handleSearchChange}
41
+ @value-change=${g}
42
+ @item-select=${g}
43
+ >
44
+ <skdx-command-input
45
+ class="skdx-workspace-switcher__search"
46
+ placeholder=${this.searchPlaceholder??l}
47
+ ></skdx-command-input>
48
+ <skdx-command-list
49
+ class="skdx-workspace-switcher__list"
50
+ aria-label=${this.label??this.placeholder}
51
+ >
52
+ ${e.map(t=>o`<skdx-command-group
53
+ class="skdx-workspace-switcher__group"
54
+ heading=${t.heading??l}
55
+ >
56
+ ${t.items.map(s=>this.listedItem(s))}
57
+ </skdx-command-group>`)}
58
+ </skdx-command-list>
59
+ <skdx-command-loading class="skdx-workspace-switcher__loading"
60
+ >${this.loadingMessage}</skdx-command-loading
61
+ >
62
+ <skdx-command-empty class="skdx-workspace-switcher__empty"
63
+ >${this.emptyMessage}</skdx-command-empty
64
+ >
65
+ </skdx-command>
66
+ ${this.hasActions?o`<div class="skdx-workspace-switcher__footer"></div>`:l}
67
+ </skdx-popover-content>
68
+ </skdx-popover-root>
69
+ `}};a([n({attribute:!1})],r.prototype,"items",2),a([n({type:String})],r.prototype,"value",2),a([n({type:String,attribute:"default-value"})],r.prototype,"defaultValue",2),a([n({type:String})],r.prototype,"placeholder",2),a([n({type:String})],r.prototype,"label",2),a([n({type:String,attribute:"search-label"})],r.prototype,"searchLabel",2),a([n({type:String,attribute:"search-placeholder"})],r.prototype,"searchPlaceholder",2),a([n({type:String,attribute:"empty-message"})],r.prototype,"emptyMessage",2),a([n({type:String,attribute:"loading-message"})],r.prototype,"loadingMessage",2),a([n({type:Boolean})],r.prototype,"loading",2),a([n({type:String,attribute:"selected-label"})],r.prototype,"selectedLabel",2),a([n({attribute:!1})],r.prototype,"renderLeading",2),a([n({converter:x})],r.prototype,"open",2),a([n({type:Boolean,attribute:"default-open"})],r.prototype,"defaultOpen",2),r=a([b("skdx-workspace-switcher","workspace-switcher","root")],r);export{r as SkdxWorkspaceSwitcher};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var i=(r,e)=>{for(var a in e)c(r,a,{get:e[a],enumerable:!0})},x=(r,e,a,k)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!h.call(r,t)&&t!==a&&c(r,t,{get:()=>e[t],enumerable:!(k=S(e,t))||k.enumerable});return r};var d=r=>x(c({},"__esModule",{value:!0}),r);var s={};i(s,{SkdxWorkspaceSwitcher:()=>p.SkdxWorkspaceSwitcher});module.exports=d(s);var p=require("./WorkspaceSwitcher.cjs");0&&(module.exports={SkdxWorkspaceSwitcher});
@@ -0,0 +1 @@
1
+ export { SkdxWorkspaceSwitcher, type SkdxWorkspaceSwitcherItem, type SkdxWorkspaceSwitcherValueChangeDetail, } from './WorkspaceSwitcher.cjs';
@@ -0,0 +1 @@
1
+ export { SkdxWorkspaceSwitcher, type SkdxWorkspaceSwitcherItem, type SkdxWorkspaceSwitcherValueChangeDetail, } from './WorkspaceSwitcher.js';
@@ -0,0 +1 @@
1
+ import{SkdxWorkspaceSwitcher as t}from"./WorkspaceSwitcher.js";export{t as SkdxWorkspaceSwitcher};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/web-components-blocks",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Web Components blocks for the SkandaDX design system — page-level compositions of @skdx/web-components styled by @skdx/skins",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,6 +34,66 @@
34
34
  "default": "./dist/index.cjs"
35
35
  }
36
36
  },
37
+ "./chat-composer": {
38
+ "import": {
39
+ "types": "./dist/chat-composer/index.d.ts",
40
+ "default": "./dist/chat-composer/index.js"
41
+ },
42
+ "require": {
43
+ "types": "./dist/chat-composer/index.d.cts",
44
+ "default": "./dist/chat-composer/index.cjs"
45
+ }
46
+ },
47
+ "./chat-message": {
48
+ "import": {
49
+ "types": "./dist/chat-message/index.d.ts",
50
+ "default": "./dist/chat-message/index.js"
51
+ },
52
+ "require": {
53
+ "types": "./dist/chat-message/index.d.cts",
54
+ "default": "./dist/chat-message/index.cjs"
55
+ }
56
+ },
57
+ "./comment": {
58
+ "import": {
59
+ "types": "./dist/comment/index.d.ts",
60
+ "default": "./dist/comment/index.js"
61
+ },
62
+ "require": {
63
+ "types": "./dist/comment/index.d.cts",
64
+ "default": "./dist/comment/index.cjs"
65
+ }
66
+ },
67
+ "./comment-thread": {
68
+ "import": {
69
+ "types": "./dist/comment-thread/index.d.ts",
70
+ "default": "./dist/comment-thread/index.js"
71
+ },
72
+ "require": {
73
+ "types": "./dist/comment-thread/index.d.cts",
74
+ "default": "./dist/comment-thread/index.cjs"
75
+ }
76
+ },
77
+ "./confirm-dialog": {
78
+ "import": {
79
+ "types": "./dist/confirm-dialog/index.d.ts",
80
+ "default": "./dist/confirm-dialog/index.js"
81
+ },
82
+ "require": {
83
+ "types": "./dist/confirm-dialog/index.d.cts",
84
+ "default": "./dist/confirm-dialog/index.cjs"
85
+ }
86
+ },
87
+ "./conversation-list": {
88
+ "import": {
89
+ "types": "./dist/conversation-list/index.d.ts",
90
+ "default": "./dist/conversation-list/index.js"
91
+ },
92
+ "require": {
93
+ "types": "./dist/conversation-list/index.d.cts",
94
+ "default": "./dist/conversation-list/index.cjs"
95
+ }
96
+ },
37
97
  "./dashboard-layout": {
38
98
  "import": {
39
99
  "types": "./dist/dashboard-layout/index.d.ts",
@@ -44,7 +104,66 @@
44
104
  "default": "./dist/dashboard-layout/index.cjs"
45
105
  }
46
106
  },
47
- "./package.json": "./package.json",
107
+ "./empty-state": {
108
+ "import": {
109
+ "types": "./dist/empty-state/index.d.ts",
110
+ "default": "./dist/empty-state/index.js"
111
+ },
112
+ "require": {
113
+ "types": "./dist/empty-state/index.d.cts",
114
+ "default": "./dist/empty-state/index.cjs"
115
+ }
116
+ },
117
+ "./filter-bar": {
118
+ "import": {
119
+ "types": "./dist/filter-bar/index.d.ts",
120
+ "default": "./dist/filter-bar/index.js"
121
+ },
122
+ "require": {
123
+ "types": "./dist/filter-bar/index.d.cts",
124
+ "default": "./dist/filter-bar/index.cjs"
125
+ }
126
+ },
127
+ "./forgot-password-page": {
128
+ "import": {
129
+ "types": "./dist/forgot-password-page/index.d.ts",
130
+ "default": "./dist/forgot-password-page/index.js"
131
+ },
132
+ "require": {
133
+ "types": "./dist/forgot-password-page/index.d.cts",
134
+ "default": "./dist/forgot-password-page/index.cjs"
135
+ }
136
+ },
137
+ "./form-section": {
138
+ "import": {
139
+ "types": "./dist/form-section/index.d.ts",
140
+ "default": "./dist/form-section/index.js"
141
+ },
142
+ "require": {
143
+ "types": "./dist/form-section/index.d.cts",
144
+ "default": "./dist/form-section/index.cjs"
145
+ }
146
+ },
147
+ "./notification-center": {
148
+ "import": {
149
+ "types": "./dist/notification-center/index.d.ts",
150
+ "default": "./dist/notification-center/index.js"
151
+ },
152
+ "require": {
153
+ "types": "./dist/notification-center/index.d.cts",
154
+ "default": "./dist/notification-center/index.cjs"
155
+ }
156
+ },
157
+ "./onboarding-checklist": {
158
+ "import": {
159
+ "types": "./dist/onboarding-checklist/index.d.ts",
160
+ "default": "./dist/onboarding-checklist/index.js"
161
+ },
162
+ "require": {
163
+ "types": "./dist/onboarding-checklist/index.d.cts",
164
+ "default": "./dist/onboarding-checklist/index.cjs"
165
+ }
166
+ },
48
167
  "./page-container": {
49
168
  "import": {
50
169
  "types": "./dist/page-container/index.d.ts",
@@ -55,6 +174,16 @@
55
174
  "default": "./dist/page-container/index.cjs"
56
175
  }
57
176
  },
177
+ "./reset-password-page": {
178
+ "import": {
179
+ "types": "./dist/reset-password-page/index.d.ts",
180
+ "default": "./dist/reset-password-page/index.js"
181
+ },
182
+ "require": {
183
+ "types": "./dist/reset-password-page/index.d.cts",
184
+ "default": "./dist/reset-password-page/index.cjs"
185
+ }
186
+ },
58
187
  "./sign-in-page": {
59
188
  "import": {
60
189
  "types": "./dist/sign-in-page/index.d.ts",
@@ -64,7 +193,68 @@
64
193
  "types": "./dist/sign-in-page/index.d.cts",
65
194
  "default": "./dist/sign-in-page/index.cjs"
66
195
  }
67
- }
196
+ },
197
+ "./sign-up-page": {
198
+ "import": {
199
+ "types": "./dist/sign-up-page/index.d.ts",
200
+ "default": "./dist/sign-up-page/index.js"
201
+ },
202
+ "require": {
203
+ "types": "./dist/sign-up-page/index.d.cts",
204
+ "default": "./dist/sign-up-page/index.cjs"
205
+ }
206
+ },
207
+ "./stat-card": {
208
+ "import": {
209
+ "types": "./dist/stat-card/index.d.ts",
210
+ "default": "./dist/stat-card/index.js"
211
+ },
212
+ "require": {
213
+ "types": "./dist/stat-card/index.d.cts",
214
+ "default": "./dist/stat-card/index.cjs"
215
+ }
216
+ },
217
+ "./usage-card": {
218
+ "import": {
219
+ "types": "./dist/usage-card/index.d.ts",
220
+ "default": "./dist/usage-card/index.js"
221
+ },
222
+ "require": {
223
+ "types": "./dist/usage-card/index.d.cts",
224
+ "default": "./dist/usage-card/index.cjs"
225
+ }
226
+ },
227
+ "./user-menu": {
228
+ "import": {
229
+ "types": "./dist/user-menu/index.d.ts",
230
+ "default": "./dist/user-menu/index.js"
231
+ },
232
+ "require": {
233
+ "types": "./dist/user-menu/index.d.cts",
234
+ "default": "./dist/user-menu/index.cjs"
235
+ }
236
+ },
237
+ "./verification-page": {
238
+ "import": {
239
+ "types": "./dist/verification-page/index.d.ts",
240
+ "default": "./dist/verification-page/index.js"
241
+ },
242
+ "require": {
243
+ "types": "./dist/verification-page/index.d.cts",
244
+ "default": "./dist/verification-page/index.cjs"
245
+ }
246
+ },
247
+ "./workspace-switcher": {
248
+ "import": {
249
+ "types": "./dist/workspace-switcher/index.d.ts",
250
+ "default": "./dist/workspace-switcher/index.js"
251
+ },
252
+ "require": {
253
+ "types": "./dist/workspace-switcher/index.d.cts",
254
+ "default": "./dist/workspace-switcher/index.cjs"
255
+ }
256
+ },
257
+ "./package.json": "./package.json"
68
258
  },
69
259
  "files": [
70
260
  "dist",
@@ -74,24 +264,100 @@
74
264
  "!dist/**/*.map"
75
265
  ],
76
266
  "sideEffects": [
267
+ "./dist/chat-composer/ChatComposer.cjs",
268
+ "./dist/chat-composer/ChatComposer.js",
269
+ "./dist/chat-composer/index.cjs",
270
+ "./dist/chat-composer/index.js",
271
+ "./dist/chat-message/ChatMessage.cjs",
272
+ "./dist/chat-message/ChatMessage.js",
273
+ "./dist/chat-message/index.cjs",
274
+ "./dist/chat-message/index.js",
275
+ "./dist/comment-thread/CommentThread.cjs",
276
+ "./dist/comment-thread/CommentThread.js",
277
+ "./dist/comment-thread/index.cjs",
278
+ "./dist/comment-thread/index.js",
279
+ "./dist/comment/Comment.cjs",
280
+ "./dist/comment/Comment.js",
281
+ "./dist/comment/index.cjs",
282
+ "./dist/comment/index.js",
283
+ "./dist/confirm-dialog/ConfirmDialog.cjs",
284
+ "./dist/confirm-dialog/ConfirmDialog.js",
285
+ "./dist/confirm-dialog/index.cjs",
286
+ "./dist/confirm-dialog/index.js",
287
+ "./dist/conversation-list/ConversationList.cjs",
288
+ "./dist/conversation-list/ConversationList.js",
289
+ "./dist/conversation-list/index.cjs",
290
+ "./dist/conversation-list/index.js",
77
291
  "./dist/dashboard-layout/DashboardLayout.cjs",
78
292
  "./dist/dashboard-layout/DashboardLayout.js",
79
293
  "./dist/dashboard-layout/index.cjs",
80
294
  "./dist/dashboard-layout/index.js",
295
+ "./dist/empty-state/EmptyState.cjs",
296
+ "./dist/empty-state/EmptyState.js",
297
+ "./dist/empty-state/index.cjs",
298
+ "./dist/empty-state/index.js",
299
+ "./dist/filter-bar/FilterBar.cjs",
300
+ "./dist/filter-bar/FilterBar.js",
301
+ "./dist/filter-bar/index.cjs",
302
+ "./dist/filter-bar/index.js",
303
+ "./dist/forgot-password-page/ForgotPasswordPage.cjs",
304
+ "./dist/forgot-password-page/ForgotPasswordPage.js",
305
+ "./dist/forgot-password-page/index.cjs",
306
+ "./dist/forgot-password-page/index.js",
307
+ "./dist/form-section/FormSection.cjs",
308
+ "./dist/form-section/FormSection.js",
309
+ "./dist/form-section/index.cjs",
310
+ "./dist/form-section/index.js",
81
311
  "./dist/index.cjs",
82
312
  "./dist/index.js",
313
+ "./dist/notification-center/NotificationCenter.cjs",
314
+ "./dist/notification-center/NotificationCenter.js",
315
+ "./dist/notification-center/index.cjs",
316
+ "./dist/notification-center/index.js",
317
+ "./dist/onboarding-checklist/OnboardingChecklist.cjs",
318
+ "./dist/onboarding-checklist/OnboardingChecklist.js",
319
+ "./dist/onboarding-checklist/index.cjs",
320
+ "./dist/onboarding-checklist/index.js",
83
321
  "./dist/page-container/PageContainer.cjs",
84
322
  "./dist/page-container/PageContainer.js",
85
323
  "./dist/page-container/index.cjs",
86
324
  "./dist/page-container/index.js",
325
+ "./dist/reset-password-page/ResetPasswordPage.cjs",
326
+ "./dist/reset-password-page/ResetPasswordPage.js",
327
+ "./dist/reset-password-page/index.cjs",
328
+ "./dist/reset-password-page/index.js",
87
329
  "./dist/sign-in-page/SignInPage.cjs",
88
330
  "./dist/sign-in-page/SignInPage.js",
89
331
  "./dist/sign-in-page/index.cjs",
90
- "./dist/sign-in-page/index.js"
332
+ "./dist/sign-in-page/index.js",
333
+ "./dist/sign-up-page/SignUpPage.cjs",
334
+ "./dist/sign-up-page/SignUpPage.js",
335
+ "./dist/sign-up-page/index.cjs",
336
+ "./dist/sign-up-page/index.js",
337
+ "./dist/stat-card/StatCard.cjs",
338
+ "./dist/stat-card/StatCard.js",
339
+ "./dist/stat-card/index.cjs",
340
+ "./dist/stat-card/index.js",
341
+ "./dist/usage-card/UsageCard.cjs",
342
+ "./dist/usage-card/UsageCard.js",
343
+ "./dist/usage-card/index.cjs",
344
+ "./dist/usage-card/index.js",
345
+ "./dist/user-menu/UserMenu.cjs",
346
+ "./dist/user-menu/UserMenu.js",
347
+ "./dist/user-menu/index.cjs",
348
+ "./dist/user-menu/index.js",
349
+ "./dist/verification-page/VerificationPage.cjs",
350
+ "./dist/verification-page/VerificationPage.js",
351
+ "./dist/verification-page/index.cjs",
352
+ "./dist/verification-page/index.js",
353
+ "./dist/workspace-switcher/WorkspaceSwitcher.cjs",
354
+ "./dist/workspace-switcher/WorkspaceSwitcher.js",
355
+ "./dist/workspace-switcher/index.cjs",
356
+ "./dist/workspace-switcher/index.js"
91
357
  ],
92
358
  "peerDependencies": {
93
359
  "lit": "^3.3.0",
94
- "@skdx/web-components": "^0.34.0"
360
+ "@skdx/web-components": "^0.35.0"
95
361
  },
96
362
  "devDependencies": {
97
363
  "@custom-elements-manifest/analyzer": "^0.10.4",
@@ -102,7 +368,7 @@
102
368
  "tsup": "^8.5.1",
103
369
  "typescript": "^6.0.3",
104
370
  "vitest": "^4.1.10",
105
- "@skdx/web-components": "0.34.0"
371
+ "@skdx/web-components": "0.35.0"
106
372
  },
107
373
  "scripts": {
108
374
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",