@lssm/example.learning-journey-ui-shared 0.0.0-canary-20251220002821 → 0.0.0-canary-20251220021406

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.
@@ -110,6 +110,26 @@ $ tsdown
110
110
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
111
111
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
112
112
  ℹ 103 files, total: 279.86 kB
113
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
114
+ ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
115
+ │
116
+ 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
117
+  │ ───────┬──────
118
+  │ ╰──────── Module not found, treating it as an external dependency
119
+  │
120
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
121
+ ───╯
122
+
123
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
124
+ ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
125
+ │
126
+ 4 │ import { Loader2 } from "lucide-react";
127
+  │ ───────┬──────
128
+  │ ╰──────── Module not found, treating it as an external dependency
129
+  │
130
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
131
+ ───╯
132
+
113
133
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/DataChips.js
114
134
  â•­─[ ../../libs/design-system/dist/components/atoms/DataChips.js:4:41 ]
115
135
  │
@@ -120,6 +140,16 @@ $ tsdown
120
140
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
121
141
  ───╯
122
142
 
143
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
144
+ ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
145
+ │
146
+ 14 │ import { Menu } from "lucide-react";
147
+  │ ───────┬──────
148
+  │ ╰──────── Module not found, treating it as an external dependency
149
+  │
150
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
151
+ ────╯
152
+
123
153
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js
124
154
  â•­─[ ../../libs/design-system/dist/components/molecules/CommandSearchTrigger.js:8:28 ]
125
155
  │
@@ -140,36 +170,16 @@ $ tsdown
140
170
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
141
171
  ────╯
142
172
 
143
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/Header.js
144
- ╭─[ ../../libs/design-system/dist/components/organisms/Header.js:14:22 ]
173
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
174
+ ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
145
175
  │
146
- 14 │ import { Menu } from "lucide-react";
176
+ 12 │ import { Menu } from "lucide-react";
147
177
   │ ───────┬──────
148
178
   │ ╰──────── Module not found, treating it as an external dependency
149
179
   │
150
180
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
151
181
  ────╯
152
182
 
153
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
154
- ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
155
- │
156
- 5 │ import { Loader2 } from "lucide-react";
157
-  │ ───────┬──────
158
-  │ ╰──────── Module not found, treating it as an external dependency
159
-  │
160
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
161
- ───╯
162
-
163
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/Button.js
164
- ╭─[ ../../libs/design-system/dist/components/atoms/Button.js:4:25 ]
165
- │
166
- 4 │ import { Loader2 } from "lucide-react";
167
-  │ ───────┬──────
168
-  │ ╰──────── Module not found, treating it as an external dependency
169
-  │
170
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
171
- ───╯
172
-
173
183
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js
174
184
  â•­─[ ../../libs/design-system/dist/components/marketing/MarketingComparisonSection.js:6:29 ]
175
185
  │
@@ -180,26 +190,6 @@ $ tsdown
180
190
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
181
191
  ───╯
182
192
 
183
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/ActionButtons.js
184
- ╭─[ ../../libs/design-system/dist/components/atoms/ActionButtons.js:7:60 ]
185
- │
186
- 7 │ import { Edit, Eye, ToggleLeft, ToggleRight, Trash2 } from "lucide-react";
187
-  │ ───────┬──────
188
-  │ ╰──────── Module not found, treating it as an external dependency
189
-  │
190
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
191
- ───╯
192
-
193
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js
194
- ╭─[ ../../libs/design-system/dist/components/organisms/MarketingHeaderMobile.js:12:22 ]
195
- │
196
- 12 │ import { Menu } from "lucide-react";
197
-  │ ───────┬──────
198
-  │ ╰──────── Module not found, treating it as an external dependency
199
-  │
200
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
201
- ────╯
202
-
203
193
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js
204
194
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/pagination.js:5:59 ]
205
195
  │
@@ -210,6 +200,16 @@ $ tsdown
210
200
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
201
  ───╯
212
202
 
203
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/atoms/LoaderCircular.js
204
+ ╭─[ ../../libs/design-system/dist/components/atoms/LoaderCircular.js:5:25 ]
205
+ │
206
+ 5 │ import { Loader2 } from "lucide-react";
207
+  │ ───────┬──────
208
+  │ ╰──────── Module not found, treating it as an external dependency
209
+  │
210
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
211
+ ───╯
212
+
213
213
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js
214
214
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/navigation-menu.js:5:33 ]
215
215
  │
