trepur_components 1.0.60 → 2.1.0

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