@hero-design/rn 8.63.2 → 8.63.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.
@@ -2,4 +2,4 @@
2
2
  src/index.ts → lib/index.js, es/index.js...
3
3
  (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
4
4
  (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
5
- created lib/index.js, es/index.js in 1m 1s
5
+ created lib/index.js, es/index.js in 1m 3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.63.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3129](https://github.com/Thinkei/hero-design/pull/3129) [`116f04b1a`](https://github.com/Thinkei/hero-design/commit/116f04b1ae7a63a4f3563a935989a318200ce044) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Fix mobile visual tests workflow
8
+
9
+ - Updated dependencies [[`de331a19e`](https://github.com/Thinkei/hero-design/commit/de331a19ea56e55ff18b060a21b31831df60c794), [`264d28d3c`](https://github.com/Thinkei/hero-design/commit/264d28d3cb2f68b96bc94f4b72a9681cd4c4abb0)]:
10
+ - @hero-design/react-native-month-year-picker@8.42.10
11
+
3
12
  ## 8.63.2
4
13
 
5
14
  ### Patch Changes
package/es/index.js CHANGED
@@ -15040,6 +15040,7 @@ var Toast$1 = function Toast(_ref2) {
15040
15040
  outputRange: toastConfig.position === 'top' ? [-20, distance] : [20, -distance]
15041
15041
  });
15042
15042
  return /*#__PURE__*/React__default.createElement(Container, {
15043
+ testID: "toast-container",
15043
15044
  themeVariant: variant,
15044
15045
  themeIntent: intent,
15045
15046
  style: [style, {
package/lib/index.js CHANGED
@@ -15070,6 +15070,7 @@ var Toast$1 = function Toast(_ref2) {
15070
15070
  outputRange: toastConfig.position === 'top' ? [-20, distance] : [20, -distance]
15071
15071
  });
15072
15072
  return /*#__PURE__*/React__default["default"].createElement(Container, {
15073
+ testID: "toast-container",
15073
15074
  themeVariant: variant,
15074
15075
  themeIntent: intent,
15075
15076
  style: [style, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.63.2",
3
+ "version": "8.63.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -28,7 +28,7 @@
28
28
  "nanoid": "^4.0.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "@hero-design/react-native-month-year-picker": "^8.42.9",
31
+ "@hero-design/react-native-month-year-picker": "^8.42.10",
32
32
  "@react-native-community/datetimepicker": "^3.5.2 || ^7.6.1",
33
33
  "@react-native-community/slider": "^4.5.1",
34
34
  "react": "18.2.0",
@@ -48,7 +48,7 @@
48
48
  "@babel/runtime": "^7.20.0",
49
49
  "@emotion/jest": "^11.11.0",
50
50
  "@hero-design/eslint-plugin": "9.0.0",
51
- "@hero-design/react-native-month-year-picker": "^8.42.9",
51
+ "@hero-design/react-native-month-year-picker": "^8.42.10",
52
52
  "@react-native-community/datetimepicker": "7.6.1",
53
53
  "@react-native-community/slider": "^4.5.1",
54
54
  "@rollup/plugin-babel": "^5.3.1",
@@ -92,6 +92,7 @@ const Toast = ({
92
92
 
93
93
  return (
94
94
  <Container
95
+ testID="toast-container"
95
96
  themeVariant={variant}
96
97
  themeIntent={intent}
97
98
  style={[
@@ -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
  >