@mbpockets/shared-ui 0.2.0 → 0.2.6

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 (205) hide show
  1. package/dist/EventPage/editMode/index.cjs.map +1 -1
  2. package/dist/EventPage/editMode/index.d.cts +1 -1
  3. package/dist/EventPage/editMode/index.d.ts +1 -1
  4. package/dist/EventPage/editMode/index.mjs.map +1 -1
  5. package/dist/EventPage/editMode.cjs.map +1 -1
  6. package/dist/EventPage/editMode.d.cts +1 -1
  7. package/dist/EventPage/editMode.d.ts +1 -1
  8. package/dist/EventPage/editMode.mjs.map +1 -1
  9. package/dist/EventPage/index.cjs +202 -96
  10. package/dist/EventPage/index.cjs.map +1 -1
  11. package/dist/EventPage/index.d.cts +1 -1
  12. package/dist/EventPage/index.d.ts +1 -1
  13. package/dist/EventPage/index.mjs +202 -96
  14. package/dist/EventPage/index.mjs.map +1 -1
  15. package/dist/EventPage.cjs +202 -96
  16. package/dist/EventPage.cjs.map +1 -1
  17. package/dist/EventPage.d.cts +6 -4
  18. package/dist/EventPage.d.ts +6 -4
  19. package/dist/EventPage.mjs +202 -96
  20. package/dist/EventPage.mjs.map +1 -1
  21. package/dist/PlayerPage/index.cjs +12 -8
  22. package/dist/PlayerPage/index.cjs.map +1 -1
  23. package/dist/PlayerPage/index.mjs +12 -8
  24. package/dist/PlayerPage/index.mjs.map +1 -1
  25. package/dist/PlayerPage.cjs +12 -8
  26. package/dist/PlayerPage.cjs.map +1 -1
  27. package/dist/PlayerPage.mjs +12 -8
  28. package/dist/PlayerPage.mjs.map +1 -1
  29. package/dist/ProfilePage/index.cjs +12 -8
  30. package/dist/ProfilePage/index.cjs.map +1 -1
  31. package/dist/ProfilePage/index.mjs +12 -8
  32. package/dist/ProfilePage/index.mjs.map +1 -1
  33. package/dist/ProfilePage.cjs +12 -8
  34. package/dist/ProfilePage.cjs.map +1 -1
  35. package/dist/ProfilePage.mjs +12 -8
  36. package/dist/ProfilePage.mjs.map +1 -1
  37. package/dist/SearchPage/Filters/index.cjs +38 -18
  38. package/dist/SearchPage/Filters/index.cjs.map +1 -1
  39. package/dist/SearchPage/Filters/index.d.cts +2 -1
  40. package/dist/SearchPage/Filters/index.d.ts +2 -1
  41. package/dist/SearchPage/Filters/index.mjs +34 -17
  42. package/dist/SearchPage/Filters/index.mjs.map +1 -1
  43. package/dist/SearchPage/Filters.cjs +38 -18
  44. package/dist/SearchPage/Filters.cjs.map +1 -1
  45. package/dist/SearchPage/Filters.d.cts +13 -1
  46. package/dist/SearchPage/Filters.d.ts +13 -1
  47. package/dist/SearchPage/Filters.mjs +34 -17
  48. package/dist/SearchPage/Filters.mjs.map +1 -1
  49. package/dist/SearchPage/Results/index.cjs +137 -73
  50. package/dist/SearchPage/Results/index.cjs.map +1 -1
  51. package/dist/SearchPage/Results/index.mjs +137 -73
  52. package/dist/SearchPage/Results/index.mjs.map +1 -1
  53. package/dist/SearchPage/Results.cjs +137 -73
  54. package/dist/SearchPage/Results.cjs.map +1 -1
  55. package/dist/SearchPage/Results.d.cts +14 -3
  56. package/dist/SearchPage/Results.d.ts +14 -3
  57. package/dist/SearchPage/Results.mjs +137 -73
  58. package/dist/SearchPage/Results.mjs.map +1 -1
  59. package/dist/SearchPage/index.cjs +265 -130
  60. package/dist/SearchPage/index.cjs.map +1 -1
  61. package/dist/SearchPage/index.d.cts +2 -2
  62. package/dist/SearchPage/index.d.ts +2 -2
  63. package/dist/SearchPage/index.mjs +261 -129
  64. package/dist/SearchPage/index.mjs.map +1 -1
  65. package/dist/SearchPage.cjs +265 -130
  66. package/dist/SearchPage.cjs.map +1 -1
  67. package/dist/SearchPage.d.cts +25 -3
  68. package/dist/SearchPage.d.ts +25 -3
  69. package/dist/SearchPage.mjs +261 -129
  70. package/dist/SearchPage.mjs.map +1 -1
  71. package/dist/TablePage/EditComponents/index.cjs +296 -0
  72. package/dist/TablePage/EditComponents/index.cjs.map +1 -0
  73. package/dist/TablePage/EditComponents/index.d.cts +3 -0
  74. package/dist/TablePage/EditComponents/index.d.ts +3 -0
  75. package/dist/TablePage/EditComponents/index.mjs +286 -0
  76. package/dist/TablePage/EditComponents/index.mjs.map +1 -0
  77. package/dist/TablePage/EditComponents.cjs +296 -0
  78. package/dist/TablePage/EditComponents.cjs.map +1 -0
  79. package/dist/TablePage/EditComponents.d.cts +21 -0
  80. package/dist/TablePage/EditComponents.d.ts +21 -0
  81. package/dist/TablePage/EditComponents.mjs +286 -0
  82. package/dist/TablePage/EditComponents.mjs.map +1 -0
  83. package/dist/TablePage/ModalProvider/index.cjs +59 -58
  84. package/dist/TablePage/ModalProvider/index.cjs.map +1 -1
  85. package/dist/TablePage/ModalProvider/index.d.cts +1 -1
  86. package/dist/TablePage/ModalProvider/index.d.ts +1 -1
  87. package/dist/TablePage/ModalProvider/index.mjs +50 -59
  88. package/dist/TablePage/ModalProvider/index.mjs.map +1 -1
  89. package/dist/TablePage/ModalProvider.cjs +59 -58
  90. package/dist/TablePage/ModalProvider.cjs.map +1 -1
  91. package/dist/TablePage/ModalProvider.d.cts +7 -2
  92. package/dist/TablePage/ModalProvider.d.ts +7 -2
  93. package/dist/TablePage/ModalProvider.mjs +50 -59
  94. package/dist/TablePage/ModalProvider.mjs.map +1 -1
  95. package/dist/TablePage/index.cjs +555 -331
  96. package/dist/TablePage/index.cjs.map +1 -1
  97. package/dist/TablePage/index.d.cts +3 -2
  98. package/dist/TablePage/index.d.ts +3 -2
  99. package/dist/TablePage/index.mjs +539 -320
  100. package/dist/TablePage/index.mjs.map +1 -1
  101. package/dist/TablePage/players/index.cjs +24 -4
  102. package/dist/TablePage/players/index.cjs.map +1 -1
  103. package/dist/TablePage/players/index.mjs +24 -4
  104. package/dist/TablePage/players/index.mjs.map +1 -1
  105. package/dist/TablePage/players.cjs +24 -4
  106. package/dist/TablePage/players.cjs.map +1 -1
  107. package/dist/TablePage/players.mjs +24 -4
  108. package/dist/TablePage/players.mjs.map +1 -1
  109. package/dist/TablePage.cjs +555 -331
  110. package/dist/TablePage.cjs.map +1 -1
  111. package/dist/TablePage.d.cts +4 -1
  112. package/dist/TablePage.d.ts +4 -1
  113. package/dist/TablePage.mjs +539 -320
  114. package/dist/TablePage.mjs.map +1 -1
  115. package/dist/{index-D7WHhl3Q.d.ts → index-B23RQop0.d.ts} +12 -12
  116. package/dist/{index-DC0kK3aC.d.cts → index-Csj8S4A4.d.cts} +12 -12
  117. package/dist/index.cjs +972 -460
  118. package/dist/index.cjs.map +1 -1
  119. package/dist/index.d.cts +5 -4
  120. package/dist/index.d.ts +5 -4
  121. package/dist/index.mjs +953 -457
  122. package/dist/index.mjs.map +1 -1
  123. package/dist/mocks/{EventDB.cjs → EventDetails.cjs} +203 -3
  124. package/dist/mocks/EventDetails.cjs.map +1 -0
  125. package/dist/mocks/EventDetails.d.cts +6 -0
  126. package/dist/mocks/EventDetails.d.ts +6 -0
  127. package/dist/mocks/{EventDB.mjs → EventDetails.mjs} +203 -3
  128. package/dist/mocks/EventDetails.mjs.map +1 -0
  129. package/dist/mocks/Tables.cjs +1 -1
  130. package/dist/mocks/Tables.cjs.map +1 -1
  131. package/dist/mocks/Tables.mjs +1 -1
  132. package/dist/mocks/Tables.mjs.map +1 -1
  133. package/dist/mocks/Tags.cjs +200 -0
  134. package/dist/mocks/Tags.cjs.map +1 -1
  135. package/dist/mocks/Tags.mjs +200 -0
  136. package/dist/mocks/Tags.mjs.map +1 -1
  137. package/dist/mocks/index.cjs +202 -2
  138. package/dist/mocks/index.cjs.map +1 -1
  139. package/dist/mocks/index.d.cts +1 -1
  140. package/dist/mocks/index.d.ts +1 -1
  141. package/dist/mocks/index.mjs +202 -2
  142. package/dist/mocks/index.mjs.map +1 -1
  143. package/dist/mocks.cjs +202 -2
  144. package/dist/mocks.cjs.map +1 -1
  145. package/dist/mocks.d.cts +1 -1
  146. package/dist/mocks.d.ts +1 -1
  147. package/dist/mocks.mjs +202 -2
  148. package/dist/mocks.mjs.map +1 -1
  149. package/dist/shared/index.cjs +327 -64
  150. package/dist/shared/index.cjs.map +1 -1
  151. package/dist/shared/index.d.cts +1 -1
  152. package/dist/shared/index.d.ts +1 -1
  153. package/dist/shared/index.mjs +324 -64
  154. package/dist/shared/index.mjs.map +1 -1
  155. package/dist/shared.cjs +327 -64
  156. package/dist/shared.cjs.map +1 -1
  157. package/dist/shared.d.cts +25 -2
  158. package/dist/shared.d.ts +25 -2
  159. package/dist/shared.mjs +324 -64
  160. package/dist/shared.mjs.map +1 -1
  161. package/dist/types/event.d.cts +2 -3
  162. package/dist/types/event.d.ts +2 -3
  163. package/dist/types/index.d.cts +2 -2
  164. package/dist/types/index.d.ts +2 -2
  165. package/dist/types/search.d.cts +7 -1
  166. package/dist/types/search.d.ts +7 -1
  167. package/dist/types/tables.d.cts +1 -0
  168. package/dist/types/tables.d.ts +1 -0
  169. package/dist/types.d.cts +2 -2
  170. package/dist/types.d.ts +2 -2
  171. package/package.json +9 -2
  172. package/dist/TablePage/ModalProvider/index.css +0 -49
  173. package/dist/TablePage/ModalProvider/index.css.map +0 -1
  174. package/dist/TablePage/ModalProvider.css +0 -49
  175. package/dist/TablePage/ModalProvider.css.map +0 -1
  176. package/dist/TablePage/index.css +0 -49
  177. package/dist/TablePage/index.css.map +0 -1
  178. package/dist/TablePage.css +0 -49
  179. package/dist/TablePage.css.map +0 -1
  180. package/dist/index.css +0 -49
  181. package/dist/index.css.map +0 -1
  182. package/dist/mocks/EventDB.cjs.map +0 -1
  183. package/dist/mocks/EventDB.d.cts +0 -6
  184. package/dist/mocks/EventDB.d.ts +0 -6
  185. package/dist/mocks/EventDB.mjs.map +0 -1
  186. package/dist/shared/Modal/index.cjs +0 -64
  187. package/dist/shared/Modal/index.cjs.map +0 -1
  188. package/dist/shared/Modal/index.css +0 -49
  189. package/dist/shared/Modal/index.css.map +0 -1
  190. package/dist/shared/Modal/index.d.cts +0 -2
  191. package/dist/shared/Modal/index.d.ts +0 -2
  192. package/dist/shared/Modal/index.mjs +0 -62
  193. package/dist/shared/Modal/index.mjs.map +0 -1
  194. package/dist/shared/Modal.cjs +0 -64
  195. package/dist/shared/Modal.cjs.map +0 -1
  196. package/dist/shared/Modal.css +0 -49
  197. package/dist/shared/Modal.css.map +0 -1
  198. package/dist/shared/Modal.d.cts +0 -9
  199. package/dist/shared/Modal.d.ts +0 -9
  200. package/dist/shared/Modal.mjs +0 -62
  201. package/dist/shared/Modal.mjs.map +0 -1
  202. package/dist/shared/index.css +0 -49
  203. package/dist/shared/index.css.map +0 -1
  204. package/dist/shared.css +0 -49
  205. package/dist/shared.css.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/mocks/Tables.ts"],"names":[],"mappings":"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","file":"Tables.mjs","sourcesContent":["/**\r\n * Represents the format and structure of a table entity.\r\n * Used to define the properties and information relevant to a table.\r\n *\r\n * Properties:\r\n * - `id`: UUID: A unique identifier for the table.\r\n * - `title`: String(85): Table name for display on Page and in search.\r\n * - `shortDescription`: String(165): Brief summary of the table.\r\n * - `description`: String(2500) A detailed description providing more information about the table.\r\n * - `features`: An optional list of features or characteristics of the table.\r\n * - `capacity`: An optional number indicating the capacity of the table (e.g., number of people it can accommodate).\r\n * - `location`: An optional string specifying where the table is located.\r\n * - `tags`: An optional array of numerical tags associated with the table.\r\n * - `imageUrl`: An optional URL linking to an image of the table.\r\n * - `availability`: An optional string indicating the availability status of the table.\r\n */\r\nexport interface TableFormat {\r\n availability?: string;\r\n capacity: number;\r\n communicationPreferences: string;\r\n description: string;\r\n dungeonMaster?: string;\r\n features?: string[];\r\n id: number;\r\n imageUrl?: string;\r\n location?: string;\r\n players: number[];\r\n shortDescription: string;\r\n title: string;\r\n waitlist: number[];\r\n tags?: number[];\r\n numPlayers: number;\r\n hasDM: boolean;\r\n nextGameTime?: Date | string;\r\n}\r\n\r\nexport const MockedTables: TableFormat[] = [\r\n {\r\n id: 1,\r\n title: 'Critical Hit Table',\r\n shortDescription: 'description coming soon',\r\n description: '**Welcome to the Mystical Realms Campaign!**\\n' +\r\n 'This D&D campaign is perfect for players who have already participated in a session zero. If you haven\\'t had a session zero yet, feel free to reach out to us to schedule one!\\n' +\r\n 'In this campaign, you can chart the stars, salvage ships, or discover secrets on your base planet. This long-term adventure offers the progression and character development you desire, without the commitment of fixed schedules. There are no regular scheduled times, and the group membership is flexible—players can join or leave at any session.\\n' +\r\n 'Players begin their journey in the town of Eldridge, where they can take on various jobs and form crews with other players according to available time slots. At the end of each quest, any magic items and experience earned will carry over to the next adventure.\\n' +\r\n 'This campaign follows a West Marches style, where players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.\\n' +\r\n 'We will be using the 2024 Player\\'s Handbook (PHB) rules along with \"Celestial Ventures\" by Sage Press as a third-party supplement and general setting. This is not a Spelljammer campaign.\\n' +\r\n '**Campaign Premise:** In a world of endless possibilities, your characters will embark on quests that span the stars and the realms beyond. From exploring ancient ruins to battling fearsome creatures, the adventure is entirely up to you and your crew.\\n' +\r\n '**Gameplay Style:**\\n' +\r\n '- **Flexibility:** No regular scheduled times, and the group membership is flexible. Players can join or leave at any session.\\n' +\r\n '- **Progression:** Character development and progression are key. At the end of each quest, any magic items and experience earned will carry over to the next adventure.\\n' +\r\n '- **West Marches:** Players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.\\n' +\r\n '\\n' +\r\n '**Town of Eldridge:**\\n' +\r\n '- **Starting Point:** Your journey begins in the bustling town of Eldridge, where you can take on various jobs, hire other players to form your crew, and explore the local surroundings.\\n' +\r\n '- **Dynamic Jobs:** From scavenging for treasures to defending the town from invaders, the jobs in Eldridge offer endless opportunities for adventure and growth.\\n' +\r\n '\\n' +\r\n '**Quests and Adventures:**\\n' +\r\n '- **Chart the Stars:** Embark on starship journeys to distant planets and galaxies. Discover hidden starbases, salvage derelict ships, and uncover ancient star charts.\\n' +\r\n '- **Salvage Ships:** Dive deep into space to salvage derelict ships and recover valuable treasures. Be cautious of the dangers lurking in the void.\\n' +\r\n '- **Discover Secrets:** Explore ancient ruins, forgotten temples, and secret bases on your base planet. Uncover hidden secrets and uncover the mysteries of the past.\\n' +\r\n '\\n' +\r\n '**Character Development:**\\n' +\r\n '- **Experience Points:** Earn experience points through quests and adventures. These points will help you level up and unlock new abilities and powers.\\n' +\r\n '- **Magic Items:** Discover and collect magic items that will enhance your character\\'s abilities and help you overcome challenges.\\n' +\r\n '\\n' +\r\n '**General Setting:**\\n' +\r\n '- **2024 Player\\'s Handbook (PHB):** The core rules for character creation, combat, and roleplaying.\\n' +\r\n '- **Celestial Ventures by Sage Press:** A third-party supplement that provides additional setting details, rules, and inspiration for your adventures.\\n' +\r\n '\\n' +\r\n '**How to Get Involved:**\\n' +\r\n '- **Session Zero:** If you haven\\'t had a session zero yet, feel free to reach out to us to schedule one. This session will help establish the game world and your character backgrounds.\\n' +\r\n '- **Join Us:** Feel free to join us at any session. We welcome new players who want to explore this exciting campaign.\\n' +\r\n '\\n' +\r\n '**Learn More:** For more information on the campaign setting, rules, and general guidelines, please refer to the Campaign Primer document. This document will help you get a better understanding of the world you will be exploring and the rules that govern your adventures.\\n',\r\n features: ['Digital mapping system', 'Integrated lighting', 'Sound effects', 'Hidden compartments'],\r\n capacity: 8,\r\n location: 'GameHaven Seattle',\r\n tags: [1, 4, 5],\r\n imageUrl: '/images/tables/table1.jpg',\r\n availability: 'Weekends only',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [2, 3, 4],\r\n waitlist: [5, 6],\r\n numPlayers: 3,\r\n hasDM: true\r\n },\r\n {\r\n id: 2,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n shortDescription: 'description coming soon',\r\n features: ['Themed lighting', 'Surround sound', 'Modular terrain', 'Dice towers'],\r\n capacity: 6,\r\n location: 'Fantasy Realms Chicago',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n availability: 'Daily',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 3,\r\n title: 'Strategy Command Center',\r\n shortDescription: 'description coming soon',\r\n description: 'Specialized table designed for strategy board games with built-in organization systems.',\r\n features: ['Card holders', 'Token organizers', 'Game piece storage', 'Drink holders'],\r\n capacity: 4,\r\n location: 'Strategic Mind Games NYC',\r\n tags: [3, 4, 11],\r\n imageUrl: '/images/tables/table3.jpg',\r\n availability: 'Weekdays after 5pm, all day weekends',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"2\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 4,\r\n title: 'Tournament Master Table',\r\n shortDescription: 'description coming soon',\r\n description: 'Professional-grade table designed for competitive card and miniature games.',\r\n features: ['Tournament-sized play area', 'Precision measurements', 'Overhead camera mount', 'Spectator screens'],\r\n capacity: 2,\r\n location: 'Pro Gaming Arena Los Angeles',\r\n tags: [4, 5, 10],\r\n imageUrl: '/images/tables/table4.jpg',\r\n availability: 'By reservation only',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 5,\r\n title: 'Casual Corner Table',\r\n shortDescription: 'description coming soon',\r\n description: 'Comfortable and versatile table perfect for casual gaming sessions and family games.',\r\n features: ['Padded edges', 'Adjustable height', 'Expandable surface', 'Built-in storage'],\r\n capacity: 6,\r\n location: 'Family Game Center Austin',\r\n tags: [6, 9, 12],\r\n imageUrl: '/images/tables/table5.jpg',\r\n availability: 'Daily 10am-10pm',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"3\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n }\r\n];"]}
1
+ {"version":3,"sources":["../../src/mocks/Tables.ts"],"names":[],"mappings":"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","file":"Tables.mjs","sourcesContent":["/**\r\n * Represents the format and structure of a table entity.\r\n * Used to define the properties and information relevant to a table.\r\n *\r\n * Properties:\r\n * - `id`: UUID: A unique identifier for the table.\r\n * - `title`: String(85): Table name for display on Page and in search.\r\n * - `shortDescription`: String(165): Brief summary of the table.\r\n * - `description`: String(2500) A detailed description providing more information about the table.\r\n * - `features`: An optional list of features or characteristics of the table.\r\n * - `capacity`: An optional number indicating the capacity of the table (e.g., number of people it can accommodate).\r\n * - `location`: An optional string specifying where the table is located.\r\n * - `tags`: An optional array of numerical tags associated with the table.\r\n * - `imageUrl`: An optional URL linking to an image of the table.\r\n * - `availability`: An optional string indicating the availability status of the table.\r\n */\r\nexport interface TableFormat {\r\n availability?: string;\r\n capacity: number;\r\n communicationPreferences: string;\r\n description: string;\r\n dungeonMaster?: string;\r\n features?: string[];\r\n id: number;\r\n imageUrl?: string;\r\n location?: string;\r\n players: number[];\r\n shortDescription: string;\r\n title: string;\r\n waitlist: number[];\r\n tags?: number[];\r\n numPlayers: number;\r\n hasDM: boolean;\r\n nextGameTime?: Date | string;\r\n}\r\n\r\nexport const MockedTables: TableFormat[] = [\r\n {\r\n id: 1,\r\n title: 'Critical Hit Table',\r\n shortDescription: 'Time to start the adventure!',\r\n description: '**Welcome to the Mystical Realms Campaign!**\\n' +\r\n 'This D&D campaign is perfect for players who have already participated in a session zero. If you haven\\'t had a session zero yet, feel free to reach out to us to schedule one!\\n' +\r\n 'In this campaign, you can chart the stars, salvage ships, or discover secrets on your base planet. This long-term adventure offers the progression and character development you desire, without the commitment of fixed schedules. There are no regular scheduled times, and the group membership is flexible—players can join or leave at any session.\\n' +\r\n 'Players begin their journey in the town of Eldridge, where they can take on various jobs and form crews with other players according to available time slots. At the end of each quest, any magic items and experience earned will carry over to the next adventure.\\n' +\r\n 'This campaign follows a West Marches style, where players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.\\n' +\r\n 'We will be using the 2024 Player\\'s Handbook (PHB) rules along with \"Celestial Ventures\" by Sage Press as a third-party supplement and general setting. This is not a Spelljammer campaign.\\n' +\r\n '**Campaign Premise:** In a world of endless possibilities, your characters will embark on quests that span the stars and the realms beyond. From exploring ancient ruins to battling fearsome creatures, the adventure is entirely up to you and your crew.\\n' +\r\n '**Gameplay Style:**\\n' +\r\n '- **Flexibility:** No regular scheduled times, and the group membership is flexible. Players can join or leave at any session.\\n' +\r\n '- **Progression:** Character development and progression are key. At the end of each quest, any magic items and experience earned will carry over to the next adventure.\\n' +\r\n '- **West Marches:** Players are free to drop into any new quest, roleplay with other guild members, and ensure they never miss a session.\\n' +\r\n '\\n' +\r\n '**Town of Eldridge:**\\n' +\r\n '- **Starting Point:** Your journey begins in the bustling town of Eldridge, where you can take on various jobs, hire other players to form your crew, and explore the local surroundings.\\n' +\r\n '- **Dynamic Jobs:** From scavenging for treasures to defending the town from invaders, the jobs in Eldridge offer endless opportunities for adventure and growth.\\n' +\r\n '\\n' +\r\n '**Quests and Adventures:**\\n' +\r\n '- **Chart the Stars:** Embark on starship journeys to distant planets and galaxies. Discover hidden starbases, salvage derelict ships, and uncover ancient star charts.\\n' +\r\n '- **Salvage Ships:** Dive deep into space to salvage derelict ships and recover valuable treasures. Be cautious of the dangers lurking in the void.\\n' +\r\n '- **Discover Secrets:** Explore ancient ruins, forgotten temples, and secret bases on your base planet. Uncover hidden secrets and uncover the mysteries of the past.\\n' +\r\n '\\n' +\r\n '**Character Development:**\\n' +\r\n '- **Experience Points:** Earn experience points through quests and adventures. These points will help you level up and unlock new abilities and powers.\\n' +\r\n '- **Magic Items:** Discover and collect magic items that will enhance your character\\'s abilities and help you overcome challenges.\\n' +\r\n '\\n' +\r\n '**General Setting:**\\n' +\r\n '- **2024 Player\\'s Handbook (PHB):** The core rules for character creation, combat, and roleplaying.\\n' +\r\n '- **Celestial Ventures by Sage Press:** A third-party supplement that provides additional setting details, rules, and inspiration for your adventures.\\n' +\r\n '\\n' +\r\n '**How to Get Involved:**\\n' +\r\n '- **Session Zero:** If you haven\\'t had a session zero yet, feel free to reach out to us to schedule one. This session will help establish the game world and your character backgrounds.\\n' +\r\n '- **Join Us:** Feel free to join us at any session. We welcome new players who want to explore this exciting campaign.\\n' +\r\n '\\n' +\r\n '**Learn More:** For more information on the campaign setting, rules, and general guidelines, please refer to the Campaign Primer document. This document will help you get a better understanding of the world you will be exploring and the rules that govern your adventures.\\n',\r\n features: ['Digital mapping system', 'Integrated lighting', 'Sound effects', 'Hidden compartments'],\r\n capacity: 8,\r\n location: 'GameHaven Seattle',\r\n tags: [1, 4, 5],\r\n imageUrl: '/images/tables/table1.jpg',\r\n availability: 'Weekends only',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [2, 3, 4],\r\n waitlist: [5, 6],\r\n numPlayers: 3,\r\n hasDM: true\r\n },\r\n {\r\n id: 2,\r\n title: 'Dragon\\'s Lair Table',\r\n description: 'Themed gaming table with immersive lighting and sound effects for RPG sessions.',\r\n shortDescription: 'description coming soon',\r\n features: ['Themed lighting', 'Surround sound', 'Modular terrain', 'Dice towers'],\r\n capacity: 6,\r\n location: 'Fantasy Realms Chicago',\r\n tags: [1, 7, 12],\r\n imageUrl: '/images/tables/table2.jpg',\r\n availability: 'Daily',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 3,\r\n title: 'Strategy Command Center',\r\n shortDescription: 'description coming soon',\r\n description: 'Specialized table designed for strategy board games with built-in organization systems.',\r\n features: ['Card holders', 'Token organizers', 'Game piece storage', 'Drink holders'],\r\n capacity: 4,\r\n location: 'Strategic Mind Games NYC',\r\n tags: [3, 4, 11],\r\n imageUrl: '/images/tables/table3.jpg',\r\n availability: 'Weekdays after 5pm, all day weekends',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"2\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 4,\r\n title: 'Tournament Master Table',\r\n shortDescription: 'description coming soon',\r\n description: 'Professional-grade table designed for competitive card and miniature games.',\r\n features: ['Tournament-sized play area', 'Precision measurements', 'Overhead camera mount', 'Spectator screens'],\r\n capacity: 2,\r\n location: 'Pro Gaming Arena Los Angeles',\r\n tags: [4, 5, 10],\r\n imageUrl: '/images/tables/table4.jpg',\r\n availability: 'By reservation only',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"1\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n },\r\n {\r\n id: 5,\r\n title: 'Casual Corner Table',\r\n shortDescription: 'description coming soon',\r\n description: 'Comfortable and versatile table perfect for casual gaming sessions and family games.',\r\n features: ['Padded edges', 'Adjustable height', 'Expandable surface', 'Built-in storage'],\r\n capacity: 6,\r\n location: 'Family Game Center Austin',\r\n tags: [6, 9, 12],\r\n imageUrl: '/images/tables/table5.jpg',\r\n availability: 'Daily 10am-10pm',\r\n communicationPreferences: \"\",\r\n dungeonMaster: \"3\",\r\n players: [],\r\n waitlist: [],\r\n numPlayers: 0,\r\n hasDM: true\r\n }\r\n];"]}
@@ -43,6 +43,66 @@ var MockedTags = [
43
43
  tables: true
44
44
  }
45
45
  },
46
+ {
47
+ id: 14,
48
+ label: "Pathfinder 2e",
49
+ color: "#E05A00",
50
+ appliesTo: {
51
+ players: true,
52
+ events: true,
53
+ tables: true
54
+ }
55
+ },
56
+ {
57
+ id: 15,
58
+ label: "Warhammer 40K",
59
+ color: "#8B0000",
60
+ appliesTo: {
61
+ players: true,
62
+ events: true,
63
+ tables: true
64
+ }
65
+ },
66
+ {
67
+ id: 16,
68
+ label: "Pokemon TCG",
69
+ color: "#FFCC00",
70
+ appliesTo: {
71
+ players: true,
72
+ events: true,
73
+ tables: true
74
+ }
75
+ },
76
+ {
77
+ id: 17,
78
+ label: "Dungeons & Dragons",
79
+ color: "#C0392B",
80
+ appliesTo: {
81
+ players: true,
82
+ events: true,
83
+ tables: true
84
+ }
85
+ },
86
+ {
87
+ id: 18,
88
+ label: "Vampire: The Masquerade",
89
+ color: "#6C0057",
90
+ appliesTo: {
91
+ players: true,
92
+ events: true,
93
+ tables: true
94
+ }
95
+ },
96
+ {
97
+ id: 19,
98
+ label: "Starfinder",
99
+ color: "#1A6BB5",
100
+ appliesTo: {
101
+ players: true,
102
+ events: true,
103
+ tables: true
104
+ }
105
+ },
46
106
  // Play style tags
47
107
  {
48
108
  id: 5,
@@ -84,6 +144,66 @@ var MockedTags = [
84
144
  tables: false
85
145
  }
86
146
  },
147
+ {
148
+ id: 20,
149
+ label: "Hardcore",
150
+ color: "#FF2200",
151
+ appliesTo: {
152
+ players: true,
153
+ events: true,
154
+ tables: false
155
+ }
156
+ },
157
+ {
158
+ id: 21,
159
+ label: "Narrative Focused",
160
+ color: "#9B59B6",
161
+ appliesTo: {
162
+ players: true,
163
+ events: true,
164
+ tables: false
165
+ }
166
+ },
167
+ {
168
+ id: 22,
169
+ label: "Combat Heavy",
170
+ color: "#E74C3C",
171
+ appliesTo: {
172
+ players: true,
173
+ events: true,
174
+ tables: false
175
+ }
176
+ },
177
+ {
178
+ id: 23,
179
+ label: "Puzzle Focused",
180
+ color: "#1ABC9C",
181
+ appliesTo: {
182
+ players: true,
183
+ events: true,
184
+ tables: false
185
+ }
186
+ },
187
+ {
188
+ id: 24,
189
+ label: "One-Shot",
190
+ color: "#F39C12",
191
+ appliesTo: {
192
+ players: true,
193
+ events: true,
194
+ tables: true
195
+ }
196
+ },
197
+ {
198
+ id: 25,
199
+ label: "Long Campaign",
200
+ color: "#27AE60",
201
+ appliesTo: {
202
+ players: true,
203
+ events: true,
204
+ tables: true
205
+ }
206
+ },
87
207
  // Social indicator tags
88
208
  {
89
209
  id: 9,
@@ -125,6 +245,56 @@ var MockedTags = [
125
245
  tables: true
126
246
  }
127
247
  },
248
+ {
249
+ id: 26,
250
+ label: "Adults Only",
251
+ color: "#7F8C8D",
252
+ appliesTo: {
253
+ players: true,
254
+ events: true,
255
+ tables: true
256
+ }
257
+ },
258
+ {
259
+ id: 27,
260
+ label: "Accessibility Friendly",
261
+ color: "#2ECC71",
262
+ appliesTo: {
263
+ players: true,
264
+ events: true,
265
+ tables: true
266
+ }
267
+ },
268
+ {
269
+ id: 28,
270
+ label: "Online Play",
271
+ color: "#3498DB",
272
+ appliesTo: {
273
+ players: true,
274
+ events: true,
275
+ tables: true
276
+ }
277
+ },
278
+ {
279
+ id: 29,
280
+ label: "In-Person Only",
281
+ color: "#E67E22",
282
+ appliesTo: {
283
+ players: true,
284
+ events: true,
285
+ tables: true
286
+ }
287
+ },
288
+ {
289
+ id: 30,
290
+ label: "Veterans Welcome",
291
+ color: "#16A085",
292
+ appliesTo: {
293
+ players: true,
294
+ events: true,
295
+ tables: true
296
+ }
297
+ },
128
298
  {
129
299
  id: 13,
130
300
  label: "Youmacon 2025",
@@ -134,6 +304,36 @@ var MockedTags = [
134
304
  events: true,
135
305
  tables: true
136
306
  }
307
+ },
308
+ {
309
+ id: 31,
310
+ label: "GenCon 2025",
311
+ color: "#8E44AD",
312
+ appliesTo: {
313
+ players: true,
314
+ events: true,
315
+ tables: true
316
+ }
317
+ },
318
+ {
319
+ id: 32,
320
+ label: "DragonCon 2025",
321
+ color: "#2980B9",
322
+ appliesTo: {
323
+ players: true,
324
+ events: true,
325
+ tables: true
326
+ }
327
+ },
328
+ {
329
+ id: 33,
330
+ label: "PAX Unplugged 2025",
331
+ color: "#D35400",
332
+ appliesTo: {
333
+ players: true,
334
+ events: true,
335
+ tables: true
336
+ }
137
337
  }
138
338
  ];
