@bigbinary/neeto-thank-you-frontend 2.1.4 → 2.1.5
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/dist/cjs/commons.js +2 -24
- package/dist/cjs/commons.js.map +1 -1
- package/dist/commons.js +1 -26
- package/dist/commons.js.map +1 -1
- package/package.json +15 -17
package/dist/cjs/commons.js
CHANGED
|
@@ -1,37 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var BrandingInfo = require('./BrandingInfo-y5Zm6Bej.js');
|
|
4
|
-
var framerMotion = require('framer-motion');
|
|
5
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
6
4
|
require('@bigbinary/neeto-cist');
|
|
7
5
|
require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
8
6
|
require('./utils.js');
|
|
9
7
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
10
8
|
require('./constants.js');
|
|
11
9
|
require('@bigbinary/neeto-commons-frontend/initializers');
|
|
10
|
+
require('react/jsx-runtime');
|
|
11
|
+
|
|
12
12
|
|
|
13
|
-
var ProgressBar = function ProgressBar(_ref) {
|
|
14
|
-
var progressPercentage = _ref.progressPercentage,
|
|
15
|
-
progressValue = _ref.progressValue;
|
|
16
|
-
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
17
|
-
className: "neeto-ui-bg-gray-200 neeto-ui-rounded-full w-full overflow-hidden",
|
|
18
|
-
children: /*#__PURE__*/jsxRuntime.jsx(framerMotion.motion.div, {
|
|
19
|
-
animate: {
|
|
20
|
-
width: "".concat(progressPercentage, "%")
|
|
21
|
-
},
|
|
22
|
-
className: "neeto-ui-bg-primary-600 neeto-ui-text-primary-100 text-2xs neeto-ui-rounded-full flex h-3 animate-pulse items-center justify-center font-medium leading-none",
|
|
23
|
-
initial: {
|
|
24
|
-
width: 0
|
|
25
|
-
},
|
|
26
|
-
transition: {
|
|
27
|
-
duration: 0.5,
|
|
28
|
-
ease: "easeInOut"
|
|
29
|
-
},
|
|
30
|
-
children: progressValue
|
|
31
|
-
})
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
13
|
|
|
35
14
|
exports.BrandingInfo = BrandingInfo.BrandingInfo;
|
|
36
|
-
exports.ProgressBar = ProgressBar;
|
|
37
15
|
//# sourceMappingURL=commons.js.map
|
package/dist/cjs/commons.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commons.js","sources":[
|
|
1
|
+
{"version":3,"file":"commons.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/dist/commons.js
CHANGED
|
@@ -1,34 +1,9 @@
|
|
|
1
1
|
export { B as BrandingInfo } from './BrandingInfo-57u33B-f.js';
|
|
2
|
-
import { motion } from 'framer-motion';
|
|
3
|
-
import { jsx } from 'react/jsx-runtime';
|
|
4
2
|
import '@bigbinary/neeto-cist';
|
|
5
3
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
6
4
|
import './utils.js';
|
|
7
5
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
8
6
|
import './constants.js';
|
|
9
7
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
10
|
-
|
|
11
|
-
var ProgressBar = function ProgressBar(_ref) {
|
|
12
|
-
var progressPercentage = _ref.progressPercentage,
|
|
13
|
-
progressValue = _ref.progressValue;
|
|
14
|
-
return /*#__PURE__*/jsx("div", {
|
|
15
|
-
className: "neeto-ui-bg-gray-200 neeto-ui-rounded-full w-full overflow-hidden",
|
|
16
|
-
children: /*#__PURE__*/jsx(motion.div, {
|
|
17
|
-
animate: {
|
|
18
|
-
width: "".concat(progressPercentage, "%")
|
|
19
|
-
},
|
|
20
|
-
className: "neeto-ui-bg-primary-600 neeto-ui-text-primary-100 text-2xs neeto-ui-rounded-full flex h-3 animate-pulse items-center justify-center font-medium leading-none",
|
|
21
|
-
initial: {
|
|
22
|
-
width: 0
|
|
23
|
-
},
|
|
24
|
-
transition: {
|
|
25
|
-
duration: 0.5,
|
|
26
|
-
ease: "easeInOut"
|
|
27
|
-
},
|
|
28
|
-
children: progressValue
|
|
29
|
-
})
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export { ProgressBar };
|
|
8
|
+
import 'react/jsx-runtime';
|
|
34
9
|
//# sourceMappingURL=commons.js.map
|
package/dist/commons.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commons.js","sources":[
|
|
1
|
+
{"version":3,"file":"commons.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-thank-you-frontend",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
60
60
|
"@bigbinary/eslint-plugin-neeto": "1.5.5",
|
|
61
61
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
62
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
63
|
-
"@bigbinary/neeto-editor": "1.43.
|
|
64
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
65
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
66
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
67
|
-
"@bigbinary/neeto-molecules": "3.7
|
|
68
|
-
"@bigbinary/neetoui": "8.2.
|
|
62
|
+
"@bigbinary/neeto-commons-frontend": "4.10.2",
|
|
63
|
+
"@bigbinary/neeto-editor": "1.43.19",
|
|
64
|
+
"@bigbinary/neeto-filters-frontend": "4.3.7",
|
|
65
|
+
"@bigbinary/neeto-icons": "1.20.13",
|
|
66
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.11",
|
|
67
|
+
"@bigbinary/neeto-molecules": "3.9.7",
|
|
68
|
+
"@bigbinary/neetoui": "8.2.35",
|
|
69
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
70
70
|
"@faker-js/faker": "8.2.0",
|
|
71
71
|
"@honeybadger-io/js": "^6.4.1",
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
116
116
|
"eslint-plugin-xss": "^0.1.12",
|
|
117
117
|
"formik": "2.2.9",
|
|
118
|
-
"framer-motion": "11.2.14",
|
|
119
118
|
"html-webpack-plugin": "5.5.0",
|
|
120
119
|
"https-browserify": "1.0.0",
|
|
121
120
|
"husky": "7.0.4",
|
|
@@ -171,13 +170,13 @@
|
|
|
171
170
|
"peerDependencies": {
|
|
172
171
|
"@babel/runtime": "7.19.0",
|
|
173
172
|
"@bigbinary/neeto-cist": "1.0.13",
|
|
174
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
175
|
-
"@bigbinary/neeto-editor": "1.43.
|
|
176
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
177
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
178
|
-
"@bigbinary/neeto-image-uploader-frontend": "2.3.
|
|
179
|
-
"@bigbinary/neeto-molecules": "3.7
|
|
180
|
-
"@bigbinary/neetoui": "8.2.
|
|
173
|
+
"@bigbinary/neeto-commons-frontend": "4.10.2",
|
|
174
|
+
"@bigbinary/neeto-editor": "1.43.19",
|
|
175
|
+
"@bigbinary/neeto-filters-frontend": "4.3.7",
|
|
176
|
+
"@bigbinary/neeto-icons": "1.20.13",
|
|
177
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.11",
|
|
178
|
+
"@bigbinary/neeto-molecules": "3.9.7",
|
|
179
|
+
"@bigbinary/neetoui": "8.2.35",
|
|
181
180
|
"@honeybadger-io/js": "^6.4.1",
|
|
182
181
|
"@honeybadger-io/react": "^6.1.3",
|
|
183
182
|
"@tanstack/react-query": "5.40.0",
|
|
@@ -189,7 +188,6 @@
|
|
|
189
188
|
"crypto-browserify": "^3.12.0",
|
|
190
189
|
"dompurify": "^2.4.0",
|
|
191
190
|
"formik": "2.2.9",
|
|
192
|
-
"framer-motion": "11.2.14",
|
|
193
191
|
"https-browserify": "1.0.0",
|
|
194
192
|
"i18next": "22.5.1",
|
|
195
193
|
"js-logger": "1.6.1",
|