@dxos/react-ui 0.3.9-next.4584ca9 → 0.3.9-next.8ad58eb
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,7 +894,6 @@ 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);
|
|
898
897
|
return /* @__PURE__ */ React14.createElement(TextInputPrimitive, {
|
|
899
898
|
...props,
|
|
900
899
|
className: tx("input.input", "input", {
|