@itcase/ui 1.8.29 → 1.8.31
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_DRaNGlad.js} +1 -1
- package/dist/{Avatar_es_B3LiV8MM.js → Avatar_es_Ck1RiTgB.js} +1 -1
- package/dist/{Button_cjs_C05Joa8j.js → Button_cjs_CnBP4mKv.js} +1 -1
- package/dist/{Button_es_CO_dwo-N.js → Button_es_WG0yV-rp.js} +1 -1
- package/dist/{ChipsGroup_cjs_Cm_pVx8z.js → ChipsGroup_cjs_BCnPa9xv.js} +2 -4
- package/dist/{ChipsGroup_es_CLpRB95W.js → ChipsGroup_es_1854brF_.js} +2 -4
- package/dist/{DatePicker_cjs_0y_2FcnF.js → DatePicker_cjs_Cbv3ffoB.js} +3 -6
- package/dist/{DatePicker_es_bY1aXemt.js → DatePicker_es_DGck2HRu.js} +3 -6
- package/dist/{DropdownItem_cjs_DPoFy70W.js → DropdownItem_cjs_C3BV7axh.js} +1 -1
- package/dist/{DropdownItem_es_CVztMEm0.js → DropdownItem_es_VDp5tKZr.js} +1 -1
- package/dist/{Label_cjs_BefEcq6i.js → Label_cjs_CqSZcFNk.js} +63 -63
- package/dist/{Label_es_Dl_DrMOh.js → Label_es_s3M2-dON.js} +63 -63
- package/dist/{Tooltip_cjs_pBGCcXLZ.js → Tooltip_cjs_BE4fABOp.js} +34 -5
- package/dist/{Tooltip_es_frBCZDrO.js → Tooltip_es_BPMRrd2L.js} +34 -5
- package/dist/cjs/components/Accordion.js +28 -12
- 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/stories/__mock__.js +11 -0
- package/dist/cjs/components/Choice.js +59 -17
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +14 -14
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +1 -1
- 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 +1 -1
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +4 -4
- package/dist/cjs/components/Segmented.js +21 -44
- 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 +28 -12
- 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/stories/__mock__.js +9 -0
- package/dist/components/Choice.js +59 -17
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +14 -14
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +1 -1
- 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 +1 -1
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +4 -4
- package/dist/components/Segmented.js +21 -44
- 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/Accordion/Accordion.css +27 -7
- package/dist/css/components/Badge/Badge.css +1 -1
- package/dist/css/components/Choice/Choice.css +27 -19
- 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/types/components/Accordion/appearance/accordionSize.d.ts +14 -7
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +11 -2
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -1
- package/dist/types/components/Cell/stories/__mock__/index.d.ts +2 -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 +10 -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 +4 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +4 -2
- package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +0 -2
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +6 -8
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +6 -6
- package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +0 -2
- package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +1 -1
- 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/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/Tab/stories/__mock__/index.d.ts +1 -1
- package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
- package/package.json +12 -12
- package/dist/types/components/Choice/appearance/choiceAccent.d.ts +0 -10
- 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_BE4fABOp.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_BPMRrd2L.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_BE4fABOp.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_BPMRrd2L.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_BE4fABOp.js');
|
|
10
10
|
var Text = require('./Text_cjs_C9fOm0nd.js');
|
|
11
11
|
|
|
12
12
|
var chipsAppearanceAccent = {
|
|
@@ -150,9 +150,7 @@ function Chips(props) {
|
|
|
150
150
|
? fillClass && "fill_".concat(fillClass)
|
|
151
151
|
: fillActiveClass && "fill_active_".concat(fillActiveClass), !isActive
|
|
152
152
|
? fillHoverClass && "fill_hover_".concat(fillHoverClass)
|
|
153
|
-
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxRuntime.jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsxRuntime.jsx(Tooltip.Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsxRuntime.jsx(Text.Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColorActive: isActive &&
|
|
154
|
-
? labelTextHoverColor
|
|
155
|
-
: labelTextActiveHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsxRuntime.jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsxRuntime.jsx(Tooltip.Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter })), badgeValue && (jsxRuntime.jsx(Tooltip.Badge, { className: "chips__badge", appearance: badgeAppearance, size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue }))] }) }));
|
|
153
|
+
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxRuntime.jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsxRuntime.jsx(Tooltip.Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsxRuntime.jsx(Text.Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColorActive: labelTextActiveColor, textColorActiveHover: labelTextActiveHoverColor, textColorHover: labelTextHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, isActive: isActive, children: label })) : (jsxRuntime.jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsxRuntime.jsx(Tooltip.Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter })), badgeValue && (jsxRuntime.jsx(Tooltip.Badge, { className: "chips__badge", appearance: badgeAppearance, size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue }))] }) }));
|
|
156
154
|
}
|
|
157
155
|
|
|
158
156
|
function ChipsGroup(props) {
|
|
@@ -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_BPMRrd2L.js';
|
|
8
8
|
import { T as Text } from './Text_es_BfLRfj-5.js';
|
|
9
9
|
|
|
10
10
|
var chipsAppearanceAccent = {
|
|
@@ -148,9 +148,7 @@ function Chips(props) {
|
|
|
148
148
|
? fillClass && "fill_".concat(fillClass)
|
|
149
149
|
: fillActiveClass && "fill_active_".concat(fillActiveClass), !isActive
|
|
150
150
|
? fillHoverClass && "fill_hover_".concat(fillHoverClass)
|
|
151
|
-
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsx(Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsx(Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColorActive: isActive &&
|
|
152
|
-
? labelTextHoverColor
|
|
153
|
-
: labelTextActiveHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsx(Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter })), badgeValue && (jsx(Badge, { className: "chips__badge", appearance: badgeAppearance, size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue }))] }) }));
|
|
151
|
+
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsx(Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsx(Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColorActive: labelTextActiveColor, textColorActiveHover: labelTextActiveHoverColor, textColorHover: labelTextHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, isActive: isActive, children: label })) : (jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsx(Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter })), badgeValue && (jsx(Badge, { className: "chips__badge", appearance: badgeAppearance, size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue }))] }) }));
|
|
154
152
|
}
|
|
155
153
|
|
|
156
154
|
function ChipsGroup(props) {
|
|
@@ -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_CnBP4mKv.js');
|
|
12
|
+
var Tooltip = require('./Tooltip_cjs_BE4fABOp.js');
|
|
13
13
|
var Input = require('./Input_cjs_BAVggtkk.js');
|
|
14
|
-
var Label = require('./
|
|
14
|
+
var Label = require('./Label_cjs_CqSZcFNk.js');
|
|
15
15
|
var Text = require('./Text_cjs_C9fOm0nd.js');
|
|
16
16
|
var _default = require('@itcase/icons/default');
|
|
17
17
|
|
|
@@ -72,9 +72,6 @@ var datePickerAppearanceSurface = {
|
|
|
72
72
|
iconFillHover: 'surfaceSecondary',
|
|
73
73
|
iconItemFill: 'surfaceItemPrimary',
|
|
74
74
|
iconShape: 'circular',
|
|
75
|
-
iconItemFill: 'surfaceItemPrimary',
|
|
76
|
-
iconLeft: _default.icon14.ChevronLeft,
|
|
77
|
-
iconRight: _default.icon14.ChevronRight,
|
|
78
75
|
monthTextColor: 'surfaceTextPrimary',
|
|
79
76
|
monthTextWeight: 400,
|
|
80
77
|
placeholderTextColor: 'surfaceTextPrimary',
|
|
@@ -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_WG0yV-rp.js';
|
|
10
|
+
import { I as Icon } from './Tooltip_es_BPMRrd2L.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_s3M2-dON.js';
|
|
13
13
|
import { T as Text } from './Text_es_BfLRfj-5.js';
|
|
14
14
|
import { icon14 } from '@itcase/icons/default';
|
|
15
15
|
|
|
@@ -70,9 +70,6 @@ var datePickerAppearanceSurface = {
|
|
|
70
70
|
iconFillHover: 'surfaceSecondary',
|
|
71
71
|
iconItemFill: 'surfaceItemPrimary',
|
|
72
72
|
iconShape: 'circular',
|
|
73
|
-
iconItemFill: 'surfaceItemPrimary',
|
|
74
|
-
iconLeft: icon14.ChevronLeft,
|
|
75
|
-
iconRight: icon14.ChevronRight,
|
|
76
73
|
monthTextColor: 'surfaceTextPrimary',
|
|
77
74
|
monthTextWeight: 400,
|
|
78
75
|
placeholderTextColor: 'surfaceTextPrimary',
|
|
@@ -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_BE4fABOp.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_BPMRrd2L.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_BE4fABOp.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_BPMRrd2L.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',
|