@phillips/seldon 1.53.1 → 1.54.1
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/dist/_virtual/Breakpoints.js +4 -0
- package/dist/_virtual/DynamicResponsive.js +4 -0
- package/dist/_virtual/Interactions.js +4 -0
- package/dist/_virtual/Media.js +4 -0
- package/dist/_virtual/MediaQueries.js +4 -0
- package/dist/_virtual/Utils.js +4 -0
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/_virtual/index6.js +4 -0
- package/dist/components/{ReadMore/ReadMore.d.ts → ContentPeek/ContentPeek.d.ts} +8 -8
- package/dist/components/ContentPeek/ContentPeek.js +64 -0
- package/dist/components/ContentPeek/index.d.ts +1 -0
- package/dist/components/Navigation/Navigation.d.ts +1 -1
- package/dist/components/Navigation/Navigation.js +24 -24
- package/dist/components/Search/Search.js +1 -1
- package/dist/index.d.ts +13 -12
- package/dist/index.js +52 -50
- package/dist/node_modules/@artsy/fresnel/dist/Breakpoints.js +281 -0
- package/dist/node_modules/@artsy/fresnel/dist/DynamicResponsive.js +151 -0
- package/dist/node_modules/@artsy/fresnel/dist/Interactions.js +138 -0
- package/dist/node_modules/@artsy/fresnel/dist/Media.js +167 -0
- package/dist/node_modules/@artsy/fresnel/dist/MediaQueries.js +130 -0
- package/dist/node_modules/@artsy/fresnel/dist/Utils.js +94 -0
- package/dist/node_modules/@artsy/fresnel/dist/index.js +21 -0
- package/dist/node_modules/exenv/index.js +1 -1
- package/dist/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/react-modal/lib/index.js +1 -1
- package/dist/{components → patterns}/HeroBanner/HeroBanner.js +2 -2
- package/dist/patterns/LanguageSelector/LanguageSelector.js +74 -0
- package/dist/{components → patterns}/Social/Social.js +4 -4
- package/dist/{components → patterns}/Subscribe/Subscribe.d.ts +1 -1
- package/dist/{components → patterns}/Subscribe/Subscribe.js +3 -3
- package/dist/{components → patterns}/UserManagement/UserManagement.d.ts +1 -1
- package/dist/{components → patterns}/UserManagement/UserManagement.js +2 -2
- package/dist/{components → patterns}/ViewingsList/ViewingsList.js +1 -1
- package/dist/{components → patterns}/ViewingsList/ViewingsListCard.js +3 -3
- package/dist/{components → patterns}/ViewingsList/ViewingsListCardForm.js +1 -1
- package/dist/providers/SeldonProvider.d.ts +7 -0
- package/dist/providers/SeldonProvider.js +9 -0
- package/dist/providers/utils.d.ts +5 -0
- package/dist/providers/utils.js +8 -0
- package/dist/scss/_vars.scss +1 -1
- package/dist/scss/componentStyles.scss +13 -9
- package/dist/scss/components/{ReadMore/_readMore.scss → ContentPeek/_contentPeek.scss} +2 -2
- package/dist/scss/{components → patterns}/LanguageSelector/_languageSelector.scss +5 -22
- package/dist/scss/{components → site-furniture}/Header/_header.scss +0 -9
- package/dist/{components → site-furniture}/Footer/Footer.js +2 -2
- package/dist/{components → site-furniture}/Header/Header.d.ts +1 -1
- package/dist/{components → site-furniture}/Header/Header.js +23 -23
- package/dist/utils/constants.d.ts +8 -0
- package/dist/utils/constants.js +10 -0
- package/package.json +2 -1
- package/dist/components/LanguageSelector/LanguageSelector.js +0 -73
- package/dist/components/ReadMore/ReadMore.js +0 -57
- package/dist/components/ReadMore/index.d.ts +0 -1
- /package/dist/{components → patterns}/HeroBanner/HeroBanner.d.ts +0 -0
- /package/dist/{components → patterns}/LanguageSelector/LanguageSelector.d.ts +0 -0
- /package/dist/{components → patterns}/LanguageSelector/index.d.ts +0 -0
- /package/dist/{components → patterns}/Social/Social.d.ts +0 -0
- /package/dist/{components → patterns}/Subscribe/types.d.ts +0 -0
- /package/dist/{components → patterns}/Subscribe/types.js +0 -0
- /package/dist/{components → patterns}/UserManagement/types.d.ts +0 -0
- /package/dist/{components → patterns}/UserManagement/types.js +0 -0
- /package/dist/{components → patterns}/ViewingsList/StatefulViewingsList.d.ts +0 -0
- /package/dist/{components → patterns}/ViewingsList/StatefulViewingsList.js +0 -0
- /package/dist/{components → patterns}/ViewingsList/ViewingsList.d.ts +0 -0
- /package/dist/{components → patterns}/ViewingsList/ViewingsListCard.d.ts +0 -0
- /package/dist/{components → patterns}/ViewingsList/ViewingsListCardForm.d.ts +0 -0
- /package/dist/scss/{components → patterns}/HeroBanner/_heroBanner.scss +0 -0
- /package/dist/scss/{components → patterns}/Social/_social.scss +0 -0
- /package/dist/scss/{components → patterns}/Subscribe/_subscribe.scss +0 -0
- /package/dist/scss/{components → patterns}/UserManagement/_userManagement.scss +0 -0
- /package/dist/scss/{components → patterns}/ViewingsList/_viewingsList.scss +0 -0
- /package/dist/scss/{components → site-furniture}/Footer/_footer.scss +0 -0
- /package/dist/{components → site-furniture}/Footer/Footer.d.ts +0 -0
- /package/dist/{components → site-furniture}/Header/utils.d.ts +0 -0
- /package/dist/{components → site-furniture}/Header/utils.js +0 -0
package/dist/_virtual/index2.js
CHANGED
package/dist/_virtual/index3.js
CHANGED
package/dist/_virtual/index4.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export interface
|
|
2
|
+
export interface ContentPeekProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
/**
|
|
4
4
|
* Unique id for component testing
|
|
5
5
|
*/
|
|
@@ -9,13 +9,13 @@ export interface ReadMoreProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
9
9
|
*/
|
|
10
10
|
children?: React.ReactNode;
|
|
11
11
|
/**
|
|
12
|
-
* Text for the "
|
|
12
|
+
* Text for the "Content Expand" button
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
contentExpandText?: string;
|
|
15
15
|
/**
|
|
16
|
-
* Text for the "
|
|
16
|
+
* Text for the "Content Collapse" button
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
contentCollapseText?: string;
|
|
19
19
|
/**
|
|
20
20
|
* Maximum height of the content when collapsed
|
|
21
21
|
*/
|
|
@@ -24,12 +24,12 @@ export interface ReadMoreProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
24
24
|
/**
|
|
25
25
|
* ## Overview
|
|
26
26
|
*
|
|
27
|
-
* A component for displaying expandable content with a "
|
|
27
|
+
* A component for displaying expandable content with a "ContentPeek" functionality allowing you to see the first part of the content and expand to see more.
|
|
28
28
|
*
|
|
29
29
|
* This component is a wrapper around the Collapsible and Button component and uses the CollapsibleTrigger and CollapsibleContent components to control the expand and collapse functionality.
|
|
30
30
|
*
|
|
31
31
|
* [Figma Link](https://www.figma.com/design/hMu9IWH5N3KamJy8tLFdyV/EASEL-Compendium%3A-Tokens%2C-Components-%26-Patterns?node-id=7755-5572&t=JCYbkM8yQcdb51UQ-4)
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
declare const
|
|
35
|
-
export default
|
|
34
|
+
declare const ContentPeek: React.ForwardRefExoticComponent<ContentPeekProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export default ContentPeek;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as N, useState as i, useRef as x, useEffect as $, useCallback as P } from "react";
|
|
3
|
+
import c from "../../node_modules/classnames/index.js";
|
|
4
|
+
import { getCommonProps as b } from "../../utils/index.js";
|
|
5
|
+
import k from "../Button/Button.js";
|
|
6
|
+
import { ButtonVariants as R } from "../Button/types.js";
|
|
7
|
+
import w from "../Collapsible/Collapsible.js";
|
|
8
|
+
import E from "../Collapsible/CollapsibleContent.js";
|
|
9
|
+
import M from "../Collapsible/CollapsibleTrigger.js";
|
|
10
|
+
import O from "../../assets/plus.svg.js";
|
|
11
|
+
import S from "../../assets/minus.svg.js";
|
|
12
|
+
const j = N(
|
|
13
|
+
({
|
|
14
|
+
className: f,
|
|
15
|
+
children: n,
|
|
16
|
+
contentExpandText: d = "Read More",
|
|
17
|
+
contentCollapseText: u = "Read Less",
|
|
18
|
+
maxHeight: a = 480,
|
|
19
|
+
...r
|
|
20
|
+
}, p) => {
|
|
21
|
+
const { className: e, ...g } = b(r, "ContentPeek"), [t, v] = i(!1), [l, C] = i(!1), s = x(null);
|
|
22
|
+
$(() => {
|
|
23
|
+
s.current && C(s.current.scrollHeight > a);
|
|
24
|
+
}, [n, a]);
|
|
25
|
+
const h = P(() => {
|
|
26
|
+
v((y) => !y);
|
|
27
|
+
}, []);
|
|
28
|
+
return /* @__PURE__ */ m(
|
|
29
|
+
w,
|
|
30
|
+
{
|
|
31
|
+
id: r == null ? void 0 : r.id,
|
|
32
|
+
open: t,
|
|
33
|
+
onOpenChange: h,
|
|
34
|
+
className: c(e, f),
|
|
35
|
+
style: {
|
|
36
|
+
"--content-peek-max-height": `${a}px`
|
|
37
|
+
},
|
|
38
|
+
ref: p,
|
|
39
|
+
...g,
|
|
40
|
+
...r,
|
|
41
|
+
children: [
|
|
42
|
+
/* @__PURE__ */ o(E, { className: `${e}-content`, ref: s, forceMount: !0, children: n }),
|
|
43
|
+
l ? /* @__PURE__ */ o(
|
|
44
|
+
"div",
|
|
45
|
+
{
|
|
46
|
+
className: c(`${e}-overlay`, {
|
|
47
|
+
[`${e}-overlay--expanded`]: t,
|
|
48
|
+
[`${e}-overlay--gradient`]: l && !t
|
|
49
|
+
}),
|
|
50
|
+
children: /* @__PURE__ */ o("div", { className: `${e}-overlay-trigger-wrapper`, children: /* @__PURE__ */ o(M, { asChild: !0, className: `${e}-overlay-trigger`, children: /* @__PURE__ */ m(k, { variant: R.secondary, children: [
|
|
51
|
+
t ? /* @__PURE__ */ o(S, {}) : /* @__PURE__ */ o(O, {}),
|
|
52
|
+
t ? u : d
|
|
53
|
+
] }) }) })
|
|
54
|
+
}
|
|
55
|
+
) : null
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
j.displayName = "ContentPeek";
|
|
62
|
+
export {
|
|
63
|
+
j as default
|
|
64
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ContentPeek, type ContentPeekProps } from './ContentPeek';
|
|
@@ -8,7 +8,7 @@ export interface NavigationProps extends ComponentProps<'nav'> {
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Overview
|
|
10
10
|
*
|
|
11
|
-
* This is used within the Header component and displays the site navigation links. It
|
|
11
|
+
* This is used within the Header component and displays the site navigation links. It supports both mobile and desktop. It requires the <SeldonProvider> to be wrapped around it to support SSR Media Queries.
|
|
12
12
|
*
|
|
13
13
|
* [Figma Link](https://www.figma.com/design/hMu9IWH5N3KamJy8tLFdyV/EASEL-Compendium%3A-Tokens%2C-Components-%26-Patterns?node-id=10570-5784&m=dev)
|
|
14
14
|
*
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as l, jsxs as x } from "react/jsx-runtime";
|
|
2
2
|
import e, { forwardRef as E } from "react";
|
|
3
|
-
import { findChildrenOfType as
|
|
4
|
-
import
|
|
5
|
-
import { HeaderContext as y } from "
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
import { findChildrenOfType as d, findChildrenExcludingTypes as N, px as m } from "../../utils/index.js";
|
|
4
|
+
import S from "../../node_modules/classnames/index.js";
|
|
5
|
+
import { HeaderContext as y } from "../../site-furniture/Header/Header.js";
|
|
6
|
+
import c from "./NavigationList/NavigationList.js";
|
|
7
|
+
import f from "../../patterns/LanguageSelector/LanguageSelector.js";
|
|
8
|
+
import { SSRMediaQuery as C } from "../../providers/utils.js";
|
|
9
|
+
const _ = E(
|
|
10
|
+
({ children: i, className: p, id: a, visible: v = !0, ...g }, h) => {
|
|
10
11
|
var r, s;
|
|
11
|
-
const { isSearchExpanded:
|
|
12
|
-
return /* @__PURE__ */
|
|
12
|
+
const { isSearchExpanded: n } = e.useContext(y), o = (r = d(i, c)) == null ? void 0 : r[0], u = N(i, [c, f]), t = (s = d(i, f)) == null ? void 0 : s[0];
|
|
13
|
+
return /* @__PURE__ */ l(
|
|
13
14
|
"nav",
|
|
14
15
|
{
|
|
15
16
|
role: "navigation",
|
|
16
|
-
"data-testid":
|
|
17
|
-
id:
|
|
18
|
-
style: { "--visible":
|
|
19
|
-
className:
|
|
20
|
-
...
|
|
21
|
-
ref:
|
|
22
|
-
children: /* @__PURE__ */
|
|
17
|
+
"data-testid": a,
|
|
18
|
+
id: a,
|
|
19
|
+
style: { "--visible": v ? "visible" : "hidden" },
|
|
20
|
+
className: S(`${m}-nav`, p),
|
|
21
|
+
...g,
|
|
22
|
+
ref: h,
|
|
23
|
+
children: /* @__PURE__ */ x("div", { className: `${m}-nav__list-container`, children: [
|
|
23
24
|
u,
|
|
24
|
-
e.isValidElement(o) ? e.cloneElement(o, { isOffScreen:
|
|
25
|
-
/*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}) : void 0
|
|
25
|
+
e.isValidElement(o) ? e.cloneElement(o, { isOffScreen: n }) : void 0,
|
|
26
|
+
/* @__PURE__ */ l(C.Media, { lessThan: "md", children: e.isValidElement(t) && t ? e.cloneElement(t, {
|
|
27
|
+
isHidden: n
|
|
28
|
+
}) : void 0 })
|
|
29
29
|
] })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
33
|
);
|
|
34
|
-
|
|
34
|
+
_.displayName = "Navigation";
|
|
35
35
|
export {
|
|
36
|
-
|
|
36
|
+
_ as default
|
|
37
37
|
};
|
|
@@ -8,7 +8,7 @@ import O from "./SearchResults/SearchResults.js";
|
|
|
8
8
|
import { TextVariants as V } from "../Text/types.js";
|
|
9
9
|
import A from "../Text/Text.js";
|
|
10
10
|
import { useOnClickOutside as F } from "../../node_modules/usehooks-ts/dist/index.js";
|
|
11
|
-
import { HeaderContext as K } from "
|
|
11
|
+
import { HeaderContext as K } from "../../site-furniture/Header/Header.js";
|
|
12
12
|
import { SearchButton as M } from "./SearchButton.js";
|
|
13
13
|
import U from "../../node_modules/react-transition-group/esm/CSSTransition.js";
|
|
14
14
|
const te = ({
|
package/dist/index.d.ts
CHANGED
|
@@ -4,14 +4,14 @@ export { default as Button, type ButtonProps } from './components/Button/Button'
|
|
|
4
4
|
export { ButtonVariants } from './components/Button/types';
|
|
5
5
|
export { default as IconButton } from './components/IconButton/IconButton';
|
|
6
6
|
export { default as ErrorBoundary, type ErrorBoundaryProps } from './components/ErrorBoundary/ErrorBoundary';
|
|
7
|
-
export { default as Footer, type FooterProps } from './
|
|
7
|
+
export { default as Footer, type FooterProps } from './site-furniture/Footer/Footer';
|
|
8
8
|
export { default as Grid, type GridProps } from './components/Grid/Grid';
|
|
9
|
-
export { default as Header, type HeaderProps } from './
|
|
9
|
+
export { default as Header, type HeaderProps } from './site-furniture/Header/Header';
|
|
10
10
|
export { default as Navigation, type NavigationProps } from './components/Navigation/Navigation';
|
|
11
11
|
export { default as NavigationItem, type NavigationItemProps, } from './components/Navigation/NavigationItem/NavigationItem';
|
|
12
12
|
export { default as NavigationItemTrigger, type NavigationItemTriggerProps, } from './components/Navigation/NavigationItemTrigger/NavigationItemTrigger';
|
|
13
13
|
export { default as NavigationList, type NavigationListProps, } from './components/Navigation/NavigationList/NavigationList';
|
|
14
|
-
export { default as HeroBanner, type HeroBannerProps } from './
|
|
14
|
+
export { default as HeroBanner, type HeroBannerProps } from './patterns/HeroBanner/HeroBanner';
|
|
15
15
|
export { default as Input, type InputProps } from './components/Input/Input';
|
|
16
16
|
export { default as Link, type LinkProps } from './components/Link/Link';
|
|
17
17
|
export { LinkVariants } from './components/Link/types';
|
|
@@ -23,21 +23,22 @@ export { GridItemAlign } from './components/GridItem/types';
|
|
|
23
23
|
export { default as Search, type SearchProps } from './components/Search/Search';
|
|
24
24
|
export { default as Select, type SelectProps } from './components/Select/Select';
|
|
25
25
|
export { default as SplitPanel, type SplitPanelProps } from './components/SplitPanel/SplitPanel';
|
|
26
|
-
export { default as Subscribe, type SubscribeProps } from './
|
|
27
|
-
export { SubscriptionState } from './
|
|
28
|
-
export { default as Social, type SocialProps } from './
|
|
29
|
-
export { default as ViewingsList, type ViewingsListProps } from './
|
|
26
|
+
export { default as Subscribe, type SubscribeProps } from './patterns/Subscribe/Subscribe';
|
|
27
|
+
export { SubscriptionState } from './patterns/Subscribe/types';
|
|
28
|
+
export { default as Social, type SocialProps } from './patterns/Social/Social';
|
|
29
|
+
export { default as ViewingsList, type ViewingsListProps } from './patterns/ViewingsList/ViewingsList';
|
|
30
30
|
export { default as Modal, type ModalProps } from './components/Modal/Modal';
|
|
31
31
|
export { default as Drawer } from './components/Drawer/Drawer';
|
|
32
|
-
export { default as StatefulViewingsList, type StatefulViewingsListProps, } from './
|
|
32
|
+
export { default as StatefulViewingsList, type StatefulViewingsListProps, } from './patterns/ViewingsList/StatefulViewingsList';
|
|
33
33
|
export * from './components/Text';
|
|
34
34
|
export * from './components/Accordion';
|
|
35
|
-
export { default as UserManagement, type UserManagementProps } from './
|
|
36
|
-
export { AuthState } from './
|
|
35
|
+
export { default as UserManagement, type UserManagementProps } from './patterns/UserManagement/UserManagement';
|
|
36
|
+
export { AuthState } from './patterns/UserManagement/types';
|
|
37
37
|
export * from './types/commonTypes';
|
|
38
38
|
export { Breadcrumb, type BreadcrumbProps } from './components/Breadcrumb';
|
|
39
39
|
export * from './components/Dropdown';
|
|
40
40
|
export { default as Video, type VideoProps } from './components/Video/Video';
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './components/
|
|
41
|
+
export * from './patterns/LanguageSelector';
|
|
42
|
+
export * from './components/ContentPeek';
|
|
43
43
|
export * from './components/Collapsible';
|
|
44
|
+
export * from './providers/SeldonProvider';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { PaddingTokens as a, SpacingTokens as f, defaultYear as p, emailValidation as d, encodeURLSearchParams as l, findChildrenExcludingTypes as
|
|
1
|
+
import { PaddingTokens as a, SpacingTokens as f, defaultYear as p, emailValidation as d, encodeURLSearchParams as l, findChildrenExcludingTypes as m, findChildrenOfType as s, generatePaddingClassName as i, getCommonProps as u, noOp as n, px as x, useNormalizedInputProps as g } from "./utils/index.js";
|
|
2
2
|
import { default as S } from "./pages/Page.js";
|
|
3
3
|
import { default as C } from "./components/Button/Button.js";
|
|
4
|
-
import { ButtonVariants as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as N } from "./
|
|
8
|
-
import { Grid as
|
|
9
|
-
import { default as A } from "./
|
|
4
|
+
import { ButtonVariants as k } from "./components/Button/types.js";
|
|
5
|
+
import { default as T } from "./components/IconButton/IconButton.js";
|
|
6
|
+
import { default as B } from "./components/ErrorBoundary/ErrorBoundary.js";
|
|
7
|
+
import { default as N } from "./site-furniture/Footer/Footer.js";
|
|
8
|
+
import { Grid as v } from "./components/Grid/Grid.js";
|
|
9
|
+
import { default as A } from "./site-furniture/Header/Header.js";
|
|
10
10
|
import { default as G } from "./components/Navigation/Navigation.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as z } from "./
|
|
11
|
+
import { default as E } from "./components/Navigation/NavigationItem/NavigationItem.js";
|
|
12
|
+
import { default as M } from "./components/Navigation/NavigationItemTrigger/NavigationItemTrigger.js";
|
|
13
|
+
import { default as R } from "./components/Navigation/NavigationList/NavigationList.js";
|
|
14
|
+
import { default as z } from "./patterns/HeroBanner/HeroBanner.js";
|
|
15
15
|
import { default as Y } from "./components/Input/Input.js";
|
|
16
16
|
import { default as q } from "./components/Link/Link.js";
|
|
17
17
|
import { LinkVariants as K } from "./components/Link/types.js";
|
|
@@ -22,51 +22,53 @@ import { default as oe } from "./components/GridItem/GridItem.js";
|
|
|
22
22
|
import { GridItemAlign as te } from "./components/GridItem/types.js";
|
|
23
23
|
import { default as fe } from "./components/Search/Search.js";
|
|
24
24
|
import { default as de } from "./components/Select/Select.js";
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { SubscriptionState as
|
|
28
|
-
import { default as ge } from "./
|
|
29
|
-
import { default as Se } from "./
|
|
25
|
+
import { default as me } from "./components/SplitPanel/SplitPanel.js";
|
|
26
|
+
import { default as ie } from "./patterns/Subscribe/Subscribe.js";
|
|
27
|
+
import { SubscriptionState as ne } from "./patterns/Subscribe/types.js";
|
|
28
|
+
import { default as ge } from "./patterns/Social/Social.js";
|
|
29
|
+
import { default as Se } from "./patterns/ViewingsList/ViewingsList.js";
|
|
30
30
|
import { default as Ce } from "./components/Modal/Modal.js";
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { TextVariants as
|
|
31
|
+
import { default as ke } from "./components/Drawer/Drawer.js";
|
|
32
|
+
import { default as Te } from "./patterns/ViewingsList/StatefulViewingsList.js";
|
|
33
|
+
import { TextVariants as Be } from "./components/Text/types.js";
|
|
34
34
|
import { default as Ne } from "./components/Text/Text.js";
|
|
35
|
-
import { default as
|
|
35
|
+
import { default as ve } from "./components/Accordion/Accordion.js";
|
|
36
36
|
import { default as Ae } from "./components/Accordion/AccordionItem.js";
|
|
37
|
-
import { default as Ge } from "./
|
|
38
|
-
import { AuthState as
|
|
39
|
-
import { SupportedLanguages as
|
|
40
|
-
import { default as
|
|
37
|
+
import { default as Ge } from "./patterns/UserManagement/UserManagement.js";
|
|
38
|
+
import { AuthState as Ee } from "./patterns/UserManagement/types.js";
|
|
39
|
+
import { SupportedLanguages as Me } from "./types/commonTypes.js";
|
|
40
|
+
import { default as Re } from "./components/Breadcrumb/Breadcrumb.js";
|
|
41
41
|
import "react/jsx-runtime";
|
|
42
42
|
import "./node_modules/classnames/index.js";
|
|
43
43
|
import { default as ze } from "./components/Dropdown/Dropdown.js";
|
|
44
44
|
import { default as Ye } from "./components/Video/Video.js";
|
|
45
|
-
import { default as qe } from "./
|
|
46
|
-
import { default as Ke } from "./components/
|
|
45
|
+
import { default as qe } from "./patterns/LanguageSelector/LanguageSelector.js";
|
|
46
|
+
import { default as Ke } from "./components/ContentPeek/ContentPeek.js";
|
|
47
47
|
import { default as We } from "./components/Collapsible/Collapsible.js";
|
|
48
48
|
import { default as Ze } from "./components/Collapsible/CollapsibleContent.js";
|
|
49
49
|
import { default as $e } from "./components/Collapsible/CollapsibleTrigger.js";
|
|
50
|
+
import { SeldonProvider as oo } from "./providers/SeldonProvider.js";
|
|
50
51
|
export {
|
|
51
|
-
|
|
52
|
+
ve as Accordion,
|
|
52
53
|
Ae as AccordionItem,
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
Ee as AuthState,
|
|
55
|
+
Re as Breadcrumb,
|
|
55
56
|
C as Button,
|
|
56
|
-
|
|
57
|
+
k as ButtonVariants,
|
|
57
58
|
We as Collapsible,
|
|
58
59
|
Ze as CollapsibleContent,
|
|
59
60
|
$e as CollapsibleTrigger,
|
|
60
|
-
|
|
61
|
+
Ke as ContentPeek,
|
|
62
|
+
ke as Drawer,
|
|
61
63
|
ze as Dropdown,
|
|
62
|
-
|
|
64
|
+
B as ErrorBoundary,
|
|
63
65
|
N as Footer,
|
|
64
|
-
|
|
66
|
+
v as Grid,
|
|
65
67
|
oe as GridItem,
|
|
66
68
|
te as GridItemAlign,
|
|
67
69
|
A as Header,
|
|
68
70
|
z as HeroBanner,
|
|
69
|
-
|
|
71
|
+
T as IconButton,
|
|
70
72
|
Y as Input,
|
|
71
73
|
qe as LanguageSelector,
|
|
72
74
|
q as Link,
|
|
@@ -75,35 +77,35 @@ export {
|
|
|
75
77
|
K as LinkVariants,
|
|
76
78
|
Ce as Modal,
|
|
77
79
|
G as Navigation,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
E as NavigationItem,
|
|
81
|
+
M as NavigationItemTrigger,
|
|
82
|
+
R as NavigationList,
|
|
81
83
|
a as PaddingTokens,
|
|
82
84
|
S as Page,
|
|
83
|
-
Ke as ReadMore,
|
|
84
85
|
$ as Row,
|
|
85
86
|
fe as Search,
|
|
87
|
+
oo as SeldonProvider,
|
|
86
88
|
de as Select,
|
|
87
89
|
ge as Social,
|
|
88
90
|
f as SpacingTokens,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
me as SplitPanel,
|
|
92
|
+
Te as StatefulViewingsList,
|
|
93
|
+
ie as Subscribe,
|
|
94
|
+
ne as SubscriptionState,
|
|
95
|
+
Me as SupportedLanguages,
|
|
94
96
|
Ne as Text,
|
|
95
|
-
|
|
97
|
+
Be as TextVariants,
|
|
96
98
|
Ge as UserManagement,
|
|
97
99
|
Ye as Video,
|
|
98
100
|
Se as ViewingsList,
|
|
99
101
|
p as defaultYear,
|
|
100
102
|
d as emailValidation,
|
|
101
103
|
l as encodeURLSearchParams,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
104
|
+
m as findChildrenExcludingTypes,
|
|
105
|
+
s as findChildrenOfType,
|
|
106
|
+
i as generatePaddingClassName,
|
|
107
|
+
u as getCommonProps,
|
|
108
|
+
n as noOp,
|
|
109
|
+
x as px,
|
|
108
110
|
g as useNormalizedInputProps
|
|
109
111
|
};
|