mozrest-sdk-react-dev 0.1.38 → 0.1.39
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/mozrest-sdk.es.js +19 -17
- package/package.json +1 -1
- package/style.css +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -54447,23 +54447,25 @@ const ModalConfirmation = ({
|
|
|
54447
54447
|
isLoading
|
|
54448
54448
|
}, t2("ACCEPT"))));
|
|
54449
54449
|
};
|
|
54450
|
-
const
|
|
54451
|
-
const
|
|
54452
|
-
const
|
|
54453
|
-
const
|
|
54454
|
-
const
|
|
54455
|
-
const
|
|
54456
|
-
const
|
|
54457
|
-
const
|
|
54458
|
-
const
|
|
54459
|
-
const
|
|
54460
|
-
const
|
|
54461
|
-
const
|
|
54462
|
-
const
|
|
54463
|
-
const
|
|
54464
|
-
const
|
|
54465
|
-
const
|
|
54450
|
+
const partner_onboarding = "_partner_onboarding_17co8_1";
|
|
54451
|
+
const subtitle = "_subtitle_17co8_14";
|
|
54452
|
+
const p15 = "_p15_17co8_18";
|
|
54453
|
+
const centered$1 = "_centered_17co8_21";
|
|
54454
|
+
const active$1 = "_active_17co8_25";
|
|
54455
|
+
const disabled$3 = "_disabled_17co8_28";
|
|
54456
|
+
const noPadding = "_noPadding_17co8_38";
|
|
54457
|
+
const icons = "_icons_17co8_41";
|
|
54458
|
+
const w100 = "_w100_17co8_46";
|
|
54459
|
+
const mr10 = "_mr10_17co8_49";
|
|
54460
|
+
const allset = "_allset_17co8_52";
|
|
54461
|
+
const channels$4 = "_channels_17co8_57";
|
|
54462
|
+
const channelToConnect = "_channelToConnect_17co8_63";
|
|
54463
|
+
const noChannel = "_noChannel_17co8_69";
|
|
54464
|
+
const footer$6 = "_footer_17co8_83";
|
|
54465
|
+
const loader$2 = "_loader_17co8_88";
|
|
54466
|
+
const rotate = "_rotate_17co8_1";
|
|
54466
54467
|
var styles$L = {
|
|
54468
|
+
partner_onboarding,
|
|
54467
54469
|
subtitle,
|
|
54468
54470
|
p15,
|
|
54469
54471
|
centered: centered$1,
|
|
@@ -54762,7 +54764,7 @@ const ModalOnboarding = ({
|
|
|
54762
54764
|
}),
|
|
54763
54765
|
centered: true,
|
|
54764
54766
|
zIndex: 1e3,
|
|
54765
|
-
className:
|
|
54767
|
+
className: styles$L.partner_onboarding
|
|
54766
54768
|
}, step2 === 1 && /* @__PURE__ */ React__default.createElement(Step1, {
|
|
54767
54769
|
venue,
|
|
54768
54770
|
setGoogleResponse,
|