@salutejs/plasma-new-hope 0.159.0-canary.1443.11138999097.0 → 0.159.0-canary.1443.11139400186.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.159.0-canary.1443.11138999097.0",
3
+ "version": "0.159.0-canary.1443.11139400186.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -124,5 +124,5 @@
124
124
  "react-popper": "2.3.0",
125
125
  "storeon": "3.1.5"
126
126
  },
127
- "gitHead": "de58fe3ae7b095e0f6f89d65188e66e3f1d3588a"
127
+ "gitHead": "cf4c1bbd63ef84aa92c18af8fcba71135b1556db"
128
128
  }
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };
@@ -112,7 +112,14 @@ const DefaultStory = (args) => {
112
112
 
113
113
  return (
114
114
  <div style={{ maxWidth }}>
115
- <Steps size={size} items={items} onChange={onChange} hasLoader={loading} {...rest} />
115
+ <Steps
116
+ size={size}
117
+ items={items}
118
+ onChange={onChange}
119
+ hasLoader={loading}
120
+ hasContent={hasContent}
121
+ {...rest}
122
+ />
116
123
  </div>
117
124
  );
118
125
  };