@jsenv/navi 0.24.1 → 0.24.2

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.
@@ -26215,9 +26215,6 @@ const InputTextualPlain = props => {
26215
26215
  const innerOnInput = useStableCallback(onInput);
26216
26216
  const autoId = useId();
26217
26217
  const innerId = rest.id || autoId;
26218
- const {
26219
- ...remainingRest
26220
- } = remainingProps;
26221
26218
  const renderInput = inputProps => {
26222
26219
  return jsx(Box, {
26223
26220
  ...inputProps,
@@ -26286,7 +26283,7 @@ const InputTextualPlain = props => {
26286
26283
  baseChildPropSet: InputChildPropSet,
26287
26284
  "data-start-icon": innerIcon ? "" : undefined,
26288
26285
  "data-end-icon": cancelButton ? "" : undefined,
26289
- ...remainingRest,
26286
+ ...remainingProps,
26290
26287
  ref: undefined,
26291
26288
  children: [jsx(LoaderBackground, {
26292
26289
  loading: innerLoading,