Skip to content

Commit

Permalink
Merge pull request #5365 from gooddata/ach/gen-ai
Browse files Browse the repository at this point in the history
RELATED: F1-645 new package
  • Loading branch information
andriichumak authored Sep 20, 2024
2 parents 1b0ec5b + 5be51a0 commit 5ec20cf
Show file tree
Hide file tree
Showing 124 changed files with 8,269 additions and 4,766 deletions.
16 changes: 16 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
"name": "@gooddata/sdk-ui-filters",
"allowedCategories": [ "examples", "production", "tools" ]
},
{
"name": "@gooddata/sdk-ui-gen-ai",
"allowedCategories": [ "examples", "production" ]
},
{
"name": "@gooddata/sdk-ui-geo",
"allowedCategories": [ "examples", "production", "tools" ]
Expand Down Expand Up @@ -382,6 +386,10 @@
"name": "@types/react-measure",
"allowedCategories": [ "examples", "production" ]
},
{
"name": "@types/react-native-listener",
"allowedCategories": [ "production" ]
},
{
"name": "@types/react-portal",
"allowedCategories": [ "production" ]
Expand All @@ -402,6 +410,10 @@
"name": "@types/react-syntax-highlighter",
"allowedCategories": [ "examples" ]
},
{
"name": "@types/react-textarea-autosize",
"allowedCategories": [ "production" ]
},
{
"name": "@types/react-transition-group",
"allowedCategories": [ "production" ]
Expand Down Expand Up @@ -1002,6 +1014,10 @@
"name": "require-from-string",
"allowedCategories": [ "production" ]
},
{
"name": "reselect",
"allowedCategories": [ "production" ]
},
{
"name": "rimraf",
"allowedCategories": [ "tools" ]
Expand Down
271 changes: 269 additions & 2 deletions common/config/rush/pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@gooddata/sdk-ui-pivot": "workspace:*",
"@gooddata/sdk-ui-theme-provider": "workspace:*",
"@gooddata/sdk-ui-semantic-search": "workspace:*",
"@gooddata/sdk-ui-gen-ai": "workspace:*",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
Expand Down
1 change: 1 addition & 0 deletions examples/playground/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "@gooddata/sdk-ui-kit/styles/scss/main.scss";
import "@gooddata/sdk-ui-ext/styles/scss/main.scss";
import "@gooddata/sdk-ui-dashboard/styles/scss/main.scss";
import "@gooddata/sdk-ui-semantic-search/styles/scss/main.scss";
import "@gooddata/sdk-ui-gen-ai/styles/scss/main.scss";

import { App } from "./App.js";

Expand Down
1 change: 1 addition & 0 deletions examples/playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const packagesWithStyles = [
"@gooddata/sdk-ui",
"@gooddata/sdk-ui-charts",
"@gooddata/sdk-ui-filters",
"@gooddata/sdk-ui-gen-ai",
"@gooddata/sdk-ui-geo",
"@gooddata/sdk-ui-pivot",
"@gooddata/sdk-ui-semantic-search",
Expand Down
Loading

0 comments on commit 5ec20cf

Please sign in to comment.