@opensite/ui 3.2.0 → 3.2.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.
@@ -665,7 +665,7 @@ function BlogFilteredResultsComponent({
665
665
  background,
666
666
  spacing = "hero",
667
667
  pattern,
668
- containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex justify-center",
668
+ containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex items-center flex-col",
669
669
  patternOpacity
670
670
  }) {
671
671
  const effectivePostsPerPage = postsPerPage || POSTS_PER_PAGE;
@@ -641,7 +641,7 @@ function BlogFilteredResultsComponent({
641
641
  background,
642
642
  spacing = "hero",
643
643
  pattern,
644
- containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex justify-center",
644
+ containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex items-center flex-col",
645
645
  patternOpacity
646
646
  }) {
647
647
  const effectivePostsPerPage = postsPerPage || POSTS_PER_PAGE;
package/dist/registry.cjs CHANGED
@@ -37069,7 +37069,7 @@ function BlogFilteredResultsComponent({
37069
37069
  background,
37070
37070
  spacing = "hero",
37071
37071
  pattern,
37072
- containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex justify-center",
37072
+ containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex items-center flex-col",
37073
37073
  patternOpacity
37074
37074
  }) {
37075
37075
  const effectivePostsPerPage = postsPerPage || POSTS_PER_PAGE;
package/dist/registry.js CHANGED
@@ -37029,7 +37029,7 @@ function BlogFilteredResultsComponent({
37029
37029
  background,
37030
37030
  spacing = "hero",
37031
37031
  pattern,
37032
- containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex justify-center",
37032
+ containerClassName = "mx-auto w-full px-4 lg:px-8 max-w-full md:max-w-7xl relative z-10 flex items-center flex-col",
37033
37033
  patternOpacity
37034
37034
  }) {
37035
37035
  const effectivePostsPerPage = postsPerPage || POSTS_PER_PAGE;
@@ -77,6 +77,6 @@ interface SocialLinkIconProps extends Omit<PressableProps, "children">, SocialLi
77
77
  * />
78
78
  * ```
79
79
  */
80
- declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
81
81
 
82
82
  export { SocialLinkIcon, type SocialLinkIconDynamicIconProps, type SocialLinkIconProps };
@@ -77,6 +77,6 @@ interface SocialLinkIconProps extends Omit<PressableProps, "children">, SocialLi
77
77
  * />
78
78
  * ```
79
79
  */
80
- declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
81
81
 
82
82
  export { SocialLinkIcon, type SocialLinkIconDynamicIconProps, type SocialLinkIconProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",