Skip to content

Commit

Permalink
Deploying to gh-pages from @ 75b5987 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Feb 13, 2024
1 parent 39d4123 commit e43a9e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
0 0.25rem 0.375rem rgba(0, 0, 0, 0.05);--tui-shadow-modal:0 1.125rem 1.875rem rgba(0, 0, 0, 0.48);--tui-shadow-sidebar:0.25rem 0 1.5rem rgba(0, 0, 0, 0.12);--tui-shadow-navigation:0 0.125rem 1rem rgba(0, 0, 0, 0.08);--tui-shadow-sheet:0 -1rem 1.75rem rgba(0, 0, 0, 0.24)}@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype')}@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype')}</style><link rel="stylesheet" href="styles.57c464df970ded2d.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.57c464df970ded2d.css"></noscript></head>
<body>
<microzord-root></microzord-root>
<script src="polyfills.6d0f9cd0b23e00f5.js" type="module"></script><script src="main.a3f388ea27082d1f.js" type="module"></script></body>
<script src="polyfills.d57d48e04e9f80ae.js" type="module"></script><script src="main.a3f388ea27082d1f.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
0 0.25rem 0.375rem rgba(0, 0, 0, 0.05);--tui-shadow-modal:0 1.125rem 1.875rem rgba(0, 0, 0, 0.48);--tui-shadow-sidebar:0.25rem 0 1.5rem rgba(0, 0, 0, 0.12);--tui-shadow-navigation:0 0.125rem 1rem rgba(0, 0, 0, 0.08);--tui-shadow-sheet:0 -1rem 1.75rem rgba(0, 0, 0, 0.24)}@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype')}@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype')}</style><link rel="stylesheet" href="styles.57c464df970ded2d.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.57c464df970ded2d.css"></noscript></head>
<body>
<microzord-root></microzord-root>
<script src="polyfills.6d0f9cd0b23e00f5.js" type="module"></script><script src="main.a3f388ea27082d1f.js" type="module"></script></body>
<script src="polyfills.d57d48e04e9f80ae.js" type="module"></script><script src="main.a3f388ea27082d1f.js" type="module"></script></body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
// Initialize global `Zone` constant.
(function (global) {
const performance = global['performance'];
function mark(name) {
Expand Down Expand Up @@ -2474,7 +2475,8 @@ function patchCustomElements(_global, api) {
if (!isBrowser && !isMix || !_global['customElements'] || !('customElements' in _global)) {
return;
}
const callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback'];
// https://html.spec.whatwg.org/multipage/custom-elements.html#concept-custom-element-definition-lifecycle-callbacks
const callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback', 'formAssociatedCallback', 'formDisabledCallback', 'formResetCallback', 'formStateRestoreCallback'];
api.patchCallbacks(api, _global.customElements, 'customElements', 'define', callbacks);
}
function eventTargetPatch(_global, api) {
Expand Down

0 comments on commit e43a9e5

Please sign in to comment.