@elastic/eui 110.0.0-snapshot.1764783610243 → 111.0.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/eui.d.ts +35 -35
- package/i18ntokens.json +710 -710
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui",
|
|
3
3
|
"description": "Elastic UI Component Library",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "111.0.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "lib",
|
|
7
7
|
"module": "es",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"directory": "packages/eui"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@elastic/eui-theme-common": "7.
|
|
55
|
+
"@elastic/eui-theme-common": "7.2.0",
|
|
56
56
|
"@elastic/prismjs-esql": "^1.1.2",
|
|
57
57
|
"@hello-pangea/dnd": "^16.6.0",
|
|
58
58
|
"@types/lodash": "^4.14.202",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@cypress/webpack-dev-server": "^1.7.0",
|
|
108
108
|
"@elastic/charts": "^64.1.0",
|
|
109
109
|
"@elastic/datemath": "^5.0.3",
|
|
110
|
-
"@elastic/eui-theme-borealis": "5.
|
|
110
|
+
"@elastic/eui-theme-borealis": "5.2.0",
|
|
111
111
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
112
112
|
"@emotion/cache": "^11.11.0",
|
|
113
113
|
"@emotion/css": "^11.11.0",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
"peerDependencies": {
|
|
259
259
|
"@elastic/datemath": "^5.0.2",
|
|
260
|
-
"@elastic/eui-theme-borealis": "5.
|
|
260
|
+
"@elastic/eui-theme-borealis": "5.2.0",
|
|
261
261
|
"@emotion/css": "11.x",
|
|
262
262
|
"@emotion/react": "11.x",
|
|
263
263
|
"@types/react": "^17.0 || ^18.0",
|
|
@@ -281,6 +281,5 @@
|
|
|
281
281
|
],
|
|
282
282
|
"installConfig": {
|
|
283
283
|
"hoistingLimits": "workspaces"
|
|
284
|
-
}
|
|
285
|
-
"stableVersion": "110.0.0"
|
|
284
|
+
}
|
|
286
285
|
}
|