@ably/ui 8.7.0-dev.b3aa10e → 8.7.0-dev.bd84e91
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 +16 -5
- package/core/.DS_Store +0 -0
- package/core/Code/component.css +3 -3
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +353 -7273
- package/core/CompanyAutocomplete/component.js +1 -1
- package/core/ConnectStateWrapper.jsx +13 -4
- package/core/ContactFooter.jsx +13 -119
- package/core/CookieMessage.jsx +21 -293
- package/core/CustomerLogos.jsx +11 -115
- package/core/DropdownMenu/component.js +1 -0
- package/core/DropdownMenu.jsx +313 -0
- package/core/DropdownMenuPreview/component.js +6 -0
- package/core/DropdownMenuPreview.jsx +6 -0
- package/core/FeaturedLink.jsx +10 -116
- package/core/Flash.jsx +149 -1531
- package/core/Footer/component.css +21 -1
- package/core/Footer.jsx +155 -170
- package/core/Icon.jsx +9 -114
- package/core/Loader.jsx +9 -114
- package/core/Logo.jsx +36 -226
- package/core/Meganav/component.js +1 -2
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +2202 -9546
- package/core/MeganavBlogPostsList/component.js +1 -1
- package/core/MeganavBlogPostsList.jsx +11 -118
- package/core/MeganavContentCompany.jsx +31 -124
- package/core/MeganavContentDevelopers.jsx +31 -125
- package/core/MeganavContentPlatform.jsx +11 -118
- package/core/MeganavContentUseCases.jsx +11 -117
- package/core/MeganavControl.jsx +10 -116
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +10 -116
- package/core/MeganavControlMobilePanelClose.jsx +10 -116
- package/core/MeganavControlMobilePanelOpen.jsx +10 -116
- package/core/MeganavItemsDesktop.jsx +13 -121
- package/core/MeganavItemsMobile.jsx +18 -132
- package/core/MeganavItemsSignedIn.jsx +16 -129
- package/core/MeganavSearch.jsx +13 -123
- package/core/MeganavSearchAutocomplete/component.js +1 -2
- package/core/MeganavSearchPanel.jsx +12 -121
- package/core/MeganavSearchSuggestions.jsx +11 -118
- package/core/Notice/component.js +1 -2
- package/core/Notice.jsx +183 -2185
- package/core/SignOutLink.jsx +9 -114
- package/core/Slider/component.js +1 -1
- package/core/Slider.jsx +25 -582
- package/core/Uptime.jsx +15 -118
- package/core/images/ably-logo.png +0 -0
- 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/core/scripts.js +1 -1
- package/core/sprites.svg +42 -1
- package/core/styles.css +2 -0
- package/package.json +4 -4
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/Code/component.css +1 -67
- package/src/core/Code/component.js +11 -46
- package/src/core/Code/component.jsx +7 -3
- package/src/core/CustomerLogos/component.jsx +1 -1
- package/src/core/DropdownMenu/component.js +0 -0
- package/src/core/DropdownMenu/component.jsx +112 -0
- package/src/core/FeatureFooter/component.html.erb +1 -1
- package/src/core/Flash/component.jsx +40 -14
- package/src/core/Footer/component.css +21 -1
- package/src/core/Footer/component.html.erb +118 -56
- package/src/core/Footer/component.jsx +125 -50
- package/src/core/Logo/component.html.erb +2 -27
- package/src/core/Logo/component.jsx +7 -40
- package/src/core/Logo/component.rb +15 -6
- package/src/core/Meganav/component.html.erb +1 -1
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.jsx +1 -1
- package/src/core/Meganav/component.rb +3 -2
- package/src/core/MeganavContentDevelopers/component.html.erb +17 -8
- package/src/core/MeganavContentDevelopers/component.jsx +17 -8
- package/src/core/MeganavContentUseCases/component.html.erb +1 -1
- package/src/core/MeganavContentUseCases/component.jsx +1 -1
- package/src/core/MeganavSearchSuggestions/component.html.erb +1 -1
- package/src/core/core.rb +12 -4
- package/src/core/icons/github.svg +1 -1
- package/src/core/icons/google.svg +3 -0
- package/src/core/icons/icon-display-chat-col.svg +4 -0
- package/src/core/icons/icon-display-integrations-col.svg +8 -0
- package/src/core/icons/icon-gui-check-circled-fill-black.svg +4 -0
- package/src/core/icons/icon-gui-filter-flow-step-1.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-2.svg +5 -0
- package/src/core/icons/icon-gui-filter-flow-step-3.svg +5 -0
- package/src/core/icons/icon-gui-resources.svg +3 -0
- package/src/core/icons/stackoverflow.svg +3 -0
- package/src/core/icons/youtube.svg +11 -0
- package/src/core/images/ably-logo.png +0 -0
- 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/src/core/styles/properties.css +2 -0
- package/src/core/utils/syntax-highlighter-registry.js +61 -0
- package/src/core/utils/syntax-highlighter.css +69 -0
- package/src/core/utils/syntax-highlighter.js +98 -0
- package/tailwind.config.js +1 -0
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("react"));
|
|
3
|
+
module.exports = factory(require("react"), require("prop-types"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
5
|
+
define([, ], factory);
|
|
6
6
|
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("react")) : factory(root[undefined]);
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("react"), require("prop-types")) : factory(root[undefined], root[undefined]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__) {
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__, __WEBPACK_EXTERNAL_MODULE__3474__) {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
12
13
|
/******/ var __webpack_modules__ = ({
|
|
13
14
|
|
|
14
15
|
/***/ 9008:
|
|
15
16
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16
17
|
|
|
17
|
-
"use strict";
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
20
20
|
/* harmony export */ });
|
|
21
21
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
22
22
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
23
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
23
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
24
24
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
25
25
|
var _excluded = ["name", "size", "color", "additionalCSS"];
|
|
26
26
|
|
|
@@ -64,121 +64,16 @@ Icon.propTypes = {
|
|
|
64
64
|
|
|
65
65
|
/***/ }),
|
|
66
66
|
|
|
67
|
-
/***/
|
|
68
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
69
|
-
|
|
70
|
-
"use strict";
|
|
71
|
-
/**
|
|
72
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the MIT license found in the
|
|
75
|
-
* LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
var ReactPropTypesSecret = __webpack_require__(414);
|
|
81
|
-
|
|
82
|
-
function emptyFunction() {}
|
|
83
|
-
function emptyFunctionWithReset() {}
|
|
84
|
-
emptyFunctionWithReset.resetWarningCache = emptyFunction;
|
|
85
|
-
|
|
86
|
-
module.exports = function() {
|
|
87
|
-
function shim(props, propName, componentName, location, propFullName, secret) {
|
|
88
|
-
if (secret === ReactPropTypesSecret) {
|
|
89
|
-
// It is still safe when called from React.
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
var err = new Error(
|
|
93
|
-
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
|
|
94
|
-
'Use PropTypes.checkPropTypes() to call them. ' +
|
|
95
|
-
'Read more at http://fb.me/use-check-prop-types'
|
|
96
|
-
);
|
|
97
|
-
err.name = 'Invariant Violation';
|
|
98
|
-
throw err;
|
|
99
|
-
};
|
|
100
|
-
shim.isRequired = shim;
|
|
101
|
-
function getShim() {
|
|
102
|
-
return shim;
|
|
103
|
-
};
|
|
104
|
-
// Important!
|
|
105
|
-
// Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
|
|
106
|
-
var ReactPropTypes = {
|
|
107
|
-
array: shim,
|
|
108
|
-
bool: shim,
|
|
109
|
-
func: shim,
|
|
110
|
-
number: shim,
|
|
111
|
-
object: shim,
|
|
112
|
-
string: shim,
|
|
113
|
-
symbol: shim,
|
|
114
|
-
|
|
115
|
-
any: shim,
|
|
116
|
-
arrayOf: getShim,
|
|
117
|
-
element: shim,
|
|
118
|
-
elementType: shim,
|
|
119
|
-
instanceOf: getShim,
|
|
120
|
-
node: shim,
|
|
121
|
-
objectOf: getShim,
|
|
122
|
-
oneOf: getShim,
|
|
123
|
-
oneOfType: getShim,
|
|
124
|
-
shape: getShim,
|
|
125
|
-
exact: getShim,
|
|
126
|
-
|
|
127
|
-
checkPropTypes: emptyFunctionWithReset,
|
|
128
|
-
resetWarningCache: emptyFunction
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
132
|
-
|
|
133
|
-
return ReactPropTypes;
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
/***/ }),
|
|
138
|
-
|
|
139
|
-
/***/ 5697:
|
|
140
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
144
|
-
*
|
|
145
|
-
* This source code is licensed under the MIT license found in the
|
|
146
|
-
* LICENSE file in the root directory of this source tree.
|
|
147
|
-
*/
|
|
148
|
-
|
|
149
|
-
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
150
|
-
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
151
|
-
// http://fb.me/prop-types-in-prod
|
|
152
|
-
module.exports = __webpack_require__(2703)();
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
/***/ }),
|
|
157
|
-
|
|
158
|
-
/***/ 414:
|
|
67
|
+
/***/ 3474:
|
|
159
68
|
/***/ ((module) => {
|
|
160
69
|
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
164
|
-
*
|
|
165
|
-
* This source code is licensed under the MIT license found in the
|
|
166
|
-
* LICENSE file in the root directory of this source tree.
|
|
167
|
-
*/
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
172
|
-
|
|
173
|
-
module.exports = ReactPropTypesSecret;
|
|
174
|
-
|
|
70
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3474__;
|
|
175
71
|
|
|
176
72
|
/***/ }),
|
|
177
73
|
|
|
178
74
|
/***/ 9281:
|
|
179
75
|
/***/ ((module) => {
|
|
180
76
|
|
|
181
|
-
"use strict";
|
|
182
77
|
module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
183
78
|
|
|
184
79
|
/***/ })
|
|
@@ -252,16 +147,15 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
|
252
147
|
/******/
|
|
253
148
|
/************************************************************************/
|
|
254
149
|
var __webpack_exports__ = {};
|
|
255
|
-
// This entry need to be wrapped in an IIFE because it need to be in
|
|
150
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
256
151
|
(() => {
|
|
257
|
-
"use strict";
|
|
258
152
|
__webpack_require__.r(__webpack_exports__);
|
|
259
153
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
260
154
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
261
155
|
/* harmony export */ });
|
|
262
156
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
263
157
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
264
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
158
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
265
159
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
266
160
|
/* harmony import */ var _Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9008);
|
|
267
161
|
|
|
@@ -296,30 +190,30 @@ var MeganavContentDevelopers = function MeganavContentDevelopers(_ref) {
|
|
|
296
190
|
}, "Documentation"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
297
191
|
className: "ui-meganav-media-copy"
|
|
298
192
|
}, "Technical guides to help you build with Ably.")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
|
|
299
|
-
href: absUrl("/docs/
|
|
193
|
+
href: absUrl("/docs/quick-start-guide"),
|
|
300
194
|
className: "ui-meganav-media-with-image group"
|
|
301
195
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__.default, {
|
|
302
|
-
name: "icon-display-
|
|
196
|
+
name: "icon-display-quickstart-guides-col",
|
|
303
197
|
size: "2.5rem"
|
|
304
198
|
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
305
199
|
className: "flex flex-col justify-center"
|
|
306
200
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
307
201
|
className: "ui-meganav-media-heading"
|
|
308
|
-
}, "
|
|
202
|
+
}, "Quickstart guides"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
309
203
|
className: "ui-meganav-media-copy"
|
|
310
|
-
}, "
|
|
311
|
-
href: absUrl("/
|
|
204
|
+
}, "Documentation to help you get started quickly.")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
|
|
205
|
+
href: absUrl("/integrations"),
|
|
312
206
|
className: "ui-meganav-media-with-image group"
|
|
313
207
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__.default, {
|
|
314
|
-
name: "icon-display-
|
|
208
|
+
name: "icon-display-integrations-col",
|
|
315
209
|
size: "2.5rem"
|
|
316
210
|
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
317
211
|
className: "flex flex-col justify-center"
|
|
318
212
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
319
213
|
className: "ui-meganav-media-heading"
|
|
320
|
-
}, "
|
|
214
|
+
}, "Integrations"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
321
215
|
className: "ui-meganav-media-copy"
|
|
322
|
-
}, "
|
|
216
|
+
}, "Find out more about Ably integrations. ")))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
323
217
|
className: "col-span-full md:col-span-4 pb-8 md:py-24 lg:py-32 px-24 sm:px-32 md:px-0"
|
|
324
218
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("ul", {
|
|
325
219
|
className: "md:mt-40",
|
|
@@ -348,7 +242,19 @@ var MeganavContentDevelopers = function MeganavContentDevelopers(_ref) {
|
|
|
348
242
|
className: "ui-meganav-media-heading"
|
|
349
243
|
}, "Tutorials & Demos"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
350
244
|
className: "ui-meganav-media-copy"
|
|
351
|
-
}, "Get stuck in with our hands-on resources. ")))))
|
|
245
|
+
}, "Get stuck in with our hands-on resources. ")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
|
|
246
|
+
href: absUrl("/reference-guide-chat"),
|
|
247
|
+
className: "ui-meganav-media-with-image group"
|
|
248
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__.default, {
|
|
249
|
+
name: "icon-display-chat-col",
|
|
250
|
+
size: "2.5rem"
|
|
251
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
252
|
+
className: "flex flex-col justify-center"
|
|
253
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
254
|
+
className: "ui-meganav-media-heading"
|
|
255
|
+
}, "Chat apps reference guide"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
256
|
+
className: "ui-meganav-media-copy"
|
|
257
|
+
}, "Learn how to build chat apps with Ably.")))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
|
|
352
258
|
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"
|
|
353
259
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("h3", {
|
|
354
260
|
className: "ui-meganav-overline uppercase",
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("react"));
|
|
3
|
+
module.exports = factory(require("react"), require("prop-types"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
5
|
+
define([, ], factory);
|
|
6
6
|
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("react")) : factory(root[undefined]);
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("react"), require("prop-types")) : factory(root[undefined], root[undefined]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__) {
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__, __WEBPACK_EXTERNAL_MODULE__3474__) {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
12
13
|
/******/ var __webpack_modules__ = ({
|
|
13
14
|
|
|
14
15
|
/***/ 5751:
|
|
15
16
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16
17
|
|
|
17
|
-
"use strict";
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
20
20
|
/* harmony export */ });
|
|
21
21
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
22
22
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
23
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
23
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
24
24
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
25
25
|
/* harmony import */ var _Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9008);
|
|
26
26
|
|
|
@@ -64,13 +64,12 @@ FeaturedLink.propTypes = {
|
|
|
64
64
|
/***/ 9008:
|
|
65
65
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
66
66
|
|
|
67
|
-
"use strict";
|
|
68
67
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
69
68
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
70
69
|
/* harmony export */ });
|
|
71
70
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
72
71
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
73
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
72
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
74
73
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
75
74
|
var _excluded = ["name", "size", "color", "additionalCSS"];
|
|
76
75
|
|
|
@@ -114,121 +113,16 @@ Icon.propTypes = {
|
|
|
114
113
|
|
|
115
114
|
/***/ }),
|
|
116
115
|
|
|
117
|
-
/***/
|
|
118
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
119
|
-
|
|
120
|
-
"use strict";
|
|
121
|
-
/**
|
|
122
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
123
|
-
*
|
|
124
|
-
* This source code is licensed under the MIT license found in the
|
|
125
|
-
* LICENSE file in the root directory of this source tree.
|
|
126
|
-
*/
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
var ReactPropTypesSecret = __webpack_require__(414);
|
|
131
|
-
|
|
132
|
-
function emptyFunction() {}
|
|
133
|
-
function emptyFunctionWithReset() {}
|
|
134
|
-
emptyFunctionWithReset.resetWarningCache = emptyFunction;
|
|
135
|
-
|
|
136
|
-
module.exports = function() {
|
|
137
|
-
function shim(props, propName, componentName, location, propFullName, secret) {
|
|
138
|
-
if (secret === ReactPropTypesSecret) {
|
|
139
|
-
// It is still safe when called from React.
|
|
140
|
-
return;
|
|
141
|
-
}
|
|
142
|
-
var err = new Error(
|
|
143
|
-
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
|
|
144
|
-
'Use PropTypes.checkPropTypes() to call them. ' +
|
|
145
|
-
'Read more at http://fb.me/use-check-prop-types'
|
|
146
|
-
);
|
|
147
|
-
err.name = 'Invariant Violation';
|
|
148
|
-
throw err;
|
|
149
|
-
};
|
|
150
|
-
shim.isRequired = shim;
|
|
151
|
-
function getShim() {
|
|
152
|
-
return shim;
|
|
153
|
-
};
|
|
154
|
-
// Important!
|
|
155
|
-
// Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
|
|
156
|
-
var ReactPropTypes = {
|
|
157
|
-
array: shim,
|
|
158
|
-
bool: shim,
|
|
159
|
-
func: shim,
|
|
160
|
-
number: shim,
|
|
161
|
-
object: shim,
|
|
162
|
-
string: shim,
|
|
163
|
-
symbol: shim,
|
|
164
|
-
|
|
165
|
-
any: shim,
|
|
166
|
-
arrayOf: getShim,
|
|
167
|
-
element: shim,
|
|
168
|
-
elementType: shim,
|
|
169
|
-
instanceOf: getShim,
|
|
170
|
-
node: shim,
|
|
171
|
-
objectOf: getShim,
|
|
172
|
-
oneOf: getShim,
|
|
173
|
-
oneOfType: getShim,
|
|
174
|
-
shape: getShim,
|
|
175
|
-
exact: getShim,
|
|
176
|
-
|
|
177
|
-
checkPropTypes: emptyFunctionWithReset,
|
|
178
|
-
resetWarningCache: emptyFunction
|
|
179
|
-
};
|
|
180
|
-
|
|
181
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
182
|
-
|
|
183
|
-
return ReactPropTypes;
|
|
184
|
-
};
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
/***/ }),
|
|
188
|
-
|
|
189
|
-
/***/ 5697:
|
|
190
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
194
|
-
*
|
|
195
|
-
* This source code is licensed under the MIT license found in the
|
|
196
|
-
* LICENSE file in the root directory of this source tree.
|
|
197
|
-
*/
|
|
198
|
-
|
|
199
|
-
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
200
|
-
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
201
|
-
// http://fb.me/prop-types-in-prod
|
|
202
|
-
module.exports = __webpack_require__(2703)();
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
/***/ }),
|
|
207
|
-
|
|
208
|
-
/***/ 414:
|
|
116
|
+
/***/ 3474:
|
|
209
117
|
/***/ ((module) => {
|
|
210
118
|
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
214
|
-
*
|
|
215
|
-
* This source code is licensed under the MIT license found in the
|
|
216
|
-
* LICENSE file in the root directory of this source tree.
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
222
|
-
|
|
223
|
-
module.exports = ReactPropTypesSecret;
|
|
224
|
-
|
|
119
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3474__;
|
|
225
120
|
|
|
226
121
|
/***/ }),
|
|
227
122
|
|
|
228
123
|
/***/ 9281:
|
|
229
124
|
/***/ ((module) => {
|
|
230
125
|
|
|
231
|
-
"use strict";
|
|
232
126
|
module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
233
127
|
|
|
234
128
|
/***/ })
|
|
@@ -302,16 +196,15 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
|
302
196
|
/******/
|
|
303
197
|
/************************************************************************/
|
|
304
198
|
var __webpack_exports__ = {};
|
|
305
|
-
// This entry need to be wrapped in an IIFE because it need to be in
|
|
199
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
306
200
|
(() => {
|
|
307
|
-
"use strict";
|
|
308
201
|
__webpack_require__.r(__webpack_exports__);
|
|
309
202
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
310
203
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
311
204
|
/* harmony export */ });
|
|
312
205
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
313
206
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
314
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
207
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
315
208
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
316
209
|
/* harmony import */ var _FeaturedLink_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5751);
|
|
317
210
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("react"));
|
|
3
|
+
module.exports = factory(require("react"), require("prop-types"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
5
|
+
define([, ], factory);
|
|
6
6
|
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("react")) : factory(root[undefined]);
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("react"), require("prop-types")) : factory(root[undefined], root[undefined]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__) {
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__9281__, __WEBPACK_EXTERNAL_MODULE__3474__) {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
12
13
|
/******/ var __webpack_modules__ = ({
|
|
13
14
|
|
|
14
15
|
/***/ 9008:
|
|
15
16
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16
17
|
|
|
17
|
-
"use strict";
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
20
20
|
/* harmony export */ });
|
|
21
21
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
22
22
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
23
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
23
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
24
24
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
25
25
|
var _excluded = ["name", "size", "color", "additionalCSS"];
|
|
26
26
|
|
|
@@ -64,121 +64,16 @@ Icon.propTypes = {
|
|
|
64
64
|
|
|
65
65
|
/***/ }),
|
|
66
66
|
|
|
67
|
-
/***/
|
|
68
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
69
|
-
|
|
70
|
-
"use strict";
|
|
71
|
-
/**
|
|
72
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the MIT license found in the
|
|
75
|
-
* LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
var ReactPropTypesSecret = __webpack_require__(414);
|
|
81
|
-
|
|
82
|
-
function emptyFunction() {}
|
|
83
|
-
function emptyFunctionWithReset() {}
|
|
84
|
-
emptyFunctionWithReset.resetWarningCache = emptyFunction;
|
|
85
|
-
|
|
86
|
-
module.exports = function() {
|
|
87
|
-
function shim(props, propName, componentName, location, propFullName, secret) {
|
|
88
|
-
if (secret === ReactPropTypesSecret) {
|
|
89
|
-
// It is still safe when called from React.
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
var err = new Error(
|
|
93
|
-
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
|
|
94
|
-
'Use PropTypes.checkPropTypes() to call them. ' +
|
|
95
|
-
'Read more at http://fb.me/use-check-prop-types'
|
|
96
|
-
);
|
|
97
|
-
err.name = 'Invariant Violation';
|
|
98
|
-
throw err;
|
|
99
|
-
};
|
|
100
|
-
shim.isRequired = shim;
|
|
101
|
-
function getShim() {
|
|
102
|
-
return shim;
|
|
103
|
-
};
|
|
104
|
-
// Important!
|
|
105
|
-
// Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
|
|
106
|
-
var ReactPropTypes = {
|
|
107
|
-
array: shim,
|
|
108
|
-
bool: shim,
|
|
109
|
-
func: shim,
|
|
110
|
-
number: shim,
|
|
111
|
-
object: shim,
|
|
112
|
-
string: shim,
|
|
113
|
-
symbol: shim,
|
|
114
|
-
|
|
115
|
-
any: shim,
|
|
116
|
-
arrayOf: getShim,
|
|
117
|
-
element: shim,
|
|
118
|
-
elementType: shim,
|
|
119
|
-
instanceOf: getShim,
|
|
120
|
-
node: shim,
|
|
121
|
-
objectOf: getShim,
|
|
122
|
-
oneOf: getShim,
|
|
123
|
-
oneOfType: getShim,
|
|
124
|
-
shape: getShim,
|
|
125
|
-
exact: getShim,
|
|
126
|
-
|
|
127
|
-
checkPropTypes: emptyFunctionWithReset,
|
|
128
|
-
resetWarningCache: emptyFunction
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
132
|
-
|
|
133
|
-
return ReactPropTypes;
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
/***/ }),
|
|
138
|
-
|
|
139
|
-
/***/ 5697:
|
|
140
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
144
|
-
*
|
|
145
|
-
* This source code is licensed under the MIT license found in the
|
|
146
|
-
* LICENSE file in the root directory of this source tree.
|
|
147
|
-
*/
|
|
148
|
-
|
|
149
|
-
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
150
|
-
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
151
|
-
// http://fb.me/prop-types-in-prod
|
|
152
|
-
module.exports = __webpack_require__(2703)();
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
/***/ }),
|
|
157
|
-
|
|
158
|
-
/***/ 414:
|
|
67
|
+
/***/ 3474:
|
|
159
68
|
/***/ ((module) => {
|
|
160
69
|
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Copyright (c) 2013-present, Facebook, Inc.
|
|
164
|
-
*
|
|
165
|
-
* This source code is licensed under the MIT license found in the
|
|
166
|
-
* LICENSE file in the root directory of this source tree.
|
|
167
|
-
*/
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
172
|
-
|
|
173
|
-
module.exports = ReactPropTypesSecret;
|
|
174
|
-
|
|
70
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3474__;
|
|
175
71
|
|
|
176
72
|
/***/ }),
|
|
177
73
|
|
|
178
74
|
/***/ 9281:
|
|
179
75
|
/***/ ((module) => {
|
|
180
76
|
|
|
181
|
-
"use strict";
|
|
182
77
|
module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
183
78
|
|
|
184
79
|
/***/ })
|
|
@@ -252,16 +147,15 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9281__;
|
|
|
252
147
|
/******/
|
|
253
148
|
/************************************************************************/
|
|
254
149
|
var __webpack_exports__ = {};
|
|
255
|
-
// This entry need to be wrapped in an IIFE because it need to be in
|
|
150
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
256
151
|
(() => {
|
|
257
|
-
"use strict";
|
|
258
152
|
__webpack_require__.r(__webpack_exports__);
|
|
259
153
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
260
154
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
261
155
|
/* harmony export */ });
|
|
262
156
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9281);
|
|
263
157
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
264
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
158
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3474);
|
|
265
159
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
266
160
|
/* harmony import */ var _Icon_component_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9008);
|
|
267
161
|
|
|
@@ -350,7 +244,7 @@ var MeganavContentUseCases = function MeganavContentUseCases(_ref) {
|
|
|
350
244
|
className: "ui-meganav-media group"
|
|
351
245
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
352
246
|
className: "ui-meganav-media-heading"
|
|
353
|
-
}, "
|
|
247
|
+
}, "FinTech"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("p", {
|
|
354
248
|
className: "ui-meganav-media-copy"
|
|
355
249
|
}, "Deliver personalised financial data in realtime."))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("a", {
|
|
356
250
|
href: absUrl("/solutions/automotive-logistics-and-mobility"),
|