@contractspec/example.crm-pipeline 3.7.19 → 3.7.22

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 (42) hide show
  1. package/.turbo/turbo-build.log +32 -32
  2. package/CHANGELOG.md +62 -0
  3. package/dist/browser/crm-pipeline.feature.js +1 -1
  4. package/dist/browser/example.js +1 -1
  5. package/dist/browser/index.js +5 -5
  6. package/dist/browser/ui/CrmDashboard.js +1 -1
  7. package/dist/browser/ui/hooks/index.js +1 -1
  8. package/dist/browser/ui/hooks/useDealList.js +1 -1
  9. package/dist/browser/ui/index.js +4 -4
  10. package/dist/browser/ui/renderers/index.js +3 -3
  11. package/dist/browser/ui/renderers/pipeline.renderer.js +1 -1
  12. package/dist/browser/ui/tables/DealListTab.js +1 -1
  13. package/dist/crm-pipeline.feature.js +1 -1
  14. package/dist/example.d.ts +3 -2
  15. package/dist/example.js +1 -1
  16. package/dist/index.d.ts +1 -0
  17. package/dist/index.js +5 -5
  18. package/dist/node/crm-pipeline.feature.js +1 -1
  19. package/dist/node/example.js +1 -1
  20. package/dist/node/index.js +5 -5
  21. package/dist/node/ui/CrmDashboard.js +1 -1
  22. package/dist/node/ui/hooks/index.js +1 -1
  23. package/dist/node/ui/hooks/useDealList.js +1 -1
  24. package/dist/node/ui/index.js +4 -4
  25. package/dist/node/ui/renderers/index.js +3 -3
  26. package/dist/node/ui/renderers/pipeline.renderer.js +1 -1
  27. package/dist/node/ui/tables/DealListTab.js +1 -1
  28. package/dist/ui/CrmDashboard.js +1 -1
  29. package/dist/ui/hooks/index.js +1 -1
  30. package/dist/ui/hooks/useDealList.js +1 -1
  31. package/dist/ui/index.js +4 -4
  32. package/dist/ui/renderers/index.js +3 -3
  33. package/dist/ui/renderers/pipeline.renderer.js +1 -1
  34. package/dist/ui/tables/DealListTab.d.ts +5 -1
  35. package/dist/ui/tables/DealListTab.js +1 -1
  36. package/package.json +11 -11
  37. package/src/crm-pipeline.feature.ts +1 -1
  38. package/src/example.ts +15 -26
  39. package/src/index.ts +1 -0
  40. package/src/ui/hooks/useDealList.ts +1 -1
  41. package/src/ui/tables/DealListTab.smoke.test.tsx +70 -5
  42. package/src/ui/tables/DealListTab.tsx +96 -8
@@ -2,32 +2,32 @@ $ 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 105ms
5
+ Bundled 45 modules in 71ms
6
6
 
7
7
  ./crm-pipeline.feature.js 1.94 KB (entry point)
8
8
  seeders/index.js 0.72 KB (entry point)
9
9
  shared/overlay-types.js 8 bytes (entry point)
10
- ./index.js 67.61 KB (entry point)
11
- ui/index.js 37.50 KB (entry point)
10
+ ./index.js 68.40 KB (entry point)
11
+ ui/index.js 38.42 KB (entry point)
12
12
  ui/overlays/index.js 0.82 KB (entry point)
13
- ui/renderers/index.js 16.72 KB (entry point)
13
+ ui/renderers/index.js 16.74 KB (entry point)
14
14
  ui/renderers/pipeline.markdown.js 11.35 KB (entry point)
15
- ui/renderers/pipeline.renderer.js 5.37 KB (entry point)
16
- ui/hooks/index.js 3.23 KB (entry point)
15
+ ui/renderers/pipeline.renderer.js 5.39 KB (entry point)
16
+ ui/hooks/index.js 3.26 KB (entry point)
17
17
  ui/modals/index.js 10.40 KB (entry point)
18
18
  ui/overlays/demo-overlays.js 0.82 KB (entry point)
19
19
  presentations/index.js 6.60 KB (entry point)
20
20
  presentations/dashboard.presentation.js 1.17 KB (entry point)
21
21
  presentations/pipeline.presentation.js 5.45 KB (entry point)
22
- ui/CrmDashboard.js 24.79 KB (entry point)
23
- ui/tables/DealListTab.js 5.94 KB (entry point)
24
- ui/hooks/useDealList.js 1.55 KB (entry point)
22
+ ui/CrmDashboard.js 25.71 KB (entry point)
23
+ ui/tables/DealListTab.js 6.85 KB (entry point)
24
+ ui/hooks/useDealList.js 1.57 KB (entry point)
25
25
  ui/hooks/useDealMutations.js 1.70 KB (entry point)