139
339
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/mocks/Tags.ts"],"names":[],"mappings":"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","file":"Tags.cjs","sourcesContent":["import { Tag } from \"../types/tag\";\r\n\r\nexport const MockedTags: Tag[] = [\r\n // Game tags\r\n {\r\n id: 1,\r\n label: 'D&D 5e',\r\n color: '#FF5733',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 2,\r\n label: 'Smash Bros',\r\n color: '#33FF57',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 3,\r\n label: 'Settlers of Catan',\r\n color: '#3357FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 4,\r\n label: 'Magic: The Gathering',\r\n color: '#FF33A1',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Play style tags\r\n {\r\n id: 5,\r\n label: 'Competitive',\r\n color: '#57FF33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 6,\r\n label: 'Casual',\r\n color: '#33FFF7',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 7,\r\n label: 'RP Heavy',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 8,\r\n label: 'Grimdark',\r\n color: '#D433FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n // Social indicator tags\r\n {\r\n id: 9,\r\n label: 'LGBT-Friendly',\r\n color: '#33FF93',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 10,\r\n label: 'No Politics',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 11,\r\n label: 'Beginner Friendly',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 12,\r\n label: 'Family Friendly',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id:13,\r\n label: 'Youmacon 2025',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true,\r\n }\r\n }\r\n];"]}
1
+ {"version":3,"sources":["../../src/mocks/Tags.ts"],"names":[],"mappings":"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","file":"Tags.cjs","sourcesContent":["import { Tag } from \"../types/tag\";\r\n\r\nexport const MockedTags: Tag[] = [\r\n // Game tags\r\n {\r\n id: 1,\r\n label: 'D&D 5e',\r\n color: '#FF5733',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 2,\r\n label: 'Smash Bros',\r\n color: '#33FF57',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 3,\r\n label: 'Settlers of Catan',\r\n color: '#3357FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 4,\r\n label: 'Magic: The Gathering',\r\n color: '#FF33A1',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 14,\r\n label: 'Pathfinder 2e',\r\n color: '#E05A00',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 15,\r\n label: 'Warhammer 40K',\r\n color: '#8B0000',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 16,\r\n label: 'Pokemon TCG',\r\n color: '#FFCC00',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 17,\r\n label: 'Dungeons & Dragons',\r\n color: '#C0392B',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 18,\r\n label: 'Vampire: The Masquerade',\r\n color: '#6C0057',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 19,\r\n label: 'Starfinder',\r\n color: '#1A6BB5',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Play style tags\r\n {\r\n id: 5,\r\n label: 'Competitive',\r\n color: '#57FF33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 6,\r\n label: 'Casual',\r\n color: '#33FFF7',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 7,\r\n label: 'RP Heavy',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 8,\r\n label: 'Grimdark',\r\n color: '#D433FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 20,\r\n label: 'Hardcore',\r\n color: '#FF2200',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 21,\r\n label: 'Narrative Focused',\r\n color: '#9B59B6',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 22,\r\n label: 'Combat Heavy',\r\n color: '#E74C3C',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 23,\r\n label: 'Puzzle Focused',\r\n color: '#1ABC9C',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 24,\r\n label: 'One-Shot',\r\n color: '#F39C12',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 25,\r\n label: 'Long Campaign',\r\n color: '#27AE60',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Social indicator tags\r\n {\r\n id: 9,\r\n label: 'LGBT-Friendly',\r\n color: '#33FF93',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 10,\r\n label: 'No Politics',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 11,\r\n label: 'Beginner Friendly',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 12,\r\n label: 'Family Friendly',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 26,\r\n label: 'Adults Only',\r\n color: '#7F8C8D',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 27,\r\n label: 'Accessibility Friendly',\r\n color: '#2ECC71',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 28,\r\n label: 'Online Play',\r\n color: '#3498DB',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 29,\r\n label: 'In-Person Only',\r\n color: '#E67E22',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 30,\r\n label: 'Veterans Welcome',\r\n color: '#16A085',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id:13,\r\n label: 'Youmacon 2025',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true,\r\n }\r\n },\r\n {\r\n id: 31,\r\n label: 'GenCon 2025',\r\n color: '#8E44AD',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 32,\r\n label: 'DragonCon 2025',\r\n color: '#2980B9',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 33,\r\n label: 'PAX Unplugged 2025',\r\n color: '#D35400',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n];"]}
@@ -41,6 +41,66 @@ var MockedTags = [
41
41
  tables: true
42
42
  }
