@opensearch-project/oui 1.20.0 → 1.21.0
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/CHANGELOG.md +13 -5
- package/dist/eui_theme_dark.css +84 -6
- package/dist/eui_theme_dark.json +83 -16
- package/dist/eui_theme_dark.json.d.ts +81 -14
- package/dist/eui_theme_dark.min.css +84 -6
- package/dist/eui_theme_light.css +84 -6
- package/dist/eui_theme_light.json +76 -16
- package/dist/eui_theme_light.json.d.ts +60 -0
- package/dist/eui_theme_light.min.css +84 -6
- package/dist/eui_theme_next_dark.css +84 -6
- package/dist/eui_theme_next_dark.json +83 -16
- package/dist/eui_theme_next_dark.json.d.ts +81 -14
- package/dist/eui_theme_next_dark.min.css +84 -6
- package/dist/eui_theme_next_light.css +84 -6
- package/dist/eui_theme_next_light.json +76 -16
- package/dist/eui_theme_next_light.json.d.ts +60 -0
- package/dist/eui_theme_next_light.min.css +84 -6
- package/dist/eui_theme_v9_dark.css +84 -6
- package/dist/eui_theme_v9_dark.json +83 -16
- package/dist/eui_theme_v9_dark.json.d.ts +81 -14
- package/dist/eui_theme_v9_dark.min.css +84 -6
- package/dist/eui_theme_v9_light.css +84 -6
- package/dist/eui_theme_v9_light.json +76 -16
- package/dist/eui_theme_v9_light.json.d.ts +60 -0
- package/dist/eui_theme_v9_light.min.css +84 -6
- package/dist/oui_theme_dark.css +84 -6
- package/dist/oui_theme_dark.json +83 -16
- package/dist/oui_theme_dark.json.d.ts +81 -14
- package/dist/oui_theme_dark.min.css +84 -6
- package/dist/oui_theme_light.css +84 -6
- package/dist/oui_theme_light.json +76 -16
- package/dist/oui_theme_light.json.d.ts +60 -0
- package/dist/oui_theme_light.min.css +84 -6
- package/dist/oui_theme_next_dark.css +84 -6
- package/dist/oui_theme_next_dark.json +83 -16
- package/dist/oui_theme_next_dark.json.d.ts +81 -14
- package/dist/oui_theme_next_dark.min.css +84 -6
- package/dist/oui_theme_next_light.css +84 -6
- package/dist/oui_theme_next_light.json +76 -16
- package/dist/oui_theme_next_light.json.d.ts +60 -0
- package/dist/oui_theme_next_light.min.css +84 -6
- package/dist/oui_theme_v9_dark.css +84 -6
- package/dist/oui_theme_v9_dark.json +83 -16
- package/dist/oui_theme_v9_dark.json.d.ts +81 -14
- package/dist/oui_theme_v9_dark.min.css +84 -6
- package/dist/oui_theme_v9_light.css +84 -6
- package/dist/oui_theme_v9_light.json +76 -16
- package/dist/oui_theme_v9_light.json.d.ts +60 -0
- package/dist/oui_theme_v9_light.min.css +84 -6
- package/package.json +1 -1
- package/src/global_styling/variables/_colors.scss +66 -55
- package/src/themes/oui/oui_colors_dark.scss +25 -1
- package/src/themes/oui-next/global_styling/variables/_colors.scss +65 -55
- package/src/themes/oui-next/oui_next_colors_dark.scss +24 -0
- package/src/themes/v9/global_styling/variables/_colors.scss +66 -55
- package/src/themes/v9/v9_colors_dark.scss +24 -0
|
@@ -4678,7 +4678,7 @@ html {
|
|
|
4678
4678
|
.ouiCodeBlock .token.cdata,
|
|
4679
4679
|
.ouiCodeBlock .token.coord,
|
|
4680
4680
|
.ouiCodeBlock .token.blockquote {
|
|
4681
|
-
color: #
|
|
4681
|
+
color: #838B93;
|
|
4682
4682
|
font-style: italic;
|
|
4683
4683
|
}
|
|
4684
4684
|
.ouiCodeBlock .token.selector {
|
|
@@ -4690,7 +4690,7 @@ html {
|
|
|
4690
4690
|
.ouiCodeBlock .token.doc-comment .token.keyword,
|
|
4691
4691
|
.ouiCodeBlock .token.attr-value,
|
|
4692
4692
|
.ouiCodeBlock .token.url .token.content {
|
|
4693
|
-
color: #
|
|
4693
|
+
color: #D0809B;
|
|
4694
4694
|
}
|
|
4695
4695
|
.ouiCodeBlock .token.number,
|
|
4696
4696
|
.ouiCodeBlock .token.boolean,
|
|
@@ -4701,11 +4701,11 @@ html {
|
|
|
4701
4701
|
.ouiCodeBlock .token.hexcode,
|
|
4702
4702
|
.ouiCodeBlock .token.attr-name,
|
|
4703
4703
|
.ouiCodeBlock .token.attr-equals {
|
|
4704
|
-
color: #
|
|
4704
|
+
color: #10B688;
|
|
4705
4705
|
}
|
|
4706
4706
|
.ouiCodeBlock .token.atrule .token.rule,
|
|
4707
4707
|
.ouiCodeBlock .token.keyword {
|
|
4708
|
-
color: #
|
|
4708
|
+
color: #B174FC;
|
|
4709
4709
|
}
|
|
4710
4710
|
.ouiCodeBlock .token.function {
|
|
4711
4711
|
color: inherit;
|
|
@@ -4714,7 +4714,7 @@ html {
|
|
|
4714
4714
|
color: #6092C0;
|
|
4715
4715
|
}
|
|
4716
4716
|
.ouiCodeBlock .token.class-name {
|
|
4717
|
-
color: #
|
|
4717
|
+
color: #6AB0F1;
|
|
4718
4718
|
}
|
|
4719
4719
|
.ouiCodeBlock .token.property {
|
|
4720
4720
|
color: inherit;
|
|
@@ -4733,7 +4733,7 @@ html {
|
|
|
4733
4733
|
color: #8d919a;
|
|
4734
4734
|
}
|
|
4735
4735
|
.ouiCodeBlock .token.title {
|
|
4736
|
-
color: #
|
|
4736
|
+
color: #DD8232;
|
|
4737
4737
|
}
|
|
4738
4738
|
.ouiCodeBlock .token.section {
|
|
4739
4739
|
color: #E7664C;
|
|
@@ -24941,6 +24941,84 @@ button.ouiLink {
|
|
|
24941
24941
|
color: #000;
|
|
24942
24942
|
}
|
|
24943
24943
|
|
|
24944
|
+
.ouiToken--ouiColorVis10 {
|
|
24945
|
+
color: #9C9DA0;
|
|
24946
|
+
}
|
|
24947
|
+
.ouiToken--ouiColorVis10.ouiToken--light {
|
|
24948
|
+
color: #9C9DA0;
|
|
24949
|
+
background-color: #2f2f30;
|
|
24950
|
+
box-shadow: inset 0 0 0 1px #3e3f40;
|
|
24951
|
+
}
|
|
24952
|
+
.ouiToken--ouiColorVis10.ouiToken--dark {
|
|
24953
|
+
background-color: #9C9DA0;
|
|
24954
|
+
color: #000;
|
|
24955
|
+
}
|
|
24956
|
+
|
|
24957
|
+
.ouiToken--ouiColorVis11 {
|
|
24958
|
+
color: #D74987;
|
|
24959
|
+
}
|
|
24960
|
+
.ouiToken--ouiColorVis11.ouiToken--light {
|
|
24961
|
+
color: #dd6398;
|
|
24962
|
+
background-color: #411629;
|
|
24963
|
+
box-shadow: inset 0 0 0 1px #561d36;
|
|
24964
|
+
}
|
|
24965
|
+
.ouiToken--ouiColorVis11.ouiToken--dark {
|
|
24966
|
+
background-color: #D74987;
|
|
24967
|
+
color: #000;
|
|
24968
|
+
}
|
|
24969
|
+
|
|
24970
|
+
.ouiToken--ouiColorVis12 {
|
|
24971
|
+
color: #0D70CA;
|
|
24972
|
+
}
|
|
24973
|
+
.ouiToken--ouiColorVis12.ouiToken--light {
|
|
24974
|
+
color: #4490d6;
|
|
24975
|
+
background-color: #04223d;
|
|
24976
|
+
box-shadow: inset 0 0 0 1px #052d51;
|
|
24977
|
+
}
|
|
24978
|
+
.ouiToken--ouiColorVis12.ouiToken--dark {
|
|
24979
|
+
background-color: #0D70CA;
|
|
24980
|
+
color: #FFF;
|
|
24981
|
+
}
|
|
24982
|
+
|
|
24983
|
+
.ouiToken--ouiColorVis13 {
|
|
24984
|
+
color: #0C8967;
|
|
24985
|
+
}
|
|
24986
|
+
.ouiToken--ouiColorVis13.ouiToken--light {
|
|
24987
|
+
color: #399f84;
|
|
24988
|
+
background-color: #04291f;
|
|
24989
|
+
box-shadow: inset 0 0 0 1px #053729;
|
|
24990
|
+
}
|
|
24991
|
+
.ouiToken--ouiColorVis13.ouiToken--dark {
|
|
24992
|
+
background-color: #0C8967;
|
|
24993
|
+
color: #000;
|
|
24994
|
+
}
|
|
24995
|
+
|
|
24996
|
+
.ouiToken--ouiColorVis14 {
|
|
24997
|
+
color: #6E28C3;
|
|
24998
|
+
}
|
|
24999
|
+
.ouiToken--ouiColorVis14.ouiToken--light {
|
|
25000
|
+
color: #9a69d5;
|
|
25001
|
+
background-color: #210c3b;
|
|
25002
|
+
box-shadow: inset 0 0 0 1px #2c104e;
|
|
25003
|
+
}
|
|
25004
|
+
.ouiToken--ouiColorVis14.ouiToken--dark {
|
|
25005
|
+
background-color: #6E28C3;
|
|
25006
|
+
color: #FFF;
|
|
25007
|
+
}
|
|
25008
|
+
|
|
25009
|
+
.ouiToken--ouiColorVis15 {
|
|
25010
|
+
color: #D76813;
|
|
25011
|
+
}
|
|
25012
|
+
.ouiToken--ouiColorVis15.ouiToken--light {
|
|
25013
|
+
color: #db772a;
|
|
25014
|
+
background-color: #411f06;
|
|
25015
|
+
box-shadow: inset 0 0 0 1px #562a08;
|
|
25016
|
+
}
|
|
25017
|
+
.ouiToken--ouiColorVis15.ouiToken--dark {
|
|
25018
|
+
background-color: #D76813;
|
|
25019
|
+
color: #000;
|
|
25020
|
+
}
|
|
25021
|
+
|
|
24944
25022
|
.ouiToken--gray {
|
|
24945
25023
|
color: #535966;
|
|
24946
25024
|
}
|
package/dist/oui_theme_light.css
CHANGED
|
@@ -4644,7 +4644,7 @@ html {
|
|
|
4644
4644
|
.ouiCodeBlock .token.cdata,
|
|
4645
4645
|
.ouiCodeBlock .token.coord,
|
|
4646
4646
|
.ouiCodeBlock .token.blockquote {
|
|
4647
|
-
color: #
|
|
4647
|
+
color: #9C9DA0;
|
|
4648
4648
|
font-style: italic;
|
|
4649
4649
|
}
|
|
4650
4650
|
.ouiCodeBlock .token.selector {
|
|
@@ -4656,7 +4656,7 @@ html {
|
|
|
4656
4656
|
.ouiCodeBlock .token.doc-comment .token.keyword,
|
|
4657
4657
|
.ouiCodeBlock .token.attr-value,
|
|
4658
4658
|
.ouiCodeBlock .token.url .token.content {
|
|
4659
|
-
color: #
|
|
4659
|
+
color: #D74987;
|
|
4660
4660
|
}
|
|
4661
4661
|
.ouiCodeBlock .token.number,
|
|
4662
4662
|
.ouiCodeBlock .token.boolean,
|
|
@@ -4667,11 +4667,11 @@ html {
|
|
|
4667
4667
|
.ouiCodeBlock .token.hexcode,
|
|
4668
4668
|
.ouiCodeBlock .token.attr-name,
|
|
4669
4669
|
.ouiCodeBlock .token.attr-equals {
|
|
4670
|
-
color: #
|
|
4670
|
+
color: #0C8967;
|
|
4671
4671
|
}
|
|
4672
4672
|
.ouiCodeBlock .token.atrule .token.rule,
|
|
4673
4673
|
.ouiCodeBlock .token.keyword {
|
|
4674
|
-
color: #
|
|
4674
|
+
color: #6E28C3;
|
|
4675
4675
|
}
|
|
4676
4676
|
.ouiCodeBlock .token.function {
|
|
4677
4677
|
color: inherit;
|
|
@@ -4680,7 +4680,7 @@ html {
|
|
|
4680
4680
|
color: #4a7194;
|
|
4681
4681
|
}
|
|
4682
4682
|
.ouiCodeBlock .token.class-name {
|
|
4683
|
-
color: #
|
|
4683
|
+
color: #0D70CA;
|
|
4684
4684
|
}
|
|
4685
4685
|
.ouiCodeBlock .token.property {
|
|
4686
4686
|
color: inherit;
|
|
@@ -4699,7 +4699,7 @@ html {
|
|
|
4699
4699
|
color: #6a717d;
|
|
4700
4700
|
}
|
|
4701
4701
|
.ouiCodeBlock .token.title {
|
|
4702
|
-
color: #
|
|
4702
|
+
color: #D76813;
|
|
4703
4703
|
}
|
|
4704
4704
|
.ouiCodeBlock .token.section {
|
|
4705
4705
|
color: #b34f3b;
|
|
@@ -24919,6 +24919,84 @@ button.ouiLink {
|
|
|
24919
24919
|
color: #000;
|
|
24920
24920
|
}
|
|
24921
24921
|
|
|
24922
|
+
.ouiToken--ouiColorVis10 {
|
|
24923
|
+
color: #9C9DA0;
|
|
24924
|
+
}
|
|
24925
|
+
.ouiToken--ouiColorVis10.ouiToken--light {
|
|
24926
|
+
color: #6d6e70;
|
|
24927
|
+
background-color: #f5f5f6;
|
|
24928
|
+
box-shadow: inset 0 0 0 1px #e1e2e3;
|
|
24929
|
+
}
|
|
24930
|
+
.ouiToken--ouiColorVis10.ouiToken--dark {
|
|
24931
|
+
background-color: #9C9DA0;
|
|
24932
|
+
color: #000;
|
|
24933
|
+
}
|
|
24934
|
+
|
|
24935
|
+
.ouiToken--ouiColorVis11 {
|
|
24936
|
+
color: #D74987;
|
|
24937
|
+
}
|
|
24938
|
+
.ouiToken--ouiColorVis11.ouiToken--light {
|
|
24939
|
+
color: #b83f74;
|
|
24940
|
+
background-color: #fbedf3;
|
|
24941
|
+
box-shadow: inset 0 0 0 1px #f3c8db;
|
|
24942
|
+
}
|
|
24943
|
+
.ouiToken--ouiColorVis11.ouiToken--dark {
|
|
24944
|
+
background-color: #D74987;
|
|
24945
|
+
color: #000;
|
|
24946
|
+
}
|
|
24947
|
+
|
|
24948
|
+
.ouiToken--ouiColorVis12 {
|
|
24949
|
+
color: #0D70CA;
|
|
24950
|
+
}
|
|
24951
|
+
.ouiToken--ouiColorVis12.ouiToken--light {
|
|
24952
|
+
color: #0c6ac0;
|
|
24953
|
+
background-color: #e7f1fa;
|
|
24954
|
+
box-shadow: inset 0 0 0 1px #b6d4ef;
|
|
24955
|
+
}
|
|
24956
|
+
.ouiToken--ouiColorVis12.ouiToken--dark {
|
|
24957
|
+
background-color: #0D70CA;
|
|
24958
|
+
color: #FFF;
|
|
24959
|
+
}
|
|
24960
|
+
|
|
24961
|
+
.ouiToken--ouiColorVis13 {
|
|
24962
|
+
color: #0C8967;
|
|
24963
|
+
}
|
|
24964
|
+
.ouiToken--ouiColorVis13.ouiToken--light {
|
|
24965
|
+
color: #0a7c5d;
|
|
24966
|
+
background-color: #e7f3f0;
|
|
24967
|
+
box-shadow: inset 0 0 0 1px #b6dcd1;
|
|
24968
|
+
}
|
|
24969
|
+
.ouiToken--ouiColorVis13.ouiToken--dark {
|
|
24970
|
+
background-color: #0C8967;
|
|
24971
|
+
color: #000;
|
|
24972
|
+
}
|
|
24973
|
+
|
|
24974
|
+
.ouiToken--ouiColorVis14 {
|
|
24975
|
+
color: #6E28C3;
|
|
24976
|
+
}
|
|
24977
|
+
.ouiToken--ouiColorVis14.ouiToken--light {
|
|
24978
|
+
color: #6E28C3;
|
|
24979
|
+
background-color: #f1eaf9;
|
|
24980
|
+
box-shadow: inset 0 0 0 1px #d4bfed;
|
|
24981
|
+
}
|
|
24982
|
+
.ouiToken--ouiColorVis14.ouiToken--dark {
|
|
24983
|
+
background-color: #6E28C3;
|
|
24984
|
+
color: #FFF;
|
|
24985
|
+
}
|
|
24986
|
+
|
|
24987
|
+
.ouiToken--ouiColorVis15 {
|
|
24988
|
+
color: #D76813;
|
|
24989
|
+
}
|
|
24990
|
+
.ouiToken--ouiColorVis15.ouiToken--light {
|
|
24991
|
+
color: #af550f;
|
|
24992
|
+
background-color: #fbf0e7;
|
|
24993
|
+
box-shadow: inset 0 0 0 1px #f3d2b8;
|
|
24994
|
+
}
|
|
24995
|
+
.ouiToken--ouiColorVis15.ouiToken--dark {
|
|
24996
|
+
background-color: #D76813;
|
|
24997
|
+
color: #000;
|
|
24998
|
+
}
|
|
24999
|
+
|
|
24922
25000
|
.ouiToken--gray {
|
|
24923
25001
|
color: #69707D;
|
|
24924
25002
|
}
|
|
@@ -95,9 +95,33 @@
|
|
|
95
95
|
"ouiColorVis9": {
|
|
96
96
|
"graphic": "#E7664C",
|
|
97
97
|
"behindText": "#FF7E62"
|
|
98
|
+
},
|
|
99
|
+
"ouiColorVis10": {
|
|
100
|
+
"graphic": "#9C9DA0",
|
|
101
|
+
"behindText": "#9C9DA0"
|
|
102
|
+
},
|
|
103
|
+
"ouiColorVis11": {
|
|
104
|
+
"graphic": "#D74987",
|
|
105
|
+
"behindText": "#D74987"
|
|
106
|
+
},
|
|
107
|
+
"ouiColorVis12": {
|
|
108
|
+
"graphic": "#0D70CA",
|
|
109
|
+
"behindText": "#0D70CA"
|
|
110
|
+
},
|
|
111
|
+
"ouiColorVis13": {
|
|
112
|
+
"graphic": "#0C8967",
|
|
113
|
+
"behindText": "#0C8967"
|
|
114
|
+
},
|
|
115
|
+
"ouiColorVis14": {
|
|
116
|
+
"graphic": "#6E28C3",
|
|
117
|
+
"behindText": "#6E28C3"
|
|
118
|
+
},
|
|
119
|
+
"ouiColorVis15": {
|
|
120
|
+
"graphic": "#D76813",
|
|
121
|
+
"behindText": "#D76813"
|
|
98
122
|
}
|
|
99
123
|
},
|
|
100
|
-
"ouiPaletteColorBlindKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9'",
|
|
124
|
+
"ouiPaletteColorBlindKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'ouiColorVis10', 'ouiColorVis11', 'ouiColorVis12', 'ouiColorVis13', 'ouiColorVis14', 'ouiColorVis15'",
|
|
101
125
|
"ouiColorVis0": "#54B399",
|
|
102
126
|
"ouiColorVis1": "#6092C0",
|
|
103
127
|
"ouiColorVis2": "#D36086",
|
|
@@ -108,25 +132,31 @@
|
|
|
108
132
|
"ouiColorVis7": "#DA8B45",
|
|
109
133
|
"ouiColorVis8": "#AA6556",
|
|
110
134
|
"ouiColorVis9": "#E7664C",
|
|
135
|
+
"ouiColorVis10": "#9C9DA0",
|
|
136
|
+
"ouiColorVis11": "#D74987",
|
|
137
|
+
"ouiColorVis12": "#0D70CA",
|
|
138
|
+
"ouiColorVis13": "#0C8967",
|
|
139
|
+
"ouiColorVis14": "#6E28C3",
|
|
140
|
+
"ouiColorVis15": "#D76813",
|
|
111
141
|
"ouiColorChartLines": "#eef0f3",
|
|
112
142
|
"ouiColorChartBand": "#F5F7FA",
|
|
113
143
|
"ouiCodeBlockBackgroundColor": "#F5F7FA",
|
|
114
144
|
"ouiCodeBlockColor": "#343741",
|
|
115
145
|
"ouiCodeBlockSelectedBackgroundColor": "inherit",
|
|
116
|
-
"ouiCodeBlockCommentColor": "#
|
|
146
|
+
"ouiCodeBlockCommentColor": "#9C9DA0",
|
|
117
147
|
"ouiCodeBlockSelectorTagColor": "inherit",
|
|
118
|
-
"ouiCodeBlockStringColor": "#
|
|
148
|
+
"ouiCodeBlockStringColor": "#D74987",
|
|
119
149
|
"ouiCodeBlockTagColor": "#4a7194",
|
|
120
|
-
"ouiCodeBlockNameColor": "#
|
|
121
|
-
"ouiCodeBlockNumberColor": "#
|
|
122
|
-
"ouiCodeBlockKeywordColor": "#
|
|
150
|
+
"ouiCodeBlockNameColor": "#0D70CA",
|
|
151
|
+
"ouiCodeBlockNumberColor": "#0C8967",
|
|
152
|
+
"ouiCodeBlockKeywordColor": "#6E28C3",
|
|
123
153
|
"ouiCodeBlockFunctionTitleColor": "inherit",
|
|
124
|
-
"ouiCodeBlockTypeColor": "#
|
|
154
|
+
"ouiCodeBlockTypeColor": "#0D70CA",
|
|
125
155
|
"ouiCodeBlockAttributeColor": "inherit",
|
|
126
156
|
"ouiCodeBlockSymbolColor": "#b34f3b",
|
|
127
157
|
"ouiCodeBlockParamsColor": "inherit",
|
|
128
158
|
"ouiCodeBlockMetaColor": "#6a717d",
|
|
129
|
-
"ouiCodeBlockTitleColor": "#
|
|
159
|
+
"ouiCodeBlockTitleColor": "#D76813",
|
|
130
160
|
"ouiCodeBlockSectionColor": "#b34f3b",
|
|
131
161
|
"ouiCodeBlockAdditionColor": "#3b7d6a",
|
|
132
162
|
"ouiCodeBlockDeletionColor": "#BD271E",
|
|
@@ -219,20 +249,20 @@
|
|
|
219
249
|
"euiCodeBlockBackgroundColor": "#F5F7FA",
|
|
220
250
|
"euiCodeBlockColor": "#343741",
|
|
221
251
|
"euiCodeBlockSelectedBackgroundColor": "inherit",
|
|
222
|
-
"euiCodeBlockCommentColor": "#
|
|
252
|
+
"euiCodeBlockCommentColor": "#9C9DA0",
|
|
223
253
|
"euiCodeBlockSelectorTagColor": "inherit",
|
|
224
|
-
"euiCodeBlockStringColor": "#
|
|
254
|
+
"euiCodeBlockStringColor": "#D74987",
|
|
225
255
|
"euiCodeBlockTagColor": "#4a7194",
|
|
226
|
-
"euiCodeBlockNameColor": "#
|
|
227
|
-
"euiCodeBlockNumberColor": "#
|
|
228
|
-
"euiCodeBlockKeywordColor": "#
|
|
256
|
+
"euiCodeBlockNameColor": "#0D70CA",
|
|
257
|
+
"euiCodeBlockNumberColor": "#0C8967",
|
|
258
|
+
"euiCodeBlockKeywordColor": "#6E28C3",
|
|
229
259
|
"euiCodeBlockFunctionTitleColor": "inherit",
|
|
230
|
-
"euiCodeBlockTypeColor": "#
|
|
260
|
+
"euiCodeBlockTypeColor": "#0D70CA",
|
|
231
261
|
"euiCodeBlockAttributeColor": "inherit",
|
|
232
262
|
"euiCodeBlockSymbolColor": "#b34f3b",
|
|
233
263
|
"euiCodeBlockParamsColor": "inherit",
|
|
234
264
|
"euiCodeBlockMetaColor": "#6a717d",
|
|
235
|
-
"euiCodeBlockTitleColor": "#
|
|
265
|
+
"euiCodeBlockTitleColor": "#D76813",
|
|
236
266
|
"euiCodeBlockSectionColor": "#b34f3b",
|
|
237
267
|
"euiCodeBlockAdditionColor": "#3b7d6a",
|
|
238
268
|
"euiCodeBlockDeletionColor": "#BD271E",
|
|
@@ -1392,12 +1422,36 @@
|
|
|
1392
1422
|
"graphic": "#E7664C",
|
|
1393
1423
|
"behindText": "#FF7E62"
|
|
1394
1424
|
},
|
|
1425
|
+
"ouiColorVis10": {
|
|
1426
|
+
"graphic": "#9C9DA0",
|
|
1427
|
+
"behindText": "#9C9DA0"
|
|
1428
|
+
},
|
|
1429
|
+
"ouiColorVis11": {
|
|
1430
|
+
"graphic": "#D74987",
|
|
1431
|
+
"behindText": "#D74987"
|
|
1432
|
+
},
|
|
1433
|
+
"ouiColorVis12": {
|
|
1434
|
+
"graphic": "#0D70CA",
|
|
1435
|
+
"behindText": "#0D70CA"
|
|
1436
|
+
},
|
|
1437
|
+
"ouiColorVis13": {
|
|
1438
|
+
"graphic": "#0C8967",
|
|
1439
|
+
"behindText": "#0C8967"
|
|
1440
|
+
},
|
|
1441
|
+
"ouiColorVis14": {
|
|
1442
|
+
"graphic": "#6E28C3",
|
|
1443
|
+
"behindText": "#6E28C3"
|
|
1444
|
+
},
|
|
1445
|
+
"ouiColorVis15": {
|
|
1446
|
+
"graphic": "#D76813",
|
|
1447
|
+
"behindText": "#D76813"
|
|
1448
|
+
},
|
|
1395
1449
|
"gray": {
|
|
1396
1450
|
"graphic": "#69707D",
|
|
1397
1451
|
"behindText": "#69707D"
|
|
1398
1452
|
}
|
|
1399
1453
|
},
|
|
1400
|
-
"ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'gray'",
|
|
1454
|
+
"ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'ouiColorVis10', 'ouiColorVis11', 'ouiColorVis12', 'ouiColorVis13', 'ouiColorVis14', 'ouiColorVis15', 'gray'",
|
|
1401
1455
|
"euiTokenGrayColor": "#69707D",
|
|
1402
1456
|
"euiTokenTypes": {
|
|
1403
1457
|
"euiColorVis0": {
|
|
@@ -1476,6 +1530,12 @@
|
|
|
1476
1530
|
"ouiColorVis7_behindText": "#F5A35C",
|
|
1477
1531
|
"ouiColorVis8_behindText": "#C47C6C",
|
|
1478
1532
|
"ouiColorVis9_behindText": "#FF7E62",
|
|
1533
|
+
"ouiColorVis10_behindText": "#9C9DA0",
|
|
1534
|
+
"ouiColorVis11_behindText": "#D74987",
|
|
1535
|
+
"ouiColorVis12_behindText": "#0D70CA",
|
|
1536
|
+
"ouiColorVis13_behindText": "#0C8967",
|
|
1537
|
+
"ouiColorVis14_behindText": "#6E28C3",
|
|
1538
|
+
"ouiColorVis15_behindText": "#D76813",
|
|
1479
1539
|
"euiColorVis0_behindText": "#6DCCB1",
|
|
1480
1540
|
"euiColorVis1_behindText": "#79AAD9",
|
|
1481
1541
|
"euiColorVis2_behindText": "#EE789D",
|
|
@@ -97,6 +97,30 @@ declare module '@opensearch-project/oui/dist/oui_theme_light.json' {
|
|
|
97
97
|
graphic: string;
|
|
98
98
|
behindText: string;
|
|
99
99
|
};
|
|
100
|
+
ouiColorVis10: {
|
|
101
|
+
graphic: string;
|
|
102
|
+
behindText: string;
|
|
103
|
+
};
|
|
104
|
+
ouiColorVis11: {
|
|
105
|
+
graphic: string;
|
|
106
|
+
behindText: string;
|
|
107
|
+
};
|
|
108
|
+
ouiColorVis12: {
|
|
109
|
+
graphic: string;
|
|
110
|
+
behindText: string;
|
|
111
|
+
};
|
|
112
|
+
ouiColorVis13: {
|
|
113
|
+
graphic: string;
|
|
114
|
+
behindText: string;
|
|
115
|
+
};
|
|
116
|
+
ouiColorVis14: {
|
|
117
|
+
graphic: string;
|
|
118
|
+
behindText: string;
|
|
119
|
+
};
|
|
120
|
+
ouiColorVis15: {
|
|
121
|
+
graphic: string;
|
|
122
|
+
behindText: string;
|
|
123
|
+
};
|
|
100
124
|
};
|
|
101
125
|
ouiPaletteColorBlindKeys: string;
|
|
102
126
|
ouiColorVis0: string;
|
|
@@ -109,6 +133,12 @@ declare module '@opensearch-project/oui/dist/oui_theme_light.json' {
|
|
|
109
133
|
ouiColorVis7: string;
|
|
110
134
|
ouiColorVis8: string;
|
|
111
135
|
ouiColorVis9: string;
|
|
136
|
+
ouiColorVis10: string;
|
|
137
|
+
ouiColorVis11: string;
|
|
138
|
+
ouiColorVis12: string;
|
|
139
|
+
ouiColorVis13: string;
|
|
140
|
+
ouiColorVis14: string;
|
|
141
|
+
ouiColorVis15: string;
|
|
112
142
|
ouiColorChartLines: string;
|
|
113
143
|
ouiColorChartBand: string;
|
|
114
144
|
ouiCodeBlockBackgroundColor: string;
|
|
@@ -1393,6 +1423,30 @@ declare module '@opensearch-project/oui/dist/oui_theme_light.json' {
|
|
|
1393
1423
|
graphic: string;
|
|
1394
1424
|
behindText: string;
|
|
1395
1425
|
};
|
|
1426
|
+
ouiColorVis10: {
|
|
1427
|
+
graphic: string;
|
|
1428
|
+
behindText: string;
|
|
1429
|
+
};
|
|
1430
|
+
ouiColorVis11: {
|
|
1431
|
+
graphic: string;
|
|
1432
|
+
behindText: string;
|
|
1433
|
+
};
|
|
1434
|
+
ouiColorVis12: {
|
|
1435
|
+
graphic: string;
|
|
1436
|
+
behindText: string;
|
|
1437
|
+
};
|
|
1438
|
+
ouiColorVis13: {
|
|
1439
|
+
graphic: string;
|
|
1440
|
+
behindText: string;
|
|
1441
|
+
};
|
|
1442
|
+
ouiColorVis14: {
|
|
1443
|
+
graphic: string;
|
|
1444
|
+
behindText: string;
|
|
1445
|
+
};
|
|
1446
|
+
ouiColorVis15: {
|
|
1447
|
+
graphic: string;
|
|
1448
|
+
behindText: string;
|
|
1449
|
+
};
|
|
1396
1450
|
gray: {
|
|
1397
1451
|
graphic: string;
|
|
1398
1452
|
behindText: string;
|
|
@@ -1477,6 +1531,12 @@ declare module '@opensearch-project/oui/dist/oui_theme_light.json' {
|
|
|
1477
1531
|
ouiColorVis7_behindText: string;
|
|
1478
1532
|
ouiColorVis8_behindText: string;
|
|
1479
1533
|
ouiColorVis9_behindText: string;
|
|
1534
|
+
ouiColorVis10_behindText: string;
|
|
1535
|
+
ouiColorVis11_behindText: string;
|
|
1536
|
+
ouiColorVis12_behindText: string;
|
|
1537
|
+
ouiColorVis13_behindText: string;
|
|
1538
|
+
ouiColorVis14_behindText: string;
|
|
1539
|
+
ouiColorVis15_behindText: string;
|
|
1480
1540
|
euiColorVis0_behindText: string;
|
|
1481
1541
|
euiColorVis1_behindText: string;
|
|
1482
1542
|
euiColorVis2_behindText: string;
|
|
@@ -4644,7 +4644,7 @@ html {
|
|
|
4644
4644
|
.ouiCodeBlock .token.cdata,
|
|
4645
4645
|
.ouiCodeBlock .token.coord,
|
|
4646
4646
|
.ouiCodeBlock .token.blockquote {
|
|
4647
|
-
color: #
|
|
4647
|
+
color: #9C9DA0;
|
|
4648
4648
|
font-style: italic;
|
|
4649
4649
|
}
|
|
4650
4650
|
.ouiCodeBlock .token.selector {
|
|
@@ -4656,7 +4656,7 @@ html {
|
|
|
4656
4656
|
.ouiCodeBlock .token.doc-comment .token.keyword,
|
|
4657
4657
|
.ouiCodeBlock .token.attr-value,
|
|
4658
4658
|
.ouiCodeBlock .token.url .token.content {
|
|
4659
|
-
color: #
|
|
4659
|
+
color: #D74987;
|
|
4660
4660
|
}
|
|
4661
4661
|
.ouiCodeBlock .token.number,
|
|
4662
4662
|
.ouiCodeBlock .token.boolean,
|
|
@@ -4667,11 +4667,11 @@ html {
|
|
|
4667
4667
|
.ouiCodeBlock .token.hexcode,
|
|
4668
4668
|
.ouiCodeBlock .token.attr-name,
|
|
4669
4669
|
.ouiCodeBlock .token.attr-equals {
|
|
4670
|
-
color: #
|
|
4670
|
+
color: #0C8967;
|
|
4671
4671
|
}
|
|
4672
4672
|
.ouiCodeBlock .token.atrule .token.rule,
|
|
4673
4673
|
.ouiCodeBlock .token.keyword {
|
|
4674
|
-
color: #
|
|
4674
|
+
color: #6E28C3;
|
|
4675
4675
|
}
|
|
4676
4676
|
.ouiCodeBlock .token.function {
|
|
4677
4677
|
color: inherit;
|
|
@@ -4680,7 +4680,7 @@ html {
|
|
|
4680
4680
|
color: #4a7194;
|
|
4681
4681
|
}
|
|
4682
4682
|
.ouiCodeBlock .token.class-name {
|
|
4683
|
-
color: #
|
|
4683
|
+
color: #0D70CA;
|
|
4684
4684
|
}
|
|
4685
4685
|
.ouiCodeBlock .token.property {
|
|
4686
4686
|
color: inherit;
|
|
@@ -4699,7 +4699,7 @@ html {
|
|
|
4699
4699
|
color: #6a717d;
|
|
4700
4700
|
}
|
|
4701
4701
|
.ouiCodeBlock .token.title {
|
|
4702
|
-
color: #
|
|
4702
|
+
color: #D76813;
|
|
4703
4703
|
}
|
|
4704
4704
|
.ouiCodeBlock .token.section {
|
|
4705
4705
|
color: #b34f3b;
|
|
@@ -24919,6 +24919,84 @@ button.ouiLink {
|
|
|
24919
24919
|
color: #000;
|
|
24920
24920
|
}
|
|
24921
24921
|
|
|
24922
|
+
.ouiToken--ouiColorVis10 {
|
|
24923
|
+
color: #9C9DA0;
|
|
24924
|
+
}
|
|
24925
|
+
.ouiToken--ouiColorVis10.ouiToken--light {
|
|
24926
|
+
color: #6d6e70;
|
|
24927
|
+
background-color: #f5f5f6;
|
|
24928
|
+
box-shadow: inset 0 0 0 1px #e1e2e3;
|
|
24929
|
+
}
|
|
24930
|
+
.ouiToken--ouiColorVis10.ouiToken--dark {
|
|
24931
|
+
background-color: #9C9DA0;
|
|
24932
|
+
color: #000;
|
|
24933
|
+
}
|
|
24934
|
+
|
|
24935
|
+
.ouiToken--ouiColorVis11 {
|
|
24936
|
+
color: #D74987;
|
|
24937
|
+
}
|
|
24938
|
+
.ouiToken--ouiColorVis11.ouiToken--light {
|
|
24939
|
+
color: #b83f74;
|
|
24940
|
+
background-color: #fbedf3;
|
|
24941
|
+
box-shadow: inset 0 0 0 1px #f3c8db;
|
|
24942
|
+
}
|
|
24943
|
+
.ouiToken--ouiColorVis11.ouiToken--dark {
|
|
24944
|
+
background-color: #D74987;
|
|
24945
|
+
color: #000;
|
|
24946
|
+
}
|
|
24947
|
+
|
|
24948
|
+
.ouiToken--ouiColorVis12 {
|
|
24949
|
+
color: #0D70CA;
|
|
24950
|
+
}
|
|
24951
|
+
.ouiToken--ouiColorVis12.ouiToken--light {
|
|
24952
|
+
color: #0c6ac0;
|
|
24953
|
+
background-color: #e7f1fa;
|
|
24954
|
+
box-shadow: inset 0 0 0 1px #b6d4ef;
|
|
24955
|
+
}
|
|
24956
|
+
.ouiToken--ouiColorVis12.ouiToken--dark {
|
|
24957
|
+
background-color: #0D70CA;
|
|
24958
|
+
color: #FFF;
|
|
24959
|
+
}
|
|
24960
|
+
|
|
24961
|
+
.ouiToken--ouiColorVis13 {
|
|
24962
|
+
color: #0C8967;
|
|
24963
|
+
}
|
|
24964
|
+
.ouiToken--ouiColorVis13.ouiToken--light {
|
|
24965
|
+
color: #0a7c5d;
|
|
24966
|
+
background-color: #e7f3f0;
|
|
24967
|
+
box-shadow: inset 0 0 0 1px #b6dcd1;
|
|
24968
|
+
}
|
|
24969
|
+
.ouiToken--ouiColorVis13.ouiToken--dark {
|
|
24970
|
+
background-color: #0C8967;
|
|
24971
|
+
color: #000;
|
|
24972
|
+
}
|
|
24973
|
+
|
|
24974
|
+
.ouiToken--ouiColorVis14 {
|
|
24975
|
+
color: #6E28C3;
|
|
24976
|
+
}
|
|
24977
|
+
.ouiToken--ouiColorVis14.ouiToken--light {
|
|
24978
|
+
color: #6E28C3;
|
|
24979
|
+
background-color: #f1eaf9;
|
|
24980
|
+
box-shadow: inset 0 0 0 1px #d4bfed;
|
|
24981
|
+
}
|
|
24982
|
+
.ouiToken--ouiColorVis14.ouiToken--dark {
|
|
24983
|
+
background-color: #6E28C3;
|
|
24984
|
+
color: #FFF;
|
|
24985
|
+
}
|
|
24986
|
+
|
|
24987
|
+
.ouiToken--ouiColorVis15 {
|
|
24988
|
+
color: #D76813;
|
|
24989
|
+
}
|
|
24990
|
+
.ouiToken--ouiColorVis15.ouiToken--light {
|
|
24991
|
+
color: #af550f;
|
|
24992
|
+
background-color: #fbf0e7;
|
|
24993
|
+
box-shadow: inset 0 0 0 1px #f3d2b8;
|
|
24994
|
+
}
|
|
24995
|
+
.ouiToken--ouiColorVis15.ouiToken--dark {
|
|
24996
|
+
background-color: #D76813;
|
|
24997
|
+
color: #000;
|
|
24998
|
+
}
|
|
24999
|
+
|
|
24922
25000
|
.ouiToken--gray {
|
|
24923
25001
|
color: #69707D;
|
|
24924
25002
|
}
|