26
26
  ui/modals/CreateDealModal.js 3.45 KB (entry point)
27
27
  ui/modals/DealActionsModal.js 6.97 KB (entry point)
28
28
  ui/CrmPipelineBoard.js 3.49 KB (entry point)
29
29
  ui/CrmDealCard.js 1.34 KB (entry point)
30
- ./example.js 0.76 KB (entry point)
30
+ ./example.js 0.62 KB (entry point)
31
31
  handlers/index.js 9.21 KB (entry point)
32
32
  handlers/crm.handlers.js 3.98 KB (entry point)
33
33
  handlers/deal.handlers.js 5.17 KB (entry point)
@@ -51,32 +51,32 @@ Bundled 45 modules in 105ms
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 58ms
54
+ Bundled 45 modules in 83ms
55
55
 
56
- ./crm-pipeline.feature.js 1.93 KB (entry point)
56
+ ./crm-pipeline.feature.js 1.94 KB (entry point)
57
57
  seeders/index.js 0.72 KB (entry point)
58
58
  shared/overlay-types.js 0 KB (entry point)
59
- ./index.js 67.57 KB (entry point)
60
- ui/index.js 37.46 KB (entry point)
59
+ ./index.js 68.35 KB (entry point)
60
+ ui/index.js 38.38 KB (entry point)
61
61
  ui/overlays/index.js 0.81 KB (entry point)
62
- ui/renderers/index.js 16.70 KB (entry point)
62
+ ui/renderers/index.js 16.73 KB (entry point)
63
63
  ui/renderers/pipeline.markdown.js 11.34 KB (entry point)
64
- ui/renderers/pipeline.renderer.js 5.35 KB (entry point)
65
- ui/hooks/index.js 3.23 KB (entry point)
64
+ ui/renderers/pipeline.renderer.js 5.38 KB (entry point)
65
+ ui/hooks/index.js 3.25 KB (entry point)
66
66
  ui/modals/index.js 10.38 KB (entry point)
67
67
  ui/overlays/demo-overlays.js 0.81 KB (entry point)
68
68
  presentations/index.js 6.59 KB (entry point)
69
69
  presentations/dashboard.presentation.js 1.16 KB (entry point)
70
70
  presentations/pipeline.presentation.js 5.45 KB (entry point)
71
- ui/CrmDashboard.js 24.76 KB (entry point)
72
- ui/tables/DealListTab.js 5.93 KB (entry point)
73
- ui/hooks/useDealList.js 1.54 KB (entry point)
71
+ ui/CrmDashboard.js 25.68 KB (entry point)
72
+ ui/tables/DealListTab.js 6.85 KB (entry point)
73
+ ui/hooks/useDealList.js 1.56 KB (entry point)
74
74
  ui/hooks/useDealMutations.js 1.70 KB (entry point)
75
75
  ui/modals/CreateDealModal.js 3.44 KB (entry point)
76
76
  ui/modals/DealActionsModal.js 6.94 KB (entry point)
77
77
  ui/CrmPipelineBoard.js 3.48 KB (entry point)
78
78
  ui/CrmDealCard.js 1.33 KB (entry point)
79
- ./example.js 0.75 KB (entry point)
79
+ ./example.js 0.61 KB (entry point)
80
80
  handlers/index.js 9.20 KB (entry point)
81
81
  handlers/crm.handlers.js 3.97 KB (entry point)
82
82
  handlers/deal.handlers.js 5.17 KB (entry point)
@@ -100,32 +100,32 @@ Bundled 45 modules in 58ms
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 72ms
103
+ Bundled 45 modules in 87ms
104
104
 
105
- ./crm-pipeline.feature.js 1.93 KB (entry point)
105
+ ./crm-pipeline.feature.js 1.94 KB (entry point)
106
106
  seeders/index.js 0.72 KB (entry point)
107
107
  shared/overlay-types.js 0 KB (entry point)
108
- ./index.js 67.57 KB (entry point)
109
- ui/index.js 37.46 KB (entry point)
108
+ ./index.js 68.35 KB (entry point)
109
+ ui/index.js 38.38 KB (entry point)
110
110
  ui/overlays/index.js 0.81 KB (entry point)
111
- ui/renderers/index.js 16.70 KB (entry point)
111
+ ui/renderers/index.js 16.73 KB (entry point)
112
112
  ui/renderers/pipeline.markdown.js 11.34 KB (entry point)
