@ably/ui 8.7.0-dev.7021bee → 8.7.0-dev.7072b07
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 +15 -4
- package/core/.DS_Store +0 -0
- package/core/Code/component.css +2 -0
- package/core/Code/component.js +739 -1
- package/core/Code.jsx +557 -410
- package/core/CompanyAutocomplete/component.css +2 -0
- package/core/CompanyAutocomplete/component.js +1161 -1
- package/core/ConnectStateWrapper/component.js +22 -1
- package/core/ConnectStateWrapper.jsx +29 -15
- package/core/ContactFooter/component.css +2 -0
- package/core/ContactFooter/component.js +211 -1
- package/core/ContactFooter.jsx +221 -144
- package/core/CookieMessage/component.css +2 -0
- package/core/CookieMessage/component.js +82 -1
- package/core/CookieMessage.jsx +62 -45
- package/core/CustomerLogos/component.js +22 -1
- package/core/CustomerLogos.jsx +16 -7
- package/core/DropdownMenu/component.js +22 -1
- package/core/DropdownMenu.jsx +26 -13
- package/core/FeatureFooter/component.css +2 -0
- package/core/FeatureFooter/component.js +211 -1
- package/core/FeaturedLink/component.css +2 -0
- package/core/FeaturedLink/component.js +82 -1
- package/core/FeaturedLink.jsx +25 -12
- package/core/Flash/component.css +2 -0
- package/core/Flash/component.js +82 -1
- package/core/Flash.jsx +132 -104
- package/core/Footer/component.css +23 -1
- package/core/Footer/component.js +82 -1
- package/core/Footer.jsx +307 -203
- package/core/Icon/component.js +22 -1
- package/core/Icon.jsx +16 -7
- package/core/Loader/component.js +22 -1
- package/core/Loader.jsx +16 -7
- package/core/Logo/component.js +22 -1
- package/core/Logo.jsx +16 -7
- package/core/Meganav/component.css +3 -3
- package/core/Meganav/component.js +992 -1
- package/core/Meganav/component.json +2 -2
- package/core/Meganav.jsx +2702 -2361
- package/core/MeganavBlogPostsList/component.js +1159 -1
- package/core/MeganavBlogPostsList.jsx +34 -17
- package/core/MeganavContentCompany/component.js +22 -1
- package/core/MeganavContentCompany.jsx +293 -216
- package/core/MeganavContentDevelopers/component.js +22 -1
- package/core/MeganavContentDevelopers.jsx +68 -30
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +26 -50
- package/core/MeganavContentProducts/component.js +22 -0
- package/core/MeganavContentProducts.jsx +350 -0
- package/core/MeganavContentUseCases/component.js +22 -1
- package/core/MeganavContentUseCases.jsx +77 -56
- package/core/MeganavControl/component.js +241 -1
- package/core/MeganavControl.jsx +25 -12
- package/core/MeganavControlMobileDropdown/component.js +180 -1
- package/core/MeganavControlMobileDropdown.jsx +26 -13
- package/core/MeganavControlMobilePanelClose/component.js +142 -1
- package/core/MeganavControlMobilePanelClose.jsx +25 -12
- package/core/MeganavControlMobilePanelOpen/component.js +170 -1
- package/core/MeganavControlMobilePanelOpen.jsx +25 -12
- package/core/MeganavItemsDesktop/component.js +22 -1
- package/core/MeganavItemsDesktop.jsx +42 -22
- package/core/MeganavItemsMobile/component.js +22 -1
- package/core/MeganavItemsMobile.jsx +104 -60
- package/core/MeganavItemsSignedIn/component.js +22 -1
- package/core/MeganavItemsSignedIn.jsx +93 -52
- package/core/MeganavSearch/component.js +22 -1
- package/core/MeganavSearch.jsx +64 -35
- package/core/MeganavSearchAutocomplete/component.js +295 -1
- package/core/MeganavSearchAutocomplete.jsx +10 -4
- package/core/MeganavSearchPanel/component.js +22 -1
- package/core/MeganavSearchPanel.jsx +53 -28
- package/core/MeganavSearchSuggestions/component.js +258 -1
- package/core/MeganavSearchSuggestions.jsx +34 -17
- package/core/Notice/component.css +2 -0
- package/core/Notice/component.js +872 -1
- package/core/Notice.jsx +380 -310
- package/core/Showcase/component.css +2 -0
- package/core/Showcase/component.js +343 -1
- package/core/Showcase.jsx +4 -1
- package/core/SignOutLink/component.js +22 -1
- package/core/SignOutLink.jsx +16 -7
- package/core/Slider/component.css +2 -0
- package/core/Slider/component.js +255 -1
- package/core/Slider.jsx +208 -156
- package/core/Uptime/component.css +2 -0
- package/core/Uptime/component.js +82 -1
- package/core/Uptime.jsx +46 -23
- package/core/images/best-support-2023.svg +1 -0
- package/core/images/fastest-implementation-2023.svg +1 -0
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/high-performer-2023.svg +1 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/highest-user-adoption-2023.svg +1 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/core/scripts.js +1465 -1
- package/core/sprites.svg +99 -0
- package/core/styles.css +3 -7
- package/package.json +5 -3
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/Flash/component.jsx +0 -2
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +120 -63
- package/src/core/Footer/component.jsx +128 -61
- package/src/core/Meganav/component.css +1 -1
- package/src/core/Meganav/component.json +2 -2
- package/src/core/Meganav/component.jsx +2 -2
- package/src/core/Meganav/component.rb +6 -6
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +30 -14
- package/src/core/MeganavContentDevelopers/component.jsx +32 -13
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +15 -33
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +18 -39
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/MeganavItemsDesktop/component.jsx +1 -1
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- package/src/core/core.rb +12 -4
- package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
- package/src/core/icons/icon-display-chat-col.svg +4 -0
- package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
- package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
- package/src/core/icons/icon-display-events-col.svg +13 -0
- package/src/core/icons/icon-display-examples-col.svg +11 -0
- package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
- package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
- package/src/core/icons/icon-gui-check-circled-fill-black.svg +4 -0
- package/src/core/icons/icon-social-x.svg +3 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/images/best-support-2023.svg +1 -0
- package/src/core/images/fastest-implementation-2023.svg +1 -0
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/high-performer-2023.svg +1 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2023.svg +1 -0
- package/src/core/images/users-love-us-2022.png +0 -0
- package/src/core/styles/text.css +1 -1
- package/src/core/utils/syntax-highlighter-registry.js +2 -0
- package/src/core/utils/syntax-highlighter.js +5 -0
- package/tailwind.config.js +1 -0
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavContentWhyAbly/component.js +0 -6
- package/core/MeganavContentWhyAbly.jsx +0 -6
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
- package/core/fonts/.DS_Store +0 -0
- package/core/images/.DS_Store +0 -0
- package/core/scripts.js.LICENSE.txt +0 -32
- 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/core/fonts/.DS_Store +0 -0
- package/src/core/images/.DS_Store +0 -0
- package/src/reset/.DS_Store +0 -0
- /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
package/tailwind.config.js
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @overview es6-promise - a tiny implementation of Promises/A+.
|
|
3
|
-
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
|
4
|
-
* @license Licensed under MIT license
|
|
5
|
-
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
|
|
6
|
-
* @version v4.2.8+1e68dce6
|
|
7
|
-
*/
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @overview es6-promise - a tiny implementation of Promises/A+.
|
|
3
|
-
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
|
4
|
-
* @license Licensed under MIT license
|
|
5
|
-
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
|
|
6
|
-
* @version v4.2.8+1e68dce6
|
|
7
|
-
*/
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* JavaScript Cookie v2.2.1
|
|
3
|
-
* https://github.com/js-cookie/js-cookie
|
|
4
|
-
*
|
|
5
|
-
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
|
6
|
-
* Released under the MIT license
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
|
package/core/fonts/.DS_Store
DELETED
|
Binary file
|
package/core/images/.DS_Store
DELETED
|
Binary file
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/** @license React v0.20.2
|
|
8
|
-
* scheduler.production.min.js
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
-
*
|
|
12
|
-
* This source code is licensed under the MIT license found in the
|
|
13
|
-
* LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
/** @license React v17.0.2
|
|
17
|
-
* react-dom.production.min.js
|
|
18
|
-
*
|
|
19
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
20
|
-
*
|
|
21
|
-
* This source code is licensed under the MIT license found in the
|
|
22
|
-
* LICENSE file in the root directory of this source tree.
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
/** @license React v17.0.2
|
|
26
|
-
* react.production.min.js
|
|
27
|
-
*
|
|
28
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
29
|
-
*
|
|
30
|
-
* This source code is licensed under the MIT license found in the
|
|
31
|
-
* LICENSE file in the root directory of this source tree.
|
|
32
|
-
*/
|
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/core/fonts/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
package/src/reset/.DS_Store
DELETED
|
Binary file
|
|
File without changes
|