@bigbinary/neeto-molecules 3.15.35 → 3.15.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "3.15.35",
3
+ "version": "3.15.36",
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>",
@@ -238,7 +238,7 @@
238
238
  "axios": "1.7.7",
239
239
  "classnames": "2.5.1",
240
240
  "dayjs": "1.11.13",
241
- "emoji-mart": "^5.2.2",
241
+ "emoji-mart": "5.6.0",
242
242
  "formik": "2.4.6",
243
243
  "framer-motion": "11.11.11",
244
244
  "husky": "7.0.4",
@@ -261,7 +261,7 @@
261
261
  "react-syntax-highlighter": "^15.5.0",
262
262
  "react-time-picker": "6.5.2",
263
263
  "react-toastify": "8.0.2",
264
- "tailwindcss": "^3.4.1",
264
+ "tailwindcss": "3.4.14",
265
265
  "tippy.js": "6.3.7",
266
266
  "webpack": "^5.75.0",
267
267
  "yup": "0.32.11",
@@ -408,12 +408,15 @@
408
408
  "view": "View {{entity}}",
409
409
  "regenerateUrl": {
410
410
  "title": "Regenerate link",
411
+ "titleForExpiryBasedRegeneration": "Set link expiry for your share link",
411
412
  "inputLabel": "Your current link is given below",
412
413
  "description": "Once a new link is generated then the current link will stop working. This can't be undone.",
413
414
  "submitButtonLabel": "Regenerate link",
414
415
  "cancelButtonLabel": "Cancel",
415
416
  "expiresInLabel": "Newly generated link will expire in",
416
- "expiresOnLabel": "Date"
417
+ "expiresOnLabel": "Date",
418
+ "expiresInHelpTitle": "How to set expiry for your shared links?",
419
+ "helpLinkLabel": "View help article"
417
420
  },
418
421
  "editUrl": {
419
422
  "title": "Customize link",
@@ -19,6 +19,7 @@ type RegenerateConfig = {
19
19
  label: string;
20
20
  value: string;
21
21
  }>;
22
+ helpUrl: string;
22
23
  };
23
24
  /**
24
25
  *