@smart-factor/gem-ui-map-component 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/dist/{MapButtons-Bsd6BBt9.js → MapButtons-CN9Sn2t7.js} +26352 -27006
- package/dist/api/queryKeys.d.ts +0 -22
- package/dist/components/Map/config.d.ts +1 -1
- package/dist/components/Map/types.d.ts +0 -6
- package/dist/components/MapButtons/index.js +1 -1
- package/dist/main.js +265 -291
- package/package.json +4 -13
package/README.md
CHANGED
|
@@ -10,10 +10,6 @@ Ensure you have `yarn` installed. If not, you can install it by running:
|
|
|
10
10
|
|
|
11
11
|
Run `yarn` to install all project dependencies.
|
|
12
12
|
|
|
13
|
-
## Storybook
|
|
14
|
-
|
|
15
|
-
Run `yarn storybook` for components library via Storybook. Navigate to http://localhost:6006/
|
|
16
|
-
|
|
17
13
|
## Build
|
|
18
14
|
|
|
19
15
|
Run `yarn build` to build the project. The build artifacts will be stored in the dist/ directory.
|