Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FuelLabs/fuel-explorer into ag/fix/…
Browse files Browse the repository at this point in the history
…block-search-views
  • Loading branch information
arthurgeron committed Sep 20, 2024
2 parents 46b1610 + e49b834 commit 8964ffd
Show file tree
Hide file tree
Showing 9 changed files with 264 additions and 103 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
149 changes: 102 additions & 47 deletions packages/app-portal/src/systems/Ecosystem/data/projects.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"typings": "./dist/theme/tailwind-preset.d.ts"
},
"./styles.css": "./dist/styles.css"
},
"files": ["dist"]
}
},
"files": ["dist"],
"scripts": {
"build:lib": "tsup --dts",
"build:preview": "storybook build -o ../app-explorer/public/ui",
Expand Down Expand Up @@ -77,7 +77,8 @@
"tailwind-variants": "0.1.20",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.3",
"tailwindcss-themer": "4.0.0"
"tailwindcss-themer": "4.0.0",
"tailwindcss": "3.4.4"
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "0.18.0",
Expand All @@ -103,7 +104,6 @@
"postcss-import": "16.0.0",
"storybook": "8.3.0",
"storybook-addon-theme": "workspace:*",
"tailwindcss": "3.4.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.4.5",
"vite": "^5.1.3",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/tsup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const defConfig = {
options.banner = {
js: "'use client'",
};

/* This is needed to not get any errors from dynamic requiring */
options.external = ['react', 'react-dom', 'tailwindcss'];
},
};

Expand Down
Loading

0 comments on commit 8964ffd

Please sign in to comment.