react-better-html 1.1.280 → 1.1.281

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.js CHANGED
@@ -4264,7 +4264,7 @@ DropdownComponent.countries = (0, import_react19.forwardRef)(function Countries(
4264
4264
  }
4265
4265
  );
4266
4266
  });
4267
- DropdownComponent.language = (0, import_react19.forwardRef)(function Countries2({ isSmall, ...dropdownProps }, ref) {
4267
+ DropdownComponent.language = (0, import_react19.forwardRef)(function Language2({ isSmall, ...dropdownProps }, ref) {
4268
4268
  const betterHtmlContextInternal = useBetterHtmlContextInternal();
4269
4269
  const { inputFieldClassName, ...props } = useComponentsPropsMerger(
4270
4270
  betterHtmlContextInternal.components.dropdown?.style?.language,
@@ -4291,7 +4291,7 @@ DropdownComponent.language = (0, import_react19.forwardRef)(function Countries2(
4291
4291
  searchValues: [data.code]
4292
4292
  })
4293
4293
  ),
4294
- []
4294
+ [betterHtmlContextInternal.languages, isSmall]
4295
4295
  );
4296
4296
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4297
4297
  DropdownComponent,