@semcore/card 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/Card.mjs +2 -2
- package/package.json +10 -10
package/lib/esm/Card.mjs
CHANGED
|
@@ -30,7 +30,7 @@ var style = (
|
|
|
30
30
|
"__SInfoTrigger": "___SInfoTrigger_19s7a_gg_"
|
|
31
31
|
})
|
|
32
32
|
);
|
|
33
|
-
var CardRoot = /* @__PURE__ */ function(_Component) {
|
|
33
|
+
var CardRoot = /* @__PURE__ */ (function(_Component) {
|
|
34
34
|
function CardRoot2() {
|
|
35
35
|
_classCallCheck(this, CardRoot2);
|
|
36
36
|
return _callSuper(this, CardRoot2, arguments);
|
|
@@ -46,7 +46,7 @@ var CardRoot = /* @__PURE__ */ function(_Component) {
|
|
|
46
46
|
return _ref6 = sstyled(styles), /* @__PURE__ */ React.createElement(SCard, _ref6.cn("SCard", _objectSpread({}, assignProps({}, _ref))), advancedMode ? /* @__PURE__ */ React.createElement(Children, _ref6.cn("Children", {})) : /* @__PURE__ */ React.createElement(Card.Body, null, /* @__PURE__ */ React.createElement(Children, _ref6.cn("Children", {}))));
|
|
47
47
|
}
|
|
48
48
|
}]);
|
|
49
|
-
}(Component);
|
|
49
|
+
})(Component);
|
|
50
50
|
_defineProperty(CardRoot, "displayName", "Card");
|
|
51
51
|
_defineProperty(CardRoot, "style", style);
|
|
52
52
|
function Title(props) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/card",
|
|
3
3
|
"description": "Semrush Card 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,14 +14,14 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/typography": "16.3.0
|
|
18
|
-
"@semcore/tooltip": "16.0.10
|
|
19
|
-
"@semcore/button": "16.0.10
|
|
20
|
-
"@semcore/icon": "16.5.1
|
|
21
|
-
"@semcore/flex-box": "16.0.10
|
|
17
|
+
"@semcore/typography": "16.3.0",
|
|
18
|
+
"@semcore/tooltip": "16.0.10",
|
|
19
|
+
"@semcore/button": "16.0.10",
|
|
20
|
+
"@semcore/icon": "16.5.1",
|
|
21
|
+
"@semcore/flex-box": "16.0.10"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@semcore/base-components": "^16.
|
|
24
|
+
"@semcore/base-components": "^16.0.0"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"directory": "semcore/card"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@semcore/core": "16.5.0-prerelease.5",
|
|
33
32
|
"@semcore/testing-utils": "1.0.0",
|
|
34
|
-
"@semcore/typography": "16.3.0
|
|
35
|
-
"@semcore/
|
|
33
|
+
"@semcore/typography": "16.3.0",
|
|
34
|
+
"@semcore/core": "16.5.0",
|
|
35
|
+
"@semcore/icon": "16.5.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "pnpm semcore-builder --source=js && pnpm vite build"
|