@elastic/eui 92.2.0 → 92.2.1

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/eui.d.ts CHANGED
@@ -28515,9 +28515,6 @@ declare module '@elastic/eui' {
28515
28515
  "euiComboBoxOptionsList.noAvailableOptions": any;
28516
28516
  "euiComboBoxOptionsList.allOptionsSelected": any;
28517
28517
  "euiComboBox.listboxAriaLabel": any;
28518
- "euiContext.stories.name": any;
28519
- "euiContext.stories.greeting": any;
28520
- "euiContext.stories.guestNo": any;
28521
28518
  "euiDataGridCellActions.expandButtonTitle": any;
28522
28519
  "euiDataGridCell.position": any;
28523
28520
  "euiDataGridCell.expansionEnterPrompt": any;
package/i18ntokens.json CHANGED
@@ -917,60 +917,6 @@
917
917
  },
918
918
  "filepath": "src/components/combo_box/combo_box.tsx"
919
919
  },
920
- {
921
- "token": "euiContext.stories.name",
922
- "defString": "John Doe",
923
- "highlighting": "string",
924
- "loc": {
925
- "start": {
926
- "line": 34,
927
- "column": 15,
928
- "index": 1005
929
- },
930
- "end": {
931
- "line": 34,
932
- "column": 64,
933
- "index": 1054
934
- }
935
- },
936
- "filepath": "src/components/context/context.stories.tsx"
937
- },
938
- {
939
- "token": "euiContext.stories.greeting",
940
- "defString": "Welcome, {name}!",
941
- "highlighting": "string",
942
- "loc": {
943
- "start": {
944
- "line": 39,
945
- "column": 10,
946
- "index": 1152
947
- },
948
- "end": {
949
- "line": 45,
950
- "column": 12,
951
- "index": 1342
952
- }
953
- },
954
- "filepath": "src/components/context/context.stories.tsx"
955
- },
956
- {
957
- "token": "euiContext.stories.guestNo",
958
- "defString": "You are guest #",
959
- "highlighting": "string",
960
- "loc": {
961
- "start": {
962
- "line": 47,
963
- "column": 12,
964
- "index": 1369
965
- },
966
- "end": {
967
- "line": 50,
968
- "column": 14,
969
- "index": 1481
970
- }
971
- },
972
- "filepath": "src/components/context/context.stories.tsx"
973
- },
974
920
  {
975
921
  "token": "euiDataGridCellActions.expandButtonTitle",
976
922
  "defString": "Click or hit enter to interact with cell content",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "92.2.0",
4
+ "version": "92.2.1",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",