@popmenu/ordering-ui 0.126.0 → 0.126.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 (337) hide show
  1. package/build/{components → cjs/components}/Button/Button.d.ts +3 -3
  2. package/build/{components → cjs/components}/Button/ButtonProps.d.ts +5 -5
  3. package/build/{components → cjs/components}/Button/index.d.ts +2 -2
  4. package/build/cjs/components/Checkbox/Checkbox.d.ts +2 -0
  5. package/build/{components → cjs/components}/Checkbox/index.d.ts +1 -1
  6. package/build/{components → cjs/components}/DialogSection/DialogSection.d.ts +8 -8
  7. package/build/{components → cjs/components}/DialogSection/index.d.ts +1 -1
  8. package/build/{components → cjs/components}/DialogTitle/DialogTitle.d.ts +9 -9
  9. package/build/{components → cjs/components}/DialogTitle/index.d.ts +1 -1
  10. package/build/{components → cjs/components}/DishCheckoutCard/DishCheckoutCard.d.ts +3 -3
  11. package/build/{components → cjs/components}/DishCheckoutCard/DishCheckoutCard.styles.d.ts +2 -2
  12. package/build/{components → cjs/components}/DishCheckoutCard/DishCheckoutCardProps.d.ts +44 -44
  13. package/build/{components → cjs/components}/DishCheckoutCard/index.d.ts +2 -2
  14. package/build/{components → cjs/components}/DishDetailsReview/DishDetailsReview.d.ts +3 -3
  15. package/build/{components → cjs/components}/DishDetailsReview/DishDetailsReviewProps.d.ts +12 -12
  16. package/build/{components → cjs/components}/DishDetailsReview/index.d.ts +2 -2
  17. package/build/{components → cjs/components}/DishModifierCard/DishModifierCard.d.ts +6 -6
  18. package/build/{components → cjs/components}/DishModifierCard/DishModifierCard.styles.d.ts +5 -5
  19. package/build/{components → cjs/components}/DishModifierCard/DishModifierCardProps.d.ts +71 -71
  20. package/build/{components → cjs/components}/DishModifierCard/ModifierControls.d.ts +3 -3
  21. package/build/{components → cjs/components}/DishModifierCard/ModifierForm.d.ts +4 -4
  22. package/build/{components → cjs/components}/DishModifierCard/index.d.ts +2 -2
  23. package/build/{components → cjs/components}/ItemTag/ItemTag.d.ts +3 -3
  24. package/build/{components → cjs/components}/ItemTag/ItemTagProps.d.ts +5 -5
  25. package/build/{components → cjs/components}/ItemTag/index.d.ts +2 -2
  26. package/build/{components → cjs/components}/ItemTag/itemTag.styles.d.ts +1 -1
  27. package/build/{components → cjs/components}/ItemTagGroup/ItemTagGroup.d.ts +2 -2
  28. package/build/{components → cjs/components}/ItemTagGroup/index.d.ts +1 -1
  29. package/build/{components → cjs/components}/LocationCard/LocationCard.d.ts +3 -3
  30. package/build/{components → cjs/components}/LocationCard/LocationCard.styles.d.ts +2 -2
  31. package/build/{components → cjs/components}/LocationCard/LocationCardProps.d.ts +27 -28
  32. package/build/{components → cjs/components}/LocationCard/index.d.ts +2 -2
  33. package/build/{components → cjs/components}/MenuBanner/MenuBanner.d.ts +3 -3
  34. package/build/{components → cjs/components}/MenuBanner/MenuBanner.styles.d.ts +2 -2
  35. package/build/{components → cjs/components}/MenuBanner/MenuBannerIcons.d.ts +6 -6
  36. package/build/{components → cjs/components}/MenuBanner/MenuBannerProps.d.ts +15 -15
  37. package/build/{components → cjs/components}/MenuBanner/index.d.ts +2 -2
  38. package/build/{components → cjs/components}/MenuDropdown/MenuDropdown.d.ts +3 -3
  39. package/build/{components → cjs/components}/MenuDropdown/MenuDropdown.styles.d.ts +2 -2
  40. package/build/{components → cjs/components}/MenuDropdown/MenuDropdownProps.d.ts +15 -15
  41. package/build/{components → cjs/components}/MenuDropdown/index.d.ts +2 -2
  42. package/build/cjs/components/MenuFilter/LeafIcon.d.ts +1 -0
  43. package/build/{components → cjs/components}/MenuFilter/MenuFilter.d.ts +3 -3
  44. package/build/{components → cjs/components}/MenuFilter/MenuFilter.styles.d.ts +1 -1
  45. package/build/{components → cjs/components}/MenuFilter/MenuFilterProps.d.ts +23 -23
  46. package/build/{components → cjs/components}/MenuFilter/index.d.ts +2 -2
  47. package/build/{components → cjs/components}/MenuItem/MenuItem.d.ts +3 -3
  48. package/build/{components → cjs/components}/MenuItem/MenuItem.styles.d.ts +1 -1
  49. package/build/{components → cjs/components}/MenuItem/MenuItemImg.d.ts +3 -3
  50. package/build/{components → cjs/components}/MenuItem/MenuItemInfo.d.ts +4 -4
  51. package/build/{components → cjs/components}/MenuItem/MenuItemPrice.d.ts +3 -3
  52. package/build/{components → cjs/components}/MenuItem/MenuItemProps.d.ts +41 -41
  53. package/build/{components → cjs/components}/MenuItem/MenuItemReactions.d.ts +3 -3
  54. package/build/{components → cjs/components}/MenuItem/MenuItemTags.d.ts +3 -3
  55. package/build/{components → cjs/components}/MenuItem/index.d.ts +2 -2
  56. package/build/{components → cjs/components}/MenuItemGroup/MenuItemGroup.d.ts +5 -5
  57. package/build/{components → cjs/components}/MenuItemGroup/MenuItemGroupStyles.d.ts +1 -1
  58. package/build/{components → cjs/components}/MenuItemGroup/index.d.ts +1 -1
  59. package/build/{components → cjs/components}/MenuSection/MenuSection.d.ts +3 -3
  60. package/build/{components → cjs/components}/MenuSection/MenuSectionProps.d.ts +9 -9
  61. package/build/{components → cjs/components}/MenuSection/MenuSectionStyles.d.ts +1 -1
  62. package/build/{components → cjs/components}/MenuSection/index.d.ts +2 -2
  63. package/build/{components → cjs/components}/MenuSectionGroup/MenuSectionGroup.d.ts +5 -5
  64. package/build/{components → cjs/components}/MenuSectionGroup/index.d.ts +1 -1
  65. package/build/{components → cjs/components}/OrderingAppContext/OrderingAppContext.d.ts +18 -18
  66. package/build/{components → cjs/components}/OrderingAppContext/index.d.ts +1 -1
  67. package/build/{components → cjs/components}/PageSection/PageSection.d.ts +4 -4
  68. package/build/{components → cjs/components}/PageSection/index.d.ts +1 -1
  69. package/build/{components → cjs/components}/QuantityPicker/QuantityPicker.d.ts +3 -3
  70. package/build/{components → cjs/components}/QuantityPicker/QuantityPicker.styles.d.ts +5 -5
  71. package/build/{components → cjs/components}/QuantityPicker/QuantityPickerProps.d.ts +21 -21
  72. package/build/{components → cjs/components}/QuantityPicker/index.d.ts +2 -2
  73. package/build/cjs/components/Radio/Radio.d.ts +2 -0
  74. package/build/{components → cjs/components}/Radio/index.d.ts +1 -1
  75. package/build/{components → cjs/components}/ReactionCounter/ReactionCounter.d.ts +3 -3
  76. package/build/{components → cjs/components}/ReactionCounter/ReactionCounterProps.d.ts +6 -6
  77. package/build/{components → cjs/components}/ReactionCounter/index.d.ts +2 -2
  78. package/build/{components → cjs/components}/ReactionCounterGroup/ReactionCounterGroup.d.ts +4 -4
  79. package/build/{components → cjs/components}/ReactionCounterGroup/index.d.ts +1 -1
  80. package/build/{components → cjs/components}/SelectableChip/SelectableChip.d.ts +3 -3
  81. package/build/{components → cjs/components}/SelectableChip/SelectableChip.styles.d.ts +2 -2
  82. package/build/{components → cjs/components}/SelectableChip/SelectableChipProps.d.ts +2 -2
  83. package/build/{components → cjs/components}/SelectableChip/index.d.ts +2 -2
  84. package/build/{components → cjs/components}/SelectableChipGroup/SelectableChipGroup.d.ts +3 -3
  85. package/build/{components → cjs/components}/SelectableChipGroup/SelectableChipGroup.styles.d.ts +1 -1
  86. package/build/{components → cjs/components}/SelectableChipGroup/SelectableChipGroupProps.d.ts +5 -5
  87. package/build/{components → cjs/components}/SelectableChipGroup/index.d.ts +2 -2
  88. package/build/{components → cjs/components}/SelectedMenuFiltersList/SelectedMenuFiltersList.d.ts +3 -3
  89. package/build/{components → cjs/components}/SelectedMenuFiltersList/SelectedMenuFiltersListProps.d.ts +6 -6
  90. package/build/{components → cjs/components}/SelectedMenuFiltersList/index.d.ts +2 -2
  91. package/build/{components → cjs/components}/StatusTag/StatusTag.d.ts +10 -10
  92. package/build/{components → cjs/components}/StatusTag/StatusTag.styles.d.ts +2 -2
  93. package/build/{components → cjs/components}/StatusTag/StatusTagProps.d.ts +10 -10
  94. package/build/{components → cjs/components}/StatusTag/index.d.ts +2 -2
  95. package/build/cjs/components/Switch/Switch.d.ts +2 -0
  96. package/build/{components → cjs/components}/Switch/index.d.ts +1 -1
  97. package/build/{components → cjs/components}/index.d.ts +29 -29
  98. package/build/{index.d.ts → cjs/index.d.ts} +2 -2
  99. package/build/cjs/index.js +1576 -0
  100. package/build/cjs/index.js.map +1 -0
  101. package/build/{theme → cjs/theme}/index.d.ts +1 -1
  102. package/build/cjs/theme/overrides.d.ts +2 -0
  103. package/build/{theme → cjs/theme}/palette.d.ts +26 -26
  104. package/build/cjs/theme/props.d.ts +2 -0
  105. package/build/{theme → cjs/theme}/theme.d.ts +2 -2
  106. package/build/cjs/theme/typography.d.ts +2 -0
  107. package/build/esm/_virtual/index.js +4 -0
  108. package/build/esm/_virtual/index.js.map +1 -0
  109. package/build/esm/assets/leaf-icon.svg.js +21 -0
  110. package/build/esm/assets/leaf-icon.svg.js.map +1 -0
  111. package/build/esm/components/Button/Button.d.ts +3 -0
  112. package/build/esm/components/Button/Button.js +23 -0
  113. package/build/esm/components/Button/Button.js.map +1 -0
  114. package/build/esm/components/Button/ButtonProps.d.ts +5 -0
  115. package/build/esm/components/Button/index.d.ts +2 -0
  116. package/build/esm/components/Checkbox/Checkbox.d.ts +2 -0
  117. package/build/esm/components/Checkbox/Checkbox.js +16 -0
  118. package/build/esm/components/Checkbox/Checkbox.js.map +1 -0
  119. package/build/esm/components/Checkbox/index.d.ts +1 -0
  120. package/build/esm/components/DialogSection/DialogSection.d.ts +8 -0
  121. package/build/esm/components/DialogSection/DialogSection.js +11 -0
  122. package/build/esm/components/DialogSection/DialogSection.js.map +1 -0
  123. package/build/esm/components/DialogSection/index.d.ts +1 -0
  124. package/build/esm/components/DialogTitle/DialogTitle.d.ts +9 -0
  125. package/build/esm/components/DialogTitle/DialogTitle.js +22 -0
  126. package/build/esm/components/DialogTitle/DialogTitle.js.map +1 -0
  127. package/build/esm/components/DialogTitle/index.d.ts +1 -0
  128. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.d.ts +3 -0
  129. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.js +94 -0
  130. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.js.map +1 -0
  131. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.styles.d.ts +2 -0
  132. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.styles.js +85 -0
  133. package/build/esm/components/DishCheckoutCard/DishCheckoutCard.styles.js.map +1 -0
  134. package/build/esm/components/DishCheckoutCard/DishCheckoutCardProps.d.ts +44 -0
  135. package/build/esm/components/DishCheckoutCard/index.d.ts +2 -0
  136. package/build/esm/components/DishDetailsReview/DishDetailsReview.d.ts +3 -0
  137. package/build/esm/components/DishDetailsReview/DishDetailsReview.js +18 -0
  138. package/build/esm/components/DishDetailsReview/DishDetailsReview.js.map +1 -0
  139. package/build/esm/components/DishDetailsReview/DishDetailsReviewProps.d.ts +12 -0
  140. package/build/esm/components/DishDetailsReview/index.d.ts +2 -0
  141. package/build/esm/components/DishModifierCard/DishModifierCard.d.ts +6 -0
  142. package/build/esm/components/DishModifierCard/DishModifierCard.js +48 -0
  143. package/build/esm/components/DishModifierCard/DishModifierCard.js.map +1 -0
  144. package/build/esm/components/DishModifierCard/DishModifierCard.styles.d.ts +5 -0
  145. package/build/esm/components/DishModifierCard/DishModifierCard.styles.js +95 -0
  146. package/build/esm/components/DishModifierCard/DishModifierCard.styles.js.map +1 -0
  147. package/build/esm/components/DishModifierCard/DishModifierCardProps.d.ts +71 -0
  148. package/build/esm/components/DishModifierCard/ModifierControls.d.ts +3 -0
  149. package/build/esm/components/DishModifierCard/ModifierControls.js +135 -0
  150. package/build/esm/components/DishModifierCard/ModifierControls.js.map +1 -0
  151. package/build/esm/components/DishModifierCard/ModifierForm.d.ts +4 -0
  152. package/build/esm/components/DishModifierCard/index.d.ts +2 -0
  153. package/build/esm/components/ItemTag/ItemTag.d.ts +3 -0
  154. package/build/esm/components/ItemTag/ItemTag.js +15 -0
  155. package/build/esm/components/ItemTag/ItemTag.js.map +1 -0
  156. package/build/esm/components/ItemTag/ItemTagProps.d.ts +5 -0
  157. package/build/esm/components/ItemTag/index.d.ts +2 -0
  158. package/build/esm/components/ItemTag/itemTag.styles.d.ts +1 -0
  159. package/build/esm/components/ItemTag/itemTag.styles.js +20 -0
  160. package/build/esm/components/ItemTag/itemTag.styles.js.map +1 -0
  161. package/build/esm/components/ItemTagGroup/ItemTagGroup.d.ts +2 -0
  162. package/build/esm/components/ItemTagGroup/ItemTagGroup.js +10 -0
  163. package/build/esm/components/ItemTagGroup/ItemTagGroup.js.map +1 -0
  164. package/build/esm/components/ItemTagGroup/index.d.ts +1 -0
  165. package/build/esm/components/LocationCard/LocationCard.d.ts +3 -0
  166. package/build/esm/components/LocationCard/LocationCard.js +35 -0
  167. package/build/esm/components/LocationCard/LocationCard.js.map +1 -0
  168. package/build/esm/components/LocationCard/LocationCard.styles.d.ts +2 -0
  169. package/build/esm/components/LocationCard/LocationCard.styles.js +64 -0
  170. package/build/esm/components/LocationCard/LocationCard.styles.js.map +1 -0
  171. package/build/esm/components/LocationCard/LocationCardProps.d.ts +27 -0
  172. package/build/esm/components/LocationCard/index.d.ts +2 -0
  173. package/build/esm/components/MenuBanner/MenuBanner.d.ts +3 -0
  174. package/build/esm/components/MenuBanner/MenuBanner.js +34 -0
  175. package/build/esm/components/MenuBanner/MenuBanner.js.map +1 -0
  176. package/build/esm/components/MenuBanner/MenuBanner.styles.d.ts +2 -0
  177. package/build/esm/components/MenuBanner/MenuBanner.styles.js +49 -0
  178. package/build/esm/components/MenuBanner/MenuBanner.styles.js.map +1 -0
  179. package/build/esm/components/MenuBanner/MenuBannerIcons.d.ts +6 -0
  180. package/build/esm/components/MenuBanner/MenuBannerIcons.js +12 -0
  181. package/build/esm/components/MenuBanner/MenuBannerIcons.js.map +1 -0
  182. package/build/esm/components/MenuBanner/MenuBannerProps.d.ts +15 -0
  183. package/build/esm/components/MenuBanner/index.d.ts +2 -0
  184. package/build/esm/components/MenuDropdown/MenuDropdown.d.ts +3 -0
  185. package/build/esm/components/MenuDropdown/MenuDropdown.js +37 -0
  186. package/build/esm/components/MenuDropdown/MenuDropdown.js.map +1 -0
  187. package/build/esm/components/MenuDropdown/MenuDropdown.styles.d.ts +2 -0
  188. package/build/esm/components/MenuDropdown/MenuDropdown.styles.js +40 -0
  189. package/build/esm/components/MenuDropdown/MenuDropdown.styles.js.map +1 -0
  190. package/build/esm/components/MenuDropdown/MenuDropdownProps.d.ts +15 -0
  191. package/build/esm/components/MenuDropdown/index.d.ts +2 -0
  192. package/build/esm/components/MenuFilter/LeafIcon.d.ts +1 -0
  193. package/build/esm/components/MenuFilter/MenuFilter.d.ts +3 -0
  194. package/build/esm/components/MenuFilter/MenuFilter.js +47 -0
  195. package/build/esm/components/MenuFilter/MenuFilter.js.map +1 -0
  196. package/build/esm/components/MenuFilter/MenuFilter.styles.d.ts +1 -0
  197. package/build/esm/components/MenuFilter/MenuFilter.styles.js +11 -0
  198. package/build/esm/components/MenuFilter/MenuFilter.styles.js.map +1 -0
  199. package/build/esm/components/MenuFilter/MenuFilterProps.d.ts +23 -0
  200. package/build/esm/components/MenuFilter/index.d.ts +2 -0
  201. package/build/esm/components/MenuItem/MenuItem.d.ts +3 -0
  202. package/build/esm/components/MenuItem/MenuItem.js +40 -0
  203. package/build/esm/components/MenuItem/MenuItem.js.map +1 -0
  204. package/build/esm/components/MenuItem/MenuItem.styles.d.ts +1 -0
  205. package/build/esm/components/MenuItem/MenuItem.styles.js +67 -0
  206. package/build/esm/components/MenuItem/MenuItem.styles.js.map +1 -0
  207. package/build/esm/components/MenuItem/MenuItemImg.d.ts +3 -0
  208. package/build/esm/components/MenuItem/MenuItemImg.js +22 -0
  209. package/build/esm/components/MenuItem/MenuItemImg.js.map +1 -0
  210. package/build/esm/components/MenuItem/MenuItemInfo.d.ts +4 -0
  211. package/build/esm/components/MenuItem/MenuItemInfo.js +9 -0
  212. package/build/esm/components/MenuItem/MenuItemInfo.js.map +1 -0
  213. package/build/esm/components/MenuItem/MenuItemPrice.d.ts +3 -0
  214. package/build/esm/components/MenuItem/MenuItemPrice.js +28 -0
  215. package/build/esm/components/MenuItem/MenuItemPrice.js.map +1 -0
  216. package/build/esm/components/MenuItem/MenuItemProps.d.ts +41 -0
  217. package/build/esm/components/MenuItem/MenuItemReactions.d.ts +3 -0
  218. package/build/esm/components/MenuItem/MenuItemReactions.js +16 -0
  219. package/build/esm/components/MenuItem/MenuItemReactions.js.map +1 -0
  220. package/build/esm/components/MenuItem/MenuItemTags.d.ts +3 -0
  221. package/build/esm/components/MenuItem/MenuItemTags.js +11 -0
  222. package/build/esm/components/MenuItem/MenuItemTags.js.map +1 -0
  223. package/build/esm/components/MenuItem/index.d.ts +2 -0
  224. package/build/esm/components/MenuItemGroup/MenuItemGroup.d.ts +5 -0
  225. package/build/esm/components/MenuItemGroup/MenuItemGroup.js +15 -0
  226. package/build/esm/components/MenuItemGroup/MenuItemGroup.js.map +1 -0
  227. package/build/esm/components/MenuItemGroup/MenuItemGroupStyles.d.ts +1 -0
  228. package/build/esm/components/MenuItemGroup/MenuItemGroupStyles.js +21 -0
  229. package/build/esm/components/MenuItemGroup/MenuItemGroupStyles.js.map +1 -0
  230. package/build/esm/components/MenuItemGroup/index.d.ts +1 -0
  231. package/build/esm/components/MenuSection/MenuSection.d.ts +3 -0
  232. package/build/esm/components/MenuSection/MenuSection.js +18 -0
  233. package/build/esm/components/MenuSection/MenuSection.js.map +1 -0
  234. package/build/esm/components/MenuSection/MenuSectionProps.d.ts +9 -0
  235. package/build/esm/components/MenuSection/MenuSectionStyles.d.ts +1 -0
  236. package/build/esm/components/MenuSection/MenuSectionStyles.js +12 -0
  237. package/build/esm/components/MenuSection/MenuSectionStyles.js.map +1 -0
  238. package/build/esm/components/MenuSection/index.d.ts +2 -0
  239. package/build/esm/components/MenuSectionGroup/MenuSectionGroup.d.ts +5 -0
  240. package/build/esm/components/MenuSectionGroup/MenuSectionGroup.js +12 -0
  241. package/build/esm/components/MenuSectionGroup/MenuSectionGroup.js.map +1 -0
  242. package/build/esm/components/MenuSectionGroup/index.d.ts +1 -0
  243. package/build/esm/components/OrderingAppContext/OrderingAppContext.d.ts +18 -0
  244. package/build/esm/components/OrderingAppContext/OrderingAppContext.js +17 -0
  245. package/build/esm/components/OrderingAppContext/OrderingAppContext.js.map +1 -0
  246. package/build/esm/components/OrderingAppContext/index.d.ts +1 -0
  247. package/build/esm/components/PageSection/PageSection.d.ts +4 -0
  248. package/build/esm/components/PageSection/PageSection.js +7 -0
  249. package/build/esm/components/PageSection/PageSection.js.map +1 -0
  250. package/build/esm/components/PageSection/index.d.ts +1 -0
  251. package/build/esm/components/QuantityPicker/QuantityPicker.d.ts +3 -0
  252. package/build/esm/components/QuantityPicker/QuantityPicker.js +38 -0
  253. package/build/esm/components/QuantityPicker/QuantityPicker.js.map +1 -0
  254. package/build/esm/components/QuantityPicker/QuantityPicker.styles.d.ts +5 -0
  255. package/build/esm/components/QuantityPicker/QuantityPicker.styles.js +46 -0
  256. package/build/esm/components/QuantityPicker/QuantityPicker.styles.js.map +1 -0
  257. package/build/esm/components/QuantityPicker/QuantityPickerProps.d.ts +21 -0
  258. package/build/esm/components/QuantityPicker/index.d.ts +2 -0
  259. package/build/esm/components/Radio/Radio.d.ts +2 -0
  260. package/build/esm/components/Radio/Radio.js +16 -0
  261. package/build/esm/components/Radio/Radio.js.map +1 -0
  262. package/build/esm/components/Radio/index.d.ts +1 -0
  263. package/build/esm/components/ReactionCounter/ReactionCounter.d.ts +3 -0
  264. package/build/esm/components/ReactionCounter/ReactionCounter.js +12 -0
  265. package/build/esm/components/ReactionCounter/ReactionCounter.js.map +1 -0
  266. package/build/esm/components/ReactionCounter/ReactionCounterProps.d.ts +6 -0
  267. package/build/esm/components/ReactionCounter/index.d.ts +2 -0
  268. package/build/esm/components/ReactionCounterGroup/ReactionCounterGroup.d.ts +4 -0
  269. package/build/esm/components/ReactionCounterGroup/ReactionCounterGroup.js +10 -0
  270. package/build/esm/components/ReactionCounterGroup/ReactionCounterGroup.js.map +1 -0
  271. package/build/esm/components/ReactionCounterGroup/index.d.ts +1 -0
  272. package/build/esm/components/SelectableChip/SelectableChip.d.ts +3 -0
  273. package/build/esm/components/SelectableChip/SelectableChip.js +15 -0
  274. package/build/esm/components/SelectableChip/SelectableChip.js.map +1 -0
  275. package/build/esm/components/SelectableChip/SelectableChip.styles.d.ts +2 -0
  276. package/build/esm/components/SelectableChip/SelectableChip.styles.js +34 -0
  277. package/build/esm/components/SelectableChip/SelectableChip.styles.js.map +1 -0
  278. package/build/esm/components/SelectableChip/SelectableChipProps.d.ts +2 -0
  279. package/build/esm/components/SelectableChip/index.d.ts +2 -0
  280. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.d.ts +3 -0
  281. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.js +15 -0
  282. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.js.map +1 -0
  283. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.styles.d.ts +1 -0
  284. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.styles.js +21 -0
  285. package/build/esm/components/SelectableChipGroup/SelectableChipGroup.styles.js.map +1 -0
  286. package/build/esm/components/SelectableChipGroup/SelectableChipGroupProps.d.ts +5 -0
  287. package/build/esm/components/SelectableChipGroup/index.d.ts +2 -0
  288. package/build/esm/components/SelectedMenuFiltersList/SelectedMenuFiltersList.d.ts +3 -0
  289. package/build/esm/components/SelectedMenuFiltersList/SelectedMenuFiltersList.js +33 -0
  290. package/build/esm/components/SelectedMenuFiltersList/SelectedMenuFiltersList.js.map +1 -0
  291. package/build/esm/components/SelectedMenuFiltersList/SelectedMenuFiltersListProps.d.ts +6 -0
  292. package/build/esm/components/SelectedMenuFiltersList/index.d.ts +2 -0
  293. package/build/esm/components/StatusTag/StatusTag.d.ts +10 -0
  294. package/build/esm/components/StatusTag/StatusTag.js +19 -0
  295. package/build/esm/components/StatusTag/StatusTag.js.map +1 -0
  296. package/build/esm/components/StatusTag/StatusTag.styles.d.ts +2 -0
  297. package/build/esm/components/StatusTag/StatusTag.styles.js +40 -0
  298. package/build/esm/components/StatusTag/StatusTag.styles.js.map +1 -0
  299. package/build/esm/components/StatusTag/StatusTagProps.d.ts +10 -0
  300. package/build/esm/components/StatusTag/index.d.ts +2 -0
  301. package/build/esm/components/Switch/Switch.d.ts +2 -0
  302. package/build/esm/components/Switch/Switch.js +24 -0
  303. package/build/esm/components/Switch/Switch.js.map +1 -0
  304. package/build/esm/components/Switch/index.d.ts +1 -0
  305. package/build/esm/components/index.d.ts +29 -0
  306. package/build/esm/index.d.ts +2 -0
  307. package/build/esm/index.js +31 -0
  308. package/build/esm/index.js.map +1 -0
  309. package/build/esm/node_modules/classnames/index.js +81 -0
  310. package/build/esm/node_modules/classnames/index.js.map +1 -0
  311. package/build/esm/theme/index.d.ts +1 -0
  312. package/build/esm/theme/overrides.d.ts +2 -0
  313. package/build/esm/theme/overrides.js +75 -0
  314. package/build/esm/theme/overrides.js.map +1 -0
  315. package/build/esm/theme/palette.d.ts +26 -0
  316. package/build/esm/theme/palette.js +29 -0
  317. package/build/esm/theme/palette.js.map +1 -0
  318. package/build/esm/theme/props.d.ts +2 -0
  319. package/build/esm/theme/props.js +11 -0
  320. package/build/esm/theme/props.js.map +1 -0
  321. package/build/esm/theme/theme.d.ts +2 -0
  322. package/build/esm/theme/theme.js +14 -0
  323. package/build/esm/theme/theme.js.map +1 -0
  324. package/build/esm/theme/typography.d.ts +2 -0
  325. package/build/esm/theme/typography.js +60 -0
  326. package/build/esm/theme/typography.js.map +1 -0
  327. package/package.json +8 -9
  328. package/build/components/Checkbox/Checkbox.d.ts +0 -2
  329. package/build/components/Radio/Radio.d.ts +0 -2
  330. package/build/components/Switch/Switch.d.ts +0 -2
  331. package/build/index.es.js +0 -2713
  332. package/build/index.es.js.map +0 -1
  333. package/build/index.js +0 -2788
  334. package/build/index.js.map +0 -1
  335. package/build/theme/overrides.d.ts +0 -2
  336. package/build/theme/props.d.ts +0 -2
  337. package/build/theme/typography.d.ts +0 -2
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { ButtonProps } from './ButtonProps';
3
- export declare const Button: React.ForwardRefExoticComponent<Pick<ButtonProps, "className" | "style" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "disableElevation" | "fullWidth" | "startIcon" | "endIcon" | "variation" | "disableFocusRipple" | "href" | "size" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLButtonElement>>;
1
+ import React from 'react';
2
+ import { ButtonProps } from './ButtonProps';
3
+ export declare const Button: React.ForwardRefExoticComponent<Pick<ButtonProps, "className" | "style" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "disableElevation" | "fullWidth" | "startIcon" | "endIcon" | "variation" | "disableFocusRipple" | "href" | "size" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLButtonElement>>;
@@ -1,5 +1,5 @@
1
- import { ButtonProps as MuiButtonProps } from '@material-ui/core';
2
- export interface ButtonProps extends MuiButtonProps {
3
- /** design system variation, not to be confused with "variant" which is an MUI prop */
4
- variation?: 'primary' | 'secondary' | 'none';
5
- }
1
+ import { ButtonProps as MuiButtonProps } from '@material-ui/core';
2
+ export interface ButtonProps extends MuiButtonProps {
3
+ /** design system variation, not to be confused with "variant" which is an MUI prop */
4
+ variation?: 'primary' | 'secondary' | 'none';
5
+ }
@@ -1,2 +1,2 @@
1
- export { Button } from './Button';
2
- export { ButtonProps } from './ButtonProps';
1
+ export { Button } from './Button';
2
+ export { ButtonProps } from './ButtonProps';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Checkbox: import("react").ComponentType<Pick<import("@material-ui/core").CheckboxProps, "className" | "style" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "form" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableFocusRipple" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "checked" | "readOnly" | "required" | "icon" | "edge" | "inputProps" | "inputRef" | "checkedIcon" | "indeterminate" | "indeterminateIcon"> & import("@material-ui/core").StyledComponentProps<"root" | "checked">>;
@@ -1 +1 @@
1
- export { Checkbox } from './Checkbox';
1
+ export { Checkbox } from './Checkbox';
@@ -1,8 +1,8 @@
1
- import { BoxProps } from '@material-ui/core';
2
- import { PropsWithChildren } from 'react';
3
- interface DialogSectionProps extends BoxProps {
4
- edgeToEdge?: boolean;
5
- borderBottom?: boolean;
6
- }
7
- export declare const DialogSection: (props: PropsWithChildren<DialogSectionProps>) => JSX.Element;
8
- export {};
1
+ import { BoxProps } from '@material-ui/core';
2
+ import { PropsWithChildren } from 'react';
3
+ interface DialogSectionProps extends BoxProps {
4
+ edgeToEdge?: boolean;
5
+ borderBottom?: boolean;
6
+ }
7
+ export declare const DialogSection: (props: PropsWithChildren<DialogSectionProps>) => JSX.Element;
8
+ export {};
@@ -1 +1 @@
1
- export { DialogSection } from './DialogSection';
1
+ export { DialogSection } from './DialogSection';
@@ -1,9 +1,9 @@
1
- import { ReactNode } from 'react';
2
- interface DialogTitleProps {
3
- title: string;
4
- titleId: string;
5
- Icon?: ReactNode;
6
- onClose?: () => void;
7
- }
8
- export declare const DialogTitle: (props: DialogTitleProps) => JSX.Element;
9
- export {};
1
+ import { ReactNode } from 'react';
2
+ interface DialogTitleProps {
3
+ title: string;
4
+ titleId: string;
5
+ Icon?: ReactNode;
6
+ onClose?: () => void;
7
+ }
8
+ export declare const DialogTitle: (props: DialogTitleProps) => JSX.Element;
9
+ export {};
@@ -1 +1 @@
1
- export { DialogTitle } from './DialogTitle';
1
+ export { DialogTitle } from './DialogTitle';
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { DishCheckoutCardProps } from './DishCheckoutCardProps';
3
- export declare const DishCheckoutCard: (props: DishCheckoutCardProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { DishCheckoutCardProps } from './DishCheckoutCardProps';
3
+ export declare const DishCheckoutCard: (props: DishCheckoutCardProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import { DishCheckoutCardProps } from './DishCheckoutCardProps';
2
- export declare const useDishCheckoutCardStyles: (props: DishCheckoutCardProps) => import("@material-ui/styles").ClassNameMap<string>;
1
+ import { DishCheckoutCardProps } from './DishCheckoutCardProps';
2
+ export declare const useDishCheckoutCardStyles: (props: DishCheckoutCardProps) => import("@material-ui/styles").ClassNameMap<string>;
@@ -1,44 +1,44 @@
1
- export interface DishCheckoutCardProps {
2
- /** Adds a border to the bottom of the card */
3
- borderBottom?: boolean;
4
- /** disables all interactive elements in the card, like "edit" or "delete" */
5
- disabled?: boolean;
6
- /** Id of the dish */
7
- id: number;
8
- /** Dish image information */
9
- image: {
10
- alt?: string;
11
- src?: string | null;
12
- };
13
- /** Edit and remove button text and aria-label */
14
- messages: Record<'edit' | 'ariaEdit' | 'ariaDelete', string>;
15
- /** Modifier group object of the dish */
16
- modifierGroups?: ModifierGroupsType[];
17
- /** Name of the dish */
18
- name: string;
19
- /** Callback for edit button */
20
- onEdit: () => void;
21
- /** Callback for delete button */
22
- onDelete: () => void;
23
- /** Callback for change of select element */
24
- onQuantityChange: (id: number, value: number) => void;
25
- /** Price of an item. numbers will be prepended with the currencySymbol from OrderingAppContext. */
26
- price: number | string;
27
- /** Quantity of dish selected */
28
- quantity: number;
29
- /** Special instructions text */
30
- specialInstructions?: string | null;
31
- /** If item is in cart but is not unavailable */
32
- warningMessage?: string;
33
- }
34
- export declare type ModifierGroupsType = {
35
- id: number;
36
- menuItemModifierGroupName?: string | null;
37
- selectedModifiers: ModifiersType[];
38
- };
39
- export declare type ModifiersType = {
40
- id: number;
41
- modifierName?: string | null;
42
- quantity: number;
43
- selectedModifierGroups?: ModifierGroupsType[];
44
- };
1
+ export interface DishCheckoutCardProps {
2
+ /** Adds a border to the bottom of the card */
3
+ borderBottom?: boolean;
4
+ /** disables all interactive elements in the card, like "edit" or "delete" */
5
+ disabled?: boolean;
6
+ /** Id of the dish */
7
+ id: number;
8
+ /** Dish image information */
9
+ image: {
10
+ alt?: string;
11
+ src?: string | null;
12
+ };
13
+ /** Edit and remove button text and aria-label */
14
+ messages: Record<'edit' | 'ariaEdit' | 'ariaDelete', string>;
15
+ /** Modifier group object of the dish */
16
+ modifierGroups?: ModifierGroupsType[];
17
+ /** Name of the dish */
18
+ name: string;
19
+ /** Callback for edit button */
20
+ onEdit: () => void;
21
+ /** Callback for delete button */
22
+ onDelete: () => void;
23
+ /** Callback for change of select element */
24
+ onQuantityChange: (id: number, value: number) => void;
25
+ /** Price of an item. numbers will be prepended with the currencySymbol from OrderingAppContext. */
26
+ price: number | string;
27
+ /** Quantity of dish selected */
28
+ quantity: number;
29
+ /** Special instructions text */
30
+ specialInstructions?: string | null;
31
+ /** If item is in cart but is not unavailable */
32
+ warningMessage?: string;
33
+ }
34
+ export declare type ModifierGroupsType = {
35
+ id: number;
36
+ menuItemModifierGroupName?: string | null;
37
+ selectedModifiers: ModifiersType[];
38
+ };
39
+ export declare type ModifiersType = {
40
+ id: number;
41
+ modifierName?: string | null;
42
+ quantity: number;
43
+ selectedModifierGroups?: ModifierGroupsType[];
44
+ };
@@ -1,2 +1,2 @@
1
- export { DishCheckoutCard as default } from './DishCheckoutCard';
2
- export { DishCheckoutCardProps } from './DishCheckoutCardProps';
1
+ export { DishCheckoutCard as default } from './DishCheckoutCard';
2
+ export { DishCheckoutCardProps } from './DishCheckoutCardProps';
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { DishDetailsReviewProps } from './DishDetailsReviewProps';
3
- export declare const DishDetailsReview: React.ForwardRefExoticComponent<DishDetailsReviewProps & React.RefAttributes<HTMLDivElement>>;
1
+ import React from 'react';
2
+ import { DishDetailsReviewProps } from './DishDetailsReviewProps';
3
+ export declare const DishDetailsReview: React.ForwardRefExoticComponent<DishDetailsReviewProps & React.RefAttributes<HTMLDivElement>>;
@@ -1,12 +1,12 @@
1
- export interface DishDetailsReviewProps {
2
- /** name of the restaurant follower user who posted the review */
3
- userName?: string;
4
- /** url information for follower profile picture that may be provided */
5
- userAvatarUrl?: string;
6
- /** the text of the review */
7
- content: string;
8
- /** time since the review was created */
9
- createdAgo: string;
10
- /** image description, a11y requirement */
11
- alt: string;
12
- }
1
+ export interface DishDetailsReviewProps {
2
+ /** name of the restaurant follower user who posted the review */
3
+ userName?: string;
4
+ /** url information for follower profile picture that may be provided */
5
+ userAvatarUrl?: string;
6
+ /** the text of the review */
7
+ content: string;
8
+ /** time since the review was created */
9
+ createdAgo: string;
10
+ /** image description, a11y requirement */
11
+ alt: string;
12
+ }
@@ -1,2 +1,2 @@
1
- export { DishDetailsReview as default } from './DishDetailsReview';
2
- export { DishDetailsReviewProps } from './DishDetailsReviewProps';
1
+ export { DishDetailsReview as default } from './DishDetailsReview';
2
+ export { DishDetailsReviewProps } from './DishDetailsReviewProps';
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
- import { DishModifierCardProps } from './DishModifierCardProps';
3
- export declare const DishModifierCard: {
4
- (props: DishModifierCardProps): JSX.Element;
5
- displayName: string;
6
- };
1
+ /// <reference types="react" />
2
+ import { DishModifierCardProps } from './DishModifierCardProps';
3
+ export declare const DishModifierCard: {
4
+ (props: DishModifierCardProps): JSX.Element;
5
+ displayName: string;
6
+ };
@@ -1,5 +1,5 @@
1
- export declare const useDishModifierCardStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
2
- export declare const useRadioModifierFormStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
3
- export declare const useCheckboxModifierFormStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
4
- export declare const useLabelStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
5
- export declare const useOptionsStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
1
+ export declare const useDishModifierCardStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
2
+ export declare const useRadioModifierFormStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
3
+ export declare const useCheckboxModifierFormStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
4
+ export declare const useLabelStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
5
+ export declare const useOptionsStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
@@ -1,71 +1,71 @@
1
- export declare type ModifierValue = {
2
- groupId: number;
3
- modifierId: number;
4
- parentModifierId?: number | null;
5
- price: number;
6
- quantity: number;
7
- isRadio?: boolean;
8
- };
9
- export declare type Modifier = {
10
- id: number;
11
- hasModifiers: boolean;
12
- name: string;
13
- outOfStock: boolean;
14
- price: number;
15
- formattedPrice: string;
16
- quantity: number;
17
- parentModifierGroupId: number;
18
- parentModifierGroupItemId?: number | null;
19
- };
20
- export declare type OnChangeValueType = ModifierValue;
21
- interface Base {
22
- /** Modifier options */
23
- modifiers: Array<Modifier>;
24
- /** The values of the modifier form */
25
- value: Array<ModifierValue>;
26
- /** Handles the change event */
27
- onChange: (value: OnChangeValueType) => void;
28
- isOutOfStock: boolean;
29
- }
30
- export declare type DishModifierCardProps = {
31
- /** Aggregate price of the modifier and its nested children modifiers */
32
- aggregatePrice: Record<number, string>;
33
- /** Modifier options */
34
- modifiers: Array<Modifier>;
35
- /** The values of the modifier form */
36
- value: Array<ModifierValue>;
37
- /** Handles the change event */
38
- onChange: (value: OnChangeValueType) => void;
39
- /** Name of the modifier */
40
- name: string;
41
- /** Denotes the max amount of selections have been reached */
42
- disableNewSelections?: boolean;
43
- /** Denotes if modifier has an error */
44
- error: boolean;
45
- /** Denotes if modifier is required */
46
- isRequired: boolean;
47
- /** Denotes if modifier is out of stock */
48
- isOutOfStock: boolean;
49
- /** Selection type for modifier group */
50
- type: 'singleSelect' | 'multipleSelect' | 'multipleQuantitySelect';
51
- /** Renders the text of the dish modifiers */
52
- messages: {
53
- optionalText: string;
54
- outOfStockText: string;
55
- requiredText: string;
56
- helperText: string;
57
- };
58
- /** Handles the dialog change for nested modifiers */
59
- handleOptionsClick: (id: number) => void;
60
- /** Used by parent modifier quantity tracking: parent modifier quantity denotes requiredSelectionCount and currentSelectionCount is the total quantity of the child modifier */
61
- selectionQuantity: Record<number, {
62
- requiredSelectionCount: number;
63
- currentSelectionCount: number;
64
- }>;
65
- };
66
- export declare type RadioModifierFormProps = Base;
67
- export declare type CheckboxModifierFormProps = Base & {
68
- disableNewSelections?: boolean;
69
- };
70
- export declare type ModifierOptionsControlProps = Pick<DishModifierCardProps, 'value' | 'modifiers' | 'isOutOfStock' | 'isRequired' | 'onChange' | 'disableNewSelections' | 'type' | 'messages' | 'handleOptionsClick' | 'aggregatePrice' | 'selectionQuantity' | 'name'>;
71
- export {};
1
+ export declare type ModifierValue = {
2
+ groupId: number;
3
+ modifierId: number;
4
+ parentModifierId?: number | null;
5
+ price: number;
6
+ quantity: number;
7
+ isRadio?: boolean;
8
+ };
9
+ export declare type Modifier = {
10
+ id: number;
11
+ hasModifiers: boolean;
12
+ name: string;
13
+ outOfStock: boolean;
14
+ price: number;
15
+ formattedPrice: string;
16
+ quantity: number;
17
+ parentModifierGroupId: number;
18
+ parentModifierGroupItemId?: number | null;
19
+ };
20
+ export declare type OnChangeValueType = ModifierValue;
21
+ interface Base {
22
+ /** Modifier options */
23
+ modifiers: Array<Modifier>;
24
+ /** The values of the modifier form */
25
+ value: Array<ModifierValue>;
26
+ /** Handles the change event */
27
+ onChange: (value: OnChangeValueType) => void;
28
+ isOutOfStock: boolean;
29
+ }
30
+ export declare type DishModifierCardProps = {
31
+ /** Aggregate price of the modifier and its nested children modifiers */
32
+ aggregatePrice: Record<number, string>;
33
+ /** Modifier options */
34
+ modifiers: Array<Modifier>;
35
+ /** The values of the modifier form */
36
+ value: Array<ModifierValue>;
37
+ /** Handles the change event */
38
+ onChange: (value: OnChangeValueType) => void;
39
+ /** Name of the modifier */
40
+ name: string;
41
+ /** Denotes the max amount of selections have been reached */
42
+ disableNewSelections?: boolean;
43
+ /** Denotes if modifier has an error */
44
+ error: boolean;
45
+ /** Denotes if modifier is required */
46
+ isRequired: boolean;
47
+ /** Denotes if modifier is out of stock */
48
+ isOutOfStock: boolean;
49
+ /** Selection type for modifier group */
50
+ type: 'singleSelect' | 'multipleSelect' | 'multipleQuantitySelect';
51
+ /** Renders the text of the dish modifiers */
52
+ messages: {
53
+ optionalText: string;
54
+ outOfStockText: string;
55
+ requiredText: string;
56
+ helperText: string;
57
+ };
58
+ /** Handles the dialog change for nested modifiers */
59
+ handleOptionsClick: (id: number) => void;
60
+ /** Used by parent modifier quantity tracking: parent modifier quantity denotes requiredSelectionCount and currentSelectionCount is the total quantity of the child modifier */
61
+ selectionQuantity: Record<number, {
62
+ requiredSelectionCount: number;
63
+ currentSelectionCount: number;
64
+ }>;
65
+ };
66
+ export declare type RadioModifierFormProps = Base;
67
+ export declare type CheckboxModifierFormProps = Base & {
68
+ disableNewSelections?: boolean;
69
+ };
70
+ export declare type ModifierOptionsControlProps = Pick<DishModifierCardProps, 'value' | 'modifiers' | 'isOutOfStock' | 'isRequired' | 'onChange' | 'disableNewSelections' | 'type' | 'messages' | 'handleOptionsClick' | 'aggregatePrice' | 'selectionQuantity' | 'name'>;
71
+ export {};
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { ModifierOptionsControlProps } from './DishModifierCardProps';
3
- export declare const ModifierControls: (props: ModifierOptionsControlProps) => JSX.Element | null;
1
+ /// <reference types="react" />
2
+ import { ModifierOptionsControlProps } from './DishModifierCardProps';
3
+ export declare const ModifierControls: (props: ModifierOptionsControlProps) => JSX.Element | null;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { RadioModifierFormProps, CheckboxModifierFormProps } from './DishModifierCardProps';
3
- export declare const CheckboxGroup: (props: CheckboxModifierFormProps) => JSX.Element;
4
- export declare const RadioGroup: (props: RadioModifierFormProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { CheckboxModifierFormProps, RadioModifierFormProps } from './DishModifierCardProps';
3
+ export declare const CheckboxGroup: (props: CheckboxModifierFormProps) => JSX.Element;
4
+ export declare const RadioGroup: (props: RadioModifierFormProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- export { DishModifierCard as default } from './DishModifierCard';
2
- export { DishModifierCardProps } from './DishModifierCardProps';
1
+ export { DishModifierCard as default } from './DishModifierCard';
2
+ export { DishModifierCardProps } from './DishModifierCardProps';
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { ItemTagProps } from './ItemTagProps';
3
- export declare const ItemTag: React.ForwardRefExoticComponent<ItemTagProps & React.RefAttributes<HTMLDivElement>>;
1
+ import React from 'react';
2
+ import { ItemTagProps } from './ItemTagProps';
3
+ export declare const ItemTag: React.ForwardRefExoticComponent<ItemTagProps & React.RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,5 @@
1
- import { HTMLAttributes, PropsWithChildren } from 'react';
2
- export interface ItemTagProps extends PropsWithChildren<HTMLAttributes<HTMLElement>> {
3
- /** sets alt for Avatar component */
4
- alt?: string;
5
- }
1
+ import { HTMLAttributes, PropsWithChildren } from 'react';
2
+ export interface ItemTagProps extends PropsWithChildren<HTMLAttributes<HTMLElement>> {
3
+ /** sets alt for Avatar component */
4
+ alt?: string;
5
+ }
@@ -1,2 +1,2 @@
1
- export { ItemTag as default } from './ItemTag';
2
- export { ItemTagProps } from './ItemTagProps';
1
+ export { ItemTag as default } from './ItemTag';
2
+ export { ItemTagProps } from './ItemTagProps';
@@ -1 +1 @@
1
- export declare const useItemTagStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "text">;
1
+ export declare const useItemTagStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "text">;
@@ -1,2 +1,2 @@
1
- import { HTMLAttributes, PropsWithChildren } from 'react';
2
- export declare const ItemTagGroup: (props: PropsWithChildren<HTMLAttributes<HTMLElement>>) => JSX.Element;
1
+ import { HTMLAttributes, PropsWithChildren } from 'react';
2
+ export declare const ItemTagGroup: (props: PropsWithChildren<HTMLAttributes<HTMLElement>>) => JSX.Element;
@@ -1 +1 @@
1
- export { ItemTagGroup as default } from './ItemTagGroup';
1
+ export { ItemTagGroup as default } from './ItemTagGroup';
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { LocationCardProps } from './LocationCardProps';
3
- export declare const LocationCard: (props: LocationCardProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { LocationCardProps } from './LocationCardProps';
3
+ export declare const LocationCard: (props: LocationCardProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import { LocationCardProps } from './LocationCardProps';
2
- export declare const useLocationCardStyles: (props: LocationCardProps) => import("@material-ui/styles").ClassNameMap<string>;
1
+ import { LocationCardProps } from './LocationCardProps';
2
+ export declare const useLocationCardStyles: (props: LocationCardProps) => import("@material-ui/styles").ClassNameMap<string>;
@@ -1,28 +1,27 @@
1
- import { CardActionAreaProps } from '@material-ui/core';
2
- import { CardProps as MuiCardProps } from '@material-ui/core/Card';
3
- export interface LocationCardProps extends Omit<MuiCardProps, 'onClick'> {
4
- /** Renders the name of the restaurant location */
5
- name: string;
6
- /** Renders the address of the restaurant location */
7
- address?: string;
8
- /** Renders the general availability hours of the restaurant location. */
9
- generalAvailability?: string;
10
- /** Renders the pickup availability hours of the restaurant location */
11
- pickupAvailability?: string;
12
- /** Renders the delivery availability hours of the restaurant location */
13
- deliveryAvailability?: string;
14
- /** Renders the distance of the restaurant location (if applicable) */
15
- distance?: string;
16
- /** Callback for when the LocationCard is clicked */
17
- onClick: (value: number) => void;
18
- /** Disables the card and adds out of range message */
19
- outOfRange: boolean;
20
- /** Message for out of range locations */
21
- outOfRangeMessage: string;
22
- /** Sets card selection state */
23
- selected?: boolean;
24
- /** The value of a card in respects to selection state. */
25
- value: number;
26
- /** Props passed to the CardActionArea rendered by SelectableCard. */
27
- CardActionAreaProps?: CardActionAreaProps & Record<`data-${string}`, string>;
28
- }
1
+ import { CardActionAreaProps, CardProps as MuiCardProps } from '@material-ui/core';
2
+ export interface LocationCardProps extends Omit<MuiCardProps, 'onClick'> {
3
+ /** Renders the name of the restaurant location */
4
+ name: string;
5
+ /** Renders the address of the restaurant location */
6
+ address?: string;
7
+ /** Renders the general availability hours of the restaurant location. */
8
+ generalAvailability?: string;
9
+ /** Renders the pickup availability hours of the restaurant location */
10
+ pickupAvailability?: string;
11
+ /** Renders the delivery availability hours of the restaurant location */
12
+ deliveryAvailability?: string;
13
+ /** Renders the distance of the restaurant location (if applicable) */
14
+ distance?: string;
15
+ /** Callback for when the LocationCard is clicked */
16
+ onClick: (value: number) => void;
17
+ /** Disables the card and adds out of range message */
18
+ outOfRange: boolean;
19
+ /** Message for out of range locations */
20
+ outOfRangeMessage: string;
21
+ /** Sets card selection state */
22
+ selected?: boolean;
23
+ /** The value of a card in respects to selection state. */
24
+ value: number;
25
+ /** Props passed to the CardActionArea rendered by SelectableCard. */
26
+ CardActionAreaProps?: CardActionAreaProps & Record<`data-${string}`, string>;
27
+ }
@@ -1,2 +1,2 @@
1
- export { LocationCard as default } from './LocationCard';
2
- export { LocationCardProps } from './LocationCardProps';
1
+ export { LocationCard as default } from './LocationCard';
2
+ export { LocationCardProps } from './LocationCardProps';
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { MenuBannerProps } from './MenuBannerProps';
3
- export declare const MenuBanner: (props: MenuBannerProps) => JSX.Element | null;
1
+ /// <reference types="react" />
2
+ import { MenuBannerProps } from './MenuBannerProps';
3
+ export declare const MenuBanner: (props: MenuBannerProps) => JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { MenuBannerProps } from './MenuBannerProps';
2
- export declare const useStyles: (props: MenuBannerProps) => import("@material-ui/styles").ClassNameMap<string>;
1
+ import { MenuBannerProps } from './MenuBannerProps';
2
+ export declare const useStyles: (props: MenuBannerProps) => import("@material-ui/styles").ClassNameMap<string>;