diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index b93585b6f..8eb1f20df 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -58,7 +58,7 @@ "@babel/runtime-corejs2": "^7.24.6", "autoprefixer": "^10.4.19", "commitizen": "^4.3.0", - "daisyui": "^4.11.1", + "daisyui": "^4.12.2", "eslint": "^8.57.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.34.1", @@ -66,7 +66,7 @@ "postcss": "^8.4.38", "prettier": "^2.8.8", "pretty-quick": "^3.3.1", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" } }, "node_modules/@alloc/quick-lru": { @@ -9305,9 +9305,9 @@ } }, "node_modules/daisyui": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.11.1.tgz", - "integrity": "sha512-obT9CUbQdW6eoHwSeT5VwaRrWlwrM4OT5qlfdJ0oQlSIEYhwnEl2+L2fwu5PioLbitwuMdYC2X8I1cyy8Pf6LQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.2.tgz", + "integrity": "sha512-ed3EFwPRLN+9+/MYPRB1pYjk6plRCBMobfBdSeB3voAS81KdL2pCKtbwJfUUpDdOnJ0F8T6oRdVX02P6UCD0Hg==", "dev": true, "dependencies": { "css-selector-tokenizer": "^0.8", @@ -22745,9 +22745,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index dd8666c98..914f6c52e 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -88,7 +88,7 @@ "@babel/runtime-corejs2": "^7.24.6", "autoprefixer": "^10.4.19", "commitizen": "^4.3.0", - "daisyui": "^4.11.1", + "daisyui": "^4.12.2", "eslint": "^8.57.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.34.1", @@ -96,7 +96,7 @@ "postcss": "^8.4.38", "prettier": "^2.8.8", "pretty-quick": "^3.3.1", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" }, "overrides": { "nth-check": "$nth-check" diff --git a/apps/OpenSign/src/App.js b/apps/OpenSign/src/App.js index d21fc6074..4ccd4fa77 100644 --- a/apps/OpenSign/src/App.js +++ b/apps/OpenSign/src/App.js @@ -75,7 +75,7 @@ function App() { }; return ( -
+
{isloading ? ( ) : ( diff --git a/apps/OpenSign/src/components/shared/fields/SelectFolder.js b/apps/OpenSign/src/components/shared/fields/SelectFolder.js index e9d0000b9..b6c353515 100644 --- a/apps/OpenSign/src/components/shared/fields/SelectFolder.js +++ b/apps/OpenSign/src/components/shared/fields/SelectFolder.js @@ -174,7 +174,7 @@ const SelectFolder = ({ required, onSuccess, folderCls, isReset }) => {
SetIsOpen(true)} - className=" cursor-pointer rounded px-[20px] py-[20px] bg-white border border-gray-200 shadow flex max-w-sm gap-8 items-center" + className=" cursor-pointer rounded px-[20px] py-[20px] bg-base-100 border-[1px] border-base-200 shadow flex max-w-sm gap-8 items-center" >
{ /> -
-
+
+
handleFileInput(e)} ref={inputFileRef} accept={ @@ -700,7 +699,6 @@ const Forms = (props) => { handleStrInput(e)} required @@ -711,7 +709,6 @@ const Forms = (props) => { handleStrInput(e)} /> @@ -730,7 +727,6 @@ const Forms = (props) => { handleStrInput(e)} required @@ -753,7 +749,6 @@ const Forms = (props) => { type="number" name="TimeToCompleteDays" className="opinput opinput-bordered w-full opinput-sm text-xs" - // className="px-3 py-2 w-full border-[1px] border-gray-300 rounded focus:outline-none text-xs" value={formData.TimeToCompleteDays} onChange={(e) => handleStrInput(e)} required @@ -791,7 +786,6 @@ const Forms = (props) => {
  • Yes: - {" "} Selecting this option will send the signing request to the first signer initially. Once the first signer completes their part, the next @@ -864,22 +858,6 @@ const Forms = (props) => { Auto reminder{" "} {!isSubscribe && isEnableSubscription && } - {/* */}