@argent/x-shared 1.79.0 → 1.79.2

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 (502) hide show
  1. package/dist/.ts-temp/tsconfig.tsbuildinfo +1 -1
  2. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  3. package/dist/_virtual/_rolldown/runtime.js +20 -0
  4. package/dist/index.cjs +1 -1
  5. package/dist/index.js +112 -488
  6. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.cjs +1 -1
  7. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.js +11 -11
  8. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.cjs +1 -1
  9. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.js +62 -85
  10. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -1
  11. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.js +153 -190
  12. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.cjs +1 -1
  13. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.js +56 -65
  14. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -1
  15. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.js +125 -151
  16. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -1
  17. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.js +470 -575
  18. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.cjs +1 -1
  19. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.js +26 -40
  20. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.cjs +1 -1
  21. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.js +4 -4
  22. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.cjs +1 -1
  23. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.js +38 -42
  24. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.cjs +1 -1
  25. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js +28 -42
  26. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.cjs +1 -1
  27. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.js +17 -26
  28. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.cjs +1 -1
  29. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.js +52 -59
  30. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.cjs +1 -1
  31. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.js +20 -19
  32. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.cjs +1 -1
  33. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.js +118 -113
  34. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.cjs +1 -1
  35. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.js +95 -105
  36. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.cjs +1 -1
  37. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.js +26 -32
  38. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_md.cjs +1 -1
  39. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_md.js +71 -82
  40. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_u64.cjs +1 -1
  41. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_u64.js +20 -20
  42. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha2.cjs +1 -1
  43. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha2.js +125 -124
  44. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha3.cjs +1 -1
  45. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha3.js +102 -116
  46. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/utils.cjs +1 -1
  47. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/utils.js +62 -76
  48. package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +1 -1
  49. package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.js +519 -614
  50. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.cjs +1 -1
  51. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +15 -19
  52. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.cjs +1 -1
  53. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +15 -19
  54. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.cjs +1 -1
  55. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +6 -6
  56. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.cjs +1 -1
  57. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +15 -19
  58. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.cjs +1 -1
  59. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +5 -5
  60. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.cjs +1 -1
  61. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +10 -12
  62. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.cjs +1 -1
  63. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +5 -5
  64. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.cjs +1 -1
  65. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +6 -7
  66. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.cjs +1 -1
  67. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.js +6 -8
  68. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.cjs +1 -1
  69. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +7 -9
  70. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.cjs +1 -1
  71. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +6 -8
  72. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.cjs +1 -1
  73. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +9 -9
  74. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.cjs +1 -1
  75. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +7 -7
  76. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.cjs +1 -1
  77. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +5 -5
  78. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.cjs +1 -1
  79. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +10 -15
  80. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.cjs +1 -1
  81. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +26 -32
  82. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.cjs +1 -1
  83. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +5 -5
  84. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.cjs +1 -1
  85. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +5 -5
  86. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.cjs +1 -1
  87. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +7 -7
  88. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.cjs +1 -1
  89. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +4 -4
  90. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.cjs +1 -1
  91. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +6 -6
  92. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.cjs +1 -1
  93. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +8 -8
  94. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.cjs +1 -1
  95. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +12 -13
  96. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.cjs +1 -1
  97. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +5 -5
  98. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.cjs +1 -1
  99. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +6 -6
  100. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.cjs +1 -1
  101. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +6 -6
  102. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.cjs +1 -1
  103. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +11 -11
  104. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.cjs +1 -1
  105. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +8 -8
  106. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.cjs +1 -1
  107. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +7 -7
  108. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.cjs +1 -1
  109. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +6 -6
  110. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.cjs +1 -1
  111. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +9 -9
  112. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.cjs +1 -1
  113. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +5 -5
  114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.cjs +1 -1
  115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +8 -11
  116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.cjs +1 -1
  117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +7 -7
  118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.cjs +1 -1
  119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +6 -6
  120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.cjs +1 -1
  121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +6 -6
  122. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.cjs +1 -1
  123. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +11 -11
  124. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.cjs +1 -1
  125. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +7 -7
  126. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.cjs +1 -1
  127. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +6 -6
  128. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.cjs +1 -1
  129. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +6 -6
  130. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.cjs +1 -1
  131. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +7 -7
  132. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.cjs +1 -1
  133. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +4 -4
  134. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.cjs +1 -1
  135. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +6 -6
  136. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.cjs +1 -1
  137. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +4 -4
  138. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.cjs +1 -1
  139. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +6 -6
  140. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.cjs +1 -1
  141. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +5 -5
  142. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.cjs +1 -1
  143. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +8 -8
  144. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.cjs +1 -1
  145. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +6 -8
  146. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.cjs +1 -1
  147. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +14 -16
  148. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.cjs +1 -1
  149. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +5 -5
  150. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.cjs +1 -1
  151. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +10 -11
  152. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.cjs +1 -1
  153. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +6 -6
  154. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.cjs +1 -1
  155. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +4 -5
  156. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.cjs +1 -1
  157. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.js +6 -6
  158. package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.cjs +1 -1
  159. package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.js +121 -118
  160. package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.cjs +1 -1
  161. package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.js +377 -417
  162. package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.cjs +1 -1
  163. package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.js +546 -635
  164. package/dist/paymaster.cjs +1 -1
  165. package/dist/paymaster.js +2 -11
  166. package/dist/simulation.cjs +1 -1
  167. package/dist/simulation.js +22 -90
  168. package/dist/src/account/account.model.cjs +1 -1
  169. package/dist/src/account/account.model.js +58 -52
  170. package/dist/src/account/accountv4.cjs +1 -1
  171. package/dist/src/account/accountv4.js +9 -11
  172. package/dist/src/account/preferences.model.cjs +1 -1
  173. package/dist/src/account/preferences.model.js +12 -10
  174. package/dist/src/accountNameGenerator/colors.cjs +1 -1
  175. package/dist/src/accountNameGenerator/colors.js +24 -24
  176. package/dist/src/accountNameGenerator/index.cjs +1 -1
  177. package/dist/src/accountNameGenerator/index.js +23 -23
  178. package/dist/src/accountNameGenerator/x-names.json.cjs +1 -1
  179. package/dist/src/accountNameGenerator/x-names.json.js +1922 -7
  180. package/dist/src/assets/tokens.json.cjs +1 -1
  181. package/dist/src/assets/tokens.json.js +180 -180
  182. package/dist/src/backend/schema.cjs +1 -1
  183. package/dist/src/backend/schema.js +9 -12
  184. package/dist/src/backend/sessionKeys/schema.cjs +1 -1
  185. package/dist/src/backend/sessionKeys/schema.js +27 -30
  186. package/dist/src/bigdecimal/constants.cjs +1 -1
  187. package/dist/src/bigdecimal/constants.js +6 -3
  188. package/dist/src/bigdecimal/createUnitsSchema.cjs +1 -1
  189. package/dist/src/bigdecimal/createUnitsSchema.js +7 -7
  190. package/dist/src/bigdecimal/formatUnits.cjs +1 -1
  191. package/dist/src/bigdecimal/formatUnits.js +9 -10
  192. package/dist/src/bigdecimal/index.cjs +1 -1
  193. package/dist/src/bigdecimal/index.js +45 -41
  194. package/dist/src/bigdecimal/lib.cjs +1 -1
  195. package/dist/src/bigdecimal/lib.js +105 -117
  196. package/dist/src/bigdecimal/parseUnits.cjs +1 -1
  197. package/dist/src/bigdecimal/parseUnits.js +18 -21
  198. package/dist/src/bigdecimal/utils.cjs +1 -1
  199. package/dist/src/bigdecimal/utils.js +33 -30
  200. package/dist/src/cache/CacheService.cjs +1 -1
  201. package/dist/src/cache/CacheService.js +32 -36
  202. package/dist/src/chains/starknet/address.cjs +1 -1
  203. package/dist/src/chains/starknet/address.js +73 -117
  204. package/dist/src/chains/starknet/addressDomain.cjs +1 -1
  205. package/dist/src/chains/starknet/addressDomain.js +14 -29
  206. package/dist/src/chains/starknet/addressInput.cjs +1 -1
  207. package/dist/src/chains/starknet/addressInput.js +6 -7
  208. package/dist/src/chains/starknet/argentName.cjs +1 -1
  209. package/dist/src/chains/starknet/argentName.js +10 -14
  210. package/dist/src/chains/starknet/cairoVersionSchema.cjs +1 -1
  211. package/dist/src/chains/starknet/cairoVersionSchema.js +5 -5
  212. package/dist/src/chains/starknet/constants.cjs +1 -1
  213. package/dist/src/chains/starknet/constants.js +4 -10
  214. package/dist/src/chains/starknet/getAddressFromArgentName.cjs +1 -1
  215. package/dist/src/chains/starknet/getAddressFromArgentName.js +38 -46
  216. package/dist/src/chains/starknet/getAddressFromStarkName.cjs +1 -1
  217. package/dist/src/chains/starknet/getAddressFromStarkName.js +59 -66
  218. package/dist/src/chains/starknet/network.cjs +1 -1
  219. package/dist/src/chains/starknet/network.js +20 -26
  220. package/dist/src/chains/starknet/services/address/StarknetAddressService.cjs +1 -1
  221. package/dist/src/chains/starknet/services/address/StarknetAddressService.js +31 -36
  222. package/dist/src/chains/starknet/services/deploymentData/constants.cjs +1 -1
  223. package/dist/src/chains/starknet/services/deploymentData/constants.js +14 -21
  224. package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.cjs +1 -1
  225. package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.js +15 -17
  226. package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.cjs +1 -1
  227. package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.js +61 -65
  228. package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.cjs +1 -1
  229. package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.js +46 -65
  230. package/dist/src/chains/starknet/starknetId.cjs +1 -1
  231. package/dist/src/chains/starknet/starknetId.js +10 -14
  232. package/dist/src/currencyFetchService/CurrencyFetchService.cjs +1 -1
  233. package/dist/src/currencyFetchService/CurrencyFetchService.js +13 -18
  234. package/dist/src/currencyFetchService/types.ts.cjs +1 -1
  235. package/dist/src/currencyFetchService/types.ts.js +9 -12
  236. package/dist/src/errors/account.cjs +1 -1
  237. package/dist/src/errors/account.js +12 -13
  238. package/dist/src/errors/address.cjs +1 -1
  239. package/dist/src/errors/address.js +11 -12
  240. package/dist/src/errors/baseErrors.cjs +1 -1
  241. package/dist/src/errors/baseErrors.js +14 -14
  242. package/dist/src/errors/call.cjs +1 -1
  243. package/dist/src/errors/call.js +12 -13
  244. package/dist/src/errors/network.cjs +1 -1
  245. package/dist/src/errors/network.js +11 -12
  246. package/dist/src/errors/review.cjs +1 -1
  247. package/dist/src/errors/review.js +11 -12
  248. package/dist/src/errors/swap.cjs +1 -1
  249. package/dist/src/errors/swap.js +12 -13
  250. package/dist/src/features/paymaster/PaymasterService.cjs +1 -1
  251. package/dist/src/features/paymaster/PaymasterService.js +73 -87
  252. package/dist/src/features/paymaster/types.cjs +1 -1
  253. package/dist/src/features/paymaster/types.js +41 -51
  254. package/dist/src/features/simulation/activity/normalize.cjs +1 -1
  255. package/dist/src/features/simulation/activity/normalize.js +36 -38
  256. package/dist/src/features/simulation/activity/schema.cjs +1 -1
  257. package/dist/src/features/simulation/activity/schema.js +224 -250
  258. package/dist/src/features/simulation/activity/utils/createNativeActivity.cjs +1 -1
  259. package/dist/src/features/simulation/activity/utils/createNativeActivity.js +23 -27
  260. package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.cjs +1 -1
  261. package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.js +14 -21
  262. package/dist/src/features/simulation/activity/utils/getOverallLastModified.cjs +1 -1
  263. package/dist/src/features/simulation/activity/utils/getOverallLastModified.js +5 -5
  264. package/dist/src/features/simulation/activity/utils/hasDelegationActivity.cjs +1 -1
  265. package/dist/src/features/simulation/activity/utils/hasDelegationActivity.js +4 -4
  266. package/dist/src/features/simulation/activity/utils/isAddMultisigSignersActivity.cjs +1 -1
  267. package/dist/src/features/simulation/activity/utils/isAddMultisigSignersActivity.js +15 -19
  268. package/dist/src/features/simulation/activity/utils/isChangeMultisigThresholdActivity.cjs +1 -1
  269. package/dist/src/features/simulation/activity/utils/isChangeMultisigThresholdActivity.js +15 -19
  270. package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.cjs +1 -1
  271. package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.js +5 -5
  272. package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.cjs +1 -1
  273. package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.js +19 -21
  274. package/dist/src/features/simulation/activity/utils/isRemoveMultisigSignersActivity.cjs +1 -1
  275. package/dist/src/features/simulation/activity/utils/isRemoveMultisigSignersActivity.js +15 -19
  276. package/dist/src/features/simulation/activity/utils/isSwapActivity.cjs +1 -1
  277. package/dist/src/features/simulation/activity/utils/isSwapActivity.js +17 -18
  278. package/dist/src/features/simulation/activity/utils/isUpgradeActivity.cjs +1 -1
  279. package/dist/src/features/simulation/activity/utils/isUpgradeActivity.js +15 -19
  280. package/dist/src/features/simulation/activity/utils/parseAccountActivities.cjs +1 -1
  281. package/dist/src/features/simulation/activity/utils/parseAccountActivities.js +12 -12
  282. package/dist/src/features/simulation/activity/utils/parseFinanceActivities.cjs +1 -1
  283. package/dist/src/features/simulation/activity/utils/parseFinanceActivities.js +32 -32
  284. package/dist/src/features/simulation/fees/schema.cjs +1 -1
  285. package/dist/src/features/simulation/fees/schema.js +33 -47
  286. package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.cjs +1 -1
  287. package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.js +15 -17
  288. package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.cjs +1 -1
  289. package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.js +5 -5
  290. package/dist/src/features/simulation/transactionReview/schema.cjs +1 -1
  291. package/dist/src/features/simulation/transactionReview/schema.js +221 -242
  292. package/dist/src/features/simulation/warning/helper.cjs +1 -1
  293. package/dist/src/features/simulation/warning/helper.js +12 -11
  294. package/dist/src/features/simulation/warning/schema.cjs +1 -1
  295. package/dist/src/features/simulation/warning/schema.js +10 -11
  296. package/dist/src/features/swap/models/order.model.cjs +1 -1
  297. package/dist/src/features/swap/models/order.model.js +16 -19
  298. package/dist/src/features/swap/models/quote.model.cjs +1 -1
  299. package/dist/src/features/swap/models/quote.model.js +31 -35
  300. package/dist/src/features/swap/models/trade.model.cjs +1 -1
  301. package/dist/src/features/swap/models/trade.model.js +25 -27
  302. package/dist/src/features/swap/services/SwapSharedService.cjs +1 -1
  303. package/dist/src/features/swap/services/SwapSharedService.js +71 -75
  304. package/dist/src/features/swap/services/SwapTransactionService.cjs +1 -1
  305. package/dist/src/features/swap/services/SwapTransactionService.js +57 -63
  306. package/dist/src/features/swap/utils/slippage.cjs +1 -1
  307. package/dist/src/features/swap/utils/slippage.js +18 -25
  308. package/dist/src/features/swap/utils/totalFee.cjs +1 -1
  309. package/dist/src/features/swap/utils/totalFee.js +12 -12
  310. package/dist/src/http/DateService.cjs +1 -1
  311. package/dist/src/http/DateService.js +15 -18
  312. package/dist/src/http/HttpError.cjs +1 -1
  313. package/dist/src/http/HttpError.js +7 -7
  314. package/dist/src/http/HttpService.cjs +1 -1
  315. package/dist/src/http/HttpService.js +117 -134
  316. package/dist/src/http/IHttpService.cjs +1 -1
  317. package/dist/src/http/IHttpService.js +6 -6
  318. package/dist/src/http/SWRService.cjs +1 -1
  319. package/dist/src/http/SWRService.js +50 -57
  320. package/dist/src/http/fetcher.cjs +1 -1
  321. package/dist/src/http/fetcher.js +29 -35
  322. package/dist/src/http/time.cjs +1 -1
  323. package/dist/src/http/time.js +15 -18
  324. package/dist/src/knownDapps/KnownDappsBackendService.cjs +1 -1
  325. package/dist/src/knownDapps/KnownDappsBackendService.js +13 -14
  326. package/dist/src/knownDapps/schema.cjs +1 -1
  327. package/dist/src/knownDapps/schema.js +41 -44
  328. package/dist/src/knownDapps/utils/getDapplandUrl.cjs +1 -1
  329. package/dist/src/knownDapps/utils/getDapplandUrl.js +7 -8
  330. package/dist/src/nameResolution/ResolveNameService.cjs +1 -1
  331. package/dist/src/nameResolution/ResolveNameService.js +34 -41
  332. package/dist/src/nameResolution/schema.cjs +1 -1
  333. package/dist/src/nameResolution/schema.js +20 -25
  334. package/dist/src/nfts/BackendNftService.cjs +1 -1
  335. package/dist/src/nfts/BackendNftService.js +103 -116
  336. package/dist/src/nfts/BackendPaginationError.cjs +1 -1
  337. package/dist/src/nfts/BackendPaginationError.js +11 -12
  338. package/dist/src/nfts/utils.cjs +1 -1
  339. package/dist/src/nfts/utils.js +11 -14
  340. package/dist/src/onchainRecovery/OnchainRecoveryService.cjs +1 -1
  341. package/dist/src/onchainRecovery/OnchainRecoveryService.js +38 -68
  342. package/dist/src/onchainRecovery/schema.cjs +1 -1
  343. package/dist/src/onchainRecovery/schema.js +35 -49
  344. package/dist/src/platform/isBraveBrowser.cjs +1 -1
  345. package/dist/src/platform/isBraveBrowser.js +8 -10
  346. package/dist/src/platform/isBrowser.cjs +1 -1
  347. package/dist/src/platform/isBrowser.js +17 -22
  348. package/dist/src/signer/mergeOwnerGuardianSignatures.cjs +1 -1
  349. package/dist/src/signer/mergeOwnerGuardianSignatures.js +28 -30
  350. package/dist/src/signer/multisigner.cjs +1 -1
  351. package/dist/src/signer/multisigner.js +16 -17
  352. package/dist/src/signer/seedphrase.cjs +1 -1
  353. package/dist/src/signer/seedphrase.js +7 -7
  354. package/dist/src/staking/schema.cjs +1 -1
  355. package/dist/src/staking/schema.js +146 -162
  356. package/dist/src/storage/base.cjs +1 -1
  357. package/dist/src/storage/base.js +33 -34
  358. package/dist/src/storage/utils.cjs +1 -1
  359. package/dist/src/storage/utils.js +19 -28
  360. package/dist/src/tokens/balances.cjs +1 -1
  361. package/dist/src/tokens/balances.js +34 -38
  362. package/dist/src/tokens/constants.cjs +1 -1
  363. package/dist/src/tokens/constants.js +4 -4
  364. package/dist/src/tokens/convertCurrencyValueToTokenAmount.cjs +1 -1
  365. package/dist/src/tokens/convertCurrencyValueToTokenAmount.js +8 -9
  366. package/dist/src/tokens/convertTokenAmountToCurrencyValue.cjs +1 -1
  367. package/dist/src/tokens/convertTokenAmountToCurrencyValue.js +14 -15
  368. package/dist/src/tokens/convertTokenUnitAmountWithDecimals.cjs +1 -1
  369. package/dist/src/tokens/convertTokenUnitAmountWithDecimals.js +8 -9
  370. package/dist/src/tokens/ensureDecimals.cjs +1 -1
  371. package/dist/src/tokens/ensureDecimals.js +4 -4
  372. package/dist/src/tokens/getCurrencySymbol.cjs +1 -1
  373. package/dist/src/tokens/getCurrencySymbol.js +14 -14
  374. package/dist/src/tokens/isUnlimitedAmount.cjs +1 -1
  375. package/dist/src/tokens/isUnlimitedAmount.js +5 -5
  376. package/dist/src/tokens/prettifyCurrencyValue.cjs +1 -1
  377. package/dist/src/tokens/prettifyCurrencyValue.js +13 -14
  378. package/dist/src/tokens/prettifyTokenAmount.cjs +1 -1
  379. package/dist/src/tokens/prettifyTokenAmount.js +22 -22
  380. package/dist/src/tokens/service/implementation.cjs +1 -1
  381. package/dist/src/tokens/service/implementation.js +28 -40
  382. package/dist/src/tokens/service/tokenError.cjs +1 -1
  383. package/dist/src/tokens/service/tokenError.js +11 -12
  384. package/dist/src/tokens/service/types/backend.model.cjs +1 -1
  385. package/dist/src/tokens/service/types/backend.model.js +128 -163
  386. package/dist/src/tokens/service/types/defiPosition.model.cjs +1 -1
  387. package/dist/src/tokens/service/types/defiPosition.model.js +83 -99
  388. package/dist/src/tokens/service/types/defiPositionType.model.cjs +1 -1
  389. package/dist/src/tokens/service/types/defiPositionType.model.js +9 -9
  390. package/dist/src/tokens/service/types/unclaimedRewards.model.cjs +1 -1
  391. package/dist/src/tokens/service/types/unclaimedRewards.model.js +15 -16
  392. package/dist/src/tokens/service/types/webToken.model.cjs +1 -1
  393. package/dist/src/tokens/service/types/webToken.model.js +28 -51
  394. package/dist/src/tokens/utils.cjs +1 -1
  395. package/dist/src/tokens/utils.js +5 -9
  396. package/dist/src/transactions/amount.cjs +1 -1
  397. package/dist/src/transactions/amount.js +17 -24
  398. package/dist/src/transactions/buildTransactions.cjs +1 -1
  399. package/dist/src/transactions/buildTransactions.js +30 -33
  400. package/dist/src/transactions/errors.cjs +1 -1
  401. package/dist/src/transactions/errors.js +11 -18
  402. package/dist/src/transactions/estimate/adjustment.cjs +1 -1
  403. package/dist/src/transactions/estimate/adjustment.js +6 -6
  404. package/dist/src/transactions/estimate/argentMaxFee.cjs +1 -1
  405. package/dist/src/transactions/estimate/argentMaxFee.js +10 -13
  406. package/dist/src/transactions/estimate/error.cjs +1 -1
  407. package/dist/src/transactions/estimate/error.js +12 -13
  408. package/dist/src/transactions/estimate/model.cjs +1 -1
  409. package/dist/src/transactions/estimate/model.js +18 -13
  410. package/dist/src/transactions/estimate/utils.cjs +1 -1
  411. package/dist/src/transactions/estimate/utils.js +139 -172
  412. package/dist/src/transactions/findTransfersAndApprovals.cjs +1 -1
  413. package/dist/src/transactions/findTransfersAndApprovals.js +34 -30
  414. package/dist/src/transactions/getPrettyRcpError.cjs +1 -1
  415. package/dist/src/transactions/getPrettyRcpError.js +8 -10
  416. package/dist/src/transactions/service/implementation.cjs +1 -1
  417. package/dist/src/transactions/service/implementation.js +187 -208
  418. package/dist/src/transactions/service/types.cjs +1 -1
  419. package/dist/src/transactions/service/types.js +9 -9
  420. package/dist/src/transactions/service/utils.cjs +1 -1
  421. package/dist/src/transactions/service/utils.js +24 -25
  422. package/dist/src/transactions/transactionExecuteTypes.cjs +1 -1
  423. package/dist/src/transactions/transactionExecuteTypes.js +8 -9
  424. package/dist/src/transactions/transactionReviewTypes.cjs +1 -1
  425. package/dist/src/transactions/transactionReviewTypes.js +9 -9
  426. package/dist/src/transactions/transactionVersion.cjs +1 -1
  427. package/dist/src/transactions/transactionVersion.js +8 -13
  428. package/dist/src/transactions/txv3.cjs +1 -1
  429. package/dist/src/transactions/txv3.js +10 -11
  430. package/dist/src/utils/address.cjs +1 -1
  431. package/dist/src/utils/address.js +4 -4
  432. package/dist/src/utils/arrays.cjs +1 -1
  433. package/dist/src/utils/arrays.js +4 -4
  434. package/dist/src/utils/avatarImage.cjs +4 -4
  435. package/dist/src/utils/avatarImage.js +35 -40
  436. package/dist/src/utils/base58.cjs +1 -1
  437. package/dist/src/utils/base58.js +12 -15
  438. package/dist/src/utils/bigNumber.cjs +1 -1
  439. package/dist/src/utils/bigNumber.d.ts +1 -1
  440. package/dist/src/utils/bigNumber.js +5 -7
  441. package/dist/src/utils/bips.cjs +1 -1
  442. package/dist/src/utils/bips.js +12 -10
  443. package/dist/src/utils/daysBetween.cjs +1 -1
  444. package/dist/src/utils/daysBetween.js +6 -6
  445. package/dist/src/utils/env.cjs +1 -1
  446. package/dist/src/utils/env.js +4 -4
  447. package/dist/src/utils/hex.cjs +1 -1
  448. package/dist/src/utils/hex.js +7 -8
  449. package/dist/src/utils/id.cjs +1 -1
  450. package/dist/src/utils/id.js +7 -7
  451. package/dist/src/utils/initials.cjs +1 -1
  452. package/dist/src/utils/initials.js +12 -15
  453. package/dist/src/utils/isContractDeployed.cjs +1 -1
  454. package/dist/src/utils/isContractDeployed.js +9 -9
  455. package/dist/src/utils/nonNullable.cjs +1 -1
  456. package/dist/src/utils/nonNullable.js +6 -6
  457. package/dist/src/utils/number/abbreviateNumber.cjs +1 -1
  458. package/dist/src/utils/number/abbreviateNumber.js +13 -14
  459. package/dist/src/utils/number/isAllowedAddressHexInputValue.cjs +1 -1
  460. package/dist/src/utils/number/isAllowedAddressHexInputValue.js +4 -7
  461. package/dist/src/utils/number/isAllowedNumericInputValue.cjs +1 -1
  462. package/dist/src/utils/number/isAllowedNumericInputValue.js +5 -5
  463. package/dist/src/utils/number/isNumeric.cjs +1 -1
  464. package/dist/src/utils/number/isNumeric.js +4 -4
  465. package/dist/src/utils/number/prettifyNumber.cjs +1 -1
  466. package/dist/src/utils/number/prettifyNumber.js +65 -75
  467. package/dist/src/utils/parseAmount.cjs +1 -1
  468. package/dist/src/utils/parseAmount.js +10 -11
  469. package/dist/src/utils/pluralise.cjs +1 -1
  470. package/dist/src/utils/pluralise.js +4 -4
  471. package/dist/src/utils/readFileAsString.cjs +1 -1
  472. package/dist/src/utils/readFileAsString.js +6 -6
  473. package/dist/src/utils/retryUntilInitialised.cjs +1 -1
  474. package/dist/src/utils/retryUntilInitialised.js +21 -20
  475. package/dist/src/utils/schemas.cjs +1 -1
  476. package/dist/src/utils/schemas.js +29 -26
  477. package/dist/src/utils/starknet/starknet.cjs +1 -1
  478. package/dist/src/utils/starknet/starknet.js +64 -77
  479. package/dist/src/utils/starknet/starknetLibTypes.cjs +1 -1
  480. package/dist/src/utils/starknet/starknetLibTypes.js +7 -7
  481. package/dist/src/utils/starknet/starknetSchemas.cjs +1 -1
  482. package/dist/src/utils/starknet/starknetSchemas.js +84 -99
  483. package/dist/src/utils/transactions.cjs +1 -1
  484. package/dist/src/utils/transactions.js +10 -10
  485. package/dist/src/utils/url/urlWithQuery.cjs +1 -1
  486. package/dist/src/utils/url/urlWithQuery.js +8 -8
  487. package/dist/src/utils/voidify.cjs +1 -1
  488. package/dist/src/utils/voidify.js +7 -7
  489. package/dist/swap.cjs +1 -1
  490. package/dist/swap.js +8 -22
  491. package/package.json +20 -19
  492. package/dist/.eslintrc.d.cts +0 -39
  493. package/dist/_virtual/_commonjsHelpers.cjs +0 -1
  494. package/dist/_virtual/_commonjsHelpers.js +0 -6
  495. package/dist/_virtual/numeral.cjs +0 -1
  496. package/dist/_virtual/numeral.js +0 -7
  497. package/dist/_virtual/numeral2.cjs +0 -1
  498. package/dist/_virtual/numeral2.js +0 -4
  499. package/dist/_virtual/semver.cjs +0 -1
  500. package/dist/_virtual/semver.js +0 -7
  501. package/dist/_virtual/semver2.cjs +0 -1
  502. package/dist/_virtual/semver2.js +0 -4
