@salutejs/plasma-new-hope 0.141.0-canary.1422.10774325656.0 → 0.141.0-canary.1422.10775243587.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,8 +80,8 @@ type Items = Array<{
80
80
  ];
81
81
 
82
82
  return (
83
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
84
- <div style=\{{width: '300px'}}>
83
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
84
+ <div style={{ width: "300px" }}>
85
85
  <Combobox
86
86
  items={items}
87
87
  value={value}
@@ -126,8 +126,8 @@ type Items = Array<{
126
126
  ];
127
127
 
128
128
  return (
129
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
130
- <div style=\{{width: '300px'}}>
129
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
130
+ <div style={{ width: "300px" }}>
131
131
  <Combobox
132
132
  multiple
133
133
  items={items}
@@ -175,8 +175,8 @@ type Items = Array<{
175
175
  ];
176
176
 
177
177
  return (
178
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
179
- <div style=\{{width: '300px'}}>
178
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
179
+ <div style={{ width: "300px" }}>
180
180
  <Combobox
181
181
  multiple
182
182
  items={items}
@@ -230,8 +230,8 @@ type Items = Array<{
230
230
  const ref = useRef(null)
231
231
 
232
232
  return (
233
- <div style=\{{ height: '300px' }} ref={ref}>
234
- <div style=\{{width: '300px'}}>
233
+ <div style={{ height: "300px" }} ref={ref}>
234
+ <div style={{ width: "300px" }}>
235
235
  <Combobox
236
236
  items={items}
237
237
  value={value}
@@ -278,8 +278,8 @@ type Items = Array<{
278
278
  ];
279
279
 
280
280
  return (
281
- <div style=\{{ height: '300px' }}>
282
- <div style=\{{width: '300px'}}>
281
+ <div style={{ height: "300px" }}>
282
+ <div style={{ width: "300px" }}>
283
283
  <Combobox
284
284
  items={items}
285
285
  placeholder="Placeholder"
@@ -324,8 +324,8 @@ type Items = Array<{
324
324
  ];
325
325
 
326
326
  return (
327
- <div style=\{{ height: '300px' }}>
328
- <div style=\{{width: '300px'}}>
327
+ <div style={{ height: "300px" }}>
328
+ <div style={{width: "300px" }}>
329
329
  <Button text={ alwaysOpened ? 'По умолчанию' : 'Всегда открыт' } onClick={() => setAlwaysOpened(!alwaysOpened)} style={{ marginBottom: '1rem' }} />
330
330
  <Combobox
331
331
  items={items}
@@ -80,8 +80,8 @@ type Items = Array<{
80
80
  ];
81
81
 
82
82
  return (
83
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
84
- <div style=\{{width: '300px'}}>
83
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
84
+ <div style={{ width: "300px" }}>
85
85
  <Combobox
86
86
  items={items}
87
87
  value={value}
@@ -126,8 +126,8 @@ type Items = Array<{
126
126
  ];
127
127
 
128
128
  return (
129
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
130
- <div style=\{{width: '300px'}}>
129
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
130
+ <div style={{ width: "300px" }}>
131
131
  <Combobox
132
132
  multiple
133
133
  items={items}
@@ -175,8 +175,8 @@ type Items = Array<{
175
175
  ];
176
176
 
177
177
  return (
178
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
179
- <div style=\{{width: '300px'}}>
178
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
179
+ <div style={{ width: "300px" }}>
180
180
  <Combobox
181
181
  multiple
182
182
  items={items}
@@ -230,8 +230,8 @@ type Items = Array<{
230
230
  const ref = useRef(null)
231
231
 
232
232
  return (
233
- <div style=\{{ height: '300px' }} ref={ref}>
234
- <div style=\{{width: '300px'}}>
233
+ <div style={{ height: "300px" }} ref={ref}>
234
+ <div style={{ width: "300px" }}>
235
235
  <Combobox
236
236
  items={items}
237
237
  value={value}
@@ -278,8 +278,8 @@ type Items = Array<{
278
278
  ];
279
279
 
280
280
  return (
281
- <div style=\{{ height: '300px' }}>
282
- <div style=\{{width: '300px'}}>
281
+ <div style={{ height: "300px" }}>
282
+ <div style={{ width: "300px" }}>
283
283
  <Combobox
284
284
  items={items}
285
285
  placeholder="Placeholder"
@@ -324,8 +324,8 @@ type Items = Array<{
324
324
  ];
325
325
 
326
326
  return (
327
- <div style=\{{ height: '300px' }}>
328
- <div style=\{{width: '300px'}}>
327
+ <div style={{ height: "300px" }}>
328
+ <div style={{width: "300px" }}>
329
329
  <Button text={ alwaysOpened ? 'По умолчанию' : 'Всегда открыт' } onClick={() => setAlwaysOpened(!alwaysOpened)} style={{ marginBottom: '1rem' }} />
330
330
  <Combobox
331
331
  items={items}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.141.0-canary.1422.10774325656.0",
3
+ "version": "0.141.0-canary.1422.10775243587.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -121,5 +121,5 @@
121
121
  "react-popper": "2.3.0",
122
122
  "storeon": "3.1.5"
123
123
  },
124
- "gitHead": "5d1bd96a35a9c17a908678d144999ca2d3301652"
124
+ "gitHead": "3ddd8a2dc7326d1668b06cc9e2f4d42a115835ad"
125
125
  }
@@ -80,8 +80,8 @@ type Items = Array<{
80
80
  ];
81
81
 
82
82
  return (
83
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
84
- <div style=\{{width: '300px'}}>
83
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
84
+ <div style={{ width: "300px" }}>
85
85
  <Combobox
86
86
  items={items}
87
87
  value={value}
@@ -126,8 +126,8 @@ type Items = Array<{
126
126
  ];
127
127
 
128
128
  return (
129
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
130
- <div style=\{{width: '300px'}}>
129
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
130
+ <div style={{ width: "300px" }}>
131
131
  <Combobox
132
132
  multiple
133
133
  items={items}
@@ -175,8 +175,8 @@ type Items = Array<{
175
175
  ];
176
176
 
177
177
  return (
178
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
179
- <div style=\{{width: '300px'}}>
178
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
179
+ <div style={{ width: "300px" }}>
180
180
  <Combobox
181
181
  multiple
182
182
  items={items}
@@ -230,8 +230,8 @@ type Items = Array<{
230
230
  const ref = useRef(null)
231
231
 
232
232
  return (
233
- <div style=\{{ height: '300px' }} ref={ref}>
234
- <div style=\{{width: '300px'}}>
233
+ <div style={{ height: "300px" }} ref={ref}>
234
+ <div style={{ width: "300px" }}>
235
235
  <Combobox
236
236
  items={items}
237
237
  value={value}
@@ -278,8 +278,8 @@ type Items = Array<{
278
278
  ];
279
279
 
280
280
  return (
281
- <div style=\{{ height: '300px' }}>
282
- <div style=\{{width: '300px'}}>
281
+ <div style={{ height: "300px" }}>
282
+ <div style={{ width: "300px" }}>
283
283
  <Combobox
284
284
  items={items}
285
285
  placeholder="Placeholder"
@@ -324,8 +324,8 @@ type Items = Array<{
324
324
  ];
325
325
 
326
326
  return (
327
- <div style=\{{ height: '300px' }}>
328
- <div style=\{{width: '300px'}}>
327
+ <div style={{ height: "300px" }}>
328
+ <div style={{width: "300px" }}>
329
329
  <Button text={ alwaysOpened ? 'По умолчанию' : 'Всегда открыт' } onClick={() => setAlwaysOpened(!alwaysOpened)} style={{ marginBottom: '1rem' }} />
330
330
  <Combobox
331
331
  items={items}
@@ -80,8 +80,8 @@ type Items = Array<{
80
80
  ];
81
81
 
82
82
  return (
83
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
84
- <div style=\{{width: '300px'}}>
83
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
84
+ <div style={{ width: "300px" }}>
85
85
  <Combobox
86
86
  items={items}
87
87
  value={value}
@@ -126,8 +126,8 @@ type Items = Array<{
126
126
  ];
127
127
 
128
128
  return (
129
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
130
- <div style=\{{width: '300px'}}>
129
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
130
+ <div style={{ width: "300px" }}>
131
131
  <Combobox
132
132
  multiple
133
133
  items={items}
@@ -175,8 +175,8 @@ type Items = Array<{
175
175
  ];
176
176
 
177
177
  return (
178
- <div style=\{{ display: 'flex', gap: '30px', height: '300px' }}>
179
- <div style=\{{width: '300px'}}>
178
+ <div style={{ display: "flex", gap: "30px", height: "300px" }}>
179
+ <div style={{ width: "300px" }}>
180
180
  <Combobox
181
181
  multiple
182
182
  items={items}
@@ -230,8 +230,8 @@ type Items = Array<{
230
230
  const ref = useRef(null)
231
231
 
232
232
  return (
233
- <div style=\{{ height: '300px' }} ref={ref}>
234
- <div style=\{{width: '300px'}}>
233
+ <div style={{ height: "300px" }} ref={ref}>
234
+ <div style={{ width: "300px" }}>
235
235
  <Combobox
236
236
  items={items}
237
237
  value={value}
@@ -278,8 +278,8 @@ type Items = Array<{
278
278
  ];
279
279
 
280
280
  return (
281
- <div style=\{{ height: '300px' }}>
282
- <div style=\{{width: '300px'}}>
281
+ <div style={{ height: "300px" }}>
282
+ <div style={{ width: "300px" }}>
283
283
  <Combobox
284
284
  items={items}
285
285
  placeholder="Placeholder"
@@ -324,8 +324,8 @@ type Items = Array<{
324
324
  ];
325
325
 
326
326
  return (
327
- <div style=\{{ height: '300px' }}>
328
- <div style=\{{width: '300px'}}>
327
+ <div style={{ height: "300px" }}>
328
+ <div style={{width: "300px" }}>
329
329
  <Button text={ alwaysOpened ? 'По умолчанию' : 'Всегда открыт' } onClick={() => setAlwaysOpened(!alwaysOpened)} style={{ marginBottom: '1rem' }} />
330
330
  <Combobox
331
331
  items={items}