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,8 +1,9 @@
import { visuallyHidden } from "@mui/utils";
import * as React from "react";
import { CharacterTheme } from "@dndbeyond/character-rules-engine/es";
import a11yStyles from "~/styles/accessibility.module.css";
import BoxBackground from "../BoxBackground";
import ArmorClassBoxSvg from "../Svg/boxes/ArmorClassBoxSvg";
@@ -36,7 +37,7 @@ export default class ArmorClassBox extends React.PureComponent<Props> {
return (
<section className={classNames.join(" ")} onClick={this.handleClick}>
<BoxBackground StyleComponent={ArmorClassBoxSvg} theme={theme} />
<h2 style={visuallyHidden}>Armor Class</h2>
<h2 className={a11yStyles.screenreaderOnly}>Armor Class</h2>
<div
className={`ddbc-armor-class-box__label ${
theme.isDarkMode ? "ddbc-armor-class-box__label--dark-mode" : ""