113
- ui/renderers/pipeline.renderer.js 5.35 KB (entry point)
114
- ui/hooks/index.js 3.23 KB (entry point)
113
+ ui/renderers/pipeline.renderer.js 5.38 KB (entry point)
114
+ ui/hooks/index.js 3.25 KB (entry point)
115
115
  ui/modals/index.js 10.38 KB (entry point)
116
116
  ui/overlays/demo-overlays.js 0.81 KB (entry point)
117
117
  presentations/index.js 6.59 KB (entry point)
118
118
  presentations/dashboard.presentation.js 1.16 KB (entry point)
119
119
  presentations/pipeline.presentation.js 5.45 KB (entry point)
120
- ui/CrmDashboard.js 24.76 KB (entry point)
121
- ui/tables/DealListTab.js 5.93 KB (entry point)
122
- ui/hooks/useDealList.js 1.54 KB (entry point)
120
+ ui/CrmDashboard.js 25.68 KB (entry point)
121
+ ui/tables/DealListTab.js 6.85 KB (entry point)
122
+ ui/hooks/useDealList.js 1.56 KB (entry point)
123
123
  ui/hooks/useDealMutations.js 1.70 KB (entry point)
124
124
  ui/modals/CreateDealModal.js 3.44 KB (entry point)
125
125
  ui/modals/DealActionsModal.js 6.94 KB (entry point)
126
126
  ui/CrmPipelineBoard.js 3.48 KB (entry point)
127
127
  ui/CrmDealCard.js 1.33 KB (entry point)
128
- ./example.js 0.75 KB (entry point)
128
+ ./example.js 0.61 KB (entry point)
129
129
  handlers/index.js 9.20 KB (entry point)
130
130
  handlers/crm.handlers.js 3.97 KB (entry point)
