@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +13 -5
  2. package/dist/eui_theme_dark.css +84 -6
  3. package/dist/eui_theme_dark.json +83 -16
  4. package/dist/eui_theme_dark.json.d.ts +81 -14
  5. package/dist/eui_theme_dark.min.css +84 -6
  6. package/dist/eui_theme_light.css +84 -6
  7. package/dist/eui_theme_light.json +76 -16
  8. package/dist/eui_theme_light.json.d.ts +60 -0
  9. package/dist/eui_theme_light.min.css +84 -6
  10. package/dist/eui_theme_next_dark.css +84 -6
  11. package/dist/eui_theme_next_dark.json +83 -16
  12. package/dist/eui_theme_next_dark.json.d.ts +81 -14
  13. package/dist/eui_theme_next_dark.min.css +84 -6
  14. package/dist/eui_theme_next_light.css +84 -6
  15. package/dist/eui_theme_next_light.json +76 -16
  16. package/dist/eui_theme_next_light.json.d.ts +60 -0
  17. package/dist/eui_theme_next_light.min.css +84 -6
  18. package/dist/eui_theme_v9_dark.css +84 -6
  19. package/dist/eui_theme_v9_dark.json +83 -16
  20. package/dist/eui_theme_v9_dark.json.d.ts +81 -14
  21. package/dist/eui_theme_v9_dark.min.css +84 -6
  22. package/dist/eui_theme_v9_light.css +84 -6
  23. package/dist/eui_theme_v9_light.json +76 -16
  24. package/dist/eui_theme_v9_light.json.d.ts +60 -0
  25. package/dist/eui_theme_v9_light.min.css +84 -6
  26. package/dist/oui_theme_dark.css +84 -6
  27. package/dist/oui_theme_dark.json +83 -16
  28. package/dist/oui_theme_dark.json.d.ts +81 -14
  29. package/dist/oui_theme_dark.min.css +84 -6
  30. package/dist/oui_theme_light.css +84 -6
  31. package/dist/oui_theme_light.json +76 -16
  32. package/dist/oui_theme_light.json.d.ts +60 -0
  33. package/dist/oui_theme_light.min.css +84 -6
  34. package/dist/oui_theme_next_dark.css +84 -6
  35. package/dist/oui_theme_next_dark.json +83 -16
  36. package/dist/oui_theme_next_dark.json.d.ts +81 -14
  37. package/dist/oui_theme_next_dark.min.css +84 -6
  38. package/dist/oui_theme_next_light.css +84 -6
  39. package/dist/oui_theme_next_light.json +76 -16
  40. package/dist/oui_theme_next_light.json.d.ts +60 -0
  41. package/dist/oui_theme_next_light.min.css +84 -6
  42. package/dist/oui_theme_v9_dark.css +84 -6
  43. package/dist/oui_theme_v9_dark.json +83 -16
  44. package/dist/oui_theme_v9_dark.json.d.ts +81 -14
  45. package/dist/oui_theme_v9_dark.min.css +84 -6
  46. package/dist/oui_theme_v9_light.css +84 -6
  47. package/dist/oui_theme_v9_light.json +76 -16
  48. package/dist/oui_theme_v9_light.json.d.ts +60 -0
  49. package/dist/oui_theme_v9_light.min.css +84 -6
  50. package/package.json +1 -1
  51. package/src/global_styling/variables/_colors.scss +66 -55
  52. package/src/themes/oui/oui_colors_dark.scss +25 -1
  53. package/src/themes/oui-next/global_styling/variables/_colors.scss +65 -55
  54. package/src/themes/oui-next/oui_next_colors_dark.scss +24 -0
  55. package/src/themes/v9/global_styling/variables/_colors.scss +66 -55
  56. package/src/themes/v9/v9_colors_dark.scss +24 -0
