jp-composter 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/dist/index.d.mts +997 -0
  2. package/dist/index.d.ts +997 -0
  3. package/dist/index.js +36837 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +36778 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +66 -0
  8. package/src/SliceUI/IconMoon.tsx +33 -0
  9. package/src/SliceUI/assets/Anatomy diagram copy.svg +19 -0
  10. package/src/SliceUI/assets/Anatomy diagram.svg +19 -0
  11. package/src/SliceUI/assets/Anatomycheck.svg +15 -0
  12. package/src/SliceUI/assets/Anatomyinput.svg +32 -0
  13. package/src/SliceUI/assets/Checkbox.jpg +0 -0
  14. package/src/SliceUI/assets/Diagram copy.svg +15 -0
  15. package/src/SliceUI/assets/Diagram.jpg +0 -0
  16. package/src/SliceUI/assets/Diagram.svg +15 -0
  17. package/src/SliceUI/assets/Frame 5 copy.png +0 -0
  18. package/src/SliceUI/assets/Frame 5.png +0 -0
  19. package/src/SliceUI/assets/Frame 65.png +0 -0
  20. package/src/SliceUI/assets/Frame_65.png +0 -0
  21. package/src/SliceUI/assets/Icon copy.svg +3 -0
  22. package/src/SliceUI/assets/Icon.svg +3 -0
  23. package/src/SliceUI/assets/Icon_Bridging copy.svg +39 -0
  24. package/src/SliceUI/assets/Icon_Bridging.svg +39 -0
  25. package/src/SliceUI/assets/Icon_Consistent copy.svg +39 -0
  26. package/src/SliceUI/assets/Icon_Consistent.svg +39 -0
  27. package/src/SliceUI/assets/Icon_Plug copy.svg +38 -0
  28. package/src/SliceUI/assets/Icon_Plug.svg +38 -0
  29. package/src/SliceUI/assets/Icon_Reusable copy.svg +39 -0
  30. package/src/SliceUI/assets/Icon_Reusable.svg +39 -0
  31. package/src/SliceUI/assets/Layer_1.png +0 -0
  32. package/src/SliceUI/assets/accessibility.png +0 -0
  33. package/src/SliceUI/assets/accessibility.svg +1 -0
  34. package/src/SliceUI/assets/addon-library.png +0 -0
  35. package/src/SliceUI/assets/assets.png +0 -0
  36. package/src/SliceUI/assets/avif-test-image.avif +0 -0
  37. package/src/SliceUI/assets/bridging.svg +13 -0
  38. package/src/SliceUI/assets/consistent.svg +11 -0
  39. package/src/SliceUI/assets/context.png +0 -0
  40. package/src/SliceUI/assets/discord.svg +1 -0
  41. package/src/SliceUI/assets/docs.png +0 -0
  42. package/src/SliceUI/assets/figma-plugin.png +0 -0
  43. package/src/SliceUI/assets/github.svg +1 -0
  44. package/src/SliceUI/assets/resources/Anatomy diagram.svg +19 -0
  45. package/src/SliceUI/assets/resources/Anatomycheck.svg +15 -0
  46. package/src/SliceUI/assets/resources/Anatomyinput.svg +32 -0
  47. package/src/SliceUI/assets/resources/Diagram.svg +15 -0
  48. package/src/SliceUI/assets/resources/Frame 5.png +0 -0
  49. package/src/SliceUI/assets/resources/Frame 65.png +0 -0
  50. package/src/SliceUI/assets/resources/Icon.svg +3 -0
  51. package/src/SliceUI/assets/resources/Icon_Bridging.svg +39 -0
  52. package/src/SliceUI/assets/resources/Icon_Consistent.svg +39 -0
  53. package/src/SliceUI/assets/resources/Icon_Plug.svg +38 -0
  54. package/src/SliceUI/assets/resources/Icon_Reusable.svg +39 -0
  55. package/src/SliceUI/assets/resources/fonts/FontIcon.json +150 -0
  56. package/src/SliceUI/assets/resources/fonts/Lato-Black.ttf +0 -0
  57. package/src/SliceUI/assets/resources/fonts/Lato-Bold.ttf +0 -0
  58. package/src/SliceUI/assets/resources/fonts/Lato-Heavy.ttf +0 -0
  59. package/src/SliceUI/assets/resources/fonts/Lato-Medium.ttf +0 -0
  60. package/src/SliceUI/assets/resources/fonts/Lato-Regular.ttf +0 -0
  61. package/src/SliceUI/assets/resources/fonts/Lato.woff2 +0 -0
  62. package/src/SliceUI/assets/resources/fonts/icomoon.eot +0 -0
  63. package/src/SliceUI/assets/resources/fonts/icomoon.svg +601 -0
  64. package/src/SliceUI/assets/resources/fonts/icomoon.ttf +0 -0
  65. package/src/SliceUI/assets/resources/fonts/icomoon.woff +0 -0
  66. package/src/SliceUI/assets/resources/fonts/selection.json +1 -0
  67. package/src/SliceUI/assets/share.png +0 -0
  68. package/src/SliceUI/assets/styling.png +0 -0
  69. package/src/SliceUI/assets/testing.png +0 -0
  70. package/src/SliceUI/assets/theming.png +0 -0
  71. package/src/SliceUI/assets/tutorials.svg +1 -0
  72. package/src/SliceUI/assets/youtube.svg +1 -0
  73. package/src/SliceUI/automation/helper.ts +29 -0
  74. package/src/SliceUI/avatar/Avatar.tsx +237 -0
  75. package/src/SliceUI/avatar/Token.ts +116 -0
  76. package/src/SliceUI/avatar/Type.ts +36 -0
  77. package/src/SliceUI/avatar/helper.ts +53 -0
  78. package/src/SliceUI/badge/Badge.tsx +308 -0
  79. package/src/SliceUI/badge/Token.ts +202 -0
  80. package/src/SliceUI/badge/Type.ts +46 -0
  81. package/src/SliceUI/badge/helper.ts +39 -0
  82. package/src/SliceUI/button/Button.tsx +243 -0
  83. package/src/SliceUI/button/Token.ts +138 -0
  84. package/src/SliceUI/button/Type.ts +34 -0
  85. package/src/SliceUI/button/helper.ts +125 -0
  86. package/src/SliceUI/checkbox/Checkbox.tsx +176 -0
  87. package/src/SliceUI/checkbox/Token.ts +128 -0
  88. package/src/SliceUI/checkbox/Type.ts +35 -0
  89. package/src/SliceUI/chip/Chip.tsx +290 -0
  90. package/src/SliceUI/chip/Token.ts +151 -0
  91. package/src/SliceUI/chip/Type.ts +43 -0
  92. package/src/SliceUI/chip/helper.ts +40 -0
  93. package/src/SliceUI/colors/Pallete.ts +151 -0
  94. package/src/SliceUI/colors/Token.ts +110 -0
  95. package/src/SliceUI/colors/Type.ts +56 -0
  96. package/src/SliceUI/contextProvider/context.tsx +108 -0
  97. package/src/SliceUI/divider/Divider.tsx +109 -0
  98. package/src/SliceUI/divider/Token.ts +18 -0
  99. package/src/SliceUI/divider/Type.ts +26 -0
  100. package/src/SliceUI/icon/CustomIcon.ts +4 -0
  101. package/src/SliceUI/icon/IcoMoonIcon.tsx +11 -0
  102. package/src/SliceUI/icon/Icon.tsx +38 -0
  103. package/src/SliceUI/icon/Token.ts +14 -0
  104. package/src/SliceUI/icon/Type.ts +13 -0
  105. package/src/SliceUI/icon/selection.json +1 -0
  106. package/src/SliceUI/input/Input.tsx +573 -0
  107. package/src/SliceUI/input/ToDo.md +99 -0
  108. package/src/SliceUI/input/Token.ts +372 -0
  109. package/src/SliceUI/input/Type.ts +109 -0
  110. package/src/SliceUI/input/components/InputPortal.tsx +211 -0
  111. package/src/SliceUI/input/components/NativeBottomSheet.tsx +296 -0
  112. package/src/SliceUI/input/components/SelectChip.tsx +185 -0
  113. package/src/SliceUI/input/components/SelectList.tsx +173 -0
  114. package/src/SliceUI/input/components/SelectListItem.tsx +377 -0
  115. package/src/SliceUI/input/components/SelectScrollbarStyle.ts +44 -0
  116. package/src/SliceUI/input/hooks/useCustomScrollbar.ts +17 -0
  117. package/src/SliceUI/input/hooks/useInputState.ts +41 -0
  118. package/src/SliceUI/input/hooks/useLabelAnimation.ts +132 -0
  119. package/src/SliceUI/input/hooks/useOutsideClick.ts +38 -0
  120. package/src/SliceUI/input/hooks/useSelectLogic.ts +338 -0
  121. package/src/SliceUI/input/utils/inputUtils.ts +120 -0
  122. package/src/SliceUI/input/utils/selectUtils.ts +85 -0
  123. package/src/SliceUI/input/utils/styleUtils.ts +50 -0
  124. package/src/SliceUI/input/variants/CurrencyInput/CurrencyInput.tsx +16 -0
  125. package/src/SliceUI/input/variants/CurrencyInput/NativeCurrencyInput.tsx +181 -0
  126. package/src/SliceUI/input/variants/CurrencyInput/WebCurrencyInput.tsx +163 -0
  127. package/src/SliceUI/input/variants/CurrencyInput/types.ts +17 -0
  128. package/src/SliceUI/input/variants/PhoneInput/NativePhoneInput.tsx +189 -0
  129. package/src/SliceUI/input/variants/PhoneInput/PhoneInput.tsx +16 -0
  130. package/src/SliceUI/input/variants/PhoneInput/WebPhoneInput.tsx +291 -0
  131. package/src/SliceUI/input/variants/PhoneInput/types.ts +22 -0
  132. package/src/SliceUI/input/variants/SelectInput/SelectInput.tsx +407 -0
  133. package/src/SliceUI/input/variants/SelectInput/types.ts +34 -0
  134. package/src/SliceUI/input/variants/TextInput.tsx +68 -0
  135. package/src/SliceUI/layout/Box.tsx +38 -0
  136. package/src/SliceUI/layout/Center.tsx +38 -0
  137. package/src/SliceUI/layout/Divider.tsx +37 -0
  138. package/src/SliceUI/layout/Grid.tsx +75 -0
  139. package/src/SliceUI/layout/PageContainer.tsx +60 -0
  140. package/src/SliceUI/layout/ScrollContainer.tsx +72 -0
  141. package/src/SliceUI/layout/Spacer.tsx +54 -0
  142. package/src/SliceUI/layout/Stack.tsx +97 -0
  143. package/src/SliceUI/layout/StickyHeader.tsx +71 -0
  144. package/src/SliceUI/radio/RadioButton.tsx +130 -0
  145. package/src/SliceUI/radio/Token.ts +197 -0
  146. package/src/SliceUI/radio/Type.ts +35 -0
  147. package/src/SliceUI/react-native.config.js +3 -0
  148. package/src/SliceUI/responsive/Type.ts +7 -0
  149. package/src/SliceUI/responsive/helper.ts +53 -0
  150. package/src/SliceUI/switch/Switch.tsx +119 -0
  151. package/src/SliceUI/switch/Token.ts +205 -0
  152. package/src/SliceUI/switch/Type.ts +26 -0
  153. package/src/SliceUI/tab/TabItem.tsx +204 -0
  154. package/src/SliceUI/tab/Tabs.tsx +110 -0
  155. package/src/SliceUI/tab/Token.ts +282 -0
  156. package/src/SliceUI/tab/Type.ts +66 -0
  157. package/src/SliceUI/tab/helper.ts +53 -0
  158. package/src/SliceUI/table/Table.tsx +388 -0
  159. package/src/SliceUI/table/TableCell.tsx +158 -0
  160. package/src/SliceUI/table/TableFooter.tsx +353 -0
  161. package/src/SliceUI/table/TableHeader.tsx +247 -0
  162. package/src/SliceUI/table/TableRow.tsx +218 -0
  163. package/src/SliceUI/table/Token.ts +252 -0
  164. package/src/SliceUI/table/Type.ts +213 -0
  165. package/src/SliceUI/table/helper.ts +376 -0
  166. package/src/SliceUI/table/index.ts +53 -0
  167. package/src/SliceUI/theme/dummyColors.tsx +7 -0
  168. package/src/SliceUI/theme/theme.ts +107 -0
  169. package/src/SliceUI/typography/BaseTypographyToken.ts +62 -0
  170. package/src/SliceUI/typography/FoundationToken.ts +48 -0
  171. package/src/SliceUI/typography/Token.ts +228 -0
  172. package/src/SliceUI/typography/Type.ts +20 -0
  173. package/src/SliceUI/typography/Typography.tsx +99 -0
  174. package/src/SliceUI/values/BorderRadius.ts +17 -0
  175. package/src/SliceUI/values/BorderWidth.ts +7 -0
  176. package/src/SliceUI/values/Dimension.ts +35 -0
  177. package/src/SliceUI/values/IconSizes.ts +13 -0
  178. package/src/SliceUI/values/Spacing.ts +22 -0
  179. package/src/declarations.d.ts +8 -0
  180. package/src/index.tsx +119 -0
  181. package/src/stories/Colors.mdx +1418 -0
  182. package/src/stories/Dimensions.mdx +60 -0
  183. package/src/stories/GetStarted.mdx +90 -0
  184. package/src/stories/Introduction.mdx +136 -0
  185. package/src/stories/Shape.mdx +126 -0
  186. package/src/stories/Spacing.mdx +104 -0
  187. package/src/stories/Typography.mdx +454 -0
  188. package/src/stories/Utils.mdx +277 -0
  189. package/src/stories/story-components/AddIcon.js +13 -0
  190. package/src/stories/story-components/RectangleWithBox.jsx +51 -0
  191. package/src/stories/story-components/RoundedRectangle.jsx +18 -0
  192. package/src/stories/story-components/RoundedWithWhiteInside.jsx +33 -0
  193. package/src/stories/story-components/WhiteRoundedRectangle.jsx +107 -0
  194. package/src/stories/story-components/svgPaths.js +126 -0
