@os-design/media 1.0.33 → 1.0.35

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": "@os-design/media",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "type": "module",
@@ -23,13 +23,13 @@
23
23
  "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist",
24
24
  "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist",
25
25
  "build": "yarn clean && npm-run-all 'build:*'",
26
- "ncu": "ncu -u '/^(?!(react|@types/react)$).*$/'"
26
+ "ncu": "ncu -u"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
31
  "peerDependencies": {
32
- "react": "18"
32
+ "react": "19"
33
33
  },
34
- "gitHead": "60ba6c5b1658a4a302a3542e71e2ab3ce6407665"
34
+ "gitHead": "f333f60e39273574d2227cf0ee70b0c8897b2dde"
35
35
  }
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import MediaExample from './index.example';
3
3
 
4
4
  <Meta title='Media/m' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import UseIsMaxWidthExample from './index.example';
3
3
 
4
4
  <Meta title='Media/useIsMaxWidth' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import UseIsMinWidthExample from './index.example';
3
3
 
4
4
  <Meta title='Media/useIsMinWidth' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import UseIsWidthExample from './index.example';
3
3
 
4
4
  <Meta title='Media/useIsWidth' />