optimized-react-component-library-xyz123 0.1.128 → 0.1.129
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2833,6 +2833,8 @@ export {
|
|
|
2833
2833
|
buildStepCategoryGroupQuestionStructure_default as buildStepCategoryGroupQuestionStructure,
|
|
2834
2834
|
createApiDataObject_default as createApiDataObject,
|
|
2835
2835
|
createCookieConsent,
|
|
2836
|
+
createFormSlice,
|
|
2837
|
+
createGlobalLanguageSlice,
|
|
2836
2838
|
createGlobalLanguageSlice as createLanguageSlice,
|
|
2837
2839
|
createFormSlice as createQuestionsSlice,
|
|
2838
2840
|
findVisibleQuestionsWithValidationErrors_default as findVisibleQuestionsWithValidationErrors,
|
|
@@ -2841,8 +2843,10 @@ export {
|
|
|
2841
2843
|
hasQuestionValidationError_default as hasQuestionValidationError,
|
|
2842
2844
|
isQuestionDependencySatisfied_default as isQuestionDependencySatisfied,
|
|
2843
2845
|
isScriptLoaded,
|
|
2846
|
+
makeFormSelectors,
|
|
2844
2847
|
makeglobalLanguageSelectors as makeLanguageSelectors,
|
|
2845
2848
|
makeFormSelectors as makeQuestionsSelectors,
|
|
2849
|
+
makeglobalLanguageSelectors,
|
|
2846
2850
|
preparePreviewData_default as preparePreviewData,
|
|
2847
2851
|
removeScriptById,
|
|
2848
2852
|
toggleScriptByConsent,
|
package/package.json
CHANGED