@@ -1,7 +1,1922 @@
1
- const e = /* @__PURE__ */ JSON.parse('[{"emoji":"🌸","name":"Blossom","category":"plants","adjectives":["Blissful","Black","Blanched","Blooming","Beloved","Benevolent"]},{"emoji":"🌹","name":"Rose","category":"plants","adjectives":["Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue"]},{"emoji":"🌺","name":"Hibiscus","category":"plants","adjectives":["Happy","Heroic","Hardy","Heavenly","Humble","Hopeful","Healthy","Hearty"]},{"emoji":"🌻","name":"Sunflower","category":"plants","adjectives":["Super","Surgical","Subatomic","Sublime","Subtle","Sumptuous","Sunny"]},{"emoji":"🌼","name":"Daisy","category":"plants","adjectives":["Dapper","Droopy","Dangerous","Daft","Dashing","Dauntless","Defiant"]},{"emoji":"🌷","name":"Tulip","category":"plants","adjectives":["Tactical","Talented","Tactile","Tangible","Tenacious","Talismanic","Timely"]},{"emoji":"🪻","name":"Hyacinth","category":"plants","adjectives":["Healthy","Hearty","Helpful","Heroic","Humble","Hilarious"]},{"emoji":"🍀","name":"Clover","category":"plants","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🍁","name":"Leaf","category":"plants","adjectives":["Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🍄","name":"Mushroom","category":"plants","adjectives":["Magic","Monstrous","Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest"]},{"emoji":"🪨","name":"Rock","category":"plants","adjectives":["Robust","Real","Relative","Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue"]},{"emoji":"🪵","name":"Log","category":"plants","adjectives":["Loopy","Large","Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🪷","name":"Lotus","category":"plants","adjectives":["Loopy","Large","Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🌱","name":"Seedling","category":"plants","adjectives":["Stellar","Savvy","Sparing","Sensitive","Swift","Synergistic","Steady"]},{"emoji":"🌲","name":"Pine","category":"plants","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Painted","Pampered","Panoramic","Paper","Party","Powerful","Prosperous","Prolific","Paradise","Profuse","Peaceful","Perfect"]},{"emoji":"🌳","name":"Oak","category":"plants","adjectives":["Optimistic","Opulent","Observant","Olympic","Omnipotent","Ontological"]},{"emoji":"🌴","name":"Palm","category":"plants","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Painted","Pampered","Panoramic","Paper","Party","Powerful","Prosperous","Prolific","Paradise","Profuse","Peaceful","Perfect"]},{"emoji":"🌵","name":"Cactus","category":"plants","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🐵","name":"Monkey","category":"animals","adjectives":["Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest"]},{"emoji":"🐶","name":"Dog","category":"animals","adjectives":["Dapper","Droopy","Dangerous","Daft","Dashing","Dauntless","Defiant"]},{"emoji":"🐺","name":"Wolf","category":"animals","adjectives":["Wealthy","Wary","Wacky","Watchful","Wild","Witty","Wise"]},{"emoji":"🦊","name":"Fox","category":"animals","adjectives":["Fabulous","Fantastic","Friendly","Faithful","Fortunate","Famous","Fungible"]},{"emoji":"🐱","name":"Cat","category":"animals","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🦁","name":"Lion","category":"animals","adjectives":["Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🐯","name":"Tiger","category":"animals","adjectives":["Tactical","Talkative","Talismanic","Tough","Talented","Tasteful"]},{"emoji":"🐴","name":"Horse","category":"animals","adjectives":["Healthy","Hearty","Helpful","Heroic","Humble","Hilarious"]},{"emoji":"🫎","name":"Moose","category":"animals","adjectives":["Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest"]},{"emoji":"🦄","name":"Unicorn","category":"animals","adjectives":["Unique","United","Unionised","Universal","Unstoppable","Ubiquitous"]},{"emoji":"🐮","name":"Cow","category":"animals","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🐷","name":"Pig","category":"animals","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Painted","Pampered","Panoramic","Paper","Party","Powerful","Prosperous","Prolific","Paradise","Profuse","Peaceful","Perfect"]},{"emoji":"🐗","name":"Boar","category":"animals","adjectives":["Bubbly","Brilliant","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🐭","name":"Mouse","category":"animals","adjectives":["Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest","Massive"]},{"emoji":"🐰","name":"Rabbit","category":"animals","adjectives":["Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue"]},{"emoji":"🐻","name":"Bear","category":"animals","adjectives":["Bubbly","Brilliant","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🐻‍❄️","name":"Polar Bear","category":"animals","adjectives":["Bubbly","Brilliant","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🐨","name":"Koala","category":"animals","adjectives":["Keen","Kempt","Kinetic","Kind","Kilted","Kantian"]},{"emoji":"🐼","name":"Panda","category":"animals","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Painted","Pampered","Panoramic","Paper","Party","Powerful","Prosperous","Prolific","Paradise","Profuse","Peaceful","Perfect"]},{"emoji":"🐔","name":"Chicken","category":"animals","adjectives":["Charming","Cheerful","Choppy","Chatty","Cheeky","Chiseled","Chirpy","Choosy","Chuffed"]},{"emoji":"🐤","name":"Chick","category":"animals","adjectives":["Charming","Cheerful","Choppy","Chatty","Cheeky","Chiseled","Chirpy","Choosy","Chuffed"]},{"emoji":"🐦","name":"Bird","category":"animals","adjectives":["Bubbly","Burly","Balanced","Benevolent","Baffled","Bashful","Bemused"]},{"emoji":"🐧","name":"Penguin","category":"animals","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Painted","Pampered","Panoramic","Paper","Party","Powerful","Prosperous","Prolific","Paradise","Profuse","Peaceful","Perfect"]},{"emoji":"🐸","name":"Frog","category":"animals","adjectives":["Frank","Fractional","Freaky","Freckly","Frizzy","Frosty","Fruitful"]},{"emoji":"🐲","name":"Dragon","category":"animals","adjectives":["Draped","Dramatic","Drastic","Drafty","Defiant","Divine"]},{"emoji":"🐙","name":"Octopus","category":"animals","adjectives":["Optimistic","Opulent","Observant","Olympic","Omnipotent","Ontological"]},{"emoji":"🪼","name":"Jellyfish","category":"animals","adjectives":["Jammy","Jaunty","Joyful","Just","Jeweled","Jagged","Jestful"]},{"emoji":"🦀","name":"Crab","category":"animals","adjectives":["Crazy","Craggy","Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🦋","name":"Butterfly","category":"animals","adjectives":["Bubbly","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🐜","name":"Ant","category":"animals","adjectives":["Acrobatic","Actual","Adaptive","Adventurous","Admirable","Aerial","Affable","Affluent","Agile"]},{"emoji":"🐝","name":"Bee","category":"animals","adjectives":["Bubbly","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🪲","name":"Beetle","category":"animals","adjectives":["Bubbly","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🐞","name":"Ladybird","category":"animals","adjectives":["Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🐟","name":"Fish","category":"animals","adjectives":["Fluid","Flexible","Flashy","Flawless","Flowing","Free","Fresh"]},{"emoji":"🐡","name":"Pufferfish","category":"animals","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal"]},{"emoji":"🐚","name":"Shell","category":"animals","adjectives":["Sharp","Super","Surgical","Shapely","Shimmering","Shiny","Shredded"]},{"emoji":"🦐","name":"Shrimp","category":"animals","adjectives":["Sharp","Super","Surgical","Shapely","Shimmering","Shiny","Shredded"]},{"emoji":"🐒","name":"Monkey","category":"animals","adjectives":["Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest","Massive"]},{"emoji":"🦂","name":"Scorpion","category":"animals","adjectives":["Silent","Steady","Swift","Strong","Stealthy","Strategic","Skilled"]},{"emoji":"🦃","name":"Turkey","category":"animals","adjectives":["Talented","Tactful","Tenacious","Thorough","Thoughtful","Thriving","Trusted"]},{"emoji":"🦧","name":"Orangutan","category":"animals","adjectives":["Optimistic","Opulent","Observant","Olympic","Omnipotent","Ontological"]},{"emoji":"🐁","name":"Mouse","category":"animals","adjectives":["Mental","Marvelous","Mindful","Magnificent","Masterful","Magnetic","Modest","Massive","Mighty"]},{"emoji":"🐀","name":"Rat","category":"animals","adjectives":["Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue"]},{"emoji":"🐇","name":"Rabbit","category":"animals","adjectives":["Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue"]},{"emoji":"🐿️","name":"Squirrel","category":"animals","adjectives":["Smart","Swift","Sneaky","Skilled","Spirited","Spontaneous","Spry"]},{"emoji":"🦫","name":"Beaver","category":"animals","adjectives":["Busy","Bold","Bright","Brave","Beneficial","Boundless","Brilliant"]},{"emoji":"🦔","name":"Hedgehog","category":"animals","adjectives":["Happy","Hasty","Helpful","Humble","Honest","Heroic","Harmonious"]},{"emoji":"🦇","name":"Bat","category":"animals","adjectives":["Bubbly","Balanced","Benevolent","Baffled","Bashful","Bemused","Burly"]},{"emoji":"🦥","name":"Sloth","category":"animals","adjectives":["Serene","Slow","Steady","Subtle","Smooth","Sleepy","Sweet"]},{"emoji":"🦦","name":"Otter","category":"animals","adjectives":["Optimistic","Outgoing","Observant","Orderly","Original","Outstanding","Overjoyed"]},{"emoji":"🐓","name":"Rooster","category":"animals","adjectives":["Regal","Relaxed","Resolute","Random","Rapid","Riotous","Ruddy","Rogue","Royal"]},{"emoji":"🐣","name":"Chick","category":"animals","adjectives":["Charming","Cheerful","Choppy","Chatty","Cheeky","Chiseled","Chirpy","Choosy","Chuffed"]},{"emoji":"🦆","name":"Duck","category":"animals","adjectives":["Dapper","Daring","Dangerous","Daft","Dashing","Dauntless","Defiant"]},{"emoji":"🦉","name":"Owl","category":"animals","adjectives":["Observant","Orderly","Original","Orthodox","Otherworldly","Outstanding","Overachieving"]},{"emoji":"🦤","name":"Dodo","category":"animals","adjectives":["Dapper","Daring","Dangerous","Daft","Dashing","Dauntless","Defiant"]},{"emoji":"🦜","name":"Parrot","category":"animals","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal"]},{"emoji":"🐦‍⬛","name":"Blackbird","category":"animals","adjectives":["Bold","Bright","Brave","Balanced","Boundless","Brilliant","Beautiful"]},{"emoji":"🪿","name":"Goose","category":"animals","adjectives":["Graceful","Grand","Gregarious","Grounded","Growing","Genuine","Gifted"]},{"emoji":"🐢","name":"Tortoise","category":"animals","adjectives":["Timeless","Thoughtful","Thorough","Tranquil","Traditional","Treasured","True"]},{"emoji":"🦎","name":"Lizard","category":"animals","adjectives":["Lively","Logical","Lasting","Limitless","Luminous","Lucky","Luxurious"]},{"emoji":"🐍","name":"Snake","category":"animals","adjectives":["Silent","Smooth","Swift","Sleek","Skilled","Sublime","Subtle"]},{"emoji":"🐳","name":"Whale","category":"animals","adjectives":["Wise","Wonderful","Watchful","Welcoming","Wholesome","Willing","Worthy"]},{"emoji":"🪸","name":"Coral","category":"animals","adjectives":["Colorful","Calm","Complex","Creative","Curious","Cheerful","Charming"]},{"emoji":"🦞","name":"Lobster","category":"animals","adjectives":["Loyal","Lively","Lavish","Logical","Lasting","Laudable","Learned"]},{"emoji":"🦑","name":"Squid","category":"animals","adjectives":["Swift","Smart","Smooth","Skilled","Sophisticated","Sporty","Snappy"]},{"emoji":"🐌","name":"Snail","category":"animals","adjectives":["Steady","Smooth","Simple","Serene","Sincere","Skilled","Sweet"]},{"emoji":"🐛","name":"Caterpillar","category":"animals","adjectives":["Curious","Creative","Careful","Cheerful","Clever","Calm","Cute"]},{"emoji":"🦗","name":"Cricket","category":"animals","adjectives":["Crazy","Craggy","Creative","Cheerful","Clever","Calm","Coordinated"]},{"emoji":"🕷️","name":"Spider","category":"animals","adjectives":["Silent","Swift","Skilled","Smart","Strategic","Steady","Strong"]},{"emoji":"🍏","name":"Green Apple","category":"food","adjectives":["Able","Ambitious","Adaptable","Affable","Abstract","Academic","Absolute","Accessible"]},{"emoji":"🍎","name":"Red Apple","category":"food","adjectives":["Able","Ambitious","Adaptable","Affable","Abstract","Academic","Absolute","Accessible"]},{"emoji":"🍐","name":"Pear","category":"food","adjectives":["Positive","Peachy","Pious","Pioneering","Pirate","Pixelated","Pivotal","Perfect"]},{"emoji":"🍊","name":"Orange","category":"food","adjectives":["Optimistic","Opulent","Observant","Olympic","Omnipotent","Ontological","Outstanding"]},{"emoji":"🍋","name":"Lemon","category":"food","adjectives":["Legendary","Lavish","Laudable","Lively","Loving","Loyal","Learned"]},{"emoji":"🍌","name":"Banana","category":"food","adjectives":["Bubbly","Burly","Balanced","Benevolent","Baffled","Bashful","Bemused"]},{"emoji":"🍉","name":"Watermelon","category":"food","adjectives":["Wacky","Wealthy","Wakeful","Wonderful","Wild","Watchful","Witty","Winning"]},{"emoji":"🍇","name":"Grape","category":"food","adjectives":["Great","Gradiated","Grand","Groovy","Gracious","Grounded","Gregarious"]},{"emoji":"🍓","name":"Strawberry","category":"food","adjectives":["Steel","Stellar","Steady","Strategic","Strong","Stable","Stark","Stacked"]},{"emoji":"🫐","name":"Blueberry","category":"food","adjectives":["Brave","Bright","Brilliant","Bold","Bouncy","Balanced","Beautiful"]},{"emoji":"🍒","name":"Cherry","category":"food","adjectives":["Charming","Cheerful","Choppy","Chatty","Cheeky","Chiseled","Chirpy","Choosy","Chuffed"]},{"emoji":"🍑","name":"Peach","category":"food","adjectives":["Positive","Peachy","Pious","Pioneering","Pristine","Pure","Perfect"]},{"emoji":"🥭","name":"Mango","category":"food","adjectives":["Magical","Majestic","Masterful","Maverick","Mellow","Mighty","Mindful"]},{"emoji":"🥥","name":"Coconut","category":"food","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating","Cute"]},{"emoji":"🥝","name":"Kiwi","category":"food","adjectives":["Kind","Keen","Knightly","Knowing","Kinetic","Kindred","Kingly"]},{"emoji":"🍅","name":"Tomato","category":"food","adjectives":["Tender","Tasty","Tactful","Talented","Tangible","Thorough","Thoughtful"]},{"emoji":"🍆","name":"Aubergine","category":"food","adjectives":["Artistic","Authentic","Automated","Assertive","Astute","Attractive","Animated"]},{"emoji":"🥑","name":"Avocado","category":"food","adjectives":["Active","Adaptable","Adept","Admired","Advanced","Adventurous","Affable"]},{"emoji":"🥦","name":"Broccoli","category":"food","adjectives":["Brave","Bright","Brilliant","Bold","Bouncy","Balanced","Beautiful"]},{"emoji":"🥬","name":"Lettuce","category":"food","adjectives":["Lively","Light","Lasting","Logical","Lucid","Luminous","Lustrous"]},{"emoji":"🌶️","name":"Chilli","category":"food","adjectives":["Charming","Cheerful","Choppy","Chatty","Cheeky","Chiseled","Chirpy","Choosy"]},{"emoji":"🫑","name":"Pepper","category":"food","adjectives":["Positive","Peachy","Pious","Pioneering","Pristine","Pure","Perfect"]},{"emoji":"🌽","name":"Corn","category":"food","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating"]},{"emoji":"🥕","name":"Carrot","category":"food","adjectives":["Caring","Cheerful","Clever","Creative","Calm","Careful","Captivating"]},{"emoji":"🫒","name":"Olive","category":"food","adjectives":["Observant","Original","Optimistic","Orderly","Outstanding","Outgoing","Orthodox"]},{"emoji":"🥔","name":"Potato","category":"food","adjectives":["Peaceful","Patient","Perky","Playful","Pleasant","Plucky","Proper"]},{"emoji":"🥐","name":"Croissant","category":"food","adjectives":["Crispy","Crafty","Creative","Cultured","Curious","Careful","Cordial"]},{"emoji":"🥖","name":"Bread","category":"food","adjectives":["Bright","Balanced","Beautiful","Beneficial","Benevolent","Brave","Brilliant"]},{"emoji":"🥨","name":"Pretzel","category":"food","adjectives":["Peaceful","Perfect","Perky","Playful","Pleasant","Plucky","Proper"]},{"emoji":"🧀","name":"Cheese","category":"food","adjectives":["Charming","Cheerful","Cheesy","Chatty","Cheeky","Choice","Chief"]},{"emoji":"🥚","name":"Egg","category":"food","adjectives":["Earnest","Eager","Easygoing","Eccentric","Educated","Efficient","Elegant"]},{"emoji":"🥩","name":"Steak","category":"food","adjectives":["Steel","Stellar","Steady","Strategic","Strong","Stable","Stark"]},{"emoji":"🌭","name":"Hotdog","category":"food","adjectives":["Happy","Heroic","Honest","Helpful","Humble","Hearty","Harmonious"]},{"emoji":"🍔","name":"Burger","category":"food","adjectives":["Bold","Bright","Brave","Balanced","Boundless","Brilliant","Beautiful"]},{"emoji":"🍟","name":"Fries","category":"food","adjectives":["Friendly","Fresh","Free","Fancy","Fair","Famous","Fantastic"]},{"emoji":"🍕","name":"Pizza","category":"food","adjectives":["Positive","Peachy","Pious","Pioneering","Pristine","Pure","Perfect"]},{"emoji":"🌮","name":"Taco","category":"food","adjectives":["Tactical","Talented","Tasteful","Tenacious","Thoughtful","Thorough","Timely"]},{"emoji":"🌯","name":"Wrap","category":"food","adjectives":["Wise","Willing","Witty","Wonderful","Worthy","Watchful","Warm"]},{"emoji":"🍣","name":"Sushi","category":"food","adjectives":["Super","Surgical","Sublime","Subtle","Sumptuous","Sunny","Superb"]},{"emoji":"🍦","name":"Ice Cream","category":"food","adjectives":["Iconic","Ideal","Idyllic","Imaginative","Immaculate","Imperial","Impressive"]},{"emoji":"🍿","name":"Popcorn","category":"food","adjectives":["Positive","Peachy","Pious","Pioneering","Pristine","Pure","Perfect"]},{"emoji":"🍩","name":"Donut","category":"food","adjectives":["Dapper","Daring","Dazzling","Decent","Dedicated","Definite","Delightful"]},{"emoji":"🍪","name":"Cookie","category":"food","adjectives":["Colossal","Charismatic","Casual","Courageous","Colorful","Capable","Captivating"]}]'), a = {
2
- items: e
3
- };
4
- export {
5
- a as default,
6
- e as items
7
- };
1
+ var e = { items: [
2
+ {
3
+ emoji: "🌸",
4
+ name: "Blossom",
5
+ category: "plants",
6
+ adjectives: [
7
+ "Blissful",
8
+ "Black",
9
+ "Blanched",
10
+ "Blooming",
11
+ "Beloved",
12
+ "Benevolent"
13
+ ]
14
+ },
15
+ {
16
+ emoji: "🌹",
17
+ name: "Rose",
18
+ category: "plants",
19
+ adjectives: [
20
+ "Regal",
21
+ "Relaxed",
22
+ "Resolute",
23
+ "Random",
24
+ "Rapid",
25
+ "Riotous",
26
+ "Ruddy",
27
+ "Rogue"
28
+ ]
29
+ },
30
+ {
31
+ emoji: "🌺",
32
+ name: "Hibiscus",
33
+ category: "plants",
34
+ adjectives: [
35
+ "Happy",
36
+ "Heroic",
37
+ "Hardy",
38
+ "Heavenly",
39
+ "Humble",
40
+ "Hopeful",
41
+ "Healthy",
42
+ "Hearty"
43
+ ]
44
+ },
45
+ {
46
+ emoji: "🌻",
47
+ name: "Sunflower",
48
+ category: "plants",
49
+ adjectives: [
50
+ "Super",
51
+ "Surgical",
52
+ "Subatomic",
53
+ "Sublime",
54
+ "Subtle",
55
+ "Sumptuous",
56
+ "Sunny"
57
+ ]
58
+ },
59
+ {
60
+ emoji: "🌼",
61
+ name: "Daisy",
62
+ category: "plants",
63
+ adjectives: [
64
+ "Dapper",
65
+ "Droopy",
66
+ "Dangerous",
67
+ "Daft",
68
+ "Dashing",
69
+ "Dauntless",
70
+ "Defiant"
71
+ ]
72
+ },
73
+ {
74
+ emoji: "🌷",
75
+ name: "Tulip",
76
+ category: "plants",
77
+ adjectives: [
78
+ "Tactical",
79
+ "Talented",
80
+ "Tactile",
81
+ "Tangible",
82
+ "Tenacious",
83
+ "Talismanic",
84
+ "Timely"
85
+ ]
86
+ },
87
+ {
88
+ emoji: "🪻",
89
+ name: "Hyacinth",
90
+ category: "plants",
91
+ adjectives: [
92
+ "Healthy",
93
+ "Hearty",
94
+ "Helpful",
95
+ "Heroic",
96
+ "Humble",
97
+ "Hilarious"
98
+ ]
99
+ },
100
+ {
101
+ emoji: "🍀",
102
+ name: "Clover",
103
+ category: "plants",
104
+ adjectives: [
105
+ "Colossal",
106
+ "Charismatic",
107
+ "Casual",
108
+ "Courageous",
109
+ "Colorful",
110
+ "Capable",
111
+ "Captivating",
112
+ "Cute"
113
+ ]
114
+ },
115
+ {
116
+ emoji: "🍁",
117
+ name: "Leaf",
118
+ category: "plants",
119
+ adjectives: [
120
+ "Legendary",
121
+ "Lavish",
122
+ "Laudable",
123
+ "Lively",
124
+ "Loving",
125
+ "Loyal",
126
+ "Learned"
127
+ ]
128
+ },
129
+ {
130
+ emoji: "🍄",
131
+ name: "Mushroom",
132
+ category: "plants",
133
+ adjectives: [
134
+ "Magic",
135
+ "Monstrous",
136
+ "Mental",
137
+ "Marvelous",
138
+ "Mindful",
139
+ "Magnificent",
140
+ "Masterful",
141
+ "Magnetic",
142
+ "Modest"
143
+ ]
144
+ },
145
+ {
146
+ emoji: "🪨",
147
+ name: "Rock",
148
+ category: "plants",
149
+ adjectives: [
150
+ "Robust",
151
+ "Real",
152
+ "Relative",
153
+ "Regal",
154
+ "Relaxed",
155
+ "Resolute",
156
+ "Random",
157
+ "Rapid",
158
+ "Riotous",
159
+ "Ruddy",
160
+ "Rogue"
161
+ ]
162
+ },
163
+ {
164
+ emoji: "🪵",
165
+ name: "Log",
166
+ category: "plants",
167
+ adjectives: [
168
+ "Loopy",
169
+ "Large",
170
+ "Legendary",
171
+ "Lavish",
172
+ "Laudable",
173
+ "Lively",
174
+ "Loving",
175
+ "Loyal",
176
+ "Learned"
177
+ ]
178
+ },
179
+ {
180
+ emoji: "🪷",
181
+ name: "Lotus",
182
+ category: "plants",
183
+ adjectives: [
184
+ "Loopy",
185
+ "Large",
186
+ "Legendary",
187
+ "Lavish",
188
+ "Laudable",
189
+ "Lively",
190
+ "Loving",
191
+ "Loyal",
192
+ "Learned"
193
+ ]
194
+ },
195
+ {
196
+ emoji: "🌱",
197
+ name: "Seedling",
198
+ category: "plants",
199
+ adjectives: [
200
+ "Stellar",
201
+ "Savvy",
202
+ "Sparing",
203
+ "Sensitive",
204
+ "Swift",
205
+ "Synergistic",
206
+ "Steady"
207
+ ]
208
+ },
209
+ {
210
+ emoji: "🌲",
211
+ name: "Pine",
212
+ category: "plants",
213
+ adjectives: [
214
+ "Positive",
215
+ "Peachy",
216
+ "Pious",
217
+ "Pioneering",
218
+ "Pirate",
219
+ "Pixelated",
220
+ "Pivotal",
221
+ "Painted",
222
+ "Pampered",
223
+ "Panoramic",
224
+ "Paper",
225
+ "Party",
226
+ "Powerful",
227
+ "Prosperous",
228
+ "Prolific",
229
+ "Paradise",
230
+ "Profuse",
231
+ "Peaceful",
232
+ "Perfect"
233
+ ]
234
+ },
235
+ {
236
+ emoji: "🌳",
237
+ name: "Oak",
238
+ category: "plants",
239
+ adjectives: [
240
+ "Optimistic",
241
+ "Opulent",
242
+ "Observant",
243
+ "Olympic",
244
+ "Omnipotent",
245
+ "Ontological"
246
+ ]
247
+ },
248
+ {
249
+ emoji: "🌴",
250
+ name: "Palm",
251
+ category: "plants",
252
+ adjectives: [
253
+ "Positive",
254
+ "Peachy",
255
+ "Pious",
256
+ "Pioneering",
257
+ "Pirate",
258
+ "Pixelated",
259
+ "Pivotal",
260
+ "Painted",
261
+ "Pampered",
262
+ "Panoramic",
263
+ "Paper",
264
+ "Party",
265
+ "Powerful",
266
+ "Prosperous",
267
+ "Prolific",
268
+ "Paradise",
269
+ "Profuse",
270
+ "Peaceful",
271
+ "Perfect"
272
+ ]
273
+ },
274
+ {
275
+ emoji: "🌵",
276
+ name: "Cactus",
277
+ category: "plants",
278
+ adjectives: [
279
+ "Colossal",
280
+ "Charismatic",
281
+ "Casual",
282
+ "Courageous",
283
+ "Colorful",
284
+ "Capable",
285
+ "Captivating",
286
+ "Cute"
287
+ ]
288
+ },
289
+ {
290
+ emoji: "🐵",
291
+ name: "Monkey",
292
+ category: "animals",
293
+ adjectives: [
294
+ "Mental",
295
+ "Marvelous",
296
+ "Mindful",
297
+ "Magnificent",
298
+ "Masterful",
299
+ "Magnetic",
300
+ "Modest"
301
+ ]
302
+ },
303
+ {
304
+ emoji: "🐶",
305
+ name: "Dog",
306
+ category: "animals",
307
+ adjectives: [
308
+ "Dapper",
309
+ "Droopy",
310
+ "Dangerous",
311
+ "Daft",
312
+ "Dashing",
313
+ "Dauntless",
314
+ "Defiant"
315
+ ]
316
+ },
317
+ {
318
+ emoji: "🐺",
319
+ name: "Wolf",
320
+ category: "animals",
321
+ adjectives: [
322
+ "Wealthy",
323
+ "Wary",
324
+ "Wacky",
325
+ "Watchful",
326
+ "Wild",
327
+ "Witty",
328
+ "Wise"
329
+ ]
330
+ },
331
+ {
332
+ emoji: "🦊",
333
+ name: "Fox",
334
+ category: "animals",
335
+ adjectives: [
336
+ "Fabulous",
337
+ "Fantastic",
338
+ "Friendly",
339
+ "Faithful",
340
+ "Fortunate",
341
+ "Famous",
342
+ "Fungible"
343
+ ]
344
+ },
345
+ {
346
+ emoji: "🐱",
347
+ name: "Cat",
348
+ category: "animals",
349
+ adjectives: [
350
+ "Colossal",
351
+ "Charismatic",
352
+ "Casual",
353
+ "Courageous",
354
+ "Colorful",
355
+ "Capable",
356
+ "Captivating",
357
+ "Cute"
358
+ ]
359
+ },
360
+ {
361
+ emoji: "🦁",
362
+ name: "Lion",
363
+ category: "animals",
364
+ adjectives: [
365
+ "Legendary",
366
+ "Lavish",
367
+ "Laudable",
368
+ "Lively",
369
+ "Loving",
370
+ "Loyal",
371
+ "Learned"
372
+ ]
373
+ },
374
+ {
375
+ emoji: "🐯",
376
+ name: "Tiger",
377
+ category: "animals",
378
+ adjectives: [
379
+ "Tactical",
380
+ "Talkative",
381
+ "Talismanic",
382
+ "Tough",
383
+ "Talented",
384
+ "Tasteful"
385
+ ]
386
+ },
387
+ {
388
+ emoji: "🐴",
389
+ name: "Horse",
390
+ category: "animals",
391
+ adjectives: [
392
+ "Healthy",
393
+ "Hearty",
394
+ "Helpful",
395
+ "Heroic",
396
+ "Humble",
397
+ "Hilarious"
398
+ ]
399
+ },
400
+ {
401
+ emoji: "🫎",
402
+ name: "Moose",
403
+ category: "animals",
404
+ adjectives: [
405
+ "Mental",
406
+ "Marvelous",
407
+ "Mindful",
408
+ "Magnificent",
409
+ "Masterful",
410
+ "Magnetic",
411
+ "Modest"
412
+ ]
413
+ },
414
+ {
415
+ emoji: "🦄",
416
+ name: "Unicorn",
417
+ category: "animals",
418
+ adjectives: [
419
+ "Unique",
420
+ "United",
421
+ "Unionised",
422
+ "Universal",
423
+ "Unstoppable",
424
+ "Ubiquitous"
425
+ ]
426
+ },
427
+ {
428
+ emoji: "🐮",
429
+ name: "Cow",
430
+ category: "animals",
431
+ adjectives: [
432
+ "Colossal",
433
+ "Charismatic",
434
+ "Casual",
435
+ "Courageous",
436
+ "Colorful",
437
+ "Capable",
438
+ "Captivating",
439
+ "Cute"
440
+ ]
441
+ },
442
+ {
443
+ emoji: "🐷",
444
+ name: "Pig",
445
+ category: "animals",
446
+ adjectives: [
447
+ "Positive",
448
+ "Peachy",
449
+ "Pious",
450
+ "Pioneering",
451
+ "Pirate",
452
+ "Pixelated",
453
+ "Pivotal",
454
+ "Painted",
455
+ "Pampered",
456
+ "Panoramic",
457
+ "Paper",
458
+ "Party",
459
+ "Powerful",
460
+ "Prosperous",
461
+ "Prolific",
462
+ "Paradise",
463
+ "Profuse",
464
+ "Peaceful",
465
+ "Perfect"
466
+ ]
467
+ },
468
+ {
469
+ emoji: "🐗",
470
+ name: "Boar",
471
+ category: "animals",
472
+ adjectives: [
473
+ "Bubbly",
474
+ "Brilliant",
475
+ "Balanced",
476
+ "Benevolent",
477
+ "Baffled",
478
+ "Bashful",
479
+ "Bemused",
480
+ "Burly"
481
+ ]
482
+ },
483
+ {
484
+ emoji: "🐭",
485
+ name: "Mouse",
486
+ category: "animals",
487
+ adjectives: [
488
+ "Mental",
489
+ "Marvelous",
490
+ "Mindful",
491
+ "Magnificent",
492
+ "Masterful",
493
+ "Magnetic",
494
+ "Modest",
495
+ "Massive"
496
+ ]
497
+ },
498
+ {
499
+ emoji: "🐰",
500
+ name: "Rabbit",
501
+ category: "animals",
502
+ adjectives: [
503
+ "Regal",
504
+ "Relaxed",
505
+ "Resolute",
506
+ "Random",
507
+ "Rapid",
508
+ "Riotous",
509
+ "Ruddy",
510
+ "Rogue"
511
+ ]
512
+ },
513
+ {
514
+ emoji: "🐻",
515
+ name: "Bear",
516
+ category: "animals",
517
+ adjectives: [
518
+ "Bubbly",
519
+ "Brilliant",
520
+ "Balanced",
521
+ "Benevolent",
522
+ "Baffled",
523
+ "Bashful",
524
+ "Bemused",
525
+ "Burly"
526
+ ]
527
+ },
528
+ {
529
+ emoji: "🐻‍❄️",
530
+ name: "Polar Bear",
531
+ category: "animals",
532
+ adjectives: [
533
+ "Bubbly",
534
+ "Brilliant",
535
+ "Balanced",
536
+ "Benevolent",
537
+ "Baffled",
538
+ "Bashful",
539
+ "Bemused",
540
+ "Burly"
541
+ ]
542
+ },
543
+ {
544
+ emoji: "🐨",
545
+ name: "Koala",
546
+ category: "animals",
547
+ adjectives: [
548
+ "Keen",
549
+ "Kempt",
550
+ "Kinetic",
551
+ "Kind",
552
+ "Kilted",
553
+ "Kantian"
554
+ ]
555
+ },
556
+ {
557
+ emoji: "🐼",
558
+ name: "Panda",
559
+ category: "animals",
560
+ adjectives: [
561
+ "Positive",
562
+ "Peachy",
563
+ "Pious",
564
+ "Pioneering",
565
+ "Pirate",
566
+ "Pixelated",
567
+ "Pivotal",
568
+ "Painted",
569
+ "Pampered",
570
+ "Panoramic",
571
+ "Paper",
572
+ "Party",
573
+ "Powerful",
574
+ "Prosperous",
575
+ "Prolific",
576
+ "Paradise",
577
+ "Profuse",
578
+ "Peaceful",
579
+ "Perfect"
580
+ ]
581
+ },
582
+ {
583
+ emoji: "🐔",
584
+ name: "Chicken",
585
+ category: "animals",
586
+ adjectives: [
587
+ "Charming",
588
+ "Cheerful",
589
+ "Choppy",
590
+ "Chatty",
591
+ "Cheeky",
592
+ "Chiseled",
593
+ "Chirpy",
594
+ "Choosy",
595
+ "Chuffed"
596
+ ]
597
+ },
598
+ {
599
+ emoji: "🐤",
600
+ name: "Chick",
601
+ category: "animals",
602
+ adjectives: [
603
+ "Charming",
604
+ "Cheerful",
605
+ "Choppy",
606
+ "Chatty",
607
+ "Cheeky",
608
+ "Chiseled",
609
+ "Chirpy",
610
+ "Choosy",
611
+ "Chuffed"
612
+ ]
613
+ },
614
+ {
615
+ emoji: "🐦",
616
+ name: "Bird",
617
+ category: "animals",
618
+ adjectives: [
619
+ "Bubbly",
620
+ "Burly",
621
+ "Balanced",
622
+ "Benevolent",
623
+ "Baffled",
624
+ "Bashful",
625
+ "Bemused"
626
+ ]
627
+ },
628
+ {
629
+ emoji: "🐧",
630
+ name: "Penguin",
631
+ category: "animals",
632
+ adjectives: [
633
+ "Positive",
634
+ "Peachy",
635
+ "Pious",
636
+ "Pioneering",
637
+ "Pirate",
638
+ "Pixelated",
639
+ "Pivotal",
640
+ "Painted",
641
+ "Pampered",
642
+ "Panoramic",
643
+ "Paper",
644
+ "Party",
645
+ "Powerful",
646
+ "Prosperous",
647
+ "Prolific",
648
+ "Paradise",
649
+ "Profuse",
650
+ "Peaceful",
651
+ "Perfect"
652
+ ]
653
+ },
654
+ {
655
+ emoji: "🐸",
656
+ name: "Frog",
657
+ category: "animals",
658
+ adjectives: [
659
+ "Frank",
660
+ "Fractional",
661
+ "Freaky",
662
+ "Freckly",
663
+ "Frizzy",
664
+ "Frosty",
665
+ "Fruitful"
666
+ ]
667
+ },
668
+ {
669
+ emoji: "🐲",
670
+ name: "Dragon",
671
+ category: "animals",
672
+ adjectives: [
673
+ "Draped",
674
+ "Dramatic",
675
+ "Drastic",
676
+ "Drafty",
677
+ "Defiant",
678
+ "Divine"
679
+ ]
680
+ },
681
+ {
682
+ emoji: "🐙",
683
+ name: "Octopus",
684
+ category: "animals",
685
+ adjectives: [
686
+ "Optimistic",
687
+ "Opulent",
688
+ "Observant",
689
+ "Olympic",
690
+ "Omnipotent",
691
+ "Ontological"
692
+ ]
693
+ },
694
+ {
695
+ emoji: "🪼",
696
+ name: "Jellyfish",
697
+ category: "animals",
698
+ adjectives: [
699
+ "Jammy",
700
+ "Jaunty",
701
+ "Joyful",
702
+ "Just",
703
+ "Jeweled",
704
+ "Jagged",
705
+ "Jestful"
706
+ ]
707
+ },
708
+ {
709
+ emoji: "🦀",
710
+ name: "Crab",
711
+ category: "animals",
712
+ adjectives: [
713
+ "Crazy",
714
+ "Craggy",
715
+ "Colossal",
716
+ "Charismatic",
717
+ "Casual",
718
+ "Courageous",
719
+ "Colorful",
720
+ "Capable",
721
+ "Captivating",
722
+ "Cute"
723
+ ]
724
+ },
725
+ {
726
+ emoji: "🦋",
727
+ name: "Butterfly",
728
+ category: "animals",
729
+ adjectives: [
730
+ "Bubbly",
731
+ "Balanced",
732
+ "Benevolent",
733
+ "Baffled",
734
+ "Bashful",
735
+ "Bemused",
736
+ "Burly"
737
+ ]
738
+ },
739
+ {
740
+ emoji: "🐜",
741
+ name: "Ant",
742
+ category: "animals",
743
+ adjectives: [
744
+ "Acrobatic",
745
+ "Actual",
746
+ "Adaptive",
747
+ "Adventurous",
748
+ "Admirable",
749
+ "Aerial",
750
+ "Affable",
751
+ "Affluent",
752
+ "Agile"
753
+ ]
754
+ },
755
+ {
756
+ emoji: "🐝",
757
+ name: "Bee",
758
+ category: "animals",
759
+ adjectives: [
760
+ "Bubbly",
761
+ "Balanced",
762
+ "Benevolent",
763
+ "Baffled",
764
+ "Bashful",
765
+ "Bemused",
766
+ "Burly"
767
+ ]
768
+ },
769
+ {
770
+ emoji: "🪲",
771
+ name: "Beetle",
772
+ category: "animals",
773
+ adjectives: [
774
+ "Bubbly",
775
+ "Balanced",
776
+ "Benevolent",
777
+ "Baffled",
778
+ "Bashful",
779
+ "Bemused",
780
+ "Burly"
781
+ ]
782
+ },
783
+ {
784
+ emoji: "🐞",
785
+ name: "Ladybird",
786
+ category: "animals",
787
+ adjectives: [
788
+ "Legendary",
789
+ "Lavish",
790
+ "Laudable",
791
+ "Lively",
792
+ "Loving",
793
+ "Loyal",
794
+ "Learned"
795
+ ]
796
+ },
797
+ {
798
+ emoji: "🐟",
799
+ name: "Fish",
800
+ category: "animals",
801
+ adjectives: [
802
+ "Fluid",
803
+ "Flexible",
804
+ "Flashy",
805
+ "Flawless",
806
+ "Flowing",
807
+ "Free",
808
+ "Fresh"
809
+ ]
810
+ },
811
+ {
812
+ emoji: "🐡",
813
+ name: "Pufferfish",
814
+ category: "animals",
815
+ adjectives: [
816
+ "Positive",
817
+ "Peachy",
818
+ "Pious",
819
+ "Pioneering",
820
+ "Pirate",
821
+ "Pixelated",
822
+ "Pivotal"
823
+ ]
824
+ },
825
+ {
826
+ emoji: "🐚",
827
+ name: "Shell",
828
+ category: "animals",
829
+ adjectives: [
830
+ "Sharp",
831
+ "Super",
832
+ "Surgical",
833
+ "Shapely",
834
+ "Shimmering",
835
+ "Shiny",
836
+ "Shredded"
837
+ ]
838
+ },
839
+ {
840
+ emoji: "🦐",
841
+ name: "Shrimp",
842
+ category: "animals",
843
+ adjectives: [
844
+ "Sharp",
845
+ "Super",
846
+ "Surgical",
847
+ "Shapely",
848
+ "Shimmering",
849
+ "Shiny",
850
+ "Shredded"
851
+ ]
852
+ },
853
+ {
854
+ emoji: "🐒",
855
+ name: "Monkey",
856
+ category: "animals",
857
+ adjectives: [
858
+ "Mental",
859
+ "Marvelous",
860
+ "Mindful",
861
+ "Magnificent",
862
+ "Masterful",
863
+ "Magnetic",
864
+ "Modest",
865
+ "Massive"
866
+ ]
867
+ },
868
+ {
869
+ emoji: "🦂",
870
+ name: "Scorpion",
871
+ category: "animals",
872
+ adjectives: [
873
+ "Silent",
874
+ "Steady",
875
+ "Swift",
876
+ "Strong",
877
+ "Stealthy",
878
+ "Strategic",
879
+ "Skilled"
880
+ ]
881
+ },
882
+ {
883
+ emoji: "🦃",
884
+ name: "Turkey",
885
+ category: "animals",
886
+ adjectives: [
887
+ "Talented",
888
+ "Tactful",
889
+ "Tenacious",
890
+ "Thorough",
891
+ "Thoughtful",
892
+ "Thriving",
893
+ "Trusted"
894
+ ]
895
+ },
896
+ {
897
+ emoji: "🦧",
898
+ name: "Orangutan",
899
+ category: "animals",
900
+ adjectives: [
901
+ "Optimistic",
902
+ "Opulent",
903
+ "Observant",
904
+ "Olympic",
905
+ "Omnipotent",
906
+ "Ontological"
907
+ ]
908
+ },
909
+ {
910
+ emoji: "🐁",
911
+ name: "Mouse",
912
+ category: "animals",
913
+ adjectives: [
914
+ "Mental",
915
+ "Marvelous",
916
+ "Mindful",
917
+ "Magnificent",
918
+ "Masterful",
919
+ "Magnetic",
920
+ "Modest",
921
+ "Massive",
922
+ "Mighty"
923
+ ]
924
+ },
925
+ {
926
+ emoji: "🐀",
927
+ name: "Rat",
928
+ category: "animals",
929
+ adjectives: [
930
+ "Regal",
931
+ "Relaxed",
932
+ "Resolute",
933
+ "Random",
934
+ "Rapid",
935
+ "Riotous",
936
+ "Ruddy",
937
+ "Rogue"
938
+ ]
939
+ },
940
+ {
941
+ emoji: "🐇",
942
+ name: "Rabbit",
943
+ category: "animals",
944
+ adjectives: [
945
+ "Regal",
946
+ "Relaxed",
947
+ "Resolute",
948
+ "Random",
949
+ "Rapid",
950
+ "Riotous",
951
+ "Ruddy",
952
+ "Rogue"
953
+ ]
954
+ },
955
+ {
956
+ emoji: "🐿️",
957
+ name: "Squirrel",
958
+ category: "animals",
959
+ adjectives: [
960
+ "Smart",
961
+ "Swift",
962
+ "Sneaky",
963
+ "Skilled",
964
+ "Spirited",
965
+ "Spontaneous",
966
+ "Spry"
967
+ ]
968
+ },
969
+ {
970
+ emoji: "🦫",
971
+ name: "Beaver",
972
+ category: "animals",
973
+ adjectives: [
974
+ "Busy",
975
+ "Bold",
976
+ "Bright",
977
+ "Brave",
978
+ "Beneficial",
979
+ "Boundless",
980
+ "Brilliant"
981
+ ]
982
+ },
983
+ {
984
+ emoji: "🦔",
985
+ name: "Hedgehog",
986
+ category: "animals",
987
+ adjectives: [
988
+ "Happy",
989
+ "Hasty",
990
+ "Helpful",
991
+ "Humble",
992
+ "Honest",
993
+ "Heroic",
994
+ "Harmonious"
995
+ ]
996
+ },
997
+ {
998
+ emoji: "🦇",
999
+ name: "Bat",
1000
+ category: "animals",
1001
+ adjectives: [
1002
+ "Bubbly",
1003
+ "Balanced",
1004
+ "Benevolent",
1005
+ "Baffled",
1006
+ "Bashful",
1007
+ "Bemused",
1008
+ "Burly"
1009
+ ]
1010
+ },
1011
+ {
1012
+ emoji: "🦥",
1013
+ name: "Sloth",
1014
+ category: "animals",
1015
+ adjectives: [
1016
+ "Serene",
1017
+ "Slow",
1018
+ "Steady",
1019
+ "Subtle",
1020
+ "Smooth",
1021
+ "Sleepy",
1022
+ "Sweet"
1023
+ ]
1024
+ },
1025
+ {
1026
+ emoji: "🦦",
1027
+ name: "Otter",
1028
+ category: "animals",
1029
+ adjectives: [
1030
+ "Optimistic",
1031
+ "Outgoing",
1032
+ "Observant",
1033
+ "Orderly",
1034
+ "Original",
1035
+ "Outstanding",
1036
+ "Overjoyed"
1037
+ ]
1038
+ },
1039
+ {
1040
+ emoji: "🐓",
1041
+ name: "Rooster",
1042
+ category: "animals",
1043
+ adjectives: [
1044
+ "Regal",
1045
+ "Relaxed",
1046
+ "Resolute",
1047
+ "Random",
1048
+ "Rapid",
1049
+ "Riotous",
1050
+ "Ruddy",
1051
+ "Rogue",
1052
+ "Royal"
1053
+ ]
1054
+ },
1055
+ {
1056
+ emoji: "🐣",
1057
+ name: "Chick",
1058
+ category: "animals",
1059
+ adjectives: [
1060
+ "Charming",
1061
+ "Cheerful",
1062
+ "Choppy",
1063
+ "Chatty",
1064
+ "Cheeky",
1065
+ "Chiseled",
1066
+ "Chirpy",
1067
+ "Choosy",
1068
+ "Chuffed"
1069
+ ]
1070
+ },
1071
+ {
1072
+ emoji: "🦆",
1073
+ name: "Duck",
1074
+ category: "animals",
1075
+ adjectives: [
1076
+ "Dapper",
1077
+ "Daring",
1078
+ "Dangerous",
1079
+ "Daft",
1080
+ "Dashing",
1081
+ "Dauntless",
1082
+ "Defiant"
1083
+ ]
1084
+ },
1085
+ {
1086
+ emoji: "🦉",
1087
+ name: "Owl",
1088
+ category: "animals",
1089
+ adjectives: [
1090
+ "Observant",
1091
+ "Orderly",
1092
+ "Original",
1093
+ "Orthodox",
1094
+ "Otherworldly",
1095
+ "Outstanding",
1096
+ "Overachieving"
1097
+ ]
1098
+ },
1099
+ {
1100
+ emoji: "🦤",
1101
+ name: "Dodo",
1102
+ category: "animals",
1103
+ adjectives: [
1104
+ "Dapper",
1105
+ "Daring",
1106
+ "Dangerous",
1107
+ "Daft",
1108
+ "Dashing",
1109
+ "Dauntless",
1110
+ "Defiant"
1111
+ ]
1112
+ },
1113
+ {
1114
+ emoji: "🦜",
1115
+ name: "Parrot",
1116
+ category: "animals",
1117
+ adjectives: [
1118
+ "Positive",
1119
+ "Peachy",
1120
+ "Pious",
1121
+ "Pioneering",
1122
+ "Pirate",
1123
+ "Pixelated",
1124
+ "Pivotal"
1125
+ ]
1126
+ },
1127
+ {
1128
+ emoji: "🐦‍⬛",
1129
+ name: "Blackbird",
1130
+ category: "animals",
1131
+ adjectives: [
1132
+ "Bold",
1133
+ "Bright",
1134
+ "Brave",
1135
+ "Balanced",
1136
+ "Boundless",
1137
+ "Brilliant",
1138
+ "Beautiful"
1139
+ ]
1140
+ },
1141
+ {
1142
+ emoji: "🪿",
1143
+ name: "Goose",
1144
+ category: "animals",
1145
+ adjectives: [
1146
+ "Graceful",
1147
+ "Grand",
1148
+ "Gregarious",
1149
+ "Grounded",
1150
+ "Growing",
1151
+ "Genuine",
1152
+ "Gifted"
1153
+ ]
1154
+ },
1155
+ {
1156
+ emoji: "🐢",
1157
+ name: "Tortoise",
1158
+ category: "animals",
1159
+ adjectives: [
1160
+ "Timeless",
1161
+ "Thoughtful",
1162
+ "Thorough",
1163
+ "Tranquil",
1164
+ "Traditional",
1165
+ "Treasured",
1166
+ "True"
1167
+ ]
1168
+ },
1169
+ {
1170
+ emoji: "🦎",
1171
+ name: "Lizard",
1172
+ category: "animals",
1173
+ adjectives: [
1174
+ "Lively",
1175
+ "Logical",
1176
+ "Lasting",
1177
+ "Limitless",
1178
+ "Luminous",
1179
+ "Lucky",
1180
+ "Luxurious"
1181
+ ]
1182
+ },
1183
+ {
1184
+ emoji: "🐍",
1185
+ name: "Snake",
1186
+ category: "animals",
1187
+ adjectives: [
1188
+ "Silent",
1189
+ "Smooth",
1190
+ "Swift",
1191
+ "Sleek",
1192
+ "Skilled",
1193
+ "Sublime",
1194
+ "Subtle"
1195
+ ]
1196
+ },
1197
+ {
1198
+ emoji: "🐳",
1199
+ name: "Whale",
1200
+ category: "animals",
1201
+ adjectives: [
1202
+ "Wise",
1203
+ "Wonderful",
1204
+ "Watchful",
1205
+ "Welcoming",
1206
+ "Wholesome",
1207
+ "Willing",
1208
+ "Worthy"
1209
+ ]
1210
+ },
1211
+ {
1212
+ emoji: "🪸",
1213
+ name: "Coral",
1214
+ category: "animals",
1215
+ adjectives: [
1216
+ "Colorful",
1217
+ "Calm",
1218
+ "Complex",
1219
+ "Creative",
1220
+ "Curious",
1221
+ "Cheerful",
1222
+ "Charming"
1223
+ ]
1224
+ },
1225
+ {
1226
+ emoji: "🦞",
1227
+ name: "Lobster",
1228
+ category: "animals",
1229
+ adjectives: [
1230
+ "Loyal",
1231
+ "Lively",
1232
+ "Lavish",
1233
+ "Logical",
1234
+ "Lasting",
1235
+ "Laudable",
1236
+ "Learned"
1237
+ ]
1238
+ },
1239
+ {
1240
+ emoji: "🦑",
1241
+ name: "Squid",
1242
+ category: "animals",
1243
+ adjectives: [
1244
+ "Swift",
1245
+ "Smart",
1246
+ "Smooth",
1247
+ "Skilled",
1248
+ "Sophisticated",
1249
+ "Sporty",
1250
+ "Snappy"
1251
+ ]
1252
+ },
1253
+ {
1254
+ emoji: "🐌",
1255
+ name: "Snail",
1256
+ category: "animals",
1257
+ adjectives: [
1258
+ "Steady",
1259
+ "Smooth",
1260
+ "Simple",
1261
+ "Serene",
1262
+ "Sincere",
1263
+ "Skilled",
1264
+ "Sweet"
1265
+ ]
1266
+ },
1267
+ {
1268
+ emoji: "🐛",
1269
+ name: "Caterpillar",
1270
+ category: "animals",
1271
+ adjectives: [
1272
+ "Curious",
1273
+ "Creative",
1274
+ "Careful",
1275
+ "Cheerful",
1276
+ "Clever",
1277
+ "Calm",
1278
+ "Cute"
1279
+ ]
1280
+ },
1281
+ {
1282
+ emoji: "🦗",
1283
+ name: "Cricket",
1284
+ category: "animals",
1285
+ adjectives: [
1286
+ "Crazy",
1287
+ "Craggy",
1288
+ "Creative",
1289
+ "Cheerful",
1290
+ "Clever",
1291
+ "Calm",
1292
+ "Coordinated"
1293
+ ]
1294
+ },
1295
+ {
1296
+ emoji: "🕷️",
1297
+ name: "Spider",
1298
+ category: "animals",
1299
+ adjectives: [
1300
+ "Silent",
1301
+ "Swift",
1302
+ "Skilled",
1303
+ "Smart",
1304
+ "Strategic",
1305
+ "Steady",
1306
+ "Strong"
1307
+ ]
1308
+ },
1309
+ {
1310
+ emoji: "🍏",
1311
+ name: "Green Apple",
1312
+ category: "food",
1313
+ adjectives: [
1314
+ "Able",
1315
+ "Ambitious",
1316
+ "Adaptable",
1317
+ "Affable",
1318
+ "Abstract",
1319
+ "Academic",
1320
+ "Absolute",
1321
+ "Accessible"
1322
+ ]
1323
+ },
1324
+ {
1325
+ emoji: "🍎",
1326
+ name: "Red Apple",
1327
+ category: "food",
1328
+ adjectives: [
1329
+ "Able",
1330
+ "Ambitious",
1331
+ "Adaptable",
1332
+ "Affable",
1333
+ "Abstract",
1334
+ "Academic",
1335
+ "Absolute",
1336
+ "Accessible"
1337
+ ]
1338
+ },
1339
+ {
1340
+ emoji: "🍐",
1341
+ name: "Pear",
1342
+ category: "food",
1343
+ adjectives: [
1344
+ "Positive",
1345
+ "Peachy",
1346
+ "Pious",
1347
+ "Pioneering",
1348
+ "Pirate",
1349
+ "Pixelated",
1350
+ "Pivotal",
1351
+ "Perfect"
1352
+ ]
1353
+ },
1354
+ {
1355
+ emoji: "🍊",
1356
+ name: "Orange",
1357
+ category: "food",
1358
+ adjectives: [
1359
+ "Optimistic",
1360
+ "Opulent",
1361
+ "Observant",
1362
+ "Olympic",
1363
+ "Omnipotent",
1364
+ "Ontological",
1365
+ "Outstanding"
1366
+ ]
1367
+ },
1368
+ {
1369
+ emoji: "🍋",
1370
+ name: "Lemon",
1371
+ category: "food",
1372
+ adjectives: [
1373
+ "Legendary",
1374
+ "Lavish",
1375
+ "Laudable",
1376
+ "Lively",
1377
+ "Loving",
1378
+ "Loyal",
1379
+ "Learned"
1380
+ ]
1381
+ },
1382
+ {
1383
+ emoji: "🍌",
1384
+ name: "Banana",
1385
+ category: "food",
1386
+ adjectives: [
1387
+ "Bubbly",
1388
+ "Burly",
1389
+ "Balanced",
1390
+ "Benevolent",
1391
+ "Baffled",
1392
+ "Bashful",
1393
+ "Bemused"
1394
+ ]
1395
+ },
1396
+ {
1397
+ emoji: "🍉",
1398
+ name: "Watermelon",
1399
+ category: "food",
1400
+ adjectives: [
1401
+ "Wacky",
1402
+ "Wealthy",
1403
+ "Wakeful",
1404
+ "Wonderful",
1405
+ "Wild",
1406
+ "Watchful",
1407
+ "Witty",
1408
+ "Winning"
1409
+ ]
1410
+ },
1411
+ {
1412
+ emoji: "🍇",
1413
+ name: "Grape",
1414
+ category: "food",
1415
+ adjectives: [
1416
+ "Great",
1417
+ "Gradiated",
1418
+ "Grand",
1419
+ "Groovy",
1420
+ "Gracious",
1421
+ "Grounded",
1422
+ "Gregarious"
1423
+ ]
1424
+ },
1425
+ {
1426
+ emoji: "🍓",
1427
+ name: "Strawberry",
1428
+ category: "food",
1429
+ adjectives: [
1430
+ "Steel",
1431
+ "Stellar",
1432
+ "Steady",
1433
+ "Strategic",
1434
+ "Strong",
1435
+ "Stable",
1436
+ "Stark",
1437
+ "Stacked"
1438
+ ]
1439
+ },
1440
+ {
1441
+ emoji: "🫐",
1442
+ name: "Blueberry",
1443
+ category: "food",
1444
+ adjectives: [
1445
+ "Brave",
1446
+ "Bright",
1447
+ "Brilliant",
1448
+ "Bold",
1449
+ "Bouncy",
1450
+ "Balanced",
1451
+ "Beautiful"
1452
+ ]
1453
+ },
1454
+ {
1455
+ emoji: "🍒",
1456
+ name: "Cherry",
1457
+ category: "food",
1458
+ adjectives: [
1459
+ "Charming",
1460
+ "Cheerful",
1461
+ "Choppy",
1462
+ "Chatty",
1463
+ "Cheeky",
1464
+ "Chiseled",
1465
+ "Chirpy",
1466
+ "Choosy",
1467
+ "Chuffed"
1468
+ ]
1469
+ },
1470
+ {
1471
+ emoji: "🍑",
1472
+ name: "Peach",
1473
+ category: "food",
1474
+ adjectives: [
1475
+ "Positive",
1476
+ "Peachy",
1477
+ "Pious",
1478
+ "Pioneering",
1479
+ "Pristine",
1480
+ "Pure",
1481
+ "Perfect"
1482
+ ]
1483
+ },
1484
+ {
1485
+ emoji: "🥭",
1486
+ name: "Mango",
1487
+ category: "food",
1488
+ adjectives: [
1489
+ "Magical",
1490
+ "Majestic",
1491
+ "Masterful",
1492
+ "Maverick",
1493
+ "Mellow",
1494
+ "Mighty",
1495
+ "Mindful"
1496
+ ]
1497
+ },
1498
+ {
1499
+ emoji: "🥥",
1500
+ name: "Coconut",
1501
+ category: "food",
1502
+ adjectives: [
1503
+ "Colossal",
1504
+ "Charismatic",
1505
+ "Casual",
1506
+ "Courageous",
1507
+ "Colorful",
1508
+ "Capable",
1509
+ "Captivating",
1510
+ "Cute"
1511
+ ]
1512
+ },
1513
+ {
1514
+ emoji: "🥝",
1515
+ name: "Kiwi",
1516
+ category: "food",
1517
+ adjectives: [
1518
+ "Kind",
1519
+ "Keen",
1520
+ "Knightly",
1521
+ "Knowing",
1522
+ "Kinetic",
1523
+ "Kindred",
1524
+ "Kingly"
1525
+ ]
1526
+ },
1527
+ {
1528
+ emoji: "🍅",
1529
+ name: "Tomato",
1530
+ category: "food",
1531
+ adjectives: [
1532
+ "Tender",
1533
+ "Tasty",
1534
+ "Tactful",
1535
+ "Talented",
1536
+ "Tangible",
1537
+ "Thorough",
1538
+ "Thoughtful"
1539
+ ]
1540
+ },
1541
+ {
1542
+ emoji: "🍆",
1543
+ name: "Aubergine",
1544
+ category: "food",
1545
+ adjectives: [
1546
+ "Artistic",
1547
+ "Authentic",
1548
+ "Automated",
1549
+ "Assertive",
1550
+ "Astute",
1551
+ "Attractive",
1552
+ "Animated"
1553
+ ]
1554
+ },
1555
+ {
1556
+ emoji: "🥑",
1557
+ name: "Avocado",
1558
+ category: "food",
1559
+ adjectives: [
1560
+ "Active",
1561
+ "Adaptable",
1562
+ "Adept",
1563
+ "Admired",
1564
+ "Advanced",
1565
+ "Adventurous",
1566
+ "Affable"
1567
+ ]
1568
+ },
1569
+ {
1570
+ emoji: "🥦",
1571
+ name: "Broccoli",
1572
+ category: "food",
1573
+ adjectives: [
1574
+ "Brave",
1575
+ "Bright",
1576
+ "Brilliant",
1577
+ "Bold",
1578
+ "Bouncy",
1579
+ "Balanced",
1580
+ "Beautiful"
1581
+ ]
1582
+ },
1583
+ {
1584
+ emoji: "🥬",
1585
+ name: "Lettuce",
1586
+ category: "food",
1587
+ adjectives: [
1588
+ "Lively",
1589
+ "Light",
1590
+ "Lasting",
1591
+ "Logical",
1592
+ "Lucid",
1593
+ "Luminous",
1594
+ "Lustrous"
1595
+ ]
1596
+ },
1597
+ {
1598
+ emoji: "🌶️",
1599
+ name: "Chilli",
1600
+ category: "food",
1601
+ adjectives: [
1602
+ "Charming",
1603
+ "Cheerful",
1604
+ "Choppy",
1605
+ "Chatty",
1606
+ "Cheeky",
1607
+ "Chiseled",
1608
+ "Chirpy",
1609
+ "Choosy"
1610
+ ]
1611
+ },
1612
+ {
1613
+ emoji: "🫑",
1614
+ name: "Pepper",
1615
+ category: "food",
1616
+ adjectives: [
1617
+ "Positive",
1618
+ "Peachy",
1619
+ "Pious",
1620
+ "Pioneering",
1621
+ "Pristine",
1622
+ "Pure",
1623
+ "Perfect"
1624
+ ]
1625
+ },
1626
+ {
1627
+ emoji: "🌽",
1628
+ name: "Corn",
1629
+ category: "food",
1630
+ adjectives: [
1631
+ "Colossal",
1632
+ "Charismatic",
1633
+ "Casual",
1634
+ "Courageous",
1635
+ "Colorful",
1636
+ "Capable",
1637
+ "Captivating"
1638
+ ]
1639
+ },
1640
+ {
1641
+ emoji: "🥕",
1642
+ name: "Carrot",
1643
+ category: "food",
1644
+ adjectives: [
1645
+ "Caring",
1646
+ "Cheerful",
1647
+ "Clever",
1648
+ "Creative",
1649
+ "Calm",
1650
+ "Careful",
1651
+ "Captivating"
1652
+ ]
1653
+ },
1654
+ {
1655
+ emoji: "🫒",
1656
+ name: "Olive",
1657
+ category: "food",
1658
+ adjectives: [
1659
+ "Observant",
1660
+ "Original",
1661
+ "Optimistic",
1662
+ "Orderly",
1663
+ "Outstanding",
1664
+ "Outgoing",
1665
+ "Orthodox"
1666
+ ]
1667
+ },
1668
+ {
1669
+ emoji: "🥔",
1670
+ name: "Potato",
1671
+ category: "food",
1672
+ adjectives: [
1673
+ "Peaceful",
1674
+ "Patient",
1675
+ "Perky",
1676
+ "Playful",
1677
+ "Pleasant",
1678
+ "Plucky",
1679
+ "Proper"
1680
+ ]
1681
+ },
1682
+ {
1683
+ emoji: "🥐",
1684
+ name: "Croissant",
1685
+ category: "food",
1686
+ adjectives: [
1687
+ "Crispy",
1688
+ "Crafty",
1689
+ "Creative",
1690
+ "Cultured",
1691
+ "Curious",
1692
+ "Careful",
1693
+ "Cordial"
1694
+ ]
1695
+ },
1696
+ {
1697
+ emoji: "🥖",
1698
+ name: "Bread",
1699
+ category: "food",
1700
+ adjectives: [
1701
+ "Bright",
1702
+ "Balanced",
1703
+ "Beautiful",
1704
+ "Beneficial",
1705
+ "Benevolent",
1706
+ "Brave",
1707
+ "Brilliant"
1708
+ ]
1709
+ },
1710
+ {
1711
+ emoji: "🥨",
1712
+ name: "Pretzel",
1713
+ category: "food",
1714
+ adjectives: [
1715
+ "Peaceful",
1716
+ "Perfect",
1717
+ "Perky",
1718
+ "Playful",
1719
+ "Pleasant",
1720
+ "Plucky",
1721
+ "Proper"
1722
+ ]
1723
+ },
1724
+ {
1725
+ emoji: "🧀",
1726
+ name: "Cheese",
1727
+ category: "food",
1728
+ adjectives: [
1729
+ "Charming",
1730
+ "Cheerful",
1731
+ "Cheesy",
1732
+ "Chatty",
1733
+ "Cheeky",
1734
+ "Choice",
1735
+ "Chief"
1736
+ ]
1737
+ },
1738
+ {
1739
+ emoji: "🥚",
1740
+ name: "Egg",
1741
+ category: "food",
1742
+ adjectives: [
1743
+ "Earnest",
1744
+ "Eager",
1745
+ "Easygoing",
1746
+ "Eccentric",
1747
+ "Educated",
1748
+ "Efficient",
1749
+ "Elegant"
1750
+ ]
1751
+ },
1752
+ {
1753
+ emoji: "🥩",
1754
+ name: "Steak",
1755
+ category: "food",
1756
+ adjectives: [
1757
+ "Steel",
1758
+ "Stellar",
1759
+ "Steady",
1760
+ "Strategic",
1761
+ "Strong",
1762
+ "Stable",
1763
+ "Stark"
1764
+ ]
1765
+ },
1766
+ {
1767
+ emoji: "🌭",
1768
+ name: "Hotdog",
1769
+ category: "food",
1770
+ adjectives: [
1771
+ "Happy",
1772
+ "Heroic",
1773
+ "Honest",
1774
+ "Helpful",
1775
+ "Humble",
1776
+ "Hearty",
1777
+ "Harmonious"
1778
+ ]
1779
+ },
1780
+ {
1781
+ emoji: "🍔",
1782
+ name: "Burger",
1783
+ category: "food",
1784
+ adjectives: [
1785
+ "Bold",
1786
+ "Bright",
1787
+ "Brave",
1788
+ "Balanced",
1789
+ "Boundless",
1790
+ "Brilliant",
1791
+ "Beautiful"
1792
+ ]
1793
+ },
1794
+ {
1795
+ emoji: "🍟",
1796
+ name: "Fries",
1797
+ category: "food",
1798
+ adjectives: [
1799
+ "Friendly",
1800
+ "Fresh",
1801
+ "Free",
1802
+ "Fancy",
1803
+ "Fair",
1804
+ "Famous",
1805
+ "Fantastic"
1806
+ ]
1807
+ },
1808
+ {
1809
+ emoji: "🍕",
1810
+ name: "Pizza",
1811
+ category: "food",
1812
+ adjectives: [
1813
+ "Positive",
1814
+ "Peachy",
1815
+ "Pious",
1816
+ "Pioneering",
1817
+ "Pristine",
1818
+ "Pure",
1819
+ "Perfect"
1820
+ ]
1821
+ },
1822
+ {
1823
+ emoji: "🌮",
1824
+ name: "Taco",
1825
+ category: "food",
1826
+ adjectives: [
1827
+ "Tactical",
1828
+ "Talented",
1829
+ "Tasteful",
1830
+ "Tenacious",
1831
+ "Thoughtful",
1832
+ "Thorough",
1833
+ "Timely"
1834
+ ]
1835
+ },
1836
+ {
1837
+ emoji: "🌯",
1838
+ name: "Wrap",
1839
+ category: "food",
1840
+ adjectives: [
1841
+ "Wise",
1842
+ "Willing",
1843
+ "Witty",
1844
+ "Wonderful",
1845
+ "Worthy",
1846
+ "Watchful",
1847
+ "Warm"
1848
+ ]
1849
+ },
1850
+ {
1851
+ emoji: "🍣",
1852
+ name: "Sushi",
1853
+ category: "food",
1854
+ adjectives: [
1855
+ "Super",
1856
+ "Surgical",
1857
+ "Sublime",
1858
+ "Subtle",
1859
+ "Sumptuous",
1860
+ "Sunny",
1861
+ "Superb"
1862
+ ]
1863
+ },
1864
+ {
1865
+ emoji: "🍦",
1866
+ name: "Ice Cream",
1867
+ category: "food",
1868
+ adjectives: [
1869
+ "Iconic",
1870
+ "Ideal",
1871
+ "Idyllic",
1872
+ "Imaginative",
1873
+ "Immaculate",
1874
+ "Imperial",
1875
+ "Impressive"
1876
+ ]
1877
+ },
1878
+ {
1879
+ emoji: "🍿",
1880
+ name: "Popcorn",
1881
+ category: "food",
1882
+ adjectives: [
1883
+ "Positive",
1884
+ "Peachy",
1885
+ "Pious",
1886
+ "Pioneering",
1887
+ "Pristine",
1888
+ "Pure",
1889
+ "Perfect"
1890
+ ]
1891
+ },
1892
+ {
1893
+ emoji: "🍩",
1894
+ name: "Donut",
1895
+ category: "food",
1896
+ adjectives: [
1897
+ "Dapper",
1898
+ "Daring",
1899
+ "Dazzling",
1900
+ "Decent",
1901
+ "Dedicated",
1902
+ "Definite",
1903
+ "Delightful"
1904
+ ]
1905
+ },
1906
+ {
1907
+ emoji: "🍪",
1908
+ name: "Cookie",
1909
+ category: "food",
1910
+ adjectives: [
1911
+ "Colossal",
1912
+ "Charismatic",
1913
+ "Casual",
1914
+ "Courageous",
1915
+ "Colorful",
1916
+ "Capable",
1917
+ "Captivating"
1918
+ ]
1919
+ }
1920
+ ] };
1921
+ //#endregion
1922
+ export { e as default };