@opensite/ui 2.6.8 → 2.6.9
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.
|
@@ -1141,7 +1141,7 @@ function ArticleCompactTocComponent({
|
|
|
1141
1141
|
"h1",
|
|
1142
1142
|
{
|
|
1143
1143
|
className: cn(
|
|
1144
|
-
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl",
|
|
1144
|
+
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl mb-6",
|
|
1145
1145
|
titleClassName
|
|
1146
1146
|
),
|
|
1147
1147
|
children: title
|
|
@@ -1151,7 +1151,7 @@ function ArticleCompactTocComponent({
|
|
|
1151
1151
|
"div",
|
|
1152
1152
|
{
|
|
1153
1153
|
className: cn(
|
|
1154
|
-
"mt-4 flex flex-wrap items-center gap-4 text-sm",
|
|
1154
|
+
"mt-4 flex flex-wrap items-center gap-2 md:gap-4 text-sm mb-6 md:mb-12",
|
|
1155
1155
|
metaClassName
|
|
1156
1156
|
),
|
|
1157
1157
|
children: [
|
|
@@ -1118,7 +1118,7 @@ function ArticleCompactTocComponent({
|
|
|
1118
1118
|
"h1",
|
|
1119
1119
|
{
|
|
1120
1120
|
className: cn(
|
|
1121
|
-
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl",
|
|
1121
|
+
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl mb-6",
|
|
1122
1122
|
titleClassName
|
|
1123
1123
|
),
|
|
1124
1124
|
children: title
|
|
@@ -1128,7 +1128,7 @@ function ArticleCompactTocComponent({
|
|
|
1128
1128
|
"div",
|
|
1129
1129
|
{
|
|
1130
1130
|
className: cn(
|
|
1131
|
-
"mt-4 flex flex-wrap items-center gap-4 text-sm",
|
|
1131
|
+
"mt-4 flex flex-wrap items-center gap-2 md:gap-4 text-sm mb-6 md:mb-12",
|
|
1132
1132
|
metaClassName
|
|
1133
1133
|
),
|
|
1134
1134
|
children: [
|
|
@@ -1003,7 +1003,7 @@ function ArticleHeroProseComponent({
|
|
|
1003
1003
|
]
|
|
1004
1004
|
}
|
|
1005
1005
|
) }),
|
|
1006
|
-
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
1006
|
+
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-center", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1007
1007
|
"div",
|
|
1008
1008
|
{
|
|
1009
1009
|
className: cn(
|
|
@@ -981,7 +981,7 @@ function ArticleHeroProseComponent({
|
|
|
981
981
|
]
|
|
982
982
|
}
|
|
983
983
|
) }),
|
|
984
|
-
children && /* @__PURE__ */ jsx("div", { className:
|
|
984
|
+
children && /* @__PURE__ */ jsx("div", { className: "flex flex-col items-center", children: /* @__PURE__ */ jsx(
|
|
985
985
|
"div",
|
|
986
986
|
{
|
|
987
987
|
className: cn(
|
package/dist/registry.cjs
CHANGED
|
@@ -37727,7 +37727,7 @@ function ArticleHeroProseComponent({
|
|
|
37727
37727
|
]
|
|
37728
37728
|
}
|
|
37729
37729
|
) }),
|
|
37730
|
-
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
37730
|
+
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-center", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
37731
37731
|
"div",
|
|
37732
37732
|
{
|
|
37733
37733
|
className: cn(
|
|
@@ -38506,7 +38506,7 @@ function ArticleCompactTocComponent({
|
|
|
38506
38506
|
"h1",
|
|
38507
38507
|
{
|
|
38508
38508
|
className: cn(
|
|
38509
|
-
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl",
|
|
38509
|
+
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl mb-6",
|
|
38510
38510
|
titleClassName
|
|
38511
38511
|
),
|
|
38512
38512
|
children: title
|
|
@@ -38516,7 +38516,7 @@ function ArticleCompactTocComponent({
|
|
|
38516
38516
|
"div",
|
|
38517
38517
|
{
|
|
38518
38518
|
className: cn(
|
|
38519
|
-
"mt-4 flex flex-wrap items-center gap-4 text-sm",
|
|
38519
|
+
"mt-4 flex flex-wrap items-center gap-2 md:gap-4 text-sm mb-6 md:mb-12",
|
|
38520
38520
|
metaClassName
|
|
38521
38521
|
),
|
|
38522
38522
|
children: [
|
package/dist/registry.js
CHANGED
|
@@ -37687,7 +37687,7 @@ function ArticleHeroProseComponent({
|
|
|
37687
37687
|
]
|
|
37688
37688
|
}
|
|
37689
37689
|
) }),
|
|
37690
|
-
children && /* @__PURE__ */ jsx("div", { className:
|
|
37690
|
+
children && /* @__PURE__ */ jsx("div", { className: "flex flex-col items-center", children: /* @__PURE__ */ jsx(
|
|
37691
37691
|
"div",
|
|
37692
37692
|
{
|
|
37693
37693
|
className: cn(
|
|
@@ -38466,7 +38466,7 @@ function ArticleCompactTocComponent({
|
|
|
38466
38466
|
"h1",
|
|
38467
38467
|
{
|
|
38468
38468
|
className: cn(
|
|
38469
|
-
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl",
|
|
38469
|
+
"text-3xl font-bold tracking-tight md:text-4xl lg:text-5xl mb-6",
|
|
38470
38470
|
titleClassName
|
|
38471
38471
|
),
|
|
38472
38472
|
children: title
|
|
@@ -38476,7 +38476,7 @@ function ArticleCompactTocComponent({
|
|
|
38476
38476
|
"div",
|
|
38477
38477
|
{
|
|
38478
38478
|
className: cn(
|
|
38479
|
-
"mt-4 flex flex-wrap items-center gap-4 text-sm",
|
|
38479
|
+
"mt-4 flex flex-wrap items-center gap-2 md:gap-4 text-sm mb-6 md:mb-12",
|
|
38480
38480
|
metaClassName
|
|
38481
38481
|
),
|
|
38482
38482
|
children: [
|