@hero-design/rn 8.63.2 → 8.63.4-alpha.0

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.
@@ -32,6 +32,7 @@ exports[`Toast Icon render custom icon correctly 1`] = `
32
32
  ],
33
33
  }
34
34
  }
35
+ testID="toast-container"
35
36
  themeIntent="info"
36
37
  themeVariant="default"
37
38
  >
@@ -166,6 +167,7 @@ exports[`Toast renders correctly when intent is error 1`] = `
166
167
  ],
167
168
  }
168
169
  }
170
+ testID="toast-container"
169
171
  themeIntent="error"
170
172
  themeVariant="default"
171
173
  >
@@ -358,6 +360,7 @@ exports[`Toast renders correctly when intent is info 1`] = `
358
360
  ],
359
361
  }
360
362
  }
363
+ testID="toast-container"
361
364
  themeIntent="info"
362
365
  themeVariant="default"
363
366
  >
@@ -550,6 +553,7 @@ exports[`Toast renders correctly when intent is notification 1`] = `
550
553
  ],
551
554
  }
552
555
  }
556
+ testID="toast-container"
553
557
  themeIntent="notification"
554
558
  themeVariant="default"
555
559
  >
@@ -715,6 +719,7 @@ exports[`Toast renders correctly when intent is snackbar 1`] = `
715
719
  ],
716
720
  }
717
721
  }
722
+ testID="toast-container"
718
723
  themeIntent="snackbar"
719
724
  themeVariant="default"
720
725
  >
@@ -880,6 +885,7 @@ exports[`Toast renders correctly when intent is success 1`] = `
880
885
  ],
881
886
  }
882
887
  }
888
+ testID="toast-container"
883
889
  themeIntent="success"
884
890
  themeVariant="default"
885
891
  >
@@ -1072,6 +1078,7 @@ exports[`Toast renders correctly when intent is warning 1`] = `
1072
1078
  ],
1073
1079
  }
1074
1080
  }
1081
+ testID="toast-container"
1075
1082
  themeIntent="warning"
1076
1083
  themeVariant="default"
1077
1084
  >