@integry/sdk 3.1.5-beta.2 → 3.1.5-beta.5

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.
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/sdk-v3.iml" filepath="$PROJECT_DIR$/.idea/sdk-v3.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="inheritedJdk" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
9
+ <component name="TemplatesService">
10
+ <option name="TEMPLATE_FOLDERS">
11
+ <list>
12
+ <option value="$MODULE_DIR$/sdk-docs/node_modules/gifwrap/templates" />
13
+ </list>
14
+ </option>
15
+ </component>
16
+ </module>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="3bd43f6a-3ee9-4a60-a6c8-e208d65c4f31" name="Changes" comment="" />
5
+ <option name="SHOW_DIALOG" value="false" />
6
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
7
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
8
+ <option name="LAST_RESOLUTION" value="IGNORE" />
9
+ </component>
10
+ <component name="ProjectId" id="2CcB3EpfT8wNT4caH7y6daY2cEr" />
11
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
12
+ <component name="VgoProject">
13
+ <settings-migrated>true</settings-migrated>
14
+ </component>
15
+ </project>
@@ -352,7 +352,7 @@ declare class IntegryJS {
352
352
  } | undefined) => void;
353
353
  /**
354
354
  * Render the template form we ship
355
- * @param templateId
355
+ * @param params
356
356
  */
357
357
  renderPreview: (params: PreviewPayload) => void;
358
358
  /**