@leapdev/gui 1.0.176 → 1.0.177

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui",
3
- "version": "1.0.176",
3
+ "version": "1.0.177",
4
4
  "description": "LEAP GUI",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",
package/dist/index.html DELETED
@@ -1,33 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
- <link rel="stylesheet" href="../dist/css/x1-leap.css">
7
- <title>GUI v3</title>
8
- <script defer src="app.js?471ceaeac1b4e705427a"></script><link href="css/x1-leap.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/x1-titlex.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/x1-titlex-leap-design-fix.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/x1-leap-slim.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/x1-leap-web.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/4d-leap.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/4d-lawconnect.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/4d-bylawyers.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/4d-leap-web.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/xsf-crx-leap.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/xsf-crx-lawconnect.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/auth-leap-web.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/auth-leap-desktop.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/auth-leap-addin.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/auth-bylawyers-web.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/bs-leap-slim.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/bs-leap.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/bs-titlex.css?471ceaeac1b4e705427a" rel="stylesheet"><link href="css/bs-lawconnect.css?471ceaeac1b4e705427a" rel="stylesheet"></head>
9
- <body class="container">
10
- <h1>
11
- h1. Bootstrap heading
12
- <a href="e2">TEST</a>
13
- </h1>
14
- <h2>h2. Bootstrap heading</h2>
15
- <h3>h3. Bootstrap heading</h3>
16
- <h4>h4. Bootstrap heading</h4>
17
- <h5>h5. Bootstrap heading</h5>
18
- <h6>h6. Bootstrap heading</h6>
19
- <hr>
20
- <div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
21
- <div class="p-3 mb-2 bg-primary-lighter text-primary">.bg-primary-lighter</div>
22
- <div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
23
- <div class="p-3 mb-2 bg-secondary-lighter text-dark">.bg-secondary-darker</div>
24
- <div class="p-3 mb-2 bg-success text-white">.bg-success</div>
25
- <div class="p-3 mb-2 bg-danger text-white">.bg-danger</div>
26
- <div class="p-3 mb-2 bg-warning text-dark">.bg-warning</div>
27
- <div class="p-3 mb-2 bg-info text-white">.bg-info</div>
28
- <div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
29
- <div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
30
- <div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
31
- <div class="x-navigation-menu"></div>
32
- </body>
33
- </html>