@atlaskit/editor-core 187.41.0 → 187.41.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.41.0",
3
+ "version": "187.41.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
package/report.api.md CHANGED
@@ -1287,7 +1287,7 @@ export interface MediaOptions {
1287
1287
  // (undocumented)
1288
1288
  allowResizingInTables?: boolean;
1289
1289
  // (undocumented)
1290
- allowTemplatePlaceholders?: PlaceholderTextOptions | boolean;
1290
+ allowTemplatePlaceholders?: PlaceholderTextOptions_2 | boolean;
1291
1291
  // (undocumented)
1292
1292
  altTextValidator?: (value: string) => string[];
1293
1293
  // (undocumented)
@@ -1671,6 +1671,12 @@ interface PlaceholderTextOptions {
1671
1671
  allowInserting?: boolean;
1672
1672
  }
1673
1673
 
1674
+ // @public (undocumented)
1675
+ interface PlaceholderTextOptions_2 {
1676
+ // (undocumented)
1677
+ allowInserting?: boolean;
1678
+ }
1679
+
1674
1680
  export { PortalProvider };
1675
1681
 
1676
1682
  export { PortalProviderAPI };
@@ -1162,7 +1162,7 @@ export interface MediaOptions {
1162
1162
  // (undocumented)
1163
1163
  allowResizingInTables?: boolean;
1164
1164
  // (undocumented)
1165
- allowTemplatePlaceholders?: PlaceholderTextOptions | boolean;
1165
+ allowTemplatePlaceholders?: PlaceholderTextOptions_2 | boolean;
1166
1166
  // (undocumented)
1167
1167
  altTextValidator?: (value: string) => string[];
1168
1168
  // (undocumented)
@@ -1500,6 +1500,12 @@ interface PlaceholderTextOptions {
1500
1500
  allowInserting?: boolean;
1501
1501
  }
1502
1502
 
1503
+ // @public (undocumented)
1504
+ interface PlaceholderTextOptions_2 {
1505
+ // (undocumented)
1506
+ allowInserting?: boolean;
1507
+ }
1508
+
1503
1509
  export { PortalProvider }
1504
1510
 
1505
1511
  export { PortalProviderAPI }