@bigbinary/neeto-molecules 3.6.0-beta1 → 3.6.0-beta2
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/dist/Builder.js +1 -1
- package/dist/CustomDomainDashboard.js +4 -4
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/Insights.js +23 -18
- package/dist/Insights.js.map +1 -1
- package/dist/IpRestriction.js +3 -5
- package/dist/IpRestriction.js.map +1 -1
- package/dist/NeetoWidget.js +3 -3
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/PageLoader.js +2 -2
- package/dist/PageLoader.js.map +1 -1
- package/dist/PhoneNumber.js +2 -2
- package/dist/PublishBlock.js +1 -1
- package/dist/PublishBlock.js.map +1 -1
- package/dist/SessionEnvironment.js +1 -1
- package/dist/cjs/Builder.js +1 -1
- package/dist/cjs/CustomDomainDashboard.js +5 -4
- package/dist/cjs/CustomDomainDashboard.js.map +1 -1
- package/dist/cjs/Insights.js +25 -18
- package/dist/cjs/Insights.js.map +1 -1
- package/dist/cjs/IpRestriction.js +4 -5
- package/dist/cjs/IpRestriction.js.map +1 -1
- package/dist/cjs/NeetoWidget.js +4 -3
- package/dist/cjs/NeetoWidget.js.map +1 -1
- package/dist/cjs/PageLoader.js +2 -2
- package/dist/cjs/PageLoader.js.map +1 -1
- package/dist/cjs/PhoneNumber.js +1 -1
- package/dist/cjs/PublishBlock.js +1 -1
- package/dist/cjs/PublishBlock.js.map +1 -1
- package/dist/cjs/SessionEnvironment.js +1 -1
- package/dist/cjs/{phone-number-904b0a70.js → phone-number-b28bc9dd.js} +21 -6
- package/dist/cjs/{phone-number-904b0a70.js.map → phone-number-b28bc9dd.js.map} +1 -1
- package/dist/{phone-number-cf3e77d7.js → phone-number-1d33eea1.js} +23 -8
- package/dist/{phone-number-cf3e77d7.js.map → phone-number-1d33eea1.js.map} +1 -1
- package/package.json +4 -4
- package/src/translations/en.json +2 -2
- package/types/Insights.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "3.6.0-
|
|
3
|
+
"version": "3.6.0-beta2",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"@bigbinary/eslint-plugin-neeto": "^1.1.14",
|
|
54
54
|
"@bigbinary/neeto-audit-frontend": "2.0.1",
|
|
55
55
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
56
|
-
"@bigbinary/neeto-commons-frontend": "4.4.
|
|
56
|
+
"@bigbinary/neeto-commons-frontend": "4.4.5",
|
|
57
57
|
"@bigbinary/neeto-editor": "1.38.1",
|
|
58
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
58
|
+
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
59
59
|
"@bigbinary/neeto-hotkeys": "1.0.4",
|
|
60
60
|
"@bigbinary/neeto-icons": "1.19.1",
|
|
61
61
|
"@bigbinary/neeto-image-uploader-frontend": "2.0.0",
|
|
62
62
|
"@bigbinary/neeto-team-members-frontend": "4.0.0",
|
|
63
63
|
"@bigbinary/neeto-time-zones": "0.5.5",
|
|
64
|
-
"@bigbinary/neetoui": "
|
|
64
|
+
"@bigbinary/neetoui": "8.2.13",
|
|
65
65
|
"@faker-js/faker": "7.6.0",
|
|
66
66
|
"@fullcalendar/core": "^6.1.8",
|
|
67
67
|
"@fullcalendar/daygrid": "^6.1.8",
|
package/src/translations/en.json
CHANGED
|
@@ -507,13 +507,13 @@
|
|
|
507
507
|
"others": "Others",
|
|
508
508
|
"metrics": {
|
|
509
509
|
"completionRate": "Completion rate",
|
|
510
|
-
"avgTimeToComplete": "
|
|
510
|
+
"avgTimeToComplete": "Average time to complete",
|
|
511
511
|
"submissions": "Submissions",
|
|
512
512
|
"visits": "Visits",
|
|
513
513
|
"starts": "Starts"
|
|
514
514
|
},
|
|
515
515
|
"helpTexts": {
|
|
516
|
-
"avgTimeToComplete": "
|
|
516
|
+
"avgTimeToComplete": "Average time updates only with time duration feature enabled."
|
|
517
517
|
},
|
|
518
518
|
"browsers": "browsers",
|
|
519
519
|
"os": "os",
|
package/types/Insights.d.ts
CHANGED