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

Sign up to get free protection for your applications and to get access to all the features.
@@ -300,6 +300,8 @@ type Items = Array<{
300
300
  import { Combobox, Button } from '@salutejs/{{ package }}';
301
301
 
302
302
  export function App() {
303
+ const [alwaysOpened, setAlwaysOpened] = useState(false);
304
+
303
305
  const items = [
304
306
  {
305
307
  value: 'north_america',
@@ -300,6 +300,8 @@ type Items = Array<{
300
300
  import { Combobox, Button } from '@salutejs/{{ package }}';
301
301
 
302
302
  export function App() {
303
+ const [alwaysOpened, setAlwaysOpened] = useState(false);
304
+
303
305
  const items = [
304
306
  {
305
307
  value: 'north_america',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.141.0-canary.1422.10773738088.0",
3
+ "version": "0.141.0-canary.1422.10774325656.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": "4ed1dd7b142d5d911c063e19d61de0473b476995"
124
+ "gitHead": "5d1bd96a35a9c17a908678d144999ca2d3301652"
125
125
  }
@@ -300,6 +300,8 @@ type Items = Array<{
300
300
  import { Combobox, Button } from '@salutejs/{{ package }}';
301
301
 
302
302
  export function App() {
303
+ const [alwaysOpened, setAlwaysOpened] = useState(false);
304
+
303
305
  const items = [
304
306
  {
305
307
  value: 'north_america',
@@ -300,6 +300,8 @@ type Items = Array<{
300
300
  import { Combobox, Button } from '@salutejs/{{ package }}';
301
301
 
302
302
  export function App() {
303
+ const [alwaysOpened, setAlwaysOpened] = useState(false);
304
+
303
305
  const items = [
304
306
  {
305
307
  value: 'north_america',