@revealui/services 0.0.2 → 0.0.3
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.d.ts +27 -0
- package/dist/index.js +42 -0
- package/package.json +10 -51
- package/LICENSE +0 -202
- package/dist/.vite/ssr-manifest.json +0 -209
- package/dist/assets/index-Bai9hEWd.js +0 -16
- package/dist/assets/index-Bai9hEWd.js.map +0 -1
- package/dist/index.html +0 -23
package/dist/index.html
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
7
|
-
<title>Services Build</title>
|
|
8
|
-
|
|
9
|
-
<!-- Include your main CSS file -->
|
|
10
|
-
<!-- <link rel="stylesheet" href="/dist/integration/styles.css" /> -->
|
|
11
|
-
|
|
12
|
-
<!-- Any other assets like favicon or external styles -->
|
|
13
|
-
<!-- <link rel="icon" href="/assets/icons/favicon.ico" /> -->
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-Bai9hEWd.js"></script>
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body>
|
|
18
|
-
<h1>Services</h1>
|
|
19
|
-
<p>This is the index page for the services package.</p>
|
|
20
|
-
|
|
21
|
-
<!-- Include any scripts if necessary -->
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|