@kopjra/pdf-sentinel 0.0.13 → 0.0.19

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.
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactNode } from '../../framework/preact.ts';
2
- import { UsePdfFormsResult } from './hooks/usePdfForms';
2
+ import { UsePdfFormsResult } from './hooks/usePdfForms.ts';
3
3
  import { ConditionalSignature, InitialValuesType } from '../../hooks/usePdfSentinel.tsx';
4
4
  type FormContextValue = UsePdfFormsResult;
5
5
  export declare const FormProvider: FC<{
@@ -1,4 +1,4 @@
1
- import { Field as SharedField } from '../shared';
1
+ import { Field as SharedField } from '../shared.ts';
2
2
  import { DocumentManagerCapability, ScrollCapability, ViewportCapability } from '../../../framework/preact.ts';
3
3
  import { PdfEngine } from '@embedpdf/models';
4
4
  import { ConditionalSignature, InitialValuesType } from '../../../hooks/usePdfSentinel.tsx';
@@ -5052,7 +5052,7 @@ function F_({
5052
5052
  ] });
5053
5053
  }
5054
5054
  const L_ = {
5055
- embedpdf: "2.0.0-next.3"
5055
+ embedpdf: "2.0.0"
5056
5056
  }, D_ = {
5057
5057
  config: L_
5058
5058
  };