@versini/ui-main 5.3.0 → 6.0.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.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ import { Main } from "@versini/ui-main";
|
|
|
54
54
|
function App() {
|
|
55
55
|
return (
|
|
56
56
|
<Main className="max-w-4xl mx-auto bg-white shadow-lg rounded-lg">
|
|
57
|
-
<article className="
|
|
57
|
+
<article className="plume lg:plume-xl">
|
|
58
58
|
<h1>Article Title</h1>
|
|
59
59
|
<p>Article content goes here...</p>
|
|
60
60
|
</article>
|
|
@@ -130,7 +130,7 @@ import { Main } from "@versini/ui-main";
|
|
|
130
130
|
function ArticleLayout() {
|
|
131
131
|
return (
|
|
132
132
|
<Main className="max-w-4xl mx-auto">
|
|
133
|
-
<article className="
|
|
133
|
+
<article className="plume lg:plume-xl">
|
|
134
134
|
<header>
|
|
135
135
|
<h1>Understanding React Components</h1>
|
|
136
136
|
<time dateTime="2024-01-15">January 15, 2024</time>
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-main",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@versini/ui-types": "8.3.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"tailwindcss": "4.
|
|
43
|
+
"tailwindcss": "4.2.0"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "9129610bbd6d91a2bc6cac41b0ccf8430a13fa41"
|
|
49
49
|
}
|