43
43
  },
44
+ {
45
+ id: 14,
46
+ label: "Pathfinder 2e",
47
+ color: "#E05A00",
48
+ appliesTo: {
49
+ players: true,
50
+ events: true,
51
+ tables: true
52
+ }
53
+ },
54
+ {
55
+ id: 15,
56
+ label: "Warhammer 40K",
57
+ color: "#8B0000",
58
+ appliesTo: {
59
+ players: true,
60
+ events: true,
61
+ tables: true
62
+ }
63
+ },
64
+ {
65
+ id: 16,
66
+ label: "Pokemon TCG",
67
+ color: "#FFCC00",
68
+ appliesTo: {
69
+ players: true,
70
+ events: true,
71
+ tables: true
72
+ }
73
+ },
74
+ {
75
+ id: 17,
76
+ label: "Dungeons & Dragons",
77
+ color: "#C0392B",
78
+ appliesTo: {
79
+ players: true,
80
+ events: true,
81
+ tables: true
82
+ }
83
+ },
84
+ {
85
+ id: 18,
86
+ label: "Vampire: The Masquerade",
87
+ color: "#6C0057",
88
+ appliesTo: {
89
+ players: true,
90
+ events: true,
91
+ tables: true
92
+ }
93
+ },
94
+ {
95
+ id: 19,
96
+ label: "Starfinder",
97
+ color: "#1A6BB5",
98
+ appliesTo: {
99
+ players: true,
100
+ events: true,
101
+ tables: true
102
+ }
103
+ },
44
104
  // Play style tags
