@ilo-org/react 0.1.1 → 0.2.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/CHANGELOG.md +24 -0
- package/lib/cjs/{DailyMotion-97d1831a.js → DailyMotion-4f88e10b.js} +1 -1
- package/lib/cjs/{Facebook-ccb27d1d.js → Facebook-d993b91c.js} +1 -1
- package/lib/cjs/{FilePlayer-81b9fc3f.js → FilePlayer-8272a6ea.js} +1 -1
- package/lib/cjs/{Kaltura-d6c19814.js → Kaltura-fbd2c46f.js} +1 -1
- package/lib/cjs/{Mixcloud-f02a460e.js → Mixcloud-2b4ffb85.js} +1 -1
- package/lib/cjs/{SoundCloud-cd1b1590.js → SoundCloud-356fd92d.js} +1 -1
- package/lib/cjs/{Streamable-f47da42a.js → Streamable-407ca855.js} +1 -1
- package/lib/cjs/{Twitch-c503e140.js → Twitch-ca00faaf.js} +1 -1
- package/lib/cjs/{Vidyard-d9c2f073.js → Vidyard-9d037503.js} +1 -1
- package/lib/cjs/{Vimeo-009601ef.js → Vimeo-6898bfd9.js} +1 -1
- package/lib/cjs/{Wistia-8c9f4c58.js → Wistia-ed77bf25.js} +1 -1
- package/lib/cjs/{YouTube-ec5847d4.js → YouTube-909bd761.js} +1 -1
- package/lib/cjs/components/Footer/Footer.js +23 -0
- package/lib/cjs/components/Footer/index.js +18 -0
- package/lib/cjs/components/LocalNav/LocalNav.js +102 -0
- package/lib/cjs/components/LocalNav/index.js +14 -0
- package/lib/cjs/components/Video/Video.js +1 -1
- package/lib/cjs/components/Video/VideoPlayer.js +13 -13
- package/lib/cjs/components/Video/index.js +1 -1
- package/lib/cjs/components/index.js +5 -1
- package/lib/cjs/index.js +5 -1
- package/lib/cjs/{patterns-b55db71f.js → patterns-975adf3c.js} +1 -1
- package/lib/esm/{DailyMotion-b35dc8bb.js → DailyMotion-9a7aeab5.js} +1 -1
- package/lib/esm/{Facebook-c3c77787.js → Facebook-eb35da52.js} +1 -1
- package/lib/esm/{FilePlayer-540e4c5a.js → FilePlayer-22314795.js} +1 -1
- package/lib/esm/{Kaltura-4ac3cda3.js → Kaltura-b97bb455.js} +1 -1
- package/lib/esm/{Mixcloud-3d4e0760.js → Mixcloud-41d6dc0b.js} +1 -1
- package/lib/esm/{SoundCloud-306d6c78.js → SoundCloud-0fac2e7a.js} +1 -1
- package/lib/esm/{Streamable-aa3d544e.js → Streamable-46f19a16.js} +1 -1
- package/lib/esm/{Twitch-4a1a1565.js → Twitch-1be39438.js} +1 -1
- package/lib/esm/{Vidyard-fe74c274.js → Vidyard-6185c490.js} +1 -1
- package/lib/esm/{Vimeo-074f2c39.js → Vimeo-a807e7e1.js} +1 -1
- package/lib/esm/{Wistia-0a2b73b0.js → Wistia-eef03ce2.js} +1 -1
- package/lib/esm/{YouTube-d58f130b.js → YouTube-e030042e.js} +1 -1
- package/lib/esm/components/Footer/Footer.js +21 -0
- package/lib/esm/components/Footer/index.js +12 -0
- package/lib/esm/components/LocalNav/LocalNav.js +100 -0
- package/lib/esm/components/LocalNav/index.js +8 -0
- package/lib/esm/components/Video/Video.js +1 -1
- package/lib/esm/components/Video/VideoPlayer.js +13 -13
- package/lib/esm/components/Video/index.js +1 -1
- package/lib/esm/components/index.js +3 -1
- package/lib/esm/index.js +3 -1
- package/lib/esm/{patterns-3a3fa9d6.js → patterns-53247c1d.js} +1 -1
- package/lib/types/react/src/components/ContextMenu/ContextMenu.props.d.ts +1 -2
- package/lib/types/react/src/components/Footer/Footer.d.ts +4 -0
- package/lib/types/react/src/components/Footer/Footer.props.d.ts +70 -0
- package/lib/types/react/src/components/Footer/index.d.ts +1 -0
- package/lib/types/react/src/components/LinkList/LinkList.props.d.ts +2 -3
- package/lib/types/react/src/components/LocalNav/LocalNav.d.ts +4 -0
- package/lib/types/react/src/components/LocalNav/LocalNav.props.d.ts +50 -0
- package/lib/types/react/src/components/LocalNav/index.d.ts +1 -0
- package/lib/types/react/src/components/index.d.ts +2 -0
- package/lib/types/react/src/types/index.d.ts +1 -0
- package/package.json +15 -6
- package/src/components/ContextMenu/ContextMenu.props.ts +1 -1
- package/src/components/Footer/Footer.args.ts +105 -0
- package/src/components/Footer/Footer.props.ts +84 -0
- package/src/components/Footer/Footer.tsx +107 -0
- package/src/components/Footer/index.ts +1 -0
- package/src/components/LinkList/LinkList.props.ts +2 -2
- package/src/components/LocalNav/LocalNav.args.ts +64 -0
- package/src/components/LocalNav/LocalNav.props.ts +60 -0
- package/src/components/LocalNav/LocalNav.tsx +175 -0
- package/src/components/LocalNav/index.ts +1 -0
- package/src/components/index.ts +2 -0
- package/src/declarations.d.ts +14 -0
- package/src/types/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @ilo-org/react
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3a19726f2: Add LocalNav and Footer components
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [2f60e9d92]
|
|
12
|
+
- Updated dependencies [c9413b943]
|
|
13
|
+
- @ilo-org/styles@0.1.18
|
|
14
|
+
- @ilo-org/brand-assets@0.1.0
|
|
15
|
+
- @ilo-org/utils@0.0.11
|
|
16
|
+
|
|
17
|
+
## 0.1.2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [391687e3e]
|
|
22
|
+
- Updated dependencies [e2a233688]
|
|
23
|
+
- @ilo-org/fonts@0.1.0
|
|
24
|
+
- @ilo-org/brand-assets@0.1.0
|
|
25
|
+
- @ilo-org/styles@0.1.17
|
|
26
|
+
|
|
3
27
|
## 0.1.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-9f9f50a8.js');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
|
-
var patterns = require('./patterns-
|
|
5
|
+
var patterns = require('./patterns-975adf3c.js');
|
|
6
6
|
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
m.forEach(function (e) {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var hooks_useGlobalSettings = require('../../hooks/useGlobalSettings.js');
|
|
5
|
+
var classNames = require('classnames');
|
|
6
|
+
var components_LinkList_LinkList = require('../LinkList/LinkList.js');
|
|
7
|
+
var components_Button_Button = require('../Button/Button.js');
|
|
8
|
+
require('tslib');
|
|
9
|
+
require('react');
|
|
10
|
+
require('../../GlobalCtx-97e4b433.js');
|
|
11
|
+
require('../Link/Link.js');
|
|
12
|
+
require('../Icon/Icon.js');
|
|
13
|
+
require('@ilo-org/icons-react');
|
|
14
|
+
|
|
15
|
+
const Footer = ({ className, logo, tagline, subtagline, address, linkgroup, socials, subscribe, legal, secondarylinks, anchorlink, }) => {
|
|
16
|
+
const { prefix } = hooks_useGlobalSettings();
|
|
17
|
+
const baseClass = `${prefix}--footer`;
|
|
18
|
+
const footerClasses = classNames(className, baseClass);
|
|
19
|
+
return (jsxRuntime.jsxs("footer", Object.assign({ className: footerClasses }, { children: [jsxRuntime.jsxs("div", Object.assign({ className: `${baseClass}--main` }, { children: [jsxRuntime.jsxs("div", Object.assign({ className: "site--info" }, { children: [jsxRuntime.jsx("img", { className: `${baseClass}--logo`, src: logo, alt: "ILO Logo" }), jsxRuntime.jsx("h3", Object.assign({ className: `${baseClass}--headline` }, { children: tagline })), jsxRuntime.jsx("h4", Object.assign({ className: `${baseClass}--subhead` }, { children: subtagline }))] })), address && (jsxRuntime.jsx("div", Object.assign({ className: "address" }, { children: address.map((line, i) => (jsxRuntime.jsx("p", Object.assign({ className: "address--line" }, { children: line }), i))) }))), linkgroup && (jsxRuntime.jsx("nav", Object.assign({ className: "links" }, { children: jsxRuntime.jsx(components_LinkList_LinkList, { linkgroup: linkgroup, theme: "dark" }) }))), (socials || subscribe) && (jsxRuntime.jsxs("div", Object.assign({ className: "connect" }, { children: [socials && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("h5", Object.assign({ className: "social--headline" }, { children: socials === null || socials === void 0 ? void 0 : socials.headline })), jsxRuntime.jsx("ul", Object.assign({ className: "social--links" }, { children: socials.links &&
|
|
20
|
+
socials.links.map((link, index) => (jsxRuntime.jsx("li", Object.assign({ className: "social--links--item" }, { children: jsxRuntime.jsx("a", Object.assign({ className: `social--links--link ${link.type}`, href: link.url }, { children: link.type })) }), index))) }))] })), subscribe && (jsxRuntime.jsx(components_Button_Button, { label: subscribe === null || subscribe === void 0 ? void 0 : subscribe.label, url: subscribe === null || subscribe === void 0 ? void 0 : subscribe.url, type: "primary", size: "large", target: "_blank" }))] })))] })), jsxRuntime.jsxs("div", Object.assign({ className: `${baseClass}--secondary` }, { children: [jsxRuntime.jsx("div", Object.assign({ className: "legal" }, { children: legal })), secondarylinks && (jsxRuntime.jsx("nav", Object.assign({ className: "secondarylinks" }, { children: jsxRuntime.jsx("ul", Object.assign({ className: "secondarylinks--list" }, { children: secondarylinks.map((link, i) => (jsxRuntime.jsx("li", Object.assign({ className: "secondarylinks--list--item" }, { children: jsxRuntime.jsx("a", Object.assign({ href: link.url, className: "secondarylinks--list--link" }, { children: link === null || link === void 0 ? void 0 : link.label }), i) })))) })) }))), jsxRuntime.jsx("a", Object.assign({ href: anchorlink === null || anchorlink === void 0 ? void 0 : anchorlink.url, className: "anchorlink" }, { children: anchorlink === null || anchorlink === void 0 ? void 0 : anchorlink.label }))] }))] })));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
module.exports = Footer;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var components_Footer_Footer = require('./Footer.js');
|
|
4
|
+
require('react/jsx-runtime');
|
|
5
|
+
require('../../hooks/useGlobalSettings.js');
|
|
6
|
+
require('tslib');
|
|
7
|
+
require('react');
|
|
8
|
+
require('../../GlobalCtx-97e4b433.js');
|
|
9
|
+
require('classnames');
|
|
10
|
+
require('../LinkList/LinkList.js');
|
|
11
|
+
require('../Button/Button.js');
|
|
12
|
+
require('../Link/Link.js');
|
|
13
|
+
require('../Icon/Icon.js');
|
|
14
|
+
require('@ilo-org/icons-react');
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
exports.Footer = components_Footer_Footer;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var require$$0 = require('react');
|
|
5
|
+
var hooks_useGlobalSettings = require('../../hooks/useGlobalSettings.js');
|
|
6
|
+
var components_ContextMenu_ContextMenu = require('../ContextMenu/ContextMenu.js');
|
|
7
|
+
var classNames = require('classnames');
|
|
8
|
+
require('tslib');
|
|
9
|
+
require('../../GlobalCtx-97e4b433.js');
|
|
10
|
+
|
|
11
|
+
var brand = {
|
|
12
|
+
"ilo-blue": {
|
|
13
|
+
value: "rgba(30, 45, 190, 1)"
|
|
14
|
+
},
|
|
15
|
+
"ilo-red": {
|
|
16
|
+
value: "rgba(250, 60, 75, 1)"
|
|
17
|
+
},
|
|
18
|
+
"ilo-dark-blue": {
|
|
19
|
+
value: "rgba(35, 0, 80, 1)"
|
|
20
|
+
},
|
|
21
|
+
"ilo-yellow": {
|
|
22
|
+
value: "rgba(255, 205, 45, 1)"
|
|
23
|
+
},
|
|
24
|
+
"ilo-green": {
|
|
25
|
+
value: "rgba(140, 225, 100, 1)"
|
|
26
|
+
},
|
|
27
|
+
"ilo-purple": {
|
|
28
|
+
value: "rgba(150, 10, 85, 1)"
|
|
29
|
+
},
|
|
30
|
+
"ilo-purple-light": {
|
|
31
|
+
value: "rgba(116, 96, 145, 1)"
|
|
32
|
+
},
|
|
33
|
+
"ilo-turquoise": {
|
|
34
|
+
value: "rgba(5, 210, 210, 1)"
|
|
35
|
+
},
|
|
36
|
+
"ilo-dark-red": {
|
|
37
|
+
value: "rgba(200, 48, 60, 1)"
|
|
38
|
+
},
|
|
39
|
+
"ilo-lighter-blue": {
|
|
40
|
+
value: "rgba(235, 245, 253, 1)"
|
|
41
|
+
},
|
|
42
|
+
"ilo-light-blue": {
|
|
43
|
+
value: "rgba(235, 245, 253, 1)"
|
|
44
|
+
},
|
|
45
|
+
"ilo-grey-light-alternate": {
|
|
46
|
+
value: "rgba(246, 247, 248, 1)"
|
|
47
|
+
},
|
|
48
|
+
"ilo-grey-light": {
|
|
49
|
+
value: "rgba(237, 240, 242, 1)"
|
|
50
|
+
},
|
|
51
|
+
"ilo-grey-ui": {
|
|
52
|
+
value: "rgba(184, 196, 204, 1)"
|
|
53
|
+
},
|
|
54
|
+
"ilo-grey-accessible": {
|
|
55
|
+
value: "rgba(109, 109, 109, 1)"
|
|
56
|
+
},
|
|
57
|
+
"ilo-grey-charcoal": {
|
|
58
|
+
value: "rgba(45, 45, 45, 1)"
|
|
59
|
+
},
|
|
60
|
+
"ilo-black": {
|
|
61
|
+
value: "rgba(45, 45, 45, 1)"
|
|
62
|
+
},
|
|
63
|
+
"ilo-white": {
|
|
64
|
+
value: "rgba(255, 255, 255, 1)"
|
|
65
|
+
},
|
|
66
|
+
"ilo-ramp-blue": {
|
|
67
|
+
value: "rgba(190, 220, 250, 1)"
|
|
68
|
+
},
|
|
69
|
+
"ilo-ramp-red": {
|
|
70
|
+
value: "rgba(254, 216, 219, 1)"
|
|
71
|
+
},
|
|
72
|
+
"ilo-ramp-green": {
|
|
73
|
+
value: "rgba(232, 249, 224, 1)"
|
|
74
|
+
},
|
|
75
|
+
"ilo-ramp-yellow": {
|
|
76
|
+
value: "rgba(255, 245, 200, 1)"
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const LocalNav = ({ background, logo, siteurl, primarynav, mainlink, menucloselabel, languagelabel, languagecontextmenu, }) => {
|
|
81
|
+
const { prefix } = hooks_useGlobalSettings();
|
|
82
|
+
const [toggleMenuOpen, setMenuToggleOpen] = require$$0.useState(false);
|
|
83
|
+
const [toggleLanguageOpen, setLanguageToggleOpen] = require$$0.useState(false);
|
|
84
|
+
const baseClass = `${prefix}--header`;
|
|
85
|
+
const localNavClasses = classNames(baseClass, `${baseClass}--local`, {
|
|
86
|
+
[`${prefix}--mobile--open`]: toggleMenuOpen,
|
|
87
|
+
[`${prefix}--select--open`]: toggleLanguageOpen,
|
|
88
|
+
});
|
|
89
|
+
const bg = background ? background : brand["ilo-dark-blue"].value;
|
|
90
|
+
const handleMenuToggle = () => {
|
|
91
|
+
setMenuToggleOpen(!toggleMenuOpen);
|
|
92
|
+
};
|
|
93
|
+
const handleLanguageToggle = () => {
|
|
94
|
+
setLanguageToggleOpen(!toggleLanguageOpen);
|
|
95
|
+
};
|
|
96
|
+
return (jsxRuntime.jsx("header", Object.assign({ className: localNavClasses }, { children: jsxRuntime.jsxs("div", Object.assign({ className: `${baseClass}--utility-bar ${baseClass}--utility-bar--local`, style: { background: bg } }, { children: [jsxRuntime.jsxs("nav", Object.assign({ className: `${prefix}--nav--local` }, { children: [jsxRuntime.jsx("div", Object.assign({ className: `${prefix}--nav--local--logo-wrapper` }, { children: jsxRuntime.jsx("a", Object.assign({ href: siteurl, className: `${prefix}--nav--local--logo-link` }, { children: jsxRuntime.jsx("img", { src: logo, alt: "ILO Logo", className: `${prefix}--nav--local--logo` }) })) })), jsxRuntime.jsx("ul", Object.assign({ className: `${prefix}--nav--local--set` }, { children: (primarynav === null || primarynav === void 0 ? void 0 : primarynav.items) &&
|
|
97
|
+
primarynav.items.map((item, index) => (jsxRuntime.jsx("li", Object.assign({ className: `${prefix}--nav--local--item` }, { children: jsxRuntime.jsx("a", Object.assign({ href: item.url, className: `${prefix}--nav--local--link` }, { children: jsxRuntime.jsx("span", { children: item.label }) })) }), index))) }))] })), jsxRuntime.jsx("div", Object.assign({ className: `${prefix}--language-switcher` }, { children: jsxRuntime.jsxs("div", Object.assign({ className: `${prefix}--language-switcher--wrap` }, { children: [mainlink && (jsxRuntime.jsx("span", Object.assign({ className: `${prefix}--language-switcher--link--wrap` }, { children: jsxRuntime.jsx("a", Object.assign({ href: mainlink.url, className: `${prefix}--language-switcher--link` }, { children: mainlink.label })) }))), jsxRuntime.jsx("button", Object.assign({ className: `${prefix}--language-switcher--button`, type: "button" }, { children: languagelabel })), jsxRuntime.jsx(components_ContextMenu_ContextMenu, { links: languagecontextmenu === null || languagecontextmenu === void 0 ? void 0 : languagecontextmenu.links })] })) })), jsxRuntime.jsx("button", Object.assign({ className: `${baseClass}--menu`, onClick: handleMenuToggle }, { children: "Menu" })), jsxRuntime.jsx("div", Object.assign({ className: `${baseClass}--navigation` }, { children: jsxRuntime.jsxs("div", Object.assign({ className: `${baseClass}--inner` }, { children: [jsxRuntime.jsxs("div", Object.assign({ className: `${prefix}--mobile--nav` }, { children: [jsxRuntime.jsxs("div", Object.assign({ className: `${prefix}--mobile--nav--logo` }, { children: [jsxRuntime.jsx("a", Object.assign({ href: siteurl, className: `${baseClass}--logo-link` }, { children: jsxRuntime.jsx("img", { className: `${baseClass}--logo`, src: logo, alt: "ILO Logo" }) })), jsxRuntime.jsx("button", Object.assign({ className: `${baseClass}--menu--close`, onClick: handleMenuToggle }, { children: menucloselabel }))] })), jsxRuntime.jsx("div", Object.assign({ className: `${prefix}--mobile--nav--language--switcher` }, { children: jsxRuntime.jsx("button", Object.assign({ className: `${prefix}--mobile--nav--language--switcher--button`, onClick: handleLanguageToggle, type: "button" }, { children: languagelabel })) })), jsxRuntime.jsx("div", Object.assign({ className: `${prefix}--mobile--nav--language--select` }, { children: jsxRuntime.jsxs("div", Object.assign({ className: `${baseClass}--inner` }, { children: [jsxRuntime.jsxs("div", Object.assign({ className: `${prefix}--mobile--subnav--menu` }, { children: [jsxRuntime.jsx("button", { className: `${prefix}--mobile--subnav--back`, onClick: handleLanguageToggle, type: "button" }), jsxRuntime.jsx("button", Object.assign({ className: `${baseClass}--menu--close`, onClick: handleMenuToggle }, { children: "Close" })), jsxRuntime.jsx("h6", Object.assign({ className: `${prefix}--mobile--subnav--label` }, { children: languagelabel }))] })), jsxRuntime.jsx("ul", Object.assign({ className: `${prefix}--nav--set` }, { children: (languagecontextmenu === null || languagecontextmenu === void 0 ? void 0 : languagecontextmenu.links) &&
|
|
98
|
+
languagecontextmenu.links.map((item, index) => (jsxRuntime.jsx("li", Object.assign({ className: `${prefix}--nav--items` }, { children: jsxRuntime.jsx("a", Object.assign({ href: item.url, className: `${prefix}--nav--link ${prefix}--nav--language` }, { children: item.label })) }), index))) }))] })) }))] })), jsxRuntime.jsxs("nav", Object.assign({ className: `${prefix}--nav`, "aria-labelledby": "primary-navigation" }, { children: [jsxRuntime.jsx("h2", Object.assign({ className: `${prefix}--nav--label`, id: "primary-navigation" }, { children: primarynav === null || primarynav === void 0 ? void 0 : primarynav.navlabel })), jsxRuntime.jsx("ul", Object.assign({ className: `${prefix}--nav--set` }, { children: (primarynav === null || primarynav === void 0 ? void 0 : primarynav.items) &&
|
|
99
|
+
primarynav.items.map((item, index) => (jsxRuntime.jsx("li", Object.assign({ className: `${prefix}--nav--items` }, { children: jsxRuntime.jsx("a", Object.assign({ href: item.url, className: `${prefix}--nav--link` }, { children: item.label })) }), index))) }))] }))] })) }))] })) })));
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
module.exports = LocalNav;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var components_LocalNav_LocalNav = require('./LocalNav.js');
|
|
4
|
+
require('react/jsx-runtime');
|
|
5
|
+
require('react');
|
|
6
|
+
require('../../hooks/useGlobalSettings.js');
|
|
7
|
+
require('tslib');
|
|
8
|
+
require('../../GlobalCtx-97e4b433.js');
|
|
9
|
+
require('../ContextMenu/ContextMenu.js');
|
|
10
|
+
require('classnames');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.LocalNav = components_LocalNav_LocalNav;
|
|
@@ -8,7 +8,7 @@ require('tslib');
|
|
|
8
8
|
require('react');
|
|
9
9
|
require('../../GlobalCtx-97e4b433.js');
|
|
10
10
|
require('../../_commonjsHelpers-9f9f50a8.js');
|
|
11
|
-
require('../../patterns-
|
|
11
|
+
require('../../patterns-975adf3c.js');
|
|
12
12
|
require('../../index-1b6434f0.js');
|
|
13
13
|
require('react-dom');
|
|
14
14
|
require('../../utils/hoursMinutesSeconds.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
var require$$0 = require('react');
|
|
5
5
|
var _commonjsHelpers = require('../../_commonjsHelpers-9f9f50a8.js');
|
|
6
|
-
var patterns = require('../../patterns-
|
|
6
|
+
var patterns = require('../../patterns-975adf3c.js');
|
|
7
7
|
var index = require('../../index-1b6434f0.js');
|
|
8
8
|
var ReactDOM = require('react-dom');
|
|
9
9
|
var classNames = require('classnames');
|
|
@@ -37,7 +37,7 @@ var players = {};
|
|
|
37
37
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
38
38
|
return Promise.resolve().then(function () { return require(
|
|
39
39
|
/* webpackChunkName: 'reactPlayerYouTube' */
|
|
40
|
-
'../../YouTube-
|
|
40
|
+
'../../YouTube-909bd761.js'); }).then(function (n) { return n.YouTube; });
|
|
41
41
|
})
|
|
42
42
|
}, {
|
|
43
43
|
key: 'soundcloud',
|
|
@@ -46,7 +46,7 @@ var players = {};
|
|
|
46
46
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
47
47
|
return Promise.resolve().then(function () { return require(
|
|
48
48
|
/* webpackChunkName: 'reactPlayerSoundCloud' */
|
|
49
|
-
'../../SoundCloud-
|
|
49
|
+
'../../SoundCloud-356fd92d.js'); }).then(function (n) { return n.SoundCloud; });
|
|
50
50
|
})
|
|
51
51
|
}, {
|
|
52
52
|
key: 'vimeo',
|
|
@@ -55,7 +55,7 @@ var players = {};
|
|
|
55
55
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
56
56
|
return Promise.resolve().then(function () { return require(
|
|
57
57
|
/* webpackChunkName: 'reactPlayerVimeo' */
|
|
58
|
-
'../../Vimeo-
|
|
58
|
+
'../../Vimeo-6898bfd9.js'); }).then(function (n) { return n.Vimeo; });
|
|
59
59
|
})
|
|
60
60
|
}, {
|
|
61
61
|
key: 'facebook',
|
|
@@ -64,7 +64,7 @@ var players = {};
|
|
|
64
64
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
65
65
|
return Promise.resolve().then(function () { return require(
|
|
66
66
|
/* webpackChunkName: 'reactPlayerFacebook' */
|
|
67
|
-
'../../Facebook-
|
|
67
|
+
'../../Facebook-d993b91c.js'); }).then(function (n) { return n.Facebook; });
|
|
68
68
|
})
|
|
69
69
|
}, {
|
|
70
70
|
key: 'streamable',
|
|
@@ -73,7 +73,7 @@ var players = {};
|
|
|
73
73
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
74
74
|
return Promise.resolve().then(function () { return require(
|
|
75
75
|
/* webpackChunkName: 'reactPlayerStreamable' */
|
|
76
|
-
'../../Streamable-
|
|
76
|
+
'../../Streamable-407ca855.js'); }).then(function (n) { return n.Streamable; });
|
|
77
77
|
})
|
|
78
78
|
}, {
|
|
79
79
|
key: 'wistia',
|
|
@@ -82,7 +82,7 @@ var players = {};
|
|
|
82
82
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
83
83
|
return Promise.resolve().then(function () { return require(
|
|
84
84
|
/* webpackChunkName: 'reactPlayerWistia' */
|
|
85
|
-
'../../Wistia-
|
|
85
|
+
'../../Wistia-ed77bf25.js'); }).then(function (n) { return n.Wistia; });
|
|
86
86
|
})
|
|
87
87
|
}, {
|
|
88
88
|
key: 'twitch',
|
|
@@ -91,7 +91,7 @@ var players = {};
|
|
|
91
91
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
92
92
|
return Promise.resolve().then(function () { return require(
|
|
93
93
|
/* webpackChunkName: 'reactPlayerTwitch' */
|
|
94
|
-
'../../Twitch-
|
|
94
|
+
'../../Twitch-ca00faaf.js'); }).then(function (n) { return n.Twitch; });
|
|
95
95
|
})
|
|
96
96
|
}, {
|
|
97
97
|
key: 'dailymotion',
|
|
@@ -100,7 +100,7 @@ var players = {};
|
|
|
100
100
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
101
101
|
return Promise.resolve().then(function () { return require(
|
|
102
102
|
/* webpackChunkName: 'reactPlayerDailyMotion' */
|
|
103
|
-
'../../DailyMotion-
|
|
103
|
+
'../../DailyMotion-4f88e10b.js'); }).then(function (n) { return n.DailyMotion; });
|
|
104
104
|
})
|
|
105
105
|
}, {
|
|
106
106
|
key: 'mixcloud',
|
|
@@ -109,7 +109,7 @@ var players = {};
|
|
|
109
109
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
110
110
|
return Promise.resolve().then(function () { return require(
|
|
111
111
|
/* webpackChunkName: 'reactPlayerMixcloud' */
|
|
112
|
-
'../../Mixcloud-
|
|
112
|
+
'../../Mixcloud-2b4ffb85.js'); }).then(function (n) { return n.Mixcloud; });
|
|
113
113
|
})
|
|
114
114
|
}, {
|
|
115
115
|
key: 'vidyard',
|
|
@@ -118,7 +118,7 @@ var players = {};
|
|
|
118
118
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
119
119
|
return Promise.resolve().then(function () { return require(
|
|
120
120
|
/* webpackChunkName: 'reactPlayerVidyard' */
|
|
121
|
-
'../../Vidyard-
|
|
121
|
+
'../../Vidyard-9d037503.js'); }).then(function (n) { return n.Vidyard; });
|
|
122
122
|
})
|
|
123
123
|
}, {
|
|
124
124
|
key: 'kaltura',
|
|
@@ -127,7 +127,7 @@ var players = {};
|
|
|
127
127
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
128
128
|
return Promise.resolve().then(function () { return require(
|
|
129
129
|
/* webpackChunkName: 'reactPlayerKaltura' */
|
|
130
|
-
'../../Kaltura-
|
|
130
|
+
'../../Kaltura-fbd2c46f.js'); }).then(function (n) { return n.Kaltura; });
|
|
131
131
|
})
|
|
132
132
|
}, {
|
|
133
133
|
key: 'file',
|
|
@@ -139,7 +139,7 @@ var players = {};
|
|
|
139
139
|
lazyPlayer: /*#__PURE__*/(0, _react.lazy)(function () {
|
|
140
140
|
return Promise.resolve().then(function () { return require(
|
|
141
141
|
/* webpackChunkName: 'reactPlayerFilePlayer' */
|
|
142
|
-
'../../FilePlayer-
|
|
142
|
+
'../../FilePlayer-8272a6ea.js'); }).then(function (n) { return n.FilePlayer; });
|
|
143
143
|
})
|
|
144
144
|
}];
|
|
145
145
|
exports["default"] = _default;
|
|
@@ -9,7 +9,7 @@ require('react');
|
|
|
9
9
|
require('../../GlobalCtx-97e4b433.js');
|
|
10
10
|
require('./VideoPlayer.js');
|
|
11
11
|
require('../../_commonjsHelpers-9f9f50a8.js');
|
|
12
|
-
require('../../patterns-
|
|
12
|
+
require('../../patterns-975adf3c.js');
|
|
13
13
|
require('../../index-1b6434f0.js');
|
|
14
14
|
require('react-dom');
|
|
15
15
|
require('../../utils/hoursMinutesSeconds.js');
|
|
@@ -50,6 +50,8 @@ var components_List_List = require('./List/List.js');
|
|
|
50
50
|
require('../ListCtx-7db7fe04.js');
|
|
51
51
|
var components_Profile_Profile = require('./Profile/Profile.js');
|
|
52
52
|
var components_TableOfContents_TableOfContents = require('./TableOfContents/TableOfContents.js');
|
|
53
|
+
var components_Footer_Footer = require('./Footer/Footer.js');
|
|
54
|
+
var components_LocalNav_LocalNav = require('./LocalNav/LocalNav.js');
|
|
53
55
|
require('../hooks/useGlobalSettings.js');
|
|
54
56
|
require('../AccordionCtx-fe08ff45.js');
|
|
55
57
|
require('@ilo-org/utils');
|
|
@@ -65,7 +67,7 @@ require('@ilo-org/icons-react');
|
|
|
65
67
|
require('./Hero/HeroCard.js');
|
|
66
68
|
require('./Video/VideoPlayer.js');
|
|
67
69
|
require('../_commonjsHelpers-9f9f50a8.js');
|
|
68
|
-
require('../patterns-
|
|
70
|
+
require('../patterns-975adf3c.js');
|
|
69
71
|
require('../utils/hoursMinutesSeconds.js');
|
|
70
72
|
require('screenfull');
|
|
71
73
|
|
|
@@ -113,3 +115,5 @@ exports.Icon = components_Icon_Icon;
|
|
|
113
115
|
exports.List = components_List_List;
|
|
114
116
|
exports.Profile = components_Profile_Profile;
|
|
115
117
|
exports.TableOfContents = components_TableOfContents_TableOfContents;
|
|
118
|
+
exports.Footer = components_Footer_Footer;
|
|
119
|
+
exports.LocalNav = components_LocalNav_LocalNav;
|
package/lib/cjs/index.js
CHANGED
|
@@ -50,6 +50,8 @@ var components_List_List = require('./components/List/List.js');
|
|
|
50
50
|
require('./ListCtx-7db7fe04.js');
|
|
51
51
|
var components_Profile_Profile = require('./components/Profile/Profile.js');
|
|
52
52
|
var components_TableOfContents_TableOfContents = require('./components/TableOfContents/TableOfContents.js');
|
|
53
|
+
var components_Footer_Footer = require('./components/Footer/Footer.js');
|
|
54
|
+
var components_LocalNav_LocalNav = require('./components/LocalNav/LocalNav.js');
|
|
53
55
|
require('./hooks/useGlobalSettings.js');
|
|
54
56
|
require('./AccordionCtx-fe08ff45.js');
|
|
55
57
|
require('@ilo-org/utils');
|
|
@@ -64,7 +66,7 @@ require('./utils/triggerBrowserReflow.js');
|
|
|
64
66
|
require('./components/Hero/HeroCard.js');
|
|
65
67
|
require('./components/Video/VideoPlayer.js');
|
|
66
68
|
require('./_commonjsHelpers-9f9f50a8.js');
|
|
67
|
-
require('./patterns-
|
|
69
|
+
require('./patterns-975adf3c.js');
|
|
68
70
|
require('./utils/hoursMinutesSeconds.js');
|
|
69
71
|
require('screenfull');
|
|
70
72
|
require('@ilo-org/icons-react');
|
|
@@ -113,3 +115,5 @@ exports.Icon = components_Icon_Icon;
|
|
|
113
115
|
exports.List = components_List_List;
|
|
114
116
|
exports.Profile = components_Profile_Profile;
|
|
115
117
|
exports.TableOfContents = components_TableOfContents_TableOfContents;
|
|
118
|
+
exports.Footer = components_Footer_Footer;
|
|
119
|
+
exports.LocalNav = components_LocalNav_LocalNav;
|
|
@@ -119,7 +119,7 @@ function getMergeFunction(key, options) {
|
|
|
119
119
|
function getEnumerableOwnPropertySymbols(target) {
|
|
120
120
|
return Object.getOwnPropertySymbols
|
|
121
121
|
? Object.getOwnPropertySymbols(target).filter(function(symbol) {
|
|
122
|
-
return
|
|
122
|
+
return Object.propertyIsEnumerable.call(target, symbol)
|
|
123
123
|
})
|
|
124
124
|
: []
|
|
125
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-849bcf65.js';
|
|
2
2
|
import require$$0 from 'react';
|
|
3
|
-
import { p as patterns, u as utils } from './patterns-
|
|
3
|
+
import { p as patterns, u as utils } from './patterns-53247c1d.js';
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
m.forEach(function (e) {
|