diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9744e4e..a4c7f23 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,14 +2,15 @@ "tasks": [ { "type": "npm", - "script": "build", + "script": "watch", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], - "label": "npm: build", - "detail": "tsc" + "label": "npm: watch", + "detail": "tsc", + "path": "/polyfill" } ] } diff --git a/docs/img/nested-shadowed-dark.svg b/docs/img/nested-shadowed-dark.svg index d9a8d48..17ba2c8 100644 --- a/docs/img/nested-shadowed-dark.svg +++ b/docs/img/nested-shadowed-dark.svg @@ -1,3 +1,3 @@ -
<..containertiming="inner" />
<..containertiming="inner" />
<..containertiming="wrap" />
<..containertiming="wrap" />
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm

wrapper will receive entries from the inner container but sizes and element will be set to the host container itself

wrapper will receive entries from th...

inner will still have its own entries like normal, but will only expose the host container to the parent

inner will still have its own entrie...
\ No newline at end of file +
<..containertiming="inner" />
<..containertiming="inner" />
<..containertiming="wrap" />
<..containertiming="wrap" />
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm

wrapper will receive entries from the inner container but sizes and element will be set to the host container itself

wrapper will receive entries from th...

inner will still have its own entries like normal, but will only expose the host container to the parent

inner will still have its own entrie...
\ No newline at end of file diff --git a/docs/img/nested-shadowed-light.svg b/docs/img/nested-shadowed-light.svg index 3d1e646..df53d99 100644 --- a/docs/img/nested-shadowed-light.svg +++ b/docs/img/nested-shadowed-light.svg @@ -1,3 +1,3 @@ -
<..containertiming="inner" />
<..containertiming="inner" />
<..containertiming="wrap" />
<..containertiming="wrap" />
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm

wrapper will receive entries from the inner container but sizes and element will be set to the host container itself

wrapper will receive entries from th...

inner will still have its own entries like normal, but will only expose the host container to the parent

inner will still have its own entrie...
\ No newline at end of file +
<..containertiming="inner" />
<..containertiming="inner" />
<..containertiming="wrap" />
<..containertiming="wrap" />
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm
elm

wrapper will receive entries from the inner container but sizes and element will be set to the host container itself

wrapper will receive entries from th...

inner will still have its own entries like normal, but will only expose the host container to the parent

inner will still have its own entrie...
diff --git a/examples/adding-content/index.html b/examples/adding-content/index.html index 42b662f..9cc2b0f 100644 --- a/examples/adding-content/index.html +++ b/examples/adding-content/index.html @@ -3,7 +3,7 @@ - + Adding Content to a component