@youversion/platform-react-ui 1.14.0 → 1.14.1

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/index.cjs CHANGED
@@ -41,6 +41,7 @@ __export(index_exports, {
41
41
  BibleTextView: () => BibleTextView,
42
42
  BibleVersionPicker: () => BibleVersionPicker,
43
43
  BibleWidgetView: () => BibleWidgetView,
44
+ DEFAULT_LICENSE_FREE_BIBLE_VERSION: () => DEFAULT_LICENSE_FREE_BIBLE_VERSION,
44
45
  HighlightsClient: () => HighlightsClient,
45
46
  LanguagesClient: () => LanguagesClient,
46
47
  MemoryStorageStrategy: () => MemoryStorageStrategy,
@@ -12768,6 +12769,7 @@ var ApiClient = class {
12768
12769
  });
12769
12770
  }
12770
12771
  };
12772
+ var DEFAULT_LICENSE_FREE_BIBLE_VERSION = 3034;
12771
12773
  var BOOK_IDS = [
12772
12774
  "GEN",
12773
12775
  "EXO",
@@ -13303,13 +13305,13 @@ var BibleClient = (_a = class {
13303
13305
  * @example
13304
13306
  * ```ts
13305
13307
  * // Get a single verse
13306
- * const verse = await bibleClient.getPassage(111, "JHN.3.16");
13308
+ * const verse = await bibleClient.getPassage(3034, "JHN.3.16");
13307
13309
  *
13308
13310
  * // Get a range of verses
13309
- * const verses = await bibleClient.getPassage(111, "JHN.3.1-5");
13311
+ * const verses = await bibleClient.getPassage(3034, "JHN.3.1-5");
13310
13312
  *
13311
13313
  * // Get an entire chapter
13312
- * const chapter = await bibleClient.getPassage(111, "GEN.1");
13314
+ * const chapter = await bibleClient.getPassage(3034, "GEN.1");
13313
13315
  * ```
13314
13316
  */
13315
13317
  async getPassage(versionId, usfm, format = "html", include_headings, include_notes) {
@@ -14759,9 +14761,9 @@ function Trigger3({ asChild = true, children, ...props }) {
14759
14761
  var BibleChapterPicker = Object.assign({}, { Root: Root3, Trigger: Trigger3 });
14760
14762
 
14761
14763
  // src/components/bible-reader.tsx
14762
- var import_react4 = require("react");
14763
14764
  var import_react_use_controllable_state3 = require("@radix-ui/react-use-controllable-state");
14764
14765
  var import_platform_react_hooks4 = require("@youversion/platform-react-hooks");
14766
+ var import_react4 = require("react");
14765
14767
 
14766
14768
  // src/components/bible-version-picker.tsx
14767
14769
  var import_react_use_controllable_state2 = require("@radix-ui/react-use-controllable-state");
@@ -15515,6 +15517,56 @@ function Content4() {
15515
15517
  }
15516
15518
  var BibleVersionPicker = Object.assign({}, { Root: Root5, Trigger: Trigger5, Content: Content4 });
15517
15519
 
15520
+ // src/components/icons/gear.tsx
15521
+ var import_jsx_runtime17 = require("react/jsx-runtime");
15522
+ function GearIcon(props) {
15523
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15524
+ "svg",
15525
+ {
15526
+ width: "24",
15527
+ height: "24",
15528
+ viewBox: "0 0 24 24",
15529
+ fill: "none",
15530
+ xmlns: "http://www.w3.org/2000/svg",
15531
+ ...props,
15532
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15533
+ "path",
15534
+ {
15535
+ fillRule: "evenodd",
15536
+ clipRule: "evenodd",
15537
+ d: "M13.2857 4.28571C13.2857 3.57563 12.7101 3 12 3C11.2899 3 10.7143 3.57563 10.7143 4.28571L10.7182 5.1814C10.7196 5.48205 10.507 5.73842 10.2181 5.8216C9.75197 5.95579 9.3076 6.14129 8.89149 6.3716C8.62846 6.51718 8.2969 6.48615 8.08528 6.27263L7.45431 5.63604C6.95221 5.13394 6.13814 5.13394 5.63604 5.63604C5.13394 6.13814 5.13394 6.95221 5.63604 7.45431L6.27263 8.08528C6.48615 8.2969 6.51718 8.62846 6.3716 8.89149C6.14129 9.3076 5.95579 9.75197 5.8216 10.2181C5.73842 10.507 5.48205 10.7196 5.1814 10.7182L4.28571 10.7143C3.57563 10.7143 3 11.2899 3 12C3 12.7101 3.57563 13.2857 4.28571 13.2857L5.1814 13.2818C5.48205 13.2804 5.73842 13.493 5.8216 13.7819C5.95579 14.248 6.14129 14.6924 6.3716 15.1085C6.51718 15.3715 6.48615 15.7031 6.27263 15.9147L5.63604 16.5457C5.13394 17.0478 5.13394 17.8619 5.63604 18.364C6.13814 18.8661 6.95221 18.8661 7.45431 18.364L8.08527 17.7274C8.2969 17.5138 8.62845 17.4828 8.89148 17.6284C9.3076 17.8587 9.75197 18.0442 10.2181 18.1784C10.507 18.2616 10.7196 18.518 10.7182 18.8186L10.7143 19.7143C10.7143 20.4244 11.2899 21 12 21C12.7101 21 13.2857 20.4244 13.2857 19.7143L13.2818 18.8186C13.2804 18.518 13.493 18.2616 13.7819 18.1784C14.248 18.0442 14.6924 17.8587 15.1085 17.6284C15.3715 17.4828 15.7031 17.5138 15.9147 17.7274L16.5457 18.364C17.0478 18.8661 17.8619 18.8661 18.364 18.364C18.8661 17.8619 18.8661 17.0478 18.364 16.5457L17.7274 15.9147C17.5138 15.7031 17.4828 15.3715 17.6284 15.1085C17.8587 14.6924 18.0442 14.248 18.1784 13.7819C18.2616 13.493 18.518 13.2804 18.8186 13.2818L19.7143 13.2857C20.4244 13.2857 21 12.7101 21 12C21 11.2899 20.4244 10.7143 19.7143 10.7143L18.8186 10.7182C18.518 10.7196 18.2616 10.507 18.1784 10.2181C18.0442 9.75197 17.8587 9.3076 17.6284 8.89148C17.4828 8.62845 17.5138 8.2969 17.7274 8.08527L18.364 7.45431C18.8661 6.95221 18.8661 6.13814 18.364 5.63604C17.8619 5.13394 17.0478 5.13394 16.5457 5.63604L15.9147 6.27263C15.7031 6.48615 15.3715 6.51718 15.1085 6.3716C14.6924 6.14129 14.248 5.95579 13.7819 5.8216C13.493 5.73842 13.2804 5.48205 13.2818 5.1814L13.2857 4.28571ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z",
15538
+ fill: "currentColor"
15539
+ }
15540
+ )
15541
+ }
15542
+ );
15543
+ }
15544
+
15545
+ // src/components/icons/person.tsx
15546
+ var import_jsx_runtime18 = require("react/jsx-runtime");
15547
+ function PersonIcon(props) {
15548
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15549
+ "svg",
15550
+ {
15551
+ width: "24",
15552
+ height: "24",
15553
+ viewBox: "0 0 24 24",
15554
+ fill: "none",
15555
+ xmlns: "http://www.w3.org/2000/svg",
15556
+ ...props,
15557
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15558
+ "path",
15559
+ {
15560
+ fillRule: "evenodd",
15561
+ clipRule: "evenodd",
15562
+ d: "M12.2577 3.00444C12.2809 3.00716 12.3625 3.01524 12.4389 3.02242C13.026 3.07748 13.6574 3.28233 14.2006 3.5939C14.3838 3.69895 14.6821 3.90229 14.777 3.9868C14.804 4.01085 14.8809 4.07571 14.9478 4.13093C15.064 4.22686 15.3101 4.4796 15.4647 4.66191C15.9154 5.1934 16.2889 5.93532 16.4547 6.62854C16.4658 6.67506 16.4797 6.73216 16.4854 6.75542C16.5016 6.82057 16.5418 7.05845 16.566 7.23273C16.5969 7.45514 16.5973 8.2099 16.5667 8.4834C16.4368 9.64338 16.2065 10.4627 15.7568 11.3654C15.607 11.666 15.3197 12.1445 15.1799 12.3261C15.1049 12.4235 14.9997 12.6674 14.9997 12.7439C14.9997 12.872 15.6242 13.2043 16.4552 13.5184C16.5881 13.5686 16.7185 13.6166 16.7451 13.6251C16.7717 13.6336 16.8722 13.6679 16.9686 13.7012C17.1727 13.7719 17.5687 13.8929 17.8866 13.9818C18.0095 14.0162 18.1345 14.0522 18.1644 14.0618C19.1409 14.3759 19.8401 15.2153 19.9644 16.223C20.0113 16.6032 20.012 17.2359 19.9658 17.4979C19.8931 17.9099 19.7357 18.2126 19.4528 18.4845C19.1663 18.7599 18.885 18.905 18.5029 18.9747L18.3637 19L12.0101 18.9981C6.37332 18.9964 5.64108 18.9941 5.52036 18.9777C5.09518 18.9197 4.71182 18.716 4.44118 18.4042C4.21942 18.1486 4.08182 17.8702 4.02318 17.5583C3.99624 17.415 3.99125 16.434 4.01634 16.2154C4.12723 15.2491 4.85043 14.3673 5.76881 14.0786C5.83323 14.0583 6.02973 14.0007 6.20547 13.9504C6.51385 13.8623 7.07388 13.6834 7.28261 13.6063C7.33824 13.5858 7.41637 13.558 7.45623 13.5445C7.52624 13.5209 7.86599 13.3884 7.91524 13.3656C7.92852 13.3594 7.99375 13.3319 8.06019 13.3044C8.36278 13.1792 8.8291 12.9238 8.93998 12.8225C8.9992 12.7685 8.99988 12.76 8.95529 12.6367C8.89856 12.48 8.89129 12.4672 8.66836 12.1306C8.00904 11.135 7.61298 10.0567 7.45089 8.8157C7.36851 8.18512 7.37124 7.40287 7.45741 6.94272C7.53526 6.52701 7.65533 6.13745 7.80939 5.8008C7.94273 5.50943 7.9919 5.41821 8.15462 5.16036C8.64768 4.37906 9.45208 3.6833 10.2284 3.36666C10.2716 3.34904 10.3178 3.32949 10.3311 3.32321C10.5652 3.21246 11.0539 3.08447 11.4383 3.03323C11.6145 3.00975 12.144 2.99115 12.2577 3.00444ZM11.7564 4.97217C10.3104 5.12374 9.21673 6.52189 9.34529 8.05442C9.38945 8.5809 9.41503 8.7683 9.4905 9.11779C9.57846 9.52517 9.71489 9.93792 9.88193 10.302C10.0382 10.6427 10.203 10.9211 10.4686 11.2929C10.4876 11.3195 10.5354 11.4014 10.5749 11.4751C10.9709 12.2132 11.0583 12.914 10.8275 13.5021C10.7071 13.8087 10.5391 14.0242 10.168 14.3478C9.94887 14.5389 9.33468 14.889 8.88157 15.0811C8.81513 15.1093 8.73903 15.1422 8.71246 15.1542C8.68589 15.1662 8.62066 15.1933 8.56751 15.2143C8.51436 15.2353 8.44642 15.2624 8.41652 15.2745C8.14661 15.3836 7.35451 15.6582 7.10593 15.7288C6.99257 15.761 6.95585 15.7717 6.78584 15.8221C6.72937 15.8389 6.60435 15.8754 6.50802 15.9032C6.2879 15.9669 6.26277 15.98 6.15453 16.0872C5.99082 16.2494 5.96838 16.3207 5.95792 16.7124C5.95393 16.862 5.95541 16.9911 5.9612 16.9993C5.97322 17.0164 17.9769 17.0273 18.0045 17.0103C18.0233 16.9986 18.0256 16.4951 18.0073 16.3969C17.9872 16.2891 17.9279 16.1836 17.8369 16.0937C17.7346 15.9926 17.6746 15.962 17.4596 15.9013C16.531 15.6394 15.5479 15.2947 14.9755 15.0301C14.5398 14.8287 14.0178 14.5288 13.8763 14.3986C13.853 14.3772 13.8068 14.3395 13.7736 14.3147C13.6659 14.2344 13.4424 14.0072 13.3824 13.917C13.3717 13.9009 13.3418 13.8559 13.316 13.8171C13.0355 13.3945 12.9578 12.8402 13.0966 12.2506C13.1737 11.9232 13.3672 11.4967 13.5652 11.2177C14.0641 10.5148 14.4111 9.67401 14.5415 8.85195C14.58 8.60907 14.5893 8.53623 14.6008 8.38673C14.6077 8.297 14.6187 8.17676 14.6253 8.11952C14.6777 7.66473 14.5967 7.1228 14.4043 6.64062C14.3669 6.54697 14.2327 6.2975 14.1623 6.19101C13.9973 5.94135 13.9074 5.84169 13.5767 5.54211C13.3088 5.29946 12.7973 5.06138 12.4087 4.99854C12.1143 4.95093 12.0023 4.94639 11.7564 4.97217ZM18.0235 17.0347C18.0279 17.0391 18.0315 17.0355 18.0315 17.0266C18.0315 17.0178 18.0279 17.0141 18.0235 17.0186C18.019 17.023 18.019 17.0302 18.0235 17.0347Z",
15563
+ fill: "currentColor"
15564
+ }
15565
+ )
15566
+ }
15567
+ );
15568
+ }
15569
+
15518
15570
  // src/components/verse.tsx
15519
15571
  var import_platform_react_hooks3 = require("@youversion/platform-react-hooks");
15520
15572
  var import_isomorphic_dompurify = __toESM(require("isomorphic-dompurify"), 1);
@@ -15684,8 +15736,8 @@ function extractNotesFromWrappedHtml(doc) {
15684
15736
  }
15685
15737
 
15686
15738
  // src/components/icons/footnote.tsx
15687
- var import_jsx_runtime17 = require("react/jsx-runtime");
15688
- var Footnote = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15739
+ var import_jsx_runtime19 = require("react/jsx-runtime");
15740
+ var Footnote = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15689
15741
  "svg",
15690
15742
  {
15691
15743
  width: 24,
@@ -15694,7 +15746,7 @@ var Footnote = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15694
15746
  fill: "none",
15695
15747
  xmlns: "http://www.w3.org/2000/svg",
15696
15748
  ...props,
15697
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15749
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15698
15750
  "path",
15699
15751
  {
15700
15752
  fillRule: "evenodd",
@@ -15707,7 +15759,7 @@ var Footnote = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15707
15759
  );
15708
15760
 
15709
15761
  // src/components/verse.tsx
15710
- var import_jsx_runtime18 = require("react/jsx-runtime");
15762
+ var import_jsx_runtime20 = require("react/jsx-runtime");
15711
15763
  var VerseFootnoteButton = (0, import_react3.memo)(function VerseFootnoteButton2({
15712
15764
  verseNum,
15713
15765
  verseNotes,
@@ -15716,24 +15768,24 @@ var VerseFootnoteButton = (0, import_react3.memo)(function VerseFootnoteButton2(
15716
15768
  theme
15717
15769
  }) {
15718
15770
  const verseReference = reference ? `${reference}:${verseNum}` : `Verse ${verseNum}`;
15719
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(Popover, { children: [
15720
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(PopoverTrigger, { "data-yv-sdk": true, "data-yv-theme": theme, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15771
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(Popover, { children: [
15772
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(PopoverTrigger, { "data-yv-sdk": true, "data-yv-theme": theme, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15721
15773
  "button",
15722
15774
  {
15723
15775
  type: "button",
15724
15776
  className: "yv:inline-flex yv:align-middle yv:cursor-pointer yv:ml-1! yv:text-(--yv-gray-20)",
15725
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Footnote, { className: "yv:size-[1.5em]" })
15777
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Footnote, { className: "yv:size-[1.5em]" })
15726
15778
  }
15727
15779
  ) }),
15728
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15780
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15729
15781
  PopoverContent,
15730
15782
  {
15731
15783
  className: "yv:flex yv:flex-col yv:bg-background yv:p-0 yv:sm:w-sm yv:overflow-none yv:rounded-2xl yv:border-0 yv:shadow-lg",
15732
15784
  heading: "Footnotes",
15733
15785
  theme,
15734
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "yv:p-3 yv:overflow-y-auto yv:max-h-[33svh]", children: [
15735
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "yv:font-bold yv:mb-2", children: verseReference }),
15736
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15786
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "yv:p-3 yv:overflow-y-auto yv:max-h-[33svh]", children: [
15787
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "yv:font-bold yv:mb-2", children: verseReference }),
15788
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15737
15789
  "div",
15738
15790
  {
15739
15791
  className: "yv:mb-3 yv:font-serif",
@@ -15741,16 +15793,16 @@ var VerseFootnoteButton = (0, import_react3.memo)(function VerseFootnoteButton2(
15741
15793
  dangerouslySetInnerHTML: { __html: verseNotes.verseHtml }
15742
15794
  }
15743
15795
  ),
15744
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("ul", { className: "yv:list-none yv:p-0 yv:m-0 yv:space-y-1", children: verseNotes.notes.map((note, index) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
15796
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("ul", { className: "yv:list-none yv:p-0 yv:m-0 yv:space-y-1", children: verseNotes.notes.map((note, index) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
15745
15797
  "li",
15746
15798
  {
15747
15799
  className: "yv:flex yv:gap-2 yv:text-xs yv:border-b yv:border-border yv:py-2",
15748
15800
  children: [
15749
- /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("span", { className: "", children: [
15801
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("span", { className: "", children: [
15750
15802
  LETTERS[index] || index + 1,
15751
15803
  "."
15752
15804
  ] }),
15753
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { dangerouslySetInnerHTML: { __html: note } })
15805
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { dangerouslySetInnerHTML: { __html: note } })
15754
15806
  ]
15755
15807
  },
15756
15808
  LETTERS[index]
@@ -15819,13 +15871,13 @@ function BibleTextHtml({
15819
15871
  element.addEventListener("click", handleClick);
15820
15872
  return () => element.removeEventListener("click", handleClick);
15821
15873
  }, [onVerseSelect]);
15822
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_jsx_runtime18.Fragment, { children: [
15823
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { ref: contentRef }),
15874
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_jsx_runtime20.Fragment, { children: [
15875
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { ref: contentRef }),
15824
15876
  Array.from(placeholders.entries()).map(([verseNum, el]) => {
15825
15877
  const verseNotes = notes[verseNum];
15826
15878
  if (!verseNotes) return null;
15827
15879
  return (0, import_react_dom.createPortal)(
15828
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15880
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15829
15881
  VerseFootnoteButton,
15830
15882
  {
15831
15883
  verseNum,
@@ -15909,17 +15961,17 @@ var Verse = {
15909
15961
  */
15910
15962
  Text: ({ number: number4, text, size = "default" }) => {
15911
15963
  if (size === "lg") {
15912
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("span", { className: "yv:[&>p]:inline-block", children: [
15913
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
15964
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("span", { className: "yv:[&>p]:inline-block", children: [
15965
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
15914
15966
  "\xA0",
15915
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "yv:font-serif! yv:text-xl yv:text-primary", children: text }),
15967
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "yv:font-serif! yv:text-xl yv:text-primary", children: text }),
15916
15968
  "\xA0"
15917
15969
  ] });
15918
15970
  }
15919
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("span", { className: "yv:[&>p]:inline-block", children: [
15920
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
15971
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("span", { className: "yv:[&>p]:inline-block", children: [
15972
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
15921
15973
  "\xA0",
15922
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "yv:text-primary", children: text }),
15974
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "yv:text-primary", children: text }),
15923
15975
  "\xA0"
15924
15976
  ] });
15925
15977
  },
@@ -15943,7 +15995,7 @@ var Verse = {
15943
15995
  (0, import_react3.useEffect)(() => {
15944
15996
  setTransformedData(yvDomTransformer(html, true));
15945
15997
  }, [html]);
15946
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15998
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15947
15999
  "section",
15948
16000
  {
15949
16001
  ref,
@@ -15956,7 +16008,7 @@ var Verse = {
15956
16008
  "data-show-notes": renderNotes,
15957
16009
  "data-slot": "yv-bible-renderer",
15958
16010
  "data-selectable": onVerseSelect ? "true" : "false",
15959
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
16011
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15960
16012
  BibleTextHtml,
15961
16013
  {
15962
16014
  html: transformedData.html,
@@ -15996,7 +16048,7 @@ var BibleTextView = ({
15996
16048
  const providerTheme = (0, import_platform_react_hooks3.useTheme)();
15997
16049
  const currentTheme = theme || providerTheme;
15998
16050
  if (loading) {
15999
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
16051
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16000
16052
  Verse.Html,
16001
16053
  {
16002
16054
  html: "<span>Loading...</span>",
@@ -16010,7 +16062,7 @@ var BibleTextView = ({
16010
16062
  ) });
16011
16063
  }
16012
16064
  if (error46) {
16013
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
16065
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16014
16066
  Verse.Html,
16015
16067
  {
16016
16068
  html: '<span class="wj">We have run into an error...</span>',
@@ -16023,7 +16075,7 @@ var BibleTextView = ({
16023
16075
  }
16024
16076
  ) });
16025
16077
  }
16026
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
16078
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16027
16079
  Verse.Html,
16028
16080
  {
16029
16081
  html: passage?.content || "",
@@ -16041,56 +16093,6 @@ var BibleTextView = ({
16041
16093
  ) });
16042
16094
  };
16043
16095
 
16044
- // src/components/icons/person.tsx
16045
- var import_jsx_runtime19 = require("react/jsx-runtime");
16046
- function PersonIcon(props) {
16047
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
16048
- "svg",
16049
- {
16050
- width: "24",
16051
- height: "24",
16052
- viewBox: "0 0 24 24",
16053
- fill: "none",
16054
- xmlns: "http://www.w3.org/2000/svg",
16055
- ...props,
16056
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
16057
- "path",
16058
- {
16059
- fillRule: "evenodd",
16060
- clipRule: "evenodd",
16061
- d: "M12.2577 3.00444C12.2809 3.00716 12.3625 3.01524 12.4389 3.02242C13.026 3.07748 13.6574 3.28233 14.2006 3.5939C14.3838 3.69895 14.6821 3.90229 14.777 3.9868C14.804 4.01085 14.8809 4.07571 14.9478 4.13093C15.064 4.22686 15.3101 4.4796 15.4647 4.66191C15.9154 5.1934 16.2889 5.93532 16.4547 6.62854C16.4658 6.67506 16.4797 6.73216 16.4854 6.75542C16.5016 6.82057 16.5418 7.05845 16.566 7.23273C16.5969 7.45514 16.5973 8.2099 16.5667 8.4834C16.4368 9.64338 16.2065 10.4627 15.7568 11.3654C15.607 11.666 15.3197 12.1445 15.1799 12.3261C15.1049 12.4235 14.9997 12.6674 14.9997 12.7439C14.9997 12.872 15.6242 13.2043 16.4552 13.5184C16.5881 13.5686 16.7185 13.6166 16.7451 13.6251C16.7717 13.6336 16.8722 13.6679 16.9686 13.7012C17.1727 13.7719 17.5687 13.8929 17.8866 13.9818C18.0095 14.0162 18.1345 14.0522 18.1644 14.0618C19.1409 14.3759 19.8401 15.2153 19.9644 16.223C20.0113 16.6032 20.012 17.2359 19.9658 17.4979C19.8931 17.9099 19.7357 18.2126 19.4528 18.4845C19.1663 18.7599 18.885 18.905 18.5029 18.9747L18.3637 19L12.0101 18.9981C6.37332 18.9964 5.64108 18.9941 5.52036 18.9777C5.09518 18.9197 4.71182 18.716 4.44118 18.4042C4.21942 18.1486 4.08182 17.8702 4.02318 17.5583C3.99624 17.415 3.99125 16.434 4.01634 16.2154C4.12723 15.2491 4.85043 14.3673 5.76881 14.0786C5.83323 14.0583 6.02973 14.0007 6.20547 13.9504C6.51385 13.8623 7.07388 13.6834 7.28261 13.6063C7.33824 13.5858 7.41637 13.558 7.45623 13.5445C7.52624 13.5209 7.86599 13.3884 7.91524 13.3656C7.92852 13.3594 7.99375 13.3319 8.06019 13.3044C8.36278 13.1792 8.8291 12.9238 8.93998 12.8225C8.9992 12.7685 8.99988 12.76 8.95529 12.6367C8.89856 12.48 8.89129 12.4672 8.66836 12.1306C8.00904 11.135 7.61298 10.0567 7.45089 8.8157C7.36851 8.18512 7.37124 7.40287 7.45741 6.94272C7.53526 6.52701 7.65533 6.13745 7.80939 5.8008C7.94273 5.50943 7.9919 5.41821 8.15462 5.16036C8.64768 4.37906 9.45208 3.6833 10.2284 3.36666C10.2716 3.34904 10.3178 3.32949 10.3311 3.32321C10.5652 3.21246 11.0539 3.08447 11.4383 3.03323C11.6145 3.00975 12.144 2.99115 12.2577 3.00444ZM11.7564 4.97217C10.3104 5.12374 9.21673 6.52189 9.34529 8.05442C9.38945 8.5809 9.41503 8.7683 9.4905 9.11779C9.57846 9.52517 9.71489 9.93792 9.88193 10.302C10.0382 10.6427 10.203 10.9211 10.4686 11.2929C10.4876 11.3195 10.5354 11.4014 10.5749 11.4751C10.9709 12.2132 11.0583 12.914 10.8275 13.5021C10.7071 13.8087 10.5391 14.0242 10.168 14.3478C9.94887 14.5389 9.33468 14.889 8.88157 15.0811C8.81513 15.1093 8.73903 15.1422 8.71246 15.1542C8.68589 15.1662 8.62066 15.1933 8.56751 15.2143C8.51436 15.2353 8.44642 15.2624 8.41652 15.2745C8.14661 15.3836 7.35451 15.6582 7.10593 15.7288C6.99257 15.761 6.95585 15.7717 6.78584 15.8221C6.72937 15.8389 6.60435 15.8754 6.50802 15.9032C6.2879 15.9669 6.26277 15.98 6.15453 16.0872C5.99082 16.2494 5.96838 16.3207 5.95792 16.7124C5.95393 16.862 5.95541 16.9911 5.9612 16.9993C5.97322 17.0164 17.9769 17.0273 18.0045 17.0103C18.0233 16.9986 18.0256 16.4951 18.0073 16.3969C17.9872 16.2891 17.9279 16.1836 17.8369 16.0937C17.7346 15.9926 17.6746 15.962 17.4596 15.9013C16.531 15.6394 15.5479 15.2947 14.9755 15.0301C14.5398 14.8287 14.0178 14.5288 13.8763 14.3986C13.853 14.3772 13.8068 14.3395 13.7736 14.3147C13.6659 14.2344 13.4424 14.0072 13.3824 13.917C13.3717 13.9009 13.3418 13.8559 13.316 13.8171C13.0355 13.3945 12.9578 12.8402 13.0966 12.2506C13.1737 11.9232 13.3672 11.4967 13.5652 11.2177C14.0641 10.5148 14.4111 9.67401 14.5415 8.85195C14.58 8.60907 14.5893 8.53623 14.6008 8.38673C14.6077 8.297 14.6187 8.17676 14.6253 8.11952C14.6777 7.66473 14.5967 7.1228 14.4043 6.64062C14.3669 6.54697 14.2327 6.2975 14.1623 6.19101C13.9973 5.94135 13.9074 5.84169 13.5767 5.54211C13.3088 5.29946 12.7973 5.06138 12.4087 4.99854C12.1143 4.95093 12.0023 4.94639 11.7564 4.97217ZM18.0235 17.0347C18.0279 17.0391 18.0315 17.0355 18.0315 17.0266C18.0315 17.0178 18.0279 17.0141 18.0235 17.0186C18.019 17.023 18.019 17.0302 18.0235 17.0347Z",
16062
- fill: "currentColor"
16063
- }
16064
- )
16065
- }
16066
- );
16067
- }
16068
-
16069
- // src/components/icons/gear.tsx
16070
- var import_jsx_runtime20 = require("react/jsx-runtime");
16071
- function GearIcon(props) {
16072
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16073
- "svg",
16074
- {
16075
- width: "24",
16076
- height: "24",
16077
- viewBox: "0 0 24 24",
16078
- fill: "none",
16079
- xmlns: "http://www.w3.org/2000/svg",
16080
- ...props,
16081
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16082
- "path",
16083
- {
16084
- fillRule: "evenodd",
16085
- clipRule: "evenodd",
16086
- d: "M13.2857 4.28571C13.2857 3.57563 12.7101 3 12 3C11.2899 3 10.7143 3.57563 10.7143 4.28571L10.7182 5.1814C10.7196 5.48205 10.507 5.73842 10.2181 5.8216C9.75197 5.95579 9.3076 6.14129 8.89149 6.3716C8.62846 6.51718 8.2969 6.48615 8.08528 6.27263L7.45431 5.63604C6.95221 5.13394 6.13814 5.13394 5.63604 5.63604C5.13394 6.13814 5.13394 6.95221 5.63604 7.45431L6.27263 8.08528C6.48615 8.2969 6.51718 8.62846 6.3716 8.89149C6.14129 9.3076 5.95579 9.75197 5.8216 10.2181C5.73842 10.507 5.48205 10.7196 5.1814 10.7182L4.28571 10.7143C3.57563 10.7143 3 11.2899 3 12C3 12.7101 3.57563 13.2857 4.28571 13.2857L5.1814 13.2818C5.48205 13.2804 5.73842 13.493 5.8216 13.7819C5.95579 14.248 6.14129 14.6924 6.3716 15.1085C6.51718 15.3715 6.48615 15.7031 6.27263 15.9147L5.63604 16.5457C5.13394 17.0478 5.13394 17.8619 5.63604 18.364C6.13814 18.8661 6.95221 18.8661 7.45431 18.364L8.08527 17.7274C8.2969 17.5138 8.62845 17.4828 8.89148 17.6284C9.3076 17.8587 9.75197 18.0442 10.2181 18.1784C10.507 18.2616 10.7196 18.518 10.7182 18.8186L10.7143 19.7143C10.7143 20.4244 11.2899 21 12 21C12.7101 21 13.2857 20.4244 13.2857 19.7143L13.2818 18.8186C13.2804 18.518 13.493 18.2616 13.7819 18.1784C14.248 18.0442 14.6924 17.8587 15.1085 17.6284C15.3715 17.4828 15.7031 17.5138 15.9147 17.7274L16.5457 18.364C17.0478 18.8661 17.8619 18.8661 18.364 18.364C18.8661 17.8619 18.8661 17.0478 18.364 16.5457L17.7274 15.9147C17.5138 15.7031 17.4828 15.3715 17.6284 15.1085C17.8587 14.6924 18.0442 14.248 18.1784 13.7819C18.2616 13.493 18.518 13.2804 18.8186 13.2818L19.7143 13.2857C20.4244 13.2857 21 12.7101 21 12C21 11.2899 20.4244 10.7143 19.7143 10.7143L18.8186 10.7182C18.518 10.7196 18.2616 10.507 18.1784 10.2181C18.0442 9.75197 17.8587 9.3076 17.6284 8.89148C17.4828 8.62845 17.5138 8.2969 17.7274 8.08527L18.364 7.45431C18.8661 6.95221 18.8661 6.13814 18.364 5.63604C17.8619 5.13394 17.0478 5.13394 16.5457 5.63604L15.9147 6.27263C15.7031 6.48615 15.3715 6.51718 15.1085 6.3716C14.6924 6.14129 14.248 5.95579 13.7819 5.8216C13.493 5.73842 13.2804 5.48205 13.2818 5.1814L13.2857 4.28571ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z",
16087
- fill: "currentColor"
16088
- }
16089
- )
16090
- }
16091
- );
16092
- }
16093
-
16094
16096
  // src/components/bible-reader.tsx
16095
16097
  var import_jsx_runtime21 = require("react/jsx-runtime");
16096
16098
  var BibleReaderContext = (0, import_react4.createContext)(null);
@@ -16112,7 +16114,7 @@ function Root6({
16112
16114
  defaultChapter = "1",
16113
16115
  onChapterChange,
16114
16116
  versionId: controlledVersionId,
16115
- defaultVersionId = 111,
16117
+ defaultVersionId = DEFAULT_LICENSE_FREE_BIBLE_VERSION,
16116
16118
  onVersionChange,
16117
16119
  fontFamily = "Inter",
16118
16120
  fontSize = DEFAULT_FONT_SIZE,
@@ -16686,68 +16688,12 @@ var YouVersionAuthButton = import_react5.default.forwardRef(
16686
16688
  YouVersionAuthButton.displayName = "YouVersionAuthButton";
16687
16689
 
16688
16690
  // src/components/verse-of-the-day.tsx
16691
+ var import_platform_react_hooks6 = require("@youversion/platform-react-hooks");
16689
16692
  var import_react7 = __toESM(require("react"), 1);
16690
16693
 
16691
- // src/components/icons/votd.tsx
16692
- var import_react6 = require("react");
16694
+ // src/components/bible-app-logo-lockup.tsx
16693
16695
  var import_jsx_runtime25 = require("react/jsx-runtime");
16694
16696
  var SvgComponent = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
16695
- "svg",
16696
- {
16697
- width: "44",
16698
- height: "44",
16699
- ...props,
16700
- viewBox: "0 0 44 44",
16701
- fill: "currentColor",
16702
- xmlns: "http://www.w3.org/2000/svg",
16703
- children: [
16704
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Sun" }),
16705
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16706
- "path",
16707
- {
16708
- fillRule: "evenodd",
16709
- clipRule: "evenodd",
16710
- d: "M22.2538 3.5104C22.1658 3.31245 21.8849 3.31245 21.7969 3.5104L19.6831 8.26646C20.4446 8.13775 21.2272 8.07074 22.0253 8.07074C22.8235 8.07074 23.6061 8.13775 24.3676 8.26646L22.2538 3.5104ZM22.2538 40.5405L24.3676 35.7844C23.6061 35.9131 22.8235 35.9801 22.0253 35.9801C21.2272 35.9801 20.4446 35.9131 19.6831 35.7844L21.7969 40.5405C21.8849 40.7384 22.1658 40.7384 22.2538 40.5405ZM33.4102 30.097L35.279 34.956C35.3568 35.1582 35.1581 35.3568 34.9559 35.2791L30.0969 33.4102C31.3786 32.5 32.4999 31.3787 33.4102 30.097ZM10.6405 13.9538L8.7716 9.09482C8.69384 8.89263 8.89249 8.69397 9.09468 8.77173L13.9537 10.6406C12.6721 11.5509 11.5508 12.6721 10.6405 13.9538ZM40.5404 21.797L35.7843 19.6832C35.913 20.4447 35.98 21.2273 35.98 22.0254C35.98 22.8236 35.913 23.6061 35.7843 24.3677L40.5404 22.2539C40.7383 22.1659 40.7383 21.885 40.5404 21.797ZM3.51028 21.797C3.31233 21.885 3.31233 22.1659 3.51028 22.2539L8.2664 24.3677C8.13769 23.6061 8.07068 22.8236 8.07068 22.0254C8.07068 21.2273 8.13769 20.4447 8.2664 19.6832L3.51028 21.797ZM30.0969 10.6406L34.9559 8.77173C35.1581 8.69397 35.3568 8.89263 35.279 9.09482L33.4102 13.9538C32.4999 12.6721 31.3786 11.5509 30.0969 10.6406ZM13.9537 33.4102L9.09468 35.2791C8.89249 35.3568 8.69384 35.1582 8.7716 34.956L10.6405 30.097C11.5508 31.3787 12.6721 32.5 13.9537 33.4102ZM21.9998 31.1666C16.9372 31.1666 12.8331 27.0625 12.8331 21.9999C12.8331 16.9373 16.9372 12.8332 21.9998 12.8332C27.0624 12.8332 31.1665 16.9373 31.1665 21.9999C31.1665 27.0625 27.0624 31.1666 21.9998 31.1666ZM21.9998 16.4999C25.0374 16.4999 27.4998 18.9623 27.4998 21.9999C27.4998 25.0375 25.0374 27.4999 21.9998 27.4999C18.9622 27.4999 16.4998 25.0375 16.4998 21.9999C16.4998 18.9623 18.9622 16.4999 21.9998 16.4999Z",
16711
- fill: "currentColor"
16712
- }
16713
- )
16714
- ]
16715
- }
16716
- );
16717
-
16718
- // src/components/icons/share.tsx
16719
- var import_jsx_runtime26 = require("react/jsx-runtime");
16720
- var SvgComponent2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
16721
- "svg",
16722
- {
16723
- xmlns: "http://www.w3.org/2000/svg",
16724
- width: 24,
16725
- height: 24,
16726
- viewBox: "0 0 24 24",
16727
- fill: "currentColor",
16728
- ...props,
16729
- children: [
16730
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
16731
- "path",
16732
- {
16733
- fill: "currentColor",
16734
- d: "M16.121 9.187a1 1 0 0 1-1.414 0L13 7.48V15a1 1 0 1 1-2 0V7.348L9.121 9.227a1 1 0 1 1-1.414-1.414l3.52-3.52a1 1 0 0 1 1.414 0l3.48 3.48a1 1 0 0 1 0 1.414Z"
16735
- }
16736
- ),
16737
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
16738
- "path",
16739
- {
16740
- fill: "currentColor",
16741
- d: "M6 12a1 1 0 0 0-1 1v5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5a1 1 0 0 0-2 0v4.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V13a1 1 0 0 0-1-1Z"
16742
- }
16743
- )
16744
- ]
16745
- }
16746
- );
16747
-
16748
- // src/components/bible-app-logo-lockup.tsx
16749
- var import_jsx_runtime27 = require("react/jsx-runtime");
16750
- var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16751
16697
  "svg",
16752
16698
  {
16753
16699
  xmlns: "http://www.w3.org/2000/svg",
@@ -16758,8 +16704,8 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16758
16704
  className: "yv:text-black yv:dark:text-white",
16759
16705
  ...props,
16760
16706
  children: [
16761
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Bible App" }),
16762
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
16707
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: "Bible App" }),
16708
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16763
16709
  "mask",
16764
16710
  {
16765
16711
  id: "bible-app-logo-lockup-mask",
@@ -16771,7 +16717,7 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16771
16717
  style: {
16772
16718
  maskType: "alpha"
16773
16719
  },
16774
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
16720
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16775
16721
  "path",
16776
16722
  {
16777
16723
  fill: "url(#bible-app-logo-lockup-gradient-a)",
@@ -16782,9 +16728,9 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16782
16728
  )
16783
16729
  }
16784
16730
  ),
16785
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { mask: "url(#bible-app-logo-lockup-mask)", children: [
16786
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "url(#bible-app-logo-lockup-gradient-c)", d: "M63.562 0H80v16.438H63.562z" }),
16787
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
16731
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("g", { mask: "url(#bible-app-logo-lockup-mask)", children: [
16732
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "url(#bible-app-logo-lockup-gradient-c)", d: "M63.562 0H80v16.438H63.562z" }),
16733
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16788
16734
  "path",
16789
16735
  {
16790
16736
  fill: "#FEF5EB",
@@ -16793,18 +16739,18 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16793
16739
  clipRule: "evenodd"
16794
16740
  }
16795
16741
  ),
16796
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#FF3D4D", d: "M66.58 12.94h2.575v1.932l-1.287-.644-1.288.644v-1.931Z" }),
16797
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { fill: "#FEF5EB", clipPath: "url(#bible-app-logo-lockup-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M70.602 5.614c.173.105.374.156.603.156.219 0 .42-.055.593-.17.178-.113.31-.273.407-.474.1-.206.146-.439.146-.694a1.57 1.57 0 0 0-.142-.694 1.05 1.05 0 0 0-.402-.452 1.135 1.135 0 0 0-.598-.156c-.219 0-.42.055-.598.17a1.15 1.15 0 0 0-.406.474 1.626 1.626 0 0 0-.142.694c0 .265.046.498.142.694.091.197.223.347.397.452Zm-.096-1.16c0-.232.027-.438.087-.616a.906.906 0 0 1 .246-.406.512.512 0 0 1 .356-.142c.133 0 .247.046.357.137.11.091.196.224.26.402.069.174.1.379.1.616 0 .233-.032.439-.09.617a.951.951 0 0 1-.248.41.516.516 0 0 1-.356.142.537.537 0 0 1-.356-.137.95.95 0 0 1-.265-.401 1.995 1.995 0 0 1-.091-.621ZM76.675 9.14a3.91 3.91 0 0 1-.014-.68l.005-.056h-.178l-.005.046a1.256 1.256 0 0 1-.073.36.324.324 0 0 1-.141.16.704.704 0 0 1-.302.05h-.25a.696.696 0 0 1-.17-.013.073.073 0 0 1-.046-.05.654.654 0 0 1-.018-.174v-.78h.178c.082 0 .142.022.183.059.041.036.069.1.082.187.014.096.019.15.023.169l.005.041H76.122l-.004-.05a8.485 8.485 0 0 1-.023-.489v-.164c0-.119.005-.228.01-.324l.004-.05H75.936l-.005.04-.01.07c-.009.077-.022.14-.036.186a.188.188 0 0 1-.073.11c-.032.027-.082.046-.155.046h-.178v-.768c0-.086.009-.141.018-.173.01-.028.023-.041.046-.046a.637.637 0 0 1 .169-.018h.287c.119 0 .201.018.251.046a.241.241 0 0 1 .105.132c.023.064.046.174.06.32l.004.045h.178l-.009-.054a2.264 2.264 0 0 1-.009-.21c0-.12.01-.252.023-.402l.005-.055h-1.832v.164l.046.005a.719.719 0 0 1 .165.023.07.07 0 0 1 .05.05c.009.032.018.087.018.173v1.708c0 .087-.01.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.004v.165h1.9v-.05ZM74.543 5.724l-.005-.055a3.91 3.91 0 0 1-.014-.717l.005-.055h-.178l-.005.046a1.678 1.678 0 0 1-.073.38.31.31 0 0 1-.146.173.693.693 0 0 1-.301.054h-.251a.695.695 0 0 1-.17-.013.072.072 0 0 1-.045-.05.653.653 0 0 1-.018-.174V3.587c0-.087.009-.142.018-.174a.072.072 0 0 1 .046-.05.82.82 0 0 1 .168-.023l.046-.004v-.164h-.982V3.34l.046.005a.72.72 0 0 1 .165.023.07.07 0 0 1 .05.05c.009.032.018.087.018.173v1.713c0 .087-.01.141-.018.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.005v.164l1.904.005ZM68.762 8.034c-.091-.095-.233-.164-.411-.205a.685.685 0 0 0 .27-.2.61.61 0 0 0 .136-.389.522.522 0 0 0-.21-.434c-.137-.11-.329-.16-.57-.16l-.996-.009V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.169l1.073-.004c.178 0 .329-.028.461-.087a.705.705 0 0 0 .306-.256.666.666 0 0 0 .11-.374.555.555 0 0 0-.17-.439Zm-1.078-.977a.71.71 0 0 1 .018-.173c.01-.032.028-.046.046-.06a.349.349 0 0 1 .142-.018c.164 0 .269.041.333.11.064.073.1.187.1.356a.637.637 0 0 1-.105.383c-.059.083-.173.133-.356.133h-.182v-.73h.004Zm.662 1.818c-.096.091-.242.137-.452.137a.375.375 0 0 1-.146-.019c-.023-.009-.036-.027-.046-.054a.639.639 0 0 1-.018-.17v-.826h.242c.21 0 .352.046.434.128.087.082.132.205.132.379 0 .2-.05.338-.146.425ZM72.232 8.034s-.004 0 0 0c-.004 0-.004 0 0 0a.812.812 0 0 0-.41-.205.686.686 0 0 0 .269-.2.61.61 0 0 0 .137-.389.522.522 0 0 0-.21-.434c-.138-.11-.33-.16-.571-.16l-.996-.009V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.004v.169l1.073-.004c.178 0 .33-.028.462-.087a.706.706 0 0 0 .305-.256.667.667 0 0 0 .11-.374.588.588 0 0 0-.169-.439Zm-.242-1.191c-.004 0-.004 0 0 0Zm-.835.214c0-.082.009-.137.018-.173.009-.032.027-.046.045-.06a.35.35 0 0 1 .142-.018c.164 0 .27.041.333.11.064.073.1.187.1.356a.637.637 0 0 1-.104.383c-.06.083-.174.133-.356.133h-.183v-.73h.004Zm.662 1.818c-.096.091-.242.137-.452.137a.36.36 0 0 1-.147-.019c-.022-.009-.036-.027-.045-.054a.634.634 0 0 1-.019-.17v-.826h.243c.21 0 .351.046.433.128.087.082.133.205.133.379 0 .2-.05.338-.146.425ZM69.2 6.637V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.169h.982V9.03l-.046-.005a.824.824 0 0 1-.169-.023.073.073 0 0 1-.046-.05.654.654 0 0 1-.018-.173V7.062c0-.087.01-.142.018-.174a.073.073 0 0 1 .046-.05.824.824 0 0 1 .17-.023l.045-.004v-.164l-.982-.01ZM68.328 5.724v-.165l-.046-.004a.823.823 0 0 1-.169-.023.072.072 0 0 1-.045-.05.648.648 0 0 1-.019-.174v-.785h1.028v.78c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.005v.164h.982V5.55l-.046-.004a.821.821 0 0 1-.169-.023.072.072 0 0 1-.045-.05.653.653 0 0 1-.019-.174V3.587c0-.087.01-.142.019-.174a.072.072 0 0 1 .045-.05.821.821 0 0 1 .17-.023l.045-.004v-.169h-.982v.164l.046.005a.719.719 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v.767h-1.028v-.762c0-.087.01-.142.019-.174a.072.072 0 0 1 .045-.05.824.824 0 0 1 .17-.023l.045-.004v-.164h-.982V3.34l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.713c0 .086-.01.141-.019.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.005v.169h.982ZM74.465 3.372c.027.023.06.064.1.142l.699 1.287v.503c0 .086-.01.141-.018.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.005v.169l.927-.005.05.005v-.165l-.045-.004a.82.82 0 0 1-.169-.023.072.072 0 0 1-.046-.05.652.652 0 0 1-.018-.174v-.616l.539-1.069a1.07 1.07 0 0 1 .132-.205.244.244 0 0 1 .11-.078l.036-.009v-.16h-.703l-.05-.004v.164h.046c.1 0 .164.018.205.041.032.018.05.046.05.096a.673.673 0 0 1-.086.274l-.402.795-.53-1.014a.195.195 0 0 1-.027-.1c0-.014.004-.023.009-.033a.047.047 0 0 1 .027-.022c.028-.019.082-.028.16-.028h.05v-.173h-.885v.178h.05c.004 0 .023.004.05.027ZM74.538 8.701c0-.119.005-.21.01-.278l.004-.055h-.178l-.005.045a1.678 1.678 0 0 1-.073.38.32.32 0 0 1-.142.173.693.693 0 0 1-.3.055h-.252a.696.696 0 0 1-.169-.014.072.072 0 0 1-.046-.05.648.648 0 0 1-.018-.174V7.066c0-.086.01-.141.018-.173a.072.072 0 0 1 .046-.05.824.824 0 0 1 .169-.023l.046-.005v-.164h-.982V6.82l.046.004a.719.719 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.018.087.018.174v1.703c0 .087-.009.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.164h1.9l-.005-.054a5.229 5.229 0 0 1-.023-.434Z" }) })
16742
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#FF3D4D", d: "M66.58 12.94h2.575v1.932l-1.287-.644-1.288.644v-1.931Z" }),
16743
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { fill: "#FEF5EB", clipPath: "url(#bible-app-logo-lockup-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M70.602 5.614c.173.105.374.156.603.156.219 0 .42-.055.593-.17.178-.113.31-.273.407-.474.1-.206.146-.439.146-.694a1.57 1.57 0 0 0-.142-.694 1.05 1.05 0 0 0-.402-.452 1.135 1.135 0 0 0-.598-.156c-.219 0-.42.055-.598.17a1.15 1.15 0 0 0-.406.474 1.626 1.626 0 0 0-.142.694c0 .265.046.498.142.694.091.197.223.347.397.452Zm-.096-1.16c0-.232.027-.438.087-.616a.906.906 0 0 1 .246-.406.512.512 0 0 1 .356-.142c.133 0 .247.046.357.137.11.091.196.224.26.402.069.174.1.379.1.616 0 .233-.032.439-.09.617a.951.951 0 0 1-.248.41.516.516 0 0 1-.356.142.537.537 0 0 1-.356-.137.95.95 0 0 1-.265-.401 1.995 1.995 0 0 1-.091-.621ZM76.675 9.14a3.91 3.91 0 0 1-.014-.68l.005-.056h-.178l-.005.046a1.256 1.256 0 0 1-.073.36.324.324 0 0 1-.141.16.704.704 0 0 1-.302.05h-.25a.696.696 0 0 1-.17-.013.073.073 0 0 1-.046-.05.654.654 0 0 1-.018-.174v-.78h.178c.082 0 .142.022.183.059.041.036.069.1.082.187.014.096.019.15.023.169l.005.041H76.122l-.004-.05a8.485 8.485 0 0 1-.023-.489v-.164c0-.119.005-.228.01-.324l.004-.05H75.936l-.005.04-.01.07c-.009.077-.022.14-.036.186a.188.188 0 0 1-.073.11c-.032.027-.082.046-.155.046h-.178v-.768c0-.086.009-.141.018-.173.01-.028.023-.041.046-.046a.637.637 0 0 1 .169-.018h.287c.119 0 .201.018.251.046a.241.241 0 0 1 .105.132c.023.064.046.174.06.32l.004.045h.178l-.009-.054a2.264 2.264 0 0 1-.009-.21c0-.12.01-.252.023-.402l.005-.055h-1.832v.164l.046.005a.719.719 0 0 1 .165.023.07.07 0 0 1 .05.05c.009.032.018.087.018.173v1.708c0 .087-.01.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.004v.165h1.9v-.05ZM74.543 5.724l-.005-.055a3.91 3.91 0 0 1-.014-.717l.005-.055h-.178l-.005.046a1.678 1.678 0 0 1-.073.38.31.31 0 0 1-.146.173.693.693 0 0 1-.301.054h-.251a.695.695 0 0 1-.17-.013.072.072 0 0 1-.045-.05.653.653 0 0 1-.018-.174V3.587c0-.087.009-.142.018-.174a.072.072 0 0 1 .046-.05.82.82 0 0 1 .168-.023l.046-.004v-.164h-.982V3.34l.046.005a.72.72 0 0 1 .165.023.07.07 0 0 1 .05.05c.009.032.018.087.018.173v1.713c0 .087-.01.141-.018.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.005v.164l1.904.005ZM68.762 8.034c-.091-.095-.233-.164-.411-.205a.685.685 0 0 0 .27-.2.61.61 0 0 0 .136-.389.522.522 0 0 0-.21-.434c-.137-.11-.329-.16-.57-.16l-.996-.009V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.169l1.073-.004c.178 0 .329-.028.461-.087a.705.705 0 0 0 .306-.256.666.666 0 0 0 .11-.374.555.555 0 0 0-.17-.439Zm-1.078-.977a.71.71 0 0 1 .018-.173c.01-.032.028-.046.046-.06a.349.349 0 0 1 .142-.018c.164 0 .269.041.333.11.064.073.1.187.1.356a.637.637 0 0 1-.105.383c-.059.083-.173.133-.356.133h-.182v-.73h.004Zm.662 1.818c-.096.091-.242.137-.452.137a.375.375 0 0 1-.146-.019c-.023-.009-.036-.027-.046-.054a.639.639 0 0 1-.018-.17v-.826h.242c.21 0 .352.046.434.128.087.082.132.205.132.379 0 .2-.05.338-.146.425ZM72.232 8.034s-.004 0 0 0c-.004 0-.004 0 0 0a.812.812 0 0 0-.41-.205.686.686 0 0 0 .269-.2.61.61 0 0 0 .137-.389.522.522 0 0 0-.21-.434c-.138-.11-.33-.16-.571-.16l-.996-.009V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.004v.169l1.073-.004c.178 0 .33-.028.462-.087a.706.706 0 0 0 .305-.256.667.667 0 0 0 .11-.374.588.588 0 0 0-.169-.439Zm-.242-1.191c-.004 0-.004 0 0 0Zm-.835.214c0-.082.009-.137.018-.173.009-.032.027-.046.045-.06a.35.35 0 0 1 .142-.018c.164 0 .27.041.333.11.064.073.1.187.1.356a.637.637 0 0 1-.104.383c-.06.083-.174.133-.356.133h-.183v-.73h.004Zm.662 1.818c-.096.091-.242.137-.452.137a.36.36 0 0 1-.147-.019c-.022-.009-.036-.027-.045-.054a.634.634 0 0 1-.019-.17v-.826h.243c.21 0 .351.046.433.128.087.082.133.205.133.379 0 .2-.05.338-.146.425ZM69.2 6.637V6.806l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.717c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.169h.982V9.03l-.046-.005a.824.824 0 0 1-.169-.023.073.073 0 0 1-.046-.05.654.654 0 0 1-.018-.173V7.062c0-.087.01-.142.018-.174a.073.073 0 0 1 .046-.05.824.824 0 0 1 .17-.023l.045-.004v-.164l-.982-.01ZM68.328 5.724v-.165l-.046-.004a.823.823 0 0 1-.169-.023.072.072 0 0 1-.045-.05.648.648 0 0 1-.019-.174v-.785h1.028v.78c0 .087-.01.142-.019.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.005v.164h.982V5.55l-.046-.004a.821.821 0 0 1-.169-.023.072.072 0 0 1-.045-.05.653.653 0 0 1-.019-.174V3.587c0-.087.01-.142.019-.174a.072.072 0 0 1 .045-.05.821.821 0 0 1 .17-.023l.045-.004v-.169h-.982v.164l.046.005a.719.719 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v.767h-1.028v-.762c0-.087.01-.142.019-.174a.072.072 0 0 1 .045-.05.824.824 0 0 1 .17-.023l.045-.004v-.164h-.982V3.34l.046.005a.72.72 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.019.087.019.173v1.713c0 .086-.01.141-.019.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.005v.169h.982ZM74.465 3.372c.027.023.06.064.1.142l.699 1.287v.503c0 .086-.01.141-.018.173a.07.07 0 0 1-.05.05.72.72 0 0 1-.165.023l-.046.005v.169l.927-.005.05.005v-.165l-.045-.004a.82.82 0 0 1-.169-.023.072.072 0 0 1-.046-.05.652.652 0 0 1-.018-.174v-.616l.539-1.069a1.07 1.07 0 0 1 .132-.205.244.244 0 0 1 .11-.078l.036-.009v-.16h-.703l-.05-.004v.164h.046c.1 0 .164.018.205.041.032.018.05.046.05.096a.673.673 0 0 1-.086.274l-.402.795-.53-1.014a.195.195 0 0 1-.027-.1c0-.014.004-.023.009-.033a.047.047 0 0 1 .027-.022c.028-.019.082-.028.16-.028h.05v-.173h-.885v.178h.05c.004 0 .023.004.05.027ZM74.538 8.701c0-.119.005-.21.01-.278l.004-.055h-.178l-.005.045a1.678 1.678 0 0 1-.073.38.32.32 0 0 1-.142.173.693.693 0 0 1-.3.055h-.252a.696.696 0 0 1-.169-.014.072.072 0 0 1-.046-.05.648.648 0 0 1-.018-.174V7.066c0-.086.01-.141.018-.173a.072.072 0 0 1 .046-.05.824.824 0 0 1 .169-.023l.046-.005v-.164h-.982V6.82l.046.004a.719.719 0 0 1 .164.023.07.07 0 0 1 .05.05c.01.032.018.087.018.174v1.703c0 .087-.009.142-.018.174a.07.07 0 0 1-.05.05.72.72 0 0 1-.164.023l-.046.004v.164h1.9l-.005-.054a5.229 5.229 0 0 1-.023-.434Z" }) })
16798
16744
  ] }),
16799
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
16745
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16800
16746
  "path",
16801
16747
  {
16802
16748
  fill: "currentColor",
16803
16749
  d: "M1 2.706h3.248c.684 0 1.245.066 1.683.198.438.122.785.298 1.039.526.263.219.443.482.539.789a3.1 3.1 0 0 1 .145.96c0 .394-.088.762-.263 1.104-.176.333-.496.61-.96.829.298.131.543.28.736.447.193.167.346.346.46.54.114.183.193.38.237.59a3.206 3.206 0 0 1-.118 1.71c-.114.342-.307.64-.579.895-.272.245-.627.442-1.065.591-.438.14-.978.21-1.618.21H1V2.707ZM4.431 6.56c.622 0 1.056-.114 1.302-.342.245-.228.368-.557.368-.987 0-.447-.145-.767-.434-.96-.28-.201-.772-.302-1.473-.302H2.538v2.59h1.894Zm0 4.26c.377 0 .688-.035.933-.105.255-.07.452-.17.592-.302.15-.132.255-.29.316-.474s.092-.39.092-.618c0-.473-.136-.833-.408-1.078-.263-.254-.723-.382-1.38-.382H2.537v2.96h1.894Zm6.373-8.114v1.486H9.253V2.706h1.552Zm-.026 2.552v6.838h-1.5V5.258h1.5ZM13.976 8.9c.009.439.061.798.158 1.079.105.28.236.504.394.67.167.167.355.28.566.342.21.062.43.092.657.092.246 0 .474-.043.684-.131.21-.088.395-.224.552-.408.158-.193.28-.443.369-.75.087-.306.131-.683.131-1.13 0-.43-.048-.794-.145-1.092a2.062 2.062 0 0 0-.355-.736 1.314 1.314 0 0 0-.539-.421 1.566 1.566 0 0 0-.631-.132 2.06 2.06 0 0 0-.842.158 1.493 1.493 0 0 0-.565.447 1.9 1.9 0 0 0-.329.697c-.07.263-.105.557-.105.881V8.9Zm.013-6.194v3.446c.272-.36.583-.631.934-.816.36-.192.775-.289 1.249-.289.49 0 .916.088 1.276.263.359.176.657.421.894.737a3.2 3.2 0 0 1 .526 1.144c.123.438.184.925.184 1.46 0 .56-.07 1.07-.21 1.525-.14.447-.342.828-.605 1.144a2.768 2.768 0 0 1-.947.736c-.368.167-.78.25-1.236.25-.412 0-.794-.079-1.144-.236-.351-.158-.671-.421-.96-.79v.816h-1.447v-9.39h1.486Zm8.053 0v9.39h-1.5v-9.39h1.5Zm7.8 7.365c-.123.71-.426 1.262-.908 1.657-.482.386-1.175.578-2.078.578-1.087 0-1.916-.31-2.485-.933-.561-.632-.842-1.517-.842-2.657 0-.587.079-1.109.237-1.565.166-.456.394-.837.684-1.144a2.868 2.868 0 0 1 1.052-.71c.412-.167.863-.25 1.354-.25.526 0 .982.083 1.368.25.386.158.706.386.96.684.254.29.443.64.565 1.052.123.403.184.855.184 1.354v.658h-4.905c.018.622.176 1.127.474 1.512.298.386.75.579 1.354.579.474 0 .829-.092 1.065-.276.237-.184.395-.447.474-.79h1.446Zm-1.368-2.065c0-.561-.132-1.004-.395-1.328-.263-.325-.684-.487-1.262-.487-.553 0-.973.167-1.263.5-.29.324-.456.763-.5 1.315h3.42Zm8.715-5.3h1.578l3.577 9.39h-1.696l-.881-2.393h-3.643l-.868 2.393h-1.644l3.577-9.39Zm2.144 5.668-1.394-3.866-1.381 3.866h2.775Zm3.992-3.116h1.46v.946c.28-.377.6-.661.96-.854.367-.202.788-.303 1.262-.303.482 0 .903.088 1.262.263.36.167.658.408.894.723.246.316.426.697.54 1.145.122.438.184.929.184 1.472 0 .553-.07 1.057-.21 1.513a3.46 3.46 0 0 1-.606 1.157 2.642 2.642 0 0 1-.933.736c-.368.167-.785.25-1.25.25-.368 0-.727-.07-1.078-.21-.35-.14-.68-.399-.986-.776v3.327h-1.5v-9.39Zm1.485 3.537c0 .447.049.82.145 1.118.097.29.224.522.382.697.166.175.355.298.565.368.22.07.447.105.684.105.245 0 .473-.043.684-.131.21-.088.394-.228.552-.421.158-.193.28-.443.368-.75.088-.306.132-.679.132-1.117 0-.447-.048-.82-.145-1.118a1.933 1.933 0 0 0-.368-.737 1.229 1.229 0 0 0-.526-.407 1.718 1.718 0 0 0-.631-.119c-.535 0-.978.176-1.329.526-.342.351-.513.903-.513 1.657v.33Zm6.541-3.537h1.46v.946c.28-.377.6-.661.96-.854a2.585 2.585 0 0 1 1.262-.303c.482 0 .903.088 1.263.263.36.167.657.408.894.723.245.316.425.697.54 1.145.122.438.183.929.183 1.472 0 .553-.07 1.057-.21 1.513a3.46 3.46 0 0 1-.605 1.157 2.642 2.642 0 0 1-.934.736c-.368.167-.784.25-1.25.25a2.88 2.88 0 0 1-1.078-.21c-.35-.14-.679-.399-.986-.776v3.327h-1.499v-9.39Zm1.486 3.537c0 .447.048.82.145 1.118.096.29.223.522.381.697.167.175.355.298.566.368.219.07.447.105.683.105.246 0 .474-.043.684-.131a1.41 1.41 0 0 0 .553-.421c.157-.193.28-.443.368-.75.087-.306.131-.679.131-1.117 0-.447-.048-.82-.144-1.118a1.933 1.933 0 0 0-.369-.737 1.228 1.228 0 0 0-.526-.407 1.717 1.717 0 0 0-.63-.119c-.536 0-.978.176-1.329.526-.342.351-.513.903-.513 1.657v.33Z"
16804
16750
  }
16805
16751
  ),
16806
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("defs", { children: [
16807
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16752
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("defs", { children: [
16753
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
16808
16754
  "linearGradient",
16809
16755
  {
16810
16756
  id: "bible-app-logo-lockup-gradient-a",
@@ -16814,12 +16760,12 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16814
16760
  y2: 16.438,
16815
16761
  gradientUnits: "userSpaceOnUse",
16816
16762
  children: [
16817
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("stop", { stopColor: "#C93D34" }),
16818
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("stop", { offset: 1, stopColor: "#7A2629" })
16763
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { stopColor: "#C93D34" }),
16764
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: 1, stopColor: "#7A2629" })
16819
16765
  ]
16820
16766
  }
16821
16767
  ),
16822
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16768
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
16823
16769
  "linearGradient",
16824
16770
  {
16825
16771
  id: "bible-app-logo-lockup-gradient-c",
@@ -16829,19 +16775,75 @@ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16829
16775
  y2: 16.438,
16830
16776
  gradientUnits: "userSpaceOnUse",
16831
16777
  children: [
16832
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("stop", { stopColor: "#C93D34" }),
16833
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("stop", { offset: 1, stopColor: "#7A2629" })
16778
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { stopColor: "#C93D34" }),
16779
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: 1, stopColor: "#7A2629" })
16834
16780
  ]
16835
16781
  }
16836
16782
  ),
16837
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "bible-app-logo-lockup-clip", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#fff", d: "M65.52 2.472h12.521V9.68h-12.52z" }) })
16783
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "bible-app-logo-lockup-clip", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#fff", d: "M65.52 2.472h12.521V9.68h-12.52z" }) })
16838
16784
  ] })
16839
16785
  ]
16840
16786
  }
16841
16787
  );
16842
16788
 
16789
+ // src/components/icons/share.tsx
16790
+ var import_jsx_runtime26 = require("react/jsx-runtime");
16791
+ var SvgComponent2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
16792
+ "svg",
16793
+ {
16794
+ xmlns: "http://www.w3.org/2000/svg",
16795
+ width: 24,
16796
+ height: 24,
16797
+ viewBox: "0 0 24 24",
16798
+ fill: "currentColor",
16799
+ ...props,
16800
+ children: [
16801
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
16802
+ "path",
16803
+ {
16804
+ fill: "currentColor",
16805
+ d: "M16.121 9.187a1 1 0 0 1-1.414 0L13 7.48V15a1 1 0 1 1-2 0V7.348L9.121 9.227a1 1 0 1 1-1.414-1.414l3.52-3.52a1 1 0 0 1 1.414 0l3.48 3.48a1 1 0 0 1 0 1.414Z"
16806
+ }
16807
+ ),
16808
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
16809
+ "path",
16810
+ {
16811
+ fill: "currentColor",
16812
+ d: "M6 12a1 1 0 0 0-1 1v5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5a1 1 0 0 0-2 0v4.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V13a1 1 0 0 0-1-1Z"
16813
+ }
16814
+ )
16815
+ ]
16816
+ }
16817
+ );
16818
+
16819
+ // src/components/icons/votd.tsx
16820
+ var import_react6 = require("react");
16821
+ var import_jsx_runtime27 = require("react/jsx-runtime");
16822
+ var SvgComponent3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16823
+ "svg",
16824
+ {
16825
+ width: "44",
16826
+ height: "44",
16827
+ ...props,
16828
+ viewBox: "0 0 44 44",
16829
+ fill: "currentColor",
16830
+ xmlns: "http://www.w3.org/2000/svg",
16831
+ children: [
16832
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: "Sun" }),
16833
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
16834
+ "path",
16835
+ {
16836
+ fillRule: "evenodd",
16837
+ clipRule: "evenodd",
16838
+ d: "M22.2538 3.5104C22.1658 3.31245 21.8849 3.31245 21.7969 3.5104L19.6831 8.26646C20.4446 8.13775 21.2272 8.07074 22.0253 8.07074C22.8235 8.07074 23.6061 8.13775 24.3676 8.26646L22.2538 3.5104ZM22.2538 40.5405L24.3676 35.7844C23.6061 35.9131 22.8235 35.9801 22.0253 35.9801C21.2272 35.9801 20.4446 35.9131 19.6831 35.7844L21.7969 40.5405C21.8849 40.7384 22.1658 40.7384 22.2538 40.5405ZM33.4102 30.097L35.279 34.956C35.3568 35.1582 35.1581 35.3568 34.9559 35.2791L30.0969 33.4102C31.3786 32.5 32.4999 31.3787 33.4102 30.097ZM10.6405 13.9538L8.7716 9.09482C8.69384 8.89263 8.89249 8.69397 9.09468 8.77173L13.9537 10.6406C12.6721 11.5509 11.5508 12.6721 10.6405 13.9538ZM40.5404 21.797L35.7843 19.6832C35.913 20.4447 35.98 21.2273 35.98 22.0254C35.98 22.8236 35.913 23.6061 35.7843 24.3677L40.5404 22.2539C40.7383 22.1659 40.7383 21.885 40.5404 21.797ZM3.51028 21.797C3.31233 21.885 3.31233 22.1659 3.51028 22.2539L8.2664 24.3677C8.13769 23.6061 8.07068 22.8236 8.07068 22.0254C8.07068 21.2273 8.13769 20.4447 8.2664 19.6832L3.51028 21.797ZM30.0969 10.6406L34.9559 8.77173C35.1581 8.69397 35.3568 8.89263 35.279 9.09482L33.4102 13.9538C32.4999 12.6721 31.3786 11.5509 30.0969 10.6406ZM13.9537 33.4102L9.09468 35.2791C8.89249 35.3568 8.69384 35.1582 8.7716 34.956L10.6405 30.097C11.5508 31.3787 12.6721 32.5 13.9537 33.4102ZM21.9998 31.1666C16.9372 31.1666 12.8331 27.0625 12.8331 21.9999C12.8331 16.9373 16.9372 12.8332 21.9998 12.8332C27.0624 12.8332 31.1665 16.9373 31.1665 21.9999C31.1665 27.0625 27.0624 31.1666 21.9998 31.1666ZM21.9998 16.4999C25.0374 16.4999 27.4998 18.9623 27.4998 21.9999C27.4998 25.0375 25.0374 27.4999 21.9998 27.4999C18.9622 27.4999 16.4998 25.0375 16.4998 21.9999C16.4998 18.9623 18.9622 16.4999 21.9998 16.4999Z",
16839
+ fill: "currentColor"
16840
+ }
16841
+ )
16842
+ ]
16843
+ }
16844
+ );
16845
+
16843
16846
  // src/components/verse-of-the-day.tsx
