Skip to content

Commit 8840fb5

Browse files
authored
Merge pull request #2495 from ably/WEB-4266_ablyui-16.0.0
Upgrade ably-ui 16.0.0 - new Meganav & Footer
2 parents 1f70f8a + eec24d7 commit 8840fb5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"no-githooks": "git config --unset core.hooksPath"
4040
},
4141
"dependencies": {
42-
"@ably/ui": "15.8.1",
42+
"@ably/ui": "16.0.2",
4343
"@codesandbox/sandpack-react": "^2.9.0",
4444
"@mdx-js/react": "^2.3.0",
4545
"@react-hook/media-query": "^1.1.1",

src/styles/global.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
@import '@ably/ui/reset/styles.css';
66
@import '@ably/ui/core/styles.css';
7-
@import '@ably/ui/core/Meganav/component.css';
8-
@import '@ably/ui/core/Footer/component.css';
7+
98
@import '@ably/ui/core/CookieMessage/component.css';
109
@import '@ably/ui/core/Slider/component.css';
1110
@import '@ably/ui/core/Code/component.css';

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@ably/ui@15.8.1":
11-
version "15.8.1"
12-
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-15.8.1.tgz#be59ffe07c0ce826c1061adbcb8ff2a75dcfd78c"
13-
integrity sha512-o2wpZEHpXDeLH1i+YaEeBf2PxqnG3EzBmmqB4Lx80NjbpTXFY19wI25bZ53fUuFroU04Yj1UQ/T94Qmbld6wkg==
10+
"@ably/ui@16.0.2":
11+
version "16.0.2"
12+
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-16.0.2.tgz#01ddf48202114a7f9a14b811401f3348ec7cbb16"
13+
integrity sha512-P7bIfclXCEDsDOeQ4cESTU6pTW0of+9YD7+KOD2TL9YJgZzQt4AEHi9HUPkrTN5GvqWhSD3GM7gI8IVYMpBzoQ==
1414
dependencies:
1515
"@radix-ui/react-accordion" "^1.2.1"
1616
"@radix-ui/react-navigation-menu" "^1.2.4"

0 commit comments

Comments
 (0)