@itcase/ui 1.8.22 → 1.8.23
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/dist/{Avatar_cjs_DSXs1Yrg.js → Avatar_cjs_D84VawE9.js} +1 -1
- package/dist/{Avatar_es_DByUaJL6.js → Avatar_es_CUnfNViT.js} +1 -1
- package/dist/{Button_cjs_CukkOE-v.js → Button_cjs_MfWRETXI.js} +9 -1
- package/dist/{Button_es_DXcCJuNX.js → Button_es_zW2pQTwL.js} +9 -1
- package/dist/{ChipsGroup_cjs_9wrMZrzL.js → ChipsGroup_cjs_CTh6644i.js} +1 -1
- package/dist/{ChipsGroup_es_CjGZ-ulT.js → ChipsGroup_es_BFxBhYNB.js} +1 -1
- package/dist/{DatePicker_cjs_BriuTQqj.js → DatePicker_cjs_uDJmwWkk.js} +3 -3
- package/dist/{DatePicker_es_DzY_fVii.js → DatePicker_es_5r0isX1_.js} +3 -3
- package/dist/{DropdownItem_cjs_DY61IdLK.js → DropdownItem_cjs_C6Jx7-kx.js} +1 -1
- package/dist/{DropdownItem_es_D8mY9vFZ.js → DropdownItem_es_UdkGGVtg.js} +1 -1
- package/dist/{Label_cjs_CnwET26s.js → Label_cjs_jN0dxo1q.js} +1 -1
- package/dist/{Label_es_Dc18d1gY.js → Label_es_CFQzN-2m.js} +1 -1
- package/dist/{Tooltip_cjs_PkuRdzzy.js → Tooltip_cjs_CaocDcQ5.js} +82 -24
- package/dist/{Tooltip_es_BaGfb-qC.js → Tooltip_es_D1w1s33u.js} +82 -24
- package/dist/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Badge.js +1 -1
- package/dist/cjs/components/Breadcrumbs.js +1 -1
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips.js +2 -2
- package/dist/cjs/components/Choice.js +1 -1
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +5 -5
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/Icon.js +1 -1
- package/dist/cjs/components/InputPassword.js +1 -1
- package/dist/cjs/components/Label.js +2 -2
- package/dist/cjs/components/MenuItem.js +1 -1
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/ModalSheetBottom.js +19 -5
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +1 -1
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/cjs/components/Tile.js +1 -1
- package/dist/cjs/components/Title.js +1 -1
- package/dist/cjs/components/Tooltip.js +1 -1
- package/dist/components/Accordion.js +1 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Badge.js +1 -1
- package/dist/components/Breadcrumbs.js +1 -1
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips.js +2 -2
- package/dist/components/Choice.js +1 -1
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +5 -5
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/Icon.js +1 -1
- package/dist/components/InputPassword.js +1 -1
- package/dist/components/Label.js +2 -2
- package/dist/components/MenuItem.js +1 -1
- package/dist/components/Modal.js +1 -1
- package/dist/components/ModalSheetBottom.js +19 -5
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +1 -1
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/components/Tile.js +1 -1
- package/dist/components/Title.js +1 -1
- package/dist/components/Tooltip.js +1 -1
- package/dist/css/components/Badge/Badge.css +3 -3
- package/dist/css/styles/border-color/border-color.css +19 -0
- package/dist/css/styles/border-color/border-color_active.css +38 -0
- package/dist/css/styles/border-color/border-color_focus.css +25 -1
- package/dist/css/styles/border-color/border-color_hover.css +32 -0
- package/dist/types/components/Badge/appearance/badgeAccent.d.ts +13 -1
- package/dist/types/components/Badge/appearance/badgeDanger.d.ts +7 -1
- package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +6 -1
- package/dist/types/components/Badge/appearance/badgeError.d.ts +7 -2
- package/dist/types/components/Badge/appearance/badgeInfo.d.ts +1 -3
- package/dist/types/components/Badge/appearance/badgePrimary.d.ts +7 -1
- package/dist/types/components/Badge/appearance/badgeSecondary.d.ts +7 -1
- package/dist/types/components/Badge/appearance/badgeStyle.d.ts +5 -7
- package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +7 -1
- package/dist/types/components/Badge/appearance/badgeWarning.d.ts +7 -1
- package/dist/types/components/Button/appearance/buttonWarning.d.ts +8 -0
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +2 -1
- package/package.json +6 -8
|
@@ -5,7 +5,7 @@ var jsxRuntime = require('react/jsx-runtime');
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
8
|
-
var Tooltip = require('./
|
|
8
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
9
9
|
var Image = require('./Image_cjs_CCWqbNn4.js');
|
|
10
10
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
11
11
|
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
|
-
import { I as Icon } from './
|
|
6
|
+
import { I as Icon } from './Tooltip_es_D1w1s33u.js';
|
|
7
7
|
import { I as Image } from './Image_es_DZUVp0FS.js';
|
|
8
8
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
|
|
|
4
4
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
|
-
var Tooltip = require('./
|
|
7
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
8
8
|
var Link = require('./Link_cjs_DbRGq2Yk.js');
|
|
9
9
|
var Loader = require('./Loader_cjs_3VRzFLI2.js');
|
|
10
10
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
@@ -235,6 +235,14 @@ var buttonAppearanceWarning = {
|
|
|
235
235
|
loaderFill: 'warningPrimary',
|
|
236
236
|
loaderItemFill: 'warningItemPrimary',
|
|
237
237
|
},
|
|
238
|
+
warningPrimary: {
|
|
239
|
+
fill: 'warningPrimary',
|
|
240
|
+
fillHover: 'warningHover',
|
|
241
|
+
labelTextColor: 'warningTextSecondary',
|
|
242
|
+
labelTextColorHover: 'warningTextSecondary',
|
|
243
|
+
loaderFill: 'warningPrimary',
|
|
244
|
+
loaderItemFill: 'warningItemPrimary',
|
|
245
|
+
},
|
|
238
246
|
};
|
|
239
247
|
|
|
240
248
|
var buttonAppearance = tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign({}, buttonAppearanceSize), buttonAppearanceStyle), buttonAppearanceAccent), buttonAppearanceDanger), buttonAppearanceError), buttonAppearanceInfo), buttonAppearancePrimary), buttonAppearanceSecondary), buttonAppearanceSuccess), buttonAppearanceSurface), buttonAppearanceWarning);
|
|
@@ -2,7 +2,7 @@ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
|
-
import { I as Icon } from './
|
|
5
|
+
import { I as Icon } from './Tooltip_es_D1w1s33u.js';
|
|
6
6
|
import { a as LinkWrapper } from './Link_es_DxtZLeKY.js';
|
|
7
7
|
import { L as Loader } from './Loader_es_DEYowVdU.js';
|
|
8
8
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
@@ -233,6 +233,14 @@ var buttonAppearanceWarning = {
|
|
|
233
233
|
loaderFill: 'warningPrimary',
|
|
234
234
|
loaderItemFill: 'warningItemPrimary',
|
|
235
235
|
},
|
|
236
|
+
warningPrimary: {
|
|
237
|
+
fill: 'warningPrimary',
|
|
238
|
+
fillHover: 'warningHover',
|
|
239
|
+
labelTextColor: 'warningTextSecondary',
|
|
240
|
+
labelTextColorHover: 'warningTextSecondary',
|
|
241
|
+
loaderFill: 'warningPrimary',
|
|
242
|
+
loaderItemFill: 'warningItemPrimary',
|
|
243
|
+
},
|
|
236
244
|
};
|
|
237
245
|
|
|
238
246
|
var buttonAppearance = __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, buttonAppearanceSize), buttonAppearanceStyle), buttonAppearanceAccent), buttonAppearanceDanger), buttonAppearanceError), buttonAppearanceInfo), buttonAppearancePrimary), buttonAppearanceSecondary), buttonAppearanceSuccess), buttonAppearanceSurface), buttonAppearanceWarning);
|
|
@@ -6,7 +6,7 @@ var React = require('react');
|
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
8
8
|
var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
|
|
9
|
-
var Tooltip = require('./
|
|
9
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
10
10
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
11
11
|
|
|
12
12
|
var chipsAppearanceAccent = {
|
|
@@ -4,7 +4,7 @@ import { useMemo } from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from './hooks/useStyles/useStyles.js';
|
|
7
|
-
import { I as Icon, B as Badge } from './
|
|
7
|
+
import { I as Icon, B as Badge } from './Tooltip_es_D1w1s33u.js';
|
|
8
8
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
9
9
|
|
|
10
10
|
var chipsAppearanceAccent = {
|
|
@@ -8,10 +8,10 @@ var locale = require('date-fns/locale');
|
|
|
8
8
|
var DatePicker = require('react-datepicker');
|
|
9
9
|
var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
10
10
|
var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
|
|
11
|
-
var Button = require('./
|
|
12
|
-
var Tooltip = require('./
|
|
11
|
+
var Button = require('./Button_cjs_MfWRETXI.js');
|
|
12
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
13
13
|
var Input = require('./Input_cjs_BAVggtkk.js');
|
|
14
|
-
var Label = require('./
|
|
14
|
+
var Label = require('./Label_cjs_jN0dxo1q.js');
|
|
15
15
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
16
16
|
var _default = require('@itcase/icons/default');
|
|
17
17
|
|
|
@@ -6,10 +6,10 @@ import { ru } from 'date-fns/locale';
|
|
|
6
6
|
import DatePicker from 'react-datepicker';
|
|
7
7
|
import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
8
|
import { useStyles } from './hooks/useStyles/useStyles.js';
|
|
9
|
-
import { B as Button } from './
|
|
10
|
-
import { I as Icon } from './
|
|
9
|
+
import { B as Button } from './Button_es_zW2pQTwL.js';
|
|
10
|
+
import { I as Icon } from './Tooltip_es_D1w1s33u.js';
|
|
11
11
|
import { I as Input } from './Input_es_CNduH28G.js';
|
|
12
|
-
import { L as Label } from './
|
|
12
|
+
import { L as Label } from './Label_es_CFQzN-2m.js';
|
|
13
13
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
14
14
|
import { icon14 } from '@itcase/icons/default';
|
|
15
15
|
|
|
@@ -7,7 +7,7 @@ var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDe
|
|
|
7
7
|
var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
|
|
8
8
|
var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
|
|
9
9
|
var Divider = require('./Divider_cjs_DzFVtGkF.js');
|
|
10
|
-
var Tooltip = require('./
|
|
10
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
11
11
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
12
12
|
|
|
13
13
|
function Dropdown(props) {
|
|
@@ -5,7 +5,7 @@ import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevi
|
|
|
5
5
|
import { useStyles } from './hooks/useStyles/useStyles.js';
|
|
6
6
|
import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
|
|
7
7
|
import { D as Divider } from './Divider_es_BdU9qjKa.js';
|
|
8
|
-
import { I as Icon } from './
|
|
8
|
+
import { I as Icon } from './Tooltip_es_D1w1s33u.js';
|
|
9
9
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
10
10
|
|
|
11
11
|
function Dropdown(props) {
|
|
@@ -6,7 +6,7 @@ var React = require('react');
|
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
8
8
|
var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
|
|
9
|
-
var Tooltip = require('./
|
|
9
|
+
var Tooltip = require('./Tooltip_cjs_CaocDcQ5.js');
|
|
10
10
|
var Text = require('./Text_cjs_DPhKj3wf.js');
|
|
11
11
|
|
|
12
12
|
var labelAppearanceAccent = {
|
|
@@ -4,7 +4,7 @@ import { useRef, useCallback } from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from './hooks/useStyles/useStyles.js';
|
|
7
|
-
import { I as Icon, T as Tooltip } from './
|
|
7
|
+
import { I as Icon, T as Tooltip } from './Tooltip_es_D1w1s33u.js';
|
|
8
8
|
import { T as Text } from './Text_es_BRb3qqKM.js';
|
|
9
9
|
|
|
10
10
|
var labelAppearanceAccent = {
|
|
@@ -13,38 +13,71 @@ var Link = require('./Link_cjs_DbRGq2Yk.js');
|
|
|
13
13
|
var badgeAppearanceAccent = {
|
|
14
14
|
accent: {
|
|
15
15
|
fill: 'accentPrimary',
|
|
16
|
-
borderColor: '
|
|
16
|
+
borderColor: 'accentBorderQuaternary',
|
|
17
17
|
textColor: 'accentTextPrimary',
|
|
18
18
|
dotFill: 'accentItemPrimary',
|
|
19
19
|
iconFill: 'accentItemPrimary',
|
|
20
20
|
},
|
|
21
21
|
accentPrimary: {
|
|
22
|
-
dotFill: 'accentItemPrimary',
|
|
23
22
|
fill: 'accentPrimary',
|
|
24
|
-
borderColor: '
|
|
23
|
+
borderColor: 'accentBorderQuaternary',
|
|
25
24
|
textColor: 'accentTextPrimary',
|
|
25
|
+
dotFill: 'accentItemPrimary',
|
|
26
26
|
iconFill: 'accentItemPrimary',
|
|
27
27
|
},
|
|
28
28
|
accentQuaternary: {
|
|
29
|
+
fill: 'accentQuaternary',
|
|
30
|
+
borderColor: 'accentBorderQuaternary',
|
|
31
|
+
textColor: 'accentTextPrimary',
|
|
29
32
|
dotFill: 'accentItemPrimary',
|
|
33
|
+
iconFill: 'accentItemPrimary',
|
|
30
34
|
},
|
|
31
35
|
accentSecondary: {
|
|
32
|
-
|
|
36
|
+
fill: 'accentSecondary',
|
|
37
|
+
borderColor: 'accentBorderQuaternary',
|
|
38
|
+
textColor: 'accentTextQuaternary',
|
|
39
|
+
dotFill: 'accentItemQuaternary',
|
|
40
|
+
iconFill: 'accentItemQuaternary',
|
|
33
41
|
},
|
|
34
42
|
accentTertiary: {
|
|
35
|
-
|
|
43
|
+
fill: 'accentTeriary',
|
|
44
|
+
borderColor: 'accentBorderSecondary',
|
|
45
|
+
textColor: 'accentTextSecondary',
|
|
46
|
+
dotFill: 'accentItemSecondary',
|
|
47
|
+
iconFill: 'accentItemSecondary',
|
|
36
48
|
},
|
|
37
49
|
};
|
|
38
50
|
|
|
39
51
|
var badgeAppearanceDanger = {
|
|
40
52
|
danger: {
|
|
41
53
|
fill: 'dangerPrimary',
|
|
42
|
-
fillHover: 'dangerPrimary',
|
|
43
54
|
borderColor: 'dangerBorderPrimary',
|
|
44
55
|
textColor: 'dangerTextSecondary',
|
|
45
56
|
dotFill: 'dangerItemPrimary',
|
|
46
57
|
iconFill: 'dangerItemPrimary',
|
|
47
58
|
},
|
|
59
|
+
dangerPrimary: {
|
|
60
|
+
fill: 'dangerPrimary',
|
|
61
|
+
borderColor: 'dangerBorderPrimary',
|
|
62
|
+
textColor: 'dangerTextPrimary',
|
|
63
|
+
dotFill: 'dangerItemPrimary',
|
|
64
|
+
iconFill: 'dangerItemPrimary',
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
var badgeAppearanceDisabled = {
|
|
69
|
+
disabled: {
|
|
70
|
+
fill: 'surfaceDisabled',
|
|
71
|
+
borderColor: 'surfaceBorderDisabled',
|
|
72
|
+
textColor: 'surfaceTextDisabled',
|
|
73
|
+
iconFill: 'surfaceItemDisabled',
|
|
74
|
+
},
|
|
75
|
+
disabledPrimary: {
|
|
76
|
+
fill: 'surfaceDisabled',
|
|
77
|
+
borderColor: 'surfaceBorderDisabled',
|
|
78
|
+
textColor: 'surfaceTextDisabled',
|
|
79
|
+
iconFill: 'surfaceItemDisabled',
|
|
80
|
+
},
|
|
48
81
|
};
|
|
49
82
|
|
|
50
83
|
var badgeAppearanceError = {
|
|
@@ -54,15 +87,19 @@ var badgeAppearanceError = {
|
|
|
54
87
|
labelTextColor: 'errorTextPrimary',
|
|
55
88
|
labelTextColorHover: 'errorTextPrimary',
|
|
56
89
|
iconFill: 'errorItemPrimary',
|
|
57
|
-
|
|
58
|
-
|
|
90
|
+
},
|
|
91
|
+
errorPrimary: {
|
|
92
|
+
fill: 'errorPrimary',
|
|
93
|
+
fillHover: 'errorPrimaryHover',
|
|
94
|
+
labelTextColor: 'errorTextPrimary',
|
|
95
|
+
labelTextColorHover: 'errorTextPrimary',
|
|
96
|
+
iconFill: 'errorItemPrimary',
|
|
59
97
|
},
|
|
60
98
|
};
|
|
61
99
|
|
|
62
100
|
var badgeAppearanceInfo = {
|
|
63
|
-
|
|
101
|
+
infoPrimary: {
|
|
64
102
|
fill: 'infoPrimary',
|
|
65
|
-
fillHover: 'infoPrimaryHover',
|
|
66
103
|
borderColor: 'infoBorderSecondary',
|
|
67
104
|
textColor: 'infoTextPrimary',
|
|
68
105
|
dotFill: 'infoItemPrimary',
|
|
@@ -70,7 +107,6 @@ var badgeAppearanceInfo = {
|
|
|
70
107
|
},
|
|
71
108
|
infoSecondary: {
|
|
72
109
|
fill: 'infoSecondary',
|
|
73
|
-
fillHover: 'infoSecondaryHover',
|
|
74
110
|
borderColor: 'infoBorderSecondary',
|
|
75
111
|
textColor: 'infoTextSecondary',
|
|
76
112
|
dotFill: 'infoItemSecondary',
|
|
@@ -80,7 +116,13 @@ var badgeAppearanceInfo = {
|
|
|
80
116
|
var badgeAppearancePrimary = {
|
|
81
117
|
primary: {
|
|
82
118
|
fill: 'primaryPrimary',
|
|
83
|
-
|
|
119
|
+
borderColor: 'primaryBorderSecondary',
|
|
120
|
+
textColor: 'primaryTextPrimary',
|
|
121
|
+
dotFill: 'primaryItemPrimary',
|
|
122
|
+
iconFill: 'primaryItemPrimary',
|
|
123
|
+
},
|
|
124
|
+
primaryPrimary: {
|
|
125
|
+
fill: 'primaryPrimary',
|
|
84
126
|
borderColor: 'primaryBorderSecondary',
|
|
85
127
|
textColor: 'primaryTextPrimary',
|
|
86
128
|
dotFill: 'primaryItemPrimary',
|
|
@@ -91,7 +133,13 @@ var badgeAppearancePrimary = {
|
|
|
91
133
|
var badgeAppearanceSecondary = {
|
|
92
134
|
secondary: {
|
|
93
135
|
fill: 'secondaryPrimary',
|
|
94
|
-
|
|
136
|
+
borderColor: 'secondaryBorderSecondary',
|
|
137
|
+
textColor: 'secondaryTextPrimary',
|
|
138
|
+
dotFill: 'secondaryItemPrimary',
|
|
139
|
+
iconFill: 'secondaryItemPrimary',
|
|
140
|
+
},
|
|
141
|
+
secondaryPrimary: {
|
|
142
|
+
fill: 'secondaryPrimary',
|
|
95
143
|
borderColor: 'secondaryBorderSecondary',
|
|
96
144
|
textColor: 'secondaryTextPrimary',
|
|
97
145
|
dotFill: 'secondaryItemPrimary',
|
|
@@ -132,25 +180,29 @@ var badgeAppearanceSize = {
|
|
|
132
180
|
};
|
|
133
181
|
|
|
134
182
|
var badgeAppearanceStyle = {
|
|
135
|
-
full: {
|
|
136
|
-
borderColor: null,
|
|
137
|
-
},
|
|
183
|
+
full: {},
|
|
138
184
|
ghost: {
|
|
139
|
-
fill:
|
|
140
|
-
borderColor:
|
|
185
|
+
fill: 'none',
|
|
186
|
+
borderColor: 'none',
|
|
141
187
|
},
|
|
142
188
|
outlined: {
|
|
143
|
-
fill:
|
|
189
|
+
fill: 'none',
|
|
144
190
|
},
|
|
145
191
|
solid: {
|
|
146
|
-
borderColor:
|
|
192
|
+
borderColor: 'none',
|
|
147
193
|
},
|
|
148
194
|
};
|
|
149
195
|
|
|
150
196
|
var badgeAppearanceSuccess = {
|
|
151
197
|
success: {
|
|
152
198
|
fill: 'successPrimary',
|
|
153
|
-
|
|
199
|
+
borderColor: 'successBorderPrimary',
|
|
200
|
+
textColor: 'successTextPrimary',
|
|
201
|
+
dotFill: 'successItemPrimary',
|
|
202
|
+
iconFill: 'successItemPrimary',
|
|
203
|
+
},
|
|
204
|
+
successPrimary: {
|
|
205
|
+
fill: 'successPrimary',
|
|
154
206
|
borderColor: 'successBorderPrimary',
|
|
155
207
|
textColor: 'successTextPrimary',
|
|
156
208
|
dotFill: 'successItemPrimary',
|
|
@@ -186,15 +238,21 @@ var badgeAppearanceSurface = {
|
|
|
186
238
|
var badgeAppearanceWarning = {
|
|
187
239
|
warning: {
|
|
188
240
|
fill: 'warningPrimary',
|
|
189
|
-
fillHover: 'warningPrimary',
|
|
190
241
|
borderColor: 'warningBorderPrimary',
|
|
191
242
|
textColor: 'warningTextSecondary',
|
|
192
243
|
dotFill: 'warningItemPrimary',
|
|
193
244
|
iconFill: 'warningItemPrimary',
|
|
194
245
|
},
|
|
246
|
+
warningPrimary: {
|
|
247
|
+
fill: 'warningPrimary',
|
|
248
|
+
borderColor: 'warningBorderPrimary',
|
|
249
|
+
textColor: 'warningTextPrimary',
|
|
250
|
+
dotFill: 'warningItemPrimary',
|
|
251
|
+
iconFill: 'warningItemPrimary',
|
|
252
|
+
},
|
|
195
253
|
};
|
|
196
254
|
|
|
197
|
-
var badgeAppearance = tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign({}, badgeAppearanceSize), badgeAppearanceStyle), badgeAppearanceAccent), badgeAppearanceDanger), badgeAppearanceError), badgeAppearanceInfo), badgeAppearancePrimary), badgeAppearanceSecondary), badgeAppearanceSuccess), badgeAppearanceSurface), badgeAppearanceWarning);
|
|
255
|
+
var badgeAppearance = tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign(tslib_es6.__assign({}, badgeAppearanceSize), badgeAppearanceStyle), badgeAppearanceAccent), badgeAppearanceDanger), badgeAppearanceError), badgeAppearanceInfo), badgeAppearancePrimary), badgeAppearanceSecondary), badgeAppearanceSuccess), badgeAppearanceDisabled), badgeAppearanceSurface), badgeAppearanceWarning);
|
|
198
256
|
|
|
199
257
|
var badgeConfig = {
|
|
200
258
|
appearance: badgeAppearance,
|
|
@@ -209,7 +267,7 @@ function Badge(props) {
|
|
|
209
267
|
return (tslib_es6.__assign(tslib_es6.__assign({}, resultConfig), (_a = badgeConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
|
|
210
268
|
}, {});
|
|
211
269
|
var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
|
|
212
|
-
var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderColorHoverClass = propsGenerator.borderColorHoverClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, textColor = propsGenerator.textColor, textSize = propsGenerator.textSize, dotFillClass = propsGenerator.dotFillClass, iconFill = propsGenerator.iconFill, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, positionClass = propsGenerator.positionClass,
|
|
270
|
+
var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderColorHoverClass = propsGenerator.borderColorHoverClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, textColor = propsGenerator.textColor, textSize = propsGenerator.textSize, dotFillClass = propsGenerator.dotFillClass, iconFill = propsGenerator.iconFill, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, positionClass = propsGenerator.positionClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass;
|
|
213
271
|
// @ts-expect-error
|
|
214
272
|
var badgeStyles = useStyles.useStyles(props).styles;
|
|
215
273
|
var badgeTypeClass = value
|
|
@@ -11,38 +11,71 @@ import { a as LinkWrapper } from './Link_es_DxtZLeKY.js';
|
|
|
11
11
|
var badgeAppearanceAccent = {
|
|
12
12
|
accent: {
|
|
13
13
|
fill: 'accentPrimary',
|
|
14
|
-
borderColor: '
|
|
14
|
+
borderColor: 'accentBorderQuaternary',
|
|
15
15
|
textColor: 'accentTextPrimary',
|
|
16
16
|
dotFill: 'accentItemPrimary',
|
|
17
17
|
iconFill: 'accentItemPrimary',
|
|
18
18
|
},
|
|
19
19
|
accentPrimary: {
|
|
20
|
-
dotFill: 'accentItemPrimary',
|
|
21
20
|
fill: 'accentPrimary',
|
|
22
|
-
borderColor: '
|
|
21
|
+
borderColor: 'accentBorderQuaternary',
|
|
23
22
|
textColor: 'accentTextPrimary',
|
|
23
|
+
dotFill: 'accentItemPrimary',
|
|
24
24
|
iconFill: 'accentItemPrimary',
|
|
25
25
|
},
|
|
26
26
|
accentQuaternary: {
|
|
27
|
+
fill: 'accentQuaternary',
|
|
28
|
+
borderColor: 'accentBorderQuaternary',
|
|
29
|
+
textColor: 'accentTextPrimary',
|
|
27
30
|
dotFill: 'accentItemPrimary',
|
|
31
|
+
iconFill: 'accentItemPrimary',
|
|
28
32
|
},
|
|
29
33
|
accentSecondary: {
|
|
30
|
-
|
|
34
|
+
fill: 'accentSecondary',
|
|
35
|
+
borderColor: 'accentBorderQuaternary',
|
|
36
|
+
textColor: 'accentTextQuaternary',
|
|
37
|
+
dotFill: 'accentItemQuaternary',
|
|
38
|
+
iconFill: 'accentItemQuaternary',
|
|
31
39
|
},
|
|
32
40
|
accentTertiary: {
|
|
33
|
-
|
|
41
|
+
fill: 'accentTeriary',
|
|
42
|
+
borderColor: 'accentBorderSecondary',
|
|
43
|
+
textColor: 'accentTextSecondary',
|
|
44
|
+
dotFill: 'accentItemSecondary',
|
|
45
|
+
iconFill: 'accentItemSecondary',
|
|
34
46
|
},
|
|
35
47
|
};
|
|
36
48
|
|
|
37
49
|
var badgeAppearanceDanger = {
|
|
38
50
|
danger: {
|
|
39
51
|
fill: 'dangerPrimary',
|
|
40
|
-
fillHover: 'dangerPrimary',
|
|
41
52
|
borderColor: 'dangerBorderPrimary',
|
|
42
53
|
textColor: 'dangerTextSecondary',
|
|
43
54
|
dotFill: 'dangerItemPrimary',
|
|
44
55
|
iconFill: 'dangerItemPrimary',
|
|
45
56
|
},
|
|
57
|
+
dangerPrimary: {
|
|
58
|
+
fill: 'dangerPrimary',
|
|
59
|
+
borderColor: 'dangerBorderPrimary',
|
|
60
|
+
textColor: 'dangerTextPrimary',
|
|
61
|
+
dotFill: 'dangerItemPrimary',
|
|
62
|
+
iconFill: 'dangerItemPrimary',
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
var badgeAppearanceDisabled = {
|
|
67
|
+
disabled: {
|
|
68
|
+
fill: 'surfaceDisabled',
|
|
69
|
+
borderColor: 'surfaceBorderDisabled',
|
|
70
|
+
textColor: 'surfaceTextDisabled',
|
|
71
|
+
iconFill: 'surfaceItemDisabled',
|
|
72
|
+
},
|
|
73
|
+
disabledPrimary: {
|
|
74
|
+
fill: 'surfaceDisabled',
|
|
75
|
+
borderColor: 'surfaceBorderDisabled',
|
|
76
|
+
textColor: 'surfaceTextDisabled',
|
|
77
|
+
iconFill: 'surfaceItemDisabled',
|
|
78
|
+
},
|
|
46
79
|
};
|
|
47
80
|
|
|
48
81
|
var badgeAppearanceError = {
|
|
@@ -52,15 +85,19 @@ var badgeAppearanceError = {
|
|
|
52
85
|
labelTextColor: 'errorTextPrimary',
|
|
53
86
|
labelTextColorHover: 'errorTextPrimary',
|
|
54
87
|
iconFill: 'errorItemPrimary',
|
|
55
|
-
|
|
56
|
-
|
|
88
|
+
},
|
|
89
|
+
errorPrimary: {
|
|
90
|
+
fill: 'errorPrimary',
|
|
91
|
+
fillHover: 'errorPrimaryHover',
|
|
92
|
+
labelTextColor: 'errorTextPrimary',
|
|
93
|
+
labelTextColorHover: 'errorTextPrimary',
|
|
94
|
+
iconFill: 'errorItemPrimary',
|
|
57
95
|
},
|
|
58
96
|
};
|
|
59
97
|
|
|
60
98
|
var badgeAppearanceInfo = {
|
|
61
|
-
|
|
99
|
+
infoPrimary: {
|
|
62
100
|
fill: 'infoPrimary',
|
|
63
|
-
fillHover: 'infoPrimaryHover',
|
|
64
101
|
borderColor: 'infoBorderSecondary',
|
|
65
102
|
textColor: 'infoTextPrimary',
|
|
66
103
|
dotFill: 'infoItemPrimary',
|
|
@@ -68,7 +105,6 @@ var badgeAppearanceInfo = {
|
|
|
68
105
|
},
|
|
69
106
|
infoSecondary: {
|
|
70
107
|
fill: 'infoSecondary',
|
|
71
|
-
fillHover: 'infoSecondaryHover',
|
|
72
108
|
borderColor: 'infoBorderSecondary',
|
|
73
109
|
textColor: 'infoTextSecondary',
|
|
74
110
|
dotFill: 'infoItemSecondary',
|
|
@@ -78,7 +114,13 @@ var badgeAppearanceInfo = {
|
|
|
78
114
|
var badgeAppearancePrimary = {
|
|
79
115
|
primary: {
|
|
80
116
|
fill: 'primaryPrimary',
|
|
81
|
-
|
|
117
|
+
borderColor: 'primaryBorderSecondary',
|
|
118
|
+
textColor: 'primaryTextPrimary',
|
|
119
|
+
dotFill: 'primaryItemPrimary',
|
|
120
|
+
iconFill: 'primaryItemPrimary',
|
|
121
|
+
},
|
|
122
|
+
primaryPrimary: {
|
|
123
|
+
fill: 'primaryPrimary',
|
|
82
124
|
borderColor: 'primaryBorderSecondary',
|
|
83
125
|
textColor: 'primaryTextPrimary',
|
|
84
126
|
dotFill: 'primaryItemPrimary',
|
|
@@ -89,7 +131,13 @@ var badgeAppearancePrimary = {
|
|
|
89
131
|
var badgeAppearanceSecondary = {
|
|
90
132
|
secondary: {
|
|
91
133
|
fill: 'secondaryPrimary',
|
|
92
|
-
|
|
134
|
+
borderColor: 'secondaryBorderSecondary',
|
|
135
|
+
textColor: 'secondaryTextPrimary',
|
|
136
|
+
dotFill: 'secondaryItemPrimary',
|
|
137
|
+
iconFill: 'secondaryItemPrimary',
|
|
138
|
+
},
|
|
139
|
+
secondaryPrimary: {
|
|
140
|
+
fill: 'secondaryPrimary',
|
|
93
141
|
borderColor: 'secondaryBorderSecondary',
|
|
94
142
|
textColor: 'secondaryTextPrimary',
|
|
95
143
|
dotFill: 'secondaryItemPrimary',
|
|
@@ -130,25 +178,29 @@ var badgeAppearanceSize = {
|
|
|
130
178
|
};
|
|
131
179
|
|
|
132
180
|
var badgeAppearanceStyle = {
|
|
133
|
-
full: {
|
|
134
|
-
borderColor: null,
|
|
135
|
-
},
|
|
181
|
+
full: {},
|
|
136
182
|
ghost: {
|
|
137
|
-
fill:
|
|
138
|
-
borderColor:
|
|
183
|
+
fill: 'none',
|
|
184
|
+
borderColor: 'none',
|
|
139
185
|
},
|
|
140
186
|
outlined: {
|
|
141
|
-
fill:
|
|
187
|
+
fill: 'none',
|
|
142
188
|
},
|
|
143
189
|
solid: {
|
|
144
|
-
borderColor:
|
|
190
|
+
borderColor: 'none',
|
|
145
191
|
},
|
|
146
192
|
};
|
|
147
193
|
|
|
148
194
|
var badgeAppearanceSuccess = {
|
|
149
195
|
success: {
|
|
150
196
|
fill: 'successPrimary',
|
|
151
|
-
|
|
197
|
+
borderColor: 'successBorderPrimary',
|
|
198
|
+
textColor: 'successTextPrimary',
|
|
199
|
+
dotFill: 'successItemPrimary',
|
|
200
|
+
iconFill: 'successItemPrimary',
|
|
201
|
+
},
|
|
202
|
+
successPrimary: {
|
|
203
|
+
fill: 'successPrimary',
|
|
152
204
|
borderColor: 'successBorderPrimary',
|
|
153
205
|
textColor: 'successTextPrimary',
|
|
154
206
|
dotFill: 'successItemPrimary',
|
|
@@ -184,15 +236,21 @@ var badgeAppearanceSurface = {
|
|
|
184
236
|
var badgeAppearanceWarning = {
|
|
185
237
|
warning: {
|
|
186
238
|
fill: 'warningPrimary',
|
|
187
|
-
fillHover: 'warningPrimary',
|
|
188
239
|
borderColor: 'warningBorderPrimary',
|
|
189
240
|
textColor: 'warningTextSecondary',
|
|
190
241
|
dotFill: 'warningItemPrimary',
|
|
191
242
|
iconFill: 'warningItemPrimary',
|
|
192
243
|
},
|
|
244
|
+
warningPrimary: {
|
|
245
|
+
fill: 'warningPrimary',
|
|
246
|
+
borderColor: 'warningBorderPrimary',
|
|
247
|
+
textColor: 'warningTextPrimary',
|
|
248
|
+
dotFill: 'warningItemPrimary',
|
|
249
|
+
iconFill: 'warningItemPrimary',
|
|
250
|
+
},
|
|
193
251
|
};
|
|
194
252
|
|
|
195
|
-
var badgeAppearance = __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, badgeAppearanceSize), badgeAppearanceStyle), badgeAppearanceAccent), badgeAppearanceDanger), badgeAppearanceError), badgeAppearanceInfo), badgeAppearancePrimary), badgeAppearanceSecondary), badgeAppearanceSuccess), badgeAppearanceSurface), badgeAppearanceWarning);
|
|
253
|
+
var badgeAppearance = __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, badgeAppearanceSize), badgeAppearanceStyle), badgeAppearanceAccent), badgeAppearanceDanger), badgeAppearanceError), badgeAppearanceInfo), badgeAppearancePrimary), badgeAppearanceSecondary), badgeAppearanceSuccess), badgeAppearanceDisabled), badgeAppearanceSurface), badgeAppearanceWarning);
|
|
196
254
|
|
|
197
255
|
var badgeConfig = {
|
|
198
256
|
appearance: badgeAppearance,
|
|
@@ -207,7 +265,7 @@ function Badge(props) {
|
|
|
207
265
|
return (__assign(__assign({}, resultConfig), (_a = badgeConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
|
|
208
266
|
}, {});
|
|
209
267
|
var propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
|
|
210
|
-
var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderColorHoverClass = propsGenerator.borderColorHoverClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, textColor = propsGenerator.textColor, textSize = propsGenerator.textSize, dotFillClass = propsGenerator.dotFillClass, iconFill = propsGenerator.iconFill, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, positionClass = propsGenerator.positionClass,
|
|
268
|
+
var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderColorHoverClass = propsGenerator.borderColorHoverClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, textColor = propsGenerator.textColor, textSize = propsGenerator.textSize, dotFillClass = propsGenerator.dotFillClass, iconFill = propsGenerator.iconFill, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, positionClass = propsGenerator.positionClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass;
|
|
211
269
|
// @ts-expect-error
|
|
212
270
|
var badgeStyles = useStyles(props).styles;
|
|
213
271
|
var badgeTypeClass = value
|
|
@@ -9,7 +9,7 @@ var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevic
|
|
|
9
9
|
var useStyles = require('../hooks/useStyles/useStyles.js');
|
|
10
10
|
var _default = require('@itcase/icons/default');
|
|
11
11
|
var Divider = require('../../Divider_cjs_DzFVtGkF.js');
|
|
12
|
-
var Tooltip = require('../../
|
|
12
|
+
var Tooltip = require('../../Tooltip_cjs_CaocDcQ5.js');
|
|
13
13
|
var Text = require('../../Text_cjs_DPhKj3wf.js');
|
|
14
14
|
require('lodash/camelCase');
|
|
15
15
|
require('lodash/upperFirst');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var Avatar = require('../../
|
|
3
|
+
var Avatar = require('../../Avatar_cjs_D84VawE9.js');
|
|
4
4
|
require('../../tslib.es6_cjs_CCZ3TN_7.js');
|
|
5
5
|
require('react/jsx-runtime');
|
|
6
6
|
require('react');
|
|
@@ -16,7 +16,7 @@ require('../context/UIContext.js');
|
|
|
16
16
|
require('../hooks/useMediaQueries/useMediaQueries.js');
|
|
17
17
|
require('react-responsive');
|
|
18
18
|
require('../utils/setViewportProperty.js');
|
|
19
|
-
require('../../
|
|
19
|
+
require('../../Tooltip_cjs_CaocDcQ5.js');
|
|
20
20
|
require('../hooks/useStyles/useStyles.js');
|
|
21
21
|
require('lodash/maxBy');
|
|
22
22
|
require('../hooks/useStyles/styleAttributes.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
var clsx = require('clsx');
|
|
5
5
|
var useStyles = require('../hooks/useStyles/useStyles.js');
|
|
6
|
-
var Avatar = require('../../
|
|
6
|
+
var Avatar = require('../../Avatar_cjs_D84VawE9.js');
|
|
7
7
|
var Group = require('../../Group_cjs_Cwt0gWk4.js');
|
|
8
8
|
var Text = require('../../Text_cjs_DPhKj3wf.js');
|
|
9
9
|
require('react');
|
|
@@ -21,7 +21,7 @@ require('../utils/setViewportProperty.js');
|
|
|
21
21
|
require('../hooks/useStyles/styleAttributes.js');
|
|
22
22
|
require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
23
23
|
require('lodash/castArray');
|
|
24
|
-
require('../../
|
|
24
|
+
require('../../Tooltip_cjs_CaocDcQ5.js');
|
|
25
25
|
require('react-inlinesvg');
|
|
26
26
|
require('../../Link_cjs_DbRGq2Yk.js');
|
|
27
27
|
require('../../Image_cjs_CCWqbNn4.js');
|
|
@@ -6,7 +6,7 @@ var React = require('react');
|
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
8
8
|
var useStyles = require('../hooks/useStyles/useStyles.js');
|
|
9
|
-
var Tooltip = require('../../
|
|
9
|
+
var Tooltip = require('../../Tooltip_cjs_CaocDcQ5.js');
|
|
10
10
|
var Link = require('../../Link_cjs_DbRGq2Yk.js');
|
|
11
11
|
var Text = require('../../Text_cjs_DPhKj3wf.js');
|
|
12
12
|
require('lodash/camelCase');
|