@contractspec/example.crm-pipeline 3.7.27 → 3.7.28

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,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
5
- Bundled 45 modules in 64ms
5
+ Bundled 45 modules in 68ms
6
6
 
7
7
  ./crm-pipeline.feature.js 1.94 KB (entry point)
8
8
  seeders/index.js 0.72 KB (entry point)
@@ -51,7 +51,7 @@ Bundled 45 modules in 64ms
51
51
  docs/crm-pipeline.docblock.js 4.16 KB (entry point)
52
52
 
53
53
  [contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
54
- Bundled 45 modules in 100ms
54
+ Bundled 45 modules in 68ms
55
55
 
56
56
  ./crm-pipeline.feature.js 1.94 KB (entry point)
57
57
  seeders/index.js 0.72 KB (entry point)
@@ -100,7 +100,7 @@ Bundled 45 modules in 100ms
100
100
  docs/crm-pipeline.docblock.js 4.14 KB (entry point)
101
101
 
102
102
  [contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
103
- Bundled 45 modules in 76ms
103
+ Bundled 45 modules in 57ms
104
104
 
105
105
  ./crm-pipeline.feature.js 1.94 KB (entry point)
106
106
  seeders/index.js 0.72 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 3.7.28
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Add design-system application shell primitives with typed navigation, command search, breadcrumbs, native bottom-tab adaptation, and PageOutline support.
9
+ - Updated dependencies because of chore: auto-bump internal dependents
10
+ - Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
11
+ - Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
12
+ - Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
13
+ - Updated dependencies because of Add an extensible design-system object reference handler for actionable references.
14
+ - Updated dependencies because of Render resolver-backed combobox results as a floating overlay instead of inline form content.
15
+ - @contractspec/lib.design-system@4.3.0
16
+ - @contractspec/lib.example-shared-ui@7.0.5
17
+ - @contractspec/lib.identity-rbac@3.7.26
18
+ - @contractspec/lib.runtime-sandbox@3.0.5
19
+ - @contractspec/module.audit-trail@3.7.26
20
+ - @contractspec/module.notifications@3.8.2
21
+ - @contractspec/lib.contracts-spec@6.1.0
22
+ - @contractspec/lib.presentation-runtime-core@5.2.0
23
+ - @contractspec/lib.ui-kit-web@3.13.1
24
+
3
25
  ## 3.7.27
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "3.7.27",
3
+ "version": "3.7.28",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -338,18 +338,18 @@
338
338
  "typecheck": "tsc --noEmit"
339
339
  },
340
340
  "dependencies": {
341
- "@contractspec/lib.contracts-spec": "6.0.0",
342
- "@contractspec/lib.design-system": "4.2.0",
343
- "@contractspec/lib.example-shared-ui": "7.0.4",
344
- "@contractspec/lib.identity-rbac": "3.7.25",
345
- "@contractspec/lib.runtime-sandbox": "3.0.4",
341
+ "@contractspec/lib.contracts-spec": "6.1.0",
342
+ "@contractspec/lib.design-system": "4.3.0",
343
+ "@contractspec/lib.example-shared-ui": "7.0.5",
344
+ "@contractspec/lib.identity-rbac": "3.7.26",
345
+ "@contractspec/lib.runtime-sandbox": "3.0.5",
346
346
  "@contractspec/lib.schema": "3.7.14",
347
- "@contractspec/lib.ui-kit-web": "3.13.0",
348
- "@contractspec/module.audit-trail": "3.7.25",
349
- "@contractspec/module.notifications": "3.8.1",
347
+ "@contractspec/lib.ui-kit-web": "3.13.1",
348
+ "@contractspec/module.audit-trail": "3.7.26",
349
+ "@contractspec/module.notifications": "3.8.2",
350
350
  "react": "19.2.0",
351
351
  "react-dom": "19.2.0",
352
- "@contractspec/lib.presentation-runtime-core": "5.1.1"
352
+ "@contractspec/lib.presentation-runtime-core": "5.2.0"
353
353
  },
354
354
  "devDependencies": {
355
355
  "@contractspec/tool.typescript": "3.7.13",