45
105
  {
46
106
  id: 5,
@@ -82,6 +142,66 @@ var MockedTags = [
82
142
  tables: false
83
143
  }
84
144
  },
145
+ {
146
+ id: 20,
147
+ label: "Hardcore",
148
+ color: "#FF2200",
149
+ appliesTo: {
150
+ players: true,
151
+ events: true,
152
+ tables: false
153
+ }
154
+ },
155
+ {
156
+ id: 21,
157
+ label: "Narrative Focused",
158
+ color: "#9B59B6",
159
+ appliesTo: {
160
+ players: true,
161
+ events: true,
162
+ tables: false
163
+ }
164
+ },
165
+ {
166
+ id: 22,
167
+ label: "Combat Heavy",
168
+ color: "#E74C3C",
169
+ appliesTo: {
170
+ players: true,
171
+ events: true,
172
+ tables: false
173
+ }
174
+ },
175
+ {
176
+ id: 23,
177
+ label: "Puzzle Focused",
178
+ color: "#1ABC9C",
179
+ appliesTo: {
180
+ players: true,
181
+ events: true,
182
+ tables: false
183
+ }
184
+ },
185
+ {
186
+ id: 24,
187
+ label: "One-Shot",
188
+ color: "#F39C12",
189
+ appliesTo: {
190
+ players: true,
191
+ events: true,
192
+ tables: true
193
+ }
194
+ },
195
+ {
196
+ id: 25,
197
+ label: "Long Campaign",
198
+ color: "#27AE60",
199
+ appliesTo: {
200
+ players: true,
201
+ events: true,
202
+ tables: true
203
+ }
204
+ },
85
205
  // Social indicator tags
