@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.
Files changed (37) hide show
  1. package/dist/Builder.js +1 -1
  2. package/dist/CustomDomainDashboard.js +4 -4
  3. package/dist/CustomDomainDashboard.js.map +1 -1
  4. package/dist/Insights.js +23 -18
  5. package/dist/Insights.js.map +1 -1
  6. package/dist/IpRestriction.js +3 -5
  7. package/dist/IpRestriction.js.map +1 -1
  8. package/dist/NeetoWidget.js +3 -3
  9. package/dist/NeetoWidget.js.map +1 -1
  10. package/dist/PageLoader.js +2 -2
  11. package/dist/PageLoader.js.map +1 -1
  12. package/dist/PhoneNumber.js +2 -2
  13. package/dist/PublishBlock.js +1 -1
  14. package/dist/PublishBlock.js.map +1 -1
  15. package/dist/SessionEnvironment.js +1 -1
  16. package/dist/cjs/Builder.js +1 -1
  17. package/dist/cjs/CustomDomainDashboard.js +5 -4
  18. package/dist/cjs/CustomDomainDashboard.js.map +1 -1
  19. package/dist/cjs/Insights.js +25 -18
  20. package/dist/cjs/Insights.js.map +1 -1
  21. package/dist/cjs/IpRestriction.js +4 -5
  22. package/dist/cjs/IpRestriction.js.map +1 -1
  23. package/dist/cjs/NeetoWidget.js +4 -3
  24. package/dist/cjs/NeetoWidget.js.map +1 -1
  25. package/dist/cjs/PageLoader.js +2 -2
  26. package/dist/cjs/PageLoader.js.map +1 -1
  27. package/dist/cjs/PhoneNumber.js +1 -1
  28. package/dist/cjs/PublishBlock.js +1 -1
  29. package/dist/cjs/PublishBlock.js.map +1 -1
  30. package/dist/cjs/SessionEnvironment.js +1 -1
  31. package/dist/cjs/{phone-number-904b0a70.js → phone-number-b28bc9dd.js} +21 -6
  32. package/dist/cjs/{phone-number-904b0a70.js.map → phone-number-b28bc9dd.js.map} +1 -1
  33. package/dist/{phone-number-cf3e77d7.js → phone-number-1d33eea1.js} +23 -8
  34. package/dist/{phone-number-cf3e77d7.js.map → phone-number-1d33eea1.js.map} +1 -1
  35. package/package.json +4 -4
  36. package/src/translations/en.json +2 -2
  37. 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-beta1",
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.1",
56
+ "@bigbinary/neeto-commons-frontend": "4.4.5",
57
57
  "@bigbinary/neeto-editor": "1.38.1",
58
- "@bigbinary/neeto-filters-frontend": "4.0.0",
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": "7.0.4",
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",
@@ -507,13 +507,13 @@
507
507
  "others": "Others",
508
508
  "metrics": {
509
509
  "completionRate": "Completion rate",
510
- "avgTimeToComplete": "Avg. time to complete",
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": "Avg. time updates only with time duration feature enabled."
516
+ "avgTimeToComplete": "Average time updates only with time duration feature enabled."
517
517
  },
518
518
  "browsers": "browsers",
519
519
  "os": "os",
@@ -82,7 +82,7 @@ interface HelpTexts {
82
82
  * }}
83
83
  * helpTexts={{
84
84
  * averageSubmissionTime:
85
- * "Avg. time updates only with time duration feature enabled.",
85
+ * "Average time updates only with time duration feature enabled.",
86
86
  * }}
87
87
  * />
88
88
  * );