trepur_components 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/dist/src/lib/components/Accordion/{index.d.ts → Accordion.d.ts} +0 -0
  2. package/dist/src/lib/components/Accordion/{index.js → Accordion.js} +3 -4
  3. package/dist/src/lib/components/Accordion/Accordion.js.map +1 -0
  4. package/dist/src/lib/components/AlertBar/AlertBar.d.ts +16 -0
  5. package/dist/src/lib/components/AlertBar/AlertBar.js +64 -0
  6. package/dist/src/lib/components/AlertBar/AlertBar.js.map +1 -0
  7. package/dist/src/lib/components/AlertBar/style.module.css +65 -0
  8. package/dist/src/lib/components/AlertBar/style.module.css.map +1 -0
  9. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.d.ts +11 -0
  10. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js +21 -0
  11. package/dist/src/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -0
  12. package/dist/src/lib/components/Breadcrumbs/style.module.css +53 -0
  13. package/dist/src/lib/components/Breadcrumbs/style.module.css.map +1 -0
  14. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.d.ts +9 -0
  15. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js +19 -0
  16. package/dist/src/lib/components/BreadcrumbsBordered/BreadcrumbsBordered.js.map +1 -0
  17. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css +17 -0
  18. package/dist/src/lib/components/BreadcrumbsBordered/style.module.css.map +1 -0
  19. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.d.ts +12 -0
  20. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js +52 -0
  21. package/dist/src/lib/components/BreadcrumbsItem/BreadcrumbsItem.js.map +1 -0
  22. package/dist/src/lib/components/BreadcrumbsItem/style.module.css +48 -0
  23. package/dist/src/lib/components/BreadcrumbsItem/style.module.css.map +1 -0
  24. package/dist/src/lib/components/Button/Button.d.ts +17 -0
  25. package/dist/src/lib/components/Button/Button.js +33 -0
  26. package/dist/src/lib/components/Button/Button.js.map +1 -0
  27. package/dist/src/lib/components/Button/style.module.css +127 -0
  28. package/dist/src/lib/components/Button/style.module.css.map +1 -0
  29. package/dist/src/lib/components/Card/Card.d.ts +31 -0
  30. package/dist/src/lib/components/Card/Card.js +66 -0
  31. package/dist/src/lib/components/Card/Card.js.map +1 -0
  32. package/dist/src/lib/components/Card/style.module.css +184 -0
  33. package/dist/src/lib/components/Card/style.module.css.map +1 -0
  34. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.d.ts +10 -0
  35. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js +13 -0
  36. package/dist/src/lib/components/CardWithTopImage/CardWithTopImage.js.map +1 -0
  37. package/dist/src/lib/components/CardWithTopImage/style.module.css +36 -0
  38. package/dist/src/lib/components/CardWithTopImage/style.module.css.map +1 -0
  39. package/dist/src/lib/components/Carousel/Carousel.d.ts +59 -0
  40. package/dist/src/lib/components/Carousel/Carousel.js +123 -0
  41. package/dist/src/lib/components/Carousel/Carousel.js.map +1 -0
  42. package/dist/src/lib/components/Carousel/style.module.css +59 -0
  43. package/dist/src/lib/components/Carousel/style.module.css.map +1 -0
  44. package/dist/src/lib/components/Collapsible/Collapsible.d.ts +16 -0
  45. package/dist/src/lib/components/Collapsible/Collapsible.js +68 -0
  46. package/dist/src/lib/components/Collapsible/Collapsible.js.map +1 -0
  47. package/dist/src/lib/components/Collapsible/style.module.css +122 -0
  48. package/dist/src/lib/components/Collapsible/style.module.css.map +1 -0
  49. package/dist/src/lib/components/Column/Column.d.ts +12 -0
  50. package/dist/src/lib/components/Column/Column.js +84 -0
  51. package/dist/src/lib/components/Column/Column.js.map +1 -0
  52. package/dist/src/lib/components/Column/style.module.css +244 -0
  53. package/dist/src/lib/components/Column/style.module.css.map +1 -0
  54. package/dist/src/lib/components/Container/Container.d.ts +9 -0
  55. package/dist/src/lib/components/Container/Container.js +9 -0
  56. package/dist/src/lib/components/Container/Container.js.map +1 -0
  57. package/dist/src/lib/components/Container/style.module.css +5 -0
  58. package/dist/src/lib/components/Container/style.module.css.map +1 -0
  59. package/dist/src/lib/components/Footer/Footer.d.ts +11 -0
  60. package/dist/src/lib/components/Footer/Footer.js +14 -0
  61. package/dist/src/lib/components/Footer/Footer.js.map +1 -0
  62. package/dist/src/lib/components/Footer/style.module.css +89 -0
  63. package/dist/src/lib/components/Footer/style.module.css.map +1 -0
  64. package/dist/src/lib/components/Form/Form.d.ts +15 -0
  65. package/dist/src/lib/components/Form/Form.js +20 -0
  66. package/dist/src/lib/components/Form/Form.js.map +1 -0
  67. package/dist/src/lib/components/Form/style.module.css +4 -0
  68. package/dist/src/lib/components/Form/style.module.css.map +1 -0
  69. package/dist/src/lib/components/FyreCard/FyreCard.d.ts +13 -0
  70. package/dist/src/lib/components/FyreCard/FyreCard.js +18 -0
  71. package/dist/src/lib/components/FyreCard/FyreCard.js.map +1 -0
  72. package/dist/src/lib/components/FyreCard/style.module.css +37 -0
  73. package/dist/src/lib/components/FyreCard/style.module.css.map +1 -0
  74. package/dist/src/lib/components/Greeting/Greeting.d.ts +10 -0
  75. package/dist/src/lib/components/Greeting/Greeting.js +21 -0
  76. package/dist/src/lib/components/Greeting/Greeting.js.map +1 -0
  77. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.d.ts +6 -0
  78. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js +29 -0
  79. package/dist/src/lib/components/HamburgerIcon/HamburgerIcon.js.map +1 -0
  80. package/dist/src/lib/components/HamburgerIcon/style.module.css +90 -0
  81. package/dist/src/lib/components/HamburgerIcon/style.module.css.map +1 -0
  82. package/dist/src/lib/components/Icon/Icon.d.ts +19 -0
  83. package/dist/src/lib/components/Icon/Icon.js +37 -0
  84. package/dist/src/lib/components/Icon/Icon.js.map +1 -0
  85. package/dist/src/lib/components/Icon/style.module.css +219 -0
  86. package/dist/src/lib/components/Icon/style.module.css.map +1 -0
  87. package/dist/src/lib/components/Image/Image.d.ts +16 -0
  88. package/dist/src/lib/components/Image/Image.js +54 -0
  89. package/dist/src/lib/components/Image/Image.js.map +1 -0
  90. package/dist/src/lib/components/Image/style.module.css +70 -0
  91. package/dist/src/lib/components/Image/style.module.css.map +1 -0
  92. package/dist/src/lib/components/ImageLink/ImageLink.d.ts +15 -0
  93. package/dist/src/lib/components/ImageLink/ImageLink.js +19 -0
  94. package/dist/src/lib/components/ImageLink/ImageLink.js.map +1 -0
  95. package/dist/src/lib/components/ImageLink/style.module.css +111 -0
  96. package/dist/src/lib/components/ImageLink/style.module.css.map +1 -0
  97. package/dist/src/lib/components/ImageLinkList/ImageLinkList.d.ts +9 -0
  98. package/dist/src/lib/components/ImageLinkList/ImageLinkList.js +12 -0
  99. package/dist/src/lib/components/ImageLinkList/ImageLinkList.js.map +1 -0
  100. package/dist/src/lib/components/ImageLinkList/style.module.css +14 -0
  101. package/dist/src/lib/components/ImageLinkList/style.module.css.map +1 -0
  102. package/dist/src/lib/components/InformationIcon/InformationIcon.d.ts +15 -0
  103. package/dist/src/lib/components/InformationIcon/InformationIcon.js +45 -0
  104. package/dist/src/lib/components/InformationIcon/InformationIcon.js.map +1 -0
  105. package/dist/src/lib/components/InformationIcon/style.module.css +90 -0
  106. package/dist/src/lib/components/InformationIcon/style.module.css.map +1 -0
  107. package/dist/src/lib/components/Input/Input.d.ts +31 -0
  108. package/dist/src/lib/components/Input/Input.js +26 -0
  109. package/dist/src/lib/components/Input/Input.js.map +1 -0
  110. package/dist/src/lib/components/Input/style.module.css +88 -0
  111. package/dist/src/lib/components/Input/style.module.css.map +1 -0
  112. package/dist/src/lib/components/Jumbotron/Jumbotron.d.ts +9 -0
  113. package/dist/src/lib/components/Jumbotron/Jumbotron.js +10 -0
  114. package/dist/src/lib/components/Jumbotron/Jumbotron.js.map +1 -0
  115. package/dist/src/lib/components/Jumbotron/style.module.css +5 -0
  116. package/dist/src/lib/components/Jumbotron/style.module.css.map +1 -0
  117. package/dist/src/lib/components/Nav/Nav.d.ts +22 -0
  118. package/dist/src/lib/components/Nav/Nav.js +62 -0
  119. package/dist/src/lib/components/Nav/Nav.js.map +1 -0
  120. package/dist/src/lib/components/Nav/style.module.css +299 -0
  121. package/dist/src/lib/components/Nav/style.module.css.map +1 -0
  122. package/dist/src/lib/components/NavItem/NavItem.d.ts +15 -0
  123. package/dist/src/lib/components/NavItem/NavItem.js +22 -0
  124. package/dist/src/lib/components/NavItem/NavItem.js.map +1 -0
  125. package/dist/src/lib/components/NavItem/style.module.css +133 -0
  126. package/dist/src/lib/components/NavItem/style.module.css.map +1 -0
  127. package/dist/src/lib/components/NewsCard/NewsCard.d.ts +14 -0
  128. package/dist/src/lib/components/NewsCard/NewsCard.js +21 -0
  129. package/dist/src/lib/components/NewsCard/NewsCard.js.map +1 -0
  130. package/dist/src/lib/components/NewsCard/style.module.css +34 -0
  131. package/dist/src/lib/components/NewsCard/style.module.css.map +1 -0
  132. package/dist/src/lib/components/Profile/Profile.d.ts +18 -0
  133. package/dist/src/lib/components/Profile/Profile.js +36 -0
  134. package/dist/src/lib/components/Profile/Profile.js.map +1 -0
  135. package/dist/src/lib/components/Profile/style.module.css +110 -0
  136. package/dist/src/lib/components/Profile/style.module.css.map +1 -0
  137. package/dist/src/lib/components/Row/Row.d.ts +8 -0
  138. package/dist/src/lib/components/Row/Row.js +9 -0
  139. package/dist/src/lib/components/Row/Row.js.map +1 -0
  140. package/dist/src/lib/components/Row/style.module.css +5 -0
  141. package/dist/src/lib/components/Row/style.module.css.map +1 -0
  142. package/dist/src/lib/components/Search/Search.d.ts +13 -0
  143. package/dist/src/lib/components/Search/Search.js +24 -0
  144. package/dist/src/lib/components/Search/Search.js.map +1 -0
  145. package/dist/src/lib/components/Search/style.module.css +48 -0
  146. package/dist/src/lib/components/Search/style.module.css.map +1 -0
  147. package/dist/src/lib/components/SocialBlock/SocialBlock.d.ts +21 -0
  148. package/dist/src/lib/components/SocialBlock/SocialBlock.js +64 -0
  149. package/dist/src/lib/components/SocialBlock/SocialBlock.js.map +1 -0
  150. package/dist/src/lib/components/SocialBlock/style.module.css +88 -0
  151. package/dist/src/lib/components/SocialBlock/style.module.css.map +1 -0
  152. package/dist/src/lib/components/StarRating/StarRating.d.ts +9 -0
  153. package/dist/src/lib/components/StarRating/StarRating.js +28 -0
  154. package/dist/src/lib/components/StarRating/StarRating.js.map +1 -0
  155. package/dist/src/lib/components/StarRating/style.module.css +10 -0
  156. package/dist/src/lib/components/StarRating/style.module.css.map +1 -0
  157. package/dist/src/lib/components/Testimonial/Testimonial.d.ts +17 -0
  158. package/dist/src/lib/components/Testimonial/Testimonial.js +28 -0
  159. package/dist/src/lib/components/Testimonial/Testimonial.js.map +1 -0
  160. package/dist/src/lib/components/Testimonial/style.module.css +38 -0
  161. package/dist/src/lib/components/Testimonial/style.module.css.map +1 -0
  162. package/dist/src/lib/components/TextAndTitle/TextAndTitle.d.ts +26 -0
  163. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js +105 -0
  164. package/dist/src/lib/components/TextAndTitle/TextAndTitle.js.map +1 -0
  165. package/dist/src/lib/components/TextAndTitle/style.module.css +106 -0
  166. package/dist/src/lib/components/TextAndTitle/style.module.css.map +1 -0
  167. package/dist/src/lib/components/TextArea/TextArea.d.ts +27 -0
  168. package/dist/src/lib/components/TextArea/TextArea.js +20 -0
  169. package/dist/src/lib/components/TextArea/TextArea.js.map +1 -0
  170. package/dist/src/lib/components/TextArea/style.module.css +73 -0
  171. package/dist/src/lib/components/TextArea/style.module.css.map +1 -0
  172. package/dist/src/lib/components/Timeline/Timeline.d.ts +14 -0
  173. package/dist/src/lib/components/Timeline/Timeline.js +127 -0
  174. package/dist/src/lib/components/Timeline/Timeline.js.map +1 -0
  175. package/dist/src/lib/components/Timeline/style.module.css +249 -0
  176. package/dist/src/lib/components/Timeline/style.module.css.map +1 -0
  177. package/dist/src/lib/components/Tubestops/Tubestops.d.ts +12 -0
  178. package/dist/src/lib/components/Tubestops/Tubestops.js +38 -0
  179. package/dist/src/lib/components/Tubestops/Tubestops.js.map +1 -0
  180. package/dist/src/lib/components/Tubestops/style.module.css +952 -0
  181. package/dist/src/lib/components/Tubestops/style.module.css.map +1 -0
  182. package/dist/src/lib/components/UserIcon/UserIcon.d.ts +11 -0
  183. package/dist/src/lib/components/UserIcon/UserIcon.js +17 -0
  184. package/dist/src/lib/components/UserIcon/UserIcon.js.map +1 -0
  185. package/dist/src/lib/components/UserIcon/style.module.css +42 -0
  186. package/dist/src/lib/components/UserIcon/style.module.css.map +1 -0
  187. package/dist/src/lib/components/Video/Video.d.ts +17 -0
  188. package/dist/src/lib/components/Video/Video.js +9 -0
  189. package/dist/src/lib/components/Video/Video.js.map +1 -0
  190. package/dist/src/lib/index.d.ts +39 -39
  191. package/dist/src/lib/index.js +40 -42
  192. package/dist/src/lib/index.js.map +1 -1
  193. package/package.json +2 -6
  194. package/dist/src/lib/components/Accordion/index.js.map +0 -1
