@dxos/react-ui 0.3.9-main.9c4408c → 0.3.9-main.9ca5eac

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.
@@ -894,6 +894,7 @@ var TextInput = /* @__PURE__ */ forwardRef12(({ __inputScope, classNames, densit
894
894
  const elevation = useElevationContext(propsElevation);
895
895
  const { validationValence } = useInputContext(INPUT_NAME, __inputScope);
896
896
  const { tx } = themeContextValue;
897
+ console.log("[theme context value]", themeContextValue);
897
898
  return /* @__PURE__ */ React14.createElement(TextInputPrimitive, {
898
899
  ...props,
899
900
  className: tx("input.input", "input", {