@axos-web-dev/shared-components 0.0.47 → 0.0.49

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.
@@ -30,6 +30,7 @@ import "../ContentBanner/ContentBanner.css.js";
30
30
  import "../ExecutiveBio/ExecutiveBio.css.js";
31
31
  import "../FaqAccordion/index.js";
32
32
  import "../FooterDisclosure/FooterDisclosure.css.js";
33
+ /* empty css */
33
34
  import "../Forms/Forms.css.js";
34
35
  import "../Forms/SalesforceFieldsForm.js";
35
36
  import "@hookform/resolvers/zod";
@@ -1,3 +1,4 @@
1
+ import { header } from './FaqAccordion.css';
1
2
  import { PropsWithChildren } from 'react';
2
3
 
3
4
  export interface AccordionItemProps extends PropsWithChildren {
@@ -0,0 +1,10 @@
1
+ export declare const footer_section: string;
2
+ export declare const footer_wrapper: string;
3
+ export declare const footer_mobile: string;
4
+ export declare const ft_col: string;
5
+ export declare const ft_panel: string;
6
+ export declare const ft_col_header: string;
7
+ export declare const ft_col_subheader: string;
8
+ export declare const app_col: string;
9
+ export declare const ft_panel_group: string;
10
+ export declare const nested_grid: string;
@@ -0,0 +1,24 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ var footer_section = "_1r5w2ux0";
4
+ var footer_wrapper = "_1r5w2ux1";
5
+ var footer_mobile = "_1r5w2ux2";
6
+ var ft_col = "_1r5w2ux3";
7
+ var ft_panel = "_1r5w2ux4";
8
+ var ft_col_header = "_1r5w2ux5";
9
+ var ft_col_subheader = "_1r5w2ux6";
10
+ var app_col = "_1r5w2ux7";
11
+ var ft_panel_group = "_1r5w2ux8";
12
+ var nested_grid = "_1r5w2ux9";
13
+ export {
14
+ app_col,
15
+ footer_mobile,
16
+ footer_section,
17
+ footer_wrapper,
18
+ ft_col,
19
+ ft_col_header,
20
+ ft_col_subheader,
21
+ ft_panel,
22
+ ft_panel_group,
23
+ nested_grid
24
+ };
@@ -0,0 +1 @@
1
+ export declare const AxosFooterSiteMap: () => import("react/jsx-runtime").JSX.Element;