@epigraph/solutions 0.0.0-alpha → 0.0.1-alpha

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/dist/index.html CHANGED
@@ -1,13 +1,15 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Document</title>
7
- <script type="module" crossorigin src="/assets/index-_mBbDbIT.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-NrP-ORXC.css">
9
- </head>
10
- <body>
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Document</title>
7
+
8
+
9
+ <script type="module" crossorigin src="/assets/index.js"></script>
10
+ <link rel="stylesheet" crossorigin href="/assets/styles.css">
11
+ </head>
12
+ <body>
11
13
  <style>
12
14
  html,
13
15
  body {
@@ -34,20 +36,20 @@
34
36
  width: 100%;
35
37
  height: 100%;
36
38
  }
37
- </style>
38
-
39
- <epigraph-buton></epigraph-buton>
40
- <div class="epigraph-tour-container">
41
- <epigraph-tour
42
- id="demoTour"
43
- class="demo-viewer"
44
- sku="sku-epigraph-logo-red"
45
- api-mode="production"
46
- >
47
- <epg-button-view-in-your-space
48
- slot="slot-custom-view-in-your-space-button"
49
- ></epg-button-view-in-your-space>
50
- </epigraph-tour>
51
- </div>
52
- </body>
53
- </html>
39
+ </style>
40
+
41
+ <epigraph-buton></epigraph-buton>
42
+ <div class="epigraph-tour-container">
43
+ <epigraph-tour
44
+ id="demoTour"
45
+ class="demo-viewer"
46
+ sku="sku-epigraph-logo-red"
47
+ api-mode="production"
48
+ >
49
+ <epg-button-view-in-your-space
50
+ slot="slot-custom-view-in-your-space-button"
51
+ ></epg-button-view-in-your-space>
52
+ </epigraph-tour>
53
+ </div>
54
+ </body>
55
+ </html>
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@epigraph/solutions",
3
- "version": "0.0.0-alpha",
3
+ "version": "0.0.1-alpha",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/"
7
7
  ],
8
+ "main": "./dist/index.js",
8
9
  "scripts": {
9
10
  "dev": "vite --force",
10
11
  "build": "cross-env NODE_ENV=production && tsc && vite build",
11
12
  "preview": "vite preview",
12
- "prepublishOnly": "npm run build",
13
13
  "test": "npm run build && vitest",
14
14
  "storybook": "storybook dev -p 6007",
15
15
  "build-storybook": "storybook build",
File without changes
File without changes