wargerm 0.4.20 → 0.4.21
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/components/Modal/index.d.ts +0 -1
- package/dist/index.css +4 -4
- package/dist/index.esm.css +4 -4
- package/dist/index.esm.js +0 -5
- package/dist/index.js +0 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1441,8 +1441,8 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
1441
1441
|
background: #0f6ab7;
|
1442
1442
|
}
|
1443
1443
|
[data-prefers-color='dark'] .videoContainer {
|
1444
|
-
min-width:
|
1445
|
-
min-height:
|
1444
|
+
min-width: 10px;
|
1445
|
+
min-height: 10px;
|
1446
1446
|
width: 100%;
|
1447
1447
|
height: 100%;
|
1448
1448
|
display: flex;
|
@@ -2865,8 +2865,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
2865
2865
|
background: #0f6ab7;
|
2866
2866
|
}
|
2867
2867
|
[data-prefers-color='light'] .videoContainer {
|
2868
|
-
min-width:
|
2869
|
-
min-height:
|
2868
|
+
min-width: 10px;
|
2869
|
+
min-height: 10px;
|
2870
2870
|
width: 100%;
|
2871
2871
|
height: 100%;
|
2872
2872
|
display: flex;
|
package/dist/index.esm.css
CHANGED
@@ -1441,8 +1441,8 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
1441
1441
|
background: #0f6ab7;
|
1442
1442
|
}
|
1443
1443
|
[data-prefers-color='dark'] .videoContainer {
|
1444
|
-
min-width:
|
1445
|
-
min-height:
|
1444
|
+
min-width: 10px;
|
1445
|
+
min-height: 10px;
|
1446
1446
|
width: 100%;
|
1447
1447
|
height: 100%;
|
1448
1448
|
display: flex;
|
@@ -2865,8 +2865,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
2865
2865
|
background: #0f6ab7;
|
2866
2866
|
}
|
2867
2867
|
[data-prefers-color='light'] .videoContainer {
|
2868
|
-
min-width:
|
2869
|
-
min-height:
|
2868
|
+
min-width: 10px;
|
2869
|
+
min-height: 10px;
|
2870
2870
|
width: 100%;
|
2871
2871
|
height: 100%;
|
2872
2872
|
display: flex;
|
package/dist/index.esm.js
CHANGED
@@ -9938,11 +9938,6 @@ var Modal = /*#__PURE__*/function (_React$PureComponent) {
|
|
9938
9938
|
document.onmousemove = null;
|
9939
9939
|
};
|
9940
9940
|
}
|
9941
|
-
}, {
|
9942
|
-
key: "componentWillUnmount",
|
9943
|
-
value: function componentWillUnmount() {
|
9944
|
-
Modal.destory();
|
9945
|
-
}
|
9946
9941
|
}, {
|
9947
9942
|
key: "render",
|
9948
9943
|
value: function render() {
|
package/dist/index.js
CHANGED
@@ -9976,11 +9976,6 @@ var Modal = /*#__PURE__*/function (_React$PureComponent) {
|
|
9976
9976
|
document.onmousemove = null;
|
9977
9977
|
};
|
9978
9978
|
}
|
9979
|
-
}, {
|
9980
|
-
key: "componentWillUnmount",
|
9981
|
-
value: function componentWillUnmount() {
|
9982
|
-
Modal.destory();
|
9983
|
-
}
|
9984
9979
|
}, {
|
9985
9980
|
key: "render",
|
9986
9981
|
value: function render() {
|