@salutejs/plasma-new-hope 0.93.0-dev.0 → 0.93.1-canary.1273.9712922183.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/styled-components/cjs/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +2 -2
- package/styled-components/cjs/examples/plasma_web/components/Sheet/Sheet.stories.tsx +2 -2
- package/styled-components/es/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +2 -2
- package/styled-components/es/examples/plasma_web/components/Sheet/Sheet.stories.tsx +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
3
|
-
"version": "0.93.
|
3
|
+
"version": "0.93.1-canary.1273.9712922183.0",
|
4
4
|
"description": "Salute Design System blueprint",
|
5
5
|
"main": "cjs/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -105,5 +105,5 @@
|
|
105
105
|
"react-popper": "2.3.0",
|
106
106
|
"storeon": "3.1.5"
|
107
107
|
},
|
108
|
-
"gitHead": "
|
108
|
+
"gitHead": "bd29bda80ac8091cbeb66d7dc4f23a99dd1a59b0"
|
109
109
|
}
|
@@ -222,7 +222,7 @@ const StoryWithInsideScroll = ({
|
|
222
222
|
<div
|
223
223
|
style={{
|
224
224
|
height: '150px',
|
225
|
-
overflow: 'scroll',
|
225
|
+
overflow: 'scroll-y',
|
226
226
|
display: 'flex',
|
227
227
|
flexDirection: 'column',
|
228
228
|
gap: '1rem',
|
@@ -296,7 +296,7 @@ const StoryWithDoubleScroll = ({
|
|
296
296
|
<div
|
297
297
|
style={{
|
298
298
|
height: '150px',
|
299
|
-
overflow: 'scroll',
|
299
|
+
overflow: 'scroll-y',
|
300
300
|
display: 'flex',
|
301
301
|
flexDirection: 'column',
|
302
302
|
gap: '1rem',
|
@@ -222,7 +222,7 @@ const StoryWithInsideScroll = ({
|
|
222
222
|
<div
|
223
223
|
style={{
|
224
224
|
height: '150px',
|
225
|
-
overflow: 'scroll',
|
225
|
+
overflow: 'scroll-y',
|
226
226
|
display: 'flex',
|
227
227
|
flexDirection: 'column',
|
228
228
|
gap: '1rem',
|
@@ -296,7 +296,7 @@ const StoryWithDoubleScroll = ({
|
|
296
296
|
<div
|
297
297
|
style={{
|
298
298
|
height: '150px',
|
299
|
-
overflow: 'scroll',
|
299
|
+
overflow: 'scroll-y',
|
300
300
|
display: 'flex',
|
301
301
|
flexDirection: 'column',
|
302
302
|
gap: '1rem',
|
@@ -222,7 +222,7 @@ const StoryWithInsideScroll = ({
|
|
222
222
|
<div
|
223
223
|
style={{
|
224
224
|
height: '150px',
|
225
|
-
overflow: 'scroll',
|
225
|
+
overflow: 'scroll-y',
|
226
226
|
display: 'flex',
|
227
227
|
flexDirection: 'column',
|
228
228
|
gap: '1rem',
|
@@ -296,7 +296,7 @@ const StoryWithDoubleScroll = ({
|
|
296
296
|
<div
|
297
297
|
style={{
|
298
298
|
height: '150px',
|
299
|
-
overflow: 'scroll',
|
299
|
+
overflow: 'scroll-y',
|
300
300
|
display: 'flex',
|
301
301
|
flexDirection: 'column',
|
302
302
|
gap: '1rem',
|
@@ -222,7 +222,7 @@ const StoryWithInsideScroll = ({
|
|
222
222
|
<div
|
223
223
|
style={{
|
224
224
|
height: '150px',
|
225
|
-
overflow: 'scroll',
|
225
|
+
overflow: 'scroll-y',
|
226
226
|
display: 'flex',
|
227
227
|
flexDirection: 'column',
|
228
228
|
gap: '1rem',
|
@@ -296,7 +296,7 @@ const StoryWithDoubleScroll = ({
|
|
296
296
|
<div
|
297
297
|
style={{
|
298
298
|
height: '150px',
|
299
|
-
overflow: 'scroll',
|
299
|
+
overflow: 'scroll-y',
|
300
300
|
display: 'flex',
|
301
301
|
flexDirection: 'column',
|
302
302
|
gap: '1rem',
|