@semcore/tab-line 16.0.0-prerelease.4 → 16.0.0-prerelease.7
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/TabLine.mjs +191 -144
- package/lib/esm/index.mjs +3 -3
- package/package.json +4 -4
package/lib/esm/TabLine.mjs
CHANGED
|
@@ -1,201 +1,248 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { sstyled
|
|
9
|
-
import
|
|
10
|
-
import { Box
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
var
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
|
5
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
6
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
7
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
8
|
+
import { sstyled, createComponent, assignProps, Component } from "@semcore/core";
|
|
9
|
+
import React from "react";
|
|
10
|
+
import { Box } from "@semcore/flex-box";
|
|
11
|
+
import addonTextChildren from "@semcore/core/lib/utils/addonTextChildren";
|
|
12
|
+
import a11yEnhance from "@semcore/core/lib/utils/enhances/a11yEnhance";
|
|
13
|
+
import NeighborLocation from "@semcore/neighbor-location";
|
|
14
|
+
var style = (
|
|
15
15
|
/*__reshadow_css_start__*/
|
|
16
|
-
(
|
|
16
|
+
(sstyled.insert(
|
|
17
17
|
/*__inner_css_start__*/
|
|
18
18
|
'.___STabLine_1239i_gg_{position:relative;display:flex;width:100%;max-width:100%}.___STabLine_1239i_gg_.__underlined_1239i_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabLineItem_1239i_gg_{display:inline-flex;align-items:center;justify-content:center;position:relative;touch-action:manipulation;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0;margin:0;box-shadow:none;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;overflow:visible;text-align:center;vertical-align:middle;font-family:inherit;cursor:pointer;border:0;background:0 0;color:var(--intergalactic-text-primary, #191b23);margin-right:var(--intergalactic-spacing-4x, 16px);font-weight:var(--intergalactic-medium, 500)}.___STabLineItem_1239i_gg_::-moz-focus-inner{border:0;padding:0}.___STabLineItem_1239i_gg_:active{-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabLineItem_1239i_gg_:hover{-webkit-text-decoration:none;text-decoration:none}}.___STabLineItem_1239i_gg_::after,.___STabLineItem_1239i_gg_::before{content:"";position:absolute;left:0;bottom:-1px;height:3px;width:100%;background-color:transparent}.___STabLineItem_1239i_gg_::before{transition:background-color calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}@media (hover:hover){.___STabLineItem_1239i_gg_:hover::before{background-color:var(--intergalactic-border-primary, #c4c7cf)}}.___STabLineItem_1239i_gg_.__selected_1239i_gg_::after{transition-delay:calc(var(--intergalactic-duration-control, 200)*1ms);background-color:var(--intergalactic-border-info-active, #006dca)}.___STabLineItem_1239i_gg_ .___SAddon_1239i_gg_:not(:last-child),.___STabLineItem_1239i_gg_ .___SText_1239i_gg_:not(:last-child){margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCaret_1239i_gg_{position:absolute;bottom:-1px;height:3px;background-color:var(--intergalactic-border-info-active, #006dca);transition:calc(var(--intergalactic-duration-control, 200)*1ms) all ease-in-out}.___STabLineItem_1239i_gg_.__selected_1239i_gg_{flex-shrink:0}.___STabLineItem_1239i_gg_.__disabled_1239i_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SText_1239i_gg_{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_1239i_gg_{display:inline-flex;align-items:center;justify-content:center}.___STabLineItem_1239i_gg_._size_m_1239i_gg_{height:28px;min-width:18px}.___STabLineItem_1239i_gg_._size_m_1239i_gg_ .___SText_1239i_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___STabLineItem_1239i_gg_._size_l_1239i_gg_{height:40px;min-width:26px}.___STabLineItem_1239i_gg_._size_l_1239i_gg_ .___SText_1239i_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___STabLineItem_1239i_gg_._neighborLocation_left_1239i_gg_{margin-right:0}@media (prefers-reduced-motion){.___STabLineItem_1239i_gg_.__selected_1239i_gg_::after,.___STabLineItem_1239i_gg_::after,.___STabLineItem_1239i_gg_::before{transition:none}.___SCaret_1239i_gg_{display:none}}',
|
|
19
19
|
"1239i_gg_"
|
|
20
20
|
), {
|
|
21
|
-
__STabLine: "___STabLine_1239i_gg_",
|
|
22
|
-
_underlined: "__underlined_1239i_gg_",
|
|
23
|
-
__SCaret: "___SCaret_1239i_gg_",
|
|
24
|
-
__STabLineItem: "___STabLineItem_1239i_gg_",
|
|
25
|
-
_selected: "__selected_1239i_gg_",
|
|
26
|
-
_disabled: "__disabled_1239i_gg_",
|
|
27
|
-
__SText: "___SText_1239i_gg_",
|
|
28
|
-
__SAddon: "___SAddon_1239i_gg_",
|
|
29
|
-
_neighborLocation_left: "_neighborLocation_left_1239i_gg_",
|
|
30
|
-
_size_m: "_size_m_1239i_gg_",
|
|
31
|
-
_size_l: "_size_l_1239i_gg_"
|
|
21
|
+
"__STabLine": "___STabLine_1239i_gg_",
|
|
22
|
+
"_underlined": "__underlined_1239i_gg_",
|
|
23
|
+
"__SCaret": "___SCaret_1239i_gg_",
|
|
24
|
+
"__STabLineItem": "___STabLineItem_1239i_gg_",
|
|
25
|
+
"_selected": "__selected_1239i_gg_",
|
|
26
|
+
"_disabled": "__disabled_1239i_gg_",
|
|
27
|
+
"__SText": "___SText_1239i_gg_",
|
|
28
|
+
"__SAddon": "___SAddon_1239i_gg_",
|
|
29
|
+
"_neighborLocation_left": "_neighborLocation_left_1239i_gg_",
|
|
30
|
+
"_size_m": "_size_m_1239i_gg_",
|
|
31
|
+
"_size_l": "_size_l_1239i_gg_"
|
|
32
32
|
})
|
|
33
|
-
)
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
);
|
|
34
|
+
var optionsA11yEnhance = {
|
|
35
|
+
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
|
36
|
+
if (neighborElement) {
|
|
37
|
+
neighborElement.focus();
|
|
38
|
+
if (props.behavior === "auto") {
|
|
39
|
+
neighborElement.click();
|
|
40
|
+
}
|
|
41
|
+
}
|
|
36
42
|
},
|
|
37
43
|
childSelector: ["role", "tab"]
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
};
|
|
45
|
+
var TabLineRoot = /* @__PURE__ */ function(_Component) {
|
|
46
|
+
_inherits(TabLineRoot2, _Component);
|
|
47
|
+
var _super = _createSuper(TabLineRoot2);
|
|
48
|
+
function TabLineRoot2() {
|
|
49
|
+
var _this;
|
|
50
|
+
_classCallCheck(this, TabLineRoot2);
|
|
51
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
52
|
+
args[_key] = arguments[_key];
|
|
53
|
+
}
|
|
54
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
55
|
+
_defineProperty(_assertThisInitialized(_this), "state", {
|
|
47
56
|
animation: null
|
|
48
|
-
})
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
});
|
|
58
|
+
_defineProperty(_assertThisInitialized(_this), "prevValue", void 0);
|
|
59
|
+
_defineProperty(_assertThisInitialized(_this), "itemRefs", {});
|
|
60
|
+
_defineProperty(_assertThisInitialized(_this), "containerRef", /* @__PURE__ */ React.createRef());
|
|
61
|
+
_defineProperty(_assertThisInitialized(_this), "animationStartTimeout", -1);
|
|
62
|
+
_defineProperty(_assertThisInitialized(_this), "handleAnimationStart", function() {
|
|
63
|
+
var _this$state$animation;
|
|
64
|
+
if (((_this$state$animation = _this.state.animation) === null || _this$state$animation === void 0 ? void 0 : _this$state$animation.started) === false) {
|
|
65
|
+
_this.setState({
|
|
66
|
+
animation: _objectSpread(_objectSpread({}, _this.state.animation), {}, {
|
|
67
|
+
started: true
|
|
68
|
+
})
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
_defineProperty(_assertThisInitialized(_this), "handleAnimationEnd", function() {
|
|
73
|
+
_this.setState({
|
|
57
74
|
animation: null
|
|
58
75
|
});
|
|
59
|
-
})
|
|
60
|
-
|
|
61
|
-
|
|
76
|
+
});
|
|
77
|
+
_defineProperty(_assertThisInitialized(_this), "bindHandlerClick", function(value) {
|
|
78
|
+
return function(e) {
|
|
79
|
+
_this.handlers.value(value, e);
|
|
62
80
|
};
|
|
63
|
-
})
|
|
81
|
+
});
|
|
82
|
+
return _this;
|
|
64
83
|
}
|
|
65
|
-
|
|
84
|
+
_createClass(TabLineRoot2, [{
|
|
66
85
|
key: "uncontrolledProps",
|
|
67
|
-
value: function() {
|
|
86
|
+
value: function uncontrolledProps() {
|
|
68
87
|
return {
|
|
69
88
|
value: null
|
|
70
89
|
};
|
|
71
90
|
}
|
|
72
91
|
}, {
|
|
73
92
|
key: "componentDidUpdate",
|
|
74
|
-
value: function() {
|
|
75
|
-
this.prevValue !== null && this.asProps.value !== null && this.prevValue !== this.asProps.value
|
|
93
|
+
value: function componentDidUpdate() {
|
|
94
|
+
if (this.prevValue !== null && this.asProps.value !== null && this.prevValue !== this.asProps.value) {
|
|
95
|
+
this.animate();
|
|
96
|
+
}
|
|
97
|
+
this.prevValue = this.asProps.value;
|
|
76
98
|
}
|
|
77
99
|
}, {
|
|
78
100
|
key: "componentDidMount",
|
|
79
|
-
value: function() {
|
|
101
|
+
value: function componentDidMount() {
|
|
80
102
|
this.prevValue = this.asProps.value;
|
|
81
103
|
}
|
|
82
104
|
}, {
|
|
83
105
|
key: "componentWillUnmount",
|
|
84
|
-
value: function() {
|
|
106
|
+
value: function componentWillUnmount() {
|
|
85
107
|
clearTimeout(this.animationStartTimeout);
|
|
86
108
|
}
|
|
87
109
|
}, {
|
|
88
110
|
key: "animate",
|
|
89
|
-
value: function() {
|
|
90
|
-
var
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
111
|
+
value: function animate() {
|
|
112
|
+
var fromNode = this.itemRefs[this.prevValue];
|
|
113
|
+
var toNode = this.itemRefs[this.asProps.value];
|
|
114
|
+
var containerNode = this.containerRef.current;
|
|
115
|
+
if (!fromNode || !toNode || !containerNode) return;
|
|
116
|
+
var containerRect = containerNode.getBoundingClientRect();
|
|
117
|
+
var fromRect = fromNode.getBoundingClientRect();
|
|
118
|
+
var toRect = toNode.getBoundingClientRect();
|
|
119
|
+
var animation = {
|
|
120
|
+
fromLeft: fromRect.x - containerRect.x,
|
|
121
|
+
fromWidth: fromRect.width,
|
|
122
|
+
toLeft: toRect.x - containerRect.x,
|
|
123
|
+
toWidth: toRect.width,
|
|
124
|
+
started: false
|
|
125
|
+
};
|
|
126
|
+
this.setState({
|
|
127
|
+
animation
|
|
128
|
+
});
|
|
129
|
+
clearTimeout(this.animationStartTimeout);
|
|
130
|
+
this.animationStartTimeout = setTimeout(this.handleAnimationStart, 0);
|
|
103
131
|
}
|
|
104
132
|
}, {
|
|
105
133
|
key: "getItemProps",
|
|
106
|
-
value: function(
|
|
107
|
-
var
|
|
134
|
+
value: function getItemProps(props, index) {
|
|
135
|
+
var _this2 = this;
|
|
136
|
+
var _this$asProps = this.asProps, value = _this$asProps.value, size = _this$asProps.size;
|
|
137
|
+
var isSelected = value === props.value;
|
|
108
138
|
return {
|
|
109
|
-
size
|
|
110
|
-
selected:
|
|
111
|
-
onClick: this.bindHandlerClick(
|
|
112
|
-
tabIndex:
|
|
113
|
-
"aria-selected":
|
|
114
|
-
ref: function(
|
|
115
|
-
|
|
139
|
+
size,
|
|
140
|
+
selected: isSelected,
|
|
141
|
+
onClick: this.bindHandlerClick(props.value),
|
|
142
|
+
tabIndex: isSelected ? 0 : -1,
|
|
143
|
+
"aria-selected": isSelected,
|
|
144
|
+
ref: function ref(node) {
|
|
145
|
+
_this2.itemRefs[props.value] = node;
|
|
116
146
|
}
|
|
117
147
|
};
|
|
118
148
|
}
|
|
119
149
|
}, {
|
|
120
150
|
key: "getCaretProps",
|
|
121
|
-
value: function() {
|
|
122
|
-
var
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
151
|
+
value: function getCaretProps() {
|
|
152
|
+
var animation = this.state.animation;
|
|
153
|
+
if (!animation) return {};
|
|
154
|
+
if (animation.started) {
|
|
155
|
+
return {
|
|
156
|
+
style: {
|
|
157
|
+
left: animation.toLeft,
|
|
158
|
+
width: animation.toWidth
|
|
159
|
+
},
|
|
160
|
+
onTransitionEnd: this.handleAnimationEnd
|
|
161
|
+
};
|
|
162
|
+
} else {
|
|
163
|
+
return {
|
|
164
|
+
style: {
|
|
165
|
+
left: animation.fromLeft,
|
|
166
|
+
width: animation.fromWidth
|
|
167
|
+
},
|
|
168
|
+
onTransitionEnd: this.handleAnimationEnd
|
|
169
|
+
};
|
|
170
|
+
}
|
|
136
171
|
}
|
|
137
172
|
}, {
|
|
138
173
|
key: "render",
|
|
139
|
-
value: function() {
|
|
140
|
-
var
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
174
|
+
value: function render() {
|
|
175
|
+
var _ref = this.asProps, _ref5;
|
|
176
|
+
var STabLine = Box;
|
|
177
|
+
var SCaret = "div";
|
|
178
|
+
var _this$asProps2 = this.asProps, styles = _this$asProps2.styles, Children = _this$asProps2.Children, controlsLength = _this$asProps2.controlsLength;
|
|
179
|
+
var animation = this.state.animation;
|
|
180
|
+
return _ref5 = sstyled(styles), /* @__PURE__ */ React.createElement(STabLine, _ref5.cn("STabLine", _objectSpread({}, assignProps({
|
|
181
|
+
"role": "tablist",
|
|
182
|
+
"ref": this.containerRef
|
|
183
|
+
}, _ref))), /* @__PURE__ */ React.createElement(NeighborLocation, _ref5.cn("NeighborLocation", {
|
|
184
|
+
"controlsLength": controlsLength
|
|
185
|
+
}), /* @__PURE__ */ React.createElement(Children, _ref5.cn("Children", {}))), animation && /* @__PURE__ */ React.createElement(SCaret, _ref5.cn("SCaret", _objectSpread({}, this.getCaretProps()))));
|
|
147
186
|
}
|
|
148
|
-
}])
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
187
|
+
}]);
|
|
188
|
+
return TabLineRoot2;
|
|
189
|
+
}(Component);
|
|
190
|
+
_defineProperty(TabLineRoot, "displayName", "TabLine");
|
|
191
|
+
_defineProperty(TabLineRoot, "style", style);
|
|
192
|
+
_defineProperty(TabLineRoot, "defaultProps", {
|
|
153
193
|
defaultValue: null,
|
|
154
194
|
size: "m",
|
|
155
|
-
underlined:
|
|
195
|
+
underlined: true,
|
|
156
196
|
behavior: "auto"
|
|
157
197
|
});
|
|
158
|
-
|
|
159
|
-
function
|
|
160
|
-
var
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
tag:
|
|
198
|
+
_defineProperty(TabLineRoot, "enhance", [a11yEnhance(optionsA11yEnhance)]);
|
|
199
|
+
function TabLineItem(props) {
|
|
200
|
+
var _ref2 = arguments[0];
|
|
201
|
+
var STabLineItem = Box;
|
|
202
|
+
var Children = props.Children, styles = props.styles, addonLeft = props.addonLeft, addonRight = props.addonRight, neighborLocation = props.neighborLocation;
|
|
203
|
+
return /* @__PURE__ */ React.createElement(NeighborLocation.Detect, {
|
|
204
|
+
neighborLocation
|
|
205
|
+
}, function(neighborLocation2) {
|
|
206
|
+
var _ref6;
|
|
207
|
+
return _ref6 = sstyled(styles), /* @__PURE__ */ React.createElement(STabLineItem, _ref6.cn("STabLineItem", _objectSpread({}, assignProps({
|
|
208
|
+
"tag": "button",
|
|
209
|
+
"tabIndex": 0,
|
|
210
|
+
"neighborLocation": neighborLocation2,
|
|
211
|
+
"type": "button",
|
|
212
|
+
"role": "tab"
|
|
213
|
+
}, _ref2))), addonLeft ? /* @__PURE__ */ React.createElement(TabLine.Item.Addon, {
|
|
214
|
+
tag: addonLeft
|
|
215
|
+
}) : null, addonTextChildren(Children, TabLine.Item.Text, TabLine.Item.Addon), addonRight ? /* @__PURE__ */ React.createElement(TabLine.Item.Addon, {
|
|
216
|
+
tag: addonRight
|
|
175
217
|
}) : null);
|
|
176
218
|
});
|
|
177
219
|
}
|
|
178
|
-
function
|
|
179
|
-
var
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
},
|
|
220
|
+
function Text(props) {
|
|
221
|
+
var _ref3 = arguments[0], _ref7;
|
|
222
|
+
var styles = props.styles;
|
|
223
|
+
var SText = Box;
|
|
224
|
+
return _ref7 = sstyled(styles), /* @__PURE__ */ React.createElement(SText, _ref7.cn("SText", _objectSpread({}, assignProps({
|
|
225
|
+
"tag": "span"
|
|
226
|
+
}, _ref3))));
|
|
183
227
|
}
|
|
184
|
-
function
|
|
185
|
-
var
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
},
|
|
228
|
+
function Addon(props) {
|
|
229
|
+
var _ref4 = arguments[0], _ref8;
|
|
230
|
+
var styles = props.styles;
|
|
231
|
+
var SAddon = Box;
|
|
232
|
+
return _ref8 = sstyled(styles), /* @__PURE__ */ React.createElement(SAddon, _ref8.cn("SAddon", _objectSpread({}, assignProps({
|
|
233
|
+
"tag": "span"
|
|
234
|
+
}, _ref4))));
|
|
189
235
|
}
|
|
190
|
-
var
|
|
191
|
-
Item: [
|
|
192
|
-
Text
|
|
193
|
-
Addon
|
|
236
|
+
var TabLine = createComponent(TabLineRoot, {
|
|
237
|
+
Item: [TabLineItem, {
|
|
238
|
+
Text,
|
|
239
|
+
Addon
|
|
194
240
|
}]
|
|
195
|
-
})
|
|
196
|
-
|
|
241
|
+
});
|
|
242
|
+
var wrapTabLine = function wrapTabLine2(wrapper) {
|
|
243
|
+
return wrapper;
|
|
197
244
|
};
|
|
198
245
|
export {
|
|
199
|
-
|
|
200
|
-
|
|
246
|
+
TabLine as default,
|
|
247
|
+
wrapTabLine
|
|
201
248
|
};
|
package/lib/esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/tab-line",
|
|
3
3
|
"description": "Semrush TabLine Component",
|
|
4
|
-
"version": "16.0.0-prerelease.
|
|
4
|
+
"version": "16.0.0-prerelease.7",
|
|
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/flex-box": "16.0.0-prerelease.
|
|
18
|
-
"@semcore/neighbor-location": "16.0.0-prerelease.
|
|
17
|
+
"@semcore/flex-box": "16.0.0-prerelease.7",
|
|
18
|
+
"@semcore/neighbor-location": "16.0.0-prerelease.7"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@semcore/base-components": "^16.0.0-prerelease.
|
|
21
|
+
"@semcore/base-components": "^16.0.0-prerelease.7"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|