@@ -0,0 +1,952 @@
1
+ .classList {
2
+
3
+ width: 100%;
4
+
5
+ list-style-type: none;
6
+ }
7
+
8
+ .circle {
9
+
10
+ z-index: 10;
11
+
12
+ height: 1rem;
13
+
14
+ width: 1rem;
15
+
16
+ border-radius: 9999px;
17
+
18
+ --tw-bg-opacity: 1;
19
+
20
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
21
+ }
22
+
23
+ .liClassList {
24
+
25
+ position: relative;
26
+
27
+ margin-bottom: 0px;
28
+
29
+ display: flex;
30
+
31
+ flex: 1 1 auto;
32
+
33
+ flex-direction: row;
34
+
35
+ line-height: 1.25;
36
+ }
37
+
38
+ .tubestop.liClassList.none-reverse .status-flow-item:not(:first-child):after {
39
+
40
+ position: absolute;
41
+
42
+ display: block;
43
+
44
+ content: "";
45
+ width: 100%;
46
+ height: 1px;
47
+ left: -50%;
48
+ bottom: 7px;
49
+ }
50
+
51
+ .tubestop.liClassList.reverse .status-flow-item:not(:first-child):after {
52
+ left: -50%;
53
+ bottom: 7px;
54
+ position: absolute;
55
+ display: block;
56
+
57
+ content: "";
58
+ width: 100%;
59
+ height: 1px;
60
+ right: -50%;
61
+ top: 7px;
62
+ }
63
+
64
+ .ulClassList {
65
+
66
+ position: relative;
67
+
68
+ display: flex;
69
+
70
+ list-style-type: none;
71
+
72
+ padding-left: 0px;
73
+ }
74
+
75
+ .ulClassList.flex-col.none-reverse .status-flow-item:not(:first-child):before {
76
+
77
+ position: absolute;
78
+
79
+ display: block;
80
+
81
+ content: "";
82
+ width: 1px;
83
+ height: 100%;
84
+ left: 7px;
85
+ top: -100%;
86
+ }
87
+
88
+ .ulClassList.flex-col.none-reverse .status-flow-item:not(:last-child):after {
89
+
90
+ position: absolute;
91
+
92
+ display: block;
93
+
94
+ content: "";
95
+ width: 1px;
96
+ height: 100%;
97
+ left: 7px;
98
+ top: 40%;
99
+ }
100
+
101
+ .ulClassList.flex-col.reverse .status-flow-item:not(:first-child):before {
102
+
103
+ position: absolute;
104
+
105
+ display: block;
106
+
107
+ content: "";
108
+ width: 1px;
109
+ height: 100%;
110
+ right: 7px;
111
+ top: -100%;
112
+ }
113
+
114
+ .ulClassList.flex-col.reverse .status-flow-item:not(:last-child):after {
115
+
116
+ position: absolute;
117
+
118
+ display: block;
119
+
120
+ content: "";
121
+ width: 1px;
122
+ height: 100%;
123
+ right: 7px;
124
+ top: 40%;
125
+ }
126
+
127
+ .ulClassList.flex-row.none-reverse .status-flow-item:not(:first-child):after {
128
+
129
+ position: absolute;
130
+
131
+ display: block;
132
+
133
+ content: "";
134
+ width: 100%;
135
+ height: 1px;
136
+ left: -50%;
137
+ bottom: 7px;
138
+ }
139
+
140
+ .ulClassList.flex-row-reverse.none-reverse
141
+ .status-flow-item:not(:first-child):after {
142
+
143
+ position: absolute;
144
+
145
+ display: block;
146
+
147
+ content: "";
148
+ width: 100%;
149
+ height: 1px;
150
+ right: -50%;
151
+ top: 7px;
152
+ }
153
+
154
+ .ulClassList.flex-row.reverse .status-flow-item:not(:first-child):after {
155
+ left: -50%;
156
+ bottom: 7px;
157
+ position: absolute;
158
+ display: block;
159
+
160
+ content: "";
161
+ width: 100%;
162
+ height: 1px;
163
+ right: -50%;
164
+ top: 7px;
165
+ }
166
+
167
+ .textCenter {
168
+
169
+ text-align: center;
170
+ }
171
+
172
+ .ulHorizonatalReverse {
173
+
174
+ flex-direction: row;
175
+
176
+ justify-content: space-between;
177
+ }
178
+
179
+ .tubestop.flex-col.ulHorizonatalReverse .status-flow-item:not(:first-child):before {
180
+
181
+ position: absolute;
182
+
183
+ display: block;
184
+
185
+ content: "";
186
+ width: 1px;
187
+ height: 100%;
188
+ right: 7px;
189
+ top: -100%;
190
+ }
191
+
192
+ .tubestop.flex-col.ulHorizonatalReverse .status-flow-item:not(:last-child):after {
193
+
194
+ position: absolute;
195
+
196
+ display: block;
197
+
198
+ content: "";
199
+ width: 1px;
200
+ height: 100%;
201
+ right: 7px;
202
+ top: 40%;
203
+ }
204
+
205
+ .tubestop.ulHorizonatalReverse.none-reverse .status-flow-item:not(:first-child):after {
206
+
207
+ position: absolute;
208
+
209
+ display: block;
210
+
211
+ content: "";
212
+ width: 100%;
213
+ height: 1px;
214
+ left: -50%;
215
+ bottom: 7px;
216
+ }
217
+
218
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
219
+
220
+ position: absolute;
221
+ }
222
+
223
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
224
+
225
+ position: absolute;
226
+ }
227
+
228
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
229
+
230
+ display: block;
231
+ }
232
+
233
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
234
+
235
+ display: block;
236
+ }
237
+
238
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
239
+
240
+ content: "";
241
+ width: 100%;
242
+ height: 1px;
243
+ left: -50%;
244
+ bottom: 7px;
245
+ }
246
+
247
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
248
+
249
+ content: "";
250
+ width: 100%;
251
+ height: 1px;
252
+ left: -50%;
253
+ bottom: 7px;
254
+ }
255
+
256
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
257
+
258
+ position: absolute;
259
+ }
260
+
261
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
262
+
263
+ position: absolute;
264
+ }
265
+
266
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
267
+
268
+ display: block;
269
+ }
270
+
271
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
272
+
273
+ display: block;
274
+ }
275
+
276
+ .tubestop.ulHorizonatalReverse.reverse .status-flow-item:not(:first-child):after {
277
+
278
+ content: "";
279
+ width: 100%;
280
+ height: 1px;
281
+ right: -50%;
282
+ top: 7px;
283
+ }
284
+
285
+ .tubestop.flex-row.ulHorizonatalReverse .status-flow-item:not(:first-child):after {
286
+
287
+ content: "";
288
+ width: 100%;
289
+ height: 1px;
290
+ right: -50%;
291
+ top: 7px;
292
+ }
293
+
294
+ .ulHorizonatalNotReverse {
295
+
296
+ flex-direction: row;
297
+
298
+ justify-content: space-between;
299
+ }
300
+
301
+ .tubestop.flex-col.ulHorizonatalNotReverse .status-flow-item:not(:first-child):before {
302
+
303
+ position: absolute;
304
+
305
+ display: block;
306
+
307
+ content: "";
308
+ width: 1px;
309
+ height: 100%;
310
+ left: 7px;
311
+ top: -100%;
312
+ }
313
+
314
+ .tubestop.flex-col.ulHorizonatalNotReverse .status-flow-item:not(:last-child):after {
315
+
316
+ position: absolute;
317
+
318
+ display: block;
319
+
320
+ content: "";
321
+ width: 1px;
322
+ height: 100%;
323
+ left: 7px;
324
+ top: 40%;
325
+ }
326
+
327
+ .tubestop.ulHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
328
+
329
+ position: absolute;
330
+ }
331
+
332
+ .tubestop.flex-row.ulHorizonatalNotReverse .status-flow-item:not(:first-child):after {
333
+
334
+ position: absolute;
335
+ }
336
+
337
+ .tubestop.ulHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
338
+
339
+ display: block;
340
+ }
341
+
342
+ .tubestop.flex-row.ulHorizonatalNotReverse .status-flow-item:not(:first-child):after {
343
+
344
+ display: block;
345
+ }
346
+
347
+ .tubestop.ulHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
348
+
349
+ content: "";
350
+ width: 100%;
351
+ height: 1px;
352
+ left: -50%;
353
+ bottom: 7px;
354
+ }
355
+
356
+ .tubestop.flex-row.ulHorizonatalNotReverse .status-flow-item:not(:first-child):after {
357
+
358
+ content: "";
359
+ width: 100%;
360
+ height: 1px;
361
+ left: -50%;
362
+ bottom: 7px;
363
+ }
364
+
365
+ .tubestop.flex-row-reverse.ulHorizonatalNotReverse
366
+ .status-flow-item:not(:first-child):after {
367
+
368
+ position: absolute;
369
+
370
+ display: block;
371
+
372
+ content: "";
373
+ width: 100%;
374
+ height: 1px;
375
+ right: -50%;
376
+ top: 7px;
377
+ }
378
+
379
+ .tubestop.ulHorizonatalNotReverse.reverse .status-flow-item:not(:first-child):after {
380
+ left: -50%;
381
+ bottom: 7px;
382
+ position: absolute;
383
+ display: block;
384
+
385
+ content: "";
386
+ width: 100%;
387
+ height: 1px;
388
+ right: -50%;
389
+ top: 7px;
390
+ }
391
+
392
+ .ulNotHorizonatalNotReverse {
393
+
394
+ flex-direction: column;
395
+ }
396
+
397
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):before {
398
+
399
+ position: absolute;
400
+ }
401
+
402
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:first-child):before {
403
+
404
+ position: absolute;
405
+ }
406
+
407
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):before {
408
+
409
+ display: block;
410
+ }
411
+
412
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:first-child):before {
413
+
414
+ display: block;
415
+ }
416
+
417
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):before {
418
+
419
+ content: "";
420
+ width: 1px;
421
+ height: 100%;
422
+ left: 7px;
423
+ top: -100%;
424
+ }
425
+
426
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:first-child):before {
427
+
428
+ content: "";
429
+ width: 1px;
430
+ height: 100%;
431
+ left: 7px;
432
+ top: -100%;
433
+ }
434
+
435
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:last-child):after {
436
+
437
+ position: absolute;
438
+ }
439
+
440
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:last-child):after {
441
+
442
+ position: absolute;
443
+ }
444
+
445
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:last-child):after {
446
+
447
+ display: block;
448
+ }
449
+
450
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:last-child):after {
451
+
452
+ display: block;
453
+ }
454
+
455
+ .tubestop.ulNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:last-child):after {
456
+
457
+ content: "";
458
+ width: 1px;
459
+ height: 100%;
460
+ left: 7px;
461
+ top: 40%;
462
+ }
463
+
464
+ .tubestop.flex-col.ulNotHorizonatalNotReverse .status-flow-item:not(:last-child):after {
465
+
466
+ content: "";
467
+ width: 1px;
468
+ height: 100%;
469
+ left: 7px;
470
+ top: 40%;
471
+ }
472
+
473
+ .tubestop.ulNotHorizonatalNotReverse.reverse .status-flow-item:not(:first-child):before {
474
+
475
+ position: absolute;
476
+
477
+ display: block;
478
+
479
+ content: "";
480
+ width: 1px;
481
+ height: 100%;
482
+ right: 7px;
483
+ top: -100%;
484
+ }
485
+
486
+ .tubestop.ulNotHorizonatalNotReverse.reverse .status-flow-item:not(:last-child):after {
487
+
488
+ position: absolute;
489
+
490
+ display: block;
491
+
492
+ content: "";
493
+ width: 1px;
494
+ height: 100%;
495
+ right: 7px;
496
+ top: 40%;
497
+ }
498
+
499
+ .tubestop.flex-row.ulNotHorizonatalNotReverse .status-flow-item:not(:first-child):after {
500
+
501
+ position: absolute;
502
+
503
+ display: block;
504
+
505
+ content: "";
506
+ width: 100%;
507
+ height: 1px;
508
+ left: -50%;
509
+ bottom: 7px;
510
+ }
511
+
512
+ .tubestop.flex-row-reverse.ulNotHorizonatalNotReverse
513
+ .status-flow-item:not(:first-child):after {
514
+
515
+ position: absolute;
516
+
517
+ display: block;
518
+
519
+ content: "";
520
+ width: 100%;
521
+ height: 1px;
522
+ right: -50%;
523
+ top: 7px;
524
+ }
525
+
526
+ .ulNotHorizonatalReverse {
527
+
528
+ flex-direction: column;
529
+ }
530
+
531
+ .tubestop.ulNotHorizonatalReverse.none-reverse .status-flow-item:not(:first-child):before {
532
+
533
+ position: absolute;
534
+
535
+ display: block;
536
+
537
+ content: "";
538
+ width: 1px;
539
+ height: 100%;
540
+ left: 7px;
541
+ top: -100%;
542
+ }
543
+
544
+ .tubestop.ulNotHorizonatalReverse.none-reverse .status-flow-item:not(:last-child):after {
545
+
546
+ position: absolute;
547
+
548
+ display: block;
549
+
550
+ content: "";
551
+ width: 1px;
552
+ height: 100%;
553
+ left: 7px;
554
+ top: 40%;
555
+ }
556
+
557
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:first-child):before {
558
+
559
+ position: absolute;
560
+ }
561
+
562
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:first-child):before {
563
+
564
+ position: absolute;
565
+ }
566
+
567
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:first-child):before {
568
+
569
+ display: block;
570
+ }
571
+
572
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:first-child):before {
573
+
574
+ display: block;
575
+ }
576
+
577
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:first-child):before {
578
+
579
+ content: "";
580
+ width: 1px;
581
+ height: 100%;
582
+ right: 7px;
583
+ top: -100%;
584
+ }
585
+
586
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:first-child):before {
587
+
588
+ content: "";
589
+ width: 1px;
590
+ height: 100%;
591
+ right: 7px;
592
+ top: -100%;
593
+ }
594
+
595
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:last-child):after {
596
+
597
+ position: absolute;
598
+ }
599
+
600
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:last-child):after {
601
+
602
+ position: absolute;
603
+ }
604
+
605
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:last-child):after {
606
+
607
+ display: block;
608
+ }
609
+
610
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:last-child):after {
611
+
612
+ display: block;
613
+ }
614
+
615
+ .tubestop.ulNotHorizonatalReverse.reverse .status-flow-item:not(:last-child):after {
616
+
617
+ content: "";
618
+ width: 1px;
619
+ height: 100%;
620
+ right: 7px;
621
+ top: 40%;
622
+ }
623
+
624
+ .tubestop.flex-col.ulNotHorizonatalReverse .status-flow-item:not(:last-child):after {
625
+
626
+ content: "";
627
+ width: 1px;
628
+ height: 100%;
629
+ right: 7px;
630
+ top: 40%;
631
+ }
632
+
633
+ .tubestop.flex-row.ulNotHorizonatalReverse .status-flow-item:not(:first-child):after {
634
+ left: -50%;
635
+ bottom: 7px;
636
+ position: absolute;
637
+ display: block;
638
+
639
+ content: "";
640
+ width: 100%;
641
+ height: 1px;
642
+ right: -50%;
643
+ top: 7px;
644
+ }
645
+
646
+ .liHorizonatalReverse {
647
+
648
+ flex-direction: column;
649
+
650
+ align-items: center;
651
+ }
652
+
653
+ .tubestop.liHorizonatalReverse.none-reverse .status-flow-item:not(:first-child):before {
654
+
655
+ position: absolute;
656
+
657
+ display: block;
658
+
659
+ content: "";
660
+ width: 1px;
661
+ height: 100%;
662
+ left: 7px;
663
+ top: -100%;
664
+ }
665
+
666
+ .tubestop.liHorizonatalReverse.none-reverse .status-flow-item:not(:last-child):after {
667
+
668
+ position: absolute;
669
+
670
+ display: block;
671
+
672
+ content: "";
673
+ width: 1px;
674
+ height: 100%;
675
+ left: 7px;
676
+ top: 40%;
677
+ }
678
+
679
+ .tubestop.liHorizonatalReverse.reverse .status-flow-item:not(:first-child):before {
680
+
681
+ position: absolute;
682
+
683
+ display: block;
684
+
685
+ content: "";
686
+ width: 1px;
687
+ height: 100%;
688
+ right: 7px;
689
+ top: -100%;
690
+ }
691
+
692
+ .tubestop.liHorizonatalReverse.reverse .status-flow-item:not(:last-child):after {
693
+
694
+ position: absolute;
695
+
696
+ display: block;
697
+
698
+ content: "";
699
+ width: 1px;
700
+ height: 100%;
701
+ right: 7px;
702
+ top: 40%;
703
+ }
704
+
705
+ .liHorizonatalNotReverse {
706
+
707
+ flex-direction: column-reverse;
708
+
709
+ align-items: center;
710
+
711
+ justify-content: space-between;
712
+ }
713
+
714
+ .liNotHorizonatalNotReverse {
715
+
716
+ flex-direction: row;
717
+ }
718
+
719
+ .tubestop.flex-col.liNotHorizonatalNotReverse .status-flow-item:not(:first-child):before {
720
+
721
+ position: absolute;
722
+
723
+ display: block;
724
+
725
+ content: "";
726
+ width: 1px;
727
+ height: 100%;
728
+ left: 7px;
729
+ top: -100%;
730
+ }
731
+
732
+ .tubestop.flex-col.liNotHorizonatalNotReverse .status-flow-item:not(:last-child):after {
733
+
734
+ position: absolute;
735
+
736
+ display: block;
737
+
738
+ content: "";
739
+ width: 1px;
740
+ height: 100%;
741
+ left: 7px;
742
+ top: 40%;
743
+ }
744
+
745
+ .tubestop.liNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
746
+
747
+ position: absolute;
748
+ }
749
+
750
+ .tubestop.flex-row.liNotHorizonatalNotReverse .status-flow-item:not(:first-child):after {
751
+
752
+ position: absolute;
753
+ }
754
+
755
+ .tubestop.liNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
756
+
757
+ display: block;
758
+ }
759
+
760
+ .tubestop.flex-row.liNotHorizonatalNotReverse .status-flow-item:not(:first-child):after {
761
+
762
+ display: block;
763
+ }
764
+
765
+ .tubestop.liNotHorizonatalNotReverse.none-reverse .status-flow-item:not(:first-child):after {
766
+
767
+ content: "";
768
+ width: 100%;
769
+ height: 1px;
770
+ left: -50%;
771
+ bottom: 7px;
772
+ }
773
+
774
+ .tubestop.flex-row.liNotHorizonatalNotReverse .status-flow-item:not(:first-child):after {
775
+
776
+ content: "";
777
+ width: 100%;
778
+ height: 1px;
779
+ left: -50%;
780
+ bottom: 7px;
781
+ }
782
+
783
+ .tubestop.flex-row-reverse.liNotHorizonatalNotReverse
784
+ .status-flow-item:not(:first-child):after {
785
+
786
+ position: absolute;
787
+
788
+ display: block;
789
+
790
+ content: "";
791
+ width: 100%;
792
+ height: 1px;
793
+ right: -50%;
794
+ top: 7px;
795
+ }
796
+
797
+ .tubestop.liNotHorizonatalNotReverse.reverse .status-flow-item:not(:first-child):after {
798
+ left: -50%;
799
+ bottom: 7px;
800
+ position: absolute;
801
+ display: block;
802
+
803
+ content: "";
804
+ width: 100%;
805
+ height: 1px;
806
+ right: -50%;
807
+ top: 7px;
808
+ }
809
+
810
+ .liNotHorizonatalReverse {
811
+
812
+ flex-direction: row-reverse;
813
+ }
814
+
815
+ .tubestop.liNotHorizonatalReverse.none-reverse
816
+ .status-flow-item:not(:first-child):after {
817
+
818
+ position: absolute;
819
+
820
+ display: block;
821
+
822
+ content: "";
823
+ width: 100%;
824
+ height: 1px;
825
+ right: -50%;
826
+ top: 7px;
827
+ }
828
+
829
+ .horizonatalReverse {
830
+
831
+ padding-top: 0.5rem;
832
+ }
833
+
834
+ .horizonatalNotReverse {
835
+
836
+ padding-bottom: 0.5rem;
837
+ }
838
+
839
+ .notHorizonatalNotReverse {
840
+
841
+ padding-left: 1rem;
842
+ }
843
+
844
+ .notHorizonatalReverse {
845
+
846
+ padding-right: 1rem;
847
+ }
848
+
849
+ .margin {
850
+
851
+ margin-top: 3rem;
852
+
853
+ margin-bottom: 3rem;
854
+ }
855
+
856
+ /* Vertical */
857
+ .tubestop.flex-col.none-reverse .status-flow-item:not(:first-child):before {
858
+
859
+ position: absolute;
860
+
861
+ display: block;
862
+
863
+ content: "";
864
+ width: 1px;
865
+ height: 100%;
866
+ left: 7px;
867
+ top: -100%;
868
+ }
869
+
870
+ .tubestop.flex-col.none-reverse .status-flow-item:not(:last-child):after {
871
+
872
+ position: absolute;
873
+
874
+ display: block;
875
+
876
+ content: "";
877
+ width: 1px;
878
+ height: 100%;
879
+ left: 7px;
880
+ top: 40%;
881
+ }
882
+
883
+ /* reverse */
884
+ .tubestop.flex-col.reverse .status-flow-item:not(:first-child):before {
885
+
886
+ position: absolute;
887
+
888
+ display: block;
889
+
890
+ content: "";
891
+ width: 1px;
892
+ height: 100%;
893
+ right: 7px;
894
+ top: -100%;
895
+ }
896
+
897
+ .tubestop.flex-col.reverse .status-flow-item:not(:last-child):after {
898
+
899
+ position: absolute;
900
+
901
+ display: block;
902
+
903
+ content: "";
904
+ width: 1px;
905
+ height: 100%;
906
+ right: 7px;
907
+ top: 40%;
908
+ }
909
+
910
+ /* Horizontal */
911
+ .tubestop.flex-row.none-reverse .status-flow-item:not(:first-child):after {
912
+
913
+ position: absolute;
914
+
915
+ display: block;
916
+
917
+ content: "";
918
+ width: 100%;
919
+ height: 1px;
920
+ left: -50%;
921
+ bottom: 7px;
922
+ }
923
+
924
+ .tubestop.flex-row-reverse.none-reverse
925
+ .status-flow-item:not(:first-child):after {
926
+
927
+ position: absolute;
928
+
929
+ display: block;
930
+
931
+ content: "";
932
+ width: 100%;
933
+ height: 1px;
934
+ right: -50%;
935
+ top: 7px;
936
+ }
937
+
938
+ /*reverse*/
939
+ .tubestop.flex-row.reverse .status-flow-item:not(:first-child):after {
940
+ left: -50%;
941
+ bottom: 7px;
942
+ position: absolute;
943
+ display: block;
944
+
945
+ content: "";
946
+ width: 100%;
947
+ height: 1px;
948
+ right: -50%;
949
+ top: 7px;
950
+ }
951
+
952
+ /*# sourceMappingURL=style.module.css.map */