@salutejs/plasma-new-hope 0.158.0-canary.1443.11127069754.0 → 0.158.0-canary.1451.11128265656.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (233) hide show
  1. package/cjs/components/TextArea/TextArea.js +23 -16
  2. package/cjs/components/TextArea/TextArea.js.map +1 -1
  3. package/cjs/components/TextArea/TextArea.tokens.js +18 -2
  4. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  5. package/cjs/components/{Steps/variations/_size → TextArea/variations/_clear}/base.js +2 -2
  6. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -0
  7. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  8. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  9. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  10. package/cjs/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  11. package/cjs/index.css +3 -13
  12. package/cjs/index.js +0 -5
  13. package/cjs/index.js.map +1 -1
  14. package/emotion/cjs/components/TextArea/TextArea.js +24 -17
  15. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  16. package/emotion/cjs/components/TextArea/TextArea.tokens.js +18 -2
  17. package/emotion/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  18. package/emotion/cjs/components/TextArea/variations/_clear/base.js +10 -0
  19. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -2
  20. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  21. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  22. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  23. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  24. package/emotion/cjs/index.js +0 -11
  25. package/emotion/es/components/TextArea/TextArea.js +22 -15
  26. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  27. package/emotion/es/components/TextArea/TextArea.tokens.js +18 -2
  28. package/emotion/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  29. package/emotion/es/components/TextArea/variations/_clear/base.js +4 -0
  30. package/emotion/es/components/TextArea/variations/_view/base.js +2 -2
  31. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  32. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  33. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  34. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  35. package/emotion/es/index.js +0 -1
  36. package/es/components/TextArea/TextArea.js +23 -16
  37. package/es/components/TextArea/TextArea.js.map +1 -1
  38. package/es/components/TextArea/TextArea.tokens.js +18 -2
  39. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  40. package/es/components/{Steps/variations/_view → TextArea/variations/_clear}/base.js +2 -2
  41. package/es/components/TextArea/variations/_clear/base.js.map +1 -0
  42. package/es/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  43. package/es/components/TextArea/variations/_view/base.js +1 -1
  44. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  45. package/es/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  46. package/es/index.css +3 -13
  47. package/es/index.js +0 -2
  48. package/es/index.js.map +1 -1
  49. package/package.json +2 -2
  50. package/styled-components/cjs/components/TextArea/TextArea.js +23 -16
  51. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  52. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +18 -2
  53. package/styled-components/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  54. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +10 -0
  55. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -1
  56. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  57. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  58. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  59. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  60. package/styled-components/cjs/index.js +0 -11
  61. package/styled-components/es/components/TextArea/TextArea.js +21 -14
  62. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  63. package/styled-components/es/components/TextArea/TextArea.tokens.js +18 -2
  64. package/styled-components/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  65. package/styled-components/es/components/TextArea/variations/_clear/base.js +4 -0
  66. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -1
  67. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  68. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  69. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  70. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  71. package/styled-components/es/index.js +0 -1
  72. package/types/components/TextArea/TextArea.d.ts +4 -0
  73. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  74. package/types/components/TextArea/TextArea.tokens.d.ts +16 -0
  75. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  76. package/types/components/TextArea/TextArea.types.d.ts +15 -3
  77. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  78. package/types/components/TextArea/mixins/applyDynamicLabel.d.ts.map +1 -1
  79. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -0
  80. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +3 -0
  81. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  82. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +81 -0
  83. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  84. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +3 -0
  85. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  86. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +81 -0
  87. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  88. package/types/index.d.ts +0 -1
  89. package/types/index.d.ts.map +1 -1
  90. package/cjs/components/Steps/Steps.css +0 -18
  91. package/cjs/components/Steps/Steps.js +0 -118
  92. package/cjs/components/Steps/Steps.js.map +0 -1
  93. package/cjs/components/Steps/Steps.styles.js +0 -9
  94. package/cjs/components/Steps/Steps.styles.js.map +0 -1
  95. package/cjs/components/Steps/Steps.styles_1qandre.css +0 -1
  96. package/cjs/components/Steps/Steps.tokens.js +0 -81
  97. package/cjs/components/Steps/Steps.tokens.js.map +0 -1
  98. package/cjs/components/Steps/ui/StepItem/StepItem.css +0 -16
  99. package/cjs/components/Steps/ui/StepItem/StepItem.js +0 -117
  100. package/cjs/components/Steps/ui/StepItem/StepItem.js.map +0 -1
  101. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js +0 -83
  102. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js.map +0 -1
  103. package/cjs/components/Steps/ui/StepItem/StepItem.styles_1nnkvta.css +0 -9
  104. package/cjs/components/Steps/variations/_size/base.js.map +0 -1
  105. package/cjs/components/Steps/variations/_size/base_x642ct.css +0 -1
  106. package/cjs/components/Steps/variations/_view/base.js +0 -9
  107. package/cjs/components/Steps/variations/_view/base.js.map +0 -1
  108. package/cjs/components/Steps/variations/_view/base_x642ct.css +0 -1
  109. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  110. package/emotion/cjs/components/Steps/Steps.js +0 -130
  111. package/emotion/cjs/components/Steps/Steps.review-doc.mdx +0 -304
  112. package/emotion/cjs/components/Steps/Steps.styles.js +0 -9
  113. package/emotion/cjs/components/Steps/Steps.template-doc.mdx +0 -86
  114. package/emotion/cjs/components/Steps/Steps.tokens.js +0 -79
  115. package/emotion/cjs/components/Steps/Steps.types.js +0 -5
  116. package/emotion/cjs/components/Steps/index.js +0 -25
  117. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.js +0 -127
  118. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.styles.js +0 -52
  119. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.types.js +0 -5
  120. package/emotion/cjs/components/Steps/ui/StepItem/index.js +0 -12
  121. package/emotion/cjs/components/Steps/ui/index.js +0 -16
  122. package/emotion/cjs/components/Steps/variations/_size/base.js +0 -8
  123. package/emotion/cjs/components/Steps/variations/_size/tokens.json +0 -1
  124. package/emotion/cjs/components/Steps/variations/_view/base.js +0 -8
  125. package/emotion/cjs/components/Steps/variations/_view/tokens.json +0 -1
  126. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +0 -25
  127. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.js +0 -13
  128. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +0 -169
  129. package/emotion/es/components/Steps/Steps.js +0 -121
  130. package/emotion/es/components/Steps/Steps.review-doc.mdx +0 -304
  131. package/emotion/es/components/Steps/Steps.styles.js +0 -3
  132. package/emotion/es/components/Steps/Steps.template-doc.mdx +0 -86
  133. package/emotion/es/components/Steps/Steps.tokens.js +0 -73
  134. package/emotion/es/components/Steps/Steps.types.js +0 -1
  135. package/emotion/es/components/Steps/index.js +0 -2
  136. package/emotion/es/components/Steps/ui/StepItem/StepItem.js +0 -118
  137. package/emotion/es/components/Steps/ui/StepItem/StepItem.styles.js +0 -45
  138. package/emotion/es/components/Steps/ui/StepItem/StepItem.types.js +0 -1
  139. package/emotion/es/components/Steps/ui/StepItem/index.js +0 -1
  140. package/emotion/es/components/Steps/ui/index.js +0 -1
  141. package/emotion/es/components/Steps/variations/_size/base.js +0 -2
  142. package/emotion/es/components/Steps/variations/_size/tokens.json +0 -1
  143. package/emotion/es/components/Steps/variations/_view/base.js +0 -2
  144. package/emotion/es/components/Steps/variations/_view/tokens.json +0 -1
  145. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.config.js +0 -19
  146. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.js +0 -9
  147. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +0 -169
  148. package/es/components/Steps/Steps.css +0 -18
  149. package/es/components/Steps/Steps.js +0 -113
  150. package/es/components/Steps/Steps.js.map +0 -1
  151. package/es/components/Steps/Steps.styles.js +0 -5
  152. package/es/components/Steps/Steps.styles.js.map +0 -1
  153. package/es/components/Steps/Steps.styles_1qandre.css +0 -1
  154. package/es/components/Steps/Steps.tokens.js +0 -76
  155. package/es/components/Steps/Steps.tokens.js.map +0 -1
  156. package/es/components/Steps/ui/StepItem/StepItem.css +0 -16
  157. package/es/components/Steps/ui/StepItem/StepItem.js +0 -113
  158. package/es/components/Steps/ui/StepItem/StepItem.js.map +0 -1
  159. package/es/components/Steps/ui/StepItem/StepItem.styles.js +0 -71
  160. package/es/components/Steps/ui/StepItem/StepItem.styles.js.map +0 -1
  161. package/es/components/Steps/ui/StepItem/StepItem.styles_1nnkvta.css +0 -9
  162. package/es/components/Steps/variations/_size/base.js +0 -5
  163. package/es/components/Steps/variations/_size/base.js.map +0 -1
  164. package/es/components/Steps/variations/_size/base_x642ct.css +0 -1
  165. package/es/components/Steps/variations/_view/base.js.map +0 -1
  166. package/es/components/Steps/variations/_view/base_x642ct.css +0 -1
  167. package/es/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  168. package/styled-components/cjs/components/Steps/Steps.js +0 -130
  169. package/styled-components/cjs/components/Steps/Steps.review-doc.mdx +0 -304
  170. package/styled-components/cjs/components/Steps/Steps.styles.js +0 -9
  171. package/styled-components/cjs/components/Steps/Steps.template-doc.mdx +0 -86
  172. package/styled-components/cjs/components/Steps/Steps.tokens.js +0 -79
  173. package/styled-components/cjs/components/Steps/Steps.types.js +0 -5
  174. package/styled-components/cjs/components/Steps/index.js +0 -25
  175. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.js +0 -127
  176. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.styles.js +0 -43
  177. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.types.js +0 -5
  178. package/styled-components/cjs/components/Steps/ui/StepItem/index.js +0 -12
  179. package/styled-components/cjs/components/Steps/ui/index.js +0 -16
  180. package/styled-components/cjs/components/Steps/variations/_size/base.js +0 -8
  181. package/styled-components/cjs/components/Steps/variations/_size/tokens.json +0 -1
  182. package/styled-components/cjs/components/Steps/variations/_view/base.js +0 -8
  183. package/styled-components/cjs/components/Steps/variations/_view/tokens.json +0 -1
  184. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +0 -25
  185. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.js +0 -13
  186. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +0 -169
  187. package/styled-components/es/components/Steps/Steps.js +0 -121
  188. package/styled-components/es/components/Steps/Steps.review-doc.mdx +0 -304
  189. package/styled-components/es/components/Steps/Steps.styles.js +0 -3
  190. package/styled-components/es/components/Steps/Steps.template-doc.mdx +0 -86
  191. package/styled-components/es/components/Steps/Steps.tokens.js +0 -73
  192. package/styled-components/es/components/Steps/Steps.types.js +0 -1
  193. package/styled-components/es/components/Steps/index.js +0 -2
  194. package/styled-components/es/components/Steps/ui/StepItem/StepItem.js +0 -118
  195. package/styled-components/es/components/Steps/ui/StepItem/StepItem.styles.js +0 -36
  196. package/styled-components/es/components/Steps/ui/StepItem/StepItem.types.js +0 -1
  197. package/styled-components/es/components/Steps/ui/StepItem/index.js +0 -1
  198. package/styled-components/es/components/Steps/ui/index.js +0 -1
  199. package/styled-components/es/components/Steps/variations/_size/base.js +0 -2
  200. package/styled-components/es/components/Steps/variations/_size/tokens.json +0 -1
  201. package/styled-components/es/components/Steps/variations/_view/base.js +0 -2
  202. package/styled-components/es/components/Steps/variations/_view/tokens.json +0 -1
  203. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.config.js +0 -19
  204. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.js +0 -9
  205. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +0 -169
  206. package/types/components/Steps/Steps.d.ts +0 -23
  207. package/types/components/Steps/Steps.d.ts.map +0 -1
  208. package/types/components/Steps/Steps.styles.d.ts +0 -2
  209. package/types/components/Steps/Steps.styles.d.ts.map +0 -1
  210. package/types/components/Steps/Steps.tokens.d.ts +0 -74
  211. package/types/components/Steps/Steps.tokens.d.ts.map +0 -1
  212. package/types/components/Steps/Steps.types.d.ts +0 -55
  213. package/types/components/Steps/Steps.types.d.ts.map +0 -1
  214. package/types/components/Steps/index.d.ts +0 -4
  215. package/types/components/Steps/index.d.ts.map +0 -1
  216. package/types/components/Steps/ui/StepItem/StepItem.d.ts +0 -17
  217. package/types/components/Steps/ui/StepItem/StepItem.d.ts.map +0 -1
  218. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +0 -20
  219. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +0 -1
  220. package/types/components/Steps/ui/StepItem/StepItem.types.d.ts +0 -35
  221. package/types/components/Steps/ui/StepItem/StepItem.types.d.ts.map +0 -1
  222. package/types/components/Steps/ui/StepItem/index.d.ts +0 -3
  223. package/types/components/Steps/ui/StepItem/index.d.ts.map +0 -1
  224. package/types/components/Steps/ui/index.d.ts +0 -2
  225. package/types/components/Steps/ui/index.d.ts.map +0 -1
  226. package/types/components/Steps/variations/_size/base.d.ts.map +0 -1
  227. package/types/components/Steps/variations/_view/base.d.ts +0 -2
  228. package/types/components/Steps/variations/_view/base.d.ts.map +0 -1
  229. package/types/examples/plasma_b2c/components/Steps/Steps.config.d.ts +0 -18
  230. package/types/examples/plasma_b2c/components/Steps/Steps.config.d.ts.map +0 -1
  231. package/types/examples/plasma_b2c/components/Steps/Steps.d.ts +0 -35
  232. package/types/examples/plasma_b2c/components/Steps/Steps.d.ts.map +0 -1
  233. /package/types/components/{Steps/variations/_size → TextArea/variations/_clear}/base.d.ts +0 -0