131
131
  handlers/deal.handlers.js 5.17 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 3.7.22
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Add focused design-system subpaths and harden ThemeSpec runtime, Tailwind bridge, form-control helpers, and form renderer internals without changing root-import compatibility.
10
+ - Updated dependencies because of Add a ThemeSpec-aware and TranslationSpec-aware design-system form/control layer with stack primitives, exported control wrappers, and FormSpec renderer alignment.
11
+ - Updated dependencies because of Add FormSpec layout hints, semantic field rendering, and portable text/textarea input-group addons.
12
+ - Updated dependencies because of Keep design-system FormRender mobile-safe by preserving shared renderer imports for Metro aliases and hardening generated package artifacts.
13
+ - Updated dependencies because of Replace the old Next alias helper with explicit Webpack and Turbopack helpers, keep Metro stable, publish bundler helpers from dist artifacts, and refresh the public docs to teach the current Next.js bundler path.
14
+ - Updated dependencies because of Add ThemeSpec light/dark modes and a design-system Tailwind bridge for CSS variables, presets, CSS text, and OKLCH color pass-through.
15
+ - Updated dependencies because of Add a canonical typed result system for ContractSpec success and failure propagation across operations, workflows, jobs, server adapters, MCP, GraphQL, and React clients.
16
+ - @contractspec/lib.example-shared-ui@6.0.22
17
+ - @contractspec/lib.identity-rbac@3.7.21
18
+ - @contractspec/lib.runtime-sandbox@2.7.15
19
+ - @contractspec/module.audit-trail@3.7.21
20
+ - @contractspec/module.notifications@3.7.20
21
+ - @contractspec/lib.design-system@3.11.0
22
+ - @contractspec/lib.contracts-spec@5.5.0
23
+ - @contractspec/lib.ui-kit-web@3.10.3
24
+ - @contractspec/lib.presentation-runtime-core@5.0.0
25
+ - @contractspec/lib.schema@3.7.14
26
+
27
+ ## 3.7.21
28
+
29
+ ### Patch Changes
30
+
31
+ - chore: auto-bump internal dependents
32
+ - Updated dependencies because of chore: auto-bump internal dependents
33
+ - Updated dependencies because of Replace the old Next alias helper with explicit Webpack and Turbopack helpers, keep Metro stable, and refresh the public docs to teach the current Next.js bundler path.
34
+ - @contractspec/lib.design-system@3.10.1
35
+ - @contractspec/lib.example-shared-ui@6.0.21
36
+ - @contractspec/lib.ui-kit-web@3.10.2
37
+ - @contractspec/lib.presentation-runtime-core@4.0.0
38
+
39
+ ## 3.7.20
40
+
41
+ ### Patch Changes
42
+
43
+ - Harden the shared data-table stack and add a first-class composed toolbar for search, filter chips, selection summary, and hidden-column recovery.
44
+ - Packages: @contractspec/lib.design-system (minor), @contractspec/lib.presentation-runtime-react (patch), @contractspec/lib.ui-kit-web (patch), @contractspec/lib.ui-kit (patch), @contractspec/example.crm-pipeline (patch), @contractspec/example.data-grid-showcase (patch)
45
+ - Migration: Keep the primitive `DataTable` lean and compose richer UX through the existing `toolbar` slot.; The examples now reset page index when search or status filters change so server-mode tables stay aligned with remote pagination.
46
+ - Unify example preview metadata so templates and docs derive inline preview support from shared example registry data instead of hand-maintained lists.
47
+ - Packages: @contractspec/module.examples (minor), @contractspec/bundle.marketing (patch), @contractspec/bundle.library (patch), @contractspec/app.web-landing (patch), @contractspec/example.agent-console (patch), @contractspec/example.ai-chat-assistant (patch), @contractspec/example.analytics-dashboard (patch), @contractspec/example.crm-pipeline (patch), @contractspec/example.integration-hub (patch), @contractspec/example.learning-journey-registry (patch), @contractspec/example.marketplace (patch), @contractspec/example.policy-safe-knowledge-assistant (patch), @contractspec/example.saas-boilerplate (patch), @contractspec/example.workflow-system (patch)
48
+ - Migration: Any published example that exports `./ui` should also advertise that UI surface in its `ExampleSpec` entrypoints so preview tooling can discover it.
49
+ - Updated dependencies because of Add a family-aware ContractSpec Adoption Engine, expand contract authoring targets across CLI and VS Code tooling, and refresh release-facing schema and policy artifacts for downstream workspaces.
50
+ - Updated dependencies because of chore: auto-bump internal dependents
51
+ - Updated dependencies because of Improve app-config, theme, and feature authoring with explicit validation APIs, first-class theme discovery and scaffolding, and key-based app-config generation across contracts, workspace tooling, and the CLI.
52
+ - Updated dependencies because of Harden the shared data-table stack and add a first-class composed toolbar for search, filter chips, selection summary, and hidden-column recovery.
53
+ - Updated dependencies because of Refresh root, package, website, and LLM-facing docs so Connect, Builder, release capsules, and the current contracts-spec export surface stay aligned.
54
+ - Updated dependencies because of Persist canonical knowledge payload text during indexing and align the retrieval/query docs with the corrected behavior.
55
+ - Updated dependencies because of Normalize notification template locale resolution and merge partial locale channel overrides without dropping base channel content.
56
+ - @contractspec/lib.contracts-spec@5.4.0
57
+ - @contractspec/lib.example-shared-ui@6.0.20
58
+ - @contractspec/lib.identity-rbac@3.7.20
59
+ - @contractspec/lib.presentation-runtime-core@3.9.8
60
+ - @contractspec/module.audit-trail@3.7.20
61
+ - @contractspec/lib.design-system@3.10.0
62
+ - @contractspec/lib.ui-kit-web@3.10.1
63
+ - @contractspec/module.notifications@3.7.19
64
+
3
65
  ## 3.7.19
4
66
 
5
67
  ### Patch Changes
