@contractspec/example.learning-journey-ui-gamified 3.1.1 → 3.3.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.
@@ -2,11 +2,12 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 40ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=15
6
+ Bundled 15 modules in 26ms
7
7
 
8
8
  ./GamifiedMiniApp.js 43.40 KB (entry point)
9
- ./index.js 45.20 KB (entry point)
9
+ ./index.js 45.81 KB (entry point)
10
+ ./learning-journey-ui-gamified.feature.js 0.64 KB (entry point)
10
11
  views/index.js 40.69 KB (entry point)
11
12
  views/Overview.js 10.46 KB (entry point)
12
13
  views/Progress.js 11.97 KB (entry point)
@@ -20,11 +21,12 @@ Bundled 14 modules in 40ms
20
21
  docs/learning-journey-ui-gamified.docblock.js 0.80 KB (entry point)
21
22
  ./example.js 0.93 KB (entry point)
22
23
 
23
- [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 41ms
24
+ [contractspec-bun-build] transpile target=node root=src entries=15
25
+ Bundled 15 modules in 27ms
25
26
 
26
27
  ./GamifiedMiniApp.js 43.37 KB (entry point)
27
- ./index.js 45.16 KB (entry point)
28
+ ./index.js 45.78 KB (entry point)
29
+ ./learning-journey-ui-gamified.feature.js 0.63 KB (entry point)
28
30
  views/index.js 40.66 KB (entry point)
29
31
  views/Overview.js 10.46 KB (entry point)
30
32
  views/Progress.js 11.96 KB (entry point)
@@ -38,11 +40,12 @@ Bundled 14 modules in 41ms
38
40
  docs/learning-journey-ui-gamified.docblock.js 0.79 KB (entry point)
39
41
  ./example.js 0.92 KB (entry point)
40
42
 
41
- [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 31ms
43
+ [contractspec-bun-build] transpile target=browser root=src entries=15
44
+ Bundled 15 modules in 31ms
43
45
 
44
46
  ./GamifiedMiniApp.js 43.37 KB (entry point)
45
- ./index.js 45.16 KB (entry point)
47
+ ./index.js 45.78 KB (entry point)
48
+ ./learning-journey-ui-gamified.feature.js 0.63 KB (entry point)
46
49
  views/index.js 40.66 KB (entry point)
47
50
  views/Overview.js 10.46 KB (entry point)
48
51
  views/Progress.js 11.96 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @contractspec/example.learning-journey-ui-gamified
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 890a0da: fix: stability improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [890a0da]
12
+ - @contractspec/example.learning-journey-quest-challenges@3.3.0
13
+ - @contractspec/example.learning-journey-duo-drills@3.3.0
14
+ - @contractspec/example.learning-journey-ui-shared@3.3.0
15
+ - @contractspec/module.learning-journey@3.3.0
16
+ - @contractspec/lib.contracts-spec@3.3.0
17
+ - @contractspec/lib.design-system@3.3.0
18
+ - @contractspec/lib.ui-kit-web@3.3.0
19
+
20
+ ## 3.2.0
21
+
22
+ ### Minor Changes
23
+
24
+ - a281fc5: fix: missing dependencies
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [a281fc5]
29
+ - @contractspec/example.learning-journey-quest-challenges@3.2.0
30
+ - @contractspec/example.learning-journey-duo-drills@3.2.0
31
+ - @contractspec/example.learning-journey-ui-shared@3.2.0
32
+ - @contractspec/module.learning-journey@3.2.0
33
+ - @contractspec/lib.contracts-spec@3.2.0
34
+ - @contractspec/lib.design-system@3.2.0
35
+ - @contractspec/lib.ui-kit-web@3.2.0
36
+
3
37
  ## 3.1.1
4
38
 
5
39
  ### Patch Changes
@@ -1044,6 +1044,21 @@ var example = defineExample({
1044
1044
  }
1045
1045
  });
1046
1046
  var example_default = example;
1047
+ // src/learning-journey-ui-gamified.feature.ts
1048
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1049
+ var LearningJourneyUiGamifiedFeature = defineFeature({
1050
+ meta: {
1051
+ key: "learning-journey-ui-gamified",
1052
+ version: "1.0.0",
1053
+ title: "Learning Journey UI: Gamified",
1054
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
1055
+ domain: "learning-journey",
1056
+ owners: ["@examples"],
1057
+ tags: ["learning", "ui", "gamified", "drills"],
1058
+ stability: "experimental"
1059
+ },
1060
+ docs: ["docs.examples.learning-journey-ui-gamified"]
1061
+ });
1047
1062
  export {
1048
1063
  example_default as example,
1049
1064
  Timeline,
@@ -1051,6 +1066,7 @@ export {
1051
1066
  Progress,
1052
1067
  Overview,
1053
1068
  MasteryRing,
1069
+ LearningJourneyUiGamifiedFeature,
1054
1070
  GamifiedMiniApp,
1055
1071
  FlashCard,
1056
1072
  DayCalendar
@@ -0,0 +1,18 @@
1
+ // src/learning-journey-ui-gamified.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var LearningJourneyUiGamifiedFeature = defineFeature({
4
+ meta: {
5
+ key: "learning-journey-ui-gamified",
6
+ version: "1.0.0",
7
+ title: "Learning Journey UI: Gamified",
8
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
9
+ domain: "learning-journey",
10
+ owners: ["@examples"],
11
+ tags: ["learning", "ui", "gamified", "drills"],
12
+ stability: "experimental"
13
+ },
14
+ docs: ["docs.examples.learning-journey-ui-gamified"]
15
+ });
16
+ export {
17
+ LearningJourneyUiGamifiedFeature
18
+ };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { GamifiedMiniApp } from './GamifiedMiniApp';
2
2
  export { Overview, Steps, Progress, Timeline } from './views';
3
3
  export { FlashCard, MasteryRing, DayCalendar } from './components';
4
+ export * from './learning-journey-ui-gamified.feature';
4
5
  export { default as example } from './example';
5
6
  import './docs';
package/dist/index.js CHANGED
@@ -1045,6 +1045,21 @@ var example = defineExample({
1045
1045
  }
1046
1046
  });