@@ -1,304 +0,0 @@
1
- ---
2
- id: steps
3
- title: Steps
4
- ---
5
-
6
- # Steps
7
- Шаги могут отображаться в нескольких размерах, в упрощенном виде и в горизонтальной/вертикальной ориентации
8
-
9
- ```tsx live
10
- import { ReactNode } from 'react';
11
-
12
- export type StepStatus = 'active' | 'inactive' | 'completed';
13
-
14
- export interface StepItemProps {
15
- /**
16
- * Заголовок
17
- */
18
- title?: string;
19
- /**
20
- * Контент, может быть как React компонентом, так и функцией
21
- */
22
- content?: string | ReactNode | ((status: StepStatus, index: number, items: StepItemProps[]) => ReactNode);
23
- /**
24
- * Индикатор шага, может быть как React компонентом, так и функцией
25
- */
26
- indicator?: number | string | ReactNode | ((status: StepStatus, item: StepItemProps) => ReactNode | null);
27
- /**
28
- * Статус шага: активный, инактивный, завершенный
29
- * @description
30
- * active - активный шаг
31
- * inactive - не пройденный шаг
32
- * completed - пройденный шаг
33
- */
34
- status?: StepStatus;
35
- /**
36
- * Отключенный шаг
37
- * @default false
38
- */
39
- disabled?: boolean;
40
- }
41
-
42
- interface BaseSteps {
43
- /**
44
- * Ориентация компонента
45
- * @default 'horizontal'
46
- */
47
- orientation?: 'horizontal' | 'vertical';
48
- /**
49
- * Выравнивание контента в шагах
50
- * @default 'left'
51
- */
52
- contentAlign?: 'left' | 'center';
53
- /**
54
- * Включает разделительную линию
55
- * @default true
56
- */
57
- hasLine?: boolean;
58
- /**
59
- * Индекс текущего шага, для uncontrolled компонента
60
- */
61
- current?: number;
62
- /**
63
- * Статус текущего шага, имеет приоритет над item.status
64
- */
65
- status?: StepStatus;
66
- /**
67
- * Обработчик изменения шага, делает индикаторы и заголовки шагов кликабельными
68
- */
69
- onChange?: (item: StepItemProps, index: number, prevIndex?: number) => void;
70
- /**
71
- * Массив шагов
72
- */
73
- items: StepItemProps[];
74
- }
75
-
76
- type IndicatorSizeSimple = 8 | 16;
77
- type IndicatorSize = 24 | 36;
78
-
79
- export type Steps = BaseSteps & {
80
- /**
81
- * Размер шага
82
- */
83
- size: 'xs' | 's';
84
- indicatorSize: never;
85
- } & {
86
- /**
87
- * Размер шага
88
- */
89
- size: 'm' | 'l';
90
- /**
91
- * Размер индикатора
92
- */
93
- indicatorSize: IndicatorSize | IndicatorSizeSimple;
94
- };
95
-
96
- ```
97
-
98
- примеры использования https://codesandbox.io/p/devbox/crzql2?file=%2Fsrc%2FDemo.tsx%3A23%2C1
99
-
100
- ```
101
- import React, { useState } from 'react';
102
- import { fullItems } from './App.data.tsx';
103
- import { Steps } from './Steps/Steps.tsx';
104
- import { StepItemProps, StepStatus } from './Steps/Steps.types';
105
-
106
- const DemoContent: React.FC<{ onClick: () => void; status: string; index?: number; current?: number }> = ({
107
- onClick,
108
- status,
109
- index,
110
- current = 0,
111
- children,
112
- }) => {
113
- return (
114
- <>
115
- <div>Content</div>
116
- <button onClick={onClick} disabled={index !== (current || 0)}>
117
- {children}
118
- </button>
119
- </>
120
- );
121
- };
122
-
123
- export const DemoWithExternalControl = () => {
124
- const items = [
125
- {
126
- title: 'Title',
127
- indicator: '1',
128
- content: 'Content',
129
- },
130
- {
131
- title: 'Title',
132
- indicator: '2',
133
- content: 'Content',
134
- },
135
- {
136
- title: 'Title',
137
- indicator: '3',
138
- content: 'Content',
139
- },
140
- {
141
- title: 'Title',
142
- indicator: '4',
143
- content: 'Content',
144
- },
145
- ];
146
-
147
- const [current, setCurrent] = useState(1);
148
- const [status, setStatus] = useState('active');
149
-
150
- const isLast = current === items.length - 1;
151
-
152
- const onClick = () => {
153
- if (isLast) {
154
- setStatus('completed');
155
- } else {
156
- setCurrent(current + 1);
157
- }
158
- };
159
-
160
- return (
161
- <>
162
- <Steps style={{ width: '1000px' }} current={current} status={status} items={items} />
163
- <br />
164
- <div>
165
- External control:{' '}
166
- <button onClick={onClick} style={{ width: '5rem' }}>
167
- {isLast ? 'complete' : 'next'}
168
- </button>
169
- </div>
170
- <hr />
171
- </>
172
- );
173
- };
174
-
175
- export const DemoWithInternalControls = () => {
176
- const [current, setCurrent] = useState(undefined);
177
- const [status, setStatus] = useState<StepStatus | undefined>();
178
-
179
- const renderContent = (status, index, items) => {
180
- const isFirst = index === 0 && current === undefined;
181
- const isLast = index === items.length - 1;
182
-
183
- const onNext = () => setCurrent((current) => (current === undefined ? 0 : current + 1));
184
- const onComplete = () => {
185
- setStatus('completed');
186
- };
187
-
188
- return (
189
- <DemoContent onClick={isLast ? onComplete : onNext} index={index} status={status} current={current}>
190
- {isFirst && 'go'}
191
- {isLast && 'complete'}
192
- {!isFirst && !isLast && 'next'}
193
- </DemoContent>
194
- );
195
- };
196
-
197
- return (
198
- <Steps
199
- current={current}
200
- status={status}
201
- items={[
202
- {
203
- title: 'Title',
204
- indicator: '1',
205
- content: renderContent,
206
- },
207
- {
208
- title: 'Title',
209
- indicator: '2',
210
- content: renderContent,
211
- },
212
- {
213
- title: 'Title',
214
- indicator: '3',
215
- content: renderContent,
216
- },
217
- {
218
- title: 'Title',
219
- indicator: '4',
220
- content: renderContent,
221
- },
222
- ]}
223
- />
224
- );
225
- };
226
-
227
- export const DemoWithControlledUsage = () => {
228
- const [exampleItems, setExampleItems] = useState<StepItemProps[]>(() =>
229
- fullItems.map((item) => ({ ...item, status: 'inactive' }))
230
- );
231
-
232
- return (
233
- <Steps
234
- style={{ width: '1000px' }}
235
- onChange={(item, index) => {
236
- setExampleItems(
237
- exampleItems.map((item, itemIndex) => {
238
- if (index > itemIndex) {
239
- return { ...item, status: 'completed' };
240
- }
241
-
242
- if (index === itemIndex) {
243
- return { ...item, status: 'active' };
244
- }
245
-
246
- return { ...item, status: 'inactive' };
247
- })
248
- );
249
- }}
250
- items={exampleItems}
251
- />
252
- );
253
- };
254
-
255
- export const DemoWithControlledFreeUsage = () => {
256
- const [items, setItems] = useState<StepItemProps[]>(() => fullItems.map((item) => ({ ...item, status: 'inactive' })));
257
-
258
- return (
259
- <Steps
260
- style={{ width: '1000px' }}
261
- onChange={(item, index, prevIndex) => {
262
- console.log('!!! onChange', index, prevIndex);
263
-
264
- const newItems = [...items];
265
- if (prevIndex !== undefined) {
266
- newItems[prevIndex].status = 'completed';
267
- }
268
- newItems[index].status = 'active';
269
-
270
- setItems(newItems);
271
- }}
272
- items={items}
273
- />
274
- );
275
- };
276
-
277
- export const DemoControlledWithStatus = () => {
278
- const [items, setItems] = useState<StepItemProps[]>(() => fullItems.map(({ status, ...item }) => ({ ...item })));
279
- return (
280
- <Steps
281
- style={{ width: '1000px' }}
282
- current={2}
283
- status="active"
284
- onClick={(item, index) => {
285
- setItems(
286
- items.map((item, itemIndex) => {
287
- if (index > itemIndex) {
288
- return { ...item, status: 'completed' };
289
- }
290
-
291
- if (index === itemIndex) {
292
- return { ...item, status: 'active' };
293
- }
294
-
295
- return { ...item, status: 'inactive' };
296
- })
297
- );
298
- }}
299
- items={items}
300
- />
301
- );
302
- };
303
-
304
- ```
@@ -1,3 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { classes, tokens } from './Steps.tokens';
3
- export var base = /*#__PURE__*/css("display:flex;flex-direction:row;&.", classes.simple, "{align-items:center;&.", classes.hasIndicator, "{height:var(", tokens.activeIndicatorSize, ");}&:not(.", classes.hasIndicator, "){height:var(", tokens.activeBulletSize, ");}&.", classes.verticalOrientation, "{&.", classes.hasIndicator, "{width:var(", tokens.activeIndicatorSize, ");height:auto;}&:not(.", classes.hasIndicator, "){width:var(", tokens.activeBulletSize, ");height:auto;}}}&.", classes.verticalOrientation, "{display:inline;flex-direction:column;justify-content:center;&.", classes.simple, "{display:inline-flex;}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU3RlcHMvU3RlcHMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1N0ZXBzL1N0ZXBzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi9TdGVwcy50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG5cbiAgICAmLiR7Y2xhc3Nlcy5zaW1wbGV9IHtcbiAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNJbmRpY2F0b3J9IHtcbiAgICAgICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLmFjdGl2ZUluZGljYXRvclNpemV9KTtcbiAgICAgICAgfVxuICAgICAgICAmOm5vdCguJHtjbGFzc2VzLmhhc0luZGljYXRvcn0pIHtcbiAgICAgICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLmFjdGl2ZUJ1bGxldFNpemV9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLnZlcnRpY2FsT3JpZW50YXRpb259IHtcbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmhhc0luZGljYXRvcn0ge1xuICAgICAgICAgICAgICAgIHdpZHRoOiB2YXIoJHt0b2tlbnMuYWN0aXZlSW5kaWNhdG9yU2l6ZX0pO1xuICAgICAgICAgICAgICAgIGhlaWdodDogYXV0bztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgICY6bm90KC4ke2NsYXNzZXMuaGFzSW5kaWNhdG9yfSkge1xuICAgICAgICAgICAgICAgIHdpZHRoOiB2YXIoJHt0b2tlbnMuYWN0aXZlQnVsbGV0U2l6ZX0pO1xuICAgICAgICAgICAgICAgIGhlaWdodDogYXV0bztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnZlcnRpY2FsT3JpZW50YXRpb259IHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lO1xuICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAgICAgICAmLiR7Y2xhc3Nlcy5zaW1wbGV9IHtcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -1,86 +0,0 @@
1
- ---
2
- id: steps
3
- title: Steps
4
- ---
5
-
6
- import { PropsTable, Description } from '@site/src/components';
7
-
8
- # Steps
9
-
10
- <Description name="Steps" />
11
- <PropsTable name="Steps" />
12
-
13
- ## Вариант использования с управлением текущим элементом из вне
14
-
15
- ```tsx live
16
- import React, { useState } from 'react';
17
- import { Steps, Button } from '@salutejs/{{ package }}';
18
-
19
- const items = [{
20
- indicator: 1,
21
- }, {
22
- indicator: 2,
23
- },
24
- {
25
- indicator: 3,
26
- }];
27
-
28
- export function App() {
29
- const [current, setCurrent] = useState<number>(0);
30
- const onClick = () => setCurrent(() => current + 1);
31
-
32
- return (
33
- <section>
34
- <Steps items={}
35
- current={current}
36
- />
37
- <br />
38
- <Button view="secondary" onClick={onClick}>
39
- Next
40
- </Button>
41
- </section>
42
- );
43
- }
44
- ```
45
-
46
- ## Вариант более гибкого использования через onChange и status в items
47
-
48
- ```tsx live
49
- import React, { useState } from 'react';
50
- import { Steps, StepItemProps } from '@salutejs/{{ package }}';
51
-
52
- const initialItems = [{
53
- indicator: 1,
54
- title: 'Title',
55
- content: 'Content',
56
- }, {
57
- indicator: 2,
58
- title: 'Title',
59
- content: 'Content',
60
- },
61
- {
62
- indicator: 3,
63
- title: 'Title',
64
- content: 'Content',
65
- }];
66
-
67
- export function App() {
68
- const [items, setItems] = useState(initialItems);
69
-
70
- const onChange = (item: StepItemProps, index: number, prevIndex: number) => {
71
- if (prevIndex !== undefined) {
72
- items[prevIndex].status = 'completed';
73
- }
74
-
75
- items[index].status = 'active';
76
-
77
- setItems([...items]);
78
- };
79
-
80
- return (
81
- <section>
82
- <Steps items={items} onChange={onChange} />
83
- </section>
84
- );
85
- }
86
- ```
@@ -1,73 +0,0 @@
1
- export var classes = {
2
- simple: '--plasma-steps-simple',
3
- centered: '--plasma-step-item-centered',
4
- active: '--plasma-step-item-active',
5
- inactive: '--plasma-step-item-inactive',
6
- clickable: '--plasma-step-item-clickable',
7
- hovered: '--plasma-step-item-hovered',
8
- disabled: '--plasma-step-item-disabled',
9
- verticalOrientation: '--plasma-steps-vertical-orientation',
10
- hasIndicator: '--plasma-step-item-has-indicator',
11
- activeItem: '--plasma-step-item-has-indicator',
12
- transparentDivider: '--plasma-steps-transparent-divider'
13
- };
14
- export var tokens = {
15
- indicatorSize: '--plasma-step-item-indicator-size',
16
- activeIndicatorSize: '--plasma-step-item-active-indicator-size',
17
- bulletSize: '--plasma-step-item-bullet-size',
18
- activeBulletSize: '--plasma-step-item-active-bullet-size',
19
- titlePaddingTop: '--plasma-step-item-title-padding-top',
20
- contentPaddingTop: '--plasma-step-item-content-padding-top',
21
- contentPaddingRight: '--plasma-step-item-content-padding-right',
22
- contentSidePadding: '--plasma-step-item-content-side-padding',
23
- contentVerticalPadding: '--plasma-step-item-content-vertical-padding',
24
- verticalContentPaddingLeft: '--plasma-step-item-vertical-content-padding-left',
25
- smallIndicatorIndentHeight: '--plasma-step-item-s-indicator-intent-height',
26
- largeIndicatorIndentHeight: '--plasma-step-item-l-indicator-intent-height',
27
- smallBulletIndentHeight: '--plasma-step-item-s-bullet-intent-height',
28
- largeBulletIndentHeight: '--plasma-step-item-l-bullet-intent-height',
29
- titleFontFamily: '--plasma-step-item-title-font-family',
30
- titleFontSize: '--plasma-step-item-title-font-size',
31
- titleFontStyle: '--plasma-step-item-title-font-style',
32
- titleFontWeight: '--plasma-step-item-title-font-weight',
33
- titleLetterSpacing: '--plasma-step-item-title-letter-spacing',
34
- titleLineHeight: '--plasma-step-item-title-line-height',
35
- contentFontFamily: '--plasma-step-item-content-font-family',
36
- contentFontSize: '--plasma-step-item-content-font-size',
37
- contentFontStyle: '--plasma-step-item-content-font-style',
38
- contentFontWeight: '--plasma-step-item-content-font-weight',
39
- contentLetterSpacing: '--plasma-step-item-content-letter-spacing',
40
- contentLineHeight: '--plasma-step-item-content-line-height',
41
- indicatorFontFamily: '--plasma-step-item-indicator-font-family',
42
- indicatorFontSize: '--plasma-step-item-indicator-font-size',
43
- indicatorFontStyle: '--plasma-step-item-indicator-font-style',
44
- indicatorFontWeight: '--plasma-step-item-indicator-font-weight',
45
- indicatorLetterSpacing: '--plasma-step-item-indicator-letter-spacing',
46
- indicatorLineHeight: '--plasma-step-item-indicator-line-height',
47
- activeIndicatorFontFamily: '--plasma-step-item-active-indicator-font-family',
48
- activeIndicatorFontSize: '--plasma-step-item-active-indicator-font-size',
49
- activeIndicatorFontStyle: '--plasma-step-item-active-indicator-font-style',
50
- activeIndicatorFontWeight: '--plasma-step-item-active-indicator-font-weight',
51
- activeIndicatorLetterSpacing: '--plasma-step-item-active-indicator-letter-spacing',
52
- activeIndicatorLineHeight: '--plasma-step-item-active-indicator-line-height',
53
- activeTitleColor: '--plasma-step-item-active-title-color',
54
- activeTitleColorHover: '--plasma-step-item-active-title-color-hover',
55
- inactiveTitleColor: '--plasma-step-item-inactive-title-color',
56
- inactiveTitleColorHover: '--plasma-step-item-inactive-title-color-hover',
57
- contentColor: '--plasma-step-item-content-color',
58
- activeIndicatorBorder: '--plasma-step-item-active-indicator-border',
59
- activeIndicatorBorderHover: '--plasma-step-item-active-indicator-border-hover',
60
- activeIndicatorColor: '--plasma-step-item-active-indicator-color',
61
- activeIndicatorColorHover: '--plasma-step-item-active-indicator-color-hover',
62
- activeIndicatorBackground: '--plasma-step-item-active-indicator-background',
63
- completedIndicatorColor: '--plasma-step-item-completed-indicator-color',
64
- completedIndicatorColorHover: '--plasma-step-item-completed-indicator-color-hover',
65
- completedIndicatorBackground: '--plasma-step-item-completed-indicator-background',
66
- completedIndicatorBackgroundHover: '--plasma-step-item-completed-indicator-background-hover',
67
- inactiveIndicatorColor: '--plasma-step-item-inactive-indicator-color',
68
- inactiveIndicatorColorHover: '--plasma-step-item-inactive-indicator-color-hover',
69
- inactiveIndicatorBackground: '--plasma-step-item-inactive-indicator-background',
70
- inactiveIndicatorBackgroundHover: '--plasma-step-item-inactive-indicator-background-hover',
71
- disabledOpacity: '--plasma-step-item-disabled-opacity',
72
- dividerThickness: '--plasma-step-item-divider-thickness'
73
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export { stepsConfig, stepsRoot } from './Steps';
2
- export { tokens as stepsTokens } from './Steps.tokens';
@@ -1,118 +0,0 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
4
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
10
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
- import React, { useState, useEffect } from 'react';
12
- import cls from 'classnames';
13
- import { classes, tokens } from '../../Steps.tokens';
14
- import { Bullet, BulletIndicator, BulletIndicatorWrapper, StepItemContent, StepItemContentWrapper, StepItemDivider, StepItemStyled, StepItemTitle, SpinnerStyled } from './StepItem.styles';
15
- var indicatorSizesIndentsMap = {
16
- 8: /*#__PURE__*/"var(".concat(tokens.smallBulletIndentHeight, ")"),
17
- 16: /*#__PURE__*/"var(".concat(tokens.largeBulletIndentHeight, ")"),
18
- 24: /*#__PURE__*/"var(".concat(tokens.smallIndicatorIndentHeight, ")"),
19
- 36: /*#__PURE__*/"var(".concat(tokens.largeIndicatorIndentHeight, ")")
20
- };
21
- export var StepItem = function StepItem(_ref) {
22
- var index = _ref.index,
23
- title = _ref.title,
24
- content = _ref.content,
25
- indicator = _ref.indicator,
26
- _ref$status = _ref.status,
27
- status = _ref$status === void 0 ? 'inactive' : _ref$status,
28
- size = _ref.size,
29
- orientation = _ref.orientation,
30
- contentAlign = _ref.contentAlign,
31
- hasLine = _ref.hasLine,
32
- hasLoader = _ref.hasLoader,
33
- onClick = _ref.onClick,
34
- items = _ref.items;
35
- var _useState = useState(false),
36
- _useState2 = _slicedToArray(_useState, 2),
37
- isHovered = _useState2[0],
38
- setIsHovered = _useState2[1];
39
- var isFirst = index === 0;
40
- var isLast = index === items.length - 1;
41
- var prevItem = items[index - 1];
42
- var nextItem = items[index + 1];
43
- var isActive = status === 'active';
44
- var isInactive = status === 'inactive';
45
- var isPrevInactive = prevItem && !(prevItem !== null && prevItem !== void 0 && prevItem.status) || (prevItem === null || prevItem === void 0 ? void 0 : prevItem.status) === 'inactive';
46
- var isNextInactive = !(nextItem !== null && nextItem !== void 0 && nextItem.status) || (nextItem === null || nextItem === void 0 ? void 0 : nextItem.status) === 'inactive';
47
- var hasIndicator = indicator != null;
48
- var BulletNode = hasIndicator ? BulletIndicator : Bullet;
49
- var item = items[index];
50
- var isSimple = !title && !content;
51
- var clickable = Boolean(onClick);
52
- var isVertical = orientation === 'vertical';
53
- var isCentered = contentAlign === 'center';
54
- var isDisabled = item.disabled;
55
- var onClickHandler = onClick && !isDisabled ? function () {
56
- return onClick(item, index);
57
- } : undefined;
58
- var resultIndicatorSize;
59
- if (hasIndicator) {
60
- resultIndicatorSize = isActive ? 36 : 24;
61
- } else {
62
- resultIndicatorSize = isActive ? 16 : 8;
63
- }
64
- var sizeToken = indicatorSizesIndentsMap[resultIndicatorSize];
65
- var onMouseOver = clickable && !isDisabled ? function () {
66
- if (isDisabled) {
67
- setIsHovered(false);
68
- }
69
- setIsHovered(true);
70
- } : undefined;
71
- var onMouseOut = clickable && !isDisabled ? function () {
72
- setIsHovered(false);
73
- } : undefined;
74
- useEffect(function () {
75
- if (isDisabled) {
76
- setIsHovered(false);
77
- }
78
- }, [isDisabled]);
79
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(StepItemStyled, {
80
- className: cls(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.active, isActive), classes.hovered, isHovered && !isActive), classes.inactive, isInactive), classes.centered, isCentered), classes.disabled, isDisabled), classes.clickable, clickable && !isActive), classes.hasIndicator, hasIndicator), classes.verticalOrientation, isVertical))
81
- }, /*#__PURE__*/React.createElement(BulletIndicatorWrapper, {
82
- className: cls(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, classes.verticalOrientation, isVertical), classes.centered, isCentered), classes.simple, isSimple), classes.hasIndicator, hasIndicator)),
83
- onClick: onClickHandler,
84
- onFocus: onMouseOver,
85
- onBlur: onMouseOut,
86
- onMouseOver: onMouseOver,
87
- onMouseOut: onMouseOut
88
- }, contentAlign === 'center' && !isSimple && /*#__PURE__*/React.createElement(StepItemDivider, {
89
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isFirst), classes.inactive, isInactive || isPrevInactive))
90
- }), isVertical && (isSimple ? !isFirst : true) && /*#__PURE__*/React.createElement(StepItemDivider, {
91
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isFirst), classes.inactive, isInactive || isPrevInactive)),
92
- style: {
93
- height: isSimple ? 'none' : sizeToken,
94
- minHeight: sizeToken,
95
- maxHeight: isSimple ? 'none' : sizeToken
96
- }
97
- }), hasLoader && /*#__PURE__*/React.createElement(SpinnerStyled, {
98
- size: hasIndicator ? "var(".concat(tokens.activeIndicatorSize, ")") : "var(".concat(tokens.activeBulletSize, ")")
99
- }), !hasLoader && /*#__PURE__*/React.createElement(BulletNode, {
100
- className: cls(_defineProperty(_defineProperty({}, classes.active, isActive), classes.inactive, isInactive))
101
- }, typeof indicator === 'function' && indicator({
102
- status: status,
103
- item: item,
104
- size: size
105
- }), typeof indicator !== 'function' && indicator), !isSimple && /*#__PURE__*/React.createElement(StepItemDivider, {
106
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isLast), classes.inactive, isInactive || isNextInactive))
107
- })), !isSimple && /*#__PURE__*/React.createElement(StepItemContentWrapper, {
108
- className: cls(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, classes.verticalOrientation, isVertical), classes.centered, isCentered), classes.active, isActive), classes.hasIndicator, hasIndicator))
109
- }, /*#__PURE__*/React.createElement(StepItemTitle, {
110
- onClick: onClickHandler,
111
- onFocus: onMouseOver,
112
- onBlur: onMouseOut,
113
- onMouseOver: onMouseOver,
114
- onMouseOut: onMouseOut
115
- }, title), content && /*#__PURE__*/React.createElement(StepItemContent, null, typeof content === 'function' && content(status, index, items), typeof content !== 'function' && content))), isSimple && !isLast && /*#__PURE__*/React.createElement(StepItemDivider, {
116
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine), classes.inactive, isInactive || isNextInactive))
117
- }));
118
- };