@7365admin1/layer-common 3.2.2-staging.174 → 3.2.2-staging.175
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.
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
<v-row no-gutters class="px-5 pt-4">
|
|
3
3
|
<!-- Site Information -->
|
|
4
4
|
<p
|
|
5
|
-
class="text-uppercase text-center w-100 text-h6"
|
|
6
|
-
style="
|
|
5
|
+
class="text-uppercase text-center w-100 text-h6 bg-error text-on-error"
|
|
6
|
+
style="padding: 10px"
|
|
7
7
|
>
|
|
8
8
|
Incident Report
|
|
9
9
|
</p>
|
|
10
10
|
<v-row no-gutters class="mt-5 border pb-5">
|
|
11
11
|
<p
|
|
12
|
-
class="w-100 text-h6 pa-2 text-
|
|
13
|
-
style="background: #fcbf49"
|
|
12
|
+
class="w-100 text-h6 pa-2 text-center bg-warning text-on-warning"
|
|
14
13
|
>
|
|
15
14
|
Incident Information
|
|
16
15
|
</p>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@7365admin1/layer-common",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.2.2-staging.
|
|
5
|
+
"version": "3.2.2-staging.175",
|
|
6
6
|
"author": "7365admin1",
|
|
7
7
|
"main": "./nuxt.config.ts",
|
|
8
8
|
"//files": "What a consumer extending this layer actually loads. Without this npm ships the whole working tree - the changesets, the CI workflows, the render harness in tools/ and any scratch directory that happened to exist at publish time. Nuxt resolves a layer by directory, so every runtime directory below has to stay listed; adding a new top-level runtime directory means adding it here too.",
|