add philanthropy post; edit pagefind component
This commit is contained in:
@@ -4,6 +4,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __getProtoOf = Object.getPrototypeOf;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
||||
var __commonJS = (cb, mod) => function __require() {
|
||||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
||||
};
|
||||
@@ -23,6 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
||||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
||||
mod
|
||||
));
|
||||
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
||||
|
||||
// node_modules/mark.js/dist/mark.js
|
||||
var require_mark = __commonJS({
|
||||
@@ -998,6 +1000,10 @@ var PagefindHighlight = class {
|
||||
},
|
||||
addStyles: true
|
||||
}) {
|
||||
__publicField(this, "highlightParam");
|
||||
__publicField(this, "markContext");
|
||||
__publicField(this, "markOptions");
|
||||
__publicField(this, "addStyles");
|
||||
var _a, _b;
|
||||
const { highlightParam, markContext, markOptions, addStyles } = options;
|
||||
this.highlightParam = highlightParam ?? "pagefind-highlight";
|
||||
|
||||
Reference in New Issue
Block a user