@semcore/tab-line 4.40.1 → 4.40.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/TabLine.js +13 -13
- package/lib/es6/TabLine.js +13 -13
- package/lib/esm/TabLine.mjs +76 -76
- package/package.json +5 -5
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.40.2] - 2025-04-04
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/flex-box` [5.41.1 ~> 5.41.2], `@semcore/neighbor-location` [4.40.1 ~> 4.40.2], `@semcore/utils` [4.48.1 ~> 4.48.2], `@semcore/core` [2.39.1 ~> 2.39.2]).
|
|
10
|
+
|
|
5
11
|
## [4.40.1] - 2025-03-20
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/TabLine.js
CHANGED
|
@@ -22,19 +22,19 @@ var _keyboardFocusEnhance = _interopRequireDefault(require("@semcore/utils/lib/e
|
|
|
22
22
|
var _a11yEnhance = _interopRequireDefault(require("@semcore/utils/lib/enhances/a11yEnhance"));
|
|
23
23
|
var _neighborLocation = _interopRequireDefault(require("@semcore/neighbor-location"));
|
|
24
24
|
/*__reshadow-styles__:"./style/tab-line.shadow.css"*/
|
|
25
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
|
26
|
-
"__STabLine": "
|
|
27
|
-
"_underlined": "
|
|
28
|
-
"__SCaret": "
|
|
29
|
-
"__STabLineItem": "
|
|
30
|
-
"_selected": "
|
|
31
|
-
"_disabled": "
|
|
32
|
-
"_keyboardFocused": "
|
|
33
|
-
"__SText": "
|
|
34
|
-
"__SAddon": "
|
|
35
|
-
"_neighborLocation_left": "
|
|
36
|
-
"_size_m": "
|
|
37
|
-
"_size_l": "
|
|
25
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___STabLine_xoas8_gg_{position:relative;display:flex;width:100%;max-width:100%}.___STabLine_xoas8_gg_.__underlined_xoas8_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabLineItem_xoas8_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;outline:0;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_xoas8_gg_::-moz-focus-inner{border:0;padding:0}.___STabLineItem_xoas8_gg_:active,.___STabLineItem_xoas8_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{content:\"\";position:absolute;left:0;bottom:-1px;height:3px;width:100%;background-color:transparent}.___STabLineItem_xoas8_gg_::before{transition:background-color calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover::before{background-color:var(--intergalactic-border-primary, #c4c7cf)}}.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after{transition-delay:calc(var(--intergalactic-duration-control, 200)*1ms);background-color:var(--intergalactic-border-info-active, #006dca)}.___STabLineItem_xoas8_gg_ .___SAddon_xoas8_gg_:not(:last-child),.___STabLineItem_xoas8_gg_ .___SText_xoas8_gg_:not(:last-child){margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCaret_xoas8_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_xoas8_gg_.__selected_xoas8_gg_{flex-shrink:0}.___STabLineItem_xoas8_gg_.__disabled_xoas8_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___STabLineItem_xoas8_gg_.__keyboardFocused_xoas8_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SText_xoas8_gg_{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_xoas8_gg_{display:inline-flex;align-items:center;justify-content:center}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_{height:28px;min-width:18px}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_{height:40px;min-width:26px}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___STabLineItem_xoas8_gg_._neighborLocation_left_xoas8_gg_{margin-right:0}@media (prefers-reduced-motion){.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{transition:none}.___SCaret_xoas8_gg_{display:none}}" /*__inner_css_end__*/, "xoas8_gg_") /*__reshadow_css_end__*/, {
|
|
26
|
+
"__STabLine": "___STabLine_xoas8_gg_",
|
|
27
|
+
"_underlined": "__underlined_xoas8_gg_",
|
|
28
|
+
"__SCaret": "___SCaret_xoas8_gg_",
|
|
29
|
+
"__STabLineItem": "___STabLineItem_xoas8_gg_",
|
|
30
|
+
"_selected": "__selected_xoas8_gg_",
|
|
31
|
+
"_disabled": "__disabled_xoas8_gg_",
|
|
32
|
+
"_keyboardFocused": "__keyboardFocused_xoas8_gg_",
|
|
33
|
+
"__SText": "___SText_xoas8_gg_",
|
|
34
|
+
"__SAddon": "___SAddon_xoas8_gg_",
|
|
35
|
+
"_neighborLocation_left": "_neighborLocation_left_xoas8_gg_",
|
|
36
|
+
"_size_m": "_size_m_xoas8_gg_",
|
|
37
|
+
"_size_l": "_size_l_xoas8_gg_"
|
|
38
38
|
});
|
|
39
39
|
var optionsA11yEnhance = {
|
|
40
40
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/lib/es6/TabLine.js
CHANGED
|
@@ -18,19 +18,19 @@ import keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhan
|
|
|
18
18
|
import a11yEnhance from '@semcore/utils/lib/enhances/a11yEnhance';
|
|
19
19
|
import NeighborLocation from '@semcore/neighbor-location';
|
|
20
20
|
/*__reshadow-styles__:"./style/tab-line.shadow.css"*/
|
|
21
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
22
|
-
"__STabLine": "
|
|
23
|
-
"_underlined": "
|
|
24
|
-
"__SCaret": "
|
|
25
|
-
"__STabLineItem": "
|
|
26
|
-
"_selected": "
|
|
27
|
-
"_disabled": "
|
|
28
|
-
"_keyboardFocused": "
|
|
29
|
-
"__SText": "
|
|
30
|
-
"__SAddon": "
|
|
31
|
-
"_neighborLocation_left": "
|
|
32
|
-
"_size_m": "
|
|
33
|
-
"_size_l": "
|
|
21
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___STabLine_xoas8_gg_{position:relative;display:flex;width:100%;max-width:100%}.___STabLine_xoas8_gg_.__underlined_xoas8_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabLineItem_xoas8_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;outline:0;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_xoas8_gg_::-moz-focus-inner{border:0;padding:0}.___STabLineItem_xoas8_gg_:active,.___STabLineItem_xoas8_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{content:\"\";position:absolute;left:0;bottom:-1px;height:3px;width:100%;background-color:transparent}.___STabLineItem_xoas8_gg_::before{transition:background-color calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover::before{background-color:var(--intergalactic-border-primary, #c4c7cf)}}.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after{transition-delay:calc(var(--intergalactic-duration-control, 200)*1ms);background-color:var(--intergalactic-border-info-active, #006dca)}.___STabLineItem_xoas8_gg_ .___SAddon_xoas8_gg_:not(:last-child),.___STabLineItem_xoas8_gg_ .___SText_xoas8_gg_:not(:last-child){margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCaret_xoas8_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_xoas8_gg_.__selected_xoas8_gg_{flex-shrink:0}.___STabLineItem_xoas8_gg_.__disabled_xoas8_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___STabLineItem_xoas8_gg_.__keyboardFocused_xoas8_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SText_xoas8_gg_{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_xoas8_gg_{display:inline-flex;align-items:center;justify-content:center}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_{height:28px;min-width:18px}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_{height:40px;min-width:26px}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___STabLineItem_xoas8_gg_._neighborLocation_left_xoas8_gg_{margin-right:0}@media (prefers-reduced-motion){.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{transition:none}.___SCaret_xoas8_gg_{display:none}}" /*__inner_css_end__*/, "xoas8_gg_") /*__reshadow_css_end__*/, {
|
|
22
|
+
"__STabLine": "___STabLine_xoas8_gg_",
|
|
23
|
+
"_underlined": "__underlined_xoas8_gg_",
|
|
24
|
+
"__SCaret": "___SCaret_xoas8_gg_",
|
|
25
|
+
"__STabLineItem": "___STabLineItem_xoas8_gg_",
|
|
26
|
+
"_selected": "__selected_xoas8_gg_",
|
|
27
|
+
"_disabled": "__disabled_xoas8_gg_",
|
|
28
|
+
"_keyboardFocused": "__keyboardFocused_xoas8_gg_",
|
|
29
|
+
"__SText": "___SText_xoas8_gg_",
|
|
30
|
+
"__SAddon": "___SAddon_xoas8_gg_",
|
|
31
|
+
"_neighborLocation_left": "_neighborLocation_left_xoas8_gg_",
|
|
32
|
+
"_size_m": "_size_m_xoas8_gg_",
|
|
33
|
+
"_size_l": "_size_l_xoas8_gg_"
|
|
34
34
|
});
|
|
35
35
|
var optionsA11yEnhance = {
|
|
36
36
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/lib/esm/TabLine.mjs
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
import u from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import y from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import I from "@babel/runtime/helpers/esm/createClass";
|
|
4
4
|
import d from "@babel/runtime/helpers/esm/assertThisInitialized";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { sstyled as
|
|
5
|
+
import k from "@babel/runtime/helpers/esm/inherits";
|
|
6
|
+
import C from "@babel/runtime/helpers/esm/createSuper";
|
|
7
|
+
import l from "@babel/runtime/helpers/esm/defineProperty";
|
|
8
|
+
import { sstyled as w } from "@semcore/utils/lib/core/index";
|
|
9
9
|
import P, { sstyled as x, assignProps as b, Component as R } from "@semcore/core";
|
|
10
|
-
import
|
|
10
|
+
import c from "react";
|
|
11
11
|
import { Box as v } from "@semcore/flex-box";
|
|
12
12
|
import z from "@semcore/utils/lib/addonTextChildren";
|
|
13
13
|
import A from "@semcore/utils/lib/enhances/keyboardFocusEnhance";
|
|
14
14
|
import E from "@semcore/utils/lib/enhances/a11yEnhance";
|
|
15
|
-
import
|
|
15
|
+
import T from "@semcore/neighbor-location";
|
|
16
16
|
var N = (
|
|
17
17
|
/*__reshadow_css_start__*/
|
|
18
|
-
(
|
|
18
|
+
(w.insert(
|
|
19
19
|
/*__inner_css_start__*/
|
|
20
|
-
'.
|
|
21
|
-
"
|
|
20
|
+
'.___STabLine_xoas8_gg_{position:relative;display:flex;width:100%;max-width:100%}.___STabLine_xoas8_gg_.__underlined_xoas8_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___STabLineItem_xoas8_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;outline:0;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_xoas8_gg_::-moz-focus-inner{border:0;padding:0}.___STabLineItem_xoas8_gg_:active,.___STabLineItem_xoas8_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{content:"";position:absolute;left:0;bottom:-1px;height:3px;width:100%;background-color:transparent}.___STabLineItem_xoas8_gg_::before{transition:background-color calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}@media (hover:hover){.___STabLineItem_xoas8_gg_:hover::before{background-color:var(--intergalactic-border-primary, #c4c7cf)}}.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after{transition-delay:calc(var(--intergalactic-duration-control, 200)*1ms);background-color:var(--intergalactic-border-info-active, #006dca)}.___STabLineItem_xoas8_gg_ .___SAddon_xoas8_gg_:not(:last-child),.___STabLineItem_xoas8_gg_ .___SText_xoas8_gg_:not(:last-child){margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCaret_xoas8_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_xoas8_gg_.__selected_xoas8_gg_{flex-shrink:0}.___STabLineItem_xoas8_gg_.__disabled_xoas8_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___STabLineItem_xoas8_gg_.__keyboardFocused_xoas8_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SText_xoas8_gg_{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SAddon_xoas8_gg_{display:inline-flex;align-items:center;justify-content:center}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_{height:28px;min-width:18px}.___STabLineItem_xoas8_gg_._size_m_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_{height:40px;min-width:26px}.___STabLineItem_xoas8_gg_._size_l_xoas8_gg_ .___SText_xoas8_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___STabLineItem_xoas8_gg_._neighborLocation_left_xoas8_gg_{margin-right:0}@media (prefers-reduced-motion){.___STabLineItem_xoas8_gg_.__selected_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::after,.___STabLineItem_xoas8_gg_::before{transition:none}.___SCaret_xoas8_gg_{display:none}}',
|
|
21
|
+
"xoas8_gg_"
|
|
22
22
|
), {
|
|
23
|
-
__STabLine: "
|
|
24
|
-
_underlined: "
|
|
25
|
-
__SCaret: "
|
|
26
|
-
__STabLineItem: "
|
|
27
|
-
_selected: "
|
|
28
|
-
_disabled: "
|
|
29
|
-
_keyboardFocused: "
|
|
30
|
-
__SText: "
|
|
31
|
-
__SAddon: "
|
|
32
|
-
_neighborLocation_left: "
|
|
33
|
-
_size_m: "
|
|
34
|
-
_size_l: "
|
|
23
|
+
__STabLine: "___STabLine_xoas8_gg_",
|
|
24
|
+
_underlined: "__underlined_xoas8_gg_",
|
|
25
|
+
__SCaret: "___SCaret_xoas8_gg_",
|
|
26
|
+
__STabLineItem: "___STabLineItem_xoas8_gg_",
|
|
27
|
+
_selected: "__selected_xoas8_gg_",
|
|
28
|
+
_disabled: "__disabled_xoas8_gg_",
|
|
29
|
+
_keyboardFocused: "__keyboardFocused_xoas8_gg_",
|
|
30
|
+
__SText: "___SText_xoas8_gg_",
|
|
31
|
+
__SAddon: "___SAddon_xoas8_gg_",
|
|
32
|
+
_neighborLocation_left: "_neighborLocation_left_xoas8_gg_",
|
|
33
|
+
_size_m: "_size_m_xoas8_gg_",
|
|
34
|
+
_size_l: "_size_l_xoas8_gg_"
|
|
35
35
|
})
|
|
36
36
|
), V = {
|
|
37
|
-
onNeighborChange: function(
|
|
38
|
-
|
|
37
|
+
onNeighborChange: function(o, a) {
|
|
38
|
+
o && (o.focus(), a.behavior === "auto" && o.click());
|
|
39
39
|
},
|
|
40
40
|
childSelector: ["role", "tab"]
|
|
41
41
|
}, h = /* @__PURE__ */ function(_) {
|
|
42
|
-
|
|
43
|
-
var
|
|
44
|
-
function
|
|
42
|
+
k(a, _);
|
|
43
|
+
var o = C(a);
|
|
44
|
+
function a() {
|
|
45
45
|
var e;
|
|
46
|
-
|
|
47
|
-
for (var t = arguments.length,
|
|
48
|
-
|
|
49
|
-
return e =
|
|
46
|
+
y(this, a);
|
|
47
|
+
for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
|
|
48
|
+
n[r] = arguments[r];
|
|
49
|
+
return e = o.call.apply(o, [this].concat(n)), l(d(e), "state", {
|
|
50
50
|
animation: null
|
|
51
|
-
}),
|
|
52
|
-
var
|
|
53
|
-
((
|
|
51
|
+
}), l(d(e), "prevValue", void 0), l(d(e), "itemRefs", {}), l(d(e), "containerRef", /* @__PURE__ */ c.createRef()), l(d(e), "animationStartTimeout", -1), l(d(e), "handleAnimationStart", function() {
|
|
52
|
+
var i;
|
|
53
|
+
((i = e.state.animation) === null || i === void 0 ? void 0 : i.started) === !1 && e.setState({
|
|
54
54
|
animation: u(u({}, e.state.animation), {}, {
|
|
55
55
|
started: !0
|
|
56
56
|
})
|
|
57
57
|
});
|
|
58
|
-
}),
|
|
58
|
+
}), l(d(e), "handleAnimationEnd", function() {
|
|
59
59
|
e.setState({
|
|
60
60
|
animation: null
|
|
61
61
|
});
|
|
62
|
-
}),
|
|
62
|
+
}), l(d(e), "bindHandlerClick", function(i) {
|
|
63
63
|
return function(s) {
|
|
64
|
-
e.handlers.value(
|
|
64
|
+
e.handlers.value(i, s);
|
|
65
65
|
};
|
|
66
66
|
}), e;
|
|
67
67
|
}
|
|
68
|
-
return
|
|
68
|
+
return I(a, [{
|
|
69
69
|
key: "uncontrolledProps",
|
|
70
70
|
value: function() {
|
|
71
71
|
return {
|
|
@@ -90,12 +90,12 @@ var N = (
|
|
|
90
90
|
}, {
|
|
91
91
|
key: "animate",
|
|
92
92
|
value: function() {
|
|
93
|
-
var t = this.itemRefs[this.prevValue],
|
|
94
|
-
if (!(!t || !
|
|
95
|
-
var
|
|
96
|
-
fromLeft: s.x -
|
|
93
|
+
var t = this.itemRefs[this.prevValue], n = this.itemRefs[this.asProps.value], r = this.containerRef.current;
|
|
94
|
+
if (!(!t || !n || !r)) {
|
|
95
|
+
var i = r.getBoundingClientRect(), s = t.getBoundingClientRect(), g = n.getBoundingClientRect(), m = {
|
|
96
|
+
fromLeft: s.x - i.x,
|
|
97
97
|
fromWidth: s.width,
|
|
98
|
-
toLeft: g.x -
|
|
98
|
+
toLeft: g.x - i.x,
|
|
99
99
|
toWidth: g.width,
|
|
100
100
|
started: !1
|
|
101
101
|
};
|
|
@@ -106,8 +106,8 @@ var N = (
|
|
|
106
106
|
}
|
|
107
107
|
}, {
|
|
108
108
|
key: "getItemProps",
|
|
109
|
-
value: function(t,
|
|
110
|
-
var
|
|
109
|
+
value: function(t, n) {
|
|
110
|
+
var r = this, i = this.asProps, s = i.value, g = i.size, m = s === t.value;
|
|
111
111
|
return {
|
|
112
112
|
size: g,
|
|
113
113
|
selected: m,
|
|
@@ -115,7 +115,7 @@ var N = (
|
|
|
115
115
|
tabIndex: m ? 0 : -1,
|
|
116
116
|
"aria-selected": m,
|
|
117
117
|
ref: function(p) {
|
|
118
|
-
|
|
118
|
+
r.itemRefs[t.value] = p;
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
121
|
}
|
|
@@ -140,63 +140,63 @@ var N = (
|
|
|
140
140
|
}, {
|
|
141
141
|
key: "render",
|
|
142
142
|
value: function() {
|
|
143
|
-
var t = this.asProps,
|
|
144
|
-
return
|
|
143
|
+
var t = this.asProps, n, r = v, i = "div", s = this.asProps, g = s.styles, m = s.Children, S = s.controlsLength, p = this.state.animation;
|
|
144
|
+
return n = x(g), /* @__PURE__ */ c.createElement(r, n.cn("STabLine", u({}, b({
|
|
145
145
|
role: "tablist",
|
|
146
146
|
ref: this.containerRef
|
|
147
|
-
}, t))), /* @__PURE__ */
|
|
148
|
-
controlsLength:
|
|
149
|
-
}), /* @__PURE__ */
|
|
147
|
+
}, t))), /* @__PURE__ */ c.createElement(T, n.cn("NeighborLocation", {
|
|
148
|
+
controlsLength: S
|
|
149
|
+
}), /* @__PURE__ */ c.createElement(m, n.cn("Children", {}))), p && /* @__PURE__ */ c.createElement(i, n.cn("SCaret", u({}, this.getCaretProps()))));
|
|
150
150
|
}
|
|
151
|
-
}]),
|
|
151
|
+
}]), a;
|
|
152
152
|
}(R);
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
l(h, "displayName", "TabLine");
|
|
154
|
+
l(h, "style", N);
|
|
155
|
+
l(h, "defaultProps", {
|
|
156
156
|
defaultValue: null,
|
|
157
157
|
size: "m",
|
|
158
158
|
underlined: !0,
|
|
159
159
|
behavior: "auto"
|
|
160
160
|
});
|
|
161
|
-
|
|
162
|
-
function
|
|
163
|
-
var
|
|
164
|
-
return /* @__PURE__ */
|
|
165
|
-
neighborLocation:
|
|
161
|
+
l(h, "enhance", [E(V)]);
|
|
162
|
+
function L(_) {
|
|
163
|
+
var o = arguments[0], a = v, e = _.Children, t = _.styles, n = _.addonLeft, r = _.addonRight, i = _.neighborLocation;
|
|
164
|
+
return /* @__PURE__ */ c.createElement(T.Detect, {
|
|
165
|
+
neighborLocation: i
|
|
166
166
|
}, function(s) {
|
|
167
167
|
var g;
|
|
168
|
-
return g = x(t), /* @__PURE__ */
|
|
168
|
+
return g = x(t), /* @__PURE__ */ c.createElement(a, g.cn("STabLineItem", u({}, b({
|
|
169
169
|
tag: "button",
|
|
170
170
|
neighborLocation: s,
|
|
171
171
|
type: "button",
|
|
172
172
|
role: "tab"
|
|
173
|
-
},
|
|
174
|
-
tag:
|
|
175
|
-
}) : null, z(e, f.Item.Text, f.Item.Addon),
|
|
176
|
-
tag:
|
|
173
|
+
}, o))), n ? /* @__PURE__ */ c.createElement(f.Item.Addon, {
|
|
174
|
+
tag: n
|
|
175
|
+
}) : null, z(e, f.Item.Text, f.Item.Addon), r ? /* @__PURE__ */ c.createElement(f.Item.Addon, {
|
|
176
|
+
tag: r
|
|
177
177
|
}) : null);
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
L.enhance = [A()];
|
|
181
181
|
function W(_) {
|
|
182
|
-
var
|
|
183
|
-
return
|
|
182
|
+
var o = arguments[0], a, e = _.styles, t = v;
|
|
183
|
+
return a = x(e), /* @__PURE__ */ c.createElement(t, a.cn("SText", u({}, b({
|
|
184
184
|
tag: "span"
|
|
185
|
-
},
|
|
185
|
+
}, o))));
|
|
186
186
|
}
|
|
187
187
|
function D(_) {
|
|
188
|
-
var
|
|
189
|
-
return
|
|
188
|
+
var o = arguments[0], a, e = _.styles, t = v;
|
|
189
|
+
return a = x(e), /* @__PURE__ */ c.createElement(t, a.cn("SAddon", u({}, b({
|
|
190
190
|
tag: "span"
|
|
191
|
-
},
|
|
191
|
+
}, o))));
|
|
192
192
|
}
|
|
193
193
|
var f = P(h, {
|
|
194
|
-
Item: [
|
|
194
|
+
Item: [L, {
|
|
195
195
|
Text: W,
|
|
196
196
|
Addon: D
|
|
197
197
|
}]
|
|
198
|
-
}), Z = function(
|
|
199
|
-
return
|
|
198
|
+
}), Z = function(o) {
|
|
199
|
+
return o;
|
|
200
200
|
};
|
|
201
201
|
export {
|
|
202
202
|
f as default,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/tab-line",
|
|
3
3
|
"description": "Semrush TabLine Component",
|
|
4
|
-
"version": "4.40.
|
|
4
|
+
"version": "4.40.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,12 +14,12 @@
|
|
|
14
14
|
"types": "./lib/types/index.d.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@semcore/flex-box": "5.41.
|
|
18
|
-
"@semcore/neighbor-location": "4.40.
|
|
19
|
-
"@semcore/utils": "4.48.
|
|
17
|
+
"@semcore/flex-box": "5.41.2-prerelease.2",
|
|
18
|
+
"@semcore/neighbor-location": "4.40.2-prerelease.2",
|
|
19
|
+
"@semcore/utils": "4.48.2-prerelease.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@semcore/core": "^2.
|
|
22
|
+
"@semcore/core": "^2.39.2-prerelease.2",
|
|
23
23
|
"react": "16.8 - 18",
|
|
24
24
|
"react-dom": "16.8 - 18"
|
|
25
25
|
},
|