@ably/ui 8.7.0-dev.5f7f2f9 → 8.7.0-dev.6053fb4
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/Footer.jsx
CHANGED
|
@@ -203,11 +203,11 @@ function Footer(_ref) {
|
|
|
203
203
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
204
204
|
className: "text-overline2 col-span-full font-medium uppercase tracking-widen-0.1"
|
|
205
205
|
}, "The Ably Platform")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
206
|
-
className: "
|
|
206
|
+
className: "md:col-span-4 md:w-3/4 xs:w-3/5 w-full"
|
|
207
207
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
208
|
-
className: "text-p3 py-16 font-medium p-menu-row-snug
|
|
208
|
+
className: "text-p3 py-16 font-medium p-menu-row-snug"
|
|
209
209
|
}, "Easily power any realtime experience in your application via a simple API that handles everything realtime.")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", {
|
|
210
|
-
className: "grid
|
|
210
|
+
className: "grid grid-cols-1"
|
|
211
211
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
212
212
|
className: "p-menu-row-snug"
|
|
213
213
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
@@ -492,7 +492,7 @@ function Footer(_ref) {
|
|
|
492
492
|
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
493
493
|
className: "ui-footer-link"
|
|
494
494
|
}, "Learn more at Glassdoor"))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
495
|
-
className: "col-span-full sm:col-span-1 inline-flex sm:ml-auto"
|
|
495
|
+
className: "col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center"
|
|
496
496
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
497
497
|
className: "mr-24 w-96 h-96",
|
|
498
498
|
src: paths.highestUserAdoption,
|
|
@@ -510,7 +510,7 @@ function Footer(_ref) {
|
|
|
510
510
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("hr", {
|
|
511
511
|
className: "border-t border-mid-grey my-0"
|
|
512
512
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
513
|
-
className: "max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px
|
|
513
|
+
className: "max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px"
|
|
514
514
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
515
515
|
className: "flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links"
|
|
516
516
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
@@ -528,7 +528,7 @@ function Footer(_ref) {
|
|
|
528
528
|
href: absUrl("/privacy"),
|
|
529
529
|
className: "ui-footer-link"
|
|
530
530
|
}, "Privacy"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
531
|
-
className: "xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16
|
|
531
|
+
className: "xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-0 "
|
|
532
532
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
533
533
|
className: "flex mr-24"
|
|
534
534
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.7.0-dev.
|
|
3
|
+
"version": "8.7.0-dev.6053fb4",
|
|
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",
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
<%= image_tag(ably_stack_path, alt: "Ably homepage", class: "mr-24 -mt-16") %>
|
|
6
6
|
<h2 class="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
7
7
|
</div>
|
|
8
|
-
<div class="
|
|
9
|
-
<p class="text-p3 py-16 font-medium p-menu-row-snug
|
|
8
|
+
<div class="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
9
|
+
<p class="text-p3 py-16 font-medium p-menu-row-snug">
|
|
10
10
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
11
11
|
</p>
|
|
12
12
|
</div>
|
|
13
|
-
<ul class="grid
|
|
13
|
+
<ul class="grid grid-cols-1">
|
|
14
14
|
<li class="p-menu-row-snug">
|
|
15
15
|
<%= link_to 'Pub/sub messaging', abs_url("/pub-sub-messaging"), class: "ui-footer-menu-row-link" %>
|
|
16
16
|
</li>
|
|
@@ -216,9 +216,9 @@
|
|
|
216
216
|
</div>
|
|
217
217
|
</div>
|
|
218
218
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
219
|
-
<hr class="border-t border-mid-grey
|
|
219
|
+
<hr class="border-t border-mid-grey my-0"/>
|
|
220
220
|
</div>
|
|
221
|
-
<div class="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px
|
|
221
|
+
<div class="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px">
|
|
222
222
|
<div class="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
223
223
|
<div class="flex">
|
|
224
224
|
<%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
|
|
@@ -15,13 +15,13 @@ export default function Footer({ paths, urlBase }) {
|
|
|
15
15
|
<img className="mr-24 -mt-16" src={paths.ablyStack} alt="Ably homepage" />
|
|
16
16
|
<h2 className="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
17
17
|
</div>
|
|
18
|
-
<div className="
|
|
19
|
-
<p className="text-p3 py-16 font-medium p-menu-row-snug
|
|
18
|
+
<div className="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
19
|
+
<p className="text-p3 py-16 font-medium p-menu-row-snug">
|
|
20
20
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
21
21
|
</p>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
-
<ul className="grid
|
|
24
|
+
<ul className="grid grid-cols-1">
|
|
25
25
|
<li className="p-menu-row-snug">
|
|
26
26
|
<a href={absUrl("/pub-sub-messaging")} className="ui-footer-menu-row-link">
|
|
27
27
|
Pub/sub messaging
|
|
@@ -304,7 +304,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
304
304
|
</div>
|
|
305
305
|
</div>
|
|
306
306
|
|
|
307
|
-
<div className="col-span-full sm:col-span-1 inline-flex sm:ml-auto">
|
|
307
|
+
<div className="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
308
308
|
<img className="mr-24 w-96 h-96" src={paths.highestUserAdoption} alt="Highest User Adoption 2022" />
|
|
309
309
|
<img className="mr-24 w-96 h-96" src={paths.usersLoveUs} alt="Users Love Us" />
|
|
310
310
|
<img className="mr-24 w-96 h-96" src={paths.highestPerformer} alt="High Performer 2022" />
|
|
@@ -314,7 +314,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
314
314
|
<div className="max-w-screen-xl ui-grid-px mx-auto">
|
|
315
315
|
<hr className="border-t border-mid-grey my-0" />
|
|
316
316
|
</div>
|
|
317
|
-
<div className="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px
|
|
317
|
+
<div className="max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px">
|
|
318
318
|
<div className="flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links">
|
|
319
319
|
<div className="flex">
|
|
320
320
|
<a href={absUrl("/privacy")} className="pr-24 ui-footer-link">
|
|
@@ -331,7 +331,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
331
331
|
</a>
|
|
332
332
|
</div>
|
|
333
333
|
</div>
|
|
334
|
-
<div className="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16
|
|
334
|
+
<div className="xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-0 ">
|
|
335
335
|
<div className="flex mr-24">
|
|
336
336
|
<Icon name="icon-gui-tick" color="text-active-orange" size="1.5rem" additionalCSS="bg-white rounded-full mr-12 ui-footer-tick-icon" />
|
|
337
337
|
<div>
|