@skdx/web-components-blocks 0.1.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 (168) hide show
  1. package/custom-elements.json +5072 -290
  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/dashboard-layout/DashboardLayout.cjs +6 -7
  51. package/dist/dashboard-layout/DashboardLayout.js +9 -10
  52. package/dist/empty-state/EmptyState.cjs +29 -0
  53. package/dist/empty-state/EmptyState.d.cts +69 -0
  54. package/dist/empty-state/EmptyState.d.ts +69 -0
  55. package/dist/empty-state/EmptyState.js +29 -0
  56. package/dist/empty-state/index.cjs +1 -0
  57. package/dist/empty-state/index.d.cts +1 -0
  58. package/dist/empty-state/index.d.ts +1 -0
  59. package/dist/empty-state/index.js +1 -0
  60. package/dist/filter-bar/FilterBar.cjs +44 -0
  61. package/dist/filter-bar/FilterBar.d.cts +110 -0
  62. package/dist/filter-bar/FilterBar.d.ts +110 -0
  63. package/dist/filter-bar/FilterBar.js +44 -0
  64. package/dist/filter-bar/index.cjs +1 -0
  65. package/dist/filter-bar/index.d.cts +1 -0
  66. package/dist/filter-bar/index.d.ts +1 -0
  67. package/dist/filter-bar/index.js +1 -0
  68. package/dist/forgot-password-page/ForgotPasswordPage.cjs +57 -0
  69. package/dist/forgot-password-page/ForgotPasswordPage.d.cts +95 -0
  70. package/dist/forgot-password-page/ForgotPasswordPage.d.ts +95 -0
  71. package/dist/forgot-password-page/ForgotPasswordPage.js +57 -0
  72. package/dist/forgot-password-page/index.cjs +1 -0
  73. package/dist/forgot-password-page/index.d.cts +1 -0
  74. package/dist/forgot-password-page/index.d.ts +1 -0
  75. package/dist/forgot-password-page/index.js +1 -0
  76. package/dist/form-section/FormSection.cjs +28 -0
  77. package/dist/form-section/FormSection.d.cts +63 -0
  78. package/dist/form-section/FormSection.d.ts +63 -0
  79. package/dist/form-section/FormSection.js +28 -0
  80. package/dist/form-section/index.cjs +1 -0
  81. package/dist/form-section/index.d.cts +1 -0
  82. package/dist/form-section/index.d.ts +1 -0
  83. package/dist/form-section/index.js +1 -0
  84. package/dist/index.cjs +1 -1
  85. package/dist/index.d.cts +19 -0
  86. package/dist/index.d.ts +19 -0
  87. package/dist/index.js +1 -1
  88. package/dist/internal/slots.cjs +1 -1
  89. package/dist/internal/slots.d.cts +2 -0
  90. package/dist/internal/slots.d.ts +2 -0
  91. package/dist/internal/slots.js +1 -1
  92. package/dist/notification-center/NotificationCenter.cjs +74 -0
  93. package/dist/notification-center/NotificationCenter.d.cts +147 -0
  94. package/dist/notification-center/NotificationCenter.d.ts +147 -0
  95. package/dist/notification-center/NotificationCenter.js +74 -0
  96. package/dist/notification-center/index.cjs +1 -0
  97. package/dist/notification-center/index.d.cts +1 -0
  98. package/dist/notification-center/index.d.ts +1 -0
  99. package/dist/notification-center/index.js +1 -0
  100. package/dist/onboarding-checklist/OnboardingChecklist.cjs +55 -0
  101. package/dist/onboarding-checklist/OnboardingChecklist.d.cts +89 -0
  102. package/dist/onboarding-checklist/OnboardingChecklist.d.ts +89 -0
  103. package/dist/onboarding-checklist/OnboardingChecklist.js +55 -0
  104. package/dist/onboarding-checklist/index.cjs +1 -0
  105. package/dist/onboarding-checklist/index.d.cts +1 -0
  106. package/dist/onboarding-checklist/index.d.ts +1 -0
  107. package/dist/onboarding-checklist/index.js +1 -0
  108. package/dist/reset-password-page/ResetPasswordPage.cjs +59 -0
  109. package/dist/reset-password-page/ResetPasswordPage.d.cts +104 -0
  110. package/dist/reset-password-page/ResetPasswordPage.d.ts +104 -0
  111. package/dist/reset-password-page/ResetPasswordPage.js +59 -0
  112. package/dist/reset-password-page/index.cjs +1 -0
  113. package/dist/reset-password-page/index.d.cts +1 -0
  114. package/dist/reset-password-page/index.d.ts +1 -0
  115. package/dist/reset-password-page/index.js +1 -0
  116. package/dist/sign-up-page/SignUpPage.cjs +97 -0
  117. package/dist/sign-up-page/SignUpPage.d.cts +133 -0
  118. package/dist/sign-up-page/SignUpPage.d.ts +133 -0
  119. package/dist/sign-up-page/SignUpPage.js +97 -0
  120. package/dist/sign-up-page/index.cjs +1 -0
  121. package/dist/sign-up-page/index.d.cts +1 -0
  122. package/dist/sign-up-page/index.d.ts +1 -0
  123. package/dist/sign-up-page/index.js +1 -0
  124. package/dist/stat-card/StatCard.cjs +61 -0
  125. package/dist/stat-card/StatCard.d.cts +90 -0
  126. package/dist/stat-card/StatCard.d.ts +90 -0
  127. package/dist/stat-card/StatCard.js +61 -0
  128. package/dist/stat-card/index.cjs +1 -0
  129. package/dist/stat-card/index.d.cts +1 -0
  130. package/dist/stat-card/index.d.ts +1 -0
  131. package/dist/stat-card/index.js +1 -0
  132. package/dist/usage-card/UsageCard.cjs +42 -0
  133. package/dist/usage-card/UsageCard.d.cts +81 -0
  134. package/dist/usage-card/UsageCard.d.ts +81 -0
  135. package/dist/usage-card/UsageCard.js +42 -0
  136. package/dist/usage-card/index.cjs +1 -0
  137. package/dist/usage-card/index.d.cts +1 -0
  138. package/dist/usage-card/index.d.ts +1 -0
  139. package/dist/usage-card/index.js +1 -0
  140. package/dist/usage-card/usage.cjs +1 -0
  141. package/dist/usage-card/usage.d.cts +18 -0
  142. package/dist/usage-card/usage.d.ts +18 -0
  143. package/dist/usage-card/usage.js +1 -0
  144. package/dist/user-menu/UserMenu.cjs +30 -0
  145. package/dist/user-menu/UserMenu.d.cts +84 -0
  146. package/dist/user-menu/UserMenu.d.ts +84 -0
  147. package/dist/user-menu/UserMenu.js +30 -0
  148. package/dist/user-menu/index.cjs +1 -0
  149. package/dist/user-menu/index.d.cts +1 -0
  150. package/dist/user-menu/index.d.ts +1 -0
  151. package/dist/user-menu/index.js +1 -0
  152. package/dist/verification-page/VerificationPage.cjs +63 -0
  153. package/dist/verification-page/VerificationPage.d.cts +149 -0
  154. package/dist/verification-page/VerificationPage.d.ts +149 -0
  155. package/dist/verification-page/VerificationPage.js +63 -0
  156. package/dist/verification-page/index.cjs +1 -0
  157. package/dist/verification-page/index.d.cts +1 -0
  158. package/dist/verification-page/index.d.ts +1 -0
  159. package/dist/verification-page/index.js +1 -0
  160. package/dist/workspace-switcher/WorkspaceSwitcher.cjs +69 -0
  161. package/dist/workspace-switcher/WorkspaceSwitcher.d.cts +165 -0
  162. package/dist/workspace-switcher/WorkspaceSwitcher.d.ts +165 -0
  163. package/dist/workspace-switcher/WorkspaceSwitcher.js +69 -0
  164. package/dist/workspace-switcher/index.cjs +1 -0
  165. package/dist/workspace-switcher/index.d.cts +1 -0
  166. package/dist/workspace-switcher/index.d.ts +1 -0
  167. package/dist/workspace-switcher/index.js +1 -0
  168. package/package.json +275 -9
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@skdx/web-components-blocks",
3
- "version": "0.1.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": {
7
7
  "access": "public"
8
8
  },
