@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
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
"ouiColorFullShade": "#FCFEFF",
|
|
23
23
|
"ouiPageBackgroundColor": "#172430",
|
|
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": "#9fa6af",
|
|
@@ -38,6 +45,20 @@
|
|
|
38
45
|
"ouiColorChartBand": "#16212a",
|
|
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": "#FCFEFF",
|
|
42
63
|
"euiColorInk": "#0A121A",
|
|
43
64
|
"euiColorPrimary": "#159D8D",
|
|
@@ -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": "#101B25",
|
|
149
200
|
"ouiCodeBlockColor": "#DFE5EF",
|
|
150
201
|
"ouiCodeBlockSelectedBackgroundColor": "inherit",
|
|
151
|
-
"ouiCodeBlockCommentColor": "#9fa6af",
|
|
152
202
|
"ouiCodeBlockSelectorTagColor": "inherit",
|
|
153
|
-
"ouiCodeBlockStringColor": "#D36086",
|
|
154
203
|
"ouiCodeBlockTagColor": "#6092C0",
|
|
155
|
-
"ouiCodeBlockNameColor": "#6092C0",
|
|
156
|
-
"ouiCodeBlockNumberColor": "#54B399",
|
|
157
|
-
"ouiCodeBlockKeywordColor": "#9677bc",
|
|
158
204
|
"ouiCodeBlockFunctionTitleColor": "inherit",
|
|
159
|
-
"ouiCodeBlockTypeColor": "#6092C0",
|
|
160
205
|
"ouiCodeBlockAttributeColor": "inherit",
|
|
161
206
|
"ouiCodeBlockSymbolColor": "#E7664C",
|
|
162
207
|
"ouiCodeBlockParamsColor": "inherit",
|
|
163
208
|
"ouiCodeBlockMetaColor": "#9fa6af",
|
|
164
|
-
"ouiCodeBlockTitleColor": "#DA8B45",
|
|
165
209
|
"ouiCodeBlockSectionColor": "#E7664C",
|
|
166
210
|
"ouiCodeBlockAdditionColor": "#54B399",
|
|
167
211
|
"ouiCodeBlockDeletionColor": "#FF6666",
|
|
@@ -223,20 +267,13 @@
|
|
|
223
267
|
"euiCodeBlockBackgroundColor": "#101B25",
|
|
224
268
|
"euiCodeBlockColor": "#DFE5EF",
|
|
225
269
|
"euiCodeBlockSelectedBackgroundColor": "inherit",
|
|
226
|
-
"euiCodeBlockCommentColor": "#9fa6af",
|
|
227
270
|
"euiCodeBlockSelectorTagColor": "inherit",
|
|
228
|
-
"euiCodeBlockStringColor": "#D36086",
|
|
229
271
|
"euiCodeBlockTagColor": "#6092C0",
|
|
230
|
-
"euiCodeBlockNameColor": "#6092C0",
|
|
231
|
-
"euiCodeBlockNumberColor": "#54B399",
|
|
232
|
-
"euiCodeBlockKeywordColor": "#9677bc",
|
|
233
272
|
"euiCodeBlockFunctionTitleColor": "inherit",
|
|
234
|
-
"euiCodeBlockTypeColor": "#6092C0",
|
|
235
273
|
"euiCodeBlockAttributeColor": "inherit",
|
|
236
274
|
"euiCodeBlockSymbolColor": "#E7664C",
|
|
237
275
|
"euiCodeBlockParamsColor": "inherit",
|
|
238
276
|
"euiCodeBlockMetaColor": "#9fa6af",
|
|
239
|
-
"euiCodeBlockTitleColor": "#DA8B45",
|
|
240
277
|
"euiCodeBlockSectionColor": "#E7664C",
|
|
241
278
|
"euiCodeBlockAdditionColor": "#54B399",
|
|
242
279
|
"euiCodeBlockDeletionColor": "#FF6666",
|
|
@@ -1396,12 +1433,36 @@
|
|
|
1396
1433
|
"graphic": "#E7664C",
|
|
1397
1434
|
"behindText": "#FF7E62"
|
|
1398
1435
|
},
|
|
1436
|
+
"ouiColorVis10": {
|
|
1437
|
+
"graphic": "#9C9DA0",
|
|
1438
|
+
"behindText": "#9C9DA0"
|
|
1439
|
+
},
|
|
1440
|
+
"ouiColorVis11": {
|
|
1441
|
+
"graphic": "#D74987",
|
|
1442
|
+
"behindText": "#D74987"
|
|
1443
|
+
},
|
|
1444
|
+
"ouiColorVis12": {
|
|
1445
|
+
"graphic": "#0D70CA",
|
|
1446
|
+
"behindText": "#0D70CA"
|
|
1447
|
+
},
|
|
1448
|
+
"ouiColorVis13": {
|
|
1449
|
+
"graphic": "#0C8967",
|
|
1450
|
+
"behindText": "#0C8967"
|
|
1451
|
+
},
|
|
1452
|
+
"ouiColorVis14": {
|
|
1453
|
+
"graphic": "#6E28C3",
|
|
1454
|
+
"behindText": "#6E28C3"
|
|
1455
|
+
},
|
|
1456
|
+
"ouiColorVis15": {
|
|
1457
|
+
"graphic": "#D76813",
|
|
1458
|
+
"behindText": "#D76813"
|
|
1459
|
+
},
|
|
1399
1460
|
"gray": {
|
|
1400
1461
|
"graphic": "#5B6875",
|
|
1401
1462
|
"behindText": "#5B6875"
|
|
1402
1463
|
}
|
|
1403
1464
|
},
|
|
1404
|
-
"ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'gray'",
|
|
1465
|
+
"ouiTokenTypeKeys": "'ouiColorVis0', 'ouiColorVis1', 'ouiColorVis2', 'ouiColorVis3', 'ouiColorVis4', 'ouiColorVis5', 'ouiColorVis6', 'ouiColorVis7', 'ouiColorVis8', 'ouiColorVis9', 'ouiColorVis10', 'ouiColorVis11', 'ouiColorVis12', 'ouiColorVis13', 'ouiColorVis14', 'ouiColorVis15', 'gray'",
|
|
1405
1466
|
"euiTokenGrayColor": "#5B6875",
|
|
1406
1467
|
"euiTokenTypes": {
|
|
1407
1468
|
"euiColorVis0": {
|
|
@@ -1480,6 +1541,12 @@
|
|
|
1480
1541
|
"ouiColorVis7_behindText": "#F5A35C",
|
|
1481
1542
|
"ouiColorVis8_behindText": "#C47C6C",
|
|
1482
1543
|
"ouiColorVis9_behindText": "#FF7E62",
|
|
1544
|
+
"ouiColorVis10_behindText": "#9C9DA0",
|
|
1545
|
+
"ouiColorVis11_behindText": "#D74987",
|
|
1546
|
+
"ouiColorVis12_behindText": "#0D70CA",
|
|
1547
|
+
"ouiColorVis13_behindText": "#0C8967",
|
|
1548
|
+
"ouiColorVis14_behindText": "#6E28C3",
|
|
1549
|
+
"ouiColorVis15_behindText": "#D76813",
|
|
1483
1550
|
"euiColorVis0_behindText": "#6DCCB1",
|
|
1484
1551
|
"euiColorVis1_behindText": "#79AAD9",
|
|
1485
1552
|
"euiColorVis2_behindText": "#EE789D",
|
|
@@ -23,6 +23,13 @@ declare module '@opensearch-project/oui/dist/eui_theme_next_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_next_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_next_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_next_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_next_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;
|
|
@@ -1397,6 +1434,30 @@ declare module '@opensearch-project/oui/dist/eui_theme_next_dark.json' {
|
|
|
1397
1434
|
graphic: string;
|
|
1398
1435
|
behindText: string;
|
|
1399
1436
|
};
|
|
1437
|
+
ouiColorVis10: {
|
|
1438
|
+
graphic: string;
|
|
1439
|
+
behindText: string;
|
|
1440
|
+
};
|
|
1441
|
+
ouiColorVis11: {
|
|
1442
|
+
graphic: string;
|
|
1443
|
+
behindText: string;
|
|
1444
|
+
};
|
|
1445
|
+
ouiColorVis12: {
|
|
1446
|
+
graphic: string;
|
|
1447
|
+
behindText: string;
|
|
1448
|
+
};
|
|
1449
|
+
ouiColorVis13: {
|
|
1450
|
+
graphic: string;
|
|
1451
|
+
behindText: string;
|
|
1452
|
+
};
|
|
1453
|
+
ouiColorVis14: {
|
|
1454
|
+
graphic: string;
|
|
1455
|
+
behindText: string;
|
|
1456
|
+
};
|
|
1457
|
+
ouiColorVis15: {
|
|
1458
|
+
graphic: string;
|
|
1459
|
+
behindText: string;
|
|
1460
|
+
};
|
|
1400
1461
|
gray: {
|
|
1401
1462
|
graphic: string;
|
|
1402
1463
|
behindText: string;
|
|
@@ -1481,6 +1542,12 @@ declare module '@opensearch-project/oui/dist/eui_theme_next_dark.json' {
|
|
|
1481
1542
|
ouiColorVis7_behindText: string;
|
|
1482
1543
|
ouiColorVis8_behindText: string;
|
|
1483
1544
|
ouiColorVis9_behindText: string;
|
|
1545
|
+
ouiColorVis10_behindText: string;
|
|
1546
|
+
ouiColorVis11_behindText: string;
|
|
1547
|
+
ouiColorVis12_behindText: string;
|
|
1548
|
+
ouiColorVis13_behindText: string;
|
|
1549
|
+
ouiColorVis14_behindText: string;
|
|
1550
|
+
ouiColorVis15_behindText: string;
|
|
1484
1551
|
euiColorVis0_behindText: string;
|
|
1485
1552
|
euiColorVis1_behindText: string;
|
|
1486
1553
|
euiColorVis2_behindText: string;
|
|
@@ -4679,7 +4679,7 @@ html {
|
|
|
4679
4679
|
.euiCodeBlock .token.cdata,
|
|
4680
4680
|
.euiCodeBlock .token.coord,
|
|
4681
4681
|
.euiCodeBlock .token.blockquote {
|
|
4682
|
-
color: #
|
|
4682
|
+
color: #838B93;
|
|
4683
4683
|
font-style: italic;
|
|
4684
4684
|
}
|
|
4685
4685
|
.euiCodeBlock .token.selector {
|
|
@@ -4691,7 +4691,7 @@ html {
|
|
|
4691
4691
|
.euiCodeBlock .token.doc-comment .token.keyword,
|
|
4692
4692
|
.euiCodeBlock .token.attr-value,
|
|
4693
4693
|
.euiCodeBlock .token.url .token.content {
|
|
4694
|
-
color: #
|
|
4694
|
+
color: #D0809B;
|
|
4695
4695
|
}
|
|
4696
4696
|
.euiCodeBlock .token.number,
|
|
4697
4697
|
.euiCodeBlock .token.boolean,
|
|
@@ -4702,11 +4702,11 @@ html {
|
|
|
4702
4702
|
.euiCodeBlock .token.hexcode,
|
|
4703
4703
|
.euiCodeBlock .token.attr-name,
|
|
4704
4704
|
.euiCodeBlock .token.attr-equals {
|
|
4705
|
-
color: #
|
|
4705
|
+
color: #10B688;
|
|
4706
4706
|
}
|
|
4707
4707
|
.euiCodeBlock .token.atrule .token.rule,
|
|
4708
4708
|
.euiCodeBlock .token.keyword {
|
|
4709
|
-
color: #
|
|
4709
|
+
color: #B174FC;
|
|
4710
4710
|
}
|
|
4711
4711
|
.euiCodeBlock .token.function {
|
|
4712
4712
|
color: inherit;
|
|
@@ -4715,7 +4715,7 @@ html {
|
|
|
4715
4715
|
color: #6092C0;
|
|
4716
4716
|
}
|
|
4717
4717
|
.euiCodeBlock .token.class-name {
|
|
4718
|
-
color: #
|
|
4718
|
+
color: #6AB0F1;
|
|
4719
4719
|
}
|
|
4720
4720
|
.euiCodeBlock .token.property {
|
|
4721
4721
|
color: inherit;
|
|
@@ -4734,7 +4734,7 @@ html {
|
|
|
4734
4734
|
color: #9fa6af;
|
|
4735
4735
|
}
|
|
4736
4736
|
.euiCodeBlock .token.title {
|
|
4737
|
-
color: #
|
|
4737
|
+
color: #DD8232;
|
|
4738
4738
|
}
|
|
4739
4739
|
.euiCodeBlock .token.section {
|
|
4740
4740
|
color: #E7664C;
|
|
@@ -24942,6 +24942,84 @@ button.euiLink {
|
|
|
24942
24942
|
color: #0A121A;
|
|
24943
24943
|
}
|
|
24944
24944
|
|
|
24945
|
+
.euiToken--euiColorVis10 {
|
|
24946
|
+
color: #9C9DA0;
|
|
24947
|
+
}
|
|
24948
|
+
.euiToken--euiColorVis10.euiToken--light {
|
|
24949
|
+
color: #a6a7aa;
|
|
24950
|
+
background-color: #363c42;
|
|
24951
|
+
box-shadow: inset 0 0 0 1px #444a50;
|
|
24952
|
+
}
|
|
24953
|
+
.euiToken--euiColorVis10.euiToken--dark {
|
|
24954
|
+
background-color: #9C9DA0;
|
|
24955
|
+
color: #0A121A;
|
|
24956
|
+
}
|
|
24957
|
+
|
|
24958
|
+
.euiToken--euiColorVis11 {
|
|
24959
|
+
color: #D74987;
|
|
24960
|
+
}
|
|
24961
|
+
.euiToken--euiColorVis11.euiToken--light {
|
|
24962
|
+
color: #e179a7;
|
|
24963
|
+
background-color: #48233b;
|
|
24964
|
+
box-shadow: inset 0 0 0 1px #5c2846;
|
|
24965
|
+
}
|
|
24966
|
+
.euiToken--euiColorVis11.euiToken--dark {
|
|
24967
|
+
background-color: #D74987;
|
|
24968
|
+
color: #0A121A;
|
|
24969
|
+
}
|
|
24970
|
+
|
|
24971
|
+
.euiToken--euiColorVis12 {
|
|
24972
|
+
color: #0D70CA;
|
|
24973
|
+
}
|
|
24974
|
+
.euiToken--euiColorVis12.euiToken--light {
|
|
24975
|
+
color: #559bda;
|
|
24976
|
+
background-color: #0b2e4f;
|
|
24977
|
+
box-shadow: inset 0 0 0 1px #0b3860;
|
|
24978
|
+
}
|
|
24979
|
+
.euiToken--euiColorVis12.euiToken--dark {
|
|
24980
|
+
background-color: #0D70CA;
|
|
24981
|
+
color: #FCFEFF;
|
|
24982
|
+
}
|
|
24983
|
+
|
|
24984
|
+
.euiToken--euiColorVis13 {
|
|
24985
|
+
color: #0C8967;
|
|
24986
|
+
}
|
|
24987
|
+
.euiToken--euiColorVis13.euiToken--light {
|
|
24988
|
+
color: #4ba990;
|
|
24989
|
+
background-color: #0b3631;
|
|
24990
|
+
box-shadow: inset 0 0 0 1px #0b4239;
|
|
24991
|
+
}
|
|
24992
|
+
.euiToken--euiColorVis13.euiToken--dark {
|
|
24993
|
+
background-color: #0C8967;
|
|
24994
|
+
color: #FCFEFF;
|
|
24995
|
+
}
|
|
24996
|
+
|
|
24997
|
+
.euiToken--euiColorVis14 {
|
|
24998
|
+
color: #6E28C3;
|
|
24999
|
+
}
|
|
25000
|
+
.euiToken--euiColorVis14.euiToken--light {
|
|
25001
|
+
color: #a377d9;
|
|
25002
|
+
background-color: #28194d;
|
|
25003
|
+
box-shadow: inset 0 0 0 1px #321b5e;
|
|
25004
|
+
}
|
|
25005
|
+
.euiToken--euiColorVis14.euiToken--dark {
|
|
25006
|
+
background-color: #6E28C3;
|
|
25007
|
+
color: #FCFEFF;
|
|
25008
|
+
}
|
|
25009
|
+
|
|
25010
|
+
.euiToken--euiColorVis15 {
|
|
25011
|
+
color: #D76813;
|
|
25012
|
+
}
|
|
25013
|
+
.euiToken--euiColorVis15.euiToken--light {
|
|
25014
|
+
color: #df843f;
|
|
25015
|
+
background-color: #482c18;
|
|
25016
|
+
box-shadow: inset 0 0 0 1px #5c3417;
|
|
25017
|
+
}
|
|
25018
|
+
.euiToken--euiColorVis15.euiToken--dark {
|
|
25019
|
+
background-color: #D76813;
|
|
25020
|
+
color: #0A121A;
|
|
25021
|
+
}
|
|
25022
|
+
|
|
24945
25023
|
.euiToken--gray {
|
|
24946
25024
|
color: #5B6875;
|
|
24947
25025
|
}
|
|
@@ -4645,7 +4645,7 @@ html {
|
|
|
4645
4645
|
.euiCodeBlock .token.cdata,
|
|
4646
4646
|
.euiCodeBlock .token.coord,
|
|
4647
4647
|
.euiCodeBlock .token.blockquote {
|
|
4648
|
-
color: #
|
|
4648
|
+
color: #9C9DA0;
|
|
4649
4649
|
font-style: italic;
|
|
4650
4650
|
}
|
|
4651
4651
|
.euiCodeBlock .token.selector {
|
|
@@ -4657,7 +4657,7 @@ html {
|
|
|
4657
4657
|
.euiCodeBlock .token.doc-comment .token.keyword,
|
|
4658
4658
|
.euiCodeBlock .token.attr-value,
|
|
4659
4659
|
.euiCodeBlock .token.url .token.content {
|
|
4660
|
-
color: #
|
|
4660
|
+
color: #D74987;
|
|
4661
4661
|
}
|
|
4662
4662
|
.euiCodeBlock .token.number,
|
|
4663
4663
|
.euiCodeBlock .token.boolean,
|
|
@@ -4668,11 +4668,11 @@ html {
|
|
|
4668
4668
|
.euiCodeBlock .token.hexcode,
|
|
4669
4669
|
.euiCodeBlock .token.attr-name,
|
|
4670
4670
|
.euiCodeBlock .token.attr-equals {
|
|
4671
|
-
color: #
|
|
4671
|
+
color: #0C8967;
|
|
4672
4672
|
}
|
|
4673
4673
|
.euiCodeBlock .token.atrule .token.rule,
|
|
4674
4674
|
.euiCodeBlock .token.keyword {
|
|
4675
|
-
color: #
|
|
4675
|
+
color: #6E28C3;
|
|
4676
4676
|
}
|
|
4677
4677
|
.euiCodeBlock .token.function {
|
|
4678
4678
|
color: inherit;
|
|
@@ -4681,7 +4681,7 @@ html {
|
|
|
4681
4681
|
color: #446889;
|
|
4682
4682
|
}
|
|
4683
4683
|
.euiCodeBlock .token.class-name {
|
|
4684
|
-
color: #
|
|
4684
|
+
color: #0D70CA;
|
|
4685
4685
|
}
|
|
4686
4686
|
.euiCodeBlock .token.property {
|
|
4687
4687
|
color: inherit;
|
|
@@ -4700,7 +4700,7 @@ html {
|
|
|
4700
4700
|
color: #5e656c;
|
|
4701
4701
|
}
|
|
4702
4702
|
.euiCodeBlock .token.title {
|
|
4703
|
-
color: #
|
|
4703
|
+
color: #D76813;
|
|
4704
4704
|
}
|
|
4705
4705
|
.euiCodeBlock .token.section {
|
|
4706
4706
|
color: #9d4a3c;
|
|
@@ -24920,6 +24920,84 @@ button.euiLink {
|
|
|
24920
24920
|
color: #0A121A;
|
|
24921
24921
|
}
|
|
24922
24922
|
|
|
24923
|
+
.euiToken--euiColorVis10 {
|
|
24924
|
+
color: #9C9DA0;
|
|
24925
|
+
}
|
|
24926
|
+
.euiToken--euiColorVis10.euiToken--light {
|
|
24927
|
+
color: #6b6e73;
|
|
24928
|
+
background-color: #f2f4f6;
|
|
24929
|
+
box-shadow: inset 0 0 0 1px #dfe1e3;
|
|
24930
|
+
}
|
|
24931
|
+
.euiToken--euiColorVis10.euiToken--dark {
|
|
24932
|
+
background-color: #9C9DA0;
|
|
24933
|
+
color: #0A121A;
|
|
24934
|
+
}
|
|
24935
|
+
|
|
24936
|
+
.euiToken--euiColorVis11 {
|
|
24937
|
+
color: #D74987;
|
|
24938
|
+
}
|
|
24939
|
+
.euiToken--euiColorVis11.euiToken--light {
|
|
24940
|
+
color: #b13f73;
|
|
24941
|
+
background-color: #f8ecf3;
|
|
24942
|
+
box-shadow: inset 0 0 0 1px #f1c8db;
|
|
24943
|
+
}
|
|
24944
|
+
.euiToken--euiColorVis11.euiToken--dark {
|
|
24945
|
+
background-color: #D74987;
|
|
24946
|
+
color: #0A121A;
|
|
24947
|
+
}
|
|
24948
|
+
|
|
24949
|
+
.euiToken--euiColorVis12 {
|
|
24950
|
+
color: #0D70CA;
|
|
24951
|
+
}
|
|
24952
|
+
.euiToken--euiColorVis12.euiToken--light {
|
|
24953
|
+
color: #0d6bc1;
|
|
24954
|
+
background-color: #e4f0fa;
|
|
24955
|
+
box-shadow: inset 0 0 0 1px #b4d3ef;
|
|
24956
|
+
}
|
|
24957
|
+
.euiToken--euiColorVis12.euiToken--dark {
|
|
24958
|
+
background-color: #0D70CA;
|
|
24959
|
+
color: #FCFEFF;
|
|
24960
|
+
}
|
|
24961
|
+
|
|
24962
|
+
.euiToken--euiColorVis13 {
|
|
24963
|
+
color: #0C8967;
|
|
24964
|
+
}
|
|
24965
|
+
.euiToken--euiColorVis13.euiToken--light {
|
|
24966
|
+
color: #0c785c;
|
|
24967
|
+
background-color: #e4f2f0;
|
|
24968
|
+
box-shadow: inset 0 0 0 1px #b4dbd1;
|
|
24969
|
+
}
|
|
24970
|
+
.euiToken--euiColorVis13.euiToken--dark {
|
|
24971
|
+
background-color: #0C8967;
|
|
24972
|
+
color: #FCFEFF;
|
|
24973
|
+
}
|
|
24974
|
+
|
|
24975
|
+
.euiToken--euiColorVis14 {
|
|
24976
|
+
color: #6E28C3;
|
|
24977
|
+
}
|
|
24978
|
+
.euiToken--euiColorVis14.euiToken--light {
|
|
24979
|
+
color: #6E28C3;
|
|
24980
|
+
background-color: #eee9f9;
|
|
24981
|
+
box-shadow: inset 0 0 0 1px #d1beed;
|
|
24982
|
+
}
|
|
24983
|
+
.euiToken--euiColorVis14.euiToken--dark {
|
|
24984
|
+
background-color: #6E28C3;
|
|
24985
|
+
color: #FCFEFF;
|
|
24986
|
+
}
|
|
24987
|
+
|
|
24988
|
+
.euiToken--euiColorVis15 {
|
|
24989
|
+
color: #D76813;
|
|
24990
|
+
}
|
|
24991
|
+
.euiToken--euiColorVis15.euiToken--light {
|
|
24992
|
+
color: #a95513;
|
|
24993
|
+
background-color: #f8efe7;
|
|
24994
|
+
box-shadow: inset 0 0 0 1px #f1d1b8;
|
|
24995
|
+
}
|
|
24996
|
+
.euiToken--euiColorVis15.euiToken--dark {
|
|
24997
|
+
background-color: #D76813;
|
|
24998
|
+
color: #0A121A;
|
|
24999
|
+
}
|
|
25000
|
+
|
|
24923
25001
|
.euiToken--gray {
|
|
24924
25002
|
color: #5A6875;
|
|
24925
25003
|
}
|