Skip to content

Commit d8ef015

Browse files
authored
Merge pull request #93 from kit-data-manager/deps
Update dependencies and fix demo
2 parents 670924f + 5d172ac commit d8ef015

File tree

8 files changed

+754
-686
lines changed

8 files changed

+754
-686
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { StorybookConfig } from "@storybook/react-vite"
22

33
const config: StorybookConfig = {
4-
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
4+
stories: ["../src/**/*.stories.@(js|jsx|mjs|ts|tsx)", "../src/**/*.mdx"],
55
addons: ["@storybook/addon-essentials", "@storybook/addon-interactions", "@storybook/addon-themes", "@storybook/addon-docs"],
66
framework: {
77
name: "@storybook/react-vite",

package-lock.json

Lines changed: 751 additions & 661 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/stories/0 Getting Started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "../index.css"
1111

1212
### Demo
1313

14-
Select `Demo` on the left for an example
14+
Select `ReactSearchComponent` on the left for an example
1515

1616

1717
### Usage

src/stories/3 Demo.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/stories/ReactSearchComponent.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const demoConfig: SearchConfig = {
2929
debug: false,
3030
alwaysSearchOnInitialLoad: true,
3131
// host: "https://matwerk.datamanager.kit.edu/search-proxy/api/v1",
32-
host: "https://ddaa9283-f114-4496-b6ed-af12ee34b107.ka.bw-cloud-instance.org:9200",
32+
host: "https://ddaa9283-f114-4496-b6ed-af12ee34b107.ka.bw-cloud-instance.org",
3333
apiKey: "UGNoTW1KUUJ3WmluUHBTcEVpalo6cGloOUVKZ0tTdnlMYVlpTzV4SXBrUQ==",
3434
indices: [
3535
{

0 commit comments

Comments
 (0)