@versini/ui-main 5.3.0 → 6.0.0

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 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="prose lg:prose-xl">
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="prose lg:prose-xl">
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
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-main v5.3.0
2
+ @versini/ui-main v6.0.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-main",
3
- "version": "5.3.0",
3
+ "version": "6.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
48
+ "gitHead": "ace8376be408d1f21ced7ba7a3259891476690e4"
49
49
  }