@@ -0,0 +1,39 @@
1
+ <svg width="102" height="102" viewBox="0 0 102 102" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_263_2515)">
3
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="#E27AE2"/>
4
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint0_linear_263_2515)" fill-opacity="0.8"/>
5
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint1_linear_263_2515)" fill-opacity="0.8"/>
6
+ <rect x="15.7843" y="5.78431" width="70.4314" height="70.4314" rx="35.2157" stroke="url(#paint2_linear_263_2515)" stroke-width="1.56863"/>
7
+ <path d="M33.3072 30.464H37.0608C37.8912 30.464 38.568 29.792 38.568 28.9568V26.9072C38.568 26.0768 37.896 25.4 37.0608 25.4H33.3072C32.4768 25.4 31.8 26.072 31.8 26.9072V28.9568C31.8 29.7872 32.472 30.464 33.3072 30.464ZM43.8528 30.464H47.6064C48.4368 30.464 49.1136 29.792 49.1136 28.9568V26.9072C49.1136 26.0768 48.4416 25.4 47.6064 25.4H43.8528C43.0224 25.4 42.3456 26.072 42.3456 26.9072V28.9568C42.3456 29.7872 43.0176 30.464 43.8528 30.464ZM54.3936 30.464H58.1472C58.9776 30.464 59.6544 29.792 59.6544 28.9568V26.9072C59.6544 26.0768 58.9824 25.4 58.1472 25.4H54.3936C53.5632 25.4 52.8864 26.072 52.8864 26.9072V28.9568C52.8864 29.7872 53.5584 30.464 54.3936 30.464ZM68.6928 25.4048H64.9392C64.1088 25.4048 63.432 26.0768 63.432 26.912V28.9616C63.432 29.792 64.104 30.4688 64.9392 30.4688H68.6928C69.5232 30.4688 70.2 29.7968 70.2 28.9616V26.912C70.2 26.0816 69.528 25.4048 68.6928 25.4048ZM33.3072 39.176H40.6032C41.4336 39.176 42.1104 38.504 42.1104 37.6688V35.6192C42.1104 34.7888 41.4384 34.112 40.6032 34.112H33.3072C32.4768 34.112 31.8 34.784 31.8 35.6192V37.6688C31.8 38.4992 32.472 39.176 33.3072 39.176ZM47.352 34.112C46.5216 34.112 45.8448 34.784 45.8448 35.6192V37.6688C45.8448 38.4992 46.5168 39.176 47.352 39.176H54.648C55.4784 39.176 56.1552 38.504 56.1552 37.6688V35.6192C56.1552 34.7888 55.4832 34.112 54.648 34.112H47.352ZM68.6928 34.112H61.3969C60.5665 34.112 59.8896 34.784 59.8896 35.6192V37.6688C59.8896 38.4992 60.5616 39.176 61.3969 39.176H68.6928C69.5232 39.176 70.2 38.504 70.2 37.6688V35.6192C70.2 34.7888 69.528 34.112 68.6928 34.112ZM33.3072 47.888H47.5344C48.3648 47.888 49.0416 47.216 49.0416 46.3808V44.3312C49.0416 43.5008 48.3696 42.824 47.5344 42.824H33.3072C32.4768 42.824 31.8 43.496 31.8 44.3312V46.3808C31.8 47.2112 32.472 47.888 33.3072 47.888ZM68.6928 42.824H54.4656C53.6352 42.824 52.9584 43.496 52.9584 44.3312V46.3808C52.9584 47.2112 53.6304 47.888 54.4656 47.888H68.6928C69.5232 47.888 70.2 47.216 70.2 46.3808V44.3312C70.2 43.5008 69.528 42.824 68.6928 42.824ZM68.6928 51.536H33.3072C32.4768 51.536 31.8 52.208 31.8 53.0432V55.0928C31.8 55.9232 32.472 56.6 33.3072 56.6H68.6977C69.528 56.6 70.2048 55.928 70.2048 55.0928V53.0432C70.2048 52.2128 69.5328 51.536 68.6977 51.536H68.6928Z" fill="url(#paint3_linear_263_2515)"/>
8
+ </g>
9
+ <defs>
10
+ <filter id="filter0_d_263_2515" x="0" y="0" width="102" height="102" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
11
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
12
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
+ <feOffset dy="10"/>
14
+ <feGaussianBlur stdDeviation="7.5"/>
15
+ <feComposite in2="hardAlpha" operator="out"/>
16
+ <feColorMatrix type="matrix" values="0 0 0 0 0.803072 0 0 0 0 0.411928 0 0 0 0 0.803072 0 0 0 0.2 0"/>
17
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_263_2515"/>
18
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_263_2515" result="shape"/>
19
+ </filter>
20
+ <linearGradient id="paint0_linear_263_2515" x1="51" y1="54.5882" x2="51" y2="77" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
22
+ <stop offset="1" stop-color="#EEE3FF"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint1_linear_263_2515" x1="51" y1="31.1176" x2="51" y2="5" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
26
+ <stop offset="1" stop-color="#EEE3FF"/>
27
+ </linearGradient>
28
+ <linearGradient id="paint2_linear_263_2515" x1="51" y1="5" x2="51" y2="77" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#FF91FF"/>
30
+ <stop offset="0.5" stop-color="#FF91FF" stop-opacity="0"/>
31
+ <stop offset="1" stop-color="#FF91FF"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint3_linear_263_2515" x1="50.7591" y1="25.5621" x2="50.7591" y2="56.5083" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="white"/>
35
+ <stop offset="0.698292" stop-color="white" stop-opacity="0.6"/>
36
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
37
+ </linearGradient>
38
+ </defs>
39
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg width="102" height="102" viewBox="0 0 102 102" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_263_2499)">
3
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="#E27AE2"/>
4
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint0_linear_263_2499)" fill-opacity="0.8"/>
5
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint1_linear_263_2499)" fill-opacity="0.8"/>
6
+ <rect x="15.7843" y="5.78431" width="70.4314" height="70.4314" rx="35.2157" stroke="url(#paint2_linear_263_2499)" stroke-width="1.56863"/>
7
+ <path d="M52.7365 43.2848C52.3429 43.2656 52.0501 43.4576 51.7861 43.7264C50.9701 44.552 50.1493 45.3728 49.3573 46.1648C48.1765 44.984 47.0149 43.8224 45.8293 42.6369C46.6309 41.8352 47.4613 41.0096 48.2869 40.1793C48.8197 39.6416 48.8533 38.9504 48.3733 38.4848C47.8981 38.024 47.2405 38.0528 46.7077 38.5808C46.0117 39.2672 45.3253 39.9536 44.6389 40.6497C44.4949 40.7985 44.3653 40.9664 44.1925 41.1728C43.5493 40.5105 42.9877 39.9056 42.3973 39.3344C41.9605 38.9072 41.3029 38.9216 40.8709 39.3153C40.4437 39.7089 40.3861 40.3136 40.7365 40.808C40.7797 40.8656 40.8229 40.9233 40.8757 40.9904C40.7797 41.0912 40.6933 41.1824 40.6069 41.2736C39.5845 42.3008 38.5525 43.3184 37.5349 44.3504C35.7301 46.1792 35.0293 48.3584 35.4805 50.8929C35.6629 51.9153 36.0853 52.8417 36.7333 53.7585C36.6181 53.84 36.4933 53.9072 36.3973 54.0033C35.0965 55.2992 33.7957 56.5952 32.5045 57.9008C32.2453 58.16 32.0389 58.472 31.8037 58.7601V59.3601C32.4181 60.3825 33.1093 60.4689 33.9589 59.6241C34.8325 58.7505 35.7109 57.8769 36.5845 57.0033C37.1509 56.4368 37.7125 55.8704 38.2837 55.2993C39.4405 56.1249 40.7077 56.5856 42.0997 56.648C44.2645 56.744 46.1077 56.0001 47.6389 54.4641C48.6613 53.4369 49.6885 52.4144 50.7109 51.3872C50.8069 51.296 50.9029 51.2048 50.9989 51.1136C51.4453 51.5024 51.9061 51.608 52.4101 51.3296C52.8133 51.1088 53.0533 50.6576 52.9429 50.1873C52.8805 49.9233 52.7173 49.6593 52.5301 49.4577C52.0021 48.8961 51.4453 48.3633 50.8645 47.7921C51.2629 47.4081 51.6277 47.0625 51.9781 46.7121C52.4917 46.2033 53.0101 45.6944 53.5093 45.1712C53.8405 44.8256 53.9221 44.4032 53.7301 43.9569C53.5477 43.5296 53.2021 43.2992 52.7365 43.2753V43.2848ZM69.4789 21.8816C69.4357 21.8624 69.4021 21.8288 69.3637 21.8H68.7637C68.4757 22.0304 68.1685 22.2416 67.9045 22.5008C66.8773 23.5088 65.8693 24.5264 64.8517 25.544C64.4725 25.9232 64.1029 26.312 63.7237 26.7008C62.5429 25.8608 61.2613 25.3952 59.8549 25.3424C57.7045 25.2608 55.8709 26.0048 54.3541 27.5264C53.3317 28.5536 52.3045 29.576 51.2821 30.6032C51.1909 30.6944 51.0901 30.7856 50.9941 30.872C50.5429 30.4784 50.0821 30.3728 49.5829 30.6608C49.1653 30.9008 48.9445 31.2944 49.0549 31.7648C49.1221 32.0576 49.3093 32.3648 49.5253 32.5808C52.8085 35.888 56.1061 39.1808 59.4037 42.4736C59.4901 42.56 59.5813 42.6512 59.6773 42.728C60.3205 43.2224 61.2229 42.92 61.4437 42.1376C61.5685 41.696 61.4005 41.3361 61.1221 40.9953C61.2181 40.8945 61.2997 40.8032 61.3861 40.7169C62.4181 39.6848 63.4597 38.6576 64.4869 37.616C66.1525 35.9312 66.8725 33.9056 66.5893 31.544C66.4453 30.3584 65.9989 29.2832 65.2981 28.2848C65.9941 27.5888 66.6853 26.9024 67.3765 26.216C68.1877 25.4048 69.0085 24.5984 69.8101 23.7728C70.4341 23.1296 70.2805 22.2944 69.4789 21.8864V21.8816Z" fill="url(#paint3_linear_263_2499)"/>
8
+ </g>
9
+ <defs>
10
+ <filter id="filter0_d_263_2499" x="0" y="0" width="102" height="102" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
11
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
12
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
+ <feOffset dy="10"/>
14
+ <feGaussianBlur stdDeviation="7.5"/>
15
+ <feComposite in2="hardAlpha" operator="out"/>
16
+ <feColorMatrix type="matrix" values="0 0 0 0 0.803072 0 0 0 0 0.411928 0 0 0 0 0.803072 0 0 0 0.2 0"/>
17
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_263_2499"/>
18
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_263_2499" result="shape"/>
19
+ </filter>
20
+ <linearGradient id="paint0_linear_263_2499" x1="51" y1="54.5882" x2="51" y2="77" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
22
+ <stop offset="1" stop-color="#EEE3FF"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint1_linear_263_2499" x1="51" y1="31.1176" x2="51" y2="5" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
26
+ <stop offset="1" stop-color="#EEE3FF"/>
27
+ </linearGradient>
28
+ <linearGradient id="paint2_linear_263_2499" x1="51" y1="5" x2="51" y2="77" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#FF91FF"/>
30
+ <stop offset="0.5" stop-color="#FF91FF" stop-opacity="0"/>
31
+ <stop offset="1" stop-color="#FF91FF"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint3_linear_263_2499" x1="50.7558" y1="40.9999" x2="50.7558" y2="60.0856" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="white"/>
35
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
36
+ </linearGradient>
37
+ </defs>
38
+ </svg>
@@ -0,0 +1,39 @@
1
+ <svg width="102" height="102" viewBox="0 0 102 102" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_263_2523)">
3
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="#E27AE2"/>
4
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint0_linear_263_2523)" fill-opacity="0.8"/>
5
+ <rect x="15" y="5" width="72" height="72" rx="36" fill="url(#paint1_linear_263_2523)" fill-opacity="0.8"/>
6
+ <rect x="15.7843" y="5.78431" width="70.4314" height="70.4314" rx="35.2157" stroke="url(#paint2_linear_263_2523)" stroke-width="1.56863"/>
7
+ <path d="M38.112 33.656C38.7456 33.6704 39.2496 33.2096 39.2688 32.5328C39.312 31.0832 39.3408 29.6336 39.3456 28.184C39.3456 27.44 38.6928 26.9456 37.968 27.0848C36.5952 27.3488 35.2224 27.6128 33.8496 27.8768C33.144 28.0112 32.736 28.568 32.8512 29.2208C32.9664 29.8544 33.5808 30.2288 34.2768 30.0944C34.5936 30.032 34.9152 29.9744 35.2992 29.9072C35.208 30.0464 35.1648 30.1184 35.1168 30.1904C33.5616 32.4992 32.5344 35.024 32.0784 37.7792C31.9632 38.48 31.8864 39.1856 31.7952 39.8864V42.2096C31.8192 42.32 31.8432 42.4256 31.8624 42.536C32.0448 43.6304 32.1648 44.7392 32.4144 45.8192C32.8128 47.5568 33.5184 49.184 34.4208 50.72C34.7232 51.2336 35.28 51.4256 35.808 51.224C36.3024 51.0368 36.6144 50.5232 36.5088 49.9952C36.4608 49.7696 36.3408 49.5536 36.2304 49.3472C33.2448 43.6784 33.3024 38.0336 36.3792 32.4224C36.5568 32.1008 36.768 31.7984 36.96 31.4912C37.0224 31.8416 37.0176 32.1632 37.0224 32.48C37.0272 33.1616 37.4832 33.6512 38.112 33.6656V33.656ZM41.5632 26.504C41.9568 26.6 42.288 26.4368 42.6288 26.2592C48.5616 23.1248 54.4032 23.3072 60.1584 26.7344C60.2784 26.8064 60.3936 26.8928 60.5904 27.0272C60.168 27.0272 59.8464 27.0272 59.5248 27.0272C58.8432 27.032 58.3536 27.488 58.3392 28.1168C58.3248 28.7504 58.7856 29.2544 59.4624 29.2736C60.912 29.3168 62.3616 29.3456 63.8112 29.3504C64.5504 29.3504 65.0544 28.6976 64.9152 27.9728C64.656 26.6 64.3872 25.2272 64.1232 23.8544C63.9888 23.1488 63.4368 22.7408 62.784 22.856C62.1504 22.9664 61.7712 23.5808 61.9104 24.2816C61.9728 24.6032 62.0304 24.9248 62.1024 25.3088C61.968 25.2224 61.8912 25.1792 61.824 25.1312C59.6112 23.6336 57.1968 22.6304 54.5712 22.1456C53.7648 21.9968 52.944 21.9152 52.128 21.8048H49.8048C49.7088 21.824 49.6128 21.8624 49.5168 21.8672C48.1296 21.9632 46.7712 22.2272 45.4368 22.6256C43.9824 23.0576 42.6048 23.6624 41.2944 24.4304C40.848 24.6896 40.6656 25.0928 40.7328 25.6016C40.7856 26.0288 41.1408 26.408 41.5728 26.5088L41.5632 26.504ZM56.6304 40.9952C56.6304 37.88 54.1248 35.3744 51.0096 35.3648C47.8752 35.36 45.36 37.8704 45.36 41.0048C45.36 44.12 47.8656 46.6304 50.9808 46.6352C54.1152 46.64 56.6304 44.1296 56.6304 40.9952ZM67.7616 51.9008C67.4304 51.9632 67.104 52.0304 66.6912 52.1072C66.7776 51.9632 66.8304 51.8816 66.8832 51.8C70.3728 46.4 71.1312 40.64 69.0624 34.5488C68.6784 33.4208 68.0928 32.3648 67.56 31.2944C67.296 30.7616 66.7056 30.584 66.1824 30.7856C65.688 30.9728 65.376 31.4864 65.4816 32.0144C65.5248 32.2304 65.6352 32.432 65.7408 32.6288C68.832 38.504 68.6928 44.3024 65.3424 50.0288C65.2464 50.1968 65.1312 50.3552 64.968 50.6096C64.968 50.1632 64.9728 49.832 64.968 49.5008C64.9536 48.8432 64.5024 48.3632 63.8832 48.3488C63.264 48.3344 62.7456 48.776 62.7216 49.4288C62.6736 50.9024 62.6448 52.376 62.6448 53.8496C62.6448 54.5696 63.3024 55.0592 64.0128 54.9248C65.4096 54.6608 66.8064 54.3968 68.2032 54.1184C68.8656 53.9888 69.264 53.3936 69.1344 52.76C69.0096 52.1552 68.4096 51.7808 67.7616 51.9008ZM60.4512 55.5056C60.0768 55.3952 59.7456 55.5296 59.4192 55.7072C54.9984 58.1504 50.376 58.592 45.5712 57.0416C44.1168 56.5712 42.7584 55.8944 41.4 54.968C41.832 54.968 42.1536 54.968 42.4752 54.968C43.1376 54.9584 43.6224 54.5168 43.6512 53.9072C43.68 53.2688 43.224 52.7456 42.5568 52.7216C41.0976 52.6736 39.6336 52.6448 38.1744 52.6448C37.4352 52.6448 36.9408 53.2976 37.08 54.0272C37.344 55.4 37.608 56.7728 37.872 58.1456C38.0064 58.8512 38.5632 59.2592 39.216 59.1392C39.8496 59.024 40.224 58.4096 40.0896 57.7136C40.0272 57.392 39.9696 57.0752 39.8976 56.6912C40.0368 56.7776 40.1088 56.8256 40.1808 56.8736C45.192 60.1472 50.5872 61.0064 56.3616 59.4368C57.8832 59.024 59.3232 58.3856 60.6864 57.5888C61.1472 57.32 61.3584 56.8928 61.272 56.3936C61.1904 55.9328 60.9024 55.6352 60.4608 55.5056H60.4512ZM61.7712 42.4064C61.1424 42.2384 60.552 42.6128 60.3744 43.3136C60.1344 44.264 59.76 45.1568 59.2656 46.0016C59.1504 46.1984 59.0928 46.4336 59.0112 46.6544C59.0592 47.1584 59.3904 47.6048 59.8464 47.744C60.3456 47.8928 60.8544 47.7104 61.1424 47.2448C61.7952 46.1984 62.2656 45.0752 62.5536 43.88C62.7264 43.1744 62.4144 42.5888 61.7664 42.4112L61.7712 42.4064ZM45.4224 32.936C45.504 32.912 45.6576 32.8736 45.8112 32.8256C45.8448 32.816 45.8784 32.792 45.912 32.7728C46.8048 32.2304 47.7552 31.8464 48.768 31.5872C49.3824 31.4288 49.7328 30.8432 49.6032 30.272C49.4688 29.6768 48.912 29.2592 48.3216 29.3888C47.016 29.6672 45.8016 30.176 44.6784 30.896C44.256 31.1696 44.1072 31.7216 44.2704 32.1968C44.424 32.6336 44.8656 32.9408 45.4176 32.936H45.4224ZM61.0896 34.6832C60.7728 34.2032 60.1104 34.0832 59.6208 34.3616C59.1168 34.6496 58.9152 35.288 59.1744 35.8256C59.328 36.1376 59.5392 36.4256 59.6688 36.7472C59.9424 37.4432 60.1824 38.1488 60.432 38.8496C60.624 39.3776 61.1376 39.7088 61.656 39.6224C62.2128 39.5312 62.6208 39.0656 62.6256 38.4704C62.6256 38.4416 62.6256 38.3792 62.616 38.3216C62.3136 37.0208 61.8288 35.7968 61.0992 34.6832H61.0896ZM44.7456 51.1424C45.7632 51.7664 46.8336 52.2608 48 52.5296C48.2496 52.5872 48.5232 52.6256 48.7728 52.5824C49.272 52.4912 49.6224 52.0304 49.6368 51.536C49.6512 51.0176 49.3152 50.5472 48.7728 50.408C47.76 50.1488 46.8144 49.76 45.9168 49.2272C45.7488 49.1312 45.5472 49.0976 45.456 49.064C44.8656 49.0544 44.4096 49.3856 44.2704 49.8368C44.1168 50.336 44.2992 50.864 44.7552 51.1424H44.7456ZM53.7264 52.6016C54.9744 52.3136 56.1456 51.8288 57.2352 51.152C57.5904 50.9312 57.768 50.6 57.7776 50.1824C57.7776 49.3472 56.8944 48.776 56.16 49.1888C55.1952 49.7312 54.192 50.1488 53.1312 50.4464C52.5456 50.6096 52.248 51.2192 52.4016 51.7808C52.5648 52.3712 53.1264 52.7408 53.7264 52.6016ZM40.2432 39.6032C40.8576 39.7568 41.4384 39.3872 41.6112 38.7008C41.856 37.736 42.2304 36.8336 42.7344 35.9792C42.8448 35.792 42.8928 35.5664 42.9696 35.36C42.936 34.856 42.6096 34.4048 42.1536 34.2656C41.6496 34.1168 41.136 34.2944 40.8528 34.7552C40.2 35.7968 39.7248 36.92 39.4368 38.12C39.2592 38.8496 39.5808 39.44 40.2432 39.6032ZM56.184 32.8208C56.9088 33.2192 57.7632 32.6528 57.7728 31.8272C57.768 31.4096 57.5952 31.0784 57.24 30.8576C56.1504 30.176 54.9792 29.696 53.7312 29.4032C53.136 29.264 52.5648 29.624 52.4016 30.2144C52.2432 30.776 52.536 31.3952 53.1168 31.5536C54.192 31.8512 55.2048 32.2832 56.184 32.8208ZM40.9344 47.36C41.1984 47.7536 41.7264 47.8784 42.1776 47.7296C42.6192 47.5808 42.9264 47.144 42.9312 46.5872C42.912 46.5056 42.9024 46.3328 42.8256 46.1984C42.2496 45.224 41.8416 44.1872 41.5392 43.1024C41.3856 42.5552 40.7856 42.2672 40.2528 42.3968C39.6816 42.536 39.2736 43.0544 39.384 43.6208C39.648 44.9696 40.1712 46.2224 40.9344 47.36Z" fill="url(#paint3_linear_263_2523)"/>
8
+ </g>
9
+ <defs>
10
+ <filter id="filter0_d_263_2523" x="0" y="0" width="102" height="102" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
11
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
12
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
13
+ <feOffset dy="10"/>
14
+ <feGaussianBlur stdDeviation="7.5"/>
15
+ <feComposite in2="hardAlpha" operator="out"/>
16
+ <feColorMatrix type="matrix" values="0 0 0 0 0.803072 0 0 0 0 0.411928 0 0 0 0 0.803072 0 0 0 0.2 0"/>
17
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_263_2523"/>
18
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_263_2523" result="shape"/>
19
+ </filter>
20
+ <linearGradient id="paint0_linear_263_2523" x1="51" y1="54.5882" x2="51" y2="77" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
22
+ <stop offset="1" stop-color="#EEE3FF"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint1_linear_263_2523" x1="51" y1="31.1176" x2="51" y2="5" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#EEE3FF" stop-opacity="0"/>
26
+ <stop offset="1" stop-color="#EEE3FF"/>
27
+ </linearGradient>
28
+ <linearGradient id="paint2_linear_263_2523" x1="51" y1="5" x2="51" y2="77" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#FF91FF"/>
30
+ <stop offset="0.5" stop-color="#FF91FF" stop-opacity="0"/>
31
+ <stop offset="1" stop-color="#FF91FF"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint3_linear_263_2523" x1="50.7555" y1="22.0042" x2="50.7555" y2="60.0852" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="white"/>
35
+ <stop offset="0.698292" stop-color="white" stop-opacity="0.6"/>
36
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
37
+ </linearGradient>
38
+ </defs>
39
+ </svg>
@@ -0,0 +1,150 @@
1
+ {
2
+ "HAMBURGER": "Hamburger",
3
+ "MAP": "Location-Pointer",
4
+ "BACK": "Back",
5
+ "CHECKBOX_CHECKED": "Check-Box-Fill-2",
6
+ "CHECKBOX_UNCHECKED": "Check-Box",
7
+ "HOME": "Home",
8
+ "HOME_FILL": "Home_Fill",
9
+ "HOME_COLORED": "Home-1",
10
+ "PROFILE": "Profile-2",
11
+ "INFO_ICON_UNFILLED": "Info",
12
+ "INFO_ICON_FILLED": "Info_Fill",
13
+ "PRIVACY_POLICY": "Privacy-Policy_Fill-24",
14
+ "ORDER_HISTORY": "Order-History",
15
+ "TERMS_AND_CONDITIONS": "Terms-Conditions",
16
+ "MORE": "More-Options-2",
17
+ "TERMS_OF_USE": "Terms-of-Use",
18
+ "NOTIFICATION": "Notification",
19
+ "ALLERGY_INFORMATION": "Help",
20
+ "HELP_FILL": "Chat-2_Fill",
21
+ "RADIO_BUTTON_SELECTED": "Radio-Button_Fill",
22
+ "RADIO_BUTTON_UNSELECTED": "Radio-Button",
23
+ "ARROW_DOWN": "Small-Arrow-Down",
24
+ "ARROW_DOWN_1": "Arrow-Down",
25
+ "ARROW_UP": "Small-Arrow-Up",
26
+ "TICK": "Tick",
27
+ "ADDON_CHECK": "Check",
28
+ "DOUBLE_TICK": "Double-Tick",
29
+ "CLOCK": "Clock",
30
+ "CLOCK_FILL": "Clock_Fill",
31
+ "CART": "Basket_Fill",
32
+ "SEARCH": "Search",
33
+ "LOGOUT": "Logout",
34
+ "LIVE_CHAT": "Chat",
35
+ "CHAT": "Chat-2",
36
+ "CHAT_FIll": "Chat_Fill",
37
+ "EYE_OPEN": "Eye",
38
+ "EYE_CLOSE": "Eye-Hide",
39
+ "GPS": "GPS",
40
+ "EMAIL": "Email",
41
+ "EMAIL_FILL": "Send-Email_Fill",
42
+ "DELIVERY": "Delivery",
43
+ "DELIVERY_FILL": "Delivery_Fill",
44
+ "COLLECTION": "Collection",
45
+ "COLLECTION_FILL": "Collection_Fill",
46
+ "CLOSE": "Close",
47
+ "CALL_FILLED": "Phone_Fill",
48
+ "CALL": "Phone",
49
+ "ADD": "Plus",
50
+ "MINUS": "Minus",
51
+ "HEART_FILL": "Favourite_Fill",
52
+ "HEART_STROKE": "Favourite",
53
+ "STAR_FILL": "Star_Fill",
54
+ "STAR_STROKE": "Star",
55
+ "Fill_Arrow_Down": "Fill-Arrow-Down",
56
+ "LOYALTY_POINTS": "Loyality-Points",
57
+ "TABLE": "Table-Reservation",
58
+ "TABLE_FILL": "Table-Reservation_Fill",
59
+ "RIGHT_ARROW_2": "Arrow-Right",
60
+ "DOWN_ARROW": "Arrow-Down",
61
+ "UP_ARROW": "Arrow-Up",
62
+ "DELETE": "Delete",
63
+ "CALENDAR": "Calendar",
64
+ "CALENDAR_FILL": "Calendar_Fill",
65
+ "AVATAR_FILL": "User_Fill",
66
+ "BACKWARD": "Arrow-Backward_Fill",
67
+ "MESSAGE": "Message_Fill",
68
+ "ARROW_RIGHT": "Forward",
69
+ "SHEILD": "Error_Fill",
70
+ "DOUBLE_ARROW": "Arrow-Double-Right",
71
+ "ALERT": "Warning_Fill",
72
+ "WARNING": "Warning",
73
+ "LEFT_ARROW": "Arrow-Left",
74
+ "LANGUAGE": "Language",
75
+ "LANGUAGE_FILL": "Language_Fill",
76
+ "LOCATE": "Takeaway-1",
77
+ "SELECT": "Store-1",
78
+ "PAY": "Wallet",
79
+ "RELISH": "Restaurant",
80
+ "WRONG": "Cancel_Fill",
81
+ "NOTIFY_SUCCESS": "Check_Fill",
82
+ "LIKE": "Thumb-Up",
83
+ "LIKE_FILL": "Thumb-Up_Fill",
84
+ "DISLIKE": "Thumb-Down",
85
+ "DISLIKE_FILL": "Thumb-Down_Fill",
86
+ "BIKE": "Delivery",
87
+ "TOTAL_SAVINGS": "Total-Savings",
88
+ "FOOD_MENU": "Menu",
89
+ "FOOD_MENU_FILL": "Menu_Fill",
90
+ "FILTER_NEW": "Filter-1",
91
+ "ORDER_STATUS_PROCESS": "Edit-Document",
92
+ "ORDER_STATUS_NOTIFICATION": "Send-Email",
93
+ "ORDER_STATUS_CROWDED": "Employees",
94
+ "ORDER_STATUS_CROWDED_FILL": "Employees_Fill",
95
+ "ORDER_STATUS_PICK_UP_TIME": "Driver",
96
+ "ORDER_STATUS_PERSONAL_DETAILS": "Payment",
97
+ "ORDER_FILL": "Paste_Fill",
98
+ "EDIT": "Edit_Fill",
99
+ "RESET": "Reset-Refresh",
100
+ "MAP_FILL": "Location-Pointer_Fill",
101
+ "MAP_STOKE": "Location-Pointer",
102
+ "FORK_SPOON": "Cuisines",
103
+ "ADD_CIRCLE": "Add",
104
+ "CASH": "Cash",
105
+ "EDIT_UNFILL": "Edit",
106
+ "LOCATION_FILL": "Location_Fill",
107
+ "Small_Arrow_Down": "Small-Arrow-Down",
108
+ "SHARE_FILL": "Share_Fill",
109
+ "EPOS": "EPOS",
110
+ "Order": "Order",
111
+ "DISCOUNTS_FILL": "Discounts_Fill",
112
+ "DISCOUNTS": "Discounts",
113
+ "SPARKLE": "Sparkle_Fill",
114
+ "USER": "User",
115
+ "ORDER_TAB_FILL": "Order_Fill",
116
+ "ARROW_RIGHT_SMALL": "Small-Arrow-Right",
117
+ "ARROW_LEFT_SMALL": "Small-Arrow-Left",
118
+ "IMAGE": "Image",
119
+ "CARD": "Card",
120
+ "WHATSAPP_FILL": "Whatsapp_Fill",
121
+ "UP": "Up",
122
+ "EXTRA_PAGE": "Document",
123
+ "EXTRA_PAGE_FILL": "Document_Fill",
124
+ "DELIVERY_CAR": "Car",
125
+ "MORE_OPTIONS": "More-Options",
126
+ "GROCERY": "Grocery",
127
+ "GROCERY_FILL": "Grocery_Fill",
128
+ "DELIVERY_CAR_FILL": "Car_Fill",
129
+ "CLONE": "Clone",
130
+ "Apartment": "Apartment",
131
+ "Hotel": "Hotel",
132
+ "OFFICE": "Briefcase",
133
+ "TV": "TV",
134
+ "PASSWORD": "Password",
135
+ "THEME": "Colors-Palette",
136
+ "CARD_FILL": "Card_Fill",
137
+ "ADD_CIRCLE_FILL": "Add_Fill",
138
+ "CUISINES_FILL": "Cuisines_Fill",
139
+ "CUISINES": "Cuisines",
140
+ "FILL_ARROW_RIGHT": "Fill-Arrow-Right",
141
+ "REFUND_FILL": "Refund-Fill",
142
+ "SUBSTITUTION": "Substitution",
143
+ "COUPONS_FILL": "Coupons_Fill",
144
+ "COUPONS": "Coupons",
145
+ "GIFT_FILL": "Gift_Fill",
146
+ "GIFT": "Gift",
147
+ "BOGOF": "BOGOF",
148
+ "DASHBOARD": "Dashboard",
149
+ "DASHBOARD_FILL": "Dashboard_Fill"
150
+ }