@os-design/styles 1.0.70 → 1.0.71

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/styles",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "type": "module",
@@ -29,18 +29,18 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@os-design/media": "^1.0.34",
33
- "@os-design/theming": "^1.0.65",
32
+ "@os-design/media": "^1.0.35",
33
+ "@os-design/theming": "^1.0.66",
34
34
  "facepaint": "^1.2.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@emotion/react": ">=11",
38
38
  "@emotion/serialize": "*",
39
- "@os-design/omit-emotion-props": "^1.0.30"
39
+ "@os-design/omit-emotion-props": "^1.0.31"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@emotion/react": ">=11",
43
43
  "@emotion/serialize": "*"
44
44
  },
45
- "gitHead": "8b637ed3c8b8e3f3f1223be76bc42cc49579b8f6"
45
+ "gitHead": "f333f60e39273574d2227cf0ee70b0c8897b2dde"
46
46
  }
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import EllipsisStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/ellipsisStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import {
3
3
  EnableScrollingStylesExample,
4
4
  EnableScrollingStylesWithoutScrollbarExample,
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import HorizontalPaddingStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/horizontalPaddingStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import LineClampStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/lineClampStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import ResetButtonStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/resetButtonStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import ResetFocusStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/resetFocusStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import ResetUlStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/resetUlStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import SizeStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/sizeStyles' />
@@ -1,4 +1,4 @@
1
- import { Meta } from '@storybook/blocks';
1
+ import { Meta } from '@storybook/addon-docs/blocks';
2
2
  import TransitionStylesExample from './index.example';
3
3
 
4
4
  <Meta title='Styles/transitionStyles' />