9
- "homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/web-components-blocks#readme",
9
+ "homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/blocks/web-components#readme",
10
10
  "repository": {
11
- "directory": "packages/web-components-blocks",
11
+ "directory": "packages/blocks/web-components",
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/SkandaDX/ui.skdx.git"
14
14
  },
@@ -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.33.0"
360
+ "@skdx/web-components": "^0.35.0"
95
361
  },
96
362
  "devDependencies": {
97
363
  "@custom-elements-manifest/analyzer": "^0.10.4",
@@ -102,11 +368,11 @@
102
368
  "tsup": "^8.5.1",
103
369
  "typescript": "^6.0.3",
104
370
  "vitest": "^4.1.10",
105
- "@skdx/web-components": "0.33.0"
371
+ "@skdx/web-components": "0.35.0"
106
372
  },
107
373
  "scripts": {
108
374
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
109
- "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly && node ../../scripts/declarations-cjs.mjs",
375
+ "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly && node ../../../scripts/declarations-cjs.mjs",
110
376
  "analyze": "cem analyze --litelement --globs \"src/**/*.ts\" --exclude \"src/**/*.test.ts\" --outdir .",
111
377
  "dev": "tsup --watch",
112
378
  "typecheck": "tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/tsc/typecheck.tsbuildinfo",