16844
- var import_platform_react_hooks6 = require("@youversion/platform-react-hooks");
16845
16847
  var import_jsx_runtime28 = require("react/jsx-runtime");
16846
16848
  async function share({ title, text, url: url2 }) {
16847
16849
  if (navigator.share) {
@@ -16862,8 +16864,7 @@ async function share({ title, text, url: url2 }) {
16862
16864
  function VerseOfTheDay({
16863
16865
  background,
16864
16866
  dayOfYear,
16865
- versionId = 111,
16866
- // NIV by default
16867
+ versionId = DEFAULT_LICENSE_FREE_BIBLE_VERSION,
16867
16868
  showSunIcon = true,
16868
16869
  showShareButton = true,
16869
16870
  showBibleAppAttribution = true,
@@ -16918,7 +16919,7 @@ function VerseOfTheDay({
16918
16919
  {
16919
16920
  "data-slot": "card-icon",
16920
16921
  className: "yv:col-start-1 yv:row-start-1 yv:self-start yv:justify-self-start",
16921
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SvgComponent, { className: "yv:shrink-0 yv:h-10 yv:w-10" })
16922
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SvgComponent3, { className: "yv:shrink-0 yv:h-10 yv:w-10" })
16922
16923
  }
16923
16924
  ) : null,
16924
16925
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "yv:grow yv:grid", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
@@ -16961,7 +16962,7 @@ function VerseOfTheDay({
16961
16962
  "div",
16962
16963
  {
16963
16964
  className: "yv:grid yv:grid-cols-1 yv:mt-4 yv:justify-between yv:items-center yv:gap-2 yv:w-full yv:text-black yv:dark:text-white",
16964
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SvgComponent3, { "data-slot": "attribution", className: "yv:justify-self-end" })
16965
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SvgComponent, { "data-slot": "attribution", className: "yv:justify-self-end" })
16965
16966
  }
16966
16967
  ) : null
16967
16968
  ]
@@ -17036,7 +17037,7 @@ function BibleWidgetView({
17036
17037
  ),
17037
17038
  /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: "yv:grid yv:grid-cols-[1fr_auto] yv:gap-4 yv:items-center yv:mt-4", children: [
17038
17039
  /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "yv:text-balance yv:text-muted-foreground yv:justify-self-start yv:font-bold yv:text-[0.5rem]", children: version2?.copyright }),
17039
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "yv:justify-self-end", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(SvgComponent3, { fontSize: 12 }) })
17040
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "yv:justify-self-end", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(SvgComponent, { fontSize: 12 }) })
17040
17041
  ] })
17041
17042
  ]
17042
17043
  }
@@ -17057,6 +17058,7 @@ injectStyles();
17057
17058
  BibleTextView,
17058
17059
  BibleVersionPicker,
17059
17060
  BibleWidgetView,
17061
+ DEFAULT_LICENSE_FREE_BIBLE_VERSION,
17060
17062
  HighlightsClient,
17061
17063
  LanguagesClient,
17062
17064
  MemoryStorageStrategy,