@ably/ui 14.4.0-dev.1b6b1db → 14.4.0-dev.22628d7
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/core/hubspot-chat-toggle.js +1 -1
- package/package.json +4 -4
- package/types/core/Accordion.d.ts +17 -0
- package/types/core/Accordion.d.ts.map +1 -0
- package/types/core/Code.d.ts +10 -0
- package/types/core/Code.d.ts.map +1 -0
- package/types/core/ConnectStateWrapper.d.ts +3 -0
- package/types/core/ConnectStateWrapper.d.ts.map +1 -0
- package/types/core/ContactFooter.d.ts +6 -0
- package/types/core/ContactFooter.d.ts.map +1 -0
- package/types/core/CookieMessage.d.ts +7 -0
- package/types/core/CookieMessage.d.ts.map +1 -0
- package/types/core/CustomerLogos.d.ts +11 -0
- package/types/core/CustomerLogos.d.ts.map +1 -0
- package/types/core/DropdownMenu.d.ts +28 -0
- package/types/core/DropdownMenu.d.ts.map +1 -0
- package/types/core/Expander.d.ts +12 -0
- package/types/core/Expander.d.ts.map +1 -0
- package/types/core/FeaturedLink.d.ts +15 -0
- package/types/core/FeaturedLink.d.ts.map +1 -0
- package/types/core/Flash.d.ts +32 -0
- package/types/core/Flash.d.ts.map +1 -0
- package/types/core/Footer.d.ts +14 -0
- package/types/core/Footer.d.ts.map +1 -0
- package/types/core/Icon.d.ts +9 -0
- package/types/core/Icon.d.ts.map +1 -0
- package/types/core/Loader.d.ts +8 -0
- package/types/core/Loader.d.ts.map +1 -0
- package/types/core/Logo.d.ts +11 -0
- package/types/core/Logo.d.ts.map +1 -0
- package/types/core/Meganav/component.d.ts +5 -0
- package/types/core/Meganav/component.d.ts.map +1 -0
- package/types/core/Meganav.d.ts +77 -0
- package/types/core/Meganav.d.ts.map +1 -0
- package/types/core/MeganavBlogPostsList.d.ts +12 -0
- package/types/core/MeganavBlogPostsList.d.ts.map +1 -0
- package/types/core/MeganavContentCompany.d.ts +8 -0
- package/types/core/MeganavContentCompany.d.ts.map +1 -0
- package/types/core/MeganavContentDevelopers.d.ts +7 -0
- package/types/core/MeganavContentDevelopers.d.ts.map +1 -0
- package/types/core/MeganavContentProducts.d.ts +8 -0
- package/types/core/MeganavContentProducts.d.ts.map +1 -0
- package/types/core/MeganavContentUseCases.d.ts +6 -0
- package/types/core/MeganavContentUseCases.d.ts.map +1 -0
- package/types/core/MeganavControl/component.d.ts +6 -0
- package/types/core/MeganavControl/component.d.ts.map +1 -0
- package/types/core/MeganavControl.d.ts +12 -0
- package/types/core/MeganavControl.d.ts.map +1 -0
- package/types/core/MeganavControlMobileDropdown/component.d.ts +8 -0
- package/types/core/MeganavControlMobileDropdown/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobileDropdown.d.ts +6 -0
- package/types/core/MeganavControlMobileDropdown.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelClose/component.d.ts +6 -0
- package/types/core/MeganavControlMobilePanelClose/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelClose.d.ts +7 -0
- package/types/core/MeganavControlMobilePanelClose.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelOpen/component.d.ts +6 -0
- package/types/core/MeganavControlMobilePanelOpen/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelOpen.d.ts +8 -0
- package/types/core/MeganavControlMobilePanelOpen.d.ts.map +1 -0
- package/types/core/MeganavItemsDesktop.d.ts +13 -0
- package/types/core/MeganavItemsDesktop.d.ts.map +1 -0
- package/types/core/MeganavItemsMobile.d.ts +14 -0
- package/types/core/MeganavItemsMobile.d.ts.map +1 -0
- package/types/core/MeganavItemsSignedIn.d.ts +9 -0
- package/types/core/MeganavItemsSignedIn.d.ts.map +1 -0
- package/types/core/MeganavSearch.d.ts +6 -0
- package/types/core/MeganavSearch.d.ts.map +1 -0
- package/types/core/MeganavSearchAutocomplete/component.d.ts +6 -0
- package/types/core/MeganavSearchAutocomplete/component.d.ts.map +1 -0
- package/types/core/MeganavSearchAutocomplete.d.ts +3 -0
- package/types/core/MeganavSearchAutocomplete.d.ts.map +1 -0
- package/types/core/MeganavSearchPanel.d.ts +6 -0
- package/types/core/MeganavSearchPanel.d.ts.map +1 -0
- package/types/core/MeganavSearchSuggestions/component.d.ts +6 -0
- package/types/core/MeganavSearchSuggestions/component.d.ts.map +1 -0
- package/types/core/MeganavSearchSuggestions.d.ts +8 -0
- package/types/core/MeganavSearchSuggestions.d.ts.map +1 -0
- package/types/core/Notice/component.d.ts +8 -0
- package/types/core/Notice/component.d.ts.map +1 -0
- package/types/core/Notice.d.ts +23 -0
- package/types/core/Notice.d.ts.map +1 -0
- package/types/core/SignOutLink.d.ts +16 -0
- package/types/core/SignOutLink.d.ts.map +1 -0
- package/types/core/Slider.d.ts +12 -0
- package/types/core/Slider.d.ts.map +1 -0
- package/types/core/Status.d.ts +6 -0
- package/types/core/Status.d.ts.map +1 -0
- package/types/core/Table/Table.d.ts +10 -0
- package/types/core/Table/Table.d.ts.map +1 -0
- package/types/core/Table/TableCell.d.ts +10 -0
- package/types/core/Table/TableCell.d.ts.map +1 -0
- package/types/core/Table/TableRow.d.ts +8 -0
- package/types/core/Table/TableRow.d.ts.map +1 -0
- package/types/core/Table/data.d.ts +2 -0
- package/types/core/Table/data.d.ts.map +1 -0
- package/types/core/Table.d.ts +19 -0
- package/types/core/Table.d.ts.map +1 -0
- package/types/core/Tooltip.d.ts +8 -0
- package/types/core/Tooltip.d.ts.map +1 -0
- package/types/core/css.d.ts +2 -0
- package/types/core/css.d.ts.map +1 -0
- package/types/core/dom-query.d.ts +3 -0
- package/types/core/dom-query.d.ts.map +1 -0
- package/types/core/hubspot-chat-toggle.d.ts +2 -0
- package/types/core/hubspot-chat-toggle.d.ts.map +1 -0
- package/types/core/remote-blogs-posts.d.ts +10 -0
- package/types/core/remote-blogs-posts.d.ts.map +1 -0
- package/types/core/remote-data-store.d.ts +5 -0
- package/types/core/remote-data-store.d.ts.map +1 -0
- package/types/core/remote-data-util.d.ts +2 -0
- package/types/core/remote-data-util.d.ts.map +1 -0
- package/types/core/remote-session-data.d.ts +10 -0
- package/types/core/remote-session-data.d.ts.map +1 -0
- package/types/core/url-base.d.ts +3 -0
- package/types/core/url-base.d.ts.map +1 -0
- package/types/core/utils/syntax-highlighter-registry.d.ts +7 -0
- package/types/core/utils/syntax-highlighter-registry.d.ts.map +1 -0
- package/types/core/utils/syntax-highlighter.d.ts +4 -0
- package/types/core/utils/syntax-highlighter.d.ts.map +1 -0
- package/types/index.d.ts +59 -0
- package/index.d.ts +0 -785
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavItemsSignedIn.d.ts","sourceRoot":"","sources":["../../src/core/MeganavItemsSignedIn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEtE,KAAK,oBAAoB,GAAG;IAC1B,YAAY,EAAE,mBAAmB,CAAC;IAClC,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAQF,QAAA,MAAM,oBAAoB,8BAGvB,oBAAoB,4CA2BtB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearch.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearch.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,QAAA,MAAM,aAAa,eAAgB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,4CA2BpD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavSearchAutocomplete/component.js"],"names":[],"mappings":"AAwJe;;;IAwBd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchAutocomplete.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchAutocomplete.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,yBAAyB,+CAO9B,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchPanel.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,QAAA,MAAM,kBAAkB,eAAgB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,4CA0CzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavSearchSuggestions/component.js"],"names":[],"mappings":";AAyBA;;;EAyGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbsUrl } from "./Meganav";
|
|
2
|
+
type MeganavSearchSuggestionsProps = {
|
|
3
|
+
absUrl: AbsUrl;
|
|
4
|
+
displaySupportLink: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const MeganavSearchSuggestions: ({ absUrl, displaySupportLink, }: MeganavSearchSuggestionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MeganavSearchSuggestions;
|
|
8
|
+
//# sourceMappingURL=MeganavSearchSuggestions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchSuggestions.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchSuggestions.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,KAAK,6BAA6B,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,wBAAwB,oCAG3B,6BAA6B,4CA8C/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/Notice/component.js"],"names":[],"mappings":";AAkHA;;;;;eAqCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
type NoticeProps = {
|
|
2
|
+
buttonLink?: string;
|
|
3
|
+
buttonLabel?: string;
|
|
4
|
+
bodyText?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
closeBtn?: boolean;
|
|
7
|
+
config?: {
|
|
8
|
+
collapse: boolean;
|
|
9
|
+
noticeId: string;
|
|
10
|
+
cookieId: string;
|
|
11
|
+
};
|
|
12
|
+
bgColor?: string;
|
|
13
|
+
textColor?: string;
|
|
14
|
+
bannerContainer?: Element | null;
|
|
15
|
+
cookieId?: string;
|
|
16
|
+
noticeId?: string;
|
|
17
|
+
options?: {
|
|
18
|
+
collapse: boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
declare const Notice: ({ buttonLink, buttonLabel, bodyText, title, config, closeBtn, bgColor, textColor, }: NoticeProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export default Notice;
|
|
23
|
+
//# sourceMappingURL=Notice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notice.d.ts","sourceRoot":"","sources":["../../src/core/Notice.tsx"],"names":[],"mappings":"AAaA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC;CACjC,CAAC;AAaF,QAAA,MAAM,MAAM,wFAST,WAAW,4CA8Cb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MouseEventHandler, ReactNode } from "react";
|
|
2
|
+
import { AbsUrl } from "./Meganav";
|
|
3
|
+
type SignOutLinkProps = {
|
|
4
|
+
token: string;
|
|
5
|
+
href: string;
|
|
6
|
+
text: string;
|
|
7
|
+
children: ({ href, text, onClick, }: {
|
|
8
|
+
href: string;
|
|
9
|
+
text: string;
|
|
10
|
+
onClick: MouseEventHandler<HTMLAnchorElement>;
|
|
11
|
+
}) => ReactNode;
|
|
12
|
+
absUrl: AbsUrl;
|
|
13
|
+
};
|
|
14
|
+
declare const SignOutLink: ({ token, href, text, children, absUrl, }: SignOutLinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default SignOutLink;
|
|
16
|
+
//# sourceMappingURL=SignOutLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignOutLink.d.ts","sourceRoot":"","sources":["../../src/core/SignOutLink.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAc,iBAAiB,EAAE,SAAS,EAAU,MAAM,OAAO,CAAC;AAChF,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,EACT,IAAI,EACJ,IAAI,EACJ,OAAO,GACR,EAAE;QACD,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;KAC/C,KAAK,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,WAAW,6CAMd,gBAAgB,4CAuBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
interface SliderProps {
|
|
3
|
+
children: ReactNode[];
|
|
4
|
+
options?: {
|
|
5
|
+
interval?: number;
|
|
6
|
+
controlPosition?: "inline" | "floating";
|
|
7
|
+
intervalIndicator?: boolean;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare const Slider: ({ children, options }: SliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default Slider;
|
|
12
|
+
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../src/core/Slider.tsx"],"names":[],"mappings":"AAAA,OAAc,EAIZ,SAAS,EAEV,MAAM,OAAO,CAAC;AAGf,UAAU,WAAW;IACnB,QAAQ,EAAE,SAAS,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;QACxC,iBAAiB,CAAC,EAAE,OAAO,CAAC;KAC7B,CAAC;CACH;AA+DD,QAAA,MAAM,MAAM,0BAA2B,WAAW,4CAoJjD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../src/core/Status.tsx"],"names":[],"mappings":"AAmBA,QAAA,MAAM,MAAM,kCAGT;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,4CA2CA,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropsWithChildren, TableHTMLAttributes } from "react";
|
|
2
|
+
type TableProps = {
|
|
3
|
+
id?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Table: ({ id, children, ...rest }: PropsWithChildren<TableProps & TableHTMLAttributes<HTMLTableElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const TableBody: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const TableHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const TableRowHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/core/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,iBAAiB,EAEjB,mBAAmB,EAEpB,MAAM,OAAO,CAAC;AAEf,KAAK,UAAU,GAAG;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,KAAK,8BAIf,iBAAiB,CAAC,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,4CAUvE,CAAC;AAEF,eAAO,MAAM,SAAS,0BAGnB,iBAAiB,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,4CAEjE,CAAC;AAEF,eAAO,MAAM,WAAW,0BAGrB,iBAAiB,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,4CAOjE,CAAC;AAEF,eAAO,MAAM,cAAc,0BAGxB,iBAAiB,CAAC,mBAAmB,CAAC,mBAAmB,CAAC,CAAC,4CAQ7D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
|
+
type TableCellProps = {
|
|
3
|
+
isRowHeader?: boolean;
|
|
4
|
+
} & React.TdHTMLAttributes<HTMLTableCellElement>;
|
|
5
|
+
declare const LabelCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const TableCell: ({ children, isRowHeader, ...rest }: PropsWithChildren<TableCellProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare const HeaderCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare const CtaCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { TableCell, LabelCell, HeaderCell, CtaCell };
|
|
10
|
+
//# sourceMappingURL=TableCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/core/Table/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,KAAK,cAAc,GAAG;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAEjD,QAAA,MAAM,SAAS,0BAGZ,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CAYjE,CAAC;AAEF,QAAA,MAAM,SAAS,uCAIZ,iBAAiB,CAAC,cAAc,CAAC,4CAenC,CAAC;AAEF,QAAA,MAAM,UAAU,0BAGb,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CASjE,CAAC;AAEF,QAAA,MAAM,OAAO,0BAGV,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CAOjE,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
|
+
declare const CtaRow: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
type RowProps = {
|
|
4
|
+
isHeader?: boolean;
|
|
5
|
+
} & React.HTMLAttributes<HTMLTableRowElement>;
|
|
6
|
+
declare const TableRow: ({ children, isHeader, ...rest }: PropsWithChildren<RowProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { TableRow, CtaRow };
|
|
8
|
+
//# sourceMappingURL=TableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../src/core/Table/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,QAAA,MAAM,MAAM,iBAAkB,iBAAiB,4CAK9C,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAE9C,QAAA,MAAM,QAAQ,oCAIX,iBAAiB,CAAC,QAAQ,CAAC,4CAK7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/core/Table/data.tsx"],"names":[],"mappings":"AA8DA,eAAO,MAAM,gBAAgB,+CAsE5B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
Root: ({ id, children, ...rest }: import("react").PropsWithChildren<{
|
|
3
|
+
id?: string;
|
|
4
|
+
} & import("react").TableHTMLAttributes<HTMLTableElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Row: ({ children, isHeader, ...rest }: import("react").PropsWithChildren<{
|
|
6
|
+
isHeader?: boolean;
|
|
7
|
+
} & import("react").HTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
Cell: ({ children, isRowHeader, ...rest }: import("react").PropsWithChildren<{
|
|
9
|
+
isRowHeader?: boolean;
|
|
10
|
+
} & import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
LabelCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
HeaderCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
CtaCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
RowHeader: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
Body: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
Header: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../src/core/Table.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAIA,wBAUE"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ButtonHTMLAttributes, HTMLAttributes, PropsWithChildren } from "react";
|
|
2
|
+
type TooltipProps = {
|
|
3
|
+
triggerProps?: ButtonHTMLAttributes<HTMLButtonElement>;
|
|
4
|
+
tooltipProps?: HTMLAttributes<HTMLDivElement>;
|
|
5
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
6
|
+
declare const Tooltip: ({ children, triggerProps, tooltipProps, ...rest }: PropsWithChildren<TooltipProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Tooltip;
|
|
8
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../src/core/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AAGf,KAAK,YAAY,GAAG;IAClB,YAAY,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CAC/C,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,QAAA,MAAM,OAAO,sDAKV,iBAAiB,CAAC,YAAY,CAAC,4CAiEjC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/core/css.js"],"names":[],"mappings":"AAAO,yDAE0D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom-query.d.ts","sourceRoot":"","sources":["../../src/core/dom-query.js"],"names":[],"mappings":"AAAO,mEACiC;AAEjC,2EACoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hubspot-chat-toggle.d.ts","sourceRoot":"","sources":["../../src/core/hubspot-chat-toggle.js"],"names":[],"mappings":"AA4BA,gFAsCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function fetchBlogPosts(store: any, blogUrl: any): Promise<void>;
|
|
2
|
+
export namespace reducerBlogPosts {
|
|
3
|
+
function blogPosts(state: {
|
|
4
|
+
recent: null;
|
|
5
|
+
} | undefined, action: any): {
|
|
6
|
+
recent: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function selectRecentBlogPosts(store: any): any;
|
|
10
|
+
//# sourceMappingURL=remote-blogs-posts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-blogs-posts.d.ts","sourceRoot":"","sources":["../../src/core/remote-blogs-posts.js"],"names":[],"mappings":"AAEA,wEAoBC;;IAOgB;;;;MAOd;;AAGH,uDAA8E"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function attachStoreToWindow(store: any): void;
|
|
2
|
+
export function getRemoteDataStore(): any;
|
|
3
|
+
export function connectState(selector: any, setState: any): void;
|
|
4
|
+
export function createRemoteDataStore(reducers: any): any;
|
|
5
|
+
//# sourceMappingURL=remote-data-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-data-store.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-store.js"],"names":[],"mappings":"AAEO,sDAGN;AAEM,0CAMN;AAEM,iEAeN;AAEM,0DACiC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-data-util.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-util.js"],"names":[],"mappings":"AAEO,sDACkD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function fetchSessionData(store: any, sessionUrl: any): Promise<void>;
|
|
2
|
+
export namespace reducerSessionData {
|
|
3
|
+
function session(state: {
|
|
4
|
+
data: null;
|
|
5
|
+
} | undefined, action: any): {
|
|
6
|
+
data: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function selectSessionData(store: any): any;
|
|
10
|
+
//# sourceMappingURL=remote-session-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-session-data.d.ts","sourceRoot":"","sources":["../../src/core/remote-session-data.js"],"names":[],"mappings":"AAOA,6EA+BC;;IAOgB;;;;MAOd;;AAGH,mDAAwE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url-base.d.ts","sourceRoot":"","sources":["../../src/core/url-base.js"],"names":[],"mappings":";AAEA,6DAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syntax-highlighter-registry.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter-registry.js"],"names":[],"mappings":";AA8BA;;;;IA8BE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syntax-highlighter.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter.js"],"names":[],"mappings":"AA+FA,yFAKC;AAjGD,uDAsFC;AAED,8DAEC"}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare module '@ably/ui/core/Accordion' { export * from '@ably/ui/core/Accordion'; }
|
|
2
|
+
declare module '@ably/ui/core/Code' { export * from '@ably/ui/core/Code'; }
|
|
3
|
+
declare module '@ably/ui/core/ConnectStateWrapper' { export * from '@ably/ui/core/ConnectStateWrapper'; }
|
|
4
|
+
declare module '@ably/ui/core/ContactFooter' { export * from '@ably/ui/core/ContactFooter'; }
|
|
5
|
+
declare module '@ably/ui/core/CookieMessage' { export * from '@ably/ui/core/CookieMessage'; }
|
|
6
|
+
declare module '@ably/ui/core/CustomerLogos' { export * from '@ably/ui/core/CustomerLogos'; }
|
|
7
|
+
declare module '@ably/ui/core/DropdownMenu' { export * from '@ably/ui/core/DropdownMenu'; }
|
|
8
|
+
declare module '@ably/ui/core/Expander' { export * from '@ably/ui/core/Expander'; }
|
|
9
|
+
declare module '@ably/ui/core/FeaturedLink' { export * from '@ably/ui/core/FeaturedLink'; }
|
|
10
|
+
declare module '@ably/ui/core/Flash' { export * from '@ably/ui/core/Flash'; }
|
|
11
|
+
declare module '@ably/ui/core/Footer' { export * from '@ably/ui/core/Footer'; }
|
|
12
|
+
declare module '@ably/ui/core/Icon' { export * from '@ably/ui/core/Icon'; }
|
|
13
|
+
declare module '@ably/ui/core/Loader' { export * from '@ably/ui/core/Loader'; }
|
|
14
|
+
declare module '@ably/ui/core/Logo' { export * from '@ably/ui/core/Logo'; }
|
|
15
|
+
declare module '@ably/ui/core/Meganav/component' { export * from '@ably/ui/core/Meganav/component'; }
|
|
16
|
+
declare module '@ably/ui/core/Meganav' { export * from '@ably/ui/core/Meganav'; }
|
|
17
|
+
declare module '@ably/ui/core/MeganavBlogPostsList' { export * from '@ably/ui/core/MeganavBlogPostsList'; }
|
|
18
|
+
declare module '@ably/ui/core/MeganavContentCompany' { export * from '@ably/ui/core/MeganavContentCompany'; }
|
|
19
|
+
declare module '@ably/ui/core/MeganavContentDevelopers' { export * from '@ably/ui/core/MeganavContentDevelopers'; }
|
|
20
|
+
declare module '@ably/ui/core/MeganavContentProducts' { export * from '@ably/ui/core/MeganavContentProducts'; }
|
|
21
|
+
declare module '@ably/ui/core/MeganavContentUseCases' { export * from '@ably/ui/core/MeganavContentUseCases'; }
|
|
22
|
+
declare module '@ably/ui/core/MeganavControl/component' { export * from '@ably/ui/core/MeganavControl/component'; }
|
|
23
|
+
declare module '@ably/ui/core/MeganavControl' { export * from '@ably/ui/core/MeganavControl'; }
|
|
24
|
+
declare module '@ably/ui/core/MeganavControlMobileDropdown/component' { export * from '@ably/ui/core/MeganavControlMobileDropdown/component'; }
|
|
25
|
+
declare module '@ably/ui/core/MeganavControlMobileDropdown' { export * from '@ably/ui/core/MeganavControlMobileDropdown'; }
|
|
26
|
+
declare module '@ably/ui/core/MeganavControlMobilePanelClose/component' { export * from '@ably/ui/core/MeganavControlMobilePanelClose/component'; }
|
|
27
|
+
declare module '@ably/ui/core/MeganavControlMobilePanelClose' { export * from '@ably/ui/core/MeganavControlMobilePanelClose'; }
|
|
28
|
+
declare module '@ably/ui/core/MeganavControlMobilePanelOpen/component' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen/component'; }
|
|
29
|
+
declare module '@ably/ui/core/MeganavControlMobilePanelOpen' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen'; }
|
|
30
|
+
declare module '@ably/ui/core/MeganavItemsDesktop' { export * from '@ably/ui/core/MeganavItemsDesktop'; }
|
|
31
|
+
declare module '@ably/ui/core/MeganavItemsMobile' { export * from '@ably/ui/core/MeganavItemsMobile'; }
|
|
32
|
+
declare module '@ably/ui/core/MeganavItemsSignedIn' { export * from '@ably/ui/core/MeganavItemsSignedIn'; }
|
|
33
|
+
declare module '@ably/ui/core/MeganavSearch' { export * from '@ably/ui/core/MeganavSearch'; }
|
|
34
|
+
declare module '@ably/ui/core/MeganavSearchAutocomplete/component' { export * from '@ably/ui/core/MeganavSearchAutocomplete/component'; }
|
|
35
|
+
declare module '@ably/ui/core/MeganavSearchAutocomplete' { export * from '@ably/ui/core/MeganavSearchAutocomplete'; }
|
|
36
|
+
declare module '@ably/ui/core/MeganavSearchPanel' { export * from '@ably/ui/core/MeganavSearchPanel'; }
|
|
37
|
+
declare module '@ably/ui/core/MeganavSearchSuggestions/component' { export * from '@ably/ui/core/MeganavSearchSuggestions/component'; }
|
|
38
|
+
declare module '@ably/ui/core/MeganavSearchSuggestions' { export * from '@ably/ui/core/MeganavSearchSuggestions'; }
|
|
39
|
+
declare module '@ably/ui/core/Notice/component' { export * from '@ably/ui/core/Notice/component'; }
|
|
40
|
+
declare module '@ably/ui/core/Notice' { export * from '@ably/ui/core/Notice'; }
|
|
41
|
+
declare module '@ably/ui/core/SignOutLink' { export * from '@ably/ui/core/SignOutLink'; }
|
|
42
|
+
declare module '@ably/ui/core/Slider' { export * from '@ably/ui/core/Slider'; }
|
|
43
|
+
declare module '@ably/ui/core/Status' { export * from '@ably/ui/core/Status'; }
|
|
44
|
+
declare module '@ably/ui/core/Table/Table' { export * from '@ably/ui/core/Table/Table'; }
|
|
45
|
+
declare module '@ably/ui/core/Table/TableCell' { export * from '@ably/ui/core/Table/TableCell'; }
|
|
46
|
+
declare module '@ably/ui/core/Table/TableRow' { export * from '@ably/ui/core/Table/TableRow'; }
|
|
47
|
+
declare module '@ably/ui/core/Table/data' { export * from '@ably/ui/core/Table/data'; }
|
|
48
|
+
declare module '@ably/ui/core/Table' { export * from '@ably/ui/core/Table'; }
|
|
49
|
+
declare module '@ably/ui/core/Tooltip' { export * from '@ably/ui/core/Tooltip'; }
|
|
50
|
+
declare module '@ably/ui/core/css' { export * from '@ably/ui/core/css'; }
|
|
51
|
+
declare module '@ably/ui/core/dom-query' { export * from '@ably/ui/core/dom-query'; }
|
|
52
|
+
declare module '@ably/ui/core/hubspot-chat-toggle' { export * from '@ably/ui/core/hubspot-chat-toggle'; }
|
|
53
|
+
declare module '@ably/ui/core/remote-blogs-posts' { export * from '@ably/ui/core/remote-blogs-posts'; }
|
|
54
|
+
declare module '@ably/ui/core/remote-data-store' { export * from '@ably/ui/core/remote-data-store'; }
|
|
55
|
+
declare module '@ably/ui/core/remote-data-util' { export * from '@ably/ui/core/remote-data-util'; }
|
|
56
|
+
declare module '@ably/ui/core/remote-session-data' { export * from '@ably/ui/core/remote-session-data'; }
|
|
57
|
+
declare module '@ably/ui/core/url-base' { export * from '@ably/ui/core/url-base'; }
|
|
58
|
+
declare module '@ably/ui/core/utils/syntax-highlighter-registry' { export * from '@ably/ui/core/utils/syntax-highlighter-registry'; }
|
|
59
|
+
declare module '@ably/ui/core/utils/syntax-highlighter' { export * from '@ably/ui/core/utils/syntax-highlighter'; }
|