@@ -2929,7 +2929,7 @@ exports[`DOM snapshots SLDSIllustration Heading Only 1`] = `
2929
2929
className="slds-p-around--medium"
2930
2930
>
2931
2931
<div
2932
- className="slds-illustration"
2932
+ className="slds-illustration slds-illustration_small "
2933
2933
>
2934
2934
<div
2935
2935
className="slds-text-longform"
@@ -2949,7 +2949,7 @@ exports[`DOM snapshots SLDSIllustration Heading and Message 1`] = `
2949
2949
className="slds-p-around--medium"
2950
2950
>
2951
2951
<div
2952
- className="slds-illustration"
2952
+ className="slds-illustration slds-illustration_small "
2953
2953
>
2954
2954
<div
2955
2955
className="slds-text-longform"
@@ -2969,17 +2969,22 @@ exports[`DOM snapshots SLDSIllustration Heading and Message 1`] = `
2969
2969
</div>
2970
2970
`;
2971
2971
2972
- exports[`DOM snapshots SLDSIllustration Image and Text 1`] = `
2972
+ exports[`DOM snapshots SLDSIllustration Large Image and Text 1`] = `
2973
2973
<div
2974
2974
className="slds-p-around--medium"
2975
2975
>
2976
2976
<div
2977
- className="slds-illustration"
2977
+ className="slds-illustration slds-illustration_large "
2978
2978
>
2979
2979
<svg
2980
2980
aria-hidden="true"
2981
2981
className="slds-illustration__svg"
2982
2982
name="no-access"
2983
+ style={
2984
+ Object {
2985
+ "height": "400px",
2986
+ }
2987
+ }
2983
2988
>
2984
2989
<use
2985
2990
xlinkHref="/assets/images/illustrations/empty-state-no-access.svg#no-access"
@@ -3008,11 +3013,46 @@ exports[`DOM snapshots SLDSIllustration Message Only 1`] = `
3008
3013
className="slds-p-around--medium"
3009
3014
>
3010
3015
<div
3011
- className="slds-illustration"
3016
+ className="slds-illustration slds-illustration_small"
3017
+ >
3018
+ <div
3019
+ className="slds-text-longform"
3020
+ >
3021
+ <p
3022
+ className="slds-text-body_regular"
3023
+ >
3024
+ Lorem ipsum dolor sit amet, consectetur
3025
+ </p>
3026
+ </div>
3027
+ </div>
3028
+ </div>
3029
+ `;
3030
+
3031
+ exports[`DOM snapshots SLDSIllustration Small Image and Text 1`] = `
3032
+ <div
3033
+ className="slds-p-around--medium"
3034
+ >
3035
+ <div
3036
+ className="slds-illustration slds-illustration_small"
3012
3037
>
3038
+ <svg
3039
+ aria-hidden="true"
3040
+ className="slds-illustration__svg"
3041
+ name="no-access"
3042
+ style={Object {}}
3043
+ >
3044
+ <use
3045
+ xlinkHref="/assets/images/illustrations/empty-state-no-access.svg#no-access"
3046
+ />
3047
+ </svg>
3013
3048
<div
3014
3049
className="slds-text-longform"
3015
3050
>
3051
+ <h3
3052
+ className="slds-text-heading_medium"
3053
+ >
3054
+ Lorem ipsum dolor
3055
+ </h3>
3016
3056
<p
3017
3057
className="slds-text-body_regular"
3018
3058
>
0 commit comments