@bigbinary/neeto-molecules 0.0.1

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 (183) hide show
  1. package/README.md +60 -0
  2. package/dist/BrowserSupport.cjs.js +1727 -0
  3. package/dist/BrowserSupport.cjs.js.map +1 -0
  4. package/dist/BrowserSupport.js +1721 -0
  5. package/dist/BrowserSupport.js.map +1 -0
  6. package/dist/Columns.cjs.js +191 -0
  7. package/dist/Columns.cjs.js.map +1 -0
  8. package/dist/Columns.js +184 -0
  9. package/dist/Columns.js.map +1 -0
  10. package/dist/Container.cjs.js +1277 -0
  11. package/dist/Container.cjs.js.map +1 -0
  12. package/dist/Container.js +1271 -0
  13. package/dist/Container.js.map +1 -0
  14. package/dist/CopyToClipboardButton.cjs.js +78 -0
  15. package/dist/CopyToClipboardButton.cjs.js.map +1 -0
  16. package/dist/CopyToClipboardButton.js +72 -0
  17. package/dist/CopyToClipboardButton.js.map +1 -0
  18. package/dist/CustomDomain.cjs.js +680 -0
  19. package/dist/CustomDomain.cjs.js.map +1 -0
  20. package/dist/CustomDomain.js +654 -0
  21. package/dist/CustomDomain.js.map +1 -0
  22. package/dist/CustomDomainDashboard.cjs.js +2306 -0
  23. package/dist/CustomDomainDashboard.cjs.js.map +1 -0
  24. package/dist/CustomDomainDashboard.js +2279 -0
  25. package/dist/CustomDomainDashboard.js.map +1 -0
  26. package/dist/DateFormat.cjs.js +51 -0
  27. package/dist/DateFormat.cjs.js.map +1 -0
  28. package/dist/DateFormat.js +45 -0
  29. package/dist/DateFormat.js.map +1 -0
  30. package/dist/DateRangeFilter.cjs.js +236 -0
  31. package/dist/DateRangeFilter.cjs.js.map +1 -0
  32. package/dist/DateRangeFilter.js +229 -0
  33. package/dist/DateRangeFilter.js.map +1 -0
  34. package/dist/DynamicVariables.cjs.js +112 -0
  35. package/dist/DynamicVariables.cjs.js.map +1 -0
  36. package/dist/DynamicVariables.js +106 -0
  37. package/dist/DynamicVariables.js.map +1 -0
  38. package/dist/EmailPreview.cjs.js +102 -0
  39. package/dist/EmailPreview.cjs.js.map +1 -0
  40. package/dist/EmailPreview.js +96 -0
  41. package/dist/EmailPreview.js.map +1 -0
  42. package/dist/ErrorPage.cjs.js +208 -0
  43. package/dist/ErrorPage.cjs.js.map +1 -0
  44. package/dist/ErrorPage.js +184 -0
  45. package/dist/ErrorPage.js.map +1 -0
  46. package/dist/Header.cjs.js +219 -0
  47. package/dist/Header.cjs.js.map +1 -0
  48. package/dist/Header.js +213 -0
  49. package/dist/Header.js.map +1 -0
  50. package/dist/IconPicker.cjs.js +1307 -0
  51. package/dist/IconPicker.cjs.js.map +1 -0
  52. package/dist/IconPicker.js +1301 -0
  53. package/dist/IconPicker.js.map +1 -0
  54. package/dist/IntegrationCard.cjs.js +75 -0
  55. package/dist/IntegrationCard.cjs.js.map +1 -0
  56. package/dist/IntegrationCard.js +69 -0
  57. package/dist/IntegrationCard.js.map +1 -0
  58. package/dist/IntegrationDisconnectAlert.cjs.js +81 -0
  59. package/dist/IntegrationDisconnectAlert.cjs.js.map +1 -0
  60. package/dist/IntegrationDisconnectAlert.js +75 -0
  61. package/dist/IntegrationDisconnectAlert.js.map +1 -0
  62. package/dist/IntegrationWalkthroughModal.cjs.js +42 -0
  63. package/dist/IntegrationWalkthroughModal.cjs.js.map +1 -0
  64. package/dist/IntegrationWalkthroughModal.js +36 -0
  65. package/dist/IntegrationWalkthroughModal.js.map +1 -0
  66. package/dist/IpRestriction.cjs.js +3764 -0
  67. package/dist/IpRestriction.cjs.js.map +1 -0
  68. package/dist/IpRestriction.js +3738 -0
  69. package/dist/IpRestriction.js.map +1 -0
  70. package/dist/KeyboardShortcuts.cjs.js +2242 -0
  71. package/dist/KeyboardShortcuts.cjs.js.map +1 -0
  72. package/dist/KeyboardShortcuts.js +2235 -0
  73. package/dist/KeyboardShortcuts.js.map +1 -0
  74. package/dist/LoginPage.cjs.js +618 -0
  75. package/dist/LoginPage.cjs.js.map +1 -0
  76. package/dist/LoginPage.js +593 -0
  77. package/dist/LoginPage.js.map +1 -0
  78. package/dist/MenuBar.cjs.js +31044 -0
  79. package/dist/MenuBar.cjs.js.map +1 -0
  80. package/dist/MenuBar.js +31038 -0
  81. package/dist/MenuBar.js.map +1 -0
  82. package/dist/NeetoWidget.cjs.js +3369 -0
  83. package/dist/NeetoWidget.cjs.js.map +1 -0
  84. package/dist/NeetoWidget.js +3343 -0
  85. package/dist/NeetoWidget.js.map +1 -0
  86. package/dist/PageLoader.cjs.js +158 -0
  87. package/dist/PageLoader.cjs.js.map +1 -0
  88. package/dist/PageLoader.js +134 -0
  89. package/dist/PageLoader.js.map +1 -0
  90. package/dist/PhoneNumber.cjs.js +7021 -0
  91. package/dist/PhoneNumber.cjs.js.map +1 -0
  92. package/dist/PhoneNumber.js +6989 -0
  93. package/dist/PhoneNumber.js.map +1 -0
  94. package/dist/PublishBlock.cjs.js +189 -0
  95. package/dist/PublishBlock.cjs.js.map +1 -0
  96. package/dist/PublishBlock.js +183 -0
  97. package/dist/PublishBlock.js.map +1 -0
  98. package/dist/Rename.cjs.js +306 -0
  99. package/dist/Rename.cjs.js.map +1 -0
  100. package/dist/Rename.js +300 -0
  101. package/dist/Rename.js.map +1 -0
  102. package/dist/ResponsiveDevicePicker.cjs.js +260 -0
  103. package/dist/ResponsiveDevicePicker.cjs.js.map +1 -0
  104. package/dist/ResponsiveDevicePicker.js +254 -0
  105. package/dist/ResponsiveDevicePicker.js.map +1 -0
  106. package/dist/Schedule.cjs.js +952 -0
  107. package/dist/Schedule.cjs.js.map +1 -0
  108. package/dist/Schedule.js +921 -0
  109. package/dist/Schedule.js.map +1 -0
  110. package/dist/Scrollable.cjs.js +184 -0
  111. package/dist/Scrollable.cjs.js.map +1 -0
  112. package/dist/Scrollable.js +178 -0
  113. package/dist/Scrollable.js.map +1 -0
  114. package/dist/ShareViaEmail.cjs.js +2992 -0
  115. package/dist/ShareViaEmail.cjs.js.map +1 -0
  116. package/dist/ShareViaEmail.js +2966 -0
  117. package/dist/ShareViaEmail.js.map +1 -0
  118. package/dist/ShareViaLink.cjs.js +1385 -0
  119. package/dist/ShareViaLink.cjs.js.map +1 -0
  120. package/dist/ShareViaLink.js +1360 -0
  121. package/dist/ShareViaLink.js.map +1 -0
  122. package/dist/Sidebar.cjs.js +32222 -0
  123. package/dist/Sidebar.cjs.js.map +1 -0
  124. package/dist/Sidebar.js +32196 -0
  125. package/dist/Sidebar.js.map +1 -0
  126. package/dist/SubHeader.cjs.js +272 -0
  127. package/dist/SubHeader.cjs.js.map +1 -0
  128. package/dist/SubHeader.js +265 -0
  129. package/dist/SubHeader.js.map +1 -0
  130. package/dist/TableWrapper.cjs.js +87 -0
  131. package/dist/TableWrapper.cjs.js.map +1 -0
  132. package/dist/TableWrapper.js +81 -0
  133. package/dist/TableWrapper.js.map +1 -0
  134. package/dist/ThemeSidebar.cjs.js +13618 -0
  135. package/dist/ThemeSidebar.cjs.js.map +1 -0
  136. package/dist/ThemeSidebar.js +13593 -0
  137. package/dist/ThemeSidebar.js.map +1 -0
  138. package/dist/TimeFormat.cjs.js +53 -0
  139. package/dist/TimeFormat.cjs.js.map +1 -0
  140. package/dist/TimeFormat.js +47 -0
  141. package/dist/TimeFormat.js.map +1 -0
  142. package/dist/TimezoneMismatchModal.cjs.js +176 -0
  143. package/dist/TimezoneMismatchModal.cjs.js.map +1 -0
  144. package/dist/TimezoneMismatchModal.js +168 -0
  145. package/dist/TimezoneMismatchModal.js.map +1 -0
  146. package/package.json +185 -0
  147. package/src/translations/en.json +449 -0
  148. package/types/BrowserSupport.d.ts +86 -0
  149. package/types/Columns.d.ts +53 -0
  150. package/types/Container.d.ts +35 -0
  151. package/types/CopyToClipboardButton.d.ts +21 -0
  152. package/types/CustomDomain.d.ts +19 -0
  153. package/types/CustomDomainDashboard.d.ts +33 -0
  154. package/types/DateFormat.d.ts +18 -0
  155. package/types/DateRangeFilter.d.ts +52 -0
  156. package/types/DynamicVariables.d.ts +45 -0
  157. package/types/EmailPreview.d.ts +41 -0
  158. package/types/ErrorPage.d.ts +15 -0
  159. package/types/Header.d.ts +30 -0
  160. package/types/IconPicker.d.ts +43 -0
  161. package/types/IntegrationCard.d.ts +45 -0
  162. package/types/IntegrationDisconnectAlert.d.ts +37 -0
  163. package/types/IntegrationWalkthroughModal.d.ts +31 -0
  164. package/types/IpRestriction.d.ts +23 -0
  165. package/types/KeyboardShortcuts.d.ts +147 -0
  166. package/types/LoginPage.d.ts +43 -0
  167. package/types/MenuBar.d.ts +125 -0
  168. package/types/NeetoWidget.d.ts +41 -0
  169. package/types/PageLoader.d.ts +38 -0
  170. package/types/PhoneNumber.d.ts +106 -0
  171. package/types/PublishBlock.d.ts +84 -0
  172. package/types/Rename.d.ts +60 -0
  173. package/types/ResponsiveDevicePicker.d.ts +30 -0
  174. package/types/Schedule.d.ts +132 -0
  175. package/types/Scrollable.d.ts +28 -0
  176. package/types/ShareViaEmail.d.ts +99 -0
  177. package/types/ShareViaLink.d.ts +117 -0
  178. package/types/Sidebar.d.ts +63 -0
  179. package/types/SubHeader.d.ts +97 -0
  180. package/types/TableWrapper.d.ts +38 -0
  181. package/types/TimeFormat.d.ts +17 -0
  182. package/types/TimezoneMismatchModal.d.ts +39 -0
  183. package/types/themeSidebar.d.ts +80 -0
