wafields 0.9.8 → 0.9.10

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
  interface PagePIDProps {
2
2
  pid: string;
3
3
  }
4
- export default function PagePID({ pid }: PagePIDProps): import("react/jsx-runtime").JSX.Element;
4
+ export default function PagePID({ pid }: PagePIDProps): import("react/jsx-runtime").JSX.Element | null;
5
5
  export {};
@@ -0,0 +1,15 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { default as PagePID } from './PagePID';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof PagePID;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Default: Story;
14
+ export declare const ShortPID: Story;
15
+ export declare const LongPID: Story;
@@ -1,4 +1,4 @@
1
- import { C as NT } from "./index-Bad6N9Ht.mjs";
1
+ import { C as NT } from "./index-Dll7HUCN.mjs";
2
2
  function VT(Iu, dm) {
3
3
  for (var ba = 0; ba < dm.length; ba++) {
4
4
  const fn = dm[ba];