Add yet-another-react-lightbox package and update .gitignore to exclude node_modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-12 18:50:30 +00:00
parent bd2a5570a9
commit c92f4a5edd
9304 changed files with 29 additions and 2008667 deletions

View File

@@ -1,66 +0,0 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ga = {}));
}(this, (function (exports) { 'use strict';
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
var Irish = {
firstDayOfWeek: 1,
weekdays: {
shorthand: ["Dom", "Lua", "Mái", "Céa", "Déa", "Aoi", "Sat"],
longhand: [
"Dé Domhnaigh",
"Dé Luain",
"Dé Máirt",
"Dé Céadaoin",
"Déardaoin",
"Dé hAoine",
"Dé Sathairn",
],
},
months: {
shorthand: [
"Ean",
"Fea",
"Már",
"Aib",
"Bea",
"Mei",
"Iúi",
"Lún",
"MFo",
"DFo",
"Sam",
"Nol",
],
longhand: [
"Eanáir",
"Feabhra",
"Márta",
"Aibreán",
"Bealtaine",
"Meitheamh",
"Iúil",
"Lúnasa",
"Meán Fómhair",
"Deireadh Fómhair",
"Samhain",
"Nollaig",
],
},
time_24hr: true,
};
fp.l10ns.hr = Irish;
var ga = fp.l10ns;
exports.Irish = Irish;
exports.default = ga;
Object.defineProperty(exports, '__esModule', { value: true });
})));