@mapcomponents/react-maplibre 1.5.0-2 → 1.5.1-0

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.
Binary file
package/index.html ADDED
@@ -0,0 +1,30 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <link rel="icon" href="public/favicon.ico" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <meta name="theme-color" content="#000000" />
8
+ <link rel="apple-touch-icon" href="public/favicon.ico" />
9
+ <!--
10
+ manifest.json provides metadata used when your web app is installed on a
11
+ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
12
+ -->
13
+ <link rel="manifest" href="public/manifest.json" />
14
+ <title>React App</title>
15
+ </head>
16
+ <body>
17
+ <noscript>You need to enable JavaScript to run this app.</noscript>
18
+ <div id="root"></div>
19
+ <!--
20
+ This HTML file is a template.
21
+ If you open it directly in the browser, you will see an empty page.
22
+
23
+ You can add webfonts, meta tags, or analytics to this file.
24
+ The build step will place the bundled scripts into the <body> tag.
25
+
26
+ To begin the development, run `npm start` or `yarn start`.
27
+ To create a production bundle, use `npm run build` or `yarn build`.
28
+ -->
29
+ </body>
30
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.5.0-2",
3
+ "version": "1.5.1-0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.esm.js",
@@ -186,7 +186,6 @@
186
186
  "test": "node scripts/test.cjs --watchAll=false --coverage",
187
187
  "test:noninteractive": "node scripts/test.cjs --verbose --watchAll=false --coverage",
188
188
  "test:generate-output": "node scripts/test.cjs --watchAll=false --json --outputFile=./src/.jest-test-results.json || true",
189
- "build-storybook": "storybook build -o docs-build",
190
189
  "storybook-docs": "storybook dev --docs --no-manager-cache",
191
190
  "build-catalogue-meta": "node scripts/build-catalogue-meta.js",
192
191
  "create-component": "./scripts/create-map-component.sh"
package/project.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "build": {
10
10
  "executor": "@nx/vite:build",
11
11
  "options": {
12
- "outputPath": "dist/libs/react-maplibre"
12
+ "outputPath": "dist/packages/react-maplibre"
13
13
  }
14
14
  },
15
15
  "storybook": {