@bigbinary/neeto-slack-frontend 2.0.0 → 2.0.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.
package/dist/index.js CHANGED
@@ -3824,24 +3824,21 @@ var EditPane = function EditPane(_ref) {
3824
3824
  style: "body2",
3825
3825
  weight: "bold"
3826
3826
  }, t("slack.configure.sendToDescription"))), /*#__PURE__*/React__default.createElement("div", {
3827
- className: "relative flex"
3827
+ className: "relative flex gap-x-3"
3828
3828
  }, /*#__PURE__*/React__default.createElement(Select, {
3829
3829
  isSearchable: true,
3830
- className: "pr-1",
3831
3830
  name: "selectedChannel",
3832
3831
  options: formikProps.values.channels,
3833
3832
  placeholder: t("slack.placeholder"),
3834
3833
  size: "large"
3835
3834
  }), /*#__PURE__*/React__default.createElement(SlackRefreshChannelListButton$1, {
3836
3835
  channelRefreshHandler: channelRefreshHandler
3837
- }))), is(Function, children) ? children(_objectSpread({}, formikProps)) : children), /*#__PURE__*/React__default.createElement(Pane.Footer, null, /*#__PURE__*/React__default.createElement("div", {
3838
- className: "neeto-ui-mt-4"
3839
- }, /*#__PURE__*/React__default.createElement(Button, {
3836
+ }))), is(Function, children) ? children(_objectSpread({}, formikProps)) : children), /*#__PURE__*/React__default.createElement(Pane.Footer, null, /*#__PURE__*/React__default.createElement(Button, {
3840
3837
  disabled: isSubmitting || formikProps.isSubmitting,
3841
3838
  label: t("common.save"),
3842
3839
  loading: isSubmitting || formikProps.isSubmitting,
3843
3840
  type: "submit"
3844
- }))));
3841
+ })));
3845
3842
  }));
3846
3843
  };
3847
3844
 
@@ -3926,7 +3923,7 @@ var Configure = function Configure(_ref) {
3926
3923
  style: "body2",
3927
3924
  weight: "normal"
3928
3925
  }, isEmpty(channelSelectLabel) ? t("slack.configure.sendToDescription") : channelSelectLabel), /*#__PURE__*/React__default.createElement("div", {
3929
- className: "relative flex"
3926
+ className: "relative flex gap-x-3"
3930
3927
  }, /*#__PURE__*/React__default.createElement(Select, {
3931
3928
  isSearchable: true,
3932
3929
  name: "selectedChannel",