@stytch/vanilla-js 5.17.2 → 5.17.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 06b0031: Adjust spacing in discovered organizations UI
8
+
3
9
  ## 5.17.2
4
10
 
5
11
  ### Patch Changes
@@ -3650,13 +3650,13 @@ var Discovery = function Discovery() {
3650
3650
  return handleDiscoveryOrganizationStart(discoveredOrganization);
3651
3651
  }
3652
3652
  }, /*#__PURE__*/y(Flex, {
3653
- gap: 4,
3653
+ gap: 8,
3654
3654
  alignItems: "center"
3655
3655
  }, /*#__PURE__*/y(Logo, {
3656
3656
  name: organization.organization_name,
3657
3657
  logo: organization.organization_logo_url
3658
3658
  }), /*#__PURE__*/y("div", null, organization.organization_name)), /*#__PURE__*/y(Flex, {
3659
- gap: 4,
3659
+ gap: 8,
3660
3660
  alignItems: "center"
3661
3661
  }, /*#__PURE__*/y(ActionText, {
3662
3662
  type: membership.type
@@ -216,7 +216,7 @@ var ClientsideServicesProvider = /*#__PURE__*/function () {
216
216
  }]);
217
217
  return ClientsideServicesProvider;
218
218
  }();
219
- var version = "5.17.2";
219
+ var version = "5.17.3";
220
220
  var NetworkClient = /*#__PURE__*/function () {
221
221
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
222
222
  _classCallCheck(this, NetworkClient);
@@ -217,7 +217,7 @@ var ClientsideServicesProvider = /*#__PURE__*/function () {
217
217
  }]);
218
218
  return ClientsideServicesProvider;
219
219
  }();
220
- var version = "5.17.2";
220
+ var version = "5.17.3";
221
221
  var NetworkClient = /*#__PURE__*/function () {
222
222
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
223
223
  _classCallCheck(this, NetworkClient);
package/dist/b2b/index.js CHANGED
@@ -3651,13 +3651,13 @@ var Discovery = function Discovery() {
3651
3651
  return handleDiscoveryOrganizationStart(discoveredOrganization);
3652
3652
  }
3653
3653
  }, /*#__PURE__*/extractErrorMessage.y(Flex, {
3654
- gap: 4,
3654
+ gap: 8,
3655
3655
  alignItems: "center"
3656
3656
  }, /*#__PURE__*/extractErrorMessage.y(Logo, {
3657
3657
  name: organization.organization_name,
3658
3658
  logo: organization.organization_logo_url
3659
3659
  }), /*#__PURE__*/extractErrorMessage.y("div", null, organization.organization_name)), /*#__PURE__*/extractErrorMessage.y(Flex, {
3660
- gap: 4,
3660
+ gap: 8,
3661
3661
  alignItems: "center"
3662
3662
  }, /*#__PURE__*/extractErrorMessage.y(ActionText, {
3663
3663
  type: membership.type