@plone/volto 18.0.0-alpha.31 → 18.0.0-alpha.32

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.
@@ -18,6 +18,7 @@ beforeAll(() => {
18
18
 
19
19
  const api = new Api();
20
20
  const { settings } = config;
21
+ global.__SERVER__ = true; // eslint-disable-line no-underscore-dangle
21
22
 
22
23
  test('get request', () => {});
23
24
 
@@ -24,6 +24,7 @@ beforeAll(() => {
24
24
 
25
25
  const api = new Api();
26
26
  const { settings } = config;
27
+ global.__SERVER__ = true; // eslint-disable-line no-underscore-dangle
27
28
 
28
29
  test('get request', () => {});
29
30
 
@@ -318,6 +318,16 @@ body.has-toolbar.has-sidebar-collapsed .ui.wrapper > .ui.inner.block.full {
318
318
  0 2px 4px rgba(0, 0, 0, 0.05);
319
319
  transform: translate(-50%, 0);
320
320
 
321
+ .separator {
322
+ position: relative;
323
+ top: 5px;
324
+ display: inline-block;
325
+ height: 24px;
326
+ border-right: 1px solid #ddd;
327
+ margin: 0 0 4px 4px;
328
+ vertical-align: bottom;
329
+ }
330
+
321
331
  form {
322
332
  display: flex;
323
333
  }
@@ -591,16 +601,6 @@ body.has-toolbar.has-sidebar-collapsed .ui.wrapper > .ui.inner.block.full {
591
601
  height: 100%;
592
602
  }
593
603
 
594
- .separator {
595
- position: relative;
596
- top: 5px;
597
- display: inline-block;
598
- height: 24px;
599
- border-right: 1px solid #ddd;
600
- margin: 0 0 4px 4px;
601
- vertical-align: bottom;
602
- }
603
-
604
604
  // HTML block
605
605
  .html-editor {
606
606
  z-index: 1;
@@ -0,0 +1 @@
1
+ export {};
@@ -5,6 +5,7 @@ export let es: string;
5
5
  export let eu: string;
6
6
  export let fi: string;
7
7
  export let fr: string;
8
+ export let hi: string;
8
9
  export let it: string;
9
10
  export let nl: string;
10
11
  export let ro: string;