@charcoal-ui/react 4.0.0-beta.14 → 4.0.0-beta.16

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.js CHANGED
@@ -433,7 +433,7 @@ var TextField = React7.forwardRef(function SingleLineTextFieldInner({
433
433
  const describedbyId = (0, import_utils2.useId)();
434
434
  const labelledbyId = (0, import_utils2.useId)();
435
435
  const showAssistiveText = assistiveText != null && assistiveText.length !== 0;
436
- const classNames = useClassNames("charcoal-text-field-root");
436
+ const classNames = useClassNames("charcoal-text-field-root", className);
437
437
  return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: classNames, "aria-disabled": disabled, children: [
438
438
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(FieldLabel_default, { htmlFor: inputId, id: labelledbyId, label, required, requiredText, subLabel, ...!showLabel ? visuallyHiddenProps : {} }),
439
439
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "charcoal-text-field-container", "aria-disabled": disabled === true ? true : void 0, "data-invalid": invalid === true, ref: containerRef, children: [