@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # OUI
2
2
 
3
+ ## [`1.21.0`](https://github.com/opensearch-project/oui/tree/1.x)
4
+
5
+
6
+ ### 📈 Features/Enhancements
7
+ - Update CodeBlock Colors ([#1615](https://github.com/opensearch-project/oui/pull/1615))
8
+
9
+
3
10
  ## [`1.20.0`](https://github.com/opensearch-project/oui/tree/1.20)
4
11
 
5
12
  ### 🛡 Security
@@ -27,7 +34,8 @@
27
34
  ### 🐛 Bug Fixes
28
35
  - fix button line-height inherit causes text cut off ([#1490](https://github.com/opensearch-project/oui/pull/1490))
29
36
  - Add OpenSearch logo to page title ([#1532](https://github.com/opensearch-project/oui/pull/1532))
30
- - Fix dev server configuration after webpack-dev-server upgrade in 1.19 ([#1567](https://github.com/opensearch-project/oui/pull/1567))
37
+ - Fix dev server configuration after webpack-dev-server upgrade in 1.19 ([#1567](https://github.com/opensearch-project/oui/pull/1567))
38
+
31
39
 
32
40
  ### 🚞 Infrastructure
33
41
  - update actions/upload-artifact and actions/download-artifact to v4([#1491](https://github.com/opensearch-project/oui/pull/1491))
@@ -53,7 +61,7 @@
53
61
  ### 📝 Documentation
54
62
  - Refactor OUI Documentation homepage layout ([#1472](https://github.com/opensearch-project/oui/pull/1472))
55
63
 
56
-
64
+
57
65
  ## [`1.18.0`](https://github.com/opensearch-project/oui/tree/1.18)
58
66
 
59
67
  ### 📈 Features/Enhancements
@@ -79,7 +87,7 @@
79
87
 
80
88
 
81
89
  ## [`1.15.0`](https://github.com/opensearch-project/oui/tree/1.15)
82
-
90
+
83
91
  ### Deprecations
84
92
 
85
93
  - Deprecate Query.toESQuery and Query.toESQueryString in favor of Query.toOpenSearchQuery and Query.toOpenSearchQueryString ([#1426](https://github.com/opensearch-project/oui/pull/1426))
@@ -87,12 +95,12 @@
87
95
  ### 📈 Features/Enhancements
88
96
 
89
97
  - Reduce the gap between the elements of a compressed OuiSearchBar ([#1426](https://github.com/opensearch-project/oui/pull/1426))
90
- - Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430))
98
+ - Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430))
91
99
 
92
100
  ### 🐛 Bug Fixes
93
101
 
94
102
  - Fix naming conventions in OuiSearchBar code and docs ([#1426](https://github.com/opensearch-project/oui/pull/1426))
95
- - Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430))
103
+ - Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430))
96
104
 
97
105
 
98
106
  ## [`1.14.0`](https://github.com/opensearch-project/oui/tree/1.14)
@@ -4678,7 +4678,7 @@ html {
4678
4678
  .euiCodeBlock .token.cdata,
4679
4679
  .euiCodeBlock .token.coord,
4680
4680
  .euiCodeBlock .token.blockquote {
4681
- color: #8d919a;
4681
+ color: #838B93;
4682
4682
  font-style: italic;
4683
4683
  }
4684
4684
  .euiCodeBlock .token.selector {
@@ -4690,7 +4690,7 @@ html {
4690
4690
  .euiCodeBlock .token.doc-comment .token.keyword,
4691
4691
  .euiCodeBlock .token.attr-value,
4692
4692
  .euiCodeBlock .token.url .token.content {
4693
- color: #d77092;
4693
+ color: #D0809B;
4694
4694
  }
4695
4695
  .euiCodeBlock .token.number,
4696
4696
  .euiCodeBlock .token.boolean,
@@ -4701,11 +4701,11 @@ html {
4701
4701
  .euiCodeBlock .token.hexcode,
4702
4702
  .euiCodeBlock .token.attr-name,
4703
4703
  .euiCodeBlock .token.attr-equals {
4704
- color: #54B399;
4704
+ color: #10B688;
4705
4705
  }
4706
4706
  .euiCodeBlock .token.atrule .token.rule,
4707
4707
  .euiCodeBlock .token.keyword {
4708
- color: #a184c2;
4708
+ color: #B174FC;
4709
4709
  }
4710
4710
  .euiCodeBlock .token.function {
4711
4711
  color: inherit;
@@ -4714,7 +4714,7 @@ html {
4714
4714
  color: #6092C0;
4715
4715
  }
4716
4716
  .euiCodeBlock .token.class-name {
4717
- color: #6092C0;
4717
+ color: #6AB0F1;
4718
4718
  }
4719
4719
  .euiCodeBlock .token.property {
4720
4720
  color: inherit;
@@ -4733,7 +4733,7 @@ html {
4733
4733
  color: #8d919a;
4734
4734
  }
4735
4735
  .euiCodeBlock .token.title {
4736
- color: #DA8B45;
4736
+ color: #DD8232;
4737
4737
  }
4738
4738
  .euiCodeBlock .token.section {
4739
4739
  color: #E7664C;
@@ -24941,6 +24941,84 @@ button.euiLink {
24941
24941
  color: #000;
24942
24942
  }
24943
24943
 
24944
+ .euiToken--euiColorVis10 {
24945
+ color: #9C9DA0;
24946
+ }
24947
+ .euiToken--euiColorVis10.euiToken--light {
24948
+ color: #9C9DA0;
24949
+ background-color: #2f2f30;
24950
+ box-shadow: inset 0 0 0 1px #3e3f40;
24951
+ }
24952
+ .euiToken--euiColorVis10.euiToken--dark {
24953
+ background-color: #9C9DA0;
24954
+ color: #000;
24955
+ }
24956
+
24957
+ .euiToken--euiColorVis11 {
24958
+ color: #D74987;
24959
+ }
24960
+ .euiToken--euiColorVis11.euiToken--light {
24961
+ color: #dd6398;
24962
+ background-color: #411629;
24963
+ box-shadow: inset 0 0 0 1px #561d36;
24964
+ }
24965
+ .euiToken--euiColorVis11.euiToken--dark {
24966
+ background-color: #D74987;
24967
+ color: #000;
24968
+ }
24969
+
24970
+ .euiToken--euiColorVis12 {
24971
+ color: #0D70CA;
24972
+ }
24973
+ .euiToken--euiColorVis12.euiToken--light {
24974
+ color: #4490d6;
24975
+ background-color: #04223d;
24976
+ box-shadow: inset 0 0 0 1px #052d51;
24977
+ }
24978
+ .euiToken--euiColorVis12.euiToken--dark {
24979
+ background-color: #0D70CA;
24980
+ color: #FFF;
24981
+ }
24982
+
24983
+ .euiToken--euiColorVis13 {
24984
+ color: #0C8967;
24985
+ }
24986
+ .euiToken--euiColorVis13.euiToken--light {
24987
+ color: #399f84;
24988
+ background-color: #04291f;
24989
+ box-shadow: inset 0 0 0 1px #053729;
24990
+ }
24991
+ .euiToken--euiColorVis13.euiToken--dark {
24992
+ background-color: #0C8967;
24993
+ color: #000;
24994
+ }
24995
+
24996
+ .euiToken--euiColorVis14 {
24997
+ color: #6E28C3;
24998
+ }
24999
+ .euiToken--euiColorVis14.euiToken--light {
25000
+ color: #9a69d5;
25001
+ background-color: #210c3b;
25002
+ box-shadow: inset 0 0 0 1px #2c104e;
25003
+ }
25004
+ .euiToken--euiColorVis14.euiToken--dark {
25005
+ background-color: #6E28C3;
25006
+ color: #FFF;
25007
+ }
25008
+
25009
+ .euiToken--euiColorVis15 {
25010
+ color: #D76813;
25011
+ }
25012
+ .euiToken--euiColorVis15.euiToken--light {
25013
+ color: #db772a;
25014
+ background-color: #411f06;
25015
+ box-shadow: inset 0 0 0 1px #562a08;
25016
+ }
25017
+ .euiToken--euiColorVis15.euiToken--dark {
25018
+ background-color: #D76813;
25019
+ color: #000;
25020
+ }
25021
+
24944
25022
  .euiToken--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/eui_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/eui_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/eui_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/eui_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/eui_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/eui_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/eui_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;
@@ -4678,7 +4678,7 @@ html {
4678
4678
  .euiCodeBlock .token.cdata,
4679
4679
  .euiCodeBlock .token.coord,
4680
4680
  .euiCodeBlock .token.blockquote {
4681
- color: #8d919a;
4681
+ color: #838B93;
4682
4682
  font-style: italic;
4683
4683
  }
4684
4684
  .euiCodeBlock .token.selector {
@@ -4690,7 +4690,7 @@ html {
4690
4690
  .euiCodeBlock .token.doc-comment .token.keyword,
4691
4691
  .euiCodeBlock .token.attr-value,
4692
4692
  .euiCodeBlock .token.url .token.content {
4693
- color: #d77092;
4693
+ color: #D0809B;
4694
4694
  }
4695
4695
  .euiCodeBlock .token.number,
4696
4696
  .euiCodeBlock .token.boolean,
@@ -4701,11 +4701,11 @@ html {
4701
4701
  .euiCodeBlock .token.hexcode,
4702
4702
  .euiCodeBlock .token.attr-name,
4703
4703
  .euiCodeBlock .token.attr-equals {
4704
- color: #54B399;
4704
+ color: #10B688;
4705
4705
  }
4706
4706
  .euiCodeBlock .token.atrule .token.rule,
4707
4707
  .euiCodeBlock .token.keyword {
4708
- color: #a184c2;
4708
+ color: #B174FC;
4709
4709
  }
4710
4710
  .euiCodeBlock .token.function {
4711
4711
  color: inherit;
@@ -4714,7 +4714,7 @@ html {
4714
4714
  color: #6092C0;
4715
4715
  }
4716
4716
  .euiCodeBlock .token.class-name {
4717
- color: #6092C0;
4717
+ color: #6AB0F1;
4718
4718
  }
4719
4719
  .euiCodeBlock .token.property {
4720
4720
  color: inherit;
@@ -4733,7 +4733,7 @@ html {
4733
4733
  color: #8d919a;
4734
4734
  }
4735
4735
  .euiCodeBlock .token.title {
4736
- color: #DA8B45;
4736
+ color: #DD8232;
4737
4737
  }
4738
4738
  .euiCodeBlock .token.section {
4739
4739
  color: #E7664C;
@@ -24941,6 +24941,84 @@ button.euiLink {
24941
24941
  color: #000;
24942
24942
  }
24943
24943
 
24944
+ .euiToken--euiColorVis10 {
24945
+ color: #9C9DA0;
24946
+ }
24947
+ .euiToken--euiColorVis10.euiToken--light {
24948
+ color: #9C9DA0;
24949
+ background-color: #2f2f30;
24950
+ box-shadow: inset 0 0 0 1px #3e3f40;
24951
+ }
24952
+ .euiToken--euiColorVis10.euiToken--dark {
24953
+ background-color: #9C9DA0;
24954
+ color: #000;
24955
+ }
24956
+
24957
+ .euiToken--euiColorVis11 {
24958
+ color: #D74987;
24959
+ }
24960
+ .euiToken--euiColorVis11.euiToken--light {
24961
+ color: #dd6398;
24962
+ background-color: #411629;
24963
+ box-shadow: inset 0 0 0 1px #561d36;
24964
+ }
24965
+ .euiToken--euiColorVis11.euiToken--dark {
24966
+ background-color: #D74987;
24967
+ color: #000;
24968
+ }
24969
+
24970
+ .euiToken--euiColorVis12 {
24971
+ color: #0D70CA;
24972
+ }
24973
+ .euiToken--euiColorVis12.euiToken--light {
24974
+ color: #4490d6;
24975
+ background-color: #04223d;
24976
+ box-shadow: inset 0 0 0 1px #052d51;
24977
+ }
24978
+ .euiToken--euiColorVis12.euiToken--dark {
24979
+ background-color: #0D70CA;
24980
+ color: #FFF;
24981
+ }
24982
+
24983
+ .euiToken--euiColorVis13 {
24984
+ color: #0C8967;
24985
+ }
24986
+ .euiToken--euiColorVis13.euiToken--light {
24987
+ color: #399f84;
24988
+ background-color: #04291f;
24989
+ box-shadow: inset 0 0 0 1px #053729;
24990
+ }
24991
+ .euiToken--euiColorVis13.euiToken--dark {
24992
+ background-color: #0C8967;
24993
+ color: #000;
24994
+ }
24995
+
24996
+ .euiToken--euiColorVis14 {
24997
+ color: #6E28C3;
24998
+ }
24999
+ .euiToken--euiColorVis14.euiToken--light {
25000
+ color: #9a69d5;
25001
+ background-color: #210c3b;
25002
+ box-shadow: inset 0 0 0 1px #2c104e;
25003
+ }
25004
+ .euiToken--euiColorVis14.euiToken--dark {
25005
+ background-color: #6E28C3;
25006
+ color: #FFF;
25007
+ }
25008
+
25009
+ .euiToken--euiColorVis15 {
25010
+ color: #D76813;
25011
+ }
25012
+ .euiToken--euiColorVis15.euiToken--light {
25013
+ color: #db772a;
25014
+ background-color: #411f06;
25015
+ box-shadow: inset 0 0 0 1px #562a08;
25016
+ }
25017
+ .euiToken--euiColorVis15.euiToken--dark {
25018
+ background-color: #D76813;
25019
+ color: #000;
25020
+ }
25021
+
24944
25022
  .euiToken--gray {
24945
25023
  color: #535966;
24946
25024
  }