@tripie-pyotato/design-system 0.0.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 (486) hide show
  1. package/.turbo/turbo-build.log +4 -0
  2. package/.turbo/turbo-lint$colon$fix.log +22 -0
  3. package/.turbo/turbo-lint.log +18 -0
  4. package/.turbo/turbo-test.log +152 -0
  5. package/.turbo/turbo-typecheck.log +5 -0
  6. package/coverage/clover.xml +1651 -0
  7. package/coverage/coverage-final.json +57 -0
  8. package/coverage/lcov-report/base.css +224 -0
  9. package/coverage/lcov-report/block-navigation.js +87 -0
  10. package/coverage/lcov-report/dist/button.js.html +112 -0
  11. package/coverage/lcov-report/dist/common.js.html +127 -0
  12. package/coverage/lcov-report/dist/components/body/_body.js.html +157 -0
  13. package/coverage/lcov-report/dist/components/body/_body.stories.js.html +193 -0
  14. package/coverage/lcov-report/dist/components/body/index.html +146 -0
  15. package/coverage/lcov-report/dist/components/body/index.js.html +109 -0
  16. package/coverage/lcov-report/dist/components/index.html +116 -0
  17. package/coverage/lcov-report/dist/components/index.js.html +127 -0
  18. package/coverage/lcov-report/dist/components/myButton/index.html +161 -0
  19. package/coverage/lcov-report/dist/components/myButton/index.js.html +154 -0
  20. package/coverage/lcov-report/dist/components/myButton/my-button.js.html +109 -0
  21. package/coverage/lcov-report/dist/components/myButton/myButton.js.html +133 -0
  22. package/coverage/lcov-report/dist/components/myButton/myButton.stories.js.html +181 -0
  23. package/coverage/lcov-report/dist/components/typography/_typography.js.html +190 -0
  24. package/coverage/lcov-report/dist/components/typography/_typography.stories.js.html +352 -0
  25. package/coverage/lcov-report/dist/components/typography/index.html +146 -0
  26. package/coverage/lcov-report/dist/components/typography/index.js.html +154 -0
  27. package/coverage/lcov-report/dist/components/typography/text/_text.js.html +139 -0
  28. package/coverage/lcov-report/dist/components/typography/text/_text.stories.js.html +259 -0
  29. package/coverage/lcov-report/dist/components/typography/text/index.html +146 -0
  30. package/coverage/lcov-report/dist/components/typography/text/index.js.html +160 -0
  31. package/coverage/lcov-report/dist/fonts/index.html +116 -0
  32. package/coverage/lcov-report/dist/fonts/index.js.html +154 -0
  33. package/coverage/lcov-report/dist/hooks/index.html +131 -0
  34. package/coverage/lcov-report/dist/hooks/index.js.html +136 -0
  35. package/coverage/lcov-report/dist/hooks/useAppTheme.js.html +202 -0
  36. package/coverage/lcov-report/dist/index.html +161 -0
  37. package/coverage/lcov-report/dist/index.js.html +139 -0
  38. package/coverage/lcov-report/dist/my-button.js.html +109 -0
  39. package/coverage/lcov-report/dist/myButton/Button.stories.js.html +229 -0
  40. package/coverage/lcov-report/dist/myButton/index.html +161 -0
  41. package/coverage/lcov-report/dist/myButton/index.js.html +154 -0
  42. package/coverage/lcov-report/dist/myButton/myButton.js.html +133 -0
  43. package/coverage/lcov-report/dist/myButton/myButton.stories.js.html +181 -0
  44. package/coverage/lcov-report/dist/text/index.html +176 -0
  45. package/coverage/lcov-report/dist/text/index.js.html +139 -0
  46. package/coverage/lcov-report/dist/text/text.js.html +151 -0
  47. package/coverage/lcov-report/dist/text/text.stories.js.html +232 -0
  48. package/coverage/lcov-report/dist/text/typography.js.html +160 -0
  49. package/coverage/lcov-report/dist/text/typography.stories.js.html +166 -0
  50. package/coverage/lcov-report/favicon.png +0 -0
  51. package/coverage/lcov-report/index.html +431 -0
  52. package/coverage/lcov-report/prettify.css +1 -0
  53. package/coverage/lcov-report/prettify.js +2 -0
  54. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  55. package/coverage/lcov-report/sorter.js +196 -0
  56. package/coverage/lcov-report/src/components/body/_body.stories.tsx.html +196 -0
  57. package/coverage/lcov-report/src/components/body/_body.tsx.html +163 -0
  58. package/coverage/lcov-report/src/components/body/index.html +146 -0
  59. package/coverage/lcov-report/src/components/body/index.ts.html +88 -0
  60. package/coverage/lcov-report/src/components/index.html +116 -0
  61. package/coverage/lcov-report/src/components/index.ts.html +97 -0
  62. package/coverage/lcov-report/src/components/myButton/index.html +161 -0
  63. package/coverage/lcov-report/src/components/myButton/index.ts.html +91 -0
  64. package/coverage/lcov-report/src/components/myButton/my-button.tsx.html +109 -0
  65. package/coverage/lcov-report/src/components/myButton/myButton.stories.tsx.html +220 -0
  66. package/coverage/lcov-report/src/components/myButton/myButton.tsx.html +160 -0
  67. package/coverage/lcov-report/src/components/typography/font/_font.tsx.html +127 -0
  68. package/coverage/lcov-report/src/components/typography/font/index.html +131 -0
  69. package/coverage/lcov-report/src/components/typography/font/index.ts.html +91 -0
  70. package/coverage/lcov-report/src/components/typography/headings/_headings.stories.tsx.html +361 -0
  71. package/coverage/lcov-report/src/components/typography/headings/_headings.tsx.html +211 -0
  72. package/coverage/lcov-report/src/components/typography/headings/index.html +146 -0
  73. package/coverage/lcov-report/src/components/typography/headings/index.ts.html +91 -0
  74. package/coverage/lcov-report/src/components/typography/index.html +116 -0
  75. package/coverage/lcov-report/src/components/typography/index.ts.html +91 -0
  76. package/coverage/lcov-report/src/components/typography/link/_link.stories.tsx.html +268 -0
  77. package/coverage/lcov-report/src/components/typography/link/_link.tsx.html +199 -0
  78. package/coverage/lcov-report/src/components/typography/link/index.html +146 -0
  79. package/coverage/lcov-report/src/components/typography/link/index.ts.html +91 -0
  80. package/coverage/lcov-report/src/components/typography/paragraph/_paragraph.stories.tsx.html +229 -0
  81. package/coverage/lcov-report/src/components/typography/paragraph/_paragraph.tsx.html +124 -0
  82. package/coverage/lcov-report/src/components/typography/paragraph/index.html +131 -0
  83. package/coverage/lcov-report/src/components/typography/text/_text.stories.tsx.html +184 -0
  84. package/coverage/lcov-report/src/components/typography/text/_text.tsx.html +196 -0
  85. package/coverage/lcov-report/src/components/typography/text/index.html +146 -0
  86. package/coverage/lcov-report/src/components/typography/text/index.ts.html +91 -0
  87. package/coverage/lcov-report/src/hooks/index.html +131 -0
  88. package/coverage/lcov-report/src/hooks/index.ts.html +88 -0
  89. package/coverage/lcov-report/src/hooks/useAppTheme.ts.html +220 -0
  90. package/coverage/lcov-report/src/index.html +116 -0
  91. package/coverage/lcov-report/src/index.ts.html +91 -0
  92. package/coverage/lcov-report/turbo/generators/config.ts.html +175 -0
  93. package/coverage/lcov-report/turbo/generators/index.html +116 -0
  94. package/coverage/lcov.info +2087 -0
  95. package/dist/button.d.ts +7 -0
  96. package/dist/button.d.ts.map +1 -0
  97. package/dist/button.js +9 -0
  98. package/dist/common.d.ts +12 -0
  99. package/dist/common.d.ts.map +1 -0
  100. package/dist/common.js +14 -0
  101. package/dist/components/body/_body.d.ts +8 -0
  102. package/dist/components/body/_body.d.ts.map +1 -0
  103. package/dist/components/body/_body.js +24 -0
  104. package/dist/components/body/_body.stories.d.ts +7 -0
  105. package/dist/components/body/_body.stories.d.ts.map +1 -0
  106. package/dist/components/body/_body.stories.js +36 -0
  107. package/dist/components/body/index.d.ts +2 -0
  108. package/dist/components/body/index.d.ts.map +1 -0
  109. package/dist/components/body/index.js +8 -0
  110. package/dist/components/index.d.ts +5 -0
  111. package/dist/components/index.d.ts.map +1 -0
  112. package/dist/components/index.js +14 -0
  113. package/dist/components/myButton/index.d.ts +3 -0
  114. package/dist/components/myButton/index.d.ts.map +1 -0
  115. package/dist/components/myButton/index.js +23 -0
  116. package/dist/components/myButton/my-button.d.ts +4 -0
  117. package/dist/components/myButton/my-button.d.ts.map +1 -0
  118. package/dist/components/myButton/my-button.js +8 -0
  119. package/dist/components/myButton/myButton.d.ts +7 -0
  120. package/dist/components/myButton/myButton.d.ts.map +1 -0
  121. package/dist/components/myButton/myButton.js +16 -0
  122. package/dist/components/myButton/myButton.stories.d.ts +7 -0
  123. package/dist/components/myButton/myButton.stories.d.ts.map +1 -0
  124. package/dist/components/myButton/myButton.stories.js +32 -0
  125. package/dist/components/typography/_typography.d.ts +23 -0
  126. package/dist/components/typography/_typography.d.ts.map +1 -0
  127. package/dist/components/typography/_typography.js +35 -0
  128. package/dist/components/typography/_typography.stories.d.ts +13 -0
  129. package/dist/components/typography/_typography.stories.d.ts.map +1 -0
  130. package/dist/components/typography/_typography.stories.js +89 -0
  131. package/dist/components/typography/index.d.ts +3 -0
  132. package/dist/components/typography/index.d.ts.map +1 -0
  133. package/dist/components/typography/index.js +23 -0
  134. package/dist/components/typography/text/_text.d.ts +19 -0
  135. package/dist/components/typography/text/_text.d.ts.map +1 -0
  136. package/dist/components/typography/text/_text.js +18 -0
  137. package/dist/components/typography/text/_text.stories.d.ts +10 -0
  138. package/dist/components/typography/text/_text.stories.d.ts.map +1 -0
  139. package/dist/components/typography/text/_text.stories.js +58 -0
  140. package/dist/components/typography/text/index.d.ts +3 -0
  141. package/dist/components/typography/text/index.d.ts.map +1 -0
  142. package/dist/components/typography/text/index.js +25 -0
  143. package/dist/fonts/index.d.ts +3 -0
  144. package/dist/fonts/index.d.ts.map +1 -0
  145. package/dist/fonts/index.js +23 -0
  146. package/dist/hooks/index.d.ts +2 -0
  147. package/dist/hooks/index.d.ts.map +1 -0
  148. package/dist/hooks/index.js +17 -0
  149. package/dist/hooks/useAppTheme.d.ts +21 -0
  150. package/dist/hooks/useAppTheme.d.ts.map +1 -0
  151. package/dist/hooks/useAppTheme.js +39 -0
  152. package/dist/index.d.ts +3 -0
  153. package/dist/index.d.ts.map +1 -0
  154. package/dist/index.js +18 -0
  155. package/dist/my-button.d.ts +4 -0
  156. package/dist/my-button.d.ts.map +1 -0
  157. package/dist/my-button.js +8 -0
  158. package/dist/myButton/Button.stories.d.ts +8 -0
  159. package/dist/myButton/Button.stories.d.ts.map +1 -0
  160. package/dist/myButton/Button.stories.js +48 -0
  161. package/dist/myButton/index.d.ts +3 -0
  162. package/dist/myButton/index.d.ts.map +1 -0
  163. package/dist/myButton/index.js +23 -0
  164. package/dist/myButton/myButton.d.ts +7 -0
  165. package/dist/myButton/myButton.d.ts.map +1 -0
  166. package/dist/myButton/myButton.js +16 -0
  167. package/dist/myButton/myButton.stories.d.ts +7 -0
  168. package/dist/myButton/myButton.stories.d.ts.map +1 -0
  169. package/dist/myButton/myButton.stories.js +32 -0
  170. package/dist/src/components/Accordian/Accordian.jsx +61 -0
  171. package/dist/src/components/Accordian/accordian.stories.jsx +76 -0
  172. package/dist/src/components/Accordian/index.js +21 -0
  173. package/dist/src/components/Accordian/variants.js +46 -0
  174. package/dist/src/components/Carousel/Carousel.jsx +84 -0
  175. package/dist/src/components/Carousel/Carousel.spec.jsx +203 -0
  176. package/dist/src/components/Carousel/carousel.stories.jsx +56 -0
  177. package/dist/src/components/Carousel/images.js +40 -0
  178. package/dist/src/components/Carousel/index.js +20 -0
  179. package/dist/src/components/Chip/Chip.jsx +27 -0
  180. package/dist/src/components/Chip/Chip.spec.jsx +103 -0
  181. package/dist/src/components/Chip/chip.stories.jsx +61 -0
  182. package/dist/src/components/Chip/index.js +20 -0
  183. package/dist/src/components/ChipMarker/ChipMarker.jsx +17 -0
  184. package/dist/src/components/ChipMarker/chip.stories.jsx +42 -0
  185. package/dist/src/components/ChipMarker/index.js +20 -0
  186. package/dist/src/components/Divider/Divider.jsx +21 -0
  187. package/dist/src/components/Divider/constants.js +10 -0
  188. package/dist/src/components/Divider/divider.stories.jsx +72 -0
  189. package/dist/src/components/Divider/index.js +20 -0
  190. package/dist/src/components/Headings/Headings.jsx +37 -0
  191. package/dist/src/components/Headings/headings.stories.jsx +83 -0
  192. package/dist/src/components/Headings/index.js +20 -0
  193. package/dist/src/components/Link/Link.jsx +26 -0
  194. package/dist/src/components/Link/List.spec.jsx +22 -0
  195. package/dist/src/components/Link/index.js +20 -0
  196. package/dist/src/components/Link/link.stories.jsx +53 -0
  197. package/dist/src/components/List/List.jsx +29 -0
  198. package/dist/src/components/List/list-item.stories.jsx +81 -0
  199. package/dist/src/components/List/list.stories.jsx +45 -0
  200. package/dist/src/components/List/variants.js +24 -0
  201. package/dist/src/components/MotionSlideUp/MotionSlideUp.jsx +20 -0
  202. package/dist/src/components/MotionSlideUp/index.js +20 -0
  203. package/dist/src/components/Particle/Background/ParticleBackground.jsx +16 -0
  204. package/dist/src/components/Particle/Background/index.js +20 -0
  205. package/dist/src/components/Particle/Background/particle-background.stories.jsx +29 -0
  206. package/dist/src/components/Particle/Field/ParticleField.jsx +17 -0
  207. package/dist/src/components/Particle/Field/index.js +20 -0
  208. package/dist/src/components/Particle/Field/particle-field.stories.jsx +31 -0
  209. package/dist/src/components/Particle/Particles/Particles.jsx +15 -0
  210. package/dist/src/components/RotatingBlur/RotatingBlur.jsx +19 -0
  211. package/dist/src/components/RotatingBlur/index.js +20 -0
  212. package/dist/src/components/RotatingBlur/rotating-blur.stories.jsx +38 -0
  213. package/dist/src/components/SplashScreen/SplashScreen.jsx +22 -0
  214. package/dist/src/components/SplashScreen/index.js +20 -0
  215. package/dist/src/components/SplashScreen/splash-screen.stories.jsx +44 -0
  216. package/dist/src/components/Switch/Switch.jsx +18 -0
  217. package/dist/src/components/Switch/index.js +20 -0
  218. package/dist/src/components/Switch/switch.stories.jsx +31 -0
  219. package/dist/src/components/Switch/variants.js +35 -0
  220. package/dist/src/components/Text/Text.jsx +72 -0
  221. package/dist/src/components/Text/index.js +20 -0
  222. package/dist/src/components/Text/text.stories.jsx +44 -0
  223. package/dist/src/components/Text/variants.js +40 -0
  224. package/dist/src/components/TextFill/TextFillAnimation.jsx +51 -0
  225. package/dist/src/components/TextFill/index.js +20 -0
  226. package/dist/src/components/TextFill/text-fill-animation.stories.jsx +51 -0
  227. package/dist/src/components/TextUnderlineAnimation/TextUnderlineAnimation.jsx +16 -0
  228. package/dist/src/components/TextUnderlineAnimation/index.js +20 -0
  229. package/dist/src/components/TextUnderlineAnimation/text-underline-animation.stories.jsx +34 -0
  230. package/dist/src/components/TextUnderlineAnimation/variants.js +24 -0
  231. package/dist/src/components/TripieButton/Animated/AnimateButton.spec.jsx +106 -0
  232. package/dist/src/components/TripieButton/Animated/AnimatedButton.jsx +16 -0
  233. package/dist/src/components/TripieButton/Animated/animated-button.stories.jsx +58 -0
  234. package/dist/src/components/TripieButton/Animated/index.js +20 -0
  235. package/dist/src/components/TripieButton/Animated/variants.js +15 -0
  236. package/dist/src/components/TripieButton/MenuToggle/MenuItem/index.jsx +15 -0
  237. package/dist/src/components/TripieButton/MenuToggle/MenuItem/menu-item.stories.jsx +36 -0
  238. package/dist/src/components/TripieButton/MenuToggle/MenuItem/variants.js +19 -0
  239. package/dist/src/components/TripieButton/MenuToggle/MenuList/index.jsx +15 -0
  240. package/dist/src/components/TripieButton/MenuToggle/MenuList/menu-list.stories.jsx +41 -0
  241. package/dist/src/components/TripieButton/MenuToggle/MenuList/variants.js +15 -0
  242. package/dist/src/components/TripieButton/MenuToggle/MenuToggle.jsx +45 -0
  243. package/dist/src/components/TripieButton/MenuToggle/index.js +20 -0
  244. package/dist/src/components/TripieButton/MenuToggle/menu-toggle.stories.jsx +55 -0
  245. package/dist/src/components/TripieButton/NoStyle/NoStyleButton.jsx +12 -0
  246. package/dist/src/components/TripieButton/NoStyle/NoStyleButton.spec.jsx +87 -0
  247. package/dist/src/components/TripieButton/NoStyle/index.js +20 -0
  248. package/dist/src/components/TripieButton/NoStyle/no-style-button.stories.jsx +29 -0
  249. package/dist/src/components/TripieCard/Card.jsx +57 -0
  250. package/dist/src/components/TripieCard/card.stories.jsx +45 -0
  251. package/dist/src/components/TripieCard/index.js +20 -0
  252. package/dist/src/components/TripieContainer/TripieContainer.jsx +23 -0
  253. package/dist/src/components/TripieContainer/index.js +20 -0
  254. package/dist/src/components/TripieContainer/tripie-container.stories.jsx +70 -0
  255. package/dist/src/components/TripieIcon/Icon.jsx +84 -0
  256. package/dist/src/components/TripieIcon/icon-transport.stories.jsx +89 -0
  257. package/dist/src/components/TripieIcon/icon.stories.jsx +68 -0
  258. package/dist/src/components/TripieIcon/index.js +20 -0
  259. package/dist/src/components/TripieIcon/variants.js +172 -0
  260. package/dist/src/components/TripieImage/TripieImage.jsx +25 -0
  261. package/dist/src/components/TripieImage/index.js +20 -0
  262. package/dist/src/components/TripieImage/tripie-image.stories.jsx +86 -0
  263. package/dist/src/components/TripieSkeleton/Skeleton.jsx +30 -0
  264. package/dist/src/components/TripieSkeleton/index.js +20 -0
  265. package/dist/src/components/TripieSkeleton/skeleton.stories.jsx +28 -0
  266. package/dist/src/components/index.js +54 -0
  267. package/dist/src/font.js +12 -0
  268. package/dist/src/hooks/index.js +19 -0
  269. package/dist/src/hooks/useAppTheme.js +33 -0
  270. package/dist/src/hooks/useCycle.js +32 -0
  271. package/dist/src/hooks/useDrawer.js +21 -0
  272. package/dist/src/index.js +19 -0
  273. package/dist/src/shared/colors.js +20 -0
  274. package/dist/src/shared/index.js +19 -0
  275. package/dist/src/shared/resource.js +26 -0
  276. package/dist/src/shared/variants.js +66 -0
  277. package/dist/text/index.d.ts +3 -0
  278. package/dist/text/index.d.ts.map +1 -0
  279. package/dist/text/index.js +18 -0
  280. package/dist/text/text.d.ts +47 -0
  281. package/dist/text/text.d.ts.map +1 -0
  282. package/dist/text/text.js +22 -0
  283. package/dist/text/text.stories.d.ts +10 -0
  284. package/dist/text/text.stories.d.ts.map +1 -0
  285. package/dist/text/text.stories.js +49 -0
  286. package/dist/text/typography.d.ts +18 -0
  287. package/dist/text/typography.d.ts.map +1 -0
  288. package/dist/text/typography.js +25 -0
  289. package/dist/text/typography.stories.d.ts +7 -0
  290. package/dist/text/typography.stories.d.ts.map +1 -0
  291. package/dist/text/typography.stories.js +27 -0
  292. package/dist/turbo/generators/config.js +30 -0
  293. package/jest.config.cjs +21 -0
  294. package/jest.setup.cjs +4 -0
  295. package/package.json +80 -0
  296. package/setupTests.mjs +39 -0
  297. package/src/base/_breakpoint.scss +15 -0
  298. package/src/base/_colors.scss +98 -0
  299. package/src/base/_config.scss +33 -0
  300. package/src/base/_font-size.scss +17 -0
  301. package/src/base/_font-stack.scss +27 -0
  302. package/src/base/_font-weight.scss +23 -0
  303. package/src/base/_letter-spacing.scss +12 -0
  304. package/src/base/_line-height.scss +12 -0
  305. package/src/base/_motion.scss +35 -0
  306. package/src/base/_shape.scss +19 -0
  307. package/src/base/_space.scss +58 -0
  308. package/src/base/_theme.scss +97 -0
  309. package/src/base/_z-index.scss +44 -0
  310. package/src/base/index.scss +13 -0
  311. package/src/components/Accordian/Accordian.tsx +72 -0
  312. package/src/components/Accordian/accordian.module.scss +18 -0
  313. package/src/components/Accordian/accordian.stories.tsx +86 -0
  314. package/src/components/Accordian/index.ts +3 -0
  315. package/src/components/Accordian/variants.ts +45 -0
  316. package/src/components/Carousel/Carousel.spec.tsx +239 -0
  317. package/src/components/Carousel/Carousel.tsx +131 -0
  318. package/src/components/Carousel/carousel.module.scss +61 -0
  319. package/src/components/Carousel/carousel.stories.tsx +117 -0
  320. package/src/components/Carousel/images.ts +44 -0
  321. package/src/components/Carousel/index.ts +2 -0
  322. package/src/components/Chip/Chip.spec.tsx +59 -0
  323. package/src/components/Chip/Chip.tsx +64 -0
  324. package/src/components/Chip/chip.module.scss +79 -0
  325. package/src/components/Chip/chip.stories.tsx +70 -0
  326. package/src/components/Chip/index.ts +2 -0
  327. package/src/components/ChipMarker/ChipMarker.tsx +20 -0
  328. package/src/components/ChipMarker/chip-marker.module.scss +75 -0
  329. package/src/components/ChipMarker/chip.stories.tsx +48 -0
  330. package/src/components/ChipMarker/index.ts +2 -0
  331. package/src/components/Divider/Divider.tsx +29 -0
  332. package/src/components/Divider/constants.ts +9 -0
  333. package/src/components/Divider/divider.module.scss +37 -0
  334. package/src/components/Divider/divider.stories.tsx +94 -0
  335. package/src/components/Divider/index.ts +2 -0
  336. package/src/components/Headings/Headings.tsx +36 -0
  337. package/src/components/Headings/headings.module.scss +46 -0
  338. package/src/components/Headings/headings.stories.tsx +92 -0
  339. package/src/components/Headings/index.ts +2 -0
  340. package/src/components/Link/Link.tsx +31 -0
  341. package/src/components/Link/List.spec.tsx +25 -0
  342. package/src/components/Link/index.ts +2 -0
  343. package/src/components/Link/link.module.scss +26 -0
  344. package/src/components/Link/link.stories.tsx +61 -0
  345. package/src/components/List/List.tsx +63 -0
  346. package/src/components/List/list-item.stories.tsx +89 -0
  347. package/src/components/List/list.module.scss +59 -0
  348. package/src/components/List/list.stories.tsx +65 -0
  349. package/src/components/List/variants.ts +23 -0
  350. package/src/components/MotionSlideUp/MotionSlideUp.tsx +37 -0
  351. package/src/components/MotionSlideUp/index.ts +2 -0
  352. package/src/components/Particle/Background/ParticleBackground.tsx +18 -0
  353. package/src/components/Particle/Background/index.ts +2 -0
  354. package/src/components/Particle/Background/particle-background.module.scss +25 -0
  355. package/src/components/Particle/Background/particle-background.stories.tsx +36 -0
  356. package/src/components/Particle/Field/ParticleField.tsx +28 -0
  357. package/src/components/Particle/Field/index.ts +2 -0
  358. package/src/components/Particle/Field/particle-field.module.scss +6 -0
  359. package/src/components/Particle/Field/particle-field.stories.tsx +38 -0
  360. package/src/components/Particle/Particles/Particles.tsx +22 -0
  361. package/src/components/Particle/Particles/particles.module.scss +19 -0
  362. package/src/components/RotatingBlur/RotatingBlur.tsx +26 -0
  363. package/src/components/RotatingBlur/index.ts +2 -0
  364. package/src/components/RotatingBlur/rotating-blur.module.scss +59 -0
  365. package/src/components/RotatingBlur/rotating-blur.stories.tsx +45 -0
  366. package/src/components/SplashScreen/SplashScreen.tsx +31 -0
  367. package/src/components/SplashScreen/index.ts +2 -0
  368. package/src/components/SplashScreen/splash-screen.module.scss +12 -0
  369. package/src/components/SplashScreen/splash-screen.stories.tsx +53 -0
  370. package/src/components/Switch/Switch.tsx +33 -0
  371. package/src/components/Switch/index.ts +2 -0
  372. package/src/components/Switch/switch.module.scss +43 -0
  373. package/src/components/Switch/switch.stories.tsx +36 -0
  374. package/src/components/Switch/variants.ts +34 -0
  375. package/src/components/Text/Text.tsx +158 -0
  376. package/src/components/Text/index.ts +2 -0
  377. package/src/components/Text/text.module.scss +84 -0
  378. package/src/components/Text/text.stories.tsx +52 -0
  379. package/src/components/Text/variants.ts +53 -0
  380. package/src/components/TextFill/TextFillAnimation.tsx +87 -0
  381. package/src/components/TextFill/index.ts +2 -0
  382. package/src/components/TextFill/text-fill-animation.module.scss +37 -0
  383. package/src/components/TextFill/text-fill-animation.stories.tsx +61 -0
  384. package/src/components/TextUnderlineAnimation/TextUnderlineAnimation.tsx +37 -0
  385. package/src/components/TextUnderlineAnimation/index.ts +2 -0
  386. package/src/components/TextUnderlineAnimation/text-underline-animation.stories.tsx +39 -0
  387. package/src/components/TextUnderlineAnimation/text-underline.module.scss +13 -0
  388. package/src/components/TextUnderlineAnimation/variants.ts +23 -0
  389. package/src/components/TripieButton/Animated/AnimateButton.spec.tsx +84 -0
  390. package/src/components/TripieButton/Animated/AnimatedButton.tsx +88 -0
  391. package/src/components/TripieButton/Animated/animated-button.module.scss +61 -0
  392. package/src/components/TripieButton/Animated/animated-button.stories.tsx +68 -0
  393. package/src/components/TripieButton/Animated/index.ts +2 -0
  394. package/src/components/TripieButton/MenuToggle/MenuItem/index.tsx +28 -0
  395. package/src/components/TripieButton/MenuToggle/MenuItem/menu-item.module.scss +14 -0
  396. package/src/components/TripieButton/MenuToggle/MenuItem/menu-item.stories.tsx +42 -0
  397. package/src/components/TripieButton/MenuToggle/MenuItem/variants.ts +18 -0
  398. package/src/components/TripieButton/MenuToggle/MenuList/index.tsx +20 -0
  399. package/src/components/TripieButton/MenuToggle/MenuList/menu-list.module.scss +21 -0
  400. package/src/components/TripieButton/MenuToggle/MenuList/menu-list.stories.tsx +51 -0
  401. package/src/components/TripieButton/MenuToggle/MenuList/variants.ts +14 -0
  402. package/src/components/TripieButton/MenuToggle/MenuToggle.tsx +67 -0
  403. package/src/components/TripieButton/MenuToggle/index.ts +2 -0
  404. package/src/components/TripieButton/MenuToggle/menu-toggle.module.scss +42 -0
  405. package/src/components/TripieButton/MenuToggle/menu-toggle.stories.tsx +73 -0
  406. package/src/components/TripieButton/NoStyle/NoStyleButton.spec.tsx +50 -0
  407. package/src/components/TripieButton/NoStyle/NoStyleButton.tsx +27 -0
  408. package/src/components/TripieButton/NoStyle/index.ts +2 -0
  409. package/src/components/TripieButton/NoStyle/no-style-button.module.scss +5 -0
  410. package/src/components/TripieButton/NoStyle/no-style-button.stories.tsx +34 -0
  411. package/src/components/TripieCard/Card.tsx +167 -0
  412. package/src/components/TripieCard/card.module.scss +122 -0
  413. package/src/components/TripieCard/card.stories.tsx +66 -0
  414. package/src/components/TripieCard/index.ts +2 -0
  415. package/src/components/TripieContainer/TripieContainer.tsx +54 -0
  416. package/src/components/TripieContainer/index.ts +2 -0
  417. package/src/components/TripieContainer/tripie-container.module.scss +93 -0
  418. package/src/components/TripieContainer/tripie-container.stories.tsx +81 -0
  419. package/src/components/TripieIcon/Icon.tsx +242 -0
  420. package/src/components/TripieIcon/icon-transport.stories.tsx +108 -0
  421. package/src/components/TripieIcon/icon.module.scss +35 -0
  422. package/src/components/TripieIcon/icon.stories.tsx +81 -0
  423. package/src/components/TripieIcon/index.ts +2 -0
  424. package/src/components/TripieIcon/variants.ts +177 -0
  425. package/src/components/TripieImage/TripieImage.tsx +90 -0
  426. package/src/components/TripieImage/index.ts +2 -0
  427. package/src/components/TripieImage/tripie-image.module.scss +73 -0
  428. package/src/components/TripieImage/tripie-image.stories.tsx +128 -0
  429. package/src/components/TripieSkeleton/Skeleton.tsx +27 -0
  430. package/src/components/TripieSkeleton/index.ts +2 -0
  431. package/src/components/TripieSkeleton/skeleton.module.scss +7 -0
  432. package/src/components/TripieSkeleton/skeleton.stories.tsx +32 -0
  433. package/src/components/index.ts +25 -0
  434. package/src/font.ts +12 -0
  435. package/src/functions/_breakpoint.scss +21 -0
  436. package/src/functions/_color.scss +63 -0
  437. package/src/functions/_config.scss +27 -0
  438. package/src/functions/_shape.scss +29 -0
  439. package/src/functions/_space.scss +28 -0
  440. package/src/functions/_typography.scss +101 -0
  441. package/src/functions/_units.scss +66 -0
  442. package/src/functions/_z-index.scss +21 -0
  443. package/src/functions/index.scss +8 -0
  444. package/src/generator/_generator.scss +21 -0
  445. package/src/generator/index.scss +1 -0
  446. package/src/global.scss +49 -0
  447. package/src/hooks/index.ts +3 -0
  448. package/src/hooks/useAppTheme.ts +41 -0
  449. package/src/hooks/useCycle.ts +28 -0
  450. package/src/hooks/useDrawer.ts +29 -0
  451. package/src/index.ts +3 -0
  452. package/src/mixins/_border.scss +83 -0
  453. package/src/mixins/_clear.scss +21 -0
  454. package/src/mixins/_color.scss +19 -0
  455. package/src/mixins/_default.scss +40 -0
  456. package/src/mixins/_media.scss +26 -0
  457. package/src/mixins/_normalize.scss +353 -0
  458. package/src/mixins/_positioning.scss +34 -0
  459. package/src/mixins/_pseudo.scss +39 -0
  460. package/src/mixins/_reset.scss +70 -0
  461. package/src/mixins/_shape.scss +12 -0
  462. package/src/mixins/_skeleton.scss +89 -0
  463. package/src/mixins/_text.scss +52 -0
  464. package/src/mixins/_transition.scss +90 -0
  465. package/src/mixins/_z-index.scss +12 -0
  466. package/src/mixins/index.scss +14 -0
  467. package/src/mixins.scss +275 -0
  468. package/src/shared/colors.ts +18 -0
  469. package/src/shared/index.ts +3 -0
  470. package/src/shared/resource.ts +26 -0
  471. package/src/shared/variants.ts +68 -0
  472. package/src/shared/wrappers/classNames.ts +2 -0
  473. package/src/shared/wrappers/index.tsx +4 -0
  474. package/src/shared/wrappers/motion-wrapper.tsx +27 -0
  475. package/src/static/fonts/MaruBuri-Regular.eot +0 -0
  476. package/src/static/fonts/MaruBuri-Regular.otf +0 -0
  477. package/src/static/fonts/MaruBuri-Regular.ttf +0 -0
  478. package/src/static/fonts/MaruBuri-Regular.woff +0 -0
  479. package/src/static/fonts/MaruBuri-Regular.woff2 +0 -0
  480. package/src/styles/index.scss +2 -0
  481. package/src/typings.d.ts +5 -0
  482. package/src/variables.scss +31 -0
  483. package/tsconfig.json +21 -0
  484. package/turbo/generators/config.ts +30 -0
  485. package/turbo/generators/templates/component.hbs +8 -0
  486. package/vite.config.mjs +25 -0
