@itcase/ui 1.8.32 → 1.8.34
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/{DatePicker_cjs_BYh1Dsto.js → DatePicker_cjs_C-VbK2J4.js} +9 -9
- package/dist/{DatePicker_es_DEAcYDTL.js → DatePicker_es_CIEHQyHC.js} +9 -9
- package/dist/{Input_cjs_BAVggtkk.js → Input_cjs_arr_wxD2.js} +21 -20
- package/dist/{Input_es_CNduH28G.js → Input_es_BW6cZThr.js} +21 -20
- package/dist/{Label_cjs_CZMMdwt5.js → Label_cjs_BWbVsB-u.js} +3 -3
- package/dist/{Label_es_DmDqs4Rc.js → Label_es_ouC2i_iI.js} +3 -3
- package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +7 -15
- package/dist/cjs/components/Cell.js +1 -1
- package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
- package/dist/cjs/components/Choice.js +33 -28
- package/dist/cjs/components/Code.js +31 -42
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +3 -3
- package/dist/cjs/components/DatePicker.js +3 -3
- package/dist/cjs/components/Dropdown/stories/__mock__.js +2 -2
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/Label.js +1 -1
- package/dist/cjs/components/MenuItem.js +14 -7
- package/dist/cjs/components/Notification/stories/__mock__.js +4 -0
- package/dist/cjs/components/Notification.js +27 -9
- package/dist/cjs/components/Pagination.js +101 -20
- package/dist/cjs/components/Search.js +15 -14
- package/dist/cjs/components/Segmented/stories/__mock__.js +38 -0
- package/dist/cjs/components/Segmented.js +13 -10
- package/dist/cjs/components/Tab/stories/__mock__.js +6 -1
- package/dist/cjs/context/Notifications.js +6 -6
- package/dist/components/Breadcrumbs/stories/__mock__.js +7 -15
- package/dist/components/Cell.js +1 -1
- package/dist/components/Choice/stories/__mock__.js +16 -16
- package/dist/components/Choice.js +33 -28
- package/dist/components/Code.js +31 -42
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +3 -3
- package/dist/components/DatePicker.js +3 -3
- package/dist/components/Dropdown/stories/__mock__.js +2 -2
- package/dist/components/Input.js +1 -1
- package/dist/components/Label.js +1 -1
- package/dist/components/MenuItem.js +14 -7
- package/dist/components/Notification/stories/__mock__.js +4 -0
- package/dist/components/Notification.js +27 -9
- package/dist/components/Pagination.js +103 -22
- package/dist/components/Search.js +15 -14
- package/dist/components/Segmented/stories/__mock__.js +36 -0
- package/dist/components/Segmented.js +13 -10
- package/dist/components/Tab/stories/__mock__.js +6 -1
- package/dist/context/Notifications.js +6 -6
- package/dist/css/components/Input/Input.css +6 -0
- package/dist/css/components/Notification/Notification.css +23 -0
- package/dist/css/components/Pagination/Pagination.css +19 -6
- package/dist/css/components/Search/Search.css +0 -1
- package/dist/css/components/Search/css/search-input/search-input.css +0 -1
- package/dist/css/components/Segmented/Segmented.css +24 -0
- package/dist/css/components/Tab/Tab.css +4 -0
- package/dist/css/styles/border-color/border-color_hover.css +3 -0
- package/dist/stories/CellOverview.mdx +3 -2
- package/dist/stories/DatePeriodPlayground.mdx +2 -2
- package/dist/stories/RangeSliderOverview.mdx +0 -3
- package/dist/stories/VideoOverview.mdx +2 -10
- package/dist/stories/VideoPlayground.mdx +2 -2
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +7 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +7 -0
- package/dist/types/components/Choice/appearance/choiceRequire.d.ts +6 -0
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +4 -0
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +6 -0
- package/dist/types/components/Choice/stories/__mock__/index.d.ts +9 -3
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +7 -11
- package/dist/types/components/Code/appearance/codeRequire.d.ts +7 -15
- package/dist/types/components/Code/appearance/codeStyle.d.ts +9 -9
- package/dist/types/components/Code/appearance/codeSuccess.d.ts +8 -7
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +1 -1
- package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +1 -1
- package/dist/types/components/Input/appearance/inputDefault.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputDisabled.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputError.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputRequire.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputStyle.d.ts +7 -6
- package/dist/types/components/Input/appearance/inputSuccess.d.ts +2 -2
- package/dist/types/components/Label/appearance/labelInfo.d.ts +1 -1
- package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +1 -0
- package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +1 -0
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +6 -4
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationInfo.d.ts +17 -0
- package/dist/types/components/Notification/appearance/notificationStyle.d.ts +4 -4
- package/dist/types/components/Notification/stories/__mock__/index.d.ts +1 -0
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +21 -0
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +57 -0
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +14 -0
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +2 -15
- package/dist/types/components/Search/appearance/searchDefault.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchDisabled.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchError.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchRequire.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchStyle.d.ts +8 -7
- package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -1
- package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -0
- package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +1 -1
- package/dist/types/components/Segmented/stories/__mock__/index.d.ts +17 -0
- package/package.json +5 -5
- package/dist/types/components/Choice/appearance/choiceSurface.d.ts +0 -25
|
@@ -6,5 +6,5 @@ import * as DatePeriodStories from '../stories/DatePeriodDemo.stories'
|
|
|
6
6
|
|
|
7
7
|
# Playground
|
|
8
8
|
|
|
9
|
-
<Canvas sourceState="shown" of={DatePeriodStories.
|
|
10
|
-
<Controls of={DatePeriodStories.
|
|
9
|
+
<Canvas sourceState="shown" of={DatePeriodStories.Demo} />
|
|
10
|
+
<Controls of={DatePeriodStories.Demo} />
|
|
@@ -8,14 +8,6 @@ import * as VideoStories from '../stories/VideoDemo.stories'
|
|
|
8
8
|
|
|
9
9
|
`Video` - используется для встраивания видео в разных форматах в веб-приложения
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
<Story of={VideoStories.
|
|
11
|
+
## Demo
|
|
12
|
+
<Story of={VideoStories.Demo}/>
|
|
13
13
|
|
|
14
|
-
## Mp4
|
|
15
|
-
<Story of={VideoStories.Mp4}/>
|
|
16
|
-
|
|
17
|
-
## Webm
|
|
18
|
-
<Story of={VideoStories.Webm}/>
|
|
19
|
-
|
|
20
|
-
## Ogv
|
|
21
|
-
<Story of={VideoStories.Ogv}/>
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
declare const choiceAppearanceDefault: {
|
|
2
2
|
defaultPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillItem: string;
|
|
5
|
+
fillItemActive: string;
|
|
6
|
+
fillItemHover: string;
|
|
4
7
|
labelTextColor: string;
|
|
5
8
|
borderColor: string;
|
|
6
9
|
iconAfterFill: string;
|
|
10
|
+
iconAfterFillActive: string;
|
|
7
11
|
iconBeforeFill: string;
|
|
12
|
+
iconBeforeFillActive: string;
|
|
13
|
+
iconFill: string;
|
|
14
|
+
iconFillActive: string;
|
|
8
15
|
};
|
|
9
16
|
};
|
|
10
17
|
export { choiceAppearanceDefault };
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
declare const choiceAppearanceDisabled: {
|
|
2
2
|
disabledPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillItem: string;
|
|
5
|
+
fillItemActive: string;
|
|
6
|
+
fillItemHover: string;
|
|
4
7
|
labelTextColor: string;
|
|
5
8
|
borderColor: string;
|
|
6
9
|
iconAfterFill: string;
|
|
10
|
+
iconAfterFillActive: string;
|
|
7
11
|
iconBeforeFill: string;
|
|
12
|
+
iconBeforeFillActive: string;
|
|
13
|
+
iconFill: string;
|
|
14
|
+
iconFillActive: string;
|
|
8
15
|
};
|
|
9
16
|
};
|
|
10
17
|
export { choiceAppearanceDisabled };
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
declare const choiceAppearanceRequire: {
|
|
2
2
|
requirePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillItem: string;
|
|
4
5
|
fillItemActive: string;
|
|
6
|
+
fillItemHover: string;
|
|
5
7
|
labelTextColor: string;
|
|
6
8
|
borderColor: string;
|
|
7
9
|
iconAfterFill: string;
|
|
10
|
+
iconAfterFillActive: string;
|
|
8
11
|
iconBeforeFill: string;
|
|
12
|
+
iconBeforeFillActive: string;
|
|
13
|
+
iconFill: string;
|
|
14
|
+
iconFillActive: string;
|
|
9
15
|
};
|
|
10
16
|
};
|
|
11
17
|
export { choiceAppearanceRequire };
|
|
@@ -4,10 +4,14 @@ declare const choiceAppearanceStyle: {
|
|
|
4
4
|
};
|
|
5
5
|
ghost: {
|
|
6
6
|
fill: string;
|
|
7
|
+
fillItem: string;
|
|
8
|
+
fillItemActive: string;
|
|
7
9
|
borderColor: string;
|
|
8
10
|
};
|
|
9
11
|
outlined: {
|
|
10
12
|
fill: string;
|
|
13
|
+
fillItem: string;
|
|
14
|
+
fillItemActive: string;
|
|
11
15
|
};
|
|
12
16
|
solid: {
|
|
13
17
|
borderColor: string;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
declare const choiceAppearanceSuccess: {
|
|
2
2
|
successPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillItem: string;
|
|
4
5
|
fillItemActive: string;
|
|
6
|
+
fillItemHover: string;
|
|
5
7
|
labelTextColor: string;
|
|
6
8
|
borderColor: string;
|
|
7
9
|
iconAfterFill: string;
|
|
10
|
+
iconAfterFillActive: string;
|
|
8
11
|
iconBeforeFill: string;
|
|
12
|
+
iconBeforeFillActive: string;
|
|
13
|
+
iconFill: string;
|
|
14
|
+
iconFillActive: string;
|
|
9
15
|
};
|
|
10
16
|
};
|
|
11
17
|
export { choiceAppearanceSuccess };
|
|
@@ -4,8 +4,12 @@ declare const choiceListMock: {
|
|
|
4
4
|
};
|
|
5
5
|
choices: {
|
|
6
6
|
label: string;
|
|
7
|
-
iconAfter:
|
|
8
|
-
|
|
7
|
+
iconAfter: {
|
|
8
|
+
Default: any;
|
|
9
|
+
};
|
|
10
|
+
iconBefore: {
|
|
11
|
+
Default: any;
|
|
12
|
+
};
|
|
9
13
|
value: number;
|
|
10
14
|
}[];
|
|
11
15
|
};
|
|
@@ -14,7 +18,9 @@ declare const choiceListIconMock: {
|
|
|
14
18
|
value: number;
|
|
15
19
|
};
|
|
16
20
|
choices: {
|
|
17
|
-
icon:
|
|
21
|
+
icon: {
|
|
22
|
+
Default: any;
|
|
23
|
+
};
|
|
18
24
|
value: number;
|
|
19
25
|
}[];
|
|
20
26
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
declare const codeAppearanceDisabled: {
|
|
2
2
|
disabledPrimary: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
fill: string;
|
|
11
|
-
borderColor: string;
|
|
12
|
-
borderHover: string;
|
|
13
|
-
placeholderTextColor: string;
|
|
3
|
+
inputBorderColor: string;
|
|
4
|
+
inputBorderColorHover: string;
|
|
5
|
+
inputCaretColor: string;
|
|
6
|
+
inputFill: string;
|
|
7
|
+
inputFillHover: string;
|
|
8
|
+
inputPlaceholderTextColor: string;
|
|
9
|
+
inputTextColor: string;
|
|
14
10
|
};
|
|
15
11
|
};
|
|
16
12
|
export { codeAppearanceDisabled };
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
declare const codeAppearanceRequire: {
|
|
2
2
|
requirePrimary: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
requireSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
borderColor: string;
|
|
14
|
-
borderHover: string;
|
|
15
|
-
iconBeforeFill: string;
|
|
16
|
-
iconClearFill: string;
|
|
17
|
-
placeholderTextColor: string;
|
|
3
|
+
inputBorderColor: string;
|
|
4
|
+
inputBorderColorHover: string;
|
|
5
|
+
inputCaretColor: string;
|
|
6
|
+
inputFill: string;
|
|
7
|
+
inputFillHover: string;
|
|
8
|
+
inputPlaceholderTextColor: string;
|
|
9
|
+
inputTextColor: string;
|
|
18
10
|
};
|
|
19
11
|
};
|
|
20
12
|
export { codeAppearanceRequire };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const codeAppearanceStyle: {
|
|
2
|
-
solid: {
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
outlined: {
|
|
6
|
-
fill: string;
|
|
7
|
-
};
|
|
8
2
|
full: {
|
|
9
|
-
|
|
3
|
+
inputBorderColor: string;
|
|
10
4
|
};
|
|
11
5
|
ghost: {
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
inputBorderColor: string;
|
|
7
|
+
inputFill: string;
|
|
8
|
+
};
|
|
9
|
+
outlined: {
|
|
10
|
+
inputFill: string;
|
|
11
|
+
};
|
|
12
|
+
solid: {
|
|
13
|
+
inputBorderColor: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
export { codeAppearanceStyle };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
declare const codeAppearanceSuccess: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
successPrimary: {
|
|
3
|
+
inputBorderColor: string;
|
|
4
|
+
inputBorderColorHover: string;
|
|
5
|
+
inputCaretColor: string;
|
|
6
|
+
inputFill: string;
|
|
7
|
+
inputFillHover: string;
|
|
8
|
+
inputPlaceholderTextColor: string;
|
|
9
|
+
inputTextColor: string;
|
|
9
10
|
};
|
|
10
11
|
};
|
|
11
12
|
export { codeAppearanceSuccess };
|
|
@@ -2,7 +2,7 @@ declare const inputAppearanceDefault: {
|
|
|
2
2
|
defaultPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
borderColor: string;
|
|
5
|
-
|
|
5
|
+
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
textColorDisabled: string;
|
|
8
8
|
caret: string;
|
|
@@ -12,7 +12,7 @@ declare const inputAppearanceDefault: {
|
|
|
12
12
|
defaultSecondary: {
|
|
13
13
|
fill: string;
|
|
14
14
|
borderColor: string;
|
|
15
|
-
|
|
15
|
+
borderColorHover: string;
|
|
16
16
|
textColor: string;
|
|
17
17
|
textColorDisabled: string;
|
|
18
18
|
caret: string;
|
|
@@ -2,7 +2,7 @@ declare const inputAppearanceDisabled: {
|
|
|
2
2
|
disabledPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
borderColor: string;
|
|
5
|
-
|
|
5
|
+
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
iconBeforeFill: string;
|
|
8
8
|
iconClearFill: string;
|
|
@@ -11,7 +11,7 @@ declare const inputAppearanceDisabled: {
|
|
|
11
11
|
disabledSecondary: {
|
|
12
12
|
fill: string;
|
|
13
13
|
borderColor: string;
|
|
14
|
-
|
|
14
|
+
borderColorHover: string;
|
|
15
15
|
iconBeforeFill: string;
|
|
16
16
|
iconClearFill: string;
|
|
17
17
|
placeholderTextColor: string;
|
|
@@ -2,7 +2,7 @@ declare const inputAppearanceError: {
|
|
|
2
2
|
errorPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
borderColor: string;
|
|
5
|
-
|
|
5
|
+
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
iconBeforeFill: string;
|
|
8
8
|
iconClearFill: string;
|
|
@@ -11,7 +11,7 @@ declare const inputAppearanceError: {
|
|
|
11
11
|
errorSecondary: {
|
|
12
12
|
fill: string;
|
|
13
13
|
borderColor: string;
|
|
14
|
-
|
|
14
|
+
borderColorHover: string;
|
|
15
15
|
iconBeforeFill: string;
|
|
16
16
|
iconClearFill: string;
|
|
17
17
|
placeholderTextColor: string;
|
|
@@ -2,7 +2,7 @@ declare const inputAppearanceRequire: {
|
|
|
2
2
|
requirePrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
borderColor: string;
|
|
5
|
-
|
|
5
|
+
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
iconBeforeFill: string;
|
|
8
8
|
iconClearFill: string;
|
|
@@ -11,7 +11,7 @@ declare const inputAppearanceRequire: {
|
|
|
11
11
|
requireSecondary: {
|
|
12
12
|
fill: string;
|
|
13
13
|
borderColor: string;
|
|
14
|
-
|
|
14
|
+
borderColorHover: string;
|
|
15
15
|
iconBeforeFill: string;
|
|
16
16
|
iconClearFill: string;
|
|
17
17
|
placeholderTextColor: string;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
declare const inputAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
fill: string;
|
|
5
|
-
borderWidth: string;
|
|
2
|
+
solid: {
|
|
3
|
+
borderColor: string;
|
|
6
4
|
};
|
|
7
5
|
outlined: {
|
|
8
6
|
fill: string;
|
|
9
7
|
};
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
borderColorHover: string;
|
|
12
13
|
};
|
|
13
14
|
};
|
|
14
15
|
export { inputAppearanceStyle };
|
|
@@ -2,7 +2,7 @@ declare const inputAppearanceSuccess: {
|
|
|
2
2
|
successPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
borderColor: string;
|
|
5
|
-
|
|
5
|
+
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
7
|
iconBeforeFill: string;
|
|
8
8
|
iconClearFill: string;
|
|
@@ -11,7 +11,7 @@ declare const inputAppearanceSuccess: {
|
|
|
11
11
|
successSecondary: {
|
|
12
12
|
fill: string;
|
|
13
13
|
borderColor: string;
|
|
14
|
-
|
|
14
|
+
borderColorHover: string;
|
|
15
15
|
iconBeforeFill: string;
|
|
16
16
|
iconClearFill: string;
|
|
17
17
|
placeholderTextColor: string;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
declare const menuItemAppearanceStyle: {
|
|
2
|
-
|
|
2
|
+
full: {
|
|
3
3
|
borderColor: string;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
ghost: {
|
|
6
6
|
fill: string;
|
|
7
|
+
borderColor: string;
|
|
7
8
|
};
|
|
8
|
-
|
|
9
|
-
ghost: {
|
|
9
|
+
outlined: {
|
|
10
10
|
fill: string;
|
|
11
|
+
};
|
|
12
|
+
solid: {
|
|
11
13
|
borderColor: string;
|
|
12
14
|
};
|
|
13
15
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
declare const menuItemAppearanceSurface: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillActive: string;
|
|
5
|
+
fillActiveHover: string;
|
|
4
6
|
fillHover: string;
|
|
5
7
|
labelTextColor: string;
|
|
8
|
+
borderColor: string;
|
|
6
9
|
iconAfterFillIcon: string;
|
|
7
10
|
iconBeforeFillIcon: string;
|
|
8
11
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const notificationAppearanceInfo: {
|
|
2
|
+
infoPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
fillHover: string;
|
|
5
|
+
titleTextColor: string;
|
|
6
|
+
titleTextSize: string;
|
|
7
|
+
descTextColor: string;
|
|
8
|
+
descTextSize: string;
|
|
9
|
+
borderColor: string;
|
|
10
|
+
elevation: number;
|
|
11
|
+
textColor: string;
|
|
12
|
+
iconSize: number;
|
|
13
|
+
closeIcon: any;
|
|
14
|
+
closeIconFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export { notificationAppearanceInfo };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const notificationAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
ghost: {
|
|
4
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
5
3
|
borderColor: string;
|
|
6
4
|
};
|
|
7
5
|
outlined: {
|
|
8
6
|
fill: string;
|
|
9
7
|
};
|
|
10
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
11
11
|
borderColor: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const paginationAppearanceAccent: {
|
|
2
|
+
accent: {
|
|
3
|
+
fill: string;
|
|
4
|
+
fillHover: string;
|
|
5
|
+
};
|
|
6
|
+
accentPrimary: {
|
|
7
|
+
fill: string;
|
|
8
|
+
fillHover: string;
|
|
9
|
+
borderColor: string;
|
|
10
|
+
};
|
|
11
|
+
accentSecondary: {
|
|
12
|
+
fill: string;
|
|
13
|
+
fillHover: string;
|
|
14
|
+
labelTextColor: string;
|
|
15
|
+
labelTextColorHover: string;
|
|
16
|
+
borderColor: string;
|
|
17
|
+
loaderFill: string;
|
|
18
|
+
loaderItemFill: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export { paginationAppearanceAccent };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const paginationAppearanceSize: {
|
|
2
|
+
sizeL: {
|
|
3
|
+
size: string;
|
|
4
|
+
labelTextSize: string;
|
|
5
|
+
iconAfterFillSize: string;
|
|
6
|
+
iconAfterSize: string;
|
|
7
|
+
iconBeforeFillSize: string;
|
|
8
|
+
iconBeforeSize: string;
|
|
9
|
+
nextIcon: any;
|
|
10
|
+
pageCountDescTextSize: string;
|
|
11
|
+
pageCountDropdownItemDividerSize: string;
|
|
12
|
+
pageCountDropdownItemLabelSize: string;
|
|
13
|
+
pageCountDropdownItemSize: string;
|
|
14
|
+
pageCountInputIcon: any;
|
|
15
|
+
pageCountInputIconFillSize: string;
|
|
16
|
+
pageCountInputTextSize: string;
|
|
17
|
+
previousIcon: any;
|
|
18
|
+
};
|
|
19
|
+
sizeM: {
|
|
20
|
+
size: string;
|
|
21
|
+
labelTextSize: string;
|
|
22
|
+
iconAfterFillSize: string;
|
|
23
|
+
iconAfterSize: string;
|
|
24
|
+
iconBeforeFillSize: string;
|
|
25
|
+
iconBeforeSize: string;
|
|
26
|
+
nextIcon: any;
|
|
27
|
+
pageCountDescTextSize: string;
|
|
28
|
+
pageCountDropdownItemDividerSize: string;
|
|
29
|
+
pageCountDropdownItemLabelSize: string;
|
|
30
|
+
pageCountDropdownItemSize: string;
|
|
31
|
+
pageCountDropdownItemWidth: string;
|
|
32
|
+
pageCountInputIcon: any;
|
|
33
|
+
pageCountInputIconFillSize: string;
|
|
34
|
+
pageCountInputTextSize: string;
|
|
35
|
+
previousIcon: any;
|
|
36
|
+
};
|
|
37
|
+
sizeS: {
|
|
38
|
+
size: string;
|
|
39
|
+
labelTextSize: string;
|
|
40
|
+
iconAfterFillSize: string;
|
|
41
|
+
iconAfterSize: string;
|
|
42
|
+
iconBeforeFillSize: string;
|
|
43
|
+
iconBeforeSize: string;
|
|
44
|
+
nextIcon: any;
|
|
45
|
+
previousIcon: any;
|
|
46
|
+
};
|
|
47
|
+
sizeXS: {
|
|
48
|
+
size: string;
|
|
49
|
+
labelTextSize: string;
|
|
50
|
+
beforeSize: string;
|
|
51
|
+
iconAfterFillSize: string;
|
|
52
|
+
nextIcon: any;
|
|
53
|
+
pageCountInputIcon: any;
|
|
54
|
+
previousIcon: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export { paginationAppearanceSize };
|
|
@@ -2,17 +2,12 @@ declare const paginationAppearanceSurface: {
|
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
|
|
6
|
-
marginPagesDisplayed: number;
|
|
7
|
-
nextLabel: import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
pageCountDesc: string;
|
|
5
|
+
nextIconFillIcon: string;
|
|
9
6
|
pageCountDescTextColor: string;
|
|
10
|
-
pageCountDescTextSize: string;
|
|
11
7
|
pageCountDropdownAlignment: string;
|
|
12
8
|
pageCountDropdownElevation: number;
|
|
13
9
|
pageCountDropdownFill: string;
|
|
14
10
|
pageCountDropdownItemDividerFill: string;
|
|
15
|
-
pageCountDropdownItemDividerSize: string;
|
|
16
11
|
pageCountDropdownItemFill: string;
|
|
17
12
|
pageCountDropdownItemFillActive: string;
|
|
18
13
|
pageCountDropdownItemFillActiveHover: string;
|
|
@@ -22,18 +17,10 @@ declare const paginationAppearanceSurface: {
|
|
|
22
17
|
pageCountDropdownItemLabelColorActive: string;
|
|
23
18
|
pageCountDropdownItemLabelColorActiveHover: string;
|
|
24
19
|
pageCountDropdownItemLabelColorHover: string;
|
|
25
|
-
pageCountDropdownItemLabelSize: string;
|
|
26
|
-
pageCountDropdownItemShowDivider: boolean;
|
|
27
|
-
pageCountDropdownItemSize: string;
|
|
28
|
-
pageCountDropdownItemWidth: string;
|
|
29
20
|
pageCountDropdownShape: string;
|
|
30
|
-
pageCountInputIcon: any;
|
|
31
21
|
pageCountInputIconColor: string;
|
|
32
|
-
pageCountInputIconFillSize: string;
|
|
33
22
|
pageCountInputTextColor: string;
|
|
34
|
-
|
|
35
|
-
pageRangeDisplayed: number;
|
|
36
|
-
previousLabel: import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
previousIconFillIcon: string;
|
|
37
24
|
};
|
|
38
25
|
};
|
|
39
26
|
export { paginationAppearanceSurface };
|