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.
@@ -33,7 +33,6 @@ declare class Modal extends React.PureComponent<Props> {
33
33
  titleRef: React.RefObject<any>;
34
34
  renderTop: () => JSX.Element;
35
35
  componentDidMount(): void;
36
- componentWillUnmount(): void;
37
36
  renderContent: () => {} | null;
38
37
  render(): JSX.Element;
39
38
  }
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: 400px;
1445
- min-height: 400px;
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: 400px;
2869
- min-height: 400px;
2868
+ min-width: 10px;
2869
+ min-height: 10px;
2870
2870
  width: 100%;
2871
2871
  height: 100%;
2872
2872
  display: flex;
@@ -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: 400px;
1445
- min-height: 400px;
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: 400px;
2869
- min-height: 400px;
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() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.4.20",
4
+ "version": "0.4.21",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",