86
206
  {
87
207
  id: 9,
@@ -123,6 +243,56 @@ var MockedTags = [
123
243
  tables: true
124
244
  }
125
245
  },
246
+ {
247
+ id: 26,
248
+ label: "Adults Only",
249
+ color: "#7F8C8D",
250
+ appliesTo: {
251
+ players: true,
252
+ events: true,
253
+ tables: true
254
+ }
255
+ },
256
+ {
257
+ id: 27,
258
+ label: "Accessibility Friendly",
259
+ color: "#2ECC71",
260
+ appliesTo: {
261
+ players: true,
262
+ events: true,
263
+ tables: true
264
+ }
265
+ },
266
+ {
267
+ id: 28,
268
+ label: "Online Play",
269
+ color: "#3498DB",
270
+ appliesTo: {
271
+ players: true,
272
+ events: true,
273
+ tables: true
274
+ }
275
+ },
276
+ {
277
+ id: 29,
278
+ label: "In-Person Only",
279
+ color: "#E67E22",
280
+ appliesTo: {
281
+ players: true,
282
+ events: true,
283
+ tables: true
284
+ }
285
+ },
286
+ {
287
+ id: 30,
288
+ label: "Veterans Welcome",
289
+ color: "#16A085",
290
+ appliesTo: {
291
+ players: true,
292
+ events: true,
293
+ tables: true
294
+ }
295
+ },
126
296
  {
127
297
  id: 13,
128
298
  label: "Youmacon 2025",
@@ -132,6 +302,36 @@ var MockedTags = [
132
302
  events: true,
133
303
  tables: true
134
304
  }
305
+ },
306
+ {
307
+ id: 31,
308
+ label: "GenCon 2025",
309
+ color: "#8E44AD",
310
+ appliesTo: {
311
+ players: true,
312
+ events: true,
313
+ tables: true
314
+ }
315
+ },
316
+ {
317
+ id: 32,
318
+ label: "DragonCon 2025",
319
+ color: "#2980B9",
320
+ appliesTo: {
321
+ players: true,
322
+ events: true,
323
+ tables: true
324
+ }
325
+ },
326
+ {
327
+ id: 33,
328
+ label: "PAX Unplugged 2025",
329
+ color: "#D35400",
330
+ appliesTo: {
331
+ players: true,
332
+ events: true,
333
+ tables: true
334
+ }
135
335
  }
