@pronto-tools-and-more/components 14.43.0 → 14.44.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/dist/main.js +6 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -41,7 +41,7 @@ var ArticleAuthors = ({
|
|
41
41
|
},
|
42
42
|
type: "list",
|
43
43
|
class: "data-custom-author-list",
|
44
|
-
template: "
|
44
|
+
template: "vertical"
|
45
45
|
};
|
46
46
|
return /* @__PURE__ */ React.createElement("div", { className: "ArticleAuthors" }, /* @__PURE__ */ React.createElement(JsonComponent, { json }));
|
47
47
|
};
|
@@ -398,7 +398,7 @@ var ArticleList = ({
|
|
398
398
|
dataSource,
|
399
399
|
type: "list",
|
400
400
|
class: "data-custom-list",
|
401
|
-
template: "
|
401
|
+
template: "vertical",
|
402
402
|
pagination: {
|
403
403
|
suffix: "articles",
|
404
404
|
text: {
|
@@ -570,7 +570,7 @@ var CategoryList = ({
|
|
570
570
|
},
|
571
571
|
type: "list",
|
572
572
|
class: "data-custom-category-list",
|
573
|
-
template: "
|
573
|
+
template: "vertical"
|
574
574
|
};
|
575
575
|
return /* @__PURE__ */ React.createElement("div", { className: "CategoryList" }, /* @__PURE__ */ React.createElement(JsonComponent, { json }));
|
576
576
|
};
|
@@ -709,7 +709,7 @@ var DigitalMagazineList = ({
|
|
709
709
|
dataSource,
|
710
710
|
type: "list",
|
711
711
|
class: "data-custom-list",
|
712
|
-
template: "
|
712
|
+
template: "vertical",
|
713
713
|
pagination: {
|
714
714
|
suffix: "articles",
|
715
715
|
text: {
|
@@ -1442,7 +1442,7 @@ var MenuItems2 = ({
|
|
1442
1442
|
dataSource,
|
1443
1443
|
type: "list",
|
1444
1444
|
class: "data-custom-list",
|
1445
|
-
template: "
|
1445
|
+
template: "vertical",
|
1446
1446
|
pagination: {
|
1447
1447
|
suffix: "articles",
|
1448
1448
|
text: {
|
@@ -2153,7 +2153,7 @@ var TagList = ({
|
|
2153
2153
|
},
|
2154
2154
|
type: "list",
|
2155
2155
|
class: "data-custom-tag-list",
|
2156
|
-
template: "
|
2156
|
+
template: "vertical"
|
2157
2157
|
};
|
2158
2158
|
return /* @__PURE__ */ React.createElement("div", { className: "TagList" }, /* @__PURE__ */ React.createElement(JsonComponent, { json }));
|
2159
2159
|
};
|