<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
    <list default="true" id="692c1297-77d7-4467-bb9f-ba1cb357b280" name="Changes" comment="0.0.9 Declarative Custom Element">
      <change afterPath="$PROJECT_DIR$/demo/dce.html" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/web-dev-server.config.mjs" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/custom-elements.json" beforeDir="false" afterPath="$PROJECT_DIR$/custom-elements.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/demo/demo-header.html" beforeDir="false" afterPath="$PROJECT_DIR$/demo/demo-header.html" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="ComposerSettings">
    <execution />
  </component>
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
  <component name="MarkdownSettingsMigration">
    <option name="stateVersion" value="1" />
  </component>
  <component name="ProjectId" id="28DMZEnPUrOI8KMqCePk9lwSVwO" />
  <component name="ProjectViewState">
    <option name="autoscrollFromSource" value="true" />
    <option name="flattenPackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent"><![CDATA[{
  "keyToString": {
    "RunOnceActivity.OpenProjectViewOnStart": "true",
    "RunOnceActivity.ShowReadmeOnStart": "true",
    "WebServerToolWindowFactoryState": "false",
    "last_opened_file_path": "C:/aWork/light-dom-element",
    "nodejs_package_manager_path": "npm",
    "settings.editor.selected.configurable": "preferences.pluginManager",
    "ts.external.directory.path": "C:\\Program Files\\JetBrains\\IntelliJ IDEA 2020.3\\plugins\\JavaScriptLanguage\\jsLanguageServicesImpl\\external"
  }
}]]></component>
  <component name="RecentsManager">
    <key name="CopyFile.RECENT_KEYS">
      <recent name="C:\aWork\light-dom-element" />
      <recent name="C:\aWork\light-dom-element\demo" />
    </key>
  </component>
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="692c1297-77d7-4467-bb9f-ba1cb357b280" name="Changes" comment="" />
      <created>1650746757068</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1650746757068</updated>
      <workItem from="1650746758901" duration="8115000" />
      <workItem from="1650761392160" duration="1818000" />
      <workItem from="1650771965030" duration="585000" />
      <workItem from="1652321556974" duration="3484000" />
      <workItem from="1652626708727" duration="5312000" />
      <workItem from="1653157256181" duration="6021000" />
      <workItem from="1654362250197" duration="18052000" />
      <workItem from="1665384070678" duration="37000" />
      <workItem from="1665386871580" duration="4559000" />
      <workItem from="1665629130838" duration="2579000" />
    </task>
    <task id="LOCAL-00001" summary="light-dom-element implemented">
      <created>1650755551590</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1650755551590</updated>
    </task>
    <task id="LOCAL-00002" summary="0.0.4&#10;* JSDocs update">
      <created>1650767883969</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1650767883969</updated>
    </task>
    <task id="LOCAL-00003" summary="css-chain dependency update">
      <created>1652335332925</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1652335332925</updated>
    </task>
    <task id="LOCAL-00004" summary="static site template demo">
      <created>1654409226639</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1654409226639</updated>
    </task>
    <task id="LOCAL-00005" summary="0.0.7&#10;postTemplateCallback()">
      <created>1654413729445</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1654413729445</updated>
    </task>
    <task id="LOCAL-00006" summary="README.md update&#10;unused var removed">
      <created>1654415900518</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1654415900518</updated>
    </task>
    <option name="localTasksCounter" value="7" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="3" />
  </component>
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State />
          </value>
        </entry>
      </map>
    </option>
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="light-dom-element implemented" />
    <MESSAGE value="0.0.4&#10;* JSDocs update" />
    <MESSAGE value="css-chain dependency update" />
    <MESSAGE value="static site template demo" />
    <MESSAGE value="0.0.7&#10;postTemplateCallback()" />
    <MESSAGE value="README.md update&#10;unused var removed" />
    <MESSAGE value="0.0.9 Declarative Custom Element" />
    <option name="LAST_COMMIT_MESSAGE" value="0.0.9 Declarative Custom Element" />
  </component>
</project>