@reliverse/relinka 1.1.10 → 1.2.1

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 (224) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +38 -42
  3. package/dist-npm/components/core/core.d.ts +2 -0
  4. package/dist-npm/components/core/core.js +2 -0
  5. package/dist-npm/{utils/constants.d.ts → components/levels/levels.d.ts} +1 -1
  6. package/dist-npm/components/{prompts/create.d.ts → modes/basic.d.ts} +3 -3
  7. package/dist-npm/components/{instance → modes}/basic.js +4 -4
  8. package/dist-npm/components/{instance → modes}/browser.d.ts +2 -2
  9. package/dist-npm/components/modes/browser.js +12 -0
  10. package/dist-npm/components/modes/shared.d.ts +5 -0
  11. package/dist-npm/components/modes/shared.js +2 -0
  12. package/dist-npm/components/{prompts → relinka}/relinka.d.ts +2 -4
  13. package/dist-npm/components/{prompts → relinka}/relinka.js +1 -7
  14. package/dist-npm/components/{instance/reporter → reporters}/basic.d.ts +1 -1
  15. package/dist-npm/components/{instance/reporter → reporters}/basic.js +2 -2
  16. package/dist-npm/components/{instance/reporter → reporters}/browser.d.ts +1 -1
  17. package/dist-npm/components/{instance/reporter → reporters}/fancy.d.ts +3 -3
  18. package/dist-npm/components/{instance/reporter → reporters}/fancy.js +5 -7
  19. package/dist-npm/main.d.ts +8 -1
  20. package/dist-npm/main.js +34 -1
  21. package/dist-npm/types/mod.d.ts +42 -0
  22. package/dist-npm/utils/color.js +4 -1
  23. package/dist-npm/utils/mod.d.ts +3 -0
  24. package/dist-npm/utils/mod.js +9 -0
  25. package/package.json +3 -2
  26. package/dist-npm/components/anykey/index.d.ts +0 -7
  27. package/dist-npm/components/anykey/index.js +0 -61
  28. package/dist-npm/components/block/block.d.ts +0 -10
  29. package/dist-npm/components/block/block.js +0 -52
  30. package/dist-npm/components/checkbox/index.d.ts +0 -3
  31. package/dist-npm/components/checkbox/index.js +0 -217
  32. package/dist-npm/components/confirm/confirm-main.d.ts +0 -3
  33. package/dist-npm/components/confirm/confirm-main.js +0 -98
  34. package/dist-npm/components/confirm/confirm-three.d.ts +0 -13
  35. package/dist-npm/components/confirm/confirm-three.js +0 -26
  36. package/dist-npm/components/confirm/index.d.ts +0 -2
  37. package/dist-npm/components/confirm/index.js +0 -41
  38. package/dist-npm/components/core/Separator.d.ts +0 -6
  39. package/dist-npm/components/core/Separator.js +0 -18
  40. package/dist-npm/components/core/create-prompt.d.ts +0 -4
  41. package/dist-npm/components/core/create-prompt.js +0 -107
  42. package/dist-npm/components/core/errors.d.ts +0 -20
  43. package/dist-npm/components/core/errors.js +0 -21
  44. package/dist-npm/components/core/hook-engine.d.ts +0 -23
  45. package/dist-npm/components/core/hook-engine.js +0 -109
  46. package/dist-npm/components/core/index.d.ts +0 -13
  47. package/dist-npm/components/core/index.js +0 -12
  48. package/dist-npm/components/core/key.d.ts +0 -10
  49. package/dist-npm/components/core/key.js +0 -16
  50. package/dist-npm/components/core/lines.d.ts +0 -14
  51. package/dist-npm/components/core/lines.js +0 -52
  52. package/dist-npm/components/core/make-theme.d.ts +0 -3
  53. package/dist-npm/components/core/make-theme.js +0 -28
  54. package/dist-npm/components/core/position.d.ts +0 -12
  55. package/dist-npm/components/core/position.js +0 -29
  56. package/dist-npm/components/core/promise-polyfill.d.ts +0 -7
  57. package/dist-npm/components/core/promise-polyfill.js +0 -13
  58. package/dist-npm/components/core/screen-manager.d.ts +0 -14
  59. package/dist-npm/components/core/screen-manager.js +0 -67
  60. package/dist-npm/components/core/theme.d.ts +0 -21
  61. package/dist-npm/components/core/theme.js +0 -24
  62. package/dist-npm/components/core/use-effect.d.ts +0 -2
  63. package/dist-npm/components/core/use-effect.js +0 -11
  64. package/dist-npm/components/core/use-keypress.d.ts +0 -3
  65. package/dist-npm/components/core/use-keypress.js +0 -21
  66. package/dist-npm/components/core/use-memo.d.ts +0 -1
  67. package/dist-npm/components/core/use-memo.js +0 -12
  68. package/dist-npm/components/core/use-pagination.d.ts +0 -11
  69. package/dist-npm/components/core/use-pagination.js +0 -34
  70. package/dist-npm/components/core/use-prefix.d.ts +0 -5
  71. package/dist-npm/components/core/use-prefix.js +0 -42
  72. package/dist-npm/components/core/use-ref.d.ts +0 -6
  73. package/dist-npm/components/core/use-ref.js +0 -4
  74. package/dist-npm/components/core/use-state.d.ts +0 -4
  75. package/dist-npm/components/core/use-state.js +0 -17
  76. package/dist-npm/components/core/useKeyPress.d.ts +0 -4
  77. package/dist-npm/components/core/useKeyPress.js +0 -16
  78. package/dist-npm/components/core/usePromptState.d.ts +0 -6
  79. package/dist-npm/components/core/usePromptState.js +0 -10
  80. package/dist-npm/components/core/utils.d.ts +0 -2
  81. package/dist-npm/components/core/utils.js +0 -11
  82. package/dist-npm/components/date/date.d.ts +0 -6
  83. package/dist-npm/components/date/date.js +0 -210
  84. package/dist-npm/components/editor/index.d.ts +0 -2
  85. package/dist-npm/components/editor/index.js +0 -78
  86. package/dist-npm/components/expand/index.d.ts +0 -3
  87. package/dist-npm/components/expand/index.js +0 -119
  88. package/dist-npm/components/figures/index.d.ts +0 -465
  89. package/dist-npm/components/figures/index.js +0 -299
  90. package/dist-npm/components/input/index.d.ts +0 -2
  91. package/dist-npm/components/input/index.js +0 -66
  92. package/dist-npm/components/input/text-main.d.ts +0 -3
  93. package/dist-npm/components/input/text-main.js +0 -103
  94. package/dist-npm/components/input/text.d.ts +0 -11
  95. package/dist-npm/components/input/text.js +0 -26
  96. package/dist-npm/components/instance/basic.d.ts +0 -8
  97. package/dist-npm/components/instance/browser.js +0 -18
  98. package/dist-npm/components/instance/shared.d.ts +0 -6
  99. package/dist-npm/components/instance/shared.js +0 -2
  100. package/dist-npm/components/mono/mono.d.ts +0 -5
  101. package/dist-npm/components/mono/mono.js +0 -64
  102. package/dist-npm/components/mono/monoTwo.d.ts +0 -30
  103. package/dist-npm/components/mono/monoTwo.js +0 -37
  104. package/dist-npm/components/multiselect/group-multiselect.d.ts +0 -23
  105. package/dist-npm/components/multiselect/group-multiselect.js +0 -58
  106. package/dist-npm/components/multiselect/multi-select-two.d.ts +0 -3
  107. package/dist-npm/components/multiselect/multi-select-two.js +0 -111
  108. package/dist-npm/components/multiselect/multi-select.d.ts +0 -21
  109. package/dist-npm/components/multiselect/multi-select.js +0 -45
  110. package/dist-npm/components/multiselect/multiselect-main.d.ts +0 -18
  111. package/dist-npm/components/multiselect/multiselect-main.js +0 -166
  112. package/dist-npm/components/multiselect/num-multi-select.d.ts +0 -3
  113. package/dist-npm/components/multiselect/num-multi-select.js +0 -111
  114. package/dist-npm/components/multiselect/num-multiselect-main.d.ts +0 -6
  115. package/dist-npm/components/multiselect/num-multiselect-main.js +0 -28
  116. package/dist-npm/components/next-steps/next-steps.d.ts +0 -2
  117. package/dist-npm/components/next-steps/next-steps.js +0 -24
  118. package/dist-npm/components/number/index.d.ts +0 -2
  119. package/dist-npm/components/number/index.js +0 -100
  120. package/dist-npm/components/number/number-main.d.ts +0 -3
  121. package/dist-npm/components/number/number-main.js +0 -95
  122. package/dist-npm/components/password/index.d.ts +0 -2
  123. package/dist-npm/components/password/index.js +0 -59
  124. package/dist-npm/components/password/password-main.d.ts +0 -3
  125. package/dist-npm/components/password/password-main.js +0 -119
  126. package/dist-npm/components/password/password-three.d.ts +0 -13
  127. package/dist-npm/components/password/password-three.js +0 -28
  128. package/dist-npm/components/progressbar/ProgressBar.d.ts +0 -22
  129. package/dist-npm/components/progressbar/ProgressBar.js +0 -53
  130. package/dist-npm/components/progressbar/helper.d.ts +0 -6
  131. package/dist-npm/components/progressbar/helper.js +0 -38
  132. package/dist-npm/components/progressbar/index.d.ts +0 -2
  133. package/dist-npm/components/progressbar/index.js +0 -1
  134. package/dist-npm/components/prompts/create.js +0 -35
  135. package/dist-npm/components/prompts/index.d.ts +0 -49
  136. package/dist-npm/components/prompts/index.js +0 -46
  137. package/dist-npm/components/prompts/prompt.d.ts +0 -36
  138. package/dist-npm/components/prompts/prompt.js +0 -232
  139. package/dist-npm/components/prompts/promptTwo.d.ts +0 -92
  140. package/dist-npm/components/prompts/promptTwo.js +0 -653
  141. package/dist-npm/components/range/range.d.ts +0 -62
  142. package/dist-npm/components/range/range.js +0 -270
  143. package/dist-npm/components/rawlist/index.d.ts +0 -3
  144. package/dist-npm/components/rawlist/index.js +0 -104
  145. package/dist-npm/components/results/results.d.ts +0 -10
  146. package/dist-npm/components/results/results.js +0 -34
  147. package/dist-npm/components/search/index.d.ts +0 -3
  148. package/dist-npm/components/search/index.js +0 -186
  149. package/dist-npm/components/select/index.d.ts +0 -3
  150. package/dist-npm/components/select/index.js +0 -176
  151. package/dist-npm/components/select/num-select-main.d.ts +0 -8
  152. package/dist-npm/components/select/num-select-main.js +0 -30
  153. package/dist-npm/components/select/num-select.d.ts +0 -5
  154. package/dist-npm/components/select/num-select.js +0 -125
  155. package/dist-npm/components/select/select-key.d.ts +0 -15
  156. package/dist-npm/components/select/select-key.js +0 -26
  157. package/dist-npm/components/select/select-main.d.ts +0 -19
  158. package/dist-npm/components/select/select-main.js +0 -151
  159. package/dist-npm/components/select/select-three.d.ts +0 -18
  160. package/dist-npm/components/select/select-three.js +0 -35
  161. package/dist-npm/components/select/select-two.d.ts +0 -2
  162. package/dist-npm/components/select/select-two.js +0 -98
  163. package/dist-npm/components/spinner/index.d.ts +0 -15
  164. package/dist-npm/components/spinner/index.js +0 -110
  165. package/dist-npm/components/st-end/end.d.ts +0 -2
  166. package/dist-npm/components/st-end/end.js +0 -35
  167. package/dist-npm/components/st-end/start.d.ts +0 -2
  168. package/dist-npm/components/st-end/start.js +0 -32
  169. package/dist-npm/components/toggle/index.d.ts +0 -13
  170. package/dist-npm/components/toggle/index.js +0 -121
  171. package/dist-npm/components/visual/animate/animate.d.ts +0 -13
  172. package/dist-npm/components/visual/animate/animate.js +0 -55
  173. package/dist-npm/components/visual/ascii-art/ascii-art.d.ts +0 -6
  174. package/dist-npm/components/visual/ascii-art/ascii-art.js +0 -12
  175. package/dist-npm/testing/index.d.ts +0 -18
  176. package/dist-npm/testing/index.js +0 -64
  177. package/dist-npm/types/general.d.ts +0 -134
  178. package/dist-npm/types/index.d.ts +0 -2
  179. package/dist-npm/types/index.js +0 -2
  180. package/dist-npm/types/keypress.d.ts +0 -52
  181. package/dist-npm/types/keypress.js +0 -37
  182. package/dist-npm/types/readline.d.ts +0 -30
  183. package/dist-npm/types/readline.js +0 -0
  184. package/dist-npm/types/relinka.d.ts +0 -30
  185. package/dist-npm/types/relinka.js +0 -0
  186. package/dist-npm/types/utils.d.ts +0 -17
  187. package/dist-npm/types/utils.js +0 -0
  188. package/dist-npm/utils/colorize.d.ts +0 -2
  189. package/dist-npm/utils/colorize.js +0 -130
  190. package/dist-npm/utils/component.d.ts +0 -101
  191. package/dist-npm/utils/component.js +0 -630
  192. package/dist-npm/utils/core.d.ts +0 -2
  193. package/dist-npm/utils/core.js +0 -2
  194. package/dist-npm/utils/decoder.d.ts +0 -14
  195. package/dist-npm/utils/decoder.js +0 -281
  196. package/dist-npm/utils/errors.d.ts +0 -1
  197. package/dist-npm/utils/errors.js +0 -15
  198. package/dist-npm/utils/keypress.d.ts +0 -7
  199. package/dist-npm/utils/keypress.js +0 -327
  200. package/dist-npm/utils/mapping.d.ts +0 -4
  201. package/dist-npm/utils/mapping.js +0 -49
  202. package/dist-npm/utils/messages.d.ts +0 -17
  203. package/dist-npm/utils/messages.js +0 -213
  204. package/dist-npm/utils/platforms.d.ts +0 -1
  205. package/dist-npm/utils/platforms.js +0 -22
  206. package/dist-npm/utils/prompt-tmp.d.ts +0 -13
  207. package/dist-npm/utils/prompt-tmp.js +0 -254
  208. package/dist-npm/utils/prompt-two.d.ts +0 -13
  209. package/dist-npm/utils/prompt-two.js +0 -254
  210. package/dist-npm/utils/readline.d.ts +0 -2
  211. package/dist-npm/utils/readline.js +0 -9
  212. package/dist-npm/utils/skeleton.d.ts +0 -7
  213. package/dist-npm/utils/skeleton.js +0 -145
  214. package/dist-npm/utils/terminal.d.ts +0 -5
  215. package/dist-npm/utils/terminal.js +0 -33
  216. package/dist-npm/utils/types.d.ts +0 -0
  217. package/dist-npm/utils/types.js +0 -0
  218. package/dist-npm/utils/utils.d.ts +0 -3
  219. package/dist-npm/utils/utils.js +0 -9
  220. package/dist-npm/utils/variants.d.ts +0 -9
  221. package/dist-npm/utils/variants.js +0 -49
  222. /package/dist-npm/{utils/constants.js → components/levels/levels.js} +0 -0
  223. /package/dist-npm/components/{instance/reporter → reporters}/browser.js +0 -0
  224. /package/dist-npm/types/{general.js → mod.js} +0 -0
