@cntrl-site/sdk-nextjs 0.2.11 → 0.2.12
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/.idea/workspace.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="daade3cc-2214-4d1b-a6ad-012b8ae407bf" name="Changes" comment="CNTRL-694
|
|
4
|
+
<list default="true" id="daade3cc-2214-4d1b-a6ad-012b8ae407bf" name="Changes" comment="CNTRL-694 version bump" />
|
|
5
5
|
<option name="SHOW_DIALOG" value="false" />
|
|
6
6
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
7
7
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
24
24
|
<option name="showLibraryContents" value="true" />
|
|
25
25
|
</component>
|
|
26
|
-
<component name="PropertiesComponent"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
26
|
+
<component name="PropertiesComponent">{
|
|
27
|
+
"keyToString": {
|
|
28
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
29
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
30
|
+
"WebServerToolWindowFactoryState": "false",
|
|
31
|
+
"last_opened_file_path": "/Users/admin/Documents/CNTRL/sdk-nextjs",
|
|
32
|
+
"nodejs_package_manager_path": "npm",
|
|
33
|
+
"ts.external.directory.path": "/Users/admin/Documents/CNTRL/sdk-nextjs/node_modules/typescript/lib",
|
|
34
|
+
"vue.rearranger.settings.migration": "true"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}</component>
|
|
37
37
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
38
38
|
<component name="TaskManager">
|
|
39
39
|
<task active="true" id="Default" summary="Default task">
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
<workItem from="1669397663981" duration="8121000" />
|
|
50
50
|
<workItem from="1669630429786" duration="5568000" />
|
|
51
51
|
<workItem from="1669712625667" duration="100000" />
|
|
52
|
-
<workItem from="1670846885306" duration="
|
|
52
|
+
<workItem from="1670846885306" duration="14667000" />
|
|
53
|
+
<workItem from="1670922174491" duration="11184000" />
|
|
53
54
|
</task>
|
|
54
55
|
<task id="LOCAL-00001" summary="CNTRL-484 - added embed vimeo video">
|
|
55
56
|
<created>1667586762678</created>
|
|
@@ -198,7 +199,28 @@
|
|
|
198
199
|
<option name="project" value="LOCAL" />
|
|
199
200
|
<updated>1670862883753</updated>
|
|
200
201
|
</task>
|
|
201
|
-
<
|
|
202
|
+
<task id="LOCAL-00022" summary="CNTRL-694 comments fix">
|
|
203
|
+
<created>1670864771128</created>
|
|
204
|
+
<option name="number" value="00022" />
|
|
205
|
+
<option name="presentableId" value="LOCAL-00022" />
|
|
206
|
+
<option name="project" value="LOCAL" />
|
|
207
|
+
<updated>1670864771128</updated>
|
|
208
|
+
</task>
|
|
209
|
+
<task id="LOCAL-00023" summary="CNTRL-694 undefined url fix">
|
|
210
|
+
<created>1670947749514</created>
|
|
211
|
+
<option name="number" value="00023" />
|
|
212
|
+
<option name="presentableId" value="LOCAL-00023" />
|
|
213
|
+
<option name="project" value="LOCAL" />
|
|
214
|
+
<updated>1670947749514</updated>
|
|
215
|
+
</task>
|
|
216
|
+
<task id="LOCAL-00024" summary="CNTRL-694 version bump">
|
|
217
|
+
<created>1670948708761</created>
|
|
218
|
+
<option name="number" value="00024" />
|
|
219
|
+
<option name="presentableId" value="LOCAL-00024" />
|
|
220
|
+
<option name="project" value="LOCAL" />
|
|
221
|
+
<updated>1670948708762</updated>
|
|
222
|
+
</task>
|
|
223
|
+
<option name="localTasksCounter" value="25" />
|
|
202
224
|
<servers />
|
|
203
225
|
</component>
|
|
204
226
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -231,6 +253,9 @@
|
|
|
231
253
|
<MESSAGE value="CNTRL-617 Version bump" />
|
|
232
254
|
<MESSAGE value="CNTRL-694 added valid url builder" />
|
|
233
255
|
<MESSAGE value="CNTRL-694 added code styling and version bump" />
|
|
234
|
-
<
|
|
256
|
+
<MESSAGE value="CNTRL-694 comments fix" />
|
|
257
|
+
<MESSAGE value="CNTRL-694 undefined url fix" />
|
|
258
|
+
<MESSAGE value="CNTRL-694 version bump" />
|
|
259
|
+
<option name="LAST_COMMIT_MESSAGE" value="CNTRL-694 version bump" />
|
|
235
260
|
</component>
|
|
236
261
|
</project>
|
|
Binary file
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.LinkWrapper = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const LinkWrapper = ({ url, children }) => {
|
|
6
|
-
const validUrl = buildValidUrl(url);
|
|
6
|
+
const validUrl = url && buildValidUrl(url);
|
|
7
7
|
return url ? ((0, jsx_runtime_1.jsx)("a", { href: validUrl, target: url.startsWith('/') ? '_self' : '_blank', rel: "noreferrer", children: children })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }));
|
|
8
8
|
};
|
|
9
9
|
exports.LinkWrapper = LinkWrapper;
|
package/package.json
CHANGED
|
Binary file
|