@opensite/ui 3.5.8 → 3.5.9
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/dist/registry.cjs +15 -5
- package/dist/registry.js +15 -5
- package/dist/social-link-icon.d.cts +1 -1
- package/dist/social-link-icon.d.ts +1 -1
- package/package.json +1 -1
package/dist/registry.cjs
CHANGED
|
@@ -112071,17 +112071,27 @@ var BLOCK_REGISTRY = {
|
|
|
112071
112071
|
heading="Compassionate care for your mental wellbeing"
|
|
112072
112072
|
description="Our team of experienced mental health professionals is dedicated to providing compassionate care and support to individuals in need."
|
|
112073
112073
|
smallImages={[
|
|
112074
|
-
{
|
|
112075
|
-
|
|
112074
|
+
{
|
|
112075
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112076
|
+
alt: "Dr. Smith",
|
|
112077
|
+
},
|
|
112078
|
+
{
|
|
112079
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112080
|
+
alt: "Dr. Johnson",
|
|
112081
|
+
},
|
|
112076
112082
|
]}
|
|
112077
112083
|
testimonial={{
|
|
112078
112084
|
quote:
|
|
112079
112085
|
"The support I received changed my life. I'm so grateful for the compassionate care.",
|
|
112080
112086
|
author: "Sarah M.",
|
|
112081
112087
|
role: "Client",
|
|
112082
|
-
avatarSrc:
|
|
112088
|
+
avatarSrc:
|
|
112089
|
+
"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112090
|
+
}}
|
|
112091
|
+
featureImage={{
|
|
112092
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112093
|
+
alt: "Mental health support",
|
|
112083
112094
|
}}
|
|
112084
|
-
featureImage={{ src: "/images/feature.jpg", alt: "Mental health support" }}
|
|
112085
112095
|
actions={[
|
|
112086
112096
|
{ label: "Get Started", href: "#", variant: "default" },
|
|
112087
112097
|
{ label: "Talk to Sales", href: "#", variant: "outline" },
|
|
@@ -112089,7 +112099,7 @@ var BLOCK_REGISTRY = {
|
|
|
112089
112099
|
background="gray"
|
|
112090
112100
|
/>
|
|
112091
112101
|
`.trim(),
|
|
112092
|
-
importantUsageNotes: "Only use if you have a valid testimonial - DO NOT MAKE UP A TESTIMONIAL/REVIEW. Supply exactly 2 images to the 'smallImages' prop and ensure you supply a 'featureImage' prop object. Do not exceed 40 characters for the 'heading' prop. Do not exceed 130 characters for the 'description' prop. If you supply multiple 'actions', ensure to use a variant of 'default' for the first action, and 'outline' for the second action to ensure proper visual distinction between the two CTAs. Follow the example props closely for this block.",
|
|
112102
|
+
importantUsageNotes: "Only use if you have a valid testimonial - DO NOT MAKE UP A TESTIMONIAL/REVIEW. Supply exactly 2 images to the 'smallImages' prop and ensure you supply a 'featureImage' prop object. Do not exceed 40 characters for the 'heading' prop. Do not exceed 130 characters for the 'description' prop. If you supply multiple 'actions', ensure to use a variant of 'default' for the first action, and 'outline' for the second action to ensure proper visual distinction between the two CTAs. All media src values must be absolute URLs to real CDN assets \u2014 never relative paths (e.g. '/images/...') or placeholder strings. Follow the example props closely for this block.",
|
|
112093
112103
|
usageRequirements: {
|
|
112094
112104
|
requiredProps: ["heading", "smallImages", "featureImage", "testimonial"],
|
|
112095
112105
|
propConstraints: {
|
package/dist/registry.js
CHANGED
|
@@ -112031,17 +112031,27 @@ var BLOCK_REGISTRY = {
|
|
|
112031
112031
|
heading="Compassionate care for your mental wellbeing"
|
|
112032
112032
|
description="Our team of experienced mental health professionals is dedicated to providing compassionate care and support to individuals in need."
|
|
112033
112033
|
smallImages={[
|
|
112034
|
-
{
|
|
112035
|
-
|
|
112034
|
+
{
|
|
112035
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112036
|
+
alt: "Dr. Smith",
|
|
112037
|
+
},
|
|
112038
|
+
{
|
|
112039
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112040
|
+
alt: "Dr. Johnson",
|
|
112041
|
+
},
|
|
112036
112042
|
]}
|
|
112037
112043
|
testimonial={{
|
|
112038
112044
|
quote:
|
|
112039
112045
|
"The support I received changed my life. I'm so grateful for the compassionate care.",
|
|
112040
112046
|
author: "Sarah M.",
|
|
112041
112047
|
role: "Client",
|
|
112042
|
-
avatarSrc:
|
|
112048
|
+
avatarSrc:
|
|
112049
|
+
"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112050
|
+
}}
|
|
112051
|
+
featureImage={{
|
|
112052
|
+
src: "https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp",
|
|
112053
|
+
alt: "Mental health support",
|
|
112043
112054
|
}}
|
|
112044
|
-
featureImage={{ src: "/images/feature.jpg", alt: "Mental health support" }}
|
|
112045
112055
|
actions={[
|
|
112046
112056
|
{ label: "Get Started", href: "#", variant: "default" },
|
|
112047
112057
|
{ label: "Talk to Sales", href: "#", variant: "outline" },
|
|
@@ -112049,7 +112059,7 @@ var BLOCK_REGISTRY = {
|
|
|
112049
112059
|
background="gray"
|
|
112050
112060
|
/>
|
|
112051
112061
|
`.trim(),
|
|
112052
|
-
importantUsageNotes: "Only use if you have a valid testimonial - DO NOT MAKE UP A TESTIMONIAL/REVIEW. Supply exactly 2 images to the 'smallImages' prop and ensure you supply a 'featureImage' prop object. Do not exceed 40 characters for the 'heading' prop. Do not exceed 130 characters for the 'description' prop. If you supply multiple 'actions', ensure to use a variant of 'default' for the first action, and 'outline' for the second action to ensure proper visual distinction between the two CTAs. Follow the example props closely for this block.",
|
|
112062
|
+
importantUsageNotes: "Only use if you have a valid testimonial - DO NOT MAKE UP A TESTIMONIAL/REVIEW. Supply exactly 2 images to the 'smallImages' prop and ensure you supply a 'featureImage' prop object. Do not exceed 40 characters for the 'heading' prop. Do not exceed 130 characters for the 'description' prop. If you supply multiple 'actions', ensure to use a variant of 'default' for the first action, and 'outline' for the second action to ensure proper visual distinction between the two CTAs. All media src values must be absolute URLs to real CDN assets \u2014 never relative paths (e.g. '/images/...') or placeholder strings. Follow the example props closely for this block.",
|
|
112053
112063
|
usageRequirements: {
|
|
112054
112064
|
requiredProps: ["heading", "smallImages", "featureImage", "testimonial"],
|
|
112055
112065
|
propConstraints: {
|
|
@@ -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<
|
|
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<
|
|
80
|
+
declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
|
|
81
81
|
|
|
82
82
|
export { SocialLinkIcon, type SocialLinkIconDynamicIconProps, type SocialLinkIconProps };
|