@alfalab/core-components-tabs 7.2.2 → 7.2.4
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/components/primary-tablist/Component.desktop.js +2 -2
- package/components/primary-tablist/Component.js +1 -1
- package/components/primary-tablist/Component.mobile.js +3 -3
- package/components/primary-tablist/Component.responsive.js +2 -2
- package/components/primary-tablist/index.css +29 -29
- package/components/primary-tablist/mobile.css +38 -32
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/secondary-tablist/Component.desktop.js +2 -2
- package/components/secondary-tablist/Component.js +1 -1
- package/components/secondary-tablist/Component.mobile.js +3 -3
- package/components/secondary-tablist/Component.responsive.js +2 -2
- package/components/secondary-tablist/index.css +11 -11
- package/components/secondary-tablist/mobile.css +19 -13
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.desktop.js +3 -3
- package/components/tabs/Component.mobile.js +3 -3
- package/components/tabs/Component.responsive.js +3 -3
- package/components/title/Component.js +1 -1
- package/components/title/index.js +1 -1
- package/desktop.js +3 -3
- package/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/esm/components/primary-tablist/Component.js +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/esm/components/primary-tablist/index.css +29 -29
- package/esm/components/primary-tablist/mobile.css +38 -32
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/esm/components/secondary-tablist/Component.js +1 -1
- package/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/esm/components/secondary-tablist/index.css +11 -11
- package/esm/components/secondary-tablist/mobile.css +19 -13
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.desktop.js +3 -3
- package/esm/components/tabs/Component.mobile.js +3 -3
- package/esm/components/tabs/Component.responsive.js +3 -3
- package/esm/components/title/Component.js +1 -1
- package/esm/components/title/index.js +1 -1
- package/esm/desktop.js +3 -3
- package/esm/hooks/use-collapsible-elements.js +1 -1
- package/esm/hooks/use-tablist-titles.js +1 -1
- package/esm/index.js +3 -3
- package/esm/index.module-0d5bb957.js +4 -0
- package/esm/index.module-464ce309.js +4 -0
- package/esm/mobile.js +3 -3
- package/esm/responsive.js +3 -3
- package/esm/synthetic-events.js +1 -1
- package/esm/{tslib.es6-76e98c79.d.ts → tslib.es6-c7045249.d.ts} +0 -0
- package/esm/{tslib.es6-76e98c79.js → tslib.es6-c7045249.js} +0 -0
- package/hooks/use-collapsible-elements.js +1 -1
- package/hooks/use-tablist-titles.js +1 -1
- package/index.js +3 -3
- package/index.module-1f2c27dd.js +6 -0
- package/index.module-4ae8ce0c.js +6 -0
- package/mobile.js +3 -3
- package/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/modern/components/primary-tablist/index.css +29 -29
- package/modern/components/primary-tablist/mobile.css +38 -32
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/modern/components/secondary-tablist/index.css +11 -11
- package/modern/components/secondary-tablist/mobile.css +19 -13
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.desktop.js +2 -2
- package/modern/components/tabs/Component.mobile.js +2 -2
- package/modern/components/tabs/Component.responsive.js +2 -2
- package/modern/desktop.js +2 -2
- package/modern/index.js +2 -2
- package/modern/index.module-0d5bb957.js +4 -0
- package/modern/index.module-464ce309.js +4 -0
- package/modern/mobile.js +2 -2
- package/modern/responsive.js +2 -2
- package/package.json +2 -2
- package/responsive.js +3 -3
- package/synthetic-events.js +1 -1
- package/{tslib.es6-89ae1af5.d.ts → tslib.es6-f581fd25.d.ts} +0 -0
- package/{tslib.es6-89ae1af5.js → tslib.es6-f581fd25.js} +0 -0
- package/esm/index.module-576ec019.js +0 -4
- package/esm/index.module-86f1bcb8.js +0 -4
- package/index.module-42bd7767.js +0 -6
- package/index.module-626dbc66.js +0 -6
- package/modern/index.module-576ec019.js +0 -4
- package/modern/index.module-86f1bcb8.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 4p5yw */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
|
|
37
37
|
/* size xl */
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.tabs__container_1cbvx {
|
|
40
40
|
position: relative;
|
|
41
41
|
overflow-x: auto;
|
|
42
42
|
overflow-y: hidden;
|
|
43
43
|
scroll-behavior: smooth;
|
|
44
44
|
scrollbar-width: none
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.tabs__container_1cbvx::-webkit-scrollbar {
|
|
47
47
|
display: none;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.tabs__container_1cbvx > * {
|
|
50
50
|
flex-shrink: 0;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.tabs__fullWidthScroll_1cbvx {
|
|
53
53
|
margin: 0 var(--gap-m-neg);
|
|
54
54
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../hooks/use-tabs.js';
|
|
@@ -6,7 +6,7 @@ import 'compute-scroll-into-view';
|
|
|
6
6
|
import '../scrollable-container/Component.js';
|
|
7
7
|
import '@alfalab/core-components-tag/esm';
|
|
8
8
|
import { SecondaryTabList } from './Component.js';
|
|
9
|
-
import { c as commonStyles } from '../../index.module-
|
|
9
|
+
import { c as commonStyles } from '../../index.module-464ce309.js';
|
|
10
10
|
|
|
11
11
|
var SecondaryTabListDesktop = function (_a) {
|
|
12
12
|
var _b = _a.size, size = _b === void 0 ? 's' : _b, restProps = __rest(_a, ["size"]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign, _ as __rest } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign, _ as __rest } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import '../../hooks/use-tabs.js';
|
|
@@ -6,9 +6,9 @@ import 'compute-scroll-into-view';
|
|
|
6
6
|
import '../scrollable-container/Component.js';
|
|
7
7
|
import '@alfalab/core-components-tag/esm';
|
|
8
8
|
import { SecondaryTabList } from './Component.js';
|
|
9
|
-
import { c as commonStyles } from '../../index.module-
|
|
9
|
+
import { c as commonStyles } from '../../index.module-464ce309.js';
|
|
10
10
|
|
|
11
|
-
var mobileStyles = {"title":"
|
|
11
|
+
var mobileStyles = {"title":"tabs__title_9tim9 tabs__title_quf9b","mobile":"tabs__mobile_9tim9"};
|
|
12
12
|
require('./mobile.css')
|
|
13
13
|
|
|
14
14
|
var styles = __assign(__assign({}, commonStyles), mobileStyles);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import { useMedia } from '@alfalab/hooks';
|
|
@@ -7,7 +7,7 @@ import 'compute-scroll-into-view';
|
|
|
7
7
|
import '../scrollable-container/Component.js';
|
|
8
8
|
import '@alfalab/core-components-tag/esm';
|
|
9
9
|
import './Component.js';
|
|
10
|
-
import '../../index.module-
|
|
10
|
+
import '../../index.module-464ce309.js';
|
|
11
11
|
import { SecondaryTabListDesktop } from './Component.desktop.js';
|
|
12
12
|
import { SecondaryTabListMobile } from './Component.mobile.js';
|
|
13
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5p70f */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -44,35 +44,35 @@
|
|
|
44
44
|
/* size xl */
|
|
45
45
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.tabs__component_quf9b {
|
|
48
48
|
position: relative;
|
|
49
49
|
display: inline-flex;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.tabs__fullWidthScroll_quf9b {
|
|
52
52
|
margin: 0 var(--gap-m);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.tabs__container_quf9b {
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.tabs__title_quf9b {
|
|
58
58
|
white-space: nowrap;
|
|
59
59
|
}
|
|
60
60
|
/* sizes */
|
|
61
|
-
.
|
|
61
|
+
.tabs__xxs_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
62
62
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.tabs__xs_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
65
65
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.tabs__s_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
68
68
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.tabs__m_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
71
71
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
.tabs__l_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
74
74
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.tabs__xl_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
77
77
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
78
78
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1srp7 */
|
|
2
2
|
:root {
|
|
3
3
|
}:root {
|
|
4
4
|
}:root {
|
|
@@ -49,26 +49,26 @@
|
|
|
49
49
|
|
|
50
50
|
/* size xl */
|
|
51
51
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
52
|
-
}.
|
|
52
|
+
}.tabs__component_quf9b {
|
|
53
53
|
position: relative;
|
|
54
54
|
display: inline-flex;
|
|
55
|
-
}.
|
|
55
|
+
}.tabs__fullWidthScroll_quf9b {
|
|
56
56
|
margin: 0 var(--gap-m);
|
|
57
|
-
}.
|
|
57
|
+
}.tabs__container_quf9b {
|
|
58
58
|
overflow: hidden;
|
|
59
|
-
}.
|
|
59
|
+
}.tabs__title_quf9b {
|
|
60
60
|
white-space: nowrap;
|
|
61
|
-
}/* sizes */.
|
|
61
|
+
}/* sizes */.tabs__xxs_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
62
62
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
63
|
-
}.
|
|
63
|
+
}.tabs__xs_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
64
64
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
65
|
-
}.
|
|
65
|
+
}.tabs__s_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
66
66
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
67
|
-
}.
|
|
67
|
+
}.tabs__m_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
68
68
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
69
|
-
}.
|
|
69
|
+
}.tabs__l_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
70
70
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
71
|
-
}.
|
|
71
|
+
}.tabs__xl_quf9b .tabs__title_quf9b + .tabs__title_quf9b {
|
|
72
72
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
73
73
|
}
|
|
74
74
|
:root {
|
|
@@ -452,12 +452,15 @@
|
|
|
452
452
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
453
453
|
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
|
|
454
454
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
455
|
+
--color-dark-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
455
456
|
--color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
457
|
+
--color-dark-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
456
458
|
--color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
|
|
457
459
|
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
458
460
|
--color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
|
|
459
461
|
--color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
|
|
460
462
|
--color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
463
|
+
--color-dark-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
461
464
|
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
462
465
|
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
463
466
|
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
@@ -599,12 +602,15 @@
|
|
|
599
602
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
600
603
|
--color-light-graphic-accent-shade-15: rgb(203, 42, 31);
|
|
601
604
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
605
|
+
--color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
|
|
602
606
|
--color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
|
|
607
|
+
--color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
|
|
603
608
|
--color-light-graphic-negative-tint-20: rgb(244, 115, 106);
|
|
604
609
|
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
605
610
|
--color-light-graphic-negative-shade-7: rgb(224, 74, 64);
|
|
606
611
|
--color-light-graphic-negative-shade-15: rgb(205, 68, 59);
|
|
607
612
|
--color-light-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
613
|
+
--color-light-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
|
|
608
614
|
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
609
615
|
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
610
616
|
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
@@ -879,8 +885,8 @@
|
|
|
879
885
|
/* size xl */
|
|
880
886
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
881
887
|
}
|
|
882
|
-
.
|
|
888
|
+
.tabs__title_9tim9 {
|
|
883
889
|
}
|
|
884
|
-
.
|
|
890
|
+
.tabs__mobile_9tim9 .tabs__title_9tim9 + .tabs__title_9tim9 {
|
|
885
891
|
margin-left: var(--secondary-tablist-mobile-gaps);
|
|
886
892
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"component":"
|
|
4
|
+
var styles = {"component":"tabs__component_aq3ap","hidden":"tabs__hidden_aq3ap"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
var Tab = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,11 +14,11 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
import '../scrollable-container/Component.js';
|
|
15
15
|
import '../title/Component.js';
|
|
16
16
|
import '../primary-tablist/Component.js';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-0d5bb957.js';
|
|
18
18
|
import { PrimaryTabListDesktop } from '../primary-tablist/Component.desktop.js';
|
|
19
19
|
import '@alfalab/core-components-tag/esm';
|
|
20
20
|
import '../secondary-tablist/Component.js';
|
|
21
|
-
import '../../index.module-
|
|
21
|
+
import '../../index.module-464ce309.js';
|
|
22
22
|
import { SecondaryTabListDesktop } from '../secondary-tablist/Component.desktop.js';
|
|
23
23
|
import { Tabs } from './Component.js';
|
|
24
24
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,10 +14,10 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
import '../scrollable-container/Component.js';
|
|
15
15
|
import '../title/Component.js';
|
|
16
16
|
import '../primary-tablist/Component.js';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-0d5bb957.js';
|
|
18
18
|
import '@alfalab/core-components-tag/esm';
|
|
19
19
|
import '../secondary-tablist/Component.js';
|
|
20
|
-
import '../../index.module-
|
|
20
|
+
import '../../index.module-464ce309.js';
|
|
21
21
|
import { Tabs } from './Component.js';
|
|
22
22
|
import { PrimaryTabListMobile } from '../primary-tablist/Component.mobile.js';
|
|
23
23
|
import { SecondaryTabListMobile } from '../secondary-tablist/Component.mobile.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c7045249.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,11 +14,11 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
import '../scrollable-container/Component.js';
|
|
15
15
|
import '../title/Component.js';
|
|
16
16
|
import '../primary-tablist/Component.js';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-0d5bb957.js';
|
|
18
18
|
import '../primary-tablist/Component.desktop.js';
|
|
19
19
|
import '@alfalab/core-components-tag/esm';
|
|
20
20
|
import '../secondary-tablist/Component.js';
|
|
21
|
-
import '../../index.module-
|
|
21
|
+
import '../../index.module-464ce309.js';
|
|
22
22
|
import '../secondary-tablist/Component.desktop.js';
|
|
23
23
|
import { Tabs } from './Component.js';
|
|
24
24
|
import '../primary-tablist/Component.mobile.js';
|
package/esm/desktop.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-c7045249.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,11 +14,11 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
15
15
|
import './components/title/Component.js';
|
|
16
16
|
import './components/primary-tablist/Component.js';
|
|
17
|
-
import './index.module-
|
|
17
|
+
import './index.module-0d5bb957.js';
|
|
18
18
|
export { PrimaryTabListDesktop } from './components/primary-tablist/Component.desktop.js';
|
|
19
19
|
import '@alfalab/core-components-tag/esm';
|
|
20
20
|
import './components/secondary-tablist/Component.js';
|
|
21
|
-
import './index.module-
|
|
21
|
+
import './index.module-464ce309.js';
|
|
22
22
|
export { SecondaryTabListDesktop } from './components/secondary-tablist/Component.desktop.js';
|
|
23
23
|
export { Tab } from './components/tab/Component.js';
|
|
24
24
|
import './components/tabs/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { b as __spreadArray } from '../tslib.es6-c7045249.js';
|
|
2
2
|
import { useState, useRef } from 'react';
|
|
3
3
|
import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
4
4
|
import { ResizeObserver } from '@juggle/resize-observer';
|
package/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-c7045249.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,11 +14,11 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
15
15
|
import './components/title/Component.js';
|
|
16
16
|
import './components/primary-tablist/Component.js';
|
|
17
|
-
import './index.module-
|
|
17
|
+
import './index.module-0d5bb957.js';
|
|
18
18
|
import './components/primary-tablist/Component.desktop.js';
|
|
19
19
|
import '@alfalab/core-components-tag/esm';
|
|
20
20
|
import './components/secondary-tablist/Component.js';
|
|
21
|
-
import './index.module-
|
|
21
|
+
import './index.module-464ce309.js';
|
|
22
22
|
import './components/secondary-tablist/Component.desktop.js';
|
|
23
23
|
export { Tab } from './components/tab/Component.js';
|
|
24
24
|
import './components/tabs/Component.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var commonStyles = {"component":"tabs__component_63003","fullWidthScroll":"tabs__fullWidthScroll_63003","container":"tabs__container_63003","title":"tabs__title_63003","disabled":"tabs__disabled_63003","focused":"tabs__focused_63003","collapsed":"tabs__collapsed_63003","selected":"tabs__selected_63003","line":"tabs__line_63003","s":"tabs__s_63003","xs":"tabs__xs_63003","xxs":"tabs__xxs_63003","pickerWrapper":"tabs__pickerWrapper_63003","option":"tabs__option_63003","m":"tabs__m_63003","l":"tabs__l_63003","xl":"tabs__xl_63003","rightAddons":"tabs__rightAddons_63003"};
|
|
2
|
+
require('./components/primary-tablist/index.css')
|
|
3
|
+
|
|
4
|
+
export { commonStyles as c };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var commonStyles = {"component":"tabs__component_quf9b","fullWidthScroll":"tabs__fullWidthScroll_quf9b","container":"tabs__container_quf9b","title":"tabs__title_quf9b","xxs":"tabs__xxs_quf9b","xs":"tabs__xs_quf9b","s":"tabs__s_quf9b","m":"tabs__m_quf9b","l":"tabs__l_quf9b","xl":"tabs__xl_quf9b"};
|
|
2
|
+
require('./components/secondary-tablist/index.css')
|
|
3
|
+
|
|
4
|
+
export { commonStyles as c };
|
package/esm/mobile.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-c7045249.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,10 +14,10 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
15
15
|
import './components/title/Component.js';
|
|
16
16
|
import './components/primary-tablist/Component.js';
|
|
17
|
-
import './index.module-
|
|
17
|
+
import './index.module-0d5bb957.js';
|
|
18
18
|
import '@alfalab/core-components-tag/esm';
|
|
19
19
|
import './components/secondary-tablist/Component.js';
|
|
20
|
-
import './index.module-
|
|
20
|
+
import './index.module-464ce309.js';
|
|
21
21
|
export { Tab } from './components/tab/Component.js';
|
|
22
22
|
import './components/tabs/Component.js';
|
|
23
23
|
export { PrimaryTabListMobile } from './components/primary-tablist/Component.mobile.js';
|
package/esm/responsive.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-c7045249.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components/picker-button/desktop';
|
|
@@ -14,11 +14,11 @@ import 'compute-scroll-into-view';
|
|
|
14
14
|
export { ScrollableContainer } from './components/scrollable-container/Component.js';
|
|
15
15
|
import './components/title/Component.js';
|
|
16
16
|
import './components/primary-tablist/Component.js';
|
|
17
|
-
import './index.module-
|
|
17
|
+
import './index.module-0d5bb957.js';
|
|
18
18
|
import './components/primary-tablist/Component.desktop.js';
|
|
19
19
|
import '@alfalab/core-components-tag/esm';
|
|
20
20
|
import './components/secondary-tablist/Component.js';
|
|
21
|
-
import './index.module-
|
|
21
|
+
import './index.module-464ce309.js';
|
|
22
22
|
import './components/secondary-tablist/Component.desktop.js';
|
|
23
23
|
export { Tab } from './components/tab/Component.js';
|
|
24
24
|
import './components/tabs/Component.js';
|
package/esm/synthetic-events.js
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-f581fd25.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var hooks = require('@alfalab/hooks');
|
|
8
8
|
var resizeObserver = require('@juggle/resize-observer');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-f581fd25.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var hooks = require('@alfalab/hooks');
|
|
8
8
|
require('@juggle/resize-observer');
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-f581fd25.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components/picker-button/desktop');
|
|
@@ -18,11 +18,11 @@ require('compute-scroll-into-view');
|
|
|
18
18
|
var components_scrollableContainer_Component = require('./components/scrollable-container/Component.js');
|
|
19
19
|
require('./components/title/Component.js');
|
|
20
20
|
require('./components/primary-tablist/Component.js');
|
|
21
|
-
require('./index.module-
|
|
21
|
+
require('./index.module-4ae8ce0c.js');
|
|
22
22
|
require('./components/primary-tablist/Component.desktop.js');
|
|
23
23
|
require('@alfalab/core-components-tag');
|
|
24
24
|
require('./components/secondary-tablist/Component.js');
|
|
25
|
-
require('./index.module-
|
|
25
|
+
require('./index.module-1f2c27dd.js');
|
|
26
26
|
require('./components/secondary-tablist/Component.desktop.js');
|
|
27
27
|
var components_tab_Component = require('./components/tab/Component.js');
|
|
28
28
|
require('./components/tabs/Component.js');
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var commonStyles = {"component":"tabs__component_quf9b","fullWidthScroll":"tabs__fullWidthScroll_quf9b","container":"tabs__container_quf9b","title":"tabs__title_quf9b","xxs":"tabs__xxs_quf9b","xs":"tabs__xs_quf9b","s":"tabs__s_quf9b","m":"tabs__m_quf9b","l":"tabs__l_quf9b","xl":"tabs__xl_quf9b"};
|
|
4
|
+
require('./components/secondary-tablist/index.css')
|
|
5
|
+
|
|
6
|
+
exports.commonStyles = commonStyles;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var commonStyles = {"component":"tabs__component_63003","fullWidthScroll":"tabs__fullWidthScroll_63003","container":"tabs__container_63003","title":"tabs__title_63003","disabled":"tabs__disabled_63003","focused":"tabs__focused_63003","collapsed":"tabs__collapsed_63003","selected":"tabs__selected_63003","line":"tabs__line_63003","s":"tabs__s_63003","xs":"tabs__xs_63003","xxs":"tabs__xxs_63003","pickerWrapper":"tabs__pickerWrapper_63003","option":"tabs__option_63003","m":"tabs__m_63003","l":"tabs__l_63003","xl":"tabs__xl_63003","rightAddons":"tabs__rightAddons_63003"};
|
|
4
|
+
require('./components/primary-tablist/index.css')
|
|
5
|
+
|
|
6
|
+
exports.commonStyles = commonStyles;
|
package/mobile.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-f581fd25.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components/picker-button/desktop');
|
|
@@ -18,10 +18,10 @@ require('compute-scroll-into-view');
|
|
|
18
18
|
var components_scrollableContainer_Component = require('./components/scrollable-container/Component.js');
|
|
19
19
|
require('./components/title/Component.js');
|
|
20
20
|
require('./components/primary-tablist/Component.js');
|
|
21
|
-
require('./index.module-
|
|
21
|
+
require('./index.module-4ae8ce0c.js');
|
|
22
22
|
require('@alfalab/core-components-tag');
|
|
23
23
|
require('./components/secondary-tablist/Component.js');
|
|
24
|
-
require('./index.module-
|
|
24
|
+
require('./index.module-1f2c27dd.js');
|
|
25
25
|
var components_tab_Component = require('./components/tab/Component.js');
|
|
26
26
|
require('./components/tabs/Component.js');
|
|
27
27
|
var components_primaryTablist_Component_mobile = require('./components/primary-tablist/Component.mobile.js');
|
|
@@ -13,7 +13,7 @@ import 'compute-scroll-into-view';
|
|
|
13
13
|
import '../scrollable-container/Component.js';
|
|
14
14
|
import '../title/Component.js';
|
|
15
15
|
import { PrimaryTabList } from './Component.js';
|
|
16
|
-
import { c as commonStyles } from '../../index.module-
|
|
16
|
+
import { c as commonStyles } from '../../index.module-0d5bb957.js';
|
|
17
17
|
|
|
18
18
|
const PrimaryTabListDesktop = ({ size = 'm', ...restProps }) => (React.createElement(PrimaryTabList, { ...restProps, size: size, styles: commonStyles }));
|
|
19
19
|
|
|
@@ -13,9 +13,9 @@ import 'compute-scroll-into-view';
|
|
|
13
13
|
import '../scrollable-container/Component.js';
|
|
14
14
|
import '../title/Component.js';
|
|
15
15
|
import { PrimaryTabList } from './Component.js';
|
|
16
|
-
import { c as commonStyles } from '../../index.module-
|
|
16
|
+
import { c as commonStyles } from '../../index.module-0d5bb957.js';
|
|
17
17
|
|
|
18
|
-
var mobileStyles = {"title":"
|
|
18
|
+
var mobileStyles = {"title":"tabs__title_1fwqr tabs__title_63003","mobile":"tabs__mobile_1fwqr"};
|
|
19
19
|
require('./mobile.css')
|
|
20
20
|
|
|
21
21
|
const styles = {
|
|
@@ -13,7 +13,7 @@ import 'compute-scroll-into-view';
|
|
|
13
13
|
import '../scrollable-container/Component.js';
|
|
14
14
|
import '../title/Component.js';
|
|
15
15
|
import './Component.js';
|
|
16
|
-
import '../../index.module-
|
|
16
|
+
import '../../index.module-0d5bb957.js';
|
|
17
17
|
import { PrimaryTabListDesktop } from './Component.desktop.js';
|
|
18
18
|
import { PrimaryTabListMobile } from './Component.mobile.js';
|
|
19
19
|
|