odaptos_design_system 1.4.288 → 1.4.289

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.
@@ -10515,7 +10515,7 @@ const CircledIconButton = ({
10515
10515
  }));
10516
10516
  };
10517
10517
 
10518
- var css_248z$l = ".ControlsBar-modules_control_bar__uxXow{align-items:center;display:inline-flex;gap:.5rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_separator__Np2W8{background:var(--color-neutral-dark-shades-700,#64666a);height:1rem;width:.0625rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_record_btn__rp6Um{align-items:flex-start;background:var(--Color-Extended-Red-50,#fff6f6);border:none;border-radius:1.5rem;box-shadow:0 4px 8px 3px rgba(0,0,0,.08),0 1px 3px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;gap:.5rem;padding:.5rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_record_btn__rp6Um:disabled{cursor:not-allowed}.ControlsBar-modules_chatBubbleIcon__ujTs1 svg{fill:transparent!important}.ControlsBar-modules_stop_rec_popover__4lF79{display:flex;flex-direction:column;padding:.5rem}.ControlsBar-modules_stop_rec_popover_actions__UpRux{display:flex;gap:.5rem;margin-top:.5rem}";
10518
+ var css_248z$l = ".ControlsBar-modules_control_bar__uxXow{align-items:center;display:inline-flex;gap:.5rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_separator__Np2W8{background:var(--color-neutral-dark-shades-700,#64666a);height:1rem;width:.0625rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_record_btn__rp6Um{align-items:flex-start;background:var(--Color-Extended-Red-50,#fff6f6);border:none;border-radius:1.5rem;box-shadow:0 4px 8px 3px rgba(0,0,0,.08),0 1px 3px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;gap:.5rem;padding:.5rem}.ControlsBar-modules_control_bar__uxXow .ControlsBar-modules_record_btn__rp6Um:disabled{cursor:not-allowed}.ControlsBar-modules_chatBubbleIcon__ujTs1 svg{fill:transparent!important}.ControlsBar-modules_stop_rec_popover__4lF79{display:flex;flex-direction:column;padding:.5rem;width:-moz-min-content;width:min-content}.ControlsBar-modules_stop_rec_popover_actions__UpRux{display:flex;gap:.5rem;margin-top:.5rem;width:-moz-max-content;width:max-content}";
10519
10519
  var styles$l = {"control_bar":"ControlsBar-modules_control_bar__uxXow","separator":"ControlsBar-modules_separator__Np2W8","record_btn":"ControlsBar-modules_record_btn__rp6Um","chatBubbleIcon":"ControlsBar-modules_chatBubbleIcon__ujTs1","stop_rec_popover":"ControlsBar-modules_stop_rec_popover__4lF79","stop_rec_popover_actions":"ControlsBar-modules_stop_rec_popover_actions__UpRux"};
10520
10520
  styleInject(css_248z$l);
10521
10521
 
@@ -10658,19 +10658,19 @@ const ControlsBar = ({
10658
10658
  }), /*#__PURE__*/React__default.createElement("div", {
10659
10659
  className: styles$l.stop_rec_popover_actions
10660
10660
  }, /*#__PURE__*/React__default.createElement(Button, {
10661
- text: stopRecPopoverBtnTwoText ?? '',
10662
- variant: "secondary",
10661
+ text: stopRecPopoverBtnOneText ?? '',
10662
+ variant: "tertiary",
10663
10663
  size: "sm",
10664
10664
  onClick: () => {
10665
- if (stopRecPopoverBtnTwoOnClick) stopRecPopoverBtnTwoOnClick();
10665
+ if (stopRecPopoverBtnOneOnClick) stopRecPopoverBtnOneOnClick();
10666
10666
  setIsStopRecPopoverOpen(false);
10667
10667
  }
10668
10668
  }), /*#__PURE__*/React__default.createElement(Button, {
10669
- text: stopRecPopoverBtnOneText ?? '',
10669
+ text: stopRecPopoverBtnTwoText ?? '',
10670
10670
  variant: "primary",
10671
10671
  size: "sm",
10672
10672
  onClick: () => {
10673
- if (stopRecPopoverBtnOneOnClick) stopRecPopoverBtnOneOnClick();
10673
+ if (stopRecPopoverBtnTwoOnClick) stopRecPopoverBtnTwoOnClick();
10674
10674
  setIsStopRecPopoverOpen(false);
10675
10675
  }
10676
10676
  })))));