@reactful/create 1.2.1 → 1.2.2
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 +1 -1
- package/templates/minimal/components/icon.tsx +11 -0
- package/templates/minimal/components/index.ts +2 -1
- package/templates/minimal/routes/index.tsx +2 -1
- package/templates/sampling/assets/bootstrap-icons.css +5 -0
- package/templates/sampling/assets/default.css +4 -1
- package/templates/sampling/assets/fonts/bootstrap-icons.woff +0 -0
- package/templates/sampling/assets/fonts/bootstrap-icons.woff2 +0 -0
- package/templates/sampling/assets/manifest.json +7 -7
- package/templates/sampling/builds/about.html +6 -3
- package/templates/sampling/builds/bundle.js +26017 -4370
- package/templates/sampling/builds/bundle.ts +7 -12
- package/templates/sampling/builds/clock.html +8 -7
- package/templates/sampling/builds/counter.html +1 -0
- package/templates/sampling/builds/forms/form.html +1 -0
- package/templates/sampling/builds/forms/index.html +1 -0
- package/templates/sampling/builds/hello.html +8 -6
- package/templates/sampling/builds/htmlx.html +6 -3
- package/templates/sampling/builds/htmlx.tsx +1 -1
- package/templates/sampling/builds/index.html +3 -2
- package/templates/sampling/builds/login.html +4 -1
- package/templates/sampling/builds/profile/index.html +1 -0
- package/templates/sampling/builds/quotes.html +1 -0
- package/templates/sampling/builds/shared.js +10 -9
- package/templates/sampling/builds/system.html +1 -0
- package/templates/sampling/components/hello.tsx +9 -0
- package/templates/sampling/components/icon.tsx +11 -0
- package/templates/sampling/components/index.ts +3 -0
- package/templates/sampling/index.html +1 -0
- package/templates/sampling/routes/clock.tsx +8 -7
- package/templates/sampling/routes/hello.tsx +26 -29
- package/templates/sampling/routes/index.md +12 -12
- package/templates/sampling/routes/login.tsx +3 -3
- package/templates/sampling/routes/profile/tester.tsx +1 -1
- package/templates/sampling/routes/system.tsx +1 -0
- package/templates/sampling/builds/client.ts +0 -1
- /package/templates/sampling/assets/{logo-144.png → logos/logo-144.png} +0 -0
- /package/templates/sampling/assets/{logo-168.png → logos/logo-168.png} +0 -0
- /package/templates/sampling/assets/{logo-192.png → logos/logo-192.png} +0 -0
- /package/templates/sampling/assets/{logo-48.png → logos/logo-48.png} +0 -0
- /package/templates/sampling/assets/{logo-512.png → logos/logo-512.png} +0 -0
- /package/templates/sampling/assets/{logo-72.png → logos/logo-72.png} +0 -0
- /package/templates/sampling/assets/{logo-96.png → logos/logo-96.png} +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react"
|
2
2
|
|
3
3
|
export function Tester() {
|
4
|
-
return <section
|
4
|
+
return <section>
|
5
5
|
<b>TESTER</b> is Lorem ipsum dolor sit amet consectetur
|
6
6
|
adipisicing elit. Aspernatur similique ipsa, molestiae
|
7
7
|
numquam laudantium quod, aliquid soluta cumque placeat
|
@@ -1 +0,0 @@
|
|
1
|
-
false
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|