-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC #251 - Peripleo components #252
Conversation
…aplibre styles to preview.js
…-components into feature/rc251_peripleo_components # Conflicts: # packages/geospatial/src/index.js # yarn.lock
…tware/react-components into feature/rc251_peripleo_components # Conflicts: # yarn.lock
… Webpack configs
…-components into feature/rc251_peripleo_components # Conflicts: # packages/controlled-vocabulary/package.json # packages/geospatial/package.json # packages/semantic-ui/package.json # packages/semantic-ui/webpack.config.js # packages/shared/package.json # packages/user-defined-fields/package.json # packages/visualize/package.json # react-components.json
I was finally able to get this to work after re-doing the entire build process. I think the changes likely warrant a |
Makes sense to me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow - epic work! :-)
I ran the build + storybook UI from a fresh git clone
and everything looks good.
FWIW: also, VSCode is no longer complaining about TS syntax in .js files. So whatever you did, it's great :-)
…-components into feature/rc251_peripleo_components # Conflicts: # packages/controlled-vocabulary/package.json # packages/geospatial/package.json # packages/semantic-ui/package.json # packages/shared/package.json # packages/user-defined-fields/package.json # packages/visualize/package.json # react-components.json
…oving yarn "resolutions" from package.json
This pull request combines the components added in #247, #249, and #250 into several different components. This pull request also creates Storybook stories for all of the new components.
The
LocationMarker
component was added to thegeospatial
package.A new
core-data
package was created to house all of the Core Data related components. For the time being, this package will be styled using compiled TailwindCSS classes:In the future, we should look to allow a plugin to be created to allow the consuming application(s) to override any themes defined in this library.