@connectif/ui-components 2.3.1 → 2.3.2
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/components/chart/DonutChart.d.ts +18 -1
- package/dist/components/info/InfoBox.d.ts +1 -1
- package/dist/index.js +25 -72
- package/dist/theme/Colors.d.ts +0 -22
- package/dist/theme/CustomPalette.d.ts +0 -2
- package/dist/theme/CustomPaletteCommon.d.ts +0 -1
- package/dist/theme/Palettes.d.ts +0 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/ChartUtils.d.ts +3 -2
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import './EchartsConfig';
|
|
3
3
|
import { ChartTooltipEntryFormatter } from '../../utils/ChartUtils';
|
|
4
4
|
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
5
|
+
import { CallbackDataParams } from 'echarts/types/dist/shared';
|
|
5
6
|
export type DonutChartProps = {
|
|
6
7
|
/**
|
|
7
8
|
* The css style to apply to the chart container.
|
|
@@ -69,11 +70,27 @@ export type DonutChartProps = {
|
|
|
69
70
|
* The color for this data item.
|
|
70
71
|
*/
|
|
71
72
|
color: string;
|
|
73
|
+
/**
|
|
74
|
+
* The opacity to apply in color. Value between 0 and 1.
|
|
75
|
+
*/
|
|
76
|
+
opacity?: number;
|
|
72
77
|
}[];
|
|
73
78
|
}[];
|
|
79
|
+
/**
|
|
80
|
+
* To modify start angle
|
|
81
|
+
*/
|
|
82
|
+
startAngle?: number;
|
|
83
|
+
/**
|
|
84
|
+
* Inner circle width. Values between 0 to 100.
|
|
85
|
+
*/
|
|
86
|
+
innerWidth?: number;
|
|
87
|
+
/**
|
|
88
|
+
* Function used to set specified tooltip.
|
|
89
|
+
*/
|
|
90
|
+
getTooltip?: (param: CallbackDataParams) => React.ReactNode;
|
|
74
91
|
};
|
|
75
92
|
/**
|
|
76
93
|
* A donut chart component to display numeric data grouped by categories and series.
|
|
77
94
|
*/
|
|
78
|
-
declare const DonutChart: ({ style, isLoading, series, tooltipEntryFormatter, onClick }: DonutChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
95
|
+
declare const DonutChart: ({ style, isLoading, series, startAngle, innerWidth, tooltipEntryFormatter, getTooltip, onClick }: DonutChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
79
96
|
export default DonutChart;
|
package/dist/index.js
CHANGED
|
@@ -4732,13 +4732,6 @@ __export(Typography_exports, {
|
|
|
4732
4732
|
var Colors_exports = {};
|
|
4733
4733
|
__export(Colors_exports, {
|
|
4734
4734
|
black: () => black,
|
|
4735
|
-
blackOpacity04: () => blackOpacity04,
|
|
4736
|
-
blueGrey: () => blueGrey,
|
|
4737
|
-
blueGrey300: () => blueGrey300,
|
|
4738
|
-
blueGrey400: () => blueGrey400,
|
|
4739
|
-
blueGrey500: () => blueGrey500,
|
|
4740
|
-
blueGrey700: () => blueGrey700,
|
|
4741
|
-
blueGrey800: () => blueGrey800,
|
|
4742
4735
|
complementary100: () => complementary100,
|
|
4743
4736
|
complementary200: () => complementary200,
|
|
4744
4737
|
complementary300: () => complementary300,
|
|
@@ -4756,7 +4749,6 @@ __export(Colors_exports, {
|
|
|
4756
4749
|
dark700: () => dark700,
|
|
4757
4750
|
dark800: () => dark800,
|
|
4758
4751
|
dark900: () => dark900,
|
|
4759
|
-
darkGreen: () => darkGreen,
|
|
4760
4752
|
darkMain: () => darkMain,
|
|
4761
4753
|
electricLavender: () => electricLavender,
|
|
4762
4754
|
error100: () => error100,
|
|
@@ -4771,7 +4763,6 @@ __export(Colors_exports, {
|
|
|
4771
4763
|
error800: () => error800,
|
|
4772
4764
|
error900: () => error900,
|
|
4773
4765
|
errorMain: () => errorMain,
|
|
4774
|
-
green2: () => green2,
|
|
4775
4766
|
grey100: () => grey100,
|
|
4776
4767
|
grey200: () => grey200,
|
|
4777
4768
|
grey300: () => grey300,
|
|
@@ -4783,10 +4774,7 @@ __export(Colors_exports, {
|
|
|
4783
4774
|
grey800: () => grey800,
|
|
4784
4775
|
grey900: () => grey900,
|
|
4785
4776
|
gunMetal: () => gunMetal,
|
|
4786
|
-
lightGreen: () => lightGreen,
|
|
4787
4777
|
oliveGreen: () => oliveGreen,
|
|
4788
|
-
overlay02: () => overlay02,
|
|
4789
|
-
overlay05: () => overlay05,
|
|
4790
4778
|
paleOliveGreen: () => paleOliveGreen,
|
|
4791
4779
|
primary100: () => primary100,
|
|
4792
4780
|
primary200: () => primary200,
|
|
@@ -4799,14 +4787,10 @@ __export(Colors_exports, {
|
|
|
4799
4787
|
primary800: () => primary800,
|
|
4800
4788
|
primary900: () => primary900,
|
|
4801
4789
|
primaryAlpha32: () => primaryAlpha32,
|
|
4802
|
-
primaryAlpha64: () => primaryAlpha64,
|
|
4803
4790
|
primaryDark: () => primaryDark,
|
|
4804
4791
|
primaryLight: () => primaryLight,
|
|
4805
4792
|
primaryMain: () => primaryMain,
|
|
4806
4793
|
primaryOpacity32: () => primaryOpacity32,
|
|
4807
|
-
purpleDark: () => purpleDark,
|
|
4808
|
-
purpleLight: () => purpleLight,
|
|
4809
|
-
redOrange: () => redOrange,
|
|
4810
4794
|
success100: () => success100,
|
|
4811
4795
|
success200: () => success200,
|
|
4812
4796
|
success300: () => success300,
|
|
@@ -4820,12 +4804,6 @@ __export(Colors_exports, {
|
|
|
4820
4804
|
successDark: () => successDark,
|
|
4821
4805
|
successLight: () => successLight,
|
|
4822
4806
|
successMain: () => successMain,
|
|
4823
|
-
tertiaryBlueGray: () => tertiaryBlueGray,
|
|
4824
|
-
tertiaryBlueGrayLight: () => tertiaryBlueGrayLight,
|
|
4825
|
-
tertiaryOliveGreen: () => tertiaryOliveGreen,
|
|
4826
|
-
tertiaryOliveGreenLight: () => tertiaryOliveGreenLight,
|
|
4827
|
-
tertiaryTealBlue: () => tertiaryTealBlue,
|
|
4828
|
-
tertiaryTealBlueLight: () => tertiaryTealBlueLight,
|
|
4829
4807
|
white: () => white,
|
|
4830
4808
|
whiteOpacity32: () => whiteOpacity32,
|
|
4831
4809
|
yellow: () => yellow
|
|
@@ -4845,7 +4823,6 @@ var primaryDark = primary800;
|
|
|
4845
4823
|
var primaryLight = primary300;
|
|
4846
4824
|
var primaryOpacity32 = "rgba(212, 224, 246, 0.32)";
|
|
4847
4825
|
var primaryAlpha32 = "#F1F5FC";
|
|
4848
|
-
var primaryAlpha64 = "#E3EBF9";
|
|
4849
4826
|
var complementary50 = "#FBF3E3";
|
|
4850
4827
|
var complementary100 = "#F5E0B9";
|
|
4851
4828
|
var complementary200 = "#F0CC8C";
|
|
@@ -4895,14 +4872,6 @@ var grey900 = "#212121";
|
|
|
4895
4872
|
var white = "#FFFFFF";
|
|
4896
4873
|
var whiteOpacity32 = "rgba(255, 255, 255, 0.32)";
|
|
4897
4874
|
var black = "#000000";
|
|
4898
|
-
var blackOpacity04 = "rgba(0, 0, 0, 0.04)";
|
|
4899
|
-
var blueGrey300 = "#A0A4AB";
|
|
4900
|
-
var blueGrey400 = "#646D7A";
|
|
4901
|
-
var blueGrey500 = "#495362";
|
|
4902
|
-
var blueGrey700 = "#414A58";
|
|
4903
|
-
var blueGrey800 = "#383F4C";
|
|
4904
|
-
var lightGreen = "#599D7D";
|
|
4905
|
-
var darkGreen = "#487F65";
|
|
4906
4875
|
var dark500 = "#7F8BA8";
|
|
4907
4876
|
var dark600 = "#3A4155";
|
|
4908
4877
|
var dark700 = "#2F3646";
|
|
@@ -4911,23 +4880,10 @@ var dark900 = "#1D202A";
|
|
|
4911
4880
|
var darkMain = dark700;
|
|
4912
4881
|
var electricLavender = "#AD77EF";
|
|
4913
4882
|
var cornflowerBlue = "#5F90EF";
|
|
4914
|
-
var tertiaryBlueGray = "#0E7178";
|
|
4915
|
-
var tertiaryBlueGrayLight = "#E4F5F7";
|
|
4916
|
-
var tertiaryOliveGreen = "#619C1D";
|
|
4917
|
-
var tertiaryOliveGreenLight = "#EFF7E6";
|
|
4918
|
-
var tertiaryTealBlue = "#73849F";
|
|
4919
|
-
var tertiaryTealBlueLight = "#F1F3F5";
|
|
4920
|
-
var overlay02 = "rgba(0, 0, 0, 0.02)";
|
|
4921
|
-
var overlay05 = "rgba(0, 0, 0, 0.05)";
|
|
4922
|
-
var purpleDark = "#8035DC";
|
|
4923
|
-
var purpleLight = "#FCEDFF";
|
|
4924
4883
|
var gunMetal = "#47535D";
|
|
4925
4884
|
var yellow = "#FFD234";
|
|
4926
|
-
var blueGrey = "#7384A0";
|
|
4927
4885
|
var paleOliveGreen = "#AED581";
|
|
4928
4886
|
var oliveGreen = "#83B04E";
|
|
4929
|
-
var redOrange = "#FF3D00";
|
|
4930
|
-
var green2 = "#2AC1CB";
|
|
4931
4887
|
|
|
4932
4888
|
// src/theme/Typography.ts
|
|
4933
4889
|
var sizes = {
|
|
@@ -5230,7 +5186,6 @@ var buttonTheme = {
|
|
|
5230
5186
|
// src/theme/Palettes.ts
|
|
5231
5187
|
var Palettes_exports = {};
|
|
5232
5188
|
__export(Palettes_exports, {
|
|
5233
|
-
blueGreyPalette: () => blueGreyPalette,
|
|
5234
5189
|
commonPalette: () => commonPalette,
|
|
5235
5190
|
complementaryPalette: () => complementaryPalette,
|
|
5236
5191
|
cornflowerBluePalette: () => cornflowerBluePalette,
|
|
@@ -5257,8 +5212,7 @@ var primaryPalette = {
|
|
|
5257
5212
|
800: primary800,
|
|
5258
5213
|
900: primary900,
|
|
5259
5214
|
opacity32: primaryOpacity32,
|
|
5260
|
-
alpha32: primaryAlpha32
|
|
5261
|
-
alpha64: primaryAlpha64
|
|
5215
|
+
alpha32: primaryAlpha32
|
|
5262
5216
|
};
|
|
5263
5217
|
var complementaryPalette = {
|
|
5264
5218
|
main: complementaryMain,
|
|
@@ -5318,21 +5272,10 @@ var greyPalette = {
|
|
|
5318
5272
|
var commonPalette = {
|
|
5319
5273
|
black,
|
|
5320
5274
|
white,
|
|
5321
|
-
blackOpacity04,
|
|
5322
5275
|
whiteOpacity32
|
|
5323
5276
|
};
|
|
5324
|
-
var blueGreyPalette = {
|
|
5325
|
-
main: blueGrey,
|
|
5326
|
-
300: blueGrey300,
|
|
5327
|
-
400: blueGrey400,
|
|
5328
|
-
500: blueGrey500,
|
|
5329
|
-
700: blueGrey700,
|
|
5330
|
-
800: blueGrey800
|
|
5331
|
-
};
|
|
5332
5277
|
var greenPalette = {
|
|
5333
|
-
main: oliveGreen
|
|
5334
|
-
light: lightGreen,
|
|
5335
|
-
dark: darkGreen
|
|
5278
|
+
main: oliveGreen
|
|
5336
5279
|
};
|
|
5337
5280
|
var darkPalette = {
|
|
5338
5281
|
main: darkMain,
|
|
@@ -7699,7 +7642,6 @@ var themeOptions = {
|
|
|
7699
7642
|
success: successPalette,
|
|
7700
7643
|
grey: greyPalette,
|
|
7701
7644
|
common: commonPalette,
|
|
7702
|
-
blueGrey: blueGreyPalette,
|
|
7703
7645
|
green: greenPalette,
|
|
7704
7646
|
dark: darkPalette,
|
|
7705
7647
|
electricLavender: electricLavenderPalette,
|
|
@@ -12066,7 +12008,7 @@ function useTooltipFormatter(chartTooltipEntryFormatter = ({
|
|
|
12066
12008
|
value
|
|
12067
12009
|
}) => ({
|
|
12068
12010
|
text: `${seriesName}: ${value}`
|
|
12069
|
-
})) {
|
|
12011
|
+
}), getTooltip) {
|
|
12070
12012
|
const tooltipReact = React31.useMemo(() => {
|
|
12071
12013
|
const domElement = document.createElement("div");
|
|
12072
12014
|
return { root: createRoot(domElement), domElement };
|
|
@@ -12079,7 +12021,7 @@ function useTooltipFormatter(chartTooltipEntryFormatter = ({
|
|
|
12079
12021
|
};
|
|
12080
12022
|
params.sort((a, b) => getOrder(a) - getOrder(b));
|
|
12081
12023
|
const tooltip = /* @__PURE__ */ jsxs26(Fragment9, { children: [
|
|
12082
|
-
/* @__PURE__ */ jsx65(Typography_default, { variant: "tooltip", children: params[0].name }),
|
|
12024
|
+
!getTooltip && /* @__PURE__ */ jsx65(Typography_default, { variant: "tooltip", children: params[0].name }),
|
|
12083
12025
|
params.map((p) => {
|
|
12084
12026
|
const entry = chartTooltipEntryFormatter({
|
|
12085
12027
|
seriesIndex: p.seriesIndex,
|
|
@@ -12088,6 +12030,9 @@ function useTooltipFormatter(chartTooltipEntryFormatter = ({
|
|
|
12088
12030
|
data: p.data
|
|
12089
12031
|
});
|
|
12090
12032
|
const incrementType = entry.incrementLabelType ?? "neutral";
|
|
12033
|
+
if (getTooltip) {
|
|
12034
|
+
return /* @__PURE__ */ jsx65(React31.Fragment, { children: getTooltip(p) }, p.seriesIndex);
|
|
12035
|
+
}
|
|
12091
12036
|
return /* @__PURE__ */ jsxs26(React31.Fragment, { children: [
|
|
12092
12037
|
/* @__PURE__ */ jsx65("br", {}),
|
|
12093
12038
|
/* @__PURE__ */ jsx65(
|
|
@@ -13101,7 +13046,10 @@ var DonutChart = ({
|
|
|
13101
13046
|
style: style3,
|
|
13102
13047
|
isLoading,
|
|
13103
13048
|
series = [],
|
|
13049
|
+
startAngle,
|
|
13050
|
+
innerWidth,
|
|
13104
13051
|
tooltipEntryFormatter,
|
|
13052
|
+
getTooltip,
|
|
13105
13053
|
onClick
|
|
13106
13054
|
}) => {
|
|
13107
13055
|
const mainMetricWidth = 20;
|
|
@@ -13117,7 +13065,7 @@ var DonutChart = ({
|
|
|
13117
13065
|
tooltip: {
|
|
13118
13066
|
...tooltipOptions,
|
|
13119
13067
|
trigger: "item",
|
|
13120
|
-
formatter: useTooltipFormatter(tooltipEntryFormatter)
|
|
13068
|
+
formatter: useTooltipFormatter(tooltipEntryFormatter, getTooltip)
|
|
13121
13069
|
},
|
|
13122
13070
|
grid: {
|
|
13123
13071
|
left: 0,
|
|
@@ -13143,8 +13091,9 @@ var DonutChart = ({
|
|
|
13143
13091
|
emptyCircleStyle: {
|
|
13144
13092
|
color: alpha4(grey200, 0.5)
|
|
13145
13093
|
},
|
|
13094
|
+
...startAngle && { startAngle },
|
|
13146
13095
|
radius: [
|
|
13147
|
-
`${currentRadius - mainMetricWidth}%`,
|
|
13096
|
+
`${currentRadius - (innerWidth ?? mainMetricWidth)}%`,
|
|
13148
13097
|
`${currentRadius}%`
|
|
13149
13098
|
],
|
|
13150
13099
|
name,
|
|
@@ -13155,17 +13104,17 @@ var DonutChart = ({
|
|
|
13155
13104
|
label: {
|
|
13156
13105
|
show: false
|
|
13157
13106
|
},
|
|
13158
|
-
data: isAllZero ? [] : data.map(({ value, label, color: color2 }) => ({
|
|
13107
|
+
data: isAllZero ? [] : data.map(({ value, label, color: color2, opacity }) => ({
|
|
13159
13108
|
value,
|
|
13160
13109
|
name: label,
|
|
13161
13110
|
incrementLabelValue,
|
|
13162
13111
|
incrementLabelType,
|
|
13163
13112
|
itemStyle: {
|
|
13164
|
-
color: color2
|
|
13113
|
+
color: opacity === void 0 ? color2 : alpha4(color2, opacity)
|
|
13165
13114
|
}
|
|
13166
13115
|
}))
|
|
13167
13116
|
});
|
|
13168
|
-
currentRadius -= mainMetricWidth;
|
|
13117
|
+
currentRadius -= innerWidth ?? mainMetricWidth;
|
|
13169
13118
|
if (isComparison) {
|
|
13170
13119
|
currentRadius -= comparisonMetricMargin;
|
|
13171
13120
|
previous.push({
|
|
@@ -13190,12 +13139,13 @@ var DonutChart = ({
|
|
|
13190
13139
|
({
|
|
13191
13140
|
comparisonValue,
|
|
13192
13141
|
comparisonLabel,
|
|
13193
|
-
color: color2
|
|
13142
|
+
color: color2,
|
|
13143
|
+
opacity
|
|
13194
13144
|
}) => ({
|
|
13195
13145
|
value: comparisonValue,
|
|
13196
13146
|
name: comparisonLabel,
|
|
13197
13147
|
itemStyle: {
|
|
13198
|
-
color: color2
|
|
13148
|
+
color: opacity === void 0 ? color2 : alpha4(color2, opacity)
|
|
13199
13149
|
}
|
|
13200
13150
|
})
|
|
13201
13151
|
)
|
|
@@ -18337,7 +18287,8 @@ var InfoBox = ({
|
|
|
18337
18287
|
}) => {
|
|
18338
18288
|
const [ref, { height: height2 }] = useResizeObserver();
|
|
18339
18289
|
const [expanded, setExpanded] = React46.useState(false);
|
|
18340
|
-
const showExpandButton = height2
|
|
18290
|
+
const showExpandButton = height2 >= collapsedHeight;
|
|
18291
|
+
const maxHeight2 = expanded ? `${height2}px` : `${collapsedHeight}px`;
|
|
18341
18292
|
return /* @__PURE__ */ jsxs41(
|
|
18342
18293
|
Stack_default,
|
|
18343
18294
|
{
|
|
@@ -18345,9 +18296,11 @@ var InfoBox = ({
|
|
|
18345
18296
|
direction: "row",
|
|
18346
18297
|
sx: {
|
|
18347
18298
|
position: "relative",
|
|
18299
|
+
transition: "max-height 0.25s cubic-bezier(0.2, 0.8, 0.4, 1)",
|
|
18300
|
+
maxHeight: maxHeight2,
|
|
18301
|
+
overflow: "hidden",
|
|
18348
18302
|
...variantStyles2[variant],
|
|
18349
|
-
|
|
18350
|
-
...sx
|
|
18303
|
+
...sx && { sx }
|
|
18351
18304
|
},
|
|
18352
18305
|
children: [
|
|
18353
18306
|
/* @__PURE__ */ jsx93(
|
package/dist/theme/Colors.d.ts
CHANGED
|
@@ -13,7 +13,6 @@ export declare const primaryDark = "#516DC4";
|
|
|
13
13
|
export declare const primaryLight = "#82BDFD";
|
|
14
14
|
export declare const primaryOpacity32 = "rgba(212, 224, 246, 0.32)";
|
|
15
15
|
export declare const primaryAlpha32 = "#F1F5FC";
|
|
16
|
-
export declare const primaryAlpha64 = "#E3EBF9";
|
|
17
16
|
export declare const complementary50 = "#FBF3E3";
|
|
18
17
|
export declare const complementary100 = "#F5E0B9";
|
|
19
18
|
export declare const complementary200 = "#F0CC8C";
|
|
@@ -63,14 +62,6 @@ export declare const grey900 = "#212121";
|
|
|
63
62
|
export declare const white = "#FFFFFF";
|
|
64
63
|
export declare const whiteOpacity32 = "rgba(255, 255, 255, 0.32)";
|
|
65
64
|
export declare const black = "#000000";
|
|
66
|
-
export declare const blackOpacity04 = "rgba(0, 0, 0, 0.04)";
|
|
67
|
-
export declare const blueGrey300 = "#A0A4AB";
|
|
68
|
-
export declare const blueGrey400 = "#646D7A";
|
|
69
|
-
export declare const blueGrey500 = "#495362";
|
|
70
|
-
export declare const blueGrey700 = "#414A58";
|
|
71
|
-
export declare const blueGrey800 = "#383F4C";
|
|
72
|
-
export declare const lightGreen = "#599D7D";
|
|
73
|
-
export declare const darkGreen = "#487F65";
|
|
74
65
|
export declare const dark500 = "#7F8BA8";
|
|
75
66
|
export declare const dark600 = "#3A4155";
|
|
76
67
|
export declare const dark700 = "#2F3646";
|
|
@@ -79,20 +70,7 @@ export declare const dark900 = "#1D202A";
|
|
|
79
70
|
export declare const darkMain = "#2F3646";
|
|
80
71
|
export declare const electricLavender = "#AD77EF";
|
|
81
72
|
export declare const cornflowerBlue = "#5F90EF";
|
|
82
|
-
export declare const tertiaryBlueGray = "#0E7178";
|
|
83
|
-
export declare const tertiaryBlueGrayLight = "#E4F5F7";
|
|
84
|
-
export declare const tertiaryOliveGreen = "#619C1D";
|
|
85
|
-
export declare const tertiaryOliveGreenLight = "#EFF7E6";
|
|
86
|
-
export declare const tertiaryTealBlue = "#73849F";
|
|
87
|
-
export declare const tertiaryTealBlueLight = "#F1F3F5";
|
|
88
|
-
export declare const overlay02 = "rgba(0, 0, 0, 0.02)";
|
|
89
|
-
export declare const overlay05 = "rgba(0, 0, 0, 0.05)";
|
|
90
|
-
export declare const purpleDark = "#8035DC";
|
|
91
|
-
export declare const purpleLight = "#FCEDFF";
|
|
92
73
|
export declare const gunMetal = "#47535D";
|
|
93
74
|
export declare const yellow = "#FFD234";
|
|
94
|
-
export declare const blueGrey = "#7384A0";
|
|
95
75
|
export declare const paleOliveGreen = "#AED581";
|
|
96
76
|
export declare const oliveGreen = "#83B04E";
|
|
97
|
-
export declare const redOrange = "#FF3D00";
|
|
98
|
-
export declare const green2 = "#2AC1CB";
|
|
@@ -8,7 +8,6 @@ export interface CustomPalette extends Palette {
|
|
|
8
8
|
success: CustomPaletteColor;
|
|
9
9
|
grey: CustomPaletteColor;
|
|
10
10
|
common: CustomPaletteCommon;
|
|
11
|
-
blueGrey: CustomPaletteColor;
|
|
12
11
|
green: CustomPaletteColor;
|
|
13
12
|
dark: CustomPaletteColor;
|
|
14
13
|
electricLavender: CustomPaletteColor;
|
|
@@ -21,7 +20,6 @@ export interface CustomPaletteOptions extends PaletteOptions {
|
|
|
21
20
|
success?: CustomPaletteColorOptions;
|
|
22
21
|
grey?: CustomPaletteColorOptions;
|
|
23
22
|
common?: CustomPaletteCommonOptions;
|
|
24
|
-
blueGrey?: CustomPaletteColorOptions;
|
|
25
23
|
green?: CustomPaletteColorOptions;
|
|
26
24
|
dark?: CustomPaletteColorOptions;
|
|
27
25
|
electricLavender?: CustomPaletteColorOptions;
|
package/dist/theme/Palettes.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export declare const errorPalette: CustomPaletteColorOptions;
|
|
|
6
6
|
export declare const successPalette: CustomPaletteColorOptions;
|
|
7
7
|
export declare const greyPalette: CustomPaletteColorOptions;
|
|
8
8
|
export declare const commonPalette: CustomPaletteCommonOptions;
|
|
9
|
-
export declare const blueGreyPalette: CustomPaletteColorOptions;
|
|
10
9
|
export declare const greenPalette: CustomPaletteColorOptions;
|
|
11
10
|
export declare const darkPalette: CustomPaletteColorOptions;
|
|
12
11
|
export declare const electricLavenderPalette: CustomPaletteColorOptions;
|