136
336
  ];
137
337
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/mocks/Tags.ts"],"names":[],"mappings":"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","file":"Tags.mjs","sourcesContent":["import { Tag } from \"../types/tag\";\r\n\r\nexport const MockedTags: Tag[] = [\r\n // Game tags\r\n {\r\n id: 1,\r\n label: 'D&D 5e',\r\n color: '#FF5733',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 2,\r\n label: 'Smash Bros',\r\n color: '#33FF57',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 3,\r\n label: 'Settlers of Catan',\r\n color: '#3357FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 4,\r\n label: 'Magic: The Gathering',\r\n color: '#FF33A1',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Play style tags\r\n {\r\n id: 5,\r\n label: 'Competitive',\r\n color: '#57FF33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 6,\r\n label: 'Casual',\r\n color: '#33FFF7',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 7,\r\n label: 'RP Heavy',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 8,\r\n label: 'Grimdark',\r\n color: '#D433FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n // Social indicator tags\r\n {\r\n id: 9,\r\n label: 'LGBT-Friendly',\r\n color: '#33FF93',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 10,\r\n label: 'No Politics',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 11,\r\n label: 'Beginner Friendly',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 12,\r\n label: 'Family Friendly',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id:13,\r\n label: 'Youmacon 2025',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true,\r\n }\r\n }\r\n];"]}
1
+ {"version":3,"sources":["../../src/mocks/Tags.ts"],"names":[],"mappings":"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","file":"Tags.mjs","sourcesContent":["import { Tag } from \"../types/tag\";\r\n\r\nexport const MockedTags: Tag[] = [\r\n // Game tags\r\n {\r\n id: 1,\r\n label: 'D&D 5e',\r\n color: '#FF5733',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 2,\r\n label: 'Smash Bros',\r\n color: '#33FF57',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 3,\r\n label: 'Settlers of Catan',\r\n color: '#3357FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 4,\r\n label: 'Magic: The Gathering',\r\n color: '#FF33A1',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 14,\r\n label: 'Pathfinder 2e',\r\n color: '#E05A00',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 15,\r\n label: 'Warhammer 40K',\r\n color: '#8B0000',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 16,\r\n label: 'Pokemon TCG',\r\n color: '#FFCC00',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 17,\r\n label: 'Dungeons & Dragons',\r\n color: '#C0392B',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 18,\r\n label: 'Vampire: The Masquerade',\r\n color: '#6C0057',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 19,\r\n label: 'Starfinder',\r\n color: '#1A6BB5',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Play style tags\r\n {\r\n id: 5,\r\n label: 'Competitive',\r\n color: '#57FF33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 6,\r\n label: 'Casual',\r\n color: '#33FFF7',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 7,\r\n label: 'RP Heavy',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 8,\r\n label: 'Grimdark',\r\n color: '#D433FF',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 20,\r\n label: 'Hardcore',\r\n color: '#FF2200',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 21,\r\n label: 'Narrative Focused',\r\n color: '#9B59B6',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 22,\r\n label: 'Combat Heavy',\r\n color: '#E74C3C',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 23,\r\n label: 'Puzzle Focused',\r\n color: '#1ABC9C',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: false\r\n }\r\n },\r\n {\r\n id: 24,\r\n label: 'One-Shot',\r\n color: '#F39C12',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 25,\r\n label: 'Long Campaign',\r\n color: '#27AE60',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n // Social indicator tags\r\n {\r\n id: 9,\r\n label: 'LGBT-Friendly',\r\n color: '#33FF93',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 10,\r\n label: 'No Politics',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 11,\r\n label: 'Beginner Friendly',\r\n color: '#FF8A33',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 12,\r\n label: 'Family Friendly',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 26,\r\n label: 'Adults Only',\r\n color: '#7F8C8D',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 27,\r\n label: 'Accessibility Friendly',\r\n color: '#2ECC71',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 28,\r\n label: 'Online Play',\r\n color: '#3498DB',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 29,\r\n label: 'In-Person Only',\r\n color: '#E67E22',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 30,\r\n label: 'Veterans Welcome',\r\n color: '#16A085',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id:13,\r\n label: 'Youmacon 2025',\r\n color: '#FFC300',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true,\r\n }\r\n },\r\n {\r\n id: 31,\r\n label: 'GenCon 2025',\r\n color: '#8E44AD',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 32,\r\n label: 'DragonCon 2025',\r\n color: '#2980B9',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n {\r\n id: 33,\r\n label: 'PAX Unplugged 2025',\r\n color: '#D35400',\r\n appliesTo: {\r\n players: true,\r\n events: true,\r\n tables: true\r\n }\r\n },\r\n];"]}