jamespot-react-components 1.3.65 → 1.3.67
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.
|
@@ -12,7 +12,7 @@ type JRCWidgetQuickSurveyProps = {
|
|
|
12
12
|
canUpdate?: WidgetLegacyMixedBoolean;
|
|
13
13
|
handleClickFile?: (entry: WidgetQuickSurveyContentArr) => void;
|
|
14
14
|
handleCloseSurvey: () => void;
|
|
15
|
-
handleProgressBarClick: (index: number) => void;
|
|
15
|
+
handleProgressBarClick: (index: number, uuid?: string) => void;
|
|
16
16
|
setOpenUsersModal: (index: number) => void;
|
|
17
17
|
};
|
|
18
18
|
export declare const JRCWidgetQuickSurvey: ({ limit, values, userResponses, isClosed, canCloseSurvey, userHasAlreadyVoted, anonymize, seeResponseAfter, canUpdate, handleCloseSurvey, handleProgressBarClick, handleClickFile, setOpenUsersModal, }: JRCWidgetQuickSurveyProps) => import("react/jsx-runtime").JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.67",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/jamespot-react-components.cjs",
|
|
6
6
|
"module": "dist/jamespot-react-components.js",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"globals": "^16.5.0",
|
|
80
80
|
"html2canvas": "^1.4.1",
|
|
81
81
|
"husky": "^9.1.7",
|
|
82
|
-
"jamespot-front-business": "^1.3.
|
|
83
|
-
"jamespot-user-api": "^1.3.
|
|
82
|
+
"jamespot-front-business": "^1.3.68",
|
|
83
|
+
"jamespot-user-api": "^1.3.68",
|
|
84
84
|
"jest": "^30.2.0",
|
|
85
85
|
"jest-environment-jsdom": "^30.2.0",
|
|
86
86
|
"knip": "^5.82.1",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"scripts": {
|
|
131
131
|
"build": "tsc --noEmit --incremental && vite build",
|
|
132
132
|
"build:dev": "vite build",
|
|
133
|
-
"build:storybook": "storybook build",
|
|
133
|
+
"build:storybook": "NODE_OPTIONS=--max-old-space-size=6144 storybook build",
|
|
134
134
|
"prettier": "prettier --write ./",
|
|
135
135
|
"lint": "eslint",
|
|
136
136
|
"lint:fix": "eslint --fix",
|