@elastic/eui 102.2.0-snapshot.1748601905883 → 102.3.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 (1) hide show
  1. 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": "102.2.0-snapshot.1748601905883",
4
+ "version": "102.3.0",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -50,7 +50,7 @@
50
50
  "url": "https://github.com/elastic/eui.git"
51
51
  },
52
52
  "dependencies": {
53
- "@elastic/eui-theme-common": "1.0.0-snapshot.1748601905883",
53
+ "@elastic/eui-theme-common": "1.1.0",
54
54
  "@elastic/prismjs-esql": "^1.1.0",
55
55
  "@hello-pangea/dnd": "^16.6.0",
56
56
  "@types/lodash": "^4.14.202",
@@ -104,7 +104,7 @@
104
104
  "@cypress/webpack-dev-server": "^1.7.0",
105
105
  "@elastic/charts": "^64.1.0",
106
106
  "@elastic/datemath": "^5.0.3",
107
- "@elastic/eui-theme-borealis": "1.0.0-snapshot.1748601905883",
107
+ "@elastic/eui-theme-borealis": "1.1.0",
108
108
  "@emotion/babel-preset-css-prop": "^11.11.0",
109
109
  "@emotion/cache": "^11.11.0",
110
110
  "@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": "1.0.0-snapshot.1748601905883",
260
+ "@elastic/eui-theme-borealis": "1.1.0",
261
261
  "@emotion/css": "11.x",
262
262
  "@emotion/react": "11.x",
263
263
  "@types/react": "^16.9 || ^17.0 || ^18.0",
@@ -281,6 +281,5 @@
281
281
  ],
282
282
  "installConfig": {
283
283
  "hoistingLimits": "workspaces"
284
- },
285
- "stableVersion": "102.2.0"
284
+ }
286
285
  }