Skip to content

Commit

Permalink
Bump OUI to 1.3.0-beta.2 (opensearch-project#4848)
Browse files Browse the repository at this point in the history
* bump OUI to 1.3.0-beta.2

Signed-off-by: Josh Romero <[email protected]>

* Remove unecessary sass import

CollapsibleNav vars now provided via theme import
see opensearch-project/oui#968

Signed-off-by: Josh Romero <[email protected]>

---------

Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr authored Aug 30, 2023
1 parent 4f909f9 commit 03ae2bd
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"dependencies": {
"@aws-crypto/client-node": "^3.1.1",
"@elastic/datemath": "5.0.3",
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"@elastic/good": "^9.0.1-kibana3",
"@elastic/numeral": "^2.5.0",
"@elastic/request-crypto": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/osd-ui-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"enzyme-adapter-react-16": "^1.9.1"
},
"devDependencies": {
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"@osd/babel-preset": "1.0.0",
"@osd/optimizer": "1.0.0",
"comment-stripper": "^0.0.4",
Expand Down
3 changes: 2 additions & 1 deletion packages/osd-ui-shared-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
},
"dependencies": {
"@elastic/charts": "31.1.0",
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"@elastic/numeral": "^2.5.0",
"@opensearch/datemath": "5.0.3",
"@osd/i18n": "1.0.0",
"@osd/monaco": "1.0.0",
"abortcontroller-polyfill": "^1.4.0",
Expand Down
3 changes: 0 additions & 3 deletions src/core/public/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
@import "@elastic/charts/dist/theme";
@import "@elastic/eui/src/themes/charts/theme";

// Grab some nav-specific EUI vars
@import "@elastic/eui/src/components/collapsible_nav/variables";

// Application Layout
$euiCollapsibleNavWidth: $euiSize * 20;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
},
"devDependencies": {
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"@osd/plugin-helpers": "1.0.0",
"react": "^16.14.0",
"react-dom": "^16.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
},
"devDependencies": {
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"react": "^16.14.0",
"typescript": "4.0.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "../../../../scripts/use_node ../../../../scripts/remove.js './target' && tsc"
},
"devDependencies": {
"@elastic/eui": "npm:@opensearch-project/[email protected]alpha.2",
"@elastic/eui": "npm:@opensearch-project/[email protected]beta.2",
"@osd/plugin-helpers": "1.0.0",
"react": "^16.14.0",
"typescript": "4.0.2"
Expand Down
189 changes: 88 additions & 101 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 03ae2bd

Please sign in to comment.