@mbpockets/shared-ui 0.1.21 → 0.2.5
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.
- package/dist/EventPage/editMode/index.cjs.map +1 -1
- package/dist/EventPage/editMode/index.d.cts +1 -1
- package/dist/EventPage/editMode/index.d.ts +1 -1
- package/dist/EventPage/editMode/index.mjs.map +1 -1
- package/dist/EventPage/editMode.cjs.map +1 -1
- package/dist/EventPage/editMode.d.cts +1 -1
- package/dist/EventPage/editMode.d.ts +1 -1
- package/dist/EventPage/editMode.mjs.map +1 -1
- package/dist/EventPage/index.cjs +122 -65
- package/dist/EventPage/index.cjs.map +1 -1
- package/dist/EventPage/index.d.cts +1 -1
- package/dist/EventPage/index.d.ts +1 -1
- package/dist/EventPage/index.mjs +122 -65
- package/dist/EventPage/index.mjs.map +1 -1
- package/dist/EventPage.cjs +122 -65
- package/dist/EventPage.cjs.map +1 -1
- package/dist/EventPage.d.cts +4 -4
- package/dist/EventPage.d.ts +4 -4
- package/dist/EventPage.mjs +122 -65
- package/dist/EventPage.mjs.map +1 -1
- package/dist/PlayerPage/index.cjs +12 -8
- package/dist/PlayerPage/index.cjs.map +1 -1
- package/dist/PlayerPage/index.mjs +12 -8
- package/dist/PlayerPage/index.mjs.map +1 -1
- package/dist/PlayerPage.cjs +12 -8
- package/dist/PlayerPage.cjs.map +1 -1
- package/dist/PlayerPage.mjs +12 -8
- package/dist/PlayerPage.mjs.map +1 -1
- package/dist/ProfilePage/index.cjs +12 -8
- package/dist/ProfilePage/index.cjs.map +1 -1
- package/dist/ProfilePage/index.mjs +12 -8
- package/dist/ProfilePage/index.mjs.map +1 -1
- package/dist/ProfilePage.cjs +12 -8
- package/dist/ProfilePage.cjs.map +1 -1
- package/dist/ProfilePage.mjs +12 -8
- package/dist/ProfilePage.mjs.map +1 -1
- package/dist/SearchPage/Filters/index.cjs +38 -18
- package/dist/SearchPage/Filters/index.cjs.map +1 -1
- package/dist/SearchPage/Filters/index.d.cts +2 -1
- package/dist/SearchPage/Filters/index.d.ts +2 -1
- package/dist/SearchPage/Filters/index.mjs +34 -17
- package/dist/SearchPage/Filters/index.mjs.map +1 -1
- package/dist/SearchPage/Filters.cjs +38 -18
- package/dist/SearchPage/Filters.cjs.map +1 -1
- package/dist/SearchPage/Filters.d.cts +13 -1
- package/dist/SearchPage/Filters.d.ts +13 -1
- package/dist/SearchPage/Filters.mjs +34 -17
- package/dist/SearchPage/Filters.mjs.map +1 -1
- package/dist/SearchPage/Results/index.cjs +87 -49
- package/dist/SearchPage/Results/index.cjs.map +1 -1
- package/dist/SearchPage/Results/index.mjs +87 -49
- package/dist/SearchPage/Results/index.mjs.map +1 -1
- package/dist/SearchPage/Results.cjs +87 -49
- package/dist/SearchPage/Results.cjs.map +1 -1
- package/dist/SearchPage/Results.d.cts +10 -3
- package/dist/SearchPage/Results.d.ts +10 -3
- package/dist/SearchPage/Results.mjs +87 -49
- package/dist/SearchPage/Results.mjs.map +1 -1
- package/dist/SearchPage/index.cjs +208 -101
- package/dist/SearchPage/index.cjs.map +1 -1
- package/dist/SearchPage/index.d.cts +2 -2
- package/dist/SearchPage/index.d.ts +2 -2
- package/dist/SearchPage/index.mjs +204 -100
- package/dist/SearchPage/index.mjs.map +1 -1
- package/dist/SearchPage.cjs +208 -101
- package/dist/SearchPage.cjs.map +1 -1
- package/dist/SearchPage.d.cts +25 -3
- package/dist/SearchPage.d.ts +25 -3
- package/dist/SearchPage.mjs +204 -100
- package/dist/SearchPage.mjs.map +1 -1
- package/dist/TablePage/EditComponents/index.cjs +296 -0
- package/dist/TablePage/EditComponents/index.cjs.map +1 -0
- package/dist/TablePage/EditComponents/index.d.cts +3 -0
- package/dist/TablePage/EditComponents/index.d.ts +3 -0
- package/dist/TablePage/EditComponents/index.mjs +286 -0
- package/dist/TablePage/EditComponents/index.mjs.map +1 -0
- package/dist/TablePage/EditComponents.cjs +296 -0
- package/dist/TablePage/EditComponents.cjs.map +1 -0
- package/dist/TablePage/EditComponents.d.cts +21 -0
- package/dist/TablePage/EditComponents.d.ts +21 -0
- package/dist/TablePage/EditComponents.mjs +286 -0
- package/dist/TablePage/EditComponents.mjs.map +1 -0
- package/dist/TablePage/ModalProvider/index.cjs +59 -58
- package/dist/TablePage/ModalProvider/index.cjs.map +1 -1
- package/dist/TablePage/ModalProvider/index.d.cts +1 -1
- package/dist/TablePage/ModalProvider/index.d.ts +1 -1
- package/dist/TablePage/ModalProvider/index.mjs +50 -59
- package/dist/TablePage/ModalProvider/index.mjs.map +1 -1
- package/dist/TablePage/ModalProvider.cjs +59 -58
- package/dist/TablePage/ModalProvider.cjs.map +1 -1
- package/dist/TablePage/ModalProvider.d.cts +7 -2
- package/dist/TablePage/ModalProvider.d.ts +7 -2
- package/dist/TablePage/ModalProvider.mjs +50 -59
- package/dist/TablePage/ModalProvider.mjs.map +1 -1
- package/dist/TablePage/index.cjs +555 -331
- package/dist/TablePage/index.cjs.map +1 -1
- package/dist/TablePage/index.d.cts +3 -2
- package/dist/TablePage/index.d.ts +3 -2
- package/dist/TablePage/index.mjs +539 -320
- package/dist/TablePage/index.mjs.map +1 -1
- package/dist/TablePage/players/index.cjs +24 -4
- package/dist/TablePage/players/index.cjs.map +1 -1
- package/dist/TablePage/players/index.mjs +24 -4
- package/dist/TablePage/players/index.mjs.map +1 -1
- package/dist/TablePage/players.cjs +24 -4
- package/dist/TablePage/players.cjs.map +1 -1
- package/dist/TablePage/players.mjs +24 -4
- package/dist/TablePage/players.mjs.map +1 -1
- package/dist/TablePage.cjs +555 -331
- package/dist/TablePage.cjs.map +1 -1
- package/dist/TablePage.d.cts +4 -1
- package/dist/TablePage.d.ts +4 -1
- package/dist/TablePage.mjs +539 -320
- package/dist/TablePage.mjs.map +1 -1
- package/dist/{index-D7WHhl3Q.d.ts → index-B23RQop0.d.ts} +12 -12
- package/dist/{index-DC0kK3aC.d.cts → index-Csj8S4A4.d.cts} +12 -12
- package/dist/index.cjs +890 -426
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.mjs +871 -423
- package/dist/index.mjs.map +1 -1
- package/dist/mocks/{EventDB.cjs → EventDetails.cjs} +203 -3
- package/dist/mocks/EventDetails.cjs.map +1 -0
- package/dist/mocks/EventDetails.d.cts +6 -0
- package/dist/mocks/EventDetails.d.ts +6 -0
- package/dist/mocks/{EventDB.mjs → EventDetails.mjs} +203 -3
- package/dist/mocks/EventDetails.mjs.map +1 -0
- package/dist/mocks/Tables.cjs +1 -1
- package/dist/mocks/Tables.cjs.map +1 -1
- package/dist/mocks/Tables.mjs +1 -1
- package/dist/mocks/Tables.mjs.map +1 -1
- package/dist/mocks/Tags.cjs +200 -0
- package/dist/mocks/Tags.cjs.map +1 -1
- package/dist/mocks/Tags.mjs +200 -0
- package/dist/mocks/Tags.mjs.map +1 -1
- package/dist/mocks/index.cjs +202 -2
- package/dist/mocks/index.cjs.map +1 -1
- package/dist/mocks/index.d.cts +1 -1
- package/dist/mocks/index.d.ts +1 -1
- package/dist/mocks/index.mjs +202 -2
- package/dist/mocks/index.mjs.map +1 -1
- package/dist/mocks.cjs +202 -2
- package/dist/mocks.cjs.map +1 -1
- package/dist/mocks.d.cts +1 -1
- package/dist/mocks.d.ts +1 -1
- package/dist/mocks.mjs +202 -2
- package/dist/mocks.mjs.map +1 -1
- package/dist/shared/index.cjs +327 -64
- package/dist/shared/index.cjs.map +1 -1
- package/dist/shared/index.d.cts +1 -1
- package/dist/shared/index.d.ts +1 -1
- package/dist/shared/index.mjs +324 -64
- package/dist/shared/index.mjs.map +1 -1
- package/dist/shared.cjs +327 -64
- package/dist/shared.cjs.map +1 -1
- package/dist/shared.d.cts +25 -2
- package/dist/shared.d.ts +25 -2
- package/dist/shared.mjs +324 -64
- package/dist/shared.mjs.map +1 -1
- package/dist/types/event.d.cts +2 -3
- package/dist/types/event.d.ts +2 -3
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/search.d.cts +7 -1
- package/dist/types/search.d.ts +7 -1
- package/dist/types/tables.d.cts +1 -0
- package/dist/types/tables.d.ts +1 -0
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +9 -2
- package/dist/TablePage/ModalProvider/index.css +0 -49
- package/dist/TablePage/ModalProvider/index.css.map +0 -1
- package/dist/TablePage/ModalProvider.css +0 -49
- package/dist/TablePage/ModalProvider.css.map +0 -1
- package/dist/TablePage/index.css +0 -49
- package/dist/TablePage/index.css.map +0 -1
- package/dist/TablePage.css +0 -49
- package/dist/TablePage.css.map +0 -1
- package/dist/index.css +0 -49
- package/dist/index.css.map +0 -1
- package/dist/mocks/EventDB.cjs.map +0 -1
- package/dist/mocks/EventDB.d.cts +0 -6
- package/dist/mocks/EventDB.d.ts +0 -6
- package/dist/mocks/EventDB.mjs.map +0 -1
- package/dist/shared/Modal/index.cjs +0 -64
- package/dist/shared/Modal/index.cjs.map +0 -1
- package/dist/shared/Modal/index.css +0 -49
- package/dist/shared/Modal/index.css.map +0 -1
- package/dist/shared/Modal/index.d.cts +0 -2
- package/dist/shared/Modal/index.d.ts +0 -2
- package/dist/shared/Modal/index.mjs +0 -62
- package/dist/shared/Modal/index.mjs.map +0 -1
- package/dist/shared/Modal.cjs +0 -64
- package/dist/shared/Modal.cjs.map +0 -1
- package/dist/shared/Modal.css +0 -49
- package/dist/shared/Modal.css.map +0 -1
- package/dist/shared/Modal.d.cts +0 -9
- package/dist/shared/Modal.d.ts +0 -9
- package/dist/shared/Modal.mjs +0 -62
- package/dist/shared/Modal.mjs.map +0 -1
- package/dist/shared/index.css +0 -49
- package/dist/shared/index.css.map +0 -1
- package/dist/shared.css +0 -49
- 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];"]}
|
package/dist/mocks/Tags.cjs
CHANGED
|
@@ -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
|
|
package/dist/mocks/Tags.cjs.map
CHANGED
|
@@ -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];"]}
|
package/dist/mocks/Tags.mjs
CHANGED
|
@@ -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
|
|
package/dist/mocks/Tags.mjs.map
CHANGED
|
@@ -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];"]}
|