@semcore/modal 16.1.10-prerelease.5 → 16.1.10
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/lib/esm/Modal.mjs +2 -2
- package/package.json +11 -11
package/lib/esm/Modal.mjs
CHANGED
|
@@ -44,7 +44,7 @@ var style = (
|
|
|
44
44
|
"__SOverlay": "___SOverlay_1mrt5_gg_"
|
|
45
45
|
})
|
|
46
46
|
);
|
|
47
|
-
var ModalRoot = /* @__PURE__ */ function(_Component) {
|
|
47
|
+
var ModalRoot = /* @__PURE__ */ (function(_Component) {
|
|
48
48
|
function ModalRoot2() {
|
|
49
49
|
var _this;
|
|
50
50
|
_classCallCheck(this, ModalRoot2);
|
|
@@ -134,7 +134,7 @@ var ModalRoot = /* @__PURE__ */ function(_Component) {
|
|
|
134
134
|
}, advancedMode ? /* @__PURE__ */ React.createElement(Children, null) : /* @__PURE__ */ React.createElement(Modal.Overlay, null, /* @__PURE__ */ React.createElement(Modal.Window, assignProps({}, _ref))));
|
|
135
135
|
}
|
|
136
136
|
}]);
|
|
137
|
-
}(Component);
|
|
137
|
+
})(Component);
|
|
138
138
|
_defineProperty(ModalRoot, "displayName", "Modal");
|
|
139
139
|
_defineProperty(ModalRoot, "style", style);
|
|
140
140
|
_defineProperty(ModalRoot, "enhance", [i18nEnhance(localizedMessages), uniqueIDEnhancement(), cssVariableEnhance({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/modal",
|
|
3
3
|
"description": "Semrush Modal Component",
|
|
4
|
-
"version": "16.1.10
|
|
4
|
+
"version": "16.1.10",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/button": "16.0.10
|
|
18
|
-
"@semcore/icon": "16.5.1
|
|
19
|
-
"@semcore/typography": "16.3.0
|
|
20
|
-
"@semcore/animation": "16.0.6
|
|
21
|
-
"@semcore/flex-box": "16.0.10
|
|
22
|
-
"@semcore/outside-click": "16.0.10
|
|
23
|
-
"@semcore/portal": "16.0.10
|
|
17
|
+
"@semcore/button": "16.0.10",
|
|
18
|
+
"@semcore/icon": "16.5.1",
|
|
19
|
+
"@semcore/typography": "16.3.0",
|
|
20
|
+
"@semcore/animation": "16.0.6",
|
|
21
|
+
"@semcore/flex-box": "16.0.10",
|
|
22
|
+
"@semcore/outside-click": "16.0.10",
|
|
23
|
+
"@semcore/portal": "16.0.10"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@semcore/base-components": "^16.
|
|
26
|
+
"@semcore/base-components": "^16.0.0"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"directory": "semcore/modal"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@semcore/
|
|
35
|
-
"@semcore/
|
|
34
|
+
"@semcore/testing-utils": "1.0.0",
|
|
35
|
+
"@semcore/core": "16.5.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "pnpm semcore-builder --source=js && pnpm vite build"
|