@bigbinary/neeto-thank-you-frontend 1.0.17 → 1.0.19

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-thank-you-frontend",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-thank-you-nano",
@@ -48,16 +48,16 @@
48
48
  "@babel/preset-typescript": "7.23.2",
49
49
  "@babel/runtime": "7.23.2",
50
50
  "@bigbinary/babel-preset-neeto": "1.0.6",
51
- "@bigbinary/eslint-plugin-neeto": "1.1.39",
52
- "@bigbinary/neeto-audit-frontend": "2.0.5",
53
- "@bigbinary/neeto-cist": "1.0.6",
54
- "@bigbinary/neeto-commons-frontend": "3.1.3",
51
+ "@bigbinary/eslint-plugin-neeto": "1.1.41",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.9",
53
+ "@bigbinary/neeto-cist": "1.0.8",
54
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
55
55
  "@bigbinary/neeto-editor": "^1.28.6",
56
- "@bigbinary/neeto-filters-frontend": "3.0.12",
57
- "@bigbinary/neeto-icons": "1.17.7",
56
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
57
+ "@bigbinary/neeto-icons": "1.17.11",
58
58
  "@bigbinary/neeto-image-uploader-frontend": "1.4.16",
59
59
  "@bigbinary/neeto-molecules": "1.3.15",
60
- "@bigbinary/neetoui": "6.0.2",
60
+ "@bigbinary/neetoui": "6.1.2",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
62
  "@faker-js/faker": "8.2.0",
63
63
  "@honeybadger-io/js": "6.5.3",
@@ -89,13 +89,13 @@
89
89
  "dompurify": "3.0.2",
90
90
  "dotenv-webpack": "^8.0.1",
91
91
  "eslint": "8.52.0",
92
- "eslint-config-prettier": "9.0.0",
92
+ "eslint-config-prettier": "8.5.0",
93
93
  "eslint-plugin-cypress": "2.15.1",
94
94
  "eslint-plugin-import": "2.29.0",
95
95
  "eslint-plugin-jam3": "0.2.3",
96
96
  "eslint-plugin-json": "3.1.0",
97
97
  "eslint-plugin-no-unsanitized": "4.0.2",
98
- "eslint-plugin-prettier": "5.0.1",
98
+ "eslint-plugin-prettier": "4.0.0",
99
99
  "eslint-plugin-promise": "6.1.1",
100
100
  "eslint-plugin-react": "7.33.2",
101
101
  "eslint-plugin-react-hooks": "4.6.0",
@@ -119,8 +119,8 @@
119
119
  "postcss-import": "15.1.0",
120
120
  "postcss-loader": "7.3.3",
121
121
  "postcss-preset-env": "9.2.0",
122
- "prettier": "3.0.3",
123
- "prettier-plugin-tailwindcss": "0.5.6",
122
+ "prettier": "2.6.2",
123
+ "prettier-plugin-tailwindcss": "0.1.10",
124
124
  "process": "^0.11.10",
125
125
  "qs": "6.11.2",
126
126
  "ramda": "0.29.1",
@@ -135,6 +135,7 @@
135
135
  "rollup": "2.79.1",
136
136
  "rollup-plugin-analyzer": "4.0.0",
137
137
  "rollup-plugin-cleaner": "1.0.0",
138
+ "rollup-plugin-copy": "^3.5.0",
138
139
  "rollup-plugin-peer-deps-external": "2.2.4",
139
140
  "rollup-plugin-styles": "4.0.0",
140
141
  "sass": "1.69.5",
@@ -143,7 +144,7 @@
143
144
  "stream-browserify": "^3.0.0",
144
145
  "stream-http": "^3.2.0",
145
146
  "style-loader": "^3.3.1",
146
- "tailwindcss": "npm:@tailwindcss/postcss7-compat",
147
+ "tailwindcss": "3.4.1",
147
148
  "tty-browserify": "^0.0.1",
148
149
  "url": "^0.11.0",
149
150
  "util": "0.12.5",
@@ -156,13 +157,13 @@
156
157
  },
157
158
  "peerDependencies": {
158
159
  "@bigbinary/neeto-cist": "latest",
159
- "@bigbinary/neeto-commons-frontend": "3.1.3",
160
+ "@bigbinary/neeto-commons-frontend": "3.1.10",
160
161
  "@bigbinary/neeto-editor": "^1.28.6",
161
- "@bigbinary/neeto-filters-frontend": "3.0.12",
162
- "@bigbinary/neeto-icons": "1.17.7",
162
+ "@bigbinary/neeto-filters-frontend": "3.0.15",
163
+ "@bigbinary/neeto-icons": "1.17.11",
163
164
  "@bigbinary/neeto-image-uploader-frontend": "^1.4.14",
164
165
  "@bigbinary/neeto-molecules": "1.3.15",
165
- "@bigbinary/neetoui": "6.0.2",
166
+ "@bigbinary/neetoui": "6.1.2",
166
167
  "@honeybadger-io/js": "^6.5.3",
167
168
  "@honeybadger-io/react": "^6.1.9",
168
169
  "axios": "^1.6.0",
package/types.d.ts CHANGED
@@ -25,9 +25,10 @@ interface ConfigureThankYouProps {
25
25
  isPublished: boolean;
26
26
  publicLinkId: string;
27
27
  disableRadioSelection: boolean;
28
- disableSubmitAnotherResponse: boolean
28
+ disableSubmitAnotherResponse: boolean;
29
29
  appName?: string;
30
30
  customHeader?: React.ReactNode;
31
+ blockNavigation?: boolean;
31
32
  }
32
33
 
33
34
  interface ShowThankYouProps {