Socket
Socket
Sign inDemoInstall

@prezly/content-format

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prezly/content-format - npm Package Compare versions

Comparing version 0.50.1 to 0.50.2

build/format/elements/BookmarkNode.d.ts

4

build/EmailContent.d.ts

@@ -1,2 +0,2 @@

import type { AttachmentNode, CoverageNode, Document, DividerNode, EmbedNode, ImageNode, LinkNode, ListNode, ListItemTextNode, ParagraphNode, PlaceholderNode, QuoteNode, Text } from './format';
import type { AttachmentNode, BookmarkNode, CoverageNode, Document, DividerNode, EmbedNode, ImageNode, LinkNode, ListNode, ListItemTextNode, ParagraphNode, PlaceholderNode, QuoteNode, Text } from './format';
export declare enum EmailPlaceholder {

@@ -11,3 +11,3 @@ CONTACT_FIRST_NAME = "contact.firstname",

declare type NestableListNode = ListNode<ListItemTextNode<Inline> | NestableListNode>;
export declare type EmailContent = Document<AttachmentNode | CoverageNode | DividerNode | EmbedNode | ImageNode | NestableListNode | ParagraphNode<Inline> | QuoteNode<Inline>>;
export declare type EmailContent = Document<AttachmentNode | BookmarkNode | CoverageNode | DividerNode | EmbedNode | ImageNode | NestableListNode | ParagraphNode<Inline> | QuoteNode<Inline>>;
export {};
export * from './AttachmentNode';
export * from './BookmarkNode';
export * from './ContactNode';

@@ -3,0 +4,0 @@ export * from './CoverageNode';

export * from './common';
export * from './elements';
export * from './Document';
export * from './Node';
export * from './Element';
export * from './Node';
export * from './ComposedElement';
export * from './Text';

@@ -7,2 +7,12 @@ (() => {

// src/format/elements/BookmarkNode.ts
var BookmarkNode = {
TYPE: "bookmark"
};
var BookmarkCardLayout;
(function(BookmarkCardLayout2) {
BookmarkCardLayout2["VERTICAL"] = "vertical";
BookmarkCardLayout2["HORIZONTAL"] = "horizontal";
})(BookmarkCardLayout || (BookmarkCardLayout = {}));
// src/format/elements/ContactNode.ts

@@ -9,0 +19,0 @@ var ContactNode = {

@@ -1,2 +0,2 @@

import type { AttachmentNode, ContactNode, Document, DividerNode, EmbedNode, GalleryNode, ImageNodeWithCaption, LinkNode, ListNode, ListItemTextNode, ParagraphNode, PlaceholderNode, QuoteNode, Text } from './format';
import type { AttachmentNode, BookmarkNode, ContactNode, Document, DividerNode, EmbedNode, GalleryNode, ImageNodeWithCaption, LinkNode, ListNode, ListItemTextNode, ParagraphNode, PlaceholderNode, QuoteNode, Text } from './format';
export declare enum StoryPlaceholder {

@@ -7,3 +7,3 @@ STORY_PUBLICATION_DATE = "publication.date"

declare type NestableListNode = ListNode<ListItemTextNode<Inline> | NestableListNode>;
export declare type StoryContent = Document<AttachmentNode | ContactNode | DividerNode | EmbedNode | GalleryNode | ImageNodeWithCaption<Inline> | NestableListNode | ParagraphNode<Inline> | QuoteNode<Inline>>;
export declare type StoryContent = Document<AttachmentNode | BookmarkNode | ContactNode | DividerNode | EmbedNode | GalleryNode | ImageNodeWithCaption<Inline> | NestableListNode | ParagraphNode<Inline> | QuoteNode<Inline>>;
export {};
{
"name": "@prezly/content-format",
"version": "0.50.1",
"version": "0.50.2",
"description": "Prezly Content Format types and utilities",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -74,2 +74,3 @@ # Prezly Content Format

- [AttachmentNode](./src/format/elements/AttachmentNode.ts)
- [BookmarkNode](./src/format/elements/BookmarkNode.ts)
- [ContactNode](./src/format/elements/ContactNode.ts)

@@ -76,0 +77,0 @@ - [CoverageNode](./src/format/elements/CoverageNode.ts)

import type {
AttachmentNode,
BookmarkNode,
CoverageNode,

@@ -31,2 +32,3 @@ Document,

| AttachmentNode
| BookmarkNode
| CoverageNode

@@ -33,0 +35,0 @@ | DividerNode

export * from './AttachmentNode';
export * from './BookmarkNode';
export * from './ContactNode';

@@ -3,0 +4,0 @@ export * from './CoverageNode';

export * from './common';
export * from './elements';
export * from './Document';
export * from './Node';
export * from './Element';
export * from './Node';
export * from './ComposedElement';
export * from './Text';
import type {
AttachmentNode,
BookmarkNode,
ContactNode,

@@ -28,2 +29,3 @@ Document,

| AttachmentNode
| BookmarkNode
| ContactNode

@@ -30,0 +32,0 @@ | DividerNode

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc