Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/9fb864d7fae3c1a293886441c0087141b4babecdd9c04a01700580108be3a9ab62c81b802ea1ea3e36e5693c10b80536169a602dbb59e46a0c696b7bd01c2b
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

17 lines
No EOL
555 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.labelNext = labelNext;
/**
* Generates the ARIA label for the "next month" button.
*
* @defaultValue `"Go to the Next Month"`
* @param month - The date representing the next month, or `undefined` if there
* is no next month.
* @returns The ARIA label for the "next month" button.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
function labelNext(month) {
return "Go to the Next Month";
}
//# sourceMappingURL=labelNext.js.map