1047
1047
  var example_default = example;
1048
+ // src/learning-journey-ui-gamified.feature.ts
1049
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1050
+ var LearningJourneyUiGamifiedFeature = defineFeature({
1051
+ meta: {
1052
+ key: "learning-journey-ui-gamified",
1053
+ version: "1.0.0",
1054
+ title: "Learning Journey UI: Gamified",
1055
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
1056
+ domain: "learning-journey",
1057
+ owners: ["@examples"],
1058
+ tags: ["learning", "ui", "gamified", "drills"],
1059
+ stability: "experimental"
1060
+ },
1061
+ docs: ["docs.examples.learning-journey-ui-gamified"]
1062
+ });
1048
1063
  export {
1049
1064
  example_default as example,
1050
1065
  Timeline,
@@ -1052,6 +1067,7 @@ export {
1052
1067
  Progress,
1053
1068
  Overview,
1054
1069
  MasteryRing,
1070
+ LearningJourneyUiGamifiedFeature,
1055
1071
  GamifiedMiniApp,
1056
1072
  FlashCard,
1057
1073
  DayCalendar
@@ -0,0 +1 @@
1
+ export declare const LearningJourneyUiGamifiedFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
@@ -0,0 +1,19 @@
1
+ // @bun
2
+ // src/learning-journey-ui-gamified.feature.ts
3
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
4
+ var LearningJourneyUiGamifiedFeature = defineFeature({
5
+ meta: {
6
+ key: "learning-journey-ui-gamified",
7
+ version: "1.0.0",
8
+ title: "Learning Journey UI: Gamified",
9
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
10
+ domain: "learning-journey",
11
+ owners: ["@examples"],
12
+ tags: ["learning", "ui", "gamified", "drills"],
13
+ stability: "experimental"
14
+ },
15
+ docs: ["docs.examples.learning-journey-ui-gamified"]
16
+ });
17
+ export {
18
+ LearningJourneyUiGamifiedFeature
19
+ };
@@ -1044,6 +1044,21 @@ var example = defineExample({
1044
1044
  }
1045
1045
  });
1046
1046
  var example_default = example;
1047
+ // src/learning-journey-ui-gamified.feature.ts
1048
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
1049
+ var LearningJourneyUiGamifiedFeature = defineFeature({
1050
+ meta: {
1051
+ key: "learning-journey-ui-gamified",
1052
+ version: "1.0.0",
1053
+ title: "Learning Journey UI: Gamified",
1054
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
1055
+ domain: "learning-journey",
1056
+ owners: ["@examples"],
1057
+ tags: ["learning", "ui", "gamified", "drills"],
1058
+ stability: "experimental"
1059
+ },
1060
+ docs: ["docs.examples.learning-journey-ui-gamified"]
1061
+ });
1047
1062
  export {
1048
1063
  example_default as example,
1049
1064
  Timeline,
@@ -1051,6 +1066,7 @@ export {
1051
1066
  Progress,
1052
1067
  Overview,
1053
1068
  MasteryRing,
1069
+ LearningJourneyUiGamifiedFeature,
1054
1070
  GamifiedMiniApp,
1055
1071
  FlashCard,
1056
1072
  DayCalendar
@@ -0,0 +1,18 @@
1
+ // src/learning-journey-ui-gamified.feature.ts
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
+ var LearningJourneyUiGamifiedFeature = defineFeature({
4
+ meta: {
5
+ key: "learning-journey-ui-gamified",
6
+ version: "1.0.0",
7
+ title: "Learning Journey UI: Gamified",
8
+ description: "Gamified learning UI with drills, quests, flash cards, and mastery rings",
9
+ domain: "learning-journey",
10
+ owners: ["@examples"],
11
+ tags: ["learning", "ui", "gamified", "drills"],
12
+ stability: "experimental"
13
+ },
14
+ docs: ["docs.examples.learning-journey-ui-gamified"]
15
+ });
16
+ export {
17
+ LearningJourneyUiGamifiedFeature
18
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-gamified",
3
- "version": "3.1.1",
3
+ "version": "3.3.0",
4
4
  "description": "Duolingo-style gamified learning UI for drills and quests.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -82,6 +82,13 @@
82
82
  "browser": "./dist/browser/GamifiedMiniApp.js",
83
83
  "default": "./dist/GamifiedMiniApp.js"
84
84
  },
85
+ "./learning-journey-ui-gamified.feature": {
86
+ "types": "./dist/learning-journey-ui-gamified.feature.d.ts",
87
+ "bun": "./dist/learning-journey-ui-gamified.feature.js",
88
+ "node": "./dist/node/learning-journey-ui-gamified.feature.js",
89
+ "browser": "./dist/browser/learning-journey-ui-gamified.feature.js",
90
+ "default": "./dist/learning-journey-ui-gamified.feature.js"
91
+ },
85
92
  "./views": {
86
93
  "types": "./dist/views/index.d.ts",
87
94
  "bun": "./dist/views/index.js",
@@ -141,20 +148,20 @@
141
148
  "typecheck": "tsc --noEmit"
142
149
  },
143
150
  "dependencies": {
144
- "@contractspec/lib.contracts-spec": "3.1.1",
145
- "@contractspec/example.learning-journey-ui-shared": "3.1.1",
146
- "@contractspec/example.learning-journey-duo-drills": "3.1.1",
147
- "@contractspec/example.learning-journey-quest-challenges": "3.1.1",
148
- "@contractspec/module.learning-journey": "3.1.1",
149
- "@contractspec/lib.design-system": "3.1.1",
150
- "@contractspec/lib.ui-kit-web": "3.1.0",
151
+ "@contractspec/lib.contracts-spec": "3.3.0",
152
+ "@contractspec/example.learning-journey-ui-shared": "3.3.0",
153
+ "@contractspec/example.learning-journey-duo-drills": "3.3.0",
154
+ "@contractspec/example.learning-journey-quest-challenges": "3.3.0",
155
+ "@contractspec/module.learning-journey": "3.3.0",
156
+ "@contractspec/lib.design-system": "3.3.0",
157
+ "@contractspec/lib.ui-kit-web": "3.3.0",
151
158
  "react": "19.2.4"
152
159
  },
153
160
  "devDependencies": {
154
- "@contractspec/tool.typescript": "3.1.0",
161
+ "@contractspec/tool.typescript": "3.3.0",
155
162
  "@types/react": "^19.2.14",
156
163
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "3.1.0"
164
+ "@contractspec/tool.bun": "3.3.0"
158
165
  },
159
166
  "peerDependencies": {
160
167
  "react": "^19.2.4"
@@ -238,6 +245,13 @@
238
245
  "browser": "./dist/browser/GamifiedMiniApp.js",
239
246
  "default": "./dist/GamifiedMiniApp.js"
240
247
  },
248
+ "./learning-journey-ui-gamified.feature": {
249
+ "types": "./dist/learning-journey-ui-gamified.feature.d.ts",
250
+ "bun": "./dist/learning-journey-ui-gamified.feature.js",
251
+ "node": "./dist/node/learning-journey-ui-gamified.feature.js",
252
+ "browser": "./dist/browser/learning-journey-ui-gamified.feature.js",
253
+ "default": "./dist/learning-journey-ui-gamified.feature.js"
254
+ },
241
255
  "./views": {
242
256
  "types": "./dist/views/index.d.ts",
243
257
  "bun": "./dist/views/index.js",
package/src/index.ts CHANGED
@@ -6,5 +6,6 @@ export { Overview, Steps, Progress, Timeline } from './views';
6
6
 
7
7
  // Components
8
8
  export { FlashCard, MasteryRing, DayCalendar } from './components';
9
+ export * from './learning-journey-ui-gamified.feature';
9
10
  export { default as example } from './example';
10
11
  import './docs';
@@ -0,0 +1,17 @@
1
+ import { defineFeature } from '@contractspec/lib.contracts-spec';
2
+
3
+ export const LearningJourneyUiGamifiedFeature = defineFeature({
4
+ meta: {
5
+ key: 'learning-journey-ui-gamified',
6
+ version: '1.0.0',
7
+ title: 'Learning Journey UI: Gamified',
8
+ description:
9
+ 'Gamified learning UI with drills, quests, flash cards, and mastery rings',
10
+ domain: 'learning-journey',
11
+ owners: ['@examples'],
12
+ tags: ['learning', 'ui', 'gamified', 'drills'],
13
+ stability: 'experimental',
14
+ },
15
+
16
+ docs: ['docs.examples.learning-journey-ui-gamified'],
17
+ });