@lukso/web-components 1.6.3 → 1.7.3

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 (328) hide show
  1. package/dist/color-palette.cjs +1363 -0
  2. package/dist/{shared/utils/color-palette.d.ts → color-palette.d.ts} +1 -2
  3. package/dist/color-palette.d.ts.map +1 -0
  4. package/dist/color-palette.js +1356 -0
  5. package/dist/components/index.cjs +74 -0
  6. package/dist/components/index.d.ts +2 -1
  7. package/dist/components/index.d.ts.map +1 -1
  8. package/dist/components/index.js +17 -7354
  9. package/dist/components/lukso-button/index.cjs +144 -0
  10. package/dist/components/lukso-button/index.js +95 -1190
  11. package/dist/components/lukso-card/index.cjs +143 -0
  12. package/dist/components/lukso-card/index.js +61 -1487
  13. package/dist/components/lukso-icon/index.cjs +4366 -0
  14. package/dist/components/lukso-icon/index.js +1713 -2410
  15. package/dist/components/lukso-input/index.cjs +219 -0
  16. package/dist/components/lukso-input/index.d.ts +1 -2
  17. package/dist/components/lukso-input/index.d.ts.map +1 -1
  18. package/dist/components/lukso-input/index.js +128 -1229
  19. package/dist/components/lukso-modal/index.cjs +70 -0
  20. package/dist/components/lukso-modal/index.d.ts +18 -0
  21. package/dist/components/lukso-modal/index.d.ts.map +1 -0
  22. package/dist/components/lukso-modal/index.js +68 -0
  23. package/dist/components/lukso-navbar/index.cjs +74 -0
  24. package/dist/components/lukso-navbar/index.js +43 -1154
  25. package/dist/components/lukso-profile/index.cjs +547 -0
  26. package/dist/components/lukso-profile/index.js +483 -1370
  27. package/dist/components/lukso-sanitize/index.cjs +1730 -0
  28. package/dist/components/lukso-sanitize/index.js +1643 -1544
  29. package/dist/components/lukso-tag/index.cjs +78 -0
  30. package/dist/components/lukso-tag/index.js +52 -1189
  31. package/dist/components/lukso-test/index.cjs +120 -0
  32. package/dist/components/lukso-test/index.js +65 -1767
  33. package/dist/components/lukso-username/index.cjs +126 -0
  34. package/dist/components/lukso-username/index.js +75 -1206
  35. package/dist/components/lukso-wizard/index.cjs +93 -0
  36. package/dist/components/lukso-wizard/index.js +47 -1253
  37. package/dist/directive-9ec64c08.js +28 -0
  38. package/dist/directive-db00f5fb.cjs +34 -0
  39. package/dist/index-4aafbf5c.cjs +67 -0
  40. package/dist/index-714323c9.js +18 -0
  41. package/dist/index-7dc05ee5.cjs +20 -0
  42. package/dist/index-e1077e02.js +59 -0
  43. package/dist/index.cjs +74 -0
  44. package/dist/index.js +17 -7354
  45. package/dist/shared/tailwind-element/index.cjs +10 -0
  46. package/dist/shared/tailwind-element/index.js +1 -1064
  47. package/dist/state-7fde94d1.js +9 -0
  48. package/dist/state-a62a7d5d.cjs +11 -0
  49. package/dist/style-map-3f88f525.js +10 -0
  50. package/dist/style-map-e193a4d9.cjs +12 -0
  51. package/dist/styles/main.css.map +1 -1
  52. package/package.json +85 -147
  53. package/tools/assets/fonts/index.cjs +10 -0
  54. package/tools/assets/fonts/index.d.ts +2 -0
  55. package/tools/assets/fonts/index.d.ts.map +1 -0
  56. package/tools/assets/fonts/index.js +6 -0
  57. package/tools/assets/images/index.cjs +10 -0
  58. package/tools/assets/images/index.d.ts +2 -0
  59. package/tools/assets/images/index.d.ts.map +1 -0
  60. package/tools/assets/images/index.js +6 -0
  61. package/tools/assets/index.cjs +15 -0
  62. package/tools/assets/index.d.ts +4 -0
  63. package/tools/assets/index.d.ts.map +1 -0
  64. package/tools/assets/index.js +9 -0
  65. package/tools/color-palette-a34f5d09.js +1356 -0
  66. package/tools/color-palette-bf5780ed.cjs +1362 -0
  67. package/tools/color-palette.cjs +11 -146
  68. package/tools/color-palette.d.ts +39 -52
  69. package/tools/color-palette.d.ts.map +1 -1
  70. package/tools/color-palette.js +1 -0
  71. package/tools/copy-assets.cjs +50 -136
  72. package/tools/copy-assets.d.ts +7 -9
  73. package/tools/copy-assets.d.ts.map +1 -1
  74. package/tools/copy-assets.js +49 -0
  75. package/tools/index.cjs +35 -0
  76. package/tools/index.d.ts +6 -0
  77. package/tools/index.d.ts.map +1 -0
  78. package/tools/index.js +22 -0
  79. package/tools/sass/index.cjs +7 -0
  80. package/tools/sass/index.js +1 -0
  81. package/tools/styles/index.cjs +5 -0
  82. package/tools/styles/index.js +3 -0
  83. package/tools/styles/main.css +287 -0
  84. package/CHANGELOG.md +0 -287
  85. package/dist/assets/fonts/index.js +0 -4
  86. package/dist/assets/fonts/index.ts +0 -1
  87. package/dist/assets/fonts/index.umd.cjs +0 -1
  88. package/dist/assets/images/index.js +0 -4
  89. package/dist/assets/images/index.ts +0 -1
  90. package/dist/assets/images/index.umd.cjs +0 -1
  91. package/dist/assets/index.js +0 -4
  92. package/dist/assets/index.ts +0 -1
  93. package/dist/assets/index.umd.cjs +0 -1
  94. package/dist/color-palette/index.js +0 -705
  95. package/dist/color-palette/index.umd.cjs +0 -1
  96. package/dist/components/index.umd.cjs +0 -3756
  97. package/dist/components/lukso-button/index.umd.cjs +0 -88
  98. package/dist/components/lukso-card/index.umd.cjs +0 -145
  99. package/dist/components/lukso-icon/index.umd.cjs +0 -3465
  100. package/dist/components/lukso-input/index.umd.cjs +0 -109
  101. package/dist/components/lukso-navbar/index.umd.cjs +0 -73
  102. package/dist/components/lukso-profile/index.umd.cjs +0 -90
  103. package/dist/components/lukso-sanitize/index.umd.cjs +0 -61
  104. package/dist/components/lukso-tag/index.umd.cjs +0 -67
  105. package/dist/components/lukso-test/index.umd.cjs +0 -95
  106. package/dist/components/lukso-username/index.umd.cjs +0 -75
  107. package/dist/components/lukso-wizard/index.umd.cjs +0 -89
  108. package/dist/index.umd.cjs +0 -3756
  109. package/dist/sass/index.js +0 -4
  110. package/dist/sass/index.ts +0 -1
  111. package/dist/sass/index.umd.cjs +0 -1
  112. package/dist/shared/assets/index.d.ts +0 -3
  113. package/dist/shared/assets/index.d.ts.map +0 -1
  114. package/dist/shared/directives/custom-class-map/index.d.ts +0 -26
  115. package/dist/shared/directives/custom-class-map/index.d.ts.map +0 -1
  116. package/dist/shared/directives/index.d.ts +0 -2
  117. package/dist/shared/directives/index.d.ts.map +0 -1
  118. package/dist/shared/styles/index.d.ts +0 -3
  119. package/dist/shared/styles/index.d.ts.map +0 -1
  120. package/dist/shared/tailwind-element/index.umd.cjs +0 -39
  121. package/dist/shared/tailwind-element.js +0 -1064
  122. package/dist/shared/tailwind-element.umd.cjs +0 -39
  123. package/dist/shared/utils/color-palette.d.ts.map +0 -1
  124. package/dist/styles/index.js +0 -4
  125. package/dist/styles/index.umd.cjs +0 -1
  126. package/src/components/index.ts +0 -13
  127. package/src/components/lukso-button/index.ts +0 -145
  128. package/src/components/lukso-button/lukso-button.stories.ts +0 -216
  129. package/src/components/lukso-card/index.ts +0 -131
  130. package/src/components/lukso-card/lukso-card.stories.ts +0 -191
  131. package/src/components/lukso-card/style.scss +0 -7
  132. package/src/components/lukso-icon/icons/add-photo.ts +0 -46
  133. package/src/components/lukso-icon/icons/arrow-down-lg.ts +0 -26
  134. package/src/components/lukso-icon/icons/arrow-down-sm.ts +0 -26
  135. package/src/components/lukso-icon/icons/arrow-left-lg.ts +0 -26
  136. package/src/components/lukso-icon/icons/arrow-left-sm.ts +0 -26
  137. package/src/components/lukso-icon/icons/arrow-right-lg.ts +0 -26
  138. package/src/components/lukso-icon/icons/arrow-right-sm.ts +0 -26
  139. package/src/components/lukso-icon/icons/arrow-up-lg.ts +0 -26
  140. package/src/components/lukso-icon/icons/arrow-up-sm.ts +0 -26
  141. package/src/components/lukso-icon/icons/barbell-outline.ts +0 -54
  142. package/src/components/lukso-icon/icons/bulb-outline.ts +0 -54
  143. package/src/components/lukso-icon/icons/camera.ts +0 -40
  144. package/src/components/lukso-icon/icons/clipboard.ts +0 -59
  145. package/src/components/lukso-icon/icons/clock.ts +0 -31
  146. package/src/components/lukso-icon/icons/close-lg.ts +0 -33
  147. package/src/components/lukso-icon/icons/close-sm.ts +0 -33
  148. package/src/components/lukso-icon/icons/cloud.ts +0 -25
  149. package/src/components/lukso-icon/icons/compass-outline.ts +0 -29
  150. package/src/components/lukso-icon/icons/complete-filled-fade-in.ts +0 -34
  151. package/src/components/lukso-icon/icons/complete-filled.ts +0 -32
  152. package/src/components/lukso-icon/icons/complete-outline.ts +0 -31
  153. package/src/components/lukso-icon/icons/connect.ts +0 -33
  154. package/src/components/lukso-icon/icons/connections.ts +0 -34
  155. package/src/components/lukso-icon/icons/contract-lock.ts +0 -43
  156. package/src/components/lukso-icon/icons/controller.ts +0 -55
  157. package/src/components/lukso-icon/icons/copy.ts +0 -31
  158. package/src/components/lukso-icon/icons/cross-outline.ts +0 -38
  159. package/src/components/lukso-icon/icons/dots.ts +0 -22
  160. package/src/components/lukso-icon/icons/edit.ts +0 -30
  161. package/src/components/lukso-icon/icons/error.ts +0 -31
  162. package/src/components/lukso-icon/icons/eth-logo.ts +0 -50
  163. package/src/components/lukso-icon/icons/expand.ts +0 -31
  164. package/src/components/lukso-icon/icons/extension.ts +0 -31
  165. package/src/components/lukso-icon/icons/eye-hide.ts +0 -47
  166. package/src/components/lukso-icon/icons/eye-show.ts +0 -37
  167. package/src/components/lukso-icon/icons/filter.ts +0 -43
  168. package/src/components/lukso-icon/icons/fish-outline.ts +0 -36
  169. package/src/components/lukso-icon/icons/flip.ts +0 -45
  170. package/src/components/lukso-icon/icons/globe.ts +0 -61
  171. package/src/components/lukso-icon/icons/google-color.ts +0 -35
  172. package/src/components/lukso-icon/icons/hamburger.ts +0 -40
  173. package/src/components/lukso-icon/icons/infinite.ts +0 -33
  174. package/src/components/lukso-icon/icons/information.ts +0 -38
  175. package/src/components/lukso-icon/icons/key-outline.ts +0 -25
  176. package/src/components/lukso-icon/icons/link.ts +0 -33
  177. package/src/components/lukso-icon/icons/link1.ts +0 -39
  178. package/src/components/lukso-icon/icons/link2.ts +0 -46
  179. package/src/components/lukso-icon/icons/link3.ts +0 -32
  180. package/src/components/lukso-icon/icons/link4.ts +0 -52
  181. package/src/components/lukso-icon/icons/loading.ts +0 -50
  182. package/src/components/lukso-icon/icons/location.ts +0 -33
  183. package/src/components/lukso-icon/icons/locked.ts +0 -44
  184. package/src/components/lukso-icon/icons/login-2.ts +0 -55
  185. package/src/components/lukso-icon/icons/login-3.ts +0 -53
  186. package/src/components/lukso-icon/icons/login.ts +0 -39
  187. package/src/components/lukso-icon/icons/logo-chrome.ts +0 -35
  188. package/src/components/lukso-icon/icons/lyx-logo.ts +0 -41
  189. package/src/components/lukso-icon/icons/mail.ts +0 -33
  190. package/src/components/lukso-icon/icons/menu-1.ts +0 -71
  191. package/src/components/lukso-icon/icons/menu-2.ts +0 -61
  192. package/src/components/lukso-icon/icons/migrate.ts +0 -47
  193. package/src/components/lukso-icon/icons/minimize.ts +0 -53
  194. package/src/components/lukso-icon/icons/network.ts +0 -49
  195. package/src/components/lukso-icon/icons/notifications.ts +0 -33
  196. package/src/components/lukso-icon/icons/phone-portrait-outline.ts +0 -33
  197. package/src/components/lukso-icon/icons/pin.ts +0 -25
  198. package/src/components/lukso-icon/icons/play-filled.ts +0 -23
  199. package/src/components/lukso-icon/icons/play-outline.ts +0 -24
  200. package/src/components/lukso-icon/icons/plus.ts +0 -33
  201. package/src/components/lukso-icon/icons/profile-add.ts +0 -43
  202. package/src/components/lukso-icon/icons/profile-export.ts +0 -42
  203. package/src/components/lukso-icon/icons/profile-import.ts +0 -42
  204. package/src/components/lukso-icon/icons/profile-recovery-2.ts +0 -62
  205. package/src/components/lukso-icon/icons/profile-recovery.ts +0 -55
  206. package/src/components/lukso-icon/icons/profile-restore.ts +0 -50
  207. package/src/components/lukso-icon/icons/profile.ts +0 -29
  208. package/src/components/lukso-icon/icons/progress-complete.ts +0 -289
  209. package/src/components/lukso-icon/icons/progress-indicator.ts +0 -236
  210. package/src/components/lukso-icon/icons/pulse-dot.ts +0 -22
  211. package/src/components/lukso-icon/icons/qr-code.ts +0 -122
  212. package/src/components/lukso-icon/icons/relayer.ts +0 -40
  213. package/src/components/lukso-icon/icons/reload.ts +0 -32
  214. package/src/components/lukso-icon/icons/return-down.ts +0 -33
  215. package/src/components/lukso-icon/icons/return-left.ts +0 -33
  216. package/src/components/lukso-icon/icons/return-right.ts +0 -33
  217. package/src/components/lukso-icon/icons/return-up.ts +0 -33
  218. package/src/components/lukso-icon/icons/search.ts +0 -28
  219. package/src/components/lukso-icon/icons/settings.ts +0 -33
  220. package/src/components/lukso-icon/icons/smart-contract-doc.ts +0 -40
  221. package/src/components/lukso-icon/icons/smart-contract.ts +0 -31
  222. package/src/components/lukso-icon/icons/star-filled.ts +0 -23
  223. package/src/components/lukso-icon/icons/star-outline.ts +0 -24
  224. package/src/components/lukso-icon/icons/step-dot.ts +0 -34
  225. package/src/components/lukso-icon/icons/step-progress.ts +0 -31
  226. package/src/components/lukso-icon/icons/steps.ts +0 -40
  227. package/src/components/lukso-icon/icons/tick.ts +0 -26
  228. package/src/components/lukso-icon/icons/timer-outline.ts +0 -47
  229. package/src/components/lukso-icon/icons/transaction-receive.ts +0 -39
  230. package/src/components/lukso-icon/icons/transaction-send.ts +0 -39
  231. package/src/components/lukso-icon/icons/transfer.ts +0 -47
  232. package/src/components/lukso-icon/icons/trash.ts +0 -40
  233. package/src/components/lukso-icon/icons/turn-down.ts +0 -33
  234. package/src/components/lukso-icon/icons/turn-left.ts +0 -33
  235. package/src/components/lukso-icon/icons/turn-right.ts +0 -33
  236. package/src/components/lukso-icon/icons/turn-up.ts +0 -33
  237. package/src/components/lukso-icon/icons/unlocked.ts +0 -41
  238. package/src/components/lukso-icon/icons/wallet-outline.ts +0 -35
  239. package/src/components/lukso-icon/icons/warning-round.ts +0 -32
  240. package/src/components/lukso-icon/icons/warning-triangle.ts +0 -32
  241. package/src/components/lukso-icon/index.ts +0 -310
  242. package/src/components/lukso-icon/lukso-icon.stories.ts +0 -116
  243. package/src/components/lukso-icon/style.scss +0 -3
  244. package/src/components/lukso-input/index.ts +0 -211
  245. package/src/components/lukso-input/lukso-input.stories.ts +0 -184
  246. package/src/components/lukso-navbar/index.ts +0 -63
  247. package/src/components/lukso-navbar/lukso-navbar.stories.ts +0 -70
  248. package/src/components/lukso-profile/index.ts +0 -106
  249. package/src/components/lukso-profile/lukso-profile.stories.ts +0 -104
  250. package/src/components/lukso-sanitize/index.ts +0 -28
  251. package/src/components/lukso-sanitize/lukso-sanitize.stories.ts +0 -30
  252. package/src/components/lukso-tag/index.ts +0 -68
  253. package/src/components/lukso-tag/lukso-tag.stories.ts +0 -129
  254. package/src/components/lukso-test/index.ts +0 -72
  255. package/src/components/lukso-test/test.component.scss +0 -7
  256. package/src/components/lukso-test/test.stories.ts +0 -31
  257. package/src/components/lukso-username/index.ts +0 -105
  258. package/src/components/lukso-username/lukso-username.stories.ts +0 -98
  259. package/src/components/lukso-wizard/index.ts +0 -74
  260. package/src/components/lukso-wizard/lukso-wizard.stories.ts +0 -52
  261. package/src/docs/animations.stories.mdx +0 -83
  262. package/src/docs/colors.stories.mdx +0 -77
  263. package/src/docs/drop-shadows.stories.mdx +0 -108
  264. package/src/docs/icons.stories.mdx +0 -1590
  265. package/src/docs/typography.stories.mdx +0 -253
  266. package/src/index.ts +0 -1
  267. package/src/postcss.config.ts +0 -8
  268. package/src/shared/assets/fonts/Apax-Bold.woff2 +0 -0
  269. package/src/shared/assets/fonts/Apax-Light.woff2 +0 -0
  270. package/src/shared/assets/fonts/Apax-Medium.woff2 +0 -0
  271. package/src/shared/assets/fonts/Apax-Regular.woff2 +0 -0
  272. package/src/shared/assets/fonts/Inter-Bold.woff2 +0 -0
  273. package/src/shared/assets/fonts/Inter-ExtraBold.woff2 +0 -0
  274. package/src/shared/assets/fonts/Inter-Medium.woff2 +0 -0
  275. package/src/shared/assets/fonts/Inter-Regular.woff2 +0 -0
  276. package/src/shared/assets/fonts/Inter-SemiBold.woff2 +0 -0
  277. package/src/shared/assets/fonts/Inter-Thin.woff2 +0 -0
  278. package/src/shared/assets/fonts/PT-Mono-Bold.woff2 +0 -0
  279. package/src/shared/assets/fonts/PT-Mono-Regular.woff2 +0 -0
  280. package/src/shared/assets/fonts/index.ts +0 -1
  281. package/src/shared/assets/images/index.ts +0 -1
  282. package/src/shared/assets/images/lukso-logo.svg +0 -3
  283. package/src/shared/assets/images/profile-default.png +0 -0
  284. package/src/shared/assets/index.ts +0 -1
  285. package/src/shared/directives/custom-class-map/index.ts +0 -49
  286. package/src/shared/directives/index.ts +0 -1
  287. package/src/shared/globals.d.ts +0 -5
  288. package/src/shared/styles/colors.scss +0 -91
  289. package/src/shared/styles/component.scss +0 -13
  290. package/src/shared/styles/fonts.scss +0 -97
  291. package/src/shared/styles/index.ts +0 -1
  292. package/src/shared/styles/main.scss +0 -13
  293. package/src/shared/styles/typography.scss +0 -142
  294. package/src/shared/styles/variables.scss +0 -5
  295. package/src/shared/tailwind-element/index.ts +0 -16
  296. package/src/shared/utils/__tests__/slice-address.spec.ts +0 -15
  297. package/src/shared/utils/color-palette.ts +0 -76
  298. package/src/shared/utils/copy-assets.ts +0 -80
  299. package/src/shared/utils/hsl-color-map.ts +0 -20
  300. package/src/shared/utils/slice-address.ts +0 -30
  301. /package/{dist → tools}/assets/fonts/Apax-Bold.woff2 +0 -0
  302. /package/{dist → tools}/assets/fonts/Apax-Light.woff2 +0 -0
  303. /package/{dist → tools}/assets/fonts/Apax-Medium.woff2 +0 -0
  304. /package/{dist → tools}/assets/fonts/Apax-Regular.woff2 +0 -0
  305. /package/{dist → tools}/assets/fonts/Inter-Bold.woff2 +0 -0
  306. /package/{dist → tools}/assets/fonts/Inter-ExtraBold.woff2 +0 -0
  307. /package/{dist → tools}/assets/fonts/Inter-Medium.woff2 +0 -0
  308. /package/{dist → tools}/assets/fonts/Inter-Regular.woff2 +0 -0
  309. /package/{dist → tools}/assets/fonts/Inter-SemiBold.woff2 +0 -0
  310. /package/{dist → tools}/assets/fonts/Inter-Thin.woff2 +0 -0
  311. /package/{dist → tools}/assets/fonts/PT-Mono-Bold.woff2 +0 -0
  312. /package/{dist → tools}/assets/fonts/PT-Mono-Regular.woff2 +0 -0
  313. /package/{dist → tools}/assets/images/lukso-logo.svg +0 -0
  314. /package/{dist → tools}/assets/images/profile-default.png +0 -0
  315. /package/{dist/shared/utils → tools}/hsl-color-map.d.ts +0 -0
  316. /package/{dist/shared/utils → tools}/hsl-color-map.d.ts.map +0 -0
  317. /package/{dist → tools}/sass/colors.scss +0 -0
  318. /package/{dist → tools}/sass/component.scss +0 -0
  319. /package/{dist → tools}/sass/fonts.scss +0 -0
  320. /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts +0 -0
  321. /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts.map +0 -0
  322. /package/{dist → tools}/sass/main.scss +0 -0
  323. /package/{dist → tools}/sass/typography.scss +0 -0
  324. /package/{dist → tools}/sass/variables.scss +0 -0
  325. /package/{dist/shared/utils → tools}/slice-address.d.ts +0 -0
  326. /package/{dist/shared/utils → tools}/slice-address.d.ts.map +0 -0
  327. /package/{dist/shared/assets/images → tools/styles}/index.d.ts +0 -0
  328. /package/{dist/shared/assets/images → tools/styles}/index.d.ts.map +0 -0
