@semcore/tab-panel 4.42.1 → 4.42.2-prerelease.2
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/CHANGELOG.md +6 -0
- package/lib/cjs/TabPanel.js +8 -8
- package/lib/es6/TabPanel.js +8 -8
- package/lib/esm/TabPanel.mjs +39 -39
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [4.42.2] - 2025-04-04
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/utils` [4.48.1 ~> 4.48.2], `@semcore/flex-box` [5.41.1 ~> 5.41.2], `@semcore/core` [2.39.1 ~> 2.39.2]).
|
|
10
|
+
|
|
5
11
|
## [4.42.1] - 2025-03-20
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/TabPanel.js
CHANGED
|
@@ -21,14 +21,14 @@ var _addonTextChildren = _interopRequireDefault(require("@semcore/utils/lib/addo
|
|
|
21
21
|
var _a11yEnhance = _interopRequireDefault(require("@semcore/utils/lib/enhances/a11yEnhance"));
|
|
22
22
|
var _keyboardFocusEnhance = _interopRequireDefault(require("@semcore/utils/lib/enhances/keyboardFocusEnhance"));
|
|
23
23
|
/*__reshadow-styles__:"./style/tab-panel.shadow.css"*/
|
|
24
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
|
25
|
-
"__STabPanelItem": "
|
|
26
|
-
"_keyboardFocused": "
|
|
27
|
-
"__SText": "
|
|
28
|
-
"__SAddon": "
|
|
29
|
-
"__STabPanel": "
|
|
30
|
-
"_disabled": "
|
|
31
|
-
"_selected": "
|
|
24
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___STabPanel_13gp4_gg_{display:flex;width:100%;max-width:100%}.___STabPanel_13gp4_gg_::after{content:\"\";position:relative;bottom:-1px;flex:1;border-top:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_{position:relative;bottom:-1px;display:inline-flex;min-width:0;height:32px;color:var(--intergalactic-text-secondary, #6c6e79);border:1px solid transparent;border-bottom:none;border-radius:var(--intergalactic-control-rounded, 6px) var(--intergalactic-control-rounded, 6px)0 0;background:0 0;align-items:center;justify-content:center;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0 0 1px;margin:0;box-shadow:none;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;outline:0;text-align:center;vertical-align:middle;font-family:inherit;cursor:pointer}.___STabPanelItem_13gp4_gg_ .___SText_13gp4_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);font-weight:var(--intergalactic-medium, 500)}.___STabPanelItem_13gp4_gg_::-moz-focus-inner{border:0;padding:0}.___STabPanelItem_13gp4_gg_:active,.___STabPanelItem_13gp4_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabPanelItem_13gp4_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none;color:var(--intergalactic-text-primary, #191b23)}}.___STabPanelItem_13gp4_gg_::after{content:\"\";position:absolute;left:-1px;bottom:0;width:calc(100% + 2px);border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_{cursor:default;pointer-events:none}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SAddon_13gp4_gg_,.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SText_13gp4_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___STabPanelItem_13gp4_gg_.__keyboardFocused_13gp4_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_{color:var(--intergalactic-text-link, #006dca);border-color:var(--intergalactic-border-primary, #c4c7cf);flex-shrink:0}@media (hover:hover){.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_::after{border-bottom:none}.___SText_13gp4_gg_{display:inline-block;margin:auto var(--intergalactic-spacing-2x, 8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_13gp4_gg_{display:inline-flex;align-items:center;justify-content:center}.___SAddon_13gp4_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:only-child{margin-right:var(--intergalactic-spacing-2x, 8px);margin-left:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "13gp4_gg_") /*__reshadow_css_end__*/, {
|
|
25
|
+
"__STabPanelItem": "___STabPanelItem_13gp4_gg_",
|
|
26
|
+
"_keyboardFocused": "__keyboardFocused_13gp4_gg_",
|
|
27
|
+
"__SText": "___SText_13gp4_gg_",
|
|
28
|
+
"__SAddon": "___SAddon_13gp4_gg_",
|
|
29
|
+
"__STabPanel": "___STabPanel_13gp4_gg_",
|
|
30
|
+
"_disabled": "__disabled_13gp4_gg_",
|
|
31
|
+
"_selected": "__selected_13gp4_gg_"
|
|
32
32
|
});
|
|
33
33
|
var optionsA11yEnhance = {
|
|
34
34
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/lib/es6/TabPanel.js
CHANGED
|
@@ -17,14 +17,14 @@ import addonTextChildren from '@semcore/utils/lib/addonTextChildren';
|
|
|
17
17
|
import a11yEnhance from '@semcore/utils/lib/enhances/a11yEnhance';
|
|
18
18
|
import keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhance';
|
|
19
19
|
/*__reshadow-styles__:"./style/tab-panel.shadow.css"*/
|
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
21
|
-
"__STabPanelItem": "
|
|
22
|
-
"_keyboardFocused": "
|
|
23
|
-
"__SText": "
|
|
24
|
-
"__SAddon": "
|
|
25
|
-
"__STabPanel": "
|
|
26
|
-
"_disabled": "
|
|
27
|
-
"_selected": "
|
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___STabPanel_13gp4_gg_{display:flex;width:100%;max-width:100%}.___STabPanel_13gp4_gg_::after{content:\"\";position:relative;bottom:-1px;flex:1;border-top:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_{position:relative;bottom:-1px;display:inline-flex;min-width:0;height:32px;color:var(--intergalactic-text-secondary, #6c6e79);border:1px solid transparent;border-bottom:none;border-radius:var(--intergalactic-control-rounded, 6px) var(--intergalactic-control-rounded, 6px)0 0;background:0 0;align-items:center;justify-content:center;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0 0 1px;margin:0;box-shadow:none;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;outline:0;text-align:center;vertical-align:middle;font-family:inherit;cursor:pointer}.___STabPanelItem_13gp4_gg_ .___SText_13gp4_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);font-weight:var(--intergalactic-medium, 500)}.___STabPanelItem_13gp4_gg_::-moz-focus-inner{border:0;padding:0}.___STabPanelItem_13gp4_gg_:active,.___STabPanelItem_13gp4_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabPanelItem_13gp4_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none;color:var(--intergalactic-text-primary, #191b23)}}.___STabPanelItem_13gp4_gg_::after{content:\"\";position:absolute;left:-1px;bottom:0;width:calc(100% + 2px);border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_{cursor:default;pointer-events:none}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SAddon_13gp4_gg_,.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SText_13gp4_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___STabPanelItem_13gp4_gg_.__keyboardFocused_13gp4_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_{color:var(--intergalactic-text-link, #006dca);border-color:var(--intergalactic-border-primary, #c4c7cf);flex-shrink:0}@media (hover:hover){.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_::after{border-bottom:none}.___SText_13gp4_gg_{display:inline-block;margin:auto var(--intergalactic-spacing-2x, 8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_13gp4_gg_{display:inline-flex;align-items:center;justify-content:center}.___SAddon_13gp4_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:only-child{margin-right:var(--intergalactic-spacing-2x, 8px);margin-left:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "13gp4_gg_") /*__reshadow_css_end__*/, {
|
|
21
|
+
"__STabPanelItem": "___STabPanelItem_13gp4_gg_",
|
|
22
|
+
"_keyboardFocused": "__keyboardFocused_13gp4_gg_",
|
|
23
|
+
"__SText": "___SText_13gp4_gg_",
|
|
24
|
+
"__SAddon": "___SAddon_13gp4_gg_",
|
|
25
|
+
"__STabPanel": "___STabPanel_13gp4_gg_",
|
|
26
|
+
"_disabled": "__disabled_13gp4_gg_",
|
|
27
|
+
"_selected": "__selected_13gp4_gg_"
|
|
28
28
|
});
|
|
29
29
|
var optionsA11yEnhance = {
|
|
30
30
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/lib/esm/TabPanel.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import
|
|
1
|
+
import p from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
2
|
import v from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
3
|
import x from "@babel/runtime/helpers/esm/createClass";
|
|
4
4
|
import f from "@babel/runtime/helpers/esm/assertThisInitialized";
|
|
5
5
|
import y from "@babel/runtime/helpers/esm/inherits";
|
|
6
6
|
import S from "@babel/runtime/helpers/esm/createSuper";
|
|
7
|
-
import
|
|
7
|
+
import c from "@babel/runtime/helpers/esm/defineProperty";
|
|
8
8
|
import { sstyled as T } from "@semcore/utils/lib/core/index";
|
|
9
|
-
import P, { sstyled as
|
|
10
|
-
import
|
|
11
|
-
import { Box as
|
|
9
|
+
import P, { sstyled as m, assignProps as u, Component as I } from "@semcore/core";
|
|
10
|
+
import g from "react";
|
|
11
|
+
import { Box as b } from "@semcore/flex-box";
|
|
12
12
|
import k from "@semcore/utils/lib/addonTextChildren";
|
|
13
13
|
import w from "@semcore/utils/lib/enhances/a11yEnhance";
|
|
14
14
|
import A from "@semcore/utils/lib/enhances/keyboardFocusEnhance";
|
|
@@ -16,16 +16,16 @@ var C = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(T.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
'.
|
|
20
|
-
"
|
|
19
|
+
'.___STabPanel_13gp4_gg_{display:flex;width:100%;max-width:100%}.___STabPanel_13gp4_gg_::after{content:"";position:relative;bottom:-1px;flex:1;border-top:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_{position:relative;bottom:-1px;display:inline-flex;min-width:0;height:32px;color:var(--intergalactic-text-secondary, #6c6e79);border:1px solid transparent;border-bottom:none;border-radius:var(--intergalactic-control-rounded, 6px) var(--intergalactic-control-rounded, 6px)0 0;background:0 0;align-items:center;justify-content:center;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0 0 1px;margin:0;box-shadow:none;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;outline:0;text-align:center;vertical-align:middle;font-family:inherit;cursor:pointer}.___STabPanelItem_13gp4_gg_ .___SText_13gp4_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);font-weight:var(--intergalactic-medium, 500)}.___STabPanelItem_13gp4_gg_::-moz-focus-inner{border:0;padding:0}.___STabPanelItem_13gp4_gg_:active,.___STabPanelItem_13gp4_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabPanelItem_13gp4_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none;color:var(--intergalactic-text-primary, #191b23)}}.___STabPanelItem_13gp4_gg_::after{content:"";position:absolute;left:-1px;bottom:0;width:calc(100% + 2px);border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_{cursor:default;pointer-events:none}.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SAddon_13gp4_gg_,.___STabPanelItem_13gp4_gg_.__disabled_13gp4_gg_ .___SText_13gp4_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___STabPanelItem_13gp4_gg_.__keyboardFocused_13gp4_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_{color:var(--intergalactic-text-link, #006dca);border-color:var(--intergalactic-border-primary, #c4c7cf);flex-shrink:0}@media (hover:hover){.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___STabPanelItem_13gp4_gg_.__selected_13gp4_gg_::after{border-bottom:none}.___SText_13gp4_gg_{display:inline-block;margin:auto var(--intergalactic-spacing-2x, 8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_13gp4_gg_{display:inline-flex;align-items:center;justify-content:center}.___SAddon_13gp4_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SAddon_13gp4_gg_:only-child{margin-right:var(--intergalactic-spacing-2x, 8px);margin-left:var(--intergalactic-spacing-2x, 8px)}',
|
|
20
|
+
"13gp4_gg_"
|
|
21
21
|
), {
|
|
22
|
-
__STabPanelItem: "
|
|
23
|
-
_keyboardFocused: "
|
|
24
|
-
__SText: "
|
|
25
|
-
__SAddon: "
|
|
26
|
-
__STabPanel: "
|
|
27
|
-
_disabled: "
|
|
28
|
-
_selected: "
|
|
22
|
+
__STabPanelItem: "___STabPanelItem_13gp4_gg_",
|
|
23
|
+
_keyboardFocused: "__keyboardFocused_13gp4_gg_",
|
|
24
|
+
__SText: "___SText_13gp4_gg_",
|
|
25
|
+
__SAddon: "___SAddon_13gp4_gg_",
|
|
26
|
+
__STabPanel: "___STabPanel_13gp4_gg_",
|
|
27
|
+
_disabled: "__disabled_13gp4_gg_",
|
|
28
|
+
_selected: "__selected_13gp4_gg_"
|
|
29
29
|
})
|
|
30
30
|
), E = {
|
|
31
31
|
onNeighborChange: function(a, e) {
|
|
@@ -38,15 +38,15 @@ var C = (
|
|
|
38
38
|
function e() {
|
|
39
39
|
var t;
|
|
40
40
|
v(this, e);
|
|
41
|
-
for (var n = arguments.length,
|
|
42
|
-
|
|
43
|
-
return t = a.call.apply(a, [this].concat(
|
|
44
|
-
return function(
|
|
45
|
-
t.handlers.value(_,
|
|
41
|
+
for (var n = arguments.length, i = new Array(n), o = 0; o < n; o++)
|
|
42
|
+
i[o] = arguments[o];
|
|
43
|
+
return t = a.call.apply(a, [this].concat(i)), c(f(t), "handleClick", function(_) {
|
|
44
|
+
return function(l) {
|
|
45
|
+
t.handlers.value(_, l);
|
|
46
46
|
};
|
|
47
|
-
}),
|
|
48
|
-
return function(
|
|
49
|
-
(
|
|
47
|
+
}), c(f(t), "handleKeyDown", function(_) {
|
|
48
|
+
return function(l) {
|
|
49
|
+
(l.key === "Enter" || l.key === " ") && (l.preventDefault(), t.handlers.value(_, l));
|
|
50
50
|
};
|
|
51
51
|
}), t;
|
|
52
52
|
}
|
|
@@ -59,7 +59,7 @@ var C = (
|
|
|
59
59
|
}
|
|
60
60
|
}, {
|
|
61
61
|
key: "getItemProps",
|
|
62
|
-
value: function(n,
|
|
62
|
+
value: function(n, i) {
|
|
63
63
|
var o = this.asProps.value, _ = o === n.value;
|
|
64
64
|
return {
|
|
65
65
|
selected: _,
|
|
@@ -72,46 +72,46 @@ var C = (
|
|
|
72
72
|
}, {
|
|
73
73
|
key: "render",
|
|
74
74
|
value: function() {
|
|
75
|
-
var n = this.asProps,
|
|
76
|
-
return
|
|
75
|
+
var n = this.asProps, i, o = b, _ = this.asProps.styles;
|
|
76
|
+
return i = m(_), /* @__PURE__ */ g.createElement(o, i.cn("STabPanel", p({}, u({
|
|
77
77
|
role: "tablist"
|
|
78
78
|
}, n))));
|
|
79
79
|
}
|
|
80
80
|
}]), e;
|
|
81
81
|
}(I);
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
c(d, "displayName", "TabPanel");
|
|
83
|
+
c(d, "style", C);
|
|
84
|
+
c(d, "defaultProps", {
|
|
85
85
|
defaultValue: null,
|
|
86
86
|
behavior: "manual"
|
|
87
87
|
});
|
|
88
|
-
|
|
88
|
+
c(d, "enhance", [w(E)]);
|
|
89
89
|
function h(r) {
|
|
90
|
-
var a = arguments[0], e, t =
|
|
91
|
-
return e =
|
|
90
|
+
var a = arguments[0], e, t = b, n = r.Children, i = r.styles, o = r.addonLeft, _ = r.addonRight;
|
|
91
|
+
return e = m(i), /* @__PURE__ */ g.createElement(t, e.cn("STabPanelItem", p({}, u({
|
|
92
92
|
type: "button",
|
|
93
93
|
tag: "button",
|
|
94
94
|
role: "tab"
|
|
95
|
-
}, a))), o ? /* @__PURE__ */
|
|
95
|
+
}, a))), o ? /* @__PURE__ */ g.createElement(s.Item.Addon, {
|
|
96
96
|
tag: o
|
|
97
|
-
}) : null, k(n,
|
|
97
|
+
}) : null, k(n, s.Item.Text, s.Item.Addon), _ ? /* @__PURE__ */ g.createElement(s.Item.Addon, {
|
|
98
98
|
tag: _
|
|
99
99
|
}) : null);
|
|
100
100
|
}
|
|
101
101
|
h.enhance = [A()];
|
|
102
102
|
function z(r) {
|
|
103
|
-
var a = arguments[0], e, t =
|
|
104
|
-
return e =
|
|
103
|
+
var a = arguments[0], e, t = b, n = r.styles;
|
|
104
|
+
return e = m(n), /* @__PURE__ */ g.createElement(t, e.cn("SText", p({}, u({
|
|
105
105
|
tag: "span"
|
|
106
106
|
}, a))));
|
|
107
107
|
}
|
|
108
108
|
function R(r) {
|
|
109
|
-
var a = arguments[0], e, t =
|
|
110
|
-
return e =
|
|
109
|
+
var a = arguments[0], e, t = b, n = r.styles;
|
|
110
|
+
return e = m(n), /* @__PURE__ */ g.createElement(t, e.cn("SAddon", p({}, u({
|
|
111
111
|
tag: "span"
|
|
112
112
|
}, a))));
|
|
113
113
|
}
|
|
114
|
-
var
|
|
114
|
+
var s = P(d, {
|
|
115
115
|
Item: [h, {
|
|
116
116
|
Text: z,
|
|
117
117
|
Addon: R
|
|
@@ -120,6 +120,6 @@ var g = P(d, {
|
|
|
120
120
|
return a;
|
|
121
121
|
};
|
|
122
122
|
export {
|
|
123
|
-
|
|
123
|
+
s as default,
|
|
124
124
|
O as wrapTabPanel
|
|
125
125
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/tab-panel",
|
|
3
3
|
"description": "Semrush TabPanel Component",
|
|
4
|
-
"version": "4.42.
|
|
4
|
+
"version": "4.42.2-prerelease.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/utils": "4.48.
|
|
18
|
-
"@semcore/flex-box": "5.41.
|
|
17
|
+
"@semcore/utils": "4.48.2-prerelease.2",
|
|
18
|
+
"@semcore/flex-box": "5.41.2-prerelease.2"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@semcore/core": "^2.
|
|
21
|
+
"@semcore/core": "^2.39.2-prerelease.2",
|
|
22
22
|
"react": "16.8 - 18",
|
|
23
23
|
"react-dom": "16.8 - 18"
|
|
24
24
|
},
|