@adonisjs/inertia 1.2.0 → 1.2.1
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.
|
@@ -30,7 +30,7 @@ export default function Home() {
|
|
|
30
30
|
<div className="relative opacity-80">
|
|
31
31
|
<svg fill="none" viewBox="0 0 240 105">
|
|
32
32
|
<path fill="#F9F9F8" d="M0 4a4 4 0 0 1 4-4h232a4 4 0 0 1 4 4v101H0V4Z" />
|
|
33
|
-
<g fill="#000"
|
|
33
|
+
<g fill="#000" fillRule="evenodd" clipPath="url(#a)" clipRule="evenodd">
|
|
34
34
|
<path d="M24 11.444c0 4.391 1.053 5.445 5.444 5.445s5.445-1.054 5.445-5.445c0-4.39-1.054-5.444-5.445-5.444C25.054 6 24 7.053 24 11.444Zm2.195 1.131 1.708-3.88c.288-.655.843-1.01 1.541-1.01.699 0 1.253.355 1.542 1.01l1.707 3.88c.078.189.144.433.144.644 0 .964-.676 1.64-1.64 1.64-.33 0-.59-.083-.854-.168-.271-.087-.545-.175-.899-.175-.35 0-.63.089-.906.176-.267.085-.53.168-.846.168-.964 0-1.64-.677-1.64-1.641 0-.211.066-.455.143-.644Zm3.25-3.204-1.686 3.814c.499-.233 1.075-.344 1.685-.344.588 0 1.187.111 1.664.344l-1.664-3.814Zm26.473-.678c-.378 0-.65.268-.65.64 0 .374.272.641.65.641s.651-.267.651-.64-.273-.64-.65-.64Zm-11.907 5.502c-1.009 0-1.738-.745-1.738-1.91 0-1.187.73-1.933 1.737-1.933.468 0 .814.158 1.019.468V8.86h1.05v5.25h-1.05v-.372c-.2.304-.546.456-1.019.456Zm-.667-1.91c0-.652.352-1.077.887-1.077.54 0 .887.42.887 1.071 0 .64-.346 1.056-.887 1.056-.535 0-.887-.415-.887-1.05Zm4.384-.011c0-.646.351-1.06.877-1.06.53 0 .882.414.882 1.06 0 .646-.352 1.06-.883 1.06-.525 0-.876-.414-.876-1.06Zm11.571.835c0 .194-.147.31-.52.31-.42 0-.682-.221-.682-.489h-1.05c.026.725.714 1.265 1.711 1.265.946 0 1.55-.42 1.55-1.165 0-.557-.358-.945-1.066-1.087l-.762-.152c-.23-.047-.367-.163-.367-.315 0-.226.23-.347.525-.347.42 0 .583.195.583.426h.997c-.026-.683-.562-1.203-1.56-1.203-.929 0-1.559.468-1.559 1.176 0 .64.415.93 1.035 1.06l.756.164c.247.052.41.157.41.357Zm-2.85 1.002h-1.05v-3.675h1.05v3.675Zm-4.264-3.675v.384c.268-.31.625-.468 1.066-.468.824 0 1.36.536 1.36 1.365v2.394h-1.05v-2.173c0-.446-.252-.714-.688-.714-.436 0-.688.268-.688.714v2.173h-1.05v-3.675h1.05Zm-3.58-.084c-1.119 0-1.948.809-1.948 1.922s.83 1.921 1.948 1.921c1.123 0 1.953-.808 1.953-1.921s-.83-1.922-1.953-1.922Zm-8.758.856c-.535 0-.887.425-.887 1.076 0 .636.352 1.05.887 1.05.54 0 .887-.414.887-1.055 0-.65-.346-1.07-.887-1.07Zm-1.958 1.076c0 1.166.73 1.911 1.732 1.911.478 0 .82-.152 1.024-.456v.372h1.05v-3.675h-1.05v.384c-.21-.31-.556-.468-1.024-.468-1.003 0-1.732.746-1.732 1.932Z" />
|
|
35
35
|
</g>
|
|
36
36
|
<rect width="8" height="3" x="162" y="9.944" fill="#DAD9D6" rx="1" />
|
|
@@ -77,7 +77,7 @@ export default function Home() {
|
|
|
77
77
|
</svg>
|
|
78
78
|
</div>
|
|
79
79
|
|
|
80
|
-
<div className="
|
|
80
|
+
<div className="space-y-1">
|
|
81
81
|
<h2 className="text-lg font-semibold">
|
|
82
82
|
<a href="https://docs.adonisjs.com" target="_blank">
|
|
83
83
|
<span>Documentation</span>
|
|
@@ -186,9 +186,9 @@ export default function Home() {
|
|
|
186
186
|
<g
|
|
187
187
|
fill="none"
|
|
188
188
|
stroke="currentColor"
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
strokeLinecap="round"
|
|
190
|
+
strokeLinejoin="round"
|
|
191
|
+
strokeWidth="2"
|
|
192
192
|
>
|
|
193
193
|
<path d="M4 6a8 3 0 1 0 16 0A8 3 0 1 0 4 6" />
|
|
194
194
|
<path d="M4 6v6a8 3 0 0 0 16 0V6" />
|
|
@@ -339,7 +339,7 @@ export default function Home() {
|
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
|
|
342
|
-
<div className="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1
|
|
342
|
+
<div className="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
|
|
343
343
|
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
|
|
344
344
|
<code>inertia/pages/home.tsx</code> template
|
|
345
345
|
</div>
|
|
@@ -90,7 +90,7 @@ export default function Home() {
|
|
|
90
90
|
</svg>
|
|
91
91
|
</div>
|
|
92
92
|
|
|
93
|
-
<div class="
|
|
93
|
+
<div class="space-y-1">
|
|
94
94
|
<h2 class="text-lg font-semibold">
|
|
95
95
|
<a href="https://docs.adonisjs.com" target="_blank">
|
|
96
96
|
<span>Documentation</span>
|
|
@@ -348,7 +348,7 @@ export default function Home() {
|
|
|
348
348
|
</div>
|
|
349
349
|
</div>
|
|
350
350
|
|
|
351
|
-
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1
|
|
351
|
+
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
|
|
352
352
|
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
|
|
353
353
|
<code>inertia/pages/home.tsx</code> template
|
|
354
354
|
</div>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</svg>
|
|
75
75
|
</div>
|
|
76
76
|
|
|
77
|
-
<div class="
|
|
77
|
+
<div class="space-y-1">
|
|
78
78
|
<h2 class="text-lg font-semibold">
|
|
79
79
|
<a href="https://docs.adonisjs.com" target="_blank">
|
|
80
80
|
<span>Documentation</span>
|
|
@@ -332,8 +332,8 @@
|
|
|
332
332
|
</div>
|
|
333
333
|
</div>
|
|
334
334
|
|
|
335
|
-
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1
|
|
336
|
-
Route for this page is registered in <code>start/routes.ts</code> file, rendering
|
|
335
|
+
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
|
|
336
|
+
Route for this page is registered in <code>start/routes.ts</code> file, rendering
|
|
337
337
|
<code>inertia/pages/home.svelte</code> template
|
|
338
338
|
</div>
|
|
339
339
|
</div>
|
package/build/vue/home.vue.stub
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</svg>
|
|
78
78
|
</div>
|
|
79
79
|
|
|
80
|
-
<div class="
|
|
80
|
+
<div class="space-y-1">
|
|
81
81
|
<h2 class="text-lg font-semibold">
|
|
82
82
|
<a href="https://docs.adonisjs.com" target="_blank">
|
|
83
83
|
<span>Documentation</span>
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
</div>
|
|
336
336
|
</div>
|
|
337
337
|
|
|
338
|
-
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1
|
|
339
|
-
Route for this page is registered in <code>start/routes.ts</code> file, rendering
|
|
338
|
+
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
|
|
339
|
+
Route for this page is registered in <code>start/routes.ts</code> file, rendering
|
|
340
340
|
<code>inertia/pages/home.vue</code> template
|
|
341
341
|
</div>
|
|
342
342
|
</div>
|