diff --git a/app/package.json b/app/package.json index f109aeb5f2..a9fd80f737 100644 --- a/app/package.json +++ b/app/package.json @@ -6,7 +6,7 @@ "license": "None", "private": true, "dependencies": { - "@arizeai/components": "^1.8.5", + "@arizeai/components": "^1.8.6", "@arizeai/openinference-semantic-conventions": "^0.10.0", "@arizeai/point-cloud": "^3.0.6", "@codemirror/autocomplete": "6.12.0", diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index c55e6936c8..db40877dee 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: dependencies: '@arizeai/components': - specifier: ^1.8.5 - version: 1.8.5(@types/react@18.3.10)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.8.6 + version: 1.8.6(@types/react@18.3.10)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@arizeai/openinference-semantic-conventions': specifier: ^0.10.0 version: 0.10.0 @@ -274,8 +274,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@arizeai/components@1.8.5': - resolution: {integrity: sha512-l4WwJw2CwhY4X/sQZ60Hm4VmBqVP3UmBIVhXhZByJo62GbPEii7E2AFx+YQyA7XiUwI4hGZ5aThd5oAuLFr9ZQ==} + '@arizeai/components@1.8.6': + resolution: {integrity: sha512-d6VQrm3sjcF2nWe4yREdp89okWvmOhQGUM0wJvgioDCvxvpFRJMNaWkkqkiCe7mxr340/micPGOTHW7wyBYWDQ==} engines: {node: '>=14'} peerDependencies: react: '>=18' @@ -3804,7 +3804,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@arizeai/components@1.8.5(@types/react@18.3.10)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@arizeai/components@1.8.6(@types/react@18.3.10)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@emotion/react': 11.11.4(@types/react@18.3.10)(react@18.3.1) '@react-aria/breadcrumbs': 3.5.13(react@18.3.1) diff --git a/app/src/pages/playground/Playground.tsx b/app/src/pages/playground/Playground.tsx index 06b41e7eea..14ab2704e6 100644 --- a/app/src/pages/playground/Playground.tsx +++ b/app/src/pages/playground/Playground.tsx @@ -45,7 +45,6 @@ export function Playground(props: InitialPlaygroundState) { > Playground - @@ -137,7 +136,7 @@ function PlaygroundContent() { > - + - - - - - {JSON.stringify( - "variables" in inputs ? inputs.variables : "inputs go here", - null, - 2 - )} - - + + } + > + + {JSON.stringify( + "variables" in inputs ? inputs.variables : "inputs go here", + null, + 2 + )} +
- {JSON.stringify( - "variables" in inputs ? inputs.variables : "inputs go here", - null, - 2 - )} -
+ {JSON.stringify( + "variables" in inputs ? inputs.variables : "inputs go here", + null, + 2 + )} +