@logora/debate 0.3.86 → 0.3.87

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.
@@ -40,7 +40,7 @@ const ft = ({
40
40
  searchBar: ce = !1,
41
41
  title: ue,
42
42
  subtitle: Ee,
43
- showSubtitle: ge = !1,
43
+ showDebateConsultationSubtitle: ge = !1,
44
44
  emptyListComponent: z,
45
45
  emptyText: G,
46
46
  display: V,
@@ -190,7 +190,7 @@ const ft = ({
190
190
  {
191
191
  title: ue,
192
192
  subtitle: Ee,
193
- showSubtitle: ge,
193
+ showDebateConsultationSubtitle: ge,
194
194
  sortOptions: i,
195
195
  defaultSelectOption: ke,
196
196
  searchBar: ce,
@@ -12,7 +12,7 @@ import { Icon as F } from "../../../icons/icon/Icon.js";
12
12
  const Z = ({
13
13
  title: n,
14
14
  subtitle: f,
15
- showSubtitle: p = !1,
15
+ showDebateConsultationSubtitle: p = !1,
16
16
  sortOptions: a,
17
17
  defaultSelectOption: v,
18
18
  searchBar: o = !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logora/debate",
3
- "version": "0.3.86",
3
+ "version": "0.3.87",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "description": "Design system of @Logora made with React",