Skip to content

Commit 2d94cc5

Browse files
committed
update i18ntokens
1 parent e66230a commit 2d94cc5

File tree

2 files changed

+58
-30
lines changed

2 files changed

+58
-30
lines changed

packages/eui/i18ntokens.json

Lines changed: 48 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,14 +1391,14 @@
13911391
"highlighting": "string",
13921392
"loc": {
13931393
"start": {
1394-
"line": 281,
1394+
"line": 280,
13951395
"column": 18,
1396-
"index": 10032
1396+
"index": 9968
13971397
},
13981398
"end": {
1399-
"line": 284,
1399+
"line": 283,
14001400
"column": 20,
1401-
"index": 10156
1401+
"index": 10092
14021402
}
14031403
},
14041404
"filepath": "src/components/datagrid/controls/column_selector.tsx"
@@ -1409,14 +1409,14 @@
14091409
"highlighting": "string",
14101410
"loc": {
14111411
"start": {
1412-
"line": 294,
1412+
"line": 293,
14131413
"column": 18,
1414-
"index": 10516
1414+
"index": 10452
14151415
},
14161416
"end": {
1417-
"line": 297,
1417+
"line": 296,
14181418
"column": 20,
1419-
"index": 10638
1419+
"index": 10574
14201420
}
14211421
},
14221422
"filepath": "src/components/datagrid/controls/column_selector.tsx"
@@ -4793,14 +4793,14 @@
47934793
"highlighting": "string",
47944794
"loc": {
47954795
"start": {
4796-
"line": 104,
4796+
"line": 105,
47974797
"column": 49,
4798-
"index": 2946
4798+
"index": 2960
47994799
},
48004800
"end": {
4801-
"line": 110,
4801+
"line": 111,
48024802
"column": 3,
4803-
"index": 3167
4803+
"index": 3181
48044804
}
48054805
},
48064806
"filepath": "src/components/form/field_password/field_password.tsx"
@@ -4811,18 +4811,36 @@
48114811
"highlighting": "string",
48124812
"loc": {
48134813
"start": {
4814-
"line": 104,
4814+
"line": 105,
48154815
"column": 49,
4816-
"index": 2946
4816+
"index": 2960
48174817
},
48184818
"end": {
4819-
"line": 110,
4819+
"line": 111,
48204820
"column": 3,
4821-
"index": 3167
4821+
"index": 3181
48224822
}
48234823
},
48244824
"filepath": "src/components/form/field_password/field_password.tsx"
48254825
},
4826+
{
4827+
"token": "euiFieldSearch.clearSearchButtonLabel",
4828+
"defString": "Clear search input",
4829+
"highlighting": "string",
4830+
"loc": {
4831+
"start": {
4832+
"line": 260,
4833+
"column": 6,
4834+
"index": 7437
4835+
},
4836+
"end": {
4837+
"line": 263,
4838+
"column": 7,
4839+
"index": 7544
4840+
}
4841+
},
4842+
"filepath": "src/components/form/field_search/field_search.tsx"
4843+
},
48264844
{
48274845
"token": "euiFilePicker.promptText",
48284846
"defString": "Select or drag and drop a file",
@@ -4901,14 +4919,14 @@
49014919
"highlighting": "string",
49024920
"loc": {
49034921
"start": {
4904-
"line": 38,
4905-
"column": 4,
4906-
"index": 1180
4922+
"line": 34,
4923+
"column": 20,
4924+
"index": 1321
49074925
},
49084926
"end": {
4909-
"line": 41,
4910-
"column": 5,
4911-
"index": 1274
4927+
"line": 37,
4928+
"column": 3,
4929+
"index": 1399
49124930
}
49134931
},
49144932
"filepath": "src/components/form/form_control_layout/form_control_layout_clear_button.tsx"
@@ -4919,14 +4937,14 @@
49194937
"highlighting": "string",
49204938
"loc": {
49214939
"start": {
4922-
"line": 82,
4940+
"line": 121,
49234941
"column": 27,
4924-
"index": 2237
4942+
"index": 3395
49254943
},
49264944
"end": {
4927-
"line": 85,
4945+
"line": 124,
49284946
"column": 3,
4929-
"index": 2313
4947+
"index": 3471
49304948
}
49314949
},
49324950
"filepath": "src/components/form/form_control_layout/form_control_layout_delimited.tsx"
@@ -4937,14 +4955,14 @@
49374955
"highlighting": "string",
49384956
"loc": {
49394957
"start": {
4940-
"line": 94,
4958+
"line": 97,
49414959
"column": 8,
4942-
"index": 2536
4960+
"index": 2581
49434961
},
49444962
"end": {
4945-
"line": 97,
4963+
"line": 100,
49464964
"column": 9,
4947-
"index": 2657
4965+
"index": 2702
49484966
}
49494967
},
49504968
"filepath": "src/components/form/form.tsx"

packages/eui/i18ntokens_changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"version": "95.8.0",
4+
"changes": [
5+
{
6+
"token": "euiFieldSearch.clearSearchButtonLabel",
7+
"changeType": "added",
8+
"value": "Clear search input"
9+
}
10+
]
11+
},
212
{
313
"version": "95.5.0",
414
"changes": [

0 commit comments

Comments
 (0)