package/package.json ADDED
@@ -0,0 +1,185 @@
1
+ {
2
+ "name": "@bigbinary/neeto-molecules",
3
+ "version": "0.0.1",
4
+ "description": "A package of reusable molecular components for neeto products.",
5
+ "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
+ "author": "Amaljith K <amaljith.k@bigbinary.com>",
7
+ "license": "apache-2.0",
8
+ "scripts": {
9
+ "prepare": "husky install",
10
+ "sync_with_wheel": "./.scripts/sync_with_wheel.sh",
11
+ "test": "TZ=UTC jest",
12
+ "bundle": "NODE_ENV=production rollup -c rollup.config.js && yarn build:jsdoc",
13
+ "build": "NODE_ENV=production build-storybook",
14
+ "serve": "node .storybook/db",
15
+ "watch": "rollup -c rollup.config.js --watch",
16
+ "storybook": "(trap 'kill 0' SIGINT; node .storybook/db & NODE_ENV=development start-storybook -p 6006)",
17
+ "build:jsdoc": "node ./.scripts/jsdoc-builder.mjs"
18
+ },
19
+ "engines": {
20
+ "node": ">=18.12",
21
+ "npm": ">=9",
22
+ "yarn": ">=1.22"
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "types",
27
+ "src/translations"
28
+ ],
29
+ "lint-staged": {
30
+ "**/*.{js,jsx,json,mjs}": [
31
+ ".scripts/fix-lints.sh"
32
+ ]
33
+ },
34
+ "exports": {
35
+ "./*": {
36
+ "import": "./dist/*.js",
37
+ "require": "./dist/*.cjs.js",
38
+ "types": "./types/*.d.ts"
39
+ }
40
+ },
41
+ "devDependencies": {
42
+ "@babel/core": "^7.19.1",
43
+ "@babel/eslint-parser": "7.17.0",
44
+ "@babel/plugin-transform-runtime": "^7.19.1",
45
+ "@babel/preset-env": "7.17.10",
46
+ "@babel/preset-react": "7.16.7",
47
+ "@babel/preset-typescript": "^7.18.6",
48
+ "@babel/runtime": "^7.19.0",
49
+ "@bigbinary/babel-preset-neeto": "^1.0.3",
50
+ "@bigbinary/eslint-plugin-neeto": "^1.0.54",
51
+ "@bigbinary/neeto-commons-frontend": "2.0.89",
52
+ "@bigbinary/neeto-editor": "1.27.0-beta.1",
53
+ "@bigbinary/neeto-filters-frontend": "^2.11.15",
54
+ "@bigbinary/neeto-icons": "^1.12.3",
55
+ "@bigbinary/neeto-molecules": "^1.0.5",
56
+ "@bigbinary/neetoui": "^5.0.9",
57
+ "@faker-js/faker": "7.6.0",
58
+ "@honeybadger-io/react": "2.0.1",
59
+ "@rails/activestorage": "^7.0.5",
60
+ "@rollup/plugin-alias": "^3.1.9",
61
+ "@rollup/plugin-babel": "^5.3.1",
62
+ "@rollup/plugin-commonjs": "^22.0.0",
63
+ "@rollup/plugin-json": "^4.1.0",
64
+ "@rollup/plugin-node-resolve": "^13.3.0",
65
+ "@storybook/addon-actions": "^6.5.16",
66
+ "@storybook/addon-essentials": "6.5.16",
67
+ "@storybook/addon-postcss": "^2.0.0",
68
+ "@storybook/builder-webpack5": "6.5.16",
69
+ "@storybook/manager-webpack5": "6.5.16",
70
+ "@storybook/preset-scss": "1.0.3",
71
+ "@storybook/react": "6.5.16",
72
+ "@svgr/rollup": "^6.2.1",
73
+ "@svgr/webpack": "^6.5.1",
74
+ "@tailwindcss/line-clamp": "^0.4.4",
75
+ "@testing-library/jest-dom": "5.16.2",
76
+ "@testing-library/react": "12.1.3",
77
+ "@testing-library/react-hooks": "^8.0.0",
78
+ "@testing-library/user-event": "13.5.0",
79
+ "antd": "4.24.3",
80
+ "autoprefixer": "^10.4.13",
81
+ "axios": "^0.27.2",
82
+ "babel-jest": "27.0.6",
83
+ "babel-loader": "^8.2.5",
84
+ "babel-plugin-dynamic-import-node": "^2.3.3",
85
+ "babel-plugin-istanbul": "^6.1.1",
86
+ "babel-plugin-js-logger": "1.0.17",
87
+ "babel-plugin-macros": "3.1.0",
88
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
89
+ "babel-preset-react": "6.24.1",
90
+ "babel-preset-typescript": "^7.0.0-alpha.19",
91
+ "countries-list": "^2.6.1",
92
+ "css-loader": "4.3.0",
93
+ "cypress": "11.2.0",
94
+ "dayjs": "1.11.1",
95
+ "eslint": "8.14.0",
96
+ "eslint-config-prettier": "8.5.0",
97
+ "eslint-plugin-cypress": "2.12.1",
98
+ "eslint-plugin-import": "2.26.0",
99
+ "eslint-plugin-jam3": "0.2.3",
100
+ "eslint-plugin-json": "3.1.0",
101
+ "eslint-plugin-prettier": "4.0.0",
102
+ "eslint-plugin-promise": "6.0.0",
103
+ "eslint-plugin-react": "7.29.4",
104
+ "eslint-plugin-react-hooks": "4.5.0",
105
+ "eslint-plugin-unused-imports": "2.0.0",
106
+ "formik": "^2.2.9",
107
+ "framer-motion": "^4.1.17",
108
+ "husky": "^7.0.4",
109
+ "i18next": "^22.5.1",
110
+ "ip-num": "^1.5.0",
111
+ "jest": "27.5.1",
112
+ "js-logger": "^1.6.1",
113
+ "json-server": "0.17.1",
114
+ "libphonenumber-js": "^1.10.26",
115
+ "lint-staged": "^12.3.7",
116
+ "mixpanel-browser": "^2.45.0",
117
+ "mousetrap": "^1.6.5",
118
+ "mousetrap-global-bind": "^1.1.0",
119
+ "papaparse": "^5.4.0",
120
+ "platform": "1.3.6",
121
+ "postcss": "^8.4.17",
122
+ "postcss-import": "^15.0.0",
123
+ "postcss-loader": "^7.0.1",
124
+ "postcss-preset-env": "7.8.2",
125
+ "prettier": "2.6.2",
126
+ "prettier-plugin-tailwindcss": "0.1.10",
127
+ "prismjs": "^1.29.0",
128
+ "qrcode.react": "^3.1.0",
129
+ "qs": "^6.11.0",
130
+ "ramda": "^0.29.0",
131
+ "raw-loader": "^4.0.2",
132
+ "react": "^17.0.2",
133
+ "react-dom": "17.0.2",
134
+ "react-dropzone": "^11.2.4",
135
+ "react-helmet": "^6.1.0",
136
+ "react-hotkeys-hook": "3.3.2",
137
+ "react-i18next": "^12.3.1",
138
+ "react-query": "^3.39.2",
139
+ "react-router-dom": "^5.2.0",
140
+ "react-toastify": "^9.0.8",
141
+ "react-transition-group": "^4.4.5",
142
+ "react-window": "^1.8.9",
143
+ "rollup": "^2.76.0",
144
+ "rollup-plugin-analyzer": "^4.0.0",
145
+ "rollup-plugin-cleaner": "^1.0.0",
146
+ "rollup-plugin-peer-deps-external": "^2.2.4",
147
+ "rollup-plugin-styles": "^4.0.0",
148
+ "sass": "^1.58.1",
149
+ "sass-loader": "10.0.2",
150
+ "storybook-dark-mode": "^2.1.1",
151
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
152
+ "yup": "^0.32.11",
153
+ "zustand": "^4.1.2"
154
+ },
155
+ "peerDependencies": {
156
+ "@bigbinary/neeto-commons-frontend": "latest",
157
+ "@bigbinary/neeto-editor": "latest",
158
+ "@bigbinary/neeto-filters-frontend": "latest",
159
+ "@bigbinary/neeto-icons": "latest",
160
+ "@bigbinary/neeto-molecules": "latest",
161
+ "@bigbinary/neetoui": "latest",
162
+ "@honeybadger-io/react": "2.0.1",
163
+ "@svgr/webpack": "^6.5.1",
164
+ "antd": "4.24.3",
165
+ "axios": "^0.27.2",
166
+ "cypress": "11.2.0",
167
+ "dayjs": "1.11.1",
168
+ "dotenv-webpack": "^8.0.1",
169
+ "formik": "^2.2.9",
170
+ "i18next": "^22.5.1",
171
+ "js-logger": "^1.6.1",
172
+ "mixpanel-browser": "^2.45.0",
173
+ "ramda": "^0.29.0",
174
+ "react": "^17.0.2",
175
+ "react-helmet": "^6.1.0",
176
+ "react-i18next": "^12.3.1",
177
+ "react-query": "^3.39.2",
178
+ "react-router-dom": "^5.2.0",
179
+ "react-toastify": "^9.0.8",
180
+ "shakapacker": "^6.5.5",
181
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
182
+ "webpack": "^5.75.0",
183
+ "yup": "^0.32.11"
184
+ }
185
+ }
@@ -0,0 +1,449 @@
1
+ {
2
+ "neetoMolecules": {
3
+ "common": {
4
+ "actions": {
5
+ "submit": "Submit",
6
+ "search": "Search",
7
+ "cancel": "Cancel",
8
+ "save": "Save",
9
+ "edit": "Edit",
10
+ "delete": "Delete",
11
+ "apply": "Apply",
12
+ "add": "Add {{entity}}",
13
+ "reset": "Reset",
14
+ "saveChanges": "Save changes",
15
+ "publish": "Publish",
16
+ "draft": "Draft",
17
+ "changeTimezone": "Change timezone",
18
+ "rename": "Rename"
19
+ },
20
+ "or": "or",
21
+ "name": "name",
22
+ "value": "value",
23
+ "search": "Search {{entity}}",
24
+ "notFound": {
25
+ "title": "There are no {{entity}} to show."
26
+ },
27
+ "status": "status",
28
+ "deleteAlert": {
29
+ "title": "Delete {{entity}}?"
30
+ },
31
+ "download": "Download",
32
+ "filter": "Filter",
33
+ "somethingWentWrong": "Something went wrong. Please try again."
34
+ },
35
+ "columns": {
36
+ "columns": "Columns",
37
+ "noColumns": "No columns found!",
38
+ "search": "Search columns"
39
+ },
40
+ "login": {
41
+ "loginAsOliver": "Login as Oliver",
42
+ "login": "Login",
43
+ "email": "Email",
44
+ "password": "Password",
45
+ "invalidEmail": "Please enter a valid email",
46
+ "emailRequired": "Email is required",
47
+ "passwordRequired": "Password is required",
48
+ "success": "Logged in successfully.",
49
+ "toOrganizationAccount": "Login to your <bold>{{organizationName}}</bold> account",
50
+ "installNeetoUI": "<div>You need to have @bigbinary/neetoui version ^3.5.11 installed to use the login form.<br />Run the command:<br /><code>yarn add @bigbinary/neetoui@^3.5.11</code></div>"
51
+ },
52
+ "errorPage": {
53
+ "cantBeFound": "The page you're looking for <br /> can't be found.",
54
+ "unauthorized": "You don't have permissions <br /> to access this page.",
55
+ "internalServerError": "The server encountered an error and <br /> could not complete your request.",
56
+ "backToHome": "Back to home",
57
+ "contactUs": "For more queries,<button>contact us</button>",
58
+ "title": {
59
+ "cantBeFound": "Page not found",
60
+ "unauthorized": "Unauthorized",
61
+ "internalServerError": "Internal server error"
62
+ }
63
+ },
64
+ "sidebar": {
65
+ "myProfile": "My profile",
66
+ "myOrganization": "My organization",
67
+ "logout": "Log out",
68
+ "help": "Help",
69
+ "productSwitcher": "Product switcher",
70
+ "helpLinks": {
71
+ "liveChat": "Live chat",
72
+ "helpCenter": "Help center",
73
+ "whatsNew": "What's new",
74
+ "keyboardShortcuts": "Keyboard shortcuts"
75
+ }
76
+ },
77
+ "appSwitcher": {
78
+ "noApps": "No apps found",
79
+ "chooseNeetoProduct": "Choose your neeto product",
80
+ "searchProducts": "Search products"
81
+ },
82
+ "alert": {
83
+ "timezone": {
84
+ "title": "Timezone mismatch",
85
+ "message": "We have detected different timezones in your profile and browser. It's better to update profile with browser timezone, since {{entity}} uses that timezone for performing different date and time related functionalities.",
86
+ "userTimezone": "Timezone in your profile: {{entity}}",
87
+ "browserTimezone": "Timezone in your browser: {{entity}}",
88
+ "updateProfile": "Change timezone"
89
+ }
90
+ },
91
+ "widget": {
92
+ "title": {
93
+ "embedCode": "Embed code",
94
+ "userIdentity": "User identity (Optional)",
95
+ "sessionContext": "Session context (Optional)"
96
+ },
97
+ "installation": {
98
+ "snippet": {
99
+ "copied": "Copied to clipboard!",
100
+ "copy": "Copy",
101
+ "sendViaEmail": "Send via email",
102
+ "disabledError": "Please enable atleast 1 widget."
103
+ },
104
+ "instructions": {
105
+ "placement": {
106
+ "selectedWidgets": "Place the embed code in your HTML file. This will embed <fontBold>{{val, list}}</fontBold> in your website.",
107
+ "noneOfThese": "Place the embed code in your HTML file. This will embed <fontBold>none of these</fontBold> in your website."
108
+ },
109
+ "userIdentity": "Specify user identity information. This information is used to classify neetoChat conversations and neetoReplay sessions.",
110
+ "sessionContext": "Save contextual data for the neetoReplay sessions. Sessions can be filtered by this data."
111
+ },
112
+ "enabled": "{{productName}} widget enabled successfully",
113
+ "disabled": "{{productName}} widget disabled successfully"
114
+ },
115
+ "email": {
116
+ "title": "Widget installation instructions",
117
+ "fields": {
118
+ "emails": {
119
+ "label": "Emails",
120
+ "placeholder": "Enter recipient email",
121
+ "invalidError": "Please enter valid email addresses."
122
+ },
123
+ "subject": {
124
+ "label": "Subject",
125
+ "values": {
126
+ "embedCode": "Widget installation instructions",
127
+ "userIdentity": "neetoWidget user identity object to specify user details",
128
+ "sessionContext": "neetoReplay session context object to save contextual information"
129
+ }
130
+ }
131
+ },
132
+ "body": {
133
+ "values": {
134
+ "embedCode": "<p>Hi,</p> <p>We are going to use {{val, list}}.</p> <p>Please find the code snippet for the installation of the {{val, list}} widget.</p> <p>If you need help then send an email to <mail>{{helpEmail}}</mail>.</p>",
135
+ "userIdentity": "<p>Hi,</p> <p>This is the object structure that you can use to specify the user identity for neetoWidget.</p> <p>You can find the documentation at <configureLink>{{userIdentityKbUrl}}</configureLink>.</p>",
136
+ "sessionContext": "<p>Hi,</p> <p>This is the object structure that you can use to specify the contextual values for neetoReplay sessions.</p> <p>You can find the documentation at <configureLink>{{sessionContextKbUrl}}</configureLink>.</p>"
137
+ }
138
+ },
139
+ "actions": {
140
+ "send": "Send",
141
+ "cancel": "Cancel"
142
+ },
143
+ "invalidType": "Invalid email type received."
144
+ },
145
+ "developmentInfo": "This page can be accessed only in SSO mode. To access the page, run neetoAuth in the background and restart the application in SSO mode."
146
+ },
147
+ "customDomain": {
148
+ "customDomain_one": "Custom domain",
149
+ "customDomain_other": "Custom domains",
150
+ "customDomainWithCount_one": "{{count}} custom domain",
151
+ "customDomainWithCount_other": "{{count}} custom domains",
152
+ "edit": "Edit custom domain",
153
+ "addNew": "Add new custom domain",
154
+ "delete": "Delete custom domain?",
155
+ "search": "Search custom domains",
156
+ "notFound": "There are no custom domains to show.",
157
+ "placeholder": "Type domain here...",
158
+ "cname": "CNAME",
159
+ "domainValidationCname": "Domain validation CNAME",
160
+ "label": "Enter custom domain",
161
+ "validation": {
162
+ "buttonLabel": {
163
+ "domain": "Validate domain",
164
+ "cnameAdded": "I’ve added CNAME records",
165
+ "cnameCheck": "Validate CNAME record"
166
+ },
167
+ "desc": "Please add following {{record}} record in your domain’s DNS dashboard.",
168
+ "record": "{{record}} record {{type}}"
169
+ },
170
+ "status": {
171
+ "domain": {
172
+ "active": "Domain validated",
173
+ "pendingCnameValidation": "Domain validated",
174
+ "pendingDomainValidation": "Domain validation pending"
175
+ },
176
+ "cname": {
177
+ "active": "CNAME validated",
178
+ "pendingCnameValidation": "CNAME validation pending"
179
+ },
180
+ "failed": "Failed"
181
+ },
182
+ "messageBlock": {
183
+ "dnsStatus": "<p>Typically, it will take 2 hours to 24 hours for the new custom domain to start working.</p><br><p> An email will be sent when the custom domain starts working.</p><br>If, after 24 hours, your custom domain is still not working, then please send an email to ",
184
+ "cnameAddedTime": " You added CNAME records {{time}}"
185
+ },
186
+ "alertMessage": "You are permanently deleting the custom domain <strong>{{hostname}}</strong> and will no longer point to your default domain. This can't be undone.",
187
+ "formikValidation": {
188
+ "required": "Custom domain is required",
189
+ "valid": "Please add valid custom domain"
190
+ }
191
+ },
192
+ "schedule": {
193
+ "weeklySchedule": "Weekly schedule",
194
+ "unavailable": "Unavailable",
195
+ "startTime": "Start time",
196
+ "endTime": "End time",
197
+ "copySchedule": "Copy schedule to..",
198
+ "copyScheduleTooltip": "Copy this schedule to another day",
199
+ "addNewPeriod": "Add new period",
200
+ "timezoneTooltip": "Your timezone",
201
+ "days": {
202
+ "monday": "Monday",
203
+ "tuesday": "Tuesday",
204
+ "wednesday": "Wednesday",
205
+ "thursday": "Thursday",
206
+ "friday": "Friday",
207
+ "saturday": "Saturday",
208
+ "sunday": "Sunday"
209
+ },
210
+ "errors": {
211
+ "period": {
212
+ "startTime": "Start time is required",
213
+ "endTime": "End time is required",
214
+ "isBehind": "Period's end time must not be before the start time",
215
+ "overlap": "This period is overlapping with ({{ start }}-{{ end }})",
216
+ "sameTime": "Periods start and end time cannot be same"
217
+ }
218
+ }
219
+ },
220
+ "dateRangeFilter": {
221
+ "timePeriodOptions": {
222
+ "last7Days": "Last 7 days",
223
+ "last30Days": "Last 30 days",
224
+ "last24Hours": "Last 24 hours",
225
+ "thisMonth": "This month",
226
+ "lastMonth": "Last month",
227
+ "thisYear": "This year",
228
+ "lastYear": "Last year",
229
+ "thisQuarter": "This quarter",
230
+ "lastQuarter": "Last quarter",
231
+ "thisWeek": "This week",
232
+ "lastWeek": "Last week",
233
+ "allTime": "All time",
234
+ "customDuration": "Custom duration"
235
+ }
236
+ },
237
+ "browserSupport": {
238
+ "unsupportedBrowserVersion": {
239
+ "title": "Unsupported version",
240
+ "description": "You are using {{browserName}} {{browserVersion}}. neeto requires {{browserName}} {{requiredMinBrowserVersion}} or later to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>"
241
+ },
242
+ "unsupportedBrowser": {
243
+ "title": "Unsupported browser",
244
+ "description": "You are using {{browserName}} {{browserVersion}}. neeto requires a modern browser to perform reliably.<contactUs></contactUs>"
245
+ },
246
+ "downloadLink": {
247
+ "main": "Please <button>download and install</button> the latest browser."
248
+ },
249
+ "contactUs": {
250
+ "main": " <button>Contact us</button> if you need any help."
251
+ },
252
+ "unknownBrowserMsg": "an unknown browser"
253
+ },
254
+ "integrationCard": {
255
+ "connected": "Connected",
256
+ "manage": "Manage",
257
+ "disconnect": "Disconnect",
258
+ "connect": "Connect"
259
+ },
260
+ "ipRestriction": {
261
+ "switchLabel": "Enable IP restriction",
262
+ "description": "Restrict access to only trusted locations and networks by defining the range of allowed IP addresses.",
263
+ "allowedIpRangeTitle": "Allowed IP range",
264
+ "ipStart": "IP start",
265
+ "ipEnd": "IP end",
266
+ "actions": "Actions",
267
+ "allowedIpRangeConfirmationTitle": "allowed IP range",
268
+ "allowedIpRangeConfirmation": "You are permanently deleting IP range <strong>{{ipStart}}</strong> to <strong>{{ipEnd}}</strong>. This can't be undone.",
269
+ "validations": {
270
+ "invalidIp": "Invalid IP address format",
271
+ "ipEndGreaterThanIpStart": "IP end should be greater than or equal to IP start",
272
+ "eitherIpv4OrIpv6": "IPs should be in either IPv6 or IPv4",
273
+ "ipStartRequired": "IP start is required",
274
+ "ipEndRequired": "IP end is required"
275
+ },
276
+ "currentIpTitle": "Your current IP is",
277
+ "currentIpDescription": "Your current IP will be added to the allowed IP range by default. You will not be able to save the IP settings without your current IP address on the list."
278
+ },
279
+ "integrationWalkthroughModal": {
280
+ "header": "Check how it behaves",
281
+ "continue": "Continue"
282
+ },
283
+ "integrationDisconnectAlert": {
284
+ "disconnect": "Disconnect"
285
+ },
286
+ "publishBlock": {
287
+ "viewDraftVersion": "View draft version",
288
+ "deleteDraftVersion": "Delete draft version. It'll not impact the published version",
289
+ "viewPublishedVersion": "View published version"
290
+ },
291
+ "shareViaLink": {
292
+ "title": "Share via link",
293
+ "description": "Your {{entity}} is securely published and ready to use at this address.",
294
+ "copyLink": "Copy link",
295
+ "open": "Open {{entity}}",
296
+ "regenerateUrl": {
297
+ "title": "Regenerate link",
298
+ "inputLabel": "Your current link is given below",
299
+ "description": "Once a new link is generated then the current link will stop working. This can't be undone.",
300
+ "submitButtonLabel": "Regenerate link",
301
+ "cancelButtonLabel": "Cancel"
302
+ },
303
+ "editUrl": {
304
+ "title": "Edit link",
305
+ "inputLabel": "Link",
306
+ "description": "Once this link is edited, the current link will stop working. This can't be undone.",
307
+ "submitButtonLabel": "Submit",
308
+ "cancelButtonLabel": "Cancel",
309
+ "validationError": "Please enter a valid path without special characters, except '/', '-' and '_'."
310
+ },
311
+ "socialMediaShare": {
312
+ "title": "Share via social media",
313
+ "qrCode": "QR code",
314
+ "qrCodeDownload": "Download QR code",
315
+ "qrCodeInfo": "Scan the QR code to open your {{entity}}. You can use the QR code anywhere after downloading it.",
316
+ "facebook": "Facebook",
317
+ "twitter": "Twitter",
318
+ "linkedIn": "LinkedIn"
319
+ }
320
+ },
321
+ "keyboardShortcuts": {
322
+ "title": "Keyboard shortcuts",
323
+ "viewFullListOfShortcuts": "View full list of shortcuts",
324
+ "global": {
325
+ "categoryName": "GLOBAL",
326
+ "openKeyboardShortcutsPane": "See keyboard shortcuts",
327
+ "close": "Close modals, panes",
328
+ "submitForm": "Submit form or text input"
329
+ }
330
+ },
331
+ "emailPreview": {
332
+ "to": "To",
333
+ "from": "From",
334
+ "subject": "Subject",
335
+ "poweredBy": "Powered by neeto",
336
+ "logoAltText": "Logo"
337
+ },
338
+ "responsiveDevicePicker": {
339
+ "desktop": "Desktop",
340
+ "tablet": "Tablet",
341
+ "mobile": "Mobile"
342
+ },
343
+ "shareViaEmail": {
344
+ "title": "Share via email",
345
+ "backToShare": "Back to share",
346
+ "sendTo": "Send to",
347
+ "uploadCsv": "Upload CSV",
348
+ "uploadCsvTooltip": "Accepts only CSV files with an 'email' column",
349
+ "sendFrom": "Send from",
350
+ "replyTo": "Reply to",
351
+ "subject": "Subject",
352
+ "emailBody": "Email body",
353
+ "sendLater": "Send later",
354
+ "additionalOptions": "Additional options",
355
+ "reset": "Reset",
356
+ "sendEmail": "Send email",
357
+ "startButtonText": "Start button text",
358
+ "validations": {
359
+ "requiredField": {
360
+ "sendFrom": "'Send from' email address is required",
361
+ "emailBody": "Email body is required",
362
+ "subject": "Subject is required",
363
+ "replyTo": "'Reply to' email address is required",
364
+ "sendLater": "'Send later' date is required",
365
+ "startButtonText": "Start button text is a required field"
366
+ },
367
+ "invalidField": {
368
+ "emailAddress": "Email address is invalid"
369
+ },
370
+ "atleastOneIsRequired": {
371
+ "emailAddress": "Please enter at least one email address"
372
+ }
373
+ }
374
+ },
375
+ "phoneNumberInput": {
376
+ "placeholder": "{{prefix}} type phone number",
377
+ "validations": {
378
+ "invalid": "Phone number is invalid"
379
+ }
380
+ },
381
+ "codeblock": {
382
+ "codeSnippet": "Code snippet"
383
+ },
384
+ "iconPicker": {
385
+ "entity": "icons",
386
+ "dropdown": {
387
+ "label": "Select icon",
388
+ "noResults": "No results",
389
+ "removeButton": "Remove"
390
+ }
391
+ },
392
+ "themeSidebar": {
393
+ "theme_one": "theme",
394
+ "theme_other": "themes",
395
+ "active": "Active",
396
+ "defaultThemeName": "My theme",
397
+ "addNewTheme": "Add new theme",
398
+ "searchThemes": "Search themes",
399
+ "systemThemes": "System themes",
400
+ "customThemes": "Custom themes",
401
+ "backToThemes": "Back to themes",
402
+ "name": "Name",
403
+ "thankYouTextAlignment": "Thank you text alignment",
404
+ "welcomeTextAlignment": "Welcome text alignment",
405
+ "questionsTextAlignment": "Questions text alignment",
406
+ "backgroundOverlay": "Background overlay",
407
+ "enableDominantBackgroundColor": "Enable dominant background color",
408
+ "backgroundPosition": "Background position",
409
+ "backgroundColor": "Background color",
410
+ "enableContentBackground": "Enable content background",
411
+ "formBackgroundColor": "Form background color",
412
+ "backgroundImage": "Background image",
413
+ "buttonBorderRadius": "Button border radius",
414
+ "buttonText": "Button text",
415
+ "buttons": "Buttons",
416
+ "answerColor": "Answer color",
417
+ "questions": "Questions",
418
+ "font": "Font",
419
+ "left": "Left",
420
+ "style": "Style",
421
+ "fileRequirements": "Only .jpeg, .jpg, .png, .svg and .gif files are supported. Maximum allowed file size {{maxSize}}MB.",
422
+ "logoPosition": "Logo position",
423
+ "logo": "Logo",
424
+ "themeOptions": {
425
+ "clone": "Clone",
426
+ "delete": "Delete"
427
+ },
428
+ "themeCard": {
429
+ "question": "Question",
430
+ "answer": "Answer"
431
+ },
432
+ "editTheme": {
433
+ "title": "Edit theme",
434
+ "imageUpload": "Drag and drop or <span>Browse</span> a file"
435
+ },
436
+ "createTheme": {
437
+ "title": "New theme"
438
+ },
439
+ "alignmentOptions": {
440
+ "left": "Left align",
441
+ "center": "Center align"
442
+ },
443
+ "error": {
444
+ "fileSizeLimitExceeded": "Your file is larger than {{maxSizeInReadableUnits}}. Please try again with a smaller file.",
445
+ "fileTypeError": "Please upload a file with one of the following file types: {{acceptedTypes}}."
446
+ }
447
+ }
448
+ }
449
+ }