@opensite/ui 3.2.2 → 3.2.3

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.
@@ -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<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | 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<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | 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.2",
3
+ "version": "3.2.3",
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",
@@ -3422,10 +3422,10 @@
3422
3422
  "@page-speed/forms": "0.8.2",
3423
3423
  "@page-speed/icon": "0.1.2",
3424
3424
  "@page-speed/img": "0.4.9",
3425
- "@page-speed/lightbox": "0.2.1",
3425
+ "@page-speed/lightbox": "^0.2.1",
3426
3426
  "@page-speed/maps": "0.2.4",
3427
- "@page-speed/markdown-to-jsx": "0.0.6",
3428
- "@page-speed/pdf-viewer": "0.1.9",
3427
+ "@page-speed/markdown-to-jsx": "^0.0.7",
3428
+ "@page-speed/pdf-viewer": "^0.1.9",
3429
3429
  "@page-speed/pressable": "0.0.7",
3430
3430
  "@page-speed/router": "1.0.2",
3431
3431
  "@page-speed/skins": "0.1.2",