@noodleseed/one 0.22.0 → 0.24.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/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/author-loop.d.ts +1 -0
- package/dist/commands/author-loop.d.ts.map +1 -1
- package/dist/commands/author-loop.js +6 -2
- package/dist/commands/author-loop.js.map +1 -1
- package/dist/commands/catalog-data-core.d.ts.map +1 -1
- package/dist/commands/catalog-data-core.js +17 -3
- package/dist/commands/catalog-data-core.js.map +1 -1
- package/dist/commands/catalog-data-resources.js +2 -2
- package/dist/commands/catalog-data-resources.js.map +1 -1
- package/dist/commands/catalog-dispatch.d.ts.map +1 -1
- package/dist/commands/catalog-dispatch.js +21 -2
- package/dist/commands/catalog-dispatch.js.map +1 -1
- package/dist/commands/catalog-render.d.ts.map +1 -1
- package/dist/commands/catalog-render.js +6 -0
- package/dist/commands/catalog-render.js.map +1 -1
- package/dist/commands/deploy-ops.d.ts.map +1 -1
- package/dist/commands/deploy-ops.js +30 -13
- package/dist/commands/deploy-ops.js.map +1 -1
- package/dist/commands/deploy-status-ops.d.ts +1 -1
- package/dist/commands/deploy-status-ops.d.ts.map +1 -1
- package/dist/commands/deploy-status-ops.js +8 -4
- package/dist/commands/deploy-status-ops.js.map +1 -1
- package/dist/commands/devtools.d.ts +11 -0
- package/dist/commands/devtools.d.ts.map +1 -0
- package/dist/commands/devtools.js +123 -0
- package/dist/commands/devtools.js.map +1 -0
- package/dist/commands/mcp-apps.d.ts +0 -1
- package/dist/commands/mcp-apps.d.ts.map +1 -1
- package/dist/commands/mcp-apps.js +71 -122
- package/dist/commands/mcp-apps.js.map +1 -1
- package/dist/commands/shared.d.ts +6 -0
- package/dist/commands/shared.d.ts.map +1 -1
- package/dist/commands/shared.js +19 -0
- package/dist/commands/shared.js.map +1 -1
- package/dist/deploy.d.ts +1 -1
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js +5 -1
- package/dist/deploy.js.map +1 -1
- package/dist/dev.d.ts.map +1 -1
- package/dist/dev.js +13 -1
- package/dist/dev.js.map +1 -1
- package/dist/fire.js +1 -1
- package/dist/fire.js.map +1 -1
- package/dist/first-run.d.ts +11 -0
- package/dist/first-run.d.ts.map +1 -1
- package/dist/first-run.js +19 -4
- package/dist/first-run.js.map +1 -1
- package/dist/flavor.d.ts +1 -1
- package/dist/flavor.d.ts.map +1 -1
- package/dist/flavor.js +12 -2
- package/dist/flavor.js.map +1 -1
- package/dist/project-scaffold-templates.d.ts +11 -0
- package/dist/project-scaffold-templates.d.ts.map +1 -0
- package/dist/project-scaffold-templates.js +359 -0
- package/dist/project-scaffold-templates.js.map +1 -0
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +1 -323
- package/dist/project.js.map +1 -1
- package/dist/react.d.ts +2 -2
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/validate.d.ts +12 -0
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +11 -0
- package/dist/validate.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js +4 -4
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +72 -13
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js +8 -3
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/package.json +1 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts +18 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.js +17 -4
- package/node_modules/@noodle-borg/authoring/dist/connectors.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts +3 -3
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts +302 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.js +39 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts +4 -2
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js +2 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts +2618 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js +110 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts +2 -2
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.js +38 -6
- package/node_modules/@noodle-borg/authoring/dist/recording.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts +25 -2
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.js +64 -6
- package/node_modules/@noodle-borg/authoring/dist/server.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.js +20 -8
- package/node_modules/@noodle-borg/compiler/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts +2 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js +6 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.d.ts +14 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.d.ts.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.js +66 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.js.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.d.ts +21 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.js +102 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.js.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile.d.ts +19 -4
- package/node_modules/@noodle-borg/connector-defs/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/compile.js +67 -99
- package/node_modules/@noodle-borg/connector-defs/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/schema.d.ts +168 -10
- package/node_modules/@noodle-borg/connector-defs/dist/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/schema.js +72 -5
- package/node_modules/@noodle-borg/connector-defs/dist/schema.js.map +1 -1
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.d.ts +6 -0
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.js +2 -0
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.js.map +1 -1
- package/node_modules/@noodle-borg/connector-http/package.json +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.d.ts.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.js +8 -0
- package/node_modules/@noodle-borg/protocol/dist/mapping.js.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/execute.d.ts.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/execute.js +87 -62
- package/node_modules/@noodle-borg/runtime/dist/execute.js.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/result.d.ts +1 -1
- package/node_modules/@noodle-borg/runtime/dist/result.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/credential-broker.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/credential-broker.js +113 -11
- package/node_modules/@noodle-borg/service/dist/credential-broker.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/app-client.d.ts +28 -5
- package/node_modules/@noodle-borg/service/dist/github/app-client.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/app-client.js +116 -7
- package/node_modules/@noodle-borg/service/dist/github/app-client.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.d.ts +12 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.js +15 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.d.ts +3 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.js +9 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.d.ts +21 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.js +192 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.d.ts +45 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.js +60 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.d.ts +64 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.js +121 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.d.ts +33 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.js +14 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.d.ts +36 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.js +107 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.d.ts +38 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.js +60 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.d.ts +24 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.js +98 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.d.ts +39 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.js +67 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.d.ts +18 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.js +32 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.d.ts +41 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.js +59 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts +7 -1
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/http-util.js +14 -0
- package/node_modules/@noodle-borg/service/dist/http-util.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/index.d.ts +13 -2
- package/node_modules/@noodle-borg/service/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/index.js +12 -1
- package/node_modules/@noodle-borg/service/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/main.js +72 -0
- package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/options.d.ts +26 -3
- package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-helpers.d.ts +12 -0
- package/node_modules/@noodle-borg/service/dist/registry-helpers.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-helpers.js +3 -0
- package/node_modules/@noodle-borg/service/dist/registry-helpers.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-types.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/registry-types.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.d.ts +7 -29
- package/node_modules/@noodle-borg/service/dist/registry.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.js +62 -57
- package/node_modules/@noodle-borg/service/dist/registry.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.d.ts +3 -2
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.js +36 -8
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.d.ts +3 -2
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js +100 -12
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.js +36 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.d.ts +13 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js +84 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.d.ts +5 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.js +73 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.d.ts +23 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.js +41 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts +4 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.js +10 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.d.ts +85 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.js +90 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.js +31 -0
- package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.js +8 -13
- package/node_modules/@noodle-borg/service/dist/service.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.js +5 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections.js +5 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.d.ts +120 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.js +6 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.d.ts +6 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.js +18 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.d.ts +22 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.js +39 -2
- package/node_modules/@noodle-borg/service/dist/store/github-runs.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.d.ts +13 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.js +115 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.js +6 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts +15 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.js +22 -2
- package/node_modules/@noodle-borg/service/dist/store/postgres.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.d.ts +22 -99
- package/node_modules/@noodle-borg/service/dist/store.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.js.map +1 -1
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/helper/css/common.js +3 -1
- package/node_modules/hono/dist/cjs/helper/css/index.js +9 -1
- package/node_modules/hono/dist/cjs/jsx/base.js +8 -14
- package/node_modules/hono/dist/cjs/jsx/components.js +41 -21
- package/node_modules/hono/dist/cjs/jsx/context.js +131 -5
- package/node_modules/hono/dist/cjs/jsx/streaming.js +9 -7
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/cjs/utils/body.js +12 -4
- package/node_modules/hono/dist/cjs/utils/buffer.js +2 -1
- package/node_modules/hono/dist/cjs/validator/validator.js +3 -3
- package/node_modules/hono/dist/helper/css/common.js +3 -1
- package/node_modules/hono/dist/helper/css/index.js +9 -1
- package/node_modules/hono/dist/jsx/base.js +15 -15
- package/node_modules/hono/dist/jsx/components.js +42 -22
- package/node_modules/hono/dist/jsx/context.js +129 -5
- package/node_modules/hono/dist/jsx/streaming.js +10 -8
- package/node_modules/hono/dist/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +1 -1
- package/node_modules/hono/dist/types/jsx/base.d.ts +1 -3
- package/node_modules/hono/dist/types/jsx/context.d.ts +39 -0
- package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +2 -2
- package/node_modules/hono/dist/types/utils/body.d.ts +1 -1
- package/node_modules/hono/dist/utils/body.js +12 -4
- package/node_modules/hono/dist/utils/buffer.js +2 -1
- package/node_modules/hono/dist/validator/validator.js +3 -3
- package/node_modules/hono/package.json +9 -10
- package/node_modules/tailwindcss/dist/chunk-HMCCH6MG.mjs +1 -0
- package/node_modules/tailwindcss/dist/default-theme.mjs +1 -1
- package/node_modules/tailwindcss/dist/lib.js +13 -13
- package/node_modules/tailwindcss/dist/lib.mjs +18 -18
- package/node_modules/tailwindcss/package.json +2 -2
- package/node_modules/undici/README.md +3 -2
- package/node_modules/undici/docs/docs/api/Agent.md +248 -44
- package/node_modules/undici/docs/docs/api/BalancedPool.md +246 -48
- package/node_modules/undici/docs/docs/api/CacheStorage.md +171 -13
- package/node_modules/undici/docs/docs/api/CacheStore.md +294 -98
- package/node_modules/undici/docs/docs/api/Client.md +365 -178
- package/node_modules/undici/docs/docs/api/ClientStats.md +80 -14
- package/node_modules/undici/docs/docs/api/Connector.md +118 -36
- package/node_modules/undici/docs/docs/api/ContentType.md +65 -25
- package/node_modules/undici/docs/docs/api/Cookies.md +125 -47
- package/node_modules/undici/docs/docs/api/Debug.md +34 -18
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +364 -164
- package/node_modules/undici/docs/docs/api/Dispatcher.md +479 -1093
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +101 -87
- package/node_modules/undici/docs/docs/api/Errors.md +503 -40
- package/node_modules/undici/docs/docs/api/EventSource.md +294 -32
- package/node_modules/undici/docs/docs/api/Fetch.md +680 -31
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +78 -98
- package/node_modules/undici/docs/docs/api/H2CClient.md +298 -176
- package/node_modules/undici/docs/docs/api/Interceptors.md +355 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +314 -322
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +272 -98
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +189 -26
- package/node_modules/undici/docs/docs/api/MockClient.md +151 -33
- package/node_modules/undici/docs/docs/api/MockErrors.md +56 -5
- package/node_modules/undici/docs/docs/api/MockPool.md +299 -263
- package/node_modules/undici/docs/docs/api/Pool.md +235 -43
- package/node_modules/undici/docs/docs/api/PoolStats.md +119 -13
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +179 -160
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +238 -63
- package/node_modules/undici/docs/docs/api/RetryAgent.md +113 -26
- package/node_modules/undici/docs/docs/api/RetryHandler.md +161 -77
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +166 -72
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +264 -542
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +162 -186
- package/node_modules/undici/docs/docs/api/Util.md +68 -11
- package/node_modules/undici/docs/docs/api/WebSocket.md +475 -80
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +100 -32
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +2 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +6 -4
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +9 -7
- package/node_modules/undici/docs/docs/best-practices/proxy.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +10 -8
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +2 -0
- package/node_modules/undici/docs/docs/{GettingStarted.md → getting-started.md} +22 -19
- package/node_modules/undici/docs/docs/index.md +779 -0
- package/node_modules/undici/docs/docs/site.json +125 -0
- package/node_modules/undici/docs/docs/type-map.json +79 -0
- package/node_modules/undici/lib/api/api-request.js +7 -1
- package/node_modules/undici/lib/api/readable.js +47 -2
- package/node_modules/undici/lib/core/errors.js +20 -0
- package/node_modules/undici/lib/core/request.js +1 -1
- package/node_modules/undici/lib/core/util.js +24 -1
- package/node_modules/undici/lib/dispatcher/client-h1.js +92 -1
- package/node_modules/undici/lib/dispatcher/client-h2.js +322 -118
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +1 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +42 -7
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +4 -2
- package/node_modules/undici/lib/handler/redirect-handler.js +1 -0
- package/node_modules/undici/lib/handler/retry-handler.js +57 -19
- package/node_modules/undici/lib/util/cache.js +8 -2
- package/node_modules/undici/lib/web/cookies/parse.js +20 -27
- package/node_modules/undici/lib/web/cookies/util.js +1 -1
- package/node_modules/undici/lib/web/eventsource/eventsource.js +7 -18
- package/node_modules/undici/lib/web/eventsource/util.js +32 -1
- package/node_modules/undici/lib/web/fetch/body.js +43 -0
- package/node_modules/undici/lib/web/fetch/constants.js +1 -1
- package/node_modules/undici/lib/web/fetch/index.js +11 -2
- package/node_modules/undici/lib/web/fetch/request.js +1 -0
- package/node_modules/undici/lib/web/fetch/util.js +4 -1
- package/node_modules/undici/lib/web/websocket/receiver.js +20 -3
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -1
- package/node_modules/undici/lib/web/websocket/websocket.js +3 -1
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/client.d.ts +6 -1
- package/node_modules/undici/types/cookies.d.ts +1 -1
- package/node_modules/undici/types/errors.d.ts +10 -0
- package/node_modules/undici/types/fetch.d.ts +1 -0
- package/node_modules/undici/types/handlers.d.ts +2 -0
- package/node_modules/undici/types/proxy-agent.d.ts +7 -0
- package/package.json +4 -4
- package/react/styles.css +510 -5
- package/react/styles.source.css +850 -0
- package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +0 -1
- package/node_modules/tailwindcss/dist/chunk-XVOTX5KS.mjs +0 -1
|
@@ -1437,13 +1437,308 @@ export declare function View<ViewName extends string>({ name, children, classNam
|
|
|
1437
1437
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1438
1438
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1439
1439
|
}, HTMLElement>;
|
|
1440
|
+
export type ViewNavProps<ViewName extends string = string> = HTMLAttributes<HTMLElement> & {
|
|
1441
|
+
readonly activeView: ViewName;
|
|
1442
|
+
readonly items: readonly {
|
|
1443
|
+
readonly view: ViewName;
|
|
1444
|
+
readonly label: ReactNode;
|
|
1445
|
+
}[];
|
|
1446
|
+
readonly onNavigate: (view: ViewName) => void;
|
|
1447
|
+
readonly variant?: 'tabs' | 'steps' | 'segmented';
|
|
1448
|
+
};
|
|
1449
|
+
export declare function ViewNav<ViewName extends string>({ activeView, items, onNavigate, variant, className, ...props }: ViewNavProps<ViewName>): import("react").DetailedReactHTMLElement<{
|
|
1450
|
+
className: string | undefined;
|
|
1451
|
+
defaultChecked?: boolean | undefined;
|
|
1452
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1453
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1454
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1455
|
+
accessKey?: string | undefined;
|
|
1456
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
1457
|
+
autoFocus?: boolean | undefined;
|
|
1458
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
1459
|
+
contextMenu?: string | undefined;
|
|
1460
|
+
dir?: string | undefined;
|
|
1461
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1462
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
1463
|
+
hidden?: boolean | undefined;
|
|
1464
|
+
id?: string | undefined;
|
|
1465
|
+
lang?: string | undefined;
|
|
1466
|
+
nonce?: string | undefined;
|
|
1467
|
+
slot?: string | undefined;
|
|
1468
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1469
|
+
style?: import("react").CSSProperties | undefined;
|
|
1470
|
+
tabIndex?: number | undefined;
|
|
1471
|
+
title?: string | undefined;
|
|
1472
|
+
translate?: "yes" | "no" | undefined;
|
|
1473
|
+
radioGroup?: string | undefined;
|
|
1474
|
+
role?: import("react").AriaRole | undefined;
|
|
1475
|
+
about?: string | undefined;
|
|
1476
|
+
content?: string | undefined;
|
|
1477
|
+
datatype?: string | undefined;
|
|
1478
|
+
inlist?: any;
|
|
1479
|
+
prefix?: string | undefined;
|
|
1480
|
+
property?: string | undefined;
|
|
1481
|
+
rel?: string | undefined;
|
|
1482
|
+
resource?: string | undefined;
|
|
1483
|
+
rev?: string | undefined;
|
|
1484
|
+
typeof?: string | undefined;
|
|
1485
|
+
vocab?: string | undefined;
|
|
1486
|
+
autoCorrect?: string | undefined;
|
|
1487
|
+
autoSave?: string | undefined;
|
|
1488
|
+
color?: string | undefined;
|
|
1489
|
+
itemProp?: string | undefined;
|
|
1490
|
+
itemScope?: boolean | undefined;
|
|
1491
|
+
itemType?: string | undefined;
|
|
1492
|
+
itemID?: string | undefined;
|
|
1493
|
+
itemRef?: string | undefined;
|
|
1494
|
+
results?: number | undefined;
|
|
1495
|
+
security?: string | undefined;
|
|
1496
|
+
unselectable?: "on" | "off" | undefined;
|
|
1497
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
1498
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
1499
|
+
popoverTarget?: string | undefined;
|
|
1500
|
+
inert?: boolean | undefined;
|
|
1501
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1502
|
+
is?: string | undefined;
|
|
1503
|
+
exportparts?: string | undefined;
|
|
1504
|
+
part?: string | undefined;
|
|
1505
|
+
"aria-activedescendant"?: string | undefined;
|
|
1506
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1507
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1508
|
+
"aria-braillelabel"?: string | undefined;
|
|
1509
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1510
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1511
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1512
|
+
"aria-colcount"?: number | undefined;
|
|
1513
|
+
"aria-colindex"?: number | undefined;
|
|
1514
|
+
"aria-colindextext"?: string | undefined;
|
|
1515
|
+
"aria-colspan"?: number | undefined;
|
|
1516
|
+
"aria-controls"?: string | undefined;
|
|
1517
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1518
|
+
"aria-describedby"?: string | undefined;
|
|
1519
|
+
"aria-description"?: string | undefined;
|
|
1520
|
+
"aria-details"?: string | undefined;
|
|
1521
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1522
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1523
|
+
"aria-errormessage"?: string | undefined;
|
|
1524
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1525
|
+
"aria-flowto"?: string | undefined;
|
|
1526
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1527
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1528
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1529
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1530
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1531
|
+
"aria-label"?: string | undefined;
|
|
1532
|
+
"aria-labelledby"?: string | undefined;
|
|
1533
|
+
"aria-level"?: number | undefined;
|
|
1534
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1535
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1536
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1537
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1538
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1539
|
+
"aria-owns"?: string | undefined;
|
|
1540
|
+
"aria-placeholder"?: string | undefined;
|
|
1541
|
+
"aria-posinset"?: number | undefined;
|
|
1542
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1543
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1544
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1545
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1546
|
+
"aria-roledescription"?: string | undefined;
|
|
1547
|
+
"aria-rowcount"?: number | undefined;
|
|
1548
|
+
"aria-rowindex"?: number | undefined;
|
|
1549
|
+
"aria-rowindextext"?: string | undefined;
|
|
1550
|
+
"aria-rowspan"?: number | undefined;
|
|
1551
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1552
|
+
"aria-setsize"?: number | undefined;
|
|
1553
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1554
|
+
"aria-valuemax"?: number | undefined;
|
|
1555
|
+
"aria-valuemin"?: number | undefined;
|
|
1556
|
+
"aria-valuenow"?: number | undefined;
|
|
1557
|
+
"aria-valuetext"?: string | undefined;
|
|
1558
|
+
children?: ReactNode | undefined;
|
|
1559
|
+
dangerouslySetInnerHTML?: {
|
|
1560
|
+
__html: string | TrustedHTML;
|
|
1561
|
+
} | undefined;
|
|
1562
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1563
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1564
|
+
onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1565
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1566
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1567
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
1568
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1569
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1570
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1571
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1572
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1573
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
1574
|
+
onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
1575
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
1576
|
+
onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
1577
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
1578
|
+
onChange?: import("react").ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
1579
|
+
onChangeCapture?: import("react").ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
1580
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
1581
|
+
onBeforeInputCapture?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
1582
|
+
onInput?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
1583
|
+
onInputCapture?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
1584
|
+
onReset?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1585
|
+
onResetCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1586
|
+
onSubmit?: import("react").SubmitEventHandler<HTMLElement> | undefined;
|
|
1587
|
+
onSubmitCapture?: import("react").SubmitEventHandler<HTMLElement> | undefined;
|
|
1588
|
+
onInvalid?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1589
|
+
onInvalidCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1590
|
+
onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1591
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1592
|
+
onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1593
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1594
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1595
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1596
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1597
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1598
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1599
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
1600
|
+
onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1601
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1602
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1603
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1604
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1605
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1606
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1607
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1608
|
+
onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1609
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1610
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1611
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1612
|
+
onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1613
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1614
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1615
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1616
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1617
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1618
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1619
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1620
|
+
onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1621
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1622
|
+
onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1623
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1624
|
+
onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1625
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1626
|
+
onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1627
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1628
|
+
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1629
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1630
|
+
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1631
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1632
|
+
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1633
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1634
|
+
onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1635
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1636
|
+
onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1637
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1638
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1639
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1640
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1641
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1642
|
+
onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1643
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1644
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1645
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1646
|
+
onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1647
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1648
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1649
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1650
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1651
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1652
|
+
onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1653
|
+
onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1654
|
+
onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1655
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1656
|
+
onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1657
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1658
|
+
onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1659
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1660
|
+
onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1661
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1662
|
+
onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1663
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1664
|
+
onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1665
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1666
|
+
onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1667
|
+
onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
1668
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1669
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1670
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1671
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1672
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1673
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1674
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1675
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1676
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1677
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1678
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1679
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
1680
|
+
onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1681
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
1682
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1683
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1684
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1685
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1686
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1687
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1688
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1689
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
1690
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1691
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1692
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1693
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1694
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1695
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1696
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1697
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1698
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1699
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1700
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1701
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1702
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1703
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1704
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1705
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1706
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1707
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
1708
|
+
onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
1709
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
1710
|
+
onScrollEnd?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
1711
|
+
onScrollEndCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
1712
|
+
onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
1713
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
1714
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1715
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1716
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1717
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1718
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1719
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1720
|
+
onToggle?: import("react").ToggleEventHandler<HTMLElement> | undefined;
|
|
1721
|
+
onBeforeToggle?: import("react").ToggleEventHandler<HTMLElement> | undefined;
|
|
1722
|
+
onTransitionCancel?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1723
|
+
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1724
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1725
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1726
|
+
onTransitionRun?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1727
|
+
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1728
|
+
onTransitionStart?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1729
|
+
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1730
|
+
}, HTMLElement>;
|
|
1440
1731
|
export type OverlayProps = HTMLAttributes<HTMLDivElement> & {
|
|
1441
1732
|
readonly open: boolean;
|
|
1442
1733
|
readonly mode?: 'modal' | 'sheet' | 'detail';
|
|
1734
|
+
readonly title?: ReactNode;
|
|
1735
|
+
readonly description?: ReactNode;
|
|
1736
|
+
readonly actions?: ReactNode;
|
|
1443
1737
|
};
|
|
1444
|
-
export declare function Overlay({ open, mode, children, className, ...props }: OverlayProps): import("react").DetailedReactHTMLElement<{
|
|
1738
|
+
export declare function Overlay({ open, mode, title, description, actions, children, className, ...props }: OverlayProps): import("react").DetailedReactHTMLElement<{
|
|
1445
1739
|
className: string | undefined;
|
|
1446
1740
|
role: "dialog";
|
|
1741
|
+
'aria-modal': true | undefined;
|
|
1447
1742
|
defaultChecked?: boolean | undefined;
|
|
1448
1743
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1449
1744
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1464,7 +1759,6 @@ export declare function Overlay({ open, mode, children, className, ...props }: O
|
|
|
1464
1759
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1465
1760
|
style?: import("react").CSSProperties | undefined;
|
|
1466
1761
|
tabIndex?: number | undefined;
|
|
1467
|
-
title?: string | undefined;
|
|
1468
1762
|
translate?: "yes" | "no" | undefined;
|
|
1469
1763
|
radioGroup?: string | undefined;
|
|
1470
1764
|
about?: string | undefined;
|
|
@@ -1527,7 +1821,6 @@ export declare function Overlay({ open, mode, children, className, ...props }: O
|
|
|
1527
1821
|
"aria-labelledby"?: string | undefined;
|
|
1528
1822
|
"aria-level"?: number | undefined;
|
|
1529
1823
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1530
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1531
1824
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1532
1825
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1533
1826
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
@@ -2011,7 +2304,7 @@ export type AsyncBoundaryProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
2011
2304
|
readonly empty?: ReactNode;
|
|
2012
2305
|
readonly isEmpty?: boolean;
|
|
2013
2306
|
};
|
|
2014
|
-
export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, children, className, ...props }: AsyncBoundaryProps): import("react").FunctionComponentElement<
|
|
2307
|
+
export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, children, className, ...props }: AsyncBoundaryProps): import("react").FunctionComponentElement<import("./semantic-components.js").FeedbackProps> | import("react").DetailedReactHTMLElement<{
|
|
2015
2308
|
className: string | undefined;
|
|
2016
2309
|
defaultChecked?: boolean | undefined;
|
|
2017
2310
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -4578,9 +4871,12 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4578
4871
|
export type FieldProps = HTMLAttributes<HTMLLabelElement> & {
|
|
4579
4872
|
readonly label: ReactNode;
|
|
4580
4873
|
readonly detail?: ReactNode;
|
|
4874
|
+
readonly error?: ReactNode;
|
|
4875
|
+
readonly required?: boolean;
|
|
4581
4876
|
};
|
|
4582
|
-
export declare function Field({ label, detail, children, className, ...props }: FieldProps): import("react").DetailedReactHTMLElement<{
|
|
4877
|
+
export declare function Field({ label, detail, error, required, children, className, ...props }: FieldProps): import("react").DetailedReactHTMLElement<{
|
|
4583
4878
|
className: string | undefined;
|
|
4879
|
+
'aria-invalid': true | undefined;
|
|
4584
4880
|
defaultChecked?: boolean | undefined;
|
|
4585
4881
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
4586
4882
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -4659,7 +4955,6 @@ export declare function Field({ label, detail, children, className, ...props }:
|
|
|
4659
4955
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
4660
4956
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
4661
4957
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
4662
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
4663
4958
|
"aria-keyshortcuts"?: string | undefined;
|
|
4664
4959
|
"aria-label"?: string | undefined;
|
|
4665
4960
|
"aria-labelledby"?: string | undefined;
|
|
@@ -4865,7 +5160,7 @@ export type SubmitButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
|
4865
5160
|
readonly pendingLabel?: ReactNode;
|
|
4866
5161
|
};
|
|
4867
5162
|
export declare function SubmitButton({ pending, pendingLabel, children, disabled, ...props }: SubmitButtonProps): import("react").DetailedReactHTMLElement<{
|
|
4868
|
-
type: "button" | "
|
|
5163
|
+
type: "button" | "submit" | "reset";
|
|
4869
5164
|
disabled: boolean;
|
|
4870
5165
|
'aria-busy': true | undefined;
|
|
4871
5166
|
form?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/react/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/react/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { createElement, isValidElement, } from 'react';
|
|
2
2
|
import { useLayout } from './hooks.js';
|
|
3
|
+
import { Feedback } from './semantic-components.js';
|
|
3
4
|
export function AppShell({ title, subtitle, icon, badge, footer, displayMode = 'inline', children, className, ...props }) {
|
|
4
5
|
const layout = useLayout();
|
|
5
6
|
const resolvedDisplayMode = displayMode === 'auto' ? layout.displayMode : displayMode;
|
|
@@ -48,24 +49,51 @@ export function ViewStack({ flow, children, className, ...props }) {
|
|
|
48
49
|
export function View({ name, children, className, ...props }) {
|
|
49
50
|
return createElement('section', { ...props, className: join('nsr-view', className), 'data-view': name }, children);
|
|
50
51
|
}
|
|
51
|
-
export function
|
|
52
|
+
export function ViewNav({ activeView, items, onNavigate, variant = 'tabs', className, ...props }) {
|
|
53
|
+
return createElement('nav', { ...props, className: join('nsr-view-nav', `nsr-view-nav-${variant}`, className) }, items.map((item, index) => createElement('button', {
|
|
54
|
+
key: item.view,
|
|
55
|
+
className: 'nsr-view-nav-item',
|
|
56
|
+
type: 'button',
|
|
57
|
+
'aria-current': activeView === item.view ? 'page' : undefined,
|
|
58
|
+
'data-step': variant === 'steps' ? String(index + 1) : undefined,
|
|
59
|
+
onClick: () => onNavigate(item.view),
|
|
60
|
+
}, item.label)));
|
|
61
|
+
}
|
|
62
|
+
export function Overlay({ open, mode = 'modal', title, description, actions, children, className, ...props }) {
|
|
52
63
|
if (!open)
|
|
53
64
|
return null;
|
|
54
|
-
return createElement('div', {
|
|
65
|
+
return createElement('div', {
|
|
66
|
+
...props,
|
|
67
|
+
className: join('nsr-overlay', `nsr-overlay-${mode}`, className),
|
|
68
|
+
role: 'dialog',
|
|
69
|
+
'aria-modal': mode === 'modal' || mode === 'sheet' ? true : undefined,
|
|
70
|
+
}, title === undefined && description === undefined && actions === undefined
|
|
71
|
+
? null
|
|
72
|
+
: createElement('header', { className: 'nsr-overlay-header' }, createElement('div', { className: 'nsr-title-block' }, title === undefined
|
|
73
|
+
? null
|
|
74
|
+
: createElement('h2', { className: 'nsr-overlay-title' }, title), description === undefined
|
|
75
|
+
? null
|
|
76
|
+
: createElement('p', { className: 'nsr-overlay-description' }, description)), actions === undefined
|
|
77
|
+
? null
|
|
78
|
+
: createElement('div', { className: 'nsr-overlay-actions' }, actions)), createElement('div', { className: 'nsr-overlay-body' }, children));
|
|
55
79
|
}
|
|
56
80
|
export function ActionBar({ children, className, ...props }) {
|
|
57
81
|
return createElement('div', { ...props, className: join('nsr-actions', className) }, children);
|
|
58
82
|
}
|
|
59
83
|
export function AsyncBoundary({ state, loading, error, empty, isEmpty = false, children, className, ...props }) {
|
|
60
84
|
if (state?.status === 'pending') {
|
|
61
|
-
return createElement(
|
|
85
|
+
return createElement(Feedback, { className, status: 'loading' }, loading ?? null);
|
|
62
86
|
}
|
|
63
87
|
if (state?.status === 'error') {
|
|
64
88
|
const content = typeof error === 'function' ? error(state.error ?? new Error('Request failed')) : error;
|
|
65
|
-
return createElement(
|
|
89
|
+
return createElement(Feedback, {
|
|
90
|
+
className,
|
|
91
|
+
status: 'error',
|
|
92
|
+
description: content ?? state.error?.message ?? 'Request failed',
|
|
93
|
+
});
|
|
66
94
|
}
|
|
67
95
|
if (isEmpty)
|
|
68
|
-
return createElement(
|
|
96
|
+
return createElement(Feedback, { className, status: 'empty' }, empty ?? null);
|
|
69
97
|
return createElement('div', { ...props, className: join('nsr-async', className) }, children);
|
|
70
98
|
}
|
|
71
99
|
export function EmptyState({ children, className, ...props }) {
|
|
@@ -115,8 +143,12 @@ export function ChoiceGroup({ values, selected, onChange, labelFor = (value) =>
|
|
|
115
143
|
}), createElement('span', null, labelFor(value)));
|
|
116
144
|
}));
|
|
117
145
|
}
|
|
118
|
-
export function Field({ label, detail, children, className, ...props }) {
|
|
119
|
-
return createElement('label', {
|
|
146
|
+
export function Field({ label, detail, error, required = false, children, className, ...props }) {
|
|
147
|
+
return createElement('label', {
|
|
148
|
+
...props,
|
|
149
|
+
className: join('nsr-field', className),
|
|
150
|
+
'aria-invalid': error === undefined ? undefined : true,
|
|
151
|
+
}, createElement('span', { className: 'nsr-field-label' }, label, required ? createElement('span', { className: 'nsr-field-required' }, ' *') : null), children, detail === undefined ? null : createElement('span', { className: 'nsr-field-detail' }, detail), error === undefined ? null : createElement('span', { className: 'nsr-field-error' }, error));
|
|
120
152
|
}
|
|
121
153
|
export function SubmitButton({ pending = false, pendingLabel, children, disabled, ...props }) {
|
|
122
154
|
return createElement('button', {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/react/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/react/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
export type { AppFlow, AppFlowConfig, AppFlowOverlay, AppFlowSnapshot, AppFlowViewParams, } from './app-flow.js';
|
|
2
2
|
export { useAppFlow } from './app-flow.js';
|
|
3
|
-
export type { ActionBarProps, AppShellProps, AsyncBoundaryProps, ChoiceGroupProps, DataCardProps, DataListProps, EmptyStateProps, ErrorStateProps, FieldProps, HandoffButtonProps, LoadingStateProps, OverlayProps, QuantityStepperProps, ShellHeaderProps, ShellNavProps, StatusBadgeProps, SubmitButtonProps, ViewProps, ViewStackProps, } from './components.js';
|
|
4
|
-
export { ActionBar, AppShell, AsyncBoundary, ChoiceGroup, DataCard, DataList, EmptyState, ErrorState, Field, HandoffButton, LoadingState, Overlay, QuantityStepper, ShellHeader, ShellNav, StatusBadge, SubmitButton, View, ViewStack, } from './components.js';
|
|
3
|
+
export type { ActionBarProps, AppShellProps, AsyncBoundaryProps, ChoiceGroupProps, DataCardProps, DataListProps, EmptyStateProps, ErrorStateProps, FieldProps, HandoffButtonProps, LoadingStateProps, OverlayProps, QuantityStepperProps, ShellHeaderProps, ShellNavProps, StatusBadgeProps, SubmitButtonProps, ViewNavProps, ViewProps, ViewStackProps, } from './components.js';
|
|
4
|
+
export { ActionBar, AppShell, AsyncBoundary, ChoiceGroup, DataCard, DataList, EmptyState, ErrorState, Field, HandoffButton, LoadingState, Overlay, QuantityStepper, ShellHeader, ShellNav, StatusBadge, SubmitButton, View, ViewNav, ViewStack, } from './components.js';
|
|
5
5
|
export type { HandoffController, HandoffState } from './handoff.js';
|
|
6
6
|
export { useHandoff } from './handoff.js';
|
|
7
7
|
export type { CallToolState, GeneratedReactHelpers, LayoutState, NoodleReactBridge, ToolResult, ToolStatus, } from './hooks.js';
|
|
8
8
|
export { generateHelpers, useCallTool, useLayout, useOpenExternal, useRequestDisplayMode, useSendFollowUpMessage, useToolInfo, useViewState, } from './hooks.js';
|
|
9
9
|
export type { ExpandButtonProps, FullscreenShellProps, InlineCardProps, InlineCarouselProps, InlineListItem, InlineListProps, } from './native-components.js';
|
|
10
10
|
export { ExpandButton, FullscreenShell, InlineCard, InlineCarousel, InlineList, } from './native-components.js';
|
|
11
|
+
export type { ActionProps, CollectionItemProps, CollectionProps, FactProps, FeedbackProps, FlowProps, FrameProps, RegionProps, } from './semantic-components.js';
|
|
12
|
+
export { Action, Collection, Fact, Feedback, Flow, Frame, Region, } from './semantic-components.js';
|
|
11
13
|
export type { StoreHookResult } from './store.js';
|
|
12
14
|
export { createViewStore } from './store.js';
|
|
13
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/react/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,OAAO,EACP,aAAa,EACb,cAAc,EACd,eAAe,EACf,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EACV,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,eAAe,EACf,eAAe,EACf,UAAU,EACV,kBAAkB,EAClB,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,SAAS,EACT,cAAc,GACf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,SAAS,EACT,QAAQ,EACR,aAAa,EACb,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,UAAU,EACV,KAAK,EACL,aAAa,EACb,YAAY,EACZ,OAAO,EACP,eAAe,EACf,WAAW,EACX,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,IAAI,EACJ,SAAS,GACV,MAAM,iBAAiB,CAAC;AACzB,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,aAAa,EACb,qBAAqB,EACrB,WAAW,EACX,iBAAiB,EACjB,UAAU,EACV,UAAU,GACX,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,eAAe,EACf,WAAW,EACX,SAAS,EACT,eAAe,EACf,qBAAqB,EACrB,sBAAsB,EACtB,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAC;AACpB,YAAY,EACV,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,eAAe,GAChB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,eAAe,EACf,UAAU,EACV,cAAc,EACd,UAAU,GACX,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/react/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,OAAO,EACP,aAAa,EACb,cAAc,EACd,eAAe,EACf,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EACV,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,eAAe,EACf,eAAe,EACf,UAAU,EACV,kBAAkB,EAClB,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,SAAS,EACT,cAAc,GACf,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,SAAS,EACT,QAAQ,EACR,aAAa,EACb,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,UAAU,EACV,KAAK,EACL,aAAa,EACb,YAAY,EACZ,OAAO,EACP,eAAe,EACf,WAAW,EACX,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,IAAI,EACJ,OAAO,EACP,SAAS,GACV,MAAM,iBAAiB,CAAC;AACzB,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,aAAa,EACb,qBAAqB,EACrB,WAAW,EACX,iBAAiB,EACjB,UAAU,EACV,UAAU,GACX,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,eAAe,EACf,WAAW,EACX,SAAS,EACT,eAAe,EACf,qBAAqB,EACrB,sBAAsB,EACtB,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAC;AACpB,YAAY,EACV,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,eAAe,GAChB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,eAAe,EACf,UAAU,EACV,cAAc,EACd,UAAU,GACX,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,WAAW,EACX,mBAAmB,EACnB,eAAe,EACf,SAAS,EACT,aAAa,EACb,SAAS,EACT,UAAU,EACV,WAAW,GACZ,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,MAAM,EACN,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,MAAM,GACP,MAAM,0BAA0B,CAAC;AAClC,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export { useAppFlow } from './app-flow.js';
|
|
2
|
-
export { ActionBar, AppShell, AsyncBoundary, ChoiceGroup, DataCard, DataList, EmptyState, ErrorState, Field, HandoffButton, LoadingState, Overlay, QuantityStepper, ShellHeader, ShellNav, StatusBadge, SubmitButton, View, ViewStack, } from './components.js';
|
|
2
|
+
export { ActionBar, AppShell, AsyncBoundary, ChoiceGroup, DataCard, DataList, EmptyState, ErrorState, Field, HandoffButton, LoadingState, Overlay, QuantityStepper, ShellHeader, ShellNav, StatusBadge, SubmitButton, View, ViewNav, ViewStack, } from './components.js';
|
|
3
3
|
export { useHandoff } from './handoff.js';
|
|
4
4
|
export { generateHelpers, useCallTool, useLayout, useOpenExternal, useRequestDisplayMode, useSendFollowUpMessage, useToolInfo, useViewState, } from './hooks.js';
|
|
5
5
|
export { ExpandButton, FullscreenShell, InlineCard, InlineCarousel, InlineList, } from './native-components.js';
|
|
6
|
+
export { Action, Collection, Fact, Feedback, Flow, Frame, Region, } from './semantic-components.js';
|
|
6
7
|
export { createViewStore } from './store.js';
|
|
7
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/react/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/react/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAuB3C,OAAO,EACL,SAAS,EACT,QAAQ,EACR,aAAa,EACb,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,UAAU,EACV,KAAK,EACL,aAAa,EACb,YAAY,EACZ,OAAO,EACP,eAAe,EACf,WAAW,EACX,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,IAAI,EACJ,OAAO,EACP,SAAS,GACV,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAS1C,OAAO,EACL,eAAe,EACf,WAAW,EACX,SAAS,EACT,eAAe,EACf,qBAAqB,EACrB,sBAAsB,EACtB,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAC;AASpB,OAAO,EACL,YAAY,EACZ,eAAe,EACf,UAAU,EACV,cAAc,EACd,UAAU,GACX,MAAM,wBAAwB,CAAC;AAWhC,OAAO,EACL,MAAM,EACN,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,MAAM,GACP,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
|