@itcase/ui 1.9.16 → 1.9.17
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/{ChipsGroup_cjs_BQ27ybIx.js → ChipsGroup_cjs_Bfv9Z78e.js} +6 -7
- package/dist/{ChipsGroup_es_DFVf6wUN.js → ChipsGroup_es_BrHHulZC.js} +6 -7
- package/dist/cjs/components/Accordion.js +2 -2
- package/dist/cjs/components/Chips.js +1 -1
- package/dist/cjs/components/DatePeriod.js +1 -1
- package/dist/components/Accordion.js +2 -2
- package/dist/components/Chips.js +1 -1
- package/dist/components/DatePeriod.js +1 -1
- package/dist/css/styles/bundles.css +51 -6
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +5 -6
- package/package.json +1 -1
|
@@ -9,12 +9,6 @@ var Icon = require('./Icon_cjs_NpWSQezS.js');
|
|
|
9
9
|
var Text = require('./Text_cjs_BhnGHF2T.js');
|
|
10
10
|
|
|
11
11
|
const chipsAppearanceAccent = {
|
|
12
|
-
accent: {
|
|
13
|
-
fill: 'accentPrimary',
|
|
14
|
-
fillHover: 'accentHoverPrimary',
|
|
15
|
-
labelTextColor: 'accentTextPrimary',
|
|
16
|
-
borderColor: 'accentBorderSecondary',
|
|
17
|
-
},
|
|
18
12
|
accentMutedPrimary: {
|
|
19
13
|
fill: 'accentTertiary',
|
|
20
14
|
fillHover: 'accentHoverPrimary',
|
|
@@ -25,10 +19,15 @@ const chipsAppearanceAccent = {
|
|
|
25
19
|
},
|
|
26
20
|
accentPrimary: {
|
|
27
21
|
fill: 'accentPrimary',
|
|
22
|
+
fillActive: 'accentPrimary',
|
|
23
|
+
fillActiveHover: 'accentHoverPrimary',
|
|
28
24
|
fillHover: 'accentHoverPrimary',
|
|
25
|
+
labelTextActiveColor: 'accentTextPrimary',
|
|
29
26
|
labelTextColor: 'accentTextPrimary',
|
|
30
|
-
borderColor: '
|
|
27
|
+
borderColor: 'accentBorderPrimary',
|
|
28
|
+
iconAfterFillActiveIcon: 'accentItemPrimary',
|
|
31
29
|
iconAfterFillIcon: 'accentItemPrimary',
|
|
30
|
+
iconBeforeFillActiveIcon: 'accentItemPrimary',
|
|
32
31
|
iconBeforeFillIcon: 'accentItemPrimary',
|
|
33
32
|
},
|
|
34
33
|
};
|
|
@@ -7,12 +7,6 @@ import { I as Icon, B as Badge } from './Icon_es_CJuX1p1_.js';
|
|
|
7
7
|
import { T as Text } from './Text_es_C1kfpokr.js';
|
|
8
8
|
|
|
9
9
|
const chipsAppearanceAccent = {
|
|
10
|
-
accent: {
|
|
11
|
-
fill: 'accentPrimary',
|
|
12
|
-
fillHover: 'accentHoverPrimary',
|
|
13
|
-
labelTextColor: 'accentTextPrimary',
|
|
14
|
-
borderColor: 'accentBorderSecondary',
|
|
15
|
-
},
|
|
16
10
|
accentMutedPrimary: {
|
|
17
11
|
fill: 'accentTertiary',
|
|
18
12
|
fillHover: 'accentHoverPrimary',
|
|
@@ -23,10 +17,15 @@ const chipsAppearanceAccent = {
|
|
|
23
17
|
},
|
|
24
18
|
accentPrimary: {
|
|
25
19
|
fill: 'accentPrimary',
|
|
20
|
+
fillActive: 'accentPrimary',
|
|
21
|
+
fillActiveHover: 'accentHoverPrimary',
|
|
26
22
|
fillHover: 'accentHoverPrimary',
|
|
23
|
+
labelTextActiveColor: 'accentTextPrimary',
|
|
27
24
|
labelTextColor: 'accentTextPrimary',
|
|
28
|
-
borderColor: '
|
|
25
|
+
borderColor: 'accentBorderPrimary',
|
|
26
|
+
iconAfterFillActiveIcon: 'accentItemPrimary',
|
|
29
27
|
iconAfterFillIcon: 'accentItemPrimary',
|
|
28
|
+
iconBeforeFillActiveIcon: 'accentItemPrimary',
|
|
30
29
|
iconBeforeFillIcon: 'accentItemPrimary',
|
|
31
30
|
},
|
|
32
31
|
};
|
|
@@ -142,7 +142,7 @@ const accordionItemConfig = {
|
|
|
142
142
|
},
|
|
143
143
|
};
|
|
144
144
|
function AccordionItem(props) {
|
|
145
|
-
const { id,
|
|
145
|
+
const { id, appearance, className, title, afterContent, beforeContent, content, isExpanded, onClick, children, } = props;
|
|
146
146
|
const onClickTitle = React.useCallback(() => {
|
|
147
147
|
// "!isExpanded" - is next state of expanded
|
|
148
148
|
const thisItemData = {
|
|
@@ -157,7 +157,7 @@ function AccordionItem(props) {
|
|
|
157
157
|
const propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
|
|
158
158
|
const { fillClass, fillHoverClass, titleBorderColorClass, titleFillClass, titleFillHoverClass, titleTextColor, titleTextSize, titleTextWeight, titleWidthClass, borderColorClass, badgeAppearance, badgeAppearanceSize, badgeShape, badgeSize, badgeTextColor, badgeTextSize, badgeValue, contentTextColor, contentTextSize, contentTextWeight, dividerDirection, dividerFill, dividerSize, icon, iconFill, iconFillIcon, iconFillSize, iconShape, iconSize, iconSrc, shapeClass, shapeStrengthClass, showDivider, sizeClass, zeroGap, zeroPadding, } = propsGenerator;
|
|
159
159
|
const { styles } = useStyles.useStyles(props);
|
|
160
|
-
return (jsxRuntime.jsxs("div", { className: clsx('accordion-item', className, zeroPadding && 'accordion-item_zero-padding', zeroGap && 'accordion-item_zero-gap', borderColorClass && `border-color_${borderColorClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, sizeClass && `accordion-item_size_${sizeClass}`, isExpanded && 'accordion-item_state_open'), style: styles, children: [jsxRuntime.jsxs("div", { className: clsx('accordion-item__header', fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`), children: [jsxRuntime.jsx(Text.Text, { className: clsx('accordion-item__title', titleBorderColorClass && `border-color_${titleBorderColorClass}`, titleFillClass && `fill_${titleFillClass}`, titleFillHoverClass && `fill_hover_${titleFillHoverClass}`, titleWidthClass && `width_${titleWidthClass}`, onClickTitle && 'cursor_type_pointer'), size: titleTextSize, textColor: titleTextColor, textWeight: titleTextWeight, onClick: onClickTitle, children: title }), jsxRuntime.jsxs("div", { className: "accordion-item__action", children: [badgeValue && (jsxRuntime.jsx(Icon.Badge, {
|
|
160
|
+
return (jsxRuntime.jsxs("div", { className: clsx('accordion-item', className, zeroPadding && 'accordion-item_zero-padding', zeroGap && 'accordion-item_zero-gap', borderColorClass && `border-color_${borderColorClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, sizeClass && `accordion-item_size_${sizeClass}`, isExpanded && 'accordion-item_state_open'), style: styles, children: [jsxRuntime.jsxs("div", { className: clsx('accordion-item__header', fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`), children: [jsxRuntime.jsx(Text.Text, { className: clsx('accordion-item__title', titleBorderColorClass && `border-color_${titleBorderColorClass}`, titleFillClass && `fill_${titleFillClass}`, titleFillHoverClass && `fill_hover_${titleFillHoverClass}`, titleWidthClass && `width_${titleWidthClass}`, onClickTitle && 'cursor_type_pointer'), size: titleTextSize, textColor: titleTextColor, textWeight: titleTextWeight, onClick: onClickTitle, children: title }), jsxRuntime.jsxs("div", { className: "accordion-item__action", children: [badgeValue && (jsxRuntime.jsx(Icon.Badge, { appearance: `${badgeAppearance} ${badgeAppearanceSize}`, className: "accordion-item__badge", size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue })), (icon || iconSrc) && (jsxRuntime.jsx(Icon.Icon, { className: clsx('accordion-item__icon'), fill: iconFill, fillSize: iconFillSize, iconFill: iconFillIcon, iconSize: iconSize, imageSrc: iconSrc, shape: iconShape, SvgImage: icon, onClick: onClickTitle }))] }), showDivider && (jsxRuntime.jsx(Divider.Divider, { width: "fill", direction: dividerDirection, size: dividerSize, fill: dividerFill || 'surfaceTertiary' }))] }), beforeContent, isExpanded && (jsxRuntime.jsxs("div", { className: clsx('accordion-item__content'), children: [content && (jsxRuntime.jsx("div", { className: clsx('accordion-item__content-inner', fillClass && `fill_${fillClass}`), children: jsxRuntime.jsx(Text.Text, { size: contentTextSize, textColor: contentTextColor, textWeight: contentTextWeight, children: content }) })), children] })), afterContent] }));
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
function Accordion(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var ChipsGroup = require('../../
|
|
3
|
+
var ChipsGroup = require('../../ChipsGroup_cjs_Bfv9Z78e.js');
|
|
4
4
|
require('react/jsx-runtime');
|
|
5
5
|
require('clsx');
|
|
6
6
|
require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
@@ -7,7 +7,7 @@ var luxon = require('luxon');
|
|
|
7
7
|
var common = require('@itcase/common');
|
|
8
8
|
var useAppearanceConfig = require('../hooks/useAppearanceConfig/useAppearanceConfig.js');
|
|
9
9
|
var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
10
|
-
var ChipsGroup = require('../../
|
|
10
|
+
var ChipsGroup = require('../../ChipsGroup_cjs_Bfv9Z78e.js');
|
|
11
11
|
var DatePicker = require('../../DatePicker_cjs_D9q-RqJu.js');
|
|
12
12
|
require('react-select');
|
|
13
13
|
require('../../Icon_cjs_NpWSQezS.js');
|
|
@@ -140,7 +140,7 @@ const accordionItemConfig = {
|
|
|
140
140
|
},
|
|
141
141
|
};
|
|
142
142
|
function AccordionItem(props) {
|
|
143
|
-
const { id,
|
|
143
|
+
const { id, appearance, className, title, afterContent, beforeContent, content, isExpanded, onClick, children, } = props;
|
|
144
144
|
const onClickTitle = useCallback(() => {
|
|
145
145
|
// "!isExpanded" - is next state of expanded
|
|
146
146
|
const thisItemData = {
|
|
@@ -155,7 +155,7 @@ function AccordionItem(props) {
|
|
|
155
155
|
const propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
|
|
156
156
|
const { fillClass, fillHoverClass, titleBorderColorClass, titleFillClass, titleFillHoverClass, titleTextColor, titleTextSize, titleTextWeight, titleWidthClass, borderColorClass, badgeAppearance, badgeAppearanceSize, badgeShape, badgeSize, badgeTextColor, badgeTextSize, badgeValue, contentTextColor, contentTextSize, contentTextWeight, dividerDirection, dividerFill, dividerSize, icon, iconFill, iconFillIcon, iconFillSize, iconShape, iconSize, iconSrc, shapeClass, shapeStrengthClass, showDivider, sizeClass, zeroGap, zeroPadding, } = propsGenerator;
|
|
157
157
|
const { styles } = useStyles(props);
|
|
158
|
-
return (jsxs("div", { className: clsx('accordion-item', className, zeroPadding && 'accordion-item_zero-padding', zeroGap && 'accordion-item_zero-gap', borderColorClass && `border-color_${borderColorClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, sizeClass && `accordion-item_size_${sizeClass}`, isExpanded && 'accordion-item_state_open'), style: styles, children: [jsxs("div", { className: clsx('accordion-item__header', fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`), children: [jsx(Text, { className: clsx('accordion-item__title', titleBorderColorClass && `border-color_${titleBorderColorClass}`, titleFillClass && `fill_${titleFillClass}`, titleFillHoverClass && `fill_hover_${titleFillHoverClass}`, titleWidthClass && `width_${titleWidthClass}`, onClickTitle && 'cursor_type_pointer'), size: titleTextSize, textColor: titleTextColor, textWeight: titleTextWeight, onClick: onClickTitle, children: title }), jsxs("div", { className: "accordion-item__action", children: [badgeValue && (jsx(Badge, {
|
|
158
|
+
return (jsxs("div", { className: clsx('accordion-item', className, zeroPadding && 'accordion-item_zero-padding', zeroGap && 'accordion-item_zero-gap', borderColorClass && `border-color_${borderColorClass}`, shapeClass && `shape_${shapeClass}`, shapeStrengthClass && `shape-strength_${shapeStrengthClass}`, sizeClass && `accordion-item_size_${sizeClass}`, isExpanded && 'accordion-item_state_open'), style: styles, children: [jsxs("div", { className: clsx('accordion-item__header', fillClass && `fill_${fillClass}`, fillHoverClass && `fill_hover_${fillHoverClass}`), children: [jsx(Text, { className: clsx('accordion-item__title', titleBorderColorClass && `border-color_${titleBorderColorClass}`, titleFillClass && `fill_${titleFillClass}`, titleFillHoverClass && `fill_hover_${titleFillHoverClass}`, titleWidthClass && `width_${titleWidthClass}`, onClickTitle && 'cursor_type_pointer'), size: titleTextSize, textColor: titleTextColor, textWeight: titleTextWeight, onClick: onClickTitle, children: title }), jsxs("div", { className: "accordion-item__action", children: [badgeValue && (jsx(Badge, { appearance: `${badgeAppearance} ${badgeAppearanceSize}`, className: "accordion-item__badge", size: badgeSize, textColor: badgeTextColor, textSize: badgeTextSize, shape: badgeShape, value: badgeValue })), (icon || iconSrc) && (jsx(Icon, { className: clsx('accordion-item__icon'), fill: iconFill, fillSize: iconFillSize, iconFill: iconFillIcon, iconSize: iconSize, imageSrc: iconSrc, shape: iconShape, SvgImage: icon, onClick: onClickTitle }))] }), showDivider && (jsx(Divider, { width: "fill", direction: dividerDirection, size: dividerSize, fill: dividerFill || 'surfaceTertiary' }))] }), beforeContent, isExpanded && (jsxs("div", { className: clsx('accordion-item__content'), children: [content && (jsx("div", { className: clsx('accordion-item__content-inner', fillClass && `fill_${fillClass}`), children: jsx(Text, { size: contentTextSize, textColor: contentTextColor, textWeight: contentTextWeight, children: content }) })), children] })), afterContent] }));
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
function Accordion(props) {
|
package/dist/components/Chips.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Chips, b as ChipsGroup, a as chipsAppearance, c as chipsConfig } from '../
|
|
1
|
+
export { C as Chips, b as ChipsGroup, a as chipsAppearance, c as chipsConfig } from '../ChipsGroup_es_BrHHulZC.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'clsx';
|
|
4
4
|
import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
@@ -5,7 +5,7 @@ import { DateTime } from 'luxon';
|
|
|
5
5
|
import { DATE_PERIOD_INTERVALS } from '@itcase/common';
|
|
6
6
|
import { useAppearanceConfig } from '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
|
-
import { b as ChipsGroup, C as Chips } from '../
|
|
8
|
+
import { b as ChipsGroup, C as Chips } from '../ChipsGroup_es_BrHHulZC.js';
|
|
9
9
|
import { D as DatePickerInput } from '../DatePicker_es_C8h_4BAl.js';
|
|
10
10
|
import 'react-select';
|
|
11
11
|
import '../Icon_es_CJuX1p1_.js';
|
|
@@ -45072,8 +45072,18 @@ textarea.fill {
|
|
|
45072
45072
|
}
|
|
45073
45073
|
}
|
|
45074
45074
|
/* stylelint-disable order/order */
|
|
45075
|
-
.text,
|
|
45076
|
-
|
|
45075
|
+
.title.text,
|
|
45076
|
+
.title.text-font_print,
|
|
45077
|
+
.title.text.text-font_print,
|
|
45078
|
+
.text,
|
|
45079
|
+
.text-font_print,
|
|
45080
|
+
.text.text-font_print,
|
|
45081
|
+
div.text,
|
|
45082
|
+
div.text-font_print,
|
|
45083
|
+
div.text.text-font_print,
|
|
45084
|
+
div.title.text,
|
|
45085
|
+
div.title.text-font_print,
|
|
45086
|
+
div.title.text.text-font_print {
|
|
45077
45087
|
&-weight {
|
|
45078
45088
|
&_100 {
|
|
45079
45089
|
font-weight: 100;
|
|
@@ -45131,8 +45141,18 @@ textarea.fill {
|
|
|
45131
45141
|
}
|
|
45132
45142
|
}
|
|
45133
45143
|
}
|
|
45134
|
-
.text,
|
|
45135
|
-
|
|
45144
|
+
.title.text,
|
|
45145
|
+
.title.text-font_print,
|
|
45146
|
+
.title.text.text-font_print,
|
|
45147
|
+
.text,
|
|
45148
|
+
.text-font_print,
|
|
45149
|
+
.text.text-font_print,
|
|
45150
|
+
span.text,
|
|
45151
|
+
span.text-font_print,
|
|
45152
|
+
span.text.text-font_print,
|
|
45153
|
+
span.title.text,
|
|
45154
|
+
span.title.text-font_print,
|
|
45155
|
+
span.title.text.text-font_print {
|
|
45136
45156
|
&-weight {
|
|
45137
45157
|
&_100 {
|
|
45138
45158
|
font-weight: 100;
|
|
@@ -45190,8 +45210,18 @@ textarea.fill {
|
|
|
45190
45210
|
}
|
|
45191
45211
|
}
|
|
45192
45212
|
}
|
|
45193
|
-
.text,
|
|
45194
|
-
|
|
45213
|
+
.title.text,
|
|
45214
|
+
.title.text-font_print,
|
|
45215
|
+
.title.text.text-font_print,
|
|
45216
|
+
.text,
|
|
45217
|
+
.text-font_print,
|
|
45218
|
+
.text.text-font_print,
|
|
45219
|
+
li.text,
|
|
45220
|
+
li.text-font_print,
|
|
45221
|
+
li.text.text-font_print,
|
|
45222
|
+
li.title.text,
|
|
45223
|
+
li.title.text-font_print,
|
|
45224
|
+
li.title.text.text-font_print {
|
|
45195
45225
|
&-weight {
|
|
45196
45226
|
&_100 {
|
|
45197
45227
|
font-weight: 100;
|
|
@@ -45344,6 +45374,7 @@ textarea.fill {
|
|
|
45344
45374
|
&_size {
|
|
45345
45375
|
&_xxl {
|
|
45346
45376
|
^^&__header {
|
|
45377
|
+
min-height: var(--accordion-item-header-xxl-min-height);
|
|
45347
45378
|
padding: var(--accordion-item-header-xxl-padding);
|
|
45348
45379
|
gap: var(--accordion-item-header-xxl-gap);
|
|
45349
45380
|
}
|
|
@@ -45355,6 +45386,7 @@ textarea.fill {
|
|
|
45355
45386
|
}
|
|
45356
45387
|
&_xl {
|
|
45357
45388
|
^^&__header {
|
|
45389
|
+
min-height: var(--accordion-item-header-xl-min-height);
|
|
45358
45390
|
padding: var(--accordion-item-header-xl-padding);
|
|
45359
45391
|
gap: var(--accordion-item-header-xl-gap);
|
|
45360
45392
|
}
|
|
@@ -45366,6 +45398,7 @@ textarea.fill {
|
|
|
45366
45398
|
}
|
|
45367
45399
|
&_l {
|
|
45368
45400
|
^^&__header {
|
|
45401
|
+
min-height: var(--accordion-item-header-l-min-height);
|
|
45369
45402
|
padding: var(--accordion-item-header-l-padding);
|
|
45370
45403
|
gap: var(--accordion-item-header-l-gap);
|
|
45371
45404
|
}
|
|
@@ -45377,6 +45410,7 @@ textarea.fill {
|
|
|
45377
45410
|
}
|
|
45378
45411
|
&_m {
|
|
45379
45412
|
^^&__header {
|
|
45413
|
+
min-height: var(--accordion-item-header-m-min-height);
|
|
45380
45414
|
padding: var(--accordion-item-header-m-padding);
|
|
45381
45415
|
gap: var(--accordion-item-header-m-gap);
|
|
45382
45416
|
}
|
|
@@ -45388,6 +45422,7 @@ textarea.fill {
|
|
|
45388
45422
|
}
|
|
45389
45423
|
&_s {
|
|
45390
45424
|
^^&__header {
|
|
45425
|
+
min-height: var(--accordion-item-header-s-min-height);
|
|
45391
45426
|
padding: var(--accordion-item-header-s-padding);
|
|
45392
45427
|
gap: var(--accordion-item-header-s-gap);
|
|
45393
45428
|
}
|
|
@@ -45399,6 +45434,7 @@ textarea.fill {
|
|
|
45399
45434
|
}
|
|
45400
45435
|
&_xs {
|
|
45401
45436
|
^^&__header {
|
|
45437
|
+
min-height: var(--accordion-item-header-xs-min-height);
|
|
45402
45438
|
padding: var(--accordion-item-header-xs-padding);
|
|
45403
45439
|
gap: var(--accordion-item-header-xs-gap);
|
|
45404
45440
|
}
|
|
@@ -45410,6 +45446,7 @@ textarea.fill {
|
|
|
45410
45446
|
}
|
|
45411
45447
|
&_xxs {
|
|
45412
45448
|
^^&__header {
|
|
45449
|
+
min-height: var(--accordion-item-header-xxs-min-height);
|
|
45413
45450
|
padding: var(--accordion-item-header-xxs-padding);
|
|
45414
45451
|
gap: var(--accordion-item-header-xxs-gap);
|
|
45415
45452
|
}
|
|
@@ -45449,6 +45486,14 @@ textarea.fill {
|
|
|
45449
45486
|
--accordion-item-header-xs-padding: 10px 8px;
|
|
45450
45487
|
--accordion-item-header-xxs-padding: 12px;
|
|
45451
45488
|
|
|
45489
|
+
--accordion-item-header-xxl-min-height: 40px;
|
|
45490
|
+
--accordion-item-header-xl-min-height: 40px;
|
|
45491
|
+
--accordion-item-header-l-min-height: 40px;
|
|
45492
|
+
--accordion-item-header-m-min-height: 40px;
|
|
45493
|
+
--accordion-item-header-s-min-height: 40px;
|
|
45494
|
+
--accordion-item-header-xs-min-height: 40px;
|
|
45495
|
+
--accordion-item-header-xxs-min-height: 40px;
|
|
45496
|
+
|
|
45452
45497
|
--accordion-item-header-xxl-gap: 8px;
|
|
45453
45498
|
--accordion-item-header-xl-gap: 8px;
|
|
45454
45499
|
--accordion-item-header-l-gap: 8px;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
declare const chipsAppearanceAccent: {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
|
-
borderColor: string;
|
|
7
|
-
};
|
|
8
2
|
accentMutedPrimary: {
|
|
9
3
|
fill: string;
|
|
10
4
|
fillHover: string;
|
|
@@ -15,10 +9,15 @@ declare const chipsAppearanceAccent: {
|
|
|
15
9
|
};
|
|
16
10
|
accentPrimary: {
|
|
17
11
|
fill: string;
|
|
12
|
+
fillActive: string;
|
|
13
|
+
fillActiveHover: string;
|
|
18
14
|
fillHover: string;
|
|
15
|
+
labelTextActiveColor: string;
|
|
19
16
|
labelTextColor: string;
|
|
20
17
|
borderColor: string;
|
|
18
|
+
iconAfterFillActiveIcon: string;
|
|
21
19
|
iconAfterFillIcon: string;
|
|
20
|
+
iconBeforeFillActiveIcon: string;
|
|
22
21
|
iconBeforeFillIcon: string;
|
|
23
22
|
};
|
|
24
23
|
};
|