@@ -1 +1 @@
1
- import{defineFeature as g}from"@contractspec/lib.contracts-spec";var j=g({meta:{key:"crm-pipeline",title:"CRM Pipeline",description:"CRM and sales pipeline management with deals, contacts, and companies",domain:"crm",owners:["@crm-team"],tags:["crm","sales","pipeline","deals"],stability:"experimental",version:"1.0.0"},operations:[{key:"crm.deal.create",version:"1.0.0"},{key:"crm.deal.move",version:"1.0.0"},{key:"crm.deal.win",version:"1.0.0"},{key:"crm.deal.lose",version:"1.0.0"},{key:"crm.deal.list",version:"1.0.0"}],events:[{key:"deal.created",version:"1.0.0"},{key:"deal.moved",version:"1.0.0"},{key:"deal.won",version:"1.0.0"},{key:"deal.lost",version:"1.0.0"},{key:"contact.created",version:"1.0.0"},{key:"task.completed",version:"1.0.0"}],presentations:[{key:"crm.dashboard",version:"1.0.0"},{key:"crm.pipeline.kanban",version:"1.0.0"},{key:"crm.deal.viewList",version:"1.0.0"},{key:"crm.deal.detail",version:"1.0.0"},{key:"crm.deal.card",version:"1.0.0"},{key:"crm.pipeline.metrics",version:"1.0.0"}],opToPresentation:[{op:{key:"crm.deal.list",version:"1.0.0"},pres:{key:"crm.pipeline.kanban",version:"1.0.0"}},{op:{key:"crm.deal.move",version:"1.0.0"},pres:{key:"crm.pipeline.kanban",version:"1.0.0"}}],presentationsTargets:[{key:"crm.dashboard",version:"1.0.0",targets:["react","markdown"]},{key:"crm.pipeline.kanban",version:"1.0.0",targets:["react","markdown"]},{key:"crm.deal.viewList",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"crm.pipeline.metrics",version:"1.0.0",targets:["react","markdown"]}],capabilities:{requires:[{key:"identity",version:"1.0.0"},{key:"audit-trail",version:"1.0.0"},{key:"notifications",version:"1.0.0"}]},telemetry:[{key:"crm-pipeline.telemetry",version:"1.0.0"}],docs:["docs.examples.crm-pipeline.goal","docs.examples.crm-pipeline.usage","docs.examples.crm-pipeline.reference","docs.examples.crm-pipeline.constraints"]});export{j as CrmPipelineFeature};
1
+ import{defineFeature as g}from"@contractspec/lib.contracts-spec/features";var j=g({meta:{key:"crm-pipeline",title:"CRM Pipeline",description:"CRM and sales pipeline management with deals, contacts, and companies",domain:"crm",owners:["@crm-team"],tags:["crm","sales","pipeline","deals"],stability:"experimental",version:"1.0.0"},operations:[{key:"crm.deal.create",version:"1.0.0"},{key:"crm.deal.move",version:"1.0.0"},{key:"crm.deal.win",version:"1.0.0"},{key:"crm.deal.lose",version:"1.0.0"},{key:"crm.deal.list",version:"1.0.0"}],events:[{key:"deal.created",version:"1.0.0"},{key:"deal.moved",version:"1.0.0"},{key:"deal.won",version:"1.0.0"},{key:"deal.lost",version:"1.0.0"},{key:"contact.created",version:"1.0.0"},{key:"task.completed",version:"1.0.0"}],presentations:[{key:"crm.dashboard",version:"1.0.0"},{key:"crm.pipeline.kanban",version:"1.0.0"},{key:"crm.deal.viewList",version:"1.0.0"},{key:"crm.deal.detail",version:"1.0.0"},{key:"crm.deal.card",version:"1.0.0"},{key:"crm.pipeline.metrics",version:"1.0.0"}],opToPresentation:[{op:{key:"crm.deal.list",version:"1.0.0"},pres:{key:"crm.pipeline.kanban",version:"1.0.0"}},{op:{key:"crm.deal.move",version:"1.0.0"},pres:{key:"crm.pipeline.kanban",version:"1.0.0"}}],presentationsTargets:[{key:"crm.dashboard",version:"1.0.0",targets:["react","markdown"]},{key:"crm.pipeline.kanban",version:"1.0.0",targets:["react","markdown"]},{key:"crm.deal.viewList",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"crm.pipeline.metrics",version:"1.0.0",targets:["react","markdown"]}],capabilities:{requires:[{key:"identity",version:"1.0.0"},{key:"audit-trail",version:"1.0.0"},{key:"notifications",version:"1.0.0"}]},telemetry:[{key:"crm-pipeline.telemetry",version:"1.0.0"}],docs:["docs.examples.crm-pipeline.goal","docs.examples.crm-pipeline.usage","docs.examples.crm-pipeline.reference","docs.examples.crm-pipeline.constraints"]});export{j as CrmPipelineFeature};
@@ -1 +1 @@
1
- import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"crm-pipeline",version:"1.0.0",title:"CRM Pipeline",description:"Sales CRM with contacts, companies, deals, pipelines, and tasks.",kind:"template",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["crm","sales","pipeline","deals"]},docs:{rootDocId:"docs.examples.crm-pipeline"},entrypoints:{packageName:"@contractspec/example.crm-pipeline",feature:"./feature",contracts:"./contracts",presentations:"./presentations",handlers:"./handlers",docs:"./docs"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs","builder","markdown","evolution"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};
1
+ import{defineExample as g}from"@contractspec/lib.contracts-spec/examples";var h=g({meta:{key:"examples.crm-pipeline",version:"1.0.0",title:"Crm Pipeline",description:"CRM Pipeline - Contacts, Companies, Deals, Tasks",kind:"template",visibility:"experimental",stability:"experimental",owners:["@contractspec-core"],tags:["package","examples","crm-pipeline"]},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs"]},studio:{enabled:!1,installable:!1},mcp:{enabled:!1}},entrypoints:{packageName:"@contractspec/example.crm-pipeline"}}),q=h;export{q as default,h as ExamplesCrmPipelineExample};