Skip to content

Commit

Permalink
Adding Sample Widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Sep 26, 2024
1 parent c911dba commit ece035c
Show file tree
Hide file tree
Showing 14 changed files with 254 additions and 131 deletions.
38 changes: 31 additions & 7 deletions directory/sail.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
}
},
{
"appId": "trading-view-news-1",
"name": "Top Stories",
"title": "Top Stories",
"description": "Help your audience keep track of what's happening in the crypto and stock markets with our daily news briefs – designed to be read in 20 seconds or less.",
"appId": "benzinga-view-news-1",
"name": "Benzinga News",
"title": "Benzinga News",
"description": "Benzinga Finance News",
"type": "web",
"details": {
"url": "/static/example-apps/tradingview/top-stories/top-stories.html"
"url": "/static/example-apps/benzinga/news/news.html"
},
"screenshots": [
{
"src": "/static/example-apps/tradingview/top-stories/top-stories.png",
"src": "/static/example-apps/benzinga/news/screenshot.png",
"label": "Demo Screenshot"
}
],
Expand All @@ -56,7 +56,7 @@
"publisher": "FINOS",
"icons": [
{
"src": "/static/example-apps/tradingview/tradingview-icon.png"
"src": "/static/example-apps/benzinga/benzinga.svg"
}
],
"interop": {
Expand All @@ -72,6 +72,30 @@
}
}
},
{
"appId": "trading-top-stories-1",
"name": "Top Stories",
"title": "Top Stories",
"description": "Help your audience keep track of what's happening in the crypto and stock markets with our daily news briefs – designed to be read in 20 seconds or less.",
"type": "web",
"details": {
"url": "/static/example-apps/tradingview/top-stories/top-stories.html"
},
"screenshots": [
{
"src": "/static/example-apps/tradingview/top-stories/screenshot.png",
"label": "Demo Screenshot"
}
],
"hostManifests": {},
"version": "1.0.0",
"publisher": "FINOS",
"icons": [
{
"src": "/static/example-apps/tradingview/tradingview-icon.png"
}
]
},
{
"appId": "workbench",
"name": "FDC3 Workbench",
Expand Down
66 changes: 33 additions & 33 deletions fdc3-workbench/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fdc3-workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"devDependencies": {
"@kite9/fdc3": "2.2.0-beta.26",
"@kite9/fdc3": "2.2.0-beta.27",
"@types/jsoneditor": "^8.6.1",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.0",
Expand Down Expand Up @@ -75,4 +75,4 @@
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}
}
128 changes: 72 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"concurrently": "^8.2.2"
},
"dependencies": {
"@kite9/fdc3": "../FDC3/packages/fdc3",
"@kite9/fdc3-web-impl": "../FDC3/toolbox/fdc3-for-web/fdc3-web-impl",
"@kite9/fdc3": "2.2.0-beta.27",
"@kite9/fdc3-web-impl": "2.2.0-beta.27",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
Expand Down
Loading

0 comments on commit ece035c

Please sign in to comment.