New source found from dndbeyond.com

This commit is contained in:
2026-07-08 01:00:09 -07:00
parent 9a983a6d7b
commit dcefa0d2f2
2865 changed files with 222467 additions and 49053 deletions
@@ -1,5 +1,5 @@
import { keyBy } from "lodash";
import React from "react";
import React, { PropsWithChildren } from "react";
import { Snippet } from "@dndbeyond/character-components/es";
import {
@@ -23,16 +23,18 @@ import {
} from "@dndbeyond/character-rules-engine/es";
import { Reference } from "~/components/Reference";
import FeatureSnippetActions from "~/tools/js/CharacterSheet/components/FeatureSnippet/FeatureSnippetActions";
import FeatureSnippetChoices from "~/tools/js/CharacterSheet/components/FeatureSnippet/FeatureSnippetChoices";
import FeatureSnippetInfusionChoices from "~/tools/js/CharacterSheet/components/FeatureSnippet/FeatureSnippetInfusionChoices";
import FeatureSnippetOption from "~/tools/js/CharacterSheet/components/FeatureSnippet/FeatureSnippetOption";
import FeatureSnippetSpells from "~/tools/js/CharacterSheet/components/FeatureSnippet/FeatureSnippetSpells";
import {
FeatureSnippetActions,
FeatureSnippetChoices,
FeatureSnippetInfusionChoices,
FeatureSnippetOption,
FeatureSnippetSpells,
} from "~/tools/js/CharacterSheet/components/FeatureSnippet";
import styles from "./styles.module.css";
//TODO: tools/js/CharacterSheet/components/FeatureSnipper components still need to be gradually migrated to FC
interface Props {
interface Props extends PropsWithChildren {
heading: React.ReactNode;
dataOriginExtra?: string;
extraMeta: Array<string>;