@dxos/plugin-deck 0.7.1-staging.8709ba7 → 0.7.2-main.f1adc9f

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.
@@ -4,12 +4,7 @@
4
4
 
5
5
  import React from 'react';
6
6
 
7
- import { Status } from '@dxos/react-ui';
8
-
7
+ // TODO(burdon): Show skeleton: https://github.com/dxos/dxos/issues/8259
9
8
  export const PlankLoading = () => {
10
- return (
11
- <div role='none' className='grid place-items-center attention-surface'>
12
- <Status indeterminate aria-label='Initializing' />
13
- </div>
14
- );
9
+ return <div role='none' className='grid place-items-center attention-surface' />;
15
10
  };
@@ -39,7 +39,7 @@ export default [
39
39
  'pin end label': 'Pin to the right sidebar',
40
40
  'increment start label': 'Move to the left',
41
41
  'increment end label': 'Move to the right',
42
- 'show deck plank label': 'Show deck',
42
+ 'show deck plank label': 'Return to deck',
43
43
  'show solo plank label': 'Maximize',
44
44
  'close label': 'Close',
45
45
  'minify label': 'Minify',