ublo-lib 1.14.4 → 1.14.5

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.
@@ -126,7 +126,7 @@ export const send = async ({
126
126
  method: "POST",
127
127
  body: formData
128
128
  });
129
- const json = response.json();
129
+ const json = await response.json();
130
130
  return json;
131
131
  };
132
132
  export async function getSettings(site) {
@@ -12,7 +12,7 @@
12
12
  gap: 10px;
13
13
  }
14
14
 
15
- :global(body:not(.cms--editing) [data-caption-position="haut"]) .outer {
15
+ :global(body:not(.cms--editing) [data-caption-position="bas"]) .outer {
16
16
  flex-direction: column;
17
17
  }
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "leaflet": "^1.9.1",