@axos-web-dev/shared-components 0.0.26 → 0.0.27

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.
@@ -1,4 +1,4 @@
1
- import { HeroBannerInterface as ContentBannerInterface } from './ContentBanner.interface';
1
+ import { ContentBannerInterface } from './ContentBanner.interface';
2
2
  import { FC } from 'react';
3
3
 
4
4
  export declare const ContentBanner: FC<ContentBannerInterface>;
@@ -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 {
@@ -1,3 +1,3 @@
1
- import { IconBillboardSet as Props } from './IconBillboard.interface';
1
+ import { Props } from './IconBillboard.interface';
2
2
 
3
3
  export declare const IconBillboardSet: ({ variant, side, iconBillboards, headline, bodyCopy, additionalDetails, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { ImageBillboardSetProps as Props } from './ImageBillboard.interface';
1
+ import { Props } from './ImageBillboard.interface';
2
2
 
3
3
  export declare const ImageBillboardSet: ({ id, variant, headline, bodyCopy, additionalDetails, imageBillboards, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -18,8 +18,8 @@
18
18
  ._18ygy9m5 .containment {
19
19
  width: 100%;
20
20
  }
21
- @media screen and (max-width: 1024px) {
21
+ @media screen and (max-width: 1023px) {
22
22
  ._18ygy9m5 {
23
- grid-template-columns: 100%;
23
+ grid-template-columns: 1fr;
24
24
  }
25
25
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.26",
4
+ "version": "0.0.27",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",