@ably/ui 7.9.3-dev.a74555e → 7.10.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/core/Meganav.jsx +1 -1
- package/core/MeganavContentWhyAbly.jsx +1 -1
- package/package.json +1 -1
- package/src/core/MeganavContentWhyAbly/component.html.erb +1 -1
- package/src/core/MeganavContentWhyAbly/component.jsx +1 -1
- package/core/fonts/.DS_Store +0 -0
- package/core/images/.DS_Store +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/.keep +0 -0
- package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/pids/.keep +0 -0
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/fonts/.DS_Store +0 -0
- package/src/core/images/.DS_Store +0 -0
- package/src/reset/.DS_Store +0 -0
package/core/Meganav.jsx
CHANGED
|
@@ -1191,7 +1191,7 @@ var MeganavContentWhyAbly = function MeganavContentWhyAbly(_ref) {
|
|
|
1191
1191
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
1192
1192
|
className: "ui-meganav-media-heading"
|
|
1193
1193
|
}, "Ably & AWS"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1194
|
-
href: absUrl("/resources
|
|
1194
|
+
href: absUrl("/resources"),
|
|
1195
1195
|
className: "group ui-meganav-media py-12"
|
|
1196
1196
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
1197
1197
|
className: "ui-meganav-media-heading"
|
|
@@ -1414,7 +1414,7 @@ var MeganavContentWhyAbly = function MeganavContentWhyAbly(_ref) {
|
|
|
1414
1414
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
1415
1415
|
className: "ui-meganav-media-heading"
|
|
1416
1416
|
}, "Ably & AWS"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
1417
|
-
href: absUrl("/resources
|
|
1417
|
+
href: absUrl("/resources"),
|
|
1418
1418
|
className: "group ui-meganav-media py-12"
|
|
1419
1419
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
1420
1420
|
className: "ui-meganav-media-heading"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.0",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</li>
|
|
28
28
|
|
|
29
29
|
<li>
|
|
30
|
-
<%= link_to abs_url("/resources
|
|
30
|
+
<%= link_to abs_url("/resources"), class: "group ui-meganav-media py-12" do %>
|
|
31
31
|
<p class="ui-meganav-media-heading">Resources</p>
|
|
32
32
|
<% end %>
|
|
33
33
|
</li>
|
|
@@ -42,7 +42,7 @@ const MeganavContentWhyAbly = ({ absUrl }) => {
|
|
|
42
42
|
</li>
|
|
43
43
|
|
|
44
44
|
<li>
|
|
45
|
-
<a href={absUrl("/resources
|
|
45
|
+
<a href={absUrl("/resources")} className="group ui-meganav-media py-12">
|
|
46
46
|
<p className="ui-meganav-media-heading">Resources</p>
|
|
47
47
|
</a>
|
|
48
48
|
</li>
|
package/core/fonts/.DS_Store
DELETED
|
Binary file
|
package/core/images/.DS_Store
DELETED
|
Binary file
|
package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep
DELETED
|
File without changes
|
package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/.keep
DELETED
|
File without changes
|
package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/pids/.keep
DELETED
|
File without changes
|
package/src/.DS_Store
DELETED
|
Binary file
|
package/src/core/.DS_Store
DELETED
|
Binary file
|
package/src/core/fonts/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
package/src/reset/.DS_Store
DELETED
|
Binary file
|