@contractspec/example.learning-journey-ui-gamified 1.56.1 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +59 -58
- package/.turbo/turbo-prebuild.log +1 -0
- package/CHANGELOG.md +40 -0
- package/dist/GamifiedMiniApp.d.ts +4 -14
- package/dist/GamifiedMiniApp.d.ts.map +1 -1
- package/dist/GamifiedMiniApp.js +995 -59
- package/dist/browser/GamifiedMiniApp.js +998 -0
- package/dist/browser/components/DayCalendar.js +42 -0
- package/dist/browser/components/FlashCard.js +102 -0
- package/dist/browser/components/MasteryRing.js +75 -0
- package/dist/browser/components/index.js +217 -0
- package/dist/browser/docs/index.js +22 -0
- package/dist/browser/docs/learning-journey-ui-gamified.docblock.js +22 -0
- package/dist/browser/example.js +32 -0
- package/dist/browser/index.js +1057 -0
- package/dist/browser/views/Overview.js +236 -0
- package/dist/browser/views/Progress.js +294 -0
- package/dist/browser/views/Steps.js +157 -0
- package/dist/browser/views/Timeline.js +235 -0
- package/dist/browser/views/index.js +919 -0
- package/dist/components/DayCalendar.d.ts +5 -13
- package/dist/components/DayCalendar.d.ts.map +1 -1
- package/dist/components/DayCalendar.js +41 -31
- package/dist/components/FlashCard.d.ts +7 -16
- package/dist/components/FlashCard.d.ts.map +1 -1
- package/dist/components/FlashCard.js +99 -76
- package/dist/components/MasteryRing.d.ts +6 -15
- package/dist/components/MasteryRing.d.ts.map +1 -1
- package/dist/components/MasteryRing.js +72 -78
- package/dist/components/index.d.ts +4 -4
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +217 -4
- package/dist/docs/index.d.ts +2 -1
- package/dist/docs/index.d.ts.map +1 -0
- package/dist/docs/index.js +23 -1
- package/dist/docs/learning-journey-ui-gamified.docblock.d.ts +2 -1
- package/dist/docs/learning-journey-ui-gamified.docblock.d.ts.map +1 -0
- package/dist/docs/learning-journey-ui-gamified.docblock.js +21 -18
- package/dist/example.d.ts +2 -6
- package/dist/example.d.ts.map +1 -1
- package/dist/example.js +30 -39
- package/dist/index.d.ts +6 -12
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1058 -14
- package/dist/node/GamifiedMiniApp.js +998 -0
- package/dist/node/components/DayCalendar.js +42 -0
- package/dist/node/components/FlashCard.js +102 -0
- package/dist/node/components/MasteryRing.js +75 -0
- package/dist/node/components/index.js +217 -0
- package/dist/node/docs/index.js +22 -0
- package/dist/node/docs/learning-journey-ui-gamified.docblock.js +22 -0
- package/dist/node/example.js +32 -0
- package/dist/node/index.js +1057 -0
- package/dist/node/views/Overview.js +236 -0
- package/dist/node/views/Progress.js +294 -0
- package/dist/node/views/Steps.js +157 -0
- package/dist/node/views/Timeline.js +235 -0
- package/dist/node/views/index.js +919 -0
- package/dist/views/Overview.d.ts +4 -12
- package/dist/views/Overview.d.ts.map +1 -1
- package/dist/views/Overview.js +234 -158
- package/dist/views/Progress.d.ts +2 -10
- package/dist/views/Progress.d.ts.map +1 -1
- package/dist/views/Progress.js +292 -140
- package/dist/views/Steps.d.ts +2 -11
- package/dist/views/Steps.d.ts.map +1 -1
- package/dist/views/Steps.js +155 -53
- package/dist/views/Timeline.d.ts +2 -10
- package/dist/views/Timeline.d.ts.map +1 -1
- package/dist/views/Timeline.js +233 -130
- package/dist/views/index.d.ts +5 -5
- package/dist/views/index.d.ts.map +1 -0
- package/dist/views/index.js +919 -5
- package/package.json +155 -39
- package/tsdown.config.js +1 -2
- package/.turbo/turbo-build$colon$bundle.log +0 -57
- package/dist/GamifiedMiniApp.js.map +0 -1
- package/dist/components/DayCalendar.js.map +0 -1
- package/dist/components/FlashCard.js.map +0 -1
- package/dist/components/MasteryRing.js.map +0 -1
- package/dist/docs/learning-journey-ui-gamified.docblock.js.map +0 -1
- package/dist/example.js.map +0 -1
- package/dist/views/Overview.js.map +0 -1
- package/dist/views/Progress.js.map +0 -1
- package/dist/views/Steps.js.map +0 -1
- package/dist/views/Timeline.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,58 +1,59 @@
|
|
|
1
|
-
$ bun
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
1
|
+
$ contractspec-bun-build prebuild
|
|
2
|
+
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
|
+
$ contractspec-bun-build prebuild
|
|
4
|
+
$ contractspec-bun-build transpile
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=14
|
|
6
|
+
Bundled 14 modules in 25ms
|
|
7
|
+
|
|
8
|
+
./GamifiedMiniApp.js 43.40 KB (entry point)
|
|
9
|
+
./index.js 45.19 KB (entry point)
|
|
10
|
+
views/index.js 40.69 KB (entry point)
|
|
11
|
+
views/Overview.js 10.46 KB (entry point)
|
|
12
|
+
views/Progress.js 11.97 KB (entry point)
|
|
13
|
+
views/Steps.js 6.49 KB (entry point)
|
|
14
|
+
views/Timeline.js 11.52 KB (entry point)
|
|
15
|
+
components/index.js 8.95 KB (entry point)
|
|
16
|
+
components/DayCalendar.js 1.92 KB (entry point)
|
|
17
|
+
components/FlashCard.js 4.40 KB (entry point)
|
|
18
|
+
components/MasteryRing.js 2.61 KB (entry point)
|
|
19
|
+
docs/index.js 0.79 KB (entry point)
|
|
20
|
+
docs/learning-journey-ui-gamified.docblock.js 0.79 KB (entry point)
|
|
21
|
+
./example.js 0.93 KB (entry point)
|
|
22
|
+
|
|
23
|
+
[contractspec-bun-build] transpile target=node root=src entries=14
|
|
24
|
+
Bundled 14 modules in 28ms
|
|
25
|
+
|
|
26
|
+
./GamifiedMiniApp.js 43.37 KB (entry point)
|
|
27
|
+
./index.js 45.15 KB (entry point)
|
|
28
|
+
views/index.js 40.66 KB (entry point)
|
|
29
|
+
views/Overview.js 10.46 KB (entry point)
|
|
30
|
+
views/Progress.js 11.96 KB (entry point)
|
|
31
|
+
views/Steps.js 6.48 KB (entry point)
|
|
32
|
+
views/Timeline.js 11.51 KB (entry point)
|
|
33
|
+
components/index.js 8.93 KB (entry point)
|
|
34
|
+
components/DayCalendar.js 1.91 KB (entry point)
|
|
35
|
+
components/FlashCard.js 4.39 KB (entry point)
|
|
36
|
+
components/MasteryRing.js 2.60 KB (entry point)
|
|
37
|
+
docs/index.js 0.78 KB (entry point)
|
|
38
|
+
docs/learning-journey-ui-gamified.docblock.js 0.78 KB (entry point)
|
|
39
|
+
./example.js 0.92 KB (entry point)
|
|
40
|
+
|
|
41
|
+
[contractspec-bun-build] transpile target=browser root=src entries=14
|
|
42
|
+
Bundled 14 modules in 15ms
|
|
43
|
+
|
|
44
|
+
./GamifiedMiniApp.js 43.37 KB (entry point)
|
|
45
|
+
./index.js 45.15 KB (entry point)
|
|
46
|
+
views/index.js 40.66 KB (entry point)
|
|
47
|
+
views/Overview.js 10.46 KB (entry point)
|
|
48
|
+
views/Progress.js 11.96 KB (entry point)
|
|
49
|
+
views/Steps.js 6.48 KB (entry point)
|
|
50
|
+
views/Timeline.js 11.51 KB (entry point)
|
|
51
|
+
components/index.js 8.93 KB (entry point)
|
|
52
|
+
components/DayCalendar.js 1.91 KB (entry point)
|
|
53
|
+
components/FlashCard.js 4.39 KB (entry point)
|
|
54
|
+
components/MasteryRing.js 2.60 KB (entry point)
|
|
55
|
+
docs/index.js 0.78 KB (entry point)
|
|
56
|
+
docs/learning-journey-ui-gamified.docblock.js 0.78 KB (entry point)
|
|
57
|
+
./example.js 0.92 KB (entry point)
|
|
58
|
+
|
|
59
|
+
$ contractspec-bun-build types
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ contractspec-bun-build prebuild
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ui-gamified
|
|
2
2
|
|
|
3
|
+
## 1.58.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d1f0fd0: chore: Migrate non-app package builds from tsdown to shared Bun tooling, add `@contractspec/tool.bun`, and standardize `prebuild`/`build`/`typecheck` with platform-aware exports and `tsc` declaration emission into `dist`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [d1f0fd0]
|
|
12
|
+
- Updated dependencies [4355a9e]
|
|
13
|
+
- @contractspec/example.learning-journey-quest-challenges@1.58.0
|
|
14
|
+
- @contractspec/example.learning-journey-duo-drills@1.58.0
|
|
15
|
+
- @contractspec/example.learning-journey-ui-shared@1.58.0
|
|
16
|
+
- @contractspec/module.learning-journey@1.58.0
|
|
17
|
+
- @contractspec/lib.design-system@1.58.0
|
|
18
|
+
- @contractspec/lib.ui-kit-web@1.58.0
|
|
19
|
+
- @contractspec/lib.contracts@1.58.0
|
|
20
|
+
|
|
21
|
+
## 1.57.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 11a5a05: feat: improve product intent
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [8ecf3c1]
|
|
30
|
+
- Updated dependencies [47c48c2]
|
|
31
|
+
- Updated dependencies [a119963]
|
|
32
|
+
- Updated dependencies [4651e06]
|
|
33
|
+
- Updated dependencies [ad9d10a]
|
|
34
|
+
- Updated dependencies [11a5a05]
|
|
35
|
+
- @contractspec/lib.contracts@1.57.0
|
|
36
|
+
- @contractspec/example.learning-journey-quest-challenges@1.57.0
|
|
37
|
+
- @contractspec/example.learning-journey-duo-drills@1.57.0
|
|
38
|
+
- @contractspec/example.learning-journey-ui-shared@1.57.0
|
|
39
|
+
- @contractspec/module.learning-journey@1.57.0
|
|
40
|
+
- @contractspec/lib.design-system@1.57.0
|
|
41
|
+
- @contractspec/lib.ui-kit-web@1.57.0
|
|
42
|
+
|
|
3
43
|
## 1.56.1
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
import { LearningMiniAppProps } from
|
|
2
|
-
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region src/GamifiedMiniApp.d.ts
|
|
1
|
+
import { type LearningMiniAppProps } from '@contractspec/example.learning-journey-ui-shared';
|
|
5
2
|
type GamifiedMiniAppProps = Omit<LearningMiniAppProps, 'progress'> & {
|
|
6
|
-
|
|
3
|
+
progress?: LearningMiniAppProps['progress'];
|
|
7
4
|
};
|
|
8
|
-
declare function GamifiedMiniApp({
|
|
9
|
-
|
|
10
|
-
progress: externalProgress,
|
|
11
|
-
onStepComplete: externalOnStepComplete,
|
|
12
|
-
onViewChange,
|
|
13
|
-
initialView
|
|
14
|
-
}: GamifiedMiniAppProps): react_jsx_runtime6.JSX.Element;
|
|
15
|
-
//#endregion
|
|
16
|
-
export { GamifiedMiniApp };
|
|
5
|
+
export declare function GamifiedMiniApp({ track, progress: externalProgress, onStepComplete: externalOnStepComplete, onViewChange, initialView, }: GamifiedMiniAppProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
17
7
|
//# sourceMappingURL=GamifiedMiniApp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GamifiedMiniApp.d.ts","
|
|
1
|
+
{"version":3,"file":"GamifiedMiniApp.d.ts","sourceRoot":"","sources":["../src/GamifiedMiniApp.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,kDAAkD,CAAC;AAM1D,KAAK,oBAAoB,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,GAAG;IACnE,QAAQ,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAC;CAC7C,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,KAAK,EACL,QAAQ,EAAE,gBAAgB,EAC1B,cAAc,EAAE,sBAAsB,EACtC,YAAY,EACZ,WAAwB,GACzB,EAAE,oBAAoB,2CAmEtB"}
|