@dxos/brand 0.6.10 → 0.6.11-staging.32b42e4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/brand",
3
- "version": "0.6.10",
3
+ "version": "0.6.11-staging.32b42e4",
4
4
  "description": "DXOS brand assets.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "d3": "^7.9.0",
26
- "@dxos/react-ui-theme": "0.6.10"
26
+ "@dxos/react-ui-theme": "0.6.11-staging.32b42e4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fontsource/k2d": "^5.0.18",
@@ -37,8 +37,8 @@
37
37
  "@types/d3": "^7.4.3",
38
38
  "react": "~18.2.0",
39
39
  "react-dom": "~18.2.0",
40
- "@dxos/react-ui": "0.6.10",
41
- "@dxos/storybook-utils": "0.6.10"
40
+ "@dxos/react-ui": "0.6.11-staging.32b42e4",
41
+ "@dxos/storybook-utils": "0.6.11-staging.32b42e4"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@phosphor-icons/react": "^2.1.5",
@@ -9,11 +9,11 @@ import React, { useEffect } from 'react';
9
9
 
10
10
  import { useAsyncCallback } from '@dxos/react-ui';
11
11
  import { mx } from '@dxos/react-ui-theme';
12
- import { withFullscreen, withTheme } from '@dxos/storybook-utils';
12
+ import { withLayout, withTheme } from '@dxos/storybook-utils';
13
13
 
14
14
  export default {
15
15
  title: 'brand/Rive',
16
- decorators: [withTheme, withFullscreen({ classNames: ['absolute inset-0 bg-black'] })],
16
+ decorators: [withTheme, withLayout({ fullscreen: true, classNames: ['absolute inset-0 bg-black'] })],
17
17
  };
18
18
 
19
19
  const useFlash = (rive: Rive | null, name: string, delay: number, period: number) => {