@nrwl/workspace 13.3.7 → 13.3.8

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.
@@ -1,188 +1,16 @@
1
1
  <!DOCTYPE html>
2
- <head>
3
- <meta charset="utf-8" />
4
-
5
- <title>Nx Workspace Dependency Graph</title>
6
- <base href="/" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1" />
8
-
9
- <link
10
- href="https://fonts.googleapis.com/css?family=Montserrat&display=swap"
11
- rel="stylesheet"
12
- />
13
-
14
- <script id="environment" src="environment.js"></script>
15
- <link rel="stylesheet" href="styles.css"></head>
16
- <body>
17
- <svg xmlns="http://www.w3.org/2000/svg" style="display: none">
18
- <symbol id="crosshair" viewBox="0 0 24 24">
19
- <g
20
- fill="none"
21
- stroke="#ffffff"
22
- stroke-width="2"
23
- stroke-linecap="round"
24
- stroke-linejoin="round"
25
- >
26
- <circle cx="12" cy="12" r="10" />
27
- <line x1="22" y1="12" x2="18" y2="12" />
28
- <line x1="6" y1="12" x2="2" y2="12" />
29
- <line x1="12" y1="6" x2="12" y2="2" />
30
- <line x1="12" y1="22" x2="12" y2="18" />
31
- </g>
32
- </symbol>
33
- </svg>
34
-
35
- <div id="app">
36
- <div
37
- class="
38
- flex flex-col
39
- h-full
40
- overflow-scroll
41
- w-72
42
- pb-10
43
- shadow-lg
44
- ring-1 ring-gray-400 ring-opacity-10
45
- relative
46
- "
47
- id="sidebar"
48
- >
49
- <div class="bg-blue-nx-base">
50
- <div class="flex items-center justify-start mx-4 my-5 text-white">
51
- <svg
52
- class="h-10 w-auto"
53
- viewBox="0 0 24 24"
54
- fill="currentColor"
55
- xmlns="http://www.w3.org/2000/svg"
56
- >
57
- <title>Nx</title>
58
- <path
59
- d="M11.987 14.138l-3.132 4.923-5.193-8.427-.012 8.822H0V4.544h3.691l5.247 8.833.005-3.998 3.044 4.759zm.601-5.761c.024-.048 0-3.784.008-3.833h-3.65c.002.059-.005 3.776-.003 3.833h3.645zm5.634 4.134a2.061 2.061 0 0 0-1.969 1.336 1.963 1.963 0 0 1 2.343-.739c.396.161.917.422 1.33.283a2.1 2.1 0 0 0-1.704-.88zm3.39 1.061c-.375-.13-.8-.277-1.109-.681-.06-.08-.116-.17-.176-.265a2.143 2.143 0 0 0-.533-.642c-.294-.216-.68-.322-1.18-.322a2.482 2.482 0 0 0-2.294 1.536 2.325 2.325 0 0 1 4.002.388.75.75 0 0 0 .836.334c.493-.105.46.36 1.203.518v-.133c-.003-.446-.246-.55-.75-.733zm2.024 1.266a.723.723 0 0 0 .347-.638c-.01-2.957-2.41-5.487-5.37-5.487a5.364 5.364 0 0 0-4.487 2.418c-.01-.026-1.522-2.39-1.538-2.418H8.943l3.463 5.423-3.379 5.32h3.54l1.54-2.366 1.568 2.366h3.541l-3.21-5.052a.7.7 0 0 1-.084-.32 2.69 2.69 0 0 1 2.69-2.691h.001c1.488 0 1.736.89 2.057 1.308.634.826 1.9.464 1.9 1.541a.707.707 0 0 0 1.066.596zm.35.133c-.173.372-.56.338-.755.639-.176.271.114.412.114.412s.337.156.538-.311c.104-.231.14-.488.103-.74z"
60
- />
61
- </svg>
62
- <span class="ml-4 text-xl font-medium"> Dependency Graph </span>
63
- </div>
64
- </div>
65
-
66
- <a
67
- id="help"
68
- class="
69
- mt-3
70
- px-4
71
- text-xs text-gray-500
72
- flex
73
- items-center
74
- cursor-pointer
75
- hover:underline
76
- "
77
- href="https://nx.dev/structure/dependency-graph"
78
- rel="nofollow"
79
- target="_blank"
80
- >
81
- <svg
82
- xmlns="http://www.w3.org/2000/svg"
83
- class="h-4 w-4 mr-2"
84
- fill="none"
85
- viewBox="0 0 24 24"
86
- stroke="currentColor"
87
- >
88
- <path
89
- stroke-linecap="round"
90
- stroke-linejoin="round"
91
- stroke-width="2"
92
- d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
93
- />
94
- </svg>
95
- Analyse and visualize your workspace.
96
- </a>
97
- <!-- /#help.mt-8 px-4 -->
98
-
99
- <div class="sidebar-section" id="focused-project"></div>
100
- <!-- /#focuded-project -->
101
-
102
- <div class="sidebar-section" id="text-filter-panel"></div>
103
- <!-- /#text-filter-panel -->
104
-
105
- <div class="sidebar-section" id="display-options-panel"></div>
106
- <!-- /#display-options-panel -->
107
-
108
- <div id="project-lists" class="mt-8 px-4 border-t border-gray-200"></div>
109
- <!-- /#project-lists -->
110
- </div>
111
-
112
- <div id="main-content" class="flex-grow overflow-hidden">
113
- <div
114
- id="debugger-panel"
115
- class="
116
- w-auto
117
- text-gray-700
118
- bg-gray-50
119
- border-b border-gray-200
120
- p-4
121
- flex flex-column
122
- items-center
123
- justify-items-center
124
- gap-4
125
- "
126
- hidden
127
- ></div>
128
- <div id="no-projects-chosen" class="flex text-gray-700">
129
- <svg
130
- xmlns="http://www.w3.org/2000/svg"
131
- class="h-6 w-6 mr-4"
132
- fill="none"
133
- viewBox="0 0 24 24"
134
- stroke="currentColor"
135
- >
136
- <path
137
- stroke-linecap="round"
138
- stroke-linejoin="round"
139
- stroke-width="2"
140
- d="M11 15l-3-3m0 0l3-3m-3 3h8M3 12a9 9 0 1118 0 9 9 0 01-18 0z"
141
- />
142
- </svg>
143
- <h4>Please select projects in the sidebar.</h4>
144
- </div>
145
- <div id="graph-container">
146
- <div id="cytoscape-graph"></div>
147
- <button
148
- type="button"
149
- class="
150
- fixed
151
- z-50
152
- bottom-4
153
- right-4
154
- w-16
155
- h-16
156
- rounded-full
157
- bg-green-nx-base
158
- shadow-sm
159
- text-white
160
- block
161
- transition
162
- duration-300
163
- transform
164
- opacity-0
165
- "
166
- data-cy="downloadImageButton"
167
- >
168
- <svg
169
- height="24"
170
- width="24"
171
- class="absolute top-1/2 left-1/2 -mt-3 -ml-3"
172
- fill="none"
173
- stroke="currentColor"
174
- viewBox="0 0 24 24"
175
- xmlns="http://www.w3.org/2000/svg"
176
- >
177
- <path
178
- stroke-linecap="round"
179
- stroke-linejoin="round"
180
- stroke-width="2"
181
- d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"
182
- ></path>
183
- </svg>
184
- </button>
185
- </div>
186
- </div>
187
- </div>
188
- <script src="runtime.esm.js" type="module"></script><script src="polyfills.esm.js" type="module"></script><script src="main.esm.js" type="module"></script></body>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Nx Workspace Dependency Graph</title>
6
+ <base href="/" />
7
+
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <link rel="icon" type="image/x-icon" href="favicon.ico" />
10
+
11
+ <script id="environment" src="environment.js"></script>
12
+ <link rel="stylesheet" href="styles.css"></head>
13
+ <body>
14
+ <div id="app"></div>
15
+ <script src="runtime.esm.js" type="module"></script><script src="polyfills.esm.js" type="module"></script><script src="main.esm.js" type="module"></script></body>
16
+ </html>