@os-design/styles 1.0.69 → 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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enableScrollingStyles/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,QAAA,MAAM,qBAAqB,GACzB,MAAM,GAAG,GAAG,GAAG,GAAG,MAAM,EACxB,uBAAoB,KACnB,gBAmBF,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enableScrollingStyles/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,QAAA,MAAM,qBAAqB,GACzB,MAAM,GAAG,GAAG,GAAG,GAAG,MAAM,EACxB,uBAAoB,KACnB,gBAqBF,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -9,6 +9,8 @@ const enableScrollingStyles = (axis, showScrollbar = true) => css`
9
9
  `};
10
10
 
11
11
  ${!showScrollbar && css`
12
+ scrollbar-width: none;
13
+
12
14
  ::-webkit-scrollbar {
13
15
  display: none;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design/styles",
3
- "version": "1.0.69",
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": "7a2aee283bdbdba8ba69a3212769ad321beaaed2"
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,
@@ -17,6 +17,8 @@ const enableScrollingStyles = (
17
17
 
18
18
  ${!showScrollbar &&
19
19
  css`
20
+ scrollbar-width: none;
21
+
20
22
  ::-webkit-scrollbar {
21
23
  display: none;
22
24
  }
@@ -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' />