@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/README.md +4 -4
- package/dist/components/bible-reader.d.ts.map +1 -1
- package/dist/components/verse-of-the-day.d.ts +3 -4
- package/dist/components/verse-of-the-day.d.ts.map +1 -1
- package/dist/index.cjs +166 -164
- package/dist/index.js +173 -172
- package/package.json +3 -3
- package/dist/lib/constants.d.ts +0 -2
- package/dist/lib/constants.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -12723,6 +12723,7 @@ var ApiClient = class {
|
|
|
12723
12723
|
});
|
|
12724
12724
|
}
|
|
12725
12725
|
};
|
|
12726
|
+
var DEFAULT_LICENSE_FREE_BIBLE_VERSION = 3034;
|
|
12726
12727
|
var BOOK_IDS = [
|
|
12727
12728
|
"GEN",
|
|
12728
12729
|
"EXO",
|
|
@@ -13258,13 +13259,13 @@ var BibleClient = (_a = class {
|
|
|
13258
13259
|
* @example
|
|
13259
13260
|
* ```ts
|
|
13260
13261
|
* // Get a single verse
|
|
13261
|
-
* const verse = await bibleClient.getPassage(
|
|
13262
|
+
* const verse = await bibleClient.getPassage(3034, "JHN.3.16");
|
|
13262
13263
|
*
|
|
13263
13264
|
* // Get a range of verses
|
|
13264
|
-
* const verses = await bibleClient.getPassage(
|
|
13265
|
+
* const verses = await bibleClient.getPassage(3034, "JHN.3.1-5");
|
|
13265
13266
|
*
|
|
13266
13267
|
* // Get an entire chapter
|
|
13267
|
-
* const chapter = await bibleClient.getPassage(
|
|
13268
|
+
* const chapter = await bibleClient.getPassage(3034, "GEN.1");
|
|
13268
13269
|
* ```
|
|
13269
13270
|
*/
|
|
13270
13271
|
async getPassage(versionId, usfm, format = "html", include_headings, include_notes) {
|
|
@@ -14714,22 +14715,22 @@ function Trigger3({ asChild = true, children, ...props }) {
|
|
|
14714
14715
|
var BibleChapterPicker = Object.assign({}, { Root: Root3, Trigger: Trigger3 });
|
|
14715
14716
|
|
|
14716
14717
|
// src/components/bible-reader.tsx
|
|
14717
|
-
import {
|
|
14718
|
-
createContext as createContext3,
|
|
14719
|
-
useContext as useContext3,
|
|
14720
|
-
useMemo as useMemo3,
|
|
14721
|
-
useState as useState4,
|
|
14722
|
-
useEffect as useEffect4,
|
|
14723
|
-
useLayoutEffect as useLayoutEffect2
|
|
14724
|
-
} from "react";
|
|
14725
14718
|
import { useControllableState as useControllableState3 } from "@radix-ui/react-use-controllable-state";
|
|
14726
14719
|
import {
|
|
14727
14720
|
useBooks as useBooks2,
|
|
14728
|
-
useVersion as useVersion2,
|
|
14729
14721
|
useTheme as useTheme4,
|
|
14722
|
+
useVersion as useVersion2,
|
|
14730
14723
|
useYVAuth,
|
|
14731
14724
|
YouVersionContext
|
|
14732
14725
|
} from "@youversion/platform-react-hooks";
|
|
14726
|
+
import {
|
|
14727
|
+
createContext as createContext3,
|
|
14728
|
+
useContext as useContext3,
|
|
14729
|
+
useEffect as useEffect4,
|
|
14730
|
+
useLayoutEffect as useLayoutEffect2,
|
|
14731
|
+
useMemo as useMemo3,
|
|
14732
|
+
useState as useState4
|
|
14733
|
+
} from "react";
|
|
14733
14734
|
|
|
14734
14735
|
// src/components/bible-version-picker.tsx
|
|
14735
14736
|
import { useControllableState as useControllableState2 } from "@radix-ui/react-use-controllable-state";
|
|
@@ -15498,6 +15499,56 @@ function Content4() {
|
|
|
15498
15499
|
}
|
|
15499
15500
|
var BibleVersionPicker = Object.assign({}, { Root: Root5, Trigger: Trigger5, Content: Content4 });
|
|
15500
15501
|
|
|
15502
|
+
// src/components/icons/gear.tsx
|
|
15503
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
15504
|
+
function GearIcon(props) {
|
|
15505
|
+
return /* @__PURE__ */ jsx17(
|
|
15506
|
+
"svg",
|
|
15507
|
+
{
|
|
15508
|
+
width: "24",
|
|
15509
|
+
height: "24",
|
|
15510
|
+
viewBox: "0 0 24 24",
|
|
15511
|
+
fill: "none",
|
|
15512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15513
|
+
...props,
|
|
15514
|
+
children: /* @__PURE__ */ jsx17(
|
|
15515
|
+
"path",
|
|
15516
|
+
{
|
|
15517
|
+
fillRule: "evenodd",
|
|
15518
|
+
clipRule: "evenodd",
|
|
15519
|
+
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",
|
|
15520
|
+
fill: "currentColor"
|
|
15521
|
+
}
|
|
15522
|
+
)
|
|
15523
|
+
}
|
|
15524
|
+
);
|
|
15525
|
+
}
|
|
15526
|
+
|
|
15527
|
+
// src/components/icons/person.tsx
|
|
15528
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
15529
|
+
function PersonIcon(props) {
|
|
15530
|
+
return /* @__PURE__ */ jsx18(
|
|
15531
|
+
"svg",
|
|
15532
|
+
{
|
|
15533
|
+
width: "24",
|
|
15534
|
+
height: "24",
|
|
15535
|
+
viewBox: "0 0 24 24",
|
|
15536
|
+
fill: "none",
|
|
15537
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15538
|
+
...props,
|
|
15539
|
+
children: /* @__PURE__ */ jsx18(
|
|
15540
|
+
"path",
|
|
15541
|
+
{
|
|
15542
|
+
fillRule: "evenodd",
|
|
15543
|
+
clipRule: "evenodd",
|
|
15544
|
+
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",
|
|
15545
|
+
fill: "currentColor"
|
|
15546
|
+
}
|
|
15547
|
+
)
|
|
15548
|
+
}
|
|
15549
|
+
);
|
|
15550
|
+
}
|
|
15551
|
+
|
|
15501
15552
|
// src/components/verse.tsx
|
|
15502
15553
|
import { usePassage, useTheme as useTheme3 } from "@youversion/platform-react-hooks";
|
|
15503
15554
|
import DOMPurify from "isomorphic-dompurify";
|
|
@@ -15674,8 +15725,8 @@ function extractNotesFromWrappedHtml(doc) {
|
|
|
15674
15725
|
}
|
|
15675
15726
|
|
|
15676
15727
|
// src/components/icons/footnote.tsx
|
|
15677
|
-
import { jsx as
|
|
15678
|
-
var Footnote = (props) => /* @__PURE__ */
|
|
15728
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
15729
|
+
var Footnote = (props) => /* @__PURE__ */ jsx19(
|
|
15679
15730
|
"svg",
|
|
15680
15731
|
{
|
|
15681
15732
|
width: 24,
|
|
@@ -15684,7 +15735,7 @@ var Footnote = (props) => /* @__PURE__ */ jsx17(
|
|
|
15684
15735
|
fill: "none",
|
|
15685
15736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15686
15737
|
...props,
|
|
15687
|
-
children: /* @__PURE__ */
|
|
15738
|
+
children: /* @__PURE__ */ jsx19(
|
|
15688
15739
|
"path",
|
|
15689
15740
|
{
|
|
15690
15741
|
fillRule: "evenodd",
|
|
@@ -15697,7 +15748,7 @@ var Footnote = (props) => /* @__PURE__ */ jsx17(
|
|
|
15697
15748
|
);
|
|
15698
15749
|
|
|
15699
15750
|
// src/components/verse.tsx
|
|
15700
|
-
import { Fragment as Fragment2, jsx as
|
|
15751
|
+
import { Fragment as Fragment2, jsx as jsx20, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
15701
15752
|
var VerseFootnoteButton = memo(function VerseFootnoteButton2({
|
|
15702
15753
|
verseNum,
|
|
15703
15754
|
verseNotes,
|
|
@@ -15707,23 +15758,23 @@ var VerseFootnoteButton = memo(function VerseFootnoteButton2({
|
|
|
15707
15758
|
}) {
|
|
15708
15759
|
const verseReference = reference ? `${reference}:${verseNum}` : `Verse ${verseNum}`;
|
|
15709
15760
|
return /* @__PURE__ */ jsxs6(Popover, { children: [
|
|
15710
|
-
/* @__PURE__ */
|
|
15761
|
+
/* @__PURE__ */ jsx20(PopoverTrigger, { "data-yv-sdk": true, "data-yv-theme": theme, asChild: true, children: /* @__PURE__ */ jsx20(
|
|
15711
15762
|
"button",
|
|
15712
15763
|
{
|
|
15713
15764
|
type: "button",
|
|
15714
15765
|
className: "yv:inline-flex yv:align-middle yv:cursor-pointer yv:ml-1! yv:text-(--yv-gray-20)",
|
|
15715
|
-
children: /* @__PURE__ */
|
|
15766
|
+
children: /* @__PURE__ */ jsx20(Footnote, { className: "yv:size-[1.5em]" })
|
|
15716
15767
|
}
|
|
15717
15768
|
) }),
|
|
15718
|
-
/* @__PURE__ */
|
|
15769
|
+
/* @__PURE__ */ jsx20(
|
|
15719
15770
|
PopoverContent,
|
|
15720
15771
|
{
|
|
15721
15772
|
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",
|
|
15722
15773
|
heading: "Footnotes",
|
|
15723
15774
|
theme,
|
|
15724
15775
|
children: /* @__PURE__ */ jsxs6("div", { className: "yv:p-3 yv:overflow-y-auto yv:max-h-[33svh]", children: [
|
|
15725
|
-
/* @__PURE__ */
|
|
15726
|
-
/* @__PURE__ */
|
|
15776
|
+
/* @__PURE__ */ jsx20("div", { className: "yv:font-bold yv:mb-2", children: verseReference }),
|
|
15777
|
+
/* @__PURE__ */ jsx20(
|
|
15727
15778
|
"div",
|
|
15728
15779
|
{
|
|
15729
15780
|
className: "yv:mb-3 yv:font-serif",
|
|
@@ -15731,7 +15782,7 @@ var VerseFootnoteButton = memo(function VerseFootnoteButton2({
|
|
|
15731
15782
|
dangerouslySetInnerHTML: { __html: verseNotes.verseHtml }
|
|
15732
15783
|
}
|
|
15733
15784
|
),
|
|
15734
|
-
/* @__PURE__ */
|
|
15785
|
+
/* @__PURE__ */ jsx20("ul", { className: "yv:list-none yv:p-0 yv:m-0 yv:space-y-1", children: verseNotes.notes.map((note, index) => /* @__PURE__ */ jsxs6(
|
|
15735
15786
|
"li",
|
|
15736
15787
|
{
|
|
15737
15788
|
className: "yv:flex yv:gap-2 yv:text-xs yv:border-b yv:border-border yv:py-2",
|
|
@@ -15740,7 +15791,7 @@ var VerseFootnoteButton = memo(function VerseFootnoteButton2({
|
|
|
15740
15791
|
LETTERS[index] || index + 1,
|
|
15741
15792
|
"."
|
|
15742
15793
|
] }),
|
|
15743
|
-
/* @__PURE__ */
|
|
15794
|
+
/* @__PURE__ */ jsx20("span", { dangerouslySetInnerHTML: { __html: note } })
|
|
15744
15795
|
]
|
|
15745
15796
|
},
|
|
15746
15797
|
LETTERS[index]
|
|
@@ -15810,12 +15861,12 @@ function BibleTextHtml({
|
|
|
15810
15861
|
return () => element.removeEventListener("click", handleClick);
|
|
15811
15862
|
}, [onVerseSelect]);
|
|
15812
15863
|
return /* @__PURE__ */ jsxs6(Fragment2, { children: [
|
|
15813
|
-
/* @__PURE__ */
|
|
15864
|
+
/* @__PURE__ */ jsx20("div", { ref: contentRef }),
|
|
15814
15865
|
Array.from(placeholders.entries()).map(([verseNum, el]) => {
|
|
15815
15866
|
const verseNotes = notes[verseNum];
|
|
15816
15867
|
if (!verseNotes) return null;
|
|
15817
15868
|
return createPortal(
|
|
15818
|
-
/* @__PURE__ */
|
|
15869
|
+
/* @__PURE__ */ jsx20(
|
|
15819
15870
|
VerseFootnoteButton,
|
|
15820
15871
|
{
|
|
15821
15872
|
verseNum,
|
|
@@ -15900,16 +15951,16 @@ var Verse = {
|
|
|
15900
15951
|
Text: ({ number: number4, text, size = "default" }) => {
|
|
15901
15952
|
if (size === "lg") {
|
|
15902
15953
|
return /* @__PURE__ */ jsxs6("span", { className: "yv:[&>p]:inline-block", children: [
|
|
15903
|
-
/* @__PURE__ */
|
|
15954
|
+
/* @__PURE__ */ jsx20("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
|
|
15904
15955
|
"\xA0",
|
|
15905
|
-
/* @__PURE__ */
|
|
15956
|
+
/* @__PURE__ */ jsx20("span", { className: "yv:font-serif! yv:text-xl yv:text-primary", children: text }),
|
|
15906
15957
|
"\xA0"
|
|
15907
15958
|
] });
|
|
15908
15959
|
}
|
|
15909
15960
|
return /* @__PURE__ */ jsxs6("span", { className: "yv:[&>p]:inline-block", children: [
|
|
15910
|
-
/* @__PURE__ */
|
|
15961
|
+
/* @__PURE__ */ jsx20("sup", { className: "yv:text-muted-foreground yv:align-super yv:text-[0.6em]", children: number4 }),
|
|
15911
15962
|
"\xA0",
|
|
15912
|
-
/* @__PURE__ */
|
|
15963
|
+
/* @__PURE__ */ jsx20("span", { className: "yv:text-primary", children: text }),
|
|
15913
15964
|
"\xA0"
|
|
15914
15965
|
] });
|
|
15915
15966
|
},
|
|
@@ -15933,7 +15984,7 @@ var Verse = {
|
|
|
15933
15984
|
useEffect3(() => {
|
|
15934
15985
|
setTransformedData(yvDomTransformer(html, true));
|
|
15935
15986
|
}, [html]);
|
|
15936
|
-
return /* @__PURE__ */
|
|
15987
|
+
return /* @__PURE__ */ jsx20(
|
|
15937
15988
|
"section",
|
|
15938
15989
|
{
|
|
15939
15990
|
ref,
|
|
@@ -15946,7 +15997,7 @@ var Verse = {
|
|
|
15946
15997
|
"data-show-notes": renderNotes,
|
|
15947
15998
|
"data-slot": "yv-bible-renderer",
|
|
15948
15999
|
"data-selectable": onVerseSelect ? "true" : "false",
|
|
15949
|
-
children: /* @__PURE__ */
|
|
16000
|
+
children: /* @__PURE__ */ jsx20(
|
|
15950
16001
|
BibleTextHtml,
|
|
15951
16002
|
{
|
|
15952
16003
|
html: transformedData.html,
|
|
@@ -15986,7 +16037,7 @@ var BibleTextView = ({
|
|
|
15986
16037
|
const providerTheme = useTheme3();
|
|
15987
16038
|
const currentTheme = theme || providerTheme;
|
|
15988
16039
|
if (loading) {
|
|
15989
|
-
return /* @__PURE__ */
|
|
16040
|
+
return /* @__PURE__ */ jsx20("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ jsx20(
|
|
15990
16041
|
Verse.Html,
|
|
15991
16042
|
{
|
|
15992
16043
|
html: "<span>Loading...</span>",
|
|
@@ -16000,7 +16051,7 @@ var BibleTextView = ({
|
|
|
16000
16051
|
) });
|
|
16001
16052
|
}
|
|
16002
16053
|
if (error46) {
|
|
16003
|
-
return /* @__PURE__ */
|
|
16054
|
+
return /* @__PURE__ */ jsx20("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ jsx20(
|
|
16004
16055
|
Verse.Html,
|
|
16005
16056
|
{
|
|
16006
16057
|
html: '<span class="wj">We have run into an error...</span>',
|
|
@@ -16013,7 +16064,7 @@ var BibleTextView = ({
|
|
|
16013
16064
|
}
|
|
16014
16065
|
) });
|
|
16015
16066
|
}
|
|
16016
|
-
return /* @__PURE__ */
|
|
16067
|
+
return /* @__PURE__ */ jsx20("div", { "data-yv-sdk": true, "data-yv-theme": currentTheme, children: /* @__PURE__ */ jsx20(
|
|
16017
16068
|
Verse.Html,
|
|
16018
16069
|
{
|
|
16019
16070
|
html: passage?.content || "",
|
|
@@ -16031,56 +16082,6 @@ var BibleTextView = ({
|
|
|
16031
16082
|
) });
|
|
16032
16083
|
};
|
|
16033
16084
|
|
|
16034
|
-
// src/components/icons/person.tsx
|
|
16035
|
-
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
16036
|
-
function PersonIcon(props) {
|
|
16037
|
-
return /* @__PURE__ */ jsx19(
|
|
16038
|
-
"svg",
|
|
16039
|
-
{
|
|
16040
|
-
width: "24",
|
|
16041
|
-
height: "24",
|
|
16042
|
-
viewBox: "0 0 24 24",
|
|
16043
|
-
fill: "none",
|
|
16044
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16045
|
-
...props,
|
|
16046
|
-
children: /* @__PURE__ */ jsx19(
|
|
16047
|
-
"path",
|
|
16048
|
-
{
|
|
16049
|
-
fillRule: "evenodd",
|
|
16050
|
-
clipRule: "evenodd",
|
|
16051
|
-
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",
|
|
16052
|
-
fill: "currentColor"
|
|
16053
|
-
}
|
|
16054
|
-
)
|
|
16055
|
-
}
|
|
16056
|
-
);
|
|
16057
|
-
}
|
|
16058
|
-
|
|
16059
|
-
// src/components/icons/gear.tsx
|
|
16060
|
-
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
16061
|
-
function GearIcon(props) {
|
|
16062
|
-
return /* @__PURE__ */ jsx20(
|
|
16063
|
-
"svg",
|
|
16064
|
-
{
|
|
16065
|
-
width: "24",
|
|
16066
|
-
height: "24",
|
|
16067
|
-
viewBox: "0 0 24 24",
|
|
16068
|
-
fill: "none",
|
|
16069
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16070
|
-
...props,
|
|
16071
|
-
children: /* @__PURE__ */ jsx20(
|
|
16072
|
-
"path",
|
|
16073
|
-
{
|
|
16074
|
-
fillRule: "evenodd",
|
|
16075
|
-
clipRule: "evenodd",
|
|
16076
|
-
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",
|
|
16077
|
-
fill: "currentColor"
|
|
16078
|
-
}
|
|
16079
|
-
)
|
|
16080
|
-
}
|
|
16081
|
-
);
|
|
16082
|
-
}
|
|
16083
|
-
|
|
16084
16085
|
// src/components/bible-reader.tsx
|
|
16085
16086
|
import { jsx as jsx21, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
16086
16087
|
var BibleReaderContext = createContext3(null);
|
|
@@ -16102,7 +16103,7 @@ function Root6({
|
|
|
16102
16103
|
defaultChapter = "1",
|
|
16103
16104
|
onChapterChange,
|
|
16104
16105
|
versionId: controlledVersionId,
|
|
16105
|
-
defaultVersionId =
|
|
16106
|
+
defaultVersionId = DEFAULT_LICENSE_FREE_BIBLE_VERSION,
|
|
16106
16107
|
onVersionChange,
|
|
16107
16108
|
fontFamily = "Inter",
|
|
16108
16109
|
fontSize = DEFAULT_FONT_SIZE,
|
|
@@ -16676,68 +16677,18 @@ var YouVersionAuthButton = React10.forwardRef(
|
|
|
16676
16677
|
YouVersionAuthButton.displayName = "YouVersionAuthButton";
|
|
16677
16678
|
|
|
16678
16679
|
// src/components/verse-of-the-day.tsx
|
|
16680
|
+
import {
|
|
16681
|
+
getDayOfYear,
|
|
16682
|
+
usePassage as usePassage2,
|
|
16683
|
+
useTheme as useTheme6,
|
|
16684
|
+
useVerseOfTheDay,
|
|
16685
|
+
useVersion as useVersion3
|
|
16686
|
+
} from "@youversion/platform-react-hooks";
|
|
16679
16687
|
import React11 from "react";
|
|
16680
16688
|
|
|
16681
|
-
// src/components/
|
|
16682
|
-
import "react";
|
|
16689
|
+
// src/components/bible-app-logo-lockup.tsx
|
|
16683
16690
|
import { jsx as jsx25, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
16684
16691
|
var SvgComponent = (props) => /* @__PURE__ */ jsxs10(
|
|
16685
|
-
"svg",
|
|
16686
|
-
{
|
|
16687
|
-
width: "44",
|
|
16688
|
-
height: "44",
|
|
16689
|
-
...props,
|
|
16690
|
-
viewBox: "0 0 44 44",
|
|
16691
|
-
fill: "currentColor",
|
|
16692
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16693
|
-
children: [
|
|
16694
|
-
/* @__PURE__ */ jsx25("title", { children: "Sun" }),
|
|
16695
|
-
/* @__PURE__ */ jsx25(
|
|
16696
|
-
"path",
|
|
16697
|
-
{
|
|
16698
|
-
fillRule: "evenodd",
|
|
16699
|
-
clipRule: "evenodd",
|
|
16700
|
-
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",
|
|
16701
|
-
fill: "currentColor"
|
|
16702
|
-
}
|
|
16703
|
-
)
|
|
16704
|
-
]
|
|
16705
|
-
}
|
|
16706
|
-
);
|
|
16707
|
-
|
|
16708
|
-
// src/components/icons/share.tsx
|
|
16709
|
-
import { jsx as jsx26, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
16710
|
-
var SvgComponent2 = (props) => /* @__PURE__ */ jsxs11(
|
|
16711
|
-
"svg",
|
|
16712
|
-
{
|
|
16713
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16714
|
-
width: 24,
|
|
16715
|
-
height: 24,
|
|
16716
|
-
viewBox: "0 0 24 24",
|
|
16717
|
-
fill: "currentColor",
|
|
16718
|
-
...props,
|
|
16719
|
-
children: [
|
|
16720
|
-
/* @__PURE__ */ jsx26(
|
|
16721
|
-
"path",
|
|
16722
|
-
{
|
|
16723
|
-
fill: "currentColor",
|
|
16724
|
-
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"
|
|
16725
|
-
}
|
|
16726
|
-
),
|
|
16727
|
-
/* @__PURE__ */ jsx26(
|
|
16728
|
-
"path",
|
|
16729
|
-
{
|
|
16730
|
-
fill: "currentColor",
|
|
16731
|
-
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"
|
|
16732
|
-
}
|
|
16733
|
-
)
|
|
16734
|
-
]
|
|
16735
|
-
}
|
|
16736
|
-
);
|
|
16737
|
-
|
|
16738
|
-
// src/components/bible-app-logo-lockup.tsx
|
|
16739
|
-
import { jsx as jsx27, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
16740
|
-
var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
16741
16692
|
"svg",
|
|
16742
16693
|
{
|
|
16743
16694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -16748,8 +16699,8 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16748
16699
|
className: "yv:text-black yv:dark:text-white",
|
|
16749
16700
|
...props,
|
|
16750
16701
|
children: [
|
|
16751
|
-
/* @__PURE__ */
|
|
16752
|
-
/* @__PURE__ */
|
|
16702
|
+
/* @__PURE__ */ jsx25("title", { children: "Bible App" }),
|
|
16703
|
+
/* @__PURE__ */ jsx25(
|
|
16753
16704
|
"mask",
|
|
16754
16705
|
{
|
|
16755
16706
|
id: "bible-app-logo-lockup-mask",
|
|
@@ -16761,7 +16712,7 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16761
16712
|
style: {
|
|
16762
16713
|
maskType: "alpha"
|
|
16763
16714
|
},
|
|
16764
|
-
children: /* @__PURE__ */
|
|
16715
|
+
children: /* @__PURE__ */ jsx25(
|
|
16765
16716
|
"path",
|
|
16766
16717
|
{
|
|
16767
16718
|
fill: "url(#bible-app-logo-lockup-gradient-a)",
|
|
@@ -16772,9 +16723,9 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16772
16723
|
)
|
|
16773
16724
|
}
|
|
16774
16725
|
),
|
|
16775
|
-
/* @__PURE__ */
|
|
16776
|
-
/* @__PURE__ */
|
|
16777
|
-
/* @__PURE__ */
|
|
16726
|
+
/* @__PURE__ */ jsxs10("g", { mask: "url(#bible-app-logo-lockup-mask)", children: [
|
|
16727
|
+
/* @__PURE__ */ jsx25("path", { fill: "url(#bible-app-logo-lockup-gradient-c)", d: "M63.562 0H80v16.438H63.562z" }),
|
|
16728
|
+
/* @__PURE__ */ jsx25(
|
|
16778
16729
|
"path",
|
|
16779
16730
|
{
|
|
16780
16731
|
fill: "#FEF5EB",
|
|
@@ -16783,18 +16734,18 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16783
16734
|
clipRule: "evenodd"
|
|
16784
16735
|
}
|
|
16785
16736
|
),
|
|
16786
|
-
/* @__PURE__ */
|
|
16787
|
-
/* @__PURE__ */
|
|
16737
|
+
/* @__PURE__ */ jsx25("path", { fill: "#FF3D4D", d: "M66.58 12.94h2.575v1.932l-1.287-.644-1.288.644v-1.931Z" }),
|
|
16738
|
+
/* @__PURE__ */ jsx25("g", { fill: "#FEF5EB", clipPath: "url(#bible-app-logo-lockup-clip)", children: /* @__PURE__ */ jsx25("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" }) })
|
|
16788
16739
|
] }),
|
|
16789
|
-
/* @__PURE__ */
|
|
16740
|
+
/* @__PURE__ */ jsx25(
|
|
16790
16741
|
"path",
|
|
16791
16742
|
{
|
|
16792
16743
|
fill: "currentColor",
|
|
16793
16744
|
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"
|
|
16794
16745
|
}
|
|
16795
16746
|
),
|
|
16796
|
-
/* @__PURE__ */
|
|
16797
|
-
/* @__PURE__ */
|
|
16747
|
+
/* @__PURE__ */ jsxs10("defs", { children: [
|
|
16748
|
+
/* @__PURE__ */ jsxs10(
|
|
16798
16749
|
"linearGradient",
|
|
16799
16750
|
{
|
|
16800
16751
|
id: "bible-app-logo-lockup-gradient-a",
|
|
@@ -16804,12 +16755,12 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16804
16755
|
y2: 16.438,
|
|
16805
16756
|
gradientUnits: "userSpaceOnUse",
|
|
16806
16757
|
children: [
|
|
16807
|
-
/* @__PURE__ */
|
|
16808
|
-
/* @__PURE__ */
|
|
16758
|
+
/* @__PURE__ */ jsx25("stop", { stopColor: "#C93D34" }),
|
|
16759
|
+
/* @__PURE__ */ jsx25("stop", { offset: 1, stopColor: "#7A2629" })
|
|
16809
16760
|
]
|
|
16810
16761
|
}
|
|
16811
16762
|
),
|
|
16812
|
-
/* @__PURE__ */
|
|
16763
|
+
/* @__PURE__ */ jsxs10(
|
|
16813
16764
|
"linearGradient",
|
|
16814
16765
|
{
|
|
16815
16766
|
id: "bible-app-logo-lockup-gradient-c",
|
|
@@ -16819,25 +16770,75 @@ var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
|
16819
16770
|
y2: 16.438,
|
|
16820
16771
|
gradientUnits: "userSpaceOnUse",
|
|
16821
16772
|
children: [
|
|
16822
|
-
/* @__PURE__ */
|
|
16823
|
-
/* @__PURE__ */
|
|
16773
|
+
/* @__PURE__ */ jsx25("stop", { stopColor: "#C93D34" }),
|
|
16774
|
+
/* @__PURE__ */ jsx25("stop", { offset: 1, stopColor: "#7A2629" })
|
|
16824
16775
|
]
|
|
16825
16776
|
}
|
|
16826
16777
|
),
|
|
16827
|
-
/* @__PURE__ */
|
|
16778
|
+
/* @__PURE__ */ jsx25("clipPath", { id: "bible-app-logo-lockup-clip", children: /* @__PURE__ */ jsx25("path", { fill: "#fff", d: "M65.52 2.472h12.521V9.68h-12.52z" }) })
|
|
16828
16779
|
] })
|
|
16829
16780
|
]
|
|
16830
16781
|
}
|
|
16831
16782
|
);
|
|
16832
16783
|
|
|
16784
|
+
// src/components/icons/share.tsx
|
|
16785
|
+
import { jsx as jsx26, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
16786
|
+
var SvgComponent2 = (props) => /* @__PURE__ */ jsxs11(
|
|
16787
|
+
"svg",
|
|
16788
|
+
{
|
|
16789
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16790
|
+
width: 24,
|
|
16791
|
+
height: 24,
|
|
16792
|
+
viewBox: "0 0 24 24",
|
|
16793
|
+
fill: "currentColor",
|
|
16794
|
+
...props,
|
|
16795
|
+
children: [
|
|
16796
|
+
/* @__PURE__ */ jsx26(
|
|
16797
|
+
"path",
|
|
16798
|
+
{
|
|
16799
|
+
fill: "currentColor",
|
|
16800
|
+
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"
|
|
16801
|
+
}
|
|
16802
|
+
),
|
|
16803
|
+
/* @__PURE__ */ jsx26(
|
|
16804
|
+
"path",
|
|
16805
|
+
{
|
|
16806
|
+
fill: "currentColor",
|
|
16807
|
+
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"
|
|
16808
|
+
}
|
|
16809
|
+
)
|
|
16810
|
+
]
|
|
16811
|
+
}
|
|
16812
|
+
);
|
|
16813
|
+
|
|
16814
|
+
// src/components/icons/votd.tsx
|
|
16815
|
+
import "react";
|
|
16816
|
+
import { jsx as jsx27, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
16817
|
+
var SvgComponent3 = (props) => /* @__PURE__ */ jsxs12(
|
|
16818
|
+
"svg",
|
|
16819
|
+
{
|
|
16820
|
+
width: "44",
|
|
16821
|
+
height: "44",
|
|
16822
|
+
...props,
|
|
16823
|
+
viewBox: "0 0 44 44",
|
|
16824
|
+
fill: "currentColor",
|
|
16825
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16826
|
+
children: [
|
|
16827
|
+
/* @__PURE__ */ jsx27("title", { children: "Sun" }),
|
|
16828
|
+
/* @__PURE__ */ jsx27(
|
|
16829
|
+
"path",
|
|
16830
|
+
{
|
|
16831
|
+
fillRule: "evenodd",
|
|
16832
|
+
clipRule: "evenodd",
|
|
16833
|
+
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",
|
|
16834
|
+
fill: "currentColor"
|
|
16835
|
+
}
|
|
16836
|
+
)
|
|
16837
|
+
]
|
|
16838
|
+
}
|
|
16839
|
+
);
|
|
16840
|
+
|
|
16833
16841
|
// src/components/verse-of-the-day.tsx
|
|
16834
|
-
import {
|
|
16835
|
-
useVerseOfTheDay,
|
|
16836
|
-
usePassage as usePassage2,
|
|
16837
|
-
getDayOfYear,
|
|
16838
|
-
useVersion as useVersion3,
|
|
16839
|
-
useTheme as useTheme6
|
|
16840
|
-
} from "@youversion/platform-react-hooks";
|
|
16841
16842
|
import { jsx as jsx28, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
16842
16843
|
async function share({ title, text, url: url2 }) {
|
|
16843
16844
|
if (navigator.share) {
|
|
@@ -16858,8 +16859,7 @@ async function share({ title, text, url: url2 }) {
|
|
|
16858
16859
|
function VerseOfTheDay({
|
|
16859
16860
|
background,
|
|
16860
16861
|
dayOfYear,
|
|
16861
|
-
versionId =
|
|
16862
|
-
// NIV by default
|
|
16862
|
+
versionId = DEFAULT_LICENSE_FREE_BIBLE_VERSION,
|
|
16863
16863
|
showSunIcon = true,
|
|
16864
16864
|
showShareButton = true,
|
|
16865
16865
|
showBibleAppAttribution = true,
|
|
@@ -16914,7 +16914,7 @@ function VerseOfTheDay({
|
|
|
16914
16914
|
{
|
|
16915
16915
|
"data-slot": "card-icon",
|
|
16916
16916
|
className: "yv:col-start-1 yv:row-start-1 yv:self-start yv:justify-self-start",
|
|
16917
|
-
children: /* @__PURE__ */ jsx28(
|
|
16917
|
+
children: /* @__PURE__ */ jsx28(SvgComponent3, { className: "yv:shrink-0 yv:h-10 yv:w-10" })
|
|
16918
16918
|
}
|
|
16919
16919
|
) : null,
|
|
16920
16920
|
/* @__PURE__ */ jsx28("div", { className: "yv:grow yv:grid", children: /* @__PURE__ */ jsx28(
|
|
@@ -16957,7 +16957,7 @@ function VerseOfTheDay({
|
|
|
16957
16957
|
"div",
|
|
16958
16958
|
{
|
|
16959
16959
|
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",
|
|
16960
|
-
children: /* @__PURE__ */ jsx28(
|
|
16960
|
+
children: /* @__PURE__ */ jsx28(SvgComponent, { "data-slot": "attribution", className: "yv:justify-self-end" })
|
|
16961
16961
|
}
|
|
16962
16962
|
) : null
|
|
16963
16963
|
]
|
|
@@ -17032,7 +17032,7 @@ function BibleWidgetView({
|
|
|
17032
17032
|
),
|
|
17033
17033
|
/* @__PURE__ */ jsxs14("div", { className: "yv:grid yv:grid-cols-[1fr_auto] yv:gap-4 yv:items-center yv:mt-4", children: [
|
|
17034
17034
|
/* @__PURE__ */ jsx29("div", { className: "yv:text-balance yv:text-muted-foreground yv:justify-self-start yv:font-bold yv:text-[0.5rem]", children: version2?.copyright }),
|
|
17035
|
-
/* @__PURE__ */ jsx29("div", { className: "yv:justify-self-end", children: /* @__PURE__ */ jsx29(
|
|
17035
|
+
/* @__PURE__ */ jsx29("div", { className: "yv:justify-self-end", children: /* @__PURE__ */ jsx29(SvgComponent, { fontSize: 12 }) })
|
|
17036
17036
|
] })
|
|
17037
17037
|
]
|
|
17038
17038
|
}
|
|
@@ -17055,6 +17055,7 @@ export {
|
|
|
17055
17055
|
BibleTextView,
|
|
17056
17056
|
BibleVersionPicker,
|
|
17057
17057
|
BibleWidgetView,
|
|
17058
|
+
DEFAULT_LICENSE_FREE_BIBLE_VERSION,
|
|
17058
17059
|
HighlightsClient,
|
|
17059
17060
|
LanguagesClient,
|
|
17060
17061
|
MemoryStorageStrategy,
|