@swan-admin/swan-web-component 1.0.64 → 1.0.66
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 +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +7 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/index.css +0 -2
package/dist/index.d.mts
CHANGED
|
@@ -138,8 +138,7 @@ declare const FocalLength: React$1.FC<FocalLengthProps>;
|
|
|
138
138
|
|
|
139
139
|
declare const Educational: React.FC<EducationalProps>;
|
|
140
140
|
|
|
141
|
-
declare const
|
|
142
|
-
|
|
143
|
-
declare const FaceScan: React.FC<FaceScanProps>;
|
|
141
|
+
declare const FaceScan: any;
|
|
142
|
+
declare const BodyScan: any;
|
|
144
143
|
|
|
145
144
|
export { BodyScan, type BodyScanProps, Educational, type EducationalProps, FaceScan, type FaceScanProps, FocalLength, type FocalLengthProps, GenderType, Onboarding, type OnboardingProps, PreferredLanguage };
|
package/dist/index.d.ts
CHANGED
|
@@ -138,8 +138,7 @@ declare const FocalLength: React$1.FC<FocalLengthProps>;
|
|
|
138
138
|
|
|
139
139
|
declare const Educational: React.FC<EducationalProps>;
|
|
140
140
|
|
|
141
|
-
declare const
|
|
142
|
-
|
|
143
|
-
declare const FaceScan: React.FC<FaceScanProps>;
|
|
141
|
+
declare const FaceScan: any;
|
|
142
|
+
declare const BodyScan: any;
|
|
144
143
|
|
|
145
144
|
export { BodyScan, type BodyScanProps, Educational, type EducationalProps, FaceScan, type FaceScanProps, FocalLength, type FocalLengthProps, GenderType, Onboarding, type OnboardingProps, PreferredLanguage };
|