@ably/ui 13.0.0 → 13.1.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
CHANGED
|
@@ -1172,7 +1172,7 @@ var MeganavContentProducts = function MeganavContentProducts(_ref) {
|
|
|
1172
1172
|
className: "group ui-meganav-media"
|
|
1173
1173
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
1174
1174
|
className: "ui-meganav-media-heading"
|
|
1175
|
-
}, "LiveSync (
|
|
1175
|
+
}, "LiveSync (Early access)"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
1176
1176
|
className: "ui-meganav-media-copy"
|
|
1177
1177
|
}, "Keep clients in sync with any relational database."))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
1178
1178
|
className: "col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white"
|
|
@@ -275,7 +275,7 @@ var MeganavContentProducts = function MeganavContentProducts(_ref) {
|
|
|
275
275
|
className: "group ui-meganav-media"
|
|
276
276
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
277
277
|
className: "ui-meganav-media-heading"
|
|
278
|
-
}, "LiveSync (
|
|
278
|
+
}, "LiveSync (Early access)"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
279
279
|
className: "ui-meganav-media-copy"
|
|
280
280
|
}, "Keep clients in sync with any relational database."))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
281
281
|
className: "col-span-full md:col-span-4 pt-8 pb-24 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0 bg-white"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.1.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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</li>
|
|
35
35
|
<li>
|
|
36
36
|
<%= link_to abs_url("/livesync"), class: "ui-meganav-media group" do %>
|
|
37
|
-
<p class="ui-meganav-media-heading">LiveSync (
|
|
37
|
+
<p class="ui-meganav-media-heading">LiveSync (Early access)</p>
|
|
38
38
|
<p class="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
|
39
39
|
<% end %>
|
|
40
40
|
</li>
|
|
@@ -41,7 +41,7 @@ const MeganavContentProducts = ({ paths, absUrl }) => (
|
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
43
|
<a href={absUrl("/livesync")} className="group ui-meganav-media">
|
|
44
|
-
<p className="ui-meganav-media-heading">LiveSync (
|
|
44
|
+
<p className="ui-meganav-media-heading">LiveSync (Early access)</p>
|
|
45
45
|
<p className="ui-meganav-media-copy">Keep clients in sync with any relational database.</p>
|
|
46
46
|
</a>
|
|
47
47
|
</li>
|