@@ -1,465 +0,0 @@
1
- export declare const mainSymbols: {
2
- tick: string;
3
- info: string;
4
- warning: string;
5
- cross: string;
6
- squareSmall: string;
7
- squareSmallFilled: string;
8
- circle: string;
9
- circleFilled: string;
10
- circleDotted: string;
11
- circleDouble: string;
12
- circleCircle: string;
13
- circleCross: string;
14
- circlePipe: string;
15
- radioOn: string;
16
- radioOff: string;
17
- checkboxOn: string;
18
- checkboxOff: string;
19
- checkboxCircleOn: string;
20
- checkboxCircleOff: string;
21
- pointer: string;
22
- triangleUpOutline: string;
23
- triangleLeft: string;
24
- triangleRight: string;
25
- lozenge: string;
26
- lozengeOutline: string;
27
- hamburger: string;
28
- smiley: string;
29
- mustache: string;
30
- star: string;
31
- play: string;
32
- nodejs: string;
33
- oneSeventh: string;
34
- oneNinth: string;
35
- oneTenth: string;
36
- circleQuestionMark: string;
37
- questionMarkPrefix: string;
38
- square: string;
39
- squareDarkShade: string;
40
- squareMediumShade: string;
41
- squareLightShade: string;
42
- squareTop: string;
43
- squareBottom: string;
44
- squareLeft: string;
45
- squareRight: string;
46
- squareCenter: string;
47
- bullet: string;
48
- dot: string;
49
- ellipsis: string;
50
- pointerSmall: string;
51
- triangleUp: string;
52
- triangleUpSmall: string;
53
- triangleDown: string;
54
- triangleDownSmall: string;
55
- triangleLeftSmall: string;
56
- triangleRightSmall: string;
57
- home: string;
58
- heart: string;
59
- musicNote: string;
60
- musicNoteBeamed: string;
61
- arrowUp: string;
62
- arrowDown: string;
63
- arrowLeft: string;
64
- arrowRight: string;
65
- arrowLeftRight: string;
66
- arrowUpDown: string;
67
- almostEqual: string;
68
- notEqual: string;
69
- lessOrEqual: string;
70
- greaterOrEqual: string;
71
- identical: string;
72
- infinity: string;
73
- subscriptZero: string;
74
- subscriptOne: string;
75
- subscriptTwo: string;
76
- subscriptThree: string;
77
- subscriptFour: string;
78
- subscriptFive: string;
79
- subscriptSix: string;
80
- subscriptSeven: string;
81
- subscriptEight: string;
82
- subscriptNine: string;
83
- oneHalf: string;
84
- oneThird: string;
85
- oneQuarter: string;
86
- oneFifth: string;
87
- oneSixth: string;
88
- oneEighth: string;
89
- twoThirds: string;
90
- twoFifths: string;
91
- threeQuarters: string;
92
- threeFifths: string;
93
- threeEighths: string;
94
- fourFifths: string;
95
- fiveSixths: string;
96
- fiveEighths: string;
97
- sevenEighths: string;
98
- line: string;
99
- lineBold: string;
100
- lineDouble: string;
101
- lineDashed0: string;
102
- lineDashed1: string;
103
- lineDashed2: string;
104
- lineDashed3: string;
105
- lineDashed4: string;
106
- lineDashed5: string;
107
- lineDashed6: string;
108
- lineDashed7: string;
109
- lineDashed8: string;
110
- lineDashed9: string;
111
- lineDashed10: string;
112
- lineDashed11: string;
113
- lineDashed12: string;
114
- lineDashed13: string;
115
- lineDashed14: string;
116
- lineDashed15: string;
117
- lineVertical: string;
118
- lineVerticalBold: string;
119
- lineVerticalDouble: string;
120
- lineVerticalDashed0: string;
121
- lineVerticalDashed1: string;
122
- lineVerticalDashed2: string;
123
- lineVerticalDashed3: string;
124
- lineVerticalDashed4: string;
125
- lineVerticalDashed5: string;
126
- lineVerticalDashed6: string;
127
- lineVerticalDashed7: string;
128
- lineVerticalDashed8: string;
129
- lineVerticalDashed9: string;
130
- lineVerticalDashed10: string;
131
- lineVerticalDashed11: string;
132
- lineDownLeft: string;
133
- lineDownLeftArc: string;
134
- lineDownBoldLeftBold: string;
135
- lineDownBoldLeft: string;
136
- lineDownLeftBold: string;
137
- lineDownDoubleLeftDouble: string;
138
- lineDownDoubleLeft: string;
139
- lineDownLeftDouble: string;
140
- lineDownRight: string;
141
- lineDownRightArc: string;
142
- lineDownBoldRightBold: string;
143
- lineDownBoldRight: string;
144
- lineDownRightBold: string;
145
- lineDownDoubleRightDouble: string;
146
- lineDownDoubleRight: string;
147
- lineDownRightDouble: string;
148
- lineUpLeft: string;
149
- lineUpLeftArc: string;
150
- lineUpBoldLeftBold: string;
151
- lineUpBoldLeft: string;
152
- lineUpLeftBold: string;
153
- lineUpDoubleLeftDouble: string;
154
- lineUpDoubleLeft: string;
155
- lineUpLeftDouble: string;
156
- lineUpRight: string;
157
- lineUpRightArc: string;
158
- lineUpBoldRightBold: string;
159
- lineUpBoldRight: string;
160
- lineUpRightBold: string;
161
- lineUpDoubleRightDouble: string;
162
- lineUpDoubleRight: string;
163
- lineUpRightDouble: string;
164
- lineUpDownLeft: string;
165
- lineUpBoldDownBoldLeftBold: string;
166
- lineUpBoldDownBoldLeft: string;
167
- lineUpDownLeftBold: string;
168
- lineUpBoldDownLeftBold: string;
169
- lineUpDownBoldLeftBold: string;
170
- lineUpDownBoldLeft: string;
171
- lineUpBoldDownLeft: string;
172
- lineUpDoubleDownDoubleLeftDouble: string;
173
- lineUpDoubleDownDoubleLeft: string;
174
- lineUpDownLeftDouble: string;
175
- lineUpDownRight: string;
176
- lineUpBoldDownBoldRightBold: string;
177
- lineUpBoldDownBoldRight: string;
178
- lineUpDownRightBold: string;
179
- lineUpBoldDownRightBold: string;
180
- lineUpDownBoldRightBold: string;
181
- lineUpDownBoldRight: string;
182
- lineUpBoldDownRight: string;
183
- lineUpDoubleDownDoubleRightDouble: string;
184
- lineUpDoubleDownDoubleRight: string;
185
- lineUpDownRightDouble: string;
186
- lineDownLeftRight: string;
187
- lineDownBoldLeftBoldRightBold: string;
188
- lineDownLeftBoldRightBold: string;
189
- lineDownBoldLeftRight: string;
190
- lineDownBoldLeftBoldRight: string;
191
- lineDownBoldLeftRightBold: string;
192
- lineDownLeftRightBold: string;
193
- lineDownLeftBoldRight: string;
194
- lineDownDoubleLeftDoubleRightDouble: string;
195
- lineDownDoubleLeftRight: string;
196
- lineDownLeftDoubleRightDouble: string;
197
- lineUpLeftRight: string;
198
- lineUpBoldLeftBoldRightBold: string;
199
- lineUpLeftBoldRightBold: string;
200
- lineUpBoldLeftRight: string;
201
- lineUpBoldLeftBoldRight: string;
202
- lineUpBoldLeftRightBold: string;
203
- lineUpLeftRightBold: string;
204
- lineUpLeftBoldRight: string;
205
- lineUpDoubleLeftDoubleRightDouble: string;
206
- lineUpDoubleLeftRight: string;
207
- lineUpLeftDoubleRightDouble: string;
208
- lineUpDownLeftRight: string;
209
- lineUpBoldDownBoldLeftBoldRightBold: string;
210
- lineUpDownBoldLeftBoldRightBold: string;
211
- lineUpBoldDownLeftBoldRightBold: string;
212
- lineUpBoldDownBoldLeftRightBold: string;
213
- lineUpBoldDownBoldLeftBoldRight: string;
214
- lineUpBoldDownLeftRight: string;
215
- lineUpDownBoldLeftRight: string;
216
- lineUpDownLeftBoldRight: string;
217
- lineUpDownLeftRightBold: string;
218
- lineUpBoldDownBoldLeftRight: string;
219
- lineUpDownLeftBoldRightBold: string;
220
- lineUpBoldDownLeftBoldRight: string;
221
- lineUpBoldDownLeftRightBold: string;
222
- lineUpDownBoldLeftBoldRight: string;
223
- lineUpDownBoldLeftRightBold: string;
224
- lineUpDoubleDownDoubleLeftDoubleRightDouble: string;
225
- lineUpDoubleDownDoubleLeftRight: string;
226
- lineUpDownLeftDoubleRightDouble: string;
227
- lineCross: string;
228
- lineBackslash: string;
229
- lineSlash: string;
230
- };
231
- export declare const fallbackSymbols: Record<string, string>;
232
- declare const figures: {
233
- tick: string;
234
- info: string;
235
- warning: string;
236
- cross: string;
237
- squareSmall: string;
238
- squareSmallFilled: string;
239
- circle: string;
240
- circleFilled: string;
241
- circleDotted: string;
242
- circleDouble: string;
243
- circleCircle: string;
244
- circleCross: string;
245
- circlePipe: string;
246
- radioOn: string;
247
- radioOff: string;
248
- checkboxOn: string;
249
- checkboxOff: string;
250
- checkboxCircleOn: string;
251
- checkboxCircleOff: string;
252
- pointer: string;
253
- triangleUpOutline: string;
254
- triangleLeft: string;
255
- triangleRight: string;
256
- lozenge: string;
257
- lozengeOutline: string;
258
- hamburger: string;
259
- smiley: string;
260
- mustache: string;
261
- star: string;
262
- play: string;
263
- nodejs: string;
264
- oneSeventh: string;
265
- oneNinth: string;
266
- oneTenth: string;
267
- circleQuestionMark: string;
268
- questionMarkPrefix: string;
269
- square: string;
270
- squareDarkShade: string;
271
- squareMediumShade: string;
272
- squareLightShade: string;
273
- squareTop: string;
274
- squareBottom: string;
275
- squareLeft: string;
276
- squareRight: string;
277
- squareCenter: string;
278
- bullet: string;
279
- dot: string;
280
- ellipsis: string;
281
- pointerSmall: string;
282
- triangleUp: string;
283
- triangleUpSmall: string;
284
- triangleDown: string;
285
- triangleDownSmall: string;
286
- triangleLeftSmall: string;
287
- triangleRightSmall: string;
288
- home: string;
289
- heart: string;
290
- musicNote: string;
291
- musicNoteBeamed: string;
292
- arrowUp: string;
293
- arrowDown: string;
294
- arrowLeft: string;
295
- arrowRight: string;
296
- arrowLeftRight: string;
297
- arrowUpDown: string;
298
- almostEqual: string;
299
- notEqual: string;
300
- lessOrEqual: string;
301
- greaterOrEqual: string;
302
- identical: string;
303
- infinity: string;
304
- subscriptZero: string;
305
- subscriptOne: string;
306
- subscriptTwo: string;
307
- subscriptThree: string;
308
- subscriptFour: string;
309
- subscriptFive: string;
310
- subscriptSix: string;
311
- subscriptSeven: string;
312
- subscriptEight: string;
313
- subscriptNine: string;
314
- oneHalf: string;
315
- oneThird: string;
316
- oneQuarter: string;
317
- oneFifth: string;
318
- oneSixth: string;
319
- oneEighth: string;
320
- twoThirds: string;
321
- twoFifths: string;
322
- threeQuarters: string;
323
- threeFifths: string;
324
- threeEighths: string;
325
- fourFifths: string;
326
- fiveSixths: string;
327
- fiveEighths: string;
328
- sevenEighths: string;
329
- line: string;
330
- lineBold: string;
331
- lineDouble: string;
332
- lineDashed0: string;
333
- lineDashed1: string;
334
- lineDashed2: string;
335
- lineDashed3: string;
336
- lineDashed4: string;
337
- lineDashed5: string;
338
- lineDashed6: string;
339
- lineDashed7: string;
340
- lineDashed8: string;
341
- lineDashed9: string;
342
- lineDashed10: string;
343
- lineDashed11: string;
344
- lineDashed12: string;
345
- lineDashed13: string;
346
- lineDashed14: string;
347
- lineDashed15: string;
348
- lineVertical: string;
349
- lineVerticalBold: string;
350
- lineVerticalDouble: string;
351
- lineVerticalDashed0: string;
352
- lineVerticalDashed1: string;
353
- lineVerticalDashed2: string;
354
- lineVerticalDashed3: string;
355
- lineVerticalDashed4: string;
356
- lineVerticalDashed5: string;
357
- lineVerticalDashed6: string;
358
- lineVerticalDashed7: string;
359
- lineVerticalDashed8: string;
360
- lineVerticalDashed9: string;
361
- lineVerticalDashed10: string;
362
- lineVerticalDashed11: string;
363
- lineDownLeft: string;
364
- lineDownLeftArc: string;
365
- lineDownBoldLeftBold: string;
366
- lineDownBoldLeft: string;
367
- lineDownLeftBold: string;
368
- lineDownDoubleLeftDouble: string;
369
- lineDownDoubleLeft: string;
370
- lineDownLeftDouble: string;
371
- lineDownRight: string;
372
- lineDownRightArc: string;
373
- lineDownBoldRightBold: string;
374
- lineDownBoldRight: string;
375
- lineDownRightBold: string;
376
- lineDownDoubleRightDouble: string;
377
- lineDownDoubleRight: string;
378
- lineDownRightDouble: string;
379
- lineUpLeft: string;
380
- lineUpLeftArc: string;
381
- lineUpBoldLeftBold: string;
382
- lineUpBoldLeft: string;
383
- lineUpLeftBold: string;
384
- lineUpDoubleLeftDouble: string;
385
- lineUpDoubleLeft: string;
386
- lineUpLeftDouble: string;
387
- lineUpRight: string;
388
- lineUpRightArc: string;
389
- lineUpBoldRightBold: string;
390
- lineUpBoldRight: string;
391
- lineUpRightBold: string;
392
- lineUpDoubleRightDouble: string;
393
- lineUpDoubleRight: string;
394
- lineUpRightDouble: string;
395
- lineUpDownLeft: string;
396
- lineUpBoldDownBoldLeftBold: string;
397
- lineUpBoldDownBoldLeft: string;
398
- lineUpDownLeftBold: string;
399
- lineUpBoldDownLeftBold: string;
400
- lineUpDownBoldLeftBold: string;
401
- lineUpDownBoldLeft: string;
402
- lineUpBoldDownLeft: string;
403
- lineUpDoubleDownDoubleLeftDouble: string;
404
- lineUpDoubleDownDoubleLeft: string;
405
- lineUpDownLeftDouble: string;
406
- lineUpDownRight: string;
407
- lineUpBoldDownBoldRightBold: string;
408
- lineUpBoldDownBoldRight: string;
409
- lineUpDownRightBold: string;
410
- lineUpBoldDownRightBold: string;
411
- lineUpDownBoldRightBold: string;
412
- lineUpDownBoldRight: string;
413
- lineUpBoldDownRight: string;
414
- lineUpDoubleDownDoubleRightDouble: string;
415
- lineUpDoubleDownDoubleRight: string;
416
- lineUpDownRightDouble: string;
417
- lineDownLeftRight: string;
418
- lineDownBoldLeftBoldRightBold: string;
419
- lineDownLeftBoldRightBold: string;
420
- lineDownBoldLeftRight: string;
421
- lineDownBoldLeftBoldRight: string;
422
- lineDownBoldLeftRightBold: string;
423
- lineDownLeftRightBold: string;
424
- lineDownLeftBoldRight: string;
425
- lineDownDoubleLeftDoubleRightDouble: string;
426
- lineDownDoubleLeftRight: string;
427
- lineDownLeftDoubleRightDouble: string;
428
- lineUpLeftRight: string;
429
- lineUpBoldLeftBoldRightBold: string;
430
- lineUpLeftBoldRightBold: string;
431
- lineUpBoldLeftRight: string;
432
- lineUpBoldLeftBoldRight: string;
433
- lineUpBoldLeftRightBold: string;
434
- lineUpLeftRightBold: string;
435
- lineUpLeftBoldRight: string;
436
- lineUpDoubleLeftDoubleRightDouble: string;
437
- lineUpDoubleLeftRight: string;
438
- lineUpLeftDoubleRightDouble: string;
439
- lineUpDownLeftRight: string;
440
- lineUpBoldDownBoldLeftBoldRightBold: string;
441
- lineUpDownBoldLeftBoldRightBold: string;
442
- lineUpBoldDownLeftBoldRightBold: string;
443
- lineUpBoldDownBoldLeftRightBold: string;
444
- lineUpBoldDownBoldLeftBoldRight: string;
445
- lineUpBoldDownLeftRight: string;
446
- lineUpDownBoldLeftRight: string;
447
- lineUpDownLeftBoldRight: string;
448
- lineUpDownLeftRightBold: string;
449
- lineUpBoldDownBoldLeftRight: string;
450
- lineUpDownLeftBoldRightBold: string;
451
- lineUpBoldDownLeftBoldRight: string;
452
- lineUpBoldDownLeftRightBold: string;
453
- lineUpDownBoldLeftBoldRight: string;
454
- lineUpDownBoldLeftRightBold: string;
455
- lineUpDoubleDownDoubleLeftDoubleRightDouble: string;
456
- lineUpDoubleDownDoubleLeftRight: string;
457
- lineUpDownLeftDoubleRightDouble: string;
458
- lineCross: string;
459
- lineBackslash: string;
460
- lineSlash: string;
461
- } | Record<string, string>;
462
- export default figures;
463
- export declare const replaceSymbols: (string: string, { useFallback }?: {
464
- useFallback?: boolean | undefined;
465
- }) => string;