@salutejs/plasma-new-hope 0.175.0-canary.1452.11541985977.0 → 0.175.0-canary.1452.11544161908.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ import { IconMic } from '@salutejs/plasma-icons';
86
86
 
87
87
  export function App() {
88
88
  return (
89
- <section style={{ minHeight: '300px' }}>
89
+ <section style={{ height: '300px' }}>
90
90
  <Slider
91
91
  onChangeCommitted={() => {}}
92
92
  min={0}
@@ -86,7 +86,7 @@ import { IconMic } from '@salutejs/plasma-icons';
86
86
 
87
87
  export function App() {
88
88
  return (
89
- <section style={{ minHeight: '300px' }}>
89
+ <section style={{ height: '300px' }}>
90
90
  <Slider
91
91
  onChangeCommitted={() => {}}
92
92
  min={0}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.175.0-canary.1452.11541985977.0",
3
+ "version": "0.175.0-canary.1452.11544161908.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -128,5 +128,5 @@
128
128
  "sideEffects": [
129
129
  "*.css"
130
130
  ],
131
- "gitHead": "6b125e5fd76336a6ec0f330a3c1e3a2fb2429f6f"
131
+ "gitHead": "491d93474bc030ada812f5a51982c2bfcb74efe3"
132
132
  }
@@ -86,7 +86,7 @@ import { IconMic } from '@salutejs/plasma-icons';
86
86
 
87
87
  export function App() {
88
88
  return (
89
- <section style={{ minHeight: '300px' }}>
89
+ <section style={{ height: '300px' }}>
90
90
  <Slider
91
91
  onChangeCommitted={() => {}}
92
92
  min={0}
@@ -86,7 +86,7 @@ import { IconMic } from '@salutejs/plasma-icons';
86
86
 
87
87
  export function App() {
88
88
  return (
89
- <section style={{ minHeight: '300px' }}>
89
+ <section style={{ height: '300px' }}>
90
90
  <Slider
91
91
  onChangeCommitted={() => {}}
92
92
  min={0}