@taikai/rocket-kit 3.0.9 → 3.0.10-beta.2

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.
@@ -1324,9 +1324,12 @@ const SelectInteractive = ({
1324
1324
  formatGroupLabel = true,
1325
1325
  onChange = () => {},
1326
1326
  onInputChange = () => {},
1327
+ dataTestId,
1327
1328
  ...rest
1328
1329
  }) => {
1329
- return /*#__PURE__*/React.createElement(SelectWrapper, rest, /*#__PURE__*/React.createElement(Select$1, {
1330
+ return /*#__PURE__*/React.createElement(SelectWrapper, _extends({
1331
+ "data-testid": dataTestId
1332
+ }, rest), /*#__PURE__*/React.createElement(Select$1, {
1330
1333
  name: name,
1331
1334
  value: value,
1332
1335
  isMulti: multi,
@@ -2342,11 +2345,13 @@ const CardValue = props => {
2342
2345
  buttonValue,
2343
2346
  onClick,
2344
2347
  className = 'card-value',
2345
- style
2348
+ style,
2349
+ dataTestId
2346
2350
  } = props;
2347
2351
  return /*#__PURE__*/React.createElement(CardValueStyle, {
2348
2352
  className: className,
2349
- style: style
2353
+ style: style,
2354
+ "data-testid": dataTestId
2350
2355
  }, /*#__PURE__*/React.createElement(Label, {
2351
2356
  value: label,
2352
2357
  currency: currency
@@ -5584,7 +5589,7 @@ const ModalWrapper$1 = /*#__PURE__*/_styled.div.withConfig({
5584
5589
  const ModalContainer$1 = /*#__PURE__*/_styled.div.withConfig({
5585
5590
  displayName: "styles__ModalContainer",
5586
5591
  componentId: "sc-46huls-2"
5587
- })(["position:fixed;right:0;background:", ";width:100%;height:100vh;height:calc(var(--vh,1vh) * 100);display:flex;flex-direction:column;padding:", ";word-wrap:break-word;animation-timing-function:", ";animation-duration:1s;animation-fill-mode:forwards;transform:translateX(100%);animation-name:", ";overflow-y:auto;@media ", "{max-width:", ";padding:", ";}"], colors.white, /*#__PURE__*/rem('15px'), /*#__PURE__*/timingFunctions('easeOutQuint'), slideInLeft, device.s, /*#__PURE__*/rem('400px'), /*#__PURE__*/rem('30px'));
5592
+ })(["margin-left:auto;background:", ";width:100%;min-height:100vh;display:flex;flex-direction:column;padding:", ";word-wrap:break-word;animation-timing-function:", ";animation-duration:1s;animation-fill-mode:forwards;transform:translateX(100%);animation-name:", ";@media ", "{max-width:", ";padding:", ";}"], colors.white, /*#__PURE__*/rem('15px'), /*#__PURE__*/timingFunctions('easeOutQuint'), slideInLeft, device.s, /*#__PURE__*/rem('400px'), /*#__PURE__*/rem('30px'));
5588
5593
  const ModalHeader$1 = /*#__PURE__*/_styled.div.withConfig({
5589
5594
  displayName: "styles__ModalHeader",
5590
5595
  componentId: "sc-46huls-3"