@@ -230,16 +230,6 @@ $ tsdown
230
230
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
231
  ───╯
232
232
 
233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
234
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
235
- │
236
- 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
237
-  │ ───────┬──────
238
-  │ ╰──────── Module not found, treating it as an external dependency
239
-  │
240
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
- ───╯
242
-
243
233
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js
244
234
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/sidebar.js:12:8 ]
245
235
  │
@@ -260,22 +250,22 @@ $ tsdown
260
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
251
  ───╯
262
252
 
263
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
264
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
253
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
254
+ ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
265
255
  │
266
- 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
267
-  │ ───────┬──────
268
-  │ ╰──────── Module not found, treating it as an external dependency
256
+ 4 │ import { Globe } from "lucide-react";
257
+  │ ───────┬──────
258
+  │ ╰──────── Module not found, treating it as an external dependency
269
259
   │
270
260
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
261
  ───╯
272
262
 
273
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
274
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
263
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js
264
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/breadcrumb.js:5:46 ]
275
265
  │
276
- 7 │ import { SearchIcon } from "lucide-react";
277
-  │ ───────┬──────
278
-  │ ╰──────── Module not found, treating it as an external dependency
266
+ 5 │ import { ChevronRight, MoreHorizontal } from "lucide-react";
267
+  │ ───────┬──────
268
+  │ ╰──────── Module not found, treating it as an external dependency
279
269
   │
280
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
271
  ───╯
@@ -290,32 +280,22 @@ $ tsdown
290
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
281
  ───╯
292
282
 
293
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js
294
- ╭─[ ../../libs/design-system/dist/components/molecules/LangSwitchDropdown.js:4:23 ]
295
- │
296
- 4 │ import { Globe } from "lucide-react";
297
-  │ ───────┬──────
298
-  │ ╰──────── Module not found, treating it as an external dependency
299
-  │
300
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
- ───╯
302
-
303
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
304
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js
284
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/carousel.js:7:39 ]
305
285
  │
306
- 6 │ import { CheckIcon } from "lucide-react";
307
-  │ ───────┬──────
308
-  │ ╰──────── Module not found, treating it as an external dependency
286
+ 7 │ import { ArrowLeft, ArrowRight } from "lucide-react";
287
+  │ ───────┬──────
288
+  │ ╰──────── Module not found, treating it as an external dependency
309
289
   │
310
290
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
311
291
  ───╯
312
292
 
313
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
314
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
293
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
294
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
315
295
  │
316
- 6 │ import { CircleIcon } from "lucide-react";
317
-  │ ───────┬──────
318
-  │ ╰──────── Module not found, treating it as an external dependency
296
+ 6 │ import { ChevronDownIcon } from "lucide-react";
297
+  │ ───────┬──────
298
+  │ ╰──────── Module not found, treating it as an external dependency
319
299
   │
320
300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
301
  ───╯
@@ -330,12 +310,22 @@ $ tsdown
330
310
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
331
311
  ───╯
332
312
 
333
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js
334
- ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/accordion.js:6:33 ]
313
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js
314
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/radio-group.js:6:28 ]
335
315
  │
336
- 6 │ import { ChevronDownIcon } from "lucide-react";
337
-  │ ───────┬──────
338
-  │ ╰──────── Module not found, treating it as an external dependency
316
+ 6 │ import { CircleIcon } from "lucide-react";
317
+  │ ───────┬──────
318
+  │ ╰──────── Module not found, treating it as an external dependency
319
+  │
320
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
321
+ ───╯
322
+
323
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js
324
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/checkbox.js:6:27 ]
325
+ │
326
+ 6 │ import { CheckIcon } from "lucide-react";
327
+  │ ───────┬──────
328
+  │ ╰──────── Module not found, treating it as an external dependency
339
329
   │
340
330
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
341
331
  ───╯
@@ -350,6 +340,16 @@ $ tsdown
350
340
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
351
341
  ───╯
352
342
 
