@techfides/ui-library-design 0.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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +55 -0
  3. package/assets/brands/digital-boost-group.svg +1 -0
  4. package/assets/brands/rtsg.svg +1 -0
  5. package/assets/brands/tech-it-out.svg +1 -0
  6. package/assets/brands/techfides.svg +1 -0
  7. package/css/index.css +8 -0
  8. package/css/theme.css +1640 -0
  9. package/dist/brands.d.ts +39 -0
  10. package/dist/brands.js +41 -0
  11. package/dist/brands.js.map +1 -0
  12. package/dist/charts/animation.js +14 -0
  13. package/dist/charts/animation.js.map +1 -0
  14. package/dist/charts/bars.d.ts +22 -0
  15. package/dist/charts/bars.js +61 -0
  16. package/dist/charts/bars.js.map +1 -0
  17. package/dist/charts/groupedBars.d.ts +20 -0
  18. package/dist/charts/groupedBars.js +82 -0
  19. package/dist/charts/groupedBars.js.map +1 -0
  20. package/dist/charts/paint.js +19 -0
  21. package/dist/charts/paint.js.map +1 -0
  22. package/dist/charts/spark.d.ts +17 -0
  23. package/dist/charts/spark.js +159 -0
  24. package/dist/charts/spark.js.map +1 -0
  25. package/dist/charts/tooltip.js +41 -0
  26. package/dist/charts/tooltip.js.map +1 -0
  27. package/dist/cn.d.ts +6 -0
  28. package/dist/cn.js +178 -0
  29. package/dist/cn.js.map +1 -0
  30. package/dist/control.d.ts +15 -0
  31. package/dist/control.js +13 -0
  32. package/dist/control.js.map +1 -0
  33. package/dist/index.d.ts +65 -0
  34. package/dist/index.js +65 -0
  35. package/dist/mark.d.ts +7 -0
  36. package/dist/mark.js +11 -0
  37. package/dist/mark.js.map +1 -0
  38. package/dist/parts/control.js +55 -0
  39. package/dist/parts/control.js.map +1 -0
  40. package/dist/parts/eyebrow.js +8 -0
  41. package/dist/parts/eyebrow.js.map +1 -0
  42. package/dist/parts/mark.js +52 -0
  43. package/dist/parts/mark.js.map +1 -0
  44. package/dist/parts/reveal.js +35 -0
  45. package/dist/parts/reveal.js.map +1 -0
  46. package/dist/parts/rouse.js +25 -0
  47. package/dist/parts/rouse.js.map +1 -0
  48. package/dist/parts/rule.js +12 -0
  49. package/dist/parts/rule.js.map +1 -0
  50. package/dist/parts/scroll.js +10 -0
  51. package/dist/parts/scroll.js.map +1 -0
  52. package/dist/parts/shell.js +23 -0
  53. package/dist/parts/shell.js.map +1 -0
  54. package/dist/parts/surface.js +15 -0
  55. package/dist/parts/surface.js.map +1 -0
  56. package/dist/parts/tone.js +13 -0
  57. package/dist/parts/tone.js.map +1 -0
  58. package/dist/parts/travel.js +11 -0
  59. package/dist/parts/travel.js.map +1 -0
  60. package/dist/recipes/accordion.d.ts +13 -0
  61. package/dist/recipes/accordion.js +42 -0
  62. package/dist/recipes/accordion.js.map +1 -0
  63. package/dist/recipes/alert.d.ts +16 -0
  64. package/dist/recipes/alert.js +21 -0
  65. package/dist/recipes/alert.js.map +1 -0
  66. package/dist/recipes/band.d.ts +8 -0
  67. package/dist/recipes/band.js +22 -0
  68. package/dist/recipes/band.js.map +1 -0
  69. package/dist/recipes/bars.d.ts +17 -0
  70. package/dist/recipes/bars.js +27 -0
  71. package/dist/recipes/bars.js.map +1 -0
  72. package/dist/recipes/brandMark.d.ts +5 -0
  73. package/dist/recipes/brandMark.js +7 -0
  74. package/dist/recipes/brandMark.js.map +1 -0
  75. package/dist/recipes/button.d.ts +23 -0
  76. package/dist/recipes/button.js +229 -0
  77. package/dist/recipes/button.js.map +1 -0
  78. package/dist/recipes/cardHeader.d.ts +10 -0
  79. package/dist/recipes/cardHeader.js +11 -0
  80. package/dist/recipes/cardHeader.js.map +1 -0
  81. package/dist/recipes/checkbox.d.ts +26 -0
  82. package/dist/recipes/checkbox.js +103 -0
  83. package/dist/recipes/checkbox.js.map +1 -0
  84. package/dist/recipes/chip.d.ts +26 -0
  85. package/dist/recipes/chip.js +123 -0
  86. package/dist/recipes/chip.js.map +1 -0
  87. package/dist/recipes/codeEditor.d.ts +74 -0
  88. package/dist/recipes/codeEditor.js +71 -0
  89. package/dist/recipes/codeEditor.js.map +1 -0
  90. package/dist/recipes/datePicker.d.ts +39 -0
  91. package/dist/recipes/datePicker.js +166 -0
  92. package/dist/recipes/datePicker.js.map +1 -0
  93. package/dist/recipes/dialog.d.ts +37 -0
  94. package/dist/recipes/dialog.js +116 -0
  95. package/dist/recipes/dialog.js.map +1 -0
  96. package/dist/recipes/feature.d.ts +15 -0
  97. package/dist/recipes/feature.js +48 -0
  98. package/dist/recipes/feature.js.map +1 -0
  99. package/dist/recipes/field.d.ts +26 -0
  100. package/dist/recipes/field.js +129 -0
  101. package/dist/recipes/field.js.map +1 -0
  102. package/dist/recipes/findings.d.ts +11 -0
  103. package/dist/recipes/findings.js +16 -0
  104. package/dist/recipes/findings.js.map +1 -0
  105. package/dist/recipes/heading.d.ts +17 -0
  106. package/dist/recipes/heading.js +37 -0
  107. package/dist/recipes/heading.js.map +1 -0
  108. package/dist/recipes/heartbeat.d.ts +23 -0
  109. package/dist/recipes/heartbeat.js +43 -0
  110. package/dist/recipes/heartbeat.js.map +1 -0
  111. package/dist/recipes/input.d.ts +17 -0
  112. package/dist/recipes/input.js +90 -0
  113. package/dist/recipes/input.js.map +1 -0
  114. package/dist/recipes/listItem.d.ts +6 -0
  115. package/dist/recipes/listItem.js +8 -0
  116. package/dist/recipes/listItem.js.map +1 -0
  117. package/dist/recipes/listbox.d.ts +12 -0
  118. package/dist/recipes/listbox.js +29 -0
  119. package/dist/recipes/listbox.js.map +1 -0
  120. package/dist/recipes/marquee.d.ts +19 -0
  121. package/dist/recipes/marquee.js +36 -0
  122. package/dist/recipes/marquee.js.map +1 -0
  123. package/dist/recipes/menu.d.ts +26 -0
  124. package/dist/recipes/menu.js +86 -0
  125. package/dist/recipes/menu.js.map +1 -0
  126. package/dist/recipes/metaRow.d.ts +14 -0
  127. package/dist/recipes/metaRow.js +19 -0
  128. package/dist/recipes/metaRow.js.map +1 -0
  129. package/dist/recipes/meter.d.ts +23 -0
  130. package/dist/recipes/meter.js +39 -0
  131. package/dist/recipes/meter.js.map +1 -0
  132. package/dist/recipes/motion.d.ts +6 -0
  133. package/dist/recipes/motion.js +34 -0
  134. package/dist/recipes/motion.js.map +1 -0
  135. package/dist/recipes/nebula.d.ts +9 -0
  136. package/dist/recipes/nebula.js +15 -0
  137. package/dist/recipes/nebula.js.map +1 -0
  138. package/dist/recipes/numberRange.d.ts +15 -0
  139. package/dist/recipes/numberRange.js +109 -0
  140. package/dist/recipes/numberRange.js.map +1 -0
  141. package/dist/recipes/paper.d.ts +22 -0
  142. package/dist/recipes/paper.js +42 -0
  143. package/dist/recipes/paper.js.map +1 -0
  144. package/dist/recipes/progressBar.d.ts +7 -0
  145. package/dist/recipes/progressBar.js +11 -0
  146. package/dist/recipes/progressBar.js.map +1 -0
  147. package/dist/recipes/queue.d.ts +16 -0
  148. package/dist/recipes/queue.js +27 -0
  149. package/dist/recipes/queue.js.map +1 -0
  150. package/dist/recipes/radioGroup.d.ts +27 -0
  151. package/dist/recipes/radioGroup.js +68 -0
  152. package/dist/recipes/radioGroup.js.map +1 -0
  153. package/dist/recipes/scopeSwitcher.d.ts +26 -0
  154. package/dist/recipes/scopeSwitcher.js +80 -0
  155. package/dist/recipes/scopeSwitcher.js.map +1 -0
  156. package/dist/recipes/scrollArea.d.ts +19 -0
  157. package/dist/recipes/scrollArea.js +43 -0
  158. package/dist/recipes/scrollArea.js.map +1 -0
  159. package/dist/recipes/searchPalette.d.ts +19 -0
  160. package/dist/recipes/searchPalette.js +63 -0
  161. package/dist/recipes/searchPalette.js.map +1 -0
  162. package/dist/recipes/sectionHeader.d.ts +9 -0
  163. package/dist/recipes/sectionHeader.js +10 -0
  164. package/dist/recipes/sectionHeader.js.map +1 -0
  165. package/dist/recipes/segmentedControl.d.ts +9 -0
  166. package/dist/recipes/segmentedControl.js +29 -0
  167. package/dist/recipes/segmentedControl.js.map +1 -0
  168. package/dist/recipes/select.d.ts +9 -0
  169. package/dist/recipes/select.js +21 -0
  170. package/dist/recipes/select.js.map +1 -0
  171. package/dist/recipes/separator.d.ts +14 -0
  172. package/dist/recipes/separator.js +59 -0
  173. package/dist/recipes/separator.js.map +1 -0
  174. package/dist/recipes/sidebar.d.ts +40 -0
  175. package/dist/recipes/sidebar.js +128 -0
  176. package/dist/recipes/sidebar.js.map +1 -0
  177. package/dist/recipes/sky.d.ts +20 -0
  178. package/dist/recipes/sky.js +127 -0
  179. package/dist/recipes/sky.js.map +1 -0
  180. package/dist/recipes/slider.d.ts +20 -0
  181. package/dist/recipes/slider.js +62 -0
  182. package/dist/recipes/slider.js.map +1 -0
  183. package/dist/recipes/stat.d.ts +30 -0
  184. package/dist/recipes/stat.js +52 -0
  185. package/dist/recipes/stat.js.map +1 -0
  186. package/dist/recipes/switch.d.ts +20 -0
  187. package/dist/recipes/switch.js +60 -0
  188. package/dist/recipes/switch.js.map +1 -0
  189. package/dist/recipes/table.d.ts +74 -0
  190. package/dist/recipes/table.js +182 -0
  191. package/dist/recipes/table.js.map +1 -0
  192. package/dist/recipes/tableFilter.d.ts +14 -0
  193. package/dist/recipes/tableFilter.js +28 -0
  194. package/dist/recipes/tableFilter.js.map +1 -0
  195. package/dist/recipes/tablePaging.d.ts +15 -0
  196. package/dist/recipes/tablePaging.js +50 -0
  197. package/dist/recipes/tablePaging.js.map +1 -0
  198. package/dist/recipes/tail.d.ts +20 -0
  199. package/dist/recipes/tail.js +48 -0
  200. package/dist/recipes/tail.js.map +1 -0
  201. package/dist/recipes/text.d.ts +25 -0
  202. package/dist/recipes/text.js +94 -0
  203. package/dist/recipes/text.js.map +1 -0
  204. package/dist/recipes/textarea.d.ts +13 -0
  205. package/dist/recipes/textarea.js +48 -0
  206. package/dist/recipes/textarea.js.map +1 -0
  207. package/dist/recipes/tile.d.ts +18 -0
  208. package/dist/recipes/tile.js +85 -0
  209. package/dist/recipes/tile.js.map +1 -0
  210. package/dist/recipes/tooltip.d.ts +12 -0
  211. package/dist/recipes/tooltip.js +26 -0
  212. package/dist/recipes/tooltip.js.map +1 -0
  213. package/dist/recipes/topBar.d.ts +15 -0
  214. package/dist/recipes/topBar.js +35 -0
  215. package/dist/recipes/topBar.js.map +1 -0
  216. package/dist/recipes/trail.d.ts +27 -0
  217. package/dist/recipes/trail.js +66 -0
  218. package/dist/recipes/trail.js.map +1 -0
  219. package/dist/recipes/userMenu.d.ts +11 -0
  220. package/dist/recipes/userMenu.js +38 -0
  221. package/dist/recipes/userMenu.js.map +1 -0
  222. package/dist/tally.d.ts +17 -0
  223. package/dist/tally.js +75 -0
  224. package/dist/tally.js.map +1 -0
  225. package/dist/tone.d.ts +26 -0
  226. package/dist/tone.js +26 -0
  227. package/dist/tone.js.map +1 -0
  228. package/dist/words.d.ts +116 -0
  229. package/dist/words.js +93 -0
  230. package/dist/words.js.map +1 -0
  231. package/package.json +72 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 TechFides
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # @techfides/ui-library-design
2
+
3
+ The framework-agnostic half of the TechFides UI library: the Tailwind CSS v4 theme, the design tokens, and the variant recipes every component is built from.
4
+
5
+ No framework, no components. If you are building with Vue, install [`@techfides/ui-library-vue`](https://www.npmjs.com/package/@techfides/ui-library-vue) instead — it depends on this one and brings it with it. Reach for this package directly when you are styling something the component library does not cover, or when a React binding arrives.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ pnpm add @techfides/ui-library-design
11
+ ```
12
+
13
+ ESM only, Node 24 or newer.
14
+
15
+ ## Wire it up
16
+
17
+ ```css
18
+ @import 'tailwindcss';
19
+ @import '@techfides/ui-library-design/css';
20
+ ```
21
+
22
+ That brings the theme, the base layer, the tokens and the two typefaces the type scale asks for — Inter and Poppins, in the four weights it uses. `@techfides/ui-library-design/theme.css` is the theme on its own, without the fonts and without the `@source` directive, for when you want to bring your own of both.
23
+
24
+ ## What is in it
25
+
26
+ **Tokens** — surfaces, lines, ink, four brand accents, four semantic tones, a four-step rhythm, five radii, the type scale, the motion curves and durations. Every one of them is a Tailwind v4 `@theme` entry, so `bg-tf-panel`, `text-tf-muted` and `rounded-tf-card` are ordinary utilities.
27
+
28
+ **Recipes** — one [cva](https://cva.style) recipe per component part, holding the classes that component paints with. `buttonRecipe`, `tableCellRecipe`, `statValueRecipe` and so on. A framework binding renders the markup and asks a recipe for the classes.
29
+
30
+ **`cn`** — clsx and tailwind-merge, extended with every scale the theme declares, so a consumer's class always wins over ours:
31
+
32
+ ```ts
33
+ import { cn } from '@techfides/ui-library-design'
34
+
35
+ cn('bg-tf-panel p-6', props.class)
36
+ ```
37
+
38
+ **Brand** — four accents, switched by a `data-brand` attribute on the root. Every accent role in the system derives from the one the brand names.
39
+
40
+ ## The one thing to know about surfaces
41
+
42
+ Depth is carried by lightness, not by shadow: on a dark screen a black shadow has almost nothing to fall on. There are five surface steps and each is measurably lighter than the one below it. A shadow means something different — that a thing has left the page altogether.
43
+
44
+ Two rules fall out of that and both are easy to break:
45
+
46
+ - Translucent surfaces **compound**. Two sheets at 6.5 per cent are 12.6 per cent, not 6.5. A glass card inside a glass card is lighter than either.
47
+ - A `mask-image` erases the fill of the element it is set on, background included. Nothing that fades may paint a surface of its own.
48
+
49
+ ## Publishing this package
50
+
51
+ Use `pnpm`, not `npm` — the published `exports` map lives in `publishConfig`, which npm ignores. A `prepack` guard refuses any other agent.
52
+
53
+ ## Licence
54
+
55
+ MIT
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" viewBox="0 0 512 512"><defs><clipPath id="cp1" clipPathUnits="userSpaceOnUse"><path d="M-410-339h940v862h-940z"/></clipPath><clipPath id="cp2" clipPathUnits="userSpaceOnUse"><path d="M1 9h180v165H1z"/></clipPath></defs><style>.a{fill:#f3f3f3}.b{fill:#995fd2}</style><g clip-path="url(#cp1)" transform="scale(2.81319)"><path d="M-341.3-62.8V93.8c0 236.7 195.4 429.2 435.6 429.2C334.6 523 530 329.7 530 92.1s-195.4-431-435.7-431H-26.3v68.2H94.3c202.3 0 366.8 162.8 366.8 362.8S296.6 454.8 94.3 454.8c-202.2 0-366.7-161.9-366.7-361v-224.9H-410v68.3z" class="a"/><path d="M-410-270.7V-339h347.7l.1 432.8c0 84.5 70.2 153.1 156.5 153.1 86.4 0 156.6-69.4 156.6-154.8 0-85.5-70.2-154.9-156.6-154.9H-26.3V-131H94.3c124.4 0 225.6 100.1 225.6 223.1s-101.2 223-225.6 223c-124.3 0-225.5-99.2-225.5-221.3v-364.5z" class="a"/><path d="M-410-166.8V-235h242.7V93.8c0 141.8 117.4 257.1 261.6 257.1C238.6 350.9 356 234.8 356 92.1S238.6-166.7 94.3-166.7H-26.3v-68.2H94.3c182.3 0 330.6 146.7 330.6 327s-148.3 327-330.6 327-330.6-145.9-330.6-325.3v-260.6z" class="a"/></g><g clip-path="url(#cp2)" transform="scale(2.81319)"><path d="M14.1 61.9v30c0 45.2 37.5 82.1 83.5 82.1S181 137 181 91.5 143.6 9 97.6 9H74.5v13.1h23.1c38.7 0 70.2 31.1 70.2 69.4S136.3 161 97.6 161s-70.3-31.1-70.3-69.1V48.8H1v13.1z" class="b"/><path d="M1 22.1V9h66.6v82.9c0 16.1 13.4 29.3 30 29.3 16.5 0 30-13.3 30-29.7 0-16.3-13.5-29.6-30-29.6H74.5V48.8h23.1c23.8 0 43.2 19.2 43.2 42.7 0 23.6-19.4 42.7-43.2 42.7s-43.2-19-43.2-42.3V22.1z" class="b"/><path d="M1 42V28.9h46.5v63c0 27.1 22.4 49.2 50.1 49.2 27.6 0 50.1-22.3 50.1-49.6S125.2 42 97.6 42H74.5V28.9h23.1c34.9 0 63.3 28.1 63.3 62.6s-28.4 62.6-63.3 62.6-63.3-27.9-63.3-62.2V42z" class="b"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 512 512"><style>.b{fill:#ea7504}</style><path d="M250.964 251.803c0 17.627-14.269 31.895-31.895 31.895s-31.895-14.268-31.895-31.895c0-18.465 14.269-32.734 31.895-32.734s31.895 14.269 31.895 32.734" class="b"/><path d="M45.3 18.5V0L23.1 15.8v9c.9-.5 1.9-.8 3-.8h.5v-6.4L41.8 6.8v51.8l2.7-1.8c6.5-4.4 10.3-11.6 10.3-19.5.1-7.4-3.5-14.4-9.5-18.8m0 33.2V23c3.9 3.8 6.1 8.9 6.1 14.3 0 5.5-2.2 10.7-6.1 14.4" style="fill:#d95614" transform="scale(8.39344)"/><path d="M256 510.321V365.115c0-20.145-16.787-36.931-36.931-36.931s-36.931 16.786-36.931 36.93v129.26l-22.663-14.27c-57.914-36.09-92.327-98.202-92.327-167.029 0-72.183 39.449-138.491 102.4-172.905v34.414c-45.325 31.055-73.023 83.095-73.023 138.491 0 48.682 20.144 94.007 56.236 125.902v-73.862c0-36.092 29.377-66.308 66.308-66.308 36.092 0 66.308 30.216 66.308 66.308v144.367z" class="b"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 512 512"><style>.b{fill:#84bd23}</style><path d="M256 79.36c42.667 0 81.067 15.36 111.787 40.107q3.84 2.56 7.68 0l55.466-40.96c2.56-1.707 3.414-6.827 0-9.387C385.707 26.453 324.267 0 256 0 188.587 0 127.147 26.453 81.067 69.12c-2.56 2.56-2.56 7.68.853 9.387l55.467 40.96c1.706 1.706 5.12 1.706 7.68 0C174.933 94.72 214.187 79.36 256 79.36m221.867 64L422.4 183.467c-1.707 1.706-2.56 5.12-1.707 7.68 7.68 20.48 11.947 41.813 11.947 64.853 0 25.6-5.12 49.493-14.507 70.827-11.093 24.746-28.16 46.933-47.786 64-30.72 25.6-70.827 41.813-114.347 41.813-42.667 0-82.773-16.213-113.493-41.813-20.48-17.067-36.694-39.254-47.787-64C85.333 305.493 80.213 281.6 80.213 256c0-23.04 4.267-44.373 11.947-64.853.853-2.56 0-5.974-2.56-7.68L34.987 143.36c-3.414-2.56-7.68-1.707-9.387 1.707C8.533 179.2 0 217.6 0 258.56 1.707 398.507 116.053 512 256 512c141.653 0 256.853-114.347 256.853-256 0-39.253-9.386-76.8-25.6-110.933-1.706-3.414-5.973-4.267-9.386-1.707" class="b"/><path d="M216.747 151.893v208.214c0 3.413 1.706 5.973 5.12 6.826q16.213 3.414 34.133 3.414t34.987-3.414c3.413-.853 5.12-3.413 5.12-6.826V151.893c0-3.413-1.707-5.973-5.12-6.826q-17.067-3.414-34.987-3.414t-34.133 3.414c-3.414.853-5.12 3.413-5.12 6.826" class="b"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 512 512"><style>.a{fill:#0075c9}.b{fill:#003056}.c{fill:#7e8890}</style><path d="M473.39 0H41.967v55.397H473.39zM41.967 117.508v55.397h139.331V459.12l56.236 47.004V117.508h-56.236zM473.39 117.508H277.823v55.397H473.39zM421.35 243.41H277.824v55.397h143.528z" class="a"/></svg>
package/css/index.css ADDED
@@ -0,0 +1,8 @@
1
+ @import '@fontsource-variable/inter';
2
+ @import '@fontsource/poppins/300.css';
3
+ @import '@fontsource/poppins/400.css';
4
+ @import '@fontsource/poppins/600.css';
5
+ @import '@fontsource/poppins/700.css';
6
+ @import './theme.css';
7
+
8
+ @source "../dist";