@ably/ui 8.7.0-dev.28a63f9 → 8.7.0-dev.3963261
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/README.md +8 -1
- package/core/.DS_Store +0 -0
- package/core/DropdownMenuPreview/component.js +6 -0
- package/core/DropdownMenuPreview.jsx +6 -0
- package/core/Footer/component.css +10 -0
- package/core/Footer.jsx +135 -44
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +1 -1
- package/core/MeganavItemsDesktop.jsx +1 -1
- package/core/MeganavItemsMobile.jsx +1 -1
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/Footer/component.css +10 -0
- package/src/core/Footer/component.html.erb +112 -50
- package/src/core/Footer/component.jsx +120 -45
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.rb +2 -2
- package/src/core/MeganavContentDevelopers/component.html.erb +8 -8
- package/src/core/core.rb +8 -4
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/users-love-us-2022.png +0 -0
- package/core/MeganavContentWhyAbly/component.js +0 -22
- package/core/MeganavContentWhyAbly.jsx +0 -3279
package/README.md
CHANGED
|
@@ -239,7 +239,14 @@ yarn link @ably/ui
|
|
|
239
239
|
|
|
240
240
|
For `ruby`:
|
|
241
241
|
|
|
242
|
-
In `preview/Gemfile` replace
|
|
242
|
+
In `preview/Gemfile` replace the Ably UI gem version number with `path: '../'` like this:
|
|
243
|
+
|
|
244
|
+
```bash
|
|
245
|
+
# in preview
|
|
246
|
+
gem 'ably-ui', path: '../', require: 'ably_ui'
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
and run:
|
|
243
250
|
|
|
244
251
|
```bash
|
|
245
252
|
# in preview
|
package/core/.DS_Store
ADDED
|
Binary file
|
|
@@ -10,5 +10,15 @@
|
|
|
10
10
|
.ui-footer-link {
|
|
11
11
|
@apply text-gui-default hover:text-gui-hover hover:underline text-menu3 font-light;
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@media screen {
|
|
19
|
+
.ui-footer-glassdoor {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
13
23
|
}
|
|
14
24
|
|
package/core/Footer.jsx
CHANGED
|
@@ -193,7 +193,7 @@ function Footer(_ref) {
|
|
|
193
193
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
194
194
|
className: "max-w-screen-xl mx-auto py-32 sm:py-40 lg:py-64 ui-grid-gap ui-grid-px grid grid-cols-6"
|
|
195
195
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
196
|
-
className: "col-span-full
|
|
196
|
+
className: "col-span-full lg:col-span-2"
|
|
197
197
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
198
198
|
className: "flex flex-row p-menu-row-snug"
|
|
199
199
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
@@ -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: "grid grid-cols-4"
|
|
206
|
+
className: "grid grid-cols-4 lg:col-span-2"
|
|
207
207
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
208
208
|
className: "text-p3 py-16 font-medium p-menu-row-snug col-span-3"
|
|
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 xs:grid-cols-2 gap-x-8 md:gap-x-24 xl:gap-x-32 md: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", {
|
|
@@ -234,7 +234,7 @@ function Footer(_ref) {
|
|
|
234
234
|
href: absUrl("/hub"),
|
|
235
235
|
className: "ui-footer-menu-row-link"
|
|
236
236
|
}, "Streaming data sources")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
237
|
-
className: "col-span-full
|
|
237
|
+
className: "col-span-full xs:col-span-3 lg:col-span-1"
|
|
238
238
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
239
239
|
className: "ui-footer-col-title"
|
|
240
240
|
}, "Ably is for"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -293,7 +293,7 @@ function Footer(_ref) {
|
|
|
293
293
|
href: absUrl("/solutions/iot-and-connected-devices"),
|
|
294
294
|
className: "ui-footer-menu-row-link"
|
|
295
295
|
}, "IoT & Connected Devices")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
296
|
-
className: "col-span-full
|
|
296
|
+
className: "col-span-full xs:col-span-3 lg:col-span-1"
|
|
297
297
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
298
298
|
className: "ui-footer-col-title"
|
|
299
299
|
}, "Developers"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -336,9 +336,10 @@ function Footer(_ref) {
|
|
|
336
336
|
src: "https://status.ably.com/embed/icon",
|
|
337
337
|
allowtransparency: "true",
|
|
338
338
|
frameBorder: "0",
|
|
339
|
-
scrolling: "no"
|
|
339
|
+
scrolling: "no",
|
|
340
|
+
title: "System Status"
|
|
340
341
|
})))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
341
|
-
className: "col-span-full
|
|
342
|
+
className: "col-span-full xs:col-span-3 lg:col-span-1"
|
|
342
343
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
343
344
|
className: "ui-footer-col-title"
|
|
344
345
|
}, "WHY ABLY"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -372,7 +373,7 @@ function Footer(_ref) {
|
|
|
372
373
|
href: absUrl("/integrations"),
|
|
373
374
|
className: "ui-footer-menu-row-link"
|
|
374
375
|
}, "Third-party integrations")))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
375
|
-
className: "col-span-full
|
|
376
|
+
className: "col-span-full xs:col-span-3 lg:col-span-1"
|
|
376
377
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("h2", {
|
|
377
378
|
className: "ui-footer-col-title"
|
|
378
379
|
}, "ABOUT"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("ul", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
@@ -415,54 +416,51 @@ function Footer(_ref) {
|
|
|
415
416
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("hr", {
|
|
416
417
|
className: "border-t border-mid-grey"
|
|
417
418
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
418
|
-
className: "max-w-screen-xl mx-auto py-24 md:py-40 lg:py-32 grid ui-grid-gap ui-grid-px grid-cols-2"
|
|
419
|
+
className: "max-w-screen-xl mx-auto py-24 md:py-40 lg:py-32 grid ui-grid-gap ui-grid-px sm:grid-cols-2"
|
|
419
420
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
420
|
-
className: "
|
|
421
|
+
className: ""
|
|
421
422
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
422
|
-
className: "
|
|
423
|
-
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
href: absUrl("/legals"),
|
|
428
|
-
className: "pr-24 ui-footer-link"
|
|
429
|
-
}, "Legals"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
430
|
-
href: absUrl("/data-protection"),
|
|
431
|
-
className: "pr-24 ui-footer-link"
|
|
432
|
-
}, "Data Protection"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
433
|
-
href: absUrl("/privacy"),
|
|
434
|
-
className: "ui-footer-link"
|
|
435
|
-
}, "Privacy")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
436
|
-
className: "pt-32 flex items-center"
|
|
423
|
+
className: "flex flex-col lg:flex-row flex-auto ml-8 sm:col-span-1 lg:col-span-2"
|
|
424
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
425
|
+
className: ""
|
|
426
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
427
|
+
className: "flex items-center pb-24"
|
|
437
428
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
438
429
|
className: "h-24 pr-24 text-cool-black hover:text-icon-twitter",
|
|
439
|
-
href: "https://twitter.com/ablyrealtime"
|
|
430
|
+
href: "https://twitter.com/ablyrealtime",
|
|
431
|
+
title: "Ably on Twitter"
|
|
440
432
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
441
433
|
name: "twitter",
|
|
442
434
|
size: "1.5rem"
|
|
443
435
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
444
436
|
className: "h-24 pr-24 text-cool-black hover:text-icon-linkedin",
|
|
445
|
-
href: "https://www.linkedin.com/company/ably-realtime"
|
|
437
|
+
href: "https://www.linkedin.com/company/ably-realtime",
|
|
438
|
+
title: "Ably on LinkedIn"
|
|
446
439
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
447
440
|
name: "linkedin",
|
|
448
441
|
size: "1.5rem"
|
|
449
442
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
450
443
|
className: "h-24 pr-24 text-cool-black hover:text-icon-github",
|
|
451
|
-
href: "https://github.com/ably/"
|
|
444
|
+
href: "https://github.com/ably/",
|
|
445
|
+
title: "Ably on Github"
|
|
452
446
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
453
447
|
name: "github",
|
|
454
448
|
size: "1.5rem"
|
|
455
449
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
456
450
|
className: "h-24 pr-24 text-cool-black hover:text-icon-discord",
|
|
457
|
-
href: "https://discord.gg/jwBPhEZ9g5"
|
|
451
|
+
href: "https://discord.gg/jwBPhEZ9g5",
|
|
452
|
+
title: "Ably on Discord"
|
|
458
453
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
459
454
|
name: "discord",
|
|
460
455
|
size: "1.5rem"
|
|
461
|
-
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
462
|
-
className: "
|
|
463
|
-
}
|
|
464
|
-
className: "flex
|
|
465
|
-
|
|
456
|
+
})))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
457
|
+
className: "xs:hidden sm:block ui-footer-glassdoor"
|
|
458
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
459
|
+
className: "flex sm:pt-24 lg:pt-0 sm:border-t sm:border-l-0 lg:border-t-0 lg:border-l sm:border-mid-grey sm:w-3/4 lg:w-full lg:pl-24"
|
|
460
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
461
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
462
|
+
className: "h-24 text-cool-black hover:text-icon-glassdoor",
|
|
463
|
+
title: "Ably reviews on glassdoor"
|
|
466
464
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
467
465
|
name: "glassdoor",
|
|
468
466
|
size: "1.5rem"
|
|
@@ -473,23 +471,116 @@ function Footer(_ref) {
|
|
|
473
471
|
}, "We're hiring!"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
474
472
|
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
475
473
|
className: "ui-footer-link"
|
|
476
|
-
}, "Learn more
|
|
477
|
-
className: "
|
|
474
|
+
}, "Learn more at Glassdoor"))))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
475
|
+
className: "xs:block sm:hidden"
|
|
476
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
477
|
+
className: "border-t border-mid-grey w-full"
|
|
478
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
479
|
+
className: "flex py-24"
|
|
480
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
481
|
+
className: "h-24 pr-24 text-cool-black hover:text-icon-glassdoor",
|
|
482
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
483
|
+
title: "Ably reviews on glassdoor"
|
|
484
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
485
|
+
name: "glassdoor",
|
|
486
|
+
size: "1.5rem"
|
|
487
|
+
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
488
|
+
className: "text-menu3 font-light"
|
|
489
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("strong", {
|
|
490
|
+
className: "block font-medium"
|
|
491
|
+
}, "We're hiring!"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
492
|
+
href: "https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",
|
|
493
|
+
className: "ui-footer-link"
|
|
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"
|
|
478
496
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
479
497
|
className: "mr-24 w-96 h-96",
|
|
480
|
-
src: paths.
|
|
481
|
-
alt: "
|
|
498
|
+
src: paths.highestUserAdoption,
|
|
499
|
+
alt: "Highest User Adoption 2022"
|
|
500
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
501
|
+
className: "mr-24 w-96 h-96",
|
|
502
|
+
src: paths.usersLoveUs,
|
|
503
|
+
alt: "Users Love Us"
|
|
482
504
|
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("img", {
|
|
483
|
-
className: "w-96 h-96",
|
|
484
|
-
src: paths.
|
|
485
|
-
alt: "
|
|
486
|
-
}))))
|
|
505
|
+
className: "mr-24 w-96 h-96",
|
|
506
|
+
src: paths.highestPerformer,
|
|
507
|
+
alt: "High Performer 2022"
|
|
508
|
+
}))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
509
|
+
className: "max-w-screen-xl ui-grid-px mx-auto"
|
|
510
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("hr", {
|
|
511
|
+
className: "border-t border-mid-grey"
|
|
512
|
+
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
513
|
+
className: "max-w-screen-xl mx-auto py-24 md:py-40 lg:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px "
|
|
514
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
515
|
+
className: "flex flex-col flex-auto pb-40 ml-8 col-span-full md:col-span-1"
|
|
516
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
517
|
+
className: "inline-flex"
|
|
518
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
519
|
+
href: absUrl("/privacy"),
|
|
520
|
+
className: "pr-24 ui-footer-link"
|
|
521
|
+
}, "Cookies"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
522
|
+
href: absUrl("/legals"),
|
|
523
|
+
className: "pr-24 ui-footer-link"
|
|
524
|
+
}, "Legals"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
525
|
+
href: absUrl("/data-protection"),
|
|
526
|
+
className: "pr-24 ui-footer-link"
|
|
527
|
+
}, "Data Protection"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
528
|
+
href: absUrl("/privacy"),
|
|
529
|
+
className: "ui-footer-link"
|
|
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 md:pl-0 "
|
|
532
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
533
|
+
className: "flex mr-24"
|
|
534
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
535
|
+
name: "icon-gui-tick",
|
|
536
|
+
color: "text-active-orange",
|
|
537
|
+
size: "1.5rem",
|
|
538
|
+
additionalCSS: "bg-white rounded-full mr-12"
|
|
539
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
540
|
+
className: "ui-footer-compliance-text font-medium"
|
|
541
|
+
}, "SOC 2 Type 2"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
542
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
543
|
+
}, "Certified"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
544
|
+
className: "flex mr-24 sm:col-start-2"
|
|
545
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
546
|
+
name: "icon-gui-tick",
|
|
547
|
+
color: "text-active-orange",
|
|
548
|
+
size: "1.5rem",
|
|
549
|
+
additionalCSS: "bg-white rounded-full mr-12"
|
|
550
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
551
|
+
className: "ui-footer-compliance-text font-medium"
|
|
552
|
+
}, "HIPAA"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
553
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
554
|
+
}, "Compliant"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
555
|
+
className: "flex mr-24 sm:col-start-3"
|
|
556
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
557
|
+
name: "icon-gui-tick",
|
|
558
|
+
color: "text-active-orange",
|
|
559
|
+
size: "1.5rem",
|
|
560
|
+
additionalCSS: "bg-white rounded-full mr-12"
|
|
561
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
562
|
+
className: "ui-footer-compliance-text font-medium"
|
|
563
|
+
}, "EU GDPR"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
564
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
565
|
+
}, "Certified"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", {
|
|
566
|
+
className: "flex mr-24 sm:col-start-4"
|
|
567
|
+
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
568
|
+
name: "icon-gui-tick",
|
|
569
|
+
color: "text-active-orange",
|
|
570
|
+
size: "1.5rem",
|
|
571
|
+
additionalCSS: "bg-white rounded-full mr-12"
|
|
572
|
+
}), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("div", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
573
|
+
className: "ui-footer-compliance-text font-medium"
|
|
574
|
+
}, "256-bit AES"), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
|
|
575
|
+
className: "ui-footer-compliance-text font-light mb-24"
|
|
576
|
+
}, "Encryption"))))));
|
|
487
577
|
}
|
|
488
578
|
Footer.propTypes = {
|
|
489
579
|
paths: external_commonjs_prop_types_commonjs2_prop_types_default().shape({
|
|
490
580
|
ablyStack: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
491
|
-
|
|
492
|
-
|
|
581
|
+
highestPerformer: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
582
|
+
highestUserAdoption: (external_commonjs_prop_types_commonjs2_prop_types_default()).string,
|
|
583
|
+
usersLoveUs: (external_commonjs_prop_types_commonjs2_prop_types_default()).string
|
|
493
584
|
}),
|
|
494
585
|
urlBase: (external_commonjs_prop_types_commonjs2_prop_types_default()).string
|
|
495
586
|
};
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"panels": [
|
|
32
32
|
{ "label": "Platform", "shortLabel": "Platform", "id": "platform-panel", "component": "MeganavContentPlatform" },
|
|
33
|
-
{ "label": "
|
|
33
|
+
{ "label": "Solutions", "shortLabel": "Solutions", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
|
|
34
34
|
{ "label": "Company", "shortLabel": "Company", "id": "company-panel", "component": "MeganavContentCompany" },
|
|
35
35
|
{ "label": "Developers", "shortLabel": "Developers", "id": "developers-panel", "component": "MeganavContentDevelopers" }
|
|
36
36
|
]
|
package/core/Meganav.jsx
CHANGED
|
@@ -3274,7 +3274,7 @@ try {
|
|
|
3274
3274
|
/***/ ((module) => {
|
|
3275
3275
|
|
|
3276
3276
|
"use strict";
|
|
3277
|
-
module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
3277
|
+
module.exports = JSON.parse('{"n":{"white":{"backgroundColor":"bg-white","textColor":"text-cool-black","buttonBackgroundColor":"","buttonTextColor":"","mobileMenuColor":"text-cool-black","logoTextColor":"text-cool-black","barShadow":"shadow-subtle"},"black":{"backgroundColor":"bg-cool-black","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""},"transparentToWhite":{"backgroundColor":"bg-transparent","textColor":"text-white","buttonBackgroundColor":"bg-white","buttonTextColor":"text-cool-black","mobileMenuColor":"text-white","logoTextColor":"text-white","barShadow":""}},"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
3278
3278
|
|
|
3279
3279
|
/***/ }),
|
|
3280
3280
|
|
|
@@ -114,7 +114,7 @@ MeganavControl.propTypes = {
|
|
|
114
114
|
/***/ 3379:
|
|
115
115
|
/***/ ((module) => {
|
|
116
116
|
|
|
117
|
-
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
117
|
+
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
118
118
|
|
|
119
119
|
/***/ }),
|
|
120
120
|
|
|
@@ -387,7 +387,7 @@ SignOutLink.propTypes = {
|
|
|
387
387
|
/***/ 3379:
|
|
388
388
|
/***/ ((module) => {
|
|
389
389
|
|
|
390
|
-
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"
|
|
390
|
+
module.exports = JSON.parse('{"h":[{"label":"Platform","shortLabel":"Platform","id":"platform-panel","component":"MeganavContentPlatform"},{"label":"Solutions","shortLabel":"Solutions","id":"use-cases-panel","component":"MeganavContentUseCases"},{"label":"Company","shortLabel":"Company","id":"company-panel","component":"MeganavContentCompany"},{"label":"Developers","shortLabel":"Developers","id":"developers-panel","component":"MeganavContentDevelopers"}]}');
|
|
391
391
|
|
|
392
392
|
/***/ }),
|
|
393
393
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.3963261",
|
|
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",
|
package/src/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -10,4 +10,14 @@
|
|
|
10
10
|
.ui-footer-link {
|
|
11
11
|
@apply text-gui-default hover:text-gui-hover hover:underline text-menu3 font-light;
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@media screen {
|
|
19
|
+
.ui-footer-glassdoor {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
13
23
|
}
|