@itcase/ui 1.8.30 → 1.8.32
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_33OrnLtt.js → Avatar_cjs_kADy_b4o.js} +1 -1
- package/dist/{Avatar_es_B3LiV8MM.js → Avatar_es_DbGpnL99.js} +1 -1
- package/dist/{Button_cjs_C05Joa8j.js → Button_cjs_CW6ENTbm.js} +1 -1
- package/dist/{Button_es_CO_dwo-N.js → Button_es_DTUagqgU.js} +1 -1
- package/dist/{ChipsGroup_cjs_DN9BoTKe.js → ChipsGroup_cjs_DdWjvr_S.js} +1 -1
- package/dist/{ChipsGroup_es_D9aK8Roh.js → ChipsGroup_es_CXS0aeon.js} +1 -1
- package/dist/{DatePicker_cjs_B_OWDm9X.js → DatePicker_cjs_BYh1Dsto.js} +9 -9
- package/dist/{DatePicker_es_BCbmUdl0.js → DatePicker_es_DEAcYDTL.js} +10 -10
- package/dist/{DropdownItem_cjs_DPoFy70W.js → DropdownItem_cjs_D-zoX7Ik.js} +1 -1
- package/dist/{DropdownItem_es_CVztMEm0.js → DropdownItem_es_BMnIhUSe.js} +1 -1
- package/dist/{Label_cjs_BefEcq6i.js → Label_cjs_CZMMdwt5.js} +63 -63
- package/dist/{Label_es_Dl_DrMOh.js → Label_es_DmDqs4Rc.js} +63 -63
- package/dist/{Tooltip_cjs_pBGCcXLZ.js → Tooltip_cjs_DinScDnC.js} +38 -7
- package/dist/{Tooltip_es_frBCZDrO.js → Tooltip_es_B0nm9irO.js} +38 -7
- package/dist/cjs/components/Accordion.js +8 -8
- 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/stories/__mock__.js +15 -7
- package/dist/cjs/components/Breadcrumbs.js +1 -1
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell/stories/__mock__.js +4 -4
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips.js +2 -2
- package/dist/cjs/components/Choice/stories/__mock__.js +71 -0
- package/dist/cjs/components/Choice.js +75 -28
- package/dist/cjs/components/Code.js +15 -16
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/{DadataHintField.js → Dadata.js} +2 -2
- package/dist/cjs/components/DatePeriod.js +5 -5
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +7 -7
- package/dist/cjs/components/Dropdown/stories/__mock__.js +19 -4
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/HeroTitle.js +1 -1
- 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 +38 -68
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/Notification.js +5 -5
- package/dist/cjs/components/Pagination.js +5 -5
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/ScrollOnDrag/stories/__mock__.js +15 -0
- package/dist/cjs/components/Scrollbar/stories/__mock__.js +7 -0
- package/dist/cjs/components/Search.js +16 -16
- package/dist/cjs/components/Segmented.js +21 -44
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Swiper/stories/__mock__.js +16 -0
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab/stories/__mock__.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 +9 -9
- 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/stories/__mock__.js +15 -7
- package/dist/components/Breadcrumbs.js +1 -1
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell/stories/__mock__.js +4 -4
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips.js +2 -2
- package/dist/components/Choice/stories/__mock__.js +68 -0
- package/dist/components/Choice.js +75 -28
- package/dist/components/Code.js +15 -16
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/{DadataHintField.js → Dadata.js} +2 -2
- package/dist/components/DatePeriod.js +5 -5
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +8 -8
- package/dist/components/Dropdown/stories/__mock__.js +20 -5
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/HeroTitle.js +1 -1
- 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 +38 -68
- package/dist/components/Modal.js +1 -1
- package/dist/components/Notification.js +6 -6
- package/dist/components/Pagination.js +6 -6
- package/dist/components/Response.js +2 -2
- package/dist/components/ScrollOnDrag/stories/__mock__.js +13 -0
- package/dist/components/Scrollbar/stories/__mock__.js +5 -0
- package/dist/components/Search.js +17 -17
- package/dist/components/Segmented.js +21 -44
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper/stories/__mock__.js +14 -0
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab/stories/__mock__.js +2 -2
- 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/Choice/Choice.css +41 -38
- package/dist/css/components/Choice/css/__item/choice__item.css +0 -9
- package/dist/css/components/Choice/css/__item/choice__item_size.css +4 -1
- package/dist/css/components/Code/Code.css +5 -7
- package/dist/css/components/{DadataHintField/DadataHintField.css → Dadata/Dadata.css} +9 -9
- package/dist/css/components/HTMLContent/HTMLContent.css +85 -18
- package/dist/css/components/MenuItem/MenuItem.css +45 -8
- package/dist/stories/ChoiceOverview.mdx +2 -2
- package/dist/stories/ChoicePlayground.mdx +3 -3
- package/dist/stories/CookiesWarningOverview.mdx +1 -1
- package/dist/stories/CookiesWarningPlayground.mdx +1 -1
- package/dist/stories/DadataOverview.mdx +11 -0
- package/dist/stories/DadataPlaygroynd.mdx +11 -0
- package/dist/stories/HTMLContentOverview.mdx +1 -1
- package/dist/stories/HTMLContentPlayground.mdx +1 -1
- package/dist/stories/HeroTitleOverview.mdx +1 -1
- package/dist/stories/HeroTitlePlayground.mdx +1 -1
- package/dist/stories/LinkOverview.mdx +1 -1
- package/dist/stories/LinkPlayground.mdx +1 -1
- package/dist/stories/RangeSliderOverview.mdx +15 -0
- package/dist/stories/RangeSliderPlayground.mdx +10 -0
- package/dist/stories/SVGContentOverview.mdx +1 -1
- package/dist/stories/SVGContentPlayground.mdx +1 -1
- package/dist/stories/ScrollOnDragOverview.mdx +12 -0
- package/dist/stories/ScrollOnDragPlayground.mdx +10 -0
- package/dist/stories/ScrollbarOverview.mdx +15 -0
- package/dist/stories/ScrollbarPlayground.mdx +10 -0
- package/dist/stories/SwiperOverview.mdx +2 -2
- package/dist/stories/SwiperPlayground.mdx +2 -2
- package/dist/stories/TextOverview.mdx +1 -1
- package/dist/stories/TextPlayground.mdx +1 -1
- package/dist/stories/TitleOverview.mdx +1 -1
- package/dist/stories/TitlePlayground.mdx +1 -1
- package/dist/types/components/Accordion/appearance/accordionSize.d.ts +7 -7
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +0 -1
- package/dist/types/components/Cell/stories/__mock__/index.d.ts +0 -2
- package/dist/types/components/Choice/Choice.interface.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +10 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +10 -0
- package/dist/types/components/Choice/appearance/choiceError.d.ts +17 -0
- package/dist/types/components/Choice/appearance/choiceRequire.d.ts +11 -0
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +6 -4
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +11 -0
- package/dist/types/components/Choice/stories/__mock__/index.d.ts +21 -0
- package/dist/types/components/Code/appearance/codeDefault.d.ts +6 -8
- package/dist/types/components/Code/appearance/codeError.d.ts +1 -0
- package/dist/types/components/Code/appearance/codeSize.d.ts +2 -2
- package/dist/types/components/Dadata/Dadata.d.ts +3 -0
- package/dist/types/components/{DadataHintField/DadataHintField.interface.d.ts → Dadata/Dadata.interface.d.ts} +1 -1
- package/dist/types/components/Dadata/index.d.ts +1 -0
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +6 -6
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +6 -6
- package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +6 -6
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +6 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +6 -0
- package/dist/types/components/Icon/appearance/iconPrimary.d.ts +5 -0
- package/dist/types/components/Icon/appearance/iconSecondary.d.ts +5 -0
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +6 -5
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +6 -0
- package/dist/types/components/Label/appearance/labelAccent.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelDanger.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelError.d.ts +7 -7
- package/dist/types/components/Label/appearance/labelPrimary.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSecondary.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSuccess.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSurface.d.ts +8 -8
- package/dist/types/components/Label/appearance/labelWarning.d.ts +1 -1
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -0
- package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +5 -8
- package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +3 -3
- package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +0 -15
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +1 -3
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -5
- package/dist/types/components/Notification/appearance/notificationDefault.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationError.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationWarning.d.ts +1 -1
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +1 -1
- package/dist/types/components/ScrollOnDrag/stories/__mock__/index.d.ts +2 -0
- package/dist/types/components/Scrollbar/stories/__mock__/index.d.ts +2 -0
- package/dist/types/components/Search/appearance/searchSize.d.ts +12 -12
- package/dist/types/components/Segmented/appearance/{segmentedSurface.d.ts → segmentedDefault.d.ts} +4 -4
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +1 -2
- package/dist/types/components/Swiper/stories/__mock__/index.d.ts +2 -0
- package/dist/types/components/Tab/stories/__mock__/index.d.ts +1 -1
- package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
- package/package.json +12 -12
- package/dist/stories/Colors.mdx +0 -239
- package/dist/stories/DadataHintFieldOverview.mdx +0 -11
- package/dist/stories/DadataHintFieldPlaygroynd.mdx +0 -11
- package/dist/stories/Elevation.mdx +0 -80
- package/dist/stories/Settings.mdx +0 -3
- package/dist/stories/TypographyAM.mdx +0 -82
- package/dist/stories/TypographyBaikal.mdx +0 -82
- package/dist/types/components/Choice/appearance/choiceAccent.d.ts +0 -10
- package/dist/types/components/DadataHintField/DadataHintField.d.ts +0 -3
- package/dist/types/components/DadataHintField/index.d.ts +0 -1
- package/dist/types/components/Label/appearance/labelGradient.d.ts +0 -9
- package/dist/types/components/MenuItem/appearance/menuItemPrimary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +0 -21
- package/dist/types/components/Pagination/appearance/paginationDanger.d.ts +0 -7
- package/dist/types/components/Pagination/appearance/paginationError.d.ts +0 -11
- package/dist/types/components/Pagination/appearance/paginationInfo.d.ts +0 -21
- package/dist/types/components/Pagination/appearance/paginationPrimary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationSecondary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +0 -48
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +0 -16
- package/dist/types/components/Pagination/appearance/paginationSuccess.d.ts +0 -11
- package/dist/types/components/Pagination/appearance/paginationWarning.d.ts +0 -11
- package/dist/types/components/Segmented/appearance/segmentedAccent.d.ts +0 -19
- package/dist/types/components/Segmented/appearance/segmentedFalse.d.ts +0 -4
- package/dist/types/config/forms/datepicker.d.ts +0 -18
- package/dist/types/config/forms/index.d.ts +0 -3
- package/dist/types/config/forms/input.d.ts +0 -14
|
@@ -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_DinScDnC.js');
|
|
9
9
|
var Image = require('./Image_cjs_CCWqbNn4.js');
|
|
10
10
|
var Text = require('./Text_cjs_C9fOm0nd.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, B as Badge } from './
|
|
6
|
+
import { I as Icon, B as Badge } from './Tooltip_es_B0nm9irO.js';
|
|
7
7
|
import { I as Image } from './Image_es_DZUVp0FS.js';
|
|
8
8
|
import { T as Text } from './Text_es_BfLRfj-5.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_DinScDnC.js');
|
|
8
8
|
var Link = require('./Link_cjs_DbRGq2Yk.js');
|
|
9
9
|
var Loader = require('./Loader_cjs_CCrbD8Em.js');
|
|
10
10
|
var Text = require('./Text_cjs_C9fOm0nd.js');
|
|
@@ -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_B0nm9irO.js';
|
|
6
6
|
import { a as LinkWrapper } from './Link_es_DxtZLeKY.js';
|
|
7
7
|
import { L as Loader } from './Loader_es_B2auu_rc.js';
|
|
8
8
|
import { T as Text } from './Text_es_BfLRfj-5.js';
|
|
@@ -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_DinScDnC.js');
|
|
10
10
|
var Text = require('./Text_cjs_C9fOm0nd.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_B0nm9irO.js';
|
|
8
8
|
import { T as Text } from './Text_es_BfLRfj-5.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_CW6ENTbm.js');
|
|
12
|
+
var Tooltip = require('./Tooltip_cjs_DinScDnC.js');
|
|
13
13
|
var Input = require('./Input_cjs_BAVggtkk.js');
|
|
14
|
-
var Label = require('./
|
|
14
|
+
var Label = require('./Label_cjs_CZMMdwt5.js');
|
|
15
15
|
var Text = require('./Text_cjs_C9fOm0nd.js');
|
|
16
16
|
var _default = require('@itcase/icons/default');
|
|
17
17
|
|
|
@@ -21,16 +21,16 @@ var datePickerSize = {
|
|
|
21
21
|
daySize: 'xs',
|
|
22
22
|
dayTextSize: 'm',
|
|
23
23
|
iconFillSize: 24,
|
|
24
|
-
iconLeft: _default.
|
|
25
|
-
iconRight: _default.
|
|
24
|
+
iconLeft: _default.icons14.Arrow.Chevron_Left,
|
|
25
|
+
iconRight: _default.icons14.Arrow.Chevron_Right,
|
|
26
26
|
},
|
|
27
27
|
sizeM: {
|
|
28
28
|
size: 'm',
|
|
29
29
|
daySize: 'xxl',
|
|
30
30
|
dayTextSize: 'm',
|
|
31
31
|
iconFillSize: 24,
|
|
32
|
-
iconLeft: _default.
|
|
33
|
-
iconRight: _default.
|
|
32
|
+
iconLeft: _default.icons14.Arrow.Chevron_Left,
|
|
33
|
+
iconRight: _default.icons14.Arrow.Chevron_Right,
|
|
34
34
|
iconSize: 14,
|
|
35
35
|
monthTextSize: 'm',
|
|
36
36
|
yearTextSize: 'm',
|
|
@@ -40,8 +40,8 @@ var datePickerSize = {
|
|
|
40
40
|
daySize: 'xs',
|
|
41
41
|
dayTextSize: 'm',
|
|
42
42
|
iconFillSize: 24,
|
|
43
|
-
iconLeft: _default.
|
|
44
|
-
iconRight: _default.
|
|
43
|
+
iconLeft: _default.icons14.Arrow.Chevron_Left,
|
|
44
|
+
iconRight: _default.icons14.Arrow.Chevron_Right,
|
|
45
45
|
},
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -6,12 +6,12 @@ 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_DTUagqgU.js';
|
|
10
|
+
import { I as Icon } from './Tooltip_es_B0nm9irO.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_DmDqs4Rc.js';
|
|
13
13
|
import { T as Text } from './Text_es_BfLRfj-5.js';
|
|
14
|
-
import {
|
|
14
|
+
import { icons14 } from '@itcase/icons/default';
|
|
15
15
|
|
|
16
16
|
var datePickerSize = {
|
|
17
17
|
sizeL: {
|
|
@@ -19,16 +19,16 @@ var datePickerSize = {
|
|
|
19
19
|
daySize: 'xs',
|
|
20
20
|
dayTextSize: 'm',
|
|
21
21
|
iconFillSize: 24,
|
|
22
|
-
iconLeft:
|
|
23
|
-
iconRight:
|
|
22
|
+
iconLeft: icons14.Arrow.Chevron_Left,
|
|
23
|
+
iconRight: icons14.Arrow.Chevron_Right,
|
|
24
24
|
},
|
|
25
25
|
sizeM: {
|
|
26
26
|
size: 'm',
|
|
27
27
|
daySize: 'xxl',
|
|
28
28
|
dayTextSize: 'm',
|
|
29
29
|
iconFillSize: 24,
|
|
30
|
-
iconLeft:
|
|
31
|
-
iconRight:
|
|
30
|
+
iconLeft: icons14.Arrow.Chevron_Left,
|
|
31
|
+
iconRight: icons14.Arrow.Chevron_Right,
|
|
32
32
|
iconSize: 14,
|
|
33
33
|
monthTextSize: 'm',
|
|
34
34
|
yearTextSize: 'm',
|
|
@@ -38,8 +38,8 @@ var datePickerSize = {
|
|
|
38
38
|
daySize: 'xs',
|
|
39
39
|
dayTextSize: 'm',
|
|
40
40
|
iconFillSize: 24,
|
|
41
|
-
iconLeft:
|
|
42
|
-
iconRight:
|
|
41
|
+
iconLeft: icons14.Arrow.Chevron_Left,
|
|
42
|
+
iconRight: icons14.Arrow.Chevron_Right,
|
|
43
43
|
},
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -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_BmCJj3TN.js');
|
|
10
|
-
var Tooltip = require('./
|
|
10
|
+
var Tooltip = require('./Tooltip_cjs_DinScDnC.js');
|
|
11
11
|
var Text = require('./Text_cjs_C9fOm0nd.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_kY-30pft.js';
|
|
8
|
-
import { I as Icon } from './
|
|
8
|
+
import { I as Icon } from './Tooltip_es_B0nm9irO.js';
|
|
9
9
|
import { T as Text } from './Text_es_BfLRfj-5.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_DinScDnC.js');
|
|
10
10
|
var Text = require('./Text_cjs_C9fOm0nd.js');
|
|
11
11
|
|
|
12
12
|
var labelAppearanceAccent = {
|
|
@@ -15,13 +15,13 @@ var labelAppearanceAccent = {
|
|
|
15
15
|
labelTextColor: 'accentTextPrimary',
|
|
16
16
|
labelTextColorHover: 'accentTextPrimary',
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
fill: '
|
|
20
|
-
labelTextColor: '
|
|
21
|
-
labelTextColorHover: '
|
|
22
|
-
borderColor: '
|
|
23
|
-
iconAfterFillIcon: '
|
|
24
|
-
iconBeforeFillIcon: '
|
|
18
|
+
accentMutedPrimary: {
|
|
19
|
+
fill: 'accentTertiary',
|
|
20
|
+
labelTextColor: 'accentTextQuaternary',
|
|
21
|
+
labelTextColorHover: 'accentTextQuaternary',
|
|
22
|
+
borderColor: 'accentBorderSecondary',
|
|
23
|
+
iconAfterFillIcon: 'accentItemQuaternary',
|
|
24
|
+
iconBeforeFillIcon: 'accentItemQuaternary',
|
|
25
25
|
},
|
|
26
26
|
accentPrimary: {
|
|
27
27
|
fill: 'accentPrimary',
|
|
@@ -48,13 +48,13 @@ var labelAppearanceDanger = {
|
|
|
48
48
|
iconAfterFillIcon: 'dangerItemPrimary',
|
|
49
49
|
iconBeforeFillIcon: 'dangerItemPrimary',
|
|
50
50
|
},
|
|
51
|
-
|
|
52
|
-
fill: '
|
|
53
|
-
labelTextColor: '
|
|
54
|
-
labelTextColorHover: '
|
|
55
|
-
borderColor: '
|
|
56
|
-
iconAfterFillIcon: '
|
|
57
|
-
iconBeforeFillIcon: '
|
|
51
|
+
dangerMutedPrimary: {
|
|
52
|
+
fill: 'dangerTertiary',
|
|
53
|
+
labelTextColor: 'dangerTextQuaternary',
|
|
54
|
+
labelTextColorHover: 'dangerTextQuaternary',
|
|
55
|
+
borderColor: 'dangerBorderQuaternary',
|
|
56
|
+
iconAfterFillIcon: 'dangerItemQuaternary',
|
|
57
|
+
iconBeforeFillIcon: 'dangerItemQuaternary',
|
|
58
58
|
},
|
|
59
59
|
dangerPrimary: {
|
|
60
60
|
fill: 'dangerPrimary',
|
|
@@ -87,28 +87,28 @@ var labelAppearanceDisable = {
|
|
|
87
87
|
};
|
|
88
88
|
|
|
89
89
|
var labelAppearanceError = {
|
|
90
|
-
|
|
90
|
+
error: {
|
|
91
91
|
fill: 'errorPrimary',
|
|
92
92
|
fillHover: 'errorPrimaryHover',
|
|
93
93
|
labelTextColor: 'errorTextPrimary',
|
|
94
94
|
labelTextColorHover: 'errorTextPrimary',
|
|
95
|
+
},
|
|
96
|
+
errorMutedPrimary: {
|
|
97
|
+
fill: 'errorDisabled',
|
|
98
|
+
labelTextColor: 'errorTextQuaternary',
|
|
99
|
+
labelTextColorHover: 'errorTextQuaternary',
|
|
95
100
|
borderColor: 'errorBorderSecondary',
|
|
96
|
-
iconAfterFillIcon: '
|
|
97
|
-
iconBeforeFillIcon: '
|
|
101
|
+
iconAfterFillIcon: 'errorItemQuaternary',
|
|
102
|
+
iconBeforeFillIcon: 'errorItemQuaternary',
|
|
98
103
|
},
|
|
99
|
-
|
|
104
|
+
errorPrimary: {
|
|
100
105
|
fill: 'errorPrimary',
|
|
101
106
|
fillHover: 'errorPrimaryHover',
|
|
102
107
|
labelTextColor: 'errorTextPrimary',
|
|
103
108
|
labelTextColorHover: 'errorTextPrimary',
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
labelTextColor: 'errorMutedTextPrimary',
|
|
108
|
-
labelTextColorHover: 'errorMutedTextPrimary',
|
|
109
|
-
borderColor: 'errorMutedBorderSecondary',
|
|
110
|
-
iconAfterFillIcon: 'errorMutedItemPrimary',
|
|
111
|
-
iconBeforeFillIcon: 'errorMutedItemPrimary',
|
|
109
|
+
borderColor: 'errorBorderSecondary',
|
|
110
|
+
iconAfterFillIcon: 'errorItemPrimary',
|
|
111
|
+
iconBeforeFillIcon: 'errorItemPrimary',
|
|
112
112
|
},
|
|
113
113
|
};
|
|
114
114
|
|
|
@@ -150,13 +150,13 @@ var labelAppearancePrimary = {
|
|
|
150
150
|
iconAfterFillIcon: 'dangerItemPrimary',
|
|
151
151
|
iconBeforeFillIcon: 'dangerItemPrimary',
|
|
152
152
|
},
|
|
153
|
-
|
|
154
|
-
fill: '
|
|
155
|
-
labelTextColor: '
|
|
156
|
-
labelTextColorHover: '
|
|
157
|
-
borderColor: '
|
|
158
|
-
iconAfterFillIcon: '
|
|
159
|
-
iconBeforeFillIcon: '
|
|
153
|
+
primaryMutedPrimary: {
|
|
154
|
+
fill: 'primaryDisabled',
|
|
155
|
+
labelTextColor: 'primaryTextSecondary',
|
|
156
|
+
labelTextColorHover: 'primaryTextSecondary',
|
|
157
|
+
borderColor: 'primaryBorderTertiary',
|
|
158
|
+
iconAfterFillIcon: 'primaryItemSecondary',
|
|
159
|
+
iconBeforeFillIcon: 'primaryItemSecondary',
|
|
160
160
|
},
|
|
161
161
|
primaryPrimary: {
|
|
162
162
|
fill: 'primaryPrimary',
|
|
@@ -177,13 +177,13 @@ var labelAppearanceSecondary = {
|
|
|
177
177
|
iconAfterFillIcon: 'secondaryItemPrimary',
|
|
178
178
|
iconBeforeFillIcon: 'secondaryItemPrimary',
|
|
179
179
|
},
|
|
180
|
-
|
|
181
|
-
fill: '
|
|
182
|
-
labelTextColor: '
|
|
183
|
-
labelTextColorHover: '
|
|
184
|
-
borderColor: '
|
|
185
|
-
iconAfterFillIcon: '
|
|
186
|
-
iconBeforeFillIcon: '
|
|
180
|
+
secondaryMutedPrimary: {
|
|
181
|
+
fill: 'secondaryDisabled',
|
|
182
|
+
labelTextColor: 'secondaryTextQuaternary',
|
|
183
|
+
labelTextColorHover: 'secondaryTextQuaternary',
|
|
184
|
+
borderColor: 'secondaryBorderDisabled',
|
|
185
|
+
iconAfterFillIcon: 'secondaryItemQuaternary',
|
|
186
|
+
iconBeforeFillIcon: 'secondaryItemQuaternary',
|
|
187
187
|
},
|
|
188
188
|
secondaryPrimary: {
|
|
189
189
|
fill: 'secondaryPrimary',
|
|
@@ -269,13 +269,13 @@ var labelAppearanceSuccess = {
|
|
|
269
269
|
labelTextColor: 'successTextSecondary',
|
|
270
270
|
labelTextColorHover: 'successTextSecondary',
|
|
271
271
|
},
|
|
272
|
-
|
|
273
|
-
fill: '
|
|
274
|
-
labelTextColor: '
|
|
275
|
-
labelTextColorHover: '
|
|
276
|
-
borderColor: '
|
|
277
|
-
iconAfterFillIcon: '
|
|
278
|
-
iconBeforeFillIcon: '
|
|
272
|
+
successMutedPrimary: {
|
|
273
|
+
fill: 'successTertiary',
|
|
274
|
+
labelTextColor: 'successTextQuaternary',
|
|
275
|
+
labelTextColorHover: 'successTextQuaternary',
|
|
276
|
+
borderColor: 'successBorderQuaternary',
|
|
277
|
+
iconAfterFillIcon: 'successItemQuaternary',
|
|
278
|
+
iconBeforeFillIcon: 'successItemQuaternary',
|
|
279
279
|
},
|
|
280
280
|
successPrimary: {
|
|
281
281
|
fill: 'successPrimary',
|
|
@@ -289,6 +289,14 @@ var labelAppearanceSuccess = {
|
|
|
289
289
|
};
|
|
290
290
|
|
|
291
291
|
var labelAppearanceSurface = {
|
|
292
|
+
surfaceMutedPrimary: {
|
|
293
|
+
fill: 'surfaceSecondary',
|
|
294
|
+
labelTextColor: 'surfaceTextQuaternary',
|
|
295
|
+
labelTextColorHover: 'surfaceTextQuaternary',
|
|
296
|
+
borderColor: 'surfaceBorderQuaternary',
|
|
297
|
+
iconAfterFillIcon: 'surfaceItemQuaternary',
|
|
298
|
+
iconBeforeFillIcon: 'surfaceItemQuaternary',
|
|
299
|
+
},
|
|
292
300
|
surfacePrimary: {
|
|
293
301
|
fill: 'surfacePrimary',
|
|
294
302
|
fillHover: 'surfacePrimaryHover',
|
|
@@ -313,14 +321,6 @@ var labelAppearanceSurface = {
|
|
|
313
321
|
labelTextColor: 'surfaceTextInverse',
|
|
314
322
|
labelTextColorHover: 'surfaceTextInverse',
|
|
315
323
|
},
|
|
316
|
-
surfaceMuted: {
|
|
317
|
-
fill: 'surfaceMuted',
|
|
318
|
-
labelTextColor: 'surfaceMutedTextPrimary',
|
|
319
|
-
labelTextColorHover: 'surfaceMutedTextPrimary',
|
|
320
|
-
borderColor: 'surfaceMutedBorderSecondary',
|
|
321
|
-
iconAfterFillIcon: 'surfaceMutedItemPrimary',
|
|
322
|
-
iconBeforeFillIcon: 'surfaceMutedItemPrimary',
|
|
323
|
-
},
|
|
324
324
|
};
|
|
325
325
|
|
|
326
326
|
var labelAppearanceWarning = {
|
|
@@ -330,13 +330,13 @@ var labelAppearanceWarning = {
|
|
|
330
330
|
labelTextColor: 'warningTextSecondary',
|
|
331
331
|
labelTextColorHover: 'warningTextSecondary',
|
|
332
332
|
},
|
|
333
|
-
|
|
334
|
-
fill: '
|
|
335
|
-
labelTextColor: '
|
|
336
|
-
labelTextColorHover: '
|
|
337
|
-
borderColor: '
|
|
338
|
-
iconAfterFillIcon: '
|
|
339
|
-
iconBeforeFillIcon: '
|
|
333
|
+
warningMutedPrimary: {
|
|
334
|
+
fill: 'warningTertiary',
|
|
335
|
+
labelTextColor: 'warningTextSecondary',
|
|
336
|
+
labelTextColorHover: 'warningTextSecondary',
|
|
337
|
+
borderColor: 'warningBorderSecondary',
|
|
338
|
+
iconAfterFillIcon: 'warningItemSecondary',
|
|
339
|
+
iconBeforeFillIcon: 'warningItemSecondary',
|
|
340
340
|
},
|
|
341
341
|
warningPrimary: {
|
|
342
342
|
fill: 'warningPrimary',
|
|
@@ -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_B0nm9irO.js';
|
|
8
8
|
import { T as Text } from './Text_es_BfLRfj-5.js';
|
|
9
9
|
|
|
10
10
|
var labelAppearanceAccent = {
|
|
@@ -13,13 +13,13 @@ var labelAppearanceAccent = {
|
|
|
13
13
|
labelTextColor: 'accentTextPrimary',
|
|
14
14
|
labelTextColorHover: 'accentTextPrimary',
|
|
15
15
|
},
|
|
16
|
-
|
|
17
|
-
fill: '
|
|
18
|
-
labelTextColor: '
|
|
19
|
-
labelTextColorHover: '
|
|
20
|
-
borderColor: '
|
|
21
|
-
iconAfterFillIcon: '
|
|
22
|
-
iconBeforeFillIcon: '
|
|
16
|
+
accentMutedPrimary: {
|
|
17
|
+
fill: 'accentTertiary',
|
|
18
|
+
labelTextColor: 'accentTextQuaternary',
|
|
19
|
+
labelTextColorHover: 'accentTextQuaternary',
|
|
20
|
+
borderColor: 'accentBorderSecondary',
|
|
21
|
+
iconAfterFillIcon: 'accentItemQuaternary',
|
|
22
|
+
iconBeforeFillIcon: 'accentItemQuaternary',
|
|
23
23
|
},
|
|
24
24
|
accentPrimary: {
|
|
25
25
|
fill: 'accentPrimary',
|
|
@@ -46,13 +46,13 @@ var labelAppearanceDanger = {
|
|
|
46
46
|
iconAfterFillIcon: 'dangerItemPrimary',
|
|
47
47
|
iconBeforeFillIcon: 'dangerItemPrimary',
|
|
48
48
|
},
|
|
49
|
-
|
|
50
|
-
fill: '
|
|
51
|
-
labelTextColor: '
|
|
52
|
-
labelTextColorHover: '
|
|
53
|
-
borderColor: '
|
|
54
|
-
iconAfterFillIcon: '
|
|
55
|
-
iconBeforeFillIcon: '
|
|
49
|
+
dangerMutedPrimary: {
|
|
50
|
+
fill: 'dangerTertiary',
|
|
51
|
+
labelTextColor: 'dangerTextQuaternary',
|
|
52
|
+
labelTextColorHover: 'dangerTextQuaternary',
|
|
53
|
+
borderColor: 'dangerBorderQuaternary',
|
|
54
|
+
iconAfterFillIcon: 'dangerItemQuaternary',
|
|
55
|
+
iconBeforeFillIcon: 'dangerItemQuaternary',
|
|
56
56
|
},
|
|
57
57
|
dangerPrimary: {
|
|
58
58
|
fill: 'dangerPrimary',
|
|
@@ -85,28 +85,28 @@ var labelAppearanceDisable = {
|
|
|
85
85
|
};
|
|
86
86
|
|
|
87
87
|
var labelAppearanceError = {
|
|
88
|
-
|
|
88
|
+
error: {
|
|
89
89
|
fill: 'errorPrimary',
|
|
90
90
|
fillHover: 'errorPrimaryHover',
|
|
91
91
|
labelTextColor: 'errorTextPrimary',
|
|
92
92
|
labelTextColorHover: 'errorTextPrimary',
|
|
93
|
+
},
|
|
94
|
+
errorMutedPrimary: {
|
|
95
|
+
fill: 'errorDisabled',
|
|
96
|
+
labelTextColor: 'errorTextQuaternary',
|
|
97
|
+
labelTextColorHover: 'errorTextQuaternary',
|
|
93
98
|
borderColor: 'errorBorderSecondary',
|
|
94
|
-
iconAfterFillIcon: '
|
|
95
|
-
iconBeforeFillIcon: '
|
|
99
|
+
iconAfterFillIcon: 'errorItemQuaternary',
|
|
100
|
+
iconBeforeFillIcon: 'errorItemQuaternary',
|
|
96
101
|
},
|
|
97
|
-
|
|
102
|
+
errorPrimary: {
|
|
98
103
|
fill: 'errorPrimary',
|
|
99
104
|
fillHover: 'errorPrimaryHover',
|
|
100
105
|
labelTextColor: 'errorTextPrimary',
|
|
101
106
|
labelTextColorHover: 'errorTextPrimary',
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
labelTextColor: 'errorMutedTextPrimary',
|
|
106
|
-
labelTextColorHover: 'errorMutedTextPrimary',
|
|
107
|
-
borderColor: 'errorMutedBorderSecondary',
|
|
108
|
-
iconAfterFillIcon: 'errorMutedItemPrimary',
|
|
109
|
-
iconBeforeFillIcon: 'errorMutedItemPrimary',
|
|
107
|
+
borderColor: 'errorBorderSecondary',
|
|
108
|
+
iconAfterFillIcon: 'errorItemPrimary',
|
|
109
|
+
iconBeforeFillIcon: 'errorItemPrimary',
|
|
110
110
|
},
|
|
111
111
|
};
|
|
112
112
|
|
|
@@ -148,13 +148,13 @@ var labelAppearancePrimary = {
|
|
|
148
148
|
iconAfterFillIcon: 'dangerItemPrimary',
|
|
149
149
|
iconBeforeFillIcon: 'dangerItemPrimary',
|
|
150
150
|
},
|
|
151
|
-
|
|
152
|
-
fill: '
|
|
153
|
-
labelTextColor: '
|
|
154
|
-
labelTextColorHover: '
|
|
155
|
-
borderColor: '
|
|
156
|
-
iconAfterFillIcon: '
|
|
157
|
-
iconBeforeFillIcon: '
|
|
151
|
+
primaryMutedPrimary: {
|
|
152
|
+
fill: 'primaryDisabled',
|
|
153
|
+
labelTextColor: 'primaryTextSecondary',
|
|
154
|
+
labelTextColorHover: 'primaryTextSecondary',
|
|
155
|
+
borderColor: 'primaryBorderTertiary',
|
|
156
|
+
iconAfterFillIcon: 'primaryItemSecondary',
|
|
157
|
+
iconBeforeFillIcon: 'primaryItemSecondary',
|
|
158
158
|
},
|
|
159
159
|
primaryPrimary: {
|
|
160
160
|
fill: 'primaryPrimary',
|
|
@@ -175,13 +175,13 @@ var labelAppearanceSecondary = {
|
|
|
175
175
|
iconAfterFillIcon: 'secondaryItemPrimary',
|
|
176
176
|
iconBeforeFillIcon: 'secondaryItemPrimary',
|
|
177
177
|
},
|
|
178
|
-
|
|
179
|
-
fill: '
|
|
180
|
-
labelTextColor: '
|
|
181
|
-
labelTextColorHover: '
|
|
182
|
-
borderColor: '
|
|
183
|
-
iconAfterFillIcon: '
|
|
184
|
-
iconBeforeFillIcon: '
|
|
178
|
+
secondaryMutedPrimary: {
|
|
179
|
+
fill: 'secondaryDisabled',
|
|
180
|
+
labelTextColor: 'secondaryTextQuaternary',
|
|
181
|
+
labelTextColorHover: 'secondaryTextQuaternary',
|
|
182
|
+
borderColor: 'secondaryBorderDisabled',
|
|
183
|
+
iconAfterFillIcon: 'secondaryItemQuaternary',
|
|
184
|
+
iconBeforeFillIcon: 'secondaryItemQuaternary',
|
|
185
185
|
},
|
|
186
186
|
secondaryPrimary: {
|
|
187
187
|
fill: 'secondaryPrimary',
|
|
@@ -267,13 +267,13 @@ var labelAppearanceSuccess = {
|
|
|
267
267
|
labelTextColor: 'successTextSecondary',
|
|
268
268
|
labelTextColorHover: 'successTextSecondary',
|
|
269
269
|
},
|
|
270
|
-
|
|
271
|
-
fill: '
|
|
272
|
-
labelTextColor: '
|
|
273
|
-
labelTextColorHover: '
|
|
274
|
-
borderColor: '
|
|
275
|
-
iconAfterFillIcon: '
|
|
276
|
-
iconBeforeFillIcon: '
|
|
270
|
+
successMutedPrimary: {
|
|
271
|
+
fill: 'successTertiary',
|
|
272
|
+
labelTextColor: 'successTextQuaternary',
|
|
273
|
+
labelTextColorHover: 'successTextQuaternary',
|
|
274
|
+
borderColor: 'successBorderQuaternary',
|
|
275
|
+
iconAfterFillIcon: 'successItemQuaternary',
|
|
276
|
+
iconBeforeFillIcon: 'successItemQuaternary',
|
|
277
277
|
},
|
|
278
278
|
successPrimary: {
|
|
279
279
|
fill: 'successPrimary',
|
|
@@ -287,6 +287,14 @@ var labelAppearanceSuccess = {
|
|
|
287
287
|
};
|
|
288
288
|
|
|
289
289
|
var labelAppearanceSurface = {
|
|
290
|
+
surfaceMutedPrimary: {
|
|
291
|
+
fill: 'surfaceSecondary',
|
|
292
|
+
labelTextColor: 'surfaceTextQuaternary',
|
|
293
|
+
labelTextColorHover: 'surfaceTextQuaternary',
|
|
294
|
+
borderColor: 'surfaceBorderQuaternary',
|
|
295
|
+
iconAfterFillIcon: 'surfaceItemQuaternary',
|
|
296
|
+
iconBeforeFillIcon: 'surfaceItemQuaternary',
|
|
297
|
+
},
|
|
290
298
|
surfacePrimary: {
|
|
291
299
|
fill: 'surfacePrimary',
|
|
292
300
|
fillHover: 'surfacePrimaryHover',
|
|
@@ -311,14 +319,6 @@ var labelAppearanceSurface = {
|
|
|
311
319
|
labelTextColor: 'surfaceTextInverse',
|
|
312
320
|
labelTextColorHover: 'surfaceTextInverse',
|
|
313
321
|
},
|
|
314
|
-
surfaceMuted: {
|
|
315
|
-
fill: 'surfaceMuted',
|
|
316
|
-
labelTextColor: 'surfaceMutedTextPrimary',
|
|
317
|
-
labelTextColorHover: 'surfaceMutedTextPrimary',
|
|
318
|
-
borderColor: 'surfaceMutedBorderSecondary',
|
|
319
|
-
iconAfterFillIcon: 'surfaceMutedItemPrimary',
|
|
320
|
-
iconBeforeFillIcon: 'surfaceMutedItemPrimary',
|
|
321
|
-
},
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
var labelAppearanceWarning = {
|
|
@@ -328,13 +328,13 @@ var labelAppearanceWarning = {
|
|
|
328
328
|
labelTextColor: 'warningTextSecondary',
|
|
329
329
|
labelTextColorHover: 'warningTextSecondary',
|
|
330
330
|
},
|
|
331
|
-
|
|
332
|
-
fill: '
|
|
333
|
-
labelTextColor: '
|
|
334
|
-
labelTextColorHover: '
|
|
335
|
-
borderColor: '
|
|
336
|
-
iconAfterFillIcon: '
|
|
337
|
-
iconBeforeFillIcon: '
|
|
331
|
+
warningMutedPrimary: {
|
|
332
|
+
fill: 'warningTertiary',
|
|
333
|
+
labelTextColor: 'warningTextSecondary',
|
|
334
|
+
labelTextColorHover: 'warningTextSecondary',
|
|
335
|
+
borderColor: 'warningBorderSecondary',
|
|
336
|
+
iconAfterFillIcon: 'warningItemSecondary',
|
|
337
|
+
iconBeforeFillIcon: 'warningItemSecondary',
|
|
338
338
|
},
|
|
339
339
|
warningPrimary: {
|
|
340
340
|
fill: 'warningPrimary',
|