/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/react-property@2.0.2/lib/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";const RESERVED=0,STRING=1,BOOLEANISH_STRING=2,BOOLEAN=3,OVERLOADED_BOOLEAN=4,NUMERIC=5,POSITIVE_NUMERIC=6;function getPropertyInfo(e){return properties.hasOwnProperty(e)?properties[e]:null}function PropertyInfoRecord(e,r,t,o,i,n,s){this.acceptsBooleans=2===r||3===r||4===r,this.attributeName=o,this.attributeNamespace=i,this.mustUseProperty=t,this.propertyName=e,this.type=r,this.sanitizeURL=n,this.removeEmptyString=s}const properties={},reservedProps=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];reservedProps.forEach((e=>{properties[e]=new PropertyInfoRecord(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((([e,r])=>{properties[e]=new PropertyInfoRecord(e,1,!1,r,null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,2,!1,e,null,!1,!1)})),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,5,!1,e.toLowerCase(),null,!1,!1)}));const CAMELIZE=/[\-\:]([a-z])/g,capitalize=e=>e[1].toUpperCase();["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach((e=>{const r=e.replace(CAMELIZE,capitalize);properties[r]=new PropertyInfoRecord(r,1,!1,e,null,!1,!1)})),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach((e=>{const r=e.replace(CAMELIZE,capitalize);properties[r]=new PropertyInfoRecord(r,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((e=>{const r=e.replace(CAMELIZE,capitalize);properties[r]=new PropertyInfoRecord(r,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,1,!1,e.toLowerCase(),null,!1,!1)}));const xlinkHref="xlinkHref";properties[xlinkHref]=new PropertyInfoRecord("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((e=>{properties[e]=new PropertyInfoRecord(e,1,!1,e.toLowerCase(),null,!0,!0)}));const{CAMELCASE:CAMELCASE,SAME:SAME,possibleStandardNames:possibleStandardNamesOptimized}=require("../lib/possibleStandardNamesOptimized"),ATTRIBUTE_NAME_START_CHAR=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",ATTRIBUTE_NAME_CHAR=ATTRIBUTE_NAME_START_CHAR+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",isCustomAttribute=RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+ATTRIBUTE_NAME_CHAR+"]*$")),possibleStandardNames=Object.keys(possibleStandardNamesOptimized).reduce(((e,r)=>{const t=possibleStandardNamesOptimized[r];return t===SAME?e[r]=r:t===CAMELCASE?e[r.toLowerCase()]=r:e[r]=t,e}),{});exports.BOOLEAN=3,exports.BOOLEANISH_STRING=2,exports.NUMERIC=5,exports.OVERLOADED_BOOLEAN=4,exports.POSITIVE_NUMERIC=6,exports.RESERVED=0,exports.STRING=1,exports.getPropertyInfo=getPropertyInfo,exports.isCustomAttribute=isCustomAttribute,exports.possibleStandardNames=possibleStandardNames;
//# sourceMappingURL=/sm/f2bf1e1ff810adb2a385da1109b768c4e94470a2a355d620f6fe2534331cbda8.map