@salutejs/plasma-new-hope 0.169.0-dev.0 → 0.170.0-canary.1419.11374313454.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.169.0-dev.0",
3
+ "version": "0.170.0-canary.1419.11374313454.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": "7e8d5674d0003272dc484e60a2e65a69e26315a7"
127
+ "gitHead": "04347de768649558ffa16f12c328dc7c695abb45"
128
128
  }
@@ -25,7 +25,7 @@ declare type CustomAccordionProps = {
25
25
  */
26
26
  stretching?: 'fixed' | 'filled';
27
27
  /**
28
- * Callback при открытии или закрытии элемента accordion
28
+ * Callback при открытии или закрытии элемента accordion
29
29
  */
30
30
  onChange?: (index?: number, value?: boolean) => void;
31
31
  children?: ReactNode;