@survicate/survicate-web-package 28.6.1-npm → 28.6.3-npm
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/vcs.xml +6 -0
- package/.idea/workspace.xml +33 -0
- package/package.json +1 -1
- package/survicate_widget.js +1 -1
package/.idea/vcs.xml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="46016ead-299b-4c15-88ab-980c8fc8f909" 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="ProjectColorInfo"><![CDATA[{
|
|
11
|
+
"customColor": "",
|
|
12
|
+
"associatedIndex": 1
|
|
13
|
+
}]]></component>
|
|
14
|
+
<component name="ProjectId" id="31rws5QAPkeU87u5d1oUWJwqf16" />
|
|
15
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
16
|
+
"keyToString": {
|
|
17
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
18
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
19
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
20
|
+
"last_opened_file_path": "/Users/janjaniak"
|
|
21
|
+
}
|
|
22
|
+
}]]></component>
|
|
23
|
+
<component name="TaskManager">
|
|
24
|
+
<task active="true" id="Default" summary="Default task">
|
|
25
|
+
<changelist id="46016ead-299b-4c15-88ab-980c8fc8f909" name="Changes" comment="" />
|
|
26
|
+
<created>1756295748045</created>
|
|
27
|
+
<option name="number" value="Default" />
|
|
28
|
+
<option name="presentableId" value="Default" />
|
|
29
|
+
<updated>1756295748045</updated>
|
|
30
|
+
</task>
|
|
31
|
+
<servers />
|
|
32
|
+
</component>
|
|
33
|
+
</project>
|
package/package.json
CHANGED