@@ -0,0 +1,287 @@
1
+ /**
2
+ * @file Main styles
3
+ *
4
+ * This file contain general styles that should be applied to host page.
5
+ */
6
+ :root {
7
+ --neutral-10: #121b21;
8
+ --neutral-15: #1b2832;
9
+ --neutral-20: #243542;
10
+ --neutral-25: #2d4253;
11
+ --neutral-30: #365063;
12
+ --neutral-35: #3e5d74;
13
+ --neutral-40: #476a85;
14
+ --neutral-45: #507795;
15
+ --neutral-50: #5985a6;
16
+ --neutral-55: #6a91af;
17
+ --neutral-60: #7a9db8;
18
+ --neutral-65: #8ba9c1;
19
+ --neutral-70: #9cb6c9;
20
+ --neutral-75: #acc2d2;
21
+ --neutral-80: #bdcedb;
22
+ --neutral-85: #cddae4;
23
+ --neutral-90: #dee7ed;
24
+ --neutral-95: #eef3f6;
25
+ --neutral-97: #f5f8fa;
26
+ --neutral-98: #f8fafb;
27
+ --neutral-100: #ffffff;
28
+ --honey-72: #fad275;
29
+ --honey-75: #fbd784;
30
+ --honey-82: #fce2a6;
31
+ --honey-85: #fce7b5;
32
+ --honey-92: #fef2d8;
33
+ --coral-65: #f37c58;
34
+ --coral-74: #f69e83;
35
+ --coral-75: #f7a288;
36
+ --coral-84: #fac3b3;
37
+ --coral-85: #fac7b7;
38
+ --coral-94: #fde9e2;
39
+ --warm-77: #ffbb8a;
40
+ --warm-87: #ffd8bd;
41
+ --warm-97: #fff6f0;
42
+ --sea-salt-57: #7fa4a4;
43
+ --sea-salt-67: #9db9b9;
44
+ --sea-salt-88: #dbe6e6;
45
+ --cloud-43: #447c97;
46
+ --cloud-75: #a7c7d7;
47
+ --cloud-88: #d5e4ec;
48
+ --ocean-38: #3c6286;
49
+ --ocean-75: #a7c0d7;
50
+ --ocean-88: #d5e1ec;
51
+ --sky-64: #68a5de;
52
+ --sky-75: #96c1e8;
53
+ --sky-85: #c0daf1;
54
+ --lukso-70: #cc99ae;
55
+ --lukso-80: #ddbbc9;
56
+ --lukso-90: #eedde4;
57
+ --yellow-55: #ffa31a;
58
+ --yellow-65: #ffb84d;
59
+ --yellow-75: #ffcc80;
60
+ --yellow-85: #ffe0b3;
61
+ --green-45: #31b452;
62
+ --green-54: #47cd68;
63
+ --green-75: #9be4ad;
64
+ --green-85: #c3efce;
65
+ --blue-50: #0567fa;
66
+ --blue-60: #3785fb;
67
+ --blue-75: #82b3fc;
68
+ --blue-85: #b4d1fd;
69
+ --red-55: #e23636;
70
+ --red-65: #e96363;
71
+ --red-75: #ef8f8f;
72
+ --red-85: #f5bcbc;
73
+ --purple-15: #1d202f;
74
+ --purple-31: #3c4262;
75
+ --purple-41: #4f5882;
76
+ --purple-51: #646ea0;
77
+ --purple-58: #7a83ae;
78
+ --purple-63: #8a92b7;
79
+ --purple-82: #c6cadc;
80
+ --purple-94: #ecedf3;
81
+ --pink-90: #f8dad3;
82
+ --pink-91: #f9ddd7;
83
+ --pink-92: #f9e1dc;
84
+ --pink-93: #fae5e0;
85
+ --pink-94: #fbe9e5;
86
+ --pink-95: #fcece9;
87
+ --pink-96: #fcf0ed;
88
+ --pink-97: #fdf4f2;
89
+ --gradient-1-start: #D39B9D;
90
+ --gradient-1-end: #9071D1;
91
+ --gradient-2-start: #F8DAD3;
92
+ --gradient-2-end: #CC99AE;
93
+ --gradient-3-start: #393e56;
94
+ --gradient-3-end: #646ea0;
95
+ }
96
+
97
+ /**
98
+ * @file Fonts
99
+ *
100
+ * This file contains all fonts used in designs.
101
+ */
102
+ @font-face {
103
+ font-family: Inter;
104
+ src: url("/assets/fonts/Inter-Regular.woff2") format("woff2");
105
+ font-weight: normal;
106
+ font-style: normal;
107
+ font-display: swap;
108
+ }
109
+ @font-face {
110
+ font-family: Inter;
111
+ src: url("/assets/fonts/Inter-Bold.woff2") format("woff2");
112
+ font-weight: bold;
113
+ font-style: normal;
114
+ font-display: swap;
115
+ }
116
+ @font-face {
117
+ font-family: Inter;
118
+ src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2");
119
+ font-weight: 600;
120
+ font-style: normal;
121
+ font-display: swap;
122
+ }
123
+ @font-face {
124
+ font-family: Inter;
125
+ src: url("/assets/fonts/Inter-Medium.woff2") format("woff2");
126
+ font-weight: 500;
127
+ font-style: normal;
128
+ font-display: swap;
129
+ }
130
+ @font-face {
131
+ font-family: Inter;
132
+ src: url("/assets/fonts/Inter-Thin.woff2") format("woff2");
133
+ font-weight: 100;
134
+ font-style: normal;
135
+ font-display: swap;
136
+ }
137
+ @font-face {
138
+ font-family: Inter;
139
+ src: url("/assets/fonts/Inter-ExtraBold.woff2") format("woff2");
140
+ font-weight: bold;
141
+ font-style: normal;
142
+ font-display: swap;
143
+ }
144
+ @font-face {
145
+ font-family: "PT Mono";
146
+ src: url("/assets/fonts/PT-Mono-Regular.woff2") format("woff2");
147
+ font-weight: normal;
148
+ font-style: normal;
149
+ }
150
+ @font-face {
151
+ font-family: "PT Mono";
152
+ src: url("/assets/fonts/PT-Mono-Bold.woff2") format("woff2");
153
+ font-weight: bold;
154
+ font-style: normal;
155
+ }
156
+ @font-face {
157
+ font-family: Apax;
158
+ src: url("/assets/fonts/Apax-Light.woff2") format("woff2");
159
+ font-weight: 300;
160
+ font-style: normal;
161
+ }
162
+ @font-face {
163
+ font-family: Apax;
164
+ src: url("/assets/fonts/Apax-Regular.woff2") format("woff2");
165
+ font-weight: 400;
166
+ font-style: normal;
167
+ }
168
+ @font-face {
169
+ font-family: Apax;
170
+ src: url("/assets/fonts/Apax-Medium.woff2") format("woff2");
171
+ font-weight: 500;
172
+ font-style: normal;
173
+ }
174
+ @font-face {
175
+ font-family: Apax;
176
+ src: url("/assets/fonts/Apax-Bold.woff2") format("woff2");
177
+ font-weight: 700;
178
+ font-style: normal;
179
+ }
180
+ /**
181
+ * @file Typography
182
+ *
183
+ * This file contains all typography classes used in designs.
184
+ * They should be used instead of individual font attributes.
185
+ *
186
+ * You can use them same as the normal Tailwind classes, e.g.: class="heading-1"
187
+ */
188
+ @layer base {
189
+ .heading-h1 {
190
+ @apply text-26 not-italic font-600 leading-31 font-inter;
191
+ }
192
+ .heading-h2 {
193
+ @apply text-21 not-italic font-600 leading-26 font-inter;
194
+ }
195
+ .heading-h3 {
196
+ @apply text-17 not-italic font-600 leading-22 font-inter;
197
+ }
198
+ .heading-h4 {
199
+ @apply text-12 not-italic font-700 leading-15 font-inter uppercase tracking-[.02em];
200
+ }
201
+ .heading-h5 {
202
+ @apply text-14 not-italic font-700 leading-17 font-inter;
203
+ }
204
+ .heading-h1-medium-apax {
205
+ @apply text-44 not-italic font-500 leading-40 font-apax;
206
+ }
207
+ .heading-h1-regular-apax {
208
+ @apply text-44 not-italic font-400 leading-40 font-apax;
209
+ }
210
+ .heading-h2-medium-apax {
211
+ @apply text-24 not-italic font-500 leading-28 font-apax;
212
+ }
213
+ .heading-h3-medium-apax {
214
+ @apply text-16 not-italic font-500 leading-19 font-apax;
215
+ }
216
+ .heading-h4-medium-apax {
217
+ @apply text-14 not-italic font-500 leading-20 font-apax;
218
+ }
219
+ .heading-h4-medium-uppercase-apax {
220
+ @apply text-14 not-italic font-500 leading-20 font-apax uppercase tracking-[.08em];
221
+ }
222
+ .heading-h5-medium-apax {
223
+ @apply text-8 not-italic font-500 leading-10 font-apax;
224
+ }
225
+ .heading-h5-medium-uppercase-apax {
226
+ @apply text-8 not-italic font-500 leading-10 font-apax uppercase tracking-[.08em];
227
+ }
228
+ .paragraph-16-regular {
229
+ @apply text-16 not-italic font-400 leading-24 font-inter;
230
+ }
231
+ .paragraph-16-semi-bold {
232
+ @apply text-16 not-italic font-600 leading-24 font-inter;
233
+ }
234
+ .paragraph-14-regular {
235
+ @apply text-14 not-italic font-400 leading-22 font-inter;
236
+ }
237
+ .paragraph-14-medium {
238
+ @apply text-14 not-italic font-500 leading-22 font-inter;
239
+ }
240
+ .paragraph-14-semi-bold {
241
+ @apply text-14 not-italic font-600 leading-22 font-inter;
242
+ }
243
+ .paragraph-12-regular {
244
+ @apply text-12 not-italic font-400 leading-20 font-inter;
245
+ }
246
+ .paragraph-12-medium {
247
+ @apply text-12 not-italic font-500 leading-20 font-inter;
248
+ }
249
+ .paragraph-12-semi-bold {
250
+ @apply text-12 not-italic font-600 leading-20 font-inter;
251
+ }
252
+ .currency-10-semi-bold {
253
+ @apply text-10 not-italic font-600 leading-12 font-inter;
254
+ }
255
+ .currency-10-bold-uppercase {
256
+ @apply text-10 not-italic font-700 leading-12 font-inter uppercase;
257
+ }
258
+ .currency-14-semi-bold {
259
+ @apply text-14 not-italic font-600 leading-17 font-inter;
260
+ }
261
+ .link {
262
+ @apply text-17 not-italic font-600 leading-22 font-inter;
263
+ }
264
+ .button-text {
265
+ @apply text-17 not-italic font-600 leading-17 font-inter;
266
+ }
267
+ .caption {
268
+ @apply text-13 not-italic font-400 leading-20 font-inter;
269
+ }
270
+ .monospaced-16-regular {
271
+ @apply text-16 not-italic font-400 leading-22 font-mono;
272
+ }
273
+ .monospaced-16-bold {
274
+ @apply text-16 not-italic font-700 leading-22 font-mono;
275
+ }
276
+ .monospaced-12-bold {
277
+ @apply text-12 not-italic font-700 leading-14 font-mono;
278
+ }
279
+ .monospaced-10-bold {
280
+ @apply text-10 not-italic font-700 leading-14 font-mono;
281
+ }
282
+ }
283
+ @tailwind base;
284
+ @tailwind components;
285
+ @tailwind utilities;
286
+
287
+ /*# sourceMappingURL=main.css.map */
package/CHANGELOG.md DELETED
@@ -1,287 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.6.3](https://github.com/lukso-network/tools-web-components/compare/v1.6.2...v1.6.3) (2023-03-01)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * issue with card wrapper in fixed width ([#74](https://github.com/lukso-network/tools-web-components/issues/74)) ([fabe477](https://github.com/lukso-network/tools-web-components/commit/fabe4774daa08f191d4e70daa9340450a4d0bca8))
9
- * update navbar title font ([#71](https://github.com/lukso-network/tools-web-components/issues/71)) ([68ca190](https://github.com/lukso-network/tools-web-components/commit/68ca19067ee292b0edd3ed68ec57bac57c324a61))
10
- * wizard font ([#73](https://github.com/lukso-network/tools-web-components/issues/73)) ([e451bf8](https://github.com/lukso-network/tools-web-components/commit/e451bf880a6e0c61f7971badfbdfb670e33481dd))
11
-
12
- ## [1.6.2](https://github.com/lukso-network/tools-web-components/compare/v1.6.1...v1.6.2) (2023-02-28)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * input hover state and `name` attribute ([#69](https://github.com/lukso-network/tools-web-components/issues/69)) ([73e8d47](https://github.com/lukso-network/tools-web-components/commit/73e8d47a4fbc5f12d2d22c67458f87ceaec60d2a))
18
-
19
- ## [1.6.1](https://github.com/lukso-network/tools-web-components/compare/v1.6.0...v1.6.1) (2023-02-27)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * packing images ([#67](https://github.com/lukso-network/tools-web-components/issues/67)) ([7d6ae6f](https://github.com/lukso-network/tools-web-components/commit/7d6ae6f7d83c73f3c125e3183faa81d2f19a346f))
25
-
26
- ## [1.6.0](https://github.com/lukso-network/tools-web-components/compare/v1.5.4...v1.6.0) (2023-02-27)
27
-
28
-
29
- ### Features
30
-
31
- * add property for full width cards ([#62](https://github.com/lukso-network/tools-web-components/issues/62)) ([a1c5b9d](https://github.com/lukso-network/tools-web-components/commit/a1c5b9dedb69eb09c82954fc39de1d1b15db9ea0))
32
- * allow to set cards with 100% width/height ([#66](https://github.com/lukso-network/tools-web-components/issues/66)) ([625a00b](https://github.com/lukso-network/tools-web-components/commit/625a00bc799057656aed278ef98e98f611bac2b9))
33
- * Apax large h1 typography ([#64](https://github.com/lukso-network/tools-web-components/issues/64)) ([2da030b](https://github.com/lukso-network/tools-web-components/commit/2da030b30d28da0449d8d9ddcaa596c406b3cf0a))
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * add missing ext filtering when copying assets ([#61](https://github.com/lukso-network/tools-web-components/issues/61)) ([3c9f5e8](https://github.com/lukso-network/tools-web-components/commit/3c9f5e80550aa0ee156b0531663cbd266ac3fd5e))
39
- * incorrect name in color preview ([#63](https://github.com/lukso-network/tools-web-components/issues/63)) ([b9cb3c0](https://github.com/lukso-network/tools-web-components/commit/b9cb3c041840a99d699e68e1ecd28cedae4bcc10))
40
- * input border color when focusing ([#65](https://github.com/lukso-network/tools-web-components/issues/65)) ([8a5f837](https://github.com/lukso-network/tools-web-components/commit/8a5f83794177cbe6d7df5f4ea7c40057fa2a3788))
41
- * rework tools build into separate configs ([#58](https://github.com/lukso-network/tools-web-components/issues/58)) ([06c9a70](https://github.com/lukso-network/tools-web-components/commit/06c9a70777a6718476d42c4f539ef89858ee1a2d))
42
- * use root path for assets ([#60](https://github.com/lukso-network/tools-web-components/issues/60)) ([d3f6e62](https://github.com/lukso-network/tools-web-components/commit/d3f6e62a87a718643bf2f407503c8dd491848e29))
43
-
44
- ## [1.5.4](https://github.com/lukso-network/tools-web-components/compare/v1.5.3...v1.5.4) (2023-02-25)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * docs typo ([#56](https://github.com/lukso-network/tools-web-components/issues/56)) ([ea75e46](https://github.com/lukso-network/tools-web-components/commit/ea75e46887cd4a7bb35b2689ec99a6636a08d13e))
50
-
51
- ## [1.5.3](https://github.com/lukso-network/tools-web-components/compare/v1.5.2...v1.5.3) (2023-02-24)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * Redo regexp replacement ([#53](https://github.com/lukso-network/tools-web-components/issues/53)) ([456eb47](https://github.com/lukso-network/tools-web-components/commit/456eb4711f597f12cac63e168c23665f6fa89d73))
57
-
58
- ## [1.5.2](https://github.com/lukso-network/tools-web-components/compare/v1.5.1...v1.5.2) (2023-02-24)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * Update index.ts's to real ESM instead of __dirname ([#50](https://github.com/lukso-network/tools-web-components/issues/50)) ([60f2949](https://github.com/lukso-network/tools-web-components/commit/60f29494f304dac4ab93fa92171f88ad266cc823))
64
-
65
- ## [1.5.1](https://github.com/lukso-network/tools-web-components/compare/v1.5.0...v1.5.1) (2023-02-17)
66
-
67
-
68
- ### Bug Fixes
69
-
70
- * rebuild components ([#48](https://github.com/lukso-network/tools-web-components/issues/48)) ([fd27e86](https://github.com/lukso-network/tools-web-components/commit/fd27e8674341447bf8dfd32b5a2c0b32c53ae5f3))
71
-
72
- ## [1.5.0](https://github.com/lukso-network/tools-web-components/compare/v1.4.0...v1.5.0) (2023-02-17)
73
-
74
-
75
- ### Features
76
-
77
- * animations ([#47](https://github.com/lukso-network/tools-web-components/issues/47)) ([4a32814](https://github.com/lukso-network/tools-web-components/commit/4a32814d042eedeca4290df88460c5bc5a429d76))
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * border radius issue in long press state ([#45](https://github.com/lukso-network/tools-web-components/issues/45)) ([68d84a8](https://github.com/lukso-network/tools-web-components/commit/68d84a876d9645c421af0e9d7a9e5b6b06dbc921))
83
- * input placeholder color ([#43](https://github.com/lukso-network/tools-web-components/issues/43)) ([ff730eb](https://github.com/lukso-network/tools-web-components/commit/ff730eb10ed680da21c3d53d1a497da3b0880f74))
84
- * tag rounded style ([#46](https://github.com/lukso-network/tools-web-components/issues/46)) ([1653eda](https://github.com/lukso-network/tools-web-components/commit/1653eda69c0f2917f8f02c18b49965c551ef9ca7))
85
-
86
- ## [1.4.0](https://github.com/lukso-network/tools-web-components/compare/v1.3.1...v1.4.0) (2023-02-14)
87
-
88
-
89
- ### Features
90
-
91
- * icon component ([#38](https://github.com/lukso-network/tools-web-components/issues/38)) ([61cb73e](https://github.com/lukso-network/tools-web-components/commit/61cb73e93f196764b36a1e9baa642f2275ada6f7))
92
- * input component ([#42](https://github.com/lukso-network/tools-web-components/issues/42)) ([7515b79](https://github.com/lukso-network/tools-web-components/commit/7515b79922e4143f0de3dd25f36dbc543d802234))
93
- * long press button ([#41](https://github.com/lukso-network/tools-web-components/issues/41)) ([f9aae98](https://github.com/lukso-network/tools-web-components/commit/f9aae98b641cb074c0b4c1827d7b69b6bc9d1d64))
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * ts errors ([#39](https://github.com/lukso-network/tools-web-components/issues/39)) ([78b9532](https://github.com/lukso-network/tools-web-components/commit/78b95322634767730ec3d69c2fe5301b384fbd0d))
99
-
100
- ## [1.3.1](https://github.com/lukso-network/tools-web-components/compare/v1.3.0...v1.3.1) (2023-02-07)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * change letter spacing in uppercase headers ([#36](https://github.com/lukso-network/tools-web-components/issues/36)) ([a691a1f](https://github.com/lukso-network/tools-web-components/commit/a691a1fd526560c4fb3ff81d45ce2973a31fed68))
106
- * username default color ([#35](https://github.com/lukso-network/tools-web-components/issues/35)) ([bf2b5df](https://github.com/lukso-network/tools-web-components/commit/bf2b5df1363d6456d6ac7c7ec0304190ba9a4710))
107
-
108
- ## [1.3.0](https://github.com/lukso-network/tools-web-components/compare/v1.2.2...v1.3.0) (2023-02-05)
109
-
110
-
111
- ### Features
112
-
113
- * profile and card component ([#28](https://github.com/lukso-network/tools-web-components/issues/28)) ([e78c6b5](https://github.com/lukso-network/tools-web-components/commit/e78c6b51a0f2d46e8908bfb6ab3869435323900d))
114
- * sanitize component ([#31](https://github.com/lukso-network/tools-web-components/issues/31)) ([aa0558c](https://github.com/lukso-network/tools-web-components/commit/aa0558c80b9f12082f00a05a727b651734b60d76))
115
- * tag component ([#30](https://github.com/lukso-network/tools-web-components/issues/30)) ([77f4fb5](https://github.com/lukso-network/tools-web-components/commit/77f4fb5dfd1b6dd4961d1928cb2a7994e4def0af))
116
- * username component ([#34](https://github.com/lukso-network/tools-web-components/issues/34)) ([d619356](https://github.com/lukso-network/tools-web-components/commit/d619356d31ba4fbe814bff1bbb8d29b13b67c0ff))
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * change size of large profile ([#32](https://github.com/lukso-network/tools-web-components/issues/32)) ([3b1a9b2](https://github.com/lukso-network/tools-web-components/commit/3b1a9b297d3514598345951361409eff20d55c41))
122
-
123
- ## [1.2.2](https://github.com/lukso-network/tools-web-components/compare/v1.2.1...v1.2.2) (2023-02-01)
124
-
125
-
126
- ### Bug Fixes
127
-
128
- * visual feedbacks ([#26](https://github.com/lukso-network/tools-web-components/issues/26)) ([304b7a2](https://github.com/lukso-network/tools-web-components/commit/304b7a2f6d4ef1f5c0fe448fa0a3dea34183ba88))
129
-
130
- ## [1.2.1](https://github.com/lukso-network/tools-web-components/compare/v1.2.0...v1.2.1) (2023-01-30)
131
-
132
-
133
- ### Bug Fixes
134
-
135
- * Put assets/images/index back in ([25dd4a9](https://github.com/lukso-network/tools-web-components/commit/25dd4a9ec039d7239630c4f9fba5ff94cf59d8d6))
136
-
137
- ## [1.2.0](https://github.com/lukso-network/tools-web-components/compare/v1.1.0...v1.2.0) (2023-01-30)
138
-
139
-
140
- ### Features
141
-
142
- * navbar component ([#19](https://github.com/lukso-network/tools-web-components/issues/19)) ([0a918f5](https://github.com/lukso-network/tools-web-components/commit/0a918f51f4d8373a0d84663f8e7829519742d006))
143
- * wizard component ([#21](https://github.com/lukso-network/tools-web-components/issues/21)) ([d37ae22](https://github.com/lukso-network/tools-web-components/commit/d37ae2269b99d4b79de7ddf3d2a960829c0fa598))
144
-
145
-
146
- ### Bug Fixes
147
-
148
- * Assets index file somehow got lost ([#24](https://github.com/lukso-network/tools-web-components/issues/24)) ([7181071](https://github.com/lukso-network/tools-web-components/commit/7181071fc51b82a19800489d92f7ed860ba8938e))
149
- * Build problems ([#20](https://github.com/lukso-network/tools-web-components/issues/20)) ([ddbf7ba](https://github.com/lukso-network/tools-web-components/commit/ddbf7baabf7b0f16268bf19a6685a41977e1c4da))
150
- * component adjustments ([#23](https://github.com/lukso-network/tools-web-components/issues/23)) ([517d2a0](https://github.com/lukso-network/tools-web-components/commit/517d2a04285e7ece6e50f4587dd673cf7b8a7ccc))
151
-
152
- ## [1.1.0](https://github.com/lukso-network/tools-web-components/compare/v1.0.7...v1.1.0) (2023-01-26)
153
-
154
-
155
- ### Features
156
-
157
- * drop shadows ([#16](https://github.com/lukso-network/tools-web-components/issues/16)) ([3736e91](https://github.com/lukso-network/tools-web-components/commit/3736e917545f7a8660d68cf4b0336ba2a9b76f4d))
158
-
159
-
160
- ### Bug Fixes
161
-
162
- * Don't pass -w and setup watch ignored list. ([3d70acb](https://github.com/lukso-network/tools-web-components/commit/3d70acbe6e20654327444233a41ad639d42299d7))
163
- * Simplify eslint/vite/tsconfig to remove custom chokidar settings ([#18](https://github.com/lukso-network/tools-web-components/issues/18)) ([338bd5d](https://github.com/lukso-network/tools-web-components/commit/338bd5dd8a7862ca6fdf020e799928bc717383c5))
164
- * Vite and storybook build and config. ([#17](https://github.com/lukso-network/tools-web-components/issues/17)) ([da873f1](https://github.com/lukso-network/tools-web-components/commit/da873f10cd136e3640ba1d03fce2d7535d469dc9))
165
-
166
- ## [1.0.7](https://github.com/lukso-network/tools-web-components/compare/v1.0.6...v1.0.7) (2023-01-24)
167
-
168
-
169
- ### Bug Fixes
170
-
171
- * Add shared tailwind.element so typedefs can be compiled. ([df68e8c](https://github.com/lukso-network/tools-web-components/commit/df68e8c367dd76da077979899eff4f8fa4eaa3d1))
172
- * Also export ./components ([5465e2e](https://github.com/lukso-network/tools-web-components/commit/5465e2e7cd32c4d512b8c99a69090eff58bd3e51))
173
- * Improve eslint a bit to check the whole dist folder for testing ([c17b335](https://github.com/lukso-network/tools-web-components/commit/c17b3358f055e5dcabb326c2a6949e762c9a5d5d))
174
- * Lint will fail if non of the generated files are checked in ([9f35c04](https://github.com/lukso-network/tools-web-components/commit/9f35c0454870bd7df5b2fe8ac018f22c889f977d))
175
- * Missing changes ([c1e8464](https://github.com/lukso-network/tools-web-components/commit/c1e8464047319f672a9df13c24629370776662a8))
176
- * Remove custom-elements.json and src/components/index.ts from git and add to .gitignore. ([f6fc836](https://github.com/lukso-network/tools-web-components/commit/f6fc836c086002114ab69ea3d2f7400626a8cf11))
177
- * Remove dist files before build ([e2c4bed](https://github.com/lukso-network/tools-web-components/commit/e2c4bed083521aeb13c592999b2a962dba30c407))
178
- * Split builds into separate calls ([8d0b9a8](https://github.com/lukso-network/tools-web-components/commit/8d0b9a89ae33c48e46f3d7ab182ebc9d54e0d538))
179
-
180
- ## [1.0.6](https://github.com/lukso-network/tools-web-components/compare/v1.0.5...v1.0.6) (2023-01-23)
181
-
182
-
183
- ### Bug Fixes
184
-
185
- * tinycolor2 must be a regular dependency ([98489b6](https://github.com/lukso-network/tools-web-components/commit/98489b6aeb5d6dc693b35fc4892cd665f3321789))
186
-
187
- ## [1.0.5](https://github.com/lukso-network/tools-web-components/compare/v1.0.4...v1.0.5) (2023-01-23)
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * Missing cjs files at the root ([7031fbd](https://github.com/lukso-network/tools-web-components/commit/7031fbdd5d54e17f25c4a470098bac8966a870aa))
193
- * Remove old publish action (has an old node version) ([62ef12b](https://github.com/lukso-network/tools-web-components/commit/62ef12bae40b6be0c2580dc4a8570c02f9443844))
194
- * Use yarn npm publish but write token into .yarnrc.yml ([5bc595e](https://github.com/lukso-network/tools-web-components/commit/5bc595ea57cc0383868b4cf85148b5cc026ba458))
195
-
196
- ## [1.0.4](https://github.com/lukso-network/tools-web-components/compare/v1.0.3...v1.0.4) (2023-01-23)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * publish cannot depend on build if build is optional. ([90d4797](https://github.com/lukso-network/tools-web-components/commit/90d479761c073a935e229fbeace355fd640669e7))
202
-
203
- ## [1.0.3](https://github.com/lukso-network/tools-web-components/compare/v1.0.2...v1.0.3) (2023-01-22)
204
-
205
-
206
- ### Bug Fixes
207
-
208
- * Build using bundle of only color-palette ([e68753c](https://github.com/lukso-network/tools-web-components/commit/e68753c3d640ea3c2ce52920fe7a8859ee7a6d3c))
209
- * Exclude some prettier, for json ([bc0cba3](https://github.com/lukso-network/tools-web-components/commit/bc0cba31cc1167115e81ca2ec81eed7df11ab2cc))
210
- * Need to adjust font references ([bfba6c0](https://github.com/lukso-network/tools-web-components/commit/bfba6c07f81310fa6bbc9ae0c9df10f9c07baec6))
211
- * Rename fonts to never contains spaces ([1e77391](https://github.com/lukso-network/tools-web-components/commit/1e77391b20d6dba145785a4c87a973d304834821))
212
- * Rethink the way we do exports 'add shim files' ([a7dbbf6](https://github.com/lukso-network/tools-web-components/commit/a7dbbf63e1996db60ccf045af2409d51f6c6c719))
213
-
214
- ## [1.0.2](https://github.com/lukso-network/tools-web-components/compare/v1.0.1...v1.0.2) (2023-01-18)
215
-
216
-
217
- ### Bug Fixes
218
-
219
- * Prettier for changelog and publish npm after test ([#5](https://github.com/lukso-network/tools-web-components/issues/5)) ([8cdd3c1](https://github.com/lukso-network/tools-web-components/commit/8cdd3c1236fcbd7775f220ecd87b224c7a03df12))
220
-
221
- ## [1.0.1](https://github.com/lukso-network/tools-web-components/compare/v1.0.0...v1.0.1) (2023-01-18)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * Compile tailwind and postcss configs ([271610f](https://github.com/lukso-network/tools-web-components/commit/271610f9c7bb057d1b53c6abce8f96e3ad610664))
227
-
228
- ## 1.0.0 (2023-01-18)
229
-
230
-
231
- ### Features
232
-
233
- * Add some animation for testing ([3bfc62a](https://github.com/lukso-network/tools-web-components/commit/3bfc62a5be74e4cc1273750bbecc95a035165138))
234
- * Attempt to work with play functions. ([53c607e](https://github.com/lukso-network/tools-web-components/commit/53c607e9953a0ead998c492a285ef4ce3762d3f8))
235
- * button component, colors and typography ([#3](https://github.com/lukso-network/tools-web-components/issues/3)) ([2c169c4](https://github.com/lukso-network/tools-web-components/commit/2c169c4844ac040849eabc7cf305787716b2965c))
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * Abort other deploy actions ([5c094a8](https://github.com/lukso-network/tools-web-components/commit/5c094a82e6e709d82120081b2b34a72e208ec2a6))
241
- * Add .gitignore ([c3930b3](https://github.com/lukso-network/tools-web-components/commit/c3930b3054b86a62c81001b197a186acc480a30e))
242
- * Add a local playwright ([e9d53ed](https://github.com/lukso-network/tools-web-components/commit/e9d53edbec919e4a296eded8847c7fdf8456304d))
243
- * Add a sample disbled property with a controller inside of storybook ([9be209f](https://github.com/lukso-network/tools-web-components/commit/9be209f4c0a414c85249ec1e3480f01975c458fb))
244
- * Add initial deployment/ci scripts. ([c2137bf](https://github.com/lukso-network/tools-web-components/commit/c2137bf5d0235f4dfcf35e305ded9d865062e144))
245
- * Add more config to be able to publish npm ([c5b697d](https://github.com/lukso-network/tools-web-components/commit/c5b697da883ed76e26aa721b9ad4c781df6d3fe6))
246
- * Add prettier, stylelint and eslint configs. ([240a6a4](https://github.com/lukso-network/tools-web-components/commit/240a6a49dbcaef2413739b05c4f8fa402fd6fe5b))
247
- * Add release-please process. Modify to remove merge to main, notify and artifacts. Add npm publish ([#1](https://github.com/lukso-network/tools-web-components/issues/1)) ([7b03229](https://github.com/lukso-network/tools-web-components/commit/7b03229f6bf3bb58317549a5fca45e39f449aabe))
248
- * Add some tracing because yarn test is just stuck in ci ([bd20c16](https://github.com/lukso-network/tools-web-components/commit/bd20c16ae8d0bf123705ab5d09caa93478f583de))
249
- * Adjust prettier config ([2456b60](https://github.com/lukso-network/tools-web-components/commit/2456b6068ab9d09932231968b2624929ff101ba1))
250
- * Component rename and cleanup in package.json ([e98bb4c](https://github.com/lukso-network/tools-web-components/commit/e98bb4ca981c22d51b94b95a51d95e9e410e0517))
251
- * Deploy was pointing to wrong folder ([775b086](https://github.com/lukso-network/tools-web-components/commit/775b086200664d7b081ae4448e1147926226dc9e))
252
- * Enable addon-controls ([c57aeda](https://github.com/lukso-network/tools-web-components/commit/c57aedaf595badd905be8f92ce53963b1c70b5d5))
253
- * Finalize switch to vite ([c40ea50](https://github.com/lukso-network/tools-web-components/commit/c40ea5067c6d7c544f1f8a69107c56a1a905e04a))
254
- * Fix eslint errors. ([af10324](https://github.com/lukso-network/tools-web-components/commit/af10324c923d3e865e390fe72b9913e3714d2917))
255
- * Format prettier ([da388b3](https://github.com/lukso-network/tools-web-components/commit/da388b33dc337dc18e464490d8eac88e077ed651))
256
- * hosts file doesn't seem to have localhost alias ([aebb645](https://github.com/lukso-network/tools-web-components/commit/aebb64555f4284a64d1d949cecf76d099ba6089b))
257
- * Husky ([b0fd703](https://github.com/lukso-network/tools-web-components/commit/b0fd7035a88d23d5a9eb3deee19854a92b7ada0d))
258
- * Ignore storybook-static when publishing npm ([7f3d4d1](https://github.com/lukso-network/tools-web-components/commit/7f3d4d1fecd93ec7ab93b2482dc2c722b6680ce9))
259
- * Improve docs. ([acb58a5](https://github.com/lukso-network/tools-web-components/commit/acb58a5f6a776a8b9ab394ef613b1377f5a35f56))
260
- * Indentation of the github workflow ([c4cd485](https://github.com/lukso-network/tools-web-components/commit/c4cd48595a9707d2bc9cdb9d9647840b87bf3abe))
261
- * Make sure controls work in both components ([7d2c464](https://github.com/lukso-network/tools-web-components/commit/7d2c464debf1b73495e672445113d17b71f1fbaa))
262
- * Make wait verbose and specify 127.0.0.1 ([3e7e166](https://github.com/lukso-network/tools-web-components/commit/3e7e166523713e57209959e769bf9105f9bdd4cf))
263
- * Mark components as public ([8ecb744](https://github.com/lukso-network/tools-web-components/commit/8ecb74422e86dc4787da1961e48ae253b02a088d))
264
- * Mark package as public everywhere. ([303ba37](https://github.com/lukso-network/tools-web-components/commit/303ba379161eb910b1f23e1219a9ebec2a5d7df0))
265
- * Mess around with some animations and hover class from tailwinds. ([034f431](https://github.com/lukso-network/tools-web-components/commit/034f4318b280c9c9a2897b8d1bc22646e9d1ddcd))
266
- * Needs to use beta for testing ([5a071ef](https://github.com/lukso-network/tools-web-components/commit/5a071ef89515be16c7676a930dbdf70374af9c1f))
267
- * Play around with storybook (lit is not fully supported) ([3bc6865](https://github.com/lukso-network/tools-web-components/commit/3bc6865cd92d585e04499827491d16ff0688e51c))
268
- * pnpm up ([b2ec439](https://github.com/lukso-network/tools-web-components/commit/b2ec4399fbd876b9bd444f86ca9b452cc7b2b881))
269
- * Prettier ([e71b16d](https://github.com/lukso-network/tools-web-components/commit/e71b16d09f736b84eecfd8ddfa511108e7eb8e1e))
270
- * prettier (somehow not engaged in my vscode) ([962c5bb](https://github.com/lukso-network/tools-web-components/commit/962c5bb818c084d84ecf5d223e1bad68f75fd462))
271
- * Refactor to use elements. ([1968a96](https://github.com/lukso-network/tools-web-components/commit/1968a96c647f5d189886ab86a4bf75e9273f716c))
272
- * Release process develop => main ([35e53d6](https://github.com/lukso-network/tools-web-components/commit/35e53d6e6cd6b95a11143a8db7fccf4d1d561dba))
273
- * Remove main folder ([95735d7](https://github.com/lukso-network/tools-web-components/commit/95735d76212af3ab2a3a542ec319d106307dc8f4))
274
- * Remove testing for disabled ([dad6bd5](https://github.com/lukso-network/tools-web-components/commit/dad6bd5fe1043c09173c6d055e40cfffaecc6cd5))
275
- * Remove unused web-components ([d2be85e](https://github.com/lukso-network/tools-web-components/commit/d2be85edb48932e85889bdb4b442e110aa1dbf35))
276
- * Setup correct build ([76dd6c2](https://github.com/lukso-network/tools-web-components/commit/76dd6c255dd86de2fb61089b128dd4c86b3253bb))
277
- * Some more cleanup to make sure props can be dynamic ([94eef62](https://github.com/lukso-network/tools-web-components/commit/94eef6203d373a2e01f230d1782592394f5cf8e5))
278
- * Temporarily use /lukso-components prefix until we have a CNAME ([058ef26](https://github.com/lukso-network/tools-web-components/commit/058ef263e0ae7145ddba8d54ce88104b37a1760d))
279
- * Test vite for storybook build. ([30ae016](https://github.com/lukso-network/tools-web-components/commit/30ae01637aefaa307f0a9f2a3da77bd085734a50))
280
- * Trailing LF ([99294aa](https://github.com/lukso-network/tools-web-components/commit/99294aad1a34859ee3e70e6c79cb6a6548c8d304))
281
- * Try playwright install ([950bfd7](https://github.com/lukso-network/tools-web-components/commit/950bfd790879e7a00aa574ef26a37c514399dc29))
282
- * Try to create a components folder. ([20c9004](https://github.com/lukso-network/tools-web-components/commit/20c9004d326a2e8ca9ad3e846fa02be373dfc0cf))
283
- * Try to create an npm module ([9c0f814](https://github.com/lukso-network/tools-web-components/commit/9c0f81422140347d15886963d325755fe0945ab5))
284
- * Upgrade npm-publish ([3e42243](https://github.com/lukso-network/tools-web-components/commit/3e42243e92b33da04518610e4bd41a02bfd337c7))
285
- * Upgrade to 7.0.0 so the next upgrade will automatically move off of beta. ([f99606d](https://github.com/lukso-network/tools-web-components/commit/f99606d1b4cb7fb7aa2f0a23d213823056f135bd))
286
- * Upgrade to yarn ([adb6bd9](https://github.com/lukso-network/tools-web-components/commit/adb6bd9943e7433a1fa3cd9ae5271c68a66fc188))
287
- * Vite src/index.ts writing didn't match prettier config ([ccee70f](https://github.com/lukso-network/tools-web-components/commit/ccee70f4cb3ccde3c87da6dbee3228d340cecc38))
@@ -1,4 +0,0 @@
1
- const e = import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, "");
2
- export {
3
- e as default
4
- };
@@ -1 +0,0 @@
1
- export default import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, '')
@@ -1 +0,0 @@
1
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.web_components_fonts=n())})(this,function(){"use strict";return(typeof document>"u"&&typeof location>"u"?new(require("url")).URL("file:"+__filename).href:typeof document>"u"?location.href:document.currentScript&&document.currentScript.src||new URL("assets/fonts/index.umd.cjs",document.baseURI).href).replace(/^file:\/\/|\/\w+\.?[jt]s$/g,"")});
@@ -1,4 +0,0 @@
1
- const e = import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, "");
2
- export {
3
- e as default
4
- };
@@ -1 +0,0 @@
1
- export default import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, '')
@@ -1 +0,0 @@
1
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.web_components_images=n())})(this,function(){"use strict";return(typeof document>"u"&&typeof location>"u"?new(require("url")).URL("file:"+__filename).href:typeof document>"u"?location.href:document.currentScript&&document.currentScript.src||new URL("assets/images/index.umd.cjs",document.baseURI).href).replace(/^file:\/\/|\/\w+\.?[jt]s$/g,"")});
@@ -1,4 +0,0 @@
1
- const e = import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, "");
2
- export {
3
- e as default
4
- };
@@ -1 +0,0 @@
1
- export default import.meta.url.replace(/^file:\/\/|\/\w+\.?[jt]s$/g, '')
@@ -1 +0,0 @@
1
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.web_components_assets=n())})(this,function(){"use strict";return(typeof document>"u"&&typeof location>"u"?new(require("url")).URL("file:"+__filename).href:typeof document>"u"?location.href:document.currentScript&&document.currentScript.src||new URL("assets/index.umd.cjs",document.baseURI).href).replace(/^file:\/\/|\/\w+\.?[jt]s$/g,"")});