@@ -4584,7 +4584,7 @@ html {
4584
4584
  .euiCodeBlock .token.cdata,
4585
4585
  .euiCodeBlock .token.coord,
4586
4586
  .euiCodeBlock .token.blockquote {
4587
- color: #5e626b;
4587
+ color: #9C9DA0;
4588
4588
  font-style: italic;
4589
4589
  }
4590
4590
  .euiCodeBlock .token.selector {
@@ -4596,7 +4596,7 @@ html {
4596
4596
  .euiCodeBlock .token.doc-comment .token.keyword,
4597
4597
  .euiCodeBlock .token.attr-value,
4598
4598
  .euiCodeBlock .token.url .token.content {
4599
- color: #9c4766;
4599
+ color: #D74987;
4600
4600
  }
4601
4601
  .euiCodeBlock .token.number,
4602
4602
  .euiCodeBlock .token.boolean,
@@ -4607,11 +4607,11 @@ html {
4607
4607
  .euiCodeBlock .token.hexcode,
4608
4608
  .euiCodeBlock .token.attr-name,
4609
4609
  .euiCodeBlock .token.attr-equals {
4610
- color: #336c61;
4610
+ color: #0C8967;
4611
4611
  }
4612
4612
  .euiCodeBlock .token.atrule .token.rule,
4613
4613
  .euiCodeBlock .token.keyword {
4614
- color: #715892;
4614
+ color: #6E28C3;
4615
4615
  }
4616
4616
  .euiCodeBlock .token.function {
4617
4617
  color: inherit;
@@ -4620,7 +4620,7 @@ html {
4620
4620
  color: #44678a;
4621
4621
  }
4622
4622
  .euiCodeBlock .token.class-name {
4623
- color: #44678a;
4623
+ color: #0D70CA;
4624
4624
  }
4625
4625
  .euiCodeBlock .token.property {
4626
4626
  color: inherit;
@@ -4639,7 +4639,7 @@ html {
4639
4639
  color: #5e626b;
4640
4640
  }
4641
4641
  .euiCodeBlock .token.title {
4642
- color: #8a5831;
4642
+ color: #D76813;
4643
4643
  }
4644
4644
  .euiCodeBlock .token.section {
4645
4645
  color: #a3483a;
@@ -24835,6 +24835,84 @@ button.euiLink {
24835
24835
  color: #02020E;
24836
24836
  }
24837
24837
 
24838
+ .euiToken--euiColorVis10 {
24839
+ color: #9C9DA0;
24840
+ }
24841
+ .euiToken--euiColorVis10.euiToken--light {
24842
+ color: #6d6e74;
24843
+ background-color: #f2f4f6;
24844
+ box-shadow: inset 0 0 0 1px #dfe1e3;
24845
+ }
24846
+ .euiToken--euiColorVis10.euiToken--dark {
24847
+ background-color: #9C9DA0;
24848
+ color: #02020E;
24849
+ }
24850
+
24851
+ .euiToken--euiColorVis11 {
24852
+ color: #D74987;
24853
+ }
24854
+ .euiToken--euiColorVis11.euiToken--light {
24855
+ color: #b83f76;
24856
+ background-color: #f8ecf3;
24857
+ box-shadow: inset 0 0 0 1px #f1c8db;
24858
+ }
24859
+ .euiToken--euiColorVis11.euiToken--dark {
24860
+ background-color: #D74987;
24861
+ color: #02020E;
24862
+ }
24863
+
24864
+ .euiToken--euiColorVis12 {
24865
+ color: #0D70CA;
24866
+ }
24867
+ .euiToken--euiColorVis12.euiToken--light {
24868
+ color: #0c6bc1;
24869
+ background-color: #e4f0fa;
24870
+ box-shadow: inset 0 0 0 1px #b4d3ef;
24871
+ }
24872
+ .euiToken--euiColorVis12.euiToken--dark {
24873
+ background-color: #0D70CA;
24874
+ color: #FCFEFF;
24875
+ }
24876
+
24877
+ .euiToken--euiColorVis13 {
24878
+ color: #0C8967;
24879
+ }
24880
+ .euiToken--euiColorVis13.euiToken--light {
24881
+ color: #0c765b;
24882
+ background-color: #e4f2f0;
24883
+ box-shadow: inset 0 0 0 1px #b4dbd1;
24884
+ }
24885
+ .euiToken--euiColorVis13.euiToken--dark {
24886
+ background-color: #0C8967;
24887
+ color: #02020E;
24888
+ }
24889
+
24890
+ .euiToken--euiColorVis14 {
24891
+ color: #6E28C3;
24892
+ }
24893
+ .euiToken--euiColorVis14.euiToken--light {
24894
+ color: #6E28C3;
24895
+ background-color: #eee9f9;
24896
+ box-shadow: inset 0 0 0 1px #d1beed;
24897
+ }
24898
+ .euiToken--euiColorVis14.euiToken--dark {
24899
+ background-color: #6E28C3;
24900
+ color: #FCFEFF;
24901
+ }
24902
+
24903
+ .euiToken--euiColorVis15 {
24904
+ color: #D76813;
24905
+ }
24906
+ .euiToken--euiColorVis15.euiToken--light {
24907
+ color: #a65113;
24908
+ background-color: #f8efe7;
24909
+ box-shadow: inset 0 0 0 1px #f1d1b8;
24910
+ }
24911
+ .euiToken--euiColorVis15.euiToken--dark {
24912
+ background-color: #D76813;
24913
+ color: #02020E;
24914
+ }
24915
+
24838
24916
  .euiToken--gray {
24839
24917
  color: #5A6875;
24840
24918
  }
@@ -4678,7 +4678,7 @@ html {
4678
4678
  .ouiCodeBlock .token.cdata,
4679
4679
  .ouiCodeBlock .token.coord,
4680
4680
  .ouiCodeBlock .token.blockquote {
4681
- color: #8d919a;
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: #d77092;
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: #54B399;
4704
+ color: #10B688;
4705
4705
  }
4706
4706
  .ouiCodeBlock .token.atrule .token.rule,
4707
4707
  .ouiCodeBlock .token.keyword {
4708
- color: #a184c2;
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: #6092C0;
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: #DA8B45;
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
  }
@@ -22,6 +22,13 @@
22
22
  "ouiColorFullShade": "#FFF",
23
23
  "ouiPageBackgroundColor": "#141519",
24
24
  "ouiColorHighlight": "#2E2D25",
25
+ "ouiCodeBlockCommentShade": "#838B93",
26
+ "ouiCodeBlockStringShade": "#D0809B",
27
+ "ouiCodeBlockNameShade": "#6AB0F1",
28
+ "ouiCodeBlockNumberShade": "#10B688",
29
+ "ouiCodeBlockKeywordShade": "#B174FC",
30
+ "ouiCodeBlockTypeShade": "#6AB0F1",
31
+ "ouiCodeBlockTitleShade": "#DD8232",
25
32
  "ouiTextColor": "#DFE5EF",
26
33
  "ouiTitleColor": "#DFE5EF",
27
34
  "ouiTextSubduedColor": "#7a7f89",
@@ -38,6 +45,20 @@
38
45
  "ouiColorChartBand": "#2a2b33",
39
46
  "ouiShadowColor": "#000",
40
47
  "ouiShadowColorLarge": "#000",
48
+ "ouiCodeBlockCommentColor": "#838B93",
49
+ "ouiCodeBlockStringColor": "#D0809B",
50
+ "ouiCodeBlockNameColor": "#6AB0F1",
51
+ "ouiCodeBlockNumberColor": "#10B688",
52
+ "ouiCodeBlockKeywordColor": "#B174FC",
53
+ "ouiCodeBlockTypeColor": "#6AB0F1",
54
+ "ouiCodeBlockTitleColor": "#DD8232",
55
+ "euiCodeBlockCommentColor": "#838B93",
56
+ "euiCodeBlockStringColor": "#D0809B",
57
+ "euiCodeBlockNameColor": "#6AB0F1",
58
+ "euiCodeBlockNumberColor": "#10B688",
59
+ "euiCodeBlockKeywordColor": "#B174FC",
60
+ "euiCodeBlockTypeColor": "#6AB0F1",
61
+ "euiCodeBlockTitleColor": "#DD8232",
41
62
  "euiColorGhost": "#FFF",
42
63
  "euiColorInk": "#000",
43
64
  "euiColorPrimary": "#1BA9F5",
@@ -132,9 +153,33 @@
132
153
  "ouiColorVis9": {
133
154
  "graphic": "#E7664C",
134
155
  "behindText": "#FF7E62"
156
+ },
157
+ "ouiColorVis10": {
158
+ "graphic": "#9C9DA0",
159
+ "behindText": "#9C9DA0"
160
+ },
161
+ "ouiColorVis11": {
162
+ "graphic": "#D74987",
163
+ "behindText": "#D74987"
164
+ },
165
+ "ouiColorVis12": {
166
+ "graphic": "#0D70CA",
167
+ "behindText": "#0D70CA"
168
+ },
169
+ "ouiColorVis13": {
170
+ "graphic": "#0C8967",
171
+ "behindText": "#0C8967"
172
+ },
173
+ "ouiColorVis14": {
174
+ "graphic": "#6E28C3",
175
+ "behindText": "#6E28C3"
176
+ },
177
+ "ouiColorVis15": {
178
+ "graphic": "#D76813",
179
+ "behindText": "#D76813"
135
180
  }
136
181
  },
137
- "ouiPaletteColorBlindKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9'",
182
+ "ouiPaletteColorBlindKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'ouiColorVis10', 'ouiColorVis11', 'ouiColorVis12', 'ouiColorVis13', 'ouiColorVis14', 'ouiColorVis15'",
138
183
  "ouiColorVis0": "#54B399",
139
184
  "ouiColorVis1": "#6092C0",
140
185
  "ouiColorVis2": "#D36086",
@@ -145,23 +190,22 @@
145
190
  "ouiColorVis7": "#DA8B45",
146
191
  "ouiColorVis8": "#AA6556",
147
192
  "ouiColorVis9": "#E7664C",
193
+ "ouiColorVis10": "#9C9DA0",
194
+ "ouiColorVis11": "#D74987",
195
+ "ouiColorVis12": "#0D70CA",
196
+ "ouiColorVis13": "#0C8967",
197
+ "ouiColorVis14": "#6E28C3",
198
+ "ouiColorVis15": "#D76813",
148
199
  "ouiCodeBlockBackgroundColor": "#25262E",
149
200
  "ouiCodeBlockColor": "#DFE5EF",
150
201
  "ouiCodeBlockSelectedBackgroundColor": "inherit",
151
- "ouiCodeBlockCommentColor": "#8d919a",
152
202
  "ouiCodeBlockSelectorTagColor": "inherit",
153
- "ouiCodeBlockStringColor": "#d77092",
154
203
  "ouiCodeBlockTagColor": "#6092C0",
155
- "ouiCodeBlockNameColor": "#6092C0",
156
- "ouiCodeBlockNumberColor": "#54B399",
157
- "ouiCodeBlockKeywordColor": "#a184c2",
158
204
  "ouiCodeBlockFunctionTitleColor": "inherit",
159
- "ouiCodeBlockTypeColor": "#6092C0",
160
205
  "ouiCodeBlockAttributeColor": "inherit",
161
206
  "ouiCodeBlockSymbolColor": "#E7664C",
162
207
  "ouiCodeBlockParamsColor": "inherit",
163
208
  "ouiCodeBlockMetaColor": "#8d919a",
164
- "ouiCodeBlockTitleColor": "#DA8B45",
165
209
  "ouiCodeBlockSectionColor": "#E7664C",
166
210
  "ouiCodeBlockAdditionColor": "#54B399",
167
211
  "ouiCodeBlockDeletionColor": "#FF6666",
@@ -223,20 +267,13 @@
223
267
  "euiCodeBlockBackgroundColor": "#25262E",
224
268
  "euiCodeBlockColor": "#DFE5EF",
225
269
  "euiCodeBlockSelectedBackgroundColor": "inherit",
226
- "euiCodeBlockCommentColor": "#8d919a",
227
270
  "euiCodeBlockSelectorTagColor": "inherit",
228
- "euiCodeBlockStringColor": "#d77092",
229
271
  "euiCodeBlockTagColor": "#6092C0",
230
- "euiCodeBlockNameColor": "#6092C0",
231
- "euiCodeBlockNumberColor": "#54B399",
232
- "euiCodeBlockKeywordColor": "#a184c2",
233
272
  "euiCodeBlockFunctionTitleColor": "inherit",
234
- "euiCodeBlockTypeColor": "#6092C0",
235
273
  "euiCodeBlockAttributeColor": "inherit",
236
274
  "euiCodeBlockSymbolColor": "#E7664C",
237
275
  "euiCodeBlockParamsColor": "inherit",
238
276
  "euiCodeBlockMetaColor": "#8d919a",
239
- "euiCodeBlockTitleColor": "#DA8B45",
240
277
  "euiCodeBlockSectionColor": "#E7664C",
241
278
  "euiCodeBlockAdditionColor": "#54B399",
242
279
  "euiCodeBlockDeletionColor": "#FF6666",
@@ -1392,12 +1429,36 @@
1392
1429
  "graphic": "#E7664C",
1393
1430
  "behindText": "#FF7E62"
1394
1431
  },
1432
+ "ouiColorVis10": {
1433
+ "graphic": "#9C9DA0",
1434
+ "behindText": "#9C9DA0"
1435
+ },
1436
+ "ouiColorVis11": {
1437
+ "graphic": "#D74987",
1438
+ "behindText": "#D74987"
1439
+ },
1440
+ "ouiColorVis12": {
1441
+ "graphic": "#0D70CA",
1442
+ "behindText": "#0D70CA"
1443
+ },
1444
+ "ouiColorVis13": {
1445
+ "graphic": "#0C8967",
1446
+ "behindText": "#0C8967"
1447
+ },
1448
+ "ouiColorVis14": {
1449
+ "graphic": "#6E28C3",
1450
+ "behindText": "#6E28C3"
1451
+ },
1452
+ "ouiColorVis15": {
1453
+ "graphic": "#D76813",
1454
+ "behindText": "#D76813"
1455
+ },
1395
1456
  "gray": {
1396
1457
  "graphic": "#535966",
1397
1458
  "behindText": "#535966"
1398
1459
  }
1399
1460
  },
1400
- "ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'gray'",
1461
+ "ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'ouiColorVis10', 'ouiColorVis11', 'ouiColorVis12', 'ouiColorVis13', 'ouiColorVis14', 'ouiColorVis15', 'gray'",
1401
1462
  "euiTokenGrayColor": "#535966",
1402
1463
  "euiTokenTypes": {
1403
1464
  "euiColorVis0": {
@@ -1476,6 +1537,12 @@
1476
1537
  "ouiColorVis7_behindText": "#F5A35C",
1477
1538
  "ouiColorVis8_behindText": "#C47C6C",
1478
1539
  "ouiColorVis9_behindText": "#FF7E62",
1540
+ "ouiColorVis10_behindText": "#9C9DA0",
1541
+ "ouiColorVis11_behindText": "#D74987",
1542
+ "ouiColorVis12_behindText": "#0D70CA",
1543
+ "ouiColorVis13_behindText": "#0C8967",
1544
+ "ouiColorVis14_behindText": "#6E28C3",
1545
+ "ouiColorVis15_behindText": "#D76813",
1479
1546
  "euiColorVis0_behindText": "#6DCCB1",
1480
1547
  "euiColorVis1_behindText": "#79AAD9",
1481
1548
  "euiColorVis2_behindText": "#EE789D",
@@ -23,6 +23,13 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
23
23
  ouiColorFullShade: string;
24
24
  ouiPageBackgroundColor: string;
25
25
  ouiColorHighlight: string;
26
+ ouiCodeBlockCommentShade: string;
27
+ ouiCodeBlockStringShade: string;
28
+ ouiCodeBlockNameShade: string;
29
+ ouiCodeBlockNumberShade: string;
30
+ ouiCodeBlockKeywordShade: string;
31
+ ouiCodeBlockTypeShade: string;
32
+ ouiCodeBlockTitleShade: string;
26
33
  ouiTextColor: string;
27
34
  ouiTitleColor: string;
28
35
  ouiTextSubduedColor: string;
@@ -39,6 +46,20 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
39
46
  ouiColorChartBand: string;
40
47
  ouiShadowColor: string;
41
48
  ouiShadowColorLarge: string;
49
+ ouiCodeBlockCommentColor: string;
50
+ ouiCodeBlockStringColor: string;
51
+ ouiCodeBlockNameColor: string;
52
+ ouiCodeBlockNumberColor: string;
53
+ ouiCodeBlockKeywordColor: string;
54
+ ouiCodeBlockTypeColor: string;
55
+ ouiCodeBlockTitleColor: string;
56
+ euiCodeBlockCommentColor: string;
57
+ euiCodeBlockStringColor: string;
58
+ euiCodeBlockNameColor: string;
59
+ euiCodeBlockNumberColor: string;
60
+ euiCodeBlockKeywordColor: string;
61
+ euiCodeBlockTypeColor: string;
62
+ euiCodeBlockTitleColor: string;
42
63
  euiColorGhost: string;
43
64
  euiColorInk: string;
44
65
  euiColorPrimary: string;
@@ -134,6 +155,30 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
134
155
  graphic: string;
135
156
  behindText: string;
136
157
  };
158
+ ouiColorVis10: {
159
+ graphic: string;
160
+ behindText: string;
161
+ };
162
+ ouiColorVis11: {
163
+ graphic: string;
164
+ behindText: string;
165
+ };
166
+ ouiColorVis12: {
167
+ graphic: string;
168
+ behindText: string;
169
+ };
170
+ ouiColorVis13: {
171
+ graphic: string;
172
+ behindText: string;
173
+ };
174
+ ouiColorVis14: {
175
+ graphic: string;
176
+ behindText: string;
177
+ };
178
+ ouiColorVis15: {
179
+ graphic: string;
180
+ behindText: string;
181
+ };
137
182
  };
138
183
  ouiPaletteColorBlindKeys: string;
139
184
  ouiColorVis0: string;
@@ -146,23 +191,22 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
146
191
  ouiColorVis7: string;
147
192
  ouiColorVis8: string;
148
193
  ouiColorVis9: string;
194
+ ouiColorVis10: string;
195
+ ouiColorVis11: string;
196
+ ouiColorVis12: string;
197
+ ouiColorVis13: string;
198
+ ouiColorVis14: string;
199
+ ouiColorVis15: string;
149
200
  ouiCodeBlockBackgroundColor: string;
150
201
  ouiCodeBlockColor: string;
151
202
  ouiCodeBlockSelectedBackgroundColor: string;
152
- ouiCodeBlockCommentColor: string;
153
203
  ouiCodeBlockSelectorTagColor: string;
154
- ouiCodeBlockStringColor: string;
155
204
  ouiCodeBlockTagColor: string;
156
- ouiCodeBlockNameColor: string;
157
- ouiCodeBlockNumberColor: string;
158
- ouiCodeBlockKeywordColor: string;
159
205
  ouiCodeBlockFunctionTitleColor: string;
160
- ouiCodeBlockTypeColor: string;
161
206
  ouiCodeBlockAttributeColor: string;
162
207
  ouiCodeBlockSymbolColor: string;
163
208
  ouiCodeBlockParamsColor: string;
164
209
  ouiCodeBlockMetaColor: string;
165
- ouiCodeBlockTitleColor: string;
166
210
  ouiCodeBlockSectionColor: string;
167
211
  ouiCodeBlockAdditionColor: string;
168
212
  ouiCodeBlockDeletionColor: string;
@@ -224,20 +268,13 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
224
268
  euiCodeBlockBackgroundColor: string;
225
269
  euiCodeBlockColor: string;
226
270
  euiCodeBlockSelectedBackgroundColor: string;
227
- euiCodeBlockCommentColor: string;
228
271
  euiCodeBlockSelectorTagColor: string;
229
- euiCodeBlockStringColor: string;
230
272
  euiCodeBlockTagColor: string;
231
- euiCodeBlockNameColor: string;
232
- euiCodeBlockNumberColor: string;
233
- euiCodeBlockKeywordColor: string;
234
273
  euiCodeBlockFunctionTitleColor: string;
235
- euiCodeBlockTypeColor: string;
236
274
  euiCodeBlockAttributeColor: string;
237
275
  euiCodeBlockSymbolColor: string;
238
276
  euiCodeBlockParamsColor: string;
239
277
  euiCodeBlockMetaColor: string;
240
- euiCodeBlockTitleColor: string;
241
278
  euiCodeBlockSectionColor: string;
242
279
  euiCodeBlockAdditionColor: string;
243
280
  euiCodeBlockDeletionColor: string;
@@ -1393,6 +1430,30 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
1393
1430
  graphic: string;
1394
1431
  behindText: string;
1395
1432
  };
1433
+ ouiColorVis10: {
1434
+ graphic: string;
1435
+ behindText: string;
1436
+ };
1437
+ ouiColorVis11: {
1438
+ graphic: string;
1439
+ behindText: string;
1440
+ };
1441
+ ouiColorVis12: {
1442
+ graphic: string;
1443
+ behindText: string;
1444
+ };
1445
+ ouiColorVis13: {
1446
+ graphic: string;
1447
+ behindText: string;
1448
+ };
1449
+ ouiColorVis14: {
1450
+ graphic: string;
1451
+ behindText: string;
1452
+ };
1453
+ ouiColorVis15: {
1454
+ graphic: string;
1455
+ behindText: string;
1456
+ };
1396
1457
  gray: {
1397
1458
  graphic: string;
1398
1459
  behindText: string;
@@ -1477,6 +1538,12 @@ declare module '@opensearch-project/oui/dist/oui_theme_dark.json' {
1477
1538
  ouiColorVis7_behindText: string;
1478
1539
  ouiColorVis8_behindText: string;
1479
1540
  ouiColorVis9_behindText: string;
1541
+ ouiColorVis10_behindText: string;
1542
+ ouiColorVis11_behindText: string;
1543
+ ouiColorVis12_behindText: string;
1544
+ ouiColorVis13_behindText: string;
1545
+ ouiColorVis14_behindText: string;
1546
+ ouiColorVis15_behindText: string;
1480
1547
  euiColorVis0_behindText: string;
1481
1548
  euiColorVis1_behindText: string;
1482
1549
  euiColorVis2_behindText: string;