pdap-design-system 3.1.0-beta.39 → 3.1.0-beta.40

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.
@@ -8,4 +8,5 @@ export declare const FOOTER_LINK_ICONS: {
8
8
  readonly NEWSLETTER: "newsletter";
9
9
  readonly DOCS: "docs";
10
10
  readonly EMAIL: "email";
11
+ readonly PUBLISH: "publish";
11
12
  };