@sgrsoft/vpe-react-sdk 0.1.22 → 0.1.23
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/vpe-react-sdk.es.js
CHANGED
|
@@ -14143,18 +14143,43 @@ function jv(e) {
|
|
|
14143
14143
|
Ye && /* @__PURE__ */ h(
|
|
14144
14144
|
"div",
|
|
14145
14145
|
{
|
|
14146
|
-
ref: De,
|
|
14147
|
-
"data-ad-container": "true",
|
|
14148
14146
|
style: {
|
|
14149
14147
|
position: "absolute",
|
|
14150
14148
|
top: 0,
|
|
14151
14149
|
left: 0,
|
|
14152
14150
|
width: "100%",
|
|
14153
14151
|
height: "100%",
|
|
14152
|
+
overflow: "hidden",
|
|
14154
14153
|
zIndex: 5,
|
|
14154
|
+
border: "1px solid #000000",
|
|
14155
14155
|
display: pt ? "block" : "none",
|
|
14156
|
-
pointerEvents: pt ? "auto" : "none"
|
|
14157
|
-
|
|
14156
|
+
pointerEvents: pt ? "auto" : "none",
|
|
14157
|
+
aspectRatio: (p == null ? void 0 : p.aspectRatio) || "16/9"
|
|
14158
|
+
},
|
|
14159
|
+
children: /* @__PURE__ */ h(
|
|
14160
|
+
"div",
|
|
14161
|
+
{
|
|
14162
|
+
style: {
|
|
14163
|
+
marginLeft: "-1px",
|
|
14164
|
+
display: "flex",
|
|
14165
|
+
justifyContent: "center",
|
|
14166
|
+
alignItems: "center",
|
|
14167
|
+
width: "100%",
|
|
14168
|
+
height: "100%"
|
|
14169
|
+
},
|
|
14170
|
+
children: /* @__PURE__ */ h(
|
|
14171
|
+
"div",
|
|
14172
|
+
{
|
|
14173
|
+
ref: De,
|
|
14174
|
+
"data-ad-container": "true",
|
|
14175
|
+
style: {
|
|
14176
|
+
width: "100%",
|
|
14177
|
+
height: "100%"
|
|
14178
|
+
}
|
|
14179
|
+
}
|
|
14180
|
+
)
|
|
14181
|
+
}
|
|
14182
|
+
)
|
|
14158
14183
|
}
|
|
14159
14184
|
),
|
|
14160
14185
|
p.controls && !pt && /* @__PURE__ */ h(
|