@versini/ui-main 5.2.3 → 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,19 +1,15 @@
1
1
  /*!
2
- @versini/ui-main v5.2.3
3
- © 2025 gizmette.com
2
+ @versini/ui-main v6.0.0
3
+ © 2026 gizmette.com
4
4
  */
5
5
 
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  import clsx from "clsx";
8
8
 
9
- ;// CONCATENATED MODULE: ./src/common/constants.ts
10
9
  const MAIN_CLASSNAME = "av-main";
11
10
 
12
- ;// CONCATENATED MODULE: external "react/jsx-runtime"
13
11
 
14
- ;// CONCATENATED MODULE: external "clsx"
15
12
 
16
- ;// CONCATENATED MODULE: ./src/components/Main/Main.tsx
17
13
 
18
14
 
19
15
 
@@ -30,7 +26,6 @@ const Main = ({ children, className, raw = false, noMargin = false, noPadding =
30
26
  });
31
27
  };
32
28
 
33
- ;// CONCATENATED MODULE: ./src/components/index.ts
34
29
 
35
30
 
36
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-main",
3
- "version": "5.2.3",
3
+ "version": "6.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,11 +40,10 @@
40
40
  "@versini/ui-types": "8.3.0"
41
41
  },
42
42
  "dependencies": {
43
- "@tailwindcss/typography": "0.5.19",
44
43
  "tailwindcss": "4.1.18"
45
44
  },
46
45
  "sideEffects": [
47
46
  "**/*.css"
48
47
  ],
49
- "gitHead": "fae53f4bd56440f7a72ed63b1a2a02b0c3b5a7e6"
48
+ "gitHead": "ace8376be408d1f21ced7ba7a3259891476690e4"
50
49
  }