@@ -0,0 +1,2087 @@
1
+ TN:
2
+ SF:dist/button.js
3
+ FN:1,(empty-report)
4
+ FNF:1
5
+ FNH:0
6
+ FNDA:0,(empty-report)
7
+ DA:1,0
8
+ DA:2,0
9
+ DA:3,0
10
+ DA:4,0
11
+ DA:5,0
12
+ DA:6,0
13
+ DA:7,0
14
+ DA:8,0
15
+ DA:9,0
16
+ LF:9
17
+ LH:0
18
+ BRDA:1,0,0,0
19
+ BRF:1
20
+ BRH:0
21
+ end_of_record
22
+ TN:
23
+ SF:dist/common.js
24
+ FN:1,(empty-report)
25
+ FNF:1
26
+ FNH:0
27
+ FNDA:0,(empty-report)
28
+ DA:1,0
29
+ DA:2,0
30
+ DA:3,0
31
+ DA:4,0
32
+ DA:5,0
33
+ DA:6,0
34
+ DA:7,0
35
+ DA:8,0
36
+ DA:9,0
37
+ DA:10,0
38
+ DA:11,0
39
+ DA:12,0
40
+ DA:13,0
41
+ DA:14,0
42
+ LF:14
43
+ LH:0
44
+ BRDA:1,0,0,0
45
+ BRF:1
46
+ BRH:0
47
+ end_of_record
48
+ TN:
49
+ SF:dist/index.js
50
+ FN:1,(empty-report)
51
+ FNF:1
52
+ FNH:0
53
+ FNDA:0,(empty-report)
54
+ DA:1,0
55
+ DA:2,0
56
+ DA:3,0
57
+ DA:4,0
58
+ DA:5,0
59
+ DA:6,0
60
+ DA:7,0
61
+ DA:8,0
62
+ DA:9,0
63
+ DA:10,0
64
+ DA:11,0
65
+ DA:12,0
66
+ DA:13,0
67
+ DA:14,0
68
+ DA:15,0
69
+ DA:16,0
70
+ DA:17,0
71
+ DA:18,0
72
+ LF:18
73
+ LH:0
74
+ BRDA:1,0,0,0
75
+ BRF:1
76
+ BRH:0
77
+ end_of_record
78
+ TN:
79
+ SF:dist/my-button.js
80
+ FN:1,(empty-report)
81
+ FNF:1
82
+ FNH:0
83
+ FNDA:0,(empty-report)
84
+ DA:1,0
85
+ DA:2,0
86
+ DA:3,0
87
+ DA:4,0
88
+ DA:5,0
89
+ DA:6,0
90
+ DA:7,0
91
+ DA:8,0
92
+ LF:8
93
+ LH:0
94
+ BRDA:1,0,0,0
95
+ BRF:1
96
+ BRH:0
97
+ end_of_record
98
+ TN:
99
+ SF:dist/components/index.js
100
+ FN:1,(empty-report)
101
+ FNF:1
102
+ FNH:0
103
+ FNDA:0,(empty-report)
104
+ DA:1,0
105
+ DA:2,0
106
+ DA:3,0
107
+ DA:4,0
108
+ DA:5,0
109
+ DA:6,0
110
+ DA:7,0
111
+ DA:8,0
112
+ DA:9,0
113
+ DA:10,0
114
+ DA:11,0
115
+ DA:12,0
116
+ DA:13,0
117
+ DA:14,0
118
+ LF:14
119
+ LH:0
120
+ BRDA:1,0,0,0
121
+ BRF:1
122
+ BRH:0
123
+ end_of_record
124
+ TN:
125
+ SF:dist/components/body/_body.js
126
+ FN:1,(empty-report)
127
+ FNF:1
128
+ FNH:0
129
+ FNDA:0,(empty-report)
130
+ DA:1,0
131
+ DA:2,0
132
+ DA:3,0
133
+ DA:4,0
134
+ DA:5,0
135
+ DA:6,0
136
+ DA:7,0
137
+ DA:8,0
138
+ DA:9,0
139
+ DA:10,0
140
+ DA:11,0
141
+ DA:12,0
142
+ DA:13,0
143
+ DA:14,0
144
+ DA:15,0
145
+ DA:16,0
146
+ DA:17,0
147
+ DA:18,0
148
+ DA:19,0
149
+ DA:20,0
150
+ DA:21,0
151
+ DA:22,0
152
+ DA:23,0
153
+ DA:24,0
154
+ LF:24
155
+ LH:0
156
+ BRDA:1,0,0,0
157
+ BRF:1
158
+ BRH:0
159
+ end_of_record
160
+ TN:
161
+ SF:dist/components/body/_body.stories.js
162
+ FN:1,(empty-report)
163
+ FNF:1
164
+ FNH:0
165
+ FNDA:0,(empty-report)
166
+ DA:1,0
167
+ DA:2,0
168
+ DA:3,0
169
+ DA:4,0
170
+ DA:5,0
171
+ DA:6,0
172
+ DA:7,0
173
+ DA:8,0
174
+ DA:9,0
175
+ DA:10,0
176
+ DA:11,0
177
+ DA:12,0
178
+ DA:13,0
179
+ DA:14,0
180
+ DA:15,0
181
+ DA:16,0
182
+ DA:17,0
183
+ DA:18,0
184
+ DA:19,0
185
+ DA:20,0
186
+ DA:21,0
187
+ DA:22,0
188
+ DA:23,0
189
+ DA:24,0
190
+ DA:25,0
191
+ DA:26,0
192
+ DA:27,0
193
+ DA:28,0
194
+ DA:29,0
195
+ DA:30,0
196
+ DA:31,0
197
+ DA:32,0
198
+ DA:33,0
199
+ DA:34,0
200
+ DA:35,0
201
+ DA:36,0
202
+ LF:36
203
+ LH:0
204
+ BRDA:1,0,0,0
205
+ BRF:1
206
+ BRH:0
207
+ end_of_record
208
+ TN:
209
+ SF:dist/components/body/index.js
210
+ FN:1,(empty-report)
211
+ FNF:1
212
+ FNH:0
213
+ FNDA:0,(empty-report)
214
+ DA:1,0
215
+ DA:2,0
216
+ DA:3,0
217
+ DA:4,0
218
+ DA:5,0
219
+ DA:6,0
220
+ DA:7,0
221
+ DA:8,0
222
+ LF:8
223
+ LH:0
224
+ BRDA:1,0,0,0
225
+ BRF:1
226
+ BRH:0
227
+ end_of_record
228
+ TN:
229
+ SF:dist/components/myButton/index.js
230
+ FN:1,(empty-report)
231
+ FNF:1
232
+ FNH:0
233
+ FNDA:0,(empty-report)
234
+ DA:1,0
235
+ DA:2,0
236
+ DA:3,0
237
+ DA:4,0
238
+ DA:5,0
239
+ DA:6,0
240
+ DA:7,0
241
+ DA:8,0
242
+ DA:9,0
243
+ DA:10,0
244
+ DA:11,0
245
+ DA:12,0
246
+ DA:13,0
247
+ DA:14,0
248
+ DA:15,0
249
+ DA:16,0
250
+ DA:17,0
251
+ DA:18,0
252
+ DA:19,0
253
+ DA:20,0
254
+ DA:21,0
255
+ DA:22,0
256
+ DA:23,0
257
+ LF:23
258
+ LH:0
259
+ BRDA:1,0,0,0
260
+ BRF:1
261
+ BRH:0
262
+ end_of_record
263
+ TN:
264
+ SF:dist/components/myButton/my-button.js
265
+ FN:1,(empty-report)
266
+ FNF:1
267
+ FNH:0
268
+ FNDA:0,(empty-report)
269
+ DA:1,0
270
+ DA:2,0
271
+ DA:3,0
272
+ DA:4,0
273
+ DA:5,0
274
+ DA:6,0
275
+ DA:7,0
276
+ DA:8,0
277
+ LF:8
278
+ LH:0
279
+ BRDA:1,0,0,0
280
+ BRF:1
281
+ BRH:0
282
+ end_of_record
283
+ TN:
284
+ SF:dist/components/myButton/myButton.js
285
+ FN:1,(empty-report)
286
+ FNF:1
287
+ FNH:0
288
+ FNDA:0,(empty-report)
289
+ DA:1,0
290
+ DA:2,0
291
+ DA:3,0
292
+ DA:4,0
293
+ DA:5,0
294
+ DA:6,0
295
+ DA:7,0
296
+ DA:8,0
297
+ DA:9,0
298
+ DA:10,0
299
+ DA:11,0
300
+ DA:12,0
301
+ DA:13,0
302
+ DA:14,0
303
+ DA:15,0
304
+ DA:16,0
305
+ LF:16
306
+ LH:0
307
+ BRDA:1,0,0,0
308
+ BRF:1
309
+ BRH:0
310
+ end_of_record
311
+ TN:
312
+ SF:dist/components/myButton/myButton.stories.js
313
+ FN:1,(empty-report)
314
+ FNF:1
315
+ FNH:0
316
+ FNDA:0,(empty-report)
317
+ DA:1,0
318
+ DA:2,0
319
+ DA:3,0
320
+ DA:4,0
321
+ DA:5,0
322
+ DA:6,0
323
+ DA:7,0
324
+ DA:8,0
325
+ DA:9,0
326
+ DA:10,0
327
+ DA:11,0
328
+ DA:12,0
329
+ DA:13,0
330
+ DA:14,0
331
+ DA:15,0
332
+ DA:16,0
333
+ DA:17,0
334
+ DA:18,0
335
+ DA:19,0
336
+ DA:20,0
337
+ DA:21,0
338
+ DA:22,0
339
+ DA:23,0
340
+ DA:24,0
341
+ DA:25,0
342
+ DA:26,0
343
+ DA:27,0
344
+ DA:28,0
345
+ DA:29,0
346
+ DA:30,0
347
+ DA:31,0
348
+ DA:32,0
349
+ LF:32
350
+ LH:0
351
+ BRDA:1,0,0,0
352
+ BRF:1
353
+ BRH:0
354
+ end_of_record
355
+ TN:
356
+ SF:dist/components/typography/_typography.js
357
+ FN:1,(empty-report)
358
+ FNF:1
359
+ FNH:0
360
+ FNDA:0,(empty-report)
361
+ DA:1,0
362
+ DA:2,0
363
+ DA:3,0
364
+ DA:4,0
365
+ DA:5,0
366
+ DA:6,0
367
+ DA:7,0
368
+ DA:8,0
369
+ DA:9,0
370
+ DA:10,0
371
+ DA:11,0
372
+ DA:12,0
373
+ DA:13,0
374
+ DA:14,0
375
+ DA:15,0
376
+ DA:16,0
377
+ DA:17,0
378
+ DA:18,0
379
+ DA:19,0
380
+ DA:20,0
381
+ DA:21,0
382
+ DA:22,0
383
+ DA:23,0
384
+ DA:24,0
385
+ DA:25,0
386
+ DA:26,0
387
+ DA:27,0
388
+ DA:28,0
389
+ DA:29,0
390
+ DA:30,0
391
+ DA:31,0
392
+ DA:32,0
393
+ DA:33,0
394
+ DA:34,0
395
+ DA:35,0
396
+ LF:35
397
+ LH:0
398
+ BRDA:1,0,0,0
399
+ BRF:1
400
+ BRH:0
401
+ end_of_record
402
+ TN:
403
+ SF:dist/components/typography/_typography.stories.js
404
+ FN:1,(empty-report)
405
+ FNF:1
406
+ FNH:0
407
+ FNDA:0,(empty-report)
408
+ DA:1,0
409
+ DA:2,0
410
+ DA:3,0
411
+ DA:4,0
412
+ DA:5,0
413
+ DA:6,0
414
+ DA:7,0
415
+ DA:8,0
416
+ DA:9,0
417
+ DA:10,0
418
+ DA:11,0
419
+ DA:12,0
420
+ DA:13,0
421
+ DA:14,0
422
+ DA:15,0
423
+ DA:16,0
424
+ DA:17,0
425
+ DA:18,0
426
+ DA:19,0
427
+ DA:20,0
428
+ DA:21,0
429
+ DA:22,0
430
+ DA:23,0
431
+ DA:24,0
432
+ DA:25,0
433
+ DA:26,0
434
+ DA:27,0
435
+ DA:28,0
436
+ DA:29,0
437
+ DA:30,0
438
+ DA:31,0
439
+ DA:32,0
440
+ DA:33,0
441
+ DA:34,0
442
+ DA:35,0
443
+ DA:36,0
444
+ DA:37,0
445
+ DA:38,0
446
+ DA:39,0
447
+ DA:40,0
448
+ DA:41,0
449
+ DA:42,0
450
+ DA:43,0
451
+ DA:44,0
452
+ DA:45,0
453
+ DA:46,0
454
+ DA:47,0
455
+ DA:48,0
456
+ DA:49,0
457
+ DA:50,0
458
+ DA:51,0
459
+ DA:52,0
460
+ DA:53,0
461
+ DA:54,0
462
+ DA:55,0
463
+ DA:56,0
464
+ DA:57,0
465
+ DA:58,0
466
+ DA:59,0
467
+ DA:60,0
468
+ DA:61,0
469
+ DA:62,0
470
+ DA:63,0
471
+ DA:64,0
472
+ DA:65,0
473
+ DA:66,0
474
+ DA:67,0
475
+ DA:68,0
476
+ DA:69,0
477
+ DA:70,0
478
+ DA:71,0
479
+ DA:72,0
480
+ DA:73,0
481
+ DA:74,0
482
+ DA:75,0
483
+ DA:76,0
484
+ DA:77,0
485
+ DA:78,0
486
+ DA:79,0
487
+ DA:80,0
488
+ DA:81,0
489
+ DA:82,0
490
+ DA:83,0
491
+ DA:84,0
492
+ DA:85,0
493
+ DA:86,0
494
+ DA:87,0
495
+ DA:88,0
496
+ DA:89,0
497
+ LF:89
498
+ LH:0
499
+ BRDA:1,0,0,0
500
+ BRF:1
501
+ BRH:0
502
+ end_of_record
503
+ TN:
504
+ SF:dist/components/typography/index.js
505
+ FN:1,(empty-report)
506
+ FNF:1
507
+ FNH:0
508
+ FNDA:0,(empty-report)
509
+ DA:1,0
510
+ DA:2,0
511
+ DA:3,0
512
+ DA:4,0
513
+ DA:5,0
514
+ DA:6,0
515
+ DA:7,0
516
+ DA:8,0
517
+ DA:9,0
518
+ DA:10,0
519
+ DA:11,0
520
+ DA:12,0
521
+ DA:13,0
522
+ DA:14,0
523
+ DA:15,0
524
+ DA:16,0
525
+ DA:17,0
526
+ DA:18,0
527
+ DA:19,0
528
+ DA:20,0
529
+ DA:21,0
530
+ DA:22,0
531
+ DA:23,0
532
+ LF:23
533
+ LH:0
534
+ BRDA:1,0,0,0
535
+ BRF:1
536
+ BRH:0
537
+ end_of_record
538
+ TN:
539
+ SF:dist/components/typography/text/_text.js
540
+ FN:1,(empty-report)
541
+ FNF:1
542
+ FNH:0
543
+ FNDA:0,(empty-report)
544
+ DA:1,0
545
+ DA:2,0
546
+ DA:3,0
547
+ DA:4,0
548
+ DA:5,0
549
+ DA:6,0
550
+ DA:7,0
551
+ DA:8,0
552
+ DA:9,0
553
+ DA:10,0
554
+ DA:11,0
555
+ DA:12,0
556
+ DA:13,0
557
+ DA:14,0
558
+ DA:15,0
559
+ DA:16,0
560
+ DA:17,0
561
+ DA:18,0
562
+ LF:18
563
+ LH:0
564
+ BRDA:1,0,0,0
565
+ BRF:1
566
+ BRH:0
567
+ end_of_record
568
+ TN:
569
+ SF:dist/components/typography/text/_text.stories.js
570
+ FN:1,(empty-report)
571
+ FNF:1
572
+ FNH:0
573
+ FNDA:0,(empty-report)
574
+ DA:1,0
575
+ DA:2,0
576
+ DA:3,0
577
+ DA:4,0
578
+ DA:5,0
579
+ DA:6,0
580
+ DA:7,0
581
+ DA:8,0
582
+ DA:9,0
583
+ DA:10,0
584
+ DA:11,0
585
+ DA:12,0
586
+ DA:13,0
587
+ DA:14,0
588
+ DA:15,0
589
+ DA:16,0
590
+ DA:17,0
591
+ DA:18,0
592
+ DA:19,0
593
+ DA:20,0
594
+ DA:21,0
595
+ DA:22,0
596
+ DA:23,0
597
+ DA:24,0
598
+ DA:25,0
599
+ DA:26,0
600
+ DA:27,0
601
+ DA:28,0
602
+ DA:29,0
603
+ DA:30,0
604
+ DA:31,0
605
+ DA:32,0
606
+ DA:33,0
607
+ DA:34,0
608
+ DA:35,0
609
+ DA:36,0
610
+ DA:37,0
611
+ DA:38,0
612
+ DA:39,0
613
+ DA:40,0
614
+ DA:41,0
615
+ DA:42,0
616
+ DA:43,0
617
+ DA:44,0
618
+ DA:45,0
619
+ DA:46,0
620
+ DA:47,0
621
+ DA:48,0
622
+ DA:49,0
623
+ DA:50,0
624
+ DA:51,0
625
+ DA:52,0
626
+ DA:53,0
627
+ DA:54,0
628
+ DA:55,0
629
+ DA:56,0
630
+ DA:57,0
631
+ DA:58,0
632
+ LF:58
633
+ LH:0
634
+ BRDA:1,0,0,0
635
+ BRF:1
636
+ BRH:0
637
+ end_of_record
638
+ TN:
639
+ SF:dist/components/typography/text/index.js
640
+ FN:1,(empty-report)
641
+ FNF:1
642
+ FNH:0
643
+ FNDA:0,(empty-report)
644
+ DA:1,0
645
+ DA:2,0
646
+ DA:3,0
647
+ DA:4,0
648
+ DA:5,0
649
+ DA:6,0
650
+ DA:7,0
651
+ DA:8,0
652
+ DA:9,0
653
+ DA:10,0
654
+ DA:11,0
655
+ DA:12,0
656
+ DA:13,0
657
+ DA:14,0
658
+ DA:15,0
659
+ DA:16,0
660
+ DA:17,0
661
+ DA:18,0
662
+ DA:19,0
663
+ DA:20,0
664
+ DA:21,0
665
+ DA:22,0
666
+ DA:23,0
667
+ DA:24,0
668
+ DA:25,0
669
+ LF:25
670
+ LH:0
671
+ BRDA:1,0,0,0
672
+ BRF:1
673
+ BRH:0
674
+ end_of_record
675
+ TN:
676
+ SF:dist/fonts/index.js
677
+ FN:1,(empty-report)
678
+ FNF:1
679
+ FNH:0
680
+ FNDA:0,(empty-report)
681
+ DA:1,0
682
+ DA:2,0
683
+ DA:3,0
684
+ DA:4,0
685
+ DA:5,0
686
+ DA:6,0
687
+ DA:7,0
688
+ DA:8,0
689
+ DA:9,0
690
+ DA:10,0
691
+ DA:11,0
692
+ DA:12,0
693
+ DA:13,0
694
+ DA:14,0
695
+ DA:15,0
696
+ DA:16,0
697
+ DA:17,0
698
+ DA:18,0
699
+ DA:19,0
700
+ DA:20,0
701
+ DA:21,0
702
+ DA:22,0
703
+ DA:23,0
704
+ LF:23
705
+ LH:0
706
+ BRDA:1,0,0,0
707
+ BRF:1
708
+ BRH:0
709
+ end_of_record
710
+ TN:
711
+ SF:dist/hooks/index.js
712
+ FN:1,(empty-report)
713
+ FNF:1
714
+ FNH:0
715
+ FNDA:0,(empty-report)
716
+ DA:1,0
717
+ DA:2,0
718
+ DA:3,0
719
+ DA:4,0
720
+ DA:5,0
721
+ DA:6,0
722
+ DA:7,0
723
+ DA:8,0
724
+ DA:9,0
725
+ DA:10,0
726
+ DA:11,0
727
+ DA:12,0
728
+ DA:13,0
729
+ DA:14,0
730
+ DA:15,0
731
+ DA:16,0
732
+ DA:17,0
733
+ LF:17
734
+ LH:0
735
+ BRDA:1,0,0,0
736
+ BRF:1
737
+ BRH:0
738
+ end_of_record
739
+ TN:
740
+ SF:dist/hooks/useAppTheme.js
741
+ FN:1,(empty-report)
742
+ FNF:1
743
+ FNH:0
744
+ FNDA:0,(empty-report)
745
+ DA:1,0
746
+ DA:2,0
747
+ DA:3,0
748
+ DA:4,0
749
+ DA:5,0
750
+ DA:6,0
751
+ DA:7,0
752
+ DA:8,0
753
+ DA:9,0
754
+ DA:10,0
755
+ DA:11,0
756
+ DA:12,0
757
+ DA:13,0
758
+ DA:14,0
759
+ DA:15,0
760
+ DA:16,0
761
+ DA:17,0
762
+ DA:18,0
763
+ DA:19,0
764
+ DA:20,0
765
+ DA:21,0
766
+ DA:22,0
767
+ DA:23,0
768
+ DA:24,0
769
+ DA:25,0
770
+ DA:26,0
771
+ DA:27,0
772
+ DA:28,0
773
+ DA:29,0
774
+ DA:30,0
775
+ DA:31,0
776
+ DA:32,0
777
+ DA:33,0
778
+ DA:34,0
779
+ DA:35,0
780
+ DA:36,0
781
+ DA:37,0
782
+ DA:38,0
783
+ DA:39,0
784
+ LF:39
785
+ LH:0
786
+ BRDA:1,0,0,0
787
+ BRF:1
788
+ BRH:0
789
+ end_of_record
790
+ TN:
791
+ SF:dist/myButton/Button.stories.js
792
+ FN:1,(empty-report)
793
+ FNF:1
794
+ FNH:0
795
+ FNDA:0,(empty-report)
796
+ DA:1,0
797
+ DA:2,0
798
+ DA:3,0
799
+ DA:4,0
800
+ DA:5,0
801
+ DA:6,0
802
+ DA:7,0
803
+ DA:8,0
804
+ DA:9,0
805
+ DA:10,0
806
+ DA:11,0
807
+ DA:12,0
808
+ DA:13,0
809
+ DA:14,0
810
+ DA:15,0
811
+ DA:16,0
812
+ DA:17,0
813
+ DA:18,0
814
+ DA:19,0
815
+ DA:20,0
816
+ DA:21,0
817
+ DA:22,0
818
+ DA:23,0
819
+ DA:24,0
820
+ DA:25,0
821
+ DA:26,0
822
+ DA:27,0
823
+ DA:28,0
824
+ DA:29,0
825
+ DA:30,0
826
+ DA:31,0
827
+ DA:32,0
828
+ DA:33,0
829
+ DA:34,0
830
+ DA:35,0
831
+ DA:36,0
832
+ DA:37,0
833
+ DA:38,0
834
+ DA:39,0
835
+ DA:40,0
836
+ DA:41,0
837
+ DA:42,0
838
+ DA:43,0
839
+ DA:44,0
840
+ DA:45,0
841
+ DA:46,0
842
+ DA:47,0
843
+ DA:48,0
844
+ LF:48
845
+ LH:0
846
+ BRDA:1,0,0,0
847
+ BRF:1
848
+ BRH:0
849
+ end_of_record
850
+ TN:
851
+ SF:dist/myButton/index.js
852
+ FN:1,(empty-report)
853
+ FNF:1
854
+ FNH:0
855
+ FNDA:0,(empty-report)
856
+ DA:1,0
857
+ DA:2,0
858
+ DA:3,0
859
+ DA:4,0
860
+ DA:5,0
861
+ DA:6,0
862
+ DA:7,0
863
+ DA:8,0
864
+ DA:9,0
865
+ DA:10,0
866
+ DA:11,0
867
+ DA:12,0
868
+ DA:13,0
869
+ DA:14,0
870
+ DA:15,0
871
+ DA:16,0
872
+ DA:17,0
873
+ DA:18,0
874
+ DA:19,0
875
+ DA:20,0
876
+ DA:21,0
877
+ DA:22,0
878
+ DA:23,0
879
+ LF:23
880
+ LH:0
881
+ BRDA:1,0,0,0
882
+ BRF:1
883
+ BRH:0
884
+ end_of_record
885
+ TN:
886
+ SF:dist/myButton/myButton.js
887
+ FN:1,(empty-report)
888
+ FNF:1
889
+ FNH:0
890
+ FNDA:0,(empty-report)
891
+ DA:1,0
892
+ DA:2,0
893
+ DA:3,0
894
+ DA:4,0
895
+ DA:5,0
896
+ DA:6,0
897
+ DA:7,0
898
+ DA:8,0
899
+ DA:9,0
900
+ DA:10,0
901
+ DA:11,0
902
+ DA:12,0
903
+ DA:13,0
904
+ DA:14,0
905
+ DA:15,0
906
+ DA:16,0
907
+ LF:16
908
+ LH:0
909
+ BRDA:1,0,0,0
910
+ BRF:1
911
+ BRH:0
912
+ end_of_record
913
+ TN:
914
+ SF:dist/myButton/myButton.stories.js
915
+ FN:1,(empty-report)
916
+ FNF:1
917
+ FNH:0
918
+ FNDA:0,(empty-report)
919
+ DA:1,0
920
+ DA:2,0
921
+ DA:3,0
922
+ DA:4,0
923
+ DA:5,0
924
+ DA:6,0
925
+ DA:7,0
926
+ DA:8,0
927
+ DA:9,0
928
+ DA:10,0
929
+ DA:11,0
930
+ DA:12,0
931
+ DA:13,0
932
+ DA:14,0
933
+ DA:15,0
934
+ DA:16,0
935
+ DA:17,0
936
+ DA:18,0
937
+ DA:19,0
938
+ DA:20,0
939
+ DA:21,0
940
+ DA:22,0
941
+ DA:23,0
942
+ DA:24,0
943
+ DA:25,0
944
+ DA:26,0
945
+ DA:27,0
946
+ DA:28,0
947
+ DA:29,0
948
+ DA:30,0
949
+ DA:31,0
950
+ DA:32,0
951
+ LF:32
952
+ LH:0
953
+ BRDA:1,0,0,0
954
+ BRF:1
955
+ BRH:0
956
+ end_of_record
957
+ TN:
958
+ SF:dist/text/index.js
959
+ FN:1,(empty-report)
960
+ FNF:1
961
+ FNH:0
962
+ FNDA:0,(empty-report)
963
+ DA:1,0
964
+ DA:2,0
965
+ DA:3,0
966
+ DA:4,0
967
+ DA:5,0
968
+ DA:6,0
969
+ DA:7,0
970
+ DA:8,0
971
+ DA:9,0
972
+ DA:10,0
973
+ DA:11,0
974
+ DA:12,0
975
+ DA:13,0
976
+ DA:14,0
977
+ DA:15,0
978
+ DA:16,0
979
+ DA:17,0
980
+ DA:18,0
981
+ LF:18
982
+ LH:0
983
+ BRDA:1,0,0,0
984
+ BRF:1
985
+ BRH:0
986
+ end_of_record
987
+ TN:
988
+ SF:dist/text/text.js
989
+ FN:1,(empty-report)
990
+ FNF:1
991
+ FNH:0
992
+ FNDA:0,(empty-report)
993
+ DA:1,0
994
+ DA:2,0
995
+ DA:3,0
996
+ DA:4,0
997
+ DA:5,0
998
+ DA:6,0
999
+ DA:7,0
1000
+ DA:8,0
1001
+ DA:9,0
1002
+ DA:10,0
1003
+ DA:11,0
1004
+ DA:12,0
1005
+ DA:13,0
1006
+ DA:14,0
1007
+ DA:15,0
1008
+ DA:16,0
1009
+ DA:17,0
1010
+ DA:18,0
1011
+ DA:19,0
1012
+ DA:20,0
1013
+ DA:21,0
1014
+ DA:22,0
1015
+ LF:22
1016
+ LH:0
1017
+ BRDA:1,0,0,0
1018
+ BRF:1
1019
+ BRH:0
1020
+ end_of_record
1021
+ TN:
1022
+ SF:dist/text/text.stories.js
1023
+ FN:1,(empty-report)
1024
+ FNF:1
1025
+ FNH:0
1026
+ FNDA:0,(empty-report)
1027
+ DA:1,0
1028
+ DA:2,0
1029
+ DA:3,0
1030
+ DA:4,0
1031
+ DA:5,0
1032
+ DA:6,0
1033
+ DA:7,0
1034
+ DA:8,0
1035
+ DA:9,0
1036
+ DA:10,0
1037
+ DA:11,0
1038
+ DA:12,0
1039
+ DA:13,0
1040
+ DA:14,0
1041
+ DA:15,0
1042
+ DA:16,0
1043
+ DA:17,0
1044
+ DA:18,0
1045
+ DA:19,0
1046
+ DA:20,0
1047
+ DA:21,0
1048
+ DA:22,0
1049
+ DA:23,0
1050
+ DA:24,0
1051
+ DA:25,0
1052
+ DA:26,0
1053
+ DA:27,0
1054
+ DA:28,0
1055
+ DA:29,0
1056
+ DA:30,0
1057
+ DA:31,0
1058
+ DA:32,0
1059
+ DA:33,0
1060
+ DA:34,0
1061
+ DA:35,0
1062
+ DA:36,0
1063
+ DA:37,0
1064
+ DA:38,0
1065
+ DA:39,0
1066
+ DA:40,0
1067
+ DA:41,0
1068
+ DA:42,0
1069
+ DA:43,0
1070
+ DA:44,0
1071
+ DA:45,0
1072
+ DA:46,0
1073
+ DA:47,0
1074
+ DA:48,0
1075
+ DA:49,0
1076
+ LF:49
1077
+ LH:0
1078
+ BRDA:1,0,0,0
1079
+ BRF:1
1080
+ BRH:0
1081
+ end_of_record
1082
+ TN:
1083
+ SF:dist/text/typography.js
1084
+ FN:1,(empty-report)
1085
+ FNF:1
1086
+ FNH:0
1087
+ FNDA:0,(empty-report)
1088
+ DA:1,0
1089
+ DA:2,0
1090
+ DA:3,0
1091
+ DA:4,0
1092
+ DA:5,0
1093
+ DA:6,0
1094
+ DA:7,0
1095
+ DA:8,0
1096
+ DA:9,0
1097
+ DA:10,0
1098
+ DA:11,0
1099
+ DA:12,0
1100
+ DA:13,0
1101
+ DA:14,0
1102
+ DA:15,0
1103
+ DA:16,0
1104
+ DA:17,0
1105
+ DA:18,0
1106
+ DA:19,0
1107
+ DA:20,0
1108
+ DA:21,0
1109
+ DA:22,0
1110
+ DA:23,0
1111
+ DA:24,0
1112
+ DA:25,0
1113
+ LF:25
1114
+ LH:0
1115
+ BRDA:1,0,0,0
1116
+ BRF:1
1117
+ BRH:0
1118
+ end_of_record
1119
+ TN:
1120
+ SF:dist/text/typography.stories.js
1121
+ FN:1,(empty-report)
1122
+ FNF:1
1123
+ FNH:0
1124
+ FNDA:0,(empty-report)
1125
+ DA:1,0
1126
+ DA:2,0
1127
+ DA:3,0
1128
+ DA:4,0
1129
+ DA:5,0
1130
+ DA:6,0
1131
+ DA:7,0
1132
+ DA:8,0
1133
+ DA:9,0
1134
+ DA:10,0
1135
+ DA:11,0
1136
+ DA:12,0
1137
+ DA:13,0
1138
+ DA:14,0
1139
+ DA:15,0
1140
+ DA:16,0
1141
+ DA:17,0
1142
+ DA:18,0
1143
+ DA:19,0
1144
+ DA:20,0
1145
+ DA:21,0
1146
+ DA:22,0
1147
+ DA:23,0
1148
+ DA:24,0
1149
+ DA:25,0
1150
+ DA:26,0
1151
+ DA:27,0
1152
+ LF:27
1153
+ LH:0
1154
+ BRDA:1,0,0,0
1155
+ BRF:1
1156
+ BRH:0
1157
+ end_of_record
1158
+ TN:
1159
+ SF:src/index.ts
1160
+ FN:1,(empty-report)
1161
+ FNF:1
1162
+ FNH:0
1163
+ FNDA:0,(empty-report)
1164
+ DA:1,0
1165
+ DA:2,0
1166
+ LF:2
1167
+ LH:0
1168
+ BRDA:1,0,0,0
1169
+ BRF:1
1170
+ BRH:0
1171
+ end_of_record
1172
+ TN:
1173
+ SF:src/components/index.ts
1174
+ FN:1,(empty-report)
1175
+ FNF:1
1176
+ FNH:0
1177
+ FNDA:0,(empty-report)
1178
+ DA:1,0
1179
+ DA:2,0
1180
+ DA:3,0
1181
+ DA:4,0
1182
+ LF:4
1183
+ LH:0
1184
+ BRDA:1,0,0,0
1185
+ BRF:1
1186
+ BRH:0
1187
+ end_of_record
1188
+ TN:
1189
+ SF:src/components/body/_body.stories.tsx
1190
+ FN:1,(empty-report)
1191
+ FNF:1
1192
+ FNH:0
1193
+ FNDA:0,(empty-report)
1194
+ DA:1,0
1195
+ DA:2,0
1196
+ DA:3,0
1197
+ DA:4,0
1198
+ DA:5,0
1199
+ DA:6,0
1200
+ DA:7,0
1201
+ DA:8,0
1202
+ DA:9,0
1203
+ DA:10,0
1204
+ DA:11,0
1205
+ DA:12,0
1206
+ DA:13,0
1207
+ DA:14,0
1208
+ DA:15,0
1209
+ DA:16,0
1210
+ DA:17,0
1211
+ DA:18,0
1212
+ DA:19,0
1213
+ DA:20,0
1214
+ DA:21,0
1215
+ DA:22,0
1216
+ DA:23,0
1217
+ DA:24,0
1218
+ DA:25,0
1219
+ DA:26,0
1220
+ DA:27,0
1221
+ DA:28,0
1222
+ DA:29,0
1223
+ DA:30,0
1224
+ DA:31,0
1225
+ DA:32,0
1226
+ DA:33,0
1227
+ DA:34,0
1228
+ DA:35,0
1229
+ DA:36,0
1230
+ DA:37,0
1231
+ LF:37
1232
+ LH:0
1233
+ BRDA:1,0,0,0
1234
+ BRF:1
1235
+ BRH:0
1236
+ end_of_record
1237
+ TN:
1238
+ SF:src/components/body/_body.tsx
1239
+ FN:1,(empty-report)
1240
+ FNF:1
1241
+ FNH:0
1242
+ FNDA:0,(empty-report)
1243
+ DA:1,0
1244
+ DA:2,0
1245
+ DA:3,0
1246
+ DA:4,0
1247
+ DA:5,0
1248
+ DA:6,0
1249
+ DA:7,0
1250
+ DA:8,0
1251
+ DA:9,0
1252
+ DA:10,0
1253
+ DA:11,0
1254
+ DA:12,0
1255
+ DA:13,0
1256
+ DA:14,0
1257
+ DA:15,0
1258
+ DA:16,0
1259
+ DA:17,0
1260
+ DA:18,0
1261
+ DA:19,0
1262
+ DA:20,0
1263
+ DA:21,0
1264
+ DA:22,0
1265
+ DA:23,0
1266
+ DA:24,0
1267
+ DA:25,0
1268
+ DA:26,0
1269
+ LF:26
1270
+ LH:0
1271
+ BRDA:1,0,0,0
1272
+ BRF:1
1273
+ BRH:0
1274
+ end_of_record
1275
+ TN:
1276
+ SF:src/components/body/index.ts
1277
+ FN:1,(empty-report)
1278
+ FNF:1
1279
+ FNH:0
1280
+ FNDA:0,(empty-report)
1281
+ DA:1,0
1282
+ LF:1
1283
+ LH:0
1284
+ BRDA:1,0,0,0
1285
+ BRF:1
1286
+ BRH:0
1287
+ end_of_record
1288
+ TN:
1289
+ SF:src/components/myButton/index.ts
1290
+ FN:1,(empty-report)
1291
+ FNF:1
1292
+ FNH:0
1293
+ FNDA:0,(empty-report)
1294
+ DA:1,0
1295
+ DA:2,0
1296
+ LF:2
1297
+ LH:0
1298
+ BRDA:1,0,0,0
1299
+ BRF:1
1300
+ BRH:0
1301
+ end_of_record
1302
+ TN:
1303
+ SF:src/components/myButton/my-button.tsx
1304
+ FN:1,(empty-report)
1305
+ FNF:1
1306
+ FNH:0
1307
+ FNDA:0,(empty-report)
1308
+ DA:1,0
1309
+ DA:2,0
1310
+ DA:3,0
1311
+ DA:4,0
1312
+ DA:5,0
1313
+ DA:6,0
1314
+ DA:7,0
1315
+ DA:8,0
1316
+ LF:8
1317
+ LH:0
1318
+ BRDA:1,0,0,0
1319
+ BRF:1
1320
+ BRH:0
1321
+ end_of_record
1322
+ TN:
1323
+ SF:src/components/myButton/myButton.stories.tsx
1324
+ FN:1,(empty-report)
1325
+ FNF:1
1326
+ FNH:0
1327
+ FNDA:0,(empty-report)
1328
+ DA:1,0
1329
+ DA:2,0
1330
+ DA:3,0
1331
+ DA:4,0
1332
+ DA:5,0
1333
+ DA:6,0
1334
+ DA:7,0
1335
+ DA:8,0
1336
+ DA:9,0
1337
+ DA:10,0
1338
+ DA:11,0
1339
+ DA:12,0
1340
+ DA:13,0
1341
+ DA:14,0
1342
+ DA:15,0
1343
+ DA:16,0
1344
+ DA:17,0
1345
+ DA:18,0
1346
+ DA:19,0
1347
+ DA:20,0
1348
+ DA:21,0
1349
+ DA:22,0
1350
+ DA:23,0
1351
+ DA:24,0
1352
+ DA:25,0
1353
+ DA:26,0
1354
+ DA:27,0
1355
+ DA:28,0
1356
+ DA:29,0
1357
+ DA:30,0
1358
+ DA:31,0
1359
+ DA:32,0
1360
+ DA:33,0
1361
+ DA:34,0
1362
+ DA:35,0
1363
+ DA:36,0
1364
+ DA:37,0
1365
+ DA:38,0
1366
+ DA:39,0
1367
+ DA:40,0
1368
+ DA:41,0
1369
+ DA:42,0
1370
+ DA:43,0
1371
+ DA:44,0
1372
+ DA:45,0
1373
+ LF:45
1374
+ LH:0
1375
+ BRDA:1,0,0,0
1376
+ BRF:1
1377
+ BRH:0
1378
+ end_of_record
1379
+ TN:
1380
+ SF:src/components/myButton/myButton.tsx
1381
+ FN:1,(empty-report)
1382
+ FNF:1
1383
+ FNH:0
1384
+ FNDA:0,(empty-report)
1385
+ DA:1,0
1386
+ DA:2,0
1387
+ DA:3,0
1388
+ DA:4,0
1389
+ DA:5,0
1390
+ DA:6,0
1391
+ DA:7,0
1392
+ DA:8,0
1393
+ DA:9,0
1394
+ DA:10,0
1395
+ DA:11,0
1396
+ DA:12,0
1397
+ DA:13,0
1398
+ DA:14,0
1399
+ DA:15,0
1400
+ DA:16,0
1401
+ DA:17,0
1402
+ DA:18,0
1403
+ DA:19,0
1404
+ DA:20,0
1405
+ DA:21,0
1406
+ DA:22,0
1407
+ DA:23,0
1408
+ DA:24,0
1409
+ DA:25,0
1410
+ LF:25
1411
+ LH:0
1412
+ BRDA:1,0,0,0
1413
+ BRF:1
1414
+ BRH:0
1415
+ end_of_record
1416
+ TN:
1417
+ SF:src/components/typography/index.ts
1418
+ FN:1,(empty-report)
1419
+ FNF:1
1420
+ FNH:0
1421
+ FNDA:0,(empty-report)
1422
+ DA:1,0
1423
+ DA:2,0
1424
+ LF:2
1425
+ LH:0
1426
+ BRDA:1,0,0,0
1427
+ BRF:1
1428
+ BRH:0
1429
+ end_of_record
1430
+ TN:
1431
+ SF:src/components/typography/font/_font.tsx
1432
+ FN:1,(empty-report)
1433
+ FNF:1
1434
+ FNH:0
1435
+ FNDA:0,(empty-report)
1436
+ DA:1,0
1437
+ DA:2,0
1438
+ DA:3,0
1439
+ DA:4,0
1440
+ DA:5,0
1441
+ DA:6,0
1442
+ DA:7,0
1443
+ DA:8,0
1444
+ DA:9,0
1445
+ DA:10,0
1446
+ DA:11,0
1447
+ DA:12,0
1448
+ DA:13,0
1449
+ DA:14,0
1450
+ LF:14
1451
+ LH:0
1452
+ BRDA:1,0,0,0
1453
+ BRF:1
1454
+ BRH:0
1455
+ end_of_record
1456
+ TN:
1457
+ SF:src/components/typography/font/index.ts
1458
+ FN:1,(empty-report)
1459
+ FNF:1
1460
+ FNH:0
1461
+ FNDA:0,(empty-report)
1462
+ DA:1,0
1463
+ DA:2,0
1464
+ LF:2
1465
+ LH:0
1466
+ BRDA:1,0,0,0
1467
+ BRF:1
1468
+ BRH:0
1469
+ end_of_record
1470
+ TN:
1471
+ SF:src/components/typography/headings/_headings.stories.tsx
1472
+ FN:1,(empty-report)
1473
+ FNF:1
1474
+ FNH:0
1475
+ FNDA:0,(empty-report)
1476
+ DA:1,0
1477
+ DA:2,0
1478
+ DA:3,0
1479
+ DA:4,0
1480
+ DA:5,0
1481
+ DA:6,0
1482
+ DA:7,0
1483
+ DA:8,0
1484
+ DA:9,0
1485
+ DA:10,0
1486
+ DA:11,0
1487
+ DA:12,0
1488
+ DA:13,0
1489
+ DA:14,0
1490
+ DA:15,0
1491
+ DA:16,0
1492
+ DA:17,0
1493
+ DA:18,0
1494
+ DA:19,0
1495
+ DA:20,0
1496
+ DA:21,0
1497
+ DA:22,0
1498
+ DA:23,0
1499
+ DA:24,0
1500
+ DA:25,0
1501
+ DA:26,0
1502
+ DA:27,0
1503
+ DA:28,0
1504
+ DA:29,0
1505
+ DA:30,0
1506
+ DA:31,0
1507
+ DA:32,0
1508
+ DA:33,0
1509
+ DA:34,0
1510
+ DA:35,0
1511
+ DA:36,0
1512
+ DA:37,0
1513
+ DA:38,0
1514
+ DA:39,0
1515
+ DA:40,0
1516
+ DA:41,0
1517
+ DA:42,0
1518
+ DA:43,0
1519
+ DA:44,0
1520
+ DA:45,0
1521
+ DA:46,0
1522
+ DA:47,0
1523
+ DA:48,0
1524
+ DA:49,0
1525
+ DA:50,0
1526
+ DA:51,0
1527
+ DA:52,0
1528
+ DA:53,0
1529
+ DA:54,0
1530
+ DA:55,0
1531
+ DA:56,0
1532
+ DA:57,0
1533
+ DA:58,0
1534
+ DA:59,0
1535
+ DA:60,0
1536
+ DA:61,0
1537
+ DA:62,0
1538
+ DA:63,0
1539
+ DA:64,0
1540
+ DA:65,0
1541
+ DA:66,0
1542
+ DA:67,0
1543
+ DA:68,0
1544
+ DA:69,0
1545
+ DA:70,0
1546
+ DA:71,0
1547
+ DA:72,0
1548
+ DA:73,0
1549
+ DA:74,0
1550
+ DA:75,0
1551
+ DA:76,0
1552
+ DA:77,0
1553
+ DA:78,0
1554
+ DA:79,0
1555
+ DA:80,0
1556
+ DA:81,0
1557
+ DA:82,0
1558
+ DA:83,0
1559
+ DA:84,0
1560
+ DA:85,0
1561
+ DA:86,0
1562
+ DA:87,0
1563
+ DA:88,0
1564
+ DA:89,0
1565
+ DA:90,0
1566
+ DA:91,0
1567
+ DA:92,0
1568
+ LF:92
1569
+ LH:0
1570
+ BRDA:1,0,0,0
1571
+ BRF:1
1572
+ BRH:0
1573
+ end_of_record
1574
+ TN:
1575
+ SF:src/components/typography/headings/_headings.tsx
1576
+ FN:1,(empty-report)
1577
+ FNF:1
1578
+ FNH:0
1579
+ FNDA:0,(empty-report)
1580
+ DA:1,0
1581
+ DA:2,0
1582
+ DA:3,0
1583
+ DA:4,0
1584
+ DA:5,0
1585
+ DA:6,0
1586
+ DA:7,0
1587
+ DA:8,0
1588
+ DA:9,0
1589
+ DA:10,0
1590
+ DA:11,0
1591
+ DA:12,0
1592
+ DA:13,0
1593
+ DA:14,0
1594
+ DA:15,0
1595
+ DA:16,0
1596
+ DA:17,0
1597
+ DA:18,0
1598
+ DA:19,0
1599
+ DA:20,0
1600
+ DA:21,0
1601
+ DA:22,0
1602
+ DA:23,0
1603
+ DA:24,0
1604
+ DA:25,0
1605
+ DA:26,0
1606
+ DA:27,0
1607
+ DA:28,0
1608
+ DA:29,0
1609
+ DA:30,0
1610
+ DA:31,0
1611
+ DA:32,0
1612
+ DA:33,0
1613
+ DA:34,0
1614
+ DA:35,0
1615
+ DA:36,0
1616
+ DA:37,0
1617
+ DA:38,0
1618
+ DA:39,0
1619
+ DA:40,0
1620
+ DA:41,0
1621
+ DA:42,0
1622
+ LF:42
1623
+ LH:0
1624
+ BRDA:1,0,0,0
1625
+ BRF:1
1626
+ BRH:0
1627
+ end_of_record
1628
+ TN:
1629
+ SF:src/components/typography/headings/index.ts
1630
+ FN:1,(empty-report)
1631
+ FNF:1
1632
+ FNH:0
1633
+ FNDA:0,(empty-report)
1634
+ DA:1,0
1635
+ DA:2,0
1636
+ LF:2
1637
+ LH:0
1638
+ BRDA:1,0,0,0
1639
+ BRF:1
1640
+ BRH:0
1641
+ end_of_record
1642
+ TN:
1643
+ SF:src/components/typography/link/_link.stories.tsx
1644
+ FN:1,(empty-report)
1645
+ FNF:1
1646
+ FNH:0
1647
+ FNDA:0,(empty-report)
1648
+ DA:1,0
1649
+ DA:2,0
1650
+ DA:3,0
1651
+ DA:4,0
1652
+ DA:5,0
1653
+ DA:6,0
1654
+ DA:7,0
1655
+ DA:8,0
1656
+ DA:9,0
1657
+ DA:10,0
1658
+ DA:11,0
1659
+ DA:12,0
1660
+ DA:13,0
1661
+ DA:14,0
1662
+ DA:15,0
1663
+ DA:16,0
1664
+ DA:17,0
1665
+ DA:18,0
1666
+ DA:19,0
1667
+ DA:20,0
1668
+ DA:21,0
1669
+ DA:22,0
1670
+ DA:23,0
1671
+ DA:24,0
1672
+ DA:25,0
1673
+ DA:26,0
1674
+ DA:27,0
1675
+ DA:28,0
1676
+ DA:29,0
1677
+ DA:30,0
1678
+ DA:31,0
1679
+ DA:32,0
1680
+ DA:33,0
1681
+ DA:34,0
1682
+ DA:35,0
1683
+ DA:36,0
1684
+ DA:37,0
1685
+ DA:38,0
1686
+ DA:39,0
1687
+ DA:40,0
1688
+ DA:41,0
1689
+ DA:42,0
1690
+ DA:43,0
1691
+ DA:44,0
1692
+ DA:45,0
1693
+ DA:46,0
1694
+ DA:47,0
1695
+ DA:48,0
1696
+ DA:49,0
1697
+ DA:50,0
1698
+ DA:51,0
1699
+ DA:52,0
1700
+ DA:53,0
1701
+ DA:54,0
1702
+ DA:55,0
1703
+ DA:56,0
1704
+ DA:57,0
1705
+ DA:58,0
1706
+ DA:59,0
1707
+ DA:60,0
1708
+ DA:61,0
1709
+ LF:61
1710
+ LH:0
1711
+ BRDA:1,0,0,0
1712
+ BRF:1
1713
+ BRH:0
1714
+ end_of_record
1715
+ TN:
1716
+ SF:src/components/typography/link/_link.tsx
1717
+ FN:19,UnstyledLink
1718
+ FNF:1
1719
+ FNH:1
1720
+ FNDA:1,UnstyledLink
1721
+ DA:1,1
1722
+ DA:2,1
1723
+ DA:3,1
1724
+ DA:4,1
1725
+ DA:5,1
1726
+ DA:6,1
1727
+ DA:7,1
1728
+ DA:8,1
1729
+ DA:9,1
1730
+ DA:10,1
1731
+ DA:11,1
1732
+ DA:12,1
1733
+ DA:13,1
1734
+ DA:14,1
1735
+ DA:15,1
1736
+ DA:16,1
1737
+ DA:17,1
1738
+ DA:18,1
1739
+ DA:19,1
1740
+ DA:20,1
1741
+ DA:21,1
1742
+ DA:22,1
1743
+ DA:23,1
1744
+ DA:24,1
1745
+ DA:25,1
1746
+ DA:26,1
1747
+ DA:27,1
1748
+ DA:28,1
1749
+ DA:29,1
1750
+ DA:30,1
1751
+ DA:31,1
1752
+ DA:32,1
1753
+ DA:33,1
1754
+ DA:34,1
1755
+ DA:35,1
1756
+ DA:36,1
1757
+ DA:37,1
1758
+ DA:38,1
1759
+ LF:38
1760
+ LH:38
1761
+ BRDA:19,0,0,1
1762
+ BRF:1
1763
+ BRH:1
1764
+ end_of_record
1765
+ TN:
1766
+ SF:src/components/typography/link/index.ts
1767
+ FN:1,(empty-report)
1768
+ FNF:1
1769
+ FNH:0
1770
+ FNDA:0,(empty-report)
1771
+ DA:1,0
1772
+ DA:2,0
1773
+ LF:2
1774
+ LH:0
1775
+ BRDA:1,0,0,0
1776
+ BRF:1
1777
+ BRH:0
1778
+ end_of_record
1779
+ TN:
1780
+ SF:src/components/typography/paragraph/_paragraph.stories.tsx
1781
+ FN:1,(empty-report)
1782
+ FNF:1
1783
+ FNH:0
1784
+ FNDA:0,(empty-report)
1785
+ DA:1,0
1786
+ DA:2,0
1787
+ DA:3,0
1788
+ DA:4,0
1789
+ DA:5,0
1790
+ DA:6,0
1791
+ DA:7,0
1792
+ DA:8,0
1793
+ DA:9,0
1794
+ DA:10,0
1795
+ DA:11,0
1796
+ DA:12,0
1797
+ DA:13,0
1798
+ DA:14,0
1799
+ DA:15,0
1800
+ DA:16,0
1801
+ DA:17,0
1802
+ DA:18,0
1803
+ DA:19,0
1804
+ DA:20,0
1805
+ DA:21,0
1806
+ DA:22,0
1807
+ DA:23,0
1808
+ DA:24,0
1809
+ DA:25,0
1810
+ DA:26,0
1811
+ DA:27,0
1812
+ DA:28,0
1813
+ DA:29,0
1814
+ DA:30,0
1815
+ DA:31,0
1816
+ DA:32,0
1817
+ DA:33,0
1818
+ DA:34,0
1819
+ DA:35,0
1820
+ DA:36,0
1821
+ DA:37,0
1822
+ DA:38,0
1823
+ DA:39,0
1824
+ DA:40,0
1825
+ DA:41,0
1826
+ DA:42,0
1827
+ DA:43,0
1828
+ DA:44,0
1829
+ DA:45,0
1830
+ DA:46,0
1831
+ DA:47,0
1832
+ DA:48,0
1833
+ LF:48
1834
+ LH:0
1835
+ BRDA:1,0,0,0
1836
+ BRF:1
1837
+ BRH:0
1838
+ end_of_record
1839
+ TN:
1840
+ SF:src/components/typography/paragraph/_paragraph.tsx
1841
+ FN:1,(empty-report)
1842
+ FNF:1
1843
+ FNH:0
1844
+ FNDA:0,(empty-report)
1845
+ DA:1,0
1846
+ DA:2,0
1847
+ DA:3,0
1848
+ DA:4,0
1849
+ DA:5,0
1850
+ DA:6,0
1851
+ DA:7,0
1852
+ DA:8,0
1853
+ DA:9,0
1854
+ DA:10,0
1855
+ DA:11,0
1856
+ DA:12,0
1857
+ DA:13,0
1858
+ LF:13
1859
+ LH:0
1860
+ BRDA:1,0,0,0
1861
+ BRF:1
1862
+ BRH:0
1863
+ end_of_record
1864
+ TN:
1865
+ SF:src/components/typography/text/_text.stories.tsx
1866
+ FN:1,(empty-report)
1867
+ FNF:1
1868
+ FNH:0
1869
+ FNDA:0,(empty-report)
1870
+ DA:1,0
1871
+ DA:2,0
1872
+ DA:3,0
1873
+ DA:4,0
1874
+ DA:5,0
1875
+ DA:6,0
1876
+ DA:7,0
1877
+ DA:8,0
1878
+ DA:9,0
1879
+ DA:10,0
1880
+ DA:11,0
1881
+ DA:12,0
1882
+ DA:13,0
1883
+ DA:14,0
1884
+ DA:15,0
1885
+ DA:16,0
1886
+ DA:17,0
1887
+ DA:18,0
1888
+ DA:19,0
1889
+ DA:20,0
1890
+ DA:21,0
1891
+ DA:22,0
1892
+ DA:23,0
1893
+ DA:24,0
1894
+ DA:25,0
1895
+ DA:26,0
1896
+ DA:27,0
1897
+ DA:28,0
1898
+ DA:29,0
1899
+ DA:30,0
1900
+ DA:31,0
1901
+ DA:32,0
1902
+ DA:33,0
1903
+ LF:33
1904
+ LH:0
1905
+ BRDA:1,0,0,0
1906
+ BRF:1
1907
+ BRH:0
1908
+ end_of_record
1909
+ TN:
1910
+ SF:src/components/typography/text/_text.tsx
1911
+ FN:26,Text
1912
+ FNF:1
1913
+ FNH:1
1914
+ FNDA:1,Text
1915
+ DA:1,1
1916
+ DA:2,1
1917
+ DA:3,1
1918
+ DA:4,1
1919
+ DA:5,1
1920
+ DA:6,1
1921
+ DA:7,1
1922
+ DA:8,1
1923
+ DA:9,1
1924
+ DA:10,1
1925
+ DA:11,1
1926
+ DA:12,1
1927
+ DA:13,1
1928
+ DA:14,1
1929
+ DA:15,1
1930
+ DA:16,1
1931
+ DA:17,1
1932
+ DA:18,1
1933
+ DA:19,1
1934
+ DA:20,1
1935
+ DA:21,1
1936
+ DA:22,1
1937
+ DA:23,1
1938
+ DA:24,1
1939
+ DA:25,1
1940
+ DA:26,1
1941
+ DA:27,1
1942
+ DA:28,1
1943
+ DA:29,1
1944
+ DA:30,1
1945
+ DA:31,1
1946
+ DA:32,1
1947
+ DA:33,1
1948
+ DA:34,1
1949
+ DA:35,1
1950
+ DA:36,1
1951
+ DA:37,1
1952
+ LF:37
1953
+ LH:37
1954
+ BRDA:26,0,0,1
1955
+ BRDA:27,1,0,1
1956
+ BRF:2
1957
+ BRH:2
1958
+ end_of_record
1959
+ TN:
1960
+ SF:src/components/typography/text/index.ts
1961
+ FN:1,get
1962
+ FNF:1
1963
+ FNH:0
1964
+ FNDA:0,get
1965
+ DA:1,0
1966
+ DA:2,1
1967
+ LF:2
1968
+ LH:1
1969
+ BRDA:1,0,0,1
1970
+ BRDA:1,1,0,0
1971
+ BRDA:1,2,0,0
1972
+ BRDA:1,3,0,0
1973
+ BRF:4
1974
+ BRH:1
1975
+ end_of_record
1976
+ TN:
1977
+ SF:src/hooks/index.ts
1978
+ FN:1,(empty-report)
1979
+ FNF:1
1980
+ FNH:0
1981
+ FNDA:0,(empty-report)
1982
+ DA:1,0
1983
+ LF:1
1984
+ LH:0
1985
+ BRDA:1,0,0,0
1986
+ BRF:1
1987
+ BRH:0
1988
+ end_of_record
1989
+ TN:
1990
+ SF:src/hooks/useAppTheme.ts
1991
+ FN:1,(empty-report)
1992
+ FNF:1
1993
+ FNH:0
1994
+ FNDA:0,(empty-report)
1995
+ DA:1,0
1996
+ DA:2,0
1997
+ DA:3,0
1998
+ DA:4,0
1999
+ DA:5,0
2000
+ DA:6,0
2001
+ DA:7,0
2002
+ DA:8,0
2003
+ DA:9,0
2004
+ DA:10,0
2005
+ DA:11,0
2006
+ DA:12,0
2007
+ DA:13,0
2008
+ DA:14,0
2009
+ DA:15,0
2010
+ DA:16,0
2011
+ DA:17,0
2012
+ DA:18,0
2013
+ DA:19,0
2014
+ DA:20,0
2015
+ DA:21,0
2016
+ DA:22,0
2017
+ DA:23,0
2018
+ DA:24,0
2019
+ DA:25,0
2020
+ DA:26,0
2021
+ DA:27,0
2022
+ DA:28,0
2023
+ DA:29,0
2024
+ DA:30,0
2025
+ DA:31,0
2026
+ DA:32,0
2027
+ DA:33,0
2028
+ DA:34,0
2029
+ DA:35,0
2030
+ DA:36,0
2031
+ DA:37,0
2032
+ DA:38,0
2033
+ DA:39,0
2034
+ DA:40,0
2035
+ DA:41,0
2036
+ DA:42,0
2037
+ DA:43,0
2038
+ DA:44,0
2039
+ DA:45,0
2040
+ LF:45
2041
+ LH:0
2042
+ BRDA:1,0,0,0
2043
+ BRF:1
2044
+ BRH:0
2045
+ end_of_record
2046
+ TN:
2047
+ SF:turbo/generators/config.ts
2048
+ FN:1,(empty-report)
2049
+ FNF:1
2050
+ FNH:0
2051
+ FNDA:0,(empty-report)
2052
+ DA:1,0
2053
+ DA:2,0
2054
+ DA:3,0
2055
+ DA:4,0
2056
+ DA:5,0
2057
+ DA:6,0
2058
+ DA:7,0
2059
+ DA:8,0
2060
+ DA:9,0
2061
+ DA:10,0
2062
+ DA:11,0
2063
+ DA:12,0
2064
+ DA:13,0
2065
+ DA:14,0
2066
+ DA:15,0
2067
+ DA:16,0
2068
+ DA:17,0
2069
+ DA:18,0
2070
+ DA:19,0
2071
+ DA:20,0
2072
+ DA:21,0
2073
+ DA:22,0
2074
+ DA:23,0
2075
+ DA:24,0
2076
+ DA:25,0
2077
+ DA:26,0
2078
+ DA:27,0
2079
+ DA:28,0
2080
+ DA:29,0
2081
+ DA:30,0
2082
+ LF:30
2083
+ LH:0
2084
+ BRDA:1,0,0,0
2085
+ BRF:1
2086
+ BRH:0
2087
+ end_of_record