343
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js
344
+ ╭─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/command.js:7:28 ]
345
+ │
346
+ 7 │ import { SearchIcon } from "lucide-react";
347
+  │ ───────┬──────
348
+  │ ╰──────── Module not found, treating it as an external dependency
349
+  │
350
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
351
+ ───╯
352
+
353
353
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'lucide-react' in ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js
354
354
  â•­─[ ../../libs/design-system/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js:7:48 ]
355
355
  │
@@ -380,5 +380,5 @@ $ tsdown
380
380
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
381
381
  ───╯
382
382
 
383
- ✔ Build complete in 33698ms
383
+ ✔ Build complete in 33895ms
384
384
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-ui-shared
2
2
 
3
- ## 0.0.0-canary-20251220002821
3
+ ## 0.0.0-canary-20251220021406
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251220002821
13
- - @lssm/lib.design-system@0.0.0-canary-20251220002821
14
- - @lssm/lib.schema@0.0.0-canary-20251220002821
15
- - @lssm/lib.ui-kit-web@0.0.0-canary-20251220002821
16
- - @lssm/module.learning-journey@0.0.0-canary-20251220002821
12
+ - @lssm/lib.contracts@0.0.0-canary-20251220021406
13
+ - @lssm/lib.design-system@0.0.0-canary-20251220021406
14
+ - @lssm/lib.schema@0.0.0-canary-20251220021406
15
+ - @lssm/lib.ui-kit-web@0.0.0-canary-20251220021406
16
+ - @lssm/module.learning-journey@0.0.0-canary-20251220021406
@@ -1,12 +1,12 @@
1
1
  import { BadgeDisplayProps } from "../types.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/BadgeDisplay.d.ts
5
5
  declare function BadgeDisplay({
6
6
  badges,
7
7
  maxVisible,
8
8
  size
9
- }: BadgeDisplayProps): react_jsx_runtime1.JSX.Element;
9
+ }: BadgeDisplayProps): react_jsx_runtime0.JSX.Element;
10
10
  //#endregion
11
11
  export { BadgeDisplay };
12
12
  //# sourceMappingURL=BadgeDisplay.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import { StreakCounterProps } from "../types.js";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/StreakCounter.d.ts
5
5
  declare function StreakCounter({
6
6
  days,
7
7
  isActive,
8
8
  size
9
- }: StreakCounterProps): react_jsx_runtime2.JSX.Element;
9
+ }: StreakCounterProps): react_jsx_runtime1.JSX.Element;
10
10
  //#endregion
11
11
  export { StreakCounter };
12
12
  //# sourceMappingURL=StreakCounter.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import { ViewTabsProps } from "../types.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ViewTabs.d.ts
5
5
  declare function ViewTabs({
6
6
  currentView,
7
7
  onViewChange,
8
8
  availableViews
9
- }: ViewTabsProps): react_jsx_runtime0.JSX.Element;
9
+ }: ViewTabsProps): react_jsx_runtime2.JSX.Element;
10
10
  //#endregion
11
11
  export { ViewTabs };
12
12
  //# sourceMappingURL=ViewTabs.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-shared",
3
- "version": "0.0.0-canary-20251220002821",
3
+ "version": "0.0.0-canary-20251220021406",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "bun test"
35
35
  },
36
36
  "dependencies": {
37
- "@lssm/lib.schema": "0.0.0-canary-20251220002821",
38
- "@lssm/lib.contracts": "0.0.0-canary-20251220002821",
39
- "@lssm/module.learning-journey": "0.0.0-canary-20251220002821",
40
- "@lssm/lib.design-system": "0.0.0-canary-20251220002821",
41
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220002821",
37
+ "@lssm/lib.schema": "0.0.0-canary-20251220021406",
38
+ "@lssm/lib.contracts": "0.0.0-canary-20251220021406",
39
+ "@lssm/module.learning-journey": "0.0.0-canary-20251220021406",
40
+ "@lssm/lib.design-system": "0.0.0-canary-20251220021406",
41
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220021406",
42
42
  "react": "19.2.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@lssm/tool.tsdown": "0.0.0-canary-20251220002821",
46
- "@lssm/tool.typescript": "0.0.0-canary-20251220002821",
45
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
46
+ "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
47
47
  "@types/react": "^19.1.6",
48
48
  "tsdown": "^0.18.1",
49
49
  "typescript": "^5.9.3"