@almadar/patterns 2.16.0 → 2.17.1

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.d.ts CHANGED
@@ -34075,6 +34075,7 @@ export declare const EVENT_CONTRACTS: {
34075
34075
  };
34076
34076
  import type { PatternPropDef } from './types.js';
34077
34077
  export type { PatternPropDef, PropKind } from './types.js';
34078
+ export type { ItemActionPayload, SelectionChangePayload, LoadMoreRequestPayload, FormSubmitPayload, } from './payloads.js';
34078
34079
  export type PatternEntry = {
34079
34080
  type: string;
34080
34081
  category: string;