diff --git a/EditionCrafter-stories.c01508ca.iframe.bundle.js b/EditionCrafter-stories.c01508ca.iframe.bundle.js new file mode 100644 index 0000000..3154d66 --- /dev/null +++ b/EditionCrafter-stories.c01508ca.iframe.bundle.js @@ -0,0 +1,2 @@ +/*! For license information please see EditionCrafter-stories.c01508ca.iframe.bundle.js.LICENSE.txt */ +"use strict";(self.webpackChunk_cu_mkp_editioncrafter=self.webpackChunk_cu_mkp_editioncrafter||[]).push([[906],{"./stories/EditionCrafter.stories.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Development:()=>Development,Testing:()=>Testing,__namedExportsOrder:()=>__namedExportsOrder,default:()=>EditionCrafter_stories});var react=__webpack_require__("./node_modules/react/index.js"),createTheme=__webpack_require__("./node_modules/@material-ui/core/esm/styles/createTheme.js"),ThemeProvider=__webpack_require__("./node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js"),withWidth=__webpack_require__("./node_modules/@material-ui/core/esm/withWidth/withWidth.js"),node_modules_history=__webpack_require__("./node_modules/history/index.js"),es=__webpack_require__("./node_modules/react-redux/es/index.js"),dist=__webpack_require__("./node_modules/react-router-dom/dist/index.js"),react_router_dist=__webpack_require__("./node_modules/react-router/dist/index.js"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function _objectSpread(target){for(var i=1;i_this.leftPaneMinWidth&&right_viewWidth>_this.rightPaneMinWidth&&(_this.splitFraction=0===whole?0:left_viewWidth/whole,_this.updateUI()),_this.updatePaneSize()}},_this.onStartDrag=function(e){_this.dragging=!0},_this.onEndDrag=function(e){_this.dragging=!1},_this.onResize=function(e){_this.updatePaneSize()},_this.firstFolio=props.document.folios[0],_this.rightPaneMinWidth=200,_this.leftPaneMinWidth=200,_this.splitFraction=.5,_this.dividerWidth=16;var _whole=window.innerWidth,split_left=_whole/2/_whole,split_right=1-split_left;return _this.state={style:{gridTemplateColumns:"".concat(split_left,"fr ").concat(_this.dividerWidth,"px ").concat(split_right,"fr")}},_this.dragging=!1,_this.onDrag=_this.onDrag.bind(_assertThisInitialized(_this)),_this.onResize=_this.onResize.bind(_assertThisInitialized(_this)),_this.onEndDrag=_this.onEndDrag.bind(_assertThisInitialized(_this)),_this.updatePaneSize=_this.updatePaneSize.bind(_assertThisInitialized(_this)),_this.updatePaneSize=_this.updatePaneSize.bind(_assertThisInitialized(_this)),_this}return function _createClass(Constructor,protoProps,staticProps){return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}(SplitPaneView,[{key:"updateUI",value:function updateUI(){var left=this.splitFraction,right=1-left;this.setState(_objectSpread(_objectSpread({},this.state),{},{style:_objectSpread(_objectSpread({},this.state.style),{},{gridTemplateColumns:"".concat(left,"fr ").concat(this.dividerWidth,"px ").concat(right,"fr")})}))}},{key:"updatePaneSize",value:function updatePaneSize(){var left_px=Math.floor(Math.abs(window.innerWidth*this.splitFraction)),right_px=Math.floor(window.innerWidth*(1-this.splitFraction));this.props.onWidth&&left_px>=this.leftPaneMinWidth&&this.props.onWidth(left_px,right_px)}},{key:"componentDidMount",value:function componentDidMount(){if(this.updateUI(),window.addEventListener("mousemove",this.onDrag),window.addEventListener("mouseup",this.onEndDrag),window.addEventListener("resize",this.onResize),this.props.onWidth){var left_px=Math.floor(Math.abs(window.innerWidth*this.splitFraction)),right_px=Math.floor(window.innerWidth*(1-this.splitFraction));this.props.onWidth(left_px,right_px)}}},{key:"componentWillUnmount",value:function componentWillUnmount(){window.removeEventListener("mousemove",this.onDrag),window.removeEventListener("mouseup",this.onEndDrag),window.removeEventListener("resize",this.onResize)}},{key:"renderDivider",value:function renderDivider(){return(0,jsx_runtime.jsx)("div",{className:"divider",onMouseDown:this.onStartDrag,children:(0,jsx_runtime.jsx)("div",{className:"drawer-button hidden",onClick:this.onDrawerButton,children:(0,jsx_runtime.jsx)("i",{className:"drawer-icon fas fa-caret-left fa-2x",children:" "})})})}},{key:"render",value:function render(){return(0,jsx_runtime.jsxs)("div",{className:"split-pane-view",style:_objectSpread({},this.state.style),children:[this.props.leftPane,this.renderDivider(),this.props.rightPane]})}}]),SplitPaneView}(react.Component);SplitPaneView.displayName="SplitPaneView",SplitPaneView.__docgenInfo={description:"",methods:[{name:"onDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onStartDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onEndDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onResize",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"updateUI",docblock:null,modifiers:[],params:[],returns:null},{name:"updatePaneSize",docblock:null,modifiers:[],params:[],returns:null},{name:"renderDivider",docblock:null,modifiers:[],params:[],returns:null}],displayName:"SplitPaneView"};const component_SplitPaneView=(0,es.$j)((function mapStateToProps(state){return{document:state.document}}))(SplitPaneView);var redux=__webpack_require__("./node_modules/redux/es/redux.js"),redux_saga_core_npm_proxy_esm=__webpack_require__("./node_modules/redux-saga/dist/redux-saga-core-npm-proxy.esm.js"),redux_saga_effects_npm_proxy_esm=__webpack_require__("./node_modules/redux-saga/dist/redux-saga-effects-npm-proxy.esm.js");function GlossaryActions_ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function GlossaryActions_objectSpread(target){for(var i=1;i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function folioLayout_unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return folioLayout_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?folioLayout_arrayLikeToArray(o,minLen):void 0}}function folioLayout_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i'),_iterator4=folioLayout_createForOfIteratorHelper(blockSet);try{for(_iterator4.s();!(_step4=_iterator4.n()).done;){var block=_step4.value;block.setAttribute("className","block"),el="div"===block.name?el.concat("".concat(block.innerHTML,"
")):el.concat("".concat(block.outerHTML))}}catch(err){_iterator4.e(err)}finally{_iterator4.f()}return el.concat("")}function mergeRow(sourceRow,targetRow){if(targetRow){for(var result=[],i=0;i<4;i++)"."!==sourceRow[i]?result[i]=sourceRow[i]:result[i]=targetRow[i];return result}return sourceRow}function Folio_createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=function Folio_unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return Folio_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Folio_arrayLikeToArray(o,minLen)}(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function F(){};return{s:F,n:function n(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function Folio_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i0?axios.Z.get(folio.image_zoom_url).then((function(imageServerResponse){folio.tileSource=new(openseadragon_default().IIIFTileSource)(imageServerResponse.data);var _step,_iterator=Folio_createForOfIteratorHelper(transcriptionTypes);try{var _loop=function _loop(){var transcriptionType=_step.value,_folio$annotationURLs=folio.annotationURLs[transcriptionType],htmlURL=_folio$annotationURLs.htmlURL,xmlURL=_folio$annotationURLs.xmlURL;folio.transcription||(folio.transcription={}),folio.transcription[transcriptionType]={},axios.Z.all([axios.Z.get(htmlURL),axios.Z.get(xmlURL)]).then(axios.Z.spread((function(htmlResponse,xmlResponse){var transcription=function parseTranscription(html,xml){return Folio_objectSpread(Folio_objectSpread({},function layoutMargin3(html){return layoutMargin(html,[[".",".","."],[".",".","."],[".",".","."]],layoutDecoder3)}(html)),{},{xml})}(htmlResponse.data,xmlResponse.data);transcription?(folio.transcription[transcriptionType]=transcription,folio.loading=!1,transcriptionTypeTracker[transcriptionType]=!0):reject(new Error("Unable to load transcription: ".concat(htmlURL)))}))).catch((function(error){folioData.loading=!1,reject(error)})).finally((function(){0===Object.values(transcriptionTypeTracker).filter((function(v){return!v})).length&&resolve(folio)}))};for(_iterator.s();!(_step=_iterator.n()).done;)_loop()}catch(err){_iterator.e(err)}finally{_iterator.f()}})).catch((function(error){folioData.loading=!1,reject(error)})):axios.Z.get(folio.image_zoom_url).then((function(imageServerResponse){folio.tileSource=new(openseadragon_default().IIIFTileSource)(imageServerResponse.data),folio.loading=!1,resolve(folio)})).catch((function(error){folioData.loading=!1,reject(error)}))}))}function _regeneratorRuntime(){_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,(function(){return this}));var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach((function(method){define(prototype,method,(function(arg){return this._invoke(method,arg)}))}))}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==typeof value&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then((function(value){invoke("next",value,resolve,reject)}),(function(err){invoke("throw",err,resolve,reject)})):PromiseImpl.resolve(value).then((function(unwrapped){result.value=unwrapped,resolve(result)}),(function(error){return invoke("throw",error,resolve,reject)}))}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl((function(resolve,reject){invoke(method,arg,resolve,reject)}))}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return{value:void 0,done:!0}}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(void 0===method)return context.delegate=null,"throw"===methodName&&delegate.iterator.return&&(context.method="return",context.arg=void 0,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=void 0),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable||""===iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var _marked=_regeneratorRuntime().mark(userNavigation),_marked2=_regeneratorRuntime().mark(resolveDocumentManifest),_marked3=_regeneratorRuntime().mark(resolveFolio),_marked4=_regeneratorRuntime().mark(resolveGlossary),_marked5=_regeneratorRuntime().mark(routeListenerSaga),justDocument=function justDocument(state){return state.document},justGlossary=function justGlossary(state){return state.glossary};function userNavigation(action){var pathname,pathSegments,manifest;return _regeneratorRuntime().wrap((function userNavigation$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(pathname=action.payload.params[0].pathname,!((pathSegments=pathname.split("/")).length>1)){_context.next=14;break}_context.t0=pathSegments[1],_context.next="ec"===_context.t0?6:14;break;case 6:return _context.next=8,resolveDocumentManifest();case 8:return manifest=_context.sent,_context.next=11,resolveGlossary(manifest);case 11:return _context.next=13,resolveFolio(pathSegments);case 13:return _context.abrupt("break",14);case 14:case"end":return _context.stop()}}),_marked)}function resolveDocumentManifest(){var document,response;return _regeneratorRuntime().wrap((function resolveDocumentManifest$(_context2){for(;;)switch(_context2.prev=_context2.next){case 0:return _context2.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justDocument);case 2:if((document=_context2.sent).loaded){_context2.next=10;break}return _context2.next=6,axios.Z.get(document.manifestURL);case 6:return response=_context2.sent,_context2.next=9,putResolveAction("DocumentActions.loadDocument",response.data);case 9:return _context2.abrupt("return",response.data);case 10:return _context2.abrupt("return",null);case 11:case"end":return _context2.stop()}}),_marked2)}function resolveFolio(pathSegments){var document,leftID,rightID,folioIDs,_i,_folioIDs,folioID,folioData,folio;return _regeneratorRuntime().wrap((function resolveFolio$(_context3){for(;;)switch(_context3.prev=_context3.next){case 0:return _context3.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justDocument);case 2:if(!(document=_context3.sent).loaded){_context3.next=21;break}pathSegments.length>2&&(leftID=pathSegments[2],pathSegments.length>4&&(rightID=pathSegments[4])),(folioIDs=[]).push(leftID),rightID&&rightID!==leftID&&folioIDs.push(rightID),_i=0,_folioIDs=folioIDs;case 9:if(!(_i<_folioIDs.length)){_context3.next=21;break}if(folioID=_folioIDs[_i],!(folioData=document.folioIndex[folioID])||folioData.loading){_context3.next=18;break}return _context3.next=15,loadFolio(folioData);case 15:return folio=_context3.sent,_context3.next=18,putResolveAction("DocumentActions.loadFolio",folio);case 18:_i++,_context3.next=9;break;case 21:case"end":return _context3.stop()}}),_marked3)}function resolveGlossary(manifest){var glossaryURL,response;return _regeneratorRuntime().wrap((function resolveGlossary$(_context4){for(;;)switch(_context4.prev=_context4.next){case 0:return _context4.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justGlossary);case 2:if(_context4.sent.loaded){_context4.next=12;break}if(null!=manifest&&manifest.seeAlso&&0!==manifest.seeAlso.length&&manifest.seeAlso[0].id){_context4.next=6;break}throw new Error("Missing glossary link in seeAlso array.");case 6:return glossaryURL=manifest.seeAlso[0].id,_context4.next=9,axios.Z.get(glossaryURL);case 9:return response=_context4.sent,_context4.next=12,putResolveAction("GlossaryActions.loadGlossary",response.data);case 12:case"end":return _context4.stop()}}),_marked4)}function routeListenerSaga(){return _regeneratorRuntime().wrap((function routeListenerSaga$(_context5){for(;;)switch(_context5.prev=_context5.next){case 0:return _context5.next=2,(0,redux_saga_effects_npm_proxy_esm.ib)("RouteListenerSaga.userNavigatation",userNavigation);case 2:case"end":return _context5.stop()}}),_marked5)}function rootSaga_regeneratorRuntime(){rootSaga_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,(function(){return this}));var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach((function(method){define(prototype,method,(function(arg){return this._invoke(method,arg)}))}))}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==typeof value&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then((function(value){invoke("next",value,resolve,reject)}),(function(err){invoke("throw",err,resolve,reject)})):PromiseImpl.resolve(value).then((function(unwrapped){result.value=unwrapped,resolve(result)}),(function(error){return invoke("throw",error,resolve,reject)}))}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl((function(resolve,reject){invoke(method,arg,resolve,reject)}))}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return{value:void 0,done:!0}}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(void 0===method)return context.delegate=null,"throw"===methodName&&delegate.iterator.return&&(context.method="return",context.arg=void 0,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=void 0),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable||""===iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var rootSaga_marked=rootSaga_regeneratorRuntime().mark(rootSaga);function rootSaga(){return rootSaga_regeneratorRuntime().wrap((function rootSaga$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,(0,redux_saga_effects_npm_proxy_esm.$6)([routeListenerSaga()]);case 2:case"end":return _context.stop()}}),rootSaga_marked)}function ReduxStore_ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function ReduxStore_defineProperty(obj,key,value){return(key=function ReduxStore_toPropertyKey(arg){var key=function ReduxStore_toPrimitive(input,hint){if("object"!=typeof input||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!=typeof res)return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"==typeof key?key:String(key)}(key))in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function ReduxStore_toConsumableArray(arr){return function ReduxStore_arrayWithoutHoles(arr){if(Array.isArray(arr))return ReduxStore_arrayLikeToArray(arr)}(arr)||function ReduxStore_iterableToArray(iter){if("undefined"!=typeof Symbol&&null!=iter[Symbol.iterator]||null!=iter["@@iterator"])return Array.from(iter)}(arr)||function ReduxStore_unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return ReduxStore_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ReduxStore_arrayLikeToArray(o,minLen)}(arr)||function ReduxStore_nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ReduxStore_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var ReduxStore_marked=ReduxStore_regeneratorRuntime().mark(putResolveAction);function createReduxStore(config){var sagaMiddleware=(0,redux_saga_core_npm_proxy_esm.ZP)(),store=(0,redux.MT)(function rootReducer(config){var iiifManifest=config.iiifManifest,documentName=config.documentName,transcriptionTypes=config.transcriptionTypes;return(0,redux.UY)({diplomatic:createReducer("DiplomaticActions",action_DiplomaticActions,diplomaticInitialState),document:createReducer("DocumentActions",action_DocumentActions,documentInitalState(iiifManifest,documentName,transcriptionTypes)),glossary:createReducer("GlossaryActions",action_GlossaryActions,{glossary:{},loaded:!1})})}(config),window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__(),(0,redux.md)(sagaMiddleware));return sagaMiddleware.run(rootSaga),store}function dispatchAction(props,action){for(var _len=arguments.length,params=new Array(_len>2?_len-2:0),_key=2;_key<_len;_key++)params[_key-2]=arguments[_key];props.dispatch({type:action,payload:{params,dispatcher:{dispatch:props.dispatch}}})}function putResolveAction(action){var _len2,params,_key2,_args=arguments;return ReduxStore_regeneratorRuntime().wrap((function putResolveAction$(_context){for(;;)switch(_context.prev=_context.next){case 0:for(_len2=_args.length,params=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++)params[_key2-1]=_args[_key2];return _context.next=3,(0,redux_saga_effects_npm_proxy_esm.gz)({type:action,payload:{params}});case 3:return _context.abrupt("return",_context.sent);case 4:case"end":return _context.stop()}}),ReduxStore_marked)}function createReducer(actionModuleName,actionModule,initialState){for(var actionNames=[],_i=0,_Object$keys=Object.keys(actionModule);_i<_Object$keys.length;_i++){var action=_Object$keys[_i];actionNames.push("".concat(actionModuleName,".").concat(action))}return function scopedReducer(){var state=arguments.length>0&&void 0!==arguments[0]?arguments[0]:initialState,action=arguments.length>1?arguments[1]:void 0,mod=arguments.length>3&&void 0!==arguments[3]?arguments[3]:actionModule;return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:actionNames).includes(action.type)?function reducer(state,actionFn,action){var params=action.payload&&action.payload.params?action.payload.params:[];return actionFn.apply(void 0,[state].concat(ReduxStore_toConsumableArray(params),[action.payload.dispatcher]))}(state,function getActionFn(action,actionModule){return actionModule[action.split(".")[1]]}(action.type,mod),action):function ReduxStore_objectSpread(target){for(var i=1;i=thumbCount?thumbs.slice(0,thumbCount):thumbs,_this.setState({visibleThumbs})},_this.generateThumbs=_this.generateThumbs.bind(ImageGridView_assertThisInitialized(_this)),_this.loadIncrement=10,_this.state={jumpToBuffer:"",thumbs:"",visibleThumbs:[]},_this}return function ImageGridView_createClass(Constructor,protoProps,staticProps){return protoProps&&ImageGridView_defineProperties(Constructor.prototype,protoProps),staticProps&&ImageGridView_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}(ImageGridView,[{key:"componentDidUpdate",value:function componentDidUpdate(prevProps){var folioID=this.props.documentView[this.props.side].iiifShortID,nextFolioID=this.props.documentView[this.props.side].iiifShortID;if(folioID!==nextFolioID){var thumbs=this.generateThumbs(nextFolioID,this.props.document.folios),thumbCount=thumbs.length>this.loadIncrement?this.loadIncrement:thumbs.length,visibleThumbs=thumbs.slice(0,thumbCount);this.setState({thumbs,visibleThumbs})}}},{key:"renderToolbar",value:function renderToolbar(){return(0,jsx_runtime.jsx)("div",{className:"imageGridToolbar",children:(0,jsx_runtime.jsx)("div",{className:"jump-to",children:(0,jsx_runtime.jsxs)("form",{onSubmit:this.onJumpTo,children:[(0,jsx_runtime.jsx)("span",{children:"Jump to: "}),(0,jsx_runtime.jsx)("input",{id:"jump-to-input",placeholder:"Page Name (e.g. '3r')",onChange:this.onJumpToChange,value:this.state.jumpToBuffer}),(0,jsx_runtime.jsx)("button",{id:"jump-to-button",onClick:this.onJumpTo,children:(0,jsx_runtime.jsx)("span",{style:{color:"black"},className:"fa fa-hand-point-right"})})]})})})}},{key:"componentDidMount",value:function componentDidMount(){var folioID=this.props.documentView[this.props.side].iiifShortID,thumbs=this.generateThumbs(folioID,this.props.document.folios),thumbCount=thumbs.length>this.loadIncrement?this.loadIncrement:thumbs.length,visibleThumbs=thumbs.slice(0,thumbCount);this.setState({thumbs,visibleThumbs})}},{key:"generateThumbs",value:function generateThumbs(currentID,folios){var _this2=this;return folios.map((function(folio,index){return(0,jsx_runtime.jsxs)("li",{className:"thumbnail",children:[(0,jsx_runtime.jsx)("figure",{className:folio.id===currentID?"current":"",children:(0,jsx_runtime.jsx)("a",{id:folio.id,onClick:_this2.onClickThumb.bind(_this2,folio.id),children:(0,jsx_runtime.jsx)("img",{src:folio.image_thumbnail_url,alt:folio.name})})}),(0,jsx_runtime.jsx)("figcaption",{className:folio.id===currentID?"thumbnail-caption current":"thumbnail-caption",children:folio.id===currentID?"*".concat(folio.name):folio.name})]},"thumb-".concat(index))}))}},{key:"hasMore",value:function hasMore(){return this.state.visibleThumbs.length!==this.state.thumbs.length}},{key:"render",value:function render(){var thisClass="imageGridComponent";thisClass="".concat(thisClass," ").concat(this.props.side);var visibleThumbs=this.state.visibleThumbs;return-1===visibleThumbs.constructor.toString().indexOf("Array")&&(visibleThumbs=[]),(0,jsx_runtime.jsxs)("div",{className:thisClass,children:[this.renderToolbar(),(0,jsx_runtime.jsx)(react_infinite_scroller_default(),{element:"ul",loadMore:this.moreThumbs,hasMore:this.hasMore(),useWindow:!1,children:visibleThumbs})]})}}]),ImageGridView}(react.Component);ImageGridView.displayName="ImageGridView",ImageGridView.__docgenInfo={description:"",methods:[{name:"onJumpToChange",docblock:null,modifiers:[],params:[{name:"event",type:null}],returns:null},{name:"onJumpTo",docblock:null,modifiers:[],params:[{name:"event",type:null}],returns:null},{name:"renderToolbar",docblock:null,modifiers:[],params:[],returns:null},{name:"onClickThumb",docblock:null,modifiers:[],params:[{name:"id",type:null},{name:"e",type:null}],returns:null},{name:"generateThumbs",docblock:null,modifiers:[],params:[{name:"currentID",type:null},{name:"folios",type:null}],returns:null},{name:"moreThumbs",docblock:null,modifiers:[],params:[],returns:null},{name:"hasMore",docblock:null,modifiers:[],params:[],returns:null}],displayName:"ImageGridView"};const component_ImageGridView=(0,es.$j)((function ImageGridView_mapStateToProps(state){return{document:state.document}}))(ImageGridView);var html_react_parser=__webpack_require__("./node_modules/html-react-parser/index.mjs");function Pagination_defineProperties(target,props){for(var i=0;i0&&(term+=this.nodeTreeToString(node[x].children));return term.trim()}},{key:"render",value:function render(){var _this$props=this.props,side=_this$props.side,folioID=_this$props.folioID,transcriptionType=_this$props.transcriptionType,document=_this$props.document,documentView=_this$props.documentView,documentViewActions=_this$props.documentViewActions;if("-1"===folioID)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var folio=document.folioIndex[folioID];if(!folio.transcription)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var transcriptionData=folio.transcription[transcriptionType];if(!transcriptionData)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var htmlToReactParserOptionsSide=function htmlToReactParserOptions(){var parserOptions={replace:function replace(domNode){switch(domNode.name){case"tei-note":var _domNode$children$,text=(null===(_domNode$children$=domNode.children[0])||void 0===_domNode$children$?void 0:_domNode$children$.data)||"",id=domNode.attribs.n;return id?(0,jsx_runtime.jsx)(component_EditorComment,{commentID:id,text}):domNode;case"tei-figure":var _graphicEl$attribs,_descEl$children$,graphicEl=domNode.children.find((function(ch){return"tei-graphic"===ch.name})),src=null==graphicEl||null===(_graphicEl$attribs=graphicEl.attribs)||void 0===_graphicEl$attribs?void 0:_graphicEl$attribs.url;if(!src)return domNode;var descEl=domNode.children.find((function(ch){return"tei-figdesc"===ch.name})),desc=null==descEl||null===(_descEl$children$=descEl.children[0])||void 0===_descEl$children$?void 0:_descEl$children$.data;return(0,jsx_runtime.jsxs)("figure",{className:"inline-figure",children:[(0,jsx_runtime.jsx)("img",{src,alt:desc||"",className:"inline-image"}),desc?(0,jsx_runtime.jsx)("figcaption",{children:desc}):null]});default:return domNode}}};return parserOptions}(),html=transcriptionData.html,layout=transcriptionData.layout;if(!html)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var surfaceStyle={gridTemplateAreas:layout};return(0,jsx_runtime.jsxs)("div",{children:[(0,jsx_runtime.jsx)(component_Navigation,{side,documentView,documentViewActions}),(0,jsx_runtime.jsx)(component_Pagination,{side,documentView,documentViewActions}),(0,jsx_runtime.jsx)("div",{className:"transcriptionViewComponent",children:(0,jsx_runtime.jsx)("div",{className:"transcriptContent",children:(0,jsx_runtime.jsx)(CommentErrorBoundary,{children:(0,jsx_runtime.jsx)("div",{className:"surface grid-mode",style:surfaceStyle,children:(0,html_react_parser.ZP)(html,htmlToReactParserOptionsSide)})})})}),(0,jsx_runtime.jsx)(component_Pagination,{side,documentView,documentViewActions})]})}}]),TranscriptionView}(react.Component);TranscriptionView.displayName="TranscriptionView",TranscriptionView.__docgenInfo={description:"",methods:[{name:"nodeTreeToString",docblock:null,modifiers:[],params:[{name:"node",type:null}],returns:null}],displayName:"TranscriptionView"};const component_TranscriptionView=(0,es.$j)((function TranscriptionView_mapStateToProps(state){return{annotations:state.annotations,document:state.document}}))(TranscriptionView);function XMLView_defineProperties(target,props){for(var i=0;i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function GlossaryView_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i→").concat(entry.seeAlso," "):"",synonym=entry.synonym?", syn. ".concat(entry.synonym):"",antonym=entry.antonym?", ant. ".concat(entry.antonym):"";glossaryEntries.push((0,jsx_runtime.jsxs)(Typography.Z,{gutterBottom:!0,children:[(0,jsx_runtime.jsx)("u",{children:entry.headWord}),altString,modString,modPunctuation," ",partOfSpeech," ",meanings.map((function(meaningful){return(0,html_react_parser.ZP)(meaningful)})),(0,html_react_parser.ZP)(seeAlso),(0,html_react_parser.ZP)(synonym),(0,html_react_parser.ZP)(antonym)]},"gloss-".concat(entry.headWord)))}}return glossaryEntries}},{key:"render",value:function render(){return this.props.glossary.loaded?(0,jsx_runtime.jsxs)("div",{id:"glossaryView",children:[(0,jsx_runtime.jsx)(component_Navigation,{side:this.props.side,onFilterChange:this.onFilterChange,value:this.state.filterTerm,documentView:this.props.documentView,documentViewActions:this.props.documentViewActions}),(0,jsx_runtime.jsx)("div",{id:"glossaryViewInner",children:(0,jsx_runtime.jsxs)("div",{id:"glossaryContent",children:[(0,jsx_runtime.jsx)(Typography.Z,{variant:"h2",className:"title",children:"Glossary"}),(0,jsx_runtime.jsxs)(Typography.Z,{className:"subtitle",children:["For short titles, e.g., [COT1611], see",(0,jsx_runtime.jsx)("a",{href:"#/content/resources/bibliography",children:"Bibliography"}),"."]}),(0,jsx_runtime.jsxs)("div",{className:"cite-instructions",children:[(0,jsx_runtime.jsx)(Typography.Z,{className:"cite-header",children:"How to Cite"}),(0,jsx_runtime.jsxs)(Typography.Z,{children:["“Glossary.” In",(0,jsx_runtime.jsx)("i",{children:"Secrets of Craft and Nature in Renaissance France. A Digital Critical Edition and English Translation of BnF Ms. Fr. 640"}),", edited by Making and Knowing Project, Pamela H. Smith, Naomi Rosenkranz, Tianna Helena Uchacz, Tillmann Taape, Clément Godbarge, Sophie Pitman, Jenny Boulboullé, Joel Klein, Donna Bilak, Marc Smith, and Terry Catapano. New York: Making and Knowing Project, 2020.",(0,jsx_runtime.jsx)("a",{href:"https://edition640.makingandknowing.org/#/folios/1r/f/1r/glossary",children:"https://edition640.makingandknowing.org/#/folios/1r/f/1r/glossary"}),"."]})]}),this.renderGlossary()]})})]}):null}}]),GlossaryView}(react.Component);function renderMeanings(entry){for(var meaningList=[],i=0;i1?"".concat(i+1,". "):"",space=iarr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i-1&&(nextID=(current_hasNext=current_idx1&&folioCount>1)?doc.folios[current_idx-2].id:"")}else{var _current_idx=doc.folioIndex[shortID].pageNumber;_current_idx>-1&&(nextID=(current_hasNext=_current_idx0&&folioCount>1)?doc.folios[_current_idx-1].id:"")}return DocumentView_objectSpread(DocumentView_objectSpread({},this.state[side]),{},{iiifShortID:shortID,transcriptionType:viewport.transcriptionType,hasPrevious:current_hasPrev,hasNext:current_hasNext,previousFolioShortID:prevID,nextFolioShortID:nextID})}},{key:"renderPane",value:function renderPane(side,docView){var viewType=this.determineViewType(side),key=this.viewPaneKey(side),folioID=docView[side].iiifShortID,transcriptionType=docView[side].transcriptionType;return"ImageView"===viewType?(0,jsx_runtime.jsx)(component_ImageView,{folioID,documentView:docView,documentViewActions:this.documentViewActions,side},key):"TranscriptionView"===viewType?(0,jsx_runtime.jsx)(component_TranscriptionView,{documentView:docView,documentViewActions:this.documentViewActions,side,folioID,transcriptionType},key):"XMLView"===viewType?(0,jsx_runtime.jsx)(component_XMLView,{folioID,transcriptionType,documentView:docView,documentViewActions:this.documentViewActions,side},key):"ImageGridView"===viewType?(0,jsx_runtime.jsx)(component_ImageGridView,{documentView:docView,documentViewActions:this.documentViewActions,side},key):"GlossaryView"===viewType?(0,jsx_runtime.jsx)(component_GlossaryView,{documentView:docView,documentViewActions:this.documentViewActions,side},key):(0,jsx_runtime.jsx)("div",{children:"ERROR: Unrecognized viewType."})}},{key:"viewPaneKey",value:function viewPaneKey(side){var pane=this.state[side];return"ImageGridView"===pane.viewType?"".concat(side,"-").concat(pane.viewType):void 0!==pane.folio?"".concat(side,"-").concat(pane.viewType,"-").concat(pane.folio.id):"".concat(side,"-").concat(pane.viewType)}},{key:"render",value:function render(){if(!this.props.document.loaded)return null;var docView=DocumentView_objectSpread(DocumentView_objectSpread({},this.state),{},{left:this.viewportState("left"),right:this.viewportState("right")}),mobileDocView=DocumentView_objectSpread(DocumentView_objectSpread({},this.state),{},{right:DocumentView_objectSpread({},this.viewportState("right"))});return(0,withWidth.yJ)("md",this.props.width)?(0,jsx_runtime.jsx)("div",{children:(0,jsx_runtime.jsx)(component_SplitPaneView,{leftPane:this.renderPane("left",docView),rightPane:this.renderPane("right",docView),onWidth:this.onWidth})}):(0,jsx_runtime.jsx)("div",{children:(0,jsx_runtime.jsx)(SinglePaneView,{singlePane:this.renderPane("right",mobileDocView)})})}}]),DocumentView}(react.Component);DocumentView.displayName="DocumentView",DocumentView.__docgenInfo={description:"",methods:[{name:"setXMLMode",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"xmlMode",type:null}],returns:null},{name:"setLinkedMode",docblock:null,modifiers:[],params:[{name:"linkedMode",type:null}],returns:null},{name:"setBookMode",docblock:null,modifiers:[],params:[{name:"shortid",type:null},{name:"bookMode",type:null}],returns:null},{name:"jumpToFolio",docblock:null,modifiers:[],params:[{name:"folioName",type:null},{name:"side",type:null}],returns:null},{name:"findBookFolios",docblock:null,modifiers:[],params:[{name:"folioID",type:null}],returns:null},{name:"onWidth",docblock:null,modifiers:[],params:[{name:"left",type:null},{name:"right",type:null}],returns:null},{name:"changeTranscriptionType",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"transcriptionType",type:null}],returns:null},{name:"getViewports",docblock:null,modifiers:[],params:[],returns:null},{name:"navigateFolios",docblock:null,modifiers:[],params:[{name:"folioID",type:null},{name:"transcriptionType",type:null},{name:"folioID2",type:null},{name:"transcriptionType2",type:null}],returns:null},{name:"changeCurrentFolio",docblock:null,modifiers:[],params:[{name:"folioID",type:null},{name:"side",type:null},{name:"transcriptionType",type:null}],returns:null},{name:"determineViewType",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null},{name:"viewportState",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null},{name:"renderPane",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"docView",type:null}],returns:null},{name:"viewPaneKey",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null}],displayName:"DocumentView"};const component_DocumentView=(0,withWidth.ZP)()((0,es.$j)((function DocumentView_mapStateToProps(state){return{document:state.document}}))(hocs_withRouter(DocumentView)));function RouteListener_defineProperties(target,props){for(var i=0;i "},null===(_Development$paramete2=Development.parameters)||void 0===_Development$paramete2||null===(_Development$paramete3=_Development$paramete2.docs)||void 0===_Development$paramete3?void 0:_Development$paramete3.source)})}),Testing.parameters=EditionCrafter_stories_objectSpread(EditionCrafter_stories_objectSpread({},Testing.parameters),{},{docs:EditionCrafter_stories_objectSpread(EditionCrafter_stories_objectSpread({},null===(_Testing$parameters=Testing.parameters)||void 0===_Testing$parameters?void 0:_Testing$parameters.docs),{},{source:EditionCrafter_stories_objectSpread({originalSource:"() => "},null===(_Testing$parameters2=Testing.parameters)||void 0===_Testing$parameters2||null===(_Testing$parameters2$=_Testing$parameters2.docs)||void 0===_Testing$parameters2$?void 0:_Testing$parameters2$.source)})});var __namedExportsOrder=["Development","Testing"];Development.__docgenInfo={description:"",methods:[],displayName:"Development"},Testing.__docgenInfo={description:"",methods:[],displayName:"Testing"}},"./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[13].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[13].use[3]!./src/scss/editioncrafter.scss":(module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/css-loader/dist/runtime/getUrl.js"),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__),___CSS_LOADER_URL_IMPORT_0___=new URL(__webpack_require__("./src/img/lizard-no-bg.png"),__webpack_require__.b),___CSS_LOADER_EXPORT___=_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Martel+Sans:wght@200&family=Martel:wght@400;700&family=Taviraj:wght@300;500&display=swap);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://fonts.googleapis.com/icon?family=Material+Icons);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://use.fontawesome.com/releases/v5.0.8/css/all.css);"]);var ___CSS_LOADER_URL_REPLACEMENT_0___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);___CSS_LOADER_EXPORT___.push([module.id,"*{box-sizing:border-box}div{width:auto}body{padding:0;margin:0;box-sizing:border-box}.warning{color:#ff0}.fa{width:1.5rem;padding:.2rem .1rem .1rem;text-align:center}.fa.active{background-color:rgba(158,158,158,.0392156863);border:.2rem solid #ff9800}.fa-book.active{border-radius:0 2rem 2rem 0}.fa:not(.active){color:gray}.fa.fa-lock,.fa.fa-lock-open{border-radius:2rem 0 0 2rem}.line-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.line-clamp.two-lines{-webkit-line-clamp:2}.flex-parent{display:flex}.flex-parent.half-width{width:50%}.flex-parent.full-width{width:100%}.flex-parent.column{flex-direction:column}.flex-parent.jc-start{justify-content:flex-start}.flex-parent.jc-center{justify-content:center}.flex-parent.jc-end{justify-content:flex-end}.flex-parent.jc-space-btw{justify-content:space-between}.flex-parent.jc-space-around{justify-content:space-around}.flex-parent.ai-start{align-items:flex-start}.flex-parent.ai-center{align-items:center}.flex-parent.ai-end{align-items:flex-end}.flex-parent.wrap{flex-wrap:wrap}.flex-parent.row-reverse{flex-direction:row-reverse}.flex-parent.column-reverse{flex-direction:column-reverse}.flex-parent .flex-1{flex:1}.flex-parent .flex-2{flex:2}.flex-parent .flex-3{flex:3}.flex-parent .flex-4{flex:4}.flex-parent .flex-5{flex:5}.flex-parent .flex-6{flex:6}.flex-parent .flex-7{flex:7}.flex-parent .flex-8{flex:8}.flex-parent .flex-9{flex:9}.flex-parent .flex-10{flex:10}.flex-parent .flex-11{flex:11}.flex-parent .flex-12{flex:12}.bg-maroon-gradient{background-image:linear-gradient(to right, #792421, #66211c, #531d17, #411912, #30140d)}.bg-dark-gradient-bt{background-image:linear-gradient(to bottom, hsl(30, 50%, 90%), hsl(50, 43%, 83%), hsl(43, 54%, 77%))}.bg-dark-gradient-tb{background-image:linear-gradient(to bottom, hsl(43, 54%, 77%), hsl(50, 43%, 83%), hsl(30, 50%, 90%))}.bg-light-gradient-bt{background-image:linear-gradient(to bottom, hsl(30, 50%, 99%), hsl(50, 43%, 90%), hsl(43, 54%, 85%))}.bg-light-gradient-tb{background-image:linear-gradient(to bottom, hsl(43, 54%, 85%), hsl(50, 43%, 90%), hsl(30, 50%, 99%))}.accent-bar{height:10px;width:100%}.invisible{opacity:0}.disabled{opacity:.5}.figure-dialog-img-container img{display:block;width:100%;height:auto}a:hover{text-decoration:underline}a{color:#792421;text-decoration:none}@-webkit-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-moz-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-ms-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-o-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}#globalNavigation{display:flex;align-items:center;flex-direction:row-reverse;font-size:.9rem;position:relative;top:-4rem;right:2rem;float:right}@media(min-width: 960px){#globalNavigation{display:block}}#globalNavigation .expandedViewOnly span,#globalNavigation .expandedViewOnly a{color:#fff;margin-left:1rem;cursor:pointer}#globalNavigation span .francais{font-weight:100}#globalNavigation input{height:1.5rem;padding:0 0 0 .5rem;font-style:italic;border:1px solid rgba(0,0,0,.3882352941);color:#756c6c;background-color:#d8d8d8}#loadingStateModal{position:fixed;z-index:9000;background-color:rgba(0,0,0,.48);width:100vw;height:100vh}.spinner{width:100%;height:100%;margin:calc(50vh - (1rem/2)) auto 0 auto;text-align:center}.spinner>div{width:1rem;height:1rem;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}figure{padding:.3rem 0 0;border-radius:.2rem;margin:0;text-align:center}figure.current{background-color:rgba(7,122,255,.831)}.thumbnail-caption.current{color:rgba(7,122,255,.831) !important;font-weight:900}.watermark{width:100%;height:100%;margin:calc(50vh - (10rem/2)) auto 0 auto}.transcriptContent .watermark{margin:calc(50vh - 12.5rem) auto 0 auto}.watermark_contents{width:10rem;height:10rem;background-image:url("+___CSS_LOADER_URL_REPLACEMENT_0___+');background-size:100%;background-repeat:no-repeat;margin:auto auto auto auto}.navigationComponent{position:fixed;z-index:2;height:48px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:4px;top:75px;background-color:#fff;border-radius:.3rem}.navigationComponent #tool-bar-buttons{font-size:15px}@media(min-width: 600px){.navigationComponent{top:80px}}@media(min-width: 960px){.navigationComponent{top:initial}}.navigationComponent button{cursor:pointer}.navigationRow{display:flex;justify-content:space-between;padding:12px 10px 12px 10px}.helpIcon{display:none;margin-top:6px;margin-right:16px}@media(min-width: 960px){.helpIcon{display:block}}.dropdownV2{width:150px;margin-right:10px}.imageViewComponent .navigationComponent{background-color:#4a4a4a;border-radius:.3rem;opacity:.8}@media(min-width: 960px){.imageViewComponent .navigationComponent{background-color:#000;color:#fff;border-radius:0;opacity:1}}.transcriptionViewComponent .navigationComponent{background-color:#fff;color:#000}#doc-type-help:after{color:#978e8e}#doc-type-help .dark .MuiSvgIcon-root.MuiSelect-icon{color:#fff}.breadcrumbs{overflow:hidden;display:none}@media(min-width: 960px){.breadcrumbs{display:block}}.breadcrumbs .folioName{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:900;text-decoration:underline}.closeX{float:right;padding:3px;font-style:bold}.closeX:hover{cursor:pointer}.helpContainer .MuiListItem-root{display:flex;gap:10px}.helpContainer{padding:12px;width:335px;height:min(600px,100vh - 40px);position:relative;top:40px;overflow-x:auto}.helpContainer .readingGuide td{padding:8px}.helpContainer .readingGuide h2{margin-top:16px;margin-bottom:10px}.searchHelpContainer{padding:10px 15px 10px 0;width:335px}.helpHeader{text-align:center}.paginationComponent{white-space:nowrap;text-align:center;font-size:1.2rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:52px}@media(min-width: 960px){.paginationComponent{margin-bottom:0}}.paginationControl{padding:16px}.paginationControl .arrow{font-size:1.8rem;color:#4a4a4a;margin:1rem 1rem 0;cursor:pointer}.paginationControl .folioName{position:relative;top:-0.2rem;color:#4a4a4a}#diplomatic #content-view h1,#diplomatic #content-view h2,#diplomatic #content-view h3,#diplomatic #content-view h4,#diplomatic .header-wrapper h1,#diplomatic .header-wrapper h2,#diplomatic .header-wrapper h3,#diplomatic .header-wrapper h4,#diplomatic #entry-list-view h1,#diplomatic #entry-list-view h2,#diplomatic #entry-list-view h3,#diplomatic #entry-list-view h4,#diplomatic #annotation-list-view h1,#diplomatic #annotation-list-view h2,#diplomatic #annotation-list-view h3,#diplomatic #annotation-list-view h4{font-family:"Lato",sans-serif;color:#000;padding:0;margin:0}#diplomatic #content-view h1,#diplomatic .header-wrapper h1,#diplomatic #entry-list-view h1,#diplomatic #annotation-list-view h1{font-family:"Taviraj",serif;font-size:32px}#diplomatic #content-view h2,#diplomatic #content-view h3,#diplomatic .header-wrapper h2,#diplomatic .header-wrapper h3,#diplomatic #entry-list-view h2,#diplomatic #entry-list-view h3,#diplomatic #annotation-list-view h2,#diplomatic #annotation-list-view h3{font-weight:700}#diplomatic #content-view h2,#diplomatic .header-wrapper h2,#diplomatic #entry-list-view h2,#diplomatic #annotation-list-view h2{font-size:22px}#diplomatic #content-view h3,#diplomatic .header-wrapper h3,#diplomatic #entry-list-view h3,#diplomatic #annotation-list-view h3{font-size:18px}#diplomatic #content-view h4,#diplomatic .header-wrapper h4,#diplomatic #entry-list-view h4,#diplomatic #annotation-list-view h4{font-size:18px;font-weight:700}#diplomatic #content-view p,#diplomatic .header-wrapper p,#diplomatic #entry-list-view p,#diplomatic #annotation-list-view p{font-family:"Martel",serif;line-height:1.25}#diplomatic #content-view span,#diplomatic .header-wrapper span,#diplomatic #entry-list-view span,#diplomatic #annotation-list-view span{font-family:"Martel",serif;line-height:1.25;margin:0}#diplomatic #content-view a.MuiButton-containedPrimary.cta-button,#diplomatic .header-wrapper a.MuiButton-containedPrimary.cta-button,#diplomatic #entry-list-view a.MuiButton-containedPrimary.cta-button,#diplomatic #annotation-list-view a.MuiButton-containedPrimary.cta-button{color:#fff;padding:10px 70px;border-radius:0}#diplomatic #content-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic .header-wrapper a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic #entry-list-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic #annotation-list-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span{font-family:"Lato",sans-serif;font-size:20px}#diplomatic #content-view a,#diplomatic .header-wrapper a,#diplomatic #entry-list-view a,#diplomatic #annotation-list-view a{color:#792421}#diplomatic #content-view a:hover,#diplomatic .header-wrapper a:hover,#diplomatic #entry-list-view a:hover,#diplomatic #annotation-list-view a:hover{color:#cba374}#diplomatic #content-view .cta-link.MuiLink-underlineHover:hover,#diplomatic .header-wrapper .cta-link.MuiLink-underlineHover:hover,#diplomatic #entry-list-view .cta-link.MuiLink-underlineHover:hover,#diplomatic #annotation-list-view .cta-link.MuiLink-underlineHover:hover{text-decoration:none}#diplomatic #content-view a.cta-link,#diplomatic .header-wrapper a.cta-link,#diplomatic #entry-list-view a.cta-link,#diplomatic #annotation-list-view a.cta-link{color:#000;text-align:center;width:fit-content;text-decoration:none;font-family:"Lato",sans-serif;font-size:16px;font-weight:700;position:relative;cursor:pointer;margin-bottom:5px}@media(min-width: 960px){#diplomatic #content-view a.cta-link,#diplomatic .header-wrapper a.cta-link,#diplomatic #entry-list-view a.cta-link,#diplomatic #annotation-list-view a.cta-link{font-size:18px}}#diplomatic #content-view a.cta-link.with-icon:after,#diplomatic .header-wrapper a.cta-link.with-icon:after,#diplomatic #entry-list-view a.cta-link.with-icon:after,#diplomatic #annotation-list-view a.cta-link.with-icon:after{font-family:"Font Awesome 5 Free";margin-left:7px;font-weight:600;content:"";font-size:15px}#diplomatic #content-view a.cta-link:before,#diplomatic .header-wrapper a.cta-link:before,#diplomatic #entry-list-view a.cta-link:before,#diplomatic #annotation-list-view a.cta-link:before{position:absolute;content:"";height:2px;background-color:#000;width:50%;right:30%;bottom:-5px;border-radius:2px}#diplomatic #content-view a.cta-link:hover:before,#diplomatic .header-wrapper a.cta-link:hover:before,#diplomatic #entry-list-view a.cta-link:hover:before,#diplomatic #annotation-list-view a.cta-link:hover:before{background-color:#792421;text-decoration:none;height:6px;bottom:-9px;-webkit-animation:slide-down .2s;-moz-animation:slide-down .2s;-ms-animation:slide-down .2s;-o-animation:slide-down .2s;animation:slide-down .2s}#diplomatic #content-view a.cta-link:hover:after,#diplomatic .header-wrapper a.cta-link:hover:after,#diplomatic #entry-list-view a.cta-link:hover:after,#diplomatic #annotation-list-view a.cta-link:hover:after{color:#792421}#diplomatic #content-view a.cta-link.active:before,#diplomatic .header-wrapper a.cta-link.active:before,#diplomatic #entry-list-view a.cta-link.active:before,#diplomatic #annotation-list-view a.cta-link.active:before{background-color:#792421;text-decoration:none;height:6px;bottom:-9px;-webkit-animation:slide-down .2s;-moz-animation:slide-down .2s;-ms-animation:slide-down .2s;-o-animation:slide-down .2s;animation:slide-down .2s}#diplomatic #content-view a.cta-link.active:after,#diplomatic .header-wrapper a.cta-link.active:after,#diplomatic #entry-list-view a.cta-link.active:after,#diplomatic #annotation-list-view a.cta-link.active:after{color:#792421}#diplomatic #content-view a.cta-link.light,#diplomatic .header-wrapper a.cta-link.light,#diplomatic #entry-list-view a.cta-link.light,#diplomatic #annotation-list-view a.cta-link.light{color:#444}#diplomatic #content-view a.cta-link.light:before,#diplomatic .header-wrapper a.cta-link.light:before,#diplomatic #entry-list-view a.cta-link.light:before,#diplomatic #annotation-list-view a.cta-link.light:before{background-color:#444}#diplomatic #content-view a.cta-link.light:hover:before,#diplomatic .header-wrapper a.cta-link.light:hover:before,#diplomatic #entry-list-view a.cta-link.light:hover:before,#diplomatic #annotation-list-view a.cta-link.light:hover:before{background-color:#792421}#diplomatic #content-view a.cta-link.video-link:after,#diplomatic .header-wrapper a.cta-link.video-link:after,#diplomatic #entry-list-view a.cta-link.video-link:after,#diplomatic #annotation-list-view a.cta-link.video-link:after{content:"";font-size:12px;margin-bottom:-2px}#diplomatic #content-view a.cta-link.search-link:after,#diplomatic .header-wrapper a.cta-link.search-link:after,#diplomatic #entry-list-view a.cta-link.search-link:after,#diplomatic #annotation-list-view a.cta-link.search-link:after{font-family:"Material Icons";content:"search";font-size:16px}#diplomatic #header{width:100%;padding:0px 20px;background-color:#fff;border-radius:0}@media(min-width: 1280px){#diplomatic #header{padding:5px 50px}}#diplomatic #header img{width:210px}@media(min-width: 600px){#diplomatic #header img{width:300px}}@media(min-width: 960px){#diplomatic #header img{width:300px}}#diplomatic #header .expandedViewOnly{width:100%}#diplomatic #header .nav-item{font-size:16px;margin-right:5px;white-space:nowrap;margin-bottom:15px}#diplomatic #header .search-btn{margin-bottom:10px;font-size:18px}#diplomatic .maroon-dropdown{background-color:#460c0a;border-radius:0;-webkit-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8);-moz-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8);box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8)}#diplomatic .mobile-menu{padding:50px 0}#diplomatic .mobile-menu .list-container{position:relative}#diplomatic .mobile-menu .list-container .list{color:"white"}#diplomatic .search-bar{height:162px}#diplomatic .search-bar .label{font-size:32px;color:#fff;font-weight:400;white-space:nowrap}#diplomatic .search-bar .content{width:50%}#diplomatic .search-bar #search input{border:1px solid #dededf;border-radius:4px;width:300px;height:38px;font-size:14px;padding:5px 15px;font-family:"Lato",sans-serif}#diplomatic.sticky .header-wrapper.sticky{position:sticky;top:0;z-index:2}#diplomatic #footer{color:#fff;background-color:#460c0a;display:flex;flex-direction:column;padding:10px 20px}@media(min-width: 600px){#diplomatic #footer{padding:20px 30px}}@media(min-width: 960px){#diplomatic #footer{padding:30px 40px}}#diplomatic #footer p,#diplomatic #footer a{font-family:"Lato",sans-serif;font-size:16px;color:#fafafa;line-height:1.5;margin:0}#diplomatic #footer a:hover{color:#cba374;fill:#cba374}#diplomatic #footer .top{margin-bottom:10px}#diplomatic #footer .top p{margin:0 5px;white-space:nowrap}#diplomatic #footer .doi{text-align:center}#diplomatic #footer .copyright .symbols{text-decoration:none}#diplomatic #footer .copyright svg{width:14px;height:14px}#diplomatic #footer .logos{margin-bottom:10px}#diplomatic #footer .logos img{width:150px}@media(min-width: 600px){#diplomatic #footer .logos img{width:200px}}@media(min-width: 600px){#diplomatic #footer .logos img{width:250px}}#diplomatic #footer .footer-links{width:100%;text-align:center;font-size:12px;line-height:2}#diplomatic.fixed{background:#fff;position:fixed;width:100vw;height:calc(100vh - 12rem);font-size:.7rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"OpenSans",sans-serif;font-size:.9rem}@media(min-width: 600px){#diplomatic.fixed{height:calc(100vh - 13rem)}}@media(min-width: 960px){#diplomatic.fixed{height:calc(100vh - 14rem)}}#diplomatic.fixed #content{line-height:1.2rem}#diplomatic.fixed h1,#diplomatic.fixed h2,#diplomatic.fixed h3,#diplomatic.fixed h4{color:rgba(0,0,0,.7215686275);font-family:"OpenSans",sans-serif;font-weight:700;padding:0;line-height:1.5rem}.imageGridComponent{background-color:#000;font-size:.8rem;overflow:scroll;height:100vh}.imageGridComponent>ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin:1.5rem 0 8rem 2rem}.imageGridComponent>ul>li{margin-bottom:20px;width:150px;height:220px}.imageGridComponent>ul>li>figure{margin:8px}.imageGridComponent>ul>li>figure:hover{border:2px #eee solid;margin:6px}.imageGridComponent>ul>li>.thumbnail-caption{text-align:center;color:#fff}.hidden{display:none}.imageGridComponent .imageGridToolbar{padding:5px;color:#fff}.imageGridComponent .imageGridToolbar .jump-to{float:right;display:"inline";margin-right:30px}.imageGridComponent .imageGridToolbar .jump-to #jump-to-input{margin-left:5px}.imageGridComponent .imageGridToolbar .jump-to #jump-to-button{margin-left:5px;cursor:pointer}.split-pane-view{height:100%;width:100%;display:grid;grid-template-areas:"image_viewer divider transcription"}.split-pane-view>.divider{z-index:2;grid-area:divider;width:1rem;background:#bbb;cursor:ew-resize;display:flex}.split-pane-view>.divider>.drawer-button{align-self:center;align:center;cursor:auto}.split-pane-view>.divider>.drawer-button:hover{color:#fff}.split-pane-view>.divider>.hidden{display:none}.split-pane-view #annotation-view{font-size:16px}#image-view-seadragon-left,#image-view-seadragon-right{width:100%;height:100%;grid-area:image_viewer;background:#000}.imageViewComponent{position:relative;padding:0;margin:0;width:100%;height:100vh}.ImageZoomControl{position:absolute;z-index:1;top:8rem;color:#fff;list-style:none;background:#4a4a4a;opacity:.4;margin:0;padding:.4rem .5rem;border-radius:.3rem}@media(min-width: 960px){.ImageZoomControl{top:4rem;left:2rem}}.ImageZoomControl>li{color:#e0e0e0}.ImageZoomControl>li>.zoom-in{margin-top:8px}.ImageZoomControl>li:hover{color:#fff}.ImageZoomControl>li>.zoom-3{margin-top:8px}.ImageZoomControl>li>.zoom-2{margin-top:8px;margin-left:5px}.ImageZoomControl>li>.zoom-1{margin-top:8px;margin-left:7px}.ImageZoomControl>li>.zoom-out{margin-top:8px}.ImageZoomControl>li>.zoom-grid{margin-top:30px}.transcriptionViewComponent{overflow:scroll;height:calc(100vh - 7rem)}.transcriptionViewComponent .transcriptContent{padding:50px 16px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;margin-bottom:92px}@media(min-width: 960px){.transcriptionViewComponent .transcriptContent{padding:5px 16px}}.transcriptionViewComponent .transcriptContent figure{display:inline-flex;flex-direction:column;width:100%;align-items:center;gap:6px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-middle]{max-width:250px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-top]{max-width:250px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-bottom]{max-width:250px}.transcriptionViewComponent .transcriptContent .x-small-inline-figure{margin:5px;border:1px solid gray;width:30px}.transcriptionViewComponent .transcriptContent .small-inline-figure{margin:5px;border:1px solid gray;width:60px}.transcriptionViewComponent .transcriptContent .medium-inline-figure{margin:5px;border:1px solid gray;width:200px}.transcriptionViewComponent .transcriptContent .large-inline-figure{margin:5px;border:1px solid gray;width:350px}.transcriptionViewComponent .transcriptContent .surface{grid-area:transcription;margin:0;padding:0;list-style:none}.transcriptionViewComponent .transcriptContent .grid-mode{display:grid;grid-auto-rows:minmax(min-content, 0fr);grid-gap:2px}.transcriptionViewComponent .transcriptContent .surface>.small-font{font-size:11pt}.transcriptionViewComponent .transcriptContent .surface>div{padding:10px}.transcriptionViewComponent .transcriptContent .surface>#z0{grid-area:z0}.transcriptionViewComponent .transcriptContent .surface>#z1{grid-area:z1}.transcriptionViewComponent .transcriptContent .surface>#z2{grid-area:z2}.transcriptionViewComponent .transcriptContent .surface>#z3{grid-area:z3}.transcriptionViewComponent .transcriptContent .surface>#z4{grid-area:z4}.transcriptionViewComponent .transcriptContent .surface>#z5{grid-area:z5}.transcriptionViewComponent .transcriptContent .surface>#z6{grid-area:z6}.transcriptionViewComponent .transcriptContent .surface>#z7{grid-area:z7}.transcriptionViewComponent .transcriptContent .surface>#z8{grid-area:z8}.transcriptionViewComponent .transcriptContent .surface>#z9{grid-area:z9}.transcriptionViewComponent .transcriptContent .surface>#z10{grid-area:z10}.transcriptionViewComponent .transcriptContent .surface>#z11{grid-area:z11}.transcriptionViewComponent .transcriptContent .surface>#z12{grid-area:z12}.transcriptionViewComponent .transcriptContent .surface>#z13{grid-area:z13}.transcriptionViewComponent .transcriptContent .surface>#z14{grid-area:z14}.transcriptionViewComponent .transcriptContent .surface>#z15{grid-area:z15}.transcriptionViewComponent .transcriptContent .surface>#z16{grid-area:z16}.transcriptionViewComponent .transcriptContent .surface>#z17{grid-area:z17}.transcriptionViewComponent .transcriptContent .surface>#z18{grid-area:z18}.transcriptionViewComponent .transcriptContent .surface>#z19{grid-area:z19}.transcriptionViewComponent .transcriptContent .surface>#z20{grid-area:z20}.transcriptionViewComponent .transcriptContent .highlight{background-color:#ff0}.editor-comment-content{word-wrap:break-word}.inline-image{max-width:90%;max-height:360px;margin:auto;text-align:center}.xmlViewComponent .navigationComponent{background-color:#fff;color:#000}.xmlContent{padding:0;margin:4.5rem 0 0;width:calc(100% - 1.2rem);min-height:100vh;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;min-width:10rem}.xmlViewComponent{overflow:auto;margin:0 0 0 1rem;height:calc(100vh - 7rem)}.xmlContentInner{max-height:100%}.xmlContentInner pre{overflow-x:auto}#glossaryView #glossaryViewInner{overflow-y:scroll;margin:5px 0 0 0;width:calc(100% - 1.2rem);height:calc(100vh - 170px);padding:5px 16px}@media(min-width: 960px){#glossaryView #glossaryViewInner{margin:52px 0 0 0}}#glossaryView .cite-header{text-align:center;margin-bottom:5px}#glossaryView .cite-instructions{margin:20px;margin-left:15%;margin-right:15%}#glossaryView .navigationComponent{position:sticky;top:0}@media(min-width: 960px){#glossaryView .navigationComponent{position:fixed;top:initial}}#glossaryView .glossaryNav{background:#fff;padding:5px;position:relative}#glossaryView .glossaryNav #glossary-filter{margin-right:10px}#glossaryView .glossaryNav .alphaNav{display:none}@media(min-width: 960px){#glossaryView .glossaryNav .alphaNav{display:block}}#glossaryView .alphaNav{color:blue;display:inline}#glossaryView .title{white-space:nowrap;position:relative;width:calc(100% - 1.7rem);text-align:center;top:-2em;font-size:1.8rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 960px){#glossaryView .title{top:-1em}}#glossaryView .subtitle{white-space:nowrap;position:relative;width:calc(100% - 1.7rem);text-align:center;top:-2em;font-style:italic;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 960px){#glossaryView .subtitle{top:-1em}}#glossaryView #glossaryContent{padding:5rem 0 0;min-height:100vh;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;min-width:10rem}@media(min-width: 960px){#glossaryView #glossaryContent{padding:3.5rem 0 0}}.jumpToFolio_component{margin:1rem 0 0 -4.5rem;padding:.6rem;height:1.2rem;width:9.5rem;background:#e7e7e7;border:1px solid rgba(90,98,102,.53);border-radius:.3rem;-webkit-box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);-moz-box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);font-family:sans-serif}.jumpToFolio_component input:focus{outline:none}.jumpToFolio_component:after,.jumpToFolio_component:before{bottom:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.jumpToFolio_component:after{border-color:rgba(255,255,255,0);border-bottom-color:#e7e7e7;border-width:9px;margin-left:-9px}.jumpToFolio_component:before{border-color:rgba(194,225,245,0);border-bottom-color:rgba(90,98,102,.53);border-width:11px;margin-left:-11px}[lang=ar],[lang=ota],[lang=fa],[lang=he],[lang*=-Arab-AR]{direction:rtl;text-align:right}[lang=en],[lang=fr],[lang=de],[lang=it],[lang*=ar-Latn-],[lang*=ota-Latn-]{direction:ltr;text-align:left}tei-choice tei-abbr+tei-expan:before,tei-choice tei-expan+tei-abbr:before,tei-choice tei-sic+tei-corr:before,tei-choice tei-corr+tei-sic:before,tei-choice tei-orig+tei-reg:before,tei-choice tei-reg+tei-orig:before{content:" ("}tei-choice tei-abbr+tei-expan:after,tei-choice tei-expan+tei-abbr:after,tei-choice tei-sic+tei-corr:after,tei-choice tei-corr+tei-sic:after,tei-choice tei-orig+tei-reg:after,tei-choice tei-reg+tei-orig:after{content:")"}tei-ab{display:block;margin-top:1em;margin-bottom:1em}tei-accMat{display:block}tei-accMat:before{content:"accompanying materials: "}tei-acquisition{display:block;margin-top:0;margin-bottom:0}tei-acquisition:before{font-weight:bold;content:"acquisition"}tei-activity{display:block}tei-activity:before{content:"activity: "}tei-add[place=above]{color:blue;vertical-align:super;font-size:10pt}tei-add[place=inline]:before{content:"«"}tei-add[place=inline]:after{content:"»"}tei-add[place=below]{vertical-align:sub}tei-additional{display:block}tei-additions{display:block}tei-additions:before{content:"Significant additions within the document: "}tei-addrLine{display:block}tei-address[data-tei-rend~=block],addresss[data-tei-rendition~="#block"]{display:block}tei-adminInfo{display:block}tei-app tei-note{display:none}tei-appInfo{display:block}tei-appInfo:before{content:"Application information: "}tei-application{display:block}tei-application:after{content:" " attr(version)}tei-argument{display:block}tei-att{font-family:Courier,monospace}tei-att:before{content:"@"}tei-titlestmt>tei-author{display:block;margin-bottom:1em}tei-publicationstmt>tei-availability{font-size:80%}tei-publicationstmt>tei-availability:before{font-weight:bold;content:"Availability: "}tei-publicationstmt>tei-availability[data-tei-status]:before{font-weight:bold;content:"Availability (" attr(status) "): "}tei-back{display:block}tei-bibl[data-tei-rend~=block],bibl[data-tei-rendition~="#block"]{display:block;padding-left:2em;text-indent:-2em}tei-biblFull{display:block}tei-binding{display:block}tei-binding:before{content:"Binding: \\a";white-space:pre-wrap}tei-binding[data-tei-contemporary]:before{content:"Binding: \\a" "Contemporary: " attr(contemporary) "\\a";white-space:pre-wrap}tei-bindingdesc{display:block}tei-bindngdesc:before{content:"Binding description: \\a"}tei-birth{display:block}tei-birth:before{content:"Birth: "}tei-cRefPattern{display:none}tei-caption{display:block;margin-top:1em;margin-bottom:1em}tei-case[data-tei-value]:before{font-weight:bold;content:attr(value) " "}tei-castgroup{display:block;margin-top:1em;margin-bottom:1em}tei-castitem{display:list-item}tei-castlist{display:block;list-style-type:none;margin-top:1em;margin-bottom:1em;margin-left:2em}tei-cb{display:block;margin-top:1em;margin-bottom:1em}tei-cb:before{content:"[column break]"}tei-cell{border-right:thin solid #000;border-bottom:thin solid #000;padding:2px}tei-cell[data-tei-role=label]{font-weight:bold}tei-climate{display:block;margin-top:1em;margin-bottom:1em}tei-climate:before{font-weight:bold;content:"Climate: "}tei-code{font-family:Courier,monospace}tei-collation{display:block;margin-top:1em;margin-bottom:1em}tei-condition{display:block;margin-top:1em;margin-bottom:1em}tei-constitution{display:block;margin-top:1em;margin-bottom:1em}tei-constitution:before{font-weight:bold;content:"Constitution: "}tei-constitution[data-tei-type]{display:block;margin-top:1em;margin-bottom:1em}tei-constitution[data-tei-type]:before{font-weight:bold;content:"Constitution (" attr(type) "): "}tei-constitution[data-tei-type=frags]{display:block;margin-top:1em;margin-bottom:1em}tei-constitution[data-tei-type=frags]:before{font-weight:bold;content:"Constitution (fragments): "}tei-custevent{display:list-item}tei-custodialhist{display:block;margin-top:1em;margin-bottom:1em}tei-date[data-tei-when]:empty:before{content:attr(when)}tei-del{color:red}tei-editionstmt{display:block}teieg-egxml{display:block;font-size:80%;margin-left:1em;padding-left:1em;border-left:1px solid #aaa;margin-top:.75em;margin-bottom:.75em;padding-top:.75em;padding-bottom:.75em;font-family:monospace;white-space:pre}tei-emph{font-style:italic}tei-encodingdesc{display:none}tei-epigraph{display:block;margin-top:1em;margin-bottom:1em}tei-explicit{font-style:italic}tei-filedesc>tei-extent{display:none}tei-figure{display:block;text-align:center;margin-left:auto;margin-right:auto}tei-gap[data-tei-reason=lost]:before{content:"["}tei-gap[data-tei-reason=lost]:after{content:attr(data-content) "]"}tei-gap[data-tei-reason=illegible]:after{content:attr(data-content)}tei-gi{font-family:Courier,monospace}tei-gi:before{content:"<"}tei-gi:after{content:">"}tei-head{display:block;font-family:"OpenSans",sans-serif;font-weight:700;font-size:1.5em;line-height:1.5rem}tei-body>tei-head{font-size:180%;text-indent:-0.5em}tei-div.textpart{display:none}tei-div>tei-head{font-size:170%;text-indent:-0.5em}tei-div>tei-div>tei-head{font-size:155%}tei-div>tei-div>tei-div>tei-head{font-size:140%}tei-div>tei-div>tei-div>tei-div>tei-head,list>tei-head{font-size:130%}tei-div>tei-div>tei-div>tei-div>tei-div>tei-head{font-size:120%}tei-div>tei-div>tei-div>tei-div>tei-div>tei-div tei-head{font-size:110%}tei-figure>tei-head{display:block;margin:1.5em auto 1.5em auto;padding:.5em 1.5em 1.5em 1.5em;border:1px solid #000;border-radius:15px;width:325px;position:relative;border:1px solid #aaa;background:#fafafa;text-indent:0;font-size:85%;text-align:justify;-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);box-shadow:0px 1px 3px rgba(0,0,0,.25);width:85%;font-family:Georgia,Serif;font-size:13pt}tei-hi[rend~=caps]{font-weight:bold}tei-hi[rend~=italic]{font-style:italic}tei-hi[rend~=underline]{text-decoration:underline}tei-ident{font-family:Courier,monospace}tei-incipit{font-style:italic}tei-item{display:list-item;margin-left:1em}tei-cell item{margin-left:1em}tei-l{display:block;width:35em}tei-l[data-lineno]:before{content:attr(data-lineno);position:absolute;left:2em}tei-lb:after{content:"\\a";white-space:pre}tei-lg{display:block;margin-top:1em;margin-bottom:1em}tei-list{display:block;margin-top:1em;margin-bottom:1em;list-style-type:none}tei-item>tei-list{margin-top:0}tei-sourcedesc tei-list{list-style-type:none}tei-sourcedesc>tei-list>tei-head{font-size:140%;font-weight:bold}tei-sourcedesc tei-list>tei-item{display:list-item}tei-text tei-list[type=simple]{list-style-type:none}tei-text tei-list[type=bulleted]{list-style-type:disc}tei-text tei-list[type=ordered]{list-style-type:none;counter-reset:items 0}tei-text tei-list[type=ordered]>tei-item{display:list-item;margin-left:0}tei-item>tei-list[type=ordered]{margin-left:1em}tei-text tei-list[type=ordered]>item:before{counter-increment:items 1;content:counter(items, decimal) ". "}tei-text tei-list[type=gloss]{list-style-type:none}tei-list[type=gloss]>tei-label{display:block;margin-top:.25em;margin-bottom:.25em;font-weight:bold}tei-list[type=gloss]>tei-item{margin-left:2em}tei-item>tei-list[type=ordered]{margin-left:1em}tei-listapp{display:block;margin:1em;padding:1em}tei-listbibl{display:block;list-style-type:none;margin-left:.5 em;margin-top:.5em}tei-listbibl>tei-head{font-size:120%;font-weight:bold}tei-listbibl>tei-bibl{display:list-item;margin-left:.5em}tei-listwit{display:block;list-style-type:none;margin-left:.5em}tei-listwit>tei-head{font-size:120%;font-weight:bold}tei-listwit>tei-witness{display:list-item;margin-left:2em;text-indent:-1.1em}tei-witness>tei-listwit{display:inline}tei-witness>tei-listwit>tei-head{display:inline}tei-witness>tei-listwit>tei-witness{display:inline}tei-locus{display:none}tei-milestone{display:none;margin-left:auto;margin-right:auto;text-align:center}tei-musicNotation{font-weight:bold}tei-musicNotation:before{font-weight:bold;content:"Musical Notation: "}tei-node{display:none}tei-note{display:none}tei-notesstmt{display:none}tei-ovar{font-style:italic}tei-origPlace{font-weight:bold}tei-origPlace:before{font-weight:bold;content:"Place of Origin: "}tei-p{display:block;margin-top:1em;margin-bottom:1em;text-align:justify}*[data-tei-rendition~="#center"] p{text-align:center}tei-availability>p:first-child{margin-top:0em}tei-performance{display:block;margin-top:1em;margin-bottom:1em}tei-person{display:block;margin-top:1em;margin-bottom:1em}tei-personGrp{display:block;margin-top:1em;margin-bottom:1em}tei-postscript{display:block;margin-top:2em}tei-principal{font-weight:bold}tei-principal:before{font-weight:bold;content:"Principal: "}tei-profiledesc{display:none}tei-publicationstmt>*{display:none}tei-publicationstmt{display:block;margin-top:1em;margin-bottom:1em}tei-publicationstmt>date{display:none}tei-publicationstmt>publisher{display:none}tei-q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-q:before{content:""}tei-q:after{content:""}tei-q[data-tei-next]:after{content:"" !important}tei-q[data-tei-prev]:before{content:"" !important}tei-quote{font-style:italic}tei-app tei-rdg{display:none}tei-re{display:block;margin-top:0;margin-bottom:0}tei-recordhist{display:block;margin-top:1em;margin-bottom:1em}tei-ref{color:#5f0000;text-decoration:underline;cursor:pointer}tei-remarks{font-weight:bold}tei-remarks:before{font-weight:bold;content:"remarks: "}tei-respstmt{display:block;margin-top:0;margin-bottom:0}tei-revisiondesc{display:none}tei-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}tei-salute{display:block;margin-top:1em;margin-bottom:1em}tei-samplingdecl{display:block;margin-top:0;margin-bottom:0}tei-scriptnote{display:block;margin-top:1em;margin-bottom:1em}tei-seal{display:block;margin-top:0;margin-bottom:0}tei-seal:before{font-weight:bold;content:"Seal: "}tei-sealdesc{display:block;margin-top:1em;margin-bottom:1em}tei-secFol:before{font-weight:bold;content:"Second Folio: "}tei-secl>*:first-child:before{content:"\\a[";white-space:pre}tei-secl>*:last-child:after{content:"]\\a\\a";white-space:pre}tei-seg{outline:0px solid rgba(0,0,0,0)}tei-sense{display:block;margin-top:0;margin-bottom:0}tei-seriesstmt{display:none}tei-setting{display:block;margin-top:0;margin-bottom:0}tei-signed{display:block;margin-top:2em}tei-soCalled{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-soCalled:before{content:open-quote}tei-soCalled:after{content:close-quote}tei-soCalled[data-tei-next]:after{content:"" !important}tei-soCalled[data-tei-prev]:before{content:"" !important}tei-sound{font-style:italic}tei-source{display:block;margin-top:0;margin-bottom:0}tei-sourcedesc{display:none}tei-space:before{font-weight:bold;content:""}tei-span[data-tei-data-n]:before{content:attr(data-n)}tei-speaker{font-weight:bold;margin-right:0}tei-sponsor{display:block;margin-top:0;margin-bottom:0}tei-sponsor:before{font-weight:bold;content:"Sponsor:"}tei-stage{display:block;margin-top:1em;margin-bottom:1em;font-style:italic}tei-stamp{display:block;margin-top:1em;margin-bottom:1em}tei-stamp:before{font-weight:bold;content:"Stamped: "}tei-surplus>*:first-child:before{content:"\\a[";white-space:pre}tei-surplus>*:last-child:after{content:"]\\a\\a";white-space:pre}tei-tei{display:block}tei-table{display:block;border-top:thin solid #000;border-left:thin solid #000}tei-table{margin-top:2em;margin-bottom:2em;font-size:12pt}tei-table>tei-head{border-bottom:thin solid #000;border-right:thin solid #000;font-size:120%;font-weight:bold;padding:2px;text-align:center}tei-teiheader{display:block;margin-top:2em;margin-bottom:2em}tei-tei>tei-text{display:block;line-height:1.5}tei-textclass{display:none}tei-textdesc{display:none}tei-tei tei-title{display:inline}tei-tei tei-title[level=a]{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-tei tei-title[level=a]:before{content:open-quote}tei-tei tei-title[level=a]:after{content:close-quote}tei-tei tei-title[level=a][next]:after{content:"" !important}tei-tei tei-title[level=a][prev]:before{content:"" !important}tei-title[level=m]{font-style:italic}tei-titlestmt>tei-title{display:block;font-family:Arvo,sans-serif;font-weight:normal;font-weight:bold !important;font-size:150%}tei-typedesc{display:none}tei-u:before{content:"-"}tei-view{font-style:italic}tei-wit{display:inline}tei-witdetail{display:none}',"",{version:3,sources:["webpack://./src/scss/editioncrafter.scss","webpack://./src/scss/_base.scss","webpack://./src/scss/_globalNavigation.scss","webpack://./src/scss/_spinner.scss","webpack://./src/scss/_thumbnails.scss","webpack://./src/scss/_watermark.scss","webpack://./src/scss/_navigation.scss","webpack://./src/scss/_pagination.scss","webpack://./src/scss/_diplomatic.scss","webpack://./src/scss/_imageGridView.scss","webpack://./src/scss/_splitPaneView.scss","webpack://./src/scss/_imageView.scss","webpack://./src/scss/_imageZoomControl.scss","webpack://./src/scss/_transcriptView.scss","webpack://./src/scss/_xmlView.scss","webpack://./src/scss/_glossary.scss","webpack://./src/scss/_jumpbox.scss","webpack://./src/scss/_CETEIcean.scss"],names:[],mappings:"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",sourcesContent:['@charset "utf-8";\n\n/* Normalize first */\n@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");\n\n/* Google fonts */\n// Link to these fonts: https://fonts.google.com/share?selection.family=Lato:wght@400;700%7CMartel%7CMartel%20Sans:wght@200%7CTaviraj:wght@300\n@import url(\'https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Martel+Sans:wght@200&family=Martel:wght@400;700&family=Taviraj:wght@300;500&display=swap\');\n@import url(\'https://fonts.googleapis.com/icon?family=Material+Icons\');\n/*\n\tFontAwesome icon font http://fontawesome.io/\n\tFIXME: This is still used by the imageView control panel, the rest of the app uses FA5 react npm module\n*/\n@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");\n\n// Breakpoints\n$screen-xs-min: 0px;\n$screen-sm-min: 600px;\n$screen-md-min: 960px;\n$screen-lg-min: 1280px;\n$screen-xl-min: 1920px;\n\n// Standard Image Sizes\n$image-xs: 175px;\n$image-sm: 300px;\n$image-md: 425px;\n$image-lg: 600px;\n$image-xl: 900px;\n\n// Animation Mixins\n@mixin keyframes($animation-name) {\n\t@-webkit-keyframes #{$animation-name} {\n\t @content;\n\t}\n\t@-moz-keyframes #{$animation-name} {\n\t @content;\n\t} \n\t@-ms-keyframes #{$animation-name} {\n\t @content;\n\t}\n\t@-o-keyframes #{$animation-name} {\n\t @content;\n\t} \n\t@keyframes #{$animation-name} {\n\t @content;\n\t}\n }\n \n@mixin animation($str) {\n-webkit-animation: #{$str};\n-moz-animation: #{$str};\n-ms-animation: #{$str};\n-o-animation: #{$str};\nanimation: #{$str}; \n}\n\n// BREAKPOINT MIXINS\n@mixin xs {\n @media (min-width: #{$screen-xs-min}) {\n @content;\n }\n}\n@mixin sm {\n @media (min-width: #{$screen-sm-min}) {\n @content;\n }\n}\n@mixin md {\n @media (min-width: #{$screen-md-min}) {\n @content;\n }\n}\n@mixin lg {\n @media (min-width: #{$screen-lg-min}) {\n @content;\n }\n}\n@mixin xl {\n @media (min-width: #{$screen-xl-min}) {\n @content;\n }\n}\n\n@mixin first-child() {\n &:first-of-type {\n @content\n }\n}\n\n@import "base";\n@import "globalNavigation";\n\n@import "spinner";\n@import "thumbnails";\n@import "watermark";\n@import "navigation";\n@import "pagination";\n\n@import "diplomatic";\n@import "imageGridView";\n@import "splitPaneView";\n@import "imageView";\n@import "imageZoomControl";\n@import "transcriptView";\n@import "xmlView";\n@import "glossary";\n@import "jumpbox";\n\n@import "CETEIcean";',"$header-height: 4.5rem;\n$sm-header-height: 5.5rem;\n$md-header-height: 6.5rem;\n$footer-height: 7.5rem;\n$chrome-height: $header-height + $footer-height;\n$sm-chrome-height: $sm-header-height + $footer-height;\n$md-chrome-height: $md-header-height + $footer-height;\n\n// COLORS\n$cream: #EBE3DD;\n$dark-cream: #CBA374;\n$maroon: #792421;\n$dark-maroon: #460C0A;\n$light-maroon: #96332f;\n$grey: #858585;\n\n*{\n\tbox-sizing: border-box;\n}\ndiv{\n\twidth: auto;\n}\n\nbody {\n\tpadding: 0;\n\tmargin: 0;\n\tbox-sizing: border-box;\n}\n\n.warning {\n\tcolor: yellow;\n}\n\n.fa {\n\twidth: 1.5rem;\n\tpadding: 0.2rem 0.1rem 0.1rem;\n\ttext-align: center;\n}\n\n.fa.active {\n\tbackground-color: #9e9e9e0a;\n\tborder: 0.2rem solid #FF9800;\n}\n\n.fa-book.active {\n\tborder-radius: 0 2rem 2rem 0;\n}\n\n.fa:not(.active) {\n\tcolor: grey;\n}\n\n.fa.fa-lock,\n.fa.fa-lock-open {\n\tborder-radius: 2rem 0 0 2rem;\n}\n\n.line-clamp {\n\tdisplay: -webkit-box;\n\t-webkit-box-orient: vertical; \n\toverflow: hidden;\n\t-webkit-line-clamp: 3;\n\t&.two-lines{\n\t\t-webkit-line-clamp: 2;\n\t}\n }\n\n.flex-parent { \n\tdisplay:flex;\n\t&.half-width{\n\t\twidth: 50%;\n\t}\n\t&.full-width{\n\t\twidth: 100%;\n\t}\n\t&.column { \n\t flex-direction:column;\n\t}\n\t&.jc-start { \n\t justify-content:flex-start;\n\t}\n\t&.jc-center { \n\t justify-content:center;\n\t}\n\t&.jc-end { \n\t justify-content:flex-end;\n\t}\n\t&.jc-space-btw { \n\t justify-content:space-between;\n\t}\n\t&.jc-space-around { \n\t justify-content:space-around;\n\t}\n\t&.ai-start { \n\t align-items:flex-start;\n\t}\n\t&.ai-center { \n\t align-items:center;\n\t}\n\t&.ai-end { \n\t align-items:flex-end;\n\t}\n\t&.wrap { \n\t flex-wrap:wrap;\n\t}\n\t&.row-reverse {\n\t\tflex-direction: row-reverse;\n\t}\n\t&.column-reverse {\n\t\tflex-direction: column-reverse;\n\t}\n\t@for $i from 1 through 12 { \n\t .flex-#{$i} {\n\t\tflex:$i;\n\t }\n\t}\n}\n\n.bg-maroon-gradient{\n\tbackground-image: linear-gradient(to right, #792421, #66211c, #531d17, #411912, #30140d);\n}\n.bg-dark-gradient-bt{\n\tbackground-image: linear-gradient(to bottom, hsl(30, 50%, 90%), hsl(50, 43%, 83%), hsl(43, 54%, 77%));\n}\n.bg-dark-gradient-tb{\n\tbackground-image: linear-gradient(to bottom, hsl(43, 54%, 77%), hsl(50, 43%, 83%), hsl(30, 50%, 90%));\n}\n.bg-light-gradient-bt{\n\tbackground-image: linear-gradient(to bottom, hsl(30, 50%, 99%), hsl(50, 43%, 90%), hsl(43, 54%, 85%));\n}\n.bg-light-gradient-tb{\n\tbackground-image: linear-gradient(to bottom, hsl(43, 54%, 85%), hsl(50, 43%, 90%), hsl(30, 50%, 99%));\n}\n\n.accent-bar{\n\theight: 10px;\n\twidth: 100%;\n}\n\n.invisible{\n opacity:0;\n}\n\n.disabled{\n opacity: 0.5;\n}\n\n.figure-dialog-img-container {\n img {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\theight: auto;\n }\n}\n\na:hover {\n\ttext-decoration: underline;\n}\n\na {\n\tcolor: $maroon;\n\ttext-decoration: none;\n}\n\n@include keyframes(slide-down) {\n\t0% { \n\t\theight: 2px;\n\t\tbottom: -5px;\n\t}\n\t100% { \n\t\theight: 6px;\n\t\tbottom: -9px;\n\t}\n}","#globalNavigation {\n\tdisplay: flex;\n\talign-items: center;\n\tflex-direction: row-reverse;\n\tfont-size: 0.9rem;\n\tposition: relative;\n\ttop: -4rem;\n\tright: 2rem;\n\tfloat: right;\n\t@include md {\n\t\tdisplay: block;\n\t}\n}\n\n#globalNavigation .expandedViewOnly {\n\tspan, a {\n\t\tcolor: white;\n\t\tmargin-left: 1rem;\n\t\tcursor: pointer;\n\t}\n}\n\n#globalNavigation span .francais {\n\tfont-weight: 100;\n}\n\n#globalNavigation input {\n\theight: 1.5rem;\n\tpadding: 0 0 0 0.5rem;\n\tfont-style: italic;\n\tborder: 1px solid #00000063;\n\tcolor: #756c6c;\n\tbackground-color: #D8D8D8;\n}\n","$spinner-size: 1rem;\n\n#loadingStateModal {\n\tposition: fixed;\n\tz-index: 9000;\n\tbackground-color: rgba(0, 0, 0, 0.48);\n\twidth: 100vw;\n\theight: 100vh;\n}\n\n.spinner {\n\twidth:100%;\n\theight:100%;\n\tmargin: calc(50vh - (#{$spinner-size}/2)) auto 0 auto;\n\ttext-align: center;\n}\n\n.spinner > div {\n\twidth: $spinner-size;\n\theight: $spinner-size;\n\tbackground-color: #ffffff;\n\tborder-radius: 100%;\n\tdisplay: inline-block;\n\t-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;\n\tanimation: sk-bouncedelay 1.4s infinite ease-in-out both;\n}\n\n.spinner .bounce1 {\n\t-webkit-animation-delay: -0.32s;\n\tanimation-delay: -0.32s;\n}\n\n.spinner .bounce2 {\n\t-webkit-animation-delay: -0.16s;\n\tanimation-delay: -0.16s;\n}\n@-webkit-keyframes sk-bouncedelay {\n\t0%,\n\t100%,\n\t80% {\n\t\t-webkit-transform: scale(0);\n\t}\n\n\t40% {\n\t\t-webkit-transform: scale(1.0);\n\t}\n}\n@keyframes sk-bouncedelay {\n\t0%,\n\t100%,\n\t80% {\n\t\t-webkit-transform: scale(0);\n\t\ttransform: scale(0);\n\t}\n\n\t40% {\n\t\t-webkit-transform: scale(1.0);\n\t\ttransform: scale(1.0);\n\t}\n}\n","$color-selected: rgba(7,122,255,0.831);\n\nfigure {\n\tpadding: 0.3rem 0 0;\n\tborder-radius: 0.2rem;\n\tmargin: 0;\n\ttext-align: center;\n}\n\nfigure.current {\n\tbackground-color: $color-selected;\n}\n\n.thumbnail-caption.current {\n\tcolor: $color-selected !important;\n\tfont-weight: 900;\n}\n",'$watermark-size: 10rem;\n\n.watermark{\n\twidth:100%;\n\theight:100%;\n\tmargin: calc(50vh - (#{$watermark-size}/2)) auto 0 auto;\n}\n.transcriptContent .watermark{\n margin: calc(50vh - (25rem/2)) auto 0 auto;\n}\n\n.watermark_contents{\n\twidth:$watermark-size;\n\theight:$watermark-size;\n\tbackground-image: url("../img/lizard-no-bg.png");\n\tbackground-size: 100%;\n\tbackground-repeat: no-repeat;\n\tmargin: auto auto auto auto;\n}\n',".navigationComponent {\n #tool-bar-buttons{\n font-size: 15px;\n }\n position: fixed;\n z-index: 2;\n height:48px;\n\twhite-space: nowrap;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n user-select: none;\n padding:4px;\n top: 75px;\n background-color: white;\n border-radius: 0.3rem;\n @include sm {\n top: 80px;\n }\n @include md {\n top: initial;\n }\n button{\n cursor: pointer;\n }\n}\n\n.navigationRow{\n display:flex;\n justify-content:space-between;\n padding:12px 10px 12px 10px;\n \n \n}\n\n.helpIcon {\n display: none;\n margin-top:6px;\n margin-right:16px;\n @include md {\n display: block;\n }\n}\n\n.dropdownV2 {\n width:150px;\n margin-right:10px;\n}\n\n.imageViewComponent .navigationComponent {\n background-color: #4A4A4A;\n border-radius: 0.3rem;\n opacity: 0.8;\n @include md {\n background-color: rgba(0,0,0,1);\n color: #ffffff;\n border-radius: 0;\n opacity: 1;\n }\n\n}\n.transcriptionViewComponent .navigationComponent {\n\tbackground-color: rgba(255,255,255,1);;\n\tcolor: #000000;\n}\n\n#doc-type-help:after {\n color: rgb(151, 142, 142);\n}\n#doc-type-help{\n .dark{\n .MuiSvgIcon-root.MuiSelect-icon{\n color: white;\n }\n }\n}\n\n.breadcrumbs {\n overflow:hidden;\n display: none;\n @include md {\n display: block;\n }\n}\n\n.breadcrumbs .folioName {\n display:inline;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-weight: 900;\n text-decoration:underline;\n}\n\n.closeX { \n float: right;\n padding: 3px;\n font-style: bold;\n &:hover {\n cursor: pointer;\n }\n}\n\n.helpContainer .MuiListItem-root {\n display: flex;\n gap: 10px;\n }\n\n.helpContainer {\n padding:12px;\n width:335px;\n height: min(600px, calc(100vh - 40px));\n position: relative;\n top: 40px;\n overflow-x: auto;\n\n .readingGuide {\n \n td {\n padding: 8px;\n }\n\n h2 {\n margin-top: 16px;\n margin-bottom: 10px;\n }\n }\n}\n\n\n.searchHelpContainer {\n padding: 10px 15px 10px 0;\n width:335px;\n}\n\n.helpHeader{\n text-align:center;\n}\n\n\n\n\n\n",".paginationComponent {\n\twhite-space: nowrap;\n\t\n\ttext-align: center;\n\tfont-size: 1.2rem;\n\tfont-weight: 700;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n user-select: none;\n margin-top:52px;\n\t@include md {\n\t\tmargin-bottom: 0;\n\t}\n}\n// .paginationComponent:nth-of-type(3){\n// padding:1rem 0 0 0;\n// }\n\n.paginationControl {\n\tpadding: 16px;\n\t\n}\n\n.paginationControl .arrow {\n\tfont-size: 1.8rem;\n\tcolor: #4A4A4A;\n\tmargin: 1rem 1rem 0;\n\tcursor: pointer;\n}\n\n.paginationControl .folioName {\n\tposition: relative;\n\ttop: -.2rem;\n\tcolor: #4A4A4A;\n}\n","#diplomatic {\n\t#content-view, .header-wrapper, #entry-list-view, #annotation-list-view {\n\t\th1,\n\t\th2,\n\t\th3,\n\t\th4 {\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tcolor: black;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\t\n\t\th1{\n\t\t\tfont-family: 'Taviraj', serif;\n\t\t\tfont-size: 32px;\n\t\t}\n\t\t\n\t\th2,h3{\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t\n\t\th2{\n\t\t\tfont-size: 22px;\n\t\t}\n\t\t\n\t\th3{\n\t\t\tfont-size: 18px;\n\t\t}\n\t\t\n\t\th4{\n\t\t\tfont-size: 18px;\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t\n\t\tp {\n\t\t\tfont-family: \"Martel\", serif;\n\t\t\tline-height: 1.25;\n\t\t}\n\t\tspan {\n\t\t\tfont-family: \"Martel\", serif;\n\t\t\tline-height: 1.25;\n\t\t\tmargin: 0;\n\t\t}\n\t\t\n\t\ta.MuiButton-containedPrimary.cta-button {\n\t\t\tcolor: white;\n\t\t\tpadding: 10px 70px;\n\t\t\tborder-radius: 0;\n\t\t\t.MuiButton-label span{\n\t\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\t\tfont-size: 20px;\t\n\t\t\t}\n\t\t}\n\t\t\n\t\ta{\n\t\t\tcolor: $maroon;\n\t\t\t&:hover{\n\t\t\t\tcolor: $dark-cream;\n\t\t\t}\n\t\t}\n\t\t.cta-link.MuiLink-underlineHover:hover{\n\t\t\ttext-decoration: none;\n\t\t}\n\t\ta.cta-link {\n\t\t\tcolor: black;\n\t\t\ttext-align: center;\n\t\t\twidth: fit-content;\n\t\t\ttext-decoration: none;\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tfont-size: 16px;\n\t\t\tfont-weight: 700;\n\t\t\tposition: relative;\n\t\t\tcursor: pointer;\n\t\t\tmargin-bottom: 5px;\n\t\t\t@include md {\n\t\t\t\tfont-size: 18px;\n\t\t\t}\n\t\t\t&.with-icon{\n\t\t\t\t&:after{\n\t\t\t\t\tfont-family: \"Font Awesome 5 Free\"; \n\t\t\t\t\tmargin-left: 7px;\n\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\tcontent: \"\\f054\";\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t}\n\t\t\t}\n\t\t\t&:before{\n\t\t\t\tposition: absolute;\n\t\t\t\tcontent: \"\";\n\t\t\t\theight: 2px;\n\t\t\t\tbackground-color: black;\n\t\t\t\twidth: 50%;\n\t\t\t\tright: 30%;\n\t\t\t\tbottom: -5px;\n\t\t\t\tborder-radius: 2px;\n\t\t\t}\n\t\t\t&:hover{\n\t\t\t\t&:before{\n\t\t\t\t\tbackground-color: $maroon;\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\theight: 6px;\n\t\t\t\t\tbottom: -9px;\n\t\t\t\t\t@include animation('slide-down .2s');\n\t\t\t\t}\n\t\t\t\t&:after{\n\t\t\t\t\tcolor: $maroon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.active{\n\t\t\t&:before{\n\t\t\t\tbackground-color: $maroon;\n\t\t\t\ttext-decoration: none;\n\t\t\t\theight: 6px;\n\t\t\t\tbottom: -9px;\n\t\t\t\t@include animation('slide-down .2s');\n\t\t\t}\n\t\t\t&:after{\n\t\t\t\tcolor: $maroon;\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.light{\n\t\t\tcolor: #444444;\n\t\t\t&:before{\n\t\t\t\tbackground-color: #444444;\n\t\t\t}\n\t\t\t&:hover{\n\t\t\t\t&:before{\n\t\t\t\t\tbackground-color: $maroon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.video-link{\n\t\t\t&:after{\n\t\t\t\tcontent: \"\\f04b\";\n\t\t\t\tfont-size: 12px;\n\t\t\t\tmargin-bottom: -2px;\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.search-link{\n\t\t\t&:after{\n\t\t\t\tfont-family: 'Material Icons';\n\t\t\t\tcontent: \"search\";\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\t\t}\n\t}\n\n\t#header{\n\t\twidth: 100%;\n\t\tpadding: 0px 20px;\n\t\tbackground-color: white;\n\t\tborder-radius: 0;\n\t\t@include lg{\n\t\t\tpadding: 5px 50px;\n\t\t}\n\t\timg{\n\t\t\twidth: 210px;\n\t\t\t@include sm {\n\t\t\t\twidth: 300px\n\t\t\t}\n\t\t\t@include md {\n\t\t\t\twidth: 300px\n\t\t\t}\n\t\t}\n\n\t\t.expandedViewOnly {\n\t\t\twidth: 100%;\n\t\t}\n\t\t.nav-item{\n\t\t\tfont-size: 16px;\n\t\t\tmargin-right: 5px;\n\t\t\twhite-space: nowrap;\n\t\t\tmargin-bottom: 15px;\n\t\t}\n\t\t.search-btn{\n\t\t\tmargin-bottom: 10px;\n\t\t\tfont-size: 18px;\n\t\t}\n\t}\n\t.maroon-dropdown{\n\t\tbackground-color: $dark-maroon;\n\t\tborder-radius: 0;\n\t\t-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t\t-moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t\tbox-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t}\n\t.mobile-menu{\n\t\tpadding: 50px 0;\n\t\t.list-container{\n\t\t\tposition: relative;\n\t\t\t.list{\n\t\t\t\tcolor: 'white'\n\t\t\t}\n\t\t}\n\t}\n\t.search-bar{\n\t\theight: 162px;\n\t\t.label{\n\t\t\tfont-size: 32px;\n\t\t\tcolor: white;\n\t\t\tfont-weight: 400;\n\t\t\twhite-space: nowrap\n\t\t}\n\t\t.content{\n\t\t\twidth: 50%;\n\t\t}\n\t\t#search {\n\t\t\tinput{\n\t\t\t\tborder: 1px solid #DEDEDF;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\twidth: 300px;\n\t\t\t\theight: 38px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tpadding: 5px 15px;\n\t\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\t}\n\t\t}\n\t}\n}\n\n#diplomatic.sticky {\n\t.header-wrapper.sticky {\n\t\tposition: sticky;\n\t\ttop: 0;\n\t\tz-index: 2;\n\t}\n}\n\n#diplomatic {\n\t#footer {\n\t\tcolor: white;\n\t\tbackground-color: $dark-maroon;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tpadding: 10px 20px;\n\t\t@include sm{\n\t\t\tpadding: 20px 30px;\n\t\t}\n\t\t@include md{\n\t\t\tpadding: 30px 40px;\n\t\t}\n\t\tp,a{\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tfont-size: 16px;\n\t\t\tcolor: #FAFAFA;\n\t\t\tline-height: 1.5;\n\t\t\tmargin: 0;\n\t\t}\n\t\ta{\n\t\t\t&:hover{\n\t\t\t\tcolor: $dark-cream;\n\t\t\t\tfill: $dark-cream;\n\t\t\t}\n\t\t}\n\t\t.top{\n\t\t\tp{\n\t\t\t\tmargin: 0 5px;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\t\t.doi{\n\t\t\ttext-align: center;\n\t\t}\n\t\t.copyright {\n\t\t\t.symbols{\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\tsvg{\n\t\t\t\twidth: 14px;\n\t\t\t\theight: 14px;\n\t\t\t}\n\t\t}\n\t\t.logos{\n\t\t\tmargin-bottom: 10px;\n\t\t\timg {\n\t\t\t\twidth: 150px;\n\t\t\t\t@include sm {\n\t\t\t\t\twidth: 200px;\n\t\t\t\t}\n\t\t\t\t@include sm {\n\t\t\t\t\twidth: 250px;\n\t\t\t\t}\t\n\t\t\t}\n\t\t}\n\t\t.footer-links {\n\t\t\twidth: 100%;\n\t\t\ttext-align: center;\n\t\t\tfont-size: 12px;\n\t\t\tline-height: 2;\n\t\t}\n\t}\n}\n\n#diplomatic.fixed {\n\tbackground: white;\n\tposition: fixed;\n\twidth: 100vw;\n\theight: calc(100vh - $chrome-height);\n\t@include sm {\n\t\theight: calc(100vh - $sm-chrome-height);\n\t}\n\t@include md {\n\t\theight: calc(100vh - $md-chrome-height);\n\t}\n\tfont-size: 0.7rem;\n\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\tfont-family: 'OpenSans', sans-serif;\n\tfont-size: 0.9rem;\n\t#content {\n\t\tline-height: 1.2rem;\n\t}\n\th1,\n\th2,\n\th3,\n\th4 {\n\t\tcolor: #000000b8;\n\t\tfont-family: 'OpenSans', sans-serif;\n\t\tfont-weight: 700;\n\t\tpadding: 0;\n\t\tline-height: 1.5rem;\n\t}\n}\n",".imageGridComponent {\n\tbackground-color: #000000;\n\tfont-size: 0.8rem;\n\toverflow: scroll;\n\theight: 100vh;\n}\n\n.imageGridComponent > ul {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tlist-style: none;\n\tpadding-left: 0;\n\tmargin: 1.5rem 0 8rem 2rem;\n}\n\n.imageGridComponent > ul > li {\n\tmargin-bottom: 20px;\n\twidth: 150px;\n\theight: 220px;\n}\n\n.imageGridComponent > ul > li > figure {\n\tmargin: 8px;\n}\n\n.imageGridComponent > ul > li > figure:hover {\n\tborder: 2px #eee solid;\n\tmargin: 6px;\n}\n\n.imageGridComponent > ul > li > .thumbnail-caption {\n\ttext-align: center;\n\tcolor: white;\n}\n\n.hidden {\n\tdisplay: none;\n}\n\n.imageGridComponent {\n\t.imageGridToolbar {\n\t\tpadding: 5px;\n\t\tcolor: white;\n\t\t\n\t\t.jump-to {\n\t\t\tfloat: right;\n\t\t\tdisplay: 'inline';\n\t\t\tmargin-right: 30px;\n\n\t\t\t#jump-to-input {\n\t\t\t\tmargin-left: 5px;\n\t\t\t}\n\n\t\t\t#jump-to-button {\n\t\t\t\tmargin-left: 5px;\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\t}\t\n}\n",'.split-pane-view {\n height: 100%;\n width: 100%;\n display: grid;\n grid-template-areas: "image_viewer divider transcription";\n}\n\n.split-pane-view > .divider {\n z-index: 2;\n grid-area: divider;\n width: 1rem;\n background: #BBB;\n cursor:ew-resize;\n display: flex;\n}\n\n.split-pane-view > .divider > .drawer-button {\n align-self: center;\n align: center;\n cursor: auto;\n}\n\n.split-pane-view > .divider > .drawer-button:hover {\n color: white;\n}\n\n.split-pane-view > .divider > .hidden {\n display: none;\n}\n\n.split-pane-view {\n #annotation-view{\n font-size: 16px;\n }\n}\n',"\n#image-view-seadragon-left,\n#image-view-seadragon-right {\n width: 100%;\n height: 100%;\n grid-area: image_viewer;\n background: black;\n}\n\n.imageViewComponent {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t\tmargin: 0;\n\t\twidth: 100%;\n\t\theight: 100vh;\n\t}",".ImageZoomControl {\n position: absolute;\n z-index: 1;\n top: 8rem;\n color: white;\n // width: 1rem;\n list-style: none;\n background: #4A4A4A;\n opacity: 0.4;\n margin:0;\n padding:.4rem .5rem;\n border-radius: 0.3rem;\n @include md {\n top:4rem;\n left: 2rem;\n }\n}\n\n.ImageZoomControl > li {\n color: #E0E0E0;\n}\n\n.ImageZoomControl > li > .zoom-in {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li:hover {\n color: white;\n}\n\n.ImageZoomControl > li > .zoom-3 {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li > .zoom-2 {\n margin-top: 8px;\n margin-left: 5px;\n}\n\n.ImageZoomControl > li > .zoom-1 {\n margin-top: 8px;\n margin-left: 7px;\n}\n\n.ImageZoomControl > li > .zoom-out {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li > .zoom-grid {\n margin-top: 30px;\n}\n","\n.transcriptionViewComponent {\n\toverflow: scroll;\n height:calc(100vh - 7rem);\n\t.transcriptContent {\n\t\tpadding: 50px 16px;\n\t\t@include md {\n\t\t\tpadding: 5px 16px;\n\t\t}\n\n\t -webkit-user-select: text;\n\t -moz-user-select: text;\n\t -ms-user-select: text;\n\t user-select: text;\n\t margin-bottom:92px;\n\n\t figure {\n\t\t display: inline-flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\talign-items: center;\n\t\t\tgap: 6px;\n\t }\n\n\t.block[data-layout='right-middle'] {\n\t\tmax-width: 250px;\n\t}\n\n\t.block[data-layout='right-top'] {\n\t\tmax-width: 250px;\n\t}\n\n\t.block[data-layout='right-bottom'] {\n\t\tmax-width: 250px;\n\t}\n\n\t// TODO refactor to appropriate TEI element\n\t// .ups {\n\t// \tbackground: lightgray;\n\t// \tfont-size: 14px;\n\t// }\n\n\t.x-small-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 30px;\n\t}\n\n\t.small-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 60px;\n\t}\n\n\t.medium-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 200px;\n\t}\n\n\t.large-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 350px;\n\t}\n\n\n\t.surface {\n\t\tgrid-area: transcription;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tlist-style: none;\n\t}\n\n\t.grid-mode {\n\t\tdisplay: grid;\n\t\tgrid-auto-rows: minmax(min-content, 0fr);\n\t\tgrid-gap: 2px;\n\t}\n\n\t.surface > .small-font {\n\t\tfont-size: 11pt;\n\t}\n\n\t.surface > div {\n\t\tpadding: 10px;\n\t}\n\n\t.surface > #z0 {\n\t\tgrid-area: z0;\n\t}\n\n\t.surface > #z1 {\n\t\tgrid-area: z1;\n\t}\n\n\t.surface > #z2 {\n\t\tgrid-area: z2;\n\t}\n\n\t.surface > #z3 {\n\t\tgrid-area: z3;\n\t}\n\n\t.surface > #z4 {\n\t\tgrid-area: z4;\n\t}\n\n\t.surface > #z5 {\n\t\tgrid-area: z5;\n\t}\n\n\t.surface > #z6 {\n\t\tgrid-area: z6;\n\t}\n\n\t.surface > #z7 {\n\t\tgrid-area: z7;\n\t}\n\n\t.surface > #z8 {\n\t\tgrid-area: z8;\n\t}\n\n\t.surface > #z9 {\n\t\tgrid-area: z9;\n\t}\n\n\t.surface > #z10 {\n\t\tgrid-area: z10;\n\t}\n\n\t.surface > #z11 {\n\t\tgrid-area: z11;\n\t}\n\n\t.surface > #z12 {\n\t\tgrid-area: z12;\n\t}\n\n\t.surface > #z13 {\n\t\tgrid-area: z13;\n\t}\n\n\t.surface > #z14 {\n\t\tgrid-area: z14;\n\t}\n\n\t.surface > #z15 {\n\t\tgrid-area: z15;\n\t}\n\n\t.surface > #z16 {\n\t\tgrid-area: z16;\n\t}\n\n\t.surface > #z17 {\n\t\tgrid-area: z17;\n\t}\n\n\t.surface > #z18 {\n\t\tgrid-area: z18;\n\t}\n\n\t.surface > #z19 {\n\t\tgrid-area: z19;\n\t}\n\n\t.surface > #z20 {\n\t\tgrid-area: z20;\n\t}\n\t .highlight {\n\t\t background-color: yellow;\n\t }\n }\n}\n\n.editor-comment-content {\n\tword-wrap:break-word;\n}\n\n.inline-image {\n\tmax-width: 90%;\n\tmax-height: 360px;\n\tmargin: auto;\n\ttext-align: center;\n}\n",".xmlViewComponent .navigationComponent {\n background-color: white;\n color: #000000; }\n\n.xmlContent {\n padding: 0;\n margin: 4.5rem 0 0;\n width: calc(100% - 1.2rem);\n min-height: 100vh;\n -webkit-user-select: text;\n -moz-user-select: text;\n -ms-user-select: text;\n user-select: text;\n min-width: 10rem;\n }\n\n.xmlViewComponent {\n overflow: auto;\n margin: 0 0 0 1rem;\n height: calc(100vh - 7rem);\n}\n\n.xmlContentInner {\n max-height: 100%;\n}\n\n.xmlContentInner pre {\n overflow-x: auto;\n}\n","#glossaryView {\n\n\t#glossaryViewInner {\n\t\toverflow-y: scroll;\n\t\tmargin: 5px 0 0 0;\n\t\t@include md {\n\t\t\tmargin: 52px 0 0 0;\n\t\t}\n\t\twidth: calc(100% - 1.2rem);\n height: calc(100vh - 170px);\n padding: 5px 16px;\n\t}\n\n\t.cite-header {\n\t\ttext-align: center; \n\t\tmargin-bottom: 5px;\n\t}\n\n\t.cite-instructions {\n\t\tmargin: 20px;\n\t\tmargin-left: 15%;\n\t\tmargin-right: 15%;\n\t}\n\n\t.navigationComponent {\n\t\tposition: sticky;\n\t\ttop: 0;\n\t\t@include md {\n\t\t\tposition: fixed;\n\t\t\ttop: initial;\n\t\t}\n\t}\n\t\n\t.glossaryNav {\n\n\t\tbackground: white;\n\t\tpadding: 5px;\n\t\tposition:relative;\n\t\n\t\t#glossary-filter {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t\t.alphaNav {\n\t\t\tdisplay: none;\n\t\t\t@include md {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n\n\t.alphaNav {\n\t\tcolor: blue;\n\t\tdisplay: inline;\n\t}\n\n\t.title {\n\t\twhite-space: nowrap;\n\t\tposition: relative;\n\t\twidth: calc(100% - 1.7rem);\n\t\ttext-align: center;\n\t\ttop: -2em;\n\t\tfont-size: 1.8rem;\n\t\tfont-weight: 700;\n\t\t-webkit-user-select: none;\n\t\t-moz-user-select: none;\n\t\t-ms-user-select: none;\n\t\tuser-select: none;\n\t\t@include md {\n\t\t\ttop: -1em;\n\t\t}\n\t}\n\n\n\t.subtitle {\n\t\twhite-space: nowrap;\n\t\tposition: relative;\n\t\twidth: calc(100% - 1.7rem);\n\t\ttext-align: center;\n\t\ttop: -2em;\n\t\tfont-style: italic;\n\t\t-webkit-user-select: none;\n\t\t-moz-user-select: none;\n\t\t-ms-user-select: none;\n\t\tuser-select: none;\n\t\t@include md {\n\t\t\ttop: -1em;\n\t\t}\n\t}\n\n\t#glossaryContent {\n\t\tpadding: 5rem 0 0;\n\t\tmin-height: 100vh;\n\t\t-webkit-user-select: text;\n\t\t-moz-user-select: text;\n\t\t-ms-user-select: text;\n\t\tuser-select: text;\n\t\tmin-width: 10rem;\n\t\t@include md {\n\t\t\tpadding: 3.5rem 0 0;\n\t\t}\n\t}\n\n}\n\n\n",'.jumpToFolio_component {\n\tmargin: 1rem 0 0 -4.5rem;\n\tpadding: 0.6rem;\n\theight: 1.2rem;\n\twidth: 9.5rem;\n\tbackground: #e7e7e7;\n\tborder: 1px solid rgba(90, 98, 102, 0.53);\n\tborder-radius: 0.3rem;\n\t-webkit-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\t-moz-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\tbox-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\tfont-family: sans-serif;\n}\n.jumpToFolio_component input:focus{\n outline: none;\n}\n\n.jumpToFolio_component:after,\n.jumpToFolio_component:before {\n\tbottom: 100%;\n\tleft: 50%;\n\tborder: solid transparent;\n\tcontent: " ";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tpointer-events: none;\n}\n\n.jumpToFolio_component:after {\n\tborder-color: rgba(255, 255, 255, 0);\n\tborder-bottom-color: #e7e7e7;\n\tborder-width: 9px;\n\tmargin-left: -9px;\n}\n\n.jumpToFolio_component:before {\n\tborder-color: rgba(194, 225, 245, 0);\n\tborder-bottom-color: rgba(90, 98, 102, 0.53);\n\tborder-width: 11px;\n\tmargin-left: -11px;\n}\n','/* This is a sample stylesheet for use with CETEIcean. It is not intended */\n/* to be comprehensive. The rules here are largely derived from earlier work */\n/* on TEI Boilerplate */\n\n/* language support */\n/* render Arabic, Persian, Ottoman, Hebrew as rtl */\n[lang = "ar"],\n[lang = "ota"],\n[lang = "fa"],\n[lang = "he"],\n[lang *="-Arab-AR"]{\n direction:rtl;\n text-align:right;\n}\n/* display latin scripts as ltr */\n[lang = "en"],\n[lang = "fr"],\n[lang = "de"],\n[lang = "it"],\n[lang *="ar-Latn-"],\n[lang *="ota-Latn-"]{\n direction:ltr;\n text-align:left;\n}\n\n/* Choice elements */\ntei-choice tei-abbr + tei-expan:before,\ntei-choice tei-expan + tei-abbr:before,\ntei-choice tei-sic + tei-corr:before,\ntei-choice tei-corr + tei-sic:before,\ntei-choice tei-orig + tei-reg:before,\ntei-choice tei-reg + tei-orig:before {\n content: " (";\n}\ntei-choice tei-abbr + tei-expan:after,\ntei-choice tei-expan + tei-abbr:after,\ntei-choice tei-sic + tei-corr:after,\ntei-choice tei-corr + tei-sic:after,\ntei-choice tei-orig + tei-reg:after,\ntei-choice tei-reg + tei-orig:after {\n content: ")";\n}\n/* A */\ntei-ab {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-accMat {\n display: block;\n}\ntei-accMat:before {\n content: "accompanying materials: ";\n}\ntei-acquisition {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-acquisition:before {\n font-weight: bold;\n content: "acquisition";\n}\ntei-activity {\n display: block;\n}\ntei-activity:before {\n content: "activity: ";\n}\ntei-add[place=above] {\n color: blue;\n vertical-align: super;\n font-size: 10pt;\n}\ntei-add[place=inline]:before {\n content: "«";\n}\ntei-add[place=inline]:after {\n content: "»";\n}\ntei-add[place=below] {\n vertical-align: sub;\n}\ntei-additional {\n display: block;\n}\ntei-additions {\n display: block;\n}\ntei-additions:before {\n content: "Significant additions within the document: ";\n}\ntei-addrLine {\n display: block;\n}\ntei-address[data-tei-rend~="block"], addresss[data-tei-rendition~="#block"] {\n display: block;\n}\ntei-adminInfo {\n display: block;\n}\ntei-app tei-note {\n display: none;\n}\ntei-appInfo {\n display: block;\n}\ntei-appInfo:before {\n content: "Application information: ";\n}\ntei-application {\n display: block;\n}\ntei-application:after {\n content: " " attr(version);\n}\ntei-argument {\n display: block;\n}\ntei-att {\n font-family: Courier,monospace;\n}\ntei-att:before {\n content: "@";\n}\ntei-titlestmt > tei-author {\n display: block;\n margin-bottom: 1em;\n}\ntei-publicationstmt > tei-availability {\n font-size: 80%;\n}\ntei-publicationstmt > tei-availability:before {\n font-weight: bold;\n content: "Availability: ";\n}\ntei-publicationstmt > tei-availability[data-tei-status]:before {\n font-weight: bold;\n content: "Availability (" attr(status) "): ";\n}\n/* B */\ntei-back {\n display: block;\n}\ntei-bibl[data-tei-rend~="block"], bibl[data-tei-rendition~="#block"] {\n display: block;\n padding-left: 2em;\n text-indent: -2em;\n}\ntei-biblFull {\n display: block;\n}\ntei-binding {\n display: block;\n}\ntei-binding:before {\n content: "Binding: \\a";\n white-space: pre-wrap;\n}\ntei-binding[data-tei-contemporary]:before {\n content: "Binding: \\A" "Contemporary: " attr(contemporary) "\\A";\n white-space: pre-wrap;\n}\ntei-bindingdesc {\n display: block;\n}\ntei-bindngdesc:before {\n content: "Binding description: \\A";\n}\ntei-birth {\n display: block;\n}\ntei-birth:before {\n content: "Birth: ";\n}\n/* c */\ntei-cRefPattern {\n display: none;\n}\ntei-caption {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-case[data-tei-value]:before {\n font-weight: bold;\n content: attr(value) " ";\n}\ntei-castgroup {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-castitem {\n display: list-item;\n}\ntei-castlist {\n display: block;\n list-style-type: none;\n margin-top: 1em;\n margin-bottom: 1em;\n margin-left: 2em;\n}\ntei-cb {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-cb:before {\n content: "[column break]";\n}\ntei-cell {\n border-right: thin solid black;\n border-bottom: thin solid black;\n padding: 2px;\n}\n/* for cell or row with @role = label */\ntei-cell[data-tei-role=label] {\n font-weight: bold;\n}\ntei-climate {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-climate:before {\n font-weight: bold;\n content: "Climate: ";\n}\ntei-code {\n font-family: Courier,monospace;\n}\ntei-collation {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-condition {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution:before {\n font-weight: bold;\n content: "Constitution: ";\n}\ntei-constitution[data-tei-type] {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution[data-tei-type]:before {\n font-weight: bold;\n content: "Constitution (" attr(type) "): ";\n}\ntei-constitution[data-tei-type=frags] {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution[data-tei-type=frags]:before {\n font-weight: bold;\n content: "Constitution (fragments): ";\n}\ntei-custevent {\n display: list-item;\n}\ntei-custodialhist {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\n/* d */\ntei-date[data-tei-when]:empty:before {\n content: attr(when);\n}\ntei-del {\n color: red;\n}\n/* e */\ntei-editionstmt {\n display:block;\n}\nteieg-egxml {\n display: block;\n font-size: 80%;\n margin-left: 1em;\n padding-left: 1em;\n border-left: 1px solid #aaaaaa;\n margin-top: .75em;\n margin-bottom: .75em;\n padding-top: .75em;\n padding-bottom: .75em;\n font-family: monospace;\n white-space: pre;\n}\ntei-emph {\n font-style: italic;\n}\ntei-encodingdesc {\n display: none;\n}\ntei-epigraph {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-explicit {\n font-style: italic;\n}\ntei-filedesc > tei-extent {\n display: none;\n}\n/* f */\ntei-figure {\n display: block;\n text-align: center;\n margin-left: auto;\n margin-right: auto;\n}\n/* g */\ntei-gap[data-tei-reason=\'lost\']:before {\n content:\'[\';\n}\ntei-gap[data-tei-reason=\'lost\']:after {\n content: attr(data-content) \']\';\n}\ntei-gap[data-tei-reason=\'illegible\']:after {\n content: attr(data-content);\n}\ntei-gi {\n font-family: Courier,monospace;\n}\ntei-gi:before {\n content: "<";\n}\ntei-gi:after {\n content: ">";\n}\n/* h */\ntei-head {\n display: block;\n font-family: \'OpenSans\', sans-serif;\n font-weight: 700;\n font-size: 1.5em;\n line-height: 1.5rem;\n}\ntei-body > tei-head {\n font-size: 180%;\n text-indent: -0.5em;\n}\ntei-div.textpart {\n display: none;\n}\ntei-div > tei-head {\n font-size: 170%;\n text-indent: -0.5em;\n}\ntei-div > tei-div > tei-head {\n font-size: 155%;\n}\ntei-div > tei-div > tei-div > tei-head {\n font-size: 140%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-head, list > tei-head {\n font-size: 130%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-div > tei-head {\n font-size: 120%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-div > tei-div tei-head {\n font-size: 110%;\n}\ntei-figure > tei-head {\n display: block;\n margin: 1.5em auto 1.5em auto;\n padding: .5em 1.5em 1.5em 1.5em;\n border: 1px solid black;\n border-radius: 15px;\n width: 325px;\n position: relative;\n border: 1px solid #aaaaaa;\n background: #fafafa;\n /* reset text-indent for note with ancestors. */\n text-indent: 0;\n font-size: 85%;\n text-align: justify;\n -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n width: 85%;\n font-family: Georgia, Serif;\n font-size: 13pt;\n}\ntei-hi[rend~="caps"] {\n font-weight:bold;\n}\ntei-hi[rend~="italic"] {\n font-style: italic;\n}\ntei-hi[rend~="underline"] {\n text-decoration: underline;\n}\ntei-ident {\n font-family: Courier,monospace;\n}\ntei-incipit {\n font-style: italic;\n}\ntei-item {\n display: list-item;\n margin-left: 1em;\n}\ntei-cell item {\n margin-left: 1em;\n}\n\n/* j */\n\n/* l */\ntei-l {\n display: block;\n width: 35em;\n}\ntei-l[data-lineno]:before {\n content: attr(data-lineno);\n position: absolute;\n left: 2em;\n}\ntei-lb:after {\n content: \'\\a\';\n white-space: pre;\n}\ntei-lg {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-list {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n list-style-type: none;\n}\ntei-item > tei-list {\n margin-top: 0;\n}\ntei-sourcedesc tei-list {\n list-style-type: none;\n}\ntei-sourcedesc > tei-list > tei-head {\n font-size: 140%;\n font-weight: bold;\n}\ntei-sourcedesc tei-list > tei-item {\n display: list-item;\n}\n/* Match only lists that are descendants of\ntei-text. Otherwise they show up in the header. */\ntei-text tei-list[type=simple] {\n list-style-type: none;\n}\ntei-text tei-list[type=bulleted] {\n list-style-type: disc;\n}\ntei-text tei-list[type=ordered] {\n list-style-type: none;\n counter-reset: items 0;\n}\ntei-text tei-list[type=ordered] > tei-item {\n display: list-item;\n margin-left: 0;\n}\ntei-item > tei-list[type=ordered] {\n margin-left: 1em;\n}\ntei-text tei-list[type=ordered] > item:before {\n counter-increment: items 1;\n content: counter(items, decimal) ". ";\n}\ntei-text tei-list[type=gloss] {\n list-style-type: none;\n}\ntei-list[type="gloss"] > tei-label {\n display: block;\n margin-top: 0.25em;\n margin-bottom: 0.25em;\n font-weight: bold;\n}\ntei-list[type="gloss"] > tei-item {\n margin-left: 2em;\n}\ntei-item > tei-list[type=ordered] {\n margin-left: 1em;\n}\ntei-listapp {\n display: block;\n margin: 1em;\n padding: 1em;\n}\ntei-listbibl {\n display:block;\n list-style-type: none;\n margin-left: .5 em;\n margin-top: .5em;\n}\ntei-listbibl > tei-head {\n font-size: 120%;\n font-weight: bold;\n}\ntei-listbibl > tei-bibl {\n display: list-item;\n margin-left: .5em;\n}\ntei-listwit {\n display:block;\n list-style-type: none;\n margin-left: .5em;\n}\ntei-listwit > tei-head {\n font-size: 120%;\n font-weight: bold;\n}\ntei-listwit > tei-witness {\n display: list-item;\n margin-left: 2em;\n text-indent: -1.1em;\n}\ntei-witness > tei-listwit {\n display: inline;\n}\ntei-witness > tei-listwit > tei-head {\n display: inline;\n}\ntei-witness > tei-listwit > tei-witness {\n display: inline;\n}\ntei-locus {\n display: none;\n}\n\n/* m */\ntei-milestone {\n display: none;\n margin-left: auto;\n margin-right: auto;\n text-align: center;\n}\ntei-musicNotation {\n font-weight: bold;\n}\ntei-musicNotation:before {\n font-weight: bold;\n content: "Musical Notation: ";\n}\n/* n */\ntei-node {\n display: none;\n}\ntei-note {\n display: none;\n}\ntei-notesstmt {\n display: none;\n}\n/* o */\ntei-ovar {\n font-style: italic;\n}\ntei-origPlace {\n font-weight: bold;\n}\ntei-origPlace:before {\n font-weight: bold;\n content: "Place of Origin: ";\n}\n\n/* p */\ntei-p {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n text-align: justify;\n}\n*[data-tei-rendition~="#center"] p {\n text-align: center;\n}\ntei-availability > p:first-child {\n margin-top: 0em;\n}\ntei-performance {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-person {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-personGrp {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-postscript {\n display: block;\n margin-top: 2em;\n}\ntei-principal {\n font-weight: bold;\n}\ntei-principal:before {\n font-weight: bold;\n content: "Principal: ";\n}\ntei-profiledesc {\n display: none;\n}\ntei-publicationstmt > * {\n display: none;\n}\ntei-publicationstmt {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-publicationstmt > date {\n display: none;\n}\ntei-publicationstmt > publisher {\n display: none;\n}\n\n/* q */\ntei-q {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-q:before {\n content: "";\n}\ntei-q:after {\n content: "";\n}\ntei-q[data-tei-next]:after {\n content: "" !important;\n}\ntei-q[data-tei-prev]:before {\n content: "" !important;\n}\ntei-quote {\n font-style:italic;\n}\n\n/* r */\ntei-app tei-rdg {\n /*perhaps choice */\n display:none;\n}\ntei-re {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-recordhist {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-ref {\n color: #5f0000;\n text-decoration: underline;\n cursor: pointer;\n}\ntei-remarks {\n font-weight: bold;\n}\ntei-remarks:before {\n font-weight: bold;\n content: "remarks: ";\n}\ntei-respstmt {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-revisiondesc {\n display: none;\n}\ntei-row {\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n}\n\n/* s */\ntei-salute {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-samplingdecl {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-scriptnote {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-seal {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-seal:before {\n font-weight: bold;\n content: "Seal: ";\n}\ntei-sealdesc {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-secFol:before {\n font-weight: bold;\n content: "Second Folio: ";\n}\ntei-secl>*:first-child:before {\n content: "\\a[";\n white-space: pre;\n}\ntei-secl>*:last-child:after {\n content: "]\\a\\a";\n white-space: pre;\n}\ntei-seg {\n outline: 0px solid transparent;\n}\ntei-sense {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-seriesstmt {\n display: none;\n}\ntei-setting {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-signed {\n display: block;\n margin-top: 2em;\n}\ntei-soCalled {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-soCalled:before {\n content: open-quote;\n}\ntei-soCalled:after {\n content: close-quote;\n}\ntei-soCalled[data-tei-next]:after {\n content: "" !important;\n}\ntei-soCalled[data-tei-prev]:before {\n content: "" !important;\n}\ntei-sound {\n font-style: italic;\n}\ntei-source {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-sourcedesc {\n display: none;\n}\ntei-space:before {\n font-weight: bold;\n content: "";\n}\ntei-span[data-tei-data-n]:before {\n content: attr(data-n);\n}\ntei-speaker {\n font-weight: bold;\n margin-right: 0;\n}\ntei-sponsor {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-sponsor:before {\n font-weight: bold;\n content: "Sponsor:";\n}\ntei-stage {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n font-style: italic;\n}\ntei-stamp {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-stamp:before {\n font-weight: bold;\n content: "Stamped: ";\n}\n\ntei-surplus>*:first-child:before {\n content: "\\a[";\n white-space: pre;\n}\ntei-surplus>*:last-child:after {\n content: "]\\a\\a";\n white-space: pre;\n}\n/* t */\ntei-tei {\n display: block;\n}\ntei-table {\n display: block;\n border-top: thin solid black;\n border-left: thin solid black;\n}\ntei-table {\n margin-top: 2em;\n margin-bottom: 2em;\n font-size: 12pt;\n}\ntei-table > tei-head {\n border-bottom: thin solid black;\n border-right: thin solid black;\n font-size: 120%;\n font-weight: bold;\n padding: 2px;\n text-align: center;\n}\ntei-teiheader {\n display: block;\n margin-top: 2em;\n margin-bottom: 2em;\n}\ntei-tei > tei-text {\n display: block;\n line-height: 1.5;\n}\ntei-textclass {\n display: none;\n}\ntei-textdesc {\n display: none;\n}\n/* title */\ntei-tei tei-title {\n display: inline;\n}\ntei-tei tei-title[level=a] {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-tei tei-title[level=a]:before {\n content: open-quote;\n}\ntei-tei tei-title[level=a]:after {\n content: close-quote;\n}\ntei-tei tei-title[level=a][next]:after {\n content: "" !important;\n}\ntei-tei tei-title[level=a][prev]:before {\n content: "" !important;\n}\ntei-title[level=m] {\n font-style: italic;\n}\ntei-titlestmt > tei-title {\n display: block;\n font-family: Arvo, sans-serif;\n font-weight: normal;\n font-weight: bold !important;\n font-size: 150%;\n}\ntei-typedesc {\n display: none;\n}\n/* u */\ntei-u:before {\n content: "-";\n}\ntei-view {\n font-style: italic;\n}\ntei-wit {\n display: inline;\n}\ntei-witdetail {\n display:none;\n}\n'],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./src/img/lizard-no-bg.png":(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=__webpack_require__.p+"static/media/lizard-no-bg.37c84394.png"}}]); \ No newline at end of file diff --git a/EditionCrafter-stories.f68c199f.iframe.bundle.js.LICENSE.txt b/EditionCrafter-stories.c01508ca.iframe.bundle.js.LICENSE.txt similarity index 100% rename from EditionCrafter-stories.f68c199f.iframe.bundle.js.LICENSE.txt rename to EditionCrafter-stories.c01508ca.iframe.bundle.js.LICENSE.txt diff --git a/EditionCrafter-stories.f68c199f.iframe.bundle.js b/EditionCrafter-stories.f68c199f.iframe.bundle.js deleted file mode 100644 index d5e59c0..0000000 --- a/EditionCrafter-stories.f68c199f.iframe.bundle.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see EditionCrafter-stories.f68c199f.iframe.bundle.js.LICENSE.txt */ -"use strict";(self.webpackChunk_cu_mkp_editioncrafter=self.webpackChunk_cu_mkp_editioncrafter||[]).push([[906],{"./stories/EditionCrafter.stories.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Development:()=>Development,Testing:()=>Testing,__namedExportsOrder:()=>__namedExportsOrder,default:()=>EditionCrafter_stories});var react=__webpack_require__("./node_modules/react/index.js"),createTheme=__webpack_require__("./node_modules/@material-ui/core/esm/styles/createTheme.js"),ThemeProvider=__webpack_require__("./node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js"),withWidth=__webpack_require__("./node_modules/@material-ui/core/esm/withWidth/withWidth.js"),node_modules_history=__webpack_require__("./node_modules/history/index.js"),es=__webpack_require__("./node_modules/react-redux/es/index.js"),dist=__webpack_require__("./node_modules/react-router-dom/dist/index.js"),react_router_dist=__webpack_require__("./node_modules/react-router/dist/index.js"),jsx_runtime=__webpack_require__("./node_modules/react/jsx-runtime.js");function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function _objectSpread(target){for(var i=1;i_this.leftPaneMinWidth&&right_viewWidth>_this.rightPaneMinWidth&&(_this.splitFraction=0===whole?0:left_viewWidth/whole,_this.updateUI()),_this.updatePaneSize()}},_this.onStartDrag=function(e){_this.dragging=!0},_this.onEndDrag=function(e){_this.dragging=!1},_this.onResize=function(e){_this.updatePaneSize()},_this.firstFolio=props.document.folios[0],_this.rightPaneMinWidth=200,_this.leftPaneMinWidth=200,_this.splitFraction=.5,_this.dividerWidth=16;var _whole=window.innerWidth,split_left=_whole/2/_whole,split_right=1-split_left;return _this.state={style:{gridTemplateColumns:"".concat(split_left,"fr ").concat(_this.dividerWidth,"px ").concat(split_right,"fr")}},_this.dragging=!1,_this.onDrag=_this.onDrag.bind(_assertThisInitialized(_this)),_this.onResize=_this.onResize.bind(_assertThisInitialized(_this)),_this.onEndDrag=_this.onEndDrag.bind(_assertThisInitialized(_this)),_this.updatePaneSize=_this.updatePaneSize.bind(_assertThisInitialized(_this)),_this.updatePaneSize=_this.updatePaneSize.bind(_assertThisInitialized(_this)),_this}return function _createClass(Constructor,protoProps,staticProps){return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}(SplitPaneView,[{key:"updateUI",value:function updateUI(){var left=this.splitFraction,right=1-left;this.setState(_objectSpread(_objectSpread({},this.state),{},{style:_objectSpread(_objectSpread({},this.state.style),{},{gridTemplateColumns:"".concat(left,"fr ").concat(this.dividerWidth,"px ").concat(right,"fr")})}))}},{key:"updatePaneSize",value:function updatePaneSize(){var left_px=Math.floor(Math.abs(window.innerWidth*this.splitFraction)),right_px=Math.floor(window.innerWidth*(1-this.splitFraction));this.props.onWidth&&left_px>=this.leftPaneMinWidth&&this.props.onWidth(left_px,right_px)}},{key:"componentDidMount",value:function componentDidMount(){if(this.updateUI(),window.addEventListener("mousemove",this.onDrag),window.addEventListener("mouseup",this.onEndDrag),window.addEventListener("resize",this.onResize),this.props.onWidth){var left_px=Math.floor(Math.abs(window.innerWidth*this.splitFraction)),right_px=Math.floor(window.innerWidth*(1-this.splitFraction));this.props.onWidth(left_px,right_px)}}},{key:"componentWillUnmount",value:function componentWillUnmount(){window.removeEventListener("mousemove",this.onDrag),window.removeEventListener("mouseup",this.onEndDrag),window.removeEventListener("resize",this.onResize)}},{key:"renderDivider",value:function renderDivider(){return(0,jsx_runtime.jsx)("div",{className:"divider",onMouseDown:this.onStartDrag,children:(0,jsx_runtime.jsx)("div",{className:"drawer-button hidden",onClick:this.onDrawerButton,children:(0,jsx_runtime.jsx)("i",{className:"drawer-icon fas fa-caret-left fa-2x",children:" "})})})}},{key:"render",value:function render(){return(0,jsx_runtime.jsxs)("div",{className:"split-pane-view",style:_objectSpread({},this.state.style),children:[this.props.leftPane,this.renderDivider(),this.props.rightPane]})}}]),SplitPaneView}(react.Component);SplitPaneView.displayName="SplitPaneView",SplitPaneView.__docgenInfo={description:"",methods:[{name:"onDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onStartDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onEndDrag",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"onResize",docblock:null,modifiers:[],params:[{name:"e",type:null}],returns:null},{name:"updateUI",docblock:null,modifiers:[],params:[],returns:null},{name:"updatePaneSize",docblock:null,modifiers:[],params:[],returns:null},{name:"renderDivider",docblock:null,modifiers:[],params:[],returns:null}],displayName:"SplitPaneView"};const component_SplitPaneView=(0,es.$j)((function mapStateToProps(state){return{document:state.document}}))(SplitPaneView);var redux=__webpack_require__("./node_modules/redux/es/redux.js"),redux_saga_core_npm_proxy_esm=__webpack_require__("./node_modules/redux-saga/dist/redux-saga-core-npm-proxy.esm.js"),redux_saga_effects_npm_proxy_esm=__webpack_require__("./node_modules/redux-saga/dist/redux-saga-effects-npm-proxy.esm.js");function GlossaryActions_ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function GlossaryActions_objectSpread(target){for(var i=1;i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function folioLayout_unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return folioLayout_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?folioLayout_arrayLikeToArray(o,minLen):void 0}}function folioLayout_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i'),_iterator4=folioLayout_createForOfIteratorHelper(blockSet);try{for(_iterator4.s();!(_step4=_iterator4.n()).done;){var block=_step4.value;block.setAttribute("className","block"),el="div"===block.name?el.concat("".concat(block.innerHTML,"
")):el.concat("".concat(block.outerHTML))}}catch(err){_iterator4.e(err)}finally{_iterator4.f()}return el.concat("")}function mergeRow(sourceRow,targetRow){if(targetRow){for(var result=[],i=0;i<4;i++)"."!==sourceRow[i]?result[i]=sourceRow[i]:result[i]=targetRow[i];return result}return sourceRow}function Folio_createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=function Folio_unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return Folio_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Folio_arrayLikeToArray(o,minLen)}(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function F(){};return{s:F,n:function n(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function Folio_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i0?axios.Z.get(folio.image_zoom_url).then((function(imageServerResponse){folio.tileSource=new(openseadragon_default().IIIFTileSource)(imageServerResponse.data);var _step,_iterator=Folio_createForOfIteratorHelper(transcriptionTypes);try{var _loop=function _loop(){var transcriptionType=_step.value,_folio$annotationURLs=folio.annotationURLs[transcriptionType],htmlURL=_folio$annotationURLs.htmlURL,xmlURL=_folio$annotationURLs.xmlURL;folio.transcription||(folio.transcription={}),folio.transcription[transcriptionType]={},axios.Z.all([axios.Z.get(htmlURL),axios.Z.get(xmlURL)]).then(axios.Z.spread((function(htmlResponse,xmlResponse){var transcription=function parseTranscription(html,xml){return Folio_objectSpread(Folio_objectSpread({},function layoutMargin3(html){return layoutMargin(html,[[".",".","."],[".",".","."],[".",".","."]],layoutDecoder3)}(html)),{},{xml})}(htmlResponse.data,xmlResponse.data);transcription?(folio.transcription[transcriptionType]=transcription,folio.loading=!1,transcriptionTypeTracker[transcriptionType]=!0):reject(new Error("Unable to load transcription: ".concat(htmlURL)))}))).catch((function(error){folioData.loading=!1,reject(error)})).finally((function(){0===Object.values(transcriptionTypeTracker).filter((function(v){return!v})).length&&resolve(folio)}))};for(_iterator.s();!(_step=_iterator.n()).done;)_loop()}catch(err){_iterator.e(err)}finally{_iterator.f()}})).catch((function(error){folioData.loading=!1,reject(error)})):axios.Z.get(folio.image_zoom_url).then((function(imageServerResponse){folio.tileSource=new(openseadragon_default().IIIFTileSource)(imageServerResponse.data),folio.loading=!1,resolve(folio)})).catch((function(error){folioData.loading=!1,reject(error)}))}))}function _regeneratorRuntime(){_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,(function(){return this}));var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach((function(method){define(prototype,method,(function(arg){return this._invoke(method,arg)}))}))}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==typeof value&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then((function(value){invoke("next",value,resolve,reject)}),(function(err){invoke("throw",err,resolve,reject)})):PromiseImpl.resolve(value).then((function(unwrapped){result.value=unwrapped,resolve(result)}),(function(error){return invoke("throw",error,resolve,reject)}))}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl((function(resolve,reject){invoke(method,arg,resolve,reject)}))}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return{value:void 0,done:!0}}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(void 0===method)return context.delegate=null,"throw"===methodName&&delegate.iterator.return&&(context.method="return",context.arg=void 0,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=void 0),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable||""===iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var _marked=_regeneratorRuntime().mark(userNavigation),_marked2=_regeneratorRuntime().mark(resolveDocumentManifest),_marked3=_regeneratorRuntime().mark(resolveFolio),_marked4=_regeneratorRuntime().mark(resolveGlossary),_marked5=_regeneratorRuntime().mark(routeListenerSaga),justDocument=function justDocument(state){return state.document},justGlossary=function justGlossary(state){return state.glossary};function userNavigation(action){var pathname,pathSegments,manifest;return _regeneratorRuntime().wrap((function userNavigation$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(pathname=action.payload.params[0].pathname,!((pathSegments=pathname.split("/")).length>1)){_context.next=14;break}_context.t0=pathSegments[1],_context.next="ec"===_context.t0?6:14;break;case 6:return _context.next=8,resolveDocumentManifest();case 8:return manifest=_context.sent,_context.next=11,resolveGlossary(manifest);case 11:return _context.next=13,resolveFolio(pathSegments);case 13:return _context.abrupt("break",14);case 14:case"end":return _context.stop()}}),_marked)}function resolveDocumentManifest(){var document,response;return _regeneratorRuntime().wrap((function resolveDocumentManifest$(_context2){for(;;)switch(_context2.prev=_context2.next){case 0:return _context2.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justDocument);case 2:if((document=_context2.sent).loaded){_context2.next=10;break}return _context2.next=6,axios.Z.get(document.manifestURL);case 6:return response=_context2.sent,_context2.next=9,putResolveAction("DocumentActions.loadDocument",response.data);case 9:return _context2.abrupt("return",response.data);case 10:return _context2.abrupt("return",null);case 11:case"end":return _context2.stop()}}),_marked2)}function resolveFolio(pathSegments){var document,leftID,rightID,folioIDs,_i,_folioIDs,folioID,folioData,folio;return _regeneratorRuntime().wrap((function resolveFolio$(_context3){for(;;)switch(_context3.prev=_context3.next){case 0:return _context3.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justDocument);case 2:if(!(document=_context3.sent).loaded){_context3.next=21;break}pathSegments.length>2&&(leftID=pathSegments[2],pathSegments.length>4&&(rightID=pathSegments[4])),(folioIDs=[]).push(leftID),rightID&&rightID!==leftID&&folioIDs.push(rightID),_i=0,_folioIDs=folioIDs;case 9:if(!(_i<_folioIDs.length)){_context3.next=21;break}if(folioID=_folioIDs[_i],!(folioData=document.folioIndex[folioID])||folioData.loading){_context3.next=18;break}return _context3.next=15,loadFolio(folioData);case 15:return folio=_context3.sent,_context3.next=18,putResolveAction("DocumentActions.loadFolio",folio);case 18:_i++,_context3.next=9;break;case 21:case"end":return _context3.stop()}}),_marked3)}function resolveGlossary(manifest){var glossaryURL,response;return _regeneratorRuntime().wrap((function resolveGlossary$(_context4){for(;;)switch(_context4.prev=_context4.next){case 0:return _context4.next=2,(0,redux_saga_effects_npm_proxy_esm.Ys)(justGlossary);case 2:if(_context4.sent.loaded){_context4.next=12;break}if(null!=manifest&&manifest.seeAlso&&0!==manifest.seeAlso.length&&manifest.seeAlso[0].id){_context4.next=6;break}throw new Error("Missing glossary link in seeAlso array.");case 6:return glossaryURL=manifest.seeAlso[0].id,_context4.next=9,axios.Z.get(glossaryURL);case 9:return response=_context4.sent,_context4.next=12,putResolveAction("GlossaryActions.loadGlossary",response.data);case 12:case"end":return _context4.stop()}}),_marked4)}function routeListenerSaga(){return _regeneratorRuntime().wrap((function routeListenerSaga$(_context5){for(;;)switch(_context5.prev=_context5.next){case 0:return _context5.next=2,(0,redux_saga_effects_npm_proxy_esm.ib)("RouteListenerSaga.userNavigatation",userNavigation);case 2:case"end":return _context5.stop()}}),_marked5)}function rootSaga_regeneratorRuntime(){rootSaga_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,(function(){return this}));var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach((function(method){define(prototype,method,(function(arg){return this._invoke(method,arg)}))}))}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==typeof value&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then((function(value){invoke("next",value,resolve,reject)}),(function(err){invoke("throw",err,resolve,reject)})):PromiseImpl.resolve(value).then((function(unwrapped){result.value=unwrapped,resolve(result)}),(function(error){return invoke("throw",error,resolve,reject)}))}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl((function(resolve,reject){invoke(method,arg,resolve,reject)}))}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return{value:void 0,done:!0}}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(void 0===method)return context.delegate=null,"throw"===methodName&&delegate.iterator.return&&(context.method="return",context.arg=void 0,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=void 0),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable||""===iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var rootSaga_marked=rootSaga_regeneratorRuntime().mark(rootSaga);function rootSaga(){return rootSaga_regeneratorRuntime().wrap((function rootSaga$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,(0,redux_saga_effects_npm_proxy_esm.$6)([routeListenerSaga()]);case 2:case"end":return _context.stop()}}),rootSaga_marked)}function ReduxStore_ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function ReduxStore_defineProperty(obj,key,value){return(key=function ReduxStore_toPropertyKey(arg){var key=function ReduxStore_toPrimitive(input,hint){if("object"!=typeof input||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!=typeof res)return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"==typeof key?key:String(key)}(key))in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function ReduxStore_toConsumableArray(arr){return function ReduxStore_arrayWithoutHoles(arr){if(Array.isArray(arr))return ReduxStore_arrayLikeToArray(arr)}(arr)||function ReduxStore_iterableToArray(iter){if("undefined"!=typeof Symbol&&null!=iter[Symbol.iterator]||null!=iter["@@iterator"])return Array.from(iter)}(arr)||function ReduxStore_unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return ReduxStore_arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ReduxStore_arrayLikeToArray(o,minLen)}(arr)||function ReduxStore_nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ReduxStore_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName,nextLoc},"next"===this.method&&(this.arg=void 0),ContinueSentinel}},exports}var ReduxStore_marked=ReduxStore_regeneratorRuntime().mark(putResolveAction);function createReduxStore(config){var sagaMiddleware=(0,redux_saga_core_npm_proxy_esm.ZP)(),store=(0,redux.MT)(function rootReducer(config){var iiifManifest=config.iiifManifest,documentName=config.documentName,transcriptionTypes=config.transcriptionTypes;return(0,redux.UY)({diplomatic:createReducer("DiplomaticActions",action_DiplomaticActions,diplomaticInitialState),document:createReducer("DocumentActions",action_DocumentActions,documentInitalState(iiifManifest,documentName,transcriptionTypes)),glossary:createReducer("GlossaryActions",action_GlossaryActions,{glossary:{},loaded:!1})})}(config),window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__(),(0,redux.md)(sagaMiddleware));return sagaMiddleware.run(rootSaga),store}function dispatchAction(props,action){for(var _len=arguments.length,params=new Array(_len>2?_len-2:0),_key=2;_key<_len;_key++)params[_key-2]=arguments[_key];props.dispatch({type:action,payload:{params,dispatcher:{dispatch:props.dispatch}}})}function putResolveAction(action){var _len2,params,_key2,_args=arguments;return ReduxStore_regeneratorRuntime().wrap((function putResolveAction$(_context){for(;;)switch(_context.prev=_context.next){case 0:for(_len2=_args.length,params=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++)params[_key2-1]=_args[_key2];return _context.next=3,(0,redux_saga_effects_npm_proxy_esm.gz)({type:action,payload:{params}});case 3:return _context.abrupt("return",_context.sent);case 4:case"end":return _context.stop()}}),ReduxStore_marked)}function createReducer(actionModuleName,actionModule,initialState){for(var actionNames=[],_i=0,_Object$keys=Object.keys(actionModule);_i<_Object$keys.length;_i++){var action=_Object$keys[_i];actionNames.push("".concat(actionModuleName,".").concat(action))}return function scopedReducer(){var state=arguments.length>0&&void 0!==arguments[0]?arguments[0]:initialState,action=arguments.length>1?arguments[1]:void 0,mod=arguments.length>3&&void 0!==arguments[3]?arguments[3]:actionModule;return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:actionNames).includes(action.type)?function reducer(state,actionFn,action){var params=action.payload&&action.payload.params?action.payload.params:[];return actionFn.apply(void 0,[state].concat(ReduxStore_toConsumableArray(params),[action.payload.dispatcher]))}(state,function getActionFn(action,actionModule){return actionModule[action.split(".")[1]]}(action.type,mod),action):function ReduxStore_objectSpread(target){for(var i=1;i=thumbCount?thumbs.slice(0,thumbCount):thumbs,_this.setState({visibleThumbs})},_this.generateThumbs=_this.generateThumbs.bind(ImageGridView_assertThisInitialized(_this)),_this.loadIncrement=10,_this.state={jumpToBuffer:"",thumbs:"",visibleThumbs:[]},_this}return function ImageGridView_createClass(Constructor,protoProps,staticProps){return protoProps&&ImageGridView_defineProperties(Constructor.prototype,protoProps),staticProps&&ImageGridView_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}(ImageGridView,[{key:"componentDidUpdate",value:function componentDidUpdate(prevProps){var folioID=this.props.documentView[this.props.side].iiifShortID,nextFolioID=this.props.documentView[this.props.side].iiifShortID;if(folioID!==nextFolioID){var thumbs=this.generateThumbs(nextFolioID,this.props.document.folios),thumbCount=thumbs.length>this.loadIncrement?this.loadIncrement:thumbs.length,visibleThumbs=thumbs.slice(0,thumbCount);this.setState({thumbs,visibleThumbs})}}},{key:"renderToolbar",value:function renderToolbar(){return(0,jsx_runtime.jsx)("div",{className:"imageGridToolbar",children:(0,jsx_runtime.jsx)("div",{className:"jump-to",children:(0,jsx_runtime.jsxs)("form",{onSubmit:this.onJumpTo,children:[(0,jsx_runtime.jsx)("span",{children:"Jump to: "}),(0,jsx_runtime.jsx)("input",{id:"jump-to-input",placeholder:"Page Name (e.g. '3r')",onChange:this.onJumpToChange,value:this.state.jumpToBuffer}),(0,jsx_runtime.jsx)("button",{id:"jump-to-button",onClick:this.onJumpTo,children:(0,jsx_runtime.jsx)("span",{style:{color:"black"},className:"fa fa-hand-point-right"})})]})})})}},{key:"componentDidMount",value:function componentDidMount(){var folioID=this.props.documentView[this.props.side].iiifShortID,thumbs=this.generateThumbs(folioID,this.props.document.folios),thumbCount=thumbs.length>this.loadIncrement?this.loadIncrement:thumbs.length,visibleThumbs=thumbs.slice(0,thumbCount);this.setState({thumbs,visibleThumbs})}},{key:"generateThumbs",value:function generateThumbs(currentID,folios){var _this2=this;return folios.map((function(folio,index){return(0,jsx_runtime.jsxs)("li",{className:"thumbnail",children:[(0,jsx_runtime.jsx)("figure",{className:folio.id===currentID?"current":"",children:(0,jsx_runtime.jsx)("a",{id:folio.id,onClick:_this2.onClickThumb.bind(_this2,folio.id),children:(0,jsx_runtime.jsx)("img",{src:folio.image_thumbnail_url,alt:folio.name})})}),(0,jsx_runtime.jsx)("figcaption",{className:folio.id===currentID?"thumbnail-caption current":"thumbnail-caption",children:folio.id===currentID?"*".concat(folio.name):folio.name})]},"thumb-".concat(index))}))}},{key:"hasMore",value:function hasMore(){return this.state.visibleThumbs.length!==this.state.thumbs.length}},{key:"render",value:function render(){var thisClass="imageGridComponent";thisClass="".concat(thisClass," ").concat(this.props.side);var visibleThumbs=this.state.visibleThumbs;return-1===visibleThumbs.constructor.toString().indexOf("Array")&&(visibleThumbs=[]),(0,jsx_runtime.jsxs)("div",{className:thisClass,children:[this.renderToolbar(),(0,jsx_runtime.jsx)(react_infinite_scroller_default(),{element:"ul",loadMore:this.moreThumbs,hasMore:this.hasMore(),useWindow:!1,children:visibleThumbs})]})}}]),ImageGridView}(react.Component);ImageGridView.displayName="ImageGridView",ImageGridView.__docgenInfo={description:"",methods:[{name:"onJumpToChange",docblock:null,modifiers:[],params:[{name:"event",type:null}],returns:null},{name:"onJumpTo",docblock:null,modifiers:[],params:[{name:"event",type:null}],returns:null},{name:"renderToolbar",docblock:null,modifiers:[],params:[],returns:null},{name:"onClickThumb",docblock:null,modifiers:[],params:[{name:"id",type:null},{name:"e",type:null}],returns:null},{name:"generateThumbs",docblock:null,modifiers:[],params:[{name:"currentID",type:null},{name:"folios",type:null}],returns:null},{name:"moreThumbs",docblock:null,modifiers:[],params:[],returns:null},{name:"hasMore",docblock:null,modifiers:[],params:[],returns:null}],displayName:"ImageGridView"};const component_ImageGridView=(0,es.$j)((function ImageGridView_mapStateToProps(state){return{document:state.document}}))(ImageGridView);var html_react_parser=__webpack_require__("./node_modules/html-react-parser/index.mjs");function Pagination_defineProperties(target,props){for(var i=0;i0&&(term+=this.nodeTreeToString(node[x].children));return term.trim()}},{key:"render",value:function render(){var _this$props=this.props,side=_this$props.side,folioID=_this$props.folioID,transcriptionType=_this$props.transcriptionType,document=_this$props.document,documentView=_this$props.documentView,documentViewActions=_this$props.documentViewActions;if("-1"===folioID)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var folio=document.folioIndex[folioID];if(!folio.transcription)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var transcriptionData=folio.transcription[transcriptionType];if(!transcriptionData)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var htmlToReactParserOptionsSide=function htmlToReactParserOptions(){var parserOptions={replace:function replace(domNode){switch(domNode.name){case"tei-note":var _domNode$children$,text=(null===(_domNode$children$=domNode.children[0])||void 0===_domNode$children$?void 0:_domNode$children$.data)||"",id=domNode.attribs.n;return id?(0,jsx_runtime.jsx)(component_EditorComment,{commentID:id,text}):domNode;case"tei-figure":var _graphicEl$attribs,_descEl$children$,graphicEl=domNode.children.find((function(ch){return"tei-graphic"===ch.name})),src=null==graphicEl||null===(_graphicEl$attribs=graphicEl.attribs)||void 0===_graphicEl$attribs?void 0:_graphicEl$attribs.url;if(!src)return domNode;var descEl=domNode.children.find((function(ch){return"tei-figdesc"===ch.name})),desc=null==descEl||null===(_descEl$children$=descEl.children[0])||void 0===_descEl$children$?void 0:_descEl$children$.data;return(0,jsx_runtime.jsxs)("figure",{className:"inline-figure",children:[(0,jsx_runtime.jsx)("img",{src,alt:desc||"",className:"inline-image"}),desc?(0,jsx_runtime.jsx)("figcaption",{children:desc}):null]});default:return domNode}}};return parserOptions}(),html=transcriptionData.html,layout=transcriptionData.layout;if(!html)return(0,jsx_runtime.jsx)(component_Watermark,{documentView,documentViewActions,side});var surfaceStyle={gridTemplateAreas:layout};return(0,jsx_runtime.jsxs)("div",{children:[(0,jsx_runtime.jsx)(component_Navigation,{side,documentView,documentViewActions}),(0,jsx_runtime.jsx)(component_Pagination,{side,documentView,documentViewActions}),(0,jsx_runtime.jsx)("div",{className:"transcriptionViewComponent",children:(0,jsx_runtime.jsx)("div",{className:"transcriptContent",children:(0,jsx_runtime.jsx)(CommentErrorBoundary,{children:(0,jsx_runtime.jsx)("div",{className:"surface grid-mode",style:surfaceStyle,children:(0,html_react_parser.ZP)(html,htmlToReactParserOptionsSide)})})})}),(0,jsx_runtime.jsx)(component_Pagination,{side,documentView,documentViewActions})]})}}]),TranscriptionView}(react.Component);TranscriptionView.displayName="TranscriptionView",TranscriptionView.__docgenInfo={description:"",methods:[{name:"nodeTreeToString",docblock:null,modifiers:[],params:[{name:"node",type:null}],returns:null}],displayName:"TranscriptionView"};const component_TranscriptionView=(0,es.$j)((function TranscriptionView_mapStateToProps(state){return{annotations:state.annotations,document:state.document}}))(TranscriptionView);function XMLView_defineProperties(target,props){for(var i=0;i=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();return normalCompletion=step.done,step},e:function e(_e2){didErr=!0,err=_e2},f:function f(){try{normalCompletion||null==it.return||it.return()}finally{if(didErr)throw err}}}}function GlossaryView_arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i→").concat(entry.seeAlso," "):"",synonym=entry.synonym?", syn. ".concat(entry.synonym):"",antonym=entry.antonym?", ant. ".concat(entry.antonym):"";glossaryEntries.push((0,jsx_runtime.jsxs)(Typography.Z,{gutterBottom:!0,children:[(0,jsx_runtime.jsx)("u",{children:entry.headWord}),altString,modString,modPunctuation," ",partOfSpeech," ",meanings.map((function(meaningful){return(0,html_react_parser.ZP)(meaningful)})),(0,html_react_parser.ZP)(seeAlso),(0,html_react_parser.ZP)(synonym),(0,html_react_parser.ZP)(antonym)]},"gloss-".concat(entry.headWord)))}}return glossaryEntries}},{key:"render",value:function render(){return this.props.glossary.loaded?(0,jsx_runtime.jsxs)("div",{id:"glossaryView",children:[(0,jsx_runtime.jsx)(component_Navigation,{side:this.props.side,onFilterChange:this.onFilterChange,value:this.state.filterTerm,documentView:this.props.documentView,documentViewActions:this.props.documentViewActions}),(0,jsx_runtime.jsx)("div",{id:"glossaryViewInner",children:(0,jsx_runtime.jsxs)("div",{id:"glossaryContent",children:[(0,jsx_runtime.jsx)(Typography.Z,{variant:"h2",className:"title",children:"Glossary"}),(0,jsx_runtime.jsxs)(Typography.Z,{className:"subtitle",children:["For short titles, e.g., [COT1611], see",(0,jsx_runtime.jsx)("a",{href:"#/content/resources/bibliography",children:"Bibliography"}),"."]}),(0,jsx_runtime.jsxs)("div",{className:"cite-instructions",children:[(0,jsx_runtime.jsx)(Typography.Z,{className:"cite-header",children:"How to Cite"}),(0,jsx_runtime.jsxs)(Typography.Z,{children:["“Glossary.” In",(0,jsx_runtime.jsx)("i",{children:"Secrets of Craft and Nature in Renaissance France. A Digital Critical Edition and English Translation of BnF Ms. Fr. 640"}),", edited by Making and Knowing Project, Pamela H. Smith, Naomi Rosenkranz, Tianna Helena Uchacz, Tillmann Taape, Clément Godbarge, Sophie Pitman, Jenny Boulboullé, Joel Klein, Donna Bilak, Marc Smith, and Terry Catapano. New York: Making and Knowing Project, 2020.",(0,jsx_runtime.jsx)("a",{href:"https://edition640.makingandknowing.org/#/folios/1r/f/1r/glossary",children:"https://edition640.makingandknowing.org/#/folios/1r/f/1r/glossary"}),"."]})]}),this.renderGlossary()]})})]}):null}}]),GlossaryView}(react.Component);function renderMeanings(entry){for(var meaningList=[],i=0;i1?"".concat(i+1,". "):"",space=iarr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i-1&&(nextID=(current_hasNext=current_idx1&&folioCount>1)?doc.folios[current_idx-2].id:"")}else{var _current_idx=doc.folioIndex[shortID].pageNumber;_current_idx>-1&&(nextID=(current_hasNext=_current_idx0&&folioCount>1)?doc.folios[_current_idx-1].id:"")}return DocumentView_objectSpread(DocumentView_objectSpread({},this.state[side]),{},{iiifShortID:shortID,transcriptionType:viewport.transcriptionType,hasPrevious:current_hasPrev,hasNext:current_hasNext,previousFolioShortID:prevID,nextFolioShortID:nextID})}},{key:"renderPane",value:function renderPane(side,docView){var viewType=this.determineViewType(side),key=this.viewPaneKey(side),folioID=docView[side].iiifShortID,transcriptionType=docView[side].transcriptionType;return"ImageView"===viewType?(0,jsx_runtime.jsx)(component_ImageView,{folioID,documentView:docView,documentViewActions:this.documentViewActions,side},key):"TranscriptionView"===viewType?(0,jsx_runtime.jsx)(component_TranscriptionView,{documentView:docView,documentViewActions:this.documentViewActions,side,folioID,transcriptionType},key):"XMLView"===viewType?(0,jsx_runtime.jsx)(component_XMLView,{folioID,transcriptionType,documentView:docView,documentViewActions:this.documentViewActions,side},key):"ImageGridView"===viewType?(0,jsx_runtime.jsx)(component_ImageGridView,{documentView:docView,documentViewActions:this.documentViewActions,side},key):"GlossaryView"===viewType?(0,jsx_runtime.jsx)(component_GlossaryView,{documentView:docView,documentViewActions:this.documentViewActions,side},key):(0,jsx_runtime.jsx)("div",{children:"ERROR: Unrecognized viewType."})}},{key:"viewPaneKey",value:function viewPaneKey(side){var pane=this.state[side];return"ImageGridView"===pane.viewType?"".concat(side,"-").concat(pane.viewType):void 0!==pane.folio?"".concat(side,"-").concat(pane.viewType,"-").concat(pane.folio.id):"".concat(side,"-").concat(pane.viewType)}},{key:"render",value:function render(){if(!this.props.document.loaded)return null;var docView=DocumentView_objectSpread(DocumentView_objectSpread({},this.state),{},{left:this.viewportState("left"),right:this.viewportState("right")}),mobileDocView=DocumentView_objectSpread(DocumentView_objectSpread({},this.state),{},{right:DocumentView_objectSpread({},this.viewportState("right"))});return(0,withWidth.yJ)("md",this.props.width)?(0,jsx_runtime.jsx)("div",{children:(0,jsx_runtime.jsx)(component_SplitPaneView,{leftPane:this.renderPane("left",docView),rightPane:this.renderPane("right",docView),onWidth:this.onWidth})}):(0,jsx_runtime.jsx)("div",{children:(0,jsx_runtime.jsx)(SinglePaneView,{singlePane:this.renderPane("right",mobileDocView)})})}}]),DocumentView}(react.Component);DocumentView.displayName="DocumentView",DocumentView.__docgenInfo={description:"",methods:[{name:"setXMLMode",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"xmlMode",type:null}],returns:null},{name:"setLinkedMode",docblock:null,modifiers:[],params:[{name:"linkedMode",type:null}],returns:null},{name:"setBookMode",docblock:null,modifiers:[],params:[{name:"shortid",type:null},{name:"bookMode",type:null}],returns:null},{name:"jumpToFolio",docblock:null,modifiers:[],params:[{name:"folioName",type:null},{name:"side",type:null}],returns:null},{name:"findBookFolios",docblock:null,modifiers:[],params:[{name:"folioID",type:null}],returns:null},{name:"onWidth",docblock:null,modifiers:[],params:[{name:"left",type:null},{name:"right",type:null}],returns:null},{name:"changeTranscriptionType",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"transcriptionType",type:null}],returns:null},{name:"getViewports",docblock:null,modifiers:[],params:[],returns:null},{name:"navigateFolios",docblock:null,modifiers:[],params:[{name:"folioID",type:null},{name:"transcriptionType",type:null},{name:"folioID2",type:null},{name:"transcriptionType2",type:null}],returns:null},{name:"changeCurrentFolio",docblock:null,modifiers:[],params:[{name:"folioID",type:null},{name:"side",type:null},{name:"transcriptionType",type:null}],returns:null},{name:"determineViewType",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null},{name:"viewportState",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null},{name:"renderPane",docblock:null,modifiers:[],params:[{name:"side",type:null},{name:"docView",type:null}],returns:null},{name:"viewPaneKey",docblock:null,modifiers:[],params:[{name:"side",type:null}],returns:null}],displayName:"DocumentView"};const component_DocumentView=(0,withWidth.ZP)()((0,es.$j)((function DocumentView_mapStateToProps(state){return{document:state.document}}))(hocs_withRouter(DocumentView)));function RouteListener_defineProperties(target,props){for(var i=0;i "},null===(_Development$paramete2=Development.parameters)||void 0===_Development$paramete2||null===(_Development$paramete3=_Development$paramete2.docs)||void 0===_Development$paramete3?void 0:_Development$paramete3.source)})}),Testing.parameters=EditionCrafter_stories_objectSpread(EditionCrafter_stories_objectSpread({},Testing.parameters),{},{docs:EditionCrafter_stories_objectSpread(EditionCrafter_stories_objectSpread({},null===(_Testing$parameters=Testing.parameters)||void 0===_Testing$parameters?void 0:_Testing$parameters.docs),{},{source:EditionCrafter_stories_objectSpread({originalSource:"() => "},null===(_Testing$parameters2=Testing.parameters)||void 0===_Testing$parameters2||null===(_Testing$parameters2$=_Testing$parameters2.docs)||void 0===_Testing$parameters2$?void 0:_Testing$parameters2$.source)})});var __namedExportsOrder=["Development","Testing"];Development.__docgenInfo={description:"",methods:[],displayName:"Development"},Testing.__docgenInfo={description:"",methods:[],displayName:"Testing"}},"./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[13].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[13].use[3]!./src/scss/editioncrafter.scss":(module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/css-loader/dist/runtime/getUrl.js"),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__),___CSS_LOADER_URL_IMPORT_0___=new URL(__webpack_require__("./src/img/lizard-no-bg.png"),__webpack_require__.b),___CSS_LOADER_EXPORT___=_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Martel+Sans:wght@200&family=Martel:wght@400;700&family=Taviraj:wght@300;500&display=swap);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://fonts.googleapis.com/icon?family=Material+Icons);"]),___CSS_LOADER_EXPORT___.push([module.id,"@import url(https://use.fontawesome.com/releases/v5.0.8/css/all.css);"]);var ___CSS_LOADER_URL_REPLACEMENT_0___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);___CSS_LOADER_EXPORT___.push([module.id,"*{box-sizing:border-box}div{width:auto}body{padding:0;margin:0;box-sizing:border-box}.warning{color:#ff0}.fa{width:1.5rem;padding:.2rem .1rem .1rem;text-align:center}.fa.active{background-color:rgba(158,158,158,.0392156863);border:.2rem solid #ff9800}.fa-book.active{border-radius:0 2rem 2rem 0}.fa:not(.active){color:gray}.fa.fa-lock,.fa.fa-lock-open{border-radius:2rem 0 0 2rem}.line-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.line-clamp.two-lines{-webkit-line-clamp:2}.flex-parent{display:flex}.flex-parent.half-width{width:50%}.flex-parent.full-width{width:100%}.flex-parent.column{flex-direction:column}.flex-parent.jc-start{justify-content:flex-start}.flex-parent.jc-center{justify-content:center}.flex-parent.jc-end{justify-content:flex-end}.flex-parent.jc-space-btw{justify-content:space-between}.flex-parent.jc-space-around{justify-content:space-around}.flex-parent.ai-start{align-items:flex-start}.flex-parent.ai-center{align-items:center}.flex-parent.ai-end{align-items:flex-end}.flex-parent.wrap{flex-wrap:wrap}.flex-parent.row-reverse{flex-direction:row-reverse}.flex-parent.column-reverse{flex-direction:column-reverse}.flex-parent .flex-1{flex:1}.flex-parent .flex-2{flex:2}.flex-parent .flex-3{flex:3}.flex-parent .flex-4{flex:4}.flex-parent .flex-5{flex:5}.flex-parent .flex-6{flex:6}.flex-parent .flex-7{flex:7}.flex-parent .flex-8{flex:8}.flex-parent .flex-9{flex:9}.flex-parent .flex-10{flex:10}.flex-parent .flex-11{flex:11}.flex-parent .flex-12{flex:12}.bg-maroon-gradient{background-image:linear-gradient(to right, #792421, #66211c, #531d17, #411912, #30140d)}.bg-dark-gradient-bt{background-image:linear-gradient(to bottom, hsl(30, 50%, 90%), hsl(50, 43%, 83%), hsl(43, 54%, 77%))}.bg-dark-gradient-tb{background-image:linear-gradient(to bottom, hsl(43, 54%, 77%), hsl(50, 43%, 83%), hsl(30, 50%, 90%))}.bg-light-gradient-bt{background-image:linear-gradient(to bottom, hsl(30, 50%, 99%), hsl(50, 43%, 90%), hsl(43, 54%, 85%))}.bg-light-gradient-tb{background-image:linear-gradient(to bottom, hsl(43, 54%, 85%), hsl(50, 43%, 90%), hsl(30, 50%, 99%))}.accent-bar{height:10px;width:100%}.invisible{opacity:0}.disabled{opacity:.5}.figure-dialog-img-container img{display:block;width:100%;height:auto}a:hover{text-decoration:underline}a{color:#792421;text-decoration:none}@-webkit-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-moz-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-ms-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@-o-keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}@keyframes slide-down{0%{height:2px;bottom:-5px}100%{height:6px;bottom:-9px}}#globalNavigation{display:flex;align-items:center;flex-direction:row-reverse;font-size:.9rem;position:relative;top:-4rem;right:2rem;float:right}@media(min-width: 960px){#globalNavigation{display:block}}#globalNavigation .expandedViewOnly span,#globalNavigation .expandedViewOnly a{color:#fff;margin-left:1rem;cursor:pointer}#globalNavigation span .francais{font-weight:100}#globalNavigation input{height:1.5rem;padding:0 0 0 .5rem;font-style:italic;border:1px solid rgba(0,0,0,.3882352941);color:#756c6c;background-color:#d8d8d8}#loadingStateModal{position:fixed;z-index:9000;background-color:rgba(0,0,0,.48);width:100vw;height:100vh}.spinner{width:100%;height:100%;margin:calc(50vh - (1rem/2)) auto 0 auto;text-align:center}.spinner>div{width:1rem;height:1rem;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}figure{padding:.3rem 0 0;border-radius:.2rem;margin:0;text-align:center}figure.current{background-color:rgba(7,122,255,.831)}.thumbnail-caption.current{color:rgba(7,122,255,.831) !important;font-weight:900}.watermark{width:100%;height:100%;margin:calc(50vh - (10rem/2)) auto 0 auto}.transcriptContent .watermark{margin:calc(50vh - 12.5rem) auto 0 auto}.watermark_contents{width:10rem;height:10rem;background-image:url("+___CSS_LOADER_URL_REPLACEMENT_0___+');background-size:100%;background-repeat:no-repeat;margin:auto auto auto auto}.navigationComponent{position:fixed;z-index:2;height:48px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:4px;top:75px;background-color:#fff;border-radius:.3rem}.navigationComponent #tool-bar-buttons{font-size:15px}@media(min-width: 600px){.navigationComponent{top:80px}}@media(min-width: 960px){.navigationComponent{top:initial}}.navigationComponent button{cursor:pointer}.navigationRow{display:flex;justify-content:space-between;padding:12px 10px 12px 10px}.helpIcon{display:none;margin-top:6px;margin-right:16px}@media(min-width: 960px){.helpIcon{display:block}}.dropdownV2{width:150px;margin-right:10px}.imageViewComponent .navigationComponent{background-color:#4a4a4a;border-radius:.3rem;opacity:.8}@media(min-width: 960px){.imageViewComponent .navigationComponent{background-color:#000;color:#fff;border-radius:0;opacity:1}}.transcriptionViewComponent .navigationComponent{background-color:#fff;color:#000}#doc-type-help:after{color:#978e8e}#doc-type-help .dark .MuiSvgIcon-root.MuiSelect-icon{color:#fff}.breadcrumbs{overflow:hidden;display:none}@media(min-width: 960px){.breadcrumbs{display:block}}.breadcrumbs .folioName{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:900;text-decoration:underline}.closeX{float:right;padding:3px;font-style:bold}.closeX:hover{cursor:pointer}.helpContainer .MuiListItem-root{display:flex;gap:10px}.helpContainer{padding:12px;width:335px;height:min(600px,100vh - 40px);position:relative;top:40px;overflow-x:auto}.helpContainer .readingGuide td{padding:8px}.helpContainer .readingGuide h2{margin-top:16px;margin-bottom:10px}.searchHelpContainer{padding:10px 15px 10px 0;width:335px}.helpHeader{text-align:center}.paginationComponent{white-space:nowrap;text-align:center;font-size:1.2rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:52px}@media(min-width: 960px){.paginationComponent{margin-bottom:0}}.paginationControl{padding:16px}.paginationControl .arrow{font-size:1.8rem;color:#4a4a4a;margin:1rem 1rem 0;cursor:pointer}.paginationControl .folioName{position:relative;top:-0.2rem;color:#4a4a4a}#diplomatic #content-view h1,#diplomatic #content-view h2,#diplomatic #content-view h3,#diplomatic #content-view h4,#diplomatic .header-wrapper h1,#diplomatic .header-wrapper h2,#diplomatic .header-wrapper h3,#diplomatic .header-wrapper h4,#diplomatic #entry-list-view h1,#diplomatic #entry-list-view h2,#diplomatic #entry-list-view h3,#diplomatic #entry-list-view h4,#diplomatic #annotation-list-view h1,#diplomatic #annotation-list-view h2,#diplomatic #annotation-list-view h3,#diplomatic #annotation-list-view h4{font-family:"Lato",sans-serif;color:#000;padding:0;margin:0}#diplomatic #content-view h1,#diplomatic .header-wrapper h1,#diplomatic #entry-list-view h1,#diplomatic #annotation-list-view h1{font-family:"Taviraj",serif;font-size:32px}#diplomatic #content-view h2,#diplomatic #content-view h3,#diplomatic .header-wrapper h2,#diplomatic .header-wrapper h3,#diplomatic #entry-list-view h2,#diplomatic #entry-list-view h3,#diplomatic #annotation-list-view h2,#diplomatic #annotation-list-view h3{font-weight:700}#diplomatic #content-view h2,#diplomatic .header-wrapper h2,#diplomatic #entry-list-view h2,#diplomatic #annotation-list-view h2{font-size:22px}#diplomatic #content-view h3,#diplomatic .header-wrapper h3,#diplomatic #entry-list-view h3,#diplomatic #annotation-list-view h3{font-size:18px}#diplomatic #content-view h4,#diplomatic .header-wrapper h4,#diplomatic #entry-list-view h4,#diplomatic #annotation-list-view h4{font-size:18px;font-weight:700}#diplomatic #content-view p,#diplomatic .header-wrapper p,#diplomatic #entry-list-view p,#diplomatic #annotation-list-view p{font-family:"Martel",serif;line-height:1.25}#diplomatic #content-view span,#diplomatic .header-wrapper span,#diplomatic #entry-list-view span,#diplomatic #annotation-list-view span{font-family:"Martel",serif;line-height:1.25;margin:0}#diplomatic #content-view a.MuiButton-containedPrimary.cta-button,#diplomatic .header-wrapper a.MuiButton-containedPrimary.cta-button,#diplomatic #entry-list-view a.MuiButton-containedPrimary.cta-button,#diplomatic #annotation-list-view a.MuiButton-containedPrimary.cta-button{color:#fff;padding:10px 70px;border-radius:0}#diplomatic #content-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic .header-wrapper a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic #entry-list-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span,#diplomatic #annotation-list-view a.MuiButton-containedPrimary.cta-button .MuiButton-label span{font-family:"Lato",sans-serif;font-size:20px}#diplomatic #content-view a,#diplomatic .header-wrapper a,#diplomatic #entry-list-view a,#diplomatic #annotation-list-view a{color:#792421}#diplomatic #content-view a:hover,#diplomatic .header-wrapper a:hover,#diplomatic #entry-list-view a:hover,#diplomatic #annotation-list-view a:hover{color:#cba374}#diplomatic #content-view .cta-link.MuiLink-underlineHover:hover,#diplomatic .header-wrapper .cta-link.MuiLink-underlineHover:hover,#diplomatic #entry-list-view .cta-link.MuiLink-underlineHover:hover,#diplomatic #annotation-list-view .cta-link.MuiLink-underlineHover:hover{text-decoration:none}#diplomatic #content-view a.cta-link,#diplomatic .header-wrapper a.cta-link,#diplomatic #entry-list-view a.cta-link,#diplomatic #annotation-list-view a.cta-link{color:#000;text-align:center;width:fit-content;text-decoration:none;font-family:"Lato",sans-serif;font-size:16px;font-weight:700;position:relative;cursor:pointer;margin-bottom:5px}@media(min-width: 960px){#diplomatic #content-view a.cta-link,#diplomatic .header-wrapper a.cta-link,#diplomatic #entry-list-view a.cta-link,#diplomatic #annotation-list-view a.cta-link{font-size:18px}}#diplomatic #content-view a.cta-link.with-icon:after,#diplomatic .header-wrapper a.cta-link.with-icon:after,#diplomatic #entry-list-view a.cta-link.with-icon:after,#diplomatic #annotation-list-view a.cta-link.with-icon:after{font-family:"Font Awesome 5 Free";margin-left:7px;font-weight:600;content:"";font-size:15px}#diplomatic #content-view a.cta-link:before,#diplomatic .header-wrapper a.cta-link:before,#diplomatic #entry-list-view a.cta-link:before,#diplomatic #annotation-list-view a.cta-link:before{position:absolute;content:"";height:2px;background-color:#000;width:50%;right:30%;bottom:-5px;border-radius:2px}#diplomatic #content-view a.cta-link:hover:before,#diplomatic .header-wrapper a.cta-link:hover:before,#diplomatic #entry-list-view a.cta-link:hover:before,#diplomatic #annotation-list-view a.cta-link:hover:before{background-color:#792421;text-decoration:none;height:6px;bottom:-9px;-webkit-animation:slide-down .2s;-moz-animation:slide-down .2s;-ms-animation:slide-down .2s;-o-animation:slide-down .2s;animation:slide-down .2s}#diplomatic #content-view a.cta-link:hover:after,#diplomatic .header-wrapper a.cta-link:hover:after,#diplomatic #entry-list-view a.cta-link:hover:after,#diplomatic #annotation-list-view a.cta-link:hover:after{color:#792421}#diplomatic #content-view a.cta-link.active:before,#diplomatic .header-wrapper a.cta-link.active:before,#diplomatic #entry-list-view a.cta-link.active:before,#diplomatic #annotation-list-view a.cta-link.active:before{background-color:#792421;text-decoration:none;height:6px;bottom:-9px;-webkit-animation:slide-down .2s;-moz-animation:slide-down .2s;-ms-animation:slide-down .2s;-o-animation:slide-down .2s;animation:slide-down .2s}#diplomatic #content-view a.cta-link.active:after,#diplomatic .header-wrapper a.cta-link.active:after,#diplomatic #entry-list-view a.cta-link.active:after,#diplomatic #annotation-list-view a.cta-link.active:after{color:#792421}#diplomatic #content-view a.cta-link.light,#diplomatic .header-wrapper a.cta-link.light,#diplomatic #entry-list-view a.cta-link.light,#diplomatic #annotation-list-view a.cta-link.light{color:#444}#diplomatic #content-view a.cta-link.light:before,#diplomatic .header-wrapper a.cta-link.light:before,#diplomatic #entry-list-view a.cta-link.light:before,#diplomatic #annotation-list-view a.cta-link.light:before{background-color:#444}#diplomatic #content-view a.cta-link.light:hover:before,#diplomatic .header-wrapper a.cta-link.light:hover:before,#diplomatic #entry-list-view a.cta-link.light:hover:before,#diplomatic #annotation-list-view a.cta-link.light:hover:before{background-color:#792421}#diplomatic #content-view a.cta-link.video-link:after,#diplomatic .header-wrapper a.cta-link.video-link:after,#diplomatic #entry-list-view a.cta-link.video-link:after,#diplomatic #annotation-list-view a.cta-link.video-link:after{content:"";font-size:12px;margin-bottom:-2px}#diplomatic #content-view a.cta-link.search-link:after,#diplomatic .header-wrapper a.cta-link.search-link:after,#diplomatic #entry-list-view a.cta-link.search-link:after,#diplomatic #annotation-list-view a.cta-link.search-link:after{font-family:"Material Icons";content:"search";font-size:16px}#diplomatic #header{width:100%;padding:0px 20px;background-color:#fff;border-radius:0}@media(min-width: 1280px){#diplomatic #header{padding:5px 50px}}#diplomatic #header img{width:210px}@media(min-width: 600px){#diplomatic #header img{width:300px}}@media(min-width: 960px){#diplomatic #header img{width:300px}}#diplomatic #header .expandedViewOnly{width:100%}#diplomatic #header .nav-item{font-size:16px;margin-right:5px;white-space:nowrap;margin-bottom:15px}#diplomatic #header .search-btn{margin-bottom:10px;font-size:18px}#diplomatic .maroon-dropdown{background-color:#460c0a;border-radius:0;-webkit-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8);-moz-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8);box-shadow:inset 0 5px 5px -5px rgba(0,0,0,.8),0 5px 5px -5px rgba(0,0,0,.8)}#diplomatic .mobile-menu{padding:50px 0}#diplomatic .mobile-menu .list-container{position:relative}#diplomatic .mobile-menu .list-container .list{color:"white"}#diplomatic .search-bar{height:162px}#diplomatic .search-bar .label{font-size:32px;color:#fff;font-weight:400;white-space:nowrap}#diplomatic .search-bar .content{width:50%}#diplomatic .search-bar #search input{border:1px solid #dededf;border-radius:4px;width:300px;height:38px;font-size:14px;padding:5px 15px;font-family:"Lato",sans-serif}#diplomatic.sticky .header-wrapper.sticky{position:sticky;top:0;z-index:2}#diplomatic #footer{color:#fff;background-color:#460c0a;display:flex;flex-direction:column;padding:10px 20px}@media(min-width: 600px){#diplomatic #footer{padding:20px 30px}}@media(min-width: 960px){#diplomatic #footer{padding:30px 40px}}#diplomatic #footer p,#diplomatic #footer a{font-family:"Lato",sans-serif;font-size:16px;color:#fafafa;line-height:1.5;margin:0}#diplomatic #footer a:hover{color:#cba374;fill:#cba374}#diplomatic #footer .top{margin-bottom:10px}#diplomatic #footer .top p{margin:0 5px;white-space:nowrap}#diplomatic #footer .doi{text-align:center}#diplomatic #footer .copyright .symbols{text-decoration:none}#diplomatic #footer .copyright svg{width:14px;height:14px}#diplomatic #footer .logos{margin-bottom:10px}#diplomatic #footer .logos img{width:150px}@media(min-width: 600px){#diplomatic #footer .logos img{width:200px}}@media(min-width: 600px){#diplomatic #footer .logos img{width:250px}}#diplomatic #footer .footer-links{width:100%;text-align:center;font-size:12px;line-height:2}#diplomatic.fixed{background:#fff;position:fixed;width:100vw;height:calc(100vh - 12rem);font-size:.7rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"OpenSans",sans-serif;font-size:.9rem}@media(min-width: 600px){#diplomatic.fixed{height:calc(100vh - 13rem)}}@media(min-width: 960px){#diplomatic.fixed{height:calc(100vh - 14rem)}}#diplomatic.fixed #content{line-height:1.2rem}#diplomatic.fixed h1,#diplomatic.fixed h2,#diplomatic.fixed h3,#diplomatic.fixed h4{color:rgba(0,0,0,.7215686275);font-family:"OpenSans",sans-serif;font-weight:700;padding:0;line-height:1.5rem}.imageGridComponent{background-color:#000;font-size:.8rem;overflow:scroll;height:100vh}.imageGridComponent>ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin:1.5rem 0 8rem 2rem}.imageGridComponent>ul>li{margin-bottom:20px;width:150px;height:220px}.imageGridComponent>ul>li>figure{margin:8px}.imageGridComponent>ul>li>figure:hover{border:2px #eee solid;margin:6px}.imageGridComponent>ul>li>.thumbnail-caption{text-align:center;color:#fff}.hidden{display:none}.imageGridComponent .imageGridToolbar{padding:5px;color:#fff}.imageGridComponent .imageGridToolbar .jump-to{float:right;display:"inline";margin-right:30px}.imageGridComponent .imageGridToolbar .jump-to #jump-to-input{margin-left:5px}.imageGridComponent .imageGridToolbar .jump-to #jump-to-button{margin-left:5px;cursor:pointer}.split-pane-view{height:100%;width:100%;display:grid;grid-template-areas:"image_viewer divider transcription"}.split-pane-view>.divider{z-index:2;grid-area:divider;width:1rem;background:#bbb;cursor:ew-resize;display:flex}.split-pane-view>.divider>.drawer-button{align-self:center;align:center;cursor:auto}.split-pane-view>.divider>.drawer-button:hover{color:#fff}.split-pane-view>.divider>.hidden{display:none}.split-pane-view #annotation-view{font-size:16px}#image-view-seadragon-left,#image-view-seadragon-right{width:100%;height:100%;grid-area:image_viewer;background:#000}.imageViewComponent{position:relative;padding:0;margin:0;width:100%;height:100vh}.ImageZoomControl{position:absolute;z-index:1;top:8rem;color:#fff;list-style:none;background:#4a4a4a;opacity:.4;margin:0;padding:.4rem .5rem;border-radius:.3rem}@media(min-width: 960px){.ImageZoomControl{top:4rem;left:2rem}}.ImageZoomControl>li{color:#e0e0e0}.ImageZoomControl>li>.zoom-in{margin-top:8px}.ImageZoomControl>li:hover{color:#fff}.ImageZoomControl>li>.zoom-3{margin-top:8px}.ImageZoomControl>li>.zoom-2{margin-top:8px;margin-left:5px}.ImageZoomControl>li>.zoom-1{margin-top:8px;margin-left:7px}.ImageZoomControl>li>.zoom-out{margin-top:8px}.ImageZoomControl>li>.zoom-grid{margin-top:30px}.transcriptionViewComponent{overflow:scroll;height:calc(100vh - 7rem)}.transcriptionViewComponent .transcriptContent{padding:50px 16px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;margin-bottom:92px}@media(min-width: 960px){.transcriptionViewComponent .transcriptContent{padding:5px 16px}}.transcriptionViewComponent .transcriptContent figure{display:inline-flex;flex-direction:column;width:100%;align-items:center;gap:6px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-middle]{max-width:250px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-top]{max-width:250px}.transcriptionViewComponent .transcriptContent .block[data-layout=right-bottom]{max-width:250px}.transcriptionViewComponent .transcriptContent .x-small-inline-figure{margin:5px;border:1px solid gray;width:30px}.transcriptionViewComponent .transcriptContent .small-inline-figure{margin:5px;border:1px solid gray;width:60px}.transcriptionViewComponent .transcriptContent .medium-inline-figure{margin:5px;border:1px solid gray;width:200px}.transcriptionViewComponent .transcriptContent .large-inline-figure{margin:5px;border:1px solid gray;width:350px}.transcriptionViewComponent .transcriptContent .surface{grid-area:transcription;margin:0;padding:0;list-style:none}.transcriptionViewComponent .transcriptContent .grid-mode{display:grid;grid-auto-rows:minmax(min-content, 0fr);grid-gap:2px}.transcriptionViewComponent .transcriptContent .surface>.small-font{font-size:11pt}.transcriptionViewComponent .transcriptContent .surface>div{padding:10px}.transcriptionViewComponent .transcriptContent .surface>#z0{grid-area:z0}.transcriptionViewComponent .transcriptContent .surface>#z1{grid-area:z1}.transcriptionViewComponent .transcriptContent .surface>#z2{grid-area:z2}.transcriptionViewComponent .transcriptContent .surface>#z3{grid-area:z3}.transcriptionViewComponent .transcriptContent .surface>#z4{grid-area:z4}.transcriptionViewComponent .transcriptContent .surface>#z5{grid-area:z5}.transcriptionViewComponent .transcriptContent .surface>#z6{grid-area:z6}.transcriptionViewComponent .transcriptContent .surface>#z7{grid-area:z7}.transcriptionViewComponent .transcriptContent .surface>#z8{grid-area:z8}.transcriptionViewComponent .transcriptContent .surface>#z9{grid-area:z9}.transcriptionViewComponent .transcriptContent .surface>#z10{grid-area:z10}.transcriptionViewComponent .transcriptContent .surface>#z11{grid-area:z11}.transcriptionViewComponent .transcriptContent .surface>#z12{grid-area:z12}.transcriptionViewComponent .transcriptContent .surface>#z13{grid-area:z13}.transcriptionViewComponent .transcriptContent .surface>#z14{grid-area:z14}.transcriptionViewComponent .transcriptContent .surface>#z15{grid-area:z15}.transcriptionViewComponent .transcriptContent .surface>#z16{grid-area:z16}.transcriptionViewComponent .transcriptContent .surface>#z17{grid-area:z17}.transcriptionViewComponent .transcriptContent .surface>#z18{grid-area:z18}.transcriptionViewComponent .transcriptContent .surface>#z19{grid-area:z19}.transcriptionViewComponent .transcriptContent .surface>#z20{grid-area:z20}.transcriptionViewComponent .transcriptContent .highlight{background-color:#ff0}.editor-comment-content{word-wrap:break-word}.inline-image{max-width:90%;max-height:360px;margin:auto;text-align:center}.xmlViewComponent .navigationComponent{background-color:#fff;color:#000}.xmlContent{padding:0;margin:4.5rem 0 0;width:calc(100% - 1.2rem);min-height:100vh;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;min-width:10rem}.xmlViewComponent{overflow:auto;margin:0 0 0 1rem;height:calc(100vh - 7rem)}.xmlContentInner{max-height:100%}.xmlContentInner pre{overflow-x:auto}#glossaryView #glossaryViewInner{overflow-y:scroll;margin:5px 0 0 0;width:calc(100% - 1.2rem);height:calc(100vh - 170px);padding:5px 16px}@media(min-width: 960px){#glossaryView #glossaryViewInner{margin:52px 0 0 0}}#glossaryView .cite-header{text-align:center;margin-bottom:5px}#glossaryView .cite-instructions{margin:20px;margin-left:15%;margin-right:15%}#glossaryView .navigationComponent{position:sticky;top:0}@media(min-width: 960px){#glossaryView .navigationComponent{position:fixed;top:initial}}#glossaryView .glossaryNav{background:#fff;padding:5px;position:relative}#glossaryView .glossaryNav #glossary-filter{margin-right:10px}#glossaryView .glossaryNav .alphaNav{display:none}@media(min-width: 960px){#glossaryView .glossaryNav .alphaNav{display:block}}#glossaryView .alphaNav{color:blue;display:inline}#glossaryView .title{white-space:nowrap;position:relative;width:calc(100% - 1.7rem);text-align:center;top:-2em;font-size:1.8rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 960px){#glossaryView .title{top:-1em}}#glossaryView .subtitle{white-space:nowrap;position:relative;width:calc(100% - 1.7rem);text-align:center;top:-2em;font-style:italic;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 960px){#glossaryView .subtitle{top:-1em}}#glossaryView #glossaryContent{padding:5rem 0 0;min-height:100vh;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;min-width:10rem}@media(min-width: 960px){#glossaryView #glossaryContent{padding:3.5rem 0 0}}.jumpToFolio_component{margin:1rem 0 0 -4.5rem;padding:.6rem;height:1.2rem;width:9.5rem;background:#e7e7e7;border:1px solid rgba(90,98,102,.53);border-radius:.3rem;-webkit-box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);-moz-box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);box-shadow:6px 6px 5px 0 rgba(0,0,0,.211765);font-family:sans-serif}.jumpToFolio_component input:focus{outline:none}.jumpToFolio_component:after,.jumpToFolio_component:before{bottom:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.jumpToFolio_component:after{border-color:rgba(255,255,255,0);border-bottom-color:#e7e7e7;border-width:9px;margin-left:-9px}.jumpToFolio_component:before{border-color:rgba(194,225,245,0);border-bottom-color:rgba(90,98,102,.53);border-width:11px;margin-left:-11px}[lang=ar],[lang=ota],[lang=fa],[lang=he],[lang*=-Arab-AR]{direction:rtl;text-align:right}[lang=en],[lang=fr],[lang=de],[lang=it],[lang*=ar-Latn-],[lang*=ota-Latn-]{direction:ltr;text-align:left}tei-choice tei-abbr+tei-expan:before,tei-choice tei-expan+tei-abbr:before,tei-choice tei-sic+tei-corr:before,tei-choice tei-corr+tei-sic:before,tei-choice tei-orig+tei-reg:before,tei-choice tei-reg+tei-orig:before{content:" ("}tei-choice tei-abbr+tei-expan:after,tei-choice tei-expan+tei-abbr:after,tei-choice tei-sic+tei-corr:after,tei-choice tei-corr+tei-sic:after,tei-choice tei-orig+tei-reg:after,tei-choice tei-reg+tei-orig:after{content:")"}tei-ab{display:block;margin-top:1em;margin-bottom:1em}tei-accMat{display:block}tei-accMat:before{content:"accompanying materials: "}tei-acquisition{display:block;margin-top:0;margin-bottom:0}tei-acquisition:before{font-weight:bold;content:"acquisition"}tei-activity{display:block}tei-activity:before{content:"activity: "}tei-add[place=above]{color:blue;vertical-align:super;font-size:10pt}tei-add[place=inline]:before{content:"«"}tei-add[place=inline]:after{content:"»"}tei-add[place=below]{vertical-align:sub}tei-additional{display:block}tei-additions{display:block}tei-additions:before{content:"Significant additions within the document: "}tei-addrLine{display:block}tei-address[data-tei-rend~=block],addresss[data-tei-rendition~="#block"]{display:block}tei-adminInfo{display:block}tei-app tei-note{display:none}tei-appInfo{display:block}tei-appInfo:before{content:"Application information: "}tei-application{display:block}tei-application:after{content:" " attr(version)}tei-argument{display:block}tei-att{font-family:Courier,monospace}tei-att:before{content:"@"}tei-titlestmt>tei-author{display:block;margin-bottom:1em}tei-publicationstmt>tei-availability{font-size:80%}tei-publicationstmt>tei-availability:before{font-weight:bold;content:"Availability: "}tei-publicationstmt>tei-availability[data-tei-status]:before{font-weight:bold;content:"Availability (" attr(status) "): "}tei-back{display:block}tei-bibl[data-tei-rend~=block],bibl[data-tei-rendition~="#block"]{display:block;padding-left:2em;text-indent:-2em}tei-biblFull{display:block}tei-binding{display:block}tei-binding:before{content:"Binding: \\a";white-space:pre-wrap}tei-binding[data-tei-contemporary]:before{content:"Binding: \\a" "Contemporary: " attr(contemporary) "\\a";white-space:pre-wrap}tei-bindingdesc{display:block}tei-bindngdesc:before{content:"Binding description: \\a"}tei-birth{display:block}tei-birth:before{content:"Birth: "}tei-cRefPattern{display:none}tei-caption{display:block;margin-top:1em;margin-bottom:1em}tei-case[data-tei-value]:before{font-weight:bold;content:attr(value) " "}tei-castgroup{display:block;margin-top:1em;margin-bottom:1em}tei-castitem{display:list-item}tei-castlist{display:block;list-style-type:none;margin-top:1em;margin-bottom:1em;margin-left:2em}tei-cb{display:block;margin-top:1em;margin-bottom:1em}tei-cb:before{content:"[column break]"}tei-cell{border-right:thin solid #000;border-bottom:thin solid #000;padding:2px}tei-cell[data-tei-role=label]{font-weight:bold}tei-climate{display:block;margin-top:1em;margin-bottom:1em}tei-climate:before{font-weight:bold;content:"Climate: "}tei-code{font-family:Courier,monospace}tei-collation{display:block;margin-top:1em;margin-bottom:1em}tei-condition{display:block;margin-top:1em;margin-bottom:1em}tei-constitution{display:block;margin-top:1em;margin-bottom:1em}tei-constitution:before{font-weight:bold;content:"Constitution: "}tei-constitution[data-tei-type]{display:block;margin-top:1em;margin-bottom:1em}tei-constitution[data-tei-type]:before{font-weight:bold;content:"Constitution (" attr(type) "): "}tei-constitution[data-tei-type=frags]{display:block;margin-top:1em;margin-bottom:1em}tei-constitution[data-tei-type=frags]:before{font-weight:bold;content:"Constitution (fragments): "}tei-custevent{display:list-item}tei-custodialhist{display:block;margin-top:1em;margin-bottom:1em}tei-date[data-tei-when]:empty:before{content:attr(when)}tei-del{color:red}tei-editionstmt{display:block}teieg-egxml{display:block;font-size:80%;margin-left:1em;padding-left:1em;border-left:1px solid #aaa;margin-top:.75em;margin-bottom:.75em;padding-top:.75em;padding-bottom:.75em;font-family:monospace;white-space:pre}tei-emph{font-style:italic}tei-encodingdesc{display:none}tei-epigraph{display:block;margin-top:1em;margin-bottom:1em}tei-explicit{font-style:italic}tei-filedesc>tei-extent{display:none}tei-figure{display:block;text-align:center;margin-left:auto;margin-right:auto}tei-gap[data-tei-reason=lost]:before{content:"["}tei-gap[data-tei-reason=lost]:after{content:attr(data-content) "]"}tei-gap[data-tei-reason=illegible]:after{content:attr(data-content)}tei-gi{font-family:Courier,monospace}tei-gi:before{content:"<"}tei-gi:after{content:">"}tei-head{display:block;font-family:"OpenSans",sans-serif;font-weight:700;font-size:1.5em;line-height:1.5rem}tei-body>tei-head{font-size:180%;text-indent:-0.5em}tei-div.textpart{display:none}tei-div>tei-head{font-size:170%;text-indent:-0.5em}tei-div>tei-div>tei-head{font-size:155%}tei-div>tei-div>tei-div>tei-head{font-size:140%}tei-div>tei-div>tei-div>tei-div>tei-head,list>tei-head{font-size:130%}tei-div>tei-div>tei-div>tei-div>tei-div>tei-head{font-size:120%}tei-div>tei-div>tei-div>tei-div>tei-div>tei-div tei-head{font-size:110%}tei-figure>tei-head{display:block;margin:1.5em auto 1.5em auto;padding:.5em 1.5em 1.5em 1.5em;border:1px solid #000;border-radius:15px;width:325px;position:relative;border:1px solid #aaa;background:#fafafa;text-indent:0;font-size:85%;text-align:justify;-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);box-shadow:0px 1px 3px rgba(0,0,0,.25);width:85%;font-family:Georgia,Serif;font-size:13pt}tei-hi[rend~=caps]{font-weight:bold}tei-hi[rend~=italic]{font-style:italic}tei-hi[rend~=underline]{text-decoration:underline}tei-ident{font-family:Courier,monospace}tei-incipit{font-style:italic}tei-item{display:list-item;margin-left:1em}tei-cell item{margin-left:1em}tei-l{display:block;width:35em}tei-l[data-lineno]:before{content:attr(data-lineno);position:absolute;left:2em}tei-lb:after{content:"\\a";white-space:pre}tei-lg{display:block;margin-top:1em;margin-bottom:1em}tei-list{display:block;margin-top:1em;margin-bottom:1em;list-style-type:none}tei-item>tei-list{margin-top:0}tei-sourcedesc tei-list{list-style-type:none}tei-sourcedesc>tei-list>tei-head{font-size:140%;font-weight:bold}tei-sourcedesc tei-list>tei-item{display:list-item}tei-text tei-list[type=simple]{list-style-type:none}tei-text tei-list[type=bulleted]{list-style-type:disc}tei-text tei-list[type=ordered]{list-style-type:none;counter-reset:items 0}tei-text tei-list[type=ordered]>tei-item{display:list-item;margin-left:0}tei-item>tei-list[type=ordered]{margin-left:1em}tei-text tei-list[type=ordered]>item:before{counter-increment:items 1;content:counter(items, decimal) ". "}tei-text tei-list[type=gloss]{list-style-type:none}tei-list[type=gloss]>tei-label{display:block;margin-top:.25em;margin-bottom:.25em;font-weight:bold}tei-list[type=gloss]>tei-item{margin-left:2em}tei-item>tei-list[type=ordered]{margin-left:1em}tei-listapp{display:block;margin:1em;padding:1em}tei-listbibl{display:block;list-style-type:none;margin-left:.5 em;margin-top:.5em}tei-listbibl>tei-head{font-size:120%;font-weight:bold}tei-listbibl>tei-bibl{display:list-item;margin-left:.5em}tei-listwit{display:block;list-style-type:none;margin-left:.5em}tei-listwit>tei-head{font-size:120%;font-weight:bold}tei-listwit>tei-witness{display:list-item;margin-left:2em;text-indent:-1.1em}tei-witness>tei-listwit{display:inline}tei-witness>tei-listwit>tei-head{display:inline}tei-witness>tei-listwit>tei-witness{display:inline}tei-locus{display:none}tei-milestone{display:none;margin-left:auto;margin-right:auto;text-align:center}tei-musicNotation{font-weight:bold}tei-musicNotation:before{font-weight:bold;content:"Musical Notation: "}tei-node{display:none}tei-note{display:none}tei-notesstmt{display:none}tei-ovar{font-style:italic}tei-origPlace{font-weight:bold}tei-origPlace:before{font-weight:bold;content:"Place of Origin: "}tei-p{display:block;margin-top:1em;margin-bottom:1em;text-align:justify}*[data-tei-rendition~="#center"] p{text-align:center}tei-availability>p:first-child{margin-top:0em}tei-performance{display:block;margin-top:1em;margin-bottom:1em}tei-person{display:block;margin-top:1em;margin-bottom:1em}tei-personGrp{display:block;margin-top:1em;margin-bottom:1em}tei-postscript{display:block;margin-top:2em}tei-principal{font-weight:bold}tei-principal:before{font-weight:bold;content:"Principal: "}tei-profiledesc{display:none}tei-publicationstmt>*{display:none}tei-publicationstmt{display:block;margin-top:1em;margin-bottom:1em}tei-publicationstmt>date{display:none}tei-publicationstmt>publisher{display:none}tei-q{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-q:before{content:""}tei-q:after{content:""}tei-q[data-tei-next]:after{content:"" !important}tei-q[data-tei-prev]:before{content:"" !important}tei-quote{font-style:italic}tei-app tei-rdg{display:none}tei-re{display:block;margin-top:0;margin-bottom:0}tei-recordhist{display:block;margin-top:1em;margin-bottom:1em}tei-ref{color:#5f0000;text-decoration:underline;cursor:pointer}tei-remarks{font-weight:bold}tei-remarks:before{font-weight:bold;content:"remarks: "}tei-respstmt{display:block;margin-top:0;margin-bottom:0}tei-revisiondesc{display:none}tei-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}tei-salute{display:block;margin-top:1em;margin-bottom:1em}tei-samplingdecl{display:block;margin-top:0;margin-bottom:0}tei-scriptnote{display:block;margin-top:1em;margin-bottom:1em}tei-seal{display:block;margin-top:0;margin-bottom:0}tei-seal:before{font-weight:bold;content:"Seal: "}tei-sealdesc{display:block;margin-top:1em;margin-bottom:1em}tei-secFol:before{font-weight:bold;content:"Second Folio: "}tei-secl>*:first-child:before{content:"\\a[";white-space:pre}tei-secl>*:last-child:after{content:"]\\a\\a";white-space:pre}tei-seg{outline:0px solid rgba(0,0,0,0)}tei-sense{display:block;margin-top:0;margin-bottom:0}tei-seriesstmt{display:none}tei-setting{display:block;margin-top:0;margin-bottom:0}tei-signed{display:block;margin-top:2em}tei-soCalled{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-soCalled:before{content:open-quote}tei-soCalled:after{content:close-quote}tei-soCalled[data-tei-next]:after{content:"" !important}tei-soCalled[data-tei-prev]:before{content:"" !important}tei-sound{font-style:italic}tei-source{display:block;margin-top:0;margin-bottom:0}tei-sourcedesc{display:none}tei-space:before{font-weight:bold;content:""}tei-span[data-tei-data-n]:before{content:attr(data-n)}tei-speaker{font-weight:bold;margin-right:0}tei-sponsor{display:block;margin-top:0;margin-bottom:0}tei-sponsor:before{font-weight:bold;content:"Sponsor:"}tei-stage{display:block;margin-top:1em;margin-bottom:1em;font-style:italic}tei-stamp{display:block;margin-top:1em;margin-bottom:1em}tei-stamp:before{font-weight:bold;content:"Stamped: "}tei-surplus>*:first-child:before{content:"\\a[";white-space:pre}tei-surplus>*:last-child:after{content:"]\\a\\a";white-space:pre}tei-tei{display:block}tei-table{display:block;border-top:thin solid #000;border-left:thin solid #000}tei-table{margin-top:2em;margin-bottom:2em;font-size:12pt}tei-table>tei-head{border-bottom:thin solid #000;border-right:thin solid #000;font-size:120%;font-weight:bold;padding:2px;text-align:center}tei-teiheader{display:block;margin-top:2em;margin-bottom:2em}tei-tei>tei-text{display:block;line-height:1.5}tei-textclass{display:none}tei-textdesc{display:none}tei-tei tei-title{display:inline}tei-tei tei-title[level=a]{quotes:"“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”" "‘" "’" "“" "”"}tei-tei tei-title[level=a]:before{content:open-quote}tei-tei tei-title[level=a]:after{content:close-quote}tei-tei tei-title[level=a][next]:after{content:"" !important}tei-tei tei-title[level=a][prev]:before{content:"" !important}tei-title[level=m]{font-style:italic}tei-titlestmt>tei-title{display:block;font-family:Arvo,sans-serif;font-weight:normal;font-weight:bold !important;font-size:150%}tei-typedesc{display:none}tei-u:before{content:"-"}tei-view{font-style:italic}tei-wit{display:inline}tei-witdetail{display:none}',"",{version:3,sources:["webpack://./src/scss/editioncrafter.scss","webpack://./src/scss/_base.scss","webpack://./src/scss/_globalNavigation.scss","webpack://./src/scss/_spinner.scss","webpack://./src/scss/_thumbnails.scss","webpack://./src/scss/_watermark.scss","webpack://./src/scss/_navigation.scss","webpack://./src/scss/_pagination.scss","webpack://./src/scss/_diplomatic.scss","webpack://./src/scss/_imageGridView.scss","webpack://./src/scss/_splitPaneView.scss","webpack://./src/scss/_imageView.scss","webpack://./src/scss/_imageZoomControl.scss","webpack://./src/scss/_transcriptView.scss","webpack://./src/scss/_xmlView.scss","webpack://./src/scss/_glossary.scss","webpack://./src/scss/_jumpbox.scss","webpack://./src/scss/_CETEIcean.scss"],names:[],mappings:"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",sourcesContent:['@charset "utf-8";\n\n/* Normalize first */\n@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");\n\n/* Google fonts */\n// Link to these fonts: https://fonts.google.com/share?selection.family=Lato:wght@400;700%7CMartel%7CMartel%20Sans:wght@200%7CTaviraj:wght@300\n@import url(\'https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Martel+Sans:wght@200&family=Martel:wght@400;700&family=Taviraj:wght@300;500&display=swap\');\n@import url(\'https://fonts.googleapis.com/icon?family=Material+Icons\');\n/*\n\tFontAwesome icon font http://fontawesome.io/\n\tFIXME: This is still used by the imageView control panel, the rest of the app uses FA5 react npm module\n*/\n@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");\n\n// Breakpoints\n$screen-xs-min: 0px;\n$screen-sm-min: 600px;\n$screen-md-min: 960px;\n$screen-lg-min: 1280px;\n$screen-xl-min: 1920px;\n\n// Standard Image Sizes\n$image-xs: 175px;\n$image-sm: 300px;\n$image-md: 425px;\n$image-lg: 600px;\n$image-xl: 900px;\n\n// Animation Mixins\n@mixin keyframes($animation-name) {\n\t@-webkit-keyframes #{$animation-name} {\n\t @content;\n\t}\n\t@-moz-keyframes #{$animation-name} {\n\t @content;\n\t} \n\t@-ms-keyframes #{$animation-name} {\n\t @content;\n\t}\n\t@-o-keyframes #{$animation-name} {\n\t @content;\n\t} \n\t@keyframes #{$animation-name} {\n\t @content;\n\t}\n }\n \n@mixin animation($str) {\n-webkit-animation: #{$str};\n-moz-animation: #{$str};\n-ms-animation: #{$str};\n-o-animation: #{$str};\nanimation: #{$str}; \n}\n\n// BREAKPOINT MIXINS\n@mixin xs {\n @media (min-width: #{$screen-xs-min}) {\n @content;\n }\n}\n@mixin sm {\n @media (min-width: #{$screen-sm-min}) {\n @content;\n }\n}\n@mixin md {\n @media (min-width: #{$screen-md-min}) {\n @content;\n }\n}\n@mixin lg {\n @media (min-width: #{$screen-lg-min}) {\n @content;\n }\n}\n@mixin xl {\n @media (min-width: #{$screen-xl-min}) {\n @content;\n }\n}\n\n@mixin first-child() {\n &:first-of-type {\n @content\n }\n}\n\n@import "base";\n@import "globalNavigation";\n\n@import "spinner";\n@import "thumbnails";\n@import "watermark";\n@import "navigation";\n@import "pagination";\n\n@import "diplomatic";\n@import "imageGridView";\n@import "splitPaneView";\n@import "imageView";\n@import "imageZoomControl";\n@import "transcriptView";\n@import "xmlView";\n@import "glossary";\n@import "jumpbox";\n\n@import "CETEIcean";',"$header-height: 4.5rem;\n$sm-header-height: 5.5rem;\n$md-header-height: 6.5rem;\n$footer-height: 7.5rem;\n$chrome-height: $header-height + $footer-height;\n$sm-chrome-height: $sm-header-height + $footer-height;\n$md-chrome-height: $md-header-height + $footer-height;\n\n// COLORS\n$cream: #EBE3DD;\n$dark-cream: #CBA374;\n$maroon: #792421;\n$dark-maroon: #460C0A;\n$light-maroon: #96332f;\n$grey: #858585;\n\n*{\n\tbox-sizing: border-box;\n}\ndiv{\n\twidth: auto;\n}\n\nbody {\n\tpadding: 0;\n\tmargin: 0;\n\tbox-sizing: border-box;\n}\n\n.warning {\n\tcolor: yellow;\n}\n\n.fa {\n\twidth: 1.5rem;\n\tpadding: 0.2rem 0.1rem 0.1rem;\n\ttext-align: center;\n}\n\n.fa.active {\n\tbackground-color: #9e9e9e0a;\n\tborder: 0.2rem solid #FF9800;\n}\n\n.fa-book.active {\n\tborder-radius: 0 2rem 2rem 0;\n}\n\n.fa:not(.active) {\n\tcolor: grey;\n}\n\n.fa.fa-lock,\n.fa.fa-lock-open {\n\tborder-radius: 2rem 0 0 2rem;\n}\n\n.line-clamp {\n\tdisplay: -webkit-box;\n\t-webkit-box-orient: vertical; \n\toverflow: hidden;\n\t-webkit-line-clamp: 3;\n\t&.two-lines{\n\t\t-webkit-line-clamp: 2;\n\t}\n }\n\n.flex-parent { \n\tdisplay:flex;\n\t&.half-width{\n\t\twidth: 50%;\n\t}\n\t&.full-width{\n\t\twidth: 100%;\n\t}\n\t&.column { \n\t flex-direction:column;\n\t}\n\t&.jc-start { \n\t justify-content:flex-start;\n\t}\n\t&.jc-center { \n\t justify-content:center;\n\t}\n\t&.jc-end { \n\t justify-content:flex-end;\n\t}\n\t&.jc-space-btw { \n\t justify-content:space-between;\n\t}\n\t&.jc-space-around { \n\t justify-content:space-around;\n\t}\n\t&.ai-start { \n\t align-items:flex-start;\n\t}\n\t&.ai-center { \n\t align-items:center;\n\t}\n\t&.ai-end { \n\t align-items:flex-end;\n\t}\n\t&.wrap { \n\t flex-wrap:wrap;\n\t}\n\t&.row-reverse {\n\t\tflex-direction: row-reverse;\n\t}\n\t&.column-reverse {\n\t\tflex-direction: column-reverse;\n\t}\n\t@for $i from 1 through 12 { \n\t .flex-#{$i} {\n\t\tflex:$i;\n\t }\n\t}\n}\n\n.bg-maroon-gradient{\n\tbackground-image: linear-gradient(to right, #792421, #66211c, #531d17, #411912, #30140d);\n}\n.bg-dark-gradient-bt{\n\tbackground-image: linear-gradient(to bottom, hsl(30, 50%, 90%), hsl(50, 43%, 83%), hsl(43, 54%, 77%));\n}\n.bg-dark-gradient-tb{\n\tbackground-image: linear-gradient(to bottom, hsl(43, 54%, 77%), hsl(50, 43%, 83%), hsl(30, 50%, 90%));\n}\n.bg-light-gradient-bt{\n\tbackground-image: linear-gradient(to bottom, hsl(30, 50%, 99%), hsl(50, 43%, 90%), hsl(43, 54%, 85%));\n}\n.bg-light-gradient-tb{\n\tbackground-image: linear-gradient(to bottom, hsl(43, 54%, 85%), hsl(50, 43%, 90%), hsl(30, 50%, 99%));\n}\n\n.accent-bar{\n\theight: 10px;\n\twidth: 100%;\n}\n\n.invisible{\n opacity:0;\n}\n\n.disabled{\n opacity: 0.5;\n}\n\n.figure-dialog-img-container {\n img {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\theight: auto;\n }\n}\n\na:hover {\n\ttext-decoration: underline;\n}\n\na {\n\tcolor: $maroon;\n\ttext-decoration: none;\n}\n\n@include keyframes(slide-down) {\n\t0% { \n\t\theight: 2px;\n\t\tbottom: -5px;\n\t}\n\t100% { \n\t\theight: 6px;\n\t\tbottom: -9px;\n\t}\n}","#globalNavigation {\n\tdisplay: flex;\n\talign-items: center;\n\tflex-direction: row-reverse;\n\tfont-size: 0.9rem;\n\tposition: relative;\n\ttop: -4rem;\n\tright: 2rem;\n\tfloat: right;\n\t@include md {\n\t\tdisplay: block;\n\t}\n}\n\n#globalNavigation .expandedViewOnly {\n\tspan, a {\n\t\tcolor: white;\n\t\tmargin-left: 1rem;\n\t\tcursor: pointer;\n\t}\n}\n\n#globalNavigation span .francais {\n\tfont-weight: 100;\n}\n\n#globalNavigation input {\n\theight: 1.5rem;\n\tpadding: 0 0 0 0.5rem;\n\tfont-style: italic;\n\tborder: 1px solid #00000063;\n\tcolor: #756c6c;\n\tbackground-color: #D8D8D8;\n}\n","$spinner-size: 1rem;\n\n#loadingStateModal {\n\tposition: fixed;\n\tz-index: 9000;\n\tbackground-color: rgba(0, 0, 0, 0.48);\n\twidth: 100vw;\n\theight: 100vh;\n}\n\n.spinner {\n\twidth:100%;\n\theight:100%;\n\tmargin: calc(50vh - (#{$spinner-size}/2)) auto 0 auto;\n\ttext-align: center;\n}\n\n.spinner > div {\n\twidth: $spinner-size;\n\theight: $spinner-size;\n\tbackground-color: #ffffff;\n\tborder-radius: 100%;\n\tdisplay: inline-block;\n\t-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;\n\tanimation: sk-bouncedelay 1.4s infinite ease-in-out both;\n}\n\n.spinner .bounce1 {\n\t-webkit-animation-delay: -0.32s;\n\tanimation-delay: -0.32s;\n}\n\n.spinner .bounce2 {\n\t-webkit-animation-delay: -0.16s;\n\tanimation-delay: -0.16s;\n}\n@-webkit-keyframes sk-bouncedelay {\n\t0%,\n\t100%,\n\t80% {\n\t\t-webkit-transform: scale(0);\n\t}\n\n\t40% {\n\t\t-webkit-transform: scale(1.0);\n\t}\n}\n@keyframes sk-bouncedelay {\n\t0%,\n\t100%,\n\t80% {\n\t\t-webkit-transform: scale(0);\n\t\ttransform: scale(0);\n\t}\n\n\t40% {\n\t\t-webkit-transform: scale(1.0);\n\t\ttransform: scale(1.0);\n\t}\n}\n","$color-selected: rgba(7,122,255,0.831);\n\nfigure {\n\tpadding: 0.3rem 0 0;\n\tborder-radius: 0.2rem;\n\tmargin: 0;\n\ttext-align: center;\n}\n\nfigure.current {\n\tbackground-color: $color-selected;\n}\n\n.thumbnail-caption.current {\n\tcolor: $color-selected !important;\n\tfont-weight: 900;\n}\n",'$watermark-size: 10rem;\n\n.watermark{\n\twidth:100%;\n\theight:100%;\n\tmargin: calc(50vh - (#{$watermark-size}/2)) auto 0 auto;\n}\n.transcriptContent .watermark{\n margin: calc(50vh - (25rem/2)) auto 0 auto;\n}\n\n.watermark_contents{\n\twidth:$watermark-size;\n\theight:$watermark-size;\n\tbackground-image: url("../img/lizard-no-bg.png");\n\tbackground-size: 100%;\n\tbackground-repeat: no-repeat;\n\tmargin: auto auto auto auto;\n}\n',".navigationComponent {\n #tool-bar-buttons{\n font-size: 15px;\n }\n position: fixed;\n z-index: 2;\n height:48px;\n\twhite-space: nowrap;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n user-select: none;\n padding:4px;\n top: 75px;\n background-color: white;\n border-radius: 0.3rem;\n @include sm {\n top: 80px;\n }\n @include md {\n top: initial;\n }\n button{\n cursor: pointer;\n }\n}\n\n.navigationRow{\n display:flex;\n justify-content:space-between;\n padding:12px 10px 12px 10px;\n \n \n}\n\n.helpIcon {\n display: none;\n margin-top:6px;\n margin-right:16px;\n @include md {\n display: block;\n }\n}\n\n.dropdownV2 {\n width:150px;\n margin-right:10px;\n}\n\n.imageViewComponent .navigationComponent {\n background-color: #4A4A4A;\n border-radius: 0.3rem;\n opacity: 0.8;\n @include md {\n background-color: rgba(0,0,0,1);\n color: #ffffff;\n border-radius: 0;\n opacity: 1;\n }\n\n}\n.transcriptionViewComponent .navigationComponent {\n\tbackground-color: rgba(255,255,255,1);;\n\tcolor: #000000;\n}\n\n#doc-type-help:after {\n color: rgb(151, 142, 142);\n}\n#doc-type-help{\n .dark{\n .MuiSvgIcon-root.MuiSelect-icon{\n color: white;\n }\n }\n}\n\n.breadcrumbs {\n overflow:hidden;\n display: none;\n @include md {\n display: block;\n }\n}\n\n.breadcrumbs .folioName {\n display:inline;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-weight: 900;\n text-decoration:underline;\n}\n\n.closeX { \n float: right;\n padding: 3px;\n font-style: bold;\n &:hover {\n cursor: pointer;\n }\n}\n\n.helpContainer .MuiListItem-root {\n display: flex;\n gap: 10px;\n }\n\n.helpContainer {\n padding:12px;\n width:335px;\n height: min(600px, calc(100vh - 40px));\n position: relative;\n top: 40px;\n overflow-x: auto;\n\n .readingGuide {\n \n td {\n padding: 8px;\n }\n\n h2 {\n margin-top: 16px;\n margin-bottom: 10px;\n }\n }\n}\n\n\n.searchHelpContainer {\n padding: 10px 15px 10px 0;\n width:335px;\n}\n\n.helpHeader{\n text-align:center;\n}\n\n\n\n\n\n",".paginationComponent {\n\twhite-space: nowrap;\n\t\n\ttext-align: center;\n\tfont-size: 1.2rem;\n\tfont-weight: 700;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n user-select: none;\n margin-top:52px;\n\t@include md {\n\t\tmargin-bottom: 0;\n\t}\n}\n// .paginationComponent:nth-of-type(3){\n// padding:1rem 0 0 0;\n// }\n\n.paginationControl {\n\tpadding: 16px;\n\t\n}\n\n.paginationControl .arrow {\n\tfont-size: 1.8rem;\n\tcolor: #4A4A4A;\n\tmargin: 1rem 1rem 0;\n\tcursor: pointer;\n}\n\n.paginationControl .folioName {\n\tposition: relative;\n\ttop: -.2rem;\n\tcolor: #4A4A4A;\n}\n","#diplomatic {\n\t#content-view, .header-wrapper, #entry-list-view, #annotation-list-view {\n\t\th1,\n\t\th2,\n\t\th3,\n\t\th4 {\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tcolor: black;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t}\n\t\t\n\t\th1{\n\t\t\tfont-family: 'Taviraj', serif;\n\t\t\tfont-size: 32px;\n\t\t}\n\t\t\n\t\th2,h3{\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t\n\t\th2{\n\t\t\tfont-size: 22px;\n\t\t}\n\t\t\n\t\th3{\n\t\t\tfont-size: 18px;\n\t\t}\n\t\t\n\t\th4{\n\t\t\tfont-size: 18px;\n\t\t\tfont-weight: 700;\n\t\t}\n\t\t\n\t\tp {\n\t\t\tfont-family: \"Martel\", serif;\n\t\t\tline-height: 1.25;\n\t\t}\n\t\tspan {\n\t\t\tfont-family: \"Martel\", serif;\n\t\t\tline-height: 1.25;\n\t\t\tmargin: 0;\n\t\t}\n\t\t\n\t\ta.MuiButton-containedPrimary.cta-button {\n\t\t\tcolor: white;\n\t\t\tpadding: 10px 70px;\n\t\t\tborder-radius: 0;\n\t\t\t.MuiButton-label span{\n\t\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\t\tfont-size: 20px;\t\n\t\t\t}\n\t\t}\n\t\t\n\t\ta{\n\t\t\tcolor: $maroon;\n\t\t\t&:hover{\n\t\t\t\tcolor: $dark-cream;\n\t\t\t}\n\t\t}\n\t\t.cta-link.MuiLink-underlineHover:hover{\n\t\t\ttext-decoration: none;\n\t\t}\n\t\ta.cta-link {\n\t\t\tcolor: black;\n\t\t\ttext-align: center;\n\t\t\twidth: fit-content;\n\t\t\ttext-decoration: none;\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tfont-size: 16px;\n\t\t\tfont-weight: 700;\n\t\t\tposition: relative;\n\t\t\tcursor: pointer;\n\t\t\tmargin-bottom: 5px;\n\t\t\t@include md {\n\t\t\t\tfont-size: 18px;\n\t\t\t}\n\t\t\t&.with-icon{\n\t\t\t\t&:after{\n\t\t\t\t\tfont-family: \"Font Awesome 5 Free\"; \n\t\t\t\t\tmargin-left: 7px;\n\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\tcontent: \"\\f054\";\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t}\n\t\t\t}\n\t\t\t&:before{\n\t\t\t\tposition: absolute;\n\t\t\t\tcontent: \"\";\n\t\t\t\theight: 2px;\n\t\t\t\tbackground-color: black;\n\t\t\t\twidth: 50%;\n\t\t\t\tright: 30%;\n\t\t\t\tbottom: -5px;\n\t\t\t\tborder-radius: 2px;\n\t\t\t}\n\t\t\t&:hover{\n\t\t\t\t&:before{\n\t\t\t\t\tbackground-color: $maroon;\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\theight: 6px;\n\t\t\t\t\tbottom: -9px;\n\t\t\t\t\t@include animation('slide-down .2s');\n\t\t\t\t}\n\t\t\t\t&:after{\n\t\t\t\t\tcolor: $maroon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.active{\n\t\t\t&:before{\n\t\t\t\tbackground-color: $maroon;\n\t\t\t\ttext-decoration: none;\n\t\t\t\theight: 6px;\n\t\t\t\tbottom: -9px;\n\t\t\t\t@include animation('slide-down .2s');\n\t\t\t}\n\t\t\t&:after{\n\t\t\t\tcolor: $maroon;\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.light{\n\t\t\tcolor: #444444;\n\t\t\t&:before{\n\t\t\t\tbackground-color: #444444;\n\t\t\t}\n\t\t\t&:hover{\n\t\t\t\t&:before{\n\t\t\t\t\tbackground-color: $maroon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.video-link{\n\t\t\t&:after{\n\t\t\t\tcontent: \"\\f04b\";\n\t\t\t\tfont-size: 12px;\n\t\t\t\tmargin-bottom: -2px;\n\t\t\t}\n\t\t}\n\t\t\n\t\ta.cta-link.search-link{\n\t\t\t&:after{\n\t\t\t\tfont-family: 'Material Icons';\n\t\t\t\tcontent: \"search\";\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\t\t}\n\t}\n\n\t#header{\n\t\twidth: 100%;\n\t\tpadding: 0px 20px;\n\t\tbackground-color: white;\n\t\tborder-radius: 0;\n\t\t@include lg{\n\t\t\tpadding: 5px 50px;\n\t\t}\n\t\timg{\n\t\t\twidth: 210px;\n\t\t\t@include sm {\n\t\t\t\twidth: 300px\n\t\t\t}\n\t\t\t@include md {\n\t\t\t\twidth: 300px\n\t\t\t}\n\t\t}\n\n\t\t.expandedViewOnly {\n\t\t\twidth: 100%;\n\t\t}\n\t\t.nav-item{\n\t\t\tfont-size: 16px;\n\t\t\tmargin-right: 5px;\n\t\t\twhite-space: nowrap;\n\t\t\tmargin-bottom: 15px;\n\t\t}\n\t\t.search-btn{\n\t\t\tmargin-bottom: 10px;\n\t\t\tfont-size: 18px;\n\t\t}\n\t}\n\t.maroon-dropdown{\n\t\tbackground-color: $dark-maroon;\n\t\tborder-radius: 0;\n\t\t-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t\t-moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t\tbox-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.8), 0 5px 5px -5px rgba(0,0,0,0.8);\n\t}\n\t.mobile-menu{\n\t\tpadding: 50px 0;\n\t\t.list-container{\n\t\t\tposition: relative;\n\t\t\t.list{\n\t\t\t\tcolor: 'white'\n\t\t\t}\n\t\t}\n\t}\n\t.search-bar{\n\t\theight: 162px;\n\t\t.label{\n\t\t\tfont-size: 32px;\n\t\t\tcolor: white;\n\t\t\tfont-weight: 400;\n\t\t\twhite-space: nowrap\n\t\t}\n\t\t.content{\n\t\t\twidth: 50%;\n\t\t}\n\t\t#search {\n\t\t\tinput{\n\t\t\t\tborder: 1px solid #DEDEDF;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\twidth: 300px;\n\t\t\t\theight: 38px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tpadding: 5px 15px;\n\t\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\t}\n\t\t}\n\t}\n}\n\n#diplomatic.sticky {\n\t.header-wrapper.sticky {\n\t\tposition: sticky;\n\t\ttop: 0;\n\t\tz-index: 2;\n\t}\n}\n\n#diplomatic {\n\t#footer {\n\t\tcolor: white;\n\t\tbackground-color: $dark-maroon;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tpadding: 10px 20px;\n\t\t@include sm{\n\t\t\tpadding: 20px 30px;\n\t\t}\n\t\t@include md{\n\t\t\tpadding: 30px 40px;\n\t\t}\n\t\tp,a{\n\t\t\tfont-family: 'Lato', sans-serif;\n\t\t\tfont-size: 16px;\n\t\t\tcolor: #FAFAFA;\n\t\t\tline-height: 1.5;\n\t\t\tmargin: 0;\n\t\t}\n\t\ta{\n\t\t\t&:hover{\n\t\t\t\tcolor: $dark-cream;\n\t\t\t\tfill: $dark-cream;\n\t\t\t}\n\t\t}\n\t\t.top{\n\t\t\tp{\n\t\t\t\tmargin: 0 5px;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\t\t.doi{\n\t\t\ttext-align: center;\n\t\t}\n\t\t.copyright {\n\t\t\t.symbols{\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\tsvg{\n\t\t\t\twidth: 14px;\n\t\t\t\theight: 14px;\n\t\t\t}\n\t\t}\n\t\t.logos{\n\t\t\tmargin-bottom: 10px;\n\t\t\timg {\n\t\t\t\twidth: 150px;\n\t\t\t\t@include sm {\n\t\t\t\t\twidth: 200px;\n\t\t\t\t}\n\t\t\t\t@include sm {\n\t\t\t\t\twidth: 250px;\n\t\t\t\t}\t\n\t\t\t}\n\t\t}\n\t\t.footer-links {\n\t\t\twidth: 100%;\n\t\t\ttext-align: center;\n\t\t\tfont-size: 12px;\n\t\t\tline-height: 2;\n\t\t}\n\t}\n}\n\n#diplomatic.fixed {\n\tbackground: white;\n\tposition: fixed;\n\twidth: 100vw;\n\theight: calc(100vh - $chrome-height);\n\t@include sm {\n\t\theight: calc(100vh - $sm-chrome-height);\n\t}\n\t@include md {\n\t\theight: calc(100vh - $md-chrome-height);\n\t}\n\tfont-size: 0.7rem;\n\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\tfont-family: 'OpenSans', sans-serif;\n\tfont-size: 0.9rem;\n\t#content {\n\t\tline-height: 1.2rem;\n\t}\n\th1,\n\th2,\n\th3,\n\th4 {\n\t\tcolor: #000000b8;\n\t\tfont-family: 'OpenSans', sans-serif;\n\t\tfont-weight: 700;\n\t\tpadding: 0;\n\t\tline-height: 1.5rem;\n\t}\n}\n",".imageGridComponent {\n\tbackground-color: #000000;\n\tfont-size: 0.8rem;\n\toverflow: scroll;\n\theight: 100vh;\n}\n\n.imageGridComponent > ul {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tlist-style: none;\n\tpadding-left: 0;\n\tmargin: 1.5rem 0 8rem 2rem;\n}\n\n.imageGridComponent > ul > li {\n\tmargin-bottom: 20px;\n\twidth: 150px;\n\theight: 220px;\n}\n\n.imageGridComponent > ul > li > figure {\n\tmargin: 8px;\n}\n\n.imageGridComponent > ul > li > figure:hover {\n\tborder: 2px #eee solid;\n\tmargin: 6px;\n}\n\n.imageGridComponent > ul > li > .thumbnail-caption {\n\ttext-align: center;\n\tcolor: white;\n}\n\n.hidden {\n\tdisplay: none;\n}\n\n.imageGridComponent {\n\t.imageGridToolbar {\n\t\tpadding: 5px;\n\t\tcolor: white;\n\t\t\n\t\t.jump-to {\n\t\t\tfloat: right;\n\t\t\tdisplay: 'inline';\n\t\t\tmargin-right: 30px;\n\n\t\t\t#jump-to-input {\n\t\t\t\tmargin-left: 5px;\n\t\t\t}\n\n\t\t\t#jump-to-button {\n\t\t\t\tmargin-left: 5px;\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\t}\t\n}\n",'.split-pane-view {\n height: 100%;\n width: 100%;\n display: grid;\n grid-template-areas: "image_viewer divider transcription";\n}\n\n.split-pane-view > .divider {\n z-index: 2;\n grid-area: divider;\n width: 1rem;\n background: #BBB;\n cursor:ew-resize;\n display: flex;\n}\n\n.split-pane-view > .divider > .drawer-button {\n align-self: center;\n align: center;\n cursor: auto;\n}\n\n.split-pane-view > .divider > .drawer-button:hover {\n color: white;\n}\n\n.split-pane-view > .divider > .hidden {\n display: none;\n}\n\n.split-pane-view {\n #annotation-view{\n font-size: 16px;\n }\n}\n',"\n#image-view-seadragon-left,\n#image-view-seadragon-right {\n width: 100%;\n height: 100%;\n grid-area: image_viewer;\n background: black;\n}\n\n.imageViewComponent {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t\tmargin: 0;\n\t\twidth: 100%;\n\t\theight: 100vh;\n\t}",".ImageZoomControl {\n position: absolute;\n z-index: 1;\n top: 8rem;\n color: white;\n // width: 1rem;\n list-style: none;\n background: #4A4A4A;\n opacity: 0.4;\n margin:0;\n padding:.4rem .5rem;\n border-radius: 0.3rem;\n @include md {\n top:4rem;\n left: 2rem;\n }\n}\n\n.ImageZoomControl > li {\n color: #E0E0E0;\n}\n\n.ImageZoomControl > li > .zoom-in {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li:hover {\n color: white;\n}\n\n.ImageZoomControl > li > .zoom-3 {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li > .zoom-2 {\n margin-top: 8px;\n margin-left: 5px;\n}\n\n.ImageZoomControl > li > .zoom-1 {\n margin-top: 8px;\n margin-left: 7px;\n}\n\n.ImageZoomControl > li > .zoom-out {\n margin-top: 8px;\n}\n\n.ImageZoomControl > li > .zoom-grid {\n margin-top: 30px;\n}\n","\n.transcriptionViewComponent {\n\toverflow: scroll;\n height:calc(100vh - 7rem);\n\t.transcriptContent {\n\t\tpadding: 50px 16px;\n\t\t@include md {\n\t\t\tpadding: 5px 16px;\n\t\t}\n\n\t -webkit-user-select: text;\n\t -moz-user-select: text;\n\t -ms-user-select: text;\n\t user-select: text;\n\t margin-bottom:92px;\n\n\t figure {\n\t\t display: inline-flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\talign-items: center;\n\t\t\tgap: 6px;\n\t }\n\n\t.block[data-layout='right-middle'] {\n\t\tmax-width: 250px;\n\t}\n\n\t.block[data-layout='right-top'] {\n\t\tmax-width: 250px;\n\t}\n\n\t.block[data-layout='right-bottom'] {\n\t\tmax-width: 250px;\n\t}\n\n\t// TODO refactor to appropriate TEI element\n\t// .ups {\n\t// \tbackground: lightgray;\n\t// \tfont-size: 14px;\n\t// }\n\n\t.x-small-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 30px;\n\t}\n\n\t.small-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 60px;\n\t}\n\n\t.medium-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 200px;\n\t}\n\n\t.large-inline-figure {\n\t\tmargin: 5px;\n\t\tborder: 1px solid gray;\n\t\twidth: 350px;\n\t}\n\n\n\t.surface {\n\t\tgrid-area: transcription;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tlist-style: none;\n\t}\n\n\t.grid-mode {\n\t\tdisplay: grid;\n\t\tgrid-auto-rows: minmax(min-content, 0fr);\n\t\tgrid-gap: 2px;\n\t}\n\n\t.surface > .small-font {\n\t\tfont-size: 11pt;\n\t}\n\n\t.surface > div {\n\t\tpadding: 10px;\n\t}\n\n\t.surface > #z0 {\n\t\tgrid-area: z0;\n\t}\n\n\t.surface > #z1 {\n\t\tgrid-area: z1;\n\t}\n\n\t.surface > #z2 {\n\t\tgrid-area: z2;\n\t}\n\n\t.surface > #z3 {\n\t\tgrid-area: z3;\n\t}\n\n\t.surface > #z4 {\n\t\tgrid-area: z4;\n\t}\n\n\t.surface > #z5 {\n\t\tgrid-area: z5;\n\t}\n\n\t.surface > #z6 {\n\t\tgrid-area: z6;\n\t}\n\n\t.surface > #z7 {\n\t\tgrid-area: z7;\n\t}\n\n\t.surface > #z8 {\n\t\tgrid-area: z8;\n\t}\n\n\t.surface > #z9 {\n\t\tgrid-area: z9;\n\t}\n\n\t.surface > #z10 {\n\t\tgrid-area: z10;\n\t}\n\n\t.surface > #z11 {\n\t\tgrid-area: z11;\n\t}\n\n\t.surface > #z12 {\n\t\tgrid-area: z12;\n\t}\n\n\t.surface > #z13 {\n\t\tgrid-area: z13;\n\t}\n\n\t.surface > #z14 {\n\t\tgrid-area: z14;\n\t}\n\n\t.surface > #z15 {\n\t\tgrid-area: z15;\n\t}\n\n\t.surface > #z16 {\n\t\tgrid-area: z16;\n\t}\n\n\t.surface > #z17 {\n\t\tgrid-area: z17;\n\t}\n\n\t.surface > #z18 {\n\t\tgrid-area: z18;\n\t}\n\n\t.surface > #z19 {\n\t\tgrid-area: z19;\n\t}\n\n\t.surface > #z20 {\n\t\tgrid-area: z20;\n\t}\n\t .highlight {\n\t\t background-color: yellow;\n\t }\n }\n}\n\n.editor-comment-content {\n\tword-wrap:break-word;\n}\n\n.inline-image {\n\tmax-width: 90%;\n\tmax-height: 360px;\n\tmargin: auto;\n\ttext-align: center;\n}\n",".xmlViewComponent .navigationComponent {\n background-color: white;\n color: #000000; }\n\n.xmlContent {\n padding: 0;\n margin: 4.5rem 0 0;\n width: calc(100% - 1.2rem);\n min-height: 100vh;\n -webkit-user-select: text;\n -moz-user-select: text;\n -ms-user-select: text;\n user-select: text;\n min-width: 10rem;\n }\n\n.xmlViewComponent {\n overflow: auto;\n margin: 0 0 0 1rem;\n height: calc(100vh - 7rem);\n}\n\n.xmlContentInner {\n max-height: 100%;\n}\n\n.xmlContentInner pre {\n overflow-x: auto;\n}\n","#glossaryView {\n\n\t#glossaryViewInner {\n\t\toverflow-y: scroll;\n\t\tmargin: 5px 0 0 0;\n\t\t@include md {\n\t\t\tmargin: 52px 0 0 0;\n\t\t}\n\t\twidth: calc(100% - 1.2rem);\n height: calc(100vh - 170px);\n padding: 5px 16px;\n\t}\n\n\t.cite-header {\n\t\ttext-align: center; \n\t\tmargin-bottom: 5px;\n\t}\n\n\t.cite-instructions {\n\t\tmargin: 20px;\n\t\tmargin-left: 15%;\n\t\tmargin-right: 15%;\n\t}\n\n\t.navigationComponent {\n\t\tposition: sticky;\n\t\ttop: 0;\n\t\t@include md {\n\t\t\tposition: fixed;\n\t\t\ttop: initial;\n\t\t}\n\t}\n\t\n\t.glossaryNav {\n\n\t\tbackground: white;\n\t\tpadding: 5px;\n\t\tposition:relative;\n\t\n\t\t#glossary-filter {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t\t.alphaNav {\n\t\t\tdisplay: none;\n\t\t\t@include md {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n\n\t.alphaNav {\n\t\tcolor: blue;\n\t\tdisplay: inline;\n\t}\n\n\t.title {\n\t\twhite-space: nowrap;\n\t\tposition: relative;\n\t\twidth: calc(100% - 1.7rem);\n\t\ttext-align: center;\n\t\ttop: -2em;\n\t\tfont-size: 1.8rem;\n\t\tfont-weight: 700;\n\t\t-webkit-user-select: none;\n\t\t-moz-user-select: none;\n\t\t-ms-user-select: none;\n\t\tuser-select: none;\n\t\t@include md {\n\t\t\ttop: -1em;\n\t\t}\n\t}\n\n\n\t.subtitle {\n\t\twhite-space: nowrap;\n\t\tposition: relative;\n\t\twidth: calc(100% - 1.7rem);\n\t\ttext-align: center;\n\t\ttop: -2em;\n\t\tfont-style: italic;\n\t\t-webkit-user-select: none;\n\t\t-moz-user-select: none;\n\t\t-ms-user-select: none;\n\t\tuser-select: none;\n\t\t@include md {\n\t\t\ttop: -1em;\n\t\t}\n\t}\n\n\t#glossaryContent {\n\t\tpadding: 5rem 0 0;\n\t\tmin-height: 100vh;\n\t\t-webkit-user-select: text;\n\t\t-moz-user-select: text;\n\t\t-ms-user-select: text;\n\t\tuser-select: text;\n\t\tmin-width: 10rem;\n\t\t@include md {\n\t\t\tpadding: 3.5rem 0 0;\n\t\t}\n\t}\n\n}\n\n\n",'.jumpToFolio_component {\n\tmargin: 1rem 0 0 -4.5rem;\n\tpadding: 0.6rem;\n\theight: 1.2rem;\n\twidth: 9.5rem;\n\tbackground: #e7e7e7;\n\tborder: 1px solid rgba(90, 98, 102, 0.53);\n\tborder-radius: 0.3rem;\n\t-webkit-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\t-moz-box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\tbox-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.211765);\n\tfont-family: sans-serif;\n}\n.jumpToFolio_component input:focus{\n outline: none;\n}\n\n.jumpToFolio_component:after,\n.jumpToFolio_component:before {\n\tbottom: 100%;\n\tleft: 50%;\n\tborder: solid transparent;\n\tcontent: " ";\n\theight: 0;\n\twidth: 0;\n\tposition: absolute;\n\tpointer-events: none;\n}\n\n.jumpToFolio_component:after {\n\tborder-color: rgba(255, 255, 255, 0);\n\tborder-bottom-color: #e7e7e7;\n\tborder-width: 9px;\n\tmargin-left: -9px;\n}\n\n.jumpToFolio_component:before {\n\tborder-color: rgba(194, 225, 245, 0);\n\tborder-bottom-color: rgba(90, 98, 102, 0.53);\n\tborder-width: 11px;\n\tmargin-left: -11px;\n}\n','/* This is a sample stylesheet for use with CETEIcean. It is not intended */\n/* to be comprehensive. The rules here are largely derived from earlier work */\n/* on TEI Boilerplate */\n\n/* language support */\n/* render Arabic, Persian, Ottoman, Hebrew as rtl */\n[lang = "ar"],\n[lang = "ota"],\n[lang = "fa"],\n[lang = "he"],\n[lang *="-Arab-AR"]{\n direction:rtl;\n text-align:right;\n}\n/* display latin scripts as ltr */\n[lang = "en"],\n[lang = "fr"],\n[lang = "de"],\n[lang = "it"],\n[lang *="ar-Latn-"],\n[lang *="ota-Latn-"]{\n direction:ltr;\n text-align:left;\n}\n\n/* Choice elements */\ntei-choice tei-abbr + tei-expan:before,\ntei-choice tei-expan + tei-abbr:before,\ntei-choice tei-sic + tei-corr:before,\ntei-choice tei-corr + tei-sic:before,\ntei-choice tei-orig + tei-reg:before,\ntei-choice tei-reg + tei-orig:before {\n content: " (";\n}\ntei-choice tei-abbr + tei-expan:after,\ntei-choice tei-expan + tei-abbr:after,\ntei-choice tei-sic + tei-corr:after,\ntei-choice tei-corr + tei-sic:after,\ntei-choice tei-orig + tei-reg:after,\ntei-choice tei-reg + tei-orig:after {\n content: ")";\n}\n/* A */\ntei-ab {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-accMat {\n display: block;\n}\ntei-accMat:before {\n content: "accompanying materials: ";\n}\ntei-acquisition {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-acquisition:before {\n font-weight: bold;\n content: "acquisition";\n}\ntei-activity {\n display: block;\n}\ntei-activity:before {\n content: "activity: ";\n}\ntei-add[place=above] {\n color: blue;\n vertical-align: super;\n font-size: 10pt;\n}\ntei-add[place=inline]:before {\n content: "«";\n}\ntei-add[place=inline]:after {\n content: "»";\n}\ntei-add[place=below] {\n vertical-align: sub;\n}\ntei-additional {\n display: block;\n}\ntei-additions {\n display: block;\n}\ntei-additions:before {\n content: "Significant additions within the document: ";\n}\ntei-addrLine {\n display: block;\n}\ntei-address[data-tei-rend~="block"], addresss[data-tei-rendition~="#block"] {\n display: block;\n}\ntei-adminInfo {\n display: block;\n}\ntei-app tei-note {\n display: none;\n}\ntei-appInfo {\n display: block;\n}\ntei-appInfo:before {\n content: "Application information: ";\n}\ntei-application {\n display: block;\n}\ntei-application:after {\n content: " " attr(version);\n}\ntei-argument {\n display: block;\n}\ntei-att {\n font-family: Courier,monospace;\n}\ntei-att:before {\n content: "@";\n}\ntei-titlestmt > tei-author {\n display: block;\n margin-bottom: 1em;\n}\ntei-publicationstmt > tei-availability {\n font-size: 80%;\n}\ntei-publicationstmt > tei-availability:before {\n font-weight: bold;\n content: "Availability: ";\n}\ntei-publicationstmt > tei-availability[data-tei-status]:before {\n font-weight: bold;\n content: "Availability (" attr(status) "): ";\n}\n/* B */\ntei-back {\n display: block;\n}\ntei-bibl[data-tei-rend~="block"], bibl[data-tei-rendition~="#block"] {\n display: block;\n padding-left: 2em;\n text-indent: -2em;\n}\ntei-biblFull {\n display: block;\n}\ntei-binding {\n display: block;\n}\ntei-binding:before {\n content: "Binding: \\a";\n white-space: pre-wrap;\n}\ntei-binding[data-tei-contemporary]:before {\n content: "Binding: \\A" "Contemporary: " attr(contemporary) "\\A";\n white-space: pre-wrap;\n}\ntei-bindingdesc {\n display: block;\n}\ntei-bindngdesc:before {\n content: "Binding description: \\A";\n}\ntei-birth {\n display: block;\n}\ntei-birth:before {\n content: "Birth: ";\n}\n/* c */\ntei-cRefPattern {\n display: none;\n}\ntei-caption {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-case[data-tei-value]:before {\n font-weight: bold;\n content: attr(value) " ";\n}\ntei-castgroup {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-castitem {\n display: list-item;\n}\ntei-castlist {\n display: block;\n list-style-type: none;\n margin-top: 1em;\n margin-bottom: 1em;\n margin-left: 2em;\n}\ntei-cb {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-cb:before {\n content: "[column break]";\n}\ntei-cell {\n border-right: thin solid black;\n border-bottom: thin solid black;\n padding: 2px;\n}\n/* for cell or row with @role = label */\ntei-cell[data-tei-role=label] {\n font-weight: bold;\n}\ntei-climate {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-climate:before {\n font-weight: bold;\n content: "Climate: ";\n}\ntei-code {\n font-family: Courier,monospace;\n}\ntei-collation {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-condition {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution:before {\n font-weight: bold;\n content: "Constitution: ";\n}\ntei-constitution[data-tei-type] {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution[data-tei-type]:before {\n font-weight: bold;\n content: "Constitution (" attr(type) "): ";\n}\ntei-constitution[data-tei-type=frags] {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-constitution[data-tei-type=frags]:before {\n font-weight: bold;\n content: "Constitution (fragments): ";\n}\ntei-custevent {\n display: list-item;\n}\ntei-custodialhist {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\n/* d */\ntei-date[data-tei-when]:empty:before {\n content: attr(when);\n}\ntei-del {\n color: red;\n}\n/* e */\ntei-editionstmt {\n display:block;\n}\nteieg-egxml {\n display: block;\n font-size: 80%;\n margin-left: 1em;\n padding-left: 1em;\n border-left: 1px solid #aaaaaa;\n margin-top: .75em;\n margin-bottom: .75em;\n padding-top: .75em;\n padding-bottom: .75em;\n font-family: monospace;\n white-space: pre;\n}\ntei-emph {\n font-style: italic;\n}\ntei-encodingdesc {\n display: none;\n}\ntei-epigraph {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-explicit {\n font-style: italic;\n}\ntei-filedesc > tei-extent {\n display: none;\n}\n/* f */\ntei-figure {\n display: block;\n text-align: center;\n margin-left: auto;\n margin-right: auto;\n}\n/* g */\ntei-gap[data-tei-reason=\'lost\']:before {\n content:\'[\';\n}\ntei-gap[data-tei-reason=\'lost\']:after {\n content: attr(data-content) \']\';\n}\ntei-gap[data-tei-reason=\'illegible\']:after {\n content: attr(data-content);\n}\ntei-gi {\n font-family: Courier,monospace;\n}\ntei-gi:before {\n content: "<";\n}\ntei-gi:after {\n content: ">";\n}\n/* h */\ntei-head {\n display: block;\n font-family: \'OpenSans\', sans-serif;\n font-weight: 700;\n font-size: 1.5em;\n line-height: 1.5rem;\n}\ntei-body > tei-head {\n font-size: 180%;\n text-indent: -0.5em;\n}\ntei-div.textpart {\n display: none;\n}\ntei-div > tei-head {\n font-size: 170%;\n text-indent: -0.5em;\n}\ntei-div > tei-div > tei-head {\n font-size: 155%;\n}\ntei-div > tei-div > tei-div > tei-head {\n font-size: 140%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-head, list > tei-head {\n font-size: 130%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-div > tei-head {\n font-size: 120%;\n}\ntei-div > tei-div > tei-div > tei-div > tei-div > tei-div tei-head {\n font-size: 110%;\n}\ntei-figure > tei-head {\n display: block;\n margin: 1.5em auto 1.5em auto;\n padding: .5em 1.5em 1.5em 1.5em;\n border: 1px solid black;\n border-radius: 15px;\n width: 325px;\n position: relative;\n border: 1px solid #aaaaaa;\n background: #fafafa;\n /* reset text-indent for note with ancestors. */\n text-indent: 0;\n font-size: 85%;\n text-align: justify;\n -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);\n width: 85%;\n font-family: Georgia, Serif;\n font-size: 13pt;\n}\ntei-hi[rend~="caps"] {\n font-weight:bold;\n}\ntei-hi[rend~="italic"] {\n font-style: italic;\n}\ntei-hi[rend~="underline"] {\n text-decoration: underline;\n}\ntei-ident {\n font-family: Courier,monospace;\n}\ntei-incipit {\n font-style: italic;\n}\ntei-item {\n display: list-item;\n margin-left: 1em;\n}\ntei-cell item {\n margin-left: 1em;\n}\n\n/* j */\n\n/* l */\ntei-l {\n display: block;\n width: 35em;\n}\ntei-l[data-lineno]:before {\n content: attr(data-lineno);\n position: absolute;\n left: 2em;\n}\ntei-lb:after {\n content: \'\\a\';\n white-space: pre;\n}\ntei-lg {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-list {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n list-style-type: none;\n}\ntei-item > tei-list {\n margin-top: 0;\n}\ntei-sourcedesc tei-list {\n list-style-type: none;\n}\ntei-sourcedesc > tei-list > tei-head {\n font-size: 140%;\n font-weight: bold;\n}\ntei-sourcedesc tei-list > tei-item {\n display: list-item;\n}\n/* Match only lists that are descendants of\ntei-text. Otherwise they show up in the header. */\ntei-text tei-list[type=simple] {\n list-style-type: none;\n}\ntei-text tei-list[type=bulleted] {\n list-style-type: disc;\n}\ntei-text tei-list[type=ordered] {\n list-style-type: none;\n counter-reset: items 0;\n}\ntei-text tei-list[type=ordered] > tei-item {\n display: list-item;\n margin-left: 0;\n}\ntei-item > tei-list[type=ordered] {\n margin-left: 1em;\n}\ntei-text tei-list[type=ordered] > item:before {\n counter-increment: items 1;\n content: counter(items, decimal) ". ";\n}\ntei-text tei-list[type=gloss] {\n list-style-type: none;\n}\ntei-list[type="gloss"] > tei-label {\n display: block;\n margin-top: 0.25em;\n margin-bottom: 0.25em;\n font-weight: bold;\n}\ntei-list[type="gloss"] > tei-item {\n margin-left: 2em;\n}\ntei-item > tei-list[type=ordered] {\n margin-left: 1em;\n}\ntei-listapp {\n display: block;\n margin: 1em;\n padding: 1em;\n}\ntei-listbibl {\n display:block;\n list-style-type: none;\n margin-left: .5 em;\n margin-top: .5em;\n}\ntei-listbibl > tei-head {\n font-size: 120%;\n font-weight: bold;\n}\ntei-listbibl > tei-bibl {\n display: list-item;\n margin-left: .5em;\n}\ntei-listwit {\n display:block;\n list-style-type: none;\n margin-left: .5em;\n}\ntei-listwit > tei-head {\n font-size: 120%;\n font-weight: bold;\n}\ntei-listwit > tei-witness {\n display: list-item;\n margin-left: 2em;\n text-indent: -1.1em;\n}\ntei-witness > tei-listwit {\n display: inline;\n}\ntei-witness > tei-listwit > tei-head {\n display: inline;\n}\ntei-witness > tei-listwit > tei-witness {\n display: inline;\n}\ntei-locus {\n display: none;\n}\n\n/* m */\ntei-milestone {\n display: none;\n margin-left: auto;\n margin-right: auto;\n text-align: center;\n}\ntei-musicNotation {\n font-weight: bold;\n}\ntei-musicNotation:before {\n font-weight: bold;\n content: "Musical Notation: ";\n}\n/* n */\ntei-node {\n display: none;\n}\ntei-note {\n display: none;\n}\ntei-notesstmt {\n display: none;\n}\n/* o */\ntei-ovar {\n font-style: italic;\n}\ntei-origPlace {\n font-weight: bold;\n}\ntei-origPlace:before {\n font-weight: bold;\n content: "Place of Origin: ";\n}\n\n/* p */\ntei-p {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n text-align: justify;\n}\n*[data-tei-rendition~="#center"] p {\n text-align: center;\n}\ntei-availability > p:first-child {\n margin-top: 0em;\n}\ntei-performance {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-person {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-personGrp {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-postscript {\n display: block;\n margin-top: 2em;\n}\ntei-principal {\n font-weight: bold;\n}\ntei-principal:before {\n font-weight: bold;\n content: "Principal: ";\n}\ntei-profiledesc {\n display: none;\n}\ntei-publicationstmt > * {\n display: none;\n}\ntei-publicationstmt {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-publicationstmt > date {\n display: none;\n}\ntei-publicationstmt > publisher {\n display: none;\n}\n\n/* q */\ntei-q {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-q:before {\n content: "";\n}\ntei-q:after {\n content: "";\n}\ntei-q[data-tei-next]:after {\n content: "" !important;\n}\ntei-q[data-tei-prev]:before {\n content: "" !important;\n}\ntei-quote {\n font-style:italic;\n}\n\n/* r */\ntei-app tei-rdg {\n /*perhaps choice */\n display:none;\n}\ntei-re {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-recordhist {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-ref {\n color: #5f0000;\n text-decoration: underline;\n cursor: pointer;\n}\ntei-remarks {\n font-weight: bold;\n}\ntei-remarks:before {\n font-weight: bold;\n content: "remarks: ";\n}\ntei-respstmt {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-revisiondesc {\n display: none;\n}\ntei-row {\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n}\n\n/* s */\ntei-salute {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-samplingdecl {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-scriptnote {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-seal {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-seal:before {\n font-weight: bold;\n content: "Seal: ";\n}\ntei-sealdesc {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-secFol:before {\n font-weight: bold;\n content: "Second Folio: ";\n}\ntei-secl>*:first-child:before {\n content: "\\a[";\n white-space: pre;\n}\ntei-secl>*:last-child:after {\n content: "]\\a\\a";\n white-space: pre;\n}\ntei-seg {\n outline: 0px solid transparent;\n}\ntei-sense {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-seriesstmt {\n display: none;\n}\ntei-setting {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-signed {\n display: block;\n margin-top: 2em;\n}\ntei-soCalled {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-soCalled:before {\n content: open-quote;\n}\ntei-soCalled:after {\n content: close-quote;\n}\ntei-soCalled[data-tei-next]:after {\n content: "" !important;\n}\ntei-soCalled[data-tei-prev]:before {\n content: "" !important;\n}\ntei-sound {\n font-style: italic;\n}\ntei-source {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-sourcedesc {\n display: none;\n}\ntei-space:before {\n font-weight: bold;\n content: "";\n}\ntei-span[data-tei-data-n]:before {\n content: attr(data-n);\n}\ntei-speaker {\n font-weight: bold;\n margin-right: 0;\n}\ntei-sponsor {\n display: block;\n margin-top: 0;\n margin-bottom: 0;\n}\ntei-sponsor:before {\n font-weight: bold;\n content: "Sponsor:";\n}\ntei-stage {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n font-style: italic;\n}\ntei-stamp {\n display: block;\n margin-top: 1em;\n margin-bottom: 1em;\n}\ntei-stamp:before {\n font-weight: bold;\n content: "Stamped: ";\n}\n\ntei-surplus>*:first-child:before {\n content: "\\a[";\n white-space: pre;\n}\ntei-surplus>*:last-child:after {\n content: "]\\a\\a";\n white-space: pre;\n}\n/* t */\ntei-tei {\n display: block;\n}\ntei-table {\n display: block;\n border-top: thin solid black;\n border-left: thin solid black;\n}\ntei-table {\n margin-top: 2em;\n margin-bottom: 2em;\n font-size: 12pt;\n}\ntei-table > tei-head {\n border-bottom: thin solid black;\n border-right: thin solid black;\n font-size: 120%;\n font-weight: bold;\n padding: 2px;\n text-align: center;\n}\ntei-teiheader {\n display: block;\n margin-top: 2em;\n margin-bottom: 2em;\n}\ntei-tei > tei-text {\n display: block;\n line-height: 1.5;\n}\ntei-textclass {\n display: none;\n}\ntei-textdesc {\n display: none;\n}\n/* title */\ntei-tei tei-title {\n display: inline;\n}\ntei-tei tei-title[level=a] {\n quotes: "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d" "\\2018" "\\2019" "\\201c" "\\201d";\n}\ntei-tei tei-title[level=a]:before {\n content: open-quote;\n}\ntei-tei tei-title[level=a]:after {\n content: close-quote;\n}\ntei-tei tei-title[level=a][next]:after {\n content: "" !important;\n}\ntei-tei tei-title[level=a][prev]:before {\n content: "" !important;\n}\ntei-title[level=m] {\n font-style: italic;\n}\ntei-titlestmt > tei-title {\n display: block;\n font-family: Arvo, sans-serif;\n font-weight: normal;\n font-weight: bold !important;\n font-size: 150%;\n}\ntei-typedesc {\n display: none;\n}\n/* u */\ntei-u:before {\n content: "-";\n}\ntei-view {\n font-style: italic;\n}\ntei-wit {\n display: inline;\n}\ntei-witdetail {\n display:none;\n}\n'],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./src/img/lizard-no-bg.png":(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=__webpack_require__.p+"static/media/lizard-no-bg.37c84394.png"}}]); \ No newline at end of file diff --git a/iframe.html b/iframe.html index e63b3cf..d6572d3 100644 --- a/iframe.html +++ b/iframe.html @@ -348,7 +348,7 @@ window['DOCS_OPTIONS'] = {"